-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
60 lines (59 loc) · 2.24 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
<!DOCTYPE html>
<html>
<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="website/styles/style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
</head>
<body>
<h1>No gARbage
<br>
Links to AR
<br>games below!
<br>
<a href="https://www.instagram.com/ar/320117786360195/?ch=NmVhMTZiOTBhODg3N2UxYTJmMTNmNGE2Y2Q0MTFjNzQ%3D">CleanDaBeach</a>
<br>
<a href="https://www.instagram.com/ar/1673526762856227/?ch=ZWQ5YmQxZDU1NzNhZTc1YzdlNGQyMzkwMWQ0OTJkZWY%3D">Save our turtles</a>
<br>
<a href="https://www.instagram.com/ar/392111345474680/?ch=OWQxNjQwNjk2MDk0ZGI5ZjIyMDQxNGQ0MmYwNzhlZjk%3D">Grab the Crab</a>
<br>
<a href="https://www.instagram.com/ar/522071522265336/">Beach 360!</a>
<br>
<a href="https://www.instagram.com/ar/931567124361349
">Seagull Search</a>
<br>
</h1>
<nav>
<div><a href="website/mission.html">Our Mission</a></div>
<div><a href="website/about.html">About Us</a></div>
<div><a href="website/demo.html">Demo</a></div>
</nav>
<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>
<p>Try out our new filter</p>
</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>
</body>
</html>