home page modf

This commit is contained in:
merdan 2020-06-05 13:19:33 +05:00
parent 12e284ef8f
commit 0b9933a8ed
3 changed files with 93 additions and 86 deletions

View File

@ -81,3 +81,11 @@
</div>
</div>
@endsection
@section('after_scripts')
<script src="{{ asset ('assets/js/pureJSCalendar.js')}}"></script>
<script>
$(document).ready(function () {
pureJSCalendar.open('dd.MM.yyyy', 0, 0, 1, '2018-5-5', '2019-8-20', 'txtTest', 20)
});
</script>
@endsection

View File

@ -1,4 +0,0 @@
@extends('web.layouts.app')
@section('content')
@include('web.layouts.home')
@endsection

View File

@ -1,88 +1,91 @@
@extends('web.layouts.app')
@section('after_styles')
<style>
.rectangle {
overflow: visible;
width: 400px;
height: 250px;
left: 210px;
top: 222px;
text-align: center;
background: #fff;
}
.rectangle .inner{
padding: 20px 0px;
}
.headText{
text-align: center;
left: 342px;
top: 272px;
overflow: visible;
white-space: nowrap;
font-family: Source Sans Pro;
font-style: normal;
font-weight: bold;
font-size: 26px;
color: rgba(43,153,150,1);
}
.Union_1 {
overflow: visible;
width: 14px;
height: 10px;
transform: rotate(-45deg);
transform-origin: center;
left: 0px;
top: 0px;
}
.inner{
position: relative;
transition: 0.5s;
background-color: #f8f8f8;
box-shadow: 4px 7px 8px 2px #f2f2f2;
margin: 0px 20px;
}
.inner:hover{
transition: 0.5s;
background-color: #f8f8f8;
box-shadow: 4px 7px 8px 2px #f2f2f2;
margin: 0px 20px;
margin-top: -5px;
}
.inner button{
background: transparent;
border: 1px solid rgba(43,153,150,1);
border-radius: 20px;
padding: 5px 15px
}
button .smb{
display: block;
}
button:hover .smb{
display: none;
}
button .mmb{
display: none;
}
button:hover .mmb{
display: block;
}
.inner button:hover{
background: rgba(43,153,150,1);
border: 1px solid rgba(43,153,150,1);
border-radius: 20px;
padding: 5px 15px;
color: #fff;
}
</style>
@endsection
@section('content')
<div class="tpl-block-list tpl-component-slider" id="nc-block-379f70cfb1d929103a499f6c117c4222">
<style>
.rectangle {
overflow: visible;
width: 400px;
height: 250px;
left: 210px;
top: 222px;
text-align: center;
background: #fff;
}
.rectangle .inner{
padding: 20px 0px;
}
.headText{
text-align: center;
left: 342px;
top: 272px;
overflow: visible;
white-space: nowrap;
font-family: Source Sans Pro;
font-style: normal;
font-weight: bold;
font-size: 26px;
color: rgba(43,153,150,1);
}
.Union_1 {
overflow: visible;
width: 14px;
height: 10px;
transform: rotate(-45deg);
transform-origin: center;
left: 0px;
top: 0px;
}
.inner{
position: relative;
transition: 0.5s;
background-color: #f8f8f8;
box-shadow: 4px 7px 8px 2px #f2f2f2;
margin: 0px 20px;
}
.inner:hover{
transition: 0.5s;
background-color: #f8f8f8;
box-shadow: 4px 7px 8px 2px #f2f2f2;
margin: 0px 20px;
margin-top: -5px;
}
.inner button{
background: transparent;
border: 1px solid rgba(43,153,150,1);
border-radius: 20px;
padding: 5px 15px
}
button .smb{
display: block;
}
button:hover .smb{
display: none;
}
button .mmb{
display: none;
}
button:hover .mmb{
display: block;
}
.inner button:hover{
background: rgba(43,153,150,1);
border: 1px solid rgba(43,153,150,1);
border-radius: 20px;
padding: 5px 15px;
color: #fff;
}
</style>
<div class="container wrapper" style="padding-top: 100px !important;padding-bottom: 50px !important;">
<div class="row" style="padding-top: 0; display: inline-flex">
@foreach($subscriptions as $subscription)
@ -118,4 +121,4 @@
@endforeach
</div>
</div>
@endsection
@endsection