Select Git revision
Forked from an inaccessible project.
index.html 3.40 KiB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Africa Unite</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico" />
<link rel="stylesheet" href="styles.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
</head>
<body>
<div class="core">
<!--Logo Africa Unite-->
<a href="index.html"
><img
src="images/logo_africaunite_transparent.png"
alt="Logo Africa Unite"
width="12%"
height="13%"
/></a>
<!--Barre de navigation-->
<nav id="navbar">
<ul>
<li class="deroulant">
<a href="#">Qui sommes nous?</a>
<ul class="sous">
<li><a href="equipes.html">Nos différentes équipes</a></li>
<li><a href="histoire.html">L'histoire de l'association</a></li>
</ul>
</li>
<li class="deroulant">
<a href="#">Nos projets</a>
<ul class="sous">
<li><a href="Bobo.html">Le centre de Bobo</a></li>
<li><a href="nvprojet.html">Le nouveau projet</a></li>
</ul>
</li>
<li><a href="actions.html">Nos actions</a></li>
</ul>
</nav>
<h1>AFRICA UNITE</h1>
<br>
<center>
<img
src="images/centre-front.jpg"
alt="Front Centre"
width="80%"
style="margin-top: 20px; border-radius: 20px"
/>
</center>
<br>
<h5>
Une association étudiante composée de 12 élèves de première année de
Centrale Supélec.
</h5>
<br>
<div class="button">
<a
href="https://www.helloasso.com/associations/huma-centralesupelec/collectes/africa-2023-2024"
target="_blank"
>
Nous soutenir</a
>
</div>
</div>
<!--Footer-->
<div class="footer">
<div class="row">
<div class="column3">
<img
src="images/logo_africaunite_transparent.png"
alt="logo"
style="width: 15vw"
/>
</div>
<div class="column3">
<h6>Nous retrouver sur les réseaux</h6>
<a href="https://web.facebook.com/AfricaUniteCS/?_rdc=1&_rdr" target="_blank" style="display: flex; align-items: center; text-decoration: none;">
<img src="icons/facebook.png" width="13%" style="padding: 3%" alt="Facebook Logo" />
<span style="margin-left: 4.5%; font-size: 1.5vw;">Facebook</span>
</a>
<p>
<a href="https://www.instagram.com/africaunite.cs/" target="_blank" style="display: flex; align-items: center; text-decoration: none;">
<img src="icons/instagram.png" width="13%" style="padding: 2.5%" alt="Instagram Logo" />
<span style="margin-left: 4%; font-size: 1.5vw;">Instagram</span>
</a>
</p>
</div>
<div class="column3">
<h6>Nous contacter</h6>
<p style="font-size: 1.5vw;">
3 rue Joliot Curie <br />
91190 GIF-SUR-YVETTE
</p>
<p></p>
</div>
</div>
</div>
</body>
<script src="main.js"></script>
</html>