Skip to content

Commit

Permalink
Officer and 404 pages
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiancc committed Feb 23, 2025
1 parent fe06795 commit c261901
Show file tree
Hide file tree
Showing 9 changed files with 176 additions and 151 deletions.
9 changes: 5 additions & 4 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
permalink: /404.html
layout: default
layout: page
---

<style type="text/css" media="screen">
.container {
#error.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
min-height: 55vh;
}
h1 {
margin: 30px 0;
Expand All @@ -17,9 +18,9 @@
}
</style>

<main class="container top">
<div id="error" class="container">
<h1>404</h1>

<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</main>
</div>
31 changes: 31 additions & 0 deletions _includes/current-leadership.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!-- Four columns of officers -->
<div class="row mt-5">
{%- include officer.html
name = "Zack Sargent"
position = "President"
img = "/images/president_sargent.avif"
email = "[email protected]"
bio = "Zack Sargent is the current President of the Norse IoT Club. At NKU, he studies Computer
Science. Zack also leads the Cybersecurity Training division of NKU's Cybersecurity club,
NKCyber. He is passionate about computers and cybersecurity, and has practical work
experience from GE and Fifth Third Bank."
-%}

{%- include officer.html
name = "Aaron Milner"
position = "Vice President"
img = "/images/vp_milner.avif"
email = "[email protected]"
bio = "Aaron Milner currently serves as Vice President of the club, and is a freshman studying in
the College of Informatics."
-%}

{%- include officer.html
name = "Samuel Lunnemann"
position = "Secretary"
img = "/images/sec_lunnemann.avif"
email = "[email protected]"
bio = "Samuel Lunnemann currently serves as Secretary of the club, and is a freshman studying in
the College of Informatics."
-%}
</div><!-- end .row -->
8 changes: 8 additions & 0 deletions _includes/header-link.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

<li class="nav-item">
<a id="{{include.href | slugify}}" class="nav-link
{% if page.permalink == include.href %}
active
{%-endif-%}
" href="{{include.href}}">{{include.name}}</a>
</li>
28 changes: 16 additions & 12 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,22 @@
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav me-auto mb-2 mb-md-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/#top">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/projects/">Project Showcase</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#officers">Officers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://wiki.norseiot.club">Wiki</a>
</li>
{%- include header-link.html
href="/"
name = "Home"
-%}
{%- include header-link.html
href="/projects/"
name = "Project Showcase"
-%}
{%- include header-link.html
href="/officers/"
name = "Officers"
-%}
{%- include header-link.html
href="https://wiki.norseiot.club"
name = "Wiki"
-%}
<!--<li class="nav-item">
<a class="nav-link disabled">Disabled</a>
</li>-->
Expand Down
94 changes: 94 additions & 0 deletions _includes/officer-section.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
<div class="container marketing" id="officers">
<h2>Current Leadership</h2>
{%- include current-leadership.html -%}
<h2>2023-2024 Leadership</h2>
<!-- Four columns of previous officers -->
<div class="row mt-5">
{%- include officer.html
name = "Cassian Godsted"
position = "President"
img = "/images/president_godsted.avif"
email = "[email protected]"
bio = "Cassian Godsted is a web developer and event coordinator,
with internships at the INTERalliance of Greater Cincinnati and Northern Kentucky University's
College of Informatics. As the Internal Systems Admin at INTERalliance,
Cassian manages all aspects of INTERalliance's IT needs throughout the year,
including web development, data analysis, laptop automation and more.
They're a recent graduate of NKU's Computer Information Technology program, and are currently job hunting.
Cassian served as President of the Norse IoT Club at NKU from 2023-2024, and Vice President
from 2022-2023."
-%}

{%- include officer.html
name = "Riley Weber-Horowitz"
position = "Vice President"
img = "/images/vp_weberhorowitz.avif"
email = "[email protected]"
bio = "Riley Weber-Horowitz is a student worker for NKU's College of Informatics.
At NKU, she studies Public Relations and 3D Digital Effects, and she assists with social
media, graphic design, and event planning for the College of Informatics as a student worker.
Riley was Vice President of the Norse IoT Club at NKU from 2023-2024."
-%}

