diff --git a/app/Services/DirectonHtmlBuilder.php b/app/Services/DirectonHtmlBuilder.php index 7c5b581..5f720f3 100644 --- a/app/Services/DirectonHtmlBuilder.php +++ b/app/Services/DirectonHtmlBuilder.php @@ -18,7 +18,7 @@ class DirectonHtmlBuilder public function getHTML() { $direction = $this->direction; - $fon_3 = URL::to('img/front-page/bakalavr-special/fon3_blok.png'); + $fon_3 = URL::to('img/front-page/bakalavr-special/fon2_blok.png'); $green_circle = URL::to('img/front-page/green-circle.png'); @@ -179,7 +179,7 @@ class DirectonHtmlBuilder } - return "
+ return "
diff --git a/app/Services/DirectonHtmlBuilderForCalculator.php b/app/Services/DirectonHtmlBuilderForCalculator.php index bfcd94c..7bef624 100644 --- a/app/Services/DirectonHtmlBuilderForCalculator.php +++ b/app/Services/DirectonHtmlBuilderForCalculator.php @@ -18,7 +18,7 @@ class DirectonHtmlBuilderForCalculator public function getHTML() { $direction = $this->direction; - $fon_3 = URL::to('img/front-page/bakalavr-special/fon3_blok.png'); + $fon_3 = URL::to('img/front-page/bakalavr-special/fon2_blok.png'); $green_circle = URL::to('img/front-page/green-circle.png'); diff --git a/public/img/front-page/bakalavr-special/fon2_blok.png b/public/img/front-page/bakalavr-special/fon2_blok.png index d96529b..c5d67aa 100644 Binary files a/public/img/front-page/bakalavr-special/fon2_blok.png and b/public/img/front-page/bakalavr-special/fon2_blok.png differ diff --git a/public/img/front-page/bakalavr-special/fon3_blok.png b/public/img/front-page/bakalavr-special/fon3_blok.png index c5d67aa..d96529b 100644 Binary files a/public/img/front-page/bakalavr-special/fon3_blok.png and b/public/img/front-page/bakalavr-special/fon3_blok.png differ diff --git a/public/img/front-page/white-bg.jpg b/public/img/front-page/white-bg.jpg new file mode 100644 index 0000000..4fe6c0a Binary files /dev/null and b/public/img/front-page/white-bg.jpg differ diff --git a/resources/views/layouts/new-design-layout.blade.php b/resources/views/layouts/new-design-layout.blade.php index 3b8ec55..6e47dea 100644 --- a/resources/views/layouts/new-design-layout.blade.php +++ b/resources/views/layouts/new-design-layout.blade.php @@ -56,22 +56,11 @@ font-weight: normal; } - html { - width: 100%; - height: 100%; - margin: 0; - padding: 0; - } body { - {{--background-image: url({{ URL::to('img/front-page/fon1_blok.png') }});--}} - overflow-x: hidden; - background-repeat: no-repeat; - width: 100%; - height: 100%; - object-fit: cover; + overflow-x: hidden; font-family: "Geologica-Medium";!important; } @@ -212,5 +201,83 @@ background-image: url({{ URL::to("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#35af00' %3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}}); transform: rotate(-180deg); } + .visually_impaired_mode_bg { + + background-image: url({{ URL::to("public/img/front-page/white-bg.jpg")}})!important; + + } + .direction-card-text { + color: #004329; + } + .disabled { + display: none; + } + + + + + @yield('content') diff --git a/resources/views/new-design/bakalavr-special.blade.php b/resources/views/new-design/bakalavr-special.blade.php index 258d7e1..9eccae2 100644 --- a/resources/views/new-design/bakalavr-special.blade.php +++ b/resources/views/new-design/bakalavr-special.blade.php @@ -53,8 +53,21 @@ background-image: linear-gradient(to right, rgb(38, 159, 239), 20%, rgb(2, 142, 229)); transition: 0.3s; } - - + .fon1_blok { + background-image: url({{ URL::to('img/front-page/bakalavr-special/fon1_blok.png') }}); background-repeat: no-repeat; background-attachment: fixed;" + } + .fon2_blok { + background-image: url({{ URL::to('img/front-page/bakalavr-special/fon2_blok.png') }}); background-repeat: no-repeat; background-attachment: fixed; + } + .fon3_blok { + background-image: url({{ URL::to('img/front-page/bakalavr-special/fon3_blok.png') }}); background-repeat: no-repeat; background-attachment: fixed; + } + .fon4_blok { + background-image: url({{ URL::to('img/front-page/bakalavr-special/fon4_blok.png') }}); background-repeat: no-repeat; background-attachment: fixed; + } + .buttonBG { + background: linear-gradient(#56CCF2, #56CCF200); border-radius: 20px; letter-spacing: 0; + }