diff --git a/header.html b/header.html
new file mode 100644
index 0000000..45d2b2e
--- /dev/null
+++ b/header.html
@@ -0,0 +1,16 @@
+
+
+
+
+ Header
+
+
+
+
+
+
\ No newline at end of file
diff --git a/icon.png b/icon.png
new file mode 100644
index 0000000..e5fd3cc
Binary files /dev/null and b/icon.png differ
diff --git a/navigator.css b/navigator.css
new file mode 100644
index 0000000..bb89f56
--- /dev/null
+++ b/navigator.css
@@ -0,0 +1,38 @@
+body {
+ font-family: sans-serif;
+ margin: 0;
+}
+.unified_navigator {
+ padding: 10px 50px;
+ display: flex;
+ justify-content: flex-start;
+ gap: 40px;
+ background: rgb(42,25,93);
+ background: linear-gradient(90deg, rgba(42,25,93,1) 8%, rgba(60,11,89,1) 49%, rgba(34,0,71,1) 82%);
+ color: white;
+ box-shadow: 0 10px 10px rgb(128, 128, 128);
+ line-height: 3em;
+}
+
+.unified_navigator .link {
+//padding: 15px 25px;
+//border: 2px solid red;
+//border-radius: .5em;
+//background: black;
+}
+
+.unified_navigator a:link, .unified_navigator a:visited {
+ color: #dddddd;
+ text-decoration: none;
+ font-weight: 500;
+}
+
+.unified_navigator a:hover {
+ color: #ffffff;
+}
+
+.unified_navigator img {
+ height: 2em;
+ vertical-align: middle;
+ margin-right: 1em;
+}
\ No newline at end of file