-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
50 lines (31 loc) · 1.44 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
<!DOCTYPE html>
<html>
<head>
<title>Inspirikoko</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Catamaran|IM+Fell+Double+Pica|Lobster|Pacifico|Romanesco" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/inspirikoko.js"></script>
<link rel="stylesheet" type="text/css" href="css/inspirikoko.css">
</head>
<body>
<div class="container text-center">
<h1>Inspiri-koko</h1>
<p>Get inspired!</p>
<!-- <div class="quotes_container container-fluid">
<div class="col-xs-4 col-sm-4 col-md-4"></div> -->
<div class ="quotes text-center" align="center">
<span class="quote-text"></span><br>
<span class="quote-author"></span>
</div><br>
<!-- <div class ="col-xs-4 col-sm-4 col-md-4"></div>
</div> -->
<button type="button" class="btn text-center" id="new-quote">New Quote</button>
<button type="button" class="btn" id="tweet"><i class="fa fa-twitter fa-lg" aria-hidden="true"></i> Tweet Me!</button>
</div>
</body>
</html>