Skip to content

Commit

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

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

1 change: 0 additions & 1 deletion assets/index-f1db7c36.css

This file was deleted.

Binary file added assets/order-girl-518c97c0.avif
Binary file not shown.
Binary file added assets/order-girl-8825a678.avif
Binary file not shown.
Binary file added assets/order-girl-e0598198.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.
50 changes: 48 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-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">
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit a78ef81

Please sign in to comment.