{%- include officer.html
name = "Kristoffe Wilson"
position = "Secretary/Treasurer"
img = "/images/sec_wilson.avif"
email = "[email protected]"
bio = "Kristoffe Wilson served as both secretary and treasurer of the club from 2023-2024, and is a
senior studying Data Science and Statistics."
-%}
</div>
<h2>2022-2023 Leadership</h2>
<div class="row mt-5">
{%- include officer.html
name = "Kevin Muscara"
position = "President"
img = "/images/president_muscara.avif"
email = "[email protected]"
bio = "Kevin Muscara was president from 2022-2023 and is currently a sophomore studying Applied
Software Engineering."
-%}
{%- include officer.html
name = "Cassian Godsted"
position = "Vice President"
img = "/images/president_godsted.avif"
email = "[email protected]"
bio = "Cassian Godsted is a web developer and event coordinator,
with internships at the INTERalliance of Greater Cincinnati and
Northern Kentucky University's College of Informatics. As an intern,
Cassian manages all aspects of INTERalliance's IT needs throughout the year,
including web development, data analysis, laptop automation and more. At NKU,
they study Computer Information Technology, and assists with day-to-day operations
and event planning for the College of Informatics as a student worker.
Cassian served as President of the Norse IoT Club at NKU from 2023-2024, and Vice President
from 2022-2023."
-%}
</div>
<h2>2021-2022 Leadership</h2>
<div class="row mt-5">
{%- include officer.html
name = "Nick Klaene"
position = "President"
img = "/images/president_klaene.avif"
email = "[email protected]"
bio = "Nick Klaene was the founding
president of the club and served from 2021-2022. He studied Computer Science and Mathematics
and was a student worker in the Informatics+ department at NKU. Nick completed his final
internship as an AWS Software Development Engineer at Amazon in Seattle the summer of 2022,
and relocated to Seattle to join Amazon following his December 2022 graduation."
-%}

{%- include officer.html
name = "Jonathan Makunga"
position = "Vice President"
img = "/images/vp_makunga.avif"
email = "[email protected]"
bio = "Jonathan Makunga was the founding vice president of the club and served from 2021-2022. He
studied Information Technology with a minor in Computer Science, and worked at Informatics+ during
his time at NKU. After graduating in May 2022, he joined Amazon in Seattle as a
AWS Software Engineer."
-%}
</div>
<!-- end .officer -->
</div><!-- end .row -->
8 changes: 8 additions & 0 deletions _layouts/page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
---

<main id="top" style="margin-top: 5em;">
{{content}}
<hr class="featurette-divider">
</main>
126 changes: 3 additions & 123 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,129 +274,9 @@ <h3>Norse IoT Club: Making the Future </h3>
</div><!-- end #cta -->

<div class="container marketing" id="officers">
<!-- Four columns of officers -->
<h2>Current Leadership</h2>
<div class="row mt-5">
{%- include officer.html
name = "Zack Sargent"
position = "President"
img = "images/president_sargent.avif"
email = "[email protected]"
bio = "Zack Sargent is the current President of the Norse IoT Club. At NKU, he studies Computer
Science. Zack also leads the Cybersecurity Training division of NKU's Cybersecurity club,
NKCyber. He is passionate about computers and cybersecurity, and has practical work
experience from GE and Fifth Third Bank."
-%}

{%- include officer.html
name = "Aaron Milner"
position = "Vice President"
img = "images/vp_milner.avif"
email = "[email protected]"
bio = "Aaron Milner currently serves as Vice President of the club, and is a freshman studying in
the College of Informatics."
-%}

{%- include officer.html
name = "Samuel Lunnemann"
position = "Secretary"
img = "images/sec_lunnemann.avif"
email = "[email protected]"
bio = "Samuel Lunnemann currently serves as Secretary of the club, and is a freshman studying in
the College of Informatics."
-%}
</div><!-- end .row -->
<h2>2023-2024 Leadership</h2>
<!-- Four columns of previous officers -->
<div class="row mt-5">
{%- include officer.html
name = "Cassian Godsted"
position = "President"
img = "images/president_godsted.avif"
email = "[email protected]"
bio = "Cassian Godsted is a web developer and event coordinator,
with internships at the INTERalliance of Greater Cincinnati and Northern Kentucky University's
College of Informatics. As the Internal Systems Admin at INTERalliance,
Cassian manages all aspects of INTERalliance's IT needs throughout the year,
including web development, data analysis, laptop automation and more.
They're a recent graduate of NKU's Computer Information Technology program, and are currently job hunting.
Cassian served as President of the Norse IoT Club at NKU from 2023-2024, and Vice President
from 2022-2023."
-%}

