-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·87 lines (81 loc) · 3.76 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
86
87
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="https://use.typekit.net/ucy4vfy.css">
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-326830-14']);
_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>
<link rel="stylesheet" href="css/reset.css" type="text/css">
<link rel="stylesheet" href="css/style.css" type="text/css">
<title>
SIGCHI - Special Interest Group for Computer-Human Interaction at UIUC
</title>
</head>
<body>
<div id="body_wrap">
<div id="spicy_chicken_wrap">
<div>
<h1 id="title"> SIGCHI </h1>
<div id="introduction">
<p>
We are SIGCHI, <a href="https://acm.illinois.edu"><u>ACM</u></a>'s special interest group for Human-Computer Interaction. CHI is a multidisciplinary field within computer science that focuses on the interaction between humans and computers. We look at how technology can be designed and engineered to help humans. Check out our Coda.io doc to stay <a href="https://coda.io/@ethan-grinberg/sigchi"><u>updated</u></a> this semester!
</p>
</div>
</div>
<div class="info-container-wrapper">
<div class="info-container">
<h5> Join </h5>
<ul>
<li><a href="https://cutt.ly/sigchiUIUC">
<h3>discord</h3><img src="img/discord.png" alt="Discord Link">
</a></li>
<li><a href="https://coda.io/@ethan-grinberg/sigchi" class="emailbtn">
<h3>email</h3><img src="img/info.png" alt="Mailing List">
</a></li>
<!-- <li><a href="https://acm-uiuc.slack.com">
<h3>slack</h3><img src="img/slack.png" alt="Slack Channel">
</a></li> -->
</ul>
</div>
<div class="info-container">
<h5> Contact </h5>
<ul>
<li><a href="mailto:[email protected]">Ethan Grinberg</a></li>
<li><a href="mailto:[email protected]">Aditi Shrivastava</a></li>
</ul>
</div>
<!-- <div class="info-container last">
<h5> Meetings </h5>
<ul>
<li>Tuesdays 6-7 PM</li>
</ul>
</div> -->
</div>
<div id="modal-background">
.
</div>
<div id="modal">
<form id="modal-content" action="https://usebasin.com/f/d3397163d630" method="POST">
<label>Keep informed on our latest news and events.</label>
<input type="email" id="emaillist" name="email">
<input type="submit" id="submit" name="email" value="Sign Up">
</form>
</div>
</div>
</div>
</div>
<script src="js/jquery-2.1.1.js"></script>
<script src="js/main.js"></script>
</body>
</html>