carousel.blade.php
1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<style>
body {
/* padding: 100px 0; */
/* margin: 0;
display: flex;
justify-content: center; */
font-family: 'Lobster Two', cursive;
font-weight: 70;
}
span {
font-size: 18px;
color: #242731;
/* color: whitesmoke; */
text-shadow: 0 0 #e2dad9, .06em 0 0 #fff, 0 0, -.06em 0 0 #fff;
background: linear-gradient(#999, #999) center 1.09em no-repeat;
background-size: 85% 0.5px;
transition: 1s ease;
font-kerning: none;
}
span:hover {
background-size: 90% 1px;
}
</style>
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center justify-content-center" style="object-fit: cover; opacity: 1;">
@if($status =='hidden')
style="display: none !important"
@endif
<div class="container position-relative">
<link href="https://fonts.googleapis.com/css?family=Lobster+Two" rel="stylesheet">
<span>
<h1 class="h1">Biro Administrasi Pimpinan</h1>
Sekretariat Daerah Pemerintah Provinsi Riau
</span>
<h1>{{ $status }}</h1>
{{-- <h2>Sistem Informasi BUMD Riau</h2>
<h3>"Menuju Riau Lebih Baik"</h3>
<a href="#about" class="btn-get-started scrollto">Get Started</a> --}}
</div>
</section><!-- End Hero -->