Skip to content

Commit

Permalink
Footer section anchor tag hovering effect with color change
Browse files Browse the repository at this point in the history
#315 solved.
  • Loading branch information
sakeel-103 committed Jun 18, 2024
1 parent 4414517 commit 91950c5
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 21 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ next-env.d.ts

.env.local
.env
package-lock.json
package-lock.json
.env.local
2 changes: 1 addition & 1 deletion convex/_generated/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* THIS CODE IS AUTOMATICALLY GENERATED.
*
* Generated by convex@1.11.3.
* Generated by convex@1.12.1.
* To regenerate, run `npx convex dev`.
* @module
*/
Expand Down
2 changes: 1 addition & 1 deletion convex/_generated/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* THIS CODE IS AUTOMATICALLY GENERATED.
*
* Generated by convex@1.11.3.
* Generated by convex@1.12.1.
* To regenerate, run `npx convex dev`.
* @module
*/
Expand Down
2 changes: 1 addition & 1 deletion convex/_generated/dataModel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* THIS CODE IS AUTOMATICALLY GENERATED.
*
* Generated by convex@1.11.3.
* Generated by convex@1.12.1.
* To regenerate, run `npx convex dev`.
* @module
*/
Expand Down
2 changes: 1 addition & 1 deletion convex/_generated/server.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* THIS CODE IS AUTOMATICALLY GENERATED.
*
* Generated by convex@1.11.3.
* Generated by convex@1.12.1.
* To regenerate, run `npx convex dev`.
* @module
*/
Expand Down
2 changes: 1 addition & 1 deletion convex/_generated/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* THIS CODE IS AUTOMATICALLY GENERATED.
*
* Generated by convex@1.11.3.
* Generated by convex@1.12.1.
* To regenerate, run `npx convex dev`.
* @module
*/
Expand Down
30 changes: 15 additions & 15 deletions src/components/shared/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@ const Footer = () => {
</h2>
<ul className="text-muted-foreground font-medium">
<li className="mb-4">
<a href="/aboutus" className="hover:underline">
<a href="/aboutus" className="hover:text-orange-300 hover:underline transition duration-300">
About
</a>
</li>
<li className="mb-4">
<a href="/contributors" className="hover:underline">
<a href="/contributors" className="hover:text-orange-300 hover:underline transition duration-300">
Contributors
</a>
</li>
<li className="mb-4">
<a href="/contact" className="hover:underline">
<a href="/contact" className="hover:text-orange-300 hover:underline transition duration-300">
Contact
</a>
</li>
<li>
<a href="/review" className="hover:underline">
<a href="/review" className="hover:text-orange-300 hover:underline transition duration-300">
Review Us
</a>
</li>
Expand All @@ -60,7 +60,7 @@ const Footer = () => {
<li className="mb-4">
<a
href="https://github.com/subhadeeproy3902/BloxAI"
className="hover:underline "
className="hover:text-orange-300 hover:underline transition duration-300"
target="_blank"
>
Github
Expand All @@ -69,7 +69,7 @@ const Footer = () => {
<li>
<a
href="https://chat.whatsapp.com/E5oRd1VG1Ov4HoNPq4QcRU"
className="hover:underline"
className="hover:text-orange-300 hover:underline transition duration-300"
target="_blank"
>
WhatsApp
Expand All @@ -85,15 +85,15 @@ const Footer = () => {
<li className="mb-4">
<a
href="https://www.linkedin.com/in/subhadeep3902/"
className="hover:underline"
className="hover:text-orange-300 hover:underline transition duration-300"
>
Subhadeep Roy
</a>
</li>
<li className="mb-4">
<a
href="https://www.linkedin.com/in/anishbiswas777/"
className="hover:underline"
className="hover:text-orange-300 hover:underline transition duration-300"
>
Anish Biswas
</a>
Expand All @@ -106,25 +106,25 @@ const Footer = () => {
</h2>
<ul className="text-muted-foreground font-medium">
<li className="mb-4">
<a href="/privacy" className="hover:underline">
<a href="/privacy" className="hover:text-orange-300 hover:underline transition duration-300">
Privacy Policy
</a>
</li>
<li className="mb-4">
<a
href="https://github.com/subhadeeproy3902/BloxAI/blob/main/LICENSE"
className="hover:underline"
className="hover:text-orange-300 hover:underline transition duration-300"
>
License
</a>
</li>
<li className="mb-4">
<a href="/terms_conditions" className="hover:underline">
<a href="/terms_conditions" className="hover:text-orange-300 hover:underline transition duration-300">
Terms &amp; Conditions
</a>
</li>
<li>
<a href="/codeofconduct" className="hover:underline">
<a href="/codeofconduct" className="hover:text-orange-300 hover:underline transition duration-300">
Code Of Conduct
</a>
</li>
Expand All @@ -136,15 +136,15 @@ const Footer = () => {
<div className="flex justify-between items-center">
<span className="text-sm text-gray-500 sm:text-center dark:text-neutral-500">
© 2024{" "}
<a href="https://blox-ai.vercel.app/" className="hover:underline">
<a href="https://blox-ai.vercel.app/" className="hover:text-orange-300 hover:underline transition duration-300">
BloxAI
</a>
. All Rights Reserved.
</span>
<div className="flex mt-4 sm:justify-center items-center sm:mt-0">
<a
href="https://chat.whatsapp.com/E5oRd1VG1Ov4HoNPq4QcRU"
className="text-neutral-500 hover:text-gray-900 dark:hover:text-white ms-5"
className="text-neutral-500 hover:text-orange-300 dark:hover:text-orange ms-5"
>
<svg
fill="currentColor"
Expand All @@ -171,7 +171,7 @@ const Footer = () => {

<a
href="https://github.com/subhadeeproy3902/BloxAI"
className="text-neutral-500 hover:text-gray-900 dark:hover:text-white ms-5"
className="text-neutral-500 hover:text-orange-300 dark:hover:text-orange ms-5"
>
<svg
className="w-4 h-4"
Expand Down

0 comments on commit 91950c5

Please sign in to comment.