-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
executable file
·109 lines (103 loc) · 2.88 KB
/
contact.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!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" lang="en" xml:lang="en">
<head>
<title>Reflections | Projections 2007 : Contact Information</title>
<base href="http://www.acm.uiuc.edu/conference/2007/"/>
<link rel="stylesheet" type="text/css" href="rp.css" title="RP" />
</head>
<body>
<div id="header">
<a href="http://www.acm.uiuc.edu/conference/2007/"><img id="banner" src="images/banner.png"
alt="Reflections | Projections 2007"/></a></div>
<div id="content">
<div id="menu">
<ul>
<li>
<a href="./">Home</a>
</li>
<li>
<a href="about">About</a>
</li>
<li>
<a href="speakers">Speakers</a>
<ul>
<li>
<a href="speakers">Talks</a>
</li>
<li>
<a href="workshops">Workshops</a>
</li>
<li>
<a href="videos">Videos</a>
</li>
</ul>
</li>
<li>
<a href="events">Events</a>
</li>
<li>
<a href="logistics">Logistics</a>
</li>
<li>
<a href="registration">Registration</a>
<ul>
<li>
<a href="registration/attendee">Attendee</a>
</li>
<li>
<a href="registration/volunteer">Volunteer</a>
</li>
<li>
<a href="registration/mechmania">MechMania</a>
</li>
</ul>
</li>
<li>
<a href="jobs">Job Fair</a>
</li>
<li>
<a href="mechmania">MechMania</a>
<ul>
<li>
<a href="mechmania/documentation">Docs</a>
</li>
<li>
<a href="mechmania/story">Story</a>
</li>
<li>
<a href="mechmania/history">History</a>
</li>
</ul>
</li>
<li>
<a href="yahoohack">Yahoo! Hack Day</a>
</li>
<li>
<a href="puzzlecrack">PuzzleCrack</a>
</li>
<li>
<a href="contact">Contact</a>
</li>
</ul>
</div>
<div id="main">
<table id="frame">
<tr><th class="left">Contact</th><th class="right"></th></tr>
<tr><td class="left"></td><td class="right">
<table border="0">
<tr><th valign="top">Conference information</th><td><a href="mailto:[email protected]">[email protected]</a></td></tr>
<tr><th valign="top">Conference chair</th><td><a href="mailto:[email protected]">[email protected]</a></td></tr>
<tr><th valign="top">Job fair</th><td><a href="mailto:[email protected]">[email protected]</a></td></tr>
<tr><th valign="top">MechMania</th><td><a href="mailto:[email protected]">[email protected]</a></td></tr>
<tr><th valigh="top">Phone number</th><td>217-333-5828</td></tr>
<tr><th valign="top">Mailing address</th><td>ACM Reflections Projections Conference<br/>201 N. Goodwin Ave<br/>Urbana, IL 61801</td></tr>
</table>
</td></tr>
</table>
</div> <!--main-->
<div id="footer">13th Annual Reflections | Projections Student Computing Conference — October 12–14, 2007</div>
</div> <!--content-->
</body>
</html>