starting search

This commit is contained in:
prospect
2024-01-17 07:05:07 -05:00
parent 0bf417dcab
commit e28c22fe22
49 changed files with 224 additions and 848 deletions

View File

@@ -18,10 +18,7 @@ if ($page->post_parent !== 0) {
<!-- Header Banner -->
<div id="header-banner" class="relative h-24 md:h-56 lg:h-1/3 flex items-center md:justify-center">
<h1 class="shadow-md px-4 py-2 bg-white bg-opacity-40 text-blue-800 font-medium relative z-20 text-xl md:text-2xl lg:text-center"><?php echo $pageTitle ?></h1>
<img class="absolute top-0 h-full w-full object-cover" src="<?php echo get_template_directory_uri(); ?>/assets/images/bgs/<?php echo $pageBG; ?>" alt="header-banner">
<img class="absolute top-0 h-full w-full object-cover" src="<?php echo get_template_directory_uri(); ?>/assets/images/bgs/<?php echo $pageBG; ?>" alt="Header Banner">
</div>
<!--
<h1 class="max-w-7xl mx-auto font-serif text-2xl text-cadet-900 px-4 lg:text-4xl my-4"><?php echo $pageTitle ?></h1> -->
<?php get_template_part('/templates/partials/quick_links'); ?>

View File

@@ -13,7 +13,6 @@ $subpages = getSubpagesForSlug($pages, $current_slug);
if ($parentPage != 0 && count($subpages) > 0) { ?>
<!-- Quick Links -->
<div class="px-2 mt-4">
<ul role="list" class="max-w-7xl mx-auto text-blue-500 bg-white border-blue-500 border py-4 mb-4 rounded-md">
<li class="accordion">

View File

@@ -8,7 +8,6 @@ $subpages = getSubpagesForSlug($pages, $current_slug);
if (count($subpages) > 0) { ?>
<!-- Sub Level Pages Section -->
<div class="py-4 px-2 lg:h-full">
<ul class="grid grid-cols-1 lg:grid-cols-2 gap-2 lg:h-full place-items-stretch">
<?php