محطات تاريخية في المغرب الحديث
محطات بارزة في تاريخ المغرب الحديث
تصفح أبرز الأحداث التي شكلت المغرب الحديث منذ سنة 1900 حتى اليوم. استعمل المرشحات لاستكشاف فترة معينة.
كل المجالات
سياسة
مجتمع
اقتصاد
ثقافة
.rp-timeline__item { position:relative; padding:14px 80px 14px 0; border-bottom:1px dashed var(–rp-line); display:flex; align-items:baseline; gap:14px; }
.rp-timeline__item:last-child { border-bottom:none; }
.rp-timeline__y { position:absolute; right:0; top:14px; width:60px; text-align:center; font-family:var(–rp-font-head); font-weight:700; color:var(–rp-accent); font-size:1.1rem; }
.rp-timeline__t { font-size:1.02rem; color:var(–rp-text); }
.rp-timeline__cat { display:inline-block; font-size:.72rem; font-weight:700; padding:2px 8px; border-radius:8px; margin-inline-start:8px; }
.rp-timeline__cat–pol { background:#0A0A0A; color:#fff; }
.rp-timeline__cat–eco { background:#B36B00; color:#fff; }
.rp-timeline__cat–soc { background:#2D7A2D; color:#fff; }
.rp-timeline__cat–cul { background:#D63031; color:#fff; }
(function(){
var events = [
{y:1912, t:”توقيع معاهدة الحماية الفرنسية الإسبانية”, c:”pol”, l:”سياسة”},
{y:1944, t:”تقديم وثيقة المطالبة بالاستقلال”, c:”pol”, l:”سياسة”},
{y:1956, t:”حصول المغرب على استقلاله السياسي”, c:”pol”, l:”سياسة”},
{y:1961, t:”تولي الملك الحسن الثاني العرش”, c:”pol”, l:”سياسة”},
{y:1975, t:”المسيرة الخضراء واسترجاع الصحراء”, c:”pol”, l:”سياسة”},
{y:1989, t:”تأسيس اتحاد المغرب العربي بمراكش”, c:”pol”, l:”سياسة”},
{y:1996, t:”الاستفتاء حول الدستور المراجع”, c:”pol”, l:”سياسة”},
{y:1999, t:”تولي الملك محمد السادس العرش”, c:”pol”, l:”سياسة”},
{y:2004, t:”إصدار مدونة الأسرة الجديدة”, c:”soc”, l:”مجتمع”},
{y:2005, t:”إطلاق المبادرة الوطنية للتنمية البشرية”, c:”soc”, l:”مجتمع”},
{y:2011, t:”دستور جديد بعد الحراك”, c:”pol”, l:”سياسة”},
{y:2018, t:”افتتاح الخط فائق السرعة طنجة الدار البيضاء”, c:”eco”, l:”اقتصاد”},
{y:2021, t:”إطلاق ورش الحماية الاجتماعية الشاملة”, c:”soc”, l:”مجتمع”},
{y:2022, t:”بلوغ المنتخب المغربي نصف نهائي كأس العالم”, c:”cul”, l:”ثقافة”},
{y:2024, t:”المغرب يستضيف مفاوضات إقليمية كبرى”, c:”pol”, l:”سياسة”},
{y:2025, t:”انطلاق الاستعدادات لتنظيم كأس العالم 2030″, c:”cul”, l:”ثقافة”}
];
function render(filter){
var list = document.getElementById(“rpTLList”);
list.innerHTML = “”;
events.filter(function(e){return filter===”all” || e.c===filter;}).forEach(function(e){
var li = document.createElement(“li”);
li.className = “rp-timeline__item”;
li.innerHTML = “” + e.y + “” + e.t + ” ” + e.l + ““;
list.appendChild(li);
});
}
document.getElementById(“rpTLCat”).addEventListener(“change”, function(){ render(this.value); });
render(“all”);
})();