46 lines
2.2 KiB
Text
46 lines
2.2 KiB
Text
|
|
---
|
||
|
|
import PageHeading from "../../../components/page-heading.astro";
|
||
|
|
import Layout from "../../../layouts/main.astro";
|
||
|
|
import Link from "../../../components/Link.astro";
|
||
|
|
import NavCard from "../../../components/NavCard.astro";
|
||
|
|
---
|
||
|
|
|
||
|
|
<Layout
|
||
|
|
title="مسرح - جليل عرفاوي"
|
||
|
|
description="المسار المسرحي لجليل عرفاوي: ممثل ارتجالي منذ 2008، مؤسس مشارك لفرقة Les Particules في ألبي، ممثل مسرح مكتوب مع Compagnie AspiRêves."
|
||
|
|
>
|
||
|
|
<section dir="rtl" lang="ar" class="relative z-20 max-w-2xl mx-auto my-12 px-7 lg:px-0">
|
||
|
|
<PageHeading
|
||
|
|
title="مسرح"
|
||
|
|
description="ممثل ارتجالي منذ 2008، وأخوض اليوم أيضًا غمار المسرح المكتوب."
|
||
|
|
/>
|
||
|
|
|
||
|
|
<div class="mt-8 space-y-4 text-gray-600 dark:text-neutral-400 leading-relaxed">
|
||
|
|
<p>
|
||
|
|
يرافقني المسرح منذ 2008. بدأت بالارتجال، مبارياته وعروضه — من <Link href="https://improchatou78.wordpress.com/" external>فرقة Touchatou</Link> قرب باريس إلى LaTTIFA في المغرب، ثم <Link href="https://les-particules.org/" external>Les Particules</Link> التي شاركت في تأسيسها في ألبي.
|
||
|
|
</p>
|
||
|
|
<p>
|
||
|
|
اليوم أنا أيضًا ممثل مسرح مكتوب مع <Link href="https://aspireves.org" external>Compagnie AspiRêves</Link>، وممثل أمام الكاميرا في سلاسل ويب وأفلام قصيرة.
|
||
|
|
</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="mt-12 grid gap-6 sm:grid-cols-2">
|
||
|
|
<NavCard
|
||
|
|
href="/ar/مسرح/ارتجال"
|
||
|
|
title="ارتجال"
|
||
|
|
description="من Touchatou إلى Les Particules، مرورًا بـ LaTTIFA في المغرب. مباريات ارتجال، عروض، ورشات."
|
||
|
|
/>
|
||
|
|
<NavCard
|
||
|
|
href="/ar/مسرح/مكتوب"
|
||
|
|
title="مسرح مكتوب"
|
||
|
|
description="La Pièce، عرض من Compagnie AspiRêves كتبه وأخرجه Michel Cals. دور Pierrot."
|
||
|
|
/>
|
||
|
|
<NavCard
|
||
|
|
href="/ar/مسرح/ممثل"
|
||
|
|
title="ممثل"
|
||
|
|
description="سلاسل ويب، أفلام قصيرة ومشاريع أخرى أمام الكاميرا."
|
||
|
|
/>
|
||
|
|
</div>
|
||
|
|
</section>
|
||
|
|
</Layout>
|