-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·346 lines (341 loc) · 23.8 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
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
<!doctype html>
<html class="no-js" lang="en">
<head>
<!-- title -->
<title>it me, imalexnowchan</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1" />
<meta name="author" content="ThemeZaa">
<!-- description -->
<meta name="description" content="Henlo!">
<!-- keywords -->
<meta name="keywords" content="creative, modern, clean, bootstrap responsive, html5, css3, portfolio, blog, agency, templates, multipurpose, one page, corporate, start-up, studio, branding, designer, freelancer, carousel, parallax, photography, personal, masonry, grid, coming soon, faq">
<!-- favicon -->
<link rel="shortcut icon" href="images/favicon.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<!-- animation -->
<link rel="stylesheet" href="css/animate.css" />
<!-- bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- et line icon -->
<link rel="stylesheet" href="css/et-line-icons.css" />
<!-- font-awesome icon -->
<link rel="stylesheet" href="css/font-awesome.min.css" />
<!-- themify icon -->
<link rel="stylesheet" href="css/themify-icons.css">
<!-- swiper carousel -->
<link rel="stylesheet" href="css/swiper.min.css">
<!-- justified gallery -->
<link rel="stylesheet" href="css/justified-gallery.min.css">
<!-- magnific popup -->
<link rel="stylesheet" href="css/magnific-popup.css" />
<!-- revolution slider -->
<link rel="stylesheet" type="text/css" href="revolution/css/settings.css" media="screen" />
<link rel="stylesheet" type="text/css" href="revolution/css/layers.css">
<link rel="stylesheet" type="text/css" href="revolution/css/navigation.css">
<!-- bootsnav -->
<link rel="stylesheet" href="css/bootsnav.css">
<!-- style -->
<link rel="stylesheet" href="css/style.css" />
<!-- responsive css -->
<link rel="stylesheet" href="css/responsive.css" />
<!--[if IE]>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<!-- start header -->
<header>
<!-- start navigation -->
<nav class="navbar navbar-default bootsnav navbar-top header-light background-transparent nav-box-width navbar-expand-lg">
<div class="container-fluid nav-header-container">
<div class="col accordion-menu pr-0 pr-md-3">
<button type="button" class="navbar-toggler collapsed" data-toggle="collapse" data-target="#navbar-collapse-toggle-1">
<span class="sr-only">toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-collapse collapse justify-content-end" id="navbar-collapse-toggle-1">
<ul id="accordion" class="nav navbar-nav no-margin alt-font text-normal" data-in="fadeIn" data-out="fadeOut">
<!-- start menu item -->
<div class="col accordion-menu pr-0 pr-md-3">
<button type="button" class="navbar-toggler collapsed" data-toggle="collapse" data-target="#navbar-collapse-toggle-1">
<span class="sr-only">toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-collapse collapse justify-content-end" id="navbar-collapse-toggle-1">
<ul id="accordion" class="nav navbar-nav navbar-left no-margin alt-font text-normal" data-in="fadeIn" data-out="fadeOut">
<!-- start menu item -->
<li class="">
<a href="index.html">Home</a>
</li>
<li class="">
<a href="#">Portfolio</a>
</li>
<li class="">
<a href="about.html">About</a>
</li>
<li class="">
<a href="imalexnowresume.pdf">Resume</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<!-- end header -->
<!-- start about section -->
<section class="wow fadeIn parallax" data-stellar-background-ratio="0.5" style="background-image:url('images/background.jpg');">
<div class="container-fluid padding-five-lr">
<div class="row justify-content-end">
<div class="col-12 col-lg-5">
<div class="padding-ten-all md-padding-70px-all sm-padding-25px-all bg-white box-shadow-light">
<i class="fas fa-quote-left text-deep-pink icon-large margin-15px-bottom" style="color:#c0342f"></i>
<h5 class="text-extra-dark-gray margin-20px-bottom md-margin-10px-bottom alt-font">I'm a UX Designer & Researcher based in London with a Master's in HCI from UCL.</h5>
<!-- <p class="text-medium">
My fascination for the magic that happens inside the human brain, my love for technology, and my analytical personality, are always driving my need to create beautiful experiences through technological products.
</p> -->
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- end about section -->
<!-- start features box section -->
<section class="wow fadeIn">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-lg-8 col-md-10 text-center">
<i class="fas fa-quote-left icon-small text-deep-pink d-block margin-25px-bottom"></i>
<h5 class="alt-font text-extra-dark-gray font-weight-600 margin-5px-bottom">Unity is strength...</h5>
<h5 class="alt-font text-extra-dark-gray font-weight-300">When there is teamwork and collaboration, wonderful things can be achieved.</h5>
<span class="text-uppercase text-extra-small alt-font letter-spacing-3 text-medium-gray">Mattie Stepanek</span>
</div>
</div>
</div>
</section>
<!-- end features box section -->
<!-- start information section -->
<section class="p-0 wow fadeIn bg-light-gray">
<div class="container-fluid">
<div class="row">
<div class="col-12 col-lg-6 cover-background md-height-450px wow fadeInLeft" style="background-image:url('http://placehold.it/1100x670');"></div>
<div class="col-12 col-lg-6 wow fadeInRight padding-five-tb padding-five-lr md-padding-nine-half-tb lg-no-padding-lr md-padding-15px-lr sm-padding-50px-tb">
<div class="row m-0">
<!-- start feature box item -->
<div class="col-12 col-md-6 margin-six-bottom sm-margin-30px-bottom sm-no-padding-lr last-paragraph-no-margin wow fadeIn">
<div class="row m-0">
<div class="col-12 col-lg-3 text-center sm-no-padding-lr">
<h3 class="text-light-gray font-weight-300 mb-0 letter-spacing-minus-2">01</h3>
</div>
<div class="col-12 col-lg-9 margin-5px-top text-center text-lg-left sm-no-padding-lr">
<span class="alt-font text-extra-dark-gray font-weight-600 margin-one-bottom d-block">University of Sheffield</span>
<span class="alt-font text-extra-small text-uppercase margin-10px-bottom d-block">BSc Psychology 2015</span>
<p class="width-90 lg-width-100">Lorem Ipsum is simply text the printing and typesetting standard industry.</p>
</div>
</div>
</div>
<!-- end feature box item -->
<!-- start feature box item -->
<div class="col-12 col-md-6 margin-six-bottom sm-margin-30px-bottom wow fadeIn last-paragraph-no-margin sm-no-padding-lr">
<div class="row m-0">
<div class="col-12 col-lg-3 text-center sm-no-padding-lr">
<h3 class="text-light-gray font-weight-300 mb-0 letter-spacing-minus-2">02</h3>
</div>
<div class="col-12 col-lg-9 margin-5px-top text-center text-lg-left sm-no-padding-lr">
<span class="alt-font text-extra-dark-gray font-weight-600 margin-one-bottom d-block">University College London</span>
<span class="alt-font text-extra-small text-uppercase margin-10px-bottom d-block">MSc Human-Computer Interaction with Ergonomics</span>
<p class="width-90 lg-width-100">Lorem Ipsum is simply text the printing and typesetting standard industry.</p>
</div>
</div>
</div>
<!-- end feature box item -->
<!-- start feature box item -->
<div class="col-12 col-md-6 sm-margin-30px-bottom wow fadeIn last-paragraph-no-margin sm-no-padding-lr">
<div class="row m-0">
<div class="col-12 col-lg-3 text-center sm-no-padding-lr">
<h3 class="text-light-gray font-weight-300 mb-0 letter-spacing-minus-2">03</h3>
</div>
<div class="col-12 col-lg-9 margin-5px-top text-center text-lg-left sm-no-padding-lr">
<span class="alt-font text-extra-dark-gray font-weight-600 margin-one-bottom d-block">University College London</span>
<span class="alt-font text-extra-small text-uppercase margin-10px-bottom d-block">PhD Human-Computer Interaction (ongoing)</span>
<p class="width-90 lg-width-100">Lorem Ipsum is simply text the printing and typesetting standard industry.</p>
</div>
</div>
</div>
<!-- end feature box item -->
<!-- start feature box item -->
<div class="col-12 col-md-6 wow fadeIn last-paragraph-no-margin sm-no-padding-lr">
<div class="row m-0">
<div class="col-12 col-lg-3 text-center sm-no-padding-lr">
<h3 class="text-light-gray font-weight-300 mb-0 letter-spacing-minus-2">04</h3>
</div>
<div class="col-12 col-lg-9 margin-5px-top text-center text-lg-left sm-no-padding-lr">
<span class="alt-font text-extra-dark-gray font-weight-600 margin-one-bottom d-block">Team Treehouse</span>
<span class="alt-font text-extra-small text-uppercase margin-10px-bottom d-block">UX Techdegree</span>
<p class="width-90 lg-width-100">Lorem Ipsum is simply text the printing and typesetting standard industry.</p>
</div>
</div>
</div>
<!-- end feature box item -->
</div>
</div>
</div>
</div>
</section>
<!-- end information section -->
<!-- start feature box section -->
<section class="wow fadeIn">
<div class="container">
<div class="row">
<!-- start service item -->
<div class="col-12 col-lg-4 col-md-6 text-center last-paragraph-no-margin margin-70px-bottom md-margin-40px-bottom sm-margin-30px-bottom wow fadeInUp">
<i class="icon-desktop icon-extra-medium text-deep-pink margin-20px-bottom"></i>
<div class="text-extra-dark-gray margin-10px-bottom md-margin-5px-bottom alt-font font-weight-600">Web Development</div>
<p class="width-80 sm-width-100 mx-auto">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum standard dummy text.</p>
</div>
<!-- end service item -->
<!-- start service item -->
<div class="col-12 col-lg-4 col-md-6 text-center last-paragraph-no-margin margin-70px-bottom md-margin-40px-bottom sm-margin-30px-bottom wow fadeInUp" data-wow-delay="0.2s">
<i class="icon-tools icon-extra-medium text-deep-pink margin-20px-bottom"></i>
<div class="text-extra-dark-gray margin-10px-bottom md-margin-5px-bottom alt-font font-weight-600">Logo & Identity</div>
<p class="width-80 sm-width-100 mx-auto">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum standard dummy text.</p>
</div>
<!-- end service item -->
<!-- start service item -->
<div class="col-12 col-lg-4 col-md-6 text-center last-paragraph-no-margin margin-70px-bottom md-margin-40px-bottom sm-margin-30px-bottom wow fadeInUp" data-wow-delay="0.4s">
<i class="icon-hotairballoon icon-extra-medium text-deep-pink margin-20px-bottom"></i>
<div class="text-extra-dark-gray margin-10px-bottom md-margin-5px-bottom alt-font font-weight-600">Graphics Design</div>
<p class="width-80 sm-width-100 mx-auto">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum standard dummy text.</p>
</div>
<!-- end service item -->
<!-- start service item -->
<div class="col-12 col-lg-4 col-md-6 text-center last-paragraph-no-margin md-margin-40px-bottom sm-margin-30px-bottom wow fadeInUp">
<i class="icon-target icon-extra-medium text-deep-pink margin-20px-bottom"></i>
<div class="text-extra-dark-gray margin-10px-bottom md-margin-5px-bottom alt-font font-weight-600">App Development</div>
<p class="width-80 sm-width-100 mx-auto">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum standard dummy text.</p>
</div>
<!-- end service item -->
<!-- start service item -->
<div class="col-12 col-lg-4 col-md-6 text-center last-paragraph-no-margin sm-margin-30px-bottom wow fadeInUp" data-wow-delay="0.2s">
<i class="icon-scissors icon-extra-medium text-deep-pink margin-20px-bottom"></i>
<div class="text-extra-dark-gray margin-10px-bottom md-margin-5px-bottom alt-font font-weight-600">Social Marketing</div>
<p class="width-80 sm-width-100 mx-auto">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum standard dummy text.</p>
</div>
<!-- end service item -->
<!-- start service item -->
<div class="col-12 col-lg-4 col-md-6 text-center last-paragraph-no-margin wow fadeInUp" data-wow-delay="0.6s">
<i class="icon-laptop icon-extra-medium text-deep-pink margin-20px-bottom"></i>
<div class="text-extra-dark-gray margin-10px-bottom md-margin-5px-bottom alt-font font-weight-600">Content Creation</div>
<p class="width-85 sm-width-100 mx-auto">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum standard dummy text.</p>
</div>
<!-- end service item -->
</div>
</div>
</section>
<!-- end feature box section -->
<!-- start social section -->
<section class="big-section wow fadeIn parallax" data-stellar-background-ratio="0.4" style="background-image:url('http://placehold.it/1920x1100');">
<div class="opacity-full bg-medium-gray"></div>
<div class="container">
<div class="row">
<div class="col-12 text-center">
<span class="text-medium font-weight-600 text-uppercase d-block alt-font text-extra-dark-gray margin-30px-bottom">On social networks</span>
<div class="social-icon-style-7">
<ul class="margin-30px-top large-icon">
<li><a class="facebook" href="http://facebook.com" target="_blank"><i class="fab fa-facebook-f"></i><span></span></a></li>
<li><a class="twitter" href="http://twitter.com" target="_blank"><i class="fab fa-twitter"></i><span></span></a></li>
<li><a class="linkedin" href="http://linkedin.com" target="_blank"><i class="fab fa-linkedin-in"></i><span></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- start social section -->
<!--start footer-->
<footer class="footer-center-logo2 padding-five-tb sm-padding-10px-tb">
<div class="container">
<div class="row align-items-center">
<!-- start copyright -->
<div class="col-lg-12 text-center alt-font text-small font-weight-500 text-lg-center">
<a href="index.html" title="imalexnow" class="rounded-circle">
<img src="images/imalexnowlogo.png" class="rounded-circle" alt="imalexnow" width="130px" style="margin-top:10px;" >
</a>
<br/><br>
© imalexnow2019
</div>
<!-- end copyright -->
</div>
</div>
</footer>
<!-- end footer -->
<!-- javascript libraries -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/modernizr.js"></script>
<script type="text/javascript" src="js/bootstrap.bundle.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/skrollr.min.js"></script>
<script type="text/javascript" src="js/smooth-scroll.js"></script>
<script type="text/javascript" src="js/jquery.appear.js"></script>
<!-- menu navigation -->
<script type="text/javascript" src="js/bootsnav.js"></script>
<script type="text/javascript" src="js/jquery.nav.js"></script>
<!-- animation -->
<script type="text/javascript" src="js/wow.min.js"></script>
<!-- page scroll -->
<script type="text/javascript" src="js/page-scroll.js"></script>
<!-- swiper carousel -->
<script type="text/javascript" src="js/swiper.min.js"></script>
<!-- counter -->
<script type="text/javascript" src="js/jquery.count-to.js"></script>
<!-- parallax -->
<script type="text/javascript" src="js/jquery.stellar.js"></script>
<!-- magnific popup -->
<script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script>
<!-- portfolio with shorting tab -->
<script type="text/javascript" src="js/isotope.pkgd.min.js"></script>
<!-- images loaded -->
<script type="text/javascript" src="js/imagesloaded.pkgd.min.js"></script>
<!-- pull menu -->
<script type="text/javascript" src="js/classie.js"></script>
<script type="text/javascript" src="js/hamburger-menu.js"></script>
<!-- counter -->
<script type="text/javascript" src="js/counter.js"></script>
<!-- fit video -->
<script type="text/javascript" src="js/jquery.fitvids.js"></script>
<!-- skill bars -->
<script type="text/javascript" src="js/skill.bars.jquery.js"></script>
<!-- justified gallery -->
<script type="text/javascript" src="js/justified-gallery.min.js"></script>
<!--pie chart-->
<script type="text/javascript" src="js/jquery.easypiechart.min.js"></script>
<!-- instagram -->
<script type="text/javascript" src="js/instafeed.min.js"></script>
<!-- retina -->
<script type="text/javascript" src="js/retina.min.js"></script>
<!-- revolution -->
<script type="text/javascript" src="revolution/js/jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="revolution/js/jquery.themepunch.revolution.min.js"></script>
<!-- revolution slider extensions (load below extensions JS files only on local file systems to make the slider work! The following part can be removed on server for on demand loading) -->
<!--<script type="text/javascript" src="revolution/js/extensions/revolution.extension.actions.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.carousel.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.kenburn.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.migration.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.parallax.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.video.min.js"></script>-->
<!-- setting -->
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>