{%- include officer.html
name = "Riley Weber-Horowitz"
position = "Vice President"
img = "images/vp_weberhorowitz.avif"
email = "[email protected]"
bio = "Riley Weber-Horowitz is a student worker for NKU's College of Informatics.
At NKU, she studies Public Relations and 3D Digital Effects, and she assists with social
media, graphic design, and event planning for the College of Informatics as a student worker.
Riley was Vice President of the Norse IoT Club at NKU from 2023-2024."
-%}

{%- include officer.html
name = "Kristoffe Wilson"
position = "Secretary/Treasurer"
img = "images/sec_wilson.avif"
email = "[email protected]"
bio = "Kristoffe Wilson served as both secretary and treasurer of the club from 2023-2024, and is a
senior studying Data Science and Statistics."
-%}
</div>
<h2>2022-2023 Leadership</h2>
<div class="row mt-5">
{%- include officer.html
name = "Kevin Muscara"
position = "President"
img = "images/president_muscara.avif"
email = "[email protected]"
bio = "Kevin Muscara was president from 2022-2023 and is currently a sophomore studying Applied
Software Engineering."
-%}
{%- include officer.html
name = "Cassian Godsted"
position = "Vice President"
img = "images/president_godsted.avif"
email = "[email protected]"
bio = "Cassian Godsted is a web developer and event coordinator,
with internships at the INTERalliance of Greater Cincinnati and
Northern Kentucky University's College of Informatics. As an intern,
Cassian manages all aspects of INTERalliance's IT needs throughout the year,
including web development, data analysis, laptop automation and more. At NKU,
they study Computer Information Technology, and assists with day-to-day operations
and event planning for the College of Informatics as a student worker.
Cassian served as President of the Norse IoT Club at NKU from 2023-2024, and Vice President
from 2022-2023."
-%}
</div>
<h2>2021-2022 Leadership</h2>
<div class="row mt-5">
{%- include officer.html
name = "Nick Klaene"
position = "President"
img = "images/president_klaene.avif"
email = "[email protected]"
bio = "Nick Klaene was the founding
president of the club and served from 2021-2022. He studied Computer Science and Mathematics
and was a student worker in the Informatics+ department at NKU. Nick completed his final
internship as an AWS Software Development Engineer at Amazon in Seattle the summer of 2022,
and relocated to Seattle to join Amazon following his December 2022 graduation."
-%}

{%- include officer.html
name = "Jonathan Makunga"
position = "Vice President"
img = "images/vp_makunga.avif"
email = "[email protected]"
bio = "Jonathan Makunga was the founding vice president of the club and served from 2021-2022. He
studied Information Technology with a minor in Computer Science, and worked at Informatics+ during
his time at NKU. After graduating in May 2022, he joined Amazon in Seattle as a
AWS Software Engineer."
-%}
</div>
<!-- end .officer -->
</div><!-- end .row -->
<h2>Our Officers</h2>
{%- include current-leadership.html -%}
</div>
</div><!-- end #officers -->
<hr class="featurette-divider">
</main>
8 changes: 8 additions & 0 deletions pages/officers.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---

layout: page
title: Home
permalink: /officers/
---

{%- include officer-section.html -%}
15 changes: 3 additions & 12 deletions pages/projects.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
---
layout: default
layout: page
title: Projects
permalink: /Projects/
permalink: /projects/
---

<main id="top" style="margin-top:5rem;">
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->

<div class="container marketing" id="mission">

<!-- START THE FEATURETTES -->
Expand Down Expand Up @@ -146,8 +141,4 @@
</div>
<div class="product-device shadow-sm d-none d-md-block"></div>
<div class="product-device product-device-2 shadow-sm d-none d-md-block"></div>
</div><!-- end #cta -->


<hr class="featurette-divider">
</main>
</div><!-- end #cta -->

0 comments on commit c261901

Please sign in to comment.