-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
168 lines (151 loc) · 5.24 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE HTML>
<!--
Road Trip by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>A Frantic Flipside: A Cat-astrophic Day</title>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header">
<div class="logo"><a href="index.html">Frantic Flipside <span>by AgrMayank</span></a></div>
<!-- <a href="#menu"><span>Menu</span></a> -->
</header>
<!-- Nav -->
<!-- <nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="generic.html">Generic</a></li>
<li><a href="elements.html">Elements</a></li>
</ul>
</nav> -->
<!-- Banner -->
<!--
Note: To show a background image, set the "data-bg" attribute below
to the full filename of your image. This is used in each section to set
the background image.
-->
<section id="banner" class="bg-img" data-bg="">
<div class="inner">
<header>
<img src="images/Frantic Flipside Text Logo.png" width="75%" max-height="512px" />
<table style="width: 100%;">
<tr class="actions">
<th style="vertical-align: middle;text-align: center;padding-top: 16px;font-size:x-large;">
Google Play
</th>
<th style="vertical-align: middle;text-align: center;padding-top: 16px;font-size:x-large">
itch.io
</th>
</tr>
<tr class="actions">
<td><a href="https://play.google.com/store/apps/details?id=com.AgrMayank.FranticFlipside"
class="button alt" target="_blank">Download</a></td>
</td>
<td><a href="https://agrmayank.itch.io/frantic-flipside" class="button alt"
target="_blank">Download</a></td>
</td>
</tr>
</table>
</header>
</div>
<a href="#one" class="more">Next</a>
</section>
<!-- One -->
<section id="one" class="wrapper post bg-img" data-bg="banner.jpg">
<div class="inner">
<article class="box">
<header>
<h2>The Beginning:</h2>
</header>
<div class="content">
<p>
In the land of 'Catia', the once-blue skies have transformed into an ominous black, as the curse
of the Cat God strips
the world of its greenery, leaving behind a desolate and unnatural realm.
</p>
</div>
</article>
</div>
<a href="#two" class="more">Next</a>
</section>
<!-- Two -->
<section id="two" class="wrapper post bg-img" data-bg="banner2.jpg">
<div class="inner">
<article class="box">
<header>
<h2>The Curse:</h2>
</header>
<div class="content">
<p>The curse compels all who enter this realm not to jump or dash... If you defy this decree, you
will be thrown upside down, and the world will twist around you.</p>
</div>
</article>
</div>
<a href="#three" class="more">Next</a>
</section>
<!-- Three -->
<section id="three" class="wrapper post bg-img" data-bg="banner3.jpg">
<div class="inner">
<article class="box">
<header>
<h2>The End:</h2>
</header>
<div class="content">
<p>The Cat God's favour lies in the joy of its feline companions. Travel to these dark lands to
locate the lost cats. Your task is twofold: find and feed them. Only then this curse can be
broken!!</p>
</div>
</article>
</div>
</section>
<!-- Footer -->
<!-- <footer id="footer">
<div class="inner">
<h2>Contact Me</h2>
<form action="#" method="post">
<div class="field half first">
<label for="name">Name</label>
<input name="name" id="name" type="text" placeholder="Name">
</div>
<div class="field half">
<label for="email">Email</label>
<input name="email" id="email" type="email" placeholder="Email">
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="6" placeholder="Message"></textarea>
</div>
<ul class="actions">
<li><input value="Send Message" class="button alt" type="submit"></li>
</ul>
</form>
<ul class="icons">
<li><a href="#" class="icon round fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon round fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon round fa-instagram"><span class="label">Instagram</span></a></li>
</ul>
</div>
</footer> -->
<div class="copyright">
© AgrMayank Studios. Site made with: <a href="https://templated.co/">Templated</a>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>