-
Notifications
You must be signed in to change notification settings - Fork 0
/
training.html
54 lines (38 loc) · 1.52 KB
/
training.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>mark fischer :: portfolio :: University Information Technology Services</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script type="text/javascript" src="portfolio.js"></script>
</head>
<body>
<div id="page">
<div class="graphpaper">
<a href="index.html#training"><- back to the portfolio</a>
<p>
Training is one of those passions I don't get to practice as often as I'd like, but when I do
it sure is a lot of fun.
</p>
<p>
I've done a wide variety of formal and informal teaching. In the late 1990's I taught Adobe
Photoshop and Illustrator courses for the Outreach College (back then it was the Extended
University). When I was managing the Multimedia Learning Lab, I wrote workshop materials and
taught software such as Photoshop, Illustrator, Final Cut Pro, Dreamweaver, Logic, Maya, and
many others.
</p>
<p>
More recently my training has been mostly in-house training on integration tools that I've
written. Here is a sample training video I put together to teach people the basics of OpsWeb.
</p>
</div>
<video controls class="webpage">
<source src="images/opsweb-introduction.m4v" type="video/mp4" />
</video>
<div class="graphpaper">
<a href="index.html#training"><- back to the portfolio</a>
</div>
</div>
</body>
</html>