forked from Plycion/UTG-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (76 loc) · 2.96 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="http://www.bitstorm.org/jquery/color-animation/jquery.animate-colors-min.js"></script>
<!-- Begin MathJax -->
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
});
</script>
<script type="text/javascript" src="path-to-mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<!-- End MathJax -->
<title>UTG (Undergraduate Theory Group)</title>
</head>
<body>
<div id="mainBlock">
<div id="header"></div>
<div id="menu">
<ul>
<a href="#"><li id="aboutButton">About</li></a>
<a href="#"><li id="cscButton">Meetings</li></a>
<a href="#"><li id="matButton">CS Theory</li></a>
<a href="#"><li id="phlButton">Members</li></a>
<a href="#"><li id="solutionsButton">Faculty</li></a>
<a href="#"><li id="contactButton">Contact</li></a>
</ul>
</div>
<div class="mainText" id="about">
<h3>Mission Statement</h3>
<p>
The purpose of the group is to introduce its members to the various subfields in Theoretical Computer Science. Presentations take place to educate group members on terms and concepts related to these subfields, with the purpose of increasing awareness about past, current, and potential research directions. Weekly
group meetings are used to accomplish this purpose, as well as to serve as a breeding ground for ideas and to stimulate discussions.
</p>
</div>
<div class="mainText" id="csc">
<h3>Events and Meetings</h3>
<p>We will host...</p>
</div>
<div class="mainText" id="mat">
<h3>CS Theory</h3>
<p>CS Theory is cool because...</p>
</div>
<div class="mainText" id="phl">
<h3>Members</h3>
<p>
<ul>
<li>Founder and Visionary: <a href="http://www.cs.toronto.edu/~lex/">Alex</a></li>
<li>President: <a href="">Ken Hoover</a></li>
<li>Co-President: <a href="http://individual.utoronto.ca/idh/">Itai David Hass</a></li>
</ul>
</p>
<p>We are indebted to our founder for his bravery and vision.</p>
</div>
<div class="mainText" id="solutions">
<h3>Faculty</h3>
<p>
<ul>
<li><a href="http://www.cs.toronto.edu/~sacook/">Steven Cook</a></li>
</ul>
</p>
</div>
<div class="mainText" id="contact">
<h3>Contact</h3>
<p>Please feel free to contact us with any questions or ideas at <a href="mailto:[email protected]?Subject=Hi%20UTG" target="_top">utg --at-- cs.toronto.edu</a>. We would like to get to know as many people as possible.
</p>
</div>
</div>
<script type="text/javascript" src="javascript/globals.js"></script>
<script type="text/javascript" src="javascript/webscript.js"></script>
</body>
</html>