-
Notifications
You must be signed in to change notification settings - Fork 0
/
swift.html
65 lines (54 loc) · 2.6 KB
/
swift.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="./swift-quotes/styles/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://openweathermap.org/weather-conditions#Weather-Condition-Codes-2" rel="stylesheet">
<link rel="stylesheet" href="/swift-quotes/styles/jquery-confirm.min.css">
<link rel="stylesheet" href="/swift-quotes/styles/jquery-ui.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script type="text/javascript" src="swift-quotes/scripts/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="swift-quotes/scripts/jquery-confirm.min.js"></script>
<script type="text/javascript" src="swift-quotes/scripts/jquery-ui.min.js"></script>
<script type="text/javascript" src="swift-quotes/scripts/index.js"></script>
<title>Random quote</title>
</head>
<body>
<!-- <div class="content">-->
<!--
<div class="card">
<h2>Random quote</h2>
<p>Do you want a random quote ?</p>
-->
<!-- <button onclick="displayQuote()" class="btn">Generate</button>-->
<!-- </div>-->
<div class="overall">
<h1>taylor swift quotes</h1>
<p>This quote generator is dedicated to my friend cambrie, as a part of a bigger chrome extension. The api created by @MitanshiKshatriya on github is currently broken, so I have used their database of quotes and created my own randomizer.</p>
<br>
<!-- <span class="white">show</span> -->
<label class="switch">
<input type='checkbox' id='hidequote' checked>
<span class="slider round"></span>
</label> <span>switch on/off</span> <br>
<br>
<p>Refresh the page for a new quote!</p>
<div id="content">
<div id="quote"></div>
</div>
<br>
<img src=" https://media1.giphy.com/media/Xgm5k3TOtUlXkgpt8v/giphy.gif?cid=790b76116a46a28270b1a09c98531ce0d9584321f39e6509&rid=giphy.gif&ct=g" width="300px" alt="tswift">
<br>
<br>
<br>
<br>
</div>
</body>
<script src="swift-quotes/script.js"></script>
<script src="weather.js"></script>
<script src="swift-quotes/scripts/quotes.js"></script>
</html>