-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
44 lines (44 loc) · 1.74 KB
/
Copy pathtemplate.html
File metadata and controls
44 lines (44 loc) · 1.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/template-styles.css">
<link rel="stylesheet" href="css/fontello.css">
<title>IACS COUNSELORS</title>
</head>
<body>
<div class="page">
<input class="burger" type="checkbox" id="check">
<label for="check" class="icon-menu"></label>
<nav>
<a href=""></a>
<a href=""></a>
</nav>
<header>
<h1></h1>
<h2></h2>
</header>
<section>
<header>
<h3></h3>
</header>
<article>
<p></p>
</article>
</section>
<footer>
<a href="http://facebook.com/chbchb55" class="facebook"><i class="icon-facebook"></i></a>
<a href="http://github.com/ChrisBrownie55" class="github"><i class="icon-github"></i></a>
<a href="http://linkedin.com/in/christopher-brown-35a433120/" class="linkedin"><i class="icon-linkedin"></i></a>
<a href="http://codepen.io/chbchb55" class="codepen"><i class="icon-codepen"></i></a>
<a href="http://twitter.com/ChrisHBrown55" class="twitter"><i class="icon-twitter"></i></a>
<a href="http://www.instagram.com/chris._.brown/" class="instagram"><i class="icon-instagram"></i></a>
<a href="mailto:chbphone55@gmail.com?Subject=Lets%20Talk" class="email"><i class="icon-mail"></i></a>
<p>Designed and developed by <bold>Christopher Brown</bold></p>
</footer>
</div>
<script src="js/template.js"></script>
</body>
</html>