Skip to content

Commit

Permalink
Footer Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul1841 committed May 18, 2024
1 parent 5ba8c8d commit e5af324
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 33 deletions.
26 changes: 0 additions & 26 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 16 additions & 7 deletions client/src/Components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@ export default function Footer() {
<footer class="bg-white shadow dark:bg-gray-900 ">
<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="https://Elective Subject Selector and Manager.com/"
class="flex items-center mb-4 sm:mb-0"
>
<a href="#" className="flex items-center logo">
<img
src="https://cdn-icons-png.flaticon.com/512/3413/3413535.png"
class="h-8 mr-3"
alt="Elective Subject Selector and Manager Logo"
className="h-8 mr-3"
alt="subject Logo"
/>
<span class="self-center text-2xl font-semibold whitespace-nowrap dark:text-white">
<span className="self-center text-2xl font-semibold whitespace-nowrap dark:text-white">
ElectiveHub
</span>
</a>
Expand All @@ -42,6 +39,18 @@ export default function Footer() {
Contact
</a>
</li>
<li>
<a
href="https://github.com/TechNodes2-0"
className="hover:underline flex items-center mr-4 md:mr-6"
>
<img
src="https://cdn-icons-png.flaticon.com/512/733/733553.png"
className="h-6 ml-5 mr-4 md:mr-6"
alt="GitHub Logo"
/>
</a>
</li>
</ul>
</div>
<hr class="my-6 border-gray-200 sm:mx-auto dark:border-gray-700 lg:my-8" />
Expand Down

0 comments on commit e5af324

Please sign in to comment.