Skip to content

Commit

Permalink
Deploying to gh-pages from @ da65a7b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
chertik77 committed Sep 30, 2023
1 parent 67491ed commit 6464147
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 3 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion assets/index-ef8f716d.css

This file was deleted.

1 change: 1 addition & 0 deletions assets/index-f1db7c36.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added assets/vegetables-4b576b7d.avif
Binary file not shown.
Binary file added assets/vegetables-842a5e7c.avif
Binary file not shown.
Binary file added assets/vegetables-ed7c0dfc.avif
Binary file not shown.
Binary file added assets/[email protected]
Binary file not shown.
Binary file added assets/[email protected]
Binary file not shown.
Binary file added assets/[email protected]
Binary file not shown.
45 changes: 43 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 6464147

Please sign in to comment.