Skip to content

Commit

Permalink
add creative bakery
Browse files Browse the repository at this point in the history
  • Loading branch information
dimon committed Oct 6, 2024
1 parent 827c2ca commit 10ca7f4
Show file tree
Hide file tree
Showing 25 changed files with 73 additions and 23 deletions.
3 changes: 3 additions & 0 deletions src/brouse-nortring/prodyct__button-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 removed src/images/button-icon.png
Binary file not shown.
3 changes: 3 additions & 0 deletions src/images/button-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 removed src/images/button-icon2.png
Binary file not shown.
3 changes: 3 additions & 0 deletions src/images/button-icon2.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 removed src/images/close.png
Binary file not shown.
3 changes: 3 additions & 0 deletions src/images/close.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 removed src/images/facebook.png
Binary file not shown.
3 changes: 3 additions & 0 deletions src/images/facebook.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 removed src/images/instagram.png
Binary file not shown.
3 changes: 3 additions & 0 deletions src/images/instagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/images/logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/images/logo.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/phone.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 removed src/images/twitter.png
Binary file not shown.
3 changes: 3 additions & 0 deletions src/images/twitter.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 removed src/images/twitter2.png
Binary file not shown.
3 changes: 3 additions & 0 deletions src/images/twitter2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 10 additions & 7 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
href="#"
>
<img
src="images/logo.png"
src="../src/images/logo.svg"
alt="Kreative baker logo"
/>
</a>
Expand Down Expand Up @@ -104,7 +104,7 @@ <h1 class="header__title">Creative bakery</h1>
/>
</div>
<div class="header__buttons">
<button class="header__button">Learn mode</button>
<button class="header__button">Learn more</button>
</div>
</div>
</header>
Expand All @@ -119,7 +119,7 @@ <h1 class="header__title">Creative bakery</h1>
href="#"
>
<img
src="images/logo.png"
src="../src/images/logo.svg"
alt="Kreative baker logo"
/>
</a>
Expand Down Expand Up @@ -301,7 +301,7 @@ <h3 class="stats__title">10k+</h3>
href="#"
>
<img
src="images/logo-white.png"
src="images/logo-white.svg"
alt="Kreative baker logo"
/>
</a>
Expand Down Expand Up @@ -411,16 +411,19 @@ <h3 class="contact-us__title">email us</h3>
</section>
<div class="social">
<a
href="https://www.facebook.com/"
class="social__icon social__icon--facebook"
target="_blank"
href="https://www.facebook.com/"
></a>
<a
href="https://www.instagram.com/"
class="social__icon social__icon--instagram"
target="_blank"
href="https://www.instagram.com/"
></a>
<a
href="https://x.com/?lang=ua"
class="social__icon social__icon--twitter"
target="_blank"
href="https://x.com/?lang=ua"
></a>
</div>
<p class="footer__botton">© Bakerlab 2022</p>
Expand Down
14 changes: 7 additions & 7 deletions src/styles/block/contact-us.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@
flex-direction: column;
gap: 16px;

width: fit-content;
border-bottom: 1px solid black;

&:hover {
border-bottom: 1px solid #fff;
}

@include on-tablet {
padding-block: 40px;
}
Expand All @@ -69,5 +62,12 @@
text-align: left;
text-decoration: none;
color: #fff;

width: fit-content;
border-bottom: 1px solid black;

&:hover {
border-bottom: 1px solid #fff;
}
}
}
Loading

0 comments on commit 10ca7f4

Please sign in to comment.