Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified assets/img/posters/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 1 addition & 9 deletions components/CloudProfile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<v-lazy-image
class="rounded-corner portrait"
:src="image"
:src-placeholder="placeholder"
/>
</b-col>
</b-row>
Expand Down Expand Up @@ -33,18 +32,11 @@ export default {
title: {
type: String,
default: ""
},
source: {
type: String,
required: true
}
},
computed: {
placeholder () {
return "https://res.cloudinary.com/dec6mijn3/image/upload/c_scale,w_200/" + this.source
},
image () {
return "https://res.cloudinary.com/dec6mijn3/image/upload/c_scale,w_500/" + this.source
return "https://cdn.comssa.org.au/committee-photos-2025/" + this.name.replace(/\s+/g, "%20") + ".JPG"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<b-nav-item class="links" to="/sponsors">
Sponsors
</b-nav-item>
<b-nav-item class="links" href="https://drive.google.com/drive/folders/1L01aRP06CmL2I64O0qN6EaOo2VE3Lnz9?usp=sharing">
<b-nav-item class="links" href="https://drive.google.com/drive/folders/1H4Zrt9A6TZ4j47P9BtJs7YuyvUQvu3A4?usp=sharing">
Minutes
</b-nav-item>
<b-nav-item class="links" href="https://drive.google.com/drive/folders/1dfu-v92gmrFWDcHVr-FvatKIjvfPo-Rt?usp=drive_link">
Expand Down
76 changes: 20 additions & 56 deletions pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,30 +45,26 @@
<b-row align-h="around" class="mt-3 mb-3 text-center">
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Justin Pan"
name="Sophie Melville"
title="President"
source="v1708440423/ComSSA-Website/Profile-2024/Justin_Pan_evzkb0.jpg"
/>
</b-col>
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Haylee Jackson"
name="Sean McGinty"
title="Vice President"
source="v1708440418/ComSSA-Website/Profile-2024/Haylee_Jackson_jrj8sq.jpg"
/>
</b-col>
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Kai Chen Chai"
name="Stanley Zhong"
title="Treasurer"
source="v1708440438/ComSSA-Website/Profile-2024/Kai_Chen_Chai_evv3od.jpg"
/>
</b-col>
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Sean McGinty"
name="Cindy Lawrence"
title="Secretary"
source="v1708440459/ComSSA-Website/Profile-2024/Sean_McGinty_shvbqi.jpg"
/>
</b-col>
</b-row>
Expand All @@ -78,101 +74,86 @@
<b-row align-h="around" class="mt-3 text-center">
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Cindy Lawrence"
name="Khidir Azhar"
title="Events Coordinator"
source="v1708440394/ComSSA-Website/Profile-2024/Cindy_Law_taiavl.jpg"
/>
</b-col><b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Sophie Melville"
name="Ethan Olson"
title="Marketing Coordinator"
source="v1708440464/ComSSA-Website/Profile-2024/Sophie_Melville_amrpp4.jpg"
/>
</b-col>
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Joseph Scott"
name="Justis Koh"
title="Technical Coordinator"
source="v1708440434/ComSSA-Website/Profile-2024/Joseph_Scott_d0havo.jpg"
/>
</b-col>
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Stanley Zhong"
name="Joleen Chong"
title="Revision Session Coordinator"
source="v1708440462/ComSSA-Website/Profile-2024/Stanley_Zhong_obkk99.jpg"
/>
</b-col>
</b-row>
<b-row align-h="around" class="mt-3 text-center">
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Ethan Olson"
source="v1708440417/ComSSA-Website/Profile-2024/Ethan_Olson_bcbym5.jpg"
name="Alice Arvidson"
/>
</b-col>
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Alice Arvidson"
source="v1708440403/ComSSA-Website/Profile-2024/Alice_Arvidson_co2vs2.jpg"
name="Henry Truong"
/>
</b-col>
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Hyeonji Shin"
source="v1708440394/ComSSA-Website/Profile-2024/Hyeonji_Shin_asd.jpg"
name="Jimmy Yang"
/>
</b-col>
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Nicholas Wright"
source="v1708440447/ComSSA-Website/Profile-2024/Nicholas_Wright_esmebk.jpg"
name="Kai Chen Chai"
/>
</b-col>
</b-row>
<b-row align-h="around" class="mt-3 text-center">
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Nikki Doan"
source="v1708440449/ComSSA-Website/Profile-2024/Nikki_Doan_j7hzco.jpg"
name="Laura Jiang"
/>
</b-col>
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Jacob Jonas"
source="v1708440422/ComSSA-Website/Profile-2024/Jake_Jonas_tj9p1y.jpg"
name="Mia Tran"
/>
</b-col>
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Patrick Jong"
source="v1708440447/ComSSA-Website/Profile-2024/Patrick_Jong_bvqef4.jpg"
name="Nathaniel White"
/>
</b-col>
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Mia Tran"
source="v1694963645/ComSSA-Website/Profile-2024/Mia_Tran"
name="Nikki Doan"
/>
</b-col>
</b-row>
<b-row align-h="around" class="mt-3 text-center">
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Joleen Chong"
source="v1694963645/ComSSA-Website/Profile-2024/Joleen_Chong"
name="Peter Dang"
/>
</b-col>
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Prasanna Asokan"
source="v1694963645/ComSSA-Website/Profile-2024/Prasanna_Asokan"
name="Raphael Ho"
/>
</b-col>
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Laura Jiang"
source="v1725282869/ComSSA-Website/Profile-2024/Laura_Jiang_eropy8.jpg"
name="Tri Dao"
/>
</b-col>
</b-row>
Expand All @@ -184,33 +165,16 @@
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Daniela Degasperi"
source="v1691929076/ComSSA-Website/Profile-2024/Daniela_Degasperi_ijoafjpi.webp"
/>
</b-col>
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Khidir Azhar"
source="v1708440445/ComSSA-Website/Profile-2024/Khidir_Azhar_ffvbws.jpg"
/>
</b-col>
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Hua Chen"
source="v1694963645/ComSSA-Website/Profile-2024/Hua_Chen"
/>
</b-col>
</b-row>
<b-row align-h="around" class="mt-3 text-center">
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Kevin Chin"
source="v1725282869/ComSSA-Website/Profile-2024/Kevin_Chin_yfq0pl.jpg"
/>
</b-col>
<b-col cols="6" md="3" class="mb-3">
<CloudProfile
name="Tri Dao"
source="v1725282869/ComSSA-Website/Profile-2024/Tri_Dao_uw5xyc.jpg"
name="Patrick Jong"
/>
</b-col>
</b-row>
Expand Down
9 changes: 0 additions & 9 deletions pages/sponsors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,6 @@
/>
</a>
</b-col>
<b-col cols="4">
<a href="https://www.atlassian.com/">
<b-img
width="450"
:src="'https://res.cloudinary.com/dec6mijn3/image/upload/v1679834808/ComSSA-Website/Sponsors/atlassian.png'"
fluid
/>
</a>
</b-col>
</b-row>
</div>

Expand Down