-
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.
Update footer logos with new branding
- Loading branch information
Showing
5 changed files
with
40 additions
and
34 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 |
---|---|---|
@@ -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> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.