blob: d42ab2bec3bd0bafab00a0bfa9241057291bacc6 (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/style.css">
<link rel="alternate" type="application/atom+xml" title="oppili's micro musings" href="/index.xml">
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1">
<meta content="#ffffff" name="theme-color">
<meta name="HandheldFriendly" content="true">
<meta property="og:title" content="oppili's site">
<meta property="og:type" content="website">
<meta property="og:description" content="oppili's micro musings">
<meta property="og:url" content="https://oppi.li">
<link rel="icon" type="image/x-icon" href="/favicon.png">
<title>oppi.li</title>
<h1 class="heading">oppili</h1>
<h4 class="subheading">previously peppe.rs</h4>
<body>
<div class="posts">
<div class="post">
<div class="intro">
Hi.
<div class="hot-links">
<a href="/index.xml" class="feed-button">Subscribe</a>
</div>
<p>I'm Akshay, programmer and pixel-artist.
I write <a href="https://git.peppe.rs">open-source stuff</a>.
I also design fonts:
<a href="https://git.peppe.rs/fonts/scientifica/about">scientifica</a>,
<a href="https://git.peppe.rs/fonts/curie/about">curie</a>.
</p>
<p>Reach out at [email protected].</p>
</div>
<table>
<tr><td class="recent-heading"><span class="recent-heading">Recent Posts</span></td></tr>
<tr>
<td class=table-post>
<div class="date">
29/05 — 2024
</div>
<a href="/posts/snip_snap" class="post-link">
<span class="post-link">Snip Snap</span>
</a>
</td>
<td class=table-stats>
<span class="stats-number">
2.1
</span>
<span class=stats-unit>min</span>
</td>
</tr>
<tr>
<td class=table-post>
<div class="date">
18/06 — 2023
</div>
<a href="/posts/plain_text_journaling" class="post-link">
<span class="post-link">Plain Text Journaling</span>
</a>
</td>
<td class=table-stats>
<span class="stats-number">
8.9
</span>
<span class=stats-unit>min</span>
</td>
</tr>
<tr>
<td class=table-post>
<div class="date">
03/09 — 2022
</div>
<a href="/posts/curing_a_case_of_git-UX" class="post-link">
<span class="post-link">Curing A Case Of Git-UX</span>
</a>
</td>
<td class=table-stats>
<span class="stats-number">
9.6
</span>
<span class=stats-unit>min</span>
</td>
</tr>
<tr><td><a href="/posts" class="post-end-link">More ⟶ </a></td></tr>
<tr><td class="recent-heading"><span class="recent-heading">Recent Art</span></td></tr>
<tr>
<td class=table-post>
<div class="date">
22/10 — 2023
</div>
<a href="/art/theft.png" class="post-link">
<span class="post-link">Theft</span>
</a>
</td>
<td class="table-stats">
<a href="/art/theft.png">
<img src="/art/theft.png" height="50px">
</a>
</td>
</tr>
<tr><td><a href="/art" class="post-end-link">More ⟶ </a></td></tr>
</table>
<div class="separator"></div>
<div class="footer">
<a href="https://git.peppe.rs">Code</a> ·
<a rel="me" href="https://merveilles.town/@nerdypepper">Fediverse</a> ·
<a href="mailto:[email protected]">Mail</a>
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
<img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg">
</a>
</div>
</div>
</div>
</body>
</html>
|