starting search
This commit is contained in:
@@ -3,13 +3,11 @@
|
||||
require_once(get_theme_file_path('/includes/back-end/helper_functions.php'));
|
||||
?>
|
||||
|
||||
<!-- Front Page/Landing Page Template -->
|
||||
<section class="h-full overflow-scroll no-scrollbar pt-16 pb-24">
|
||||
|
||||
<!-- Page Header -->
|
||||
<div class="relative h-20 flex items-center">
|
||||
<h1 class="w-full px-4 font-medium underline relative z-20 text-white text-xl md:text-2xl lg:text-center">Home</h1>
|
||||
<img class="absolute top-0 h-full w-full object-cover" src="<?php echo get_template_directory_uri(); ?>/assets/images/bgs/backsplash.png" alt="header-banner">
|
||||
<img class="absolute top-0 h-full w-full object-cover" src="<?php echo get_template_directory_uri(); ?>/assets/images/bgs/backsplash.png" alt="Header Banner">
|
||||
</div>
|
||||
|
||||
<!-- Top Level Pages Section -->
|
||||
@@ -49,7 +47,7 @@ require_once(get_theme_file_path('/includes/back-end/helper_functions.php'));
|
||||
</div>
|
||||
|
||||
<!-- Introduction Quote -->
|
||||
<section>
|
||||
<div>
|
||||
<div class="py-8 bg-red-500 text-cadet-900 space-y-4">
|
||||
<div class="max-w-7xl mx-auto lg:flex flex-col items-center">
|
||||
|
||||
@@ -63,7 +61,7 @@ require_once(get_theme_file_path('/includes/back-end/helper_functions.php'));
|
||||
|
||||
<div class="px-4">
|
||||
<div class="flex items-center py-8 px-4 lg:px-8 rounded-md bg-cadet-200 space-x-4">
|
||||
<img class="w-24 lg:w-64" src="<?= get_template_directory_uri() ?>/assets/images/people/deputy-grand-chief-derek-fox.png" alt="Deput Grand Chief">
|
||||
<img class="w-24 lg:w-64" src="<?= get_template_directory_uri() ?>/assets/images/people/deputy-grand-chief-derek-fox.png" alt="Deputy Grand Chief">
|
||||
<div>
|
||||
<p class="mb-2 font-medium">Derek Fox</p>
|
||||
<p>Deputy Grand Chief</p>
|
||||
@@ -73,10 +71,10 @@ require_once(get_theme_file_path('/includes/back-end/helper_functions.php'));
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<!-- Congratulations Quote -->
|
||||
<section>
|
||||
<div>
|
||||
<div class="italic bg-white text-cadet-900 space-y-4">
|
||||
<div class="max-w-7xl mx-auto lg:flex flex-col items-center">
|
||||
<ul class="space-y-2 px-8 py-2 my-4">
|
||||
@@ -98,9 +96,9 @@ require_once(get_theme_file_path('/includes/back-end/helper_functions.php'));
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<section class="bg-white">
|
||||
<div class="bg-white">
|
||||
|
||||
<h2 class="text-3xl p-4 max-w-7xl mx-auto text-red-500 font-bold">Attending College or University</h2>
|
||||
|
||||
@@ -124,7 +122,7 @@ require_once(get_theme_file_path('/includes/back-end/helper_functions.php'));
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
|
Reference in New Issue
Block a user