-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (48 loc) · 1.73 KB
/
Copy pathindex.html
File metadata and controls
51 lines (48 loc) · 1.73 KB
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
49
50
51
<!DOCTYPE HTML>
<html>
<head>
<title>Butsco</title>
<meta name="theme-color" content="#000000">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Butsco" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
<link rel="stylesheet" href="css/style-noscript.css" />
</noscript>
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body class="loading">
<div id="wrapper">
<div id="bg"></div>
<div id="overlay"></div>
<div id="main">
<!-- Header -->
<header id="header">
<h1>Butsco</h1>
<p>Butsco is a grouping of several creative digital talents in Belgium</p>
<nav>
<ul>
<!--<li><a href="#" class="fa fa-twitter"><span>Twitter</span></a></li>-->
<li><a href="http://fb.com/butsco" class="fa fa-facebook"><span>Facebook</span></a></li>
<!--<li><a href="#" class="fa fa-dribbble"><span>Dribbble</span></a></li>-->
<li><a href="https://github.com/butsco" class="fa fa-github"><span>Github</span></a></li>
</ul>
</nav>
</header>
<!-- Footer -->
<footer id="footer">
<span class="copyright">
© 2014 —
<small>No animals were harmed during the making of this website</small>
</span>
</footer>
</div>
</div>
</body>
</html>