forked from enviPath/enviPy
feat: add mockup for static pages
This commit is contained in:
@ -5,8 +5,9 @@
|
||||
<!-- Hero Section with Logo and Search -->
|
||||
<section class="hero h-fit max-w-5xl w-full shadow-none mx-auto relative">
|
||||
|
||||
<div class="hero min-h-[calc(100vh*0.4)]"
|
||||
style="background-image: url('{% static "/images/hero.png" %}'); background-size: cover; background-position: center;">
|
||||
<div class="hero min-h-[calc(100vh*0.4)] bg-gradient-to-br from-primary-800 to-primary-600"
|
||||
style="background-image: url('{% static "/images/hero.png" %}'); background-size: cover; background-position: center;"
|
||||
>
|
||||
<div class="hero-overlay"></div>
|
||||
<!-- Predict Pathway text over the image -->
|
||||
<div class="absolute bottom-40 left-1/8 -translate-x-8 z-10">
|
||||
|
||||
Reference in New Issue
Block a user