-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
325 lines (227 loc) · 15.7 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
<!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 lange="en" class="no-js" id="page-top"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<title>Patrick Grey: websites, e-learning and web applications.</title>
<meta name="description" content="Portfolio site of Patrick Grey: web developer, e-learning specialist and connoisseur of cheap beer." />
<meta name="keywords" content="e-learning, web design, web development, edge animate, javascript, css, html, responsive, dumbarton, glasgow, scotland" />
<meta name="author" content="Patrick Grey" />
<meta http-equiv="X-Powered-By" content="Jekyllrb v1.3.1"/>
<link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/css/main.css">
<!--[if lt IE 9]>
<link rel="stylesheet" href="/css/ie8.css">
<![endif]-->
<!-- Launch Icon links [Start] -->
<link rel="shortcut icon" href="/img/favicon/favicon.ico" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/img/favicon/apple-touch-icon-144x144-precomposed.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/favicon/apple-touch-icon-114x114-precomposed.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/img/favicon/apple-touch-icon-72x72-precomposed.png" />
<link rel="apple-touch-icon-precomposed" href="/img/favicon/apple-touch-icon-57x57-precomposed.png" />
<link rel="apple-touch-icon" href="/img/favicon/apple-touch-icon.png" />
<!-- Launch Icon links [End] -->
<!-- Fix for Windows Phone 8 -->
<script>
if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
var msViewportStyle = document.createElement("style");
msViewportStyle.appendChild(
document.createTextNode(
"@-ms-viewport{width:auto!important}"
)
);
document.getElementsByTagName("head")[0].
appendChild(msViewportStyle);
}
</script>
<!--[if (lt IE 9) & (!IEMobile)]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--<script defer="defer" src="/js/vendor/modernizr-2.6.2.min.js"></script>-->
</head>
<body>
<div class="container">
<header role="banner">
<!-- http://webaim.org/techniques/skipnav/#maincontent -->
<a href="#" class="skip-navigation">Skip navigation</a>
<!-- <a name="page-top" ></a> -->
<!-- http://webaim.org/blog/10-easy-accessibility-tips/ -->
<!-- http://webaim.org/projects/screenreadersurvey/ -->
<!-- http://searchengineland.com/logo-optimization-a-local-seo-stealth-tactic-168899 -->
<h1 class="logo">
<a href="index.html" title="Patrick Grey logo. Select to go to home page." class="logo-link">
<!-- http://soqr.fr/testsvg/embed-svg-liquid-layout-responsive-web-design.php -->
<!-- http://codepen.io/cwebba1/pen/qItAC# -->
<!-- http://soqr.fr/testsvg/svg-link-with-object.php -->
<!-- http://stackoverflow.com/questions/2753732/how-to-access-svg-elements-with-javascript -->
<object type="image/svg+xml" data="/img/logo/patrick-grey-logo.svg" class="logo-object">
<img src="/img/logo/patrick-grey-logo.png" alt="Patrick Grey logo">
</object>
<!-- http://soqr.fr/testsvg/svg-link-with-object.php span required to make links work. -->
<span>Patrick Grey</span>
</a>
</h1>
<!-- https://developer.mozilla.org/en-US/docs/Web/CSS/transform -->
<!-- make box read and container red and top line is the border!
<div class="diagonal-line-container"><div class="diagonal-line"></div></div>-->
<nav class="nav navigation-top-container">
<!-- http://webaim.org/techniques/hypertext/ -->
<ul role="navigation" class="navigation navigation-top">
<li class="hello navigation-active"><a href="/">Home</a></li>
<!-- escape character used instead of dash to avoid e and learning ending up on different lines. -->
<li class="elearning "><a href="/elearning.html">E‑learning</a></li>
<li class="webapps "><a href="/webapps.html">Web Apps</a></li>
<li class="websites "><a class="websites-link" href="/websites.html">Websites</a></li>
<li class="blog "><a href="/blog/index.html">Blog</a></li>
</ul>
</nav>
<a href="#navigation-bottom" class="jump-to-navigation-bottom" title="Select to go to navigation at page bottom."></a>
</header>
<div role="main" class="main">
<div class="about-patrick main-section-no-top">
<div class="main-section-inner">
<h2>How can I help?</h2>
<p>Hello! I've been designing and developing <a href="#website">websites</a> that communicate, effective <a href="#elearning">e‑learning</a> and really useful <a href="#webapp">web applications</a> since 2001.</p>
<p>If you need a Scottish ginger who loves his job and will discuss your project in plain English, <a href="#contact" title="Go to contact links.">please get in touch</a>.</p>
<!-- <p>I love all aspects of front-end development and dabble with the server side stuff. </p> -->
</div>
</div>
<aside class="work-examples main-section" role="complementary">
<div class="main-section-inner">
<h2>Made in Scotland: Recent Work</h2>
<!-- Some lovely nav action herer: http://skinnyties.com/ -->
<ul class="examples">
<li id="website" class="example-website">
<a href="nmo-atfcm-case-study.html" title="Select to see a short case study of the new website.">
<h3 class="examples-thumbnail example-pg">patrickgrey.co.uk</h3>
<p>High-performance mobile friendly personal website.</p>
</a>
</li>
<li id="elearning" class="example-elearning">
<a href="nmo-atfcm-case-study.html" title="Select to see a short case study of the NMO ATFCM Intro e-learning Project.">
<h3 class="examples-thumbnail example-nmo">ATFCM E-learning</h3>
<p>Mobile friendly built with Adobe Edge Animate.</p>
</a>
</li>
<li id="webapp" class="example-webapp">
<a href="flight-plan-guide-case-study.html" title="Select to see a short case study of the Flight Plan Guide Project.">
<h3 class="examples-thumbnail example-fple">Flight Plan Guide</h3>
<p>A responsive web application that works offline.</p>
</a>
</li>
<li class="example-elearning">
<a href="flight-plan-guide-case-study.html" title="Select to see a short case study of the Headings Tutor game.">
<h3 class="examples-thumbnail example-ht">Headings Game</h3>
<p>An HTML5 canvas game built using createJS.</p>
</a>
</li>
</ul>
</div>
</aside>
</div>
<aside class="recent-blogs main-section" role="complementary">
<div class="main-section-inner">
<h2>Recent Posts</h2>
<ul class="blog-post-links">
<li class="blog-post-link">
<h3><a href="/workflow/2013/12/19/workflow-workflow.html">IE8 Workflow</a></h3>
<small class="blog-post-link-date">19 December 2013</small>
<p>I was using IETester which was fine for a while but would crash with the slightest problem on the page. At least this let me know something was wrong but not much help in debugging.</p>
</li>
<li class="blog-post-link">
<h3><a href="/workflow/2013/12/19/workflow-ie8-testing.html">Workflow for testing websites in IE8</a></h3>
<small class="blog-post-link-date">19 December 2013</small>
<p>I was using IETester which was fine for a while but would crash with the slightest problem on the page. At least this let me know something was wrong but not much help in debugging.</p>
</li>
<li class="blog-post-link">
<h3><a href="/task/2013/12/19/task-tasks.html">About tasks</a></h3>
<small class="blog-post-link-date">19 December 2013</small>
<p>I want to better structure my workflow.</p>
</li>
<li class="blog-post-link">
<h3><a href="/task/2013/12/19/task-svg-logo.html">Create a SVG Logo with png fallback</a></h3>
<small class="blog-post-link-date">19 December 2013</small>
<p>This is the excerpt!</p>
</li>
<li class="blog-post-link">
<h3><a href="/task/2013/12/19/task-svg-icons.html">Create SVG icons using a spritesheet and with png fallback</a></h3>
<small class="blog-post-link-date">19 December 2013</small>
<p>This is the excerpt!</p>
</li>
</ul>
</div>
</aside>
<aside class="contact main-section" role="complementary"> <!-- Aside outside of article to show related to site, not article: http://html5doctor.com/aside-revisited/ -->
<!-- <div class="main-section contact-nav"> -->
<div class="main-section-inner">
<!-- <div class="contact-container"> -->
<a name="contact"></a>
<h2>Contact details</h2>
<p>I build web stuff in the fine town of Dumbarton (near Glasgow), Scotland.</p>
<ul class="contact-links">
<li><a class="contact-email" href="mailto:[email protected]">[email protected]</a></li>
<li><a class="contact-twitter" href="https://twitter.com/PatrickGreyCoUk">@patrickgreyCoUk</a></li>
<li><a class="contact-google" href="//plus.google.com/112380635054645470073">Google+</a></li>
<li><a class="contact-github" href="https://github.com/patrickgrey">github.com/patrickgrey</a></li>
<li><a class="contact-linkedin" href="http://www.linkedin.com/in/patrickgrey">linkedin.com/in/patrickgrey</a></li>
<li><a class="contact-youtube" href="https://www.youtube.com/websemantic">Youtube</a></li>
</ul>
<!-- </div> -->
</div>
<!-- </div> -->
</aside>
<footer>
<!-- Put an image of myself at the bottom to push contact details up? -->
<nav class="nav main-nav">
<a name="navigation-bottom"></a>
<!-- http://webaim.org/techniques/hypertext/ -->
<ul role="navigation" class="navigation navigation-bottom">
<li class="hello navigation-active"><a href="/">Home</a></li>
<!-- escape character used instead of dash to avoid e and learning ending up on different lines. -->
<li class="elearning "><a href="/elearning.html">E‑learning</a></li>
<li class="webapps "><a href="/webapps.html">Web Apps</a></li>
<li class="websites "><a class="websites-link" href="/websites.html">Websites</a></li>
<li class="blog "><a href="/blog/index.html">Blog</a></li>
</ul>
</nav>
<div class="footer-bottom">
<p class="footer-bottom-copyright"><small>© Patrick Grey 2013</small></p>
<!-- <a href="#page-top" class="jump-to-page-top"><span>top</span></a> -->
<!-- I tried the ID in html tag above but that wouldn't work in IE8. Simple hash seems to do the trick -->
<a href="#" class="jump-to-page-top" title="Jump top top of the page."><span>top</span></a>
</div>
</footer>
</div> <!-- .container end -->
<!-- Scripts
<script defer="defer" src="/js/index.min.js"></script>-->
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41706969-1', 'patrickgrey.co.uk');
ga('send', 'pageview');
</script>
<script >
/*
Yeoman
jekyll
jekyll generator
normalize
free circle icons
* LICENCES: this section is inlcuded to reference the licences of the people who have kindly made their code available for use.
* My workflow uses Yeoman.io to automatically minify my JavaScript, which removes comments including licence details. I am therefore inluding it here.
*
* https://github.com/neilorangepeel/Free-Social-Icons - get licence!
*
* normalize.css v2.0.1 | MIT License | git.io/normalize
*/
</script>
</body>
</html>