-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmore.html
124 lines (109 loc) · 5.81 KB
/
more.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Santum is a game developer, pixel artist and translator from Argentina. He doesn't usually speak in the third-person, but it just felt right for this description.">
<title>More stuff in Santum's page!</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/aaa68764aa.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="styles/index.css" />
<script src="https://cdn.jsdelivr.net/gh/ncase/nutshell/nutshell.js"></script>
</head>
<body>
<header>
<!-- Skip to content -->
<a href="#links" class="skipnav">Skip to content</a>
<!-- Navbar -->
<nav class="navbar">
<ul class="navbar-nav">
<li class="nav-item">
<a href="index" class="nav-link">
<span class="link-text"><i class="fa-solid fa-house-chimney"></i> Home</span>
</a>
</li>
<li class="nav-item">
<a href="projects" class="nav-link">
<span class="link-text"><i class="fa-solid fa-palette"></i> Projects</span>
</a>
</li>
<li class="nav-item">
<a href="about" class="nav-link">
<span class="link-text"><i class="fa-solid fa-address-card"></i> About Me</span>
</a>
</li>
<li class="nav-item">
<a href="http://blog.santumerino.com/" class="nav-link">
<span class="link-text"><i class="fa-solid fa-comment-dots"></i> Blog</span>
</a>
</li>
</ul>
<div class="downarrow"><i class="fa-solid fa-angle-down"></i></div>
</nav>
<br>
<section id="links">
<h1>Quick links:</h1>
<p>
<a href="index" class="brighter"><i class="fa-solid fa-house-chimney"></i> Home</a> ·
<a href="projects" class="brighter"><i class="fa-solid fa-palette"></i> Projects</a> ·
<a href="about" class="brighter"><i class="fa-solid fa-address-card"></i> About Me</a> ·
<a href="http://blog.santumerino.com/" class="brighter"><i class="fa-solid fa-comment-dots"></i> Blog</a> ·
<a href="now" class="brighter"><i class="fa-solid fa-person"></i> Now</a>
</p>
<p>
<a href="yarg" class="brighter">YARG</a> ·
<a href="games/YARG/YARGlegal" class="brighter">YARG licensing</a> ·
<a href="games/tawa/privacypolicy" class="brighter">tawa privacy policy</a>
</p>
<p>
<a href="cursedenglishes/index.htm" class="brighter">Cursed Englishes</a> ·
<a href="blogOld.htm" class="brighter">Old blog posts</a>
</p>
</section>
<hr>
<section id="webring">
<h1>Game dev webring:</h1>
<p>
Wanna find some other game devs scattered across the internet? Then why not peruse this <a href="https://en.wikipedia.org/wiki/Webring">:webring</a>!
<div>
<a href="https://www.rainbowcemetery.com/devring/"><img src="https://www.rainbowcemetery.com/devring/88x31.png" alt="An 88-by-31 button reading 'Gamedev webring'"></a><br>
<a href="https://www.rainbowcemetery.com/devring/prev.php?id=0" class="brighter"><i class="fa-solid fa-square-caret-left"></i> Previous</a> ·
<a href="https://www.rainbowcemetery.com/devring/rand.php?id=0">Random</a> ·
<a href="https://www.rainbowcemetery.com/devring/list.php?id=0">List</a> ·
<a href="https://www.rainbowcemetery.com/devring/next.php?id=0" class="brighter">Next <i class="fa-solid fa-square-caret-right"></i></a>
</div>
</p>
</section>
<hr>
<section id="external">
<h1>Other cool websites!</h1>
<p>Something I really love about the "indie web" is that you'll often come across really cool/useful/interesting websites, absolutely brimming with personality in a way you just don't see with contemporary social media.<br>
Here's a small handful of websites which I think are very much worth a look. I'll keep adding to these as I find more of 'em!</p>
<p><a href="https://dimden.dev/"><img src="https://dimden.dev/services/images/88x31.gif" alt="An 88-by-31 button reading 'DIMDEN'"></a>
<a href="https://goblin-heart.net/sadgrl/"><img src="images/buttons/sadgrl-button.gif" alt="An 88-by-31 button reading 'Learn - HTML, Layouts, CSS, Guides, Websites: Learn at sadgrl.online'"></a>
</p>
<p>
<a href="https://theindieweb.com/" class="brighter">The Indie Web</a> ·
<a href="https://htmlforpeople.com/" class="brighter">HTML for People</a>
</p>
<font size="1">(A brief disclaimer: I don't know any of the people behind the above sites! I just think their sites are very cool for one reason or another).</font>
<p>Finally, here's a button for my site, should you want to embed it on yours!</p>
<a href="https://www.santumerino.com"><img src="santum-button.gif" alt="An 88-by-31 button reading 'Santum'"></a><br>
<textarea id="mybutton" name="mybutton" rows="5" cols="45">
<a href="https://www.santumerino.com"><img src="https://www.santumerino.com/santum-button.gif" alt="An 88-by-31 button reading 'Santum'"></a>
</textarea>
</section>
</body>
<footer>
<p>© <script>document.write(new Date().getFullYear())</script> Santum |
<a href="https://bsky.app/profile/santumerino.com" target="_blank" rel="noopener noreferrer"><i class="fa-brands fa-bluesky" title="Bluesky"></i></a>
<a rel="me" href="https://mastodon.gamedev.place/@santumerino" target="_blank" rel="noopener noreferrer"><i class="fa-brands fa-mastodon" title="Mastodon"></i></a>
<a href="https://santumerino.itch.io/" target="_blank" rel="noopener noreferrer"><i class="fa-brands fa-itch-io" title="Itch.io"></i></a>
<a href="https://github.com/santumerino/santumerino.github.io" target="_blank" rel="noopener noreferrer"><i class="fa-brands fa-github" title="GitHub"></i></a>
<br><font size="1"><a href="more" style="text-decoration: underline dotted;">This website</a> is best viewed on a web browser.</font></p>
</footer>
</html>