-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (40 loc) · 2.23 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
<!DOCTYPE html>
<html>
<head>
<title>RoboSwipe</title>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="css/main.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"/>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body class="black">
<nav>
<div class="nav-wrapper black-text valign-wrapper">
<a href="#" class="brand-logo">
<img class="logo" src="img/logo.png"/>
</a>
<a class="waves-effect waves-light btn blue sign-in hide-on-med-and-down" style="right:0;position:absolute;margin-right:10px;"><i class="fa fa-google" style="line-height:0;" aria-hidden="true"></i> Sign in</a>
</div>
</nav>
<div id="big-hero" class="valign-wrapper white-text">
<div class="hero-text">
<h1 class="center-align hero-text" >RoboSwipe <i class="fa fa-id-card" aria-hidden="true"></i></h1>
<h3 class="center-align hero-text" >Attendance and utilites for 🤖</h3>
<center><a class="waves-effect waves-light btn blue sign-in"><i class="fa fa-google" style="line-height:0;" aria-hidden="true"></i> Sign in</a></center>
</div>
</div>
<video autoplay loop id="video-background" muted plays-inline>
<source src="vid/cover.mp4" type="video/mp4">
</video>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<script src="https://www.gstatic.com/firebasejs/4.4.0/firebase.js"></script>
<script src="js/firebase.js"></script>
<script type="text/javascript" src="js/login.js"></script>
</body>
</html>