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 removed src/fonts/Roboto-Regular-webfont.woff
Binary file not shown.
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 removed src/images/features/features-bg.jpg
Binary file not shown.
4 changes: 0 additions & 4 deletions src/images/features/features-item-icon-1.svg

This file was deleted.

8 changes: 0 additions & 8 deletions src/images/features/features-item-icon-2.svg

This file was deleted.

7 changes: 0 additions & 7 deletions src/images/features/features-item-icon-3.svg

This file was deleted.

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.
3 changes: 0 additions & 3 deletions src/images/slider/arrow-left.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/images/slider/arrow-right.svg

This file was deleted.

Binary file removed src/images/slider/slide-img-1.jpg
Binary file not shown.
10 changes: 10 additions & 0 deletions src/images/socials-icons/facebook.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.
10 changes: 10 additions & 0 deletions src/images/socials-icons/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions src/images/sub-title/sub-title-icon-dark.svg

This file was deleted.

9 changes: 0 additions & 9 deletions src/images/sub-title/sub-title-icon-light.svg

This file was deleted.

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.
Binary file removed src/images/what-we-do/what-we-do-1.jpg
Binary file not shown.
Binary file removed src/images/what-we-do/what-we-do-2.jpg
Binary file not shown.
Binary file removed src/images/what-we-do/what-we-do-3.jpg
Binary file not shown.
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.

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

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

&__title {
margin-bottom: 24px;

font-size: 32px;
font-weight: $font-half-bold;
line-height: 150%;
color: $c-title;
text-align: center;

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

&__text {
font-family: 'Open Sans', sans-serif;
font-size: 24px;
font-weight: $font-half-bold;
color: $c-text;
text-align: center;
}
}
51 changes: 51 additions & 0 deletions src/styles/blocks/apply.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
.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;
align-items: center;
justify-content: center;

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

&__title {
text-align: center;
}

&__text-motivation {
margin-bottom: 56px;

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

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

&__button {
@include button-style;

width: 280px;
font-weight: $font-half-bold;
}
}
Loading
Loading