-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (31 loc) · 1.18 KB
/
index.html
File metadata and controls
43 lines (31 loc) · 1.18 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
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="rqg.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<meta name="viewport" content="width=device-width">
</head>
<body>
<div class="container">
<div class="randqg">
<header id="title"><span>Random Quote </span><br><span>Generator</span></header>
<div class="text-area">
<i class="fa fa-quote-left fa-3x" aria-hidden="true"></i>
<blockquote id="text"></blockquote>
<i class="fa fa-quote-right fa-3x" aria-hidden="true"></i>
</div>
<div class="subcontainer">
<div class="author-tweet">
<a class="twitter-share-button hvr-buzz-out" href="https://twitter.com/intent/tweet" target="_blank"><i class="fa fa-twitter-square fa-2x" aria-hidden="true"></i></a>
<p id="author"></p>
</div>
<div class="button"><i class="fa fa-long-arrow-right fa-3x" aria-hidden="true"></i></div>
</div>
</div>
</div>
</body>
<script src="https://use.fontawesome.com/02b956c77d.js"></script>
<script type="text/javascript" src="rqg.js"></script>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
</html>