-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
432 lines (413 loc) · 17 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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="Description" content="Enter your description here" />
<title>LiteraryCircleTasks</title>
<!-- bootstrap CDN -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
<!-- OWN CSS -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsivestyle.css">
</head>
<body>
<!-- header design -->
<header>
<nav class="navbar navbar-expand-lg navigation-wrap">
<div class="container">
<a class="navbar-brand" href="#"><img decoding="async" src="images/review/logo2.jpg"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarText"
aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-stream navbar-toggler-icon"></i>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#explore-food">Tasks</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#testimonial">Reviews</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#faq">FAQ</a>
</li>
<li><button class="main-btn">1200 345 123</button></li>
</ul>
</div>
</div>
</nav>
</header>
<!-- section-1 top-banner -->
<section id="home">
<div class="container-fluid px-0 top-banner">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-6">
<h1>We strive for the true Literary excellence.</h1>
<p>We work hard but part harder!!
</p>
<div class="mt-4">
<!--
<button class="main-btn">Order now <i class="fas fa-shopping-basket ps-3"></i></button>
<button class="white-btn ms-lg-4 mt-lg-0 mt-4">Order now <i class="fas fa-angle-right ps-3"></i></button>
-->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- section-2 counter -->
<section id="counter">
<section class="counter-section">
<div class="container">
<div class="row text-center">
<div class="col-md-3 mb-lg-0 mb-md-0 mb-5">
<h2>
<span id="count1"></span>+
</h2>
<p>SAVINGS</p>
</div>
<div class="col-md-3 mb-lg-0 mb-md-0 mb-5">
<h2>
<span id="count2"></span>+
</h2>
<p>PHOTOS</p>
</div>
<div class="col-md-3 mb-lg-0 mb-md-0 mb-5">
<h2>
<span id="count3"></span>+
</h2>
<p>ROCKETS</p>
</div>
<div class="col-md-3 mb-lg-0 mb-md-0 mb-5">
<h2>
<span id="count4"></span>+
</h2>
<p>GLOBES</p>
</div>
</div>
</div>
</section>
</section>
<!-- section-3 about-->
<section id="about">
<div class="about-section wrapper">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-7 col-md-12 mb-lg-0 mb-5">
<div class="card border-0">
<img decoding="async" src="images/img/pic1.jpeg" class="img-fluid">
</div>
</div>
<div class="col-lg-5 col-md-12 text-sec">
<h2>We pride ourselves on making real food from the best ingredients.</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam et purus a odio finibus bibendum in sit
amet leo. Mauris feugiat erat tellus.</p>
<button class="main-btn mt-4">Learn More</button>
</div>
</div>
</div>
<div class="container food-type">
<div class="row align-items-center">
<div class="col-lg-5 col-md-12 text-sec mb-lg-0 mb-5">
<h2>We make everything by hand with the best possible people.</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam et purus a odio finibus bibendum in sit
amet leo. Mauris feugiat erat tellus.Far far away, behind the word mountains, far from the countries
Vokalia and Consonantia, there live the blind texts.</p>
<ul class="list-unstyled py-3">
<li>Etiam sed dolor ac diam volutpat.</li>
<li>Erat volutpat aliquet imperdiet.</li>
<li>purus a odio finibus bibendum.</li>
</ul>
<button class="main-btn mt-4">Learn More</button>
</div>
<div class="col-lg-7 col-md-12">
<div class="card border-0">
<img decoding="async" src="images/img/pic2.jpeg" class="img-fluid">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- section-3 story-->
<section id="story">
<div class="story-section">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="text-content">
<h2>When a man's heart is full it makes no
difference whether he is rich or poor.</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam et purus a odio
finibus bibendum in sit amet leo. Mauris feugiat erat tellus.</p>
<button class="main-btn mt-3">Read More</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- section-4 explore food-->
<section id="explore-food">
<div class="explore-food wrapper">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="text-content text-center">
<h2>Explore Our Moments</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam et purus a odio finibus bibendum in sit
amet leo. Mauris feugiat erat tellus. Far far away, behind the word mountains, far from the countries
Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove.</p>
</div>
</div>
</div>
<div class="row pt-5">
<div class="col-lg-4 col-md-6 mb-lg-0 mb-5">
<div class="card">
<img decoding="async" src="images/img/pic3.jpeg" class="img-fluid">
<div class="pt-3">
<h4>Delta Suites</h4>
<!--
<p>Time: 15 - 20 Minutes | Serves: 1</p>
<span>$10.50 <del>$11.70</del></span>
<button class="mt-4 main-btn">Order Now</button>
-->
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-lg-0 mb-5">
<div class="card">
<img decoding="async" src="images/img/pic4.jpeg" class="img-fluid">
<div class="pt-3">
<h4>Theque</h4>
<!--<p>Time: 30 - 45 Minutes | Serves: 1</p>
<span>$9.20<del>$10.50</del></span>
<button class="mt-4 main-btn">Order Now</button>
-->
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-lg-0 mb-5">
<div class="card">
<img decoding="async" src="images/img/pic5.jpeg" class="img-fluid">
<div class="pt-3">
<h4>Oathkeeping ceremony</h4>
<!--
<p>Time: 10 - 15 Minutes | Serves: 1</p>
<span>$12.50<del>$13.20</del></span>
<button class="mt-4 main-btn">Order Now</button>
-->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Section-5 testimonial-->
<!--
<section id="testimonial">
<div class="wrapper testimonial-section">
<div class="container text-center">
<div class="text-center pb-4">
<h2>Testimonial</h2>
</div>
<div class="row">
<div class="col-sm-12 col-lg-10 offset-lg-1">
<div id="carouselExampleDark" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="carousel-caption">
<img decoding="async" src="images/review/review-1.jpg">
<p>"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there
live the blind texts. "</p>
<h5>Johnthan Doe - UX Designer</h5>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption">
<img decoding="async" src="images/review/review-2.jpg">
<p>"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there
live the blind texts. "</p>
<h5>Maccy Doe - Front End</h5>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption">
<img decoding="async" src="images/review/review-1.jpg">
<p>"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there
live the blind texts. "</p>
<h5>Johnthan Doe - UX Designer</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
-->
<!-- section-6 faq-->
<section id="faq">
<div class="faq wrapper">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="text-center pb-4">
<h2>Frequently Asked Questions</h2>
</div>
</div>
</div>
<div class="row pt-5">
<div class="col-sm-6 mb-4">
<h4><span>~</span>lorem ipsum</h4>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the
blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language.
</p>
</div>
<div class="col-sm-6 mb-4">
<h4><span>~</span>Lorem ipsum</h4>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the
blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language.
</p>
</div>
<div class="col-sm-6 mb-4">
<h4><span>~</span>Lorem Ipsum</h4>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the
blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language.
</p>
</div>
<div class="col-sm-6 mb-4">
<h4><span>~</span>Lorem Ipsum</h4>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the
blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- section-7 book-food-->
<section id="book-food">
<div class="book-food">
<div class="container book-food-text">
<div class="row text-center">
<div class="col-lg-9 col-md-12">
<h2>Get to know us better</h2>
</div>
<div class="col-lg-3 col-md-12 mt-lg-0 mt-4">
<button class="main-btn">Learn more</button>
</div>
</div>
</div>
</div>
</section>
<!-- section-8 newslettar-->
<!--
<section id="newslettar">
<div class="newslettar wrapper">
<div class="container">
<div class="row">
<div class="sol-sm-12">
<div class="text-content text-center pb-4">
<h2>Hurry up! Subscribe our newsletter
and get 25% Off</h2>
<p>Limited time offer for this month. No credit card required. </p>
</div>
<form class="newsletter">
<div class="row">
<div class="col-md-8 col-12">
<input class="form-control" placeholder="Email Address here" name="email" type="email">
</div>
<div class="col-md-4 col-12">
<button class="main-btn" type="submit">Subscribe</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
-->
<!-- section-9 footer-->
<footer id="footer">
<div class="footer py-5">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<a class="footer-link" href="#">Register</a>
<a class="footer-link" href="#">Forum</a>
<a class="footer-link" href="#">Affiliate</a>
<a class="footer-link" href="#">FAQ</a>
<div class="footer-social pt-4 text-center">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
<a href="#"><i class="fab fa-dribbble"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="col-sm-12">
<div class="footer-copy">
<div class="copy-right text-center pt-5">
<p class="text-light">© 2021. LiteraryCircle. All rights reserved.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- JS Libraries -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
<!-- own js -->
<script src="js/main.js"></script>
<script type="module">
// Import the functions you need from the SDKs you need
import { initializeApp } from "https://www.gstatic.com/firebasejs/9.22.1/firebase-app.js";
import { getAnalytics } from "https://www.gstatic.com/firebasejs/9.22.1/firebase-database.js";
import { getAuth, createUserWithEmailAndPassword } from "https://www.gstatic.com/firebasejs/9.22.1/firebase-auth.js";
// TODO: Add SDKs for Firebase products that you want to use
// https://firebase.google.com/docs/web/setup#available-libraries
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: "AIzaSyCnE4f1kgMwsbs7EvBA01qXHKxTAIaqcMw",
authDomain: "lc-nitd.firebaseapp.com",
databaseURL: "https://lc-nitd-default-rtdb.firebaseio.com",
projectId: "lc-nitd",
storageBucket: "lc-nitd.appspot.com",
messagingSenderId: "454586092784",
appId: "1:454586092784:web:e46dbf1e8f1308ce070635",
measurementId: "G-DJVRFQPS83"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
const auth=getAuth();
</script>
</body>
</html>