Théâtre écrit : galerie photos La Pièce en masonry (FR/EN/AR)

This commit is contained in:
Jalil Arfaoui 2026-03-12 09:32:53 +01:00
parent 16d2776428
commit 77374d8d21
8 changed files with 45 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 515 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 KiB

View file

@ -3,6 +3,13 @@ import PageHeading from "../../../components/page-heading.astro";
import Layout from "../../../layouts/main.astro";
import Link from "../../../components/Link.astro";
import BackLink from "../../../components/BackLink.astro";
import { Image } from "astro:assets";
import pierrotAubergiste from "../../../assets/images/la-piece/01-pierrot-aubergiste.jpg";
import sceneCave from "../../../assets/images/la-piece/02-scene-cave.jpg";
import pierrotSeul from "../../../assets/images/la-piece/03-pierrot-seul.jpg";
import confrontation from "../../../assets/images/la-piece/04-confrontation.jpg";
import troupeDecor from "../../../assets/images/la-piece/05-troupe-decor.jpg";
---
<Layout
@ -28,5 +35,13 @@ import BackLink from "../../../components/BackLink.astro";
أؤدّي دور Pierrot، قائد فصيلة شاب في Corps Francs de la montagne التابع للجيش اليهودي، إلى جانب Éléonore Astruc وCathy Giovannini وArthur Placet وJean-Louis Reynes.
</p>
</div>
<Image src={troupeDecor} alt="فرقة La Pièce أمام ديكور القبو" class="mt-8 rounded-xl w-full" />
<div class="mt-3 columns-2 gap-3 space-y-3">
<Image src={pierrotAubergiste} alt="جليل عرفاوي في دور Pierrot أمام صاحب النُّزل في La Pièce" class="rounded-xl" />
<Image src={sceneCave} alt="مشهد القبو: Pierrot واقفًا بين صاحب النُّزل وزوجته" class="rounded-xl" />
<Image src={pierrotSeul} alt="Pierrot وحيدًا تحت الضوء" class="rounded-xl" />
<Image src={confrontation} alt="الممثلون الخمسة في مواجهة على خشبة المسرح" class="rounded-xl" />
</div>
</section>
</Layout>

View file

@ -3,6 +3,13 @@ import PageHeading from "../../../components/page-heading.astro";
import Layout from "../../../layouts/main.astro";
import Link from "../../../components/Link.astro";
import BackLink from "../../../components/BackLink.astro";
import { Image } from "astro:assets";
import pierrotAubergiste from "../../../assets/images/la-piece/01-pierrot-aubergiste.jpg";
import sceneCave from "../../../assets/images/la-piece/02-scene-cave.jpg";
import pierrotSeul from "../../../assets/images/la-piece/03-pierrot-seul.jpg";
import confrontation from "../../../assets/images/la-piece/04-confrontation.jpg";
import troupeDecor from "../../../assets/images/la-piece/05-troupe-decor.jpg";
---
<Layout
@ -28,5 +35,13 @@ import BackLink from "../../../components/BackLink.astro";
I play the role of Pierrot, a young section leader of the Corps Francs de la montagne of the Jewish Army, alongside Éléonore Astruc, Cathy Giovannini, Arthur Placet and Jean-Louis Reynes.
</p>
</div>
<Image src={troupeDecor} alt="The cast of La Pièce posing in front of the basement set" class="mt-8 rounded-xl w-full" />
<div class="mt-3 columns-2 gap-3 space-y-3">
<Image src={pierrotAubergiste} alt="Jalil Arfaoui as Pierrot facing the innkeeper in La Pièce" class="rounded-xl" />
<Image src={sceneCave} alt="Basement scene: Pierrot standing between the innkeeper and his wife" class="rounded-xl" />
<Image src={pierrotSeul} alt="Pierrot alone under the spotlight" class="rounded-xl" />
<Image src={confrontation} alt="The five actors in a tense confrontation on stage" class="rounded-xl" />
</div>
</section>
</Layout>

View file

@ -3,6 +3,13 @@ import PageHeading from "../../components/page-heading.astro";
import Layout from "../../layouts/main.astro";
import Link from "../../components/Link.astro";
import BackLink from "../../components/BackLink.astro";
import { Image } from "astro:assets";
import pierrotAubergiste from "../../assets/images/la-piece/01-pierrot-aubergiste.jpg";
import sceneCave from "../../assets/images/la-piece/02-scene-cave.jpg";
import pierrotSeul from "../../assets/images/la-piece/03-pierrot-seul.jpg";
import confrontation from "../../assets/images/la-piece/04-confrontation.jpg";
import troupeDecor from "../../assets/images/la-piece/05-troupe-decor.jpg";
---
<Layout
@ -28,5 +35,13 @@ import BackLink from "../../components/BackLink.astro";
J'y interprète le rôle de Pierrot, jeune Chef de section des Corps Francs de la montagne de l'Armée juive, aux côtés d'Éléonore Astruc, Cathy Giovannini, Arthur Placet et Jean-Louis Reynes.
</p>
</div>
<Image src={troupeDecor} alt="La troupe de La Pièce pose devant le décor du cave" class="mt-8 rounded-xl w-full" />
<div class="mt-3 columns-2 gap-3 space-y-3">
<Image src={pierrotAubergiste} alt="Jalil Arfaoui dans le rôle de Pierrot face à l'aubergiste dans La Pièce" class="rounded-xl" />
<Image src={sceneCave} alt="Scène du cave : Pierrot debout entre l'aubergiste et sa femme" class="rounded-xl" />
<Image src={pierrotSeul} alt="Pierrot seul sous la lumière" class="rounded-xl" />
<Image src={confrontation} alt="Les cinq comédiens en pleine confrontation sur scène" class="rounded-xl" />
</div>
</section>
</Layout>