-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·503 lines (480 loc) · 18.8 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
493
494
495
496
497
498
499
500
501
502
503
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Janie Tito | Web Developer</title>
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="Portfolio for Janie Tito - Web Developer" name="description">
<meta content="Janie Tito & BdgPixel" name="author">
<!--Fav-->
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<!--styles-->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/owl.theme.css" rel="stylesheet">
<link href="css/magnific-popup.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!--fonts google-->
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,500,700' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script type="text/javascript" src="js/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<!--PRELOADER-->
<div id="preloader">
<div id="status">
<img alt="logo" src="images/logo-big.png">
</div>
</div>
<!--/.PRELOADER END-->
<!--HEADER -->
<div class="header">
<div class="for-sticky">
<!--LOGO-->
<div class="col-md-2 col-xs-6 logo">
<a href="index.html"><img alt="logo" class="logo-nav" src="images/logo.png"></a>
</div>
<!--/.LOGO END-->
</div>
<div class="menu-wrap">
<nav class="menu">
<div class="menu-list">
<a data-scroll="" href="#home" class="active">
<span>Home</span>
</a>
<a data-scroll="" href="#about">
<span>About</span>
</a>
<a data-scroll="" href="#work">
<span>Projects</span>
</a>
<a data-scroll="" href="#skill">
<span>Skills</span>
</a>
<a data-scroll="" href="#contact">
<span>Contact</span>
</a>
</div>
</nav>
<button class="close-button" id="close-button">Close Menu</button>
</div>
<button class="menu-button" id="open-button">
<span></span>
<span></span>
<span></span>
</button><!--/.for-sticky-->
</div>
<!--/.HEADER END-->
<!--CONTENT WRAP-->
<div class="content-wrap">
<!--CONTENT-->
<div class="content">
<!--HOME-->
<section id="home">
<div class="container">
<div class="row">
<div class="wrap-hero-content">
<div class="hero-content">
<h1>Kia Ora</h1>
<br>
<span class="typed"></span>
</div>
</div>
<div class="mouse-icon margin-20">
<div class="scroll"></div>
</div>
</div>
</div>
</section>
<!--/.HOME END-->
<!--ABOUT-->
<section id="about">
<div class="col-md-6 col-xs-12 no-pad">
<div class="bg-about"></div>
</div>
<div class="col-md-6 col-sm-12 col-xs-12 white-col">
<div class="row">
<!--OWL CAROUSEL2-->
<div class="owl-carousel2">
<div class="col-md-12">
<div class="wrap-about">
<div class="w-content">
<p class="head-about">
Ko Ngā Puhi me Ngāti Whātua ngā iwi<br/>
Ko Parawhau te hapū<br/>
Ko Tangiteroria te marae<br/>
Ko Janie Tito taku ingoa<br/>
When I changed from being a teacher to a web developer, I didn't realise the profound effect it would have. I came to actually, truly believe in my own ability to learn anything. It just takes persistence, passion and effort.
</p>
<h5 class="name">
Janie Tito
</h5>
<img alt="signature" src="images/signature.png">
</div>
</div>
</div>
<div class="col-md-12 col-sm-12 col-xs-12 white-col">
<div class="row">
<div class="col-md-8 col-md-offset-2 col-sm-8 col-sm-offset-2 col-xs-12">
<div class="wrap-about">
<p class="w-content">
I am a mum to two young tamariki, and we live in Lower Hutt with our dog and three chickens. It sometimes feels like ground-hog day: feeding kids/animals, cleaning up after kids/animals and chasing/yelling at kids/animals.<br/> I find a bit of time in between for photography, reading and of course, coding.
</p>
</div>
</div>
</div>
</div>
</div>
<!--/.OWL CAROUSEL2 END-->
</div>
</div>
</section>
<!--/.ABOUT END-->
<!--WORK-->
<section class="grey-bg mar-tm-10" id="work">
<div class="container">
<div class="row">
<div class="col-md-3">
<h3 class="title-small">
<span>Mahi | Projects</span>
</h3>
<p class="content-detail">
I taught Digital Technology in Secondary Schools for 15 years. One day I had my own 'light bulb' moment. I realised I wanted (more like needed) to be learning and creating again. <br><br>I quit teaching to do the Enspiral Dev Academy and put all of my focus into learning how to code.
</p>
<a href="http://korero-mai.herokuapp.com/#/" target="_blank"><p>Kōrero Mai</p></a>
<a href="https://www.facebook.com/rockenrolbot/" target="_blank"><p>RockEnrol-bot</p></a>
<a href="http://www.manu.net.nz/" target="_blank"><p>Manu</p></a>
<a href="http://https://manu-test.000webhostapp.com/index.html/" target="_blank"><p>Apex Recruitment</p></a>
<a href="https://awhina.herokuapp.com/home" target="_blank"><p>Āwhina</p></a>
<a href="https://issuu.com/canvusmagazine/docs/canvus_2016" target="_blank"><p>canVus magazine</p></a>
</div>
<div class="col-md-9 content-right">
<!--PORTFOLIO IMAGE-->
<ul class="portfolio-image">
<li class="col-md-6">
<a href="images/koreromai.png"><img alt="image" src="images/koreromai.png">
<div class="decription-wrap">
<div class="image-bg">
<p class="desc">React web-app</p>
</div>
</div>
</a>
</li>
<li class="col-md-6">
<a href="images/rockenrolbot.png"><img alt="image" src="images/rockenrolbot.png">
<div class="decription-wrap">
<div class="image-bg">
<p class="desc">
Artificial intelligence - chatbot
</p>
</div>
</div>
</a>
</li>
<li class="col-md-6">
<a href="images/manu.png"><img alt="image" src="images/manu.png">
<div class="decription-wrap">
<div class="image-bg">
<p class="desc">
HTML5 & CSS3 Website
</p>
</div>
</div>
</a>
</li>
<li class="col-md-6">
<a href="images/apex.png"><img alt="image" src="images/apex.png">
<div class="decription-wrap">
<div class="image-bg">
<p class="desc">
Responsive Business Site
</p>
</div>
</div>
</a>
</li>
<li class="col-md-6">
<a href="images/awhina.png"><img alt="image" src="images/awhina.png">
<div class="decription-wrap">
<div class="image-bg">
<p class="desc">
Express, Handlebars & sqlite3 web-app
</p>
</div>
</div>
</a>
</li>
<li class="col-md-6">
<a href="images/canvus.png"><img alt="image" src="images/canvus.png">
<div class="decription-wrap">
<div class="image-bg">
<p class="desc">
Adobe creative suite - magazine
</p>
</div>
</div>
</a>
</li>
</ul>
<!--/.PORTFOLIO IMAGE END-->
</div>
</div>
</div>
</section>
<!--/.WORK END-->
<!--SKILLS-->
<section class="white-bg" id="skill">
<div class="container">
<div class="row">
<div class="col-md-3">
<h3 class="title-small">
<span>Pūkenga | Skills</span>
</h3>
<p class="content-detail">
I learn best through practical experience. These skills have been developed by teaching others, and by making things that I am passionate about.
</p>
</div>
<div class="col-md-9 content-right">
<!--SKILLST-->
<div class="skillst">
<div class="skillbar" data-percent="78%">
<div class="title head-sm">
HTML5
</div>
<div class="count-bar">
<div class="count"></div>
</div>
</div>
<div class="skillbar" data-percent="70%">
<div class="title head-sm">
CSS3
</div>
<div class="count-bar">
<div class="count"></div>
</div>
</div>
<div class="skillbar" data-percent="80%">
<div class="title head-sm">
Javascript
</div>
<div class="count-bar">
<div class="count"></div>
</div>
</div>
<div class="skillbar" data-percent="76%">
<div class="title head-sm">
React
</div>
<div class="count-bar">
<div class="count"></div>
</div>
</div>
<div class="skillbar" data-percent="74%">
<div class="title head-sm">
Redux
</div>
<div class="count-bar">
<div class="count"></div>
</div>
</div>
<div class="skillbar" data-percent="80%">
<div class="title head-sm">
Adobe Creative Suite
</div>
<div class="count-bar">
<div class="count"></div>
</div>
</div>
</div>
<!--/.SKILLST END-->
</div>
</div>
</div>
</section>
<!--/.SKILLS END-->
<!--EDUCATION-->
<section class="grey-bg" id="education">
<div class="container">
<div class="row">
<div class="col-md-3">
<h3 class="title-small">
<span>Akoranga | Education</span>
</h3>
<p class="content-detail">
I belive in learning for life. As a developer it never stops. That's one of the reasons why I love programming.
</p>
</div>
<div class="col-md-9 content-right">
<div class="row">
<ul class="listing-item">
<li>
<div class="col-md-6 col-sm-6">
<div class="wrap-card">
<div class="card">
<h2 class="year">
2016
</h2>
<p class="job">
Web Developer
</p>
<p class="company">
Enspiral Dev Academy Wellington
</p>
<hr>
<div class="text-detail">
<p>
Full stack web development.
</p>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="col-md-6 col-sm-6">
<div class="wrap-card">
<div class="card">
<h2 class="year">
2007
</h2>
<p class="job">
Masters (Arts)
</p>
<p class="company">
Victoria University
</p>
<hr>
<div class="text-detail">
<p>
Investigation into ways of improving educational outcomes for Māori secondary school students, particularly those related to tikanga, te reo and other aspects of te ao Māori.
</p>
</div>
</div>
</div>
</div>
</li>
</ul>
<ul class="listing-item">
<li>
<div class="col-md-6 col-sm-6">
<div class="wrap-card">
<div class="card">
<h2 class="year">
2002
</h2>
<p class="job">
Diploma in Secondary Teaching
</p>
<p class="company">
Auckland College of Education
</p>
<hr>
<div class="text-detail">
<p>
Subjects include Digital Technology, Health and Social Sciences.
</p>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="col-md-6 col-sm-6">
<div class="wrap-card">
<div class="card">
<h2 class="year">
1993 - 1997
</h2>
<p class="job">
Bachelor (Arts)
</p>
<p class="company">
Otago University
</p>
<hr>
<div class="text-detail">
<p>
Major in Psychology. Minor in Social Work and Languages.
</p>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!--/.EDUCATION END-->
<!--EDUCATION-->
<section class="white-bg" id="contact">
<div class="container">
<div class="row">
<div class="col-md-3">
<h3 class="title-small">
<span>Kōrero Mai | Contact</span>
</h3>
<p class="content-detail">
I value collaboration and connections with others. We can all be stronger together, than we are working alone.
</p>
</div>
<div class="col-md-9 content-right">
<p class="contact">
Email: <a href="mailto:[email protected]">Click here</a><br/>
Phone: <a href="tel:+64276547790">+64 027 654 7790</a><br/>
Skype: <a href="skype:janie.tito1?call">janie.tito1</a><br/>
Github: <a href="https://github.com/janie-t" target="_blank">janie-t</a><br/>
</p>
</div>
</div>
</div>
</section>
<!--/.CONTACT END-->
<!--FOOTER-->
<footer>
<div class="footer-top">
<ul class="socials">
<li class="facebook">
<a href="https://www.facebook.com/dogsofpetone" target="_blank" data-hover="Facebook">Facebook</a>
</li>
<li class="twitter">
<a href="https://twitter.com/wellygirl" target="_blank" data-hover="Twitter">Twitter</a>
</li>
<li class="linkedin">
<a href="https://www.linkedin.com/in/janietito/" target="_blank" data-hover="LinkedIn">LinkedIn</a>
</li>
</ul>
</div>
<div class="footer-bottom">
<div class="container">
<div class="row">
<a data-scroll="" href="#home"><img src="images/teacup.gif" alt="crafted with love" class="center-block" /></a>
</div>
</div>
</div>
</footer>
<!--/.FOOTER-END-->
<!--/.CONTENT END-->
</div>
<!--/.CONTENT-WRAP END-->
</div>
<script src="js/jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="js/jquery.appear.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/classie.js" type="text/javascript"></script>
<script src="js/owl.carousel.min.js" type="text/javascript"></script>
<script src="js/jquery.magnific-popup.min.js" type="text/javascript"></script>
<script src="js/masonry.pkgd.min.js" type="text/javascript"></script>
<script src="js/masonry.js" type="text/javascript"></script>
<script src="js/smooth-scroll.min.js" type="text/javascript"></script>
<script src="js/typed.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
</body>
</html>