-
Notifications
You must be signed in to change notification settings - Fork 0
/
involvement.html
65 lines (57 loc) · 4.23 KB
/
involvement.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
<!doctype html>
<html lang="en" class="no-js" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/main-style.css">
<link rel="stylesheet" href="css/involvement.css">
<title>SIGCHI involvement</title>
</head>
<!-- Projects -->
<style>
.social-media-icons {
max-width: 5em;
}
#social-media-panel {
height: 100vh; /*viewport height*/
max-width: 100vw;
background-color:black;
}
body {
margin:0;
padding:0;
}
.social-media-icons {
padding: 10px;
}
</style>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li> <!-- HOME/PROJECTS -->
<li><a href="members.html">Members</a></li>
<li><a href="#">Contact</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
<div id="social-media-panel">
<a href="https://cutt.ly/sigchiUIUC"><img src="img/discord.png" class="social-media-icons"></a>
<a href="mailto::[email protected]"><img src="img/email.png" class="social-media-icons"></a>
</div>
<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. Despite the circumstances of COVID-19, we have decided to continue with the group’s operations online. We will mainly utilize Zoom and <a href="https://cutt.ly/sigchiUIUC">Discord</a> for meetings. Join our <a href="javascript:openModal()"><u>mailing list</u></a> for more updates this semester!
</p>
<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. Despite the circumstances of COVID-19, we have decided to continue with the group’s operations online. We will mainly utilize Zoom and <a href="https://cutt.ly/sigchiUIUC">Discord</a> for meetings. Join our <a href="javascript:openModal()"><u>mailing list</u></a> for more updates this semester!
</p>
<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. Despite the circumstances of COVID-19, we have decided to continue with the group’s operations online. We will mainly utilize Zoom and <a href="https://cutt.ly/sigchiUIUC">Discord</a> for meetings. Join our <a href="javascript:openModal()"><u>mailing list</u></a> for more updates this semester!
</p>
<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. Despite the circumstances of COVID-19, we have decided to continue with the group’s operations online. We will mainly utilize Zoom and <a href="https://cutt.ly/sigchiUIUC">Discord</a> for meetings. Join our <a href="javascript:openModal()"><u>mailing list</u></a> for more updates this semester!
</p>
<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. Despite the circumstances of COVID-19, we have decided to continue with the group’s operations online. We will mainly utilize Zoom and <a href="https://cutt.ly/sigchiUIUC">Discord</a> for meetings. Join our <a href="javascript:openModal()"><u>mailing list</u></a> for more updates this semester!
</p>
</body>
</html>