-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (33 loc) · 1.67 KB
/
index.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
35
36
37
38
39
40
41
42
43
44
---
---
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="{{ site.description }}">
<meta name="viewport" content="width=device-width">
<title>{% if page.title %}{{site.title }} | {{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Source+Sans+Pro:200,400,700,200i,400i,700i">
<script src="https://use.fontawesome.com/bf39615596.js"></script>
</head>
<body>
<section class="container">
<main>
<h1><span>Brady Valentino</span></h1>
<h2>Visual Designer <span class="fancy">&</span> Photographer living in Vancouver, BC.</h2>
<div id="tricolore"><section></section><section></section><section></section></div>
</main>
<nav>
<a href="http://twitter.com/{{ site.twitter_username }}" class="social twitter"><i class="fa fa-twitter"></i>Twitter</a>
<a href="http://dribbble.com/{{ site.dribbble_username }}" class="social dribbble"><i class="fa fa-dribbble"></i>Dribbble</a>
<a href="http://instagram.com/{{ site.instagram_username }}" class="social instagram"><i class="fa fa-instagram"></i>Instagram</a>
<a href="http://blog.bradyvalentino.com" class="social medium"><i class="fa fa-medium"></i>Blog</a>
<a href="mailto:{{ site.email }}" class="social contact"><i class="fa fa-envelope-o"></i>Contact</a>
</nav>
</section>
<!-- -->
</body>
</html>