-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.html
44 lines (36 loc) · 1.31 KB
/
aboutme.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
<!doctype html>
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:type" content="website"/>
<title>About Me</title>
<link rel="stylesheet" href="style.css">
<header>
<nav>
<a href="index.html">Productions</a>
<a href="aboutme.html">About Me</a>
<a href="4klang/index.html">4klang.untergrund.net (legacy)</a>
</nav>
</header>
<section>
<div class="card">
<h2>About me</h2>
<p>
Gopher / Alcatraz.
More to come.
</p>
</div>
<div class="card">
<h2>Other Demoscene resources</h2>
<p>
<a href="https://www.pouet.net/">Pouet</a> and <a href="https://demozoo.org/">Demozoo</a> are the places to find an exhaustive list of demos.
Also they are a way to start interacting with the demoscene by commenting, liking, or disliking (yes, thats a thing) productions.
</p>
<p>
<a href="https://64k-scene.github.io/index.html">64k-scene.github.io</a> is a "64k intro" specialized entrypoint with references and resources.
</p>
<p>
If you consider visiting a Demoparty in person, check <a href="https://www.demoparty.net/upcoming"> for upcoming events.
</p>
</div>
</section>