-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (49 loc) · 2.13 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
<!DOCTYPE html>
<html>
<head>
<title>Clean a beach</title>
<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="css/phone.css">
<link rel="stylesheet" href="website/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body class="holy-grail">
<div class="nav">
<h1 class="logo">Clean A beach</h1>
</div>
<a class="bot-text" href="#">Try Clean a beach with us yourself here! - game link</a>
<h3 class="bot-text">Make sure to watch till the ending credits!</h3>
<div class="scene">
<div class="phone">
<div class="face front">
<div class="inFront"></div>
</div>
<div class="face frontBack">
</div>
<div class="face back">
<div class="inBack"></div>
</div>
<div class="face right">
<div class="inRight"></div>
</div>
<div class="face left">
<div class="inLeft"></div>
</div>
<div class="face top">
<div class="inTop"></div>
</div>
<div class="face bottom">
<div class="inBottom"></div>
</div>
</div>
</div>
<div>
<iframe class="center" width="300" height="100" src="https://www.youtube.com/embed/5N6h7ybpHsQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<img src="website/Cody_the_Crab.png" class="crab" width = 275 alt="">
<img src="website/Crypto_the_Clam.png" class="clam" width = 250 alt="">
<img src="website/Byte_the_Shark.png" class="shark" width = 250 alt="">
</div>
</body>
</html>