diff --git a/assets/images/rossie_person.jpg b/assets/images/rossie_person.jpg new file mode 100644 index 0000000..aa22be5 Binary files /dev/null and b/assets/images/rossie_person.jpg differ diff --git a/components/Footer.vue b/components/Footer.vue index 24e0914..a4b5c11 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -30,7 +30,7 @@
We're on GitHub!
Found a major issue?
Contact the WebMaster
- aranjannson.com + mohamediyadcherifi.comOmar houchou
@@ -143,6 +144,7 @@Rossie
diff --git a/pages/events.vue b/pages/events.vue index 4e83245..974f3a0 100644 --- a/pages/events.vue +++ b/pages/events.vue @@ -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" - }, ] } }