-
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.
- Loading branch information
Showing
6 changed files
with
88 additions
and
93 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
Binary file not shown.
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,87 +1,70 @@ | ||
<footer class="mt-auto w-full py-10 px-4 sm:px-6 lg:px-8 mx-auto bg-white dark:bg-gray-950"> | ||
<!-- Footer links --> | ||
<div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-5 gap-6 mb-10"> | ||
<section class="col-span-full lg:col-span-1 lg:block"> | ||
<a href="{% url 'home' %}" class="flex-none font-semibold text-xl text-black focus:outline-none focus:opacity-80 dark:text-white" aria-label="Brand">YES Alumni Morocco</a> | ||
<p class="mt-3 text-xs sm:text-sm text-gray-600 dark:text-neutral-400">© 2024 Moroccan Association for YES Alumni.<br>All rights reserved.</p> | ||
</section> | ||
<footer class="mt-auto bg-white w-full dark:bg-neutral-950"> | ||
<div class="mt-auto w-full max-w-[85rem] py-10 px-4 sm:px-6 lg:px-8 lg:pt-20 mx-auto"> | ||
<div class="grid grid-cols-2 lg:grid-cols-5 gap-6"> | ||
<section class="col-span-full lg:col-span-1 flex flex-col items-center lg:items-start"> | ||
<a href="{% url 'home' %}" class="flex-none font-semibold text-xl text-center lg:text-start text-black focus:outline-none focus:opacity-80 dark:text-white" aria-label="Brand">YES Alumni Morocco</a> | ||
<p class="mt-3 text-xs sm:text-sm text-center lg:text-start text-balance text-gray-600 dark:text-neutral-400">© 2024 Moroccan Association for YES Alumni. All rights reserved.</p> | ||
</section> | ||
|
||
<section> | ||
<h4 class="footer-title">Programs</h4> | ||
<div class="mt-3 grid space-y-3 text-sm"> | ||
<p><a class="footer-link" href="#">Education & Culture</a></p> | ||
<p><a class="footer-link" href="#">Environment & Sustainability</a></p> | ||
<p><a class="footer-link" href="#">Civics & Governance</a></p> | ||
<p><a class="footer-link" href="#">Economy & Entrepreneurship</a></p> | ||
<p><a class="footer-link" href="#">Humanitarian Relief</a></p> | ||
<p><a class="footer-link" href="#">Information Technology</a></p> | ||
</div> | ||
</section> | ||
<section class="col-span-1"> | ||
<h4 class="footer-title">Programs</h4> | ||
<div class="mt-3 grid space-y-3 text-sm"> | ||
<p><a class="footer-link" href="{% url 'program_details' 'education-and-culture' %}">Education & Culture</a></p> | ||
<p><a class="footer-link" href="{% url 'program_details' 'environment-and-sustainability' %}">Environment & Sustainability</a></p> | ||
<p><a class="footer-link" href="{% url 'program_details' 'civics-and-governance' %}">Civics & Governance</a></p> | ||
<p><a class="footer-link" href="{% url 'program_details' 'economy-and-entrepreneurship' %}">Economy & Entrepreneurship</a></p> | ||
<p><a class="footer-link" href="{% url 'program_details' 'information-technology' %}">Humanitarian Relief</a></p> | ||
<p><a class="footer-link" href="{% url 'program_details' 'humanitarian-relief' %}">Information Technology</a></p> | ||
</div> | ||
</section> | ||
|
||
<section> | ||
<h4 class="footer-title">Company</h4> | ||
<div class="mt-3 grid space-y-3 text-sm"> | ||
<p><a class="footer-link" href="#">About us</a></p> | ||
<p><a class="footer-link" href="{% url 'stories' %}">Stories</a></p> | ||
<p><a class="footer-link" href="#">Careers</a> <span class="inline text-blue-600 dark:text-blue-500">— We're hiring</span></p> | ||
<p><a class="footer-link" href="{% url 'faq' %}">FAQ</a></p> | ||
<p><a class="footer-link" href="{% url 'leadership' %}">Leadership</a></p> | ||
<p><a class="footer-link" href="#">Newsroom</a></p> | ||
<p><a class="footer-link" href="{% url 'sitemap' %}">Sitemap</a></p> | ||
</div> | ||
</section> | ||
<section class="col-span-1"> | ||
<h4 class="footer-title">Company</h4> | ||
<div class="mt-3 grid space-y-3 text-sm"> | ||
<p><a class="footer-link" href="{% url 'mission_and_vision' %}">About us</a></p> | ||
<p><a class="footer-link" href="{% url 'stories' %}">Stories</a></p> | ||
<p><a class="footer-link" href="#">Join us</a> <span class="inline text-blue-600 dark:text-blue-500">— We're recruiting</span></p> | ||
<p><a class="footer-link" href="{% url 'faq' %}">FAQ</a></p> | ||
<p><a class="footer-link" href="{% url 'leadership' %}">Leadership</a></p> | ||
</div> | ||
</section> | ||
|
||
<section> | ||
<h4 class="footer-title">Resources</h4> | ||
<div class="mt-3 grid space-y-3 text-sm"> | ||
<p><a class="footer-link" href="#">Community</a></p> | ||
<p><a class="footer-link" href="#">Help & Support</a></p> | ||
<p><a class="footer-link" href="#">eBook</a></p> | ||
<p><a class="footer-link" href="#">What's New</a></p> | ||
<p><a class="footer-link" href="#">Status</a></p> | ||
<p><a class="footer-link" href="#">Changelog</a></p> | ||
<p><a class="footer-link" href="#">Docs</a></p> | ||
<p><a class="footer-link" href="#">Download</a></p> | ||
</div> | ||
</section> | ||
<section class="col-span-2"> | ||
<h4 class="footer-title">Stay up to date</h4> | ||
<form> | ||
<div class="mt-4 flex flex-col items-center gap-2 sm:flex-row sm:gap-3 bg-white border-2 dark:border-transparent rounded-lg p-2 dark:bg-neutral-900"> | ||
<div class="w-full"> | ||
<label for="hero-input" class="sr-only">Subscribe</label> | ||
<input type="text" id="hero-input" name="hero-input" class="py-3 px-4 block w-full border-transparent rounded-lg text-sm focus:border-blue-500 focus:ring-blue-500 disabled:opacity-50 disabled:pointer-events-none dark:bg-neutral-900 dark:border-transparent dark:text-neutral-400 dark:placeholder-neutral-500 dark:focus:ring-neutral-600" placeholder="Enter your email"> | ||
</div> | ||
<a class="w-full sm:w-auto whitespace-nowrap p-3 inline-flex justify-center items-center gap-x-2 text-sm font-medium rounded-lg border border-transparent bg-blue-600 text-white hover:bg-blue-700 focus:outline-none focus:bg-blue-700 disabled:opacity-50 disabled:pointer-events-none" href="#"> | ||
Subscribe | ||
</a> | ||
</div> | ||
<p class="mt-3 text-xs text-gray-900 dark:text-gray-100"> | ||
News and updates. | ||
</p> | ||
</form> | ||
</section> | ||
</div> | ||
|
||
<section> | ||
<h4 class="footer-title">Developers</h4> | ||
<div class="mt-3 grid space-y-3 text-sm"> | ||
<p><a class="footer-link" href="#">Api</a></p> | ||
<p><a class="footer-link" href="#">Status</a></p> | ||
<p><a class="footer-link" href="#">GitHub</a> <span class="inline text-blue-600 dark:text-blue-500">— New</span></p> | ||
</div> | ||
<div class="pt-5 mt-5 border-t border-gray-200 dark:border-neutral-700"> | ||
<div class="flex flex-wrap justify-between items-center gap-3"> | ||
<section class="space-x-4 text-sm"> | ||
<a class="footer-link" href="#">Terms</a> | ||
<a class="footer-link" href="#">Privacy</a> | ||
<a class="footer-link" href="{% url 'admin:index' %}" target="_blank">Admin</a> | ||
</section> | ||
|
||
<h4 class="footer-title mt-7">Industries</h4> | ||
<div class="mt-3 grid space-y-3 text-sm"> | ||
<p><a class="footer-link" href="#">Financial Services</a></p> | ||
<p><a class="footer-link" href="#">Education</a></p> | ||
<section> | ||
<a href="#" class="social-media"> | ||
<i data-lucide="Instagram" class="shrink-0 size-6" stroke-width="2.5"></i> | ||
</a> | ||
<a href="#" class="social-media"> | ||
<i data-lucide="Linkedin" class="shrink-0 size-6" stroke-width="0" fill="currentColor"></i> | ||
</a> | ||
</section> | ||
</div> | ||
</section> | ||
</div> | ||
<!-- End footer links --> | ||
|
||
<!-- Legal, admin, socials --> | ||
<div class="pt-5 mt-5 border-t border-gray-200 dark:border-neutral-700"> | ||
<div class="flex flex-wrap justify-between items-center gap-3"> | ||
|
||
<section class="space-x-4 text-sm"> | ||
<a class="footer-link" href="#">Terms</a> | ||
<a class="footer-link" href="#">Privacy</a> | ||
<a class="footer-link" href="{% url 'admin:index' %}" target="_blank">Admin</a> | ||
</section> | ||
|
||
<section> | ||
<a href="#" class="social-media"> | ||
<i data-lucide="Instagram" class="shrink-0 size-6" stroke-width="2.5"></i> | ||
</a> | ||
<a href="#" class="social-media"> | ||
<i data-lucide="Linkedin" class="shrink-0 size-6" stroke-width="0" fill="currentColor"></i> | ||
</a> | ||
</section> | ||
</div> | ||
</div> | ||
<!-- End legal, admin, socials --> | ||
|
||
</footer> |
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