Skip to content
Open

Develop #1191

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
Binary file added src/images/background/dia-header-image.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/expertise/expertise-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/expertise/expertise-communication.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/expertise/expertise-strategy.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/icons/dia-icon-close.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/icons/dia-menu.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/logo/logo-air.png
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/socials-icons/facebook 1.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/socials-icons/instagram.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/socials-icons/socials-facebook-icon.png
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.
Binary file added src/images/socials-icons/socials-twitter-icon.png
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/socials-icons/twitter 1.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/testimonials/quotation-marks .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: 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.

29 changes: 29 additions & 0 deletions src/styles/blocks/about.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
.about {
background-color: $background-color-light-blue;

&__wrapper {
max-width: 716px;
margin-inline: auto;
}

&__title {
color: $c-title;
font-weight: $font-half-bold;
line-height: 150%;
text-align: center;
font-size: 32px;
margin-bottom: 24px;

@include on-tablet {
margin-bottom: 16px;
}
}

&__text {
color: $c-text;
text-align: center;
font-size: 24px;
font-weight: $font-half-bold;
font-family: 'Open Sans', sans-serif;
}
}
50 changes: 50 additions & 0 deletions src/styles/blocks/apply.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
.apply {
padding-block: 72px;
background-color: $c-white;

@include on-tablet {
padding-block: 200px;
}

background-image: url(../images/Shapes.png);
background-position: top;
background-size: bottom;

&__wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;

@include on-small-desk {
max-width: 754px;
margin-inline: auto;
}
}

&__title {
text-align: center;
}

&__text-motivation {
color: $c-text;
font-family: 'Open Sans', sans-serif;
font-weight: $font-half-bold;
font-size: 22px;
line-height: 150%;
text-align: center;

margin-bottom: 56px;

@include on-tablet {
margin-bottom: 64px;
}
}

&__button {
@include button-style;

width: 280px;
font-weight: $font-half-bold;
}
}
52 changes: 52 additions & 0 deletions src/styles/blocks/caption.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
.caption {
display: flex;
flex-direction: column;
gap: 16px;

&__sliders {
display: flex;
gap: 16px;
}

&__info {
display: flex;
flex-direction: column;
gap: 8px;
}

&__label {
text-transform: uppercase;
font-weight: $font-bold;
font-size: 13px;
letter-spacing: 3px;
}

&__text {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 140%;
font-weight: normal;
}

&__slider {
width: 32px;
height: 32px;
background-color: $c-white;
border-radius: 50%;
color: #253757;

display: flex;
align-items: center;
justify-content: center;

border: none;
font-weight: $font-bold;
font-size: 12px;
cursor: pointer;
transition: text-shadow $effectDuration;

&:hover {
text-shadow: 0 2px 5px #253757;
}
}
}
9 changes: 9 additions & 0 deletions src/styles/blocks/container.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.container {
max-width: 1024px;
margin-inline: auto;
padding-inline: 20px;

@include on-tablet {
padding-inline: 40px;
}
}
84 changes: 84 additions & 0 deletions src/styles/blocks/expertise.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
.expertise {
border-radius: 30px;
background-color: $c-white;
padding-block: 72px;

@include on-tablet {
padding-block: 128px;
}

&__title {
color: $c-title;
font-weight: $font-half-bold;
font-size: 44px;

margin-bottom: 56px;
text-align: center;

@include on-tablet {
margin-bottom: 64px;
}
}

&__wrapper {
display: flex;
flex-direction: column;
align-items: center;
gap: 56px;

@include on-small-desk {
flex-direction: row;
gap: 137px;
}
}

&__article {
display: flex;
flex-direction: column;
align-items: center;
}

&__article-name {
color: $c-title;
font-weight: $font-half-bold;
font-size: 20px;
line-height: 140%;
}

&__article-text {
color: $c-text;
font-family: 'Open Sans', sans-serif;
font-weight: $font-normal;
font-size: 14px;
line-height: 150%;
text-align: center;
max-width: 362px;
}

&__img-link {
display: block;
height: 166px;
width: 166px;

margin-bottom: 32px;

@include on-small-desk {
margin-bottom: 40px;
}
}

&__img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}

&__text-content {
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
}
}
Loading
Loading