From d463715d2bbb41de0c3ab6b5e79290bae2e436d0 Mon Sep 17 00:00:00 2001 From: smoke-ck <2056sanya9snake@gmail.com> Date: Fri, 22 Mar 2024 13:28:36 +0200 Subject: [PATCH 01/99] Add dark theme styles --- .../services_development_consultation.html | 2 +- _sass/about.scss | 6 ++-- _sass/accordion.scss | 7 +++-- _sass/buttons.scss | 12 ++++---- _sass/development.scss | 2 +- _sass/expertise.scss | 13 +++++---- _sass/index.scss | 11 +++++-- _sass/mob_dev_services.scss | 6 ++-- _sass/navbar.scss | 10 +++---- _sass/project_dev_services.scss | 4 +-- _sass/ror_dev_services.scss | 16 ++++------ _sass/services.scss | 2 +- _sass/staff_augmentation_services.scss | 6 ++-- _sass/variables.scss | 29 +++++++++++++++++-- _sass/web_dev_services.scss | 7 ++--- about.html | 6 ++-- assets/css/main.scss | 5 ++-- expertise.html | 6 ++-- index.html | 4 +-- services.html | 6 ++-- services/dedicated-teams-cooperation.html | 16 +++++----- services/mobile-app-development.html | 8 ++--- services/project-development-cooperation.html | 6 ++-- services/ruby-on-rails-development.html | 12 ++++---- services/web-development.html | 6 ++-- 25 files changed, 116 insertions(+), 92 deletions(-) diff --git a/_includes/services_development_consultation.html b/_includes/services_development_consultation.html index 7a7e3e9b..c229935b 100644 --- a/_includes/services_development_consultation.html +++ b/_includes/services_development_consultation.html @@ -6,7 +6,7 @@ -
{{ site.data.about.information.first }}
{{ site.data.about.information.second }}
{{ site.data.about.benefits.title }}
{{ site.data.about.benefits.description }}
diff --git a/assets/css/main.scss b/assets/css/main.scss index 4b968973..6876c759 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -77,11 +77,12 @@ body { color: $black; font-family: 'Cera Regular', serif; -webkit-tap-highlight-color: transparent; + background-color: var(--white); } a:hover { text-decoration: none !important; } -a:visited { color: $black; } +a:visited { color: var(--black); } ul, ol { margin-left: 0; } diff --git a/expertise.html b/expertise.html index 1e3ecd6f..727b72a2 100644 --- a/expertise.html +++ b/expertise.html @@ -14,7 +14,7 @@{{ site.data.expertise.main.title }}
{{ site.data.expertise.industries.projects }}
{{ site.data.expertise.industries.title }}
diff --git a/index.html b/index.html index ef5b0364..85775d5c 100644 --- a/index.html +++ b/index.html @@ -55,7 +55,7 @@{{ site.data.index.dedicated_developers }}
@@ -78,7 +78,7 @@{{ site.data.index.embedded_teams }}
{{ site.data.index.our_services }}
diff --git a/services.html b/services.html index c2a49906..c4122271 100644 --- a/services.html +++ b/services.html @@ -90,7 +90,7 @@{{ site.data.services.mobile_dev_services.description }}
{{ site.data.web_dev_services.page-title }}
+ +{{ site.data.web_dev_services.description }}
{{ site.data.web_dev_services.full_stack.description_1 }}
+{{ site.data.web_dev_services.full_stack.description_2 }}
{{ site.data.web_dev_services.full_stack.description_3 }}
{{ item.description }}
{{ site.data.web_dev_services.our_approach.description_1 }}
+{{ site.data.web_dev_services.our_approach.description_2 }}
{{ site.data.team.page-title}}
+{{ site.data.team.page-title}}
{{ site.data.team.title }}
{{ site.data.team.description }}
From 0741f982db23777e4c1dcffda492824dcb3178e7 Mon Sep 17 00:00:00 2001 From: Kate{{ site.data.ror_dev_services.page-title }}
+ +{{ site.data.ror_dev_services.description }}
+{{ item.description }}
{{ site.data.ror_dev_services.reasons.description }}
{{ card.description }}
{{ site.data.ror_dev_services.quality.subtitle }}
+{{ site.data.ror_dev_services.quality.description_1 }}
{{ site.data.ror_dev_services.approaches.description }}
{{ item.description }}
{% endif %}{{ item.description }}
{% endif %}{{ item.description }}
{{ site.data.web_dev_services.button }} From 9e7073addf6881a80a9dab8bd205c9006b7b28c3 Mon Sep 17 00:00:00 2001 From: smoke-ck <2056sanya9snake@gmail.com> Date: Tue, 23 Apr 2024 11:51:35 +0300 Subject: [PATCH 12/99] Fix Services/Mob dev titles and descriptions --- _data/mob_dev_services.yml | 2 +- _sass/list-with-images.scss | 2 +- _sass/mob_dev_services.scss | 43 ------------- _sass/utility.scss | 2 + services/mobile-app-development.html | 90 +++++++++++----------------- 5 files changed, 38 insertions(+), 101 deletions(-) diff --git a/_data/mob_dev_services.yml b/_data/mob_dev_services.yml index 5fd83e9c..0c017883 100644 --- a/_data/mob_dev_services.yml +++ b/_data/mob_dev_services.yml @@ -1,4 +1,4 @@ -title: Mobile application development +page-title: Mobile App Development subtitle: We build responsive mobile applications with rich features and solid security. description: With over 5 years of experience, our team excels in developing custom diff --git a/_sass/list-with-images.scss b/_sass/list-with-images.scss index 4470d6e8..53ef934d 100644 --- a/_sass/list-with-images.scss +++ b/_sass/list-with-images.scss @@ -73,7 +73,7 @@ .list-with-images__item { flex-wrap: wrap; max-width: 400px; - margin: auto; + margin: 0 auto; &-icon { margin: 0 auto; diff --git a/_sass/mob_dev_services.scss b/_sass/mob_dev_services.scss index f35dbc02..6025b165 100644 --- a/_sass/mob_dev_services.scss +++ b/_sass/mob_dev_services.scss @@ -1,44 +1,16 @@ .mob_dev_services { - .header-2 { font-size: 22px; } - - &__cross_platform, - &__engagement-models { - .header-2 { margin-top: 25px; } - } - &.development .list-with-images { - margin: 4vh 0 0; - &__item-icon img { border-radius: 20px; box-shadow: none; } } - .header-2.with-margin { - margin: 5vh auto; - max-width: 70%; - } - - .description.with_margin { - margin-top: 6vh; - - &-2 { - margin-top: 2vh; - margin-bottom: 6vh; - } - } - &__main.wrap { padding-top: 14vh; background-image: linear-gradient(-135deg, $medium_purple 28.4%, rgba($buzok, .7) 52.42%, $medium_purple 73.77%); box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25); - .header-3:not(:first-child) { - margin-top: 7vh; - font-size: 1.4em; - } - .list-with-images.horizontal .list-with-images__item { max-width: 150px; width: 100%; @@ -48,8 +20,6 @@ &__cross_platform { background-image: linear-gradient(var(--white), $palianytsia); - .header-2.with-margin { margin-bottom: 0; } - &.development__cards { .cards-container { justify-content: space-around; @@ -66,7 +36,6 @@ &__react_native { background-image: linear-gradient($sky-ua, var(--white)); box-shadow: 0 4px 25px 0 rgba($purple-heart, .25); - .description.with_margin { margin: 6vh 0; } } &__flutter { @@ -78,16 +47,11 @@ &__ionic { background-image: linear-gradient(135deg, $black_sea, $black_sea, $main-violet); box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25); - - .description.with_margin { margin-bottom: 6vh; } } &__approaches { .timeline-item { padding-bottom: 100px; } - .timeline-item:last-child:nth-child(odd)::before { bottom: 3em; } - - .header-2 { margin: 6vh 0 0; } } &__engagement-models { @@ -97,12 +61,6 @@ @media screen and (max-width: 767px) { .mob_dev_services { - .header-2 { font-size: 1em; } - - .header-2.with-margin { max-width: 100%; } - - .header-3:not(:first-child) { font-size: 1.1em; } - .list-with-images.horizontal { justify-content: space-around; .list-with-images__item-icon img { max-width: 135px; } @@ -117,7 +75,6 @@ @media screen and (max-width: 767px) { .mob_dev_services { &__main.wrap { padding-top: 7vh; } - &__approaches .timeline-item { padding-bottom: 30px; } } } diff --git a/_sass/utility.scss b/_sass/utility.scss index dbe5e1d2..3c2a61c0 100644 --- a/_sass/utility.scss +++ b/_sass/utility.scss @@ -3,6 +3,7 @@ .mb-6 { margin-bottom: 60px; } .mt-1 { margin-top: 10px; } .mt-2 { margin-top: 20px; } +.vertical-p-8 { padding: 80px 0; } .cera-regular { font-family: "Cera Regular", serif; } .cera-bold { font-family: "Cera-Bold", serif; } @@ -11,4 +12,5 @@ @media (max-width: 767px) { .mb-4 { margin-bottom: 25px; } + .vertical-p-8 { padding: 60px 0; } } diff --git a/services/mobile-app-development.html b/services/mobile-app-development.html index 32881ff3..f5d205df 100644 --- a/services/mobile-app-development.html +++ b/services/mobile-app-development.html @@ -12,12 +12,10 @@{{ site.data.mob_dev_services.page-title }}
+ +{{ site.data.mob_dev_services.description }}
+{{ item.description }}
{{ site.data.mob_dev_services.react_native.description }}
{{ item.description }}
{{ site.data.mob_dev_services.flutter.description_1 }}
+{{ site.data.mob_dev_services.flutter.description_2 }}
{{ item.description }}
{{ site.data.mob_dev_services.ionic.description }}
{{ item.description}}
{% if item.output %}{{ site.data.mob_dev_services.approaches.output }}
{{ item.description }}
{{ site.data.web_dev_services.button }} From 87866cdf222790bf61a5ff743cd43010a471d2b9 Mon Sep 17 00:00:00 2001 From: smoke-ck <2056sanya9snake@gmail.com> Date: Tue, 23 Apr 2024 15:07:08 +0300 Subject: [PATCH 13/99] Fix Services/Dedicted teams titles and descriptions --- _data/team_extension.yml | 1 + _sass/staff_augmentation_services.scss | 62 ------------- _sass/utility.scss | 1 + services/dedicated-teams-cooperation.html | 101 +++++++++------------- 4 files changed, 41 insertions(+), 124 deletions(-) diff --git a/_data/team_extension.yml b/_data/team_extension.yml index 76e1c1bd..aea17392 100644 --- a/_data/team_extension.yml +++ b/_data/team_extension.yml @@ -1,3 +1,4 @@ +page-title: Cooperation Model title: Team Extension Engament model subtitle: Experience management flexibility by augmenting your in-house team with our experts, offering offshore specialist rates. specialists: diff --git a/_sass/staff_augmentation_services.scss b/_sass/staff_augmentation_services.scss index c86cbb51..115127be 100644 --- a/_sass/staff_augmentation_services.scss +++ b/_sass/staff_augmentation_services.scss @@ -1,20 +1,8 @@ .staff_augmentation_services { - .header-2 { font-size: 22px; } - - .header-3 { - max-width: 70%; - margin: auto; - } - - .header-2.with-margin { margin: 4vh auto; } .list-with-images.horizontal { .list-with-images__item { - margin-bottom: 0; - &-icon img { border-radius: 20px; } - - .description { margin-top: 4vh; } } } @@ -39,7 +27,6 @@ padding-top: 10vh; .list-with-images.horizontal { - margin-top: 8vh; .list-with-images__item { max-width: 23%; @@ -50,33 +37,12 @@ border-radius: 50%; box-shadow: none; } - - .description { - margin-top: 0; - font-size: .9em; - } } } } - &__team_as_service { - padding: 0; - - .header-3.blue { - color: $sky-ua; - font-size: 1.4em; - font-weight: bolder; - letter-spacing: 0.1em; - max-width: 100%; - } - } - &__extension { background: radial-gradient(circle, $buzok -25%, transparent 45%); - - .description.with-margin { margin-top: 5vh; } - - .list-with-images.horizontal { margin-bottom: 0; } } &__advantages { @@ -84,26 +50,18 @@ box-shadow: 0px 4px 25px 0px rgba($purple-heart, 0.25); .list-with-images.horizontal { - margin-bottom: 5vh; .list-with-images__item { max-width: 23%; - &-icon img { box-shadow: none; } } } - - .header-2:last-child { - font-size: 1.1em; - text-align: justify; - } } &__dedicated_model { background-image: linear-gradient(30deg, #C685D7 0%, var(--white) 82%); box-shadow: inset 0px 12px 15px -7px rgba($purple-heart, 0.25), 0 4px 4px 0 rgba(0, 0, 0, .25); padding-top: 8vh; - .header-3 + .header-2.with-margin { text-align: justify; } &_description { display: flex; @@ -166,18 +124,11 @@ background-image: linear-gradient(165deg, $purple-heart, $sky-ua); padding: 5vh 0; box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .25); - - .header-2 { max-width: 70%; } } &__services { background-image: linear-gradient(var(--white), $sky-ua); - .header-2 { - max-width: 70%; - margin: 2vh auto 8vh; - } - .button { margin-top: 8vh; background-color: $white; @@ -199,11 +150,6 @@ @media screen and (max-width: 700px) { .staff_augmentation_services { - .header-2 { font-size: 1em; } - - .header-3 { max-width: 100%; } - - .description { font-size: .8em; } .web_dev_services__full_stack-list { padding-left: 0; @@ -216,10 +162,8 @@ } .list-with-images.horizontal .list-with-images__item { margin-bottom: 3vh; } - .timeline-item__icon:nth-child(even)::before, .timeline-item__icon:nth-child(odd)::before { background-color: $sky-ua; } - &__main { padding-top: 7vh; } &__main, @@ -227,16 +171,11 @@ .list-with-images.horizontal { .list-with-images__item { max-width: 45%; - .description { font-size: .8em; } } } } - &__team_as_service .header-3.blue { font-size: .85em; } - - &__transparency .header-2 { max-width: 100%; } - &__dedicated_model { padding-top: 7vh; @@ -253,7 +192,6 @@ &__benefits { .web_dev_services__full_stack-list-item { font-size: .8em; } - .absolute-img { display: none; } } } diff --git a/_sass/utility.scss b/_sass/utility.scss index 3c2a61c0..f615fa12 100644 --- a/_sass/utility.scss +++ b/_sass/utility.scss @@ -9,6 +9,7 @@ .cera-bold { font-family: "Cera-Bold", serif; } .inria-bold { font-family: "Inria Bold", serif; } .inria-regular { font-family: "Inria Regular", serif; } +.blue { color: $sky-ua } @media (max-width: 767px) { .mb-4 { margin-bottom: 25px; } diff --git a/services/dedicated-teams-cooperation.html b/services/dedicated-teams-cooperation.html index 95976c01..0efe9c8a 100644 --- a/services/dedicated-teams-cooperation.html +++ b/services/dedicated-teams-cooperation.html @@ -13,16 +13,17 @@