-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaustin.html
66 lines (60 loc) · 2.69 KB
/
austin.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- website template design by serprise design - http://www.serprisedesign.co.uk -->
<title>Waterloo Maker Group</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" type="text/css" media="screen" href="css/style.css" />
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'/>
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/jquery.coda-slider-2.0.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<script type="text/javascript" src="js/superfish.js"></script>
<script type="text/javascript" src="js/leaguegothic.font.js"></script>
</head>
<body>
<div id="headercont" class="clearfix">
<div id="header">
<div id="headerlogo">
<h1><a title="" href="./index.html">Waterloo Maker <span>Group</span></a></h1>
</div>
<div id="headermenu">
<ul class="sf-menu dropdown">
<li><a title="" href="./index.html">Home</a></li>
<li><a class="has_submenu" title="" href="./projects.html">Projects</a></li>
<li><a class="has_submenu" title="" href="./bio.html">Profiles</a>
<ul>
<li><a title="" href="./tim.html">Tim Vieregge</a></li>
<li><a title="" href="./austin.html">Austin Cousineau</a></li>
<li><a title="" href="./stuart.html">Stuart Alldritt</a></li>
</ul>
</li>
<li><a title="" href="">Contact</a></li>
</ul>
</div>
</div>
</div>
<div id="maincont" class="clearfix">
<h1>Austin Cousineau</h1>
</br>
<img src="./images/bio/stuart_headshot.jpg" height="40%" width="40%" id="img_floatleft"/>
<div id="mainright_new">
<h2>Biography</h2>
<p>Austin is currently employed at Christie Digital Systems Incorporated.</p>
<h2>Projects</h2>
<p>Stuart is currently involved with the following ongoing projects</p>
<ul>
<li>Autonomous Quadrotor</li>
<li>Induction Heating System</li>
<li>Homemade Transistors</li>
</ul>
</div>
</div>
<div id="footercont" class="clearfix">
<p>Template Design by <a title="derby web design" href="http://www.serprisedesign.co.uk" rel="external">Derby Web Design</a></p>
</div>
</body>
</html>