Skip to content

Commit

Permalink
Update footer logos with new branding
Browse files Browse the repository at this point in the history
  • Loading branch information
hepplerj committed Oct 15, 2024
1 parent 9e28947 commit b5e5320
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 34 deletions.
74 changes: 40 additions & 34 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,38 +1,44 @@

<footer class="bg-white rounded-lg shadow dark:bg-gray-900 m-4">
<div class="w-full max-w-screen-xl mx-auto p-4 md:py-8">
<div class="sm:flex sm:items-center sm:justify-between">
<a href="#" class="flex items-center mb-4 sm:mb-0">
<span class="self-center text-xl whitespace-nowrap dark:text-white">{{ .Site.Title }}</span>
</a>
<div class="flex items-center justify-center rounded-tr-lg rounded-bl-lg h-24 p-2 text-center">
<img
class="h-10 w-auto mx-6"
src="/images/rrchnm-logo.png"
alt="Roy Rosenzweig Center for History and New Media"
title="Roy Rosenzweig Center for History and New Media"
/>
<img
class="h-10 w-auto mx-6"
src="/images/gmu-logo.png"
alt="George Mason University"
title="George Mason University"
/>
<img
class="h-10 w-auto mx-6"
src="/images/neh-logo.png"
alt="National Endowment for the Humanities"
title="National Endowment for the Humanities"
/>
<img
class="h-10 w-auto mx-6"
src="/images/ucla-logo.png"
alt="University of California, Los Angeles"
title="University of California, Los Angeles"
/>
</div>
<div class="sm:flex sm:items-center sm:justify-between">
<a href="#" class="flex items-center mb-4 sm:mb-0">
<span class="self-center text-xl whitespace-nowrap dark:text-white"
>{{ .Site.Title }}</span
>
</a>
<div
class="flex items-center justify-center rounded-tr-lg rounded-bl-lg h-24 p-2 text-center"
>
<img
class="h-10 w-auto mx-6"
src="/images/rrchnm-logo.png"
alt="Roy Rosenzweig Center for History and New Media"
title="Roy Rosenzweig Center for History and New Media"
/>
<img
class="h-10 w-auto mx-6"
src="/images/gmu-logo.png"
alt="George Mason University"
title="George Mason University"
/>
<img
class="h-10 w-auto mx-6"
src="/images/neh-logo.jpg"
alt="National Endowment for the Humanities"
title="National Endowment for the Humanities"
/>
<img
class="h-10 w-auto mx-6"
src="/images/ucla-logo.png"
alt="University of California, Los Angeles"
title="University of California, Los Angeles"
/>
</div>
<hr class="my-6 border-gray-200 sm:mx-auto dark:border-gray-700 lg:my-8" />
<span class="block text-sm text-gray-500 sm:text-center dark:text-gray-400">CC-BY 2023 {{ .Site.Title }}</span>
</div>
<hr class="my-6 border-gray-200 sm:mx-auto dark:border-gray-700 lg:my-8" />
<span class="block text-sm text-gray-500 sm:text-center dark:text-gray-400"
>CC-BY 2023-2024 {{ .Site.Title }}</span
>
</div>
</footer>
</footer>

Binary file added static/images/gmu-logo-old.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/gmu-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added static/images/neh-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b5e5320

Please sign in to comment.