diff --git a/src/app/event.service.ts b/src/app/event.service.ts index 6ce2d000..0586eab1 100644 --- a/src/app/event.service.ts +++ b/src/app/event.service.ts @@ -7,87 +7,6 @@ import { Observable, of } from 'rxjs'; const events: Events = [ - { - id: 'paris-2024', - title: 'ngGirls @ Paris', - location: 'Paris', - city: 'Paris', - state: 'France', - date: 'February 3, 2024', - year: '2024', - applicationForm: 'https://docs.google.com/forms/d/e/1FAIpQLSeBvSIsUBw2KvpEGFqu7QnCWwcFSKa7MnK49AHO9VFGlwoVuA/viewform?usp=sf_link', - applicationButton: 'inscription participante', - // mentorsForm: 'https://docs.google.com/forms/d/e/1FAIpQLSeBvSIsUBw2KvpEGFqu7QnCWwcFSKa7MnK49AHO9VFGlwoVuA/viewform?usp=sf_link', - // mentorsButton: 'inscription mentor', - announcement: `Nous avons le plaisir de vous annoncer notre prochain atelier ngGirls à Paris. Il sera porté par Angular Devs France pour la communauté locale! ngGirls @ Paris 2024 aura lieu le Samedi 3 Février de 9h à 17h à Paris. - Pour plus de détails et vous inscrire: `, - sponsors: [{ link: 'https://angulardevs.fr/', logo: 'assets/events/paris-2024/angular_devs_fr.webp' }] - }, - { - id: 'ngconf-2024', - title: 'ngGirls @ NG-CONF', - location: 'Salt Lake City', - city: 'Salt Lake City', - state: 'USA', - date: 'March 19, 2024', - timetable: { - instructors: [], - groups: [ - { - mentor: [{ 'firstname': 'Sangeeta', 'lastname': 'Joshi', 'image': 'assets/events/ngconf-2024/mentors/sangeeta.jpg'}], - - }, - { - mentor: [{ 'firstname': 'Jan-Niklas', 'lastname': 'Wortmann', 'image': 'assets/events/ngconf-2024/mentors/jan-niklas.jfif'}], - - }, - { - mentor: [{ 'firstname': 'Craig', 'lastname': 'Spence', 'image': 'assets/events/ngconf-2024/mentors/craig.jfif'}], - - }, - { - mentor: [{ 'firstname': 'Nalini', 'lastname': 'Kodali', 'image': 'assets/events/ngconf-2024/mentors/female.svg'}], - - }, - ], - infos: [ - { key: '📅', text: 'Tuesday March 19, 2024'}, - { key: '⏰', text: '9:00 - 17:00 MST (Salt Lake City, USA, GMT -7)'}, - { key: '🏠', text: 'The Grand American Hotel, Salt Lake City'}, - { key: '🥤', text: 'Lunch and refreshments provided'}, - { key: '👨‍👦‍👦', text: 'Link to the groups', link: 'https://docs.google.com/presentation/d/1WbK7dg154tquToFlk8KBW2ppSfqdalMs0Xxn_6ZIXW8/edit#slide=id.gacb9094982_0_29'}, - { key: '📚', text: 'ngGirls tutorial', link: 'https://ng-girls.gitbook.io/todo-list-tutorial'}, - { key: '💬', text: 'Slack: #ng-conf-2024', link: 'https://ng-girls.slack.com/archives/C06P7HXLX8F'}, - { key: '🖥️', text: 'Intro-Slides', link: 'https://docs.google.com/presentation/d/1CxymsF4wUQQOyesV__RHp5RFlAxrCgv5qoTE_BaHO6E/edit?usp=sharing'}, - { key: '📶', text: 'WiFi - SSID: ngconf [Password: h******* (look at your black lanyard)]' }, - { key: '🚪', text: 'Room "Hermitage" "T̶u̶s̶c̶a̶n̶y̶", 3rd floor'}, - { key: '🧭', text: 'Way to the workshop room', link: 'https://www.youtube.com/watch?v=nIbfPDzGETw'}, - - ], - basics: { - floorplan: 'assets/events/ngconf-2024/floorplan.png', - timezone: 'Mountain Standard Time (GMT-7)' - }, - dates: [ - { time: '09:00 - 09:15', text: '👋 Check in'}, - { time: '09:15 - 10:00', text: '💡 Introduction to ngGirls and Angular'}, - { time: '10:00 - 12:55', text: '🪑 start working in groups'}, - { time: '12:55 ', text: ' 📷 group photo'}, - { time: '13:00 - 14:00', text: '🍕 Lunch break & networking'}, - { time: '14:00 - 16:30', text: '⌨️ Coding & working'}, - { time: '16:30 - 17:00', text: '🏆 Closing lecture and goodbyes' } - ] - }, - year: '2024', - applicationForm: 'https://docs.google.com/forms/d/e/1FAIpQLSdCfn6mN3VCmRNGSTRHMQl99T6MA7nqEXo-_RIwojSk5t9PkA/viewform', - mentorsForm: 'https://docs.google.com/forms/d/e/1FAIpQLSd0sli7Jv9yjRTGq5vspHE_E9HuBO1u2qPlZTJ-0zTTEIbjKw/viewform', - announcement: `We're excited to be part of NG-CONF 2024 - and bring the ngGirls workshop in cooperation with JetBrains to the local community! - ngGirls @ NG-CONF will take place on Tuesday, March 19th, from 9:00-17:00 in Salt Lake City. For more details and application: `, - sponsors: [ - { link: 'https://www.jetbrains.com/', logo: 'assets/events/ngconf-2024/jetbrains.svg' }, - { link: 'https://ng-conf.org/', logo: 'assets/events/ngconf-2024/logo_ngconf_2.png' } - ] - }, { id: 'rome-2024', title: 'ngGirls @ NG ROME MMXXIV', diff --git a/src/app/event/event.component.html b/src/app/event/event.component.html index e7eaf4a5..96c5e1f8 100644 --- a/src/app/event/event.component.html +++ b/src/app/event/event.component.html @@ -76,7 +76,6 @@

Sponsors

-

You are not authorized to view this page.

{{ event.title }}