Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task solution #637

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
131 changes: 131 additions & 0 deletions src/blog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>Creative Bakery</title>
<link
rel="icon"
href="./images/Logos/bakery-fav.ico"
type="image/x-icons"
/>
<link
rel="stylesheet"
href="./styles/main.scss"
/>
<script
src="scripts/main.js"
defer
></script>
</head>

<body class="page-content">
<nav class="main-navigation page-content__main-navigation">
<a
href="/src/index.html"
class="main-navigation__link"
>
<img
src="./images/Logos/Logo.png"
alt="bakerlab-logo-wide-logotype"
class="main-navigation__logo"
/>
</a>

<ul class="main-navigation__list">
<li class="main-navigation__item main-navigation__item--menu">
<a
href="#menu"
class="main-navigation__burger"
alt="menu-icon-open"
>
<span class="main-navigation__burger--label">Open menu</span>
</a>
</li>

<li class="main-navigation__item main-navigation__item--anchor">
<a
href="tel:(629) 555-0129"
class="main-navigation__link"
>
<span
class="main-navigation__content main-navigation__content--contact"
>
Contact us
</span>
</a>
</li>
</ul>
</nav>

<div
class="menu"
id="menu"
>
<div class="menu__wrapper">
<a
href="/src/index.html"
class="main-navigation__link"
>
<img
src="./images/Logos/Logo.png"
alt="bakerlab-logo-wide-logotype"
class="main-navigation__logo"
/>
</a>

<a
href="#"
class="main-navigation__burger main-navigation__burger--close"
alt="menu-icon-close"
>
<span class="main-navigation__burger--label">Close menu</span>
</a>
</div>

<ul class="menu__navigation">
<li class="main-navigation__item main-navigation__item--active">
<a
href="tel:(629) 555-0129"
class="main-navigation__link"
>
<span
class="main-navigation__content main-navigation__content--contact"
>
Contact us
</span>
</a>
</li>
</ul>
</div>

<header class="header-content page-content__header-content">
<p class="header-content__paragraph">
We bake your fantasies — croissants, cakes, cookies, and cupcakes.
</p>

<div class="header-content__wrapper">
<h1 class="header-content__title">
Creative
<span class="header-content__title header-content__title--subtitle">
bakery
</span>
</h1>
</div>

<img
src="./images/Cookies/Cookie.png"
alt="cookie-background-image"
class="header-content__image"
/>
<button class="header-content__button">
<span class="header-content__button-text">Learn more</span>
</button>
</header>

<div class="page-content__blog">Blog side in work...</div>
</body>
</html>
Binary file added src/fonts/Inter-Regular.woff
Binary file not shown.
Binary file added src/fonts/Inter-Regular.woff2
Binary file not shown.
Binary file added src/fonts/Inter-SemiBold.woff
Binary file not shown.
Binary file added src/fonts/Inter-SemiBold.woff2
Binary file not shown.
Binary file removed src/fonts/Roboto-Regular-webfont.woff
Binary file not shown.
Binary file added src/images/Cookies/Cookie.png
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/images/Cookies/Crumbs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/images/Icons/Arrow-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/images/Icons/Burger-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/images/Icons/Close-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/images/Icons/Cookie-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/images/Icons/Facebook-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/images/Icons/Instagram-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/images/Icons/Phone-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/images/Icons/Twitter-icon.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/images/Logos/Logo.png
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/images/Logos/bakery-fav.ico
Binary file not shown.
Binary file added src/images/Photos/Bake_1.png
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/images/Photos/Bake_2.png
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/images/Photos/Bake_3.png
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/images/Photos/Bake_4.png
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/images/Photos/Bake_5.png
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/images/Photos/Bake_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading