-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsigs.html
More file actions
61 lines (55 loc) · 2.09 KB
/
Copy pathsigs.html
File metadata and controls
61 lines (55 loc) · 2.09 KB
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ACM at Illinois State | Special Interest Groups</title>
<link rel="stylesheet" type="text/css" href="./main.css">
</head>
<body>
<div id="wrapper">
<div id="main">
<h1><a href="index.htm">ACM at Illinois State</a></h1>
<h2>Special Interest Groups</h2>
<!-- request groups for logos, github, if they want a subdomain/folder themselves -->
<!--
<h3>Business Systems</h3>
<p class="sig">
Contact: <a href="mailto:brhasse@ilstu.edu">Brad Hasse</a><br/><br/>
<a href="https://www.facebook.com/groups/386048344802029/">More info>></a>
</p>-->
<h3>Game Development</h3>
<p class="sig">
<!-- rework -->
<img class="logo" src="./img/sigs/gamedev_logo.png" title="[MLG]xXx360noscope_tacoXx" / ><br />
Contact: <a href="mailto:mtruthe@ilstu.edu">Matt Rutherford</a><br/><br/>
<a href="https://www.facebook.com/groups/353187271437708/">More info>></a><br/>
</p>
<h3>Mobile Development</h3>
<p class="sig">
<a href="https://www.facebook.com/groups/364114987001188/">More info>></a>
</p>
<h3>Robotics</h3>
<p class="sig">
Contact <a href="mailto:jlweiss@ilstu.edu">Jared Weiss</a> for mailing list information.
</p>
<h3>Web Development & Graphics</h3>
<p class="sig">
<!-- rework -->
<img class="logo" src="./img/sigs/webdev_logo.png" title="John Singer Sarget - Carnations Lily Lily Rose" / ><br />
Contact: <a href="mailto:kmcasto@ilstu.edu">Kevin Castor</a><br /><br/>
<a href="https://www.facebook.com/groups/430650740305527/">More info>></a><br/><br />
<!-- add something about requesting commit access -->
Github:
</p>
<ul>
<li><a href="https://github.com/kmcasto/ilstu_acm_website">ilstu_acm_website</a></li>
<li><a href="https://github.com/kmcasto/php_experimental">php_experimental</a></li>
<li><a href="first_meeting.zip">First SiG Meeting Files</a></li>
</ul>
<div id="footer">
<p>2013 ISU ACM</p>
</div>
</div>
</div>
</body>
</html>