-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (86 loc) · 4.77 KB
/
Copy pathindex.html
File metadata and controls
92 lines (86 loc) · 4.77 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
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
88
89
90
91
92
---
title: RPISEC
description: Home
---
<section class="hero">
<div class="company-name"><img class="biglogo" src="{{ site.baseurl }}/images/rpisec.png" alt="RPISEC Logo" /></div>
</section>
<div class="content">
<section>
<div class="container flex">
<h2>Spring 2026</h2>
<p>
We are the student-run computer security club at Rensselaer Polytechnic Institute (RPI).
<br>
<br/>
We have meetings every Friday at 6pm in Low 4050. Intro meetings will resume in the Fall semester.
<br>
Any changes will be announced on discord.
<br>
</p>
</div>
<div class="text editable" style="text-align: center;">
<a href="https://discord.gg/esNEjvuy78" class="discord-button" style="color: #5865F2;">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-discord" viewBox="0 0 16 16">
<path d="M13.545 2.907a13.2 13.2 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.2 12.2 0 0 0-3.658 0 8 8 0 0 0-.412-.833.05.05 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.04.04 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032q.003.022.021.037a13.3 13.3 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019q.463-.63.818-1.329a.05.05 0 0 0-.01-.059l-.018-.011a9 9 0 0 1-1.248-.595.05.05 0 0 1-.02-.066l.015-.019q.127-.095.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.05.05 0 0 1 .053.007q.121.1.248.195a.05.05 0 0 1-.004.085 8 8 0 0 1-1.249.594.05.05 0 0 0-.03.03.05.05 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.2 13.2 0 0 0 4.001-2.02.05.05 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.03.03 0 0 0-.02-.019m-8.198 7.307c-.789 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612m5.316 0c-.788 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612"/>
</svg>
Join Discord
</a>
</div>
</section>
</div>
<div class="content">
<section>
<div class="container flex">
<div class="text editable">
<h2>Upcoming Events</h2>
<ul>
<li>Wednesday 6:00pm LOW 4050</li>
<li>Friday 6:00pm LOW 4050</li>
</ul>
Use our <a href="https://calendar.google.com/calendar/u/0?cid=Y180N2E5MDNlYmI0YmE2YzhlNGIzNmZiODQ5NDgzZDExZDU5ZTM5MjlmYTI0ZGE2MWFkODg1MWQ2OGQwZDg3ODA5QGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20">Google Calendar</a> of events for your convenience.
</div>
<div class="split image">
<iframe src="https://calendar.google.com/calendar/embed?src=c_47a903ebb4ba6c8e4b36fb849483d11d59e3929fa24da61ad8851d68d0d87809%40group.calendar.google.com&ctz=America%2FNew_York" style="border: 0" width="100%" height="300" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</section>
</div>
<div class="content">
<section>
<div class="flipped container flex">
<div class="split text editable">
<h2>Active CTF Competitor</h2>
<p>RPISEC plays both competitively and casually in a number of computer security CTFs throughout the
school year, typically placing among the top teams in the world.</p>
</div>
<div class="split image">
<img src="{{ site.baseurl }}/images/defcon.jpg" alt="Screenshot" class="picture editable" />
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="split text editable">
<h2>Weekly Meetings</h2>
<p>We host meetings and events on a weekly basis led by fellow students to teach a wide variety of
practical computer security skills that translate directly to the real world.</p>
</div>
<div class="split image">
<img src="{{ site.baseurl }}/images/meeting.jpg" alt="Screenshot" class="picture editable" />
</div>
</div>
</section>
<section>
<div class="flipped container flex">
<div class="split text editable">
<h2>Educational Resources</h2>
<p>We work to obtain educational resources necessary for our members to explore computer security and
help connect them with both internships and full time job opportunities.</p>
</div>
<div class="split image">
<img src="{{ site.baseurl }}/images/mbe.jpg" alt="Screenshot" class="picture editable" />
</div>
</div>
</section>
</div>