-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from UoaWDCC/14-Events-Summary
14 events summary
- Loading branch information
Showing
3 changed files
with
31 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
import Layout from "@/layouts/layout.astro"; | ||
--- | ||
|
||
<Layout title="Events" description="Upcoming events at WDCC"> | ||
<section class="py-16 text-center"> | ||
<h1 class="text-4xl font-bold mb-4">Upcoming Events</h1> | ||
<p class="text-lg text-gray-600 max-w-5xl mx-auto"> | ||
WDCC hosts regular workshops, competitions and social events throughout the year. | ||
We aim to help students develop practical skills that can be used in the workforce. | ||
We host social events to help students network among peers and with industry people. | ||
</p> | ||
</section> | ||
</Layout> |