-
Notifications
You must be signed in to change notification settings - Fork 5
/
contact.html
77 lines (76 loc) · 3.3 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
---
title: Contact
description: Getting in Touch
---
<section>
<div class="container flex">
<div class="text editable">
<h2>Email</h2>
<p>The easiest way to contact us is by email. Anything sent to this address will be automatically forwarded to the current club officers.</p>
</div>
<div class="sidetext text editable">
<p><a href="mailto:contact@rpis.ec">contact@rpis.ec</a></p>
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text editable">
<h2>Discord</h2>
<p>Join our discord to get involved, ask questions, and stay up to date with the club!</p>
</div>
<div class="sidetext text editable">
<p><a href="https://discord.gg/esNEjvuy78">Join here.</a></p>
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text editable">
<h2>Slack</h2>
<p>Want to get involved or ask a question? The best way to get contact us is by joining our slack (currently requires an @rpi.edu email).</p>
<p>While we maintain other communications platforms, the simplicity and creature comforts of slack make it the best of option to get ahold of us quickly.</p>
</div>
<div class="sidetext text editable">
<p><a href="https://rpisec.slack.com">rpisec.slack.com</a></p>
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text editable">
<h2>Mailing List</h2>
<p>Want to keep involved? Fill out this form on the RPI mailing list server to be added to our mailing list.</p>
<p>We will do our best to avoid overwhelming your inbox, but we are a very active club so you can expect at least one email per week announcing meeting details.</p>
</div>
<div class="sidetext text editable">
<p><a href="https://cs.sympa.rpi.edu/wws/subscribe/rpisec">cs.sympa.rpi.edu</a></p>
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text editable">
<h2>IRC</h2>
<p>No computer security organization would be complete without its <a href="https://wikipedia.org/wiki/Internet_Relay_Chat">IRC</a> server.</p>
<p>As old and hacker-cliché as it may be, IRC remains an active communications platform for current members and alumni alike.</p>
<p>If you are looking for a more casual or immediate contact method, you can find more details on the <a href="{{ site.baseurl }}/irc">IRC</a> page.</p>
</div>
<div class="sidetext text editable">
<p><a href="ircs://irc.rpis.ec:6697/rpisec">irc.rpis.ec:6697</a></p>
<p><a href="ircs://irc.rpis.ec:6697/rpisec">#rpisec</a></p>
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text editable">
<h2>Social Media</h2>
<p>RPISEC additionally maintains a social media presence on Twitter.</p>
<p>If you are looking for a more informal or convenient contact method, feel free to drop us a DM or tweet.</p>
</div>
<div class="sidetext text editable">
<p><a href="https://twitter.com/RPISEC">@RPISEC</a></p>
</div>
</div>
</section>