-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
402 lines (390 loc) · 16.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>McGrathDesigns - home page for Donald McGrath web designer / developer</title>
<meta name="description" content="McGrathDesigns - PORTFOLIO: McGrathDesigns is a premium web developer and designer utilizing php, mysql, sql, javascript, jqueru, css and HTML5 among other technologies to create, renovate or maintain websites and webpages, specializing in ecommerce. He also has very strong cartoon and animation capabilities and experience.">
<meta name="keywords" content="web design, websites, programming, php, jquery, javascript, css, ecommerce, animation, cartoon">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<meta name="google-site-verification" content="BHakYDvDjF9ybWewF0D-zEqoST9z_pPgenYSfVRw6u4" />
<link rel="author" href="http://www.mcgrathdesigns.com"/>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<script type="text/javascript">
WebFontConfig = {
google: { families: [ 'Josefin+Sans::latin', 'Montserrat:400,700:latin' ] } //Coda:400,800:latin'
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/photoswipe.css">
<link rel="stylesheet" href="css/default-skin/default-skin.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/glyphs.css">
<script src="js/vendor/modernizr-2.7.1.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[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]-->
</head>
<body class="loading data-spy="scroll" data-target=".navbar" data-offset="50">
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<main>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation" style="margin-bottom: 0;">
<div class="container">
<div class="navbar-header">
<h1>
<img src="img/logo-square.svg" onerror="this.onerror=null; this.src='img/logo.png'" alt="McGDesigns"/>
</h1>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-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>
<!-- 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">
<li><a href="#intro" class="page-scroll">Home</a></li>
<!--<li><a href="#services" class="page-scroll">Services</a></li>-->
<li><a href="#process" class="page-scroll">Process</a></li>
<li><a href="#profile" class="page-scroll">Profile</a></li>
<!--<li><a href="#demo" class="page-scroll">Demos</a></li>-->
<li><a href="#contact" class="page-scroll">Contact</a></li>
</ul>
</div>
</div>
</nav>
<section id="intro" class="intro-section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 id="text-signature">Donald McGrath</h2>
<h2 id="signature">
<img src="img/signature.svg" onerror="this.onerror=null; this.src='img/signature.png'" alt="Donald McGrath" width="60%"/>
</h2>
<div class='txt-scroll-content'>
<div class='txt-scroll-visible'>
<p class="txt-scroll">
USER EXPERIENCE
</p>
<ul class="txt-scroll">
<li>SIMPLIFY</li>
<li>INNOVATE</li>
<li>IMPROVE</li>
<li>OPTIMIZE</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Process Section -->
<section id="process" class="process-section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1><b><i>Visualize the Software Development Lifecycle</i></b></h1>
<div class="row">
<div class="col-lg-4">
<h2>Collaborate/Discovery</h2>
<p>Collect specs. discuss the business wants and needs.</p>
<a id="collab">
<img src="img/icon-collab.jpg" alt="flow-diagram" />
</a>
</div>
<div class="col-lg-4">
<h2>Design/Clarify</h2>
<p>Clarify the structure of the project including data model through workflow diagrams, wireframes or low-fi art</p>
<a id="design">
<img src="img/icon-flow-diagram.jpg" alt="flow-diagram" />
</a>
</div>
<div class="col-lg-4">
<h2>Mock/Prototype</h2>
<p>Create hi-fi mocks, detail story boards, or working prototypes producing re-useable code within the stack.</p>
<a id="mock">
<img src="img/icon-mock.jpg" alt="mock up" />
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Demo Section -->
<section id="demo" class="demo-section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1>Demo Section <small>(more coming soon)</small></h1>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3">
<a href="/etsylist" >
<div class="title">
Etsy API List
</div>
<div class="description">
Pure Javascript
</div>
<div class="content">
<img src="img/demo/thmb-etsylist.png" />
</div>
</a>
</div>
<div class="col-lg-3">
<a href="img/cornerbistro/">
<div class="title">
Neon Light Effect
</div>
<div class="description">
CSS Animation
</div>
<div class="content">
<img src="img/demo/thmb-bistro.png" />
</div>
</a>
</div>
<div class="col-lg-3">
<a href="/img/peacock/index.html" data-remote="false" data-toggle="modal" data-title="NBC Peacock Loader" data-description="Custom SVG creation & animation" data-target="#demomodal">
<div class="title">
NBC Peacock
</div>
<div class="description">
SVG Animation
</div>
<div class="content">
<img src="img/demo/thmb-peacock.png" />
</div>
</a>
</div>
<div class="col-lg-3">
<a href="/#demo">
<div class="title">
Coming Soon
</div>
<div class="description">
</div>
<div class="content">
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Profile Section -->
<section id="profile" class="profile-section">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h3 class="list-group-item-header">Professional</h3>
<div class="list-group">
<div class="list-group-item list-group-item-split ">
<a href="http://www.linkedin.com/pub/don-mcgrath/11/54b/905" target="new" class="list-group-item-left">
LinkedIn <span class="icon-linkedin large-icon pull-right"></span>
</a>
<a href="https://docs.google.com/document/d/1NQg6T4KNt0MyL-F3h1zk6k2_KV0GVNuoJLEXiFoOD08/edit?usp=sharing" target="new" class="list-group-item-right">
Resume (Google doc) <span class="icon-google-drive pull-right large-icon"></span>
</a>
</div>
<div class="list-group-item list-group-item-split ">
<a href="resumes/resume_DonaldMcGrath.doc" target="new" class="list-group-item-left">
Resume <small>(Word)</small> <span class="icon-file-word large-icon pull-right"></span>
</a>
<a href="https://docs.google.com/document/d/1wfRRr4-HvA7aL8l50__rfPHJxA2JGHN4wxhU2BiBkq8/edit?usp=sharing" target="new" class="list-group-item-right">
Resume Full <small>3pgs</small> <span class="icon-google-drive pull-right large-icon"></span>
</a>
</div>
<div class="list-group-item list-group-item-split ">
<a href="resumes/resume_DonaldMcGrath.pdf" target="new" class="list-group-item-left">
Resume <small>(PDF)</small> <span class="icon-file-pdf text-danger pull-right large-icon"></span>
</a>
<a href="http://www.imdb.com/name/nm2864367/" target="new" class="list-group-item-right">
Internet Movie Database <span class="icon-imdb pull-right large-icon"></span>
</a>
</div>
</div>
</div>
<div class="col-lg-3">
<h3 class="list-group-item-header">Connect</h3>
<div class="list-group">
<a href="http://www.facebook.com/home.php#!/pages/Mcgrathdesigns/156439387739977?v=wall" class="list-group-item"><span class="icon-facebook2 pull-right large-icon"></span>Facebook</a>
<a href="https://plus.google.com/+DonaldMcGrath-dondmcg/" class="list-group-item"><span class="icon-google-plus2 pull-right large-icon"></span>Google+</a>
<a href="http://www.twitter.com/mcgrathdesigns" class="list-group-item"><span class="icon-twitter pull-right large-icon"></span>Twitter</a>
</div>
</div>
<div class="col-lg-3">
<h3 class="list-group-item-header">Import vCard</h3>
<div class="list-group">
<a href="vcard/donaldmcgrath.vcf" id="vcard" target="new" class="list-group-item">
vCard download
<span class="icon-vcard pull-right large-icon"></span>
</a>
<a href="getQRcode" target="new" class="list-group-item">
QR code
<span class="icon-qrcode pull-right large-icon"></span>
</a>
<img src="img/qrcode.png" id="qrcodeimg" alt="qr code" style="display:none"/>
</div>
</div>
</div>
</div>
</section>
</main>
<footer id="contact">
<div id="footer">
<div class="container no-mobile-margin">
<div class="row">
<div class="col-lg-4">
<h3>Address & Phone</h3>
<div class="footer-panel">
<div>
<a href="footerlink"><span class="contact-label">email</span><i class="icon-circle-right"></i></a><span class="contact-target"></span>
</div>
<div>
<a href="footerlink"><span class="contact-label">cell phone</span><i class="icon-circle-right"></i></a><span class="contact-target"></span>
</div>
<div>
<a href="footerlink"><span class="contact-label">mailing address</span><i class="icon-circle-right"></i></a><span class="contact-target"></span>
</div>
</div>
</div>
<div class="col-lg-4">
<h3>Teleconference</h3>
<div class="footer-panel">
<div>
<a href="footerlink"><span class="contact-label">google hangout</span><i class="icon-circle-right"></i></a><span class="contact-target"></span>
</div>
<div>
<a href="footerlink" id="myskypelink"><span class="contact-label">skype</span><i class="icon-circle-right"></i></a><span class="contact-target"></span>
</div>
<div>
<a href="footerlink"><span class="contact-label">screenhero</span><i class="icon-circle-right"></i></a><span class="contact-target"></span>
</div>
</div>
</div>
<div class="col-lg-4">
<h3>Chat</h3>
<div class="footer-panel">
<div>
<a href="footerlink" id="mychatlink"><span class="contact-label">sms/imessage</span><i class="icon-circle-right"></i></a><span class="contact-target"></span>
</div>
</div>
</div>
<div class="container no-mobile-margin copyright">
<div class="row">
<div class="col-lg-12 text-center">
© 2002 McGrathDesigns
</div>
</div>
</div>
</div>
</footer>
<!-- Root element of PhotoSwipe. Must have class pswp. -->
<!-- ################################################# -->
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<!-- Background of PhotoSwipe.
It's a separate element as animating opacity is faster than rgba(). -->
<div class="pswp__bg"></div>
<!-- Slides wrapper with overflow:hidden. -->
<div class="pswp__scroll-wrap">
<!-- Container that holds slides.
PhotoSwipe keeps only 3 of them in the DOM to save memory.
Don't modify these 3 pswp__item elements, data is added later on. -->
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. -->
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<!-- Controls are self-explanatory. Order can be changed. -->
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" title="Share"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR -->
<!-- element will get class pswp__preloader--active when preloader is running -->
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
</button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
</button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<!-- END OF:Root element of PhotoSwipe -->
<!-- ################################# -->
<!-- Root element of Bootstrap Modal -->
<!-- ################################################# -->
<div class="modal fade" id="demomodal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title"></h4>
</div>
<div class="modal-body">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- END OF:Root element of PhotoSwipe -->
<!-- ################################# -->
<!-- jquery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<!-- bootstrap -->
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<!-- scrolling nav -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/application.js"></script>
<script src="js/vendor/photoswipe-ui-default.js"></script>
<script src="js/vendor/photoswipe.js"></script>
<script type="text/javascript">
try{
var pageTracker = _gat._getTracker("UA-16347455-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>