Skip to content

Commit

Permalink
Fix build & move event images
Browse files Browse the repository at this point in the history
  • Loading branch information
Wykks committed Nov 6, 2024
1 parent 8a9d0c7 commit 56f2c4d
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 36 deletions.
Binary file added src/assets/coachs/julien_renaux.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions src/components/index/EventCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ interface Props {
const { img, slug, name, type, size = "small", eagerLoading } = Astro.props;
const images = import.meta.glob<{ default: ImageMetadata }>(
"/public/events/*.{jpeg,jpg,png,gif}",
"/src/assets/events/*.{jpeg,jpg,png,gif}",
);
const imgSrc = images[`/public/events/${img}`];
const imgSrc = images[`/src/assets/events/${img}`];
---

<a href={`${type}/${slug}/`} class="block aspect-video">
Expand Down
4 changes: 2 additions & 2 deletions src/components/mktd/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ type Props = CollectionEntry<"mktds">;
const mktd = Astro.props;
const eventImages = import.meta.glob<{ default: ImageMetadata }>(
"/public/events/*.{jpeg,jpg,png,gif,svg}",
"/src/assets/events/*.{jpeg,jpg,png,gif,svg}",
);
const mktdImgSrc = eventImages[`/public/events/${mktd.data.thumbnail}`];
const mktdImgSrc = eventImages[`/src/assets/events/${mktd.data.thumbnail}`];
const formattedDate = mktd.data.date.toLocaleDateString("fr-FR", {
year: "numeric",
month: "long",
Expand Down
6 changes: 4 additions & 2 deletions src/content/mktds/mktd6_stream-processing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requirements:
- Connaître Java (ou Scala)
- Venir avec son PC 💻
- Docker et JDK8 installés
- àson IDE préféré
- Son IDE préféré

program:
- Expérimenter Flink ou Kafka en équipe
Expand Down Expand Up @@ -65,5 +65,7 @@ planning:
start: 18h00
end: 19h00

inscriptionLink: https://www.meetup.com/monkeytechdays/events/246514263/
inscriptionLinks:
- url: https://www.meetup.com/monkeytechdays/events/246514263/
type: meetup
---
69 changes: 39 additions & 30 deletions src/content/mktds/mktd7_web-components.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
---
date: 2018-09-21
name: Web Components
thumbnail: mktd7_web-components.jpg
thumbnail: mktd7_web-components.png
subtitle: Spécification native, StencilJS
description:
- 2018 est sans aucun doute l’année des Web Components.
- En effet Chrome, Firefox (sous flag) et maintenant Safari supportent les spécifications customs elements v1 sans avoir besoin de polyfill. Les géants du Web tel que Google avec Polymer 3 et Angular Elements poussent de plus en plus la démocratisation de ces standards du Web à grande échelle.

requirements:
- Venir avec son ordinateur 💻,
- avec votre IDE préféré et Chrome,
- Venir avec son ordinateur 💻
- avec votre IDE préféré et Chrome

program:
- Expérimenter Web Components Native ou StencilJS en équipe
- Évaluer les technos
- Réaliser des défis techniques
- Échanger avec la communauté toulousaine

coachs:
- name: Julien
img: benoit_el_amrani.jpg
img: julien_renaux.jpg
description: Expert Web
twitter: julienrenaux
tech: StencilJS
Expand All @@ -25,36 +28,42 @@ coachs:
description: Expert Java et Web
twitter: ilaborie
tech: Native

community:
- logo: gdgtoulouse.png
url: http://www.gdgtoulouse.fr/
name: GDG Toulouse

location:
  url: http://www.harrycow.com/
  address: 13 rue Sainte Ursule 31000 Toulouse
  iframe: https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2889.2108114431708!2d1.4394906157111187!3d43.60215206374777!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12aebb6258220a07%3A0xf1d45637938f3453!2sHarryCow!5e0!3m2!1sfr!2sfr!4v1466094946954
  name: HarryCow
url: http://www.harrycow.com/
address: 13 rue Sainte Ursule 31000 Toulouse
iframe: https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2889.2108114431708!2d1.4394906157111187!3d43.60215206374777!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12aebb6258220a07%3A0xf1d45637938f3453!2sHarryCow!5e0!3m2!1sfr!2sfr!4v1466094946954
name: HarryCow

planning:
  - label: Accueil des participant(e)s
    start: 8h45
    end: 9h00
  - labels:
      - Présentation du programme et des coachs, Ice Breaker
      - Courte introduction à Native et Stencil
      - Première série d'exos (Exploration de la techno)
    start: 9h00
    end: 12h30
  - label: Pause Déjeuner
    start: 12h30
    end: 13h15
  - labels:
      - Mot du Sponsor
      - Défi(s) technique(s) entre les équipes
      - Synthèse technique et table ronde
    start: 13h15
    end: 18h00
  - label: Apéro dînatoire
    start: 18h00
    end: 19h00
inscriptionLink: https://www.meetup.com/fr-FR/monkeytechdays/events/298326303/
- label: Accueil des participant(e)s
start: 8h45
end: 9h00
- labels:
- Présentation du programme et des coachs, Ice Breaker
- Courte introduction à Native et Stencil
- Première série d'exos (Exploration de la techno)
start: 9h00
end: 12h30
- label: Pause Déjeuner
start: 12h30
end: 13h15
- labels:
- Mot du Sponsor
- Défi(s) technique(s) entre les équipes
- Synthèse technique et table ronde
start: 13h15
end: 18h00
- label: Apéro dînatoire
start: 18h00
end: 19h00

inscriptionLinks:
- url: https://www.meetup.com/fr-FR/monkeytechdays/events/298326303/
type: meetup
---

0 comments on commit 56f2c4d

Please sign in to comment.