-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFAQ.html
79 lines (66 loc) · 2.67 KB
/
FAQ.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
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>oneeyedsuperkid</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/faq.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 class="home" type="button" onclick="window.location.href='index'">
<img src="Images/title/Oneeyedsuperkid.png" />
<p class=title>Home of The Shadow Banshee, The Dreamwalker, The Superkid and more...    </p>
</button>
</div>
<nav class="navbar">
<ul>
<li><a href="explore" class="nav-button">Explore</a></li>
<li><a href="periodical" class="nav-button">Periodical</a></li>
<li><a href="art" class="nav-button">Gallery</a></li>
<li><a href="FAQ" class="nav-button">FAQ</a></li>
<li><a href="shop" class="nav-button">Shop</a></li>
<li><a href="locations" class="nav-button">Locations</a></li>
</ul>
</nav>
<div id="container">
<div id="faq1" style="white-space: pre-line;">
<div class="text">
<h3>Who am I</h3>
<p>I frequently ask myself this.
I am an interdimensional, independent multidisciplinary multidilusionary artist.
I make approximately three different comics,
I sing, I dance, what can't I do? (code. My brother created this whole site :)</p>
</div>
<img src="Images/faq/faqpage.png" alt="">
</div>
<div id="faq2">
<div class="text">
<h3>WHAT IS THE SHADOW BANSHEE PERIODICAL</h3>
<p>(How does it work?)
The periodical is a zine that I make, featuring the shadow banshee comics, and the shadow banshee advice
column, where it answers questions sent in by readers.
it also contains my other comics, NAMELY:
oneeyedsuperkid (that's me) and
The dreamwalker (IF YOU LIKE ESCAPISM)
I have thoughtfully created many options for obtaining it either via the periodical subscription, or on my online shop OR at local comic book shops chicagoland only (*For now)</p>
</div>
<img src="Images/faq/faqpage1.png" alt="">
</div>
</div>
</div>
<script src="JS/main.js"></script>
<script src="JS/loading.js"></script>
</body>
</html>