Skip to content

Commit

Permalink
Updated Photos
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacTeng committed Apr 7, 2024
1 parent 87fd0ac commit a0f26b0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added Photos/.DS_Store
Binary file not shown.
Binary file added Photos/Image6.jpeg
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 Photos/Image7.jpeg
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 Photos/Image8.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h1><b>PHOTOLIO</b></h1>
<!-- Photo Grid -->
<div class="w3-row" id="myGrid" style="margin-bottom:128px">
<div class="w3-third">
<img id="myImg" src="https://scontent.cdninstagram.com/v/t39.30808-6/417691520_18074340397449398_7201409889761802470_n.jpg?stp=dst-jpg_e35&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyIn0&_nc_ht=scontent.cdninstagram.com&_nc_cat=102&_nc_ohc=mK1oxaBV2PUAb67sh57&edm=APs17CUAAAAA&ccb=7-5&ig_cache_key=MzI3MzYyNzg2MzA4NzQ5MTE4NA%3D%3D.2-ccb7-5&oh=00_AfA9yRG5GG03I2W3fy1At9gN7BFY9uI5CfxmJnIle96LZQ&oe=66117A31&_nc_sid=10d13b" style="width:100%">
<img id="myImg" src="Photos/Image6.jpeg" style="width:100%">
<!-- The Modal -->
<div id="myModal" class="modal">

Expand All @@ -137,19 +137,19 @@ <h1><b>PHOTOLIO</b></h1>
<!-- Modal Caption (Image Text) -->
<div id="caption"></div>
</div>
<img src="https://scontent.cdninstagram.com/v/t39.30808-6/417783302_18074467231449398_7844372751102882501_n.jpg?stp=dst-jpg_e35&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE3OTkuc2RyIn0&_nc_ht=scontent.cdninstagram.com&_nc_cat=102&_nc_ohc=YoJn-ff4nYwAb6MTnQJ&edm=APs17CUAAAAA&ccb=7-5&ig_cache_key=MzI3NDQyMTM5NTQ5MDM0MjkxNg%3D%3D.2-ccb7-5&oh=00_AfB0RL60Q5uK1Pt3xSQ7FuW8iqR2KnpRVroME2QFKJbAcQ&oe=6611A9DF&_nc_sid=10d13b" style="width:100%">
<img id="myImg" src="Photos/Image7.jpeg" style="width:100%">
</div>

<div class="w3-third">
<img src="Photos/Image1.JPG" style="width:100%">
<img src="https://scontent.cdninstagram.com/v/t39.30808-6/424578995_18077017513449398_2240872537108561204_n.jpg?stp=dst-jpg_e35&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyIn0&_nc_ht=scontent.cdninstagram.com&_nc_cat=102&_nc_ohc=Iv9vvafZA7YAb4V4a4s&edm=APs17CUAAAAA&ccb=7-5&ig_cache_key=MzI5MTk3MzY2NjM2NjE2NDQ0NQ%3D%3D.2-ccb7-5&oh=00_AfBfSIQbqTvpK6FnC1h-h-fGFBY8QymjKeFUdf4LGRzhpQ&oe=661180B3&_nc_sid=10d13b" style="width:100%">
<img src="Photos/Image5.jpeg" style="width:100%">
<img id="myImg" src="Photos/Image1.JPG" style="width:100%">
<img id="myImg" src="Photos/Image8.jpeg" style="width:100%">
<img id="myImg" src="Photos/Image5.jpeg" style="width:100%">
</div>

<div class="w3-third">
<img src="Photos/Image2.jpg" style="width:100%">
<img src="Photos/Image3.jpg" style="width:100%">
<img src="Photos/Image4.jpeg" style="width:100%">
<img id="myImg" src="Photos/Image2.jpg" style="width:100%">
<img id="myImg" src="Photos/Image3.jpg" style="width:100%">
<img id="myImg" src="Photos/Image4.jpeg" style="width:100%">
</div>
</div>

Expand Down

0 comments on commit a0f26b0

Please sign in to comment.