Skip to content

Commit

Permalink
weekly specials
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-J-Choi committed Jul 14, 2023
1 parent 2f6679e commit 3b5d2ec
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 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=070623">
<img class="img-fluid" src="./public/assets/weekly/english.jpg?v=071423">

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

<br>
<h2>Korean</h2>
<img class="img-fluid" src="./public/assets/weekly/korean.jpg?v=070623">
<img class="img-fluid" src="./public/assets/weekly/korean.jpg?v=071423">
<br>
<br>
</div>
Expand Down
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="5"></li>
<!-- <li data-target="#carouselExampleIndicators" data-slide-to="5"></li> -->
</ol>
<div class="container">
<div class="carousel-inner">
Expand All @@ -64,20 +64,20 @@
<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/sale/meat.jpg?v=070623" class="img-fluid" alt="...">
<img src="./public/assets/sale/meat.jpg?v=071423" class="img-fluid" alt="...">
</div>
<div class="carousel-item center-carousel">
<img src="./public/assets/sale/veg.jpg?v=070623" class="img-fluid" alt="...">
<img src="./public/assets/sale/veg.jpg?v=071423" class="img-fluid" alt="...">
</div>
<div class="carousel-item center-carousel">
<img src="./public/assets/sale/fish.jpg?v=070623" class="img-fluid" alt="...">
<img src="./public/assets/sale/fish.jpg?v=071423" class="img-fluid" alt="...">
</div>
<div class="carousel-item center-carousel">
<img src="./public/assets/sale/grocery1.jpg?v=070623" class="img-fluid" alt="...">
<img src="./public/assets/sale/grocery.jpg?v=071423" class="img-fluid" alt="...">
</div>
<div class="carousel-item center-carousel">
<!-- <div class="carousel-item center-carousel">
<img src="./public/assets/sale/grocery2.jpg?v=070623" class="img-fluid" alt="...">
</div>
</div> -->
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
Expand Down
Binary file modified public/assets/sale/fish.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 added public/assets/sale/grocery.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 removed public/assets/sale/grocery1.jpg
Binary file not shown.
Binary file removed public/assets/sale/grocery2.jpg
Binary file not shown.
Binary file modified public/assets/sale/meat.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 public/assets/sale/veg.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 public/assets/weekly/english.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 public/assets/weekly/korean.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 public/assets/weekly/spanish.jpg
Loading
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 3b5d2ec

Please sign in to comment.