-
Notifications
You must be signed in to change notification settings - Fork 0
/
periodical.html
78 lines (73 loc) · 3.11 KB
/
periodical.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
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ShadowBanshee</title>
<link rel="icon" href="Images/ZineButtons/bansheebutton1.png">
<link rel="stylesheet" href="CSS/normalize.css">
<link rel="stylesheet" href="CSS/home.css">
<link rel="stylesheet" href="CSS/periodical.css">
<link rel="stylesheet" href="CSS/loader.css">
</head>
<body>
<div id="loadingScreen">
<img src="Images/gif.gif" alt="">
<div id="loadingBarContainer">
<div id="loadingBar"></div>
</div>
</div>
<div id="pageContent">
<div class="header">
<button type="button" class="home" onclick="window.location.href='index.html'">
<img src="Images/title/Oneeyedsuperkid.png" />
<p class=title>Home of The Shadow Banshee, The Dreamwalker, The Superkid and more...    </p>
</button>
</div>
<div class="container">
<img src="Images/clouds.gif" class="clouds">
</div>
<div class="center">
<div class="container">
<div class="left">
<button id="TSBP1" onclick="window.location.href='TSBP1.html'">
<img id="page" src="Images/TSBP1/page1.png" alt="">
<img id="readMe" src="Images/Periodical/Read me.png" alt="">
</button>
</div>
<div class="right">
<div class="top-right">
<button id="question" onclick="window.location.href='questions.html'">
<div id="adviceCol">
<img src="Images/Advice.png" alt="">
</div>
<div class="text">
<p>
<br>Ask the Banshee questions
to be answered in the next
issue of the periodical!
</p>
</div>
</button>
</div>
<div class="bottom-right">
<button id="periodical" type="button"
onclick="javascript:window.open('https://oneeyedsuperkid.gumroad.com/l/theperiodical', '_blank');">
<img src="Images/periodical_logo.png" alt="">
<img id=subButton src="Images/Periodical/sub button.png" alt="">
<div class="text2">
<p>
Sign up for the Shadow Banshee<br>
Periodical Subscription on Gumroad!
</p>
</div>
</button>
</div>
</div>
</div>
</div>
</div>
<script src="JS/main.js"></script>
<script src="JS/loading.js"></script>
</body>
</html>