-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
488 lines (452 loc) · 20.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Mico's Portfolio</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/freelancer.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- cookie policy -->
<script
data-lang-en="{'text' : 'This website does not use cookies. ',
'button' : 'OK', 'more' : 'Privacy Policy',
'link' : 'privacy.html'}"
data-expire="365"
data-style="#cookieWarnBox a { color : orange }"
type="text/javascript"
id="cookieWarn"
src="js/cookie-warn.min.js">
</script>
<!-- end of cookie policy -->
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger port-titles" href="#page-top">Mico</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto port-titles">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead">
<div class="container">
<img class="img-fluid prof-img" src="img/profile.png" alt="">
<div class="intro-text">
<span class="name">Hi, I'm Colin</span>
<hr class="star-light">
<span class="skills">Freelance Web Developer, Front end designer</span>
</div>
</div>
</header>
<!-- Portfolio Grid Section -->
<section id="portfolio">
<div class="container">
<h2 class="text-center port-titles">Portfolio</h2>
<hr class="star-primary">
<div class="row">
<div class="col-sm-4 portfolio-item">
<a class="portfolio-link" href="#portfolioModal1" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/Dragon-Academy.png" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a class="portfolio-link" href="#portfolioModal2" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/IBM-Training.png" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a class="portfolio-link" href="#portfolioModal3" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/EMN.png" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a class="portfolio-link" href="#portfolioModal4" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/FWD.PNG" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a class="portfolio-link" href="#portfolioModal5" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/pandc.jpg" alt="">
</a>
</div>
<!--
<div class="col-sm-4 portfolio-item">
<a class="portfolio-link" href="#portfolioModal6" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/submarine.png" alt="">
</a>
</div>
end of hidden section-->
</div>
</div>
</section>
<!-- About Section -->
<section class="success" id="about">
<div class="container">
<h2 class="text-center port-titles">Who am I?</h2>
<hr class="star-light">
<div class="row">
<div class="col-lg-4 ml-auto">
<p>Im a 43 year old male who after spending years working in a customer servive environment decided to pursue a career in web development.</p>
<p>I completed a BSc in Computer Science in 2016 and found my skills lay in creating responsive, well designed functional websites. I'm a bit of a perfectionist so if something doesn't work
then I'm not happy until it does what I want.</p>
<p>Im well versed in HTML5, CSS3 and bootstrap layouts (this is one). I also know a bit of PHP can find my way around SQL queries and creating databases.</p>
</div>
<div class="col-lg-4 mr-auto">
<p>If you're interested in a well designed, responsive website, want to offer some constructive feedback on my existing work or even thinking of offering me a role in your business then please contact me using the form below.</p>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<h2 class="text-center port-titles">Contact Me</h2>
<hr class="star-primary">
<div class="row">
<div class="col-lg-8 mx-auto">
<!-- To configure the contact form email address, go to mail/contact_me.php and update the email address in the PHP file on line 19. -->
<!-- The form should work on most web servers, but if the form is not working you may need to configure your web server differently. -->
<!-- github pages doesn't support server side scripting so JS/php contact form won't work. 3rd party contact form through
enformed.io using a basic form-->
<form action="https://www.enformed.io/nfkaev71" method="POST" >
<div class="form-group">
<label>Name</label>
<input name="first_name" type="text" class="form-control" required/>
</div>
<div class="form-group">
<label>Email</label>
<input name="email" type="text" class="form-control" required/>
</div>
<div class="form-group">
<label>Your message</label>
<textarea name="message" type="text" class="form-control" required/></textarea>
</div>
<input type="hidden" name="*honeypot" /><!-- form control to prevent spam-->
<input type="hidden" name="*subject" value="Message from Portfolio" />
<input type="hidden" name="*reply" value="email" /><!-- reply to email-->
<button type="submit" class="btn btn-default">Submit</button>
</form>
<!--<form name="sentMessage" id="contactForm" novalidate>
<div class="control-group">
<div class="form-group floating-label-form-group controls">
<label>Name</label>
<input class="form-control" id="name" type="text" placeholder="Name" required data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="control-group">
<div class="form-group floating-label-form-group controls">
<label>Email Address</label>
<input class="form-control" id="email" type="email" placeholder="Email Address" required data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="control-group">
<div class="form-group floating-label-form-group controls">
<label>Phone Number</label>
<input class="form-control" id="phone" type="tel" placeholder="Phone Number" required data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="control-group">
<div class="form-group floating-label-form-group controls">
<label>Message</label>
<textarea class="form-control" id="message" rows="5" placeholder="Message" required data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<br>
<div id="success"></div>
<div class="form-group">
<button type="submit" class="btn btn-success btn-lg" id="sendMessageButton">Send</button>
</div>
</form>-->
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="text-center">
<!--
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-md-4">
<h3>Location</h3>
<p>Perth
<br>Scotland, UK</p>
</div>
<div class="footer-col col-md-4">
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
Copyright © Mico 2018
</div>
</div>
</div>
</div>
-->
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top d-lg-none">
<a class="btn btn-primary js-scroll-trigger" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Portfolio Modals -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog" role="document">
<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 mx-auto">
<div class="modal-body">
<h2 class="port-titles">Dragon Academy</h2>
<hr class="star-primary">
<img class="img-fluid img-centered" src="img/portfolio/Dragon-Academy.png" alt="">
<p>This was a project for my HND year at University. It incorporates a login system with admin facilities and a blog allowing admin to post updates and information</p>
<p>The website has a responsive layout and works on all devices, image re-scale depending on the screen size</p>
<p>This was a working, live website and demonstrates some of my early work and as such could benefit from aesthetic improvements.</p>
<button class="btn btn-success" type="button" data-dismiss="modal">
<i class="fa fa-times"></i>
Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog" role="document">
<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 mx-auto">
<div class="modal-body">
<h2 class="port-titles">3rd Year IBM Project</h2>
<hr class="star-primary">
<img class="img-fluid img-centered" src="img/portfolio/IBM-Training.png" alt="">
<p>Project scope was to develop a functional website incorporating logins for students, new users and admin.</p>
<p>This site was developed with a team of 5 with myself assisting in the development of the frontend.</p>
<button class="btn btn-success" type="button" data-dismiss="modal">
<i class="fa fa-times"></i>
Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog" role="document">
<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 mx-auto">
<div class="modal-body">
<h2>Essential Movement Nutrition</h2>
<hr class="star-primary">
<img class="img-fluid img-centered" src="img/portfolio/EMN.png" alt="">
<p>1 page static web page designed for a Yoga Nutrition class in Edinburgh. Incorporates responsive design, fluid images, contact form.</p>
<p>The site was based upon an previous site and made responsive for mobile platforms with more functionality</p>
<ul class="list-inline item-details">
<li>
<strong>
<a href="http://EssentialMN.co.uk">Live Site</a>
</strong>
</li>
</ul>
<button class="btn btn-success" type="button" data-dismiss="modal">
<i class="fa fa-times"></i>
Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog" role="document">
<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 mx-auto">
<div class="modal-body">
<h2>Flame Web Design</h2>
<hr class="star-primary">
<img class="img-fluid img-centered" src="img/portfolio/FWD.PNG" alt="">
<p>Fully working demo site developed using a bootstrap layout. This site is mobile responsive and has been tested across all major browsers to ensure compatibility</p>
<p>Logo design by myself using Gimp2/Inkscape</p>
<ul class="list-inline item-details">
<li>
<strong>
<a href="https://mico110813.github.io/FlameWebDesign/">Live Demo</a>
</strong>
</ul>
<button class="btn btn-success" type="button" data-dismiss="modal">
<i class="fa fa-times"></i>
Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog" role="document">
<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 mx-auto">
<div class="modal-body">
<h2>Kennels Demo</h2>
<hr class="star-primary">
<img class="img-fluid img-centered" src="img/portfolio/pandcfull.jpg" alt="">
<p> Demo site created using onepage express theme on wordpress. This was developed as a demo to test features and gain a better understanding of wordpress</p>
<p> Its a one page theme, Logo hasn't been created and text is a placeholder, all images are my own</p>
<button class="btn btn-success" type="button" data-dismiss="modal">
<i class="fa fa-times"></i>
Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- hidden
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog" role="document">
<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 mx-auto">
<div class="modal-body">
<h2>Project Title</h2>
<hr class="star-primary">
<img class="img-fluid img-centered" src="img/portfolio/submarine.png" alt="">
<p>Use this area of the page to describe your project. The icon above is part of a free icon set by
<a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!</p>
<ul class="list-inline item-details">
<li>Client:
</li>
</ul>
<button class="btn btn-success" type="button" data-dismiss="modal">
<i class="fa fa-times"></i>
Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
end of hidden section-->
<!-- Jquery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/freelancer.min.js"></script>
</body>
</html>