all repos — gemini-redirect @ 4440d37092b17f1abdd64c6e4a63fc710aa168a3

more-links.html (view raw)

 1<!DOCTYPE html>
 2<html lang="en">
 3<head>
 4    <title>Lonami's Links</title>
 5    <link rel="stylesheet" type="text/css" href="css/style.css">
 6    <meta name="description" content="Official Lonami's website">
 7    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
 8</head>
 9<body>
10    <div class="menu">
11        <ul>
12            <li><a href="index">Welcome</a></li>
13            <li><a href="projects">Projects</a></li>
14            <li><a href="contact">Contact</a></li>
15            <li><a href="about">About</a></li>
16            <li><a href="more-links" class="selected">More&nbsp;Links</a></li>
17        </ul>
18    </div>
19    <div class="body">
20        <h1>More&nbsp;Links</h1>
21        <dl>
22            <dt><a href="https://t.me/LonamiWebs" target="_blank"><img src="img/telegram.svg" alt="" /> My Telegram</a></dt>
23            <dd>Come meet me at my group in Telegram and talk about anything!</dd>
24
25            <dt><a href="https://lonami.dev/blog/index" target="_blank"><img src="img/blog.svg" alt="blog" /> My blog</a></dt>
26            <dd>Sometimes I blog about things. Recommended if you're into reading about interesting stuff.</dd>
27
28            <dt><a href="https://github.com/LonamiWebs" target="_blank"><img src="img/github.svg" alt="github" /> My GitHub</a></dt>
29            <dd>Check out my GitHub! There's a lot of interesting stuff there you could even help me with!</dd>
30
31            <dt><a href="/utils" target="_blank"><img src="img/utils.svg" alt="utilities" /> Several Utilities</a></dt>
32            <dd>Random things I've put online because I keep forgetting about them.</dd>
33
34            <dt><a href="donate" target="_blank"><img src="img/bitcoin.svg" alt="donate" /> Donate</a></dt>
35            <dd>If you like what I do, consider tipping 2&euro; to pay a day of bus trips :)</dd>
36
37            <dt><a href="humans.txt" target="_blank"><img src="img/humans.svg" alt="humans.txt" /> humans.txt</a></dt>
38            <dd><a href="http://humanstxt.org/" target="_blank">We are humans, not robots.</a></dd>
39        </dl>
40    </div>
41</body>
42</html>