adding white logo, fixing
Tests & Lint & Deploy to Railway / build (2.6.6, 20.x, 8.3) (pull_request) Failing after 1m29s Details
Tests & Lint & Deploy to Railway / deploy (pull_request) Has been skipped Details

This commit is contained in:
ROMANGOLIENKO 2024-03-13 13:45:21 +03:00
parent 7c904cec0e
commit f7b5773c4d
2 changed files with 4 additions and 12 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

View File

@ -213,7 +213,7 @@
<body> <body>
<!--YaBrowser-->
<header> <header>
<div class="container-fluid position-relative " style="background-image: url({{ URL::to('img/front-page/bakalavr-special/fon1_blok.png') }}); background-repeat: no-repeat; background-attachment: fixed;"> <div class="container-fluid position-relative " style="background-image: url({{ URL::to('img/front-page/bakalavr-special/fon1_blok.png') }}); background-repeat: no-repeat; background-attachment: fixed;">
<div class=" d-none d-xl-flex justify-content-end align-items-end position-absolute float-end z-1 " style="height: 100%; " > <div class=" d-none d-xl-flex justify-content-end align-items-end position-absolute float-end z-1 " style="height: 100%; " >
@ -223,9 +223,9 @@
</div> </div>
<div class="ms-0 ms-md-5 "> <div class="ms-0 ms-md-5 ">
<div class="row"> <div class="row">
<div class="col-lg-3 col-12 d-none d-xl-flex justify-content-start align-items-center"> <div class="col-lg-3 col-12 d-none d-xl-flex justify-content-start align-items-center mt-2">
<div class=" " style="width: 30%"> <div class=" " style="width: 30%">
<img class="img-fluid float-end " src="{{ URL::to('img/front-page/logo.png') }}" alt=""> <img class="img-fluid float-end " src="{{ URL::to('img/front-page/logo-white.png') }}" alt="">
</div> </div>
</div> </div>
<div class="col-xl-8 col-12 "> <div class="col-xl-8 col-12 ">
@ -418,7 +418,7 @@
<script src="{{ URL::to('https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js')}}"></script> <script src="{{ URL::to('https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js')}}"></script>
@foreach($subjects as $id => $name) @foreach($subjects as $id => $name)
@if($name == "Русский язык" || $name == "математика" ) @if($name == "Русский язык" || $name == "Математика" )
<label class="checkbox1"> {{$name }} <label class="checkbox1"> {{$name }}
<input class="checkbox_input_clear" type="checkbox" checked="checked" value="{{ $id }}" > <input class="checkbox_input_clear" type="checkbox" checked="checked" value="{{ $id }}" >
<span class="checkmark"></span> <span class="checkmark"></span>
@ -439,15 +439,7 @@
<div class="row d-md-block d-flex ms-md-3 justify-content-center"> <div class="row d-md-block d-flex ms-md-3 justify-content-center">
<a role="button" style="border-radius: 11px; font-family: Geologica-ExtraLight" class="hover3 unclearall mt-4 col-5 text-white p-2 border border-white d-inline-flex justify-content-center shadow"> Сбросить фильтр </a> <a role="button" style="border-radius: 11px; font-family: Geologica-ExtraLight" class="hover3 unclearall mt-4 col-5 text-white p-2 border border-white d-inline-flex justify-content-center shadow"> Сбросить фильтр </a>
<script type="text/javascript">
function uncheckAll() {
document.querySelectorAll('input[type="checkbox"]')
.forEach(el => el.checked = false);
}
document.querySelector('button').addEventListener('click', uncheckAll)
</script>
</div> </div>
<script>window.onload = function() { <script>window.onload = function() {
$(".unclearall").click(function(){ $(".unclearall").click(function(){