-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (43 loc) · 1.49 KB
/
index.html
File metadata and controls
49 lines (43 loc) · 1.49 KB
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 class="landing_content">
<head>
<meta charset="utf-8">
<title>GigZap</title>
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" media="screen" title="Bootstrap" charset="utf-8" />
<link rel="stylesheet" href="testcss.css">
</head>
<header class="landing_header clearfix">
<div class="landing_background">
</div>
<div class="landing_overlay">
<div class="landing_title">Fat Giggler</div>
<div class="landing_header_txt">
Get your gig on.
<div className="login-btn">
<p>
Take control of your gigs with our smart system. Organize by choosing your mood, genre and desired number of sets.
</p>
<button
class="btn btn-primary">Log in with Facebook
</button>
</div>
</div>
<!-- <ul class="main_nav">
<li><a href="#">Log Out</a></li>
<li><a href="#">Chat</a></li>
<li><a href="#">Songs</a></li>
<li><a href="#">Sets</a></li>
</ul> -->
</div>
</header>
<body>
<div class="container landing_content">
<div class="row">
</div>
</div>
<footer>
© 2017 GigZap inc.
</footer>
</body>
</html>