-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
586 lines (563 loc) · 19.2 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
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
<!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" />
<meta
name="description"
content="Transformed Minds is an initiative founded by Nwachukwu Success with inspirations from the Holy Spirit to liberate people struggling with addictions to sexual sins like fornication, masturbation and pornography. This initiative is targeted at improving the spiritual lives of christians through the gospel of Jesus"
/>
<meta
name="keywords"
content="Mind transformation, Spiritual counselling, christian, Jesus"
/>
<meta http-equiv="X-UA Compatible" content="ie=edge" />
<title>Transformed Minds | Home</title>
<!-- External Links -->
<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"
/>
<!-- Font -->
<link
href="https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900"
rel="stylesheet"
/>
<!-- Stylesheet -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="css/form.css" />
<link rel="stylesheet" href="css/utilities.css" />
<link rel="stylesheet" href="css/style.css" />
<script src="js/script.js" async></script>
<!-- Favicon -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="favicon/favicon-16x16.png"
/>
<link
rel="icon"
sizes="192x192"
href="favicon/android-chrome-192x192.png"
/>
<link
rel="icon"
sizes="512x512"
href="favicon/android-chrome-512x512.png"
/>
<link rel="manifest" href="favicon/site.webmanifest" />
</head>
<body id="home">
<header id="hero">
<nav id="navbar" class="navbar top">
<h1 class="logo">
<a href="#" id="logo" class="colorz"
><img
src="assets/images/home/logo.png"
alt="Transformed mind logo"
/><span><i>Transformed</i> <i>Minds</i></span></a
>
</h1>
<div id="menu">
<ul class="nav-menu">
<li>
<a href="#about" id="link" class="nav-link colors">About Us</a>
</li>
<li>
<a href="/form.html" id="link2" class="nav-link colora"
>Prayers & Counseling</a
>
</li>
<li><a href="#team" id="link3" class="nav-link colorb">Team</a></li>
<li>
<a href="#story" id="link4" class="nav-link colorc"
>Testimonials</a
>
</li>
<li>
<a
href="form.html"
id="link5"
class="nav-link btn btn-secondary btn-small"
>Join Us</a
>
</li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<section class="content container-large">
<h1>IMPROVING THE SPIRITUAL LIFE OF GOD'S CHILDREN</h1>
<p>
Click the link below if you need counselling, and we'll get back to
you as soon as possible. We meet daily by 8pm for counselling and
prayers. See you there!
</p>
<a href="form.html" class="btn">Need Help?</a>
</section>
<video
class="hero-video"
src="/assets/video/praying-video.mp4"
muted
loop
autoplay
></video>
<div class="overlay"></div>
</header>
<main id="about" class="my-1">
<section id="our-work">
<div
class="container-medium"
data-aos="fade-up"
data-aos-offset="-200"
data-aos-delay="00"
data-aos-duration="800"
data-aos-easing="ease-in-out"
data-aos-mirror="true"
data-aos-once="true"
data-aos-anchor-placement="top-center"
>
<h1 class="heading-two">Road to recovery</h1>
<h2 class="heading-one">
“Our greatest glory consists not in never falling, but in rising up
every time we fall.” - Oliver Goldsmith
</h2>
<p class="ps-1 my-2">
If you’ve experienced relapses on your path to recovery, that’s
okay. Just don’t let those mistakes haunt you forever. Instead, rise
up and ask yourself what you’re going to do about it. Learn to grow
from your mistakes, don’t let them consume you.
</p>
</div>
<div
class="card-container my-1 container-large"
data-aos="fade-up"
data-aos-offset="-220"
data-aos-delay="10"
data-aos-duration="900"
data-aos-easing="ease-in-out"
data-aos-mirror="true"
data-aos-once="true"
data-aos-anchor-placement="top-center"
>
<div class="card">
<img
src="/assets/images/icons/happy-people.svg"
alt="People Icon"
/>
<div class="py-2">
<h3 class="heading-two counter" data-target="60">0</h3>
<p>Live's Transformed</p>
</div>
</div>
<div class="card">
<img
src="/assets/images/icons/journey.svg"
alt="Statistics image"
/>
<div class="py-2">
<h3 class="heading-two counter" data-target="140">0</h3>
<p>Still on the journey</p>
</div>
</div>
<div class="card">
<img src="/assets/images/icons/world.svg" alt="World map" />
<div class="py-2">
<h3 class="heading-two counter" data-target="19">0</h3>
<p>Countries</p>
</div>
</div>
</div>
<div>
<a href="/form.html" class="btn" rel="no-opener no-referrer"
>Learn More</a
>
</div>
</section>
<section id="team" class="container-medium">
<video
class="welcome-video"
src="/assets/video/welcome.mp4"
muted
loop
autoplay
data-aos="fade-down"
data-aos-offset="-350"
data-aos-delay="0"
data-aos-duration="500"
data-aos-easing="ease-in"
data-aos-mirror="false"
data-aos-once="true"
data-aos-anchor-placement="center-center"
></video>
<div
class="welcome-text"
data-aos="fade-down"
data-aos-offset="-350"
data-aos-delay="300"
data-aos-duration="600"
data-aos-easing="ease-in"
data-aos-mirror="false"
data-aos-once="true"
data-aos-anchor-placement="center-center"
>
<h3>Love what we are doing?</h3>
<p>
We currently have a team of counsellors and inteccesors who meet
everyday to assist in the work. Are you interested in counselling
people, do you want to interceed for others through prayers, then
join us.
</p>
<a href="form.html" class="btn">Get Involved</a>
</div>
</section>
<section id="story">
<div class="story-container my-2">
<article class="card">
<div
class="card-images"
data-aos="fade-up"
data-aos-offset="-350"
data-aos-delay="0"
data-aos-duration="500"
data-aos-easing="ease-in"
data-aos-mirror="false"
data-aos-once="true"
data-aos-anchor-placement="center-center"
>
<img
src="./assets/images/cards/people-praying.jpg"
alt="People Praying"
/>
</div>
<div
class="card-content"
data-aos="fade-up"
data-aos-offset="-350"
data-aos-delay="300"
data-aos-duration="600"
data-aos-easing="ease-in"
data-aos-mirror="false"
data-aos-once="true"
data-aos-anchor-placement="center-center"
>
<h2 class="heading-small">Transformed Minds: Prayers</h2>
<h3 class="heading-one">Prayer Sessions</h3>
<p>
Our prayer time is one of the most siginificant pionners of
transformation.
</p>
<a href="/">Continue To Story</a>
</div>
</article>
<article class="card">
<div
class="card-images"
data-aos="fade-up"
data-aos-offset="-350"
data-aos-delay="0"
data-aos-duration="500"
data-aos-easing="ease-in"
data-aos-mirror="false"
data-aos-once="true"
data-aos-anchor-placement="center-center"
>
<img
src="./assets/images/cards/happy people.jpg"
alt="People Praying"
/>
</div>
<div
class="card-content"
data-aos="fade-up"
data-aos-offset="-350"
data-aos-delay="300"
data-aos-duration="600"
data-aos-easing="ease-in"
data-aos-mirror="false"
data-aos-once="true"
data-aos-anchor-placement="center-center"
>
<h2 class="heading-small">Stories from the field</h2>
<h3 class="heading-one">Teamwork to glory</h3>
<p>
Read how Jonas built a team of passionate individuals helping
those addicted
</p>
<a href="/">Continue to Story</a>
</div>
</article>
<article class="card">
<div
class="card-images"
data-aos="fade-up"
data-aos-offset="-350"
data-aos-delay="0"
data-aos-duration="500"
data-aos-easing="ease-in"
data-aos-mirror="false"
data-aos-once="true"
data-aos-anchor-placement="center-center"
>
<img
src="./assets/images/cards/studying.jpg"
alt="People Praying"
/>
</div>
<div
class="card-content"
data-aos="fade-up"
data-aos-offset="-350"
data-aos-delay="300"
data-aos-duration="600"
data-aos-easing="ease-in"
data-aos-mirror="false"
data-aos-once="true"
data-aos-anchor-placement="center-center"
>
<h2 class="heading-small">Stories from the field</h2>
<h3 class="">Studying the bible</h3>
<p>
Read how Amaka transformed her life using our life-changing
bible study guide.
</p>
<a href="/">Continue to Story</a>
</div>
</article>
</div>
</section>
<section id="embed">
<div class="embed-container container-medium">
<div
class="embed-video"
data-aos="fade-down"
data-aos-offset="-350"
data-aos-delay="0"
data-aos-duration="500"
data-aos-easing="ease-in"
data-aos-mirror="false"
data-aos-once="true"
data-aos-anchor-placement="center-center"
>
<iframe
src="https://www.youtube.com/embed/B7G5b4Q0R-8?start=300"
title="Joyce Mercer - Breaking Addictions"
width="560"
height="315"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
<div
class="embed-content"
data-aos="fade-down"
data-aos-offset="-350"
data-aos-delay="300"
data-aos-duration="600"
data-aos-easing="ease-in"
data-aos-mirror="false"
data-aos-once="true"
data-aos-anchor-placement="center-center"
>
<h3>Breaking Addictions</h3>
<p>
Joyce shares with us the first step you have to take to break any
addiction.
</p>
<p>
Joyce was addicted to cigarettes for years but God set her free
and He will do the same for you. Watch now and share it with
anyone who needs to be set free.
</p>
</div>
</div>
</section>
</main>
<footer id="main-footer">
<div
class="newsletter container-large"
class="card-images"
data-aos="fade-down"
data-aos-offset="-350"
data-aos-delay="0"
data-aos-duration="500"
data-aos-easing="ease-in"
data-aos-mirror="false"
data-aos-once="true"
data-aos-anchor-placement="center-center"
>
<div class="newsletter-text">
<h4>Add Impact To Your Inbox</h4>
<p>Get our emails to stay in the know.</p>
</div>
<div class="newsletter-form">
<form
name="Newsletter"
action="/thankyou.html"
method="POST"
data-netlify="true"
>
<input
type="text"
name="First Name"
id="Name"
placeholder="John"
required
title="Fill in your First Name"
/>
<input
type="text"
name="Last Name"
id="Name"
placeholder="Doe"
required
title="Fill in your Last Name"
/>
<input
type="email"
name="Email"
id="Email"
placeholder="johndoe@mail.com"
required
title="Fill in your Email"
/>
<input type="submit" value="Subscribe" title="Submit" />
</form>
<p class="newsletter-text-one">
By clicking 'Subscribe' I accept the terms and conditions of the
privacy policy and consent to receive email updates and stories from
Transformedminds.
</p>
<p class="newsletter-text-two">
This site is protected by reCAPTCHA and the Google
<a href="https://policies.google.com/privacy">Privacy Policy</a> and
<a href="https://policies.google.com/terms">Terms of Service</a>
apply.
</p>
</div>
</div>
<div class="footer-nav container-large my-1">
<div
class="footer-nav-link"
data-aos="fade-up"
data-aos-offset="-350"
data-aos-delay="300"
data-aos-duration="600"
data-aos-easing="ease-in"
data-aos-mirror="false"
data-aos-once="true"
data-aos-anchor-placement="center-center"
>
<div>
<h4>Get to know us</h4>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Careers</a></li>
</ul>
</div>
<div>
<h4>Connect</h4>
<ul>
<li><a href="#">Contact us</a></li>
<li><a href="#">Help center</a></li>
<li><a href="#">Request a speaker</a></li>
<li><a href="#">Shop our store</a></li>
</ul>
</div>
<div>
<h4>Get involved</h4>
<ul>
<li><a href="#">Become a counselor</a></li>
<li><a href="#">Pray with us</a></li>
<li><a href="#">Brand partnerships</a></li>
</ul>
</div>
<div>
<h4>Donate</h4>
<ul>
<li><a href="#">Totally free</a></li>
<li><a href="#">Totally free</a></li>
<li><a href="#">No donations</a></li>
<li><a href="#">No donations</a></li>
</ul>
</div>
</div>
</div>
<div class="underline"></div>
<div class="my-2">
<div class="footer-masthead container-large">
<div class="masthead-content">
<ul>
<li>
<a
href="https://twitter.com/Abikelagoss"
rel="no-referrer no-opener"
title="Twitter"
><i class="fab fa-twitter"></i
></a>
</li>
<li>
<a href="#"><i class="fab fa-facebook"></i></a>
</li>
<li>
<a href="#"><i class="fab fa-instagram"></i></a>
</li>
<li>
<a href="#"><i class="fab fa-snapchat-ghost"></i></a>
</li>
<li>
<a href="#"><i class="fab fa-youtube"></i></a>
</li>
<li>
<a href="#"><i class="fab fa-linkedin"></i></a>
</li>
</ul>
<div>
<a href="#">Privacy Policy</a>
<li></li>
<a href="https://victoreke.com"
>Made with <i class="fas fa-heart" alt="Love"></i> by Victor
Eke</a
>
</div>
</div>
<div class="language">
<select name="Language" id="language">
<option value="English">English(US)</option>
<option value="Deutsch">Deutsch</option>
<option value="Hindi">Español</option>
<option value="Français">Français</option>
<option value="Português">Português</option>
<option value="中文(繁體)">中文(繁體)</option>
</select>
</div>
</div>
</div>
</footer>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>