generated from mate-academy/gulp-template
-
Notifications
You must be signed in to change notification settings - Fork 745
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef72d44
commit f7da3e3
Showing
12 changed files
with
129 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,12 @@ | |
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Title</title> | ||
<title>Creative Bakery</title> | ||
<link | ||
rel="icon" | ||
type="image/x-icon" | ||
href="images/icons/icon-cookie.png" | ||
> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com"> | ||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap" rel="stylesheet"> | ||
|
@@ -21,9 +26,9 @@ | |
</a> | ||
|
||
<ul class="nav__list"> | ||
<li><a href="#" class="nav__link">Products</a></li> | ||
<li><a href="#" class="nav__link">About Us</a></li> | ||
<li><a href="#" class="nav__link">Blog</a></li> | ||
<li><a href="#what-we-bake" class="nav__link">Products</a></li> | ||
<li><a href="#about-us" class="nav__link">About Us</a></li> | ||
<li><a href="https://www.instagram.com/sgcreativebakery/?hl=en" class="nav__link">Blog</a></li> | ||
<li><a href="tel:6295550129" class="nav__link nav__link--phone">Contact us</a></li> | ||
</ul> | ||
|
||
|
@@ -49,15 +54,15 @@ <h1 class="header__title">Creative bakery</h1> | |
</nav> | ||
|
||
<ul class="menu__list"> | ||
<li><a href="#" class="menu__link">Products</a></li> | ||
<li><a href="#" class="menu__link">About Us</a></li> | ||
<li><a href="#" class="menu__link">Blog</a></li> | ||
<li><a href="#what-we-bake" class="menu__link">Products</a></li> | ||
<li><a href="#about-us" class="menu__link">About Us</a></li> | ||
<li><a href="https://www.instagram.com/sgcreativebakery/?hl=en" class="menu__link">Blog</a></li> | ||
<li><a href="tel:6295550129" class="menu__link menu__link--phone">Contact us</a></li> | ||
</ul> | ||
|
||
</aside> | ||
<main class="main"> | ||
<section class="what-we-bake main__what-we-bake"> | ||
<section class="what-we-bake main__what-we-bake" id="what-we-bake"> | ||
<h2 class="section-title what-we-bake__title">What we bake</h2> | ||
|
||
<p class="info what-we-bake__info">We can customize our cookies right for your needs. Just imagine it</p> | ||
|
@@ -137,7 +142,7 @@ <h3 class="product__title">Cakes</h3> | |
</article> | ||
</div> | ||
</section> | ||
<section class="about-us main__about-us"> | ||
<section class="about-us main__about-us" id="about-us"> | ||
|
||
<h2 class="section-title about-us__title">Few words About us</h2> | ||
|
||
|
@@ -214,17 +219,16 @@ <h2 class="section-title footer__title">Contact us</h2> | |
<li><a href="mailto: [email protected]" class="footer__link">[email protected]</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="footer__socials"> | ||
<a href="#" class="icon icon--facebook icon--facebook--hover"></a> | ||
<a href="#" class="icon icon--instagram icon--instagram--hover"></a> | ||
<a href="#" class="icon icon--twitter icon--twitter--hover"></a> | ||
</div> | ||
|
||
<p class="footer__end"> | ||
© Bakerlab 2022 | ||
</p> | ||
</section> | ||
<div class="footer__socials"> | ||
<a href="#" class="icon icon--facebook icon--facebook--hover"></a> | ||
<a href="#" class="icon icon--instagram icon--instagram--hover"></a> | ||
<a href="#" class="icon icon--twitter icon--twitter--hover"></a> | ||
</div> | ||
|
||
<p class="footer__end"> | ||
© Bakerlab 2022 | ||
</p> | ||
</footer> | ||
<script type="text/javascript" src="scripts/main.js"></script> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,9 +35,5 @@ | |
@include onTablet { | ||
grid-column: span 4; | ||
} | ||
|
||
@include onDesktop { | ||
|
||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
} | ||
|
||
@include onDesktop { | ||
grid-column: span 2; | ||
grid-column: span 2; | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters