-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from jaredliw/team-structure-term2
update term 2/2024 team structure
- Loading branch information
Showing
38 changed files
with
138 additions
and
112 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
width: 120px; | ||
height: 120px; | ||
border-radius: 50%; | ||
object-fit: cover; | ||
} |
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 |
---|---|---|
@@ -1,44 +1,54 @@ | ||
{{- define "main" -}} | ||
{{ partial "nav.html" (dict "nav_white" 1) }} | ||
{{- define "main" -}} {{ partial "nav.html" (dict "nav_white" 1) }} | ||
|
||
<div class="row justify-content-center page-section px-3 px-md-5" style="padding-top: 6.5rem;"> | ||
<h2 class="text-center text-primary fw-lighter"> | ||
Our <span class="fw-bold">story</span>. | ||
</h2> | ||
<hr class="divider my-4"/> | ||
<div class="row justify-content-center page-section px-3 px-md-5" style="padding-top: 6.5rem" > | ||
<h2 class="text-center text-primary fw-lighter"> | ||
Our <span class="fw-bold">story</span>. | ||
</h2> | ||
<hr class="divider my-4" /> | ||
{{ .Content }} | ||
</div> | ||
|
||
{{ .Content }} | ||
</div> | ||
<div class="row justify-content-center bg-body-secondary page-section px-3 pb-5"> | ||
<div class="text-center"> | ||
<h2 class="text-primary fw-lighter"> | ||
Meet the <span class="fw-bold">team</span>. | ||
</h2> | ||
<hr class="divider my-4" /> | ||
|
||
<div class="row justify-content-center bg-body-secondary page-section px-3 pb-5"> | ||
<div class="text-center"> | ||
<h2 class="text-primary fw-lighter">Meet the <span class="fw-bold">team</span>.</h2> | ||
<hr class="divider my-4"/> | ||
<div class="container container-fluid px-5"> | ||
{{ $first := true }} {{ range site.Data.team }} | ||
<h6 class="text-uppercase {{ if $first -}} pt-0 {{- else -}} pt-5 {{- end -}}"> | ||
- {{- .department -}} - | ||
</h6> | ||
<div class="d-flex justify-content-around align-items-center flex-wrap gap-2 gap-lg-4 gap-xxl-5"> | ||
{{ $Director := 0 }} | ||
|
||
{{ range .members }} | ||
|
||
<div class="container container-fluid px-5"> | ||
{{ $first := true }} | ||
{{ range site.Data.team }} | ||
<h6 class="text-uppercase {{ if $first -}} pt-0 {{- else -}} pt-5 {{- end -}}"> | ||
- {{- .department -}} - | ||
</h6> | ||
<div class="d-flex justify-content-around align-items-center flex-wrap gap-2 gap-lg-4 gap-xxl-5"> | ||
{{ range .members }} | ||
<div class="pb-3"> | ||
<img src="{{ absURL .avatar }}" alt="avatar" class="avatar my-3"> | ||
<p style="letter-spacing: 1px;" class=" mb-0 fw-lighter">{{ .name }}</p> | ||
<small class="text-primary text-uppercase fw-bold">{{ .role }}</small> | ||
</div> | ||
{{ end }} | ||
</div> | ||
{{ $first = false }} | ||
{{ end }} | ||
{{ if and (not (strings.Contains .role "Director")) (eq $Director 0)}} | ||
{{/* Creates new row for non-director roles */}} | ||
</div> | ||
</div> | ||
</div> | ||
<div class="d-flex justify-content-around align-items-center flex-wrap gap-2 gap-lg-4 gap-xxl-5"> | ||
{{ $Director = 1}} | ||
|
||
{{ end }} | ||
|
||
<div class="pb-3"> | ||
<img src="{{ absURL .avatar }}" alt="avatar" class="avatar my-3"/> | ||
<p style="letter-spacing: 1px" class="mb-0 fw-lighter"> | ||
{{ .name }} | ||
</p> | ||
<small class="text-primary text-uppercase fw-bold">{{ .role }}</small> | ||
</div> | ||
{{ end }} | ||
</div> | ||
{{ $first = false }} {{ end }} | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{{ partial "footer.html" }} | ||
|
||
{{ with resources.Get "about.css" | postCSS | minify }} | ||
<link rel="stylesheet" href="{{ .Permalink }}"> | ||
{{ end }} | ||
{{- end -}} | ||
{{ partial "footer.html" }} | ||
{{ with resources.Get "about.css" | postCSS | minify }} | ||
<link rel="stylesheet" href="{{ .Permalink }}" /> | ||
{{ end }} | ||
{{- end -}} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.