-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#4 Add home.html layout and update index.md to include home page cont…
…ent with image asset
- Loading branch information
Showing
3 changed files
with
17 additions
and
5 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
layout: default | ||
title: "Home" | ||
--- | ||
|
||
<div class="row g-5 mb-5"> | ||
<div class="col-md-6"> | ||
<h3 class="fw-bold">Research</h3> | ||
{{ content }} | ||
</div> | ||
<div class="col-md-6"> | ||
<img src="/assets/img/home.jpg" alt="Profile" width="100%"> | ||
</div> | ||
</div> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,10 +1,8 @@ | ||
--- | ||
layout: default | ||
layout: home | ||
title: "Home" | ||
--- | ||
|
||
# Home | ||
This theme allows an academic person to showcase their research interests, publications, research group, curriculum vitae, any courses that they may be teaching, and anything else they may want to put out into the world. | ||
|
||
This is the home page. | ||
|
||
{{ site.github.url }} | ||
Academics can use this home page to describe their research interests or provide an introduction to their research group. |