Skip to content

Commit

Permalink
fix routes and add style
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangchung committed Jan 3, 2025
1 parent b2f6111 commit 682994e
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
25 changes: 25 additions & 0 deletions assets/scss/components/_jobuary.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,28 @@
background-position: 20vw;
}
}

#team_flex_box {
display: flex;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
flex-basis: 0;
max-width: 85rem;
margin: auto;
width: 100%;
}

.profile {
text-align: center;
max-width: 700px;
margin: 1rem;
margin-bottom: 32px;
}

.profile img {
border-radius: 50%;
width: 192px;
height: 192px;
object-fit: cover;
}
4 changes: 2 additions & 2 deletions content/jobuary/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Jobuary"
date: 2023-09-01T23:11:13Z
draft: false
url: "/jobuary/resume-reviewers-2025"
layout: jobuary-resume-reviewers-2025
url: "/jobuary"
layout: jobuary
preview: "images/event_posters/2023-2024/jobuary.jpg"
---
8 changes: 8 additions & 0 deletions content/jobuary_resume_reviews/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Jobuary Resume Reviewers 2025"
date: 2023-09-01T23:11:13Z
draft: false
url: "/jobuary/resume-reviewers-2025"
layout: jobuary-resume-reviewers-2025
preview: "images/event_posters/2023-2024/jobuary.jpg"
---
1 change: 1 addition & 0 deletions layouts/_default/jobuary-resume-reviewers-2025.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{{ define "main" }}
{{- partial "navbar_temp.html" . -}}
<link rel="stylesheet" href="{{ " assets/scss/components/_jobuary.scss" | relURL }}">
<div id="team_flex_box">
{{ range .Site.Data.resume_reviewers }}
<div class="profile">
Expand Down

0 comments on commit 682994e

Please sign in to comment.