-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgameplay.html
207 lines (207 loc) · 12.5 KB
/
gameplay.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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Maven+Pro:wght@500;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="basic_styles.css">
<link rel="stylesheet" href="gameplay_styles.css">
<link rel="stylesheet" href="mobile_styles.css">
<link rel="icon" href="icons/favicon.ico">
<script src="verifyEmail.js"></script>
<script src="mobileMenu.js"></script>
<title>SPINDLE - Gameplay</title>
</head>
<body>
<header class="site-header">
<div class="site-header_wrapper">
<a href="#" id="logo_link">
<img src="icons/spindle_logo.png" alt="spindle logo" width="158" height="44"/>
</a>
<span id="side-nav_divider">|</span>
<ul id="mobile_button" onclick="toggleMobileNav()">
<li id="first-bar">—</li>
<li id="second-bar">—</li>
<li id="third-bar">—</li>
</ul>
<nav class="main-nav">
<div class="main-nav_wrapper">
<ul>
<li>
<a href="index.html" class="main-nav-link">Home</a>
</li>
<li><span class="main-nav-link">About Us <svg viewBox="0 0 1024 2048" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" class="caret-down"><path d="M1024 832c0 17.333-6.333 32.333-19 45l-448 448c-12.667 12.667-27.667 19-45 19s-32.333-6.333-45-19L19 877C6.333 864.333 0 849.333 0 832s6.333-32.333 19-45 27.667-19 45-19h896c17.333 0 32.333 6.333 45 19s19 27.667 19 45z"></path></svg></span>
<ul class="submenu">
<li><a href="the_team.html#the-team" class="submenu-nav-link">The Team</a></li>
<li><a href="the_team.html#publishers-section" class="submenu-nav-link">Publishers</a></li>
</ul>
</li>
<li><span class="main-nav-link">Game Info <svg viewBox="0 0 1024 2048" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" class="caret-down"><path d="M1024 832c0 17.333-6.333 32.333-19 45l-448 448c-12.667 12.667-27.667 19-45 19s-32.333-6.333-45-19L19 877C6.333 864.333 0 849.333 0 832s6.333-32.333 19-45 27.667-19 45-19h896c17.333 0 32.333 6.333 45 19s19 27.667 19 45z"></path></svg></span>
<ul class="submenu">
<li><a href="inspiration.html" class="submenu-nav-link">Inspiration</a></li>
<li><a href="features.html" class="submenu-nav-link">Features</a></li>
<li><a href="gameplay.html" class="submenu-nav-link">Gameplay</a></li>
</ul>
</li>
<li><span class="main-nav-link">Support <svg viewBox="0 0 1024 2048" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" class="caret-down"><path d="M1024 832c0 17.333-6.333 32.333-19 45l-448 448c-12.667 12.667-27.667 19-45 19s-32.333-6.333-45-19L19 877C6.333 864.333 0 849.333 0 832s6.333-32.333 19-45 27.667-19 45-19h896c17.333 0 32.333 6.333 45 19s19 27.667 19 45z"></path></svg></span>
<ul class="submenu">
<li><a href="https://www.kickstarter.com/projects/letsgamedev/spindle-an-action-adventure-about-the-death-and-a-pig/posts" target="_blank" class="submenu-nav-link">Press</a></li>
<li><a href="funding.html" class="submenu-nav-link">Donate</a></li>
</ul>
</li>
<li><a href="contact.html" class="main-nav-link">Contact</a></li>
</ul>
</div>
</nav>
</div>
</header>
<nav id="mobile-nav">
<div class="mobile-nav_wrapper">
<ul>
<li>
<a href="index.html" class="main-nav-link">Home</a>
</li>
<li>
<span class="main-nav-link mobile-nav-link" onclick="toggleNavLinks(0)">About Us <svg viewBox="0 0 1024 2048" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" class="caret-down mobile-caret-down"><path d="M1024 832c0 17.333-6.333 32.333-19 45l-448 448c-12.667 12.667-27.667 19-45 19s-32.333-6.333-45-19L19 877C6.333 864.333 0 849.333 0 832s6.333-32.333 19-45 27.667-19 45-19h896c17.333 0 32.333 6.333 45 19s19 27.667 19 45z"></path></svg></span>
<ul class="mobile_submenu">
<li><a href="the_team.html#the-team" class="submenu-nav-link">The Team</a></li>
<li><a href="the_team.html#publishers-section" class="submenu-nav-link">Publishers</a></li>
</ul>
</li>
<li>
<span class="main-nav-link mobile-nav-link" onclick="toggleNavLinks(1)">Game Info <svg viewBox="0 0 1024 2048" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" class="caret-down mobile-caret-down"><path d="M1024 832c0 17.333-6.333 32.333-19 45l-448 448c-12.667 12.667-27.667 19-45 19s-32.333-6.333-45-19L19 877C6.333 864.333 0 849.333 0 832s6.333-32.333 19-45 27.667-19 45-19h896c17.333 0 32.333 6.333 45 19s19 27.667 19 45z"></path></svg></span>
<ul class="mobile_submenu">
<li onclick="resetMobileNav()"><a href="inspiration.html" class="submenu-nav-link">Inspiration</a></li>
<li onclick="resetMobileNav()"><a href="features.html" class="submenu-nav-link">Features</a></li>
<li onclick="resetMobileNav()"><a href="gameplay.html" class="submenu-nav-link">Gameplay</a></li>
</ul>
</li>
<li>
<span class="main-nav-link mobile-nav-link" onclick="toggleNavLinks(2)">Support <svg viewBox="0 0 1024 2048" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" class="caret-down mobile-caret-down"><path d="M1024 832c0 17.333-6.333 32.333-19 45l-448 448c-12.667 12.667-27.667 19-45 19s-32.333-6.333-45-19L19 877C6.333 864.333 0 849.333 0 832s6.333-32.333 19-45 27.667-19 45-19h896c17.333 0 32.333 6.333 45 19s19 27.667 19 45z"></path></svg></span>
<ul class="mobile_submenu">
<li onclick="resetMobileNav()"><a href="https://www.kickstarter.com/projects/letsgamedev/spindle-an-action-adventure-about-the-death-and-a-pig/posts" target="_blank" class="submenu-nav-link">Press</a></li>
<li onclick="resetMobileNav()"><a href="funding.html" class="submenu-nav-link">Donate</a></li>
</ul>
</li>
<li><a href="contact.html" class="main-nav-link">Contact</a></li>
</ul>
</div>
</nav>
<main class="main-body_wrapper">
<h1 class="section-headers black-header">Gameplay</h1>
<h2 class="h2-headers">Videos</h2>
<section id="gameplay-section" class="side-by-side_grid">
<figure class="vid-1">
<div class='aspect-ratio-container'><iframe src='https://www.youtube.com/embed/PEUCGzCcxm4' allowfullscreen></iframe></div>
<figcaption>
Spindle - Teaser Trailer
</figcaption>
</figure>
<figure class="vid-2">
<div class='aspect-ratio-container'><iframe src='https://www.youtube.com/embed/FWLmL9_Oofk' allowfullscreen></iframe></div>
<figcaption>
Spindle - Gameplay + Info
</figcaption>
</figure>
</section>
<section class="grid-cards" id="teams-section">
<h2 class="h2-headers h2-headers_down">Screenshots</h2>
<p>
A curated selection of screenshots that show different parts of the expansive world and explore the range of gameplay features on offer: bosses, fishing, NPC interaction, and more.
</p>
<ul>
<li>
<figure>
<img src="screenshots/1.png" alt="crossing the bridge">
<figcaption><h3>Crossing the Bridge</h3></figcaption>
</figure>
</li>
<li>
<figure>
<img src="screenshots/2.png" alt="night in the village">
<figcaption><h3>Spending the Night</h3></figcaption>
</figure>
</li>
<li>
<figure>
<img src="screenshots/4.png" alt="fishing at the lake">
<figcaption><h3>Fishing at the Lake</h3></figcaption>
</figure>
</li>
<li>
<figure>
<img src="screenshots/6.png" alt="meet the bowling boss">
<figcaption><h3>Meet the Bowling Boss</h3></figcaption>
</figure>
</li>
<li>
<figure>
<img src="screenshots/8.png" alt="boating in the swamp">
<figcaption><h3>Boating in the Swamp</h3></figcaption>
</figure>
</li>
<li>
<figure>
<img src="screenshots/11.png" alt="our villager friends">
<figcaption><h3>Our Villager Friends</h3></figcaption>
</figure>
</li>
</ul>
</section>
</main>
<footer class="site-footer">
<div class="site-footer_wrapper">
<img src="images/logo-gamedev.gif" alt="">
<div id="footer_info-links">
<div id="email-append">Let's GameDev GmbH
<br>Gervinusstraße 15-21
<br>60359 Frankfurt am Main
<br>
<form id="email-verification-form" action="" method="get" onsubmit="saveVerification(); revealEmail(); return false">
<ul>
<li>
<label for="verify-email-request" id="email-label">Email Verification</label>
<input type="number" id="verify-email-request" required="required" placeholder="2*sqrt(2+2) = ">
<input type="submit" id="email-reveal-button" name="email-submit" value="Reveal Email" onclick="">
</li>
</ul>
</form>
</div>
</div>
<div id="footer_company-links">
<h3>Company</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about_us.html">About Us</a></li>
<li><a href="">Games</a></li>
<li><a href="the_team.html#publishers-section">Publisher</a></li>
</ul>
</div>
<div id="footer_spindle-links">
<h3>Spindle</h3>
<ul>
<li><a href="inspiration.html">Inspiration</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="gameplay.html">Gameplay</a></li>
<li><a href="https://gotm.io/letsgamedev/spindle" rel="noopener">Play Now</a></li>
</ul>
</div>
<div id="footer_support-links">
<h3>Support</h3>
<ul>
<li><a href="https://www.kickstarter.com/projects/letsgamedev/spindle-an-action-adventure-about-the-death-and-a-pig/posts" rel="noopener">Press</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="https://www.paypal.com/paypalme/spindlegame" rel="noopener">Donate</a></li>
<li><a href="https://www.lets-gamedev.de/datenschutz.html">Privacy Policy</a></li>
</ul>
</div>
</div>
<p>Let's GameDev © 2021
<br>Website designed with 💖 by Saad Billah</p>
</footer>
</body>
</html>