-
Notifications
You must be signed in to change notification settings - Fork 0
/
photography.html
40 lines (31 loc) · 959 Bytes
/
photography.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Photography / 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">
In construction
</div>
</div>
</body>
</html>