Skip to content

Commit

Permalink
fix: remove old workshops and fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
willi84 committed Apr 22, 2024
1 parent 40e0363 commit 7badacc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 82 deletions.
81 changes: 0 additions & 81 deletions src/app/event.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://angulardevs.fr/" target="_blank">Angular Devs France</a> pour la communauté locale! <b>ngGirls @ Paris 2024</b> 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 <a href="https://ng-conf.org/">NG-CONF 2024</a> - and bring the ngGirls workshop in cooperation with JetBrains to the local community!
<b>ngGirls @ NG-CONF</b> 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',
Expand Down
1 change: 0 additions & 1 deletion src/app/event/event.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ <h2>Sponsors</h2>

<!-- If the user is not authenticated or doesn't have access, show a message or redirect -->
<div *ngIf="!isAuthenticated">
<p>You are not authorized to view this page.</p>
<div class="header-row">
<div class="event-title">
<h1>{{ event.title }}</h1>
Expand Down

0 comments on commit 7badacc

Please sign in to comment.