Skip to content

Commit

Permalink
Adds a list; moves email and office to footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyboggs committed Oct 27, 2023
1 parent e7eab1d commit b9d7fad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
8 changes: 7 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit b9d7fad

Please sign in to comment.