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>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="GitLab Pages">
<title>Plain HTML site using GitLab Pages</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="navbar">
<a href="https://pages.gitlab.io/plain-html/">Plain HTML Example</a>
<a href="https://gitlab.com/pages/plain-html/">Repository</a>
<a href="https://gitlab.com/pages/">Other Examples</a>
</div>
<h1>Hello World!</h1>
<p>
This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.
</p>
</body>
</html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tournoi de PinĀ-PonĀ - BUT Informatique</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f9;
margin: 0;
padding: 0;
color: #333;
}
header {
background-color: #0057b8;
color: white;
padding: 20px;
text-align: center;
}
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