-
Notifications
You must be signed in to change notification settings - Fork 36
/
index.html
149 lines (128 loc) · 6.1 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html lang="en">
<head>
<!--Meta Tags-->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name='keywords' content='calculator'>
<meta name='description' content='QuoteBuzz - Get Your motivation here, when you lose motivation and get Cheered Up!'>
<meta name='subject' content='QuoteBuzz's subject is to make your life easier'>
<meta name='copyright' content='Simple Calculator'>
<meta name='language' content='en'>
<meta name='robots' content='index,follow'>
<meta name='abstract' content=''>
<meta name='topic' content=''>
<meta name='summary' content=''>
<meta name='Classification' content='Non Profit'>
<meta name='designer' content=''>
<meta name='owner' content=''>
<meta name='url' content='https://javascript-quote-generator.vercel.app/'>
<meta name='identifier-URL' content='https://javascript-quote-generator.vercel.app/'>
<meta name='directory' content='submission'>
<meta name='pagename' content='QuoteBuzz - Get Your motivation here, when you lose motivation and get Cheered Up!'>
<meta name='category' content=''>
<meta name='coverage' content='Worldwide'>
<meta name='distribution' content='Global'>
<meta name='rating' content='General'>
<meta name='revisit-after' content='7 days'>
<meta name='subtitle' content='QuoteBuzz'>
<meta name='target' content='all'>
<meta name='HandheldFriendly' content='True'>
<meta name='MobileOptimized' content='320'>
<meta name='DC.title' content='Simple Calculator'>
<meta name='ResourceLoaderDynamicStyles' content=''>
<meta name='medium' content='blog'>
<meta name='pageKey' content='guest-home'>
<meta itemprop='name' content='jQTouch'>
<meta http-equiv='Expires' content='0'>
<meta http-equiv='Pragma' content='no-cache'>
<meta http-equiv='Cache-Control' content='no-cache'>
<meta http-equiv='imagetoolbar' content='no'>
<meta http-equiv='x-dns-prefetch-control' content='off'>
<title>QuoteBuzz</title>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="images/icon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/icon/favicon-16x16.png">
<link rel="manifest" href="images/icon/site.webmanifest">
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
</head>
<div class="navbar">
<div class="links">
<a href="#" class="active" onclick="linkClick(1)" id="1">Home</a>
<a href="#" onclick="linkClick(2)" id="2">Authors</a>
<a href="#" onclick="linkClick(3)" id="3">Topics</a>
<a href="#" onclick="linkClick(4)" id="4">Contact</a>
</div>
<div class="buttons">
<select name="author" id="person" onchange="OnChange()" style="background: rgba(223, 223, 223, 0.446);">
<option value="" disabled selected hidden>Choose Author</option>
<option value="Albert Einstein">Albert Einstein</option>
<option value="Buddha">Buddha</option>
<option value="Confucius">Confucius</option>
<option value="Winston Churchill">Winston Churchill</option>
</select>
<button class="btn-1" >
<a href="signup.html" style="text-decoration:none ;color:black">Sign Up</a>
</button>
<button class="btn-2" >
<a href="signin.html" style="text-decoration:none ;color:black">Sign In</a>
</button>
</div>
</div>
<body>
<!-- Random Quote Generator -->
<div class="container" id="container1">
<div class="heading">
<h2>QuoteBuzz</h2>
</div>
<div class="main-content">
<p class="quote" id="quote">
<q>I'm unpredictable, I never know where I'm going until I get there, I'm so random, I'm always
growing, learning, changing, I'm never the same person twice. But one thing you can be sure of about
me; is I will always do exactly what I want to do.</q>
</p>
<p class="person" id="person">C. JoyBell C.</p>
<div class="button-container">
<button class="twitter-button box-btn" id="twitter" title="Tweet This!">
<i class="fab fa-twitter"></i>
Tweet This
</button>
<button class="button box-btn" id="new-quote">
<i class="fa-solid fa-quote-right"></i>
Next Quote
</button>
<button class="twitter-button box-btn" id="copy">
<i class="fa-solid fa-copy"></i>
Copy
</button>
<button class="sound box-btn" id="sound">
<i class="fas fa-volume-up"></i>
sound
</button>
</div>
</div>
</div>
<div class="auth-profile" id="auth-profile">
<h2 class="auth-name" id="auth-name"></h2><br/>
<p class="auth-bio" id="auth-bio"></p><br/>
<a class="auth-link" id="auth-link" href="" target="_blank"></a><br/>
<div class="num-cont">Total Quotes: <span class="auth-quote" id="auth-quote"></span></div>
<div class="back" id="back" onclick="back()">Go Back</div>
</div>
<div class="topics-cont" id="container3">
<h2 class="all-tags">All Tags !!</h2>
<div class="tags-cont" id="tags-cont">
</div>
</div>
<!-- FontAwesome -->
<script src="https://kit.fontawesome.com/47ff7ea1ff.js" crossorigin="anonymous"></script>
<script src="js/script.js"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
</body>
</html>