Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/joh 12 footer #2

Merged
merged 13 commits into from
Dec 24, 2023
7 changes: 7 additions & 0 deletions public/FacebookLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions public/InstagramLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions public/TwitterLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 27 additions & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,33 @@

Check failure on line 1 in src/components/Footer.tsx

View workflow job for this annotation

GitHub Actions / lint

Delete `⏎`
const Footer = () => {
/* mt-auto or margin-top will make footer always on the bottom
please delete this comment after you read it */
return <div className="mt-auto">Footer</div>;

return <div className="mt-auto">

Check failure on line 6 in src/components/Footer.tsx

View workflow job for this annotation

GitHub Actions / lint

Insert `(⏎····`
<div className="w-[1512px] h-[215px] relative shrink-0">

Check failure on line 7 in src/components/Footer.tsx

View workflow job for this annotation

GitHub Actions / lint

Replace `<div·className="w-[1512px]·h-[215px]·relative·` with `··<div·className="relative·h-[215px]·w-[1512px]·`
<div className="w-[1512px] h-[215px] left-0 top-0 absolute bg-teal-600"></div>

Check failure on line 8 in src/components/Footer.tsx

View workflow job for this annotation

GitHub Actions / lint

Replace `······<div·className="w-[1512px]·h-[215px]·left-0·top-0·absolute·` with `········<div·className="absolute·left-0·top-0·h-[215px]·w-[1512px]·`
<div className="left-[28px] top-[87px] absolute justify-start items-center gap-3 inline-flex">

Check failure on line 9 in src/components/Footer.tsx

View workflow job for this annotation

GitHub Actions / lint

Replace `<div·className="left-[28px]·top-[87px]·absolute·justify-start·items-center·gap-3·inline-flex` with `··<div·className="absolute·left-[28px]·top-[87px]·inline-flex·items-center·justify-start·gap-3`
<img className="w-[42px] h-[42px] rounded-[100px]" src="public\johnjud.png" alt="Johnjud Logo" />

Check failure on line 10 in src/components/Footer.tsx

View workflow job for this annotation

GitHub Actions / lint

Replace `········<img·className="w-[42px]·h-[42px]·rounded-[100px]"·src="public\johnjud.png"·alt="Johnjud·Logo"` with `··········<img⏎············className="h-[42px]·w-[42px]·rounded-[100px]"⏎············src="public\johnjud.png"⏎············alt="Johnjud·Logo"⏎·········`
<div className="text-white text-base font-bold font-Poppins">JOHNJUD</div>

Check failure on line 11 in src/components/Footer.tsx

View workflow job for this annotation

GitHub Actions / lint

Replace `········<div·className="text-white·text-base·font-bold·font-Poppins">JOHNJUD` with `··········<div·className="font-Poppins·text-base·font-bold·text-white">⏎············JOHNJUD⏎··········`
</div>

Check failure on line 12 in src/components/Footer.tsx

View workflow job for this annotation

GitHub Actions / lint

Insert `··`
<div className="left-[208px] top-[37px] absolute flex-col justify-start items-start gap-4 inline-flex">

Check failure on line 13 in src/components/Footer.tsx

View workflow job for this annotation

GitHub Actions / lint

Replace `······<div·className="left-[208px]·top-[37px]·absolute·flex-col·justify-start·items-start·gap-4·inline-flex` with `········<div·className="absolute·left-[208px]·top-[37px]·inline-flex·flex-col·items-start·justify-start·gap-4`
<div className="w-[458px] text-white text-xl font-normal font-Poppins leading-[25px]">สโมสรนิสิตคณะสัตวแพทยศาสตร์ จุฬาลงกรณ์มหาวิทยาลัย ถนน อังรีดูนังต์ แขวงปทุมวัน เขตปทุมวัน กรุงเทพ ฯ 10330</div>

Check failure on line 14 in src/components/Footer.tsx

View workflow job for this annotation

GitHub Actions / lint

Replace `<div·className="w-[458px]·text-white·text-xl·font-normal·font-Poppins·leading-[25px]">สโมสรนิสิตคณะสัตวแพทยศาสตร์·จุฬาลงกรณ์มหาวิทยาลัย·ถนน·อังรีดูนังต์·แขวงปทุมวัน·เขตปทุมวัน·กรุงเทพ·ฯ·10330` with `··<div·className="font-Poppins·w-[458px]·text-xl·font-normal·leading-[25px]·text-white">⏎············สโมสรนิสิตคณะสัตวแพทยศาสตร์·จุฬาลงกรณ์มหาวิทยาลัย·ถนน·อังรีดูนังต์⏎············แขวงปทุมวัน·เขตปทุมวัน·กรุงเทพ·ฯ·10330⏎··········`
<div className="w-[397px] text-white text-xl font-normal font-Poppins leading-[25px]">พัฒนาโดย ฝ่ายพัฒนาระบบสารสนเทศ องค์การบริหารสโมสรนิสิตจุฬาลงกรณ์มหาวิทยาลัย</div>
</div>

<div className="left-[1400px] top-[40px] absolute flex-col justify-start items-center gap-6 inline-flex">
<div className="w-[32px] h-[32px] relative flex items-center justify-center">
<img className="w-[24px] h-[24px]" src="public\FacebookLogo.svg" alt="Facebook Logo"/>
</div>
<div className="w-[32px] h-[32px] relative flex items-center justify-center">
<img className="w-[24px] h-[24px]" src="public\InstagramLogo.svg" alt="Instagram Logo"/>
</div>
<div className="w-[32px] h-[32px] relative flex items-center justify-center">
<img className="w-[24px] h-[24px]" src="public\TwitterLogo.svg" alt="Twitter Logo" />
</div>
</div>
</div>
</div>;
};

export default Footer;