-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (35 loc) · 1.32 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">
<title>Home / Guillermo Galan</title>
<link rel="favicon" href="assets/favicon.ico" />
<link rel="stylesheet" href="assets/style.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Jost">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Open+Sans">
<script src="https://use.fontawesome.com/9e23e8ae82.js"></script>
</head>
<body>
<div id="menu">
<span class="title">Guillermo Galán</span>
<ul>
<li><a href="/about">about</a></li>
<li><a href="/blog">blog</a></li>
<li><a href="/photography">photography</a></li>
</ul>
</div>
<div id="left"> </div>
<div id="content">
</div>
<!-- <div class="bottom-icons">
<a href="https://www.linkedin.com/in/guillermo-go" target="_blank"><i class="fa fa-2x fa-linkedin" aria-hidden="true"></i></a>
<a href="https://github.com/guillego/" target="_blank"><i class="fa fa-2x fa-github" aria-hidden="true"></i></a>
<a href="https://instagram.com/iamsiesta/" target="_blank"><i class="fa fa-2x fa-instagram" aria-hidden="true"></i></a>
</div> -->
</div>
</body>
</html>