-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (51 loc) · 1.51 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sessions in Stardom! - Tokyo Mirage Sessions Zine</title>
<link href="https://fonts.googleapis.com/css?family=Vollkorn:400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img src="Sessions_Header.png" alt="Sessions in Stardom - A Tokyo Mirage Sessions Fan Zine">
</header>
<nav>
<ul>
<li>
<a
href="https://twitter.com/TMSFE_Zine"
class="twitter-link"
>Twitter</a>
</li>
<li>
<a
href="https://tmsfezine.storenvy.com/"
class="purchase-link"
>Purchase</a>
</li>
<li>
<a
href="https://drive.google.com/file/d/1a47q4121t1Auv2coDs3O9HMPG527N3Lk/view"
class="info-link"
>Info</a>
</li>
</ul>
</nav>
<main>
<h1>Sessions in Stardom!</h1>
<h2>Tokyo Mirage Sessions Zine</h2>
<!-- <p><a href="https://twitter.com/TMSFE_Zine/status/1225479369004589056">Applications</a> are now open until the 24th of February!</p> -->
<h3>Contributors</h3>
<div class="contributors">
<!-- fill with js -->
</div>
</main>
<footer>
<p>Site created by <a href="https://twitter.com/XinChun93">@XinChun93</a>. Sessions in Stardom is headed by <a href="https://twitter.com/Okkefak">@Okkefak</a> and <a href="https://twitter.com/EvernightStudio">@EvernightStudio.</a></p>
</footer>
<script src="script.js"></script>
</body>
</html>