Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Binary file added src/images/air-black/Azadeh.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/air-black/BG.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/air-black/Menu.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/air-black/Michel.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/air-black/[email protected]
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/air-black/Tal.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/air-black/branding.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/air-black/communication.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/images/air-black/cursor-mouse-mice.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/air-black/mdi-arrow-forward.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/air-black/mdi-chevron-left.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/air-black/mdi-chevron-right.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/air-black/strategy.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/air-black/“-blue.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/air-blue/Azadeh-biue.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/air-blue/Michel-blue.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/air-blue/Photo.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/air-blue/Shapes.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/air-blue/Tal-blue.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/air-blue/“-light-blue.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/air-blue/“-pink.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/air-blue/“-yellow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/images/logo/air-logo.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/mateacademy-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions src/styles/_fonts.scss

This file was deleted.

3 changes: 0 additions & 3 deletions src/styles/_typography.scss

This file was deleted.

3 changes: 0 additions & 3 deletions src/styles/_utils.scss

This file was deleted.

129 changes: 129 additions & 0 deletions src/styles/blocks/content.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
.content {
@include page-grid;

&__title {
font-family: Poppins, sans-serif;
font-weight: 600;
font-size: 52px;
line-height: 120%;
letter-spacing: -2px;
margin-top: 48px;
grid-column: 1/-1;

@include on-tablet {
font-size: 64px;
line-height: 68px;
margin-top: 56px;
}

@include on-small-desktop {
grid-column: 1 /5;
margin-top: 164px;
grid-row: 1;
}
}

&__text {
grid-column: 1 /-1;
display: block;
margin: 0;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 150%;
letter-spacing: 0;
margin-top: 32px;

@include on-tablet {
grid-column: 1 /5;
margin-top: 24px;
}

@include on-small-desktop {
grid-column: 1 /6;
margin-top: 32px;
}

@include on-design {
grid-column: 1 /5;
}

@include on-large-screens {
grid-column: 1 /5;
}
}

&__button {
grid-column: 1 /-1;
height: 50px;
padding: 14px;
margin-top: 72px;
margin-bottom: 48px;
font-family: Poppins, sans-serif;
font-weight: 600;
font-size: 15px;
line-height: 100%;
letter-spacing: 0;
text-align: center;
border-radius: 8px;
background-color: $color-but-blue;
color: $color-white;
border: none;

&:hover {
cursor: $custom-cursor, pointer;
background-color: $color-bg-blue;
}

@include on-tablet {
width: 264px;
margin-top: 56px;
margin-bottom: 147px;
}

@include on-small-desktop {
margin-top: 83px;
margin-bottom: 205px;
grid-row: 3;
}
}

&__image {
grid-column: 1 /-1;
background-image: url(../images/air-black/[email protected]);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 390px;
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
border-radius: 30px;

@include on-small-desktop {
grid-row: 1 / 4;
grid-column: 7 / -1;
position: relative;
left: 0;
right: 10%;
margin-left: 0;
height: 680px;
border-radius: 30px 0;
margin-top: 48px;
width: auto;
margin-right: calc(50% - 50vw);
}

@include on-design {
grid-column: 8 / -1;
width: 687px;
}

@include on-large-screens {
width: 1167px;
}
}
}
5 changes: 5 additions & 0 deletions src/styles/blocks/header.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.header {
color: $color-white;
background-color: $color-bg-black;
border-radius: 0 0 30px 30px;
}
43 changes: 43 additions & 0 deletions src/styles/blocks/nav.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
.nav {
&__wrapper {
display: none;

@include on-small-desktop {
display: flex;
align-items: center;
margin-left: auto; // Притискає меню до правої сторони (до кнопки CTA)
margin-right: 114px; // Відступ від меню до кнопки Hire Us
}

@include on-design {
margin-right: 229px;
}
}

&__list {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-direction: row;
gap: 48px;
}

&__link {
@include on-small-desktop {
text-decoration: none;
color: $color-white;
font-family: Poppins, sans-serif;
font-weight: 700;
font-size: 13px;
letter-spacing: 2px;
text-transform: uppercase;
transition: opacity $effectDuration;

&:hover {
opacity: 1;
cursor: $custom-cursor, pointer;
}
}
}
}
15 changes: 15 additions & 0 deletions src/styles/blocks/page.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.page {
font-family: Poppins, 'Open Sans', sans-serif;
background-color: $color-bg;
font-size: 16px;
line-height: 150%;

&__body {
margin: 0;
overflow-x: hidden;
}
}

h1 {
margin: 0;
}
61 changes: 61 additions & 0 deletions src/styles/blocks/top-bar.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
.top-bar {
padding-top: 20px;
display: flex;
justify-content: space-between;
align-items: center;

@include on-small-desktop {
padding-top: 48px;
}

&__menu {
display: flex;
align-items: center;
gap: 32px;
}

&__burger-menu {
display: flex;
flex-direction: column;
gap: 4px;
background: none;
border: none;
cursor: $custom-cursor, pointer;

@include on-small-desktop {
display: none;
}

&--line {
width: 18px;
height: 2px;
background-color: $color-white;
}
}

&__cta {
text-decoration: none;
color: $color-white;
cursor: $custom-cursor, pointer;
font-family: Poppins, sans-serif;
font-weight: 700;
font-size: 13px;
letter-spacing: 3px;
text-align: center;
text-transform: uppercase;

&--btn {
box-sizing: border-box;
display: block;
width: fit-content;
padding: 8px 0;
border-bottom: 2px solid $color-but-blue;
}
}

&__logo-link {
height: 28px;
width: 46px;
cursor: $custom-cursor, pointer;
}
}
7 changes: 0 additions & 7 deletions src/styles/main.scss

This file was deleted.

7 changes: 7 additions & 0 deletions src/styles/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@import './utils/variables';
@import './utils/mixins';
@import 'blocks/page';
@import 'blocks/header';
@import 'blocks/top-bar';
@import 'blocks/nav';
@import 'blocks/content';
4 changes: 0 additions & 4 deletions src/styles/utils/_extends.scss

This file was deleted.

6 changes: 0 additions & 6 deletions src/styles/utils/_mixins.scss

This file was deleted.

1 change: 0 additions & 1 deletion src/styles/utils/_vars.scss

This file was deleted.

Loading
Loading