-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
376 lines (319 loc) · 10.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code Red</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="assets/favicon.png" type="image/x-icon">
<!-- Font Awesome cdn -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- Bootstrap -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"
/>
</head>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<!--External CSS-->
<link rel="stylesheet" href="style.css" />
<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=Cedarville+Cursive&display=swap" rel="stylesheet">
<body>
<!-- Scroll Button -->
<a id="button">
<i class="fas fa-angle-up"></i>
</a>
<div class ="preloader" id="imgHideShow">
<img src="assets/preloader.gif" class="browse-tip" id="imgHideShow">
</div>
<nav class="navbar navbar-expand-lg">
<a href="#title"><img src="assets/logo.gif" alt="" class="navbarlogo"
/></a>
<a class="navbar-brand" href="#">Code Red</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon">
<i class="fas fa-bars"></i>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link px-2" href="#title"
><i class="fas fa-home"></i> Home</a
>
</li>
<li class="nav-item">
<a class="nav-link px-2" href="#features"
><i class="fas fa-sitemap"></i> Business</a
>
</li>
<li class="nav-item">
<a class="nav-link px-2" href="#blogs"
><i class="fas fa-pen"></i> Blogs</a
>
</li>
<li class="nav-item">
<a class="nav-link px-2" href="#contact"
><i class="fas fa-stethoscope"></i> Consultancy</a
>
</li>
</ul>
</div>
</nav>
<!--***** Title *****-->
<section class="coloured-section" id="title">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6">
<h1 class="big-heading">
“Pretty much every female on this planet has to deal with that time of the month. You know, our monthly monster, shark week, the crimson tide, moon time, mother nature’s gift, good ‘old Aunt Flo — yes we’re talking about your period.”
</h1>
</div>
</div>
<div class="col-lg-6">
<img
class="title-image"
src="assets/mission .gif"
alt="image"
/>
<img
class="title-image1"
src="assets/mission.webp"
alt="image"
/>
<img
class="title-image2"
src="assets/quiz.jpg"
alt="image"
/>
</div>
</div>
</div>
</section>
<section id="features" class="features">
<div class="secf">
<h2>Come Join Us</h2>
</div>
<div class="cards">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<br />
<br />
<i class="icon fas fa-question-circle fa-4x" id="icon1"></i>
<h3 class="feature-title">Quiz </h3>
<br />
<p>
Strawberry Week Quiz how much you know about yourself ?
</p>
</div>
<div class="flip-card-back">
<br />
<img
src="assets/card1.jpg"
alt="Quiz"
width="90%"
height="90%"
/>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<br />
<br />
<i class="icon fas fa-calendar-alt fa-4x" id="icon2"></i>
<h3 class="feature-title"> Tracker</h3>
<br />
<p>
Let's track the red ant together
</p>
</div>
<div class="flip-card-back">
<br />
<img
src="assets/card1.webp"
alt="tracker"
width="90%"
height="90%"
/>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<br />
<br />
<i class="icon fas fa-utensils fa-4x" id="icon3"></i>
<h3 class="feature-title">Nutrition</h3>
<br />
<p>
Diet,Remidies and precautions
</p>
</div>
<div class="flip-card-back">
<br />
<img
src="assets/quiz 3.jpg"
alt="food"
width="90%"
height="90%"
/>
</div>
</div>
</div>
</div>
</section>
<!--************* Footer ********** -->
<footer id="dk-footer">
<div class="container">
<div class="sec Aboutus">
<h2> Code Red</h2>
<span class="animate-border border-black"></span>
<div class="footer-detail">
<p>
“We cannot do great things ,
we can do small things greatly together.”
</p>
</div>
</div>
<!-- End col -->
<div class="sec section-heading">
<h2>Contact Us</h2>
<p>We are here to answer, feel free to ask.</p>
<form action="#">
<div class="sec form-row">
<div class="col dk-footer-form">
<input
type="email"
class="form-control"
placeholder="Email Address"
/>
<button
type="submit"
id="gmailus"
value="mailto:"
>
<i class="fa fa-send"></i>
</button>
</div>
</div>
</form>
</div>
<div class="sec">
<h2>Follow Us</h2>
<ul class="sci">
<li>
<a
href=""
target="_blank" class="tooltip-text" data-toggle="tooltip" data-placement="bottom" title="Facebook"
><i class="fa fa-facebook-official" aria-hidden="true"></i
></a>
</li>
<li>
<a href="" target="_blank" class="tooltip-text" data-toggle="tooltip" data-placement="bottom" title="Instagram"
><i class="fa fa-instagram" aria-hidden="true"></i
></a>
</li>
<li>
<a
href=""
target="_blank" class="tooltip-text" data-toggle="tooltip" data-placement="bottom" title="Linkedin"
><i class="fa fa-linkedin" aria-hidden="true"></i
></a>
</li>
<li >
<a href="" target="_blank" class="tooltip-text" data-toggle="tooltip" data-placement="bottom" title="Gmail"
><i class="fa fa-envelope" aria-hidden="true"></i
></a>
</li>
</ul>
</div>
</div>
<!-- End Contact Container -->
<div class="copyrightText">
<p class="p2">
Copyright ©
<script>
document.write(new Date().getFullYear());
</script>
|| Code Red || All rights reserved
</p>
</div>
</footer>
<!-- Scroll-button -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.js" ></script>
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous">
</script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous">
</script>
<script src="index.js"></script>
<script type="text/javascript">
var btn = $('#button');
$(window).scroll(function() {
if ($(window).scrollTop() > 300) {
btn.addClass('show');
} else {
btn.removeClass('show');
}
});
btn.on('click', function(e) {
e.preventDefault();
$('html, body').animate({scrollTop:0}, '300');
});
</script>
</body>
</html>