-
Notifications
You must be signed in to change notification settings - Fork 0
/
2024-06-17-yet-another-blog.html
78 lines (61 loc) · 3.04 KB
/
2024-06-17-yet-another-blog.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>yet another blog / 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>
yet another blog
</h2>
<em>June 17th, 2024</em>
<p>
Many times in my life I have tried to start a blog, and failed to keep up with it. Often times it was this voice inside that told me that I didn't have anything interesting to say, or that
it was too personal, or that there were too many things I was not doing well in my life, so I didn't need to expose myself more.
My general response to those voices, and to many others is to try to shut them down by avoiding doing whatever it is that triggers them. It's some sort of feeling between fear and shame,
a little monster creature that I didn't want to name.
</p>
<p>
I recently started reading <a href="https://app.thestorygraph.com/books/c2ea6d65-b7be-46cc-852b-195205397e31" target="_blank">Daring greatly, by Brené Brown</a> and it inspired me to start naming
these gremlins. Mainly for my own sake, but perhaps someone out there feels a little more power over their own gremlins now that they've been named here.
In the next few weeks I want to get into the flow of posting here about the things that I find inspiring/interesting or just as a public log of a day/activity.
Feel free to come along for the ride, and let me know if you find anything interesting/inspiring or if you want to chat!
</p>
</br>
Guille
<p>
Message me: mail [at] guillego.com
</p>
<div class="image-grid">
<img src="assets/img/2024/2024-06-17-wheat.jpg" alt="wheat in the sun">
<img src="assets/img/2024/2024-06-17-silhouette.jpg" alt="self portrait silhouette">
<img src="assets/img/2024/2024-06-17-shine.jpg" alt="shine a light">
<img src="assets/img/2024/2024-06-17-poppy.jpg" alt="poppy in the sun">
</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>