This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
contact.html
84 lines (77 loc) · 3.04 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
---
title: Contact
layout: page
---
<p>
Email <a href="mailto:[email protected]">[email protected]</a> with your questions, or join our <a href="https://www.facebook.com/groups/cplug/">Facebook group</a>.
</p>
<h2>Officers</h2>
<p>
Our club officers for the 2016–2017 school year are:
</p>
<ul id="officers">
<li>
<h4>President</h4>
<!--<img src="/img/people/jeff.jpg">-->
Jim
<tt class="irc">steelcowboy</tt>
<div class="social">
<a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<a href="https://devjimheald.com"><i class="fa fa-globe"></i></a>
<a href="https://github.com/steelcowboy"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/jim-heald-2b6a46129/"><i class="fa fa-linkedin"></i></a>
</div>
<p>
Jim is a second year Computer Science major. He runs <a href="https://wiki.archlinux.org/index.php/Arch_Linux">Arch Linux</a> on all of his devices.
</p>
</li>
<li>
<h4>Vice President</h4>
<!--<img src="/img/people/vignesh.jpg">-->
Leah
<!--<tt class="irc">vigs</tt>-->
<div class="social">
<a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<!--<a href="https://github.com/sarcasticsimba"><i class="fa fa-github"></i></a>-->
<a href="https://www.linkedin.com/in/leah-torres-761b97106"><i class="fa fa-linkedin"></i></a>
</div>
<p>
Leah is a second year Biomedical Engineering student. She runs MacOS.
</p>
</li>
<li>
<h4>Treasurer</h4>
<!--<img src="/img/people/coyotebush.jpg">-->
Jasper Kahn
<!--<tt class="irc">coyotebush</tt>-->
<!--<div class="social">-->
<!--<a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>-->
<!--<a href="http://www.coreyford.name"><i class="fa fa-globe"></i></a>-->
<!--<a href="https://github.com/coyotebush"><i class="fa fa-github"></i></a>-->
<!--<a href="https://www.linkedin.com/in/fordcorey"><i class="fa fa-linkedin"></i></a>-->
<!--</div>-->
<p>
Jasper is a 3rd year Computer Science major.
</p>
</li>
<li>
<h4>Secretary</h4>
<!--<img src="/img/people/coyotebush.jpg">-->
Nick Gonella
<!--<tt class="irc">coyotebush</tt>-->
<!--<div class="social">-->
<!--<a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>-->
<!--<a href="http://www.coreyford.name"><i class="fa fa-globe"></i></a>-->
<!--<a href="https://github.com/coyotebush"><i class="fa fa-github"></i></a>-->
<!--<a href="https://www.linkedin.com/in/fordcorey"><i class="fa fa-linkedin"></i></a>-->
<!--</div>-->
<p>
Nick is a third year Computer Science major whose primary interest is operating systems.
</p>
</li>
</ul>
<h2 id="irc">IRC</h2>
<p>
Come hang out in <strong>#cplug</strong> on <strong>irc.freenode.net</strong>. Use the chat below, or <a href="/irc">connect using a desktop client</a>.
</p>
<iframe src="https://kiwiirc.com/client/irc.freenode.net/?&theme=mini#cplug" style="border:0; width:100%; height:450px;"></iframe>