-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
579 lines (528 loc) · 22.6 KB
/
index.html
File metadata and controls
579 lines (528 loc) · 22.6 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
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="The website for Altrusium. The software development company of Don Smith in Auckland, NZ.">
<meta name="author" content="Don Smith">
<link rel="icon" href="favicon.ico">
<title>Altrusium</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Font -->
<link href="fonts/open-sans/stylesheet.css" rel="stylesheet">
<link href="fonts/oswald/stylesheet.css" rel="stylesheet">
<!-- Font icon -->
<link href="css/font-awesome.css" rel="stylesheet">
<!-- Overwrite bootstrap style -->
<link href="css/overwrite.css" rel="stylesheet">
<!-- Owl carousel -->
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/owl.theme.css" rel="stylesheet">
<link href="css/owl.transitions.css" rel="stylesheet">
<!-- Colorbox -->
<link href="css/colorbox/colorbox.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
<!-- Skins style -->
<link href="skins/default.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Start featured -->
<div id="featured" class="bg-slider freelancer">
<div class="container text-center">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<img src="img/don/don.jpg" alt="Don Smith" class="img-circle"/>
<div class="headline-border">
<h1>WEB & MOBILE SOLUTION DEVELOPMENT</h1>
</div>
<div class="btn-started">
<a data-continue href="#">Continue</a>
</div>
</div>
</div>
</div>
</div>
<!-- End featured -->
<!-- Start header -->
<header>
<nav class="navbar navbar-default navbar-static-top yamm">
<div class="container" id="top">
<div class="navbar-header">
<a class="navbar-brand" href="#"><img src="img/logo.png" alt="" /></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<!-- <li><a href="about.html">About</a></li> -->
<!-- <li><a href="services.html">Services</a></li> -->
<!--
<li class="dropdown">
<a href="portfolio-alt1.html" class="dropdown-toggle" data-toggle="dropdown" role="button">Portfolio <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="web-solutions.html">Web Solutions</a></li>
<li><a href="mobile-solutions.html">Mobile Solutions</a></li>
<li><a href="other-projects.html">Other Projects</a></li>
</ul>
</li>
-->
<li class="dropdown">
<a href="blog-leftsidebar.html" class="dropdown-toggle" data-toggle="dropdown" role="button">Don's Blog <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="http://blog.locksmithdon.net/tag/web-development/">Web Development</a></li>
<li><a href="http://blog.locksmithdon.net/tag/programming">Programming</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
</header>
<!-- End header -->
<!-- Start about -->
<section class="half-column">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Start aside heading -->
<div class="aside-container on-left">
<div class="aside-wrapper">
<h3>About Me<span></span></h3>
<p>Who is Don?</p>
</div>
</div>
<!-- End aside heading -->
<!-- Start half container -->
<div class="half-container on-left">
<!-- Start Col Wrapper -->
<div class="col-wrapper">
<!-- Start progress Bar -->
<div class="row">
<!-- Start More About Me -->
<div class="col-md-6 col-sm-6">
<h4 class="heading">Hi, I'm Don<span></span></h4>
<p>
I've been a professional software developer for over 20 years and moved to NZ from the US about 4 years ago. I've done
all types of application development and have consulted organisations of all sizes across the US, Europe, and Asia.
</p>
<p>
For the past 6 years I've been deeply involved in modern web development technologies. Today web technologies can be used to
build web applications that behave like desktop applications in the browser, but they can also be used to build compelling
mobile apps and desktop applications.
</p>
<blockquote>
<span class="quote"></span>
<p>
You would think after 20 years, web technologies would have stabalized by now, but nothing could be further from reality.
</p>
</blockquote>
<p>
I've used a lot of different programming languages, frameworks and platforms over the years, but web technologies are still
showing the most promise, experiencing the most innovation, and providing the most value. I also find the openness and
accessibility of web technologies resonate with my personal philosophies. If there is anything I can help you with, give me
a holler.
</p>
<p><a href="https://coderbits.com/locksmithdon" class="btn btn-primary">More about Don</a></p>
</div>
<!-- End More About Me -->
<!-- Start Progress BAR -->
<div id="progress" class="col-md-6 col-sm-6 skill">
<h4 class="heading">Skill & Experience<span></span></h4>
<div class="progress">
<div class="progress-bar" role="progressbar" data-value-progress="94">
<span class="value-progress"></span>
<span class="data-progress">C#/WPF</span>
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" data-value-progress="96">
<span class="value-progress"></span>
<span class="data-progress">Coffeescript</span>
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" data-value-progress="92">
<span class="value-progress"></span>
<span class="data-progress">Cordova/PhoneGap</span>
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" data-value-progress="46">
<span class="value-progress"></span>
<span class="data-progress">Cycle.js</span>
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" data-value-progress="82">
<span class="value-progress"></span>
<span class="data-progress">Electron</span>
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" data-value-progress="58">
<span class="value-progress"></span>
<span class="data-progress">FRP</span>
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" data-value-progress="100">
<span class="value-progress"></span>
<span class="data-progress">HTML/CSS</span>
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" data-value-progress="78">
<span class="value-progress"></span>
<span class="data-progress">Ionic</span>
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" data-value-progress="96">
<span class="value-progress"></span>
<span class="data-progress">JavaScript/ES2015</span>
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" data-value-progress="94">
<span class="value-progress"></span>
<span class="data-progress">Meteor</span>
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" data-value-progress="88">
<span class="value-progress"></span>
<span class="data-progress">Node.js</span>
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" data-value-progress="92">
<span class="value-progress"></span>
<span class="data-progress">React</span>
</div>
</div>
</div>
<!-- End progress Bar -->
</div>
</div>
<!-- End Col Wrapper -->
</div>
<!-- End half container -->
</div>
</div>
</div>
<div class="sparator-color on-left"></div>
</section>
<!-- End about -->
<div class="clearfix"></div>
<!-- Start work process -->
<div class="primary-section">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="process-box">
<i class="fa fa-dashboard fa-default fa-4x square pull-left"></i>
<h4>VALUES</h4>
<p>Delivery of immediate benefit followed by improvements through constant communication.</p>
</div>
<div class="process-box">
<i class="fa fa-flag-checkered fa-default fa-4x square pull-left"></i>
<h4>GOALS</h4>
<p>To use software craftsmanship to invoke a positive difference in the lives of people.</p>
</div>
<div class="process-box">
<i class="fa fa-trophy fa-default fa-4x square pull-left"></i>
<h4>SUCCESS</h4>
<p>Technical partnerships that are looking forward to the next opportunity to work together.</p>
</div>
</div>
</div>
</div>
</div>
<!-- End work process -->
<div class="clearfix"></div>
<!-- Start Experience -->
<section class="half-column">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Start aside heading -->
<div class="aside-container on-left">
<div class="aside-wrapper">
<h3>Work Experience<span></span></h3>
<p>Feels like play</p>
</div>
</div>
<!-- End aside heading -->
<!-- Start half container -->
<div class="half-container on-left">
<div class="col-wrapper">
<!-- Start Timeline -->
<ul class="timeline">
<li class="row">
<span class="circle-line"></span>
<div class="col-md-4 col-sm-4 date">2014-2015<br/>Little Lot</div>
<div class="col-md-8 col-sm-8 description">
<h5>Solution Architect, <small>Auckland NZ</small></h5>
<p>Built a Windows application to consume the backend API that is capable of being deployed across enterprises. The application includes an auto-updater and a fully automated build and deployment environment.</p>
</div>
</li>
<li class="row">
<span class="circle-line"></span>
<div class="col-md-4 col-sm-4 date">2012-2014<br/>Intergen</div>
<div class="col-md-8 col-sm-8 description">
<h5>Solution Architect, <small>Auckland, NZ</small></h5>
<p>Built Windows 8 apps and web applications for various Microsoft product teams. IoT Lead.</p>
</div>
</li>
<li class="row">
<span class="circle-line"></span>
<div class="col-md-4 col-sm-4 date">2005-2012<br/>Microsoft, Developer Division</div>
<div class="col-md-8 col-sm-8 description">
<h5>Program Manager, <small>Redmond, WA, USA</small></h5>
<p>Built developer guidance for developers focused on the Microsoft platform and travelled the world to teach the concepts.</p>
</div>
</li>
<li class="row">
<span class="circle-line"></span>
<div class="col-md-4 col-sm-4 date">1999-2005<br/>Microsoft, Premier Services</div>
<div class="col-md-8 col-sm-8 description">
<h5>App Dev Consultant, <small>Charlotte, NC, USA</small></h5>
<p>Build customer prototypes and trained Microsoft customers on cutting edge Microsoft technologies.</p>
</div>
</li>
</ul>
<!-- End Timeline -->
</div>
</div>
<!-- End half container -->
</div>
</div>
</div>
<div class="sparator-color on-left"></div>
</section>
<!-- End Experience -->
<div class="clearfix"></div>
<!-- Start our testimonials -->
<div class="gray-section">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="aside-gray">
<h5>Testimonials</h5>
<p>Comments from people who have worked with me.</p>
</div>
</div>
<div class="col-md-8">
<div id="owl-testimoni" class="owl-carousel">
<div class="testimoni">
<div class="avatar">
<img src="img/testimonials/jay.jpg" alt="Jay Templeton" />
</div>
<blockquote>
<span class="quote"></span>
<p>Don is most assuredly about to ask me to provide a comment or two about what it was like to work with him and about the quality of his work.</p>
</blockquote>
<p class="testimoni-author"><strong>Jay Templeton</strong> - General Manager, <a href="http://teamintergen.com">Intergen North America</a></p>
</div>
<div class="testimoni">
<div class="avatar">
<img src="img/testimonials/steve.jpg" alt="Steve Hillier" />
</div>
<blockquote>
<span class="quote"></span>
<p>Don is most assuredly about to ask me to provide a comment or two about what it was like to work with him and about the quality of his work.</p>
</blockquote>
<p class="testimoni-author"><strong>Steve Hillier</strong> - Founder, <a href="http://littlelot.com">Little Lot</a></p>
</div>
<div class="testimoni">
<div class="avatar">
<img src="img/testimonials/bennor.jpg" alt="Bennor McCarthy" />
</div>
<blockquote>
<span class="quote"></span>
<p>Don is most assuredly about to ask me to provide a comment or two about what it was like to work with him and about the quality of his work.</p>
</blockquote>
<p class="testimoni-author"><strong>Bennor McCarthy</strong> - Solution Architect, <a href="http://littlelot.com">Little Lot</a></p>
</div>
<div class="testimoni">
<div class="avatar">
<img src="img/testimonials/dave.jpg" alt="David Hillier" />
</div>
<blockquote>
<span class="quote"></span>
<p>Don is most assuredly about to ask me to provide a comment or two about what it was like to work with him and about the quality of his work.</p>
</blockquote>
<p class="testimoni-author"><strong>David Hillier</strong> - Founder, <a href="http://littlelot.com">Little Lot</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End testimonials -->
<div class="clearfix"></div>
<!-- Start gallery -->
<section class="gallery-wrapper">
<!-- Start aside heading -->
<div class="aside-container on-left">
<!-- Start gallery filter -->
<ul class="filter-items">
<li class="active"><span class="filter-label">All</span></li>
<li><span class="filter-label" data-filter=".web">Web</span></li>
<li><span class="filter-label" data-filter=".mobile">Mobile</span></li>
<li><span class="filter-label" data-filter=".other">Other</span></li>
</ul>
<!-- End gallery filter -->
<div class="aside-wrapper">
<h3>Portfolio<span></span></h3>
<p>Work I've done</p>
</div>
</div>
<!-- End aside heading -->
<!-- Start gallery container -->
<div class="gallery-container">
<div id="freewall" class="free-wall">
<div class="brick size2 img-wrapper web">
<div class="img-caption">
<a href="img/gallery/img01.jpg" class="zoom colorbox"><i class="fa fa-search"></i></a>
<a href="portfolio-detail.html" class="link"><i class="fa fa-link"></i></a>
</div>
<img src="img/gallery/img01.jpg" class="img-maxwidth" alt="" />
</div>
<div class="brick size3 img-wrapper mobile">
<div class="img-caption">
<a href="img/gallery/img02.jpg" class="zoom colorbox"><i class="fa fa-search"></i></a>
<a href="portfolio-detail.html" class="link"><i class="fa fa-link"></i></a>
</div>
<img src="img/gallery/img02.jpg" class="img-maxwidth" alt="" />
</div>
<div class="brick size1 img-wrapper other">
<div class="img-caption">
<a href="img/gallery/img03.jpg" class="zoom colorbox"><i class="fa fa-search"></i></a>
<a href="portfolio-detail.html" class="link"><i class="fa fa-link"></i></a>
</div>
<img src="img/gallery/img03.jpg" class="img-maxwidth" alt="" />
</div>
<div class="brick size1 img-wrapper mobile">
<div class="img-caption">
<a href="img/gallery/img04.jpg" class="zoom colorbox"><i class="fa fa-search"></i></a>
<a href="portfolio-detail.html" class="link"><i class="fa fa-link"></i></a>
</div>
<img src="img/gallery/img04.jpg" class="img-maxwidth" alt="" />
</div>
<div class="brick size3 img-wrapper other">
<div class="img-caption">
<a href="img/gallery/img06.jpg" class="zoom colorbox"><i class="fa fa-search"></i></a>
<a href="portfolio-detail.html" class="link"><i class="fa fa-link"></i></a>
</div>
<img src="img/gallery/img06.jpg" class="img-maxwidth" alt="" />
</div>
<div class="brick size2 img-wrapper web">
<div class="img-caption">
<a href="img/gallery/img05.jpg" class="zoom colorbox"><i class="fa fa-search"></i></a>
<a href="portfolio-detail.html" class="link"><i class="fa fa-link"></i></a>
</div>
<img src="img/gallery/img05.jpg" class="img-maxwidth" alt="" />
</div>
<div class="brick size3 img-wrapper other">
<div class="img-caption">
<a href="img/gallery/img08.jpg" class="zoom colorbox"><i class="fa fa-search"></i></a>
<a href="portfolio-detail.html" class="link"><i class="fa fa-link"></i></a>
</div>
<img src="img/gallery/img08.jpg" class="img-maxwidth" alt="" />
</div>
<div class="brick size2 img-wrapper web">
<div class="img-caption">
<a href="img/gallery/img07.jpg" class="zoom colorbox"><i class="fa fa-search"></i></a>
<a href="portfolio-detail.html" class="link"><i class="fa fa-link"></i></a>
</div>
<img src="img/gallery/img07.jpg" class="img-maxwidth" alt="" />
</div>
<div class="brick size2 img-wrapper mobile">
<div class="img-caption">
<a href="img/gallery/img09.jpg" class="zoom colorbox"><i class="fa fa-search"></i></a>
<a href="portfolio-detail.html" class="link"><i class="fa fa-link"></i></a>
</div>
<img src="img/gallery/img09.jpg" class="img-maxwidth" alt="" />
</div>
<div class="brick size2 img-wrapper mobile">
<div class="img-caption">
<a href="img/gallery/img10.jpg" class="zoom colorbox"><i class="fa fa-search"></i></a>
<a href="portfolio-detail.html" class="link"><i class="fa fa-link"></i></a>
</div>
<img src="img/gallery/img10.jpg" class="img-maxwidth" alt="" />
</div>
<div class="brick size2 img-wrapper mobile">
<div class="img-caption">
<a href="img/gallery/img11.jpg" class="zoom colorbox"><i class="fa fa-search"></i></a>
<a href="portfolio-detail.html" class="link"><i class="fa fa-link"></i></a>
</div>
<img src="img/gallery/img11.jpg" class="img-maxwidth" alt="" />
</div>
</div>
</div>
<!-- End gallery container -->
</section>
<!-- End gallery -->
<div class="clearfix"></div>
<!-- Start footer -->
<footer>
<div class="subfooter">
<div class="container">
<div class="row">
<div class="col-md-6">
<p class="copyright">2015 © Copyright <a href="http://altrusium.com/">Altrusium.</a> All rights Reserved.</p>
</div>
<div class="col-md-6">
<ul class="social-network">
<li><a href="http://twitter.com/locksmithdon" class="social-icon" data-toggle="tooltip" data-placement="top" title="Twitter"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://nz.linkedin.com/in/locksmithdon" class="social-icon" data-toggle="tooltip" data-placement="top" title="Linked In"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
<!-- vegas -->
<script src="js/vegas/jquery.vegas.min.js"></script>
<script src="js/vegas/setting-freelancer.js"></script>
<!-- colorbox -->
<script src="js/colorbox/jquery.colorbox-min.js"></script>
<script src="js/colorbox/setting.js"></script>
<!-- Sticky -->
<script src="js/sticky/jquery.sticky.js"></script>
<script src="js/sticky/setting.js"></script>
<!-- Owl carousel -->
<script src="js/owlcarousel/owl.carousel.js"></script>
<script src="js/owlcarousel/setting.js"></script>
<!-- masonry -->
<script src="js/freewall/freewall.js"></script>
<script src="js/freewall/setting.js"></script>
<!-- JavaScript totop -->
<script src="js/totop/jquery.ui.totop.js"></script>
<script src="js/totop/setting.js"></script>
<!-- custom javascript -->
<script src="js/custom.js"></script>
</body>
</html>