Skip to content

Commit

Permalink
Update featured-projects.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rsandan authored Jun 12, 2024
1 parent 5bacb34 commit f02bb0a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions _includes/featured-projects.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
<section class="section featured-projects">
<div class="section__title">Featured Projects</div>
<div class="section__content">
<div class="project blistabloc">
<div class="project">
<figure class="project__pic">
<a href="https://github.com/rsandan/nba_clustering" target="_blank">
<img src="{{site.baseurl}}/img/featured/nba_clustering/output.png" alt="">
<img src="{{site.baseurl}}/img/featured/nba_clustering/output.png" alt="Image description">
</a>
</figure>
<figcaption class="project__caption">
<div class="project__name">
next man up
Next Man Up
</div>
<p>Implemented clustering model to group NBA, G League, and NCAA players based on box score statistics enabling: potential role player replacements,
scouting emerging talent, and contingency planning for injuries or trades.</p>
</figcaption>
</div>
</div>
</section>

.project__pic img {
max-width: 80%; /* 20% smaller than the original size */
height: auto;
}


0 comments on commit f02bb0a

Please sign in to comment.