Skip to content

Commit

Permalink
Deploying to gh-pages from @ c41f98b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
chertik77 committed Sep 30, 2023
1 parent 6a8d985 commit d8ec5e4
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 10 deletions.
Binary file added assets/DMSans-Bold-55148b42.woff2
Binary file not shown.
Binary file added assets/DMSans-Medium-e9902403.woff2
Binary file not shown.
Binary file added assets/DMSans-Regular-f857de78.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions assets/index-3df23b76.css

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

11 changes: 11 additions & 0 deletions assets/index-9ef616fb.js

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

50 changes: 40 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,52 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>VeggieBoost</title>

<script type="module" crossorigin src="/VeggieBoost/assets/index-9ef616fb.js"></script>
<link rel="stylesheet" href="/VeggieBoost/assets/index-3df23b76.css">
</head>
<body>
<header class="header">
<div class="header-container container">
<svg class="header-logo" width="16" height="16">
<use href="/VeggieBoost/assets/icons-78d2903a.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="/VeggieBoost/assets/icons-78d2903a.svg#icon-burger"></use>
</svg>
</div>
</header>
<div class="header-container container">
<svg class="header-logo" width="16" height="16">
<use href="/VeggieBoost/assets/icons-78d2903a.svg#icon-logo"></use>
</svg>
<a href="./index.html" class="heder-logo-link">veggieboost</a>
<button class="header-burger-btn">
<svg class="header-burger-icon" width="24" height="24">
<use href="/VeggieBoost/assets/icons-78d2903a.svg#icon-burger"></use>
</svg>
</button>
</div>
</header>
<dialog id="header-modal" class="header-burger-modal">
<div class="header-modal-container">
<nav class="header-modal-nav"></nav>
<ul class="header-modal-nav-list">
<li class="header-modal-nav-list-item">
<a href="" class="header-modal-nav-list-link">How It Works</a>
</li>
<li class="header-modal-nav-list-item">
<a href="" class="header-modal-nav-list-link">Vegetables</a>
</li>
<li class="header-modal-nav-list-item">
<a href="" class="header-modal-nav-list-link">Contacts</a>
</li>
<li class="header-modal-nav-list-item">
<a href="" class="header-modal-nav-list-link">
<svg class="header-modal-cart" width="20" height="20">
<use href="/VeggieBoost/assets/icons-78d2903a.svg#icon-cart"></use>
</svg>
</a>
</li>
</ul>
</div>
</dialog>

<main></main>
<footer class="footer">
<div class="footer-container container"></div>
</footer>

</body>
</html>

0 comments on commit d8ec5e4

Please sign in to comment.