diff --git a/src/app/event.service.ts b/src/app/event.service.ts
index 4bd32b1a..37f0cf53 100644
--- a/src/app/event.service.ts
+++ b/src/app/event.service.ts
@@ -21,6 +21,23 @@ const events: Events = [
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',
+ 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',
@@ -37,6 +54,7 @@ const events: Events = [
}
];
+
@Injectable({
providedIn: 'root'
})
diff --git a/src/assets/events/ngconf-2024/jetbrains.svg b/src/assets/events/ngconf-2024/jetbrains.svg
new file mode 100644
index 00000000..c4fe87cb
--- /dev/null
+++ b/src/assets/events/ngconf-2024/jetbrains.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/events/ngconf-2024/logo.webp b/src/assets/events/ngconf-2024/logo.webp
new file mode 100644
index 00000000..c83d5bf9
Binary files /dev/null and b/src/assets/events/ngconf-2024/logo.webp differ
diff --git a/src/assets/events/ngconf-2024/logo_ngconf.png b/src/assets/events/ngconf-2024/logo_ngconf.png
new file mode 100644
index 00000000..fa2f4736
Binary files /dev/null and b/src/assets/events/ngconf-2024/logo_ngconf.png differ
diff --git a/src/assets/events/ngconf-2024/logo_ngconf_2.png b/src/assets/events/ngconf-2024/logo_ngconf_2.png
new file mode 100644
index 00000000..bfb1bf8c
Binary files /dev/null and b/src/assets/events/ngconf-2024/logo_ngconf_2.png differ