@@ -27,7 +27,7 @@ const Footer = () => {
2727 height = { 140 }
2828 className = "mx-auto"
2929 />
30- < p className = "text-green-500 font-medium text-center justify-items-center font-mono" >
30+ < p className = "text-green-500 text-2xl text-center justify-items-center font-mono" >
3131 DevsInTech
3232 </ p >
3333 </ div >
@@ -43,76 +43,7 @@ const Footer = () => {
4343 technology. We are an Open-source project available on{ " " }
4444 < a href = "https://github.com/devs-in-tech/DevsInTech" className = "text-blue-500" > GitHub</ a >
4545 </ p >
46- < ul className = "mt-6 flex justify-center text-center gap-6 md:justify-end md:gap-8" >
47- < li >
48- < Link
49- href = "/"
50- rel = "noreferrer"
51- target = "_blank"
52- className = "text-blue-500 transition hover:text-blue-700/75 dark:text-white dark:hover:text-gray-100/90"
53- >
54- < FaFacebookF size = { 30 } />
55- </ Link >
56- </ li >
57-
58- < li >
59- < Link
60- href = "https://twitter.com/devs_in_tech"
61- aria-label = "Visit us on Twitter"
62- title = "Twitter (External Link)"
63- rel = "noopener noreferrer"
64- target = "_blank"
65- className = "text-sky-500 transition hover:text-sky-700/75 dark:text-white dark:hover:text-gray-100/90"
66- >
67- < FaTwitter size = { 30 } />
68- </ Link >
69- </ li >
70-
71- { /* LinkedIn Icon */ }
72-
73- < li >
74- < Link
75- href = "https://www.linkedin.com/company/devsintech-community/"
76- target = "_blank"
77- aria-label = "Visit us on Linkedin"
78- title = "Linkedin (External Link)"
79- rel = "noopener noreferrer"
80- className = "text-blue-800 transition hover:text-blue-900/75 dark:text-white dark:hover:text-gray-100/90"
81- >
82- < FaLinkedinIn size = { 30 } />
83- </ Link >
84- </ li >
85-
86- { /* Instagram icon */ }
87-
88- < li >
89- < Link
90- href = "/"
91- aria-label = "Visit us on Instagram"
92- title = "Instagram (External Link)"
93- rel = "noopener noreferrer"
94- target = "_blank"
95- className = "text-red-500 transition hover:text-red-700/75 dark:text-white dark:hover:text-gray-100/90"
96- >
97- < FaInstagram size = { 30 } />
98- </ Link >
99- </ li >
100-
101- { /* Discord icon */ }
102-
103- < li >
104- < Link
105- href = "https://discord.com/invite/g7FmxB9uZp"
106- aria-label = "Join with us on Discord"
107- title = "Discord (External Link)"
108- rel = "noopener noreferrer"
109- target = "_blank"
110- className = "text-blue-500 transition hover:text-blue-700/75 dark:text-white dark:hover:text-gray-100/90"
111- >
112- < FaDiscord size = { 30 } />
113- </ Link >
114- </ li >
115- </ ul >
46+
11647 </ div >
11748
11849 { /* COLUMNS */ }
@@ -228,6 +159,76 @@ const Footer = () => {
228159 </ div >
229160 </ div >
230161 </ div >
162+ < ul className = "mt-6 flex justify-center text-center gap-6 md:justify-center md:gap-8" >
163+ < li >
164+ < Link
165+ href = "/"
166+ rel = "noreferrer"
167+ target = "_blank"
168+ className = "text-blue-500 transition hover:text-blue-700/75 dark:text-white dark:hover:text-gray-100/90"
169+ >
170+ < FaFacebookF size = { 30 } />
171+ </ Link >
172+ </ li >
173+
174+ < li >
175+ < Link
176+ href = "https://twitter.com/devs_in_tech"
177+ aria-label = "Visit us on Twitter"
178+ title = "Twitter (External Link)"
179+ rel = "noopener noreferrer"
180+ target = "_blank"
181+ className = "text-sky-500 transition hover:text-sky-700/75 dark:text-white dark:hover:text-gray-100/90"
182+ >
183+ < FaTwitter size = { 30 } />
184+ </ Link >
185+ </ li >
186+
187+ { /* LinkedIn Icon */ }
188+
189+ < li >
190+ < Link
191+ href = "https://www.linkedin.com/company/devsintech-community/"
192+ target = "_blank"
193+ aria-label = "Visit us on Linkedin"
194+ title = "Linkedin (External Link)"
195+ rel = "noopener noreferrer"
196+ className = "text-blue-800 transition hover:text-blue-900/75 dark:text-white dark:hover:text-gray-100/90"
197+ >
198+ < FaLinkedinIn size = { 30 } />
199+ </ Link >
200+ </ li >
201+
202+ { /* Instagram icon */ }
203+
204+ < li >
205+ < Link
206+ href = "/"
207+ aria-label = "Visit us on Instagram"
208+ title = "Instagram (External Link)"
209+ rel = "noopener noreferrer"
210+ target = "_blank"
211+ className = "text-red-500 transition hover:text-red-700/75 dark:text-white dark:hover:text-gray-100/90"
212+ >
213+ < FaInstagram size = { 30 } />
214+ </ Link >
215+ </ li >
216+
217+ { /* Discord icon */ }
218+
219+ < li >
220+ < Link
221+ href = "https://discord.com/invite/g7FmxB9uZp"
222+ aria-label = "Join with us on Discord"
223+ title = "Discord (External Link)"
224+ rel = "noopener noreferrer"
225+ target = "_blank"
226+ className = "text-blue-500 transition hover:text-blue-700/75 dark:text-white dark:hover:text-gray-100/90"
227+ >
228+ < FaDiscord size = { 30 } />
229+ </ Link >
230+ </ li >
231+ </ ul >
231232 < div className = "mt-12 mb-0" >
232233 < div className = "text-center font-thin sm:flex sm:justify-center sm:text-center" >
233234 < p className = "mt-4 text-xl text-white dark:text-white sm:order-first sm:mt-0" >
0 commit comments