-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
492 lines (394 loc) · 22.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Betty's Portfolio</title>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Bootstrap -->
<link href="css/mdb.min.css" rel="stylesheet">
<!-- Your custom styles (optional) -->
<link href="css/style.css" rel="stylesheet">
<style>
html,
body,
header,
.jarallax {
height: 100%;
}
@media (min-width: 560px) and (max-width: 740px) {
html,
body,
header,
.jarallax {
height: 600px;
}
}
</style>
</head>
<body class="developer">
<!--Navigation & Intro-->
<header>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark blue lighten-3 fixed-top scrolling-navbar">
<div class="container">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav mr-auto smooth-scroll">
<li class="nav-item">
<a class="nav-link" href="#home">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about" data-offset="100">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills" data-offset="100">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#works" data-offset="100">Works</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact" data-offset="100">Contact</a>
</li>
</ul>
<!-- Social Icon -->
<ul class="navbar-nav nav-flex-icons">
<li class="nav-item">
<a class="nav-link" href="https://web.facebook.com/bada.betty"><i class="fab fa-facebook-f light-green-text-2"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://twitter.com/dussyb"><i class="fab fa-twitter light-green-text-2"></i></a>
</li>
<li class="nav-item">
<a class="nav-link"><i class="fab fa-instagram light-green-text-2"></i></a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Intro Section -->
<div id="home" class="view jarallax" data-jarallax='{"speed": 0.2}' style="background-image: url('img/intro-bg2.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center center;">
<div class="mask rgba-white-light">
<div class="container h-100 d-flex justify-content-center align-items-center">
<div class="row smooth-scroll">
<div class="col-md-12 pt-3">
<div class="white-text text-center pt-5">
<h1 class="display-2 mb-4 dark-grey-text wow fadeIn">My name is<strong> Betty Bada</strong></h1>
<h3 class="text-uppercase font-weight-bold dark-grey-text wow fadeIn" data-wow-delay="0.4s"><strong id="mask-color">Product Manager</strong></h3>
<a href="#about" class="btn btn-floating btn-large blue lighten-3 wow fadeIn" data-wow-delay="0.4s" data-offset="100"><i class="fas fa-angle-down" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!--/Navigation & Intro-->
<!--Main layout-->
<main>
<!-- First container -->
<div class="container">
<!-- Section About -->
<section id="about" class="section feature-box mb-5">
<!-- Section title -->
<h2 class="text-center text-uppercase my-5 pt-5 wow fadeIn" data-wow-delay="0.2s">About <strong>me</strong></h2>
<p class="text-center w-responsive mx-auto wow fadeIn my-5" data-wow-delay="0.2s">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laborum quas, eos officia maiores ipsam ipsum dolores reiciendis ad voluptas, animi obcaecati adipisci sapiente mollitia.</p>
<!-- First row -->
<div class="row features-big text-center wow fadeIn" data-wow-delay="0.4s">
<!-- First column -->
<div class="col-md-4 mb-5">
<!--Panel-->
<div class="card card-body hoverable">
<i class="fas fa-laptop fa-3x mb-4" aria-hidden="true"></i>
<h5 class="font-weight-bold text-uppercase mb-4">Writer</h5>
<p class="dark-grey-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
</div>
<!--/.Panel-->
</div>
<!-- /First column -->
<!-- Second column -->
<div class="col-md-4 mb-5">
<!--Panel-->
<div class="card card-body blue lighten-3 hoverable">
<i class="fas fa-code fa-3x mb-4" aria-hidden="true"></i>
<h5 class="font-weight-bold text-uppercase mb-4">Product Manager</h5>
<p class="dark-grey-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
</div>
<!--/.Panel-->
</div>
<!-- /.Second column -->
<!-- Third column -->
<div class="col-md-4 mb-5">
<!--Panel-->
<div class="card card-body hoverable">
<i class="fas fa-pencil-alt fa-3x mb-4" aria-hidden="true"></i>
<h5 class="font-weight-bold text-uppercase mb-4">Freelancer</h5>
<p class="dark-grey-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
</div>
<!--/.Panel-->
</div>
<!-- /.Third column -->
</div>
<!-- /.First row -->
</section>
<!-- /.Second section -->
</div>
<!-- /.First container -->
<!--Second container-->
<div class="container-fluid" style="background-color: #f3f3f5;">
<div class="container py-4 pt-4">
<!-- Second section -->
<section id="skills">
<!-- First row -->
<div class="row py-5">
<!--First column-->
<div class="col-lg-6 col-md-12 mb-3 wow fadeIn" data-wow-delay="0.4s">
<!--Section heading-->
<div class="d-flex justify-content-start">
<h4 class="text-center text-uppercase mb-5 pb-3 mt-4 wow fadeIn" data-wow-delay="0.2s">My <strong>experience</strong></h4>
</div>
<!--Description-->
<blockquote class="blockquote bq-info mb-4">
<div class="row"> <i class="fas fa-briefcase fa-x mb-1 mr-3 ml-3" aria-hidden="true"></i>
<h5 class="font-weight-bold mb-3">Product Manager</h5>
</div>
<p class="font-weight-bold ml-1 dark-grey-text mb-2">July, 2020 - Present </p>
<p class="mb-0 ml-1 light-grey-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
</blockquote>
<blockquote class="blockquote bq-info mt-1 mb-4">
<div class="row"> <i class="fas fa-briefcase fa-x mb-1 mr-3 ml-3" aria-hidden="true"></i>
<h5 class="font-weight-bold mb-3">Product Marketing Associate</h5> </div>
<p class="font-weight-bold ml-1 dark-grey-text mb-2">March 2011 - June 2012 (1 year, 3 Month)</p>
<p class="mb-0 ml-1 light-grey-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laborum quas, eos officia maiores ipsam ipsum dolores. </p>
</blockquote>
<blockquote class="blockquote bq-info">
<div class="row"> <i class="fas fa-briefcase fa-x mb-1 mr-3 ml-3" aria-hidden="true"></i>
<h5 class="font-weight-bold mb-3">Product Marketing </h5> </div>
<p class="font-weight-bold ml-1 dark-grey-text mb-2"><strong>March 2005 - May 2011 (6 years, 2 Month)</strong></p>
<p class="mb-0 ml-1 light-grey-text">HALLO.</p>
</blockquote>
</div>
<!--/First column-->
<!--Second column-->
<div class="col-lg-5 offset-lg-1 col-md-12 mb-4 wow fadeIn" data-wow-delay="0.4s">
<!--Second heading-->
<div class="d-flex justify-content-start">
<h4 class="text-center text-uppercase mb-5 pb-3 mt-4 wow fadeIn" data-wow-delay="0.2s">Development <strong>Skills</strong></h4>
</div>
<!--Description-->
<p class="black-text text-uppercase font-weight-bold" align="justify">CSS3</p>
<div class="md-progress">
<div class="progress-bar bar-strength-bg" role="progressbar" style="width: 65%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<p class="black-text text-uppercase font-weight-bold pt-3" align="justify">HTML5</p>
<div class="md-progress">
<div class="progress-bar bar-strength-bg" role="progressbar" style="width: 75%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<p class="black-text text-uppercase font-weight-bold pt-3" align="justify">Java Script</p>
<div class="md-progress">
<div class="progress-bar bar-strength-bg" role="progressbar" style="width: 30%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<p class="black-text text-uppercase font-weight-bold pt-3" align="justify">Bootstrap</p>
<div class="md-progress">
<div class="progress-bar bar-strength-bg" role="progressbar" style="width: 45%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<!--/Second column-->
</div>
<!--/First row-->
</section>
<!-- /.Second section -->
</div>
</div>
<!--/Second container-->
<!-- Streak -->
<div class="streak streak-photo streak-md" style="background-image:url('img/quote-bg.jpg')">
<div class="mask flex-center rgba-white-light">
<div class="white-text smooth-scroll mx-4">
<h2 class="h2-responsive text-center wow fadeIn mb-5"><i class="fas fa-quote-left" aria-hidden="true"></i> Your mind is programmable; if you're not programming your mind, something else would program it for you. <i class="fas fa-quote-right" aria-hidden="true"></i></h2>
<h5 class="text-center font-italic wow fadeIn" data-wow-delay="0.2s">~ Jeremy Hammond</h5>
</div>
</div>
</div>
<!-- /.Streak -->
<!-- Fourth container -->
<div class="container">
<!-- Fourth section -->
<section id="works" class="section mb-5">
<!-- Section title -->
<h2 class="text-center text-uppercase my-5 pt-5 wow fadeIn" data-wow-delay="0.2s">My <strong>projects</strong></h2>
<!-- Section description -->
<p class="text-center w-responsive mx-auto wow fadeIn my-5">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quia iste provident, voluptatum voluptatibus aut modi aspernatur autem impedit, eius, debitis earum voluptatem. Quaerat hic aspernatur laborum magni earum. At, officiis!</p>
<!-- First row -->
<div class="row wow fadeIn" data-wow-delay="0.4s">
<!-- First column -->
<div class="col-md-12 mb-5">
<!-- Lightbox -->
<div id="mdb-lightbox-ui"></div>
<div class="mdb-lightbox">
<figure class="col-md-4">
<a href="https://mdbootstrap.com/img/Mockups/Lightbox/Thumbnail/img%20(63).jpg" data-size="1600x1067">
<img src="https://mdbootstrap.com/img/Mockups/Lightbox/Thumbnail/img%20(63).jpg" class="img-fluid z-depth-1">
</a>
</figure>
<figure class="col-md-4">
<a href="https://mdbootstrap.com/img/Mockups/Lightbox/Original/img%20(66).jpg" data-size="1600x1067">
<img src="https://mdbootstrap.com/img/Mockups/Lightbox/Thumbnail/img%20(66).jpg" class="img-fluid z-depth-1">
</a>
</figure>
<figure class="col-md-4">
<a href="https://mdbootstrap.com/img/Mockups/Lightbox/Original/img%20(65).jpg" data-size="1600x1067">
<img src="https://mdbootstrap.com/img/Mockups/Lightbox/Thumbnail/img%20(65).jpg" class="img-fluid z-depth-1">
</a>
</figure>
</div>
<!-- /.Lightbox -->
</div>
<!-- /.First column -->
</div>
<!-- /.First row -->
</section>
<!-- /.Fourth section -->
<hr>
</div>
<!-- /.Fourth container -->
<!-- Contact form -->
<div id="contact" class="container">
<!--Section: Contact v.2-->
<section class="section contact-section mt-4 mb-5">
<!--Section heading-->
<h2 class="text-center text-uppercase my-5 pt-5 wow fadeIn" data-wow-delay="0.2s">Contact <strong>me</strong></h2>
<!--Section sescription-->
<p class="text-center w-responsive mx-auto mb-5 pb-4 wow fadeIn" data-wow-delay="0.2s">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fugit, error amet numquam iure provident voluptate esse quasi, veritatis totam voluptas nostrum quisquam eum porro a pariatur accusamus veniam. </p>
<div class="row wow fadeIn" data-wow-delay="0.4s">
<!--First column-->
<div class="col-md-8 mb-5">
<form>
<!--First row-->
<div class="row">
<!--First column-->
<div class="col-md-6">
<div class="md-form mb-0">
<div class="md-form mb-0">
<input type="text" id="form41" class="form-control">
<label for="form41" class="">Your name</label>
</div>
</div>
</div>
<!--Second column-->
<div class="col-md-6">
<div class="md-form mb-0">
<div class="md-form mb-0">
<input type="text" id="form52" class="form-control">
<label for="form52" class="">Your email</label>
</div>
</div>
</div>
</div>
<!--/.First row-->
<!--Second row-->
<div class="row">
<div class="col-md-12">
<div class="md-form mb-0">
<input type="text" id="form51" class="form-control">
<label for="form51" class="">Subject</label>
</div>
</div>
</div>
<!--/Second row-->
<!--Third row-->
<div class="row">
<!--First column-->
<div class="col-md-12">
<div class="md-form mb-0">
<textarea type="text" id="form76" class="md-textarea form-control" rows="3"></textarea>
<label for="form76">Your message</label>
</div>
</div>
</div>
<!--/.Third row-->
</form>
<div class="text-center text-md-left mt-4"> <a class="btn blue lighten-3">Send</a> </div>
</div>
<!--.First column-->
<!--Second column-->
<div class="col-md-4">
<ul class="contact-icons list-unstyled text-center">
<li><i class="fas fa-map-marker-alt fa-2x"></i>
<p>LAGOS, NIGERIA</p>
</li>
<li><i class="fas fa-phone fa-2x"></i>
<p>+234 90604 35115</p>
</li>
<li><i class="fas fa-envelope fa-2x"></i>
<p>[email protected]</p>
</li>
</ul>
</div>
<!--.Second column-->
</div>
</section>
<!--/Section: Contact v.2-->
</div>
<!-- Contact form -->
<div class="streak1">
<div class="flex-center blue lighten-3">
<ul class="list-unstyled">
<li><h2 class="h2-responsive white-text mt-5 wow fadeIn">Want an outstanding project?</h2></li>
<li><h5 class="h5-responsive white-text wow fadeIn" data-wow-delay="0.2s">Just send me a message!</h5></li>
</ul>
</div>
</div>
<!-- /.Customers carousel -->
<!-- Footer -->
<footer class="page-footer font-small blue">
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2019 Copyright <a href="index.html"> BADA BETTY</a> • Web Developer.
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
</main>
<!--/Main layout-->
<!-- Scrollspy -->
<div class="dotted-scrollspy clearfix d-none d-sm-block">
<ul class="nav smooth-scroll flex-column">
<li class="nav-item"><a class="nav-link" href="#home"><span></span></a></li>
<li class="nav-item"><a class="nav-link" href="#about"><span></span></a></li>
<li class="nav-item"><a class="nav-link" href="#skills"><span></span></a></li>
<li class="nav-item"><a class="nav-link" href="#works"><span></span></a></li>
<li class="nav-item"><a class="nav-link" href="#contact"><span></span></a></li>
</ul>
</div>
<!-- SCRIPTS -->
<!-- JQuery -->
<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="js/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<script>
// initialize scrollspy
$('body').scrollspy({
target: '.dotted-scrollspy'
});
// initialize lightbox
$(function () {
$("#mdb-lightbox-ui").load("../mdb-addons/mdb-lightbox-ui.html");
});
$('.navbar-collapse a').click(function(){
$(".navbar-collapse").collapse('hide');
});
/* WOW.js init */
new WOW().init();
</script>
</body>
</html>