-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebsiteprojects.html
49 lines (41 loc) · 2.52 KB
/
websiteprojects.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html><head>
<title>Python project</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald">
<link href="https://koalateen.github.io/css/stylesnavbar.css" rel="stylesheet">
<link href="https://koalateen.github.io/css/styles.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="https://koalateen.github.io/img/favicon.ico">
<script src="https://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<div id="main-bar"></div>
<!-- Menu bar -->
<script src="https://koalateen.github.io/js/nav.js" id="nav-bar"></script>
<!-- End menu bar-->
<!--end CssMenu-->
</div>
<div class="Python">
<h1>Website projects</h1>
<p style="width:100%;">I have made a website for my sportclub named Stadskanaal'74. I am also the webmaster of this site and I am still working on the site every day. To improve the site and remove some bugs.</p>
<img src="https://koalateen.github.io/img/websiteskn74.jpeg" width="100%" height="auto">
<p>I have created this website using Wix. I have followed a lesoon and started working on the site. When I got it almost complete I shared some test pages with some other people to check what they tought about the new website look.</p>
<p>And also this website has fully made by just writing code. And will get updates every now and then.</p>
<li><a style="text-decoration:none;"href="https://www.stadskanaal74.nl/">Stadskanaal'74</a></li>
<li><a style="text-decoration:none;"href="https://koalateen.github.io/">Portfolio Marco van der Vlag</a></li>
</div>
<!--
<div class="related-links">
<h5>Check my blog</h5>#
<p><a href="https://koalateen.github.io/blogpost"style="text-decoration: none;">Blog page</a></p>
</div>
-->
<div class="socials-links">
<h5>Socials</h5>
<div class="socials">
<a href="https://github.com/KoalaTeen" class="github"><i class="fa fa-github" style=" color: white; border-radius: 1000px;"></i></a>
<a href="https://twitter.com/teen_koala" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/marco-van-der-vlag-8748b5167/" class="linkedin"><i class="fa fa-linkedin"></i></a>
<a href="https://www.youtube.com/channel/UCNi1Eq429OmPub-u8UulS5g" class="youtube"><i class="fa fa-youtube"></i></a>
</div>
</div>