-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducator.njk
30 lines (25 loc) · 913 Bytes
/
educator.njk
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
---
layout: page.njk
title: 'Educator - Daniel R. Dafoe'
eleventyExcludeFromCollections: true
---
<body class="zen educator">
<main class="wrapper">
<div>
<h1>
Educator
</h1>
<p>
From 2021 to 2022, I was a <strong>Professor</strong> and <strong>Curriculum Developer</strong> for <a href='https://www.georgebrown.ca/programs/web-development-front-end-design-program-postgraduate-g418'>a postgraduate program</a> in web development at George Brown College in Ontario, Canada.
</p>
<p>
I created course material, lesson plans, assignments, and final projects for 3 courses in this post-graduate program:
</p>
<ul>
<li>Front-End Application Architecture (2021)</li>
<li>Applied Interface Design (2022)</li>
<li>Applied Interface Development (2022)</li>
</ul>
</div>
</main>
</body>