-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a list; moves email and office to footer.
- Loading branch information
1 parent
e7eab1d
commit b9d7fad
Showing
2 changed files
with
13 additions
and
3 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 |
---|---|---|
|
@@ -8,4 +8,10 @@ | |
</header> | ||
<main role="main" id="main"> | ||
{{ content }} | ||
</main> | ||
</main> | ||
<footer role="contentinfo"> | ||
<ul> | ||
<li>Office: Clemons 313 (Scholars’ Lab)</li> | ||
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li> | ||
</ul> | ||
</footer> |
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,7 +3,11 @@ | |
title: Home | ||
--- | ||
|
||
<p>What I'm currently thinking about:</p> | ||
<ul> | ||
<li>Office: Clemons 313 (Scholars’ Lab)</li> | ||
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li> | ||
<li>Making an inventory of parts for my bike;</li> | ||
<li>Reading this 14-year-old blog post I wrote about <a href="/hacking-our-conferences/">hacking our academic conferences</a></li> | ||
<li>Evaluating Juncture from JSTOR Labs</li> | ||
<li>Publishing a personal annual coffee report</li> | ||
<li><a href="/carrier-bag-theory-for-dh/"></a>Figuring out how to bring energy back to myself</a>.</li> | ||
</ul> |