Skip to content

Commit

Permalink
scaled down image sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-zanetti committed Jan 4, 2022
1 parent 4765d5f commit 48444c3
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h1 id="projects-title" class="projects__title">Projects</h1>
<article class="project__item">
<div>
<h4 class="project__item__title">Giovanni's Restaurant</h4>
<a href="https://giovannis.netlify.app/" target="_blank"><img src="./pictures//giovannis-2.png" class="images"></a>
<a href="https://giovannis.netlify.app/" target="_blank"><img src="./pictures//giovannis-scaled.png" class="images"></a>
<span><img src="./pictures/iconfinder_React.js_logo_1174949.png" style="width:40px; height:40px;"></span>
<span class="devicons devicons-javascript" style="font-size: 2.5em; width: auto;"></span>
<span class="devicons devicons-bootstrap" style="font-size: 2.5em; width: auto;"></span>
Expand All @@ -114,7 +114,7 @@ <h4 class="project__item__title">Giovanni's Restaurant</h4>
<article class="project__item">
<div>
<h4 class="project__item__title">Industry Money</h4>
<a href="https://nick-zanetti.github.io/industry-contributions/" target="_blank"><img src="./pictures/industry-monitor-new.png" class="images"></a>
<a href="https://nick-zanetti.github.io/industry-contributions/" target="_blank"><img src="./pictures/industry-contribs-scaled.png" class="images"></a>
<span><img src="./pictures/iconfinder_React.js_logo_1174949.png" style="width:40px; height:40px;"></span>
<span class="devicons devicons-javascript" style="font-size: 2.5em; width: auto;"></span>
<span class="devicons devicons-css3" style="font-size: 2.5em; width: auto;"></span>
Expand All @@ -129,7 +129,7 @@ <h4 class="project__item__title">Industry Money</h4>
<article class="project__item">
<div>
<h4 class="project__item__title">Most Played</h4>
<a href="https://most-played.herokuapp.com/" target="_blank"><img src="./pictures/most-played-monitor.png" class="images"></a>
<a href="https://most-played.herokuapp.com/" target="_blank"><img src="./pictures/spotify-scaled.png" class="images"></a>
<span><img src="./pictures/iconfinder_React.js_logo_1174949.png" style="width:40px; height:40px;"></span>
<span class="devicons devicons-javascript" style="font-size: 2.5em; width: auto;"></span>
<span class="devicons devicons-css3" style="font-size: 2.5em; width: auto;"></span>
Expand Down
Binary file added pictures/giovannis-scaled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pictures/industry-contribs-scaled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pictures/spotify-scaled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ ul {


.images {
width: 540px;
height: auto;
max-width: 95%;
max-height: 95%;

Expand Down

0 comments on commit 48444c3

Please sign in to comment.