Skip to content

Commit

Permalink
update styling and add explanation text
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangchung committed Jan 3, 2025
1 parent 682994e commit f31e94a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
16 changes: 16 additions & 0 deletions assets/scss/components/_jobuary.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,19 @@
height: 192px;
object-fit: cover;
}

.max-width-700 {
max-width: 700px;
}

.centered {
margin: 0 auto;
}

.padded-top {
padding-top: 64px;
}

.padded-between {
padding-top: 8px;
}
4 changes: 4 additions & 0 deletions layouts/_default/jobuary-resume-reviewers-2025.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{{ define "main" }}
{{- partial "navbar_temp.html" . -}}
<link rel="stylesheet" href="{{ " assets/scss/components/_jobuary.scss" | relURL }}">
<h1 class="max-width-700 centered padded-top">Meet the Resume Reviewers!</h1>
<p class="max-width-700 centered padded-between">Read through the profiles of our resume reviewers and click the link to
schedule a
call with them.</p>
<div id="team_flex_box">
{{ range .Site.Data.resume_reviewers }}
<div class="profile">
Expand Down

0 comments on commit f31e94a

Please sign in to comment.