restructure home page
This commit is contained in:
parent
0d19b03250
commit
d6218e1b05
1 changed files with 31 additions and 20 deletions
|
@ -1,5 +1,8 @@
|
||||||
---
|
---
|
||||||
import Layout from "../layouts/Layout.astro";
|
import Layout from "../layouts/Layout.astro";
|
||||||
|
import OfficerCard from "../components/react/OfficerCard.jsx";
|
||||||
|
import Officers from "../data/officers.json";
|
||||||
|
import OfficerTabs from "../components/react/OfficerTabs.jsx";
|
||||||
---
|
---
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
@ -18,7 +21,7 @@ import Layout from "../layouts/Layout.astro";
|
||||||
>
|
>
|
||||||
Join the 2nd largest IEEE student branch in the US!
|
Join the 2nd largest IEEE student branch in the US!
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="scale-[600%] mt-10 space-x-2">
|
<div class="scale-[600%] mt-10 space-x-2">
|
||||||
<a href="https://discord.gg/XxfjqZSjca">
|
<a href="https://discord.gg/XxfjqZSjca">
|
||||||
<iconify-icon
|
<iconify-icon
|
||||||
icon="ic:baseline-discord"
|
icon="ic:baseline-discord"
|
||||||
|
@ -39,7 +42,7 @@ import Layout from "../layouts/Layout.astro";
|
||||||
class="duration-500 transition hover:scale-125 scale-100 text-white hover:text-[#ff68cd]"
|
class="duration-500 transition hover:scale-125 scale-100 text-white hover:text-[#ff68cd]"
|
||||||
></iconify-icon>
|
></iconify-icon>
|
||||||
</a>
|
</a>
|
||||||
</div> -->
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Regular White BG -->
|
<!-- Regular White BG -->
|
||||||
|
@ -146,6 +149,14 @@ import Layout from "../layouts/Layout.astro";
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div
|
||||||
|
class="flex justify-center items-center font-bold text-ieee text-[3em] mb-8"
|
||||||
|
>
|
||||||
|
Meet our Board Members:
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<OfficerTabs client:load officers={Officers} />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
#project-space-link {
|
#project-space-link {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue