chore: clean up empty code change sections in the changes log
This commit is contained in:
parent
0501da4b9b
commit
879b629848
BIN
public/assets/img/bg/blurry.png
Normal file
BIN
public/assets/img/bg/blurry.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 774 KiB |
@ -10,7 +10,8 @@
|
||||
<meta name="description" content="{{ $seo?->description }}">
|
||||
<meta name="keywords" content="{{ $seo?->keywords }}">
|
||||
|
||||
<link rel="shortcut icon" href="{{ Storage::url($general->site_icon) }}">
|
||||
<link rel="shortcut icon"
|
||||
href="{{ $general->site_icon ? Storage::url($general->site_icon) : asset('assets/img/logo/favicon.png') }}">
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin>
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<section class="pt-0 cover-background ipad-top-space-margin sm-pb-0"
|
||||
style="background-image:
|
||||
linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
|
||||
url('https://images.pexels.com/photos/269077/pexels-photo-269077.jpeg');">
|
||||
url('{{ asset('assets/img/bg/blurry.png') }}');">
|
||||
<div class="shape-image-animation bottom-0 p-0 w-100 d-none d-md-block">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" widht="3000" height="400" viewBox="0 180 2500 200" fill="#ffffff">
|
||||
<path class="st1" d="M 0 250 C 1200 400 1200 50 3000 250 L 3000 550 L 0 550 L 0 250">
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<section class="pt-0 cover-background ipad-top-space-margin sm-pb-0"
|
||||
style="background-image:
|
||||
linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
|
||||
url('https://images.pexels.com/photos/1036808/pexels-photo-1036808.jpeg');">
|
||||
url('{{ asset('assets/img/bg/blurry.png') }}');">
|
||||
<div class="shape-image-animation bottom-0 p-0 w-100 d-none d-md-block">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" widht="3000" height="400" viewBox="0 180 2500 200" fill="#ffffff">
|
||||
<path class="st1" d="M 0 250 C 1200 400 1200 50 3000 250 L 3000 550 L 0 550 L 0 250">
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<section class="pt-0 cover-background ipad-top-space-margin sm-pb-0"
|
||||
style="background-image:
|
||||
linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
|
||||
url('https://images.pexels.com/photos/8867431/pexels-photo-8867431.jpeg');">
|
||||
url('{{ asset('assets/img/bg/blurry.png') }}');">
|
||||
<div class="shape-image-animation bottom-0 p-0 w-100 d-none d-md-block">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" widht="3000" height="400" viewBox="0 180 2500 200" fill="#ffffff">
|
||||
<path class="st1" d="M 0 250 C 1200 400 1200 50 3000 250 L 3000 550 L 0 550 L 0 250">
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<section class="pt-0 cover-background ipad-top-space-margin sm-pb-0"
|
||||
style="background-image:
|
||||
linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
|
||||
url('https://images.pexels.com/photos/4050291/pexels-photo-4050291.jpeg');">
|
||||
url('{{ asset('assets/img/bg/blurry.png') }}');">
|
||||
<div class="shape-image-animation bottom-0 p-0 w-100 d-none d-md-block">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" widht="3000" height="400" viewBox="0 180 2500 200" fill="#ffffff">
|
||||
<path class="st1" d="M 0 250 C 1200 400 1200 50 3000 250 L 3000 550 L 0 550 L 0 250">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user