chill_hugoplate/themes/hugoplate/layouts/partials/page-header.html

12 lines
1.1 KiB
HTML
Raw Normal View History

2024-01-18 18:17:44 +00:00
<section class="dark page-hero pt-14 mb-14">
2023-05-25 10:41:54 +00:00
<div class="container text-center">
<div class="px-8 py-14 dark:from-darkmode-body dark:to-darkmode-theme-light">
<!-- bg-gradient-to-b from-body to-theme-light rounded-2xl -->
<h1>{{ .Title }}</h1><!-- | title -->
2023-06-04 07:29:21 +00:00
{{ partial "components/breadcrumb" (dict "Context" . "Class" "mt-6") }}
2023-05-25 10:41:54 +00:00
</div>
</div>
2024-01-18 18:17:44 +00:00
<!-- <svg width="100%" height="100%" id="svg" viewBox="0 0 1440 390" xmlns="http://www.w3.org/2000/svg" class="curve transition duration-300 ease-in-out delay-150"><path d="M 0,400 L 0,150 C 88.60714285714286,142.64285714285714 177.21428571428572,135.28571428571428 303,143 C 428.7857142857143,150.71428571428572 591.7499999999999,173.50000000000003 732,192 C 872.2500000000001,210.49999999999997 989.7857142857144,224.7142857142857 1104,217 C 1218.2142857142856,209.2857142857143 1329.1071428571427,179.64285714285717 1440,150 L 1440,400 L 0,400 Z" stroke="none" stroke-width="0" fill="#0d242e" fill-opacity="1" class="transition-all duration-300 ease-in-out delay-150 path-0" transform="rotate(-180 720 200)"></path></svg>-->
2023-05-25 10:41:54 +00:00
</section>
2024-01-17 07:58:19 +00:00