-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/the-au-forml-lab/plgroup in…
…to paper-vote-3
- Loading branch information
Showing
116 changed files
with
257 additions
and
7,967 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
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,7 +1,10 @@ | ||
<div class="jumbotron"> | ||
{%- include page_header.html -%} | ||
<hr class="my-4"> | ||
<section> | ||
{{ content }} | ||
</section> | ||
<div class="px-md-5 py-md-5 py-3 px-2 mb-4 bg-body-secondary rounded-3" | ||
style="background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 50%, rgba(255, 255, 255, 0.02) 61%, rgba(0, 0, 0, 0.02) 73%), linear-gradient(33deg, rgba(255, 255, 255, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%); background-blend-mode: normal, color-burn;"> | ||
<div class="container-fluid"> | ||
{%- include semester_head.html -%} | ||
<hr class="mb-4"> | ||
<section> | ||
{{ content }} | ||
</section> | ||
</div> | ||
</div> |
This file was deleted.
Oops, something went wrong.
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,35 @@ | ||
<ul class="navbar-nav me-auto mb-2 mb-lg-0"> | ||
<li class="nav-item"> | ||
<a class="nav-link active" aria-current="page" | ||
href="{{site.baseurl}}/">Home</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link active" aria-current="page" | ||
href="{{site.baseurl}}/policies">Policies</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link active" | ||
target="_blank" | ||
href="https://github.com/the-au-forml-lab/plgroup">Source code</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link active" | ||
target="_blank" | ||
href="https://augusta.presence.io/organization/delta-lambda-delta">Student Org</a> | ||
</li> | ||
<li class="nav-item dropdown"> | ||
<a class="nav-link dropdown-toggle" href="#" | ||
role="button" data-bs-toggle="dropdown" | ||
aria-expanded="false"> | ||
Archive | ||
</a> | ||
<ul class="dropdown-menu"> | ||
{% for sem in site.past_semesters %} | ||
<li><a class="dropdown-item" | ||
href="{{site.baseurl}}{{ sem.url | relative_path }}"> | ||
{{ sem.semester }} {{ sem.year }} | ||
</a></li> | ||
{% endfor %} | ||
</ul> | ||
</li> | ||
</ul> |
This file was deleted.
Oops, something went wrong.
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,5 @@ | ||
<header> | ||
<h1 class="mb-4"> | ||
{{ page.semester | escape }} {{ page.year | escape }} Reading Group | ||
</h1> | ||
</header> |
This file was deleted.
Oops, something went wrong.
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,21 +1,73 @@ | ||
<!DOCTYPE html> | ||
<html lang="{{ page.lang | default: site.lang | default: "en" }}"> | ||
|
||
{%- include head.html -%} | ||
|
||
<body> | ||
|
||
{%- include header.html -%} | ||
|
||
<html lang='{{ page.lang | default: site.lang | default: "en" }}'> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
{%- seo -%} | ||
{%- feed_meta -%} | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
rel="stylesheet" | ||
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" | ||
crossorigin="anonymous"> | ||
<link rel="stylesheet" | ||
href='{{ "/assets/style.css" | relative_url }}'> | ||
<link rel="icon" type="image/png" | ||
href='{{ "/assets/images/index.png" | relative_url }}'/> | ||
</head> | ||
<body> | ||
<div class="container py-4"> | ||
<header class="pb-3 mb-0 border-bottom"> | ||
<nav class="navbar top navbar-expand-lg"> | ||
<a class="navbar-brand" href="#"> | ||
<img src='{{ "/assets/images/delta.svg" | relative_url }}' | ||
alt="delta" width="37" height="24"> | ||
</a> | ||
<a href="{{site.baseurl}}/" | ||
class="d-flex align-items-center text-body-emphasis text-decoration-none"> | ||
<span class="fs-4 d-none d-sm-block">{{ site.title }}</span> | ||
<span class="fs-4 d-block d-sm-none">{{ site.short_title }}</span> | ||
</a> | ||
<button class="navbar-toggler" type="button" | ||
data-bs-toggle="collapse" | ||
data-bs-target="#navbarSupportedContent" | ||
aria-controls="navbarSupportedContent" | ||
aria-expanded="false" | ||
aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
</nav> | ||
</header> | ||
<nav class="navbar top navbar-expand-lg"> | ||
<div class="container-fluid"> | ||
<div class="collapse navbar-collapse" | ||
id="navbarSupportedContent"> | ||
{%- include navbar.html -%} | ||
</div> | ||
</div> | ||
</nav> | ||
<div class="py-5"> | ||
<div class="container page-content"> | ||
{%- include semesters.html -%} | ||
{{ content }} | ||
{%- include semesters.html -%} | ||
</div> | ||
<div class="container page-content"> | ||
{{ content }} | ||
</div> | ||
</div> | ||
{%- include footer.html -%} | ||
</div> | ||
|
||
</body> | ||
<footer class="border-top text-center py-3"> | ||
<div class="container-fluid"> | ||
{%- include navbar.html -%} | ||
</div> | ||
<div class="container"> | ||
<a href="https://www.augusta.edu/" | ||
title="Augusta University"> | ||
<img style="width:172px" | ||
src='{{ "/assets/images/AU-logo.png" | relative_url }}' | ||
alt="Augusta University"></a> | ||
</div> | ||
</footer> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" | ||
crossorigin="anonymous"></script> | ||
</body> | ||
</html> |
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
Oops, something went wrong.