-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
220 lines (218 loc) · 14.6 KB
/
contact.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
208
209
210
211
212
213
214
215
216
217
218
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1 shrink-to-fit=no">
<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="normalize.css">
<link rel="stylesheet" href="basic_styles.css">
<link rel="stylesheet" href="contact_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>
<script src="formData.js"></script>
<title>SPINDLE - Contact Us</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-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">
<section id="request-section" class="base-grid">
<h1 class="section-headers">Requests</h1>
<div id="request-section_wrapper" class="section_wrapper">
<p>Hi there! Have a question about donating? Something went wrong with your order? Want to pledge more money? We are here to help with all non-technical related requests.
We will do our best to respond within 3 days. Note: * = required.
<div class="responsive-form">
<form id="contact-us-form" action="" method="post" data-form-type="contact-form" onsubmit="submitFormData()">
<fieldset id="request">
<legend>
<h2>Submit a Request</h2>
</legend>
<div class="form-field">
<label for="requested-name">Your Name*</label>
<input type="text" id="requested-name" name="customer-name" autocomplete="on" placeholder="e.g. John Doe" required="required">
</div>
<div class="form-field">
<label for="requested-email">Your Email Address*</label>
<input type="email" id="requested-email" name="customer-email" required="required" placeholder="e.g. [email protected]">
</div>
<div class="form-field">
<label for="requested-subject">Subject</label>
<input type="text" id="requested-subject" name="message-subject" placeholder="e.g. PayPal not working">
</div>
<div class="form-field">
<label for="requested-message">Your Message*</label>
<textarea cols="70" rows="10" id="requested-message" name="customer-message" required="required" placeholder="e.g. I'm on the gamer plan (order no: WX78) but I have ordered 3 more keys. However, for some reason, I can't increase money through Paypal."></textarea>
</div>
<div class="form-field">
<label for="requested-verification">Verification*</label>
<input type="number" id="requested-verification" name="customer-verification" required="required" placeholder="2*sqrt(2)*sqrt(2) = ">
</div>
<div class="form-field">
<ul style="">
<li><label><input type="checkbox" id="check-privacy" value="yes" required="required" name="customer-privacy"> I agree with the company's
<a href="https://www.lets-gamedev.de/datenschutz.html" class="light-link">privacy policy</a>.*</label></li>
</ul>
</div>
<input type="submit">
<input type="reset">
<a href="collected_data.html"><input type="button" value="View"></a>
</fieldset>
</form>
</div>
</div>
</section>
<section id="contact-section">
<div class="base-grid">
<h1 class="section-headers black-header">Get In Touch</h1>
<div id="contact-section_wrapper" class="side-by-side_grid">
<div class="aspect-ratio-container grid-image grid-map">
<iframe width="600" height="450" loading="lazy" allowfullscreen="allowfullscreen" src="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJBw-LeP8LvUcRSnmF6QHR20U¢er=50.12226265792719, 8.672301141624603&key=AIzaSyBAnOJziVFAHw0Pi3IZQw9AGz6xz6xyaFE"></iframe>
</div>
<div class="grid-box">
<p>
<strong>Address</strong>
<br>Let's GameDev GmbH
<br>Gervinusstraße 15-21
<br>60359 Frankfurt am Main
</p>
<p>
<strong>Telephone</strong>
<br><a href="tel:+49 30 901820" class="dark-link">+49 30 901820</a>
</p>
<p>
<strong>Email Address</strong>
<br> <a class="dark-link" id="request-email-button" href="#email-verification-form" onclick="seeEmailForm()">Email Me</a>
</p>
</div>
</div>
</div>
</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>