-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (50 loc) · 2.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Repair Shop</title>
<meta property="og:title" content="RepairShop" />
<meta property="og:url" content="https://keely-lee.github.io/repair-shop/" />
<meta property="og:description"
content="RepairShop is designed to promote emotional growth in elementary level students through a combination of interactive activities" />
<meta name="image" property="og:image" content="https://media.giphy.com/media/gCGswysL6IDeiqpKXy/giphy.gif" />
<meta name="author" content="Keely Lee">
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="src/styles/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="src/styles/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="src/styles/favicon_io/favicon-16x16.png">
<link rel="manifest" href="src/styles/favicon_io/site.webmanifest">
<!-- <script src='https://d3js.org/d3.v4.min.js'></script> -->
<script src="https://use.fontawesome.com/releases/v5.14.0/js/all.js" data-auto-a11y="true"></script>
<link href="./src/styles/index.css" rel="stylesheet">
<link href="./src/styles/activities.css" rel="stylesheet">
<link href="./src/styles/main.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Chilanka&family=Delius&family=Fredoka+One&family=Slabo+27px&display=swap" rel="stylesheet">
</head>
<link href="https://fonts.googleapis.com/css2?family=Staatliches&display=swap" rel="stylesheet">
<body id="body">
<!-- <video src="src/images/Cartoon - 27708.mp4" autoplay="false" class="startVid"></video> -->
<nav id="main-nav">
<button id="home-button"><img src="src/images/home-button.png" draggable="false" id="home-button"></button>
<h1>RepairShop</h1>
<div id="nav-buttons">
<button id="left-arrow" style="display:none"><i class="fas fa-arrow-alt-circle-left"></i></button>
<button id="right-arrow" style="display:none"><i class="fas fa-arrow-alt-circle-right"></i></button>
</div>
</nav>
<div id="main">
<!-- <img src="src/images/background.svg" alt="background" class="background" draggable="false"> -->
<img src="src/images/background6.jpg" alt="background" class="background" draggable="false">
<img src="src/images/green-car.png" alt="greencar" class="green-car" draggable="false">
<img src="src/images/tools.png" alt="tools" class="tools" draggable="false">
<img src="src/images/fuel.png" alt="fuel" class="fuel" draggable="false">
</div>
<!-- ACTIIVITY DIVS -->
<div id="activity-comp" z-index=2></div>
<script src="./dist/main.js"></script>
</body>
<footer>
<!-- <a href='https://www.freepik.com/vectors/car'>Car vector created by upklyak - www.freepik.com</a> -->
<!-- <a href='https://www.freepik.com/vectors/business'>Business vector created by rawpixel.com - www.freepik.com</a> -->
</footer>
</html>