@@ -263,8 +263,13 @@ <h1>About Me</h1>
263263 < h2 class ="section-title "> My Projects</ h2 >
264264 < div class ="aboutbox1-curve ">
265265 < div >
266- < img src ="jithu1.jpg " style ="margin-right: 20px " />
267- < img src ="jithu1.jpg " />
266+ < img
267+ src ="https://sapizon.com/wp-content/uploads/2020/04/vr_ar_usa.jpg "
268+ style ="margin-right: 20px "
269+ />
270+ < img
271+ src ="https://cdn.pixabay.com/photo/2024/05/15/20/57/developer-8764523_1280.jpg "
272+ />
268273 </ div >
269274 < div class ="projects-content ">
270275 < div class ="project-card scroll-reveal ">
281286 </ div >
282287
283288 < div class ="project-card scroll-reveal ">
284- < span class ="highlight-icon "> 💻 </ span >
289+ < span class ="highlight-icon "> 💭 </ span >
285290 < h3 > Sentiment Analysis on Social Media Presence</ h3 >
286291 < p class ="project-date "> 12/2023</ p >
287292 < p >
@@ -291,6 +296,7 @@ <h3>Sentiment Analysis on Social Media Presence</h3>
291296 </ div >
292297
293298 < div class ="project-card scroll-reveal ">
299+ < span class ="highlight-icon "> 🥗</ span >
294300 < h3 > Recipe App</ h3 >
295301 < p class ="project-date "> 03/2024</ p >
296302 < p >
@@ -300,6 +306,7 @@ <h3>Recipe App</h3>
300306 </ div >
301307
302308 < div class ="project-card scroll-reveal ">
309+ < span class ="highlight-icon "> ❤️🩹</ span >
303310 < h3 > Trauma Detection App</ h3 >
304311 < p class ="project-date "> 03/2024 - Present</ p >
305312 < p >
@@ -309,6 +316,7 @@ <h3>Trauma Detection App</h3>
309316 </ div >
310317
311318 < div class ="project-card scroll-reveal ">
319+ < span class ="highlight-icon "> 🎓</ span >
312320 < h3 > EduTrack App</ h3 >
313321 < p class ="project-date "> 06/2024 - 06/2024</ p >
314322 < p >
@@ -1022,19 +1030,24 @@ <h2 style="font-size: 1.5rem; font-weight: 400; color: #e0e0e0">
10221030 }
10231031
10241032 .tech-card {
1025- background : rgba (15 , 23 , 42 , 0.8 );
10261033 border-radius : 12px ;
10271034 padding : 1.5rem 1rem ;
10281035 text-align : center;
1029- border : 1px solid rgba (255 , 255 , 255 , 0.05 );
10301036 transition : all 0.3s ease;
10311037 cursor : default;
1038+ transition : all 0.4s cubic-bezier (0.175 , 0.885 , 0.32 , 1.275 );
10321039 }
10331040
10341041 .tech-card : hover {
10351042 transform : translateY (-6px ) scale (1.03 );
1036- box-shadow : 0 12px 24px rgba (0 , 0 , 0 , 0.35 );
1037- border-color : rgba (59 , 130 , 246 , 0.6 );
1043+ background : linear-gradient (
1044+ 145deg ,
1045+ rgba (15 , 23 , 42 , 0.7 ),
1046+ rgba (30 , 41 , 59 , 0.5 )
1047+ );
1048+ box-shadow : 0 15px 30px rgba (0 , 0 , 0 , 0.4 ),
1049+ 0 0 0 1px rgba (59 , 130 , 246 , 0.2 );
1050+ border-color : rgba (59 , 130 , 246 , 0.3 );
10381051 }
10391052
10401053 .tech-icon {
0 commit comments