diff --git a/public/assets/exec/alex.png b/public/assets/exec/alex.png new file mode 100644 index 0000000..14a9357 Binary files /dev/null and b/public/assets/exec/alex.png differ diff --git a/public/assets/exec/ash.png b/public/assets/exec/ash.png new file mode 100644 index 0000000..8023dae Binary files /dev/null and b/public/assets/exec/ash.png differ diff --git a/public/assets/exec/will.png b/public/assets/exec/will.png new file mode 100644 index 0000000..625f65b Binary files /dev/null and b/public/assets/exec/will.png differ diff --git a/src/components/Exec.astro b/src/components/Exec.astro index 8d88c6e..b8267bf 100644 --- a/src/components/Exec.astro +++ b/src/components/Exec.astro @@ -10,6 +10,7 @@ export interface Exec { const { title, name, pronouns, gh, img } = Astro.props; const img_url = `/assets/execs/${img}`; +const url = `https://github.com/${gh}`; --- @@ -20,7 +21,7 @@ const img_url = `/assets/execs/${img}`; {name}
-

{title}: {name} ({pronouns})

+

{title}: {name} ({pronouns})

\ No newline at end of file diff --git a/src/components/Execs.astro b/src/components/Execs.astro index ed6e8c7..e3fccb0 100644 --- a/src/components/Execs.astro +++ b/src/components/Execs.astro @@ -8,8 +8,8 @@ import Exec from "./Exec.astro"; lorem @@ -18,8 +18,8 @@ import Exec from "./Exec.astro"; Hey! I'm Will and I am a second year computer science student on the year industry course. @@ -31,18 +31,21 @@ import Exec from "./Exec.astro"; - lorem + Hi, I'm Alex the treasurer for the 23/24 executive committee. + My role is to manage the society finances and ensure we can afford to run fun events throughout the year. + In my spare time, I like to work on my personal projects including my website and public libraries. + I can't wait to meet you all and enjoy the year with HullCSS. lorem @@ -61,4 +64,4 @@ import Exec from "./Exec.astro"; Feel free to message me on discord if you need a hand with anything. - \ No newline at end of file +