-
Notifications
You must be signed in to change notification settings - Fork 112
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
1 parent
531fcf6
commit f11fbc4
Showing
3 changed files
with
57 additions
and
38 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
import { useState, useEffect } from "react"; | ||
import styled from "styled-components"; | ||
import { | ||
Linkedin, | ||
Instagram, | ||
Github, | ||
Twitter, | ||
Mail, | ||
Youtube, | ||
} from "lucide-react"; | ||
FaLinkedin, | ||
FaInstagram, | ||
FaGithub, | ||
FaTwitter, | ||
FaEnvelope, | ||
FaYoutube, | ||
FaWhatsapp, | ||
FaTelegram, | ||
} from "react-icons/fa"; | ||
|
||
const Section = styled.footer` | ||
padding: 1.2rem; | ||
|
@@ -38,11 +40,9 @@ const ContentWrapper = styled.div` | |
const RightText = styled.div` | ||
display: flex; | ||
align-items: center; | ||
p { | ||
margin-right: 1rem; | ||
width: | ||
} | ||
a { | ||
|
@@ -118,35 +118,44 @@ const Footer = () => { | |
Team nameSpace | ||
</a> | ||
</CenterText> | ||
<ContentWrapper> | ||
<LeftText>© {year} The nameSpace Community and Organization</LeftText> | ||
<RightText> | ||
<p>Reach out to us via </p> | ||
<a href="http://instagram.com/namespacecomm"> | ||
<Instagram size={24} /> | ||
</a> | ||
| ||
<a href="http://www.linkedin.com/company/namespacecomm/"> | ||
<Linkedin size={24} /> | ||
</a> | ||
| ||
<a href="https://www.youtube.com/@namespacecomm"> | ||
<Youtube size={24} /> | ||
</a> | ||
| ||
<a href="https://github.com/namespacecomm"> | ||
<Github size={24} /> | ||
</a> | ||
| ||
<a href="https://twitter.com/namespacecomm"> | ||
<Twitter size={24} /> | ||
</a> | ||
| ||
<a href="mailto:[email protected]"> | ||
<Mail size={24} /> | ||
</a> | ||
</RightText> | ||
</ContentWrapper> | ||
<CenterText> | ||
<p className="text-2xl">Reach out to us via </p> | ||
<div className="flex items-center justify-center space-x-4 mt-2"> | ||
<a href="http://instagram.com/namespacecomm"> | ||
<FaInstagram size={24} /> | ||
</a> | ||
| ||
<a href="http://www.linkedin.com/company/namespacecomm/"> | ||
<FaLinkedin size={24} /> | ||
</a> | ||
| ||
<a href="https://www.youtube.com/@namespacecomm"> | ||
<FaYoutube size={24} /> | ||
</a> | ||
| ||
<a href="https://github.com/namespacecomm"> | ||
<FaGithub size={24} /> | ||
</a> | ||
| ||
<a href="https://twitter.com/namespacecomm"> | ||
<FaTwitter size={24} /> | ||
</a> | ||
<a href="https://wa.me/your-whatsapp-number"> | ||
<FaWhatsapp size={24} /> | ||
</a> | ||
| ||
<a href="https://t.me/your-telegram-username"> | ||
<FaTelegram size={24} /> | ||
</a> | ||
| ||
<a href="mailto:[email protected]"> | ||
<FaEnvelope size={24} /> | ||
</a> | ||
| ||
</div> | ||
|
||
</CenterText> | ||
<CenterText>© {year} The nameSpace Community and Organization</CenterText> | ||
<TrademarkText> | ||
"HACKHAZARDS", "TechXcelerate", "TechTrek", "AlgoRumble", "TechRumble", | ||
"Game of Codes", "nameSpace" and "The nameSpace Community" are the | ||
|