From 2708c1546f87c55ff2061b8d0bb92af393fb81da Mon Sep 17 00:00:00 2001 From: Charlotte George <33436621+charlottegeo@users.noreply.github.com> Date: Fri, 27 Mar 2026 10:03:06 -0400 Subject: [PATCH 1/2] Removed all insights-related code (#393) Co-authored-by: pikachu0542 <112343747+pikachu0542@users.noreply.github.com> Co-authored-by: Shaela Spring --- _includes/nav.html | 1 - _sass/_insights.scss | 11 ----------- assets/css/main.scss | 1 - membership/insights.html | 34 ---------------------------------- 4 files changed, 47 deletions(-) delete mode 100644 _sass/_insights.scss delete mode 100644 membership/insights.html diff --git a/_includes/nav.html b/_includes/nav.html index 04a61c34..bb348a7d 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -30,7 +30,6 @@
  • Overview
  • New Members
  • Traditions
  • - diff --git a/_sass/_insights.scss b/_sass/_insights.scss deleted file mode 100644 index 83c26044..00000000 --- a/_sass/_insights.scss +++ /dev/null @@ -1,11 +0,0 @@ -#insights-page { - #insights-dates { - text-align: center; - } - #insights-buttons { - text-align: center; - & .btn { - margin: 0.25em 0; - } - } -} diff --git a/assets/css/main.scss b/assets/css/main.scss index 046a8586..34023355 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -212,7 +212,6 @@ a.btn { @import "post"; @import "eboard"; @import "tour"; -@import "insights"; @import "footer"; @import "hackathon"; @import "triple_image"; diff --git a/membership/insights.html b/membership/insights.html deleted file mode 100644 index 738b16b9..00000000 --- a/membership/insights.html +++ /dev/null @@ -1,34 +0,0 @@ ---- -layout: page -title: Insights -active: membership-insights ---- - -
    -
    -
    -
    -

    Accepted Student Open House

    -

    April 7-8, 2018

    -
    -

    ImagineRIT Weekend

    -

    April 27-28, 2018

    -
    -
    -
    -
    -

    - Insights is a promotional program where prospective students have the option to spend a weekend at Computer Science House. As the name would suggest, Insights gives students a real, first-hand experience of campus life the likes of which no tour guide can convey. Students will spend a weekend hosted by members of CSH, a Special Interest Floor dedicated to students interested in computing. They will have to opportunity to participate in learning workshops hosted by house members, join in on CSH traditions like Capture the Disk, and much more. -

    -

    - Available spots for Insights will be given out on a first come first serve basis. Also, your interest and possible participation in Insights in no way effects your application to or evaluations process in Computer Science House. -

    - -
    -
    -
    -
    From 72384c887a7304b01ea85bd93f61d78b8cc417d3 Mon Sep 17 00:00:00 2001 From: Charlotte George <33436621+charlottegeo@users.noreply.github.com> Date: Mon, 30 Mar 2026 14:36:45 -0400 Subject: [PATCH 2/2] Added Veridise to sponsors (#394) --- about/sponsors.html | 5 +++++ assets/js/sponsors.js | 1 + 2 files changed, 6 insertions(+) diff --git a/about/sponsors.html b/about/sponsors.html index d8b059b9..039456be 100644 --- a/about/sponsors.html +++ b/about/sponsors.html @@ -199,6 +199,11 @@ Johonnot +
    + + Veridise + +
    diff --git a/assets/js/sponsors.js b/assets/js/sponsors.js index c9afa2b5..cae0110b 100644 --- a/assets/js/sponsors.js +++ b/assets/js/sponsors.js @@ -51,6 +51,7 @@ $(document).ready(() => { new Sponsor('/sponsors/tenable.png', 'https://tenable.com/', 'Tenable'), new Sponsor('/sponsors/wayfair.png', 'https://wayfair.com/', 'Wayfair'), new Sponsor('/sponsors/johonnot.png', 'https://johonnottechnologies.com/', 'Johonnot'), + new Sponsor('/sponsors/veridise.png', 'http://www.veridise.com/', 'Veridise'), ];