-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (36 loc) · 1.47 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
<!DOCTYPE html>
<html>
<head>
<title>Parks and Gifcreation</title>
<link type="text/css" rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" />
<link type="text/css" rel="stylesheet" href="assets/css/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!-- header with fancy title and description of site purpose, side bar of buttons-->
<div class="container-fluid container-header">
<div class="row row-header">
<div class="col col-xs-9 col-header-title">
<img src="assets/images/logo.png" class="img-responsive float-left" alt="Parks and Gifcreation">
</div><!-- /col-header-title -->
<div class="col col-xs-3 col-header-search">
<div class="search-bar">
<input id="search" type="text" value="Search" />
<input type="button" class="btn btn-default btn-search" value="Go" />
</div><!-- /search-bar -->
</div><!-- /col-header-search -->
</div><!-- /row-header -->
</div><!-- /container-header -->
<div class="container container-body">
<div class="row row-btn">
<!-- buttons populate -->
</div><!-- /row-btn -->
<div class="row row-gif">
<!-- gifs populate -->
</div><!-- /row-gif -->
</div><!-- /container-body -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/app.js"></script>
</body>
</html>