aboutsummaryrefslogtreecommitdiff
path: root/pages/guidelines.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-11-09 08:53:17 -0500
committerAndrew Lee <alee14498@protonmail.com>2023-11-09 08:53:17 -0500
commitc4a5c6b31a7ff2aa81295c52905bda557027f36e (patch)
treec2ac82bdc0ab4bc00dad9033fb5a5a115f08c3e1 /pages/guidelines.js
parent1e027ebf8c8afe5fa2e12868d9cd39703a029b34 (diff)
downloadpersonal-website-c4a5c6b31a7ff2aa81295c52905bda557027f36e.tar.gz
personal-website-c4a5c6b31a7ff2aa81295c52905bda557027f36e.tar.bz2
personal-website-c4a5c6b31a7ff2aa81295c52905bda557027f36e.zip
Final commit for branch
Diffstat (limited to 'pages/guidelines.js')
-rw-r--r--pages/guidelines.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/pages/guidelines.js b/pages/guidelines.js
index 61bed3d..e81e2b1 100644
--- a/pages/guidelines.js
+++ b/pages/guidelines.js
@@ -1,13 +1,15 @@
import Meta from '../components/meta'
+import Navigation from "../components/nav";
import Image from "next/image";
const policyList = "list-disc list-inside"
export default function Guidelines() {
return (
- <div>
+ <div className="font-hack bg-material-gray text-white">
<Meta title="Guidelines" description="Guidelines for Andrew Lee Projects Communities/Services"/>
- <div className="font-hack bg-material-gray text-white px-5 py-6 space-y-5 flex flex-col">
+ <Navigation />
+ <div className="px-5 py-6 space-y-5 flex flex-col">
<div id="top"/>
<div className="flex flex-col text-center justify-center items-center space-y-2">
<Image src="/Alee.png" alt="Alee Logo" className="rounded-full" width={150} height={150} />