Skip to content
Snippets Groups Projects
Commit 8a2e03c9 authored by ROUILLARD AUGUSTIN p2415289's avatar ROUILLARD AUGUSTIN p2415289
Browse files

tournoi de ping pong

parent 7e14d754
No related branches found
No related tags found
No related merge requests found
Pipeline #178871 passed
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="fr">
<head> <head>
<meta charset="utf-8"> <meta charset="UTF-8">
<meta name="generator" content="GitLab Pages"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Plain HTML site using GitLab Pages</title> <title>Tournoi de PinĀ-PonĀ - BUT Informatique</title>
<link rel="stylesheet" href="style.css"> <style>
</head> body {
<body> font-family: Arial, sans-serif;
<div class="navbar"> background-color: #f4f4f9;
<a href="https://pages.gitlab.io/plain-html/">Plain HTML Example</a> margin: 0;
<a href="https://gitlab.com/pages/plain-html/">Repository</a> padding: 0;
<a href="https://gitlab.com/pages/">Other Examples</a> color: #333;
</div> }
<h1>Hello World!</h1> header {
background-color: #0057b8;
<p> color: white;
This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator. padding: 20px;
</p> text-align: center;
</body> }
</html>
h1 {
margin: 0;
font-size: 2.5em;
}
section {
padding: 20px;
}
h2 {
color: #0057b8;
font-size: 1.8em;
}
ul {
list-style-type: none;
padding-left: 0;
}
li {
font-size: 1.2em;
margin-bottom: 10px;
}
footer {
background-color: #0057b8;
color: white;
text-align: center;
padding: 10px;
position: fixed;
bottom: 0;
width: 100%;
}
.highlight {
color: #d9534f;
font-weight: bold;
}
</style>
</head>
<body>
<header>
<h1>L’Année Spéciale présente :</h1>
<h1>Le tournoi de PinĀ-ponĀ du BUT Informatique</h1>
</header>
<section>
<h2>Informations sur le tournoi :</h2>
<p>Venez participer au grand tournoi de PinĀ-ponĀ organisé pour les étudiants et enseignants du BUT Informatique !</p>
<h3>Format du tournoi :</h3>
<ul>
<li>En équipe de 2 (double)</li>
<li>Ouvert aux étudiants et enseignants du BUT Informatique</li>
</ul>
<h3>Phases de compétition :</h3>
<ul>
<li><span class="highlight">Phases de poule</span> les semaines du 3 mars 2025 et du 10 mars 2025</li>
<li><span class="highlight">Finale</span> la semaine du 24 mars 2025</li>
<li>Matchs entre 12h15 et 13h45 selon les disponibilités des concurrents</li>
</ul>
</section>
<footer>
<p>&copy; 2024 Tournoi PinĀ-ponĀ - BUT Informatique. Tous droits réservés.</p>
</footer>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment