-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelearning.html
327 lines (225 loc) · 17.3 KB
/
elearning.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
<!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: e-learning.</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>
<!-- 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" width="637px" height="120px" 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>
<nav class="nav navigation-top-container">
<!-- http://webaim.org/techniques/hypertext/ -->
<ul role="navigation" class="navigation navigation-top">
<li class="hello "><a href="/">Home</a></li>
<!-- escape character used instead of dash to avoid e and learning ending up on different lines. -->
<li class="elearning navigation-active"><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>E-learning</h2>
<p>I can take your project from concept to creation. From learning requirement analysis, to design and development, through to LMS deployment and maintenance, I'll keep the project focus on the needs of you and your learners.</p>
<p>I create inventive and effective online learning. If you need help with any stage of your project or well-researched advice without the jargon, please <a href="#contact" title="Go to contact links.">get in touch</a>.</p>
</div>
</div>
<aside class="work-examples main-section" role="complementary">
<div class="main-section-inner">
<h2>Recent E-learning Projects</h2>
<!-- Some lovely nav action herer: http://skinnyties.com/ -->
<ul class="examples">
<li id="elearning" class="example-elearning">
<a href="/blog/case-study/e-learning/2014/01/11/case-elearning-nmo-atfcm-intro-e.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-elearning">
<a href="/blog/case-study/e-learning/2014/01/11/case-elearning-consult.html" title="Select to see a short case study of the Flight Plan Guide Project.">
<h3 class="examples-thumbnail example-consult">E-learning Consulation</h3>
<p>Strategic guidance for a pan-European training organisation.</p>
</a>
</li>
<li id="website" class="example-elearning">
<a href="/blog/case-study/e-learning/2014/01/11/case-elearning-acdm.html" title="Select to see a short case study of the new website.">
<h3 class="examples-thumbnail example-acdm">A-CDM</h3>
<p>Over 10 hourse of content including video production.</p>
</a>
</li>
<li class="example-elearning">
<a href="/blog/case-study/e-learning/2014/01/11/case-elearning-ht.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="/blog/geekery/javascript/2014/09/02/casperjs-the-friendly-front-end-ghost.html">CasperJS, the friendly front-end testing ghost.</a></h3>
<small class="blog-post-link-date">2 September 2014</small>
<p>A client recently introduced a new requirement that all applications must have documented testing
routines that should be manually completed before they are deployed.</p>
</li>
<li class="blog-post-link">
<h3><a href="/blog/stem/2014/04/24/codeclub-knoxland-first-week.html">Code Club @KnoxlandSchool: who let the cats out?</a></h3>
<small class="blog-post-link-date">24 April 2014</small>
<p>I'm delighted to say we have started a <a href="https://www.codeclub.org.uk/">Code Club</a> at <a href="https://twitter.com/KnoxlandSchool">Knoxland Primary School</a>.</p>
</li>
<li class="blog-post-link">
<h3><a href="/blog/stem/2014/04/23/stem-careers-day-atc.html">Careers day at Knoxland School (includes mid-air collisions!)</a></h3>
<small class="blog-post-link-date">23 April 2014</small>
<p>I volunteered / was volunteered ;-) to attend a careers day at our primary school (<a href="https://twitter.com/KnoxlandSchool">@KnoxlandSchool</a>, Dumbarton). I develop e-learning for Air Traffic Controllers (ATC) so I thought I'd try to give them a fun introduction to the basics of the ATC as well as working with computers and being self-employed.</p>
</li>
<li class="blog-post-link">
<h3><a href="/blog/geekery/testing/2014/02/12/casperjs-yeoman-jekyll.html">Using CasperJS in a Yeoman Workflow to Test for 404s on a Jekyll Site.</a></h3>
<small class="blog-post-link-date">12 February 2014</small>
<p>I use the <a href="https://github.com/robwierzbowski/generator-jekyllrb" title="The Yeoman Jekyll Generator GitHub page.">Yeoman Jekyll Generator</a> to livereload and build my personal site. I love the automation. I've been wanting to introduce testing to my workflow for some time and, for a front-end developer, <a href="http://casperjs.org/">CasperJS</a> looked like a good fit. This post outlines the steps I took to integrate a test for broken links on my site into my Yeoman workflow.</p>
</li>
<li class="blog-post-link">
<h3><a href="/blog/e-learning/geekery/2014/02/06/e-learning-workflow-yeoman.html">My e-learning development set-up.</a></h3>
<small class="blog-post-link-date">6 February 2014</small>
<p>I'm currently developing a lot of Adobe Edge Animate (EA) compositions for e-learning modules. They will ultimately be deployed to a Learning Content Management System (LCMS) but I need a way to quickly review content as I develop it. EA lets you preview in the browser but I like to see content in context so I need to be able to step through different pages and topics within a module. I also like to have live-reload as I code ;-)</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" target="_blank">@patrickgreyCoUk</a></li>
<li><a class="contact-google" href="//plus.google.com/112380635054645470073" target="_blank">Google+</a></li>
<li><a class="contact-github" href="https://github.com/patrickgrey" target="_blank">github.com/patrickgrey</a></li>
<li><a class="contact-linkedin" href="http://www.linkedin.com/in/patrickgrey" target="_blank">linkedin.com/in/patrickgrey</a></li>
<li><a class="contact-youtube" href="https://www.youtube.com/websemantic" target="_blank">Youtube</a></li>
</ul>
<!-- </div> -->
</div>
<!-- </div> -->
</aside>
<footer>
<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 "><a href="/">Home</a></li>
<!-- escape character used instead of dash to avoid e and learning ending up on different lines. -->
<li class="elearning navigation-active"><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>
<p class="footer-bottom-jekyll"><small>Powered by <a href="http://jekyllrb.com/" target="_blank" title="Jekyll is a static site generator and I love using it!">Jekyll</a></small></p>
<!-- 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."></a>
</div>
</footer>
</div> <!-- .container end -->
<!--<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>
<!--
* These are the tools I am incredibly grateful for that allowed me to build this site!
*
* Yeoman: http://yeoman.io/
* jekyll: http://jekyllrb.com/
* jekyll generator: https://github.com/robwierzbowski/generator-jekyllrb
* normalize: https://github.com/necolas/normalize.css/
* free circle icons: https://github.com/neilorangepeel/Free-Social-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 all the relevant licences I could find here.
*
* normalize.css v2.0.1 | MIT License | git.io/normalize
*
* Yeoman: http://en.wikipedia.org/wiki/BSD_License
*
* jekyll generator: http://en.wikipedia.org/wiki/BSD_License
-->
</body>
</html>