-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
111 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: "Jobuary 2024" | ||
date: 2023-09-01T23:11:13Z | ||
draft: false | ||
url: "/jobuary/2024" | ||
layout: jobuary-2024 | ||
preview: "images/event_posters/2023-2024/jobuary.jpg" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
--- | ||
title: "Jobuary" | ||
date: 2023-09-01T23:11:13Z | ||
date: 2024-09-01T23:11:13Z | ||
draft: false | ||
url: "/jobuary" | ||
layout: jobuary | ||
layout: jobuary-2025 | ||
preview: "images/event_posters/2023-2024/jobuary.jpg" | ||
--- |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
{{ 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 (.Site.Taxonomies.tags.week1) "Date" }} | ||
<a class="event_card_link hvr-float" href="{{ .RelPermalink }}" | ||
>{{- partial "event_card.html" . -}}</a | ||
> | ||
{{ end }} | ||
</div> | ||
<h1>Week 2</h1> | ||
<p>Coming Soon!</p> | ||
<!-- | ||
<div class="jobuary-events"> | ||
{{ range sort (.Site.Taxonomies.tags.week1) "Date" }} | ||
<a class="event_card_link hvr-float" href="{{ .RelPermalink }}" | ||
>{{- partial "event_card.html" . -}}</a | ||
> | ||
{{ end }} | ||
</div> | ||
--> | ||
<h1>Week 3</h1> | ||
<p>Coming Soon!</p> | ||
<!-- | ||
<div class="jobuary-events"> | ||
{{ range sort (.Site.Taxonomies.tags.week1) "Date" }} | ||
<a class="event_card_link hvr-float" href="{{ .RelPermalink }}" | ||
>{{- partial "event_card.html" . -}}</a | ||
> | ||
{{ end }} | ||
</div> | ||
--> | ||
<h1>Week 4</h1> | ||
<p>Coming Soon!</p> | ||
<!-- | ||
<div class="jobuary-events"> | ||
{{ range sort (.Site.Taxonomies.tags.week1) "Date" }} | ||
<a class="event_card_link hvr-float" href="{{ .RelPermalink }}" | ||
>{{- partial "event_card.html" . -}}</a | ||
> | ||
{{ end }} | ||
</div> | ||
--> | ||
</div> | ||
{{ end }} |