-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (44 loc) · 2.63 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
45
46
47
48
49
50
51
<html>
<head>
<!-- Reset CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/reset.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<link rel="icon" href=https://66.media.tumblr.com/a0652e74c8a978dcddc8af97806490c8/tumblr_orrmjgbH3O1w320ago7_250.jpg>
<!-- Link to CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<title>Keanu Gifffayyyy||NSCHNARR</title>
</head>
<body >
<div class="container-wrap-wrap" id="main-container">
<div class="jumbotron" id= "top-jumbotron">
<h1>Keanu Reeves is Giftastically Breathtaking!</h1>
</div>
<div class="row" id="topicsBar">
<div class="col-sm-3" id="intro">Click on these buttons to search for Keanu gifs>></div>
<div class="col-sm-8" id="topics"></div>
</div>
<div class="row" id="searchBar">
<form class="form col-sm-12" id= "addTopic">
<input class="form-control form-control-sm col-sm-8" id="newRequest" type="text" placeholder="Submit your Keanu favs to the buttons above"></input></form>
<button class="btn col-sm-3" id="add" type="submit-btn">SUBMIT</button>
</div>
<div class="row">
<div class="col-sm-12" id="gifContainer"></div>
</div>
</div>
<div id="footer"> <footer>"When I don’t feel free and can’t do what I want,
I just react. I go against it."- (Classic Virgo), Keanu Reeves.
</footer>
<img class="gif" src ="assets/images/Poweredby_100px_Badge.gif">
</div>
<!-- Link to JS -->
<script src="assets/javascript/app.js"></script>
</body>
</html>