-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLA Hacks.html
52 lines (45 loc) · 1.59 KB
/
LA Hacks.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
<!DOCTYPE html>
<html>
<head>
<title>Olympics</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="Styles.css">
<link href="https://fonts.googleapis.com/css?family=Bevan" rel="stylesheet">
<script src="typed.js"></script>
<script src="js.js"></script>
</head>
<body>
<video style = "position:fixed" autoplay="true" loop muted>
<source src="Olympics.mp4" type="video/mp4">
</video>
<nav class = "navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="LA Hacks.html"><img src = "LA24.png" style = "height:70px; margin-top:-25px"></a>
</div>
<ul class="nav navbar-nav">
<li class="active"><a href="LA Hacks.html">Home</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="statistics.html">Statistics</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="signup.html"><span class="glyphicon glyphicon-user"></span> Sign Up</a></li>
<li><a href="login.html"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
</ul>
</div>
</nav>
<div class = "container-fluid">
<div class = "row">
<div class = "col-md-12">
<center style = "margin-top:100px; position:fixed">
<img src="Olympic-logo.png" id="logo">
<div class="element"></div>
</center>
<center>
<a href="schedule.html"><button class="btn btn-primary btn-lg" style = "margin-top:550px">Enter the Olympics</button></a>
</center>
</div>
</div>
</div>
</body>
</html>