Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0b31b9a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ReshetS committed Apr 11, 2024
1 parent 3e5459f commit 3d11ec7
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 3 deletions.
1 change: 1 addition & 0 deletions assets/index-afc3fb6b.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-bb89f385.css

This file was deleted.

109 changes: 107 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/>

<script type="module" crossorigin src="/commonHelpers.js"></script>
<link rel="stylesheet" href="/assets/index-bb89f385.css">
<link rel="stylesheet" href="/assets/index-afc3fb6b.css">
</head>
<body>
<header class="header">
Expand Down Expand Up @@ -69,7 +69,112 @@ <h2 class="visually-hidden">advertisement</h2>
</section>

<section class="vegetables" id="vegetables">

<div class="container">
<h2 class="organic-title">organic <span>vegetables</span></h2>
<p class="title-about">
Our organic vegetables are hand-picked from local farms and delivered
straight to your doorstep, ensuring that you get the freshest and most
nutritious produce possible.
</p>
<ul class="vg-list">
<li class="vg-item">
<h3 class="vg-subtitle">eggplant</h3>
<p class="price-list">60 UAH / kg</p>
<img
srcset="
../img/blueguy-1x-min.png 1x,
../img/blueguy-2x-min.png 2x,
../img/blueguy-3x-min.png 3x
"
src="../img/blueguy-1x-min.png"
alt="eggplant"
width="282"
height="243"
class="vg-image"
/>
</li>
<li class="vg-item">
<h3 class="vg-subtitle">leek</h3>
<p class="price-list">50 UAH / kg</p>
<img
srcset="
../img/porei-1x-min.png 1x,
../img/porei-2x-min.png 2x,
../img/porei-3x-min.png 3x
"
src="../img/porei-1x-min.png"
alt="leek"
width="282"
height="243"
class="vg-image"
/>
</li>
<li class="vg-item">
<h3 class="vg-subtitle">mushrooms</h3>
<p class="price-list">40 UAH / kg</p>
<img
srcset="
../img/mashroom-1x-min.png 1x,
../img/mashroom-2x-min.png 2x,
../img/mashroom-3x-min.png 3x
"
src="../img/mashroom-1x-min.png"
alt="mushrooms"
width="282"
height="243"
class="vg-image"
/>
</li>
<li class="vg-item">
<h3 class="vg-subtitle">corn</h3>
<p class="price-list">60 UAH / kg</p>
<img
srcset="
../img/corn-1x-min.png 1x,
../img/corn-2x-min.png 2x,
../img/corn-3x-min.png 3x
"
src="../img/corn-1x-min.png"
alt="corn"
width="282"
height="243"
class="vg-image"
/>
</li>
<li class="vg-item">
<h3 class="vg-subtitle">sweet potatoes</h3>
<p class="price-list">50 UAH / kg</p>
<img
srcset="
../img/batat-1x-min.png 1x,
../img/batat-2x-min.png 2x,
../img/batat-3x-min.png 3x
"
src="../img/batat-1x-min.png"
alt="sweetpotatoes"
width="282"
height="243"
class="vg-image"
/>
</li>
<li class="vg-item">
<h3 class="vg-subtitle">carrot</h3>
<p class="price-list">40 UAH / kg</p>
<img
srcset="
../img/carrot-1x-min.png 1x,
../img/carrot-2x-min.png 2x,
../img/carrot-3x-min.png 3x
"
src="../img/carrot-1x-min.png"
alt="carrot"
width="282"
height="243"
class="vg-image"
/>
</li>
</ul>
</div>
</section>

<section class="reviews" id="reviews">
Expand Down

0 comments on commit 3d11ec7

Please sign in to comment.