generated from mate-academy/gulp-template
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Vasyl Pylypchynets
committed
Sep 29, 2024
1 parent
f20f6af
commit afb5b92
Showing
22 changed files
with
866 additions
and
50 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,50 @@ | ||
.apply { | ||
background-color: $white-color; | ||
padding-block: 72px; | ||
|
||
@include on-tablet { | ||
padding-block: 200px; | ||
background-image: url('../images/Shapes.png'); | ||
background-position: 50% 40%; | ||
background-repeat: no-repeat; | ||
} | ||
|
||
&__content { | ||
@include content-inline; | ||
|
||
display: flex; | ||
flex-direction: column; | ||
row-gap: 24px; | ||
align-items: center; | ||
|
||
&-title { | ||
margin: 0; | ||
font-size: 44px; | ||
font-weight: 600; | ||
line-height: 52.8px; | ||
text-align: center; | ||
color: rgba(37, 55, 87, 1); | ||
|
||
@include on-tablet { | ||
font-size: 52px; | ||
line-height: 78px; | ||
} | ||
} | ||
|
||
&-text { | ||
margin: 0; | ||
margin-bottom: 24px; | ||
font-family: 'Open Sans', Arial, sans-serif; | ||
font-size: 22px; | ||
font-weight: 600; | ||
line-height: 33px; | ||
text-align: center; | ||
color: $grayish-color; | ||
|
||
@include on-tablet { | ||
font-size: 24px; | ||
line-height: 36px; | ||
} | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,230 @@ | ||
.footer { | ||
background-color: rgba(44, 44, 44, 1); | ||
border-radius: 30px 30px 0 0; | ||
|
||
&__contact-us { | ||
@include content-inline; | ||
|
||
display: flex; | ||
flex-direction: column; | ||
row-gap: 80px; | ||
|
||
@include on-tablet { | ||
row-gap: 120px; | ||
} | ||
|
||
@include on-small-desktop { | ||
flex-direction: row; | ||
justify-content: space-between; | ||
} | ||
|
||
&-input { | ||
border: none; | ||
border-bottom: 1 solid $white-color; | ||
padding: 0 0 16px; | ||
background-color: rgba(44, 44, 44, 1); | ||
outline: none; | ||
font-size: 15px; | ||
font-weight: 600; | ||
line-height: 22.5px; | ||
text-align: left; | ||
color: $white-color; | ||
|
||
&::placeholder { | ||
font-size: 15px; | ||
font-weight: 600; | ||
line-height: 22.5px; | ||
text-align: left; | ||
color: #969696; | ||
} | ||
|
||
&:hover { | ||
border-color: rgba(134, 145, 171, 0.7); | ||
} | ||
|
||
&:focus { | ||
border-color: rgba(20, 78, 212, 1); | ||
} | ||
|
||
&:autofill:focus, | ||
&:-webkit-autofill:focus { | ||
border-color: rgb(3, 236, 85); | ||
color: $white-color; | ||
} | ||
} | ||
|
||
&-title { | ||
font-size: 32px; | ||
font-weight: 600; | ||
line-height: 41.6px; | ||
color: $white-color; | ||
} | ||
|
||
&-send { | ||
display: flex; | ||
flex-direction: column; | ||
row-gap: 48px; | ||
|
||
@include on-tablet { | ||
row-gap: 56px; | ||
} | ||
} | ||
|
||
&-form { | ||
display: flex; | ||
flex-direction: column; | ||
row-gap: 40px; | ||
|
||
@include on-tablet { | ||
row-gap: 48px; | ||
} | ||
} | ||
|
||
&-content { | ||
flex-direction: column; | ||
row-gap: 40px; | ||
|
||
@include on-tablet { | ||
row-gap: 48px; | ||
} | ||
} | ||
|
||
&-contact { | ||
display: flex; | ||
flex-direction: column; | ||
row-gap: 48px; | ||
|
||
@include on-tablet { | ||
row-gap: 56px; | ||
} | ||
|
||
&-title { | ||
font-size: 13px; | ||
font-weight: 700; | ||
line-height: 19.5px; | ||
letter-spacing: 3px; | ||
text-align: left; | ||
text-transform: uppercase; | ||
color: #969696; | ||
} | ||
|
||
&-phone { | ||
font-family: 'Open Sans', Arial, sans-serif; | ||
font-size: 24px; | ||
font-weight: 600; | ||
line-height: 36px; | ||
text-align: left; | ||
color: $white-color; | ||
text-decoration: none; | ||
|
||
&:hover { | ||
color: #acabab; | ||
} | ||
} | ||
|
||
&-address { | ||
font-family: 'Open Sans', Arial, sans-serif; | ||
font-size: 24px; | ||
font-weight: 600; | ||
line-height: 36px; | ||
text-align: left; | ||
color: $white-color; | ||
text-decoration: none; | ||
|
||
&:hover { | ||
color: #acabab; | ||
} | ||
} | ||
} | ||
|
||
&-our-socials { | ||
display: flex; | ||
flex-direction: column; | ||
row-gap: 16px; | ||
|
||
&-icons { | ||
display: flex; | ||
column-gap: 32px; | ||
} | ||
|
||
&-icon { | ||
transition-duration: 0.3s; | ||
|
||
&:hover { | ||
transform: scale(1.1); | ||
} | ||
} | ||
} | ||
|
||
&-message { | ||
resize: none; | ||
height: 40px; | ||
padding-bottom: 0; | ||
} | ||
} | ||
|
||
&__nav { | ||
display: grid; | ||
align-items: center; | ||
grid-template-columns: repeat(2, auto); | ||
grid-template-rows: repeat(2, auto); | ||
row-gap: 48px; | ||
padding-block: 80px; | ||
|
||
@include content-inline; | ||
|
||
@include on-tablet { | ||
padding-block: 100px; | ||
column-gap: 30px; | ||
grid-template-columns: repeat(6, auto); | ||
} | ||
|
||
@include on-small-desktop { | ||
grid-template-columns: repeat(12, auto); | ||
grid-template-rows: 1; | ||
} | ||
|
||
&-logo-link { | ||
grid-column: 1; | ||
grid-row: 1; | ||
} | ||
|
||
&-lists { | ||
grid-column: 1; | ||
grid-row: 2; | ||
display: flex; | ||
flex-direction: column; | ||
row-gap: 24px; | ||
list-style: none; | ||
padding: 0; | ||
margin: 0; | ||
|
||
@include on-tablet { | ||
flex-direction: row; | ||
column-gap: 40px; | ||
justify-content: space-between; | ||
grid-column: 1 / -1; | ||
} | ||
|
||
@include on-small-desktop { | ||
grid-row: 1; | ||
grid-column: 4 / -1; | ||
} | ||
} | ||
|
||
&-list { | ||
&-link { | ||
text-decoration: none; | ||
font-size: 13px; | ||
font-weight: 700; | ||
line-height: 19.5px; | ||
letter-spacing: 3px; | ||
color: $white-color; | ||
|
||
&:hover { | ||
color: #a5a3a3; | ||
} | ||
} | ||
} | ||
} | ||
} |
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
Oops, something went wrong.