Skip to content

Commit

Permalink
Modify projects section
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-zanetti committed Apr 2, 2022
1 parent 610f5d4 commit 6789249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h4 class="project__item__title">Industry Money</h4>

<div class="line"></div>

<article class="project__item">
<!-- <article class="project__item">
<div>
<h4 class="project__item__title">Most Played</h4>
<a href="https://most-played.netlify.app/" target="_blank"><img src="./pictures/spotify-scaled.png" class="images"></a>
Expand All @@ -137,9 +137,9 @@ <h4 class="project__item__title">Most Played</h4>
<a href="https://github.com/nick-zanetti/spotify-most-played" target="_blank"><span class="devicons devicons-github_badge" style="font-size: 2.5em; width: auto;"></a>
</div>
<p class="description">The most played app uses Spotify's web api to show the user their most played songs over three possible periods of time. Another cool feature is that a sample of each song will play when the user moves their mouse over it. I created this because I love Spotify's year in review where they show you your most played songs, this app allows you to look whenever you want. I created this in React. </p>
</article>
</article> -->

<div class="line"></div>
<!-- <div class="line"></div> -->

</section>

Expand Down

0 comments on commit 6789249

Please sign in to comment.