@@ -94,10 +94,18 @@ const LoginPage = () => {
9494 < p style = { { fontSize : '0.78rem' , color : '#94a3b8' , fontStyle : 'italic' , lineHeight : 1.6 , marginTop : 4 } } >
9595 "I built StudyTrack because I needed a smarter way to manage my GPA, timetable, and study habits in one place. Built for students, by a student."
9696 </ p >
97- < div style = { { display : 'flex' , alignItems : 'center' , gap : '0.5rem' , marginTop : 10 } } >
98- < div style = { { width : 20 , height : 20 , borderRadius : '50%' , background : 'linear-gradient(135deg, #6366f1, #8b5cf6)' , display : 'flex' , alignItems : 'center' , justifyContent : 'center' , color : 'white' , fontSize : '0.6rem' , fontWeight : 800 } } > S</ div >
99- < p style = { { fontSize : '0.75rem' , color : '#e2e8f0' , fontWeight : 700 } } > Siddharth</ p >
100- </ div >
97+ < a href = "https://linkedin.com/in/siddharth2006" target = "_blank" rel = "noopener noreferrer" style = { { display : 'flex' , alignItems : 'center' , gap : '0.6rem' , marginTop : 12 , textDecoration : 'none' , width : 'fit-content' } } >
98+ < div style = { { width : 28 , height : 28 , borderRadius : '50%' , background : 'linear-gradient(135deg, #6366f1, #8b5cf6)' , display : 'flex' , alignItems : 'center' , justifyContent : 'center' , color : 'white' , fontSize : '0.75rem' , fontWeight : 800 } } > S</ div >
99+ < div >
100+ < p style = { { fontSize : '0.75rem' , color : '#e2e8f0' , fontWeight : 700 , display : 'flex' , alignItems : 'center' , gap : 4 } } >
101+ Siddharth
102+ < span style = { { opacity : 0.5 } } >
103+ < svg width = "10" height = "10" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" strokeWidth = "2" strokeLinecap = "round" strokeLinejoin = "round" > < path d = "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" > </ path > < polyline points = "15 3 21 3 21 9" > </ polyline > < line x1 = "10" y1 = "14" x2 = "21" y2 = "3" > </ line > </ svg >
104+ </ span >
105+ </ p >
106+ < p style = { { fontSize : '0.6rem' , color : '#64748b' , fontWeight : 600 , textTransform : 'uppercase' , letterSpacing : '0.05em' , marginTop : 2 } } > Full Stack Developer</ p >
107+ </ div >
108+ </ a >
101109 </ div >
102110 </ div >
103111
0 commit comments