-
Notifications
You must be signed in to change notification settings - Fork 8
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
49 additions
and
42 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
{%- include head.html -%} | ||
<head> | ||
<title>{{ page.title }}</title> | ||
<link rel="stylesheet" href="/assets/css/project.css"> | ||
</head> | ||
<body> | ||
{% include navbar.html %} | ||
<main> | ||
<div class="container content"> | ||
<div class="header"> | ||
<h5>{{page.date}}</h5> | ||
<h1>{{page.title}}</h1> | ||
<div class="project-authors"> | ||
<h6> | ||
{% for item in page.authors %} | ||
<a class="project-author" href="{{item.author.link}}">{{item.author.name}}<sup>{{item.author.affiliation}}</sup></a> | ||
{% endfor %} | ||
</h6> | ||
</div> | ||
<div class="project-affiliations"> | ||
{% for item in page.affiliations %} | ||
<h6 class="affiliation">{{item}}</h6> | ||
{% endfor %} | ||
</div> | ||
</div> | ||
{{ content }} | ||
</div> | ||
</main> | ||
</body> | ||
</html> |
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,16 @@ | ||
--- | ||
layout: blog | ||
title: "Blog Template" | ||
date: July 29, 2023 | ||
authors: | ||
- author: | ||
name: "Author Name" | ||
affiliation: 1 | ||
link: | ||
affiliations: | ||
- "<sup>1</sup>Brown University" | ||
--- | ||
|
||
This is a blog post! | ||
|
||
{% include full_image.html path="/assets/images/blogs/template/brown_logo.webp" alt="Brown Logo" %} |
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