Skip to content

Commit

Permalink
add images
Browse files Browse the repository at this point in the history
  • Loading branch information
chertik77 committed Sep 30, 2023
1 parent a597c08 commit 50bdf73
Show file tree
Hide file tree
Showing 38 changed files with 188 additions and 1 deletion.
171 changes: 171 additions & 0 deletions src/img/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/mobile/footer/footer-girl.avif
Binary file not shown.
Binary file added src/img/mobile/footer/[email protected]
Binary file not shown.
Binary file added src/img/mobile/footer/vegetables.avif
Binary file not shown.
Binary file added src/img/mobile/footer/[email protected]
Binary file not shown.
Binary file added src/img/mobile/hero/hero-girl.avif
Binary file not shown.
Binary file added src/img/mobile/hero/[email protected]
Binary file not shown.
Binary file added src/img/mobile/hero/review-1.avif
Binary file not shown.
Binary file added src/img/mobile/hero/[email protected]
Binary file not shown.
Binary file added src/img/mobile/hero/review-2.avif
Binary file not shown.
Binary file added src/img/mobile/hero/[email protected]
Binary file not shown.
Binary file added src/img/mobile/hero/review-3.avif
Binary file not shown.
Binary file added src/img/mobile/hero/[email protected]
Binary file not shown.
Binary file added src/img/mobile/modal/basket.avif
Binary file not shown.
Binary file added src/img/mobile/modal/[email protected]
Binary file not shown.
Binary file added src/img/mobile/modal/cabbage.avif
Binary file not shown.
Binary file added src/img/mobile/modal/[email protected]
Binary file not shown.
Binary file added src/img/mobile/modal/tomato.avif
Binary file not shown.
Binary file added src/img/mobile/modal/[email protected]
Binary file not shown.
Binary file added src/img/mobile/order/order-girl.avif
Binary file not shown.
Binary file added src/img/mobile/order/[email protected]
Binary file not shown.
Binary file added src/img/mobile/order/vegetables.avif
Binary file not shown.
Binary file added src/img/mobile/order/[email protected]
Binary file not shown.
Binary file added src/img/mobile/vegetables/brussel.avif
Binary file not shown.
Binary file added src/img/mobile/vegetables/[email protected]
Binary file not shown.
Binary file added src/img/mobile/vegetables/carrot.avif
Binary file not shown.
Binary file added src/img/mobile/vegetables/[email protected]
Binary file not shown.
Binary file added src/img/mobile/vegetables/eggplant.avif
Binary file not shown.
Binary file added src/img/mobile/vegetables/[email protected]
Binary file not shown.
Binary file added src/img/mobile/vegetables/leek.avif
Binary file not shown.
Binary file added src/img/mobile/vegetables/[email protected]
Binary file not shown.
Binary file added src/img/mobile/vegetables/mushrooms.avif
Binary file not shown.
Binary file added src/img/mobile/vegetables/[email protected]
Binary file not shown.
Binary file added src/img/mobile/vegetables/potatoes.avif
Binary file not shown.
Binary file added src/img/mobile/vegetables/[email protected]
Binary file not shown.
Binary file added src/img/mobile/vegetables/tomato.avif
Binary file not shown.
Binary file added src/img/mobile/vegetables/[email protected]
Binary file not shown.
18 changes: 17 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>VeggieBoost</title>
</head>
<body></body>
<body>
<header class="header">
<div class="header-container container">
<svg class="header-logo" width="16" height="16">
<use href="./img/icons.svg#icon-logo"></use>
</svg>
<a href="./index.html" class="heder-logo-link">veggieboost</a>
<svg class="header-burger" width="24" height="24">
<use href="./img/icons.svg#icon-burger"></use>
</svg>
</div>
</header>
<main></main>
<footer class="footer">
<div class="footer-container container"></div>
</footer>
</body>
</html>

0 comments on commit 50bdf73

Please sign in to comment.