Skip to content

Commit

Permalink
Merge pull request #162 from rkozyak/RichardK
Browse files Browse the repository at this point in the history
Added design and conclusion blank pages
  • Loading branch information
rkozyak authored Jul 25, 2024
2 parents 8ee28e7 + 895a898 commit 3ba1e51
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Website/src/pages/conclusions.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
import BaseLayout from '@/layouts/BaseLayout.astro';
---

<BaseLayout title="Conclusions" description="Video Showcase of the App">
<div class="mt-8 px-8 text-center">
<h1 class="text-4xl font-extrabold tracking-tight lg:text-5xl mb-8">Conclusions</h1>
<div class="flex justify-center">
Text goes here

</div>
</div>
</BaseLayout>
13 changes: 13 additions & 0 deletions Website/src/pages/design.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
import BaseLayout from '@/layouts/BaseLayout.astro';
---

<BaseLayout title="Design & Architecture" description="Video Showcase of the App">
<div class="mt-8 px-8 text-center">
<h1 class="text-4xl font-extrabold tracking-tight lg:text-5xl mb-8">Design & Architecture</h1>
<div class="flex justify-center">
Text goes here

</div>
</div>
</BaseLayout>

0 comments on commit 3ba1e51

Please sign in to comment.