-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfont.html
34 lines (29 loc) · 1.51 KB
/
font.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
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/resett.css"> <!-- CSS reset -->
<link rel="stylesheet" href="css/font.css"> <!-- Resource style -->
<link rel="stylesheet" href="css/bootstrap.css"> <!--Bootstrap style -->
<script src="js/modernizr.js"></script> <!-- Modernizr -->
<title>Content Filters | CodyHouse</title>
</head>
<body>
<footer> <!--footer with social networks and contact -->
<ul class="soc">
<li><a class="soc-twitter" href="https://twitter.com/cherrykaka_o_o" target="_blank"></a></li>
<li><a class="soc-facebook" href="https://www.facebook.com/cherrykaka.zhang" target="_blank"></a></li>
<li><a class="soc-google" href="google.com/+weirzhang" target="_blank"></a></li>
<li><a class="soc-linkedin" href="https://uk.linkedin.com/in/weiwei25" target="_blank"></a></li>
<li><a class="soc-email2" href="[email protected]" target="_blank"></a></li>
<li><a class="soc-instagram soc-icon-last" href="#"></a></li>
</ul>
<p class="copyright">© 2012 - 2015 Weiwei – Designer & Developer</p>
</footer> <!-- social icons & copy right -->
<script src="js/jquery-2.1.1.js"></script>
<script src="js/jquery.mixitup.min.js"></script>
<script src="js/main.js"></script> <!-- Resource jQuery -->
</body>
</html>