-
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.
Mobile version almost done. Still missing the footer.
- Loading branch information
1 parent
eb4cdfc
commit 4342571
Showing
6 changed files
with
25 additions
and
25 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
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
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 |
---|---|---|
|
@@ -4,22 +4,22 @@ import IconPhone from "https://deno.land/x/[email protected]/tsx/phone.tsx" | |
import IconMail from "https://deno.land/x/[email protected]/tsx/mail.tsx" | ||
|
||
const Footer = () => ( | ||
<footer class="flex flex-col gap-8 bg-black py-8 text-gray-50 font-light"> | ||
<div class="md:grid grid-cols-7"> | ||
<footer class="flex flex-col items-center md:gap-8 bg-black pb-8 md:py-8 text-gray-50 font-light"> | ||
<div class="flex flex-col items-center gap-4 md:grid grid-cols-7"> | ||
<div class="col-span-1"></div> | ||
<div class="col-span-1"> | ||
<img src="/logo.png" alt="ET logo" width="200px" /> | ||
</div> | ||
<div class="col-span-1"></div> | ||
<div class="col-span-3 flex flex-row gap-8 justify-end"> | ||
<div class="flex flex-col gap-8"> | ||
<div class="col-span-3 flex flex-col md:flex-row gap-4 md:gap-8 justify-end"> | ||
<div class="flex flex-col gap-4 md:gap-8"> | ||
<p>English theater improv club</p> | ||
<div class="flex flex-col gap-2"> | ||
<a href="#events" title="Jump to events" class="hover:text-gray-500">Events</a> | ||
<a href="#productions" title="Jump to productions" class="hover:text-gray-500">Productions</a> | ||
</div> | ||
</div> | ||
<div class="flex flex-col gap-8"> | ||
<div class="flex flex-col gap-4 md:gap-8"> | ||
<p>Contact</p> | ||
<div class="flex flex-col"> | ||
<IconMail class="w-6 h-6" /> | ||
|
@@ -39,8 +39,8 @@ const Footer = () => ( | |
<div class="col-span-1"></div> | ||
</div> | ||
<div class="mx-16 h-[1px] bg-[#303C64]"></div> | ||
<div class="mx-16 flex justify-between items-center"> | ||
<div class="flex flex-row items-center gap-4"> | ||
<div class="md:mx-16 flex flex-col md:flex-row gap-4 md:gap-0 justify-between items-center"> | ||
<div class="flex flex-col md:flex-row items-center gap-4"> | ||
<a href="https://fresh.deno.dev"> | ||
<img | ||
width="197" | ||
|
@@ -51,7 +51,7 @@ const Footer = () => ( | |
</a> | ||
<a href="https://github.com/evilmonkey19/et_theater" class="px-3 py-2 bg-gray-800 text-white rounded hover:bg-gray-700 flex gap-2"><IconBrandGithub class="w-6 h-6" />Go to the repo</a> | ||
</div> | ||
<p>Made with ❤️ by | ||
<p class="text-balance w-32 md:w-full">Made with ❤️ by | ||
<a href="https://www.linkedin.com/in/yan-zhang-899960244/" class="hover:text-gray-500">Yan Zhang (Designer)</a> | ||
& | ||
<a href="https://perpinya.eu/en" class="hover:text-gray-500">Enric Perpinyà (Programmer)</a> | ||
|
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
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
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