Skip to content

Commit

Permalink
preliminary changes to events and history to show nav
Browse files Browse the repository at this point in the history
  • Loading branch information
mingness committed May 30, 2024
1 parent c4099bd commit c7518d6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
22 changes: 22 additions & 0 deletions _layouts/events.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: default
---
<div class="flex justify-center">
<div class="flex-col mx-12 lg:max-w-6xl justify-between">

<div>
{% include navigation.html %}

<header class="m-28">
<h1>{{ page.title }}</h1>
</header>

{{ content }}
</div>

{% include footer.html %}

</div>
</div>
<script src="/js/menu.js"></script>

5 changes: 1 addition & 4 deletions events/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
---
layout: default
layout: events
title: Events
description: Events hosted at Prachtsaal
add-style: grid.css
---
<header>
<h1>Events</h1>
</header>
<section id="upcoming">
<h2>Upcoming</h2>
<div class="grid">
Expand Down
5 changes: 1 addition & 4 deletions history/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
---
layout: default
layout: page
title: History of Prachtsaal
---
<header>
<h1>History of Prachtsaal</h1>
</header>
<section id="timeline">
<h2>Approximate Timeline:</h2>
<ul>
Expand Down

0 comments on commit c7518d6

Please sign in to comment.