@@ -73,69 +73,67 @@ <h1 class="hero-title">
7373 < section id ="projects " class ="projects-section ">
7474 < div class ="container ">
7575 < div class ="section-header ">
76- < h2 > Selected Works</ h2 >
77- < span class ="count "> 07</ span >
76+ < h2 > Impact Areas</ h2 >
7877 </ div >
7978
80- < div class ="project-list ">
81- <!-- Project 1 -->
82- < a href ="https://github.com/kshptl/Patient-Selection-for-Diabetes-Drug-Testing-using-EHR-Data "
83- class ="project-item " target ="_blank "
84- data-image ="https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?q=80&w=2070&auto=format&fit=crop ">
85- < span class ="project-number "> 01</ span >
86- < h3 class ="project-name "> Patient Selection</ h3 >
87- < span class ="project-cat "> Machine Learning</ span >
88- </ a >
89-
90- <!-- Project 2 -->
91- < a href ="https://github.com/kshptl/Drug-Review-Sentiment-Analysis " class ="project-item "
92- target ="_blank "
93- data-image ="https://images.unsplash.com/photo-1555435024-2c4d456b63be?q=80&w=2070&auto=format&fit=crop ">
94- < span class ="project-number "> 02</ span >
95- < h3 class ="project-name "> Sentiment Analysis</ h3 >
96- < span class ="project-cat "> NLP / Deep Learning</ span >
97- </ a >
98-
99- <!-- Project 3 -->
100- < a href ="https://github.com/kshptl/Pneumonia-Detection " class ="project-item " target ="_blank "
101- data-image ="https://images.unsplash.com/photo-1530026405186-ed1f139313f8?q=80&w=2070&auto=format&fit=crop ">
102- < span class ="project-number "> 03</ span >
103- < h3 class ="project-name "> Pneumonia Detection</ h3 >
104- < span class ="project-cat "> Computer Vision</ span >
105- </ a >
106-
107- <!-- Project 4 -->
108- < a href ="https://github.com/kshptl/covid-19-emissions " class ="project-item " target ="_blank "
109- data-image ="https://images.unsplash.com/photo-1611273426761-53c8577a3c18?q=80&w=2070&auto=format&fit=crop ">
110- < span class ="project-number "> 04</ span >
111- < h3 class ="project-name "> Covid Emissions</ h3 >
112- < span class ="project-cat "> Data Visualization</ span >
113- </ a >
114-
115- <!-- Project 5 -->
116- < a href ="https://github.com/kshptl/Plagarism-Checker-Algorithm " class ="project-item " target ="_blank "
117- data-image ="https://images.unsplash.com/photo-1455390582262-044cdead277a?q=80&w=2073&auto=format&fit=crop ">
118- < span class ="project-number "> 05</ span >
119- < h3 class ="project-name "> Plagiarism Checker</ h3 >
120- < span class ="project-cat "> Algorithm Design</ span >
121- </ a >
122-
123- <!-- Project 6 -->
124- < a href ="https://github.com/kshptl/Network-Communities-and-Clustering " class ="project-item "
125- target ="_blank "
126- data-image ="https://images.unsplash.com/photo-1558494949-efc02570fbc9?q=80&w=2070&auto=format&fit=crop ">
127- < span class ="project-number "> 06</ span >
128- < h3 class ="project-name "> Network Clustering</ h3 >
129- < span class ="project-cat "> Network Analysis</ span >
130- </ a >
131-
132- <!-- Project 7 -->
133- < a href ="https://github.com/kshptl/Topic-Modeling " class ="project-item " target ="_blank "
134- data-image ="https://images.unsplash.com/photo-1504868584819-f8e8b4b6d7e3?q=80&w=2076&auto=format&fit=crop ">
135- < span class ="project-number "> 07</ span >
136- < h3 class ="project-name "> Topic Modeling</ h3 >
137- < span class ="project-cat "> NLP</ span >
138- </ a >
79+ < div class ="impact-grid ">
80+
81+ <!-- Impact Card 1: Healthcare -->
82+ < div class ="impact-card ">
83+ < div class ="card-bg "
84+ style ="background-image: url('https://images.unsplash.com/photo-1579165466741-7f35a4755657?q=80&w=2000&auto=format&fit=crop'); ">
85+ </ div >
86+ < div class ="card-content ">
87+ < h3 class ="card-title "> Advancing Healthcare</ h3 >
88+ < p class ="card-desc "> Leveraging ML to optimize drug testing and improve diagnostic accuracy.
89+ </ p >
90+ < ul class ="card-links ">
91+ < li > < a href ="https://github.com/kshptl/Patient-Selection-for-Diabetes-Drug-Testing-using-EHR-Data "
92+ target ="_blank "> Patient Selection for Drug Testing →</ a > </ li >
93+ < li > < a href ="https://github.com/kshptl/Pneumonia-Detection " target ="_blank "> Pneumonia
94+ Detection (CNN) →</ a > </ li >
95+ </ ul >
96+ </ div >
97+ </ div >
98+
99+ <!-- Impact Card 2: Intelligence -->
100+ < div class ="impact-card ">
101+ < div class ="card-bg "
102+ style ="background-image: url('https://images.unsplash.com/photo-1620712943543-bcc4688e7485?q=80&w=2000&auto=format&fit=crop'); ">
103+ </ div >
104+ < div class ="card-content ">
105+ < h3 class ="card-title "> Deciphering Intelligence</ h3 >
106+ < p class ="card-desc "> Unlocking insights from text and patterns using NLP and advanced
107+ algorithms.</ p >
108+ < ul class ="card-links ">
109+ < li > < a href ="https://github.com/kshptl/Drug-Review-Sentiment-Analysis "
110+ target ="_blank "> Drug Review Sentiment Analysis →</ a > </ li >
111+ < li > < a href ="https://github.com/kshptl/Topic-Modeling " target ="_blank "> Topic Modeling
112+ (PLSA) →</ a > </ li >
113+ < li > < a href ="https://github.com/kshptl/Plagarism-Checker-Algorithm "
114+ target ="_blank "> Plagiarism Checker →</ a > </ li >
115+ </ ul >
116+ </ div >
117+ </ div >
118+
119+ <!-- Impact Card 3: Global Systems -->
120+ < div class ="impact-card ">
121+ < div class ="card-bg "
122+ style ="background-image: url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=2000&auto=format&fit=crop'); ">
123+ </ div >
124+ < div class ="card-content ">
125+ < h3 class ="card-title "> Modeling Global Systems</ h3 >
126+ < p class ="card-desc "> Visualizing and analyzing complex network dynamics and environmental
127+ impact.</ p >
128+ < ul class ="card-links ">
129+ < li > < a href ="https://github.com/kshptl/covid-19-emissions " target ="_blank "> Covid-19
130+ Emissions Impact →</ a > </ li >
131+ < li > < a href ="https://github.com/kshptl/Network-Communities-and-Clustering "
132+ target ="_blank "> Network Clustering →</ a > </ li >
133+ </ ul >
134+ </ div >
135+ </ div >
136+
139137 </ div >
140138 </ div >
141139 </ section >
@@ -147,7 +145,7 @@ <h2 class="footer-title">Let's work together</h2>
147145 < div class ="footer-links ">
148146 < a href ="
mailto:[email protected] "
> Email
</ a > 149147 < a href ="https://github.com/kshptl "> GitHub</ a >
150- < a href ="# "> LinkedIn</ a >
148+ < a href ="https://linkedin.com/in/kushpatel44 "> LinkedIn</ a >
151149 </ div >
152150 < p class ="copyright "> © 2025 Kush Patel</ p >
153151 </ div >
0 commit comments