-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.html
More file actions
245 lines (238 loc) · 8.63 KB
/
main.html
File metadata and controls
245 lines (238 loc) · 8.63 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="mainstyle.css" />
<link rel="stylesheet" type="text/css" href="gamestyle.css" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="navFooter.css" />
<title>Spillehjørnet</title>
</head>
<body>
<header>
<nav>
<div class="leftNav">
<a class="navA" href="main.html"
><img
class="danskeLogo"
src="images/danskespil-logo.png"
alt="danskespil logo"
/></a>
<a
class="navA"
href="https://danskespil.dk/spillehjoernet?intcmp=top_menu_spillehjoernet_brand#"
>More games</a
>
<a class="navA" href="https://kundecenter.danskespil.dk/forside"
>Help</a
>
<a class="navA" href="https://danskespil.dk/om">About us</a>
</div>
<div class="rightNav">
<a class="navA" href="form/form.html">Log in</a>
<a class="navA" href="form_p/form.html">Sign up</a>
</div>
</nav>
<div class="subNav">
<img
class="spilleLogo"
src="images/spille-logo-white.png"
alt="Spillehjørn Logo"
/>
<a class="navA" href="#"
>Play Spillehjørnet <i class="fas fa-chevron-down"></i
></a>
<a class="navA" href="#">Winners</a>
<a class="navA" href="#">About Spillehjørnet</a>
<a class="navA" href="#">Regular Campaigns</a>
</div>
<!-- BURGER NAVIGATION FOR MOBILE-->
<!-- source: "https://www.w3schools.com/howto/howto_js_fullscreen_overlay.asp?fbclid=IwAR06HAN5lNBheJ1YniQ2r2rWnHodkamx02YmP8lB9Le0Ctf2sIyOsxnwZyE" we used w3schools to help us create the following burger navigation. -->
<div class="upperMobileNav">
<i class="menuBtn fas fa-bars fa-2x"></i>
<a href="main.html"
><img
id="danskeLogoMobile"
src="images/spille-logo-dice.png"
alt="danskespil logo"
/></a>
</div>
<div id="mobileNav" class="overlay">
<div class="upperOverlay">
<a class="navA" href="form/form.html">Log in</a>
<a
><img
class="spilleLogoDice"
src="images/spille-logo-dice.png"
alt="Spillehjørn Logo"
/></a>
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()"
><i class="fas fa-times fa-lg"></i
></a>
</div>
<div class="overlay-content">
<a href="">More Games</a>
<a href="">Help</a>
<a href="">About us</a><br /><br />
<a href="">Play Spillehjørnet</a>
<a href="about.html">Winners</a>
<a href="teaching.html">About Spillehjørnet</a>
<a href="index.html#contact">Regular Campaigns</a>
<a class="current" href="form_p/form.html"
>Sign up <i class="fas fa-chevron-down"></i
></a>
</div>
</div>
</header>
<section class="game">
<!--the game should be placed here-->
<div class="placeholderGame">
<div id="gameplaceholder">
<div id="blur2"></div>
<div id="backgroundmodal"></div>
<div id="rotateScreen">
<p>Rotate screen to play game</p>
<button id="rotateButton" class="formbutton">
<i id="rotateIcon" class="fas fa-undo"></i>
</button>
</div>
<div id="startone">
<p class="instruction" id="collectthecup">
Collect the green cup before it moves
</p>
</div>
<div id="starttwo">
<p class="instruction" id="donttouchthecup">
Don't touch the red cup
</p>
</div>
<div id="blur"></div>
<div id="endgamemodal">
<p id="congratulations">
Congratulations! That was a good game!
</p>
<p id="youremail">Enter e-mail address to get your <b>money</b></p>
<input id="emailgameinput" type="text" /><br />
<a id="linkToEmail" href="email.html">
<button id="formbutton" class="formbutton"></button>
</a>
<p id="nospam">No spam, promise</p>
<a id="replay">
No, thanks, I don't want to get real money
</a>
</div>
</div>
</div>
</section>
<section class="intro">
<img class="introDice" src="images/dice.png" alt="icon dice" />
<h1>Spillejhørnet</h1>
<h2>Gaming & Gambling platform</h2>
<p class="introP">Built for gaming, gambling and winning real money!</p>
<button class="introBtn">Sign up for free</button>
</section>
<section class="benefits">
<h2>Why should you visit Spillehjørnet?</h2>
<div class="uspBenefits">
<div class="benefitCard">
<img class="iconsMain" src="images/money_icon.png" alt="money icon" />
<h3>Win up to <strong>400.000 dkk</strong> everyday!</h3>
<br />
<p>
Making money while having fun? Don’t wait and make it possible today
at Spillehjørnet!
</p>
</div>
<div class="benefitCard">
<img class="iconsMain" src="images/dice_icon.png" alt="money icon" />
<h3>Discover over 900 games!</h3>
<br />
<p>
Choose the blå konto to play for free with no risk at all! Practice
your skills
</p>
</div>
<div class="benefitCard">
<img
class="iconsMain"
src="images/trophy_icon.png"
alt="money icon"
/>
<h3>Compete with 10.000 active users!</h3>
<br />
<p>
Forget about playing alone and play against real people! Challange
yourself, collect badges and put your name on the top scores list!
</p>
</div>
</div>
<button class="otherGamesBtn">Check out other games</button>
</section>
<footer>
<hr />
<div class="mainFooter">
<div class="mainFooterPart1">
<a href=""
><img
class="danskeLogo"
src="images/danskespil-logo.png"
alt="danskespil logo"
/></a>
<p>Danske Spil A/S<br />Korsdalsvej 135<br />2605 Brøndby</p>
</div>
<div class="mainFooterPart2">
<ul>
<li><a class="navA" href="#">Operational status</a></li>
<li><a class="navA" href="#">Terms and conditions</a></li>
<li><a class="navA" href="#">Vegas</a></li>
<li><a class="navA" href="#">Become a partner</a></li>
<li><a class="navA" href="#">Responsibility</a></li>
<li><a class="navA" href="#">Privacy policy</a></li>
</ul>
</div>
<div class="mainFooterPart3">
<ul>
<li><a class="navA" href="#">YouBet</a></li>
<li><a class="navA" href="#">Winning chances</a></li>
<li><a class="navA" href="#">Cookies</a></li>
<li><a class="navA" href="#">Game rules</a></li>
<li><a class="navA" href="#">Kalaalisut</a></li>
</ul>
</div>
<div class="mainFooterPart4">
<p>Contact our customer service<br />every day from 9am until 23pm</p>
<button class="footerBtn">KONTAKT KUNDESERVICE</button>
</div>
</div>
<div class="subFooter">
<img src="images/footer-logo1.png" alt="partner logo" />
<img src="images/footer-logo2.png" alt="partner logo" />
<img src="images/footer-logo3.png" alt="partner logo" />
<img src="images/footer-logo4.png" alt="partner logo" />
<img src="images/footer-logo5.png" alt="partner logo" />
<img src="images/footer-logo6.png" alt="partner logo" />
</div>
</footer>
<audio id="nope">
<source src="nope.mp3" type="audio/mp3" />
</audio>
<audio id="music">
<source src="gotmusic.mp3" type="audio/mp3" />
</audio>
<audio id="good">
<source src="good.mp3" type="audio/mp3" />
</audio>
<audio id="bad">
<source src="bad.mp3" type="audio/mp3" />
</audio>
<script src="gamescript.js"></script>
<script src="main.js"></script>
</body>
</html>