Skip to content

Commit 050af79

Browse files
Update footer with personal social media links and portfolio website
1 parent f7dc7d3 commit 050af79

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

client/src/pages/Home.jsx

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,9 @@ const Home = () => {
236236
</p>
237237
<div className="flex space-x-4">
238238
<a
239-
href="#"
239+
href="https://github.com/saurav-kumar-sah-dev"
240+
target="_blank"
241+
rel="noopener noreferrer"
240242
className="text-gray-400 hover:text-primary-400 transition-colors"
241243
aria-label="GitHub"
242244
>
@@ -245,16 +247,20 @@ const Home = () => {
245247
</svg>
246248
</a>
247249
<a
248-
href="#"
250+
href="https://saurav-portfolio-dun.vercel.app/"
251+
target="_blank"
252+
rel="noopener noreferrer"
249253
className="text-gray-400 hover:text-primary-400 transition-colors"
250-
aria-label="Twitter"
254+
aria-label="Portfolio Website"
251255
>
252256
<svg className="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
253-
<path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"/>
257+
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/>
254258
</svg>
255259
</a>
256260
<a
257-
href="#"
261+
href="https://www.linkedin.com/in/sauravkumarsah-dev/"
262+
target="_blank"
263+
rel="noopener noreferrer"
258264
className="text-gray-400 hover:text-primary-400 transition-colors"
259265
aria-label="LinkedIn"
260266
>
@@ -367,7 +373,7 @@ const Home = () => {
367373
<div className="flex flex-col md:flex-row justify-between items-center space-y-4 md:space-y-0">
368374
<div className="flex flex-col md:flex-row items-center space-y-2 md:space-y-0 md:space-x-6">
369375
<p className="text-gray-400 text-sm">
370-
© 2024 SyncRunCode. All rights reserved.
376+
© 2024 SyncRunCode by <a href="https://saurav-portfolio-dun.vercel.app/" target="_blank" rel="noopener noreferrer" className="text-primary-400 hover:text-primary-300 transition-colors">Saurav Kumar Sah</a>. All rights reserved.
371377
</p>
372378
<div className="flex space-x-6 text-sm">
373379
<a href="#" className="text-gray-400 hover:text-white transition-colors">

0 commit comments

Comments
 (0)