<!
DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-
scale=1.0">
<title>Mon Bloc Personnel</title>
<style>
body {
font-family: 'Arial', sans-serif;
background-color: #ffcc80; /* orange clair */
color: #333;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
header {
background-color: #ff9800; /* orange plus vif */
color: white;
width: 100%;
text-align: center;
padding: 20px 0;
h1 {
font-size: 3em;
margin: 0;
}
h2 {
font-size: 1.8em;
margin-top: 10px;
main {
padding: 20px;
max-width: 800px;
text-align: justify;
p{
font-size: 1.2em;
line-height: 1.6;
margin: 15px 0;
.president-photo {
width: 200px; /* ajustez la taille selon vos préférences */
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
margin: 20px 0;
footer {
margin-top: 50px;
text-align: center;
padding: 20px;
background-color: #ff9800; /* orange vif */
width: 100%;
.flag {
width: 30px;
height: 20px;
</style>
</head>
<body>
<header>
<h1>Bienvenue sur mon Bloc Personnel</h1>
<h2>Promotion de la Technologie Future</h2>
</header>
<main>
<img src="URL_DE_LA_PHOTO_DU_PRÉSIDENT" alt="Président de la
Transition" class="president-photo">
<p>
Ce bloc est dédié à la promotion et à la discussion des avancées
technologiques qui façonneront notre avenir.
Nous explorons des sujets allant de l'intelligence artificielle à
l'énergie renouvelable, en passant par les innovations numériques.
</p>
<p>