-
Notifications
You must be signed in to change notification settings - Fork 0
/
colophon.html
181 lines (173 loc) · 9.39 KB
/
colophon.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<script async defer src="https://scripts.withcabin.com/hello.js"></script>
<script>
(function() {
const storedTheme = localStorage.getItem('theme');
if (storedTheme === 'dark') {
document.documentElement.classList.add('dark');
}
})();
</script>
<meta charset="UTF-8">
<title>Thu Le ⋅ Colophon</title>
<meta name="author" content="Thu Le">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Thu Le ⋅ Colophon">
<meta property="og:type" content="website">
<meta property="og:title" content="Thu Le ⋅ Colophon">
<meta property="og:url" content="https://thu-le.com/colophon">
<meta property="og:image" content="assets/social-media-preview.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Thu Le ⋅ Colophon">
<meta name="twitter:creator" content="@_tple">
<meta name="twitter:site" content="@_tple">
<meta name="twitter:image" content="assets/social-media-preview.png">
<link rel="icon" type="image/png" href="assets/favicon.png">
<link rel="apple-touch-icon" href="assets/apple-icon.png">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<nav class="global-nav">
<div class="nav-container">
<div class="nav-left">
<a href="/" class="button-style">
<span class="unselectable">← </span> Home
</a>
</div>
<div class="nav-right">
<div class="theme-switcher">
<button id="theme-switcher" aria-label="Toggle theme">
<svg xmlns="http://www.w3.org/2000/svg" class="theme-icon moon-icon" viewBox="0 0 512 512" width="16" height="16">
<path d="M264 480A232 232 0 0132 248c0-94 54-178.28 137.61-214.67a16 16 0 0121.06 21.06C181.07 76.43 176 104.66 176 136c0 110.28 89.72 200 200 200 31.34 0 59.57-5.07 81.61-14.67a16 16 0 0121.06 21.06C442.28 426 358 480 264 480z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="theme-icon sun-icon" viewBox="0 0 512 512" width="16" height="16">
<path d="M256 118a22 22 0 01-22-22V48a22 22 0 0144 0v48a22 22 0 01-22 22zM256 486a22 22 0 01-22-22v-48a22 22 0 0144 0v48a22 22 0 01-22 22zM369.14 164.86a22 22 0 01-15.56-37.55l33.94-33.94a22 22 0 0131.11 31.11l-33.94 33.94a21.93 21.93 0 01-15.55 6.44zM108.92 425.08a22 22 0 01-15.55-37.56l33.94-33.94a22 22 0 1131.11 31.11l-33.94 33.94a21.94 21.94 0 01-15.56 6.45zM464 278h-48a22 22 0 010-44h48a22 22 0 010 44zM96 278H48a22 22 0 010-44h48a22 22 0 010 44zM403.08 425.08a21.94 21.94 0 01-15.56-6.45l-33.94-33.94a22 22 0 0131.11-31.11l33.94 33.94a22 22 0 01-15.55 37.56zM142.86 164.86a21.89 21.89 0 01-15.55-6.44l-33.94-33.94a22 22 0 0131.11-31.11l33.94 33.94a22 22 0 01-15.56 37.55zM256 358a102 102 0 11102-102 102.12 102.12 0 01-102 102z" />
</svg>
</button>
</div>
</div>
</div>
</nav>
<header>
<div class="subpage-header">
<h1 class="main-title">
Colophon
</h1>
</div>
</header>
<main>
<section id="typography">
<p class="compact-heading">
<span class="medium">Typography</span>
</p>
<p>
System fonts (until I can pick a font worth paying for in the long run) and <a href="https://productiontype.com/font/newsreader" target="_blank" rel="noopener">Newsreader</a> by Production Type.
</p>
</section>
<section id="tech-stack">
<p class="compact-heading">
<span class="medium">Technology</span>
</p>
<p>
This site is designed and handcoded by me in good old HTML, CSS, and a little bit of JavaScript, which gives me all the fine-grained control. Since the site is pretty simple, I usually prototype directly with code in <a href="https://www.sublimetext.com/" target="_blank" rel="noopener">Sublime Text</a>. I use <a href="https://www.figma.com/" target="_blank" rel="noopener">Figma</a> to test typography and edit images.
</p>
<p>
Everything is open source and hosted on GitHub (<a href="https://github.com/le-thu/thu-le.com" target="_blank" rel="noopener">repo</a> if you'd like to poke around) and deployed via <a href="https://pages.cloudflare.com/" target="_blank" rel="noopener">Cloudflare Pages</a>, with my domain registered on <a href="https://www.cloudflare.com/products/registrar/" target="_blank" rel="noopener">Cloudflare</a>.
</p>
<p>
Additionally, I use privacy-first and carbon conscious <a href="https://clicky.com/101421242" target="_blank" rel="noopener">Cabin</a> for basic analytics to understand how folks find the site and how many visitors look at what specific things I've written.
</p>
</section>
<section>
<p class="compact-heading">
<span class="medium">Photography</span>
</p>
<p>
All images were taken or created by me, unless stated otherwise.
</p>
</section>
<section>
<p class="compact-heading">
<span class="medium">Feature</span>
</p>
<p>
This humble site has been featured on <a href="https://deadsimplesites.com/" target="_blank" rel="noopener">Dead Simple Sites</a>, <a href="https://nownownow.com/" target="_blank" rel="noopener">Nownownow.com</a>, <a href="https://uses.tech/" target="_blank" rel="noopener">Uses.tech</a>, <a href="https://personalsit.es/" target="_blank" rel="noopener">PersonalSit.es</a>, and <a href="https://read.cv/explore" target="_blank" rel="noopener">read.cv</a>.
</p>
</section>
<section>
<p class="compact-heading">
<span class="medium">Inspiration</span>
</p>
<p>
The following sites from people — in no particular order — have inspired me as well as how I approach designing and writing for this site:
</p>
<p class="compact">
<a href="https://www.sholis.com/" target="_blank" rel="noopener">Brian Sholis</a>
</p>
<p class="compact">
<a href="https://www.gabrielvaldivia.com/" target="_blank" rel="noopener">Gabriel Valdivia</a>
</p>
<p class="compact">
<a href="https://paco.me/" target="_blank" rel="noopener">Paco Coursey</a>
</p>
<p class="compact">
<a href="https://frankchimero.com/" target="_blank" rel="noopener">Frank Chimero</a>
</p>
<p class="compact">
<a href="https://www.tannerchristensen.com/" target="_blank" rel="noopener">Tanner Christensen</a>
</p>
<p class="compact">
<a href="https://www.antonsten.com/" target="_blank" rel="noopener">Anton Sten</a>
</p>
<p class="compact">
<a href="https://www.daniel.pizza/" target="_blank" rel="noopener">Daniël van der Winden</a>
</p>
<p class="compact">
<a href="https://muan.co/" target="_blank" rel="noopener">Mu-An Chiou</a>
</p>
<p class="compact">
<a href="https://www.anh.ng/" target="_blank" rel="noopener">Ánh</a>
</p>
<p class="compact">
<a href="https://slrncl.com/" target="_blank" rel="noopener">Nicolas Solerieu</a>
</p>
<p class="compact">
<a href="https://manuelmoreale.com/" target="_blank" rel="noopener">Manuel Moreale</a>
</p>
<p class="compact">
<a href="https://matthewsmith.website/" target="_blank" rel="noopener">Matthew Smith</a>
</p>
<p class="compact">
<a href="https://blog.sanketpathak.com/" target="_blank" rel="noopener">Sanket Pathak</a>
</p>
<p class="compact">
<a href="https://kwon.nyc/" target="_blank" rel="noopener">Rachel J. Kwon</a>
</p>
<p class="compact">
<a href="https://maggieappleton.com/" target="_blank" rel="noopener">Maggie Appleton</a>
</p>
<p class="compact">
<a href="https://nazhamid.com/" target="_blank" rel="noopener">Naz Hamid</a>
</p>
<p class="compact">
<a href="https://dhrumil.ca/" target="_blank" rel="noopener">Dhrumil Patel</a>
</p>
<p class="compact">
<a href="https://alexanderobenauer.com/" target="_blank" rel="noopener">Alexander Obenauer</a>
</p>
<p class="compact">
<a href="https://stephango.com/" target="_blank" rel="noopener">Steph Ango</a>
</p>
</section>
</main>
<footer>
<footer-links>
</footer-links>
</footer>
<audio id="themeSwitcherClickSound" src="audio/switch.wav"></audio>
<script src="js/theme-switcher.js" defer></script>
<script src="js/footer-links.js" defer></script>
</body>
</html>