diff --git a/Queercon/src/assets/json/events.json b/Queercon/src/assets/json/events.json deleted file mode 100644 index c8f4195..0000000 --- a/Queercon/src/assets/json/events.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "events": [ - { - "title": "Queercon Mixer", - "location": "Queercon Suite", - "summary": "Join us for something awesome and this will be fun. Except not for the staff, just for attendees. For the rest of us this is nonstop miserable work.", - "date": "04 AUG", - "hours": "16:00 - 20:00", - "icon1": "X", - "description": "This is for the details page", - "host": "QC" - }, - { - "title": "Queercon Mixer", - "location": "Queercon Suite", - "summary": "Join us for something awesome and this will be fun. Except not for the staff, just for attendees. For the rest of us this is nonstop miserable work.", - "date": "04 AUG", - "hours": "16:00 - 20:00", - "icon1": "X", - "description": "This is for the details page", - "host": "QC" - }, - { - "title": "Queercon Mixer", - "location": "Queercon Suite", - "summary": "Join us for something awesome and this will be fun. Except not for the staff, just for attendees. For the rest of us this is nonstop miserable work.", - "date": "04 AUG", - "hours": "16:00 - 20:00", - "icon1": "X", - "description": "This is for the details page", - "host": "QC" - }, - { - "title": "Queercon Mixer", - "location": "Queercon Suite", - "summary": "Join us for something awesome and this will be fun. Except not for the staff, just for attendees. For the rest of us this is nonstop miserable work.", - "date": "04 AUG", - "hours": "16:00 - 20:00", - "icon1": "X", - "description": "This is for the details page", - "host": "QC" - } - ] -} \ No newline at end of file diff --git a/Queercon/src/pages/events/events.ts b/Queercon/src/pages/events/events.ts index 824cbed..a2cd754 100644 --- a/Queercon/src/pages/events/events.ts +++ b/Queercon/src/pages/events/events.ts @@ -16,7 +16,54 @@ export class EventsDetailsPage { } @Component({ - templateUrl: 'events.html', + //templateUrl: 'events.html', + + template: ` + + + + + + + + Events + + + + + + + + + + + + + + + + {{ item.title }} + + + + + + {{ item.summary }} + + + + + + + + + + ` + }) export class EventsPage { /* Remove in staging *///private webWiew: any = window;