Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 20 additions & 26 deletions _data/education.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,27 @@
sections:
- title: Fall 2026
description:
Education Slides - more about some of our favorite topics with our
project-focused education system. Coming soon for Fall 2026...
# sets:
# - title: Week 1 | Intro to Ops
# description: Introduction to Ops
Education Slides - Informing members with their favorite topics through engaging and
project-focused education!
sets:
- title: Week 1 | Intro to RITSEC
description: Introduction to RITSEC
lessons:
- title: Education Slides
description: Introduction to RITSEC
url: https://docs.google.com/presentation/d/11AuEtUPzScpBxZDo11-wy8Pvq543GbcatCpW4vfKAC4/edit?usp=sharing
- title: Congrats Kahoot Top 3!
description: UniqueSphinx, BubblyButterfly, GloriousPuffin!
url: https://create.kahoot.it/share/intro-to-ritsec-interest-groups/7fd2c362-5c18-4618-bfde-34ed92e471a3
- title: Demo Challenges
description: Collect the flags from Eboard, IG Leads, and Teams!
url: https://flags.ritsec.club
# - title: Week 2 | Intro to CSEC
# description: Introduction to Cybersecurity
# lessons:
# - title: Education Slides
# description: Introduction to Ops
# url: https://docs.google.com/presentation/d/12sa6PnpnNiof13Ip_wCSu9uFcNjIXGWqKJjZlxgJSwI/edit?slide=id.g38da96f4c2a_0_604#slide=id.g38da96f4c2a_0_604
# description: Introduction to Cybersecurity
# url: https://docs.google.com/presentation/d/1XOdJYfZYkPdp2csiPy7rtz7sXloQrdAJNsp_RyBHLcc/edit?slide=id.g1e7aa6c9685_0_0#slide=id.g1e7aa6c9685_0_0
# - title: Demo Challenges
# description: Deploy the VM from the stack
# url: https://flags.ritsec.club
Expand Down Expand Up @@ -42,29 +54,11 @@ sections:
# description: Deploy the VM from the stack
# url: https://flags.ritsec.club

# - title: Fall 2025
# - title: Spring 2027
# description:
# Education Slides - more about some of our favorite topics with our
# project-focused education system
# sets:
# - title: Week 1 | Intro to RITSEC
# description: Introduction to RITSEC
# lessons:
# - title: Education Slides
# description: Welcome to RITSEC (2025-2026)
# url: https://docs.google.com/presentation/d/1FTrOHBGc8fqchM6ScoFtfYr96FoHx0uIb3_nKTLp_GE/edit?slide=id.g1e7aa6c9685_0_0#slide=id.g1e7aa6c9685_0_0
# - title: Demo Challenges
# description: No VM needed this week!
# url: https://flags.ritsec.club
# - title: Week 2 | Intro to CSEC
# description: Introduction to Cybersecurity
# lessons:
# - title: Education Slides
# description: Introduction to Cybersecurity
# url: https://docs.google.com/presentation/d/1XOdJYfZYkPdp2csiPy7rtz7sXloQrdAJNsp_RyBHLcc/edit?slide=id.g1e7aa6c9685_0_0#slide=id.g1e7aa6c9685_0_0
# - title: Demo Challenges
# description: Deploy the VM from the stack
# url: https://flags.ritsec.club
# - title: Week 3 | Intro to Linux
# description: Introduction to Linux
# lessons:
Expand Down
16 changes: 16 additions & 0 deletions _sass/pages/education.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,20 @@
flex-flow: wrap;
gap: 16px 32px;
justify-content: center;

// Allow lesson cards to grow when descriptions wrap to two lines.
.link_container {
height: auto;
min-height: 100px;
}

.link_info-container {
height: auto;
max-height: none;
}

.link_description {
height: auto;
line-height: 1.4;
}
}
Loading