Initial Commit
The initial public commit of MVGL website code.
This commit is contained in:
commit
b39ecf1638
2043 changed files with 215154 additions and 0 deletions
51
resources/views/partials/widgets/mixed/_widget-9.blade.php
Normal file
51
resources/views/partials/widgets/mixed/_widget-9.blade.php
Normal file
|
@ -0,0 +1,51 @@
|
|||
<!--begin::Mixed Widget 9-->
|
||||
<div class="card {{ $class }}">
|
||||
<!--begin::Body-->
|
||||
<div class="card-body d-flex flex-column">
|
||||
<div class="flex-grow-1">
|
||||
<!--begin::Info-->
|
||||
<div class="d-flex align-items-center pe-2 mb-5">
|
||||
<span class="text-muted fw-bolder fs-5 flex-grow-1">
|
||||
{{ $time ?? '' }}
|
||||
</span>
|
||||
|
||||
<div class="symbol symbol-50px">
|
||||
<span class="symbol-label bg-light">
|
||||
<img src="{{ asset(theme()->getMediaUrlPath() . $image ?? '') }}" class="h-50 align-self-center" alt=""/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<!--end::Info-->
|
||||
|
||||
<!--begin::Link-->
|
||||
<a href="#" class="text-dark fw-bolder text-hover-primary fs-4">
|
||||
{{ $title ?? '' }}
|
||||
</a>
|
||||
<!--end::Link-->
|
||||
|
||||
<!--begin::Desc-->
|
||||
<p class="py-3">
|
||||
{{ $description ?? '' }}
|
||||
</p>
|
||||
<!--end::Desc-->
|
||||
</div>
|
||||
|
||||
<!--begin::Team-->
|
||||
<div class="d-flex align-items-center">
|
||||
<a href="#" class="symbol symbol-35px me-2" data-bs-toggle="tooltip" title="Ana Stone">
|
||||
<img src="{{ asset(theme()->getMediaUrlPath() . 'avatars/300-6.jpg') }}" alt=""/>
|
||||
</a>
|
||||
|
||||
<a href="#" class="symbol symbol-35px me-2" data-bs-toggle="tooltip" title="Mark Larson">
|
||||
<img src="{{ asset(theme()->getMediaUrlPath() . 'avatars/300-5.jpg') }}" alt=""/>
|
||||
</a>
|
||||
|
||||
<a href="#" class="symbol symbol-35px me-2" data-bs-toggle="tooltip" title="Sam Harris">
|
||||
<img src="{{ asset(theme()->getMediaUrlPath() . 'avatars/300-9.jpg') }}" alt=""/>
|
||||
</a>
|
||||
</div>
|
||||
<!--end::Team-->
|
||||
</div>
|
||||
<!--end::Body-->
|
||||
</div>
|
||||
<!--end::Mixed Widget 9-->
|
Loading…
Add table
Add a link
Reference in a new issue