-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
614 lines (592 loc) · 26.2 KB
/
index.html
File metadata and controls
614 lines (592 loc) · 26.2 KB
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
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Matthew Lee</title>
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="css/freelancer.css" rel="stylesheet">
<link rel="shortcut icon" href="img/favicon.ico">
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Google Analytics Stuff -->
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-93494098-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top navbar-custom">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="page-scroll">
<a href="#info">About Me</a>
</li>
<li class="page-scroll">
<a href="#portfolio">Skills</a>
</li>
<li class="page-scroll">
<a href="#projects">Projects</a>
</li>
<li class="page-scroll">
<a href="#work">Work Experience</a>
</li>
<li class="page-scroll">
<a href="#education">Education</a>
</li>
<li class="page-scroll">
<a href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="row">
<div class="col-lg-12">
<img class="img-responsive start" src="img/matthew.webp" alt="An image of Matthew Lee">
<div class="intro-text start">
<span class="name">Matthew Lee</span>
<hr class="star-light">
<span class="skills">Senior Software Developer</span>
</div>
</div>
</div>
</div>
</header>
<!-- About Section -->
<section id="info">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>About Me</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<p>Hey there! I'm Matt, currently a senior software developer working as a technical consultant at Abletech! I'm a massive fan of web development and solution architecture however I also have an interest in general software development and UX.
I'm a hard worker that is always open to new ideas and different ways of thinking. Feel free to browse my site, I look forward to getting in contact with you soon!</p>
</div>
</div>
</div>
</section>
<!-- Portfolio Grid Section -->
<section id="portfolio" class="success">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Skills</h2>
<hr class="star-light">
</div>
</div>
<div class="row">
<div class="col-sm-4 portfolio-item">
<a href="#rails" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/ruby-rails.png" class="img-responsive" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#elixir" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/elixir.png" class="img-responsive" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#java" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/java.png" class="img-responsive" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#python" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/python.png" class="img-responsive" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#react-native" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/react-native.png" class="img-responsive" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#ionic" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/ionic.png" class="img-responsive" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#html" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/html.png" class="img-responsive" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#js" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/js.png" class="img-responsive" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#node" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/node.png" class="img-responsive" alt="">
</a>
</div>
</div>
</div>
</section>
<!-- Projects section -->
<section id="projects">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Past Projects</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<p class="text-center">Check out my GitHub repository to see a selection of past projects I've been involved in.</p>
</div>
<div class="row text-center">
<!-- TODO: Update with actual demos of projects -->
<a href="https://github.com/mattlee68">
<i class="fa fa-github fa-4x" aria-hidden="true"></i>
</a>
</div>
</div>
</section>
<!-- Work Section -->
<section id="work" class="success">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Work Experience</h2>
<hr class="star-light">
<div class="row">
<div class="col-lg-4 text-center work-scroll">
<a href="https://abletech.nz/"><img src="img/abletech.png" height="80" alt="Abletech logo"></a>
<h3>Abletech</h3>
<hr>
<h5>Nov 2020 - Current</h5>
<p class="text-center">Senior Developer</p>
<hr>
<h5>Nov 2018 - Nov 2020</h5>
<p class="text-center">Technical Consultant</p>
<hr>
<h5>Nov 2017 - Nov 2018</h5>
<p class="text-center">Trainee Technical Consultant</p>
<hr>
</div>
<div class="col-lg-4 text-center work-scroll">
<a href="http://www.victoria.ac.nz/"><img src="img/VUW-white.png" height="80" alt="Victoria University of Wellington logo"></a>
<h3>Victoria University of Wellington</h3>
<hr>
<h5>Feb 2018 - Jun 2018</h5>
<p class="text-center">SWEN 301 Tutor</p>
<hr>
<h5>Feb 2016 - Sep 2016</h5>
<p class="text-center">PHYS 122/SARC 122 Marker</p>
<hr>
<h5>Feb 2016 - Jun 2016</h5>
<p class="text-center">ENGR 101 Tutor</p>
<hr>
</div>
<div class="col-lg-4 text-center work-scroll">
<a href="https://www.facebook.com/wisebuysondixon/"><img src="img/wisebuys.PNG" height="80" alt="Wisebuys on Dixon logo"></a>
<h3>Wisebuys on Dixon</h3>
<hr>
<h5>May 2013 - Nov 2017</h5>
<p class="text-center">Sales Assistant</p>
<hr>
</div>
</div>
</div>
</div>
<div class="row">
</div>
</div>
</section>
<!-- Education Section -->
<section id="education">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Education</h2>
<hr class="star-primary">
<div class="row">
<p class="text-center"><i>Official academic transcripts are available on request.</i></p>
<br>
</div>
<div class="row">
<div class="col-lg-4 text-center edu-scroll" id="edu-scroll1">
<a href="http://www.victoria.ac.nz/"><img src="img/VUW.png" height="80" alt="Victoria University of Wellington Logo"></a>
<h3>Victoria University of Wellington</h3>
<h6>Wellington, New Zealand</h6>
<h5>2015 - 2018</h5>
<p class="text-center">BE (Hons) Software Engineering<br> GPA: A</p>
</div>
<div class="col-lg-4 text-center edu-scroll" id="edu-scroll2">
<a href="https://www.surrey.ac.uk/"><img src="img/surrey.png" height="80" alt="University of Surrey logo"></a>
<h3>University of Surrey</h3>
<h6>Guildford, United Kingdom</h6>
<h5>2016 - 2017</h5>
<p class="text-center">Student Exchange<br> Mark Level: Firsts</p>
</div>
<div class="col-lg-4 text-center edu-scroll" id="edu-scroll3">
<a href="http://www.onslow.school.nz/"><img src="img/onslow.png" height="80" alt="Onslow College logo"></a>
<h3>Onslow College</h3>
<h6>Wellington, New Zealand</h6>
<h5>2010 - 2014</h5>
<p class="text-center">NCEA Level One and Two (Excellence)<br> NCEA Level Three (Merit)</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="success">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Contact</h2>
<hr class="star-light">
</div>
</div>
<div class="row">
<div class="contact col-md-2 col-md-offset-1 text-center">
<i class="fa fa-envelope fa-4x" aria-hidden="true"></i>
<p class="text-center contact"><a href="mailto:hello@matthewlee.co.nz" class="contact-inverted">hello@matthewlee.co.nz</a></p>
</div>
<div class="contact col-md-2 text-center">
<i class="fa fa-phone fa-4x" aria-hidden="true"></i>
<p class="text-center contact"><a href="tel:+64220106288" class="contact-inverted">+64 22 010 6288</a></p>
</div>
<div class="contact col-md-2 text-center">
<i class="fa fa-github fa-4x" aria-hidden="true"></i>
<p class="text-center contact"><a href="http://github.com/mattlee68" class="contact-inverted">mattlee68</a></p>
</div>
<div class="contact col-md-2 text-center">
<i class="fa fa-linkedin fa-4x" aria-hidden="true"></i>
<p class="text-center contact"><a href="https://www.linkedin.com/in/mattlee68/" class="contact-inverted">mattlee68</a></p>
</div>
<div class="contact col-md-2 text-center">
<i class="fa fa-medium fa-4x" aria-hidden="true"></i>
<p class="text-center contact"><a href="https://medium.com/@matthew.lee_11877" class="contact-inverted">@matthew.lee_11877</a></p>
</div>
</div>
</section>
<!-- Footer -->
<footer class="text-center">
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
Last modified February 2022
</div>
</div>
</div>
</div>
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top page-scroll hidden-sm hidden-xs hidden-lg hidden-md">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Portfolio Modals -->
<div class="portfolio-modal modal fade" id="rails" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Ruby on Rails</h2>
<hr class="star-primary">
<img src="img/portfolio/ruby-rails.png" class="img-responsive img-centered" alt="">
<p>At Abletech, I've used Ruby on Rails frequently to develop web applications. One of the earlier projects I have been involved with was the design and implementation of a Coffee Club application. This application allows organisations, who
enjoy the odd cup of coffee, to track which beans are currently on offer in the kitchen. The source code of this application can be viewed <a href="https://github.com/AbleTech/coffee-club">here</a>.</p>
<p>Whilst learning the basics of Ruby, I also learnt about some of the more popular gems such as Devise and Modernizr. As a university project, I have also developled an Advance Directives Application with a group of five other students using
Ruby on Rails.</p>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="python" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Python</h2>
<hr class="star-primary">
<img src="img/portfolio/python.png" class="img-responsive img-centered" alt="">
<p>I've dealt briefly with Python. In high school, we spent a year learning the basics of the language before moving onto Java. During this time, I implemented several smaller programs such as a Te Reo Māori to English number converter and
a BMI calculator. As well as this, I have created an simple IRC while at University. We also used Python for some maths related courses.</p>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="html" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>HTML/CSS</h2>
<hr class="star-primary">
<img src="img/portfolio/html.png" class="img-responsive img-centered" alt="">
<p>During high school, I spent three years developing HTML websites from scratch hence I have had quite a lot of experience dealing with HTML/CSS. This website is built using HTML and CSS which required some knowledge of the language. During
this time I dealt with SQL and PHP and querying entries from databases.</p>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="java" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Java</h2>
<hr class="star-primary">
<img src="img/portfolio/java.png" class="img-responsive img-centered" alt="">
<p>I've been learning how to program in Java for years - my first experience with this language was in 2014. I have built small programs such as calculators, timetabling applications and a number base converter while in high school. At University,
Java was used almost daily as the majority of courses required the assignments be written in this language. During this time, I developed a road map system of Auckland and a 3D renderer.</p>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="js" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Javascript & jQuery</h2>
<hr class="star-primary">
<img src="img/portfolio/js.png" class="img-responsive img-centered" alt="">
<p>I've dabbled in a bit of Javascript and jQuery. During high school, I used jQuery plugins (such as Lightbox and Accordion) when developing websites. I also used Javascript in my MusicCollection web application which can be seen <a href="https://github.com/mattlee68/MusicCollection">here</a>.</p>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="node" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Node.js</h2>
<hr class="star-primary">
<img src="img/portfolio/node.png" class="img-responsive img-centered" alt="">
<p>As part of the Summer of Tech "Hackfest" competition, I was part of the team "Weekend Artists". Using Node.js, the Digital NZ and Imagga APIs we created an app that creates a new way for people of discover New Zealand art and the colour
palettes within. We used the Express framework to create a basic site. The application's code can be viewed on <a href="https://github.com/hwhmeikle/WeekendArtists">GitHub</a>. Our team came joint first for the competition.</p>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="elixir" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Elixir & Phoenix</h2>
<hr class="star-primary">
<img src="img/portfolio/elixir.png" class="img-responsive img-centered" alt="">
<p>I started coding in Elixir during the second half of my internship at Abletech. Initially, I learned the basics of the language, and the Phoenix framework, by refactoring and adding features onto existing code bases. The majority of my experience with Elixir has been with developing Phoenix applications, however I have had a small amount of experience developing an OTP application also.</p>
<p>I enjoy coding in Elixir and hope to learn/develop more applications in the future. I am currently working on a few personal Elixir projects which I hope to share on my GitHub repository soon.</p>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="react-native" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>React Native</h2>
<hr class="star-primary">
<img src="img/portfolio/react-native.png" class="img-responsive img-centered" alt="">
<p>I have a small amount of experience using the React Native framework through the development of a to-do list application for a course at university. The application utilised libraries such as the Camera API, React Navigation, React Native Calendar Events and Realm Database. </p>
<p>Again, I hope to utilise this framework more at both work and with personal projects.</p>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="ionic" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Ionic Framework</h2>
<hr class="star-primary">
<img src="img/portfolio/ionic.png" class="img-responsive img-centered" alt="">
<p>I enjoy developing mobile applications in Ionic and have developed two such applications whilst at university. The first was similar to the to-do list application, developed in React Native. The only difference was this application was developed in Ionic. The second application took advantage of an MQTT broker to create an IOT application tracking sensors.</p>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="https://unpkg.com/scrollreveal/dist/scrollreveal.min.js"></script>
<script src="js/freelancer.js"></script>
</body>
</html>