Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove old workshops and fix error message #44

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading