-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (26 loc) · 1.21 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
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"
/>
<!-- Sass stylesheet -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/sass.js/0.9.2/sass.js" integrity="sha512-qN7eI/gyKBObAOLw/VOd8eDV4eR/Mp9gebkx0IqCpV5p7LYz0RCQHJahUwR+UB5W+BaphKRDz3eeqL11mGgIrQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> -->
<link rel="stylesheet" href="styles.css">
<script src="scripts.js"></script>
</head>
<body>
<div id="quote-box">
<div class="text-section">
<div id="text"><i class="fa fa-quote-left"></i><i class="fa fa-quote-right"></i></div>
<div id="author"></div>
</div>
<div class="button-section">
<div class="social-btns">
<a id="tweet-quote" href="twitter.com/intent/tweet"><i class="fa fa-twitter-square fa-1x"></i></a>
<a id="tumblr-post" href="http://tumblr.com"><i class="fa fa-tumblr-square"></i></a>
</div>
<button id="new-quote">New Quote</button>
</div>
</div>
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
</body>