Skip to content

Commit

Permalink
weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-J-Choi committed Feb 2, 2024
1 parent f8d62a9 commit 41fd1c5
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions deals.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ <h1>This week's deals</h1>
<div class="row deal">

<h2>English</h2>
<img class="img-fluid" src="./public/assets/weekly/english.jpg?v=012624">
<img class="img-fluid" src="./public/assets/weekly/english.jpg?v=020224">

<br><br>
<h2>Spanish</h2>
<img class="img-fluid" src="./public/assets/weekly/spanish.jpg?v=012624">
<img class="img-fluid" src="./public/assets/weekly/spanish.jpg?v=020224">

<br>
<h2>Korean</h2>
<img class="img-fluid" src="./public/assets/weekly/korean.jpg?v=012624">
<img class="img-fluid" src="./public/assets/weekly/korean.jpg?v=020224">
<br>
<br>
</div>
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@
<img src="./public/assets/sp.jpg" class="d-block w-100 img-fluid" alt="...">
</div> -->
<div class="carousel-item center-carousel active">
<img src="./public/assets/weekly/meat.jpg?v=012624" class="img-fluid" alt="...">
<img src="./public/assets/weekly/meat.jpg?v=020224" class="img-fluid" alt="...">
</div>
<div class="carousel-item center-carousel">
<img src="./public/assets/weekly/veg.jpg?v=012624" class="img-fluid" alt="...">
<img src="./public/assets/weekly/veg.jpg?v=020224" class="img-fluid" alt="...">
</div>
<div class="carousel-item center-carousel">
<img src="./public/assets/weekly/fish.jpg?v=012624" class="img-fluid" alt="...">
<img src="./public/assets/weekly/fish.jpg?v=020224" class="img-fluid" alt="...">
</div>
<div class="carousel-item center-carousel">
<img src="./public/assets/weekly/grocery.jpg?v=012624" class="img-fluid" alt="...">
<img src="./public/assets/weekly/grocery.jpg?v=020224" class="img-fluid" alt="...">
</div>
<!-- <div class="carousel-item center-carousel">
<img src="./public/assets/sale/grocery2.jpg?v=070623" class="img-fluid" alt="...">
Expand Down
Binary file modified public/assets/weekly/english.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/weekly/fish.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/weekly/grocery.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/weekly/korean.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/weekly/meat.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/weekly/spanish.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/weekly/veg.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 41fd1c5

Please sign in to comment.