-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathadvisory_board.html
88 lines (66 loc) · 3.62 KB
/
advisory_board.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
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Advisory Board - CUSEC</title>
<link rel="Stylesheet" href="simple.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://feeds.feedburner.com/cusec" />
<meta name="description" content="Canadian University Software Engineering Conference is a yearly conference created by students for students." />
<meta name="keywords" content="Software Engineering, SOEN, CUSEC, Canadian Universtiy Software Engineering Conference" />
<meta name="author" content="SOEN AI, John Kopanas" />
</head>
<body>
<img class="header" src="images/ilovecusec756.jpg" alt="Picture of t-shirts saying 'I Love CUSEC'" />
<div>
<div id="sidebar">
<div id="mainmenu">
<h3>Main Menu</h3>
<a href="index.html"><div><span>→</span> Home</div></a>
<a href="history.html"><span>→</span> Our History</a>
<a href="archives.html"><span>→</span> Presentation Archives</a>
<a href="advisory_board.html"><span>→</span> Advisory Board</a>
<a href="https://www.instagram.com/cusecofficial/?hl=en"><span>→</span> Follow us on Instagram</a>
<a href="https://www.linkedin.com/company/426238"><span>→</span> Connect on LinkedIn</a>
<a href="http://twitter.com/cusec"><span>→</span> Follow Us on X/Twitter</a>
<!--<a href="http://www.facebook.com/pages/CUSEC/9884406702"><span>→</span> Become a Fan on Facebook</a>-->
<!--<a href="http://en.wikipedia.org/wiki/Canadian_University_Software_Engineering_Conference"><span>→</span> CUSEC in Wikipedia</a>-->
<a href="contact_us.html"><span>→</span> Contact Us</a>
</div>
</div>
<div id="content">
<h1>Advisory Board</h1>
<p><em>The following are members of CUSEC's advisory board.</em></p>
<img class="advisor" src="images/advisor_kopanas.png" alt="Picture of John Kopanas" />
<h2 class="advisor">John Kopanas <span><a href="http://www.kopanas.com">personal website</a></span></h2>
<span><em>Co-Founder and Chair 2002, 2003, 2006</em></span>
<br/><br/><br/><br/><br/><br/><br/><br/><br/>
<img class="advisor" src="images/advisor_mathrani.jpg" alt="Picture of Neeraj Mathrani" />
<h2 class="advisor">Neeraj Mathrani</h2>
<span><em>Chair 2007</em></span>
<br/><br/><br/><br/><br/><br/><br/><br/><br/>
<p></p>
<img class="advisor" src="images/advisor_salim.jpg" alt="Picture of Abdullah Salim" />
<h2 class="advisor">Abdullah Salim <span><a href="http://asalim.net">personal website</a></span></h2>
<span><em>Co-Chair 2008</em></span>
<br/><br/><br/><br/><br/><br/><br/>
<p></p>
<img class="advisor" src="images/advisor_levasseur.jpg" alt="Picture of Abdullah Salim" />
<h2 class="advisor">Hugo Levasseur</h2>
<span><em>Co-Chair 2008</em></span>
<br/><br/><br/><br/><br/><br/><br/>
<p></p>
</div>
</div>
<div id="footer">CUSEC is produced by <a href="http://www.soenai.com">SOEN AI</a>. Copyright 2002-2024. All rights reserved.</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18859261-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>