aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-02-23 06:50:10 +0000
committerAkshay <[email protected]>2021-02-23 06:50:10 +0000
commitfa539a09d6a12dc479cc663e252c42e6c56df975 (patch)
tree82ebc2541e4f980a4fb09b3074b79611584c7a80 /docs/index.html
parentb1e2b04a5080f3e20e11b64f87756bafec9536bb (diff)
add art page
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html328
1 files changed, 23 insertions, 305 deletions
diff --git a/docs/index.html b/docs/index.html
index 3ab2ec3..c2a169d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1,8 +1,8 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<html lang="en"> 2<html lang="en">
3<head> 3<head>
4<link rel="stylesheet" href="./style.css"> 4<link rel="stylesheet" href="/style.css">
5<link rel="alternate" type="application/atom+xml" title="nerdypepper's micro musings" href="./index.xml"> 5<link rel="alternate" type="application/atom+xml" title="nerdypepper's micro musings" href="/index.xml">
6<meta charset="UTF-8"> 6<meta charset="UTF-8">
7<meta name="viewport" content="initial-scale=1"> 7<meta name="viewport" content="initial-scale=1">
8<meta content="#ffffff" name="theme-color"> 8<meta content="#ffffff" name="theme-color">
@@ -13,29 +13,32 @@
13<meta property="og:url" content="https://peppe.rs"> 13<meta property="og:url" content="https://peppe.rs">
14<link rel="icon" type="image/x-icon" href="/favicon.png"> 14<link rel="icon" type="image/x-icon" href="/favicon.png">
15<title>peppe.rs</title> 15<title>peppe.rs</title>
16<body>
17 <h1 class="heading">n</h1> 16 <h1 class="heading">n</h1>
18 <h4 class="subheading">nerdypepper's μsings</h4> 17 <h4 class="subheading">nerdypepper's μsings</h4>
18 <body>
19 <div class="posts"> 19 <div class="posts">
20 <div class="post"> 20 <div class="post">
21 21
22 <div class=intro> 22 <div class="intro">
23 Hi. 23 Hi.
24 <div class=hot-links> 24 <div class="hot-links">
25 <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> 25 <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a>
26 <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> 26 <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a>
27 </div> 27 </div>
28 <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> 28 <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p>
29 <p> 29 <p>
30 I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. 30 I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer.
31 I write <a href=https://git.peppe.rs>open-source stuff</a> to pass time. 31 I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time.
32 I also design fonts: 32 I also design fonts:
33 <a href=https://git.peppe.rs/fonts/scientifica>scientifica</a>, 33 <a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>,
34 <a href=https://git.peppe.rs/fonts/curie>curie</a>. 34 <a href="https://git.peppe.rs/fonts/curie">curie</a>.
35 </p> 35 </p>
36 <p>Send me a mail at [email protected] or a message at [email protected].</p> 36 <p>Send me a mail at [email protected] or a message at [email protected].</p>
37 </div> 37 </div>
38
38 <table> 39 <table>
40 <tr><td class="recent-heading"><span class="recent-heading">Recent Posts</span></td></tr>
41
39 <tr> 42 <tr>
40 <td class=table-post> 43 <td class=table-post>
41 <div class="date"> 44 <div class="date">
@@ -69,307 +72,22 @@
69 <span class=stats-unit>min</span> 72 <span class=stats-unit>min</span>
70 </td> 73 </td>
71 </tr> 74 </tr>
72 75 <tr><td><a href="/posts" class="post-end-link">More ⟶ </a></td></tr>
73 <tr> 76 <tr><td class="recent-heading"><span class="recent-heading">Recent Art</span></td></tr>
74 <td class=table-post> 77
75 <div class="date">
76 01/08 — 2020
77 </div>
78 <a href="/posts/gripes_with_go" class="post-link">
79 <span class="post-link">Gripes With Go</span>
80 </a>
81 </td>
82 <td class=table-stats>
83 <span class="stats-number">
84 4.9
85 </span>
86 <span class=stats-unit>min</span>
87 </td>
88 </tr>
89
90 <tr>
91 <td class=table-post>
92 <div class="date">
93 18/06 — 2020
94 </div>
95 <a href="/posts/turing_complete_type_systems" class="post-link">
96 <span class="post-link">Turing Complete Type Systems</span>
97 </a>
98 </td>
99 <td class=table-stats>
100 <span class="stats-number">
101 0.9
102 </span>
103 <span class=stats-unit>min</span>
104 </td>
105 </tr>
106
107 <tr>
108 <td class=table-post>
109 <div class="date">
110 09/05 — 2020
111 </div>
112 <a href="/posts/auto-currying_rust_functions" class="post-link">
113 <span class="post-link">Auto-currying Rust Functions</span>
114 </a>
115 </td>
116 <td class=table-stats>
117 <span class="stats-number">
118 25.1
119 </span>
120 <span class=stats-unit>min</span>
121 </td>
122 </tr>
123
124 <tr>
125 <td class=table-post>
126 <div class="date">
127 09/04 — 2020
128 </div>
129 <a href="/posts/pixel_art_in_GIMP" class="post-link">
130 <span class="post-link">Pixel Art In GIMP</span>
131 </a>
132 </td>
133 <td class=table-stats>
134 <span class="stats-number">
135 5.0
136 </span>
137 <span class=stats-unit>min</span>
138 </td>
139 </tr>
140
141 <tr>
142 <td class=table-post>
143 <div class="date">
144 01/04 — 2020
145 </div>
146 <a href="/posts/rapid_refactoring_with_vim" class="post-link">
147 <span class="post-link">Rapid Refactoring With Vim</span>
148 </a>
149 </td>
150 <td class=table-stats>
151 <span class="stats-number">
152 5.4
153 </span>
154 <span class=stats-unit>min</span>
155 </td>
156 </tr>
157
158 <tr>
159 <td class=table-post>
160 <div class="date">
161 17/03 — 2020
162 </div>
163 <a href="/posts/font_size_fallacies" class="post-link">
164 <span class="post-link">Font Size Fallacies</span>
165 </a>
166 </td>
167 <td class=table-stats>
168 <span class="stats-number">
169 3.2
170 </span>
171 <span class=stats-unit>min</span>
172 </td>
173 </tr>
174
175 <tr>
176 <td class=table-post>
177 <div class="date">
178 08/03 — 2020
179 </div>
180 <a href="/posts/termux_tandem" class="post-link">
181 <span class="post-link">Termux Tandem</span>
182 </a>
183 </td>
184 <td class=table-stats>
185 <span class="stats-number">
186 1.6
187 </span>
188 <span class=stats-unit>min</span>
189 </td>
190 </tr>
191
192 <tr>
193 <td class=table-post>
194 <div class="date">
195 08/02 — 2020
196 </div>
197 <a href="/posts/call_to_ARMs" class="post-link">
198 <span class="post-link">Call To ARMs</span>
199 </a>
200 </td>
201 <td class=table-stats>
202 <span class="stats-number">
203 2.2
204 </span>
205 <span class=stats-unit>min</span>
206 </td>
207 </tr>
208
209 <tr>
210 <td class=table-post>
211 <div class="date">
212 31/12 — 2019
213 </div>
214 <a href="/posts/color_conundrum" class="post-link">
215 <span class="post-link">Color Conundrum</span>
216 </a>
217 </td>
218 <td class=table-stats>
219 <span class="stats-number">
220 1.3
221 </span>
222 <span class=stats-unit>min</span>
223 </td>
224 </tr>
225
226 <tr>
227 <td class=table-post>
228 <div class="date">
229 23/11 — 2019
230 </div>
231 <a href="/posts/static_sites_with_bash" class="post-link">
232 <span class="post-link">Static Sites With Bash</span>
233 </a>
234 </td>
235 <td class=table-stats>
236 <span class="stats-number">
237 1.5
238 </span>
239 <span class=stats-unit>min</span>
240 </td>
241 </tr>
242
243 <tr>
244 <td class=table-post>
245 <div class="date">
246 07/11 — 2019
247 </div>
248 <a href="/posts/my_setup" class="post-link">
249 <span class="post-link">My Setup</span>
250 </a>
251 </td>
252 <td class=table-stats>
253 <span class="stats-number">
254 1.0
255 </span>
256 <span class=stats-unit>min</span>
257 </td>
258 </tr>
259
260 <tr>
261 <td class=table-post>
262 <div class="date">
263 12/10 — 2019
264 </div>
265 <a href="/posts/WPA_woes" class="post-link">
266 <span class="post-link">WPA Woes</span>
267 </a>
268 </td>
269 <td class=table-stats>
270 <span class="stats-number">
271 1.1
272 </span>
273 <span class=stats-unit>min</span>
274 </td>
275 </tr>
276
277 <tr>
278 <td class=table-post>
279 <div class="date">
280 07/08 — 2019
281 </div>
282 <a href="/posts/bye_bye_BDFs" class="post-link">
283 <span class="post-link">Bye Bye BDFs</span>
284 </a>
285 </td>
286 <td class=table-stats>
287 <span class="stats-number">
288 1.0
289 </span>
290 <span class=stats-unit>min</span>
291 </td>
292 </tr>
293
294 <tr>
295 <td class=table-post>
296 <div class="date">
297 02/08 — 2019
298 </div>
299 <a href="/posts/onivim_sucks" class="post-link">
300 <span class="post-link">Onivim Sucks</span>
301 </a>
302 </td>
303 <td class=table-stats>
304 <span class="stats-number">
305 1.3
306 </span>
307 <span class=stats-unit>min</span>
308 </td>
309 </tr>
310
311 <tr>
312 <td class=table-post>
313 <div class="date">
314 31/07 — 2019
315 </div>
316 <a href="/posts/bash_harder_with_vim" class="post-link">
317 <span class="post-link">Bash Harder With Vim</span>
318 </a>
319 </td>
320 <td class=table-stats>
321 <span class="stats-number">
322 1.6
323 </span>
324 <span class=stats-unit>min</span>
325 </td>
326 </tr>
327
328 <tr> 78 <tr>
329 <td class=table-post> 79 <td class=table-post>
330 <div class="date"> 80 <div class="date">
331 30/07 — 2019 81 22/02 — 2021
332 </div> 82 </div>
333 <a href="/posts/hold_position!" class="post-link"> 83 <a href="/art/please_do_not_feed_the_animals.png" class="post-link">
334 <span class="post-link">Hold Position!</span> 84 <span class="post-link">Please Do Not Feed The Animals</span>
335 </a> 85 </a>
336 </td> 86 </td>
337 <td class=table-stats> 87 <td class=table-stats>
338 <span class="stats-number"> 88 <a href="/art/please_do_not_feed_the_animals.png">
339 1.0 89 <img src="/art/please_do_not_feed_the_animals.png" height=50px>
340 </span>
341 <span class=stats-unit>min</span>
342 </td>
343 </tr>
344
345 <tr>
346 <td class=table-post>
347 <div class="date">
348 30/07 — 2019
349 </div>
350 <a href="/posts/get_better_at_yanking_and_putting_in_vim" class="post-link">
351 <span class="post-link">Get Better At Yanking And Putting In Vim</span>
352 </a> 90 </a>
353 </td> 91 </td>
354 <td class=table-stats>
355 <span class="stats-number">
356 0.9
357 </span>
358 <span class=stats-unit>min</span>
359 </td>
360 </tr> 92 </tr>
361 </table> 93 <tr><td><a href="/art" class="post-end-link">More ⟶ </a></td></tr>
362 <div class="separator"></div>
363 <div class="footer">
364 <a href="https://github.com/nerdypepper">Github</a> ·
365 <a rel="me" href="https://freeradical.zone/@NerdyPepper">Mastodon</a> ·
366 <a href="mailto:[email protected]">Mail</a> ·
367 <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> ·
368 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
369 <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg">
370 </a>
371 </div>
372 </div>
373</div>
374</body>
375</html>