-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 5f21e7d 🚀
- Loading branch information
Showing
10 changed files
with
49 additions
and
3 deletions.
There are no files selected for viewing
File renamed without changes.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>VeggieBoost</title> | ||
|
||
<script type="module" crossorigin src="/VeggieBoost/assets/index-748b3d6a.js"></script> | ||
<link rel="stylesheet" href="/VeggieBoost/assets/index-f1db7c36.css"> | ||
<script type="module" crossorigin src="/VeggieBoost/assets/index-0e11135e.js"></script> | ||
<link rel="stylesheet" href="/VeggieBoost/assets/index-4fd2a98c.css"> | ||
</head> | ||
<body> | ||
<header class="header"> | ||
|
@@ -291,6 +291,52 @@ <h2 class="order-title">To order your vegetable basket, simply follow these easy | |
</div> | ||
</section> | ||
|
||
<section class="steps-section"> | ||
<div class="container"> | ||
<div class="steps-container"> | ||
<div class="step-info"> | ||
<h3 class="step-title">3 Easy Steps for Buying Fresh Vegetables</h3> | ||
<ul class="steps-list"> | ||
<li class="steps-item"> | ||
Just choose the vegetable you want to order by clicking on the checkboxes next to it. | ||
</li> | ||
<li class="steps-item">Click on the basket and fill out the form.</li> | ||
<li class="steps-item"> | ||
Sit back and relax! Your fresh vegetables basket will be delivered. | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="step-block"> | ||
<picture class="order-picture"> | ||
<source | ||
media="(width >= 1280px)" | ||
srcset="/VeggieBoost/assets/order-girl-518c97c0.avif 1x, /VeggieBoost/assets/[email protected] 2x" | ||
type="image/avif" | ||
/> | ||
<source | ||
media="(width >= 768px)" | ||
srcset="/VeggieBoost/assets/order-girl-8825a678.avif 1x, /VeggieBoost/assets/[email protected] 2x" | ||
type="image/avif" | ||
/> | ||
<source | ||
media="(width < 767px)" | ||
srcset="/VeggieBoost/assets/order-girl-e0598198.avif 1x, /VeggieBoost/assets/[email protected] 2x" | ||
type="image/avif" | ||
/> | ||
<img | ||
class="step-img" | ||
src="/VeggieBoost/assets/order-girl-e0598198.avif" | ||
alt="Girl" | ||
loading="lazy" | ||
/> | ||
</picture> | ||
</div> | ||
</div> | ||
<div class="step-block"></div> | ||
<div class="step-block"></div> | ||
</div> | ||
</section> | ||
|
||
</main> | ||
|
||
</body> | ||
|