summaryrefslogtreecommitdiff
path: root/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'header.php')
-rw-r--r--header.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/header.php b/header.php
index fe8b34b..6a73cbb 100644
--- a/header.php
+++ b/header.php
@@ -273,6 +273,17 @@
:target.modal .card {
overflow: auto;
}
+
+ .centered {
+ text-align: center;
+justify-content: center;
+ }
+
+ <?php
+ if (str_contains($_SERVER['REQUEST_URI'], '/brochure')) {
+ include('../brochure/styles.css');
+ }
+ ?>
</style>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Indie+Flower&family=PT+Sans&display=swap" rel="stylesheet" />
@@ -297,6 +308,7 @@
<a href="/about">Team</a>
<a href="/policies">Policies</a>
<a href="/#pricing">Pricing</a>
+ <a href="/brochure">Brochure</a>
<a href="/#offerings">Offerings</a>
<a href="/#"><img alt="logo" src="/assets/logo-simple.png" /></a>
</nav>