45 lines
2.3 KiB
HTML
45 lines
2.3 KiB
HTML
<footer class="py-12 min-h-[140px] border-t-[1px] border-[#E2E6E9]">
|
|
<div
|
|
class="px-5 mx-auto w-full sm:px-0 sm:max-w-[540px] md:max-w-4xl lg:px-6 lg:max-w-[1090px] xl:max-w-[1290px] xl:px-6">
|
|
<div>
|
|
<!-- TODO: Make src relative -->
|
|
<img alt="Footer Logo" class="min-w-[5rem] h-6 object-contain object-left"
|
|
src="https://jcloud.jingrow.com/files/jingrow-logo-type.png">
|
|
</div>
|
|
|
|
<div class="mb-8"></div>
|
|
|
|
<!-- Links -->
|
|
<div class="flex flex-wrap sm:grid sm:grid-cols-2 sm:justify-between pt-3 pb-4">
|
|
<div class="footer-col-left">
|
|
<a class="mr-4 text-lg text-[#4C5A67] leading-8 font-medium" href="https://framework.jingrow.com"
|
|
rel="noreferrer">Jingrow</a>
|
|
<a class="mr-4 text-lg text-[#4C5A67] leading-8 font-medium" href="https://jerp.jingrow.com"
|
|
rel="noreferrer">JERP</a>
|
|
<a class="mr-4 text-lg text-[#4C5A67] leading-8 font-medium" href="https://jingrow.school"
|
|
rel="noreferrer">Jingrow
|
|
School</a>
|
|
<a class="mr-4 text-lg text-[#4C5A67] leading-8 font-medium" href="https://framework.jingrow.com/team/jingrowcloud"
|
|
rel="noreferrer">Team</a>
|
|
<a class="mr-4 text-lg text-[#4C5A67] leading-8 font-medium" href="mailto:support@framework.jingrow.com"
|
|
rel="noreferrer">Contact</a>
|
|
<a class="mr-4 text-lg text-[#4C5A67] leading-8 font-medium" href="/about" rel="noreferrer">About</a>
|
|
</div>
|
|
|
|
<div class="footer-col-right">
|
|
<a class="mr-4 text-lg text-[#4C5A67] leading-8 font-medium" href="/support-open-source"
|
|
rel="noreferrer">❤️ Support Open
|
|
Source</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="grid grid-cols-1 sm:grid-cols-2 text-[#74808B] text-lg">
|
|
<div class="pt-3 pb-4 leading-8 text-left">
|
|
<a href="mailto:support@framework.jingrow.com">support@framework.jingrow.com</a>
|
|
</div>
|
|
<div class="pt-3 pb-4 leading-8 sm:text-right mr-4">
|
|
<p>Built on Jingrow</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer> |