From 895a898d40228ba355bf31c767e8d61206890215 Mon Sep 17 00:00:00 2001 From: rkozyak Date: Thu, 25 Jul 2024 14:19:30 -0400 Subject: [PATCH] Added design and conclusion blank pages --- Website/src/pages/conclusions.astro | 13 +++++++++++++ Website/src/pages/design.astro | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 Website/src/pages/conclusions.astro create mode 100644 Website/src/pages/design.astro diff --git a/Website/src/pages/conclusions.astro b/Website/src/pages/conclusions.astro new file mode 100644 index 0000000..0d06813 --- /dev/null +++ b/Website/src/pages/conclusions.astro @@ -0,0 +1,13 @@ +--- +import BaseLayout from '@/layouts/BaseLayout.astro'; +--- + + +
+

Conclusions

+
+ Text goes here + +
+
+
diff --git a/Website/src/pages/design.astro b/Website/src/pages/design.astro new file mode 100644 index 0000000..0acd46a --- /dev/null +++ b/Website/src/pages/design.astro @@ -0,0 +1,13 @@ +--- +import BaseLayout from '@/layouts/BaseLayout.astro'; +--- + + +
+

Design & Architecture

+
+ Text goes here + +
+
+