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
2 changes: 1 addition & 1 deletion content/news/2025-2026/2026-02-25-election-platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ categories:
- announcement
---

The CCSS Elections for 2026-2027 have begun! We're excited to announce that we have candidates running for positions on the Board of Directors.
The CCSS Elections for 2026-2027 have begun! We're excited to announce that we have 16 candidates running for positions on the Board of Directors.
337 changes: 155 additions & 182 deletions layouts/_default/platforms-v3.html
Original file line number Diff line number Diff line change
@@ -1,191 +1,164 @@
{{ define "main" }} {{- partial "navbar_temp.html" . -}}
<script
{{ define "main" }}
{{- partial "navbar_temp.html" . -}}
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"
></script>
<script>
></script>
<script>
$(document).ready(function () {
shuffle(".president-candidates");
shuffle(".operations-candidates");
shuffle(".finance-candidates");
shuffle(".academics-candidates");
shuffle(".social-candidates");
shuffle(".content-creation-candidates");
shuffle(".industry-candidates");
shuffle(".president-candidates");
shuffle(".operations-candidates");
shuffle(".finance-candidates");
shuffle(".academics-candidates");
shuffle(".social-candidates");
shuffle(".content-creation-candidates");
shuffle(".industry-candidates");

function shuffle(parent) {
$(parent).each(function () {
var divs = $(this).find(".position");
for (var i = 0; i < divs.length; i++) $(divs[i]).remove();
var i = divs.length;
if (i == 0) return false;
while (--i) {
var j = Math.floor(Math.random() * (i + 1));
var tempi = divs[i];
var tempj = divs[j];
divs[i] = tempj;
divs[j] = tempi;
}
for (var i = 0; i < divs.length; i++) $(divs[i]).appendTo(this);
});
}
function shuffle(parent) {
$(parent).each(function () {
var divs = $(this).find(".position");
for (var i = 0; i < divs.length; i++) $(divs[i]).remove();
var i = divs.length;
if (i == 0) return false;
while (--i) {
var j = Math.floor(Math.random() * (i + 1));
var tempi = divs[i];
var tempj = divs[j];
divs[i] = tempj;
divs[j] = tempi;
}
for (var i = 0; i < divs.length; i++) $(divs[i]).appendTo(this);
});
}
});
</script>
<div class="platforms-page">
</script>
<div class="platforms-page">
<div class="platforms-page-content">
<h1>{{ .Params.title }}</h1>
<i>Written By: {{ .Params.author }}</i>
{{ .Content }}
<h1>The Candidates are:</h1>
<h3>President:</h3>
<ul>
{{ range (where (where (where .Site.RegularPages "Section"
"elections") ".Params.position" "President") ".Params.year"
.Params.year) }}
<li><div>{{ .Params.name }}</div></li>
{{ end }}
</ul>
<h3>Director of Operations:</h3>
<ul>
{{ range (where (where (where .Site.RegularPages "Section"
"elections") ".Params.position" "Director of Operations")
".Params.year" .Params.year) }}
<li><div>{{ .Params.name }}</div></li>
{{ end }}
</ul>
<h3>Director of Finance:</h3>
<ul>
{{ range (where (where (where .Site.RegularPages "Section"
"elections") ".Params.position" "Director of Finance")
".Params.year" .Params.year) }}
<li><div>{{ .Params.name }}</div></li>
{{ end }}
</ul>
<h3>Director of Academics:</h3>
<ul>
{{ range (where (where (where .Site.RegularPages "Section"
"elections") ".Params.position" "Director of Academics")
".Params.year" .Params.year) }}
<li><div>{{ .Params.name }}</div></li>
{{ end }}
</ul>
<h3>Director of Social:</h3>
<ul>
{{ range (where (where (where .Site.RegularPages "Section"
"elections") ".Params.position" "Director of Social") ".Params.year"
.Params.year) }}
<li><div>{{ .Params.name }}</div></li>
{{ end }}
</ul>
<h3>Director of Industry Initiatives:</h3>
<ul>
{{ range (where (where (where .Site.RegularPages "Section"
"elections") ".Params.position" "Director of Industry Initiatives")
".Params.year" .Params.year) }}
<li><div>{{ .Params.name }}</div></li>
{{ end }}
</ul>
<h3>Director of Content Creation:</h3>
<ul>
{{ range (where (where (where .Site.RegularPages "Section"
"elections") ".Params.position" "Director of Content Creation")
".Params.year" .Params.year) }}
<li><div>{{ .Params.name }}</div></li>
{{ end }}
</ul>
<h1 style="margin-top: 4rem">The Campaign Platforms:</h1>
<div class="president-candidates">
{{ range (where (where (where .Site.RegularPages "Section"
"elections") ".Params.position" "President") ".Params.year"
.Params.year) }}
<div class="position president">
<h2 id="{{ .File.BaseFileName }}">
{{ .Params.name }} - {{ .Params.position }}
</h2>
<p>{{ .Content }}</p>
<hr />
</div>
{{ end }}
</div>
<div class="operations-candidates">
{{ range (where (where (where .Site.RegularPages "Section"
"elections") ".Params.position" "Director of Operations")
".Params.year" .Params.year) }}
<div class="position operations">
<h2 id="{{ .File.BaseFileName }}">
{{ .Params.name }} - {{ .Params.position }}
</h2>
<p>{{ .Content }}</p>
<hr />
</div>
{{ end }}
</div>
<div class="finance-candidates">
{{ range (where (where (where .Site.RegularPages "Section"
"elections") ".Params.position" "Director of Finance")
".Params.year" .Params.year) }}
<div class="position finance">
<h2 id="{{ .File.BaseFileName }}">
{{ .Params.name }} - {{ .Params.position }}
</h2>
<p>{{ .Content }}</p>
<hr />
</div>
{{ end }}
</div>
<div class="academics-candidates">
{{ range (where (where (where .Site.RegularPages "Section"
"elections") ".Params.position" "Director of Academics")
".Params.year" .Params.year) }}
<div class="position academics">
<h2 id="{{ .File.BaseFileName }}">
{{ .Params.name }} - {{ .Params.position }}
</h2>
<p>{{ .Content }}</p>
<hr />
</div>
{{ end }}
</div>
<div class="social-candidates">
{{ range (where (where (where .Site.RegularPages "Section"
"elections") ".Params.position" "Director of Social") ".Params.year"
.Params.year) }}
<div class="position social">
<h2 id="{{ .File.BaseFileName }}">
{{ .Params.name }} - {{ .Params.position }}
</h2>
<p>{{ .Content }}</p>
<hr />
</div>
{{ end }}
</div>
<div class="industry-candidates">
{{ range (where (where (where .Site.RegularPages "Section"
"elections") ".Params.position" "Director of Industry Initiatives")
".Params.year" .Params.year) }}
<div class="position industry">
<h2 id="{{ .File.BaseFileName }}">
{{ .Params.name }} - {{ .Params.position }}
</h2>
<p>{{ .Content }}</p>
<hr />
</div>
{{ end }}
</div>
<div class="content-creation-candidates">
{{ range (where (where (where .Site.RegularPages "Section"
"elections") ".Params.position" "Director of Content Creation")
".Params.year" .Params.year) }}
<div class="position content-creation">
<h2 id="{{ .File.BaseFileName }}">
{{ .Params.name }} - {{ .Params.position }}
</h2>
<p>{{ .Content }}</p>
<hr />
</div>
{{ end }}
</div>
<h1>{{ .Params.title }}</h1>
<i>Written By: {{ .Params.author }}</i>
{{ .Content }}
<h1>The Candidates are:</h1>
<h3>President:</h3>
<ul>
{{ range (where (where (where .Site.RegularPages "Section" "elections") ".Params.position" "President") ".Params.year" .Params.year) }}
<li><div>{{ .Params.name }}</div></li>
{{ end }}
</ul>
<h3>Director of Operations:</h3>
<ul>
{{ range (where (where (where .Site.RegularPages "Section" "elections") ".Params.position" "Director of Operations") ".Params.year" .Params.year) }}
<li><div>{{ .Params.name }}</div></li>
{{ end }}
</ul>
<h3>Director of Finance:</h3>
<ul>
{{ range (where (where (where .Site.RegularPages "Section" "elections") ".Params.position" "Director of Finance") ".Params.year" .Params.year) }}
<li><div>{{ .Params.name }}</div></li>
{{ end }}
</ul>
<h3>Director of Academics:</h3>
<ul>
{{ range (where (where (where .Site.RegularPages "Section" "elections") ".Params.position" "Director of Academics") ".Params.year" .Params.year) }}
<li><div>{{ .Params.name }}</div></li>
{{ end }}
</ul>
<h3>Director of Social:</h3>
<ul>
{{ range (where (where (where .Site.RegularPages "Section" "elections") ".Params.position" "Director of Social") ".Params.year" .Params.year) }}
<li><div>{{ .Params.name }}</div></li>
{{ end }}
</ul>
<h3>Director of Industry Initiatives:</h3>
<ul>
{{ range (where (where (where .Site.RegularPages "Section" "elections") ".Params.position" "Director of Industry Initiatives") ".Params.year" .Params.year) }}
<li><div>{{ .Params.name }}</div></li>
{{ end }}
</ul>
<h3>Director of Content Creation:</h3>
<ul>
{{ range (where (where (where .Site.RegularPages "Section" "elections") ".Params.position" "Director of Content Creation") ".Params.year" .Params.year) }}
<li><div>{{ .Params.name }}</div></li>
{{ end }}
</ul>
<h1 style="margin-top: 4rem">The Campaign Platforms:</h1>
<div class="president-candidates">
{{ range (where (where (where .Site.RegularPages "Section" "elections") ".Params.position" "President") ".Params.year" .Params.year) }}
<div class="position president">
<h2 id="{{ .File.BaseFileName }}">
{{ .Params.name }} - {{ .Params.position }}
</h2>
<p>{{ .Content }}</p>
<hr />
</div>
{{ end }}
</div>
<div class="operations-candidates">
{{ range (where (where (where .Site.RegularPages "Section" "elections") ".Params.position" "Director of Operations") ".Params.year" .Params.year) }}
<div class="position operations">
<h2 id="{{ .File.BaseFileName }}">
{{ .Params.name }} - {{ .Params.position }}
</h2>
<p>{{ .Content }}</p>
<hr />
</div>
{{ end }}
</div>
<div class="finance-candidates">
{{ range (where (where (where .Site.RegularPages "Section" "elections") ".Params.position" "Director of Finance") ".Params.year" .Params.year) }}
<div class="position finance">
<h2 id="{{ .File.BaseFileName }}">
{{ .Params.name }} - {{ .Params.position }}
</h2>
<p>{{ .Content }}</p>
<hr />
</div>
{{ end }}
</div>
<div class="academics-candidates">
{{ range (where (where (where .Site.RegularPages "Section" "elections") ".Params.position" "Director of Academics") ".Params.year" .Params.year) }}
<div class="position academics">
<h2 id="{{ .File.BaseFileName }}">
{{ .Params.name }} - {{ .Params.position }}
</h2>
<p>{{ .Content }}</p>
<hr />
</div>
{{ end }}
</div>
<div class="social-candidates">
{{ range (where (where (where .Site.RegularPages "Section" "elections") ".Params.position" "Director of Social") ".Params.year" .Params.year) }}
<div class="position social">
<h2 id="{{ .File.BaseFileName }}">
{{ .Params.name }} - {{ .Params.position }}
</h2>
<p>{{ .Content }}</p>
<hr />
</div>
{{ end }}
</div>
<div class="industry-candidates">
{{ range (where (where (where .Site.RegularPages "Section" "elections") ".Params.position" "Director of Industry Initiatives") ".Params.year" .Params.year) }}
<div class="position industry">
<h2 id="{{ .File.BaseFileName }}">
{{ .Params.name }} - {{ .Params.position }}
</h2>
<p>{{ .Content }}</p>
<hr />
</div>
{{ end }}
</div>
<div class="content-creation-candidates">
{{ range (where (where (where .Site.RegularPages "Section" "elections") ".Params.position" "Director of Content Creation") ".Params.year" .Params.year) }}
<div class="position content-creation">
<h2 id="{{ .File.BaseFileName }}">
{{ .Params.name }} - {{ .Params.position }}
</h2>
<p>{{ .Content }}</p>
<hr />
</div>
{{ end }}
</div>
</div>
</div>
</div>
{{ end }}