forked from Shariar-Hasan/QuoteVerse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
183 lines (177 loc) · 7.71 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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- favicon here -->
<link rel="icon" type="image/x-icon" href="./assets/images/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="./assets/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/images/favicon/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="./assets/images/favicon/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="./assets/images/favicon/android-chrome-512x512.png">
<!-- favicon end here -->
<link rel="stylesheet" href="./assets/css/style.css" />
<link rel="stylesheet" href="./assets/css/styleBelow500.css" />
<title>QuoteVerse</title>
<meta
name="title"
content="QuoteVerse - Explore Inspirational Quotes, Poems, and Verses"
/>
<meta
name="description"
content="Discover a world of inspiration at QuoteVerse! Dive into a collection of meaningful quotes, soul-stirring poems, and thought-provoking verses."
/>
<meta
name="keywords"
content="Inspirational Quotes, Motivational Verses, Thoughtful Poems, Meaningful Sayings, Wisdom Quotes, Positive Affirmations, Empowering Words, Life Lessons, Poetry Collection, Daily Inspiration, Uplifting Quotes, Emotional Verses, Heartfelt Poetry, Encouraging Sayings, Spiritual Quotes, Quote Library, Inspiring Poets, Famous Authors, Creative Expression, Words of Encouragement"
/>
<meta name="robots" content="index,follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<meta name="revisit-after" content="1 day" />
<meta name="author" content="Shariar Hasan" />
<!-- Open Graph Meta Tags -->
<meta
property="og:title"
content="QuoteVerse - Explore Inspirational Quotes, Poems, and Verses"
/>
<meta
property="og:description"
content="QuoteVerse is a platform dedicated to sharing inspirational and motivational quotes to inspire and uplift your spirit. Explore a wide collection of quotes on various topics and share your favorites with the world."
/>
<meta
property="og:image"
content="https://i.ibb.co/LvkdXrP/Quote-Verse-Cover.png"
/>
<meta property="og:url" content="https://quote-verse.netlify.app/" />
<meta property="og:type" content="website" />
<!-- Twitter Card Meta Tags (for Twitter sharing) -->
<meta
name="twitter:card"
content="QuoteVerse is a platform dedicated to sharing inspirational and motivational quotes to inspire and uplift your spirit. Explore a wide collection of quotes on various topics and share your favorites with the world."
/>
<meta
name="twitter:title"
content="QuoteVerse - Explore Inspirational Quotes, Poems, and Verses"
/>
<meta
name="twitter:description"
content="QuoteVerse is a platform dedicated to sharing inspirational and motivational quotes to inspire and uplift your spirit. Explore a wide collection of quotes on various topics and share your favorites with the world."
/>
<meta
name="twitter:image"
content="https://i.ibb.co/LvkdXrP/Quote-Verse-Cover.png"
/>
<meta name="twitter:site" content="@iShariarHasan" />
</head>
<body>
<main class="w-full h-screen">
<div class="container">
<!-- Quote Section -->
<section>
<div class="quote" title="Click to copy quote to clipboard">
<h1 class="quote-text" id="quoteTextTag">
<!-- Quote will appear here -->
</h1>
<h5 class="quote-author" id="quoteAuthorTag">
<!-- Quote Author will appear here -->
</h5>
<span id="copy_tooltip"></span>
</div>
<canvas id="quoteCanvas" class="quote-img" style="visibility: hidden; display: none;">Canvas is not supported by your web browser</canvas>
</section>
<!-- Control Section Section -->
<section class="controllerSection">
<div class="controller">
<!-- Share Button -->
<div class="shareAndcontribute">
<div class="shareWith text-right">
<span class="hoverToShare"
>Share with <i class="fa fa-share" aria-hidden="true"></i
></span>
<div class="share-buttons" id="shareBtns"></div>
</div>
<div class="added-by-box animate text-left" id="addedByTag"></div>
</div>
<div class="controller-wrapper w-full">
<div class="controller-group w-full">
<button class="btn-generator w-full" id="generateQuoteBtn">
Generate <i class="fa-solid fa-rotate"></i>
</button>
<select
name="selectedCategoryTag"
id="selectedCategoryTag"
class="capitalise w-full"
></select>
</div>
<div class="w-full text-center">
<span class="contribute1" id="contributor">
<a
class="contributor"
href="./Contributors/contributors.html"
>
See all Contributors
<i class="fa fa-arrow-right px-3" aria-hidden="true"></i>
</a>
</span>
<span class="contribute2">
<a
href="https://github.com/Shariar-Hasan/QuoteVerse"
target="_blank"
rel="noopener noreferrer"
>
<i class="fab fa-github px-3" aria-hidden="true"></i>Click
to contribute</a
></span
>
</div>
</div>
</div>
</section>
<div id="theme_changer_button" class="theme_changer_button">
<div>
<input type="radio" name="color" id="white" />
<label for="white" class="select_color" data-number="1"></label>
</div>
<div>
<input type="radio" name="color" id="blue" />
<label for="blue" class="select_color" data-number="2"></label>
</div>
<div>
<input type="radio" name="color" id="red" />
<label for="red" class="select_color" data-number="3"></label>
</div>
<div>
<input type="radio" name="color" id="green" />
<label for="green" class="select_color" data-number="4"></label>
</div>
<div>
<input type="radio" name="color" id="yellow" />
<label for="yellow" class="select_color" data-number="5"></label>
</div>
</div>
</div>
</main>
<script src="./Quotes.js"></script>
<script src="./assets/js/others.js"></script>
<script src="./assets/js/main.js"></script>
<script>
var color_selection = document.querySelectorAll(".select_color");
var color_array = [
"rgba(237, 237, 237, 1)",
"rgb(57 150 255 / 90%)",
"rgb(154 72 89/ 70%)",
"rgb(36 183 158 / 90%)",
"rgb(255 255 145 / 70%)",
];
</script>
</body>
</html>