Skip to content

Commit

Permalink
added calendar to events page and added links to buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Reina128 committed Apr 5, 2024
1 parent 987a0d5 commit 014c25d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
1 change: 1 addition & 0 deletions content/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ menus:
main:
weight: 30
title: Events
layout: events
---
16 changes: 10 additions & 6 deletions layouts/_default/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,25 @@
<p class="mt-4 text-lg">
Interested in joining the club or simply have questions? Join our Discord server below.
</p>
<div>
<a href="https://discord.gg/mNe8V9nW" target="_blank">
<button class="bg-orange-500 pb-3 pt-3 pl-3 pr-3 mt-5 mb-5 rounded text-center">Discord</button>
</div>
</a>

<!-- Registration Section -->
<span class="block text-h3 font-semibold font-display shadow leading-none mt-10">Registration</span>
<p class="mt-4 text-lg">
Ready to register? Search for us on IdeaLogic and fill out the accompanying form.
</p>
<div>
<button
<a href="https://apps.ideal-logic.com/osusli" target ="_blank">
<button
class="bg-orange-500 pb-3 pt-3 pl-3 pr-3 mt-5 mb-5 bg-orange-600 rounded text-center">IdeaLogic</button>
<button class="bg-orange-500 pb-3 pt-3 pl-3 pr-3 mt-5 mb-5 rounded text-center">Discord</button>
</div>

</a>

<a href="https://discord.gg/mNe8V9nW" target="_blank">
<button class="bg-orange-500 pb-3 pt-3 pl-3 pr-3 mt-5 mb-5 rounded text-center">Discord</button>
</a>
</div>
</div>


Expand Down
13 changes: 13 additions & 0 deletions layouts/_default/events.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{{ define "main" }}

<article class="pb-24 relative">
<div style = "padding-top: 100px; font-size: 35px;" >Calendar</div>
<div style = "padding-top: 50px;">
<iframe src="https://docs.google.com/spreadsheets/d/1tIayCRxMKOJj41na6zIgkK2xSVG4RlWO_3dKGToBaco/edit?usp=sharing/pubhtml?gid=0&amp;single=true&amp;widget=true&amp;headers=false" width="100%" height="500" frameborder="0"></iframe>
</div>


</article>


{{ end}}

0 comments on commit 014c25d

Please sign in to comment.