-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupport.html
312 lines (262 loc) · 15.8 KB
/
support.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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
<!-- Sven START -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>WinXWins - Index</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="57x57" href="assets/img/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/img/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/img/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/img/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/img/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/img/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicons/favicon-16x16.png">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Top Bar ======= -->
<div id="topbar" class="d-flex align-items-center fixed-top">
<div class="container d-flex justify-content-center justify-content-md-between">
<div class="contact-info d-flex align-items-center">
<i class="bi bi-phone d-flex align-items-center"><span>+41 78 624 24 19</span></i>
<i class="bi bi-clock d-flex align-items-center ms-4"><span> Mo-Sa: 08:00 - 17:00</span></i>
</div>
</div>
</div>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-cente">
<div class="container-fluid container-xl d-flex align-items-center justify-content-lg-between">
<!--<h1 class="logo me-auto me-lg-0"><a href="index.html">WinXWins</a></h1>-->
<!-- If we use a image logo some day -->
<a href="index.html" class="logo me-auto me-lg-0"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link" href="index.html">Home</a></li>
<li><a class="nav-link" href="game.html">Spiel</a></li>
<li><a class="nav-link" href="news.html">Neuigkeiten</a></li>
<li><a class="nav-link active" href="support.html">Support</a></li>
<li><a class="nav-link" href="about.html">Über uns</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<!--<section id="hero" class="d-flex align-items-center">
<div class="container position-relative text-center text-lg-start" data-aos="zoom-in" data-aos-delay="100">
<div class="row">
<div class="col-lg-8">
<h1>Willkommen auf <span>WinXWins</span></h1>
<h2>Das beste Spiel das es gibt. Ich weis das du es weisst.</h2>
<div class="btns">
<a href="game.html" class="btn-game animated fadeInUp">Games</a>
<a href="support.html" class="btn-support animated fadeInUp">Support</a>
</div>
</div>
</div>
</div>
</section><!-- End Hero -->
<!-- Sven END -->
<!-- Akram START -->
<main id="main">
<div class="synth"
style="background-image: linear-gradient(to bottom, rgba(41, 41, 41, 0) 0%,rgba(41, 41, 41, 0.25) 25%, rgba(41, 41, 41, 0.5) 50%,rgba(41, 41, 41, 0.75)75%,rgba(41, 41, 41, 0.85)85%, rgba(41, 41, 41, 1) 100%), url('assets/img/news/synthwave.jpg');">
</div>
<section id="support" class="d-flex align-items-center">
<div class="container p-6 my-6 core text-white">
<h1 style="color:#1a1814">Help & Support</h1>
<h3 style="color:#1a1814">Wie kann ich dir Helfen?</h3>
<!--Buttons-->
<br>
<a type="button" class="btn btn-dark btn-lg scrollto" href="#pc"><i class="bi bi-pc"></i></a>
<a type="button" class="btn btn-primary btn-lg scrollto" href="#playstation"><i
class="bi bi-playstation"></i></a>
<a type="button" class="btn btn-success btn-lg scrollto" href="#xbox"><i class="bi bi-xbox"></i></a>
<a type="button" class="btn btn-danger btn-lg scrollto" href="#stadia"> <svg xmlns="http://www.w3.org/2000/svg"
width="32" height="32" viewBox="0 0 32 32">
<path
d="M0.271 11.557c-0.172 0.12-0.271 0.313-0.271 0.521v0.005c0 0.089 0.021 0.172 0.052 0.255l3.068 6.938c0.135 0.307 0.484 0.458 0.802 0.349 2.005-0.719 8.948-2.979 13.443-1.76 0 0-4.51 0.26-8.583 3.458-0.229 0.182-0.307 0.495-0.193 0.76l1.375 3.104 0.526 1.234c0.125 0.297 0.526 0.333 0.703 0.063 0.953-1.432 2.557-2.146 4.099-2.771 1.578-0.646 3.224-1.115 4.906-1.401 1.792-0.302 3.615-0.38 5.427-0.224 0.297 0.031 0.578-0.156 0.667-0.443l1.385-4.427c0.083-0.26-0.010-0.542-0.234-0.703-1.542-1.12-7.656-4.875-18.401-3.365 0 0 9.167-5.271 20.813 0.521 0.354 0.172 0.781-0.010 0.896-0.385l1.219-3.901c0.021-0.057 0.031-0.12 0.031-0.182v-0.021c-0.005-0.224-0.125-0.432-0.323-0.547-1.464-0.823-6.411-3.302-13.214-3.302-5.219 0-11.526 1.453-18.193 6.224z" />
</svg></a>
<span style="color:#1a1814;">Plattform wählen</span>
<!-- Support Bild-->
<p><br><img src="assets/img/support/Running_the_show-en.jpg" class="img-fluid" alt="bild1"></p>
<p class="text1">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Et aut reiciendis voluptatum dolorum
quae repudiandae voluptatem eaque? Fugit, voluptas. Odit obcaecati atque corporis dicta tempora laboriosam
alias sunt nesciunt tenetur?</p>
<div>
<div class="container">
<div class="row-md-6 p-3 my-5 bg-dark text-white">
<h1 id="pc"><i class="bi bi-pc"></i> PC Support</h1>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut
labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et
ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
<a type="button" class="btn btn-warning" href="https://support.cdprojektred.com/de/cyberpunk/pc"
target="_blank">Mehr Hilfe</a>
</div>
<div class="row-md-6 p-3 my-5 bg-primary text-white">
<h1 id="playstation"><i class="bi bi-playstation"></i> PlayStation Support</h1>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut
labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et
ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
<a type="button" class="btn btn-warning" href="https://support.cdprojektred.com/de/cyberpunk/playstation"
target="_blank">Mehr Hilfe</a>
</div>
<div class="row-md-6 p-3 my-5 bg-success text-white">
<h1 id="xbox"><i class="bi bi-xbox"></i> Xbox Support</h1>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut
labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et
ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
<a type="button" class="btn btn-warning" href="https://support.cdprojektred.com/de/cyberpunk/xbox"
target="_blank">Mehr Hilfe</a>
</div>
<div class="row-md-6 p-3 my-5 bg-danger text-white">
<h1 id="stadia"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path
d="M0.271 11.557c-0.172 0.12-0.271 0.313-0.271 0.521v0.005c0 0.089 0.021 0.172 0.052 0.255l3.068 6.938c0.135 0.307 0.484 0.458 0.802 0.349 2.005-0.719 8.948-2.979 13.443-1.76 0 0-4.51 0.26-8.583 3.458-0.229 0.182-0.307 0.495-0.193 0.76l1.375 3.104 0.526 1.234c0.125 0.297 0.526 0.333 0.703 0.063 0.953-1.432 2.557-2.146 4.099-2.771 1.578-0.646 3.224-1.115 4.906-1.401 1.792-0.302 3.615-0.38 5.427-0.224 0.297 0.031 0.578-0.156 0.667-0.443l1.385-4.427c0.083-0.26-0.010-0.542-0.234-0.703-1.542-1.12-7.656-4.875-18.401-3.365 0 0 9.167-5.271 20.813 0.521 0.354 0.172 0.781-0.010 0.896-0.385l1.219-3.901c0.021-0.057 0.031-0.12 0.031-0.182v-0.021c-0.005-0.224-0.125-0.432-0.323-0.547-1.464-0.823-6.411-3.302-13.214-3.302-5.219 0-11.526 1.453-18.193 6.224z" />
</svg> Stadia Support</h1>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut
labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et
ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
<a type="button" class="btn btn-warning" href="https://support.cdprojektred.com/de/cyberpunk/stadia"
target="_blank">Mehr Hilfe</a>
</div>
<div class="container py-4">
<!--Formular -->
<form onsubmit="return sendMessage();" id="contactForm">
<h2 style="color:#1a1814;">Kontaktiere Uns:</h2>
<!-- Name input -->
<div class="mb-3">
<label class="form-label" for="name">Name</label>
<input class="form-control" id="name" value="" type="text" placeholder="Name" />
</div>
<!-- Email address input -->
<div class="mb-3">
<label class="form-label" for="emailAddress">E-Mail Addresse</label>
<input class="form-control" id="emailAddress" value="" type="email" placeholder="E-Mail Addresse" />
</div>
<!-- Message input -->
<div class="mb-3">
<label class="form-label" for="message">Nachricht</label>
<textarea class="form-control" id="message" value="" type="text" placeholder="Nachricht"
style="height: 10rem;"></textarea>
</div>
<!-- Form submit button -->
<div class="d-grid">
<button class="btn btn-dark btn-lg" type="submit"><i class="bi bi-send"></i> Senden</button>
</div>
</form>
</div>
</div>
</section>
</main><!-- End #main -->
<!-- Akram END -->
<!-- Sven START -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<h3>WinXWins</h3>
<p>
Räffelstrasse 12<br>
8045, Zürich<br><br>
<strong>Telefon:</strong> +41 78 624 24 19<br>
<strong>Email:</strong> [email protected]<br>
</p>
<div class="social-links mt-3">
<a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>
<a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Nützliche Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="index.html">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="game.html">Spiel</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="news.html">Neuigkeiten</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="support.html">Support</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="about.html">Über uns</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="impressum.html">Impressum</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
</div>
<div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Unsere Neuigkeiten</h4>
<p>Bleibe immer auf dem neusten stand.</p>
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong><span>WinXWins</span></strong>. All Rights Reserved
</div>
<div class="credits">
Designed by <a href="https://svenbledt.github.io/">Sven Bledt & Team</a>
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script>
function sendMessage() {
var request = new XMLHttpRequest();
var uname = document.getElementById("name").value;
var mail = document.getElementById("emailAddress").value;
var str = document.getElementById("message").value;
var msg = str.replace(/<br>/g, "\n");
request.open("POST", "https://canary.discord.com/api/webhooks/1044930922111311902/8JdZKF6m0RSePmRNUT-vRtim14k6X5rEywbAyu0GZq_ta_4pH67uQOFp5_PKwwjqdnme");
request.setRequestHeader('Content-type', 'application/json');
var params = {
username: "Support",
embeds:[{"color": 16711680,"title":"Benutzer: " + uname, "description":"**Nachricht:** " + msg + "\n\n**Email:** " + mail, "timestamp": new Date()}],
}
console.log(JSON.stringify(params))
request.send(JSON.stringify(params));
}
</script>
</body>
</html>
<!-- Sven END -->