-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlanding.html
53 lines (53 loc) · 1.76 KB
/
landing.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="{{url_for('static/css', filename='bootstrap.min.css'}}">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="landingstyles.css">
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="landingscripts.js"></script>
<meta charset="UTF-8">
<title>Serve</title>
</head>
<body>
<video autoplay loop id="bgvid">
<source src="slowmo2.mov" type="video/mov" />
</video>
<div class="blue">
</div>
<div class="container">
<div class="row">
</div>
<div class="row">
<div class="col-md-2 col-sm-2 col-xs-2">
<h1>Serve</h1>
</div>
<div class="col-md-7 col-sm-4 col-xs-3"></div>
<div class="col-md-1 col-sm-2 col-xs-2">
<div class="navoption about"><h5>About</h5></div>
</div>
<div class="col-md-1 col-sm-2 col-xs-2">
<div class="navoption login"><h5>Login</h5></div>
</div>
<div class="col-md-1 col-sm-2 col-xs-3">
<div class="navoption signup"><h5>Sign up</h5></div>
</div>
</div>
<div class="row filler">
</div>
<div class="row">
<div class="col-md-6">
<h2>What is a server? Who cares?</h4>
</div>
<div class="col-md-6">
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3>You worry about your cool idea. We'll worry about your backend.</h3>
</div>
</div>
</div>
</body>
</html>