Skip to content

Commit

Permalink
finished adding all pictues and all edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhimant-Panchal committed Sep 29, 2024
1 parent aab2240 commit a56e938
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 42 deletions.
Binary file added assets/images/rossie_person.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<p>We're <a href="https://github.com/surreycompsoc/website" target="_blank">on GitHub</a>!</p>
<p class="text-bold" style="margin-top: 0.5rem">Found a major issue?</p>
<p>Contact the WebMaster</p>
<a href="https://www.aranjannson.com/">aranjannson.com</a>
<a href="https://mohamediyadcherifi.com/">mohamediyadcherifi.com</a>
</div>
</div>
<div class="copyright">
Expand Down
42 changes: 42 additions & 0 deletions components/event template json.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
events: [
{
"id": 1,
"img": "/icon.png",
"title": "Refreshers Fair",
"date": "06/02/2024",
"location": "PATS Field",
"time": "10:00 - 16:00"
},
{
"id": 2,
"img": "/icon.png",
"title": "Node.js Workshop",
"date": "08/02/2024",
"location": "AP Lab 2",
"time": "18:00 - 20:00"
},
{
"id": 3,
"img": "/icon.png",
"title": "Stem Quiz",
"date": "15/02/24",
"location": "LTD",
"time": "18:20"
},
{
"id": 4,
"img": "/icon.png",
"title": "Hackathon (Introduction & Briefing)",
"date": "28/02/24",
"location": "LTE",
"time": "13:00"
},
{
"id": 5,
"img": "/icon.png",
"title": "Hackathon (Presentation & Awards)",
"date": "06/03/24",
"location": "TBC",
"time": "TBC"
},
]
4 changes: 3 additions & 1 deletion pages/committee.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<br><br>

<h2><b>Your Non-Signatories!</b></h2>
<h2><b>The Non-Signatories!</b></h2>
<br>

<div class="committee-container">
Expand Down Expand Up @@ -133,6 +133,7 @@
<div class="committee-container">
<div class="committee">
<div class="committeeMemberImage">
<img src="~/assets/images/iyad_person.jpg">
</div>
<h3>Welfare Officer</h3>
<p>Omar houchou</p>
Expand All @@ -143,6 +144,7 @@
<div class="committee-container">
<div class="committee">
<div class="committeeMemberImage">
<img src="~/assets/images/rossie_person.jpg">
</div>
<h3>Fundraiser</h3>
<p>Rossie</p>
Expand Down
40 changes: 0 additions & 40 deletions pages/events.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,46 +27,6 @@ export default {
data() {
return {
events: [
{
"id": 1,
"img": "/icon.png",
"title": "Refreshers Fair",
"date": "06/02/2024",
"location": "PATS Field",
"time": "10:00 - 16:00"
},
{
"id": 2,
"img": "/icon.png",
"title": "Node.js Workshop",
"date": "08/02/2024",
"location": "AP Lab 2",
"time": "18:00 - 20:00"
},
{
"id": 3,
"img": "/icon.png",
"title": "Stem Quiz",
"date": "15/02/24",
"location": "LTD",
"time": "18:20"
},
{
"id": 4,
"img": "/icon.png",
"title": "Hackathon (Introduction & Briefing)",
"date": "28/02/24",
"location": "LTE",
"time": "13:00"
},
{
"id": 5,
"img": "/icon.png",
"title": "Hackathon (Presentation & Awards)",
"date": "06/03/24",
"location": "TBC",
"time": "TBC"
},
]
}
}
Expand Down

0 comments on commit a56e938

Please sign in to comment.