-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
363 lines (340 loc) · 12.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Inclusive Talks</title>
<link rel="stylesheet" href="style.css" />
<link
rel="icon"
href="images/inclusive talks logo (2).png"
type="image/x-icon"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<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=Poppins:wght@600&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Poppins&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/b825955621.js"
crossorigin="anonymous"
></script>
<script
src="https://kit.fontawesome.com/a076d05399.js"
crossorigin="anonymous"
></script>
</head>
<body>
<div class="container">
<!-- Navbar -->
<nav>
<!-- logo -->
<div class="logo">
<a id="nav.logo" href="index.html">
<img src="images/logo.png" alt="inclusive talks logo" />
</a>
</div>
<!-- Nav-menu -->
<div>
<div class="hambuger-menu active">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
<ul class="nav-menu active">
<div class="close-button">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
<a href="index.html"><li class="nav-link active">Home</li></a>
<a href="./Blog Page/blog.html"><li class="nav-link">Blog</li></a>
<a href="./Program Page/Programs_Main Page/index.html"
><li class="nav-l1ink">Programs</li></a
>
<a href="./About Page/about.html"
><li class="nav-link">About Us</li></a
>
<a href="./Contact Page/contact.html"
><li class="nav-link">Contact</li></a
>
<!--cta -->
<a href="#subscribe-section"
><button class="cta-btn" type="button">SUBSCRIBE</button></a
>
</ul>
</div>
</nav>
<!-- Hero section -->
<section>
<div class="hero">
<div class="hero-intro">
<h1 class="intro-heading">
Inclusive<br />
Talks
</h1>
<p class="hero-text">
We are a youth-specific blog dedicated to promoting diversity and
inclusion. We serve as a voice for youths who are faced with
discrimination.
</p>
<a href="#subscribe-section"
><button class="cta-btn" type="button">SUBSCRIBE</button></a
>
</div>
<div id="hero-image">
<img class="hero-image" src="images/home-hero-image.png" alt="#" />
</div>
</div>
</section>
<!-- about us section -->
<section>
<div class="about">
<h1>About Us</h1>
<!-- a brief info about who we are col1-->
<div class="about-col">
<div class="col">
<div class="col-image">
<img
src="images/col-image1.jpg"
alt="People at the office during a work day"
/>
</div>
<p class="col-text">
We believe in a world where every heart is accepted and every
voice finds resonance and respect.
</p>
</div>
<!-- a brief info about who we are col2-->
<div class="col">
<div class="col-image">
<img src="images/col-image2.jpg" alt="#" />
</div>
<p class="col-text">
Our pen serves as a means use to spread the gospel of diversity
and inclusion to youths worldwide.
</p>
</div>
<!-- a brief info about who we are col3-->
<div class="col">
<div class="col-image">
<img src="images/col-image3.jpg" alt="#" />
</div>
<p class="col-text">
We are a voice for everyone who feels discriminated against or
excluded from society.
</p>
</div>
</div>
</div>
</section>
<!-- slider show section -->
<section>
<div id="slider-section">
<div id="slides">
<input type="radio" name="radio-btn" id="radio1" />
<input type="radio" name="radio-btn" id="radio2" />
<input type="radio" name="radio-btn" id="radio3" />
<div class="slide first active">
<div class="header3">
<h1>Our Reach<br />So Far</h1>
</div>
<div class="slide-p">
<h2 class="our-reach">2000+</h2>
<p class="slide-text">reach across all platforms</p>
</div>
</div>
<div class="slide">
<div class="header3">
<h1>Our Reach<br />So Far</h1>
</div>
<div class="slide-p">
<h2 class="our-reach">150+</h2>
<p class="slide-text">subscribers across all networks</p>
</div>
</div>
<div class="slide">
<div class="header3">
<h1>Our Reach<br />So Far</h1>
</div>
<div class="slide-p">
<h2 class="our-reach">2500+</h2>
<p class="slide-text">impact across the globe</p>
</div>
</div>
</div>
<div class="nav-manual">
<label for="radio1" class="manual-btn"></label>
<label for="radio2" class="manual-btn"></label>
<label for="radio3" class="manual-btn"></label>
</div>
</div>
</section>
<section>
<div class="sce4">
<div class="sec4-intro-text">
<!-- section 4 header -->
<div class="sce4-intro-header">
<a href="index.html"
><h2 class="h2text">Inclusive Talks Is For You</h2></a
>
</div>
<!-- section 4 introduction text-->
<p class="sec-4-text">
As a youth, your desire for acceptance within society compels you
to mold yourself according to its norms. This pursuit of belonging
causes you to live according to already established societal
patterns, sometimes masking your unique essence
</p>
</div>
<!-- section 4 mission statement -->
<div class="our-mission">
<p class="our-mission-text">
There's no denying the fact that everyone has a unique trait that
may not conform to the standards set by society. You, too, possess
this trait. This doesn't make you unacceptable, undesirable, or
lacking. Rather, it makes you special. It gifts you uniqueness, a
jewel of your being. Inclusive Talks empowers youths, like you,
nurturing the art of self-embrace, fostering resilience and
confidence. Our mission resonates with you, promoting a sense of
belonging that blossoms into a beacon of inclusivity.
</p>
<div class="mission-img" id="">
<img src="images/pic1.jpg" alt="#" />
</div>
</div>
<p class="sec-4-text" id="sec-4-text">
Embrace a world of endless possibilities with Inclusive Talks, a
supportive community that champions diversity, values your voice and
propels you towards an inclusive future where your uniqueness reign
supreme.
</p>
<!-- cta-btn -->
<div id="cta-btn">
<a href="#subscribe-section">
<button class="cta-btn" type="button">SUBSCRIBE</button>
</a>
</div>
</div>
</section>
<section id="subscribe-section">
<div class="subscribe-card">
<div class="subscribe" id="">
<h2>Subscribe To Our Blog via Email</h2>
<p>
Enter your email address to subscribe to our blog and receive
notifications of new posts by email.
</p>
<input
type="text"
name=""
id="input-email"
placeholder="Email address"
/><br />
<div id="feedback" style="display: none; color: red"></div>
<button class="cta-btn" id="sub-btn" type="button">
SUBSCRIBE
</button>
</div>
</div>
</section>
<footer>
<div class="footer-links">
<div class="footer-col1">
<div class="footer-logo">
<img src="images/inclusive talks logo (2).png" alt="logo" />
</div>
<div class="about-links1">
<h2>Blog</h2>
<p>Dedicated To Diversity</p>
<a
class="rounded-icons"
id="instagram-icon"
href="https://www.instagram.com/inclusivetalks_/"
><i class="fa fa-brands fab fab fa-instagram"></i
></a>
<a
class="rounded-icons"
id="twitter-icon"
href="https://twitter.com/inclusivetalks?s=11"
><i class="fa fa-brands fab fa-twitter"></i
></a>
<a
class="rounded-icons"
id="youtube-icon"
href="https://youtube.com/@inclusivetalks"
><i class="fa fa-brands fab fa-youtube"></i
></a>
<a
class="rounded-icons"
id="threads-icon"
href="https://www.threads.net/@inclusivetalks_"
><i class="fa fa-brands fab fa-threads"></i></a
><br />
<div class="mail-link">
<!-- <img class="mail-icon" src="images/icon-email.svg"> -->
<a
id="programs-links"
class="mail"
href="mailto:[email protected]?
>
</div>
</div>
</div>
<div class="links">
<div class="about-links">
<h2>Our Programs</h2>
<a
id="programs-links"
href="../Program Page/WMYFE Page/index.html"
>What Makes You Feel Excluded?</a
><br />
<a
id="programs-links"
href="../Program Page/GuestWriting Page/index.html"
>Become A Guest Writer</a
><br />
<a
id="programs-links"
href="../Program Page/5DaysOfLove Page/index.html"
>5 Days Of Love</a
><br />
</div>
<div class="about-links">
<h2>About Us</h2>
<a id="programs-links" href="./About Page/about.html"
>How It Started</a
><br />
<a id="programs-links" href="./About Page/about.html"
>Where We Are</a
><br />
<a id="programs-links" href="./About Page/about.html">Our Goal</a
><br />
<a id="programs-links" href="./About Page/about.html"
>Meet The Team</a
><br />
<a id="programs-links" href="./About Page/about.html">FAQ</a
><br />
</div>
</div>
</div>
<div class="copyright">
<p class="copyright-text">
© Copyright 2023 Inclusive Talks All Rights Reserved
</p>
</div>
</footer>
</div>
<script src="script.js"></script>
<script src="subscribe.js"></script>
</body>
</html>