news
This commit is contained in:
parent
92134eebd5
commit
2340b2eda3
1 changed files with 16 additions and 5 deletions
|
@ -11,15 +11,26 @@ import DefaultLayout from "../layouts/defaultLayout.astro"
|
|||
</div>
|
||||
|
||||
<div class="font-normal py-10 justify-center align-middle mx-12 md:mx-40 text-lg">
|
||||
<p class="text-xl md:text-left text-center">
|
||||
Welcome to our newly-established page.
|
||||
</p>
|
||||
<br>
|
||||
|
||||
<p class="">
|
||||
Here you can find various information about who we are, what we do, and how to reach us.
|
||||
<h1 class="border-b-4 p-2 border-accent-400 dark:border-accent-500 font-bold text-6xl text-left">
|
||||
News
|
||||
</h1>
|
||||
|
||||
<br>
|
||||
|
||||
<div>
|
||||
<h1>
|
||||
The call for execs is out!
|
||||
</h1>
|
||||
|
||||
<br>
|
||||
<p class="text-normal text-xl">
|
||||
With the GA quickly approaching, we are looking for people interested in contributing to CUBCAPS.
|
||||
If you are interested in submitting your candidature, please fill out this <a target="_blank" href="https://forms.gle/T8J93nHioQCvz7Xy8">form<a>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</DefaultLayout>
|
||||
|
|
Loading…
Reference in a new issue