-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·49 lines (38 loc) · 1.61 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
<!doctype html>
<html>
<head>
<title>HourLogger | Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel = "stylesheet" type = "text/css" href = "css/styles.css">
<link rel = "stylesheet" type = "text/css" href = "css/index.css">
<script src = "https://www.gstatic.com/firebasejs/8.3.0/firebase-app.js"></script>
<script src = "https://www.gstatic.com/firebasejs/8.3.0/firebase-firestore.js"></script>
<script src = "https://www.gstatic.com/firebasejs/8.3.0/firebase-database.js"></script>
<script src = "https://www.gstatic.com/firebasejs/8.3.0/firebase-auth.js"></script>
<script src = "https://www.gstatic.com/firebasejs/ui/4.6.1/firebase-ui-auth.js"></script>
<script type = "module" src="js/index.js"></script>
</head>
<body id = "background">
<div data-includeHTML = "html/HTMLImports/header.html"></div>
<div id = "top">
<h1>
HOME
</h1>
<span>
The Gear it Forward Hours Management system is a website designed to help manage shop hours for students
</span>
<h2>
mechanics
</h2>
<body>
Thank you to the developers of <br>
<a href = "https://github.com/zxing-js/library"> ZXingJS</a> and <br>
<a href = "https://firebase.google.com/">google Firebase</a> and <br>
for making this possible <br>
you can find sourceCode for this website<a href="https://github.com/Team2338/HourTracker">here</a>
</body>
</div>
<div id = "footer" data-includeHTML = "html/HTMLImports/footer.html"></div>
</body>
</html>