-
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 @ da65a7b 🚀
- Loading branch information
Showing
10 changed files
with
44 additions
and
3 deletions.
There are no files selected for viewing
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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-1653e633.js"></script> | ||
<link rel="stylesheet" href="/VeggieBoost/assets/index-ef8f716d.css"> | ||
<script type="module" crossorigin src="/VeggieBoost/assets/index-748b3d6a.js"></script> | ||
<link rel="stylesheet" href="/VeggieBoost/assets/index-f1db7c36.css"> | ||
</head> | ||
<body> | ||
<header class="header"> | ||
|
@@ -250,6 +250,47 @@ <h1 class="hero-title">organic <i>vegetables</i> to your diet today!</h1> | |
</div> | ||
</section> | ||
|
||
<section class="order-section"> | ||
<div class="order-container container"> | ||
<div class="order-wrapper"> | ||
<h2 class="order-title">To order your vegetable basket, simply follow these easy steps</h2> | ||
<picture class="order-picture"> | ||
<source | ||
media="(width >= 1280px)" | ||
srcset="/VeggieBoost/assets/vegetables-4b576b7d.avif 1x, /VeggieBoost/assets/[email protected] 2x" | ||
type="image/avif" | ||
/> | ||
<source | ||
media="(width >= 768px)" | ||
srcset="/VeggieBoost/assets/vegetables-ed7c0dfc.avif 1x, /VeggieBoost/assets/[email protected] 2x" | ||
type="image/avif" | ||
/> | ||
<source | ||
media="(width < 767px)" | ||
srcset="/VeggieBoost/assets/vegetables-842a5e7c.avif 1x, /VeggieBoost/assets/[email protected] 2x" | ||
type="image/avif" | ||
/> | ||
<img | ||
class="order-veg-img" | ||
src="/VeggieBoost/assets/vegetables-842a5e7c.avif" | ||
alt="Vegetables" | ||
loading="lazy" | ||
/> | ||
</picture> | ||
</div> | ||
<div class="order-text-wrapper"> | ||
<p class="order-desc"> | ||
Our baskets are assembled with care and delivered straight to your doorstep, so you can | ||
enjoy the taste of fresh fruit without ever leaving your home. | ||
</p> | ||
<p class="order-desc"> | ||
Whether you're looking for a healthy snack or a thoughtful gift, our fruit baskets are the | ||
perfect choice. | ||
</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
</main> | ||
|
||
</body> | ||
|