-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (35 loc) · 1.62 KB
/
index.html
File metadata and controls
38 lines (35 loc) · 1.62 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="Taylor Rees, designer, developer and maker. Welcome to my portfolio.">
<meta name="keywords" content="designer, developer, maker, builder, creator">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
<link rel="stylesheet" href="assets/css/style.css" charset="utf-8">
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/x-icon">
<title>Taylor Rees</title>
</head>
<body>
<section id="cover">
<div class="cover-image cover-image--fill" style="background:black">
<div class="cover-image-overlay">
<div class="cover-text">
<h1 class="cover-title">Hello, I’m Taylor.</h1>
<a href="https://twitter.com/@tjmrees" target="_blank" class="button-rounded uppercase">Twitter</a>
<a href="https://medium.com/@tjmrees" target="_blank" class="button-rounded uppercase">Medium</a>
<a href="https://github.com/taylorrees" target="_blank" class="button-rounded uppercase">Github</a>
<a href="mailto:hello@taylorre.es" class="button-rounded uppercase">Email</a>
<a href="projects.html" class="button-rounded uppercase">Discover →</a>
</div>
</div>
</div>
</section>
<nav class="h-list site-nav">
<ul>
<li><a class="active" href="index.html">Welcome</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</body>
</html>