-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (89 loc) · 3.31 KB
/
index.html
File metadata and controls
96 lines (89 loc) · 3.31 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Mathieu Stempell Dma-Sc">
<meta name="author" content="Mathieu Stempell">
<title>Dma-Sc hub page</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
</head>
<body>
<main role="main">
<div class="who">
<img class="rounded-circle img-fluid" width="200px" src="img/dma-sc528x528leo.png" />
<h1>Dma-Sc</h1>
<h2>Mathieu Stempell</h2>
avatar face art by <a href="https://demozoo.org/sceners/2100/" target="_blank" rel="noopener noreferrer">Exocet</a>
</div>
<div class="container small-middle-container mb-3 p-2 rounded box list h3">
<div>
<p class="py-2 my-0 border-bottom">
<a href="https://soundcloud.com/dma-sc"><strong>Soundcloud page</strong></a>
</p>
</div>
<div>
<p class="py-2 my-0 border-bottom">
<a href="http://dma-sc.atari.org"><strong>(Old) Music website</strong></a>
</p>
</div>
<div>
<p class="py-2 my-0 border-bottom">
<a href="https://bsky.app/profile/dma-sc.bsky.social"><strong>Bluesky</strong></a>
</p>
</div>
<div>
<p class="py-2 my-0 border-bottom">
<a href="https://mastodon.gamedev.place/@dma_sc"><strong>Mastodon</strong></a>
</p>
</div>
<div>
<p class="py-2 my-0 border-bottom">
<a href="https://www.instagram.com/dmasct1/"><strong>Instagram</strong></a>
</p>
</div>
<div>
<p class="py-2 my-0 border-bottom">
<a href="https://www.youtube.com/playlist?list=PL00183962E6A70E35"><strong>Youtube playlist</strong></a>
</p>
</div>
<div>
<p class="py-2 my-0 border-bottom">
<a href="https://demozoo.org/sceners/2568/"><strong>Demozoo page</strong></a>
</p>
</div>
<div>
<p class="py-2 my-0 border-bottom">
<a href="https://scenestream.net/demovibes/artist/354/"><strong>Demovibes page</strong></a>
</p>
</div>
<div>
<p class="py-2 my-0 border-bottom">
<a href="https://www.mobygames.com/developer/sheet/view/developerId,168329/"><strong>MobyGames entry</strong></a>
</p>
</div>
<div>
<p class="py-2 my-0 border-bottom">
<a href="http://www.atarimania.com/list_games_atari-st-stempell-mathieu-dma-sc_team_5924_S_G.html"><strong>Atarimania games list</strong></a>
</p>
</div>
<div>
<p class="py-2 my-0 border-bottom">
<a href="https://8beats.co/residents/dma"><strong>VGM mixes for 8beats</strong></a>
</p>
</div>
<div>
<p class="py-2 my-0 border-bottom">
<a href="https://github.com/mstempell"><strong>GitHub repositories</strong></a>
</p>
</div>
<div>
<p class="py-2 my-0">
<a href="https://retroachievements.org/user/dma"><strong>RetroAchievements</strong></a>
</p>
</div>
</div>
</main>
</body>
</html>