-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (53 loc) · 1.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src="js\myscripts.js"></script>
<title>ValoGuessr</title>
</head>
<body style="margin: 0;">
<div class="header">
<a href="index.html" class="headerLogo">
<img src="/img/ValoGuessrLogo.png" style="height: 100%;">
</a>
</div>
<div class="mainDiv">
<h1 class="leela">Welcome to ValoGuessr</h1>
<p class="leela defaultP" style="margin-top: -2vh;">
this is a twist on the classic game "GeoGuessr"<br>
if you have never heard of it I would suggest you to check it out here.
</p>
<a href="https://www.geoguessr.com/" target="_blank">
<button class="button" style="min-width: 25vw;">
<p class="leela buttonText">Go To GeoGuessr.com</p>
</button>
</a>
<h1 class="leela">-Start A Game-</h1>
<br>
<div>
<a href="startGame.html">
<button class="button" style="min-width: 13vw;">
<p class="leela buttonText">Start Game</p>
</button>
</a>
<button class="button" style="min-width: 13vw; margin-left: 5vw;">
<p class="leela buttonText">Practice</p>
</button>
</div>
<br>
<p class="leela defaultP" style="margin-top: 2vh;">
-My Socials-
</p>
<div>
<div style="margin-left: -5vw">
<a href=""><img src="img\SocialYoutube.png" class="socialImg"></a>
<a href=""><img src="img\SocialTikTok.png" class="socialImg"></a>
<a href=""><img src="img\SocialTwitch.png" class="socialImg"></a>
</div>
</div>
</div>
</body>
</html>