diff --git a/components/header/toolbar.tsx b/components/header/toolbar.tsx
new file mode 100644
index 0000000..aec1700
--- /dev/null
+++ b/components/header/toolbar.tsx
@@ -0,0 +1,64 @@
+'use client';
+import Image from 'next/image';
+import Link from 'next/link';
+import globePic from '../../public/globe.svg';
+import emailPic from '../../public/email.svg';
+import rssPic from '../../public/rss-feed.svg';
+import supportPic from '../../public/support.svg';
+import settingsPic from '../../public/settings.svg';
+import AnimatedLink from '../animatedLink';
+
+
+export default function Toolbar() {
+ return (
+
+
+
Science | Software | Hardware | Rockets | Startups
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/public/email.svg b/public/email.svg
new file mode 100644
index 0000000..14a19b5
--- /dev/null
+++ b/public/email.svg
@@ -0,0 +1,3 @@
+
diff --git a/public/rss-feed.svg b/public/rss-feed.svg
new file mode 100644
index 0000000..a94b740
--- /dev/null
+++ b/public/rss-feed.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/search.svg b/public/search.svg
new file mode 100644
index 0000000..324f91f
--- /dev/null
+++ b/public/search.svg
@@ -0,0 +1,3 @@
+
diff --git a/public/settings.svg b/public/settings.svg
new file mode 100644
index 0000000..abe44a0
--- /dev/null
+++ b/public/settings.svg
@@ -0,0 +1,6 @@
+
diff --git a/public/support.svg b/public/support.svg
new file mode 100644
index 0000000..963e56c
--- /dev/null
+++ b/public/support.svg
@@ -0,0 +1 @@
+
\ No newline at end of file