aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-28 21:52:02 -0400
committerThedro Neely <thedroneely@gmail.com>2019-03-28 21:52:02 -0400
commit3a827196c11200adb1d069662c2ef243a5c22a0a (patch)
tree13aee623bc5e0e7076c7735cc54e2b2febe5b737
parent21b41a702d3488c427d36d665dfc741fd06b66b2 (diff)
downloadedwinmattiacci.com-3a827196c11200adb1d069662c2ef243a5c22a0a.tar.gz
edwinmattiacci.com-3a827196c11200adb1d069662c2ef243a5c22a0a.tar.bz2
edwinmattiacci.com-3a827196c11200adb1d069662c2ef243a5c22a0a.zip
views/partials/header: Include navigator in header
-rw-r--r--views/partials/header.php18
1 files changed, 13 insertions, 5 deletions
diff --git a/views/partials/header.php b/views/partials/header.php
index 9891dd6..fba8d91 100644
--- a/views/partials/header.php
+++ b/views/partials/header.php
@@ -23,16 +23,24 @@
<?php } ?>
-<body class="overflow-y-scroll">
+<body class="overflow-y-scroll bg--white--light">
<div class="flex min-h-screen">
<a href="/" class="w-24 min-h-full hidden md:block logo-container border-r"></a>
- <div class="flex flex-col xl:flex-row min-h-screen w-screen ">
+ <div class="flex flex-col xl:flex-row min-h-screen w-screen">
- <div class="w-full xl:w-2/5 h-full splash-container"></div>
+ <div class="w-full max-h-full xl:h-full xl:w-2/5 z-10 xl:shadow-lg splash-container"></div>
- <div class="w-full xl:w-3/5 h-full">
+ <div class="bg-grey-lightest w-full xl:w-3/5 h-full border-b border-grey-light">
- <div class="container p-6 mx-auto" style="max-width: 40em;">
+ <div class="bg-grey-lightest border-b border-grey-light">
+ <section class="mx-auto p-6 max-w-sm">
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
+ </section>
+ </div>
+
+ <section class="bg--white--light">
+
+ <div class="container p-6 mx-auto max-w-sm">