Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-18 18:50:05 +00:00

View File

@@ -43,8 +43,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="Saddam Hussein Historical Timeline"
description="An educational examination of authoritarian dictatorship, rise to power, organizational structures, methods of control, and removal from office. Understand the techniques used by one of the 20th century's most significant dictators."
logoText="Saddam Hussein totalitarianism"
description="Saddam Hussein's authoritarian dictatorship, rise to power , organized structures, methods of control, and extermination. These are the techniques used by one of the 20th century's most significant dictators."
buttons={[
{ text: "Explore Timeline", href: "#rise" },
{ text: "Learn About Dictatorship", href: "#methods" }
@@ -61,7 +61,7 @@ export default function LandingPage() {
<TextSplitAbout
title="Rise to Power: 1937-1979"
description={[
"Saddam Hussein Al-Tikriti was born in 1937 in Tikrit, Iraq, during a period of significant regional instability. His rise to power was methodical and politically calculated, beginning with his involvement in the 1958 revolution that overthrew the Iraqi monarchy.", "After a failed assassination attempt on Prime Minister Abd al-Karim Qassem in 1959, Saddam fled Iraq but returned after the Ba'ath Party's successful coup in 1963. He served as Vice President under Ahmad Hassan al-Bakr beginning in 1968, using this position to consolidate power through security apparatus control.", "By 1979, at age 42, Saddam orchestrated the removal of al-Bakr and assumed the presidency. His ascension marked the beginning of an authoritarian regime that would last 24 years and employ systematic repression, propagandistic control, and organizational terror to maintain power.", "Key technique demonstrated: Gradual infiltration of security services, cultivation of personal loyalists from his hometown Tikrit, exploitation of Ba'ath Party structures, and elimination of potential rivals through both political maneuvering and violent purges."
"Saddam Hussein Al-Tikriti was born in 1937 in Tikrit, Iraq, during a period of significant regional instability. His rise to power was methodical and politically calculated, beginning with his involvement in the 1958 revolution that overthrew the Iraqi monarchy.", "After a failed assassination attempt on Prime Minister Abd al-Karim Qassem in 1959, Saddam fled Iraq but returned after the Ba'ath Party's successful coup in 1963. He served as Vice President under Ahmad Hassan al-Bakr beginning in 1968, using this position to consolidate power through security apparatus control.", "By 1979, at age 42, Saddam orchestrated the removal of al-Bakr and assumed the presidency. His ascension marked the beginning of an authoritarian regime that would last 24 years and employ systematic repression, propagandistic control, and organizational terror to maintain power.", "Key techniques: Gradual infiltration of security services, growing support of loyalists from his hometown Tikrit, his exploitation of Ba'ath Party structures, and elimination of potential rivals through both political secrecy and violent massacres"
]}
useInvertedBackground={false}
buttons={[{ text: "Next: Dictatorial Techniques", href: "#methods" }]}
@@ -71,24 +71,24 @@ export default function LandingPage() {
<div id="techniques" data-section="techniques">
<FeatureCardNine
title="Techniques Common to Most Dictators"
description="Saddam Hussein employed the standard mechanisms of authoritarian control found across totalitarian regimes. These include systematic surveillance and repression, personality cult construction, monopoly on force through military and security apparatus control, suppression of opposition, control of information and propaganda, economic patronage systems, and justification through nationalist ideology."
description="Saddam Hussein employed the standard mechanisms of authoritarian control found across most totalitarian regimes. These include surveillance and repression, monopoly on force through military and security, suppression of opposition, control of information and propaganda."
tag="Authoritarian Methods"
tagIcon={Shield}
tagAnimation="slide-up"
features={[
{
id: 1,
title: "Surveillance & Repression", description: "Established extensive secret police networks (Mukhabarat and internal security services) to monitor population. Used informants, arbitrary arrest, torture, and extrajudicial execution as control mechanisms. Created climate of fear preventing organized opposition.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=unk3xe&_wi=1", imageAlt: "Authoritarian government control methods" },
title: "Surveillance & Repression", description: "Established extensive secret police networks (Mukhabarat and internal security services) to monitor population. Used informants, arrest, torture, and execution as control mechanisms. Created a stigma of fear preventing oppositions.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=unk3xe&_wi=1", imageAlt: "Authoritarian government control methods" },
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=unk3xe&_wi=2", imageAlt: "Authoritarian government control methods" }
},
{
id: 2,
title: "Personality Cult & Propaganda", description: "Developed systematic personality cult through media monopoly. Omnipresent imagery, state-controlled television and radio, educational curriculum glorifying leader. Portrayed as unifier, protector, visionary. Controlled all public narrative to reinforce legitimacy.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gjgikj&_wi=1", imageAlt: "Nationalist ideology propaganda art" },
title: " Cult & Propaganda", description: "Built a strong personality cult by controlling the media. Their image was everywhere. TV, radio, and schools all framed him as a unifying, protective, and visionary leader. This reinforced the legitimacy of their cause. ", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gjgikj&_wi=1", imageAlt: "Nationalist ideology propaganda art" },
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gjgikj&_wi=2", imageAlt: "Nationalist ideology propaganda art" }
},
{
id: 3,
title: "Monopoly on Force", description: "Consolidated military and security apparatus under personal control. Distributed loyalty among Republican Guard, security services, and military branches with overlapping command structures preventing unified opposition. Used military force against civilian populations and internal dissent.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hvddj5&_wi=1", imageAlt: "Military conflict war warfare" },
title: "Monopoly on Force", description: "They centralized control over the military and security forces, spreading loyalty across groups like the Republican Guard and other agencies. Overlapping command structures made it hard for any unified opposition to form. They also used military force to suppress civilians and crush internal dissent. ", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hvddj5&_wi=1", imageAlt: "Military conflict war warfare" },
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hvddj5&_wi=2", imageAlt: "Military conflict war warfare" }
}
]}