adding white logo, fixing
This commit is contained in:
parent
7c904cec0e
commit
f7b5773c4d
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
|
@ -213,7 +213,7 @@
|
|||
<body>
|
||||
|
||||
|
||||
<!--YaBrowser-->
|
||||
|
||||
<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=" 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 class="ms-0 ms-md-5 ">
|
||||
<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%">
|
||||
<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 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>
|
||||
@foreach($subjects as $id => $name)
|
||||
|
||||
@if($name == "Русский язык" || $name == "математика" )
|
||||
@if($name == "Русский язык" || $name == "Математика" )
|
||||
<label class="checkbox1"> {{$name }}
|
||||
<input class="checkbox_input_clear" type="checkbox" checked="checked" value="{{ $id }}" >
|
||||
<span class="checkmark"></span>
|
||||
|
@ -439,15 +439,7 @@
|
|||
<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>
|
||||
|
||||
<script type="text/javascript">
|
||||
function uncheckAll() {
|
||||
|
||||
document.querySelectorAll('input[type="checkbox"]')
|
||||
.forEach(el => el.checked = false);
|
||||
}
|
||||
|
||||
document.querySelector('button').addEventListener('click', uncheckAll)
|
||||
</script>
|
||||
</div>
|
||||
<script>window.onload = function() {
|
||||
$(".unclearall").click(function(){
|
||||
|
|
Loading…
Reference in New Issue