-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 986 Bytes
/
index.html
File metadata and controls
29 lines (29 loc) · 986 Bytes
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
<!DOCTYPE HTML>
<html>
<head>
<title>Chris Demeke</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main">
<header>
<h1>Chris Demeke</h1>
</header>
<footer>
<ul class="icons">
<li><a target="_blank" href="https://twitter.com/chrisdemeke"><img src="images/tw.png"></a></li>
<li><a target="_blank" href="https://www.linkedin.com/in/demeke/"><img src="images/li.png"></a></li>
<li><a target="_blank" href="http://instagram.com/chrisdemeke"><img src="images/ig.png"></a></li>
<li><a target="_blank" href="https://github.com/cdemeke"><img src="images/gh.png"></a></li>
</ul>
</footer>
</section>
</div>
</body>
</html>