-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
195 lines (151 loc) · 7.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="templatemo">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Olufisayo Bamidele</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/templatemo-style.css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700" rel="stylesheet">
</head>
<body data-spy="scroll" data-target=".navbar-collapse" data-offset="50">
<!-- PRE LOADER -->
<div class="preloader">
<div class="spinner">
<span class="spinner-rotate"></span>
</div>
</div>
<!-- Navigation Section -->
<div class="navbar navbar-fixed-top custom-navbar" role="navigation">
<div class="container">
<!-- navbar header -->
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<a href="#" class="navbar-brand">Olufisayo</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home" class="smoothScroll">Home</a></li>
<li><a href="#about" class="smoothScroll">About Me</a></li>
<li><a href="#contact" class="smoothScroll">Contact</a></li>
</ul>
</div>
</div>
</div>
<!-- Home Section -->
<section id="home" class="parallax-section">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="home-img"></div>
</div>
<div class="col-md-6 col-sm-6">
<div class="home-thumb">
<div class="section-title">
<h4 class="wow fadeInUp" data-wow-delay="0.3s">Hey there! I'm a software Engineer
<i class="fa fa-smile-o"></i></h4>
<h1 class="wow fadeInUp" data-wow-delay="0.6s">I am <strong>Olufisayo Bamidele</strong>. Software Engineer</h1>
<a href="#about" class="wow fadeInUp smoothScroll section-btn btn btn-success" data-wow-delay="1.4s">About Me</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="parallax-section">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="about-thumb">
<div class="wow fadeInUp section-title" data-wow-delay="0.4s">
<h1>About Me</h1>
</div>
<div class="wow fadeInUp" data-wow-delay="0.8s">
<p>Olufisayo (Fizzy, if you like). I'm a Software Engineer based In Nigeria.
I build web solution mostly but I won't limit myself by referring to myself as a Web Developer. I'm just a guy who would do whatever it takes in order to get the job done.
</p>
<p>
Outside software development I
<ul>
<li>Write Poems</li>
<li>Swim</li>
<li>Do Karaoke</li>
<li>Run</li>
</ul>
</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 skill-bg-image">
<div class="background-image about-img"></div>
</div>
<div class="bg-yellow col-md-3 col-sm-6">
<div class="skill-thumb">
<div class="wow fadeInUp section-title color-white" data-wow-delay="1.2s">
<h1>My Skills</h1>
<p class="color-white">Fullstack development, proficient in Javascript and PHP</p>
</div>
<div class=" wow fadeInUp skills-thumb" data-wow-delay="1.6s">
<div><strong>Node/Expressjs</strong></div>
<div><strong>ReactJs</strong></div>
<div><strong>Angular</strong></div>
<div><strong>Php Laravel</strong></div>
<div><strong>CakePHP</strong></div>
<div><strong>JQuery</strong></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="parallax-section">
<div class="container text-center">
<div class="bg-dark col-sm-12 col-sm-12 center">
<div class="wow fadeInUp contact-info" data-wow-delay="0.8s center">
<h3 class="color-white">Contact.</h3>
<h4 class="color-white">Gmail</h4>
<p><i class="fa fa-envelope-o"></i> <a href="[email protected]">[email protected]</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="wow fadeInUp footer-copyright" data-wow-delay="1.8s">
<p>Copyright © 2019 NgFizzy</p>
</div>
<ul class="wow fadeInUp social-icon" data-wow-delay="2s">
<li><a href="https://www.instagram.com/ng_fizzy/" class="fa fa-instagram"></a></li>
<li><a href="https://www.medium.com/fisiwizy" class="fa fa-medium"></a></li>
<li><a href="https://www.linkedin.com/in/olufisayo-bamidele-386b94129" class="fa fa-linkedin"></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- SCRIPTS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.parallax.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>