-
Notifications
You must be signed in to change notification settings - Fork 0
/
2024-06-21-pink-moon.html
56 lines (46 loc) · 1.6 KB
/
2024-06-21-pink-moon.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
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>pink moon / 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">
<h2>
pink moon
</h2>
<p>
<em>captured in December 2019</em>
</p>
<div class="wide-image-grid">
<img src="assets/img/2024/2024-06-21-pink-moon.jpg" alt="pink, pink, pink, pink, pink moon">
</div>
<p>
Message me: mail [at] guillego.com
</p>
<!-- <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>