▶️ Code HTML ◀️
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>6ᵉ Dynastie Égyptienne | Les Pharaons de l'Ancien Empire</title>
<style>
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
color: #333;
background-color: #f5f5f5;
}
header {
background: linear-gradient(135deg, #d4a76a, #8b5a2b);
color: white;
text-align: center;
padding: 2rem 0;
}
h1 {
margin: 0;
font-size: 2.5rem;
}
.container {
max-width: 900px;
margin: 2rem auto;
padding: 0 1rem;
background: white;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.intro {
text-align: center;
padding: 1rem 0;
}
.pharaoh-list {
margin: 2rem 0;
}
.pharaoh {
margin-bottom: 1.5rem;
padding-bottom: 1rem;
border-bottom: 1px solid #eee;
}
.pharaoh h3 {
color: #8b5a2b;
}
footer {
text-align: center;
padding: 1rem 0;
background: #333;
color: white;
}
.cta-button {
display: inline-block;
margin: 1rem 0;
padding: 0.8rem 1.5rem;
background: #8b5a2b;
color: white;
text-decoration: none;
border-radius: 4px;
font-weight: bold;
}
.cta-button:hover {
background: #6b451c;
}
</style>
</head>
<body>
<header>
<h1>La 6ᵉ Dynastie Égyptienne</h1>
<p>L'apogée de l'Ancien Empire (2345–2181 av. J.-C.)</p>
</header>
<div class="container">
<section class="intro">
<h2>Découvrez les Pharaons de la 6ᵉ Dynastie</h2>
<p>La 6ᵉ dynastie marque la fin de l'Ancien Empire égyptien, avec des pharaons célèbres comme Pépi Iᵉʳ et Pépi II. Explorez leur histoire, leurs pyramides et leur héritage.</p>
<a href="#use-page" class="cta-button">Utiliser cette page</a>
</section>
<section class="pharaoh-list">
<h2>Les Pharaons Majeurs</h2>
<div class="pharaoh">
<h3>Téti (2345–2323 av. J.-C.)</h3>
<p>Fondateur de la dynastie, Téti a stabilisé l'Égypte après le déclin de la 5ᵉ dynastie. Il fut assassiné, selon Manéthon.</p>
</div>
<div class="pharaoh">
<h3>Pépi Iᵉʳ (2321–2287 av. J.-C.)</h3>
<p>Règne long et prospère, connu pour ses expéditions militaires et ses constructions, dont la pyramide de Pépi Iᵉʳ à Saqqarah.</p>
</div>
<div class="pharaoh">
<h3>Pépi II (2278–2184 av. J.-C.)</h3>
<p>Règne légendaire de 94 ans (le plus long de l'histoire). Son règne marque le début du déclin de l'Ancien Empire.</p>
</div>
</section>
<section class="highlights">
<h2>Faits Marquants</h2>
<ul>
<li>Développement des textes des pyramides.</li>
<li>Centralisation du pouvoir fragilisée par l'autonomie croissante des nomarques.</li>
<li>Construction de pyramides plus petites mais richement décorées.</li>
</ul>
</section>
<section id="use-page" style="padding: 2rem 0; text-align: center;">
<h2>Utiliser cette Page</h2>
<p>Cette page est librement utilisable pour des projets éducatifs ou personnels. Vous pouvez la modifier ou l'intégrer à votre site.</p>
<a href="#" class="cta-button">Télécharger le code HTML</a>
<p><small>Code sous licence libre - Attribution recommandée.</small></p>
</section>
</div>
<footer>
<p>© 2023 - Landing Page sur la 6ᵉ Dynastie Égyptienne</p>
</footer>
</body>
</html>
Créez votre propre site internet avec Webador