-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (28 loc) · 1021 Bytes
/
index.html
File metadata and controls
34 lines (28 loc) · 1021 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
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jon Reece</title>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.2/normalize.min.css" data-noprefix>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" data-noprefix>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Raleway:400,700,900" data-noprefix>
<link rel="stylesheet" href="css/main.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body>
<header class="mask-overlay">
<h1>Jon Reece</h1>
<p>Design & Front-end Dev</p>
</header>
<ul class="nav">
<li>
<a href="https://jreece.github.io/countdown">
<i class="fa fa-clock-o fa-2x pull-left"></i>
Countdown
<small>A javascript countdown timer using moment.js</small>
</a>
</li>
</ul>
</body>
</html>