-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestimonies.html
253 lines (222 loc) · 7.74 KB
/
testimonies.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
<!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></title>
<!-- font awesome cdn link -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- custom css file link -->
<link rel="stylesheet" href="css/style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css"
/>
<!-- custom js file link -->
<script src="js/script.js" defer></script>
<script src="js/modal.js" defer></script>
</head>
<body>
<!-- header section starts -->
<header class="header">
<div id="menu-btn" class="fas fa-bars"></div>
<a href="#" class="logo">
<!-- <i class="fa-solid fa-church"></i>Church -->
<img src="./images/bfrm-logo.png" alt="logo image" height="50" />
</a>
<nav class="navbar">
<a href="./index.html">Home</a>
<a href="./about.html">About</a>
<a href="#"
>Missions
<div class="missions">
<span>BFRM Family</span>
<span>Hot For Jesus</span>
<span>BFRM Products</span>
<span>BFRM Training</span>
</div>
</a>
<a href="./preaching-messages.html">Preaching</a>
<a href="./events.html">Events</a>
<a href="./testimonies.html" class="active">Testimonies</a>
</nav>
<a href="#request-form" class="btn">Support us</a>
</header>
<!-- header section ends -->
<!-- Up Coming Event starts -->
<div class="up-coming-modal-container">
<div class="overlay modal-trigger"></div>
<div class="modal">
<div class="close-modal modal-trigger">
<i class="fas fa-times"></i>
</div>
<div class="content">
<div class="vid active">
<img src="./images/des-1.jpg" />
<h3 class="title">2. Third Video Title is below 50 caracts</h3>
</div>
<div class="vid">
<img src="./images/des-2.jpg" />
<h3 class="title">2. Third Video Title is below 50 caracts</h3>
</div>
<div class="vid">
<img src="./images/des-3.jpg" />
<h3 class="title">2. Third Video Title is below 50 caracts</h3>
</div>
<div class="vid">
<img src="./images/des-4.jpg" />
<h3 class="title">2. Third Video Title is below 50 caracts</h3>
</div>
<div class="vid">
<img src="./images/des-5.jpg" />
<h3 class="title">2. Third Video Title is below 50 caracts</h3>
</div>
<div class="vid">
<img src="./images/des-6.jpg" />
<h3 class="title">2. Third Video Title is below 50 caracts</h3>
</div>
</div>
</div>
</div>
<a class="up-coming btn modal-trigger"> Up Coming Events ... </a>
<!-- Up Coming Event ends -->
<!-- Preaching Message Video starts -->
<div class="preaching-video-modal-container">
<div class="overlay video-trigger"></div>
<div class="modal">
<div class="close-modal video-trigger">
<i class="fas fa-times"></i>
</div>
<div class="content">
<div class="main-video">
<video
class="video"
src="images/about-vid-3.mp4"
controls
autoplay
loop
></video>
<h3 class="title">This is the Preaching Main Video</h3>
</div>
</div>
</div>
</div>
<div class="video-loaded">
<video
class="video-trigger"
src="images/about-vid-3.mp4"
autoplay
muted
></video>
</div>
<!-- Up Coming Button ends -->
<!-- home section starts -->
<section class="home" id="home">
<div class="content">
<span data-aos="fade-up" data-aos-delay="150">We exist to</span>
<h3 data-aos="fade-up" data-aos-delay="300">
help people find & follow Jesus
</h3>
<p data-aos="fade-up" data-aos-delay="450">
We'd love for you to join us online every sunday on facebook at 8:00
AM
</p>
<a data-aos="fade-up" data-aos-delay="600" href="#" class="btn"
>Come to Church</a
>
</div>
</section>
<!-- home section ends -->
<div class="spacer" style="margin: 30rem auto"></div>
<!-- banner section starts -->
<div class="banner">
<div class="content" data-aos="zoom-in-up" data-aos-delay="300">
<span></span>
<h3>Let's together conquer all the world for Christ</h3>
<p>
The Lord charge all of us to make everyone on this earth to be his
disciple.
</p>
<a href="#request-form" class="btn">Support us</a>
</div>
</div>
<!-- banner section ends -->
<!-- footer section starts -->
<section class="footer">
<div class="box-container">
<div class="box" data-aos="fade-up" data-aos-delay="150">
<a href="./index.html" class="logo">
<i class="fa-solid fa-church"></i>The BFRM Togo Family
</a>
<p>Follow us on social medias</p>
<div class="share">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-youtube"></a>
</div>
</div>
<div class="box" data-aos="fade-up" data-aos-delay="300">
<h3>quick links</h3>
<a href="./index.html" class="links">
<i class="fas fa-arrow-right"></i> Home
</a>
<a href="./about.html" class="links">
<i class="fas fa-arrow-right"></i> About
</a>
<a href="./misions.html" class="links">
<i class="fas fa-arrow-right"></i> Missions
</a>
<a href="./preaching-messages.html" class="links">
<i class="fas fa-arrow-right"></i> Preaching
</a>
<a href="./events.html" class="links">
<i class="fas fa-arrow-right"></i> Events
</a>
<a href="./testimonies.html" class="links">
<i class="fas fa-arrow-right"></i> Testimonies
</a>
</div>
<div class="box" data-aos="fade-up" data-aos-delay="450">
<h3>contact info</h3>
<p><i class="fas fa-map"></i> lome, togo</p>
<p><i class="fas fa-phone"></i> +228 XXX-XXX-XX</p>
<p><i class="fas fa-location"></i> Church Location</p>
<p><i class="fas fa-clock"></i> 8:00 AM - 4:30 PM</p>
</div>
<div class="box" data-aos="fade-up" data-aos-delay="600">
<h3>newsletter</h3>
<p>Suscribe to receive all news from the Man Of GOD</p>
<form action="">
<input
type="email"
name=""
placeholder="entrer votre email"
class="email"
id=""
/>
<input type="submit" value="subscribe" class="btn" />
</form>
</div>
</div>
</section>
<div class="credit">
created by <span>samsolo-droid</span> | tous droits reservés!
</div>
<!-- footer section ends -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
<script>
AOS.init({
duration: 800,
offset: 150,
});
</script>
</body>
</html>