forked from teasacura/resumerater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (41 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>ResumeRater!</title>
<link rel="stylesheet" href="./css/master.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans|Open+Sans" rel="stylesheet">
</head>
<body>
<nav id="navbar">
<ul class="nav-list">
<div id="home-link">
</div>
<div id="nav-links">
</div>
<div id="user-link">
</div>
</ul>
</nav>
<!-- The video -->
<div class="container">
<video autoplay muted loop id="myVideo">
<source src="./src/video/White-Keyboard copy.mp4" type="video/mp4">
</video>
</div>
<section id="main-content">
<p>The Main Course</p>
</section>
<!-- <div class="image-div">
</div> -->
<script src="src/Comment.js" type="text/javascript"></script>
<script src="src/adapter.js" type="text/javascript"></script>
<script src="src/User.js" type="text/javascript"></script>
<script src="src/Resume.js" type="text/javascript"></script>
<script src="src/formbuilder.js" type="text/javascript"></script>
<script src="src/View.js" type="text/javascript"></script>
<script src="src/navbar.js" type="text/javascript"></script>
<script src="src/index.js" type="text/javascript"></script>
</body>
</html>