lanuit.ens.fr/ARCHIVES/english_index.html
2022-04-30 20:42:58 +02:00

140 lines
4.7 KiB
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0,">
<meta name="description" content="La Nuit &mdash; Gala de l'ENS">
<meta name="keywords" content="ENS Gala Nuit 2021 Ulm Ecole Normale Supérieure">
<title>La Nuit &mdash; Gala de l'ENS</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/tipso.css">
<link rel="stylesheet" href="css/calendar.css">
</head>
<body>
<header id="main-header">
<!img id="main-header-leaves" src="../newheader.jpg" alt="Par une Nuit d'hiver brille une étoile">
<!img id="main-header-title" src="img/header/title.jpg" alt="À la faveur de la Nuit">
<!img id="main-header-subtitle" src="img/header/subtitle.png" alt="Gala de l'ENS">
<!img id="main-header-hands" src="img/header/hands.png" alt="Deux mains serrées">
<!canvas id="main-header-stars"><!/canvas>
</header>
<section>
<div>
<a href="index.html" target="_blank">
<div class="button">
<img src="img/icons/french_flag.svg" class="fix-alignement" alt="Version française">
Version française
</div>
</a>
</div>
</section>
<section>
<h2>La Nuit feedback</h2>
<div>
<p>On <strong>Saturday, December 4, 2021</strong>, la Nuit, the ENS Gala, took place with triumph, fanfare and red carpets. The evening was a huge success like no other year before, and the organizing team would like to thank everyone who participated in setting up, holding and tidying up the evening!</p>
<p>But we can, and we will, do even better next year! How was the foodtruck and the buffet ? Did you have time to have as much fun as you wanted? etc.... We couldn't see everything, so please contribute to the Gala by answering <strong>the questionnaire below in less than five minutes!</strong></p>
<a href="https://framaforms.org/survey-night-fever-1639415087" target="_blank">
<div class="button">
<img src="img/icons/survey.svg" alt="Sondage">
<span>Give your feedback</span>
</div>
</a>
<a href="https://photos.cof.ens.fr/index.php/%C3%89v%C3%A8nements/2021-2022/Par%20une%20Nuit%20d'hiver,%20brille%20une%20%C3%A9toile" target="_blank">
<div class="button">
<img src="img/icons/photo.svg" alt="Photo">
<span>Photo server</span>
</div>
</a>
<a href="https://www.instagram.com/la_nuit_ulm/" target="_blank">
<div class="button">
<img src="img/icons/instagram.svg" alt="Page Instagram">
<span>Instagram</span>
</div>
</a>
<a href="https://www.facebook.com/LaNuitGalaENS/" target="_blank">
<div class="button">
<img src="img/icons/facebook.svg" alt="Page Facebook">
<span>Facebook</span>
</div>
</a>
</div>
</section>
<section>
<h2>Contact us</h2>
<div>
<p id="contact-email">
<img src="img/icons/email.svg" alt="Email">
<span>responuit[arobase]ens[point]fr</span>
</p>
</div>
</section>
<section>
<h2>Special thanks to</h2>
<div>
<div id="sponsors">
<a href="https://www.cof.ens.fr">
<img class="sponsor-disc" src="img/sponsors/cof.png" alt="COF">
</a>
<a href="https://www.archicubes.ens.fr">
<img class="sponsor-disc" src="img/sponsors/a-ulm.png" alt="A-Ulm">
</a>
<a href="https://www.ens.fr/">
<img class="sponsor-disc" src="img/sponsors/ens.png" alt="ENS">
</a>
<a href="https://www.facebook.com/clubPLS/">
<img src="img/sponsors/pls2.png" alt="PLS">
</a>
<br>
<a href="https://www.societegenerale.fr">
<img src="img/sponsors/soge2.svg" alt="Société Générale">
</a>
<a href="https://www.gmf.fr">
<img src="img/sponsors/GMF.svg" alt="Garantie Mutuelle des Fonctionnaires">
</a>
</div>
</div>
</section>
</body>
<!-- Note: tipso plugin requires the full jQuery library, the slim one is not sufficient -->
<!-- <script type="text/javascript" src="js/jquery-3.3.1.slim.min.js"></script> -->
<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="js/stars.js"></script>
<script type="text/javascript" src="js/tipso.min.js"></script>
<script type="text/javascript" src="js/calendar.js"></script>
<script type="text/javascript">
$(window).ready(() => {
// Starry background init
const canvas = document.getElementById("main-header-stars");
const sky = new StarrySky(canvas);
// Calendar init
let cal = new Calendar({
startDate: new Date(2019, 10, 30, 19),
endDate: new Date(2019, 11, 01, 5),
groupEventsByLocation: true
});
});
</script>
</html>