Skip to content

Commit 5fcfa90

Browse files
authored
Update projects
1 parent 89b08f7 commit 5fcfa90

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

images/diabetes.png

244 KB
Loading

index.html

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -179,43 +179,38 @@ <h2><span class="underline display-5 fw-bold">My Projects</span></h2>
179179
</div>
180180
<div class="col">
181181
<div class="card shadow-sm">
182-
<svg
183-
class="bd-placeholder-img card-img-top"
182+
<img
183+
src="./images/diabetes.png"
184+
class="card-img-top"
185+
alt="Project Thumbnail"
184186
width="100%"
185187
height="225"
186-
xmlns="http://www.w3.org/2000/svg"
187-
role="img"
188-
aria-label="Placeholder: Thumbnail"
189-
preserveAspectRatio="xMidYMid slice"
190-
focusable="false"
191-
>
192-
<title>Placeholder</title>
193-
<rect width="100%" height="100%" fill="#55595c"></rect>
194-
<text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text>
195-
</svg>
188+
/>
196189
<div class="card-body">
197190
<p class="card-text">
198-
This is a wider card with supporting text below as a natural
199-
lead-in to additional content. This content is a little bit
200-
longer.
191+
The diabetes classifier is a user-friendly web application
192+
that predicts diabetes risk using key health metrics like
193+
BMI, age, and more, with a decision tree ML model.
201194
</p>
202195
<div class="d-flex justify-content-between align-items-center">
203196
<div class="btn-group">
204197
<button
205198
type="button"
206199
class="btn btn-sm btn-outline-secondary"
200+
onclick="window.open('https://github.com/suhasp3/DiabetesClassifier')"
207201
>
208202
View
209203
</button>
210204
<button
211205
type="button"
212206
class="btn btn-sm btn-outline-secondary"
207+
onclick="window.open('https://github.com/suhasp3/DiabetesClassifier')"
213208
>
214209
<img src="./images/github.svg" alt="github" />
215210
Github
216211
</button>
217212
</div>
218-
<small class="text-body-secondary">Placeholder</small>
213+
<small class="text-body-secondary">Diabetes Predictive Model</small>
219214
</div>
220215
</div>
221216
</div>

0 commit comments

Comments
 (0)