Skip to content

Commit

Permalink
chore: Update author names on About page
Browse files Browse the repository at this point in the history
  • Loading branch information
hepplerj committed Aug 15, 2024
1 parent 66b72a9 commit 5605126
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,11 @@ <h1>About.</h1>

<h2 class="text-xl">Cite the Project</h2>

<p><em>The Denig Manuscript</em>, Winterthur Museum, Garden & Library and the Roy Rosenzweig Center for History
and New Media (2024--). <a href="{% url 'manuscript' %}"
class="text-winterthur-dk-blue hover:underline">https://denig.rrchnm.org/</a>
</p>
<p><em>The Denig Manuscript</em>, Winterthur Museum, Garden & Library and the Roy Rosenzweig Center for History and New Media (2024--). <a href="{% url 'manuscript' %}" class="text-winterthur-dk-blue hover:underline">https://denig.rrchnm.org/</a> </p>

<h2 class="text-xl">Technical Specifications</h2>

<p>The <em>Denig Manuscript Project</em> is built with Django, HTMX, and TailwindCSS.</p>
<p>The <em>Denig Manuscript Project</em> is built with Django and HTMX reading a PostgreSQL database. The digital edition uses OpenSeaDragon for zooming and image viewing. The layout of the website is handled by TailwindCSS. The scholarly essays are powered by Wagtail.</p>
</div>

<!-- Right Section (1/3) -->
Expand All @@ -58,9 +55,10 @@ <h2 class="text-xl">Technical Specifications</h2>
<div class="p-4">
<h3 class="text-lg font-semibold mb-2">Authors</h3>
<ul class="list-none pl-0">
<li class="text-sm pl-0">Alexander Lawrence Ames</li>
<li class="text-sm pl-0">Will Fenton</li>
<li class="text-sm pl-0">Christopher Herbert</li>
<li class="text-sm pl-0">Author 3</li>
<li class="text-sm pl-0">Christopher Dylan Herbert</li>
<li class="text-sm pl-0">Joanna Hurd</li>
</ul>
</div>

Expand All @@ -70,10 +68,12 @@ <h3 class="text-lg font-semibold mb-2">Authors</h3>
<div class="p-4">
<h3 class="text-lg font-semibold mb-2">Project Team</h3>
<ul class="list-none pl-0">
<li class="text-sm pl-0">Donna Baker</li>
<li class="text-sm pl-0">Bridget Bukovich</li>
<li class="text-sm pl-0">Marie Stephanie Delamaire</li>
<li class="text-sm pl-0">Danielle Dougherty</li>
<li class="text-sm pl-0">Jason Heppler</li>
<li class="text-sm pl-0">Alison Langford</li>
<li class="text-sm pl-0">Lincoln Mullen</li>
<li class="text-sm pl-0">Rebecca Parmer</li>
<li class="text-sm pl-0">Catharine Roeber</li>
Expand Down

0 comments on commit 5605126

Please sign in to comment.