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
3 changes: 3 additions & 0 deletions content/events/2025-2026/2025-12-28-resume-reviews.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ location: "Submit via Google Form"
location_link: "https://forms.gle/bTsp8e75q1rpWjZQ6"
background: "images/orientation2018-min.jpeg"
publishdate: 2026-01-11
tags:
- jobuary2026
- week1
---
## [Submit your Resume Here](https://forms.gle/bTsp8e75q1rpWjZQ6)
*Submissions are now closed*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ start_time: "7:00 - 8:00 PM"
location: "Online (Zoom)"
background: "images/orientation2018-min.jpeg"
publishdate: 2026-01-11
tags:
- jobuary2026
- week1
---
## Recording and Slides
- [Recording Link](https://carleton-ca.zoom.us/rec/share/w_xQj2jgqAG40yJQPuY6Ede3fbI6BtpPcYuRTk1s4yzTfQehXLroZN7jbbk1p5uV.l0V9E2ZHHci7DFWi?startTime=1767659715000)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ start_time: "1:00 - 2:00 PM"
location: "Herzberg 5345"
background: "images/orientation2018-min.jpeg"
publishdate: 2026-01-11
tags:
- jobuary2026
- week1
---
## Recording and Slides
- [Recording Link](https://mediaspace.carleton.ca/media/Nguyen-Hanh+Nongs+Zoom+Meeting/1_ihi5c9iy)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ start_time: "1:00 - 3:00 PM"
location: "Online (Zoom)"
background: "images/orientation2018-min.jpeg"
publishdate: 2026-01-11
tags:
- jobuary2026
- week2
---
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ start_time: "6:00 - 7:00 PM"
location: "Herzberg 5345"
background: "images/orientation2018-min.jpeg"
publishdate: 2026-01-11
---
tags:
- jobuary2026
- week2
---
## Recording Link
Didn't have the chance to make it to the event? No worries, you can give it a watch **[here](https://www.youtube.com/watch?v=yt0Ni_25HXI)**!
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ start_time: "12:00 - 1:00 PM"
location: "Herzberg 5345"
background: "images/orientation2018-min.jpeg"
publishdate: 2026-01-12
tags:
- jobuary2026
- week3
---
## Registration Form
Please register for the event here: **[Interview Prep Strategies with Ciena - RSVP Form](https://forms.gle/ip7qK1rYpbx7vv2V7)**
Please register for the event here: **[Interview Prep Strategies with Ciena - RSVP Form](https://forms.gle/ip7qK1rYpbx7vv2V7)**

## Recording Link
Didn't have the chance to make it to the event? No worries, you can give it a watch **[here](https://www.youtube.com/watch?v=hsgTe-zP63Q)**!
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ start_time: "6:00 - 8:00 PM"
location: "Herzberg 5345"
background: "images/orientation2018-min.jpeg"
publishdate: 2026-01-12
tags:
- jobuary2026
- week4
---
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ start_time: "6:30 - 7:30 PM"
location: "Herzberg 5345"
background: "images/orientation2018-min.jpeg"
publishdate: 2026-01-18
tags:
- jobuary2026
- week4
---

We will also be voting on some constitution changes -> [Proposed CCSS Constitution (January 2026](https://docs.google.com/document/d/1lyxKYycbnYEx5YhW8zKJyju_Z6hYMBZ1ZoxzdQmqURg/edit?usp=sharing)
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ start_time: "10:00 AM - 5:00 PM"
location: "Herzberg 4155"
background: "images/orientation2018-min.jpeg"
publishdate: 2026-01-19
tags:
- jobuary2026
- week4
---

## Registration Deadline - Jan 28th by Midnight
Expand Down
4 changes: 2 additions & 2 deletions content/jobuary_2025/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Jobuary"
title: "Jobuary 2025"
date: 2024-09-01T23:11:13Z
draft: false
url: "/jobuary"
url: "/jobuary/2025"
layout: jobuary-2025
preview: "images/event_posters/2023-2024/jobuary.jpg"
---
8 changes: 8 additions & 0 deletions content/jobuary_2026/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Jobuary"
date: 2025-01-23T23:11:13Z
draft: false
url: "/jobuary"
layout: jobuary-2026
preview: "images/event_posters/2023-2024/jobuary.jpg"
---
8 changes: 4 additions & 4 deletions layouts/_default/jobuary-2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,31 +31,31 @@
<div class="jobuary-content" id="about">
<h1>Week 1</h1>
<div class="jobuary-events">
{{ range sort (.Site.Taxonomies.tags.week1) "Date" }}
{{ range sort (where (.Site.Taxonomies.tags.jobuary2025) ".Params.tags" "intersect" (slice "week1")) "Date" }}
<a class="event_card_link hvr-float" href="{{ .RelPermalink }}"
>{{- partial "event_card.html" . -}}</a
>
{{ end }}
</div>
<h1>Week 2</h1>
<div class="jobuary-events">
{{ range sort (.Site.Taxonomies.tags.week2) "Date" }}
{{ range sort (where (.Site.Taxonomies.tags.jobuary2025) ".Params.tags" "intersect" (slice "week2")) "Date" }}
<a class="event_card_link hvr-float" href="{{ .RelPermalink }}"
>{{- partial "event_card.html" . -}}</a
>
{{ end }}
</div>
<h1>Week 3</h1>
<div class="jobuary-events">
{{ range sort (.Site.Taxonomies.tags.week3) "Date" }}
{{ range sort (where (.Site.Taxonomies.tags.jobuary2025) ".Params.tags" "intersect" (slice "week3")) "Date" }}
<a class="event_card_link hvr-float" href="{{ .RelPermalink }}"
>{{- partial "event_card.html" . -}}</a
>
{{ end }}
</div>
<h1>Week 4</h1>
<div class="jobuary-events">
{{ range sort (.Site.Taxonomies.tags.week4) "Date" }}
{{ range sort (where (.Site.Taxonomies.tags.jobuary2025) ".Params.tags" "intersect" (slice "week4")) "Date" }}
<a class="event_card_link hvr-float" href="{{ .RelPermalink }}"
>{{- partial "event_card.html" . -}}</a
>
Expand Down
65 changes: 65 additions & 0 deletions layouts/_default/jobuary-2026.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{{ define "main" }}
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<div class="jobuary">
<div class="woa-background-wrap">
<lottie-player
class="woa-background"
src="/lottie/jobuary.json"
background="transparent"
speed="1"
loop
autoplay
></lottie-player>
</div>
<div class="jobuary-background-wrap">
<!-- <img src="https://media.giphy.com/media/cPlsuCWPznPZ98kV2J/giphy.gif" class="woa-background" /> -->
</div>
<div class="jobuary-page">
<div class="woa-header">
<div>
<img class="jobuary__logo" src="/images/jobuary-logo.png" />
</div>
<div class="jobuary__slogan">Kickstart Your Career In Tech</div>
<div>
<a href="#about"
><button class="jobuary-header-button">Learn More</button></a
>
</div>
</div>
</div>
</div>
<div class="jobuary-content" id="about">
<h1>Week 1</h1>
<div class="jobuary-events">
{{ range sort (where (.Site.Taxonomies.tags.jobuary2026) ".Params.tags" "intersect" (slice "week1")) "Date" }}
<a class="event_card_link hvr-float" href="{{ .RelPermalink }}"
>{{- partial "event_card.html" . -}}</a
>
{{ end }}
</div>
<h1>Week 2</h1>
<div class="jobuary-events">
{{ range sort (where (.Site.Taxonomies.tags.jobuary2026) ".Params.tags" "intersect" (slice "week2")) "Date" }}
<a class="event_card_link hvr-float" href="{{ .RelPermalink }}"
>{{- partial "event_card.html" . -}}</a
>
{{ end }}
</div>
<h1>Week 3</h1>
<div class="jobuary-events">
{{ range sort (where (.Site.Taxonomies.tags.jobuary2026) ".Params.tags" "intersect" (slice "week3")) "Date" }}
<a class="event_card_link hvr-float" href="{{ .RelPermalink }}"
>{{- partial "event_card.html" . -}}</a
>
{{ end }}
</div>
<h1>Week 4</h1>
<div class="jobuary-events">
{{ range sort (where (.Site.Taxonomies.tags.jobuary2026) ".Params.tags" "intersect" (slice "week4")) "Date" }}
<a class="event_card_link hvr-float" href="{{ .RelPermalink }}"
>{{- partial "event_card.html" . -}}</a
>
{{ end }}
</div>
</div>
{{ end }}