-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
277 lines (257 loc) · 14 KB
/
index.html
File metadata and controls
277 lines (257 loc) · 14 KB
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
<!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">
<link rel="stylesheet" href="./main.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
<title>Document</title>
<script src="https://smtpjs.com/v3/smtp.js"> </script>
<script src="./more_test.js">
</script>
</head>
<body>
<style>
video {background-color: red; width: 100%; }
</style>
<nav class="navbar navbar-expand-lg navbar-light bg-lignt lead">
<div class="container">
<a href="#" class="navbar-brand fw-normal">Full Stack Developer</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar">
<span class="navbar-toggler-icon">Starters</span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="navbar">
<ul class="navbar-nav">
<li class="nav-item">
<a href="#" class="nav-link text-dark fw-normal pe-4">Home</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link text-dark fw-normal pe-4">Project</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link text-dark fw-normal pe-4">About</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link text-dark fw-normal">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="/images/pexels-nao-triponez-129208 (1).jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./images/pexels-nao-triponez-129208 (1).jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./images/pexels-andrea-piacquadio-3755706.jpg" class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<form class="relate" id="contacts" novalidate>
<fieldset class="relate">
<input type="text" name="first-name" placeholder="First Name" id="first-name">
<input type="text" name="last-name" placeholder="Last Name" id="last-name">
</fieldset>
<ul>
<li class="form-text side">
<input id="names" type="text" name="name" placeholder="Name"
aria-required="true" maxlength="30"
required>
<small></small>
</li>
<li class="form-text">
<input id="emails" type="email" name="emails" placeholder="Email Address" aria-required="true"
required>
<small></small>
</li>
<li class="form-text1">
<textarea name="user_text" id="text-field" maxlength="500" placeholder="Write your message here"
required aria-required="true"></textarea>
</li>
<li class="foot-list">
<button class="foot-button relate" type="submit">Send</button>
</li>
</ul>
</form>
<video controls autoplay loop muted>
<source src="./video/video(3).mp4" type="video/mp4">
</video>
<a href="/" class="btn btn-secondary">Update</a>
<div class="container my-5">
<div class="row">
<div class="col-md-6">
<img style="border-radius: 10px; width:100%" class="rounded" src="{{asset('assets/img/apc-party-flag.jpg')}}" height="auto">
</div>
<div class="col-md-6">
<h3>Who we are</h3>
<p>Formed in February 2013, the party is the result of a merger of Nigeria's three biggest opposition parties - the Action Congress of Nigeria (ACN),
the Congress for Progrssive Change (CPC), the All Nigeria Peoples Party (ANPP), a faction of the All Progressive Grand Alliance (APGA) and
the new PDP - a faction of the then ruling People's Democratic Party. The resolution was signed by Tom Ikimi who represented the ACN; Senator
Annie Okonkwo on half of the APGA; Ibrahim Shekarau, the Chairman of ANPP's Merger Committee; and the Chairman of CPC's Merger Committee.
</p>
<button class="btn"> Learn More</button>
</div>
</div>
</div>
<!-- Container (The Band Section) -->
<div id="band" class="container">
<h3>Learn what is new</h3>
<p>The All Progressive Congress (APC) is a political party in Nigeria, formed on 6th February 2013 of the 2015 election. APC canditate Muhammadu
Buhari won the election by almost 2.6 million votes. Incumbebt President Goodluck Jonathan conceded defeat on 31st of March.
</p>
<br>
</div><div class="container my-5">
<div class="row">
<div class="col-md-6">
<img style="border-radius: 10px; width:100%" class="rounded" src="{{asset('assets/img/apc-party-flag.jpg')}}" height="auto">
</div>
<div class="col-md-6">
<h3>Who we are</h3>
<p>Formed in February 2013, the party is the result of a merger of Nigeria's three biggest opposition parties - the Action Congress of Nigeria (ACN),
the Congress for Progrssive Change (CPC), the All Nigeria Peoples Party (ANPP), a faction of the All Progressive Grand Alliance (APGA) and
the new PDP - a faction of the then ruling People's Democratic Party. The resolution was signed by Tom Ikimi who represented the ACN; Senator
Annie Okonkwo on half of the APGA; Ibrahim Shekarau, the Chairman of ANPP's Merger Committee; and the Chairman of CPC's Merger Committee.
</p>
<button class="btn"> Learn More</button>
</div>
</div>
</div>
<!-- Container (The Band Section) -->
<div id="band" class="container">
<h3>Learn what is new</h3>
<p>The All Progressive Congress (APC) is a political party in Nigeria, formed on 6th February 2013 of the 2015 election. APC canditate Muhammadu
Buhari won the election by almost 2.6 million votes. Incumbebt President Goodluck Jonathan conceded defeat on 31st of March.
</p>
<br>
</div><div class="container my-5">
<div class="row">
<div class="col-md-6">
<img style="border-radius: 10px; width:100%" class="rounded" src="{{asset('assets/img/apc-party-flag.jpg')}}" height="auto">
</div>
<div class="col-md-6">
<h3>Who we are</h3>
<p>Formed in February 2013, the party is the result of a merger of Nigeria's three biggest opposition parties - the Action Congress of Nigeria (ACN),
the Congress for Progrssive Change (CPC), the All Nigeria Peoples Party (ANPP), a faction of the All Progressive Grand Alliance (APGA) and
the new PDP - a faction of the then ruling People's Democratic Party. The resolution was signed by Tom Ikimi who represented the ACN; Senator
Annie Okonkwo on half of the APGA; Ibrahim Shekarau, the Chairman of ANPP's Merger Committee; and the Chairman of CPC's Merger Committee.
</p>
<button class="btn"> Learn More</button>
</div>
</div>
</div>
<!-- Container (The Band Section) -->
<div id="band" class="container">
<h3>Learn what is new</h3>
<p>The All Progressive Congress (APC) is a political party in Nigeria, formed on 6th February 2013 of the 2015 election. APC canditate Muhammadu
Buhari won the election by almost 2.6 million votes. Incumbebt President Goodluck Jonathan conceded defeat on 31st of March.
</p>
<br>
</div><div class="container my-5">
<div class="row">
<div class="col-md-6">
<img style="border-radius: 10px; width:100%" class="rounded" src="{{asset('assets/img/apc-party-flag.jpg')}}" height="auto">
</div>
<div class="col-md-6">
<h3>Who we are</h3>
<p>Formed in February 2013, the party is the result of a merger of Nigeria's three biggest opposition parties - the Action Congress of Nigeria (ACN),
the Congress for Progrssive Change (CPC), the All Nigeria Peoples Party (ANPP), a faction of the All Progressive Grand Alliance (APGA) and
the new PDP - a faction of the then ruling People's Democratic Party. The resolution was signed by Tom Ikimi who represented the ACN; Senator
Annie Okonkwo on half of the APGA; Ibrahim Shekarau, the Chairman of ANPP's Merger Committee; and the Chairman of CPC's Merger Committee.
</p>
<button class="btn"> Learn More</button>
</div>
</div>
</div>
<!-- Container (The Band Section) -->
<div id="band" class="container">
<h3>Learn what is new</h3>
<p>The All Progressive Congress (APC) is a political party in Nigeria, formed on 6th February 2013 of the 2015 election. APC canditate Muhammadu
Buhari won the election by almost 2.6 million votes. Incumbebt President Goodluck Jonathan conceded defeat on 31st of March.
</p>
<br>
</div><div class="container my-5">
<div class="row">
<div class="col-md-6">
<img style="border-radius: 10px; width:100%" class="rounded" src="{{asset('assets/img/apc-party-flag.jpg')}}" height="auto">
</div>
<div class="col-md-6">
<h3>Who we are</h3>
<p>Formed in February 2013, the party is the result of a merger of Nigeria's three biggest opposition parties - the Action Congress of Nigeria (ACN),
the Congress for Progrssive Change (CPC), the All Nigeria Peoples Party (ANPP), a faction of the All Progressive Grand Alliance (APGA) and
the new PDP - a faction of the then ruling People's Democratic Party. The resolution was signed by Tom Ikimi who represented the ACN; Senator
Annie Okonkwo on half of the APGA; Ibrahim Shekarau, the Chairman of ANPP's Merger Committee; and the Chairman of CPC's Merger Committee.
</p>
<button class="btn"> Learn More</button>
</div>
</div>
</div>
<!-- Container (The Band Section) -->
<div id="band" class="container">
<h3>Learn what is new</h3>
<p>The All Progressive Congress (APC) is a political party in Nigeria, formed on 6th February 2013 of the 2015 election. APC canditate Muhammadu
Buhari won the election by almost 2.6 million votes. Incumbebt President Goodluck Jonathan conceded defeat on 31st of March.
</p>
<br>
</div><div class="container my-5">
<div class="row">
<div class="col-md-6">
<img style="border-radius: 10px; width:100%" class="rounded" src="{{asset('assets/img/apc-party-flag.jpg')}}" height="auto">
</div>
<div class="col-md-6">
<h3>Who we are</h3>
<p>Formed in February 2013, the party is the result of a merger of Nigeria's three biggest opposition parties - the Action Congress of Nigeria (ACN),
the Congress for Progrssive Change (CPC), the All Nigeria Peoples Party (ANPP), a faction of the All Progressive Grand Alliance (APGA) and
the new PDP - a faction of the then ruling People's Democratic Party. The resolution was signed by Tom Ikimi who represented the ACN; Senator
Annie Okonkwo on half of the APGA; Ibrahim Shekarau, the Chairman of ANPP's Merger Committee; and the Chairman of CPC's Merger Committee.
</p>
<button class="btn"> Learn More</button>
</div>
</div>
</div>
<!-- Container (The Band Section) -->
<div id="band" class="container">
<h3>Learn what is new</h3>
<p>The All Progressive Congress (APC) is a political party in Nigeria, formed on 6th February 2013 of the 2015 election. APC canditate Muhammadu
Buhari won the election by almost 2.6 million votes. Incumbebt President Goodluck Jonathan conceded defeat on 31st of March.
</p>
<br>
</div>
<section id="pops" class="text-center d-flex flex-column justify-content-center align-items-center">
<div class="inner-pops ">
<div class="close-x d-flex justify-content-end">
<button type="button">
<svg xmlns="http://www.w3.org/2000/svg" width="46" height="46" fill="currentColor" class="bi bi-x-circle" viewBox="0 0 16 16">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
<path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/>
</svg>
</button>
</div>
<svg xmlns="http://www.w3.org/2000/svg" width="116" height="116" fill="#2d6a4f" class="bi bi-check-circle" viewBox="0 0 16 16">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
<path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"/>
</svg>
<h3>The Registrations was Successful</h3>
<h3>A Confirmation email will be sent to you shortly</h3>
<p class="text-danger">If You don't recieve an email please check your spam folder</p>
</div>
</section>
<button type="button" onclick="emailForm()" class="btn btn-success" id="sendEmail">Send Email</button>
<script src="./video.js"></script>
</body>
</html>