-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
328 lines (309 loc) · 12.6 KB
/
about.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
<!--
Author: W3layouts
Author URL: http://w3layouts.com
-->
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Eccentric portfolio V2 - Personal Category Bootstrap Responsive Website Template | About : W3layouts</title>
<!-- google fonts -->
<link href="//fonts.googleapis.com/css?family=Nunito:400,700&display=swap" rel="stylesheet">
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style-starter.css">
</head>
<body>
<!-- header -->
<header>
<div class="w3l-header" id="home">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark pl-0 pr-0">
<a class="navbar-brand m-0" href="index.html"><span class="fa fa-gamepad"></span> Eccentric </a>
<!-- if logo is image enable this
<a class="navbar-brand" href="#index.html">
<img src="image-path" alt="Your logo" title="Your logo" style="height:35px;" />
</a> -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item mr-lg-4">
<a class="nav-link pl-0 pr-0" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active mr-lg-4">
<a class="nav-link pl-0 pr-0" href="about.html">About me</a>
</li>
<li class="nav-item mr-lg-4">
<a class="nav-link pl-0 pr-0" href="services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link pl-0 pr-0" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<!-- //header -->
<!-- about me -->
<div class="w3l-about py-5">
<div class="container py-lg-3">
<div class="row about-content mb-lg-5">
<div class="col-lg-6 pr-md-5">
<div class="image-block">
<img src="assets/images/me.jpg" class="img-fluid myphoto" alt="my photo" />
<img src="assets/images/cross.png" class="img-fluid pos" alt="dots" />
</div>
</div>
<div class="col-lg-6 info pl-lg-5 mt-lg-0 mt-5 pt-lg-0 pt-3 align-center">
<h4 class="">I’m Johnson smith</h4>
<p class="mt-md-4 mt-3 mb-0"> I'm a Passionate designer & developer who loves simplicity in things and crafts beautiful user
interfaces with love.</p>
<img src="assets/images/signature.png" class="img-fluid signature mt-4 mb-2" width="300px" alt="my photo" />
<p class="m-0 mb-2">Johnson smith</p>
<h6>12/05/1995</h6>
</div>
</div>
</div>
</div>
<!-- //about me -->
<!-- stats -->
<section class="w3l-stats py-lg-5 py-4" id="stats">
<div class="gallery-inner container py-md-5 py-4">
<div class="row stats-con text-white">
<div class="col-sm-3 col-6 stats_info counter_grid">
<span class="fa fa-lightbulb-o"></span>
<p class="counter">645</p>
<h4>Projects Done</h4>
</div>
<div class="col-sm-3 col-6 stats_info counter_grid1">
<span class="fa fa-heart"></span>
<p class="counter">563</p>
<h4>Satisfied Clients</h4>
</div>
<div class="col-sm-3 col-6 stats_info counter_grid mt-sm-0 mt-5">
<span class="fa fa-magic"></span>
<p class="counter">1145</p>
<h4>Awards</h4>
</div>
<div class="col-sm-3 col-6 stats_info counter_grid2 mt-sm-0 mt-5">
<span class="fa fa-smile-o"></span>
<p class="counter">1045</p>
<h4>Happy Clients</h4>
</div>
</div>
</div>
</section>
<!-- //stats -->
<!-- about my profile -->
<section class="w3l-about-bottom py-5" id="about">
<div class="container py-lg-5 py-md-3">
<div class="row middle-grids">
<div class="col-lg-7 advantage-grid-info">
<div class="advantage_left">
<h4>About my profile </h4>
<p class="mb-3">Accomplished web designer & front-end developer with extensive experience
building WordPress driven websites, HTML5, CSS3 and various web scripting technologies,
web standards and project management. Provide a diverse range of services including custom
theme/application/plugin development, SEO/SEM, and branding to an array of clients from a
variety of industries. Enthusiastic web professional motivated by challenging projects and
deadlines.</p>
<p class="mb-0">Nulla pellentesque mi non laoreet eleifend. Integer sed porttitor mollisar
lorem, at molestie arcust pulvinar ut. Proina fermentum est. Cras mist ipsum, consectetur
ipsum in, egestas tellus ipsu vestibulum tellus accumsan nec tristique justo.
</p>
<a href="resume.html" class="btn-style btn-primary btn mt-lg-5 mt-4">Download CV</a>
<a href="contact.html" class="btn-style btn-secondary btn mt-lg-5 mt-4 ml-1">Hire Me</a>
</div>
</div>
<div class="col-lg-5 advantage-grid-info1">
<div class="advantage_left1 mt-lg-0 mt-5">
<img src="assets/images/about.jpg" class="img img-fluid" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- //about my profile -->
<!-- skills and hobbies -->
<div class="w3l-skills py-5" id="skills">
<div class="container py-lg-5 py-md-3">
<div class="modal-spa">
<div class="row skills">
<div class="col-lg-6 bar-grids bargrids-left">
<h4> My Skills </h4>
<h6>web design <span> 80% </span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped active editContent" style="width: 80%">
</div>
</div>
<h6>ui design & developer <span> 70% </span></h6>
<div class="progress w3-bar-grids">
<div class="progress-bar progress-bar-striped active" style="width: 70%">
</div>
</div>
<h6>Javascript<span>90% </span></h6>
<div class="progress w3-bar-grids">
<div class="progress-bar progress-bar-striped active" style="width: 90%">
</div>
</div>
<h6>Photoshop <span> 75% </span></h6>
<div class="progress w3-bar-grids prgs-w3-last">
<div class="progress-bar progress-bar-striped active" style="width: 75%">
</div>
</div>
</div>
<div class="col-lg-6 bar-grids w3-bar-grids mt-lg-0 mt-5">
<h4> My Hobbies </h4>
<div class="row pl-lg-5 pr-lg-5">
<div class="col-4 hobbies-grid1 grid1">
<div class="icon-bg">
<span class="fa fa-codepen"></span>
</div>
<h5>Coding</h5>
</div>
<div class="col-4 hobbies-grid1 grid2">
<div class="icon-bg">
<span class="fa fa-hourglass"></span>
</div>
<h5>Research</h5>
</div>
<div class="col-4 hobbies-grid1 grid3">
<div class="icon-bg">
<span class="fa fa-camera"></span>
</div>
<h5>Photography</h5>
</div>
<div class="col-4 hobbies-grid1 grid4">
<div class="icon-bg">
<span class="fa fa-plane"></span>
</div>
<h5>Travelling</h5>
</div>
<div class="col-4 hobbies-grid1 grid5">
<div class="icon-bg">
<span class="fa fa-headphones"></span>
</div>
<h5>Music</h5>
</div>
<div class="col-4 hobbies-grid1 grid6">
<div class="icon-bg">
<span class="fa fa-tint"></span>
</div>
<h5>Thinking</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- //skills and hobbies -->
<!-- Footer -->
<footer>
<section class="w3l-footers-1">
<div class="footer py-3">
<div class="container">
<div class="footer-content">
<div class="row">
<div class="col-lg-8 footer-left">
<p class="m-0">© 2020 Eccentric Portfolio. All Rights Reserved | Design by <a href="https://w3layouts.com">W3layouts</a></p>
</div>
<div class="col-lg-4 footer-right text-lg-right text-center mt-lg-0 mt-3">
<ul class="social m-0 p-0">
<li><a href="#facebook"><span class="fa fa-facebook"></span></a></li>
<li><a href="#linkedin"><span class="fa fa-linkedin"></span></a></li>
<li><a href="#instagram"><span class="fa fa-instagram"></span></a></li>
<li><a href="#twitter"><span class="fa fa-twitter"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
</footer>
<!-- //Footer -->
<!-- move top -->
<button onclick="topFunction()" id="movetop" class="editContent" title="Go to top">
<span class="fa fa-angle-up"></span>
</button>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- /move top -->
<!-- common jquery -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<!-- //common jquery -->
<!-- disable body scroll which navbar is in active -->
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<!-- disable body scroll which navbar is in active -->
<!-- for blog carousel slider -->
<script src="assets/js/owl.carousel.js"></script>
<script>
$(document).ready(function () {
var owl = $('.owl-carousel');
owl.owlCarousel({
stagePadding: 20,
margin: 15,
nav: false,
loop: false,
responsive: {
0: {
items: 1
},
600: {
items: 2
},
1000: {
items: 3
}
}
})
})
</script>
<!-- //for blog carousel slider -->
<!-- stats number counter-->
<script src="assets/js/jquery.waypoints.min.js"></script>
<script src="assets/js/jquery.countup.js"></script>
<script>
$('.counter').countUp();
</script>
<!-- //stats number counter -->
<!-- jQuery-Photo-filter-lightbox-portfolio-plugin -->
<script src="assets/js/jquery-1.7.2.js"></script>
<script src="assets/js/jquery.quicksand.js"></script>
<script src="assets/js/script.js"></script>
<script src="assets/js/jquery.prettyPhoto.js"></script>
<!-- //jQuery-Photo-filter-lightbox-portfolio-plugin -->
<!-- bootstrap js -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- //bootstrap js -->
</body>
</html>