Skip to content

Commit

Permalink
Set image file name as proper order of where images display
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallDoesCoding committed Apr 25, 2022
1 parent 93a0de4 commit 10623b2
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
Binary file modified images/photo-gallery-imgs/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Binary file removed images/photo-gallery-imgs/2.jpg
Binary file not shown.
File renamed without changes
File renamed without changes.
Binary file modified images/photo-gallery-imgs/3.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 images/photo-gallery-imgs/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/photo-gallery-imgs/6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions photo-gallery/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ <h1>A VERY MOGUL CHRISTMAS PHOTO GALLERY</h1>
<h2>PLEASE ADD YOUR PHOTO <a href="https://github.com/KendallDoesCoding/mogul-christmas/tree/main/photo-gallery/images">HERE AND MAKE A PULL REQUEST</a></h2>
<div class="row">
<div class="column">
<img src="/images/photo-gallery-imgs/3.png" />
<img src="/images/photo-gallery-imgs/4.png" />
<img src="/images/photo-gallery-imgs/1.png" />
<img src="/images/photo-gallery-imgs/2.png" />
</div>
<div class="column">
<img src="/images/photo-gallery-imgs/1.png" />
<img src="/images/photo-gallery-imgs/6.jpg" />
<img src="/images/photo-gallery-imgs/3.png" />
<img src="/images/photo-gallery-imgs/4.jpg" />
</div>
<div class="column">
<img src="/images/photo-gallery-imgs/5.jpg" />
<img src="/images/photo-gallery-imgs/2.jpg" />
<img src="/images/photo-gallery-imgs/6.jpg" />
</div>
</div>
</div>
Expand Down

0 comments on commit 10623b2

Please sign in to comment.