-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
73 lines (67 loc) · 2.46 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
---
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>
<section>
<div class="container flex">
<h2>Discord</h2>
<p>
<br>
<a href="https://discord.gg/esNEjvuy78">Join here.</a>
<br>
</p>
</div>
</section>
<section>
<div class="container flex">
<h2>Fall 2024</h2>
<p>
<br>
We have meetings every Friday at 6pm in Low 4050! (First meeting for Fall semester is September 6th.)
<br>
Any changes will be announced here and on discord.
<br>
</p>
</div>
</section>
<div class="content">
<section>
<div class="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="flipped 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="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>