Compare commits

..

1 commit

Author SHA1 Message Date
sinavir
29144f8b7d Update SEA schedule (Small Talk <-> Gues What) 2023-11-13 14:18:16 +01:00
17 changed files with 1439 additions and 1721 deletions

View file

@ -1,19 +0,0 @@
name: build configuration
on:
push:
branches:
- main
jobs:
build:
runs-on: nix
steps:
- uses: actions/checkout@v3
- name: deploy
run: nix-shell -p awscli2 --run "aws s3 sync ./www/ s3://$BUCKET/ --delete --endpoint-url $URL"
env:
URL: "https://s3.dgnum.eu/"
BUCKET: lanuit-website
AWS_ACCESS_KEY_ID: ${{ secrets.KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.SECRET_KEY }}

View file

@ -10,7 +10,7 @@
<title>La Nuit &mdash; Gala de l'ENS</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style2.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/tipso.css">
<link rel="stylesheet" href="css/calendar.css">
</head>
@ -18,10 +18,10 @@
<section>
<h2>Billetterie en ligne</h2>
<div>
<p>La billetterie n'est pas encore disponible. Elle ouvrira le lundi 28 octobre 2024.</p>
<p>La billetterie n'est pas encore disponible. Elle ouvrira le lundi 6 novembre 2023.</p>
</div>
<a href="index.html">
<a href="index.html" target="_blank">
<div class="button">
Retour au site
</div>

View file

@ -28,7 +28,7 @@
top: 0;
left: 0;
width: 100%;
height: calc(100% + 100px);
height: calc(100% + 30px);
padding: 0;
border-bottom: 0px solid rgba(71, 19, 43, 0.25);
z-index: 10;
@ -89,7 +89,7 @@
#cal-container .cal-event {
position: relative;
height: 57px;
height: 42px;
margin: 2px 0;
padding: 5px;
/* background-color: #EFEFEF; */
@ -177,7 +177,7 @@
/* min-width: 40%; */
max-width: 80%;
padding: 20px;
background-color: #322c30;
background-color: #333;
color: #FFF;
border-radius: 4px;
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6);
@ -193,7 +193,7 @@
width: 0;
position: absolute;
pointer-events: none;
border-bottom-color: #322c30;
border-bottom-color: #333;
border-width: 20px;
margin-left: -20px;
}
@ -207,7 +207,7 @@
width: 0;
position: absolute;
pointer-events: none;
border-top-color: #322c30;
border-top-color: #333;
border-width: 20px;
margin-left: -20px;
}

View file

@ -113,46 +113,51 @@ a {
position: relative;
background-image: url("../img/ui/header-nuit.png");
background-image: linear-gradient(rgba(0,0,0,0) 70%, #362b49 100%), url("../img/ui/header-nuit.png");
background-image: url("../img/ui/header-Nuit-2022.jpg");
background-image: linear-gradient(rgba(0,0,0,0) 70%, #362b49 100%), url("../img/ui/header-nuit.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-position: center 18%;
}
@media only screen and (max-width: 1200px) {
#main-header {
height: calc(100vh / 2);
background-size: auto calc(100vh / 2);
}
}
@media only screen and (max-width: 900px) {
#main-header {
height: calc(100vh / 2.5);
background-size: auto calc(100vh / 2.5);
}
}
@media only screen and (max-width: 600px) {
#main-header {
height: calc(100vh / 3);
background-size: auto calc(100vh / 3);
}
}
@media only screen and (max-width: 500px) {
#main-header {
height: calc(100vh / 5);
background-size: auto calc(100vh / 5);
}
}
@media only screen and (max-width: 300px) {
#main-header {
height: calc(100vh / 7);
background-size: auto calc(100vh / 7);
}
}
@media only screen and (max-width: 200px) {
#main-header {
height: calc(100vh / 8);
background-size: auto calc(100vh / 8);
}
}

View file

@ -1,768 +0,0 @@
/*--------------------------------------------------------*/
/* FONTS
/*--------------------------------------------------------*/
/* roboto-300 - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'),
url('../fonts/roboto-v18-latin-300.woff2') format('woff2'),
url('../fonts/roboto-v18-latin-300.woff') format('woff');
}
/* roboto-regular - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'),
url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'),
url('../fonts/roboto-v18-latin-regular.woff') format('woff');
}
/* roboto-italic - latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: local('Roboto Italic'), local('Roboto-Italic'),
url('../fonts/roboto-v18-latin-italic.woff2') format('woff2'),
url('../fonts/roboto-v18-latin-italic.woff') format('woff');
}
/* roboto-700 - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'),
url('../fonts/roboto-v18-latin-700.woff2') format('woff2'),
url('../fonts/roboto-v18-latin-700.woff') format('woff');
}
/* LilyScriptOne - Regular */
@font-face {
font-family: 'Lily Script One';
src: url('../fonts/LilyScriptOne-Regular.eot');
src: local('Lily Script One'), local('LilyScriptOne-Regular'),
url('../fonts/LilyScriptOne-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/LilyScriptOne-Regular.woff2') format('woff2'),
url('../fonts/LilyScriptOne-Regular.woff') format('woff'),
url('../fonts/LilyScriptOne-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* josefin-regular */
@font-face {
font-family: 'Josefin';
font-style: normal;
font-weight: 400;
src: local('Josefin'), local('Josefin-Regular'),
url('../fonts/JosefinSans-Regular.ttf') format('truetype');
}
/* parisienne-regular */
@font-face {
font-family: 'Parisienne';
font-style: normal;
font-weight: 400;
src: local('Parisienne'), local('Parisienne-Regular'),
url('../fonts/Parisienne-Regular.ttf') format('truetype');
}
/*--------------------------------------------------------*/
/* GENERAL RULES
/*--------------------------------------------------------*/
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
html, body {
font-family: "Josefin", serif;
font-weight: 500;
line-height: 150%;
color: #FFFFFF;
font-size: 28px;
}
body {
background-color: #471f33; <!-- ancien : violet : nouveau : pourpre -->
color: white;
}
a {
text-decoration: none;
}
/*--------------------------------------------------------*/
@media only screen and (max-width: 480px) {
html, body {
font-size: 16px;
line-height: 160%;
}
}
/*--------------------------------------------------------*/
/* HEADER
/*--------------------------------------------------------*/
#main-header {
margin: 0;
min-width: 100%;
height: 500px;
/* min-height: calc(100vh / 1.4); */
position: relative;
background-image: url("../img/ui/header-nuit.png");
background-image: linear-gradient(rgba(0,0,0,0) 70%, #471f33 100%), url("../img/ui/header-nuit.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
@media only screen and (max-width: 1200px) {
#main-header {
height: calc(100vh / 2);
}
}
@media only screen and (max-width: 900px) {
#main-header {
height: calc(100vh / 2.5);
}
}
@media only screen and (max-width: 600px) {
#main-header {
height: calc(100vh / 3);
}
}
@media only screen and (max-width: 500px) {
#main-header {
height: calc(100vh / 5);
}
}
@media only screen and (max-width: 300px) {
#main-header {
height: calc(100vh / 7);
}
}
@media only screen and (max-width: 200px) {
#main-header {
height: calc(100vh / 8);
}
}
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* CONTENT
/*--------------------------------------------------------*/
section {
text-align: justify;
}
section > * {
max-width: 960px;
margin-left: calc(50% - 480px);
padding-left: 60px;
padding-right: 60px;
}
section h2 {
margin-bottom: 25px;
padding: 100px 60px 15px 60px;
color: #ee93af;
text-shadow: 3px 2px 1px #e60b5f, 2px 3px 1px #e60b5f;
font-family: Josefin;
font-size: 3rem;
font-weight: 300;
line-height: 150%;
text-transform: none;
text-align: center;
word-wrap: break-word;
hyphens: auto;
}
section p {
padding-bottom: 20px;
font-size: 1rem;
}
section p.stand-out {
font-style: italic;
text-align: center;
}
/*--------------------------------------------------------*/
@media only screen and (max-width: 880px) {
/* section {
width: 100%;
margin: 0 auto 100px auto;
padding: 0 60px;
} */
section > * {
max-width: 960px;
margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}
}
@media only screen and (max-width: 480px) {
section > * {
padding-left: 30px;
padding-right: 30px;
}
section h2 {
padding: 80px 0 10px 0;
font-size: 1.6rem;
hyphens: none;
line-height: 2rem;
}
}
@media only screen and (max-width: 320px) {
section h2 {
font-size: 1.4rem;
}
}
/*--------------------------------------------------------*/
/* BUTTONS
/*--------------------------------------------------------*/
.button {
display: block;
width: 60%;
margin: 20px auto 0 auto;
padding: 15px 25px;
background-image: url("../img/ui/button-background-burgundy-lines.svg");
background-repeat: no-repeat;
background-size: 100%;
/* color: #A6D0B2; */
/* color: #AA473C; */
/* color: #47132B; */
/* color: #000000; */
color: white;
font-size: 1.4rem;
font-weight: 400;
text-transform: uppercase;
text-align: center;
line-height: 32px;
}
.button:hover {
background-image: url("../img/ui/button-background-pink-panther.svg");
/* color: #00787E; */
/* color: #47132B; */
/* color: #AA473C; */
color: #340424;
}
.button img {
height: 32px;
width: 32px;
margin: 0 5px;
}
.button img.fix-alignement {
margin-top: -3px;
}
.button > * {
vertical-align: middle;
}
/*--------------------------------------------------------*/
@media only screen and (max-width: 800px) {
.button {
width: 75%;
padding: 10px 15px;
font-size: 1.2rem;
line-height: 24px;
}
.button img {
height: 24px;
width: 24px;
}
}
@media only screen and (max-width: 480px) {
.button {
width: 100%;
padding: 10px 10px;
font-size: 1.1rem;
line-height: 24px;
}
}
@media only screen and (max-width: 350px) {
.button {
padding: 0 5px;
font-size: 0.9rem;
line-height: 24px;
}
}
/*--------------------------------------------------------*/
/* POPUP
/*--------------------------------------------------------*/
/* Popup container */
.popup-trigger {
position: relative;
display: inline-block;
cursor: pointer;
text-decoration: dotted underline;
}
/* The actual popup (appears on top) */
.popup-trigger .popup {
visibility: hidden;
min-width: 180px;
max-width: 350%;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 8px 0;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -80px;
}
/* Popup arrow */
.popup-trigger .popup::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup-trigger .show {
visibility: visible;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadeIn {
from {opacity: 0;}
to {opacity:1 ;}
}
/*--------------------------------------------------------*/
/* POULPE
/*--------------------------------------------------------*/
.poulpe {
font-family: 'Lily Script One';
text-transform: capitalize;
}
/*--------------------------------------------------------*/
/* CALENDAR
/*--------------------------------------------------------*/
#calendar {
max-width: 95%;
margin: 0 5% 0 5%;
/* background-color: rgba(71, 19, 43, 0.05) ; */
}
/*--------------------------------------------------------*/
@media only screen and (max-width: 880px) {
#calendar {
overflow-x: scroll;
}
#cal-container {
min-width: 1800px;
margin: 0 0 40px 0; /* Fix the weird y-overflow of the calendar root */
}
}
/*--------------------------------------------------------*/
/* PRICE TABLE
/*--------------------------------------------------------*/
table.prices {
max-width: 600px;
width: 100%;
margin: 20px auto;
border-collapse: collapse;
}
table.prices th,
table.prices td {
padding: 8px 0;
font-size: 1.3rem;
text-align: center;
vertical-align: middle;
}
table.prices th {
color: #eb6d3d;
}
table.prices td {
/* background-color: rgba(71, 19, 43, 0.03); */
border-top: 2px solid rgba(154, 117, 152, 0.3);
border-bottom: 2px solid rgba(154, 117, 152, 0.3);
}
table.prices tr:nth-child(odd) td {
/* background-color: rgba(71, 19, 43, 0.05); */
}
/*--------------------------------------------------------*/
@media only screen and (max-width: 480px) {
table.prices th,
table.prices td {
padding: 5px 0;
font-size: 1.1rem;
}
}
/*--------------------------------------------------------*/
/* LOCATION
/*--------------------------------------------------------*/
#mailing-address {
font-size: 1.5rem;
text-align: center;
line-height: 32px;
vertical-align: middle;
}
#mailing-address img {
width: 32px;
height: 32px;
vertical-align: middle;
}
#interactive-map {
width: 100%;
margin: 20px 0;
border: none;
border-radius: 10px;
}
#public-transport-info {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr;
margin-left: calc(50% - 480px - 50px);
font-size: 1.5rem;
line-height: 48px;
vertical-align: middle;
white-space: nowrap;
}
#public-transport-info > * {
margin: 5px;
justify-self: left;
}
#public-transport-info img {
width: 48px;
height: 48px;
margin: 0 5px 0 0;
vertical-align: bottom;
}
#transport-metro-icon,
#transport-metro-stop,
#transport-bus-1-icon,
#transport-bus-1-stop {
grid-row: 1;
}
#transport-rer-icon,
#transport-rer-stop,
#transport-bus-2-icon,
#transport-bus-2-stop {
grid-row: 2;
}
#transport-noctilien-icon,
#transport-noctilien-stop {
grid-row: 3;
}
#transport-metro-icon,
#transport-rer-icon {
grid-column: 1;
justify-self: end;
}
#transport-metro-stop,
#transport-rer-stop {
grid-column: 2;
}
#transport-bus-1-icon,
#transport-bus-2-icon,
#transport-noctilien-icon {
grid-column: 3;
justify-self: end;
}
#transport-bus-1-stop,
#transport-bus-2-stop,
#transport-noctilien-stop {
grid-column: 4;
}
/*--------------------------------------------------------*/
@media only screen and (max-width: 880px) {
#public-transport-info {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto auto auto auto;
align-items: center;
margin: 0;
line-height: 48px;
}
#transport-metro-icon,
#transport-metro-stop {
grid-row: 1;
}
#transport-rer-icon,
#transport-rer-stop {
grid-row: 2;
}
#transport-bus-1-icon,
#transport-bus-1-stop {
grid-row: 3;
}
#transport-bus-2-icon,
#transport-bus-2-stop {
grid-row: 4;
}
#transport-noctilien-icon,
#transport-noctilien-stop {
grid-row: 5;
}
#transport-metro-icon,
#transport-rer-icon,
#transport-bus-1-icon,
#transport-bus-2-icon,
#transport-noctilien-icon {
grid-column: 1;
justify-self: end;
}
#transport-metro-stop,
#transport-rer-stop,
#transport-bus-1-stop,
#transport-bus-2-stop,
#transport-noctilien-stop {
grid-column: 2;
}
}
@media only screen and (max-width: 580px) {
#mailing-address {
font-size: 1.1rem;
}
#public-transport-info {
grid-template-columns: 4fr 6fr;
line-height: 32px;
font-size: 1.1rem;
}
#public-transport-info img {
width: 32px;
height: 32px;
}
}
@media only screen and (max-width: 380px) {
#public-transport-info img {
display: block;
}
}
/*--------------------------------------------------------*/
/* SPONSORS
/*--------------------------------------------------------*/
#sponsors {
text-align: center;
}
#sponsors img {
height: 100px;
object-fit: cover;
margin: 20px;
}
#sponsors img.sponsor-disc {
height: 155px;
}
/*--------------------------------------------------------*/
@media only screen and (max-width: 480px) {
#sponsors img {
height: 40px;
margin: 5px;
}
#sponsors img.sponsor-disc {
height: 60px;
}
}
/*--------------------------------------------------------*/
/* CONTACT
/*--------------------------------------------------------*/
#contact-email {
font-family: monospace;
font-size: 1.5rem;
text-align: center;
word-wrap: break-word;
}
#contact-email img {
width: 32px;
height: 32px;
vertical-align: bottom;
}
/*--------------------------------------------------------*/
@media only screen and (max-width: 480px) {
#contact-email {
font-size: 0.9rem;
}
#contact-email img {
display: none;
}
}

View file

@ -10,7 +10,7 @@
<title>La Nuit &mdash; The ENS Gala</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style2.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/tipso.css">
<link rel="stylesheet" href="css/calendar.css">
</head>
@ -18,10 +18,10 @@
<section>
<h2>Online ticketing service</h2>
<div>
<p>The online ticketing has not open yet. Pre-sales will start on 28. October 2024.</p>
<p>The online ticketing has not open yet. Pre-sales will start on Monday, November 6th, 2023.</p>
</div>
<a href="english_index.html">
<a href="english_index.html" target="_blank">
<div class="button">
Back to main page
</div>

View file

@ -11,16 +11,13 @@
<title>La Nuit de l'ENS</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style2.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">
</header>
<header id="main-header"></header>
<!-- Version française -->
<section>
@ -35,23 +32,22 @@
<!-- Introduction -->
<section>
<h2><span style="font-family:Parisienne">P</span><span style="font-family:Josefin">resentation</span></h2></h2>
<h2>Presentation</h2>
<div>
<p>On Saturday 23 November, the ENS will be decked out in pink : for one night only, come and discover the wonders
of the École Normale Supérieure at its traditional nocturnal Gala! It's sure to be a thrilling evening, as you
sail through the historic building at 45 rue d'Ulm, decked out in its most sumptuous finery.</p>
<p>On Saturday, November 25th, 2023, time will be suspended: for the time of a night, unfold your wings to fly and discover the wonders of the École Normale Supérieure during its traditional nocturnal Gala! The
evening will take place in the historic building at 45 rue d'Ulm, adorned of its most sumptuous attire.</p>
<p>The red carpet is waiting for you! Good luck choosing from the wide range of activities, artistic events and meetings on offer!</p>
<p>For the curious, the ENS dance clubs will be putting on a colourful show, followed by introductions to waltz and rock.
A whole host of concerts, shows and exhibitions await you on this extraordinary evening, from the dazzling brass band
concert to that of the School's groups, not forgetting the DJ mixing set and the unpredictable improvisation cabaret.</p>
<p>La Nuit probably has more facets than there are stars to illuminate it, and has countless surprises in store for all
five senses, enough to warm up the coming early winter: a huge buffet, choirs, karaoke, exhibitions, tastings... there's
plenty of variety to make this an unforgettable night!</p>
<p>The red carpet will be rolled out for everyone, and it won't be easy to choose among the plethora of
activities, artistic events, and gatherings to take part in!</p>
<p>To people of all ages, the ENS dance clubs will offer initiations to waltz, rock or other ballroom dances.
Numerous concerts, shows and exhibitions will be spread throughout this extraordinary evening, from the dazzling
dance show to the professional jazz concert, without forgetting the DJ mixing set and the unpredictable
improvisation cabaret.</p>
<p>La Nuit probably has more facets than there are stars to light it, and will amaze you with countless surprises
for the five senses that will transcend this endless winter: a great buffet, a choir, a fanfare, exhibitions,
tastings,... merry festivities!</p>
<a href="https://www.instagram.com/la_nuit_ulm/" target="_blank">
@ -61,18 +57,13 @@
</div>
</a>
<a href="https://docs.google.com/spreadsheets/d/1Kb-7VS2zK0Ae3q6RAwSg55aevd2MwCU5kGyXGt4jbJ4/edit?usp=sharing" target="_blank">
<a href="https://www.facebook.com/LaNuitGalaENS/" target="_blank">
<div class="button">
<alt="Permanences">
<span>Helping us</span>
<img src="img/icons/facebook.svg" alt="Facebook">
<span>Facebook</span>
</div>
</a>
<a href="https://www.helloasso.com/associations/aeens/evenements/la-nuit-edition-2024" class="button" target="_blank">
<img src="img/icons/ticket.svg" alt="BilletterieEN">
<span>Ticketing</span>
</a>
<!--a href="https://www.linkedin.com/feed/update/urn:li:activity:6852313253603745792/?updateEntityUrn=urn%3Ali%3Afs_feedUpdate%3A%28V2%2Curn%3Ali%3Aactivity%3A6852313253603745792%29"
target="_blank">
<div class="button">
@ -85,10 +76,63 @@
</div>
</section>
<!-- Tickets -->
<section>
<h2>Prices and ticketing</h2>
<div>
<p>Pre-sales will open on Monday, November 6th at 45 rue d'Ulm, in the main hall from 12:00 to 14:00. An online ticketing service is also open.</p>
<table class="prices">
<thead>
<tr>
<th></th>
<th>COF member</th>
<th>Student</th>
<th>Other</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Entry</strong> (pre-sales)</td>
<td>15€</td>
<td>20€</td>
<td>35€</td>
</tr>
<tr>
<td><strong>With buffet</strong></td>
<td>+12€</td>
<td>+12€</td>
<td>+12€</td>
</tr>
</tbody>
</table>
<!-- COMMENTAIRE AVANT QUE LES PLACES BUFFET SOIENT ECOULEES -->
<p class="stand-out">The buffet will be partly vegetarian. Be careful though, buffet entries are limited, so book your ticket quickly !</strong></p>
<!-- COMMENTAIRE APRES QUE LES PLACES BUFFET SOIENT ECOULEES -->
<p class="stand-out">Student price concerns any person who owns a student card, including students outside the ENS!</p>
<!-- LIEN VERS LA BILLETTERIE HELLOASSO QUAND TOUTES LES PLACES N'AVAIENT PAS ENCORE ETE VENDUES-->
<a href="https://www.helloasso.com/associations/aeens/evenements/la-nuit-edition-2023 " target="_blank">
<div class="button">
<img src="img/icons/ticket.svg" class="fix-alignement" alt="Ticket">
Online ticketing service
</div>
</a>
<!-- LIEN VERS LE FICHIER INDIQUANT QUE TOUTES LES PLACES ONT ETE VENDUES-->
<!-- <a href="" target="_blank"> -->
<!-- <div class="button"> -->
<!-- <img src="img/icons/ticket.svg" class="fix-alignement" alt="Ticket"> -->
<!-- Online ticketing service -->
<!-- </div> -->
<!-- </a> -->
</div>
</section>
<!-- Program -->
<section>
<h2><span style="font-family:Parisienne">P</span><span style="font-family:Josefin">rogram of the Gala</span></h2>
<h2>Program of the Gala</h2>
<div id="calendar">
<div id="cal-container">
@ -98,23 +142,23 @@
<div class="cal-event">
<span class="cal-event-id">buffet</span>
<span class="cal-event-name">🍽️ Buffet</span>
<span class="cal-event-start-date">23/11/2024 20:00</span>
<span class="cal-event-end-date">23/11/2024 21:30</span>
<span class="cal-event-start-date">25/11/2023 20:00</span>
<span class="cal-event-end-date">25/11/2023 21:30</span>
<span class="cal-event-location">Pôt</span>
<span class="cal-event-description">
Sweet and savoury buffet ordered from a caterer. The buffet is followed at 21:15
by a speech to mark the start of the evening. Please note that access to the buffet is subject to a supplement when you buy your ticket!
A savory and sweet buffet, partly realized by the cooking club of the ENS. It will be followed at 9:15pm by a speech marking the beginning of the party.
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">foodtruck</span>
<span class="cal-event-name">🌯 Chez Nicos</span>
<span class="cal-event-start-date">23/11/2024 22:00</span>
<span class="cal-event-end-date">24/11/2024 2:00</span>
<span class="cal-event-start-date">25/11/2023 22:00</span>
<span class="cal-event-end-date">26/11/2023 3:00</span>
<span class="cal-event-location">Pôt</span>
<span class="cal-event-description">
Chez Nicos, a crêpier in the rue Mouffetard, will treat you to sweet and savoury crêpes. Cash only.
A crêpe-maker from Rue Mouffetard, Chez Nicos, comes with delicious sweet and savory crepes. Only accepting cash.
</span>
</div>
@ -122,168 +166,301 @@
<div class="cal-event">
<span class="cal-event-id">theatre</span>
<span class="cal-event-name">🎭 Theatre: Une pièce en Rose</span>
<span class="cal-event-start-date">23/11/2024 20:30</span>
<span class="cal-event-end-date">23/11/2024 21:00</span>
<span class="cal-event-location">Amphithéâtre Évariste Galois</span>
<span class="cal-event-name">🎭 Theatre: Le Clyt'</span>
<span class="cal-event-start-date">25/11/2023 21:30</span>
<span class="cal-event-end-date">25/11/2023 23:00</span>
<span class="cal-event-location">Théâtre Nicole Loraux</span>
<span class="cal-event-description">
Two sisters begin their lives under a family guardianship of tyrannical love. Rats appear to dance in their subjugated interiority. Then everything collapses, and very slowly a new consciousness is reborn, leading the ostracised rats to form a group by discovering their voice. From this strength emerge the sisters once again, whose story tells us of their revenge for the postponement of their awakening, without however managing to break the family cycle that repeats itself between them. Somewhere between dance and theatre, with an appearance of Indonesian song, dreamlike scenes draw on symbolic language to tell a story about internalized domination, division and the power of individualities coming together to form a whole.
When Clytemnestre, a woman almost like you and me, starts to dream, the Greek tragedy meets cabaret, the nightmare becomes reality and the woman who is struggling with patriarchy believes becoming queen of her own show: Le Clyt'. Discover the adaptation of the Choreophores of Eschyle by the Libre Artibtre Band in a show mixing play, music, singing and dance.<br>
<br>
<span color="red">This is a French theatre play.</span>
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">nimpro</span>
<span class="cal-event-name">🥸 N'improtequoi </span>
<span class="cal-event-start-date">23/11/2024 23:30</span>
<span class="cal-event-end-date">23/11/2024 24:30</span>
<span class="cal-event-name">🥸 Nimprotquoi</span>
<span class="cal-event-start-date">25/11/2023 23:30</span>
<span class="cal-event-end-date">25/11/2023 24:30</span>
<span class="cal-event-location">Salle Dussane</span>
<span class="cal-event-description">
La Nuit is coming: it's time to live out our imagined Ciné. Humour and the imaginary collide on stage, as chance encounters take place and words flow. <br><br>
La Nuit is coming: it's for living our imagined cinema. Humour and imagination are clashing on stage, by the chance of meetings and the joy of words. <br><br>
Come and discover our poetic, dramatic and wacky stories in new games and scenes that will only be revealed for one night.
Come discover our poetic, dramatic or goofy stroeis in plays and brand-new scenes that will reveal themselves only for a Night. <br><br>
<span color="red">This is a French improv theatre play.</span>
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">Ciné</span>
<span class="cal-event-name">🎬 Screening by the Ciné-club</span>
<span class="cal-event-start-date">24/11/2024 1:00</span>
<span class="cal-event-end-date">24/11/2024 3:00</span>
<span class="cal-event-id">madame-klamm</span>
<span class="cal-event-name">🎬 Chez Madame Klamm Short Film</span>
<span class="cal-event-start-date">26/11/2023 1:00</span>
<span class="cal-event-end-date">26/11/2023 1:45</span>
<span class="cal-event-location">Salle Dussane</span>
<span class="cal-event-description">
Screening of Les Demoiselles de Rochefort.
</span>
<span class="cal-event-description"></span>
</div>
<!-- Music -->
<div class="cal-event">
<span class="cal-event-id">fanfare</span>
<span class="cal-event-name">🎷 The Ernestophone</span>
<span class="cal-event-start-date">23/11/2024 21:00</span>
<span class="cal-event-end-date">23/11/2024 22:30</span>
<span class="cal-event-location">Cour Pasteur</span>
<span class="cal-event-name">🎷 LErnestophone (brass-band)</span>
<span class="cal-event-start-date">25/11/2023 23:15</span>
<span class="cal-event-end-date">26/11/2023 0:15</span>
<span class="cal-event-location">Courô</span>
<span class="cal-event-description">
One Pouêt may hide another!
In the middle of the night, the powerful sound of the ENS brass band will echo through the Cour Pasteur. Make way for the Ernestophone show band!
In the middle of the Nuit, the powerful sound of the ENS brassband will echo through the Courô. While the pop instrumentals meddle with brass band rhythms, the last winged visitors take off once more. The faithful Ernests, them, stay to enjoy the show. Behold the brassband-show of the Ernestophone!
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">banda</span>
<span class="cal-event-name">🎺 Banda</span>
<span class="cal-event-start-date">23/11/2024 22:30</span>
<span class="cal-event-end-date">23/11/2024 24:00</span>
<span class="cal-event-location">Cour Pasteur</span>
<span class="cal-event-name">🎷 Banda (brass-band)</span>
<span class="cal-event-start-date">26/11/2023 0:30</span>
<span class="cal-event-end-date">26/11/2023 2:00</span>
<span class="cal-event-location">Courô</span>
<span class="cal-event-description">
La BandarrêtdurgENS is a slice of the South-West in Paris, an opportunity to discover or rediscover the charms of this very special music, a concentrate of jovial conviviality. The banda is a group of cheerful street musicians playing wind and percussion instruments.
The BandarrêtdurgENS, it's a piece of the South-West in Paris, an occasion to discover or rediscover the charms of its particular music, a concentration of jovial conviviality. The banda is a group of happy street music players, practicing wind and percussion instruments.
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">kfet</span>
<span class="cal-event-name">🔊 K-Fêt electronic dance party</span>
<span class="cal-event-start-date">23/11/2024 23:00</span>
<span class="cal-event-end-date">24/11/2024 4:00</span>
<span class="cal-event-name">🔊 K-Fêt Electro Boum Party</span>
<span class="cal-event-start-date">25/11/2023 23:00</span>
<span class="cal-event-end-date">26/11/2023 4:00</span>
<span class="cal-event-location">K-Fêt</span>
<span class="cal-event-description">
Join the ravens of Boum in K-Fêt all night long, and be transported to a world where emotions are one with music, where primitive boum boum merges with electronic melodies to take you on a journey through space, hell and heaven. Techno, Trance and a whole host of related genres will be on show.
Join the crows of the Boum in K-Fêt all night long, to be moved to a world where emotions and music become one, where the primitive boom boom fuses with electronic beeats to make you travel through space, in hell and in paradise. Techno, Trance and many genres that unravel from them will be at the party.
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">concert-sea</span>
<span class="cal-event-name">🎼 Concert by Club Mu</span>
<span class="cal-event-start-date">23/11/2024 21:00</span>
<span class="cal-event-end-date">24/11/2024 1:00</span>
<span class="cal-event-location">SEA</span>
<span class="cal-event-description">
The concert by Club Mu's affiliated groups, a succession of performances to fill your ears!
</span>
<span class="cal-event-id">jomz-galois</span>
<span class="cal-event-name">🎻 Jomz</span>
<span class="cal-event-start-date">25/11/2023 21:30</span>
<span class="cal-event-end-date">25/11/2023 22:15</span>
<span class="cal-event-location">Amphithéâtre Évariste Galois</span>
<span class="cal-event-description">Folk/Balkanic Music</span>
</div>
<div class="cal-event">
<span class="cal-event-id">funk-galois</span>
<span class="cal-event-name">🎷 Funk ENS</span>
<span class="cal-event-start-date">25/11/2023 22:15</span>
<span class="cal-event-end-date">25/11/2023 23:00</span>
<span class="cal-event-location">Amphithéâtre Évariste Galois</span>
<span class="cal-event-description">Funk</span>
</div>
<div class="cal-event">
<span class="cal-event-id">mykzyb-galois</span>
<span class="cal-event-name">🎸 Mykzyb 7</span>
<span class="cal-event-start-date">25/11/2023 23:00</span>
<span class="cal-event-end-date">25/11/2023 23:45</span>
<span class="cal-event-location">Amphithéâtre Évariste Galois</span>
<span class="cal-event-description">Rock</span>
</div>
<div class="cal-event">
<span class="cal-event-id">harpe-sea</span>
<span class="cal-event-name">🎼 Duo Sing-Harp</span>
<span class="cal-event-start-date">25/11/2023 21:30</span>
<span class="cal-event-end-date">25/11/2023 21:40</span>
<span class="cal-event-location">SEA</span>
<span class="cal-event-description"></span>
</div>
<div class="cal-event">
<span class="cal-event-id">rcpp-sea</span>
<span class="cal-event-name">🎶 RCPP</span>
<span class="cal-event-start-date">25/11/2023 21:40</span>
<span class="cal-event-end-date">25/11/2023 22:00</span>
<span class="cal-event-location">SEA</span>
<span class="cal-event-description">Rock</span>
</div>
<div class="cal-event">
<span class="cal-event-id">small-talk-sea</span>
<span class="cal-event-name">🎸 Small Talk</span>
<span class="cal-event-start-date">25/11/2023 23:00</span>
<span class="cal-event-end-date">25/11/2023 23:45</span>
<span class="cal-event-location">SEA</span>
<span class="cal-event-description">Rock</span>
</div>
<div class="cal-event">
<span class="cal-event-id">gues-what-sea</span>
<span class="cal-event-name">🎹 Guès What 🎙</span>
<span class="cal-event-start-date">25/11/2023 22:00</span>
<span class="cal-event-end-date">25/11/2023 23:00</span>
<span class="cal-event-location">SEA</span>
<span class="cal-event-description">Fusion Jazz</span>
</div>
<div class="cal-event">
<span class="cal-event-id">surconflexe-sea</span>
<span class="cal-event-name">🥁 Sûrconflexe 🎸</span>
<span class="cal-event-start-date">25/11/2023 23:45</span>
<span class="cal-event-end-date">26/11/2023 01:00</span>
<span class="cal-event-location">SEA</span>
<span class="cal-event-description">Rock</span>
</div>
<div class="cal-event">
<span class="cal-event-id">concert-rap</span>
<span class="cal-event-name">🎙️ Rap Concert</span>
<span class="cal-event-start-date">26/11/2023 1:00</span>
<span class="cal-event-end-date">26/11/2023 2:00</span>
<span class="cal-event-location">SEA</span>
<span class="cal-event-description">
Who said that the rap is a marginalized genre in the ENS? For this 2023 edition, La Nuit de l'ENS offers a rap concert from Lerkyo, a rapper from the ENS who many of you already know for his showcases in K-Fêt or in SEA. A polyvalent artist who touches Drill, Trap or evem Boum Bap, Lerkyo will assure you a fiery atmosphere with catchy choruses, kicking verses and a very personal universe. Spare your energy, as you will jump! <br><br>
For this occasion some other rappers will be exceptionnally invited to feature alongside Lerkyo. Bangers, surprises, exclusive titles are programmed. <br><br>
Whether you are a rap enthousiast, artistically curious, or simply willing to spend your night with a crazy ambiance, everyone is welcome to the largest hip-hop event of ENS Ulm!!!
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">boum</span>
<span class="cal-event-name">🔊 DJ set : Cassiopée</span>
<span class="cal-event-start-date">24/11/2024 1:30</span>
<span class="cal-event-end-date">24/11/2024 4:00</span>
<span class="cal-event-name">🔊 Boum</span>
<span class="cal-event-start-date">26/11/2023 2:00</span>
<span class="cal-event-end-date">26/11/2023 4:00</span>
<span class="cal-event-location">SEA</span>
<span class="cal-event-description">
Cassiopée is an emerging DJ on the Paris scene, with an eclectic musical repertoire that she handles with the fingers of a fairy - from eurodance to trance, via ever more surprising stages. A vampire and a seamstress, she adorns herself in her finest gowns and charms wherever she goes. Put away your crucifixes and let her powers carry you through the night.
What's better than to sway and sing until breaking your voice on the best hits of all time to end this Nuit in beauty? If it is in your plans, then join the Boum in SEA and you will be served Titanium and Everytime We Touch until 4am!
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">tala</span>
<span class="cal-event-name">🗣 Tala</span>
<span class="cal-event-start-date">23/11/2024 21:30</span>
<span class="cal-event-end-date">23/11/2024 22:00</span>
<span class="cal-event-location">Salle Dussane</span>
<span class="cal-event-start-date">25/11/2023 21:30</span>
<span class="cal-event-end-date">25/11/2023 22:00</span>
<span class="cal-event-location">Salle des Actes</span>
<span class="cal-event-description">
The ENS "tala" chaplaincy choir is delighted to present its now traditional ENS Night Concert: half an hour of Gregorian chant and a capella sacred polyphony, focusing on the Advent liturgy.
The choir of the "tala" chaplaincy of the ENS is happy to present its now traditional "concert of the Nuit of the ENS": some fifteen minutes of Gregorian chants and holy a cappella polyphony, putting the Advent liturgy in the spotlight.
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">choeur</span>
<span class="cal-event-name">🗣 Concert by the ENS Choir</span>
<span class="cal-event-start-date">23/11/2024 21:00</span>
<span class="cal-event-end-date">23/11/2024 21:30</span>
<span class="cal-event-location">Salle Dussane</span>
<span class="cal-event-name">🗣 ENS Choirs Concert</span>
<span class="cal-event-start-date">25/11/2023 22:15</span>
<span class="cal-event-end-date">25/11/2023 23:15</span>
<span class="cal-event-location">Salle des Actes</span>
<span class="cal-event-description">
The ENS Choirs invite you to an a cappella concert featuring the three ensembles that give rhythm to the ENS's musical life.
The ENS choirs invite you to an a cappella concert where you will be able to listen to the three ensembles that rhythm the musical life of ENS. Planned are: pieces from composers of the 20th and 21st centuries, from the North and elsewhere: Helldén, Rautavaara, Stenhamma, Tormis... The concert will be of various energies and you will have the opportunity to hear the three choirs that make up the association: the Great Choir, the equal voices hearts Choir, as well as the Vocal Ensemble.
</span>
</div>
<!-- Danse -->
<div class="cal-event">
<span class="cal-event-id">spectacle-danse</span>
<span class="cal-event-name">💃 Dance show</span>
<span class="cal-event-start-date">23/11/2024 21:30</span>
<span class="cal-event-end-date">23/11/2024 23:00</span>
<span class="cal-event-name">💃 Danse Show</span>
<span class="cal-event-start-date">25/11/2023 21:45</span>
<span class="cal-event-end-date">25/11/2023 22:45</span>
<span class="cal-event-location">Gymnase</span>
<span class="cal-event-description"></span>
</div>
<div class="cal-event">
<span class="cal-event-id">duo-danse</span>
<span class="cal-event-name">🎹 Musical and choreographic duet</span>
<span class="cal-event-start-date">23/11/2024 22:30</span>
<span class="cal-event-end-date">23/11/2024 23:00</span>
<span class="cal-event-location">Amphithéâtre Évariste Galois</span>
<span class="cal-event-id">r4t</span>
<span class="cal-event-name">🕺 4-stroke Rock - Initiation</span>
<span class="cal-event-start-date">25/11/2023 23:00</span>
<span class="cal-event-end-date">26/11/2023 0:00</span>
<span class="cal-event-location">Celan</span>
<span class="cal-event-description">
In a duet without words, dance and music struggle to occupy the spaces of the senses, to take centre stage. A struggle for autonomy whose fatal outcome nonetheless leaves us hoping for another universe, where a happier, more symbiotic ending might have been possible.
Four-stroke rock (or four-stroke dance) is a social couple danse, easy to access and quickly gratifying, with a large student community, very well practiced in Paris. Four-stroke rock is a young danse, influenced by contemporean musical evolutions, and is dansed on a wide variety of musical genres: there is something for everyone!<br>
<br>
<span style="color: red;">It is the initiation of 4-stroke rock.</span>
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">rock</span>
<span class="cal-event-name">🕺Initiations followed by Free dancing - Rock(s)</span>
<span class="cal-event-start-date">23/11/2024 23:30</span>
<span class="cal-event-end-date">24/11/2024 4:00</span>
<span class="cal-event-location">Bibliothèque</span>
<span class="cal-event-id">soiree-rock</span>
<span class="cal-event-name">🕺 4-stroke Rock - Party</span>
<span class="cal-event-start-date">26/11/2023 0:00</span>
<span class="cal-event-end-date">26/11/2023 4:00</span>
<span class="cal-event-location">Celan</span>
<span class="cal-event-description">
Come and have fun and dance to jazz, rock and pop music in the gym. The ENS's two rock clubs are coming together to offer you their best playlist. Everyone is welcome, from beginners to experienced dancers: the respos will be happy to teach you the basics so you can enjoy the music! Initiations by both clubs will hold at 23h and 23h45.
Four-stroke rock (or four-stroke dance) is a social couple danse, easy to access and quickly gratifying, with a large student community, very well practiced in Paris. Four-stroke rock is a young danse, influenced by contemporean musical evolutions, and is dansed on a wide variety of musical genres: there is something for everyone!<br>
<br>
<span style="color: red;">It is the dance party of 4-stroke rock.</span>
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">salsa</span>
<span class="cal-event-name">💃 Salsa</span>
<span class="cal-event-start-date">25/11/2023 23:30</span>
<span class="cal-event-end-date">26/11/2023 4:00</span>
<span class="cal-event-location">Gymnase</span>
<span class="cal-event-description">
For a touch of sunlight in the heart of the Parisian greyness, nothing better than a well rythmed salsa! The salsa club gives the opportunity to discover and practice Cuban salsa (the most dansed), but also discover Puerto-Rican salsa, bachata, styling... In a light-hearted mood, it is the right time to learn at your rhythm the fundamentals of this dance, and also to gain hip-movements that, without a doubt, will light the dancefloor on fire!
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">valse</span>
<span class="cal-event-name">💃Initiation followed by a Waltz Ball</span>
<span class="cal-event-start-date">23/11/2024 23:30</span>
<span class="cal-event-end-date">24/11/2024 4:00</span>
<span class="cal-event-location">Gymnase</span>
<span class="cal-event-name">💃 Waltz</span>
<span class="cal-event-start-date">25/11/2023 23:30</span>
<span class="cal-event-end-date">26/11/2023 4:00</span>
<span class="cal-event-location">Salle des Actes</span>
<span class="cal-event-description">
Just back from the dance show in the gymnasium, the Waltz club will be offering an initiation, three quarters of an hour to make your first turns to the right before launching into a playlist ranging from the great Strauss and Waldteufel classics to pop and rap, with a hint of musette and some film music. Whatever your level of mastery of the waltz, lead or follow, let yourself be carried away and come and twirl, be invited, watch and dream.
Barle back from the dance show in the gymnasium, the Waltz club will give an initiation in the somptuous Salle des Actes, 45 minutes to make one's first right turns before jumping in a playlist that ranges from the classics of Strauss and Waldteufel to pop and rap, with a bit of accordion music and some movie scores. No matter your mastery of waltz, lead or follow, let you go and come spin, invite, be invited, watch and dream, surrounded by decors created for the event by art students from the Georges Sand high school.
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">r6t-init</span>
<span class="cal-event-name">🕺 Swing Rock (6 strokes) - Initiation</span>
<span class="cal-event-start-date">25/11/2023 23:30</span>
<span class="cal-event-end-date">26/11/2023 0:30</span>
<span class="cal-event-location">Salle des Résistants</span>
<span class="cal-event-description">
You like jazz, rock'n roll, swing and vintage?<br><br>
Come discover this happy and rhythmic danse that is swing rock! <br><br>
<span style="color:red">It is the initiation to swing rock..</span>
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">r6t</span>
<span class="cal-event-name">🕺 Swing Rock (6 strokes) - Party</span>
<span class="cal-event-start-date">26/11/2023 0:30</span>
<span class="cal-event-end-date">26/11/2023 4:00</span>
<span class="cal-event-location">Salle des Résistants</span>
<span class="cal-event-description">
Come dance to the end of the Nuit on a playlist mixing rock, swing and jazz specifically tailored for the event! <br><br>
<span style="color:red">It is the dance to swing rock..</span>
</span>
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">tango</span>
<span class="cal-event-name">💃 Tango Party</span>
<span class="cal-event-start-date">25/11/2023 21:30</span>
<span class="cal-event-end-date">25/11/2023 23:30</span>
<span class="cal-event-location">Salle des Résistants</span>
<span class="cal-event-description">
What is tango? <br>
Far from the stereotypes and the prejudiced ideas, the tango is before anything else a meeting, an exchange between two dancers that begin with the re-discovery of a daily move: walking. A cadened walk, with subtil variations, embossed by an imperciptble connection. Hands and feet games, and looks on a dance that has been able to cross time, to absorb atmospheres of different epochs and introduce new tendencies whil keeping the immutability of the bandoneon tempo...<br><br>
Coming a first time by curiosity, <br>
Once more for the conviviality, <br>
And maybe (who knows?) stay like we do because you will have become passionate! <br><br>
You now only have to jump into it! Come and join us from 9:30pm in salle des résistants. An initiation will be given by the ENs tango club at 10pm and followed from 10:30pm to 11:30pm by a tango ball with live concert music played by two argentinian guitar players.
</span>
</div>
@ -291,74 +468,72 @@
<div class="cal-event">
<span class="cal-event-id">ulmity</span>
<span class="cal-event-name">⬆️ Video games try outs</span>
<span class="cal-event-start-date">23/11/2024 21:00</span>
<span class="cal-event-end-date">23/11/2024 23:00</span>
<span class="cal-event-location">Salle Infi</span>
<span class="cal-event-id">ddr</span>
<span class="cal-event-name">⬆️ Dance Dance Revolution</span>
<span class="cal-event-start-date">26/11/2023 0:45</span>
<span class="cal-event-end-date">26/11/2023 2:00</span>
<span class="cal-event-location">Amphithéâtre Évariste Galois</span>
<span class="cal-event-description">
Come and try out the games coded by members of the Ulmity club.
But, what is DDR (Dance Dance Revolution)? <br>
It is a dance game played on generally rhyhmic musics, which shows arrows scrolling on rhythm on screen. These arrows match to those on the game mat, that are to be hit at the right time.
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">karaoke</span>
<span class="cal-event-name">🎤 Karaoke</span>
<span class="cal-event-start-date">24/11/2024 0:00</span>
<span class="cal-event-end-date">24/11/2024 4:00</span>
<span class="cal-event-start-date">26/11/2023 2:00</span>
<span class="cal-event-end-date">26/11/2023 4:00</span>
<span class="cal-event-location">Amphithéâtre Évariste Galois</span>
<span class="cal-event-description">
What better way to end the evening than with some great karaoke to let off steam and use up what's left of your voice? Drop the formality and come and sing loudly, and off-key, in a wonderful amphitheatre, to music chosen by the audience!
In order to beautifully end the evening, what's better than a wonderful Karaoke to run wild and spend what little voice you have left? Let go of the formality and come sing loud and wrong in a wonderful amphitheatre, on musics chosen by the audience!
</span>
</div>
<!-- Permanent -->
<div class="cal-event">
<span class="cal-event-id">stand-photo</span>
<span class="cal-event-name">📸 Photo stand</span>
<span class="cal-event-start-date">23/11/2024 22:00</span>
<span class="cal-event-end-date">24/11/2024 1:00</span>
<span class="cal-event-name">📸 Photo Booth</span>
<span class="cal-event-start-date">25/11/2023 22:00</span>
<span class="cal-event-end-date">26/11/2023 1:00</span>
<span class="cal-event-location">Monument aux morts</span>
<span class="cal-event-description"></span>
</div>
<div class="cal-event">
<span class="cal-event-id">expo2</span>
<span class="cal-event-name">🖼️ Exhibition of drawings, pastels and watercolours</span>
<span class="cal-event-start-date">23/11/2024 20:00</span>
<span class="cal-event-end-date">24/11/2024 4:00</span>
<span class="cal-event-id">ecocampus</span>
<span class="cal-event-name">🌱 Ecocampus Exposition and Raffle</span>
<span class="cal-event-start-date">25/11/2023 20:00</span>
<span class="cal-event-end-date">26/11/2023 4:00</span>
<span class="cal-event-location">Salle Cavaillès</span>
<span class="cal-event-description"></span>
</div>
<div class="cal-event">
<span class="cal-event-id">expo1</span>
<span class="cal-event-name">🖼️ Photo exhibition</span>
<span class="cal-event-start-date">23/11/2024 20:00</span>
<span class="cal-event-end-date">24/11/2024 4:00</span>
<span class="cal-event-location">Salle Célan</span>
<span class="cal-event-description">
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">expo1</span>
<span class="cal-event-name">🖼️ Exhibition of posters and paintings</span>
<span class="cal-event-start-date">23/11/2024 20:00</span>
<span class="cal-event-end-date">24/11/2024 4:00</span>
<span class="cal-event-id">expo</span>
<span class="cal-event-name">🖼️ Exposition</span>
<span class="cal-event-start-date">25/11/2023 20:00</span>
<span class="cal-event-end-date">26/11/2023 4:00</span>
<span class="cal-event-location">Petit Pôt</span>
<span class="cal-event-description">
A triple exposition containing:<br>
- Lego mosaics,<br>
- <div class="popup-trigger">photos
<span class="popup">From the lakes and mountains of the Connemara to the contrasted reliefs of the Alps, as well as the coasts of Brittany and Normandy, this exhibition offers three landscape triptics, nine sky views allowing you to admire nature through a unique angle. </span>
</div><br>
- dichroic paintings.
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">chill</span>
<span class="cal-event-name">🛋 Chill Room</span>
<span class="cal-event-start-date">23/11/2024 20:00</span>
<span class="cal-event-end-date">24/11/2024 4:00</span>
<span class="cal-event-location">Salle des Résistants</span>
<span class="cal-event-name">🛋 Relax Time</span>
<span class="cal-event-start-date">25/11/2023 20:00</span>
<span class="cal-event-end-date">26/11/2023 4:00</span>
<span class="cal-event-location">Salle Beckett</span>
<span class="cal-event-description"></span>
</div>
@ -378,24 +553,109 @@
</div>
</section>
<!-- Practical infos -->
<section>
<h2>Practical information</h2>
<div>
<p><strong><i>Bars:</i></strong> WARNING: it will <strong>only</strong> be possible to pay using a system of consumption tickets, of 1€ and 3€ value at the bars. It will be possible to buy these tickets using cash during the evening.</p>
<p><strong><i>Entry and exit:</i></strong> It will not be possible to enter the Gala after 2AM. Be careful : if
you exit the Gala, you will not be allowed to enter again.</p>
<p><strong><i>Checkroom:</i></strong> A free checkroom will be available at the Pôt all night long and plaids will
be at disposal.</p>
<p><strong><i>Catering:</i></strong> The buffet requires prior registration, with a limited number of seats. A
foodtruck will also be present all evening in the libraries' courtyard to sell food. Bringing your own food is
not allowed.</p>
<p><strong><i>Drinks:</i></strong> In the barnum and in the basement of the libraries' building, bars will be
selling champagne, wine and fruit juice all night long. Beer and cider will also be available in K-Fêt. It is
forbidden to bring your own drinks, whether they contain alcohol or not.</p>
<p><strong><i>Souvenir photos:</i></strong> A photo booth will be present in the war memorial throughout the
evening.</p>
<p><strong><i>Dresscode:</i></strong> Regarding the tricky issue of clothing, our motto is "be comfortable!" Gala
attire is entirely appropriate for the situation: the majority of participants will be wearing suits or evening
gowns, and raving about everyone's gorgeous outfits is part of the wonder of the Gala. So this is your chance to
get out your best clothes, but the most important thing is to come as you feel like: in evening clothes, in
everyday clothes or even disguised. In a word, feel comfortable in your outfit!</p>
</div>
</section>
<!-- Helping -->
<section>
<h2>How to help?</h2>
<p>To help, you can participate in making the event a success by subscribing to permaneces on Poulpe (clipper account required).</p>
<div>
<a href="https://poulpe.ens.fr/matos/event/Nuit2023" class="button poulpe" target="_blank">
Poulpe
</a>
</div>
</section>
<!-- Directions -->
<section>
<h2>How to come?</h2>
<div>
<p id="mailing-address">
<img src="img/icons/location.svg" alt="Location">
45 rue d'Ulm 75005 Paris
</p>
<iframe id="interactive-map" width="750" height="400"
src="https://www.openstreetmap.org/export/embed.html?bbox=2.334809303283692%2C48.8368567401711%2C2.3548936843872075%2C48.84636099015179&amp;layer=hot&amp;marker=48.841602029496684%2C2.344851493835449"></iframe>
</div>
<div id="public-transport-info">
<div id="transport-metro-icon">
<img src="img/icons/ratp/metro-7.svg" alt="Metro line 7">
</div>
<span id="transport-metro-stop">Place Monge</span>
<div id="transport-rer-icon">
<img src="img/icons/ratp/rer-B.svg" alt="RER B">
</div>
<span id="transport-rer-stop">Luxembourg</span>
<div id="transport-bus-1-icon">
<img src="img/icons/ratp/bus-24.svg" alt="Bus line 24">
</div>
<span id="transport-bus-1-stop">École Normale Supérieure</span>
<div id="transport-bus-2-icon">
<img src="img/icons/ratp/bus-21.svg" alt="Bus line 21">
<img src="img/icons/ratp/bus-27.svg" alt="Bus line 27">
</div>
<span id="transport-bus-2-stop">Feuillantines</span>
<div id="transport-noctilien-icon">
<img src="img/icons/ratp/noctilien-14.svg" alt="Night bus line 14">
<img src="img/icons/ratp/noctilien-21.svg" alt="Night bus line 21">
<img src="img/icons/ratp/noctilien-122.svg" alt="Night bus line 122">
</div>
<span id="transport-noctilien-stop">Auguste Comte</span>
</div>
</section>
<!-- Contact -->
<section>
<h2><span style="font-family:Parisienne">C</span><span style="font-family:Josefin">ontact us</span></h2>
<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>
<!-- Thanks -->
<section>
<h2><span style="font-family:Parisienne">S</span><span style="font-family:Josefin">pecial thanks to</span></h2>
<h2>Special thanks to</h2>
<div>
<div id="sponsors">
<a href="https://www.cof.ens.fr">
@ -437,8 +697,8 @@
// Calendar init
let cal = new Calendar({
startDate: new Date(2024, 10, 23, 20),
endDate: new Date(2024, 10, 24, 4),
startDate: new Date(2023, 10, 25, 20),
endDate: new Date(2023, 10, 26, 4),
groupEventsByLocation: true
});
});

Binary file not shown.

Binary file not shown.

2
www/img/icons/email.svg Normal file → Executable file
View file

@ -4,7 +4,7 @@
<svg version="1.1" baseProfile="tiny" id="Calque_1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px"
viewBox="0 0 24 24" xml:space="preserve">
<path fill="#e60b5f" d="M20,4H4C2.9,4,2.01,4.9,2.01,6L2,18c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V6C22,4.9,21.1,4,20,4z M20,8l-8,5
<path fill="#FFFBEA" d="M20,4H4C2.9,4,2.01,4.9,2.01,6L2,18c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V6C22,4.9,21.1,4,20,4z M20,8l-8,5
L4,8V6l8,5l8-5V8z"/>
<path fill="none" d="M0,0h24v24H0V0z"/>
</svg>

Before

Width:  |  Height:  |  Size: 658 B

After

Width:  |  Height:  |  Size: 658 B

6
www/img/icons/instagram.svg Normal file → Executable file
View file

@ -5,14 +5,14 @@
width="169.063px" height="169.063px" viewBox="0 0 169.063 169.063" style="enable-background:new 0 0 169.063 169.063;"
xml:space="preserve">
<g>
<path fill="#e60b5f" d="M122.406,0H46.654C20.929,0,0,20.93,0,46.655v75.752c0,25.726,20.929,46.655,46.654,46.655h75.752
<path fill="#FFDFA6" d="M122.406,0H46.654C20.929,0,0,20.93,0,46.655v75.752c0,25.726,20.929,46.655,46.654,46.655h75.752
c25.727,0,46.656-20.93,46.656-46.655V46.655C169.063,20.93,148.133,0,122.406,0z M154.063,122.407
c0,17.455-14.201,31.655-31.656,31.655H46.654C29.2,154.063,15,139.862,15,122.407V46.655C15,29.201,29.2,15,46.654,15h75.752
c17.455,0,31.656,14.201,31.656,31.655V122.407z"/>
<path fill="#e60b5f" d="M84.531,40.97c-24.021,0-43.563,19.542-43.563,43.563c0,24.02,19.542,43.561,43.563,43.561s43.563-19.541,43.563-43.561
<path fill="#FFDFA6" d="M84.531,40.97c-24.021,0-43.563,19.542-43.563,43.563c0,24.02,19.542,43.561,43.563,43.561s43.563-19.541,43.563-43.561
C128.094,60.512,108.552,40.97,84.531,40.97z M84.531,113.093c-15.749,0-28.563-12.812-28.563-28.561
c0-15.75,12.813-28.563,28.563-28.563s28.563,12.813,28.563,28.563C113.094,100.281,100.28,113.093,84.531,113.093z"/>
<path fill="#e60b5f" d="M129.921,28.251c-2.89,0-5.729,1.17-7.77,3.22c-2.051,2.04-3.23,4.88-3.23,7.78c0,2.891,1.18,5.73,3.23,7.78
<path fill="#FFDFA6" d="M129.921,28.251c-2.89,0-5.729,1.17-7.77,3.22c-2.051,2.04-3.23,4.88-3.23,7.78c0,2.891,1.18,5.73,3.23,7.78
c2.04,2.04,4.88,3.22,7.77,3.22c2.9,0,5.73-1.18,7.78-3.22c2.05-2.05,3.22-4.89,3.22-7.78c0-2.9-1.17-5.74-3.22-7.78
C135.661,29.421,132.821,28.251,129.921,28.251z"/>
</g>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

2
www/img/icons/ticket.svg Normal file → Executable file
View file

@ -5,7 +5,7 @@
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px"
viewBox="0 0 24 24" xml:space="preserve">
<path fill="none" d="M0,0h24v24H0V0z"/>
<path fill="#e60b5f" d="M20,12c0-1.1,0.9-2,2-2V6c0-1.1-0.9-2-2-2H4C2.9,4,2.01,4.9,2.01,6v4C3.11,10,4,10.9,4,12c0,1.1-0.89,2-2,2
<path fill="#FFDFA6" d="M20,12c0-1.1,0.9-2,2-2V6c0-1.1-0.9-2-2-2H4C2.9,4,2.01,4.9,2.01,6v4C3.11,10,4,10.9,4,12c0,1.1-0.89,2-2,2
v4c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2v-4C20.9,14,20,13.1,20,12z M15.58,16.8L12,14.5l-3.58,2.3l1.08-4.12L6.21,9.99l4.24-0.25
L12,5.8l1.54,3.95L17.779,10l-3.289,2.689L15.58,16.8z"/>
</svg>

Before

Width:  |  Height:  |  Size: 819 B

After

Width:  |  Height:  |  Size: 819 B

View file

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 1544 199" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;">
<rect id="Artboard2" x="0" y="-0" width="1543.01" height="198.68" style="fill:none;"/>
<g><path d="M62.391,46.658c145.016,0 290.376,0.829 435.19,-0.686c88.667,-0.928 174.802,-9.186 262.938,-11.408c73.162,-1.845 148.62,-0 221.905,-0c102.257,-0 208.796,-3.122 310.751,-0c44.137,1.351 88.895,0.662 132.995,2.121c1.949,0.064 38.706,1.374 38.706,0.21" style="fill:none;stroke:#340424;stroke-width:54.17px;"/>
<path d="M78.764,75.012l271.384,-0c33.288,-0 82.32,3.471 115.505,-0c213.023,-22.285 420.936,-28.269 638.284,-36.35c84.135,-3.128 170.013,-3.013 255.012,-3.013c14.145,0 79.286,-3.588 90.687,0c2.388,0.752 -15.8,1.075 -16.939,1.075c-9.158,-0 -36.198,-1.635 -41.349,1.938c-5.434,3.769 32.467,7.939 17.993,13.036c-9.676,3.407 -56.958,-1.097 -68.825,-1.097c-60.124,0 -118.473,10.478 -179.329,12.925c-44.148,1.776 -87.275,7.455 -130.715,9.675c-92.855,4.746 -187.392,4.544 -281.135,7.061c-87.918,2.36 -173.074,8.41 -261.303,10.145c-71.223,1.401 -142.82,2.863 -214.166,2.863l-105.503,-0c152.013,-0 317.902,-1.667 466.41,-13.867c76.513,-6.285 148.801,-20.949 226.953,-24.388c66.852,-2.943 144.289,1.39 211.949,1.39c47.005,-0 95.323,-4.854 142.856,-2.553c64.36,3.115 131.025,10.34 195.214,15.024c30.192,2.203 61.493,-2.608 90.121,-2.608c6.778,-0 -13.558,-0 -20.336,-0l-33.454,-0c-35.766,-0 -71.375,1.794 -106.902,1.794c-54.788,-0 -90.788,10.917 -141.944,17.627c-45.617,5.983 -98.442,6.484 -146.206,8.561c-113.059,4.917 -221.421,16.974 -330.898,27.296c-137.175,12.933 -290.063,11.967 -430.472,11.967c-64.929,-0 -129.374,-0.449 -194.082,-0.449c-12.571,0 -55.144,1.535 -62.44,-3.45c-7.908,-5.402 22.955,-6.404 29.742,-7.498c41.375,-6.667 81.789,-12.273 125.886,-16.381c93.696,-8.728 184.565,-3.017 279.531,-5.056c56.063,-1.203 113.582,-7.373 168.508,-11.452c34.319,-2.548 68.278,-4.675 102.892,-6.551c4.578,-0.248 26.844,0.127 30.433,-1.041c0.602,-0.196 -12.912,-0.338 -15.224,-0.338l-32.085,0c-25.345,0 -52.181,-0.953 -77.381,0c-101.532,3.839 -188.761,14.695 -280.837,27.44c-24.89,3.445 -52.121,8.117 -78.954,9.508c-9.5,0.493 -19.451,0.67 -28.75,1.291c-0.788,0.052 -19.181,0.373 -17.144,1.091c3.713,1.307 32.862,-0 37.102,-0c47.2,-0 92.11,-1.258 138.956,-3.052c18.903,-0.724 37.473,-2.093 56.259,-2.647c7.817,-0.23 31.011,-1.456 23.167,-1.456c-16.326,-0 -31.643,-1.335 -48.112,-1.335c-7.895,0 -31.581,0 -23.686,0c94.284,0 187.668,-0.317 281.67,-3.206c37.631,-1.157 92.093,-2.121 106.399,-7.842c4.757,-1.902 79.041,-1.277 101.131,-1.528c95.476,-1.084 192.331,1.224 287.631,-0.881c81.83,-1.807 178.715,-42.25 260.422,-15.694c1.711,0.557 -0.788,2.462 -2.108,2.764c-24.03,5.495 -60.268,4.833 -87.447,7.049c-57.297,4.672 -118.82,5.359 -174.862,11.785c-116.732,13.384 -237.647,31.787 -361.599,34.76c-9.538,0.229 -111.022,0.988 -113.335,-0.653c-7.864,-5.58 22.634,-6.428 29.93,-7.028c35.654,-2.932 70.873,-5.909 106.194,-9.408c140.876,-13.959 272.172,-18.091 401.108,-40.963c14.304,-2.538 102.781,-0.663 102.781,5.969" style="fill:none;stroke:#340424;stroke-width:54.17px;"/>
<path d="M82.334,159.497c71.187,-0 164.188,5.865 233.433,-0.453c147.306,-13.44 287.926,-29.686 439.074,-38.822c67.189,-4.062 135.931,-7.571 201.915,-13.54c14.876,-1.345 49.82,-0.592 60.725,-4.518c4.021,-1.448 -8.876,-2.851 -10.019,-3.058c-5.229,-0.948 -49.228,-0.677 -49.228,-1.223" style="fill:none;stroke:#340424;stroke-width:54.17px;"/>
<path d="M1314.03,152.358c-138.647,0 -282.432,-4.263 -420.909,0c-73.041,2.249 -159.173,3.143 -232.096,-0.377c-59.078,-2.85 -120.544,-0.492 -180.021,-0.492c-28.654,-0 -66.299,-2.424 -94.305,-0c-10.586,0.916 -24.125,4.59 -34.412,4.59c-4.438,0 29.489,-6.955 29.82,-6.988" style="fill:none;stroke:#340424;stroke-width:54.17px;"/>
<path d="M1456.73,144.051l-252.401,0c-30.748,0 -63.175,-2.171 -92.621,-5.028c-18.585,-1.803 -27.117,-4.812 -8.635,-7.792c10.203,-1.644 19.926,-3.243 31.094,-4.02c14.665,-1.02 31.494,-1.695 46.382,-1.966c73.964,-1.346 138.131,3.782 210.784,3.782c22.499,0 45.142,-0.487 67.394,-0.487c9.488,0 18.416,-0.482 27.949,-0.482c4.152,0 16.608,0 12.456,0c-28.152,0 -12.651,-14.767 -23.592,-18.812c-9.232,-3.413 -25.421,3.1 -38.627,3.871c-41.318,2.415 -89.25,0 -131.029,0c-97.479,0 -216.097,6.223 -307.15,0.637c-23.941,-1.469 -44.921,-7.12 -69.092,-8.55c-47.349,-2.802 -100.829,-0.488 -148.77,-0.488c-33.16,0 -55.48,-4.367 -86.503,-7.415c-48.998,-4.813 -99.492,-9.442 -147.213,-15.755c-25.874,-3.423 -52.136,-11.38 -80.511,-11.38c-12.731,0 -59.218,-8.767 -63.493,-2.796" style="fill:none;stroke:#340424;stroke-width:54.17px;"/>
<path d="M138.671,34.697c210.573,-0 422.534,-4.048 633.691,-4.048c99.136,-0 251.754,0.432 341.263,13.933" style="fill:none;stroke:#340424;stroke-width:54.17px;"/>
<path d="M1049.94,155.055c-67.326,-0 -123.167,-3.66 -187.885,-5.948c-103.185,-3.649 -213.682,-0.725 -316.916,-0.725c-70.93,-0 -160.329,-5.511 -222.376,9.043" style="fill:none;stroke:#340424;stroke-width:54.17px;"/></g>
</svg>

Before

Width:  |  Height:  |  Size: 5.2 KiB

View file

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 1544 199" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;">
<rect id="Artboard2" x="0" y="-0" width="1543.01" height="198.68" style="fill:none;"/>
<g><path d="M62.391,46.658c145.016,0 290.376,0.829 435.19,-0.686c88.667,-0.928 174.802,-9.186 262.938,-11.408c73.162,-1.845 148.62,-0 221.905,-0c102.257,-0 208.796,-3.122 310.751,-0c44.137,1.351 88.895,0.662 132.995,2.121c1.949,0.064 38.706,1.374 38.706,0.21" style="fill:none;stroke:#eb4e89;stroke-width:54.17px;"/>
<path d="M78.764,75.012l271.384,-0c33.288,-0 82.32,3.471 115.505,-0c213.023,-22.285 420.936,-28.269 638.284,-36.35c84.135,-3.128 170.013,-3.013 255.012,-3.013c14.145,0 79.286,-3.588 90.687,0c2.388,0.752 -15.8,1.075 -16.939,1.075c-9.158,-0 -36.198,-1.635 -41.349,1.938c-5.434,3.769 32.467,7.939 17.993,13.036c-9.676,3.407 -56.958,-1.097 -68.825,-1.097c-60.124,0 -118.473,10.478 -179.329,12.925c-44.148,1.776 -87.275,7.455 -130.715,9.675c-92.855,4.746 -187.392,4.544 -281.135,7.061c-87.918,2.36 -173.074,8.41 -261.303,10.145c-71.223,1.401 -142.82,2.863 -214.166,2.863l-105.503,-0c152.013,-0 317.902,-1.667 466.41,-13.867c76.513,-6.285 148.801,-20.949 226.953,-24.388c66.852,-2.943 144.289,1.39 211.949,1.39c47.005,-0 95.323,-4.854 142.856,-2.553c64.36,3.115 131.025,10.34 195.214,15.024c30.192,2.203 61.493,-2.608 90.121,-2.608c6.778,-0 -13.558,-0 -20.336,-0l-33.454,-0c-35.766,-0 -71.375,1.794 -106.902,1.794c-54.788,-0 -90.788,10.917 -141.944,17.627c-45.617,5.983 -98.442,6.484 -146.206,8.561c-113.059,4.917 -221.421,16.974 -330.898,27.296c-137.175,12.933 -290.063,11.967 -430.472,11.967c-64.929,-0 -129.374,-0.449 -194.082,-0.449c-12.571,0 -55.144,1.535 -62.44,-3.45c-7.908,-5.402 22.955,-6.404 29.742,-7.498c41.375,-6.667 81.789,-12.273 125.886,-16.381c93.696,-8.728 184.565,-3.017 279.531,-5.056c56.063,-1.203 113.582,-7.373 168.508,-11.452c34.319,-2.548 68.278,-4.675 102.892,-6.551c4.578,-0.248 26.844,0.127 30.433,-1.041c0.602,-0.196 -12.912,-0.338 -15.224,-0.338l-32.085,0c-25.345,0 -52.181,-0.953 -77.381,0c-101.532,3.839 -188.761,14.695 -280.837,27.44c-24.89,3.445 -52.121,8.117 -78.954,9.508c-9.5,0.493 -19.451,0.67 -28.75,1.291c-0.788,0.052 -19.181,0.373 -17.144,1.091c3.713,1.307 32.862,-0 37.102,-0c47.2,-0 92.11,-1.258 138.956,-3.052c18.903,-0.724 37.473,-2.093 56.259,-2.647c7.817,-0.23 31.011,-1.456 23.167,-1.456c-16.326,-0 -31.643,-1.335 -48.112,-1.335c-7.895,0 -31.581,0 -23.686,0c94.284,0 187.668,-0.317 281.67,-3.206c37.631,-1.157 92.093,-2.121 106.399,-7.842c4.757,-1.902 79.041,-1.277 101.131,-1.528c95.476,-1.084 192.331,1.224 287.631,-0.881c81.83,-1.807 178.715,-42.25 260.422,-15.694c1.711,0.557 -0.788,2.462 -2.108,2.764c-24.03,5.495 -60.268,4.833 -87.447,7.049c-57.297,4.672 -118.82,5.359 -174.862,11.785c-116.732,13.384 -237.647,31.787 -361.599,34.76c-9.538,0.229 -111.022,0.988 -113.335,-0.653c-7.864,-5.58 22.634,-6.428 29.93,-7.028c35.654,-2.932 70.873,-5.909 106.194,-9.408c140.876,-13.959 272.172,-18.091 401.108,-40.963c14.304,-2.538 102.781,-0.663 102.781,5.969" style="fill:none;stroke:#eb4e89;stroke-width:54.17px;"/>
<path d="M82.334,159.497c71.187,-0 164.188,5.865 233.433,-0.453c147.306,-13.44 287.926,-29.686 439.074,-38.822c67.189,-4.062 135.931,-7.571 201.915,-13.54c14.876,-1.345 49.82,-0.592 60.725,-4.518c4.021,-1.448 -8.876,-2.851 -10.019,-3.058c-5.229,-0.948 -49.228,-0.677 -49.228,-1.223" style="fill:none;stroke:#eb4e89;stroke-width:54.17px;"/>
<path d="M1314.03,152.358c-138.647,0 -282.432,-4.263 -420.909,0c-73.041,2.249 -159.173,3.143 -232.096,-0.377c-59.078,-2.85 -120.544,-0.492 -180.021,-0.492c-28.654,-0 -66.299,-2.424 -94.305,-0c-10.586,0.916 -24.125,4.59 -34.412,4.59c-4.438,0 29.489,-6.955 29.82,-6.988" style="fill:none;stroke:#eb4e89;stroke-width:54.17px;"/>
<path d="M1456.73,144.051l-252.401,0c-30.748,0 -63.175,-2.171 -92.621,-5.028c-18.585,-1.803 -27.117,-4.812 -8.635,-7.792c10.203,-1.644 19.926,-3.243 31.094,-4.02c14.665,-1.02 31.494,-1.695 46.382,-1.966c73.964,-1.346 138.131,3.782 210.784,3.782c22.499,0 45.142,-0.487 67.394,-0.487c9.488,0 18.416,-0.482 27.949,-0.482c4.152,0 16.608,0 12.456,0c-28.152,0 -12.651,-14.767 -23.592,-18.812c-9.232,-3.413 -25.421,3.1 -38.627,3.871c-41.318,2.415 -89.25,0 -131.029,0c-97.479,0 -216.097,6.223 -307.15,0.637c-23.941,-1.469 -44.921,-7.12 -69.092,-8.55c-47.349,-2.802 -100.829,-0.488 -148.77,-0.488c-33.16,0 -55.48,-4.367 -86.503,-7.415c-48.998,-4.813 -99.492,-9.442 -147.213,-15.755c-25.874,-3.423 -52.136,-11.38 -80.511,-11.38c-12.731,0 -59.218,-8.767 -63.493,-2.796" style="fill:none;stroke:#eb4e89;stroke-width:54.17px;"/>
<path d="M138.671,34.697c210.573,-0 422.534,-4.048 633.691,-4.048c99.136,-0 251.754,0.432 341.263,13.933" style="fill:none;stroke:#eb4e89;stroke-width:54.17px;"/>
<path d="M1049.94,155.055c-67.326,-0 -123.167,-3.66 -187.885,-5.948c-103.185,-3.649 -213.682,-0.725 -316.916,-0.725c-70.93,-0 -160.329,-5.511 -222.376,9.043" style="fill:none;stroke:#eb4e89;stroke-width:54.17px;"/></g>
</svg>

Before

Width:  |  Height:  |  Size: 5.2 KiB

BIN
www/img/ui/header-nuit.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

View file

@ -6,21 +6,18 @@
<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 de l'ENS">
<meta name="keywords" content="ENS Ulm Nuit Gala 2024 Ecole Normale Supérieure">
<meta name="keywords" content="ENS Ulm Nuit Gala 2023 Ecole Normale Supérieure">
<title>La Nuit de l'ENS</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style2.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">
</header>
<header id="main-header"></header>
<!-- English version -->
<section>
@ -33,27 +30,26 @@
<!-- Présentation -->
<section>
<!-- <h2> Présentation</h2> -->
<h2><span style="font-family:Parisienne">P</span><span style="font-family:Josefin">résentation</span></h2>
<h2>Présentation</h2>
<div>
<p>Le <strong>samedi 23 novembre</strong>, l'ENS se pare de rose : le temps d'une Nuit, venez découvrir les merveilles que renferme lÉcole normale supérieure à
l'occasion de son traditionnel <strong>Gala nocturne</strong> ! La soirée s'annonce palpitante, vous faisant naviguer au sein du bâtiment
<p>Le <strong>samedi 25 novembre</strong>, le temps se suspendra : le temps d'une Nuit, venez vous envoler et découvrir les merveilles que renferme lÉcole Normale Supérieure à
l'occasion de son traditionnel <strong>Gala nocturne</strong> ! La soirée se déroulera dans le bâtiment
historique du <strong>45 rue d'Ulm</strong>, paré de ses plus somptueux atours.</p>
<p> Le tapis rouge n'attend que vous! Bonne chance pour choisir parmi le florilège
<p> Le tapis rouge sera déroulé pour toutes et tous, et il ne sera pas simple de choisir parmi le florilège
d'<strong>activités</strong>, de <strong>manifestations artistiques</strong> et de <strong>rencontres</strong>
auxquelles vous aurez accès !</p>
auxquelles prendre part !</p>
<p> A tous.tes les curieux.ses, les clubs de danse de l'ENS proposeront un <strong>spectacle</strong> haut en couleurs, et des <strong>initiations</strong> à la valse et au rock.
De nombreux concerts, spectacles et expositions vous attendent pour cette soirée
extraordinaire, de l'étourdissant <strong>concert des fanfares</strong> à <strong>celui des groupes de l'École</strong>,
en passant par le <strong>set de mixage DJ</strong> et l'imprédictible <strong>cabaret
<p> De 7 à 77 ans, les clubs de danse de l'ENS proposeront des <strong>initiations</strong> à la valse, au rock ou
à d'autres danses de salon. De nombreux concerts, spectacles et expositions ponctueront cette soirée
extraordinaire, de l'étourdissant <strong>spectacle de danse</strong> au <strong>concert professionnel de
jazz</strong>, en passant par le <strong>set de mixage DJ</strong> et l'imprédictible <strong>cabaret
d'improvisation</strong>.</p>
<p>La Nuit de l'ENS renferme probablement plus de facettes qu'il n'y a d'étoiles pour l'éclairer, et vous réserve
d'innombrables surprises pour les cinq sens, de quoi réchauffer le début d'hiver à venir : <strong>grand
buffet</strong>, <strong>chant</strong>, <strong>karaoké</strong>, <strong>expositions</strong>,
<strong>dégustations</strong>,... la diversité est de mise pour rendre cette soirée inoubliable !
d'innombrables surprises pour les cinq sens qui transcenderont cet interminable hiver : <strong>grand
buffet</strong>, <strong>chant</strong>, <strong>fanfare</strong>, <strong>expositions</strong>,
<strong>dégustations</strong>,... joyeuses festivités !
</p>
<a href="https://www.instagram.com/la_nuit_ulm/" class="button" target="_blank">
@ -61,14 +57,9 @@
<span>Page Instagram</span>
</a>
<a href="https://docs.google.com/spreadsheets/d/1Kb-7VS2zK0Ae3q6RAwSg55aevd2MwCU5kGyXGt4jbJ4/edit?usp=sharing" class="button" target="_blank">
<alt="Permanences">
<span>Les Permanences</span>
</a>
<a href="https://www.helloasso.com/associations/aeens/evenements/la-nuit-edition-2024" class="button" target="_blank">
<img src="img/icons/ticket.svg" alt="Billetterie">
<span>Billetterie</span>
<a href="https://www.facebook.com/LaNuitGalaENS/" class="button" target="_blank">
<img src="img/icons/facebook.svg" alt="Page Facebook">
<span>Page Facebook</span>
</a>
<!--a href="https://www.linkedin.com/feed/update/urn:li:activity:6852313253603745792/?updateEntityUrn=urn%3Ali%3Afs_feedUpdate%3A%28V2%2Curn%3Ali%3Aactivity%3A6852313253603745792%29"
@ -81,11 +72,64 @@
</section>
<!-- Billetterie -->
<section>
<h2>Prix et billetterie</h2>
<div>
<p>Les pré-ventes seront ouvertes le Lundi 6 Novembre au 45 rue d'Ulm, en aqua (le hall d'entrée), de 12:00 à 14:00. Une billetterie en ligne est également en ligne.</p>
<table class="prices">
<thead>
<tr>
<th></th>
<th>Adhérent&middot;e COF</th>
<th>Étudiant&middot;e</th>
<th>Plein tarif</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Entrée</strong> (pré-ventes)</td>
<td>15€</td>
<td>20€</td>
<td>35€</td>
</tr>
<tr>
<td><strong>Avec buffet</strong></td>
<td>+12€</td>
<td>+12€</td>
<td>+12€</td>
</tr>
</tbody>
</table>
<!-- COMMENTAIRE AVANT QUE LES PLACES BUFFET SOIENT ECOULEES -->
<p class="stand-out">Le buffet sera partiellement végétarien. Attention cependant, les places au buffet sont limitées, donc réservez votre ticket rapidement !</strong></p>
<!-- COMMENTAIRE APRES QUE LES PLACES BUFFET SOIENT ECOULEES -->
<p class="stand-out">Les tarifs étudiant&middot;e concernent toute personne détennant une carte étudiante, également les étudiant&middot;e&middot;s hors de l'ENS !</p>
<!-- LIEN VERS LA BILLETTERIE HELLOASSO QUAND TOUTES LES PLACES N'AVAIENT PAS ENCORE ETE VENDUES-->
<a href="https://www.helloasso.com/associations/aeens/evenements/la-nuit-edition-2023" target="_blank">
<div class="button">
<img src="img/icons/ticket.svg" class="fix-alignement" alt="Ticket">
Billetterie en ligne
</div>
</a>
<!-- LIEN VERS LE FICHIER INDIQUANT QUE TOUTES LES PLACES ONT ETE VENDUES-->
<!-- <a href="" target="_blank"> -->
<!-- <div class="button"> -->
<!-- <img src="img/icons/ticket.svg" class="fix-alignement" alt="Ticket"> -->
<!-- Online ticketing service -->
<!-- </div> -->
<!-- </a> -->
</div>
</section>
<!-- Programme -->
<section>
<!-- <h2>Programme de la soirée</h2> -->
<h2><span style="font-family:Parisienne">P</span><span style="font-family:Josefin">rogramme de la soirée <br></span></h2>
<h2>Programme de la soirée</h2>
<div id="calendar">
<div id="cal-container">
@ -95,19 +139,19 @@
<div class="cal-event">
<span class="cal-event-id">buffet</span>
<span class="cal-event-name">🍽️ Buffet</span>
<span class="cal-event-start-date">23/11/2024 20:00</span>
<span class="cal-event-end-date">23/11/2024 21:30</span>
<span class="cal-event-start-date">25/11/2023 20:00</span>
<span class="cal-event-end-date">25/11/2023 21:30</span>
<span class="cal-event-location">Pôt</span>
<span class="cal-event-description">
Buffet salé et sucré commandé chez un traiteur. Ce buffet est suivi à 21:15 d'un discours marquant le début de la soirée. Attention, l'accès au buffet nécessite de payer un supplément lors de l'achat de votre place!
Buffet salé et sucré, en partie réalisé par le club Bouffe, le club de cuisine de l'ENS. Ce buffet est suivi à 21:15 d'un discours marquant le début de la soirée.
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">foodtruck</span>
<span class="cal-event-name">🌯 Chez Nicos</span>
<span class="cal-event-start-date">23/11/2024 22:00</span>
<span class="cal-event-end-date">24/11/2024 2:00</span>
<span class="cal-event-start-date">25/11/2023 22:00</span>
<span class="cal-event-end-date">26/11/2023 3:00</span>
<span class="cal-event-location">Pôt</span>
<span class="cal-event-description">
Un crêpier de la rue Mouffetard, Chez Nicos, vient vous régaler de crêpes sucrées et salées. Paiment uniquement en liquide.
@ -118,37 +162,35 @@
<div class="cal-event">
<span class="cal-event-id">theatre</span>
<span class="cal-event-name">🎭 Théâtre : Une pièce en Rose</span>
<span class="cal-event-start-date">23/11/2024 20:30</span>
<span class="cal-event-end-date">23/11/2024 21:00</span>
<span class="cal-event-location">Amphithéâtre Évariste Galois</span>
<span class="cal-event-name">🎭 Théâtre : Le Clyt'</span>
<span class="cal-event-start-date">25/11/2023 21:30</span>
<span class="cal-event-end-date">25/11/2023 23:00</span>
<span class="cal-event-location">Théâtre Nicole Loraux</span>
<span class="cal-event-description">
Deux sœurs vivent leur rentrée dans la vie sous une tutelle familiale à l'amour tyrannique. Des rates surgissent pour danser leur intériorité subjuguée. Puis tout s'effondre, et très doucement, une nouvelle conscience renaît, qui amènera les rongeuses ostracisées à faire groupe en découvrant leur voix. De cette force surgissent à nouveau les sœurs, dont le récit nous parle de leur revanche sur l'ajournement de leur éveil, sans pourtant parvenir à briser le cycle familial qui se reproduit entre elles. Entre danse et théâtre, avec une apparition de chants aux rythmes d'inspiration javanaise, des scènes oniriques puiseront dans un langage symbolique un récit sur la domination intériorisée, la division, et la puissance de l'assemblage des individualités en un tout.
Quand Clytemnestre, femme presque comme vous et moi, se met à rêver, la tragédie grecque rencontre le cabaret, le cauchemar devient réalité et la femme aux prises avec le patriarcat croit devenir reine de son propre spectacle : Le Clyt'. Découvrez l'adaptation des Choéphores d'Eschyle par la Troupe du Libre Arbitre dans un spectacle mêlant jeu, musique, chant et danse.
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">nimpro</span>
<span class="cal-event-name">🥸 Nimprotequoi </span>
<span class="cal-event-start-date">23/11/2024 23:30</span>
<span class="cal-event-end-date">23/11/2024 24:30</span>
<span class="cal-event-start-date">25/11/2023 23:30</span>
<span class="cal-event-end-date">25/11/2023 24:30</span>
<span class="cal-event-location">Salle Dussane</span>
<span class="cal-event-description">
La Nuit arrive : c'est pour qu'on vive notre Ciné imaginé. Humours et imaginaires s'entrechoquent au plateau, au hasard des rencontres et au bonheur des mots. <br><br>
Venez découvrir nos histoires poétiques, dramatiques ou loufoques dans des jeux et des scènes inédites qui se révéleront seulement le temps d'une Nuit.
Venez découvrir nos histoires poétiques, dramatiques ou loufoques dans des jeux et des scènes inédites qui se révéleront seulement le temps d'une Nuit
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">Ciné</span>
<span class="cal-event-name">🎬 Projection du Ciné-Club</span>
<span class="cal-event-start-date">24/11/2024 1:00</span>
<span class="cal-event-end-date">24/11/2024 3:00</span>
<span class="cal-event-id">madame-klamm</span>
<span class="cal-event-name">🎬 Court-métrage Chez Madame Klamm</span>
<span class="cal-event-start-date">26/11/2023 1:00</span>
<span class="cal-event-end-date">26/11/2023 1:45</span>
<span class="cal-event-location">Salle Dussane</span>
<span class="cal-event-description">
Projection des Demoiselles de Rochefort !
</span>
<span class="cal-event-description"></span>
</div>
@ -157,21 +199,21 @@
<div class="cal-event">
<span class="cal-event-id">fanfare</span>
<span class="cal-event-name">🎷 LErnestophone</span>
<span class="cal-event-start-date">23/11/2024 21:00</span>
<span class="cal-event-end-date">23/11/2024 22:30</span>
<span class="cal-event-location">Cour Pasteur</span>
<span class="cal-event-start-date">25/11/2023 23:15</span>
<span class="cal-event-end-date">26/11/2023 0:15</span>
<span class="cal-event-location">Courô</span>
<span class="cal-event-description">
Un Pouêt peut en cacher un autre !
Au milieu de la Nuit, le son puissant de la fanfare de l'ENS résonnera en Cour Pasteur. Place au show-fanfare de l'Ernestophone !
Ô Pouêt, suspends ton vol !
Au milieu de la Nuit, le son puissant de la fanfare de l'ENS résonnera en Courô. Alors que les mélodies pop s'entremêlent avec les rythmes de brass band, les derniers visiteurs ailés reprennent leur envol. Les fidèles Ernests, eux, restent profiter du spectacle. Place au show-fanfare de l'Ernestophone !
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">banda</span>
<span class="cal-event-name">🎺 Banda</span>
<span class="cal-event-start-date">23/11/2024 22:30</span>
<span class="cal-event-end-date">23/11/2024 24:00</span>
<span class="cal-event-location">Cour Pasteur</span>
<span class="cal-event-start-date">26/11/2023 0:30</span>
<span class="cal-event-end-date">26/11/2023 2:00</span>
<span class="cal-event-location">Courô</span>
<span class="cal-event-description">
La BandarrêtdurgENS, cest un morceau du Sud-Ouest à Paris, une occasion de découvrir ou redécouvrir les charmes de ses musiques si particulières, un concentré de joviale convivialité. La banda est groupe de joyeux musiciens de rue jouant dinstruments à vent et de percussions.
</span>
@ -180,8 +222,8 @@
<div class="cal-event">
<span class="cal-event-id">kfet</span>
<span class="cal-event-name">🔊 Soirée Boum électronique en K-Fêt</span>
<span class="cal-event-start-date">23/11/2024 23:00</span>
<span class="cal-event-end-date">24/11/2024 4:00</span>
<span class="cal-event-start-date">25/11/2023 23:00</span>
<span class="cal-event-end-date">26/11/2023 4:00</span>
<span class="cal-event-location">K-Fêt</span>
<span class="cal-event-description">
Rejoignez les corbeaux du Boum en K-Fêt tout au long de la Nuit, pour être transporté.e.s dans un monde où les émotions ne font qu'un avec la musique, où le boum boum primitif fusionne avec les mélodies électroniques pour vous faire voyager dans l'espace, en enfer et au paradis. La Techno, la Trance et de nombreux genres qui en découlent seront au rendez-vous.
@ -190,26 +232,100 @@
<div class="cal-event">
<span class="cal-event-id">concert-sea</span>
<span class="cal-event-name">🎼 Concerts du Club Mu</span>
<span class="cal-event-start-date">23/11/2024 21:00</span>
<span class="cal-event-end-date">24/11/2024 1:00</span>
<span class="cal-event-id">jomz-galois</span>
<span class="cal-event-name">🎻 Jomz</span>
<span class="cal-event-start-date">25/11/2023 21:30</span>
<span class="cal-event-end-date">25/11/2023 22:15</span>
<span class="cal-event-location">Amphithéâtre Évariste Galois</span>
<span class="cal-event-description">Musique Folk/Balkanique</span>
</div>
<div class="cal-event">
<span class="cal-event-id">funk-galois</span>
<span class="cal-event-name">🎷 Funk ENS</span>
<span class="cal-event-start-date">25/11/2023 22:15</span>
<span class="cal-event-end-date">25/11/2023 23:00</span>
<span class="cal-event-location">Amphithéâtre Évariste Galois</span>
<span class="cal-event-description">Funk</span>
</div>
<div class="cal-event">
<span class="cal-event-id">mykzyb-galois</span>
<span class="cal-event-name">🎸 Mykzyb 7</span>
<span class="cal-event-start-date">25/11/2023 23:00</span>
<span class="cal-event-end-date">25/11/2023 23:45</span>
<span class="cal-event-location">Amphithéâtre Évariste Galois</span>
<span class="cal-event-description">Rock</span>
</div>
<div class="cal-event">
<span class="cal-event-id">harpe-sea</span>
<span class="cal-event-name">🎼 Duo Chant-Harpe</span>
<span class="cal-event-start-date">25/11/2023 21:30</span>
<span class="cal-event-end-date">25/11/2023 21:40</span>
<span class="cal-event-location">SEA</span>
<span class="cal-event-description"></span>
</div>
<div class="cal-event">
<span class="cal-event-id">rcpp-sea</span>
<span class="cal-event-name">🎶 RCPP</span>
<span class="cal-event-start-date">25/11/2023 21:40</span>
<span class="cal-event-end-date">25/11/2023 22:00</span>
<span class="cal-event-location">SEA</span>
<span class="cal-event-description">Rock</span>
</div>
<div class="cal-event">
<span class="cal-event-id">small-talk-sea</span>
<span class="cal-event-name">🎸 Small Talk</span>
<span class="cal-event-start-date">25/11/2023 23:00</span>
<span class="cal-event-end-date">25/11/2023 23:45</span>
<span class="cal-event-location">SEA</span>
<span class="cal-event-description">Rock</span>
</div>
<div class="cal-event">
<span class="cal-event-id">gues-what-sea</span>
<span class="cal-event-name">🎹 Guès What 🎙</span>
<span class="cal-event-start-date">25/11/2023 22:00</span>
<span class="cal-event-end-date">25/11/2023 23:00</span>
<span class="cal-event-location">SEA</span>
<span class="cal-event-description">Jazz Fusion</span>
</div>
<div class="cal-event">
<span class="cal-event-id">surconflexe-sea</span>
<span class="cal-event-name">🥁 Sûrconflexe 🎸</span>
<span class="cal-event-start-date">25/11/2023 23:45</span>
<span class="cal-event-end-date">26/11/2023 01:00</span>
<span class="cal-event-location">SEA</span>
<span class="cal-event-description">Rock</span>
</div>
<div class="cal-event">
<span class="cal-event-id">concert-rap</span>
<span class="cal-event-name">🎙️ Concert Rap</span>
<span class="cal-event-start-date">26/11/2023 1:00</span>
<span class="cal-event-end-date">26/11/2023 2:00</span>
<span class="cal-event-location">SEA</span>
<span class="cal-event-description">
Le concert des groupes affiliés au Club Mu, une succession de performances pour vous en mettre plein les oreilles !
Qui a dit que le rap était un genre marginalisé à l'ENS ? Pour cette édition 2023, la Nuit de l'ENS propose le concert de rap de Lerkyo, rappeur de l'ENS que beaucoup d'entre vous connaissent déjà pour ses showcases en K-Fêt ou en SEA. Artiste polyvalent qui touche à la Drill, à la Trap ou même au Boum Bap, Lerkyo vous assurera une ambiance des plus chaudes avec des refrains entrainants, des couplets kickés et un univers bien à lui. Économisez bien votre énergie, car vous allez sauter ! <br><br>
Seront exceptionnellement invité.es à cette occasion d'autres rappeur.es pour se produire aux côtés de Lerkyo. Bangers, surprises, morceaux exclusifs seront au programme. <br><br>
Que vous soyez amateur&middot;es de rap, artistiquement curieux&middot;ses ou tout simplement désireux&middot;ses de vous défouler dans une ambiance de folie, tout le monde est le bienvenu au plus gros événement hip-hop de l'ENS Ulm !!!
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">boum</span>
<span class="cal-event-name">🔊 DJ set : Cassiopée</span>
<span class="cal-event-start-date">24/11/2024 1:30</span>
<span class="cal-event-end-date">24/11/2024 4:00</span>
<span class="cal-event-name">🔊 Boum</span>
<span class="cal-event-start-date">26/11/2023 2:00</span>
<span class="cal-event-end-date">26/11/2023 4:00</span>
<span class="cal-event-location">SEA</span>
<span class="cal-event-description">
Née dans une cavité d'où elle tire toutes ses malices, Cassiopée est une DJ émergente de la scène parisienne qui dispose d'un répertoire musical éclectique qu'elle manie avec des doigts de fée - de l'eurodance à la trance, passant par des points d'étapes toujours plus surprenants. Vampire et couturière, elle se pare de ses plus belles robes et charme par tous les endroits où elle passe. Rangez vos crucifix et laissez ses pouvoirs vous entrainer jusqu'au bout de la nuit.
Quoi de mieux que de se déhancher et de chanter jusqu'à se casser la voix sur les plus grands tubes de tous les temps pour finir cette Nuit en beauté ? Si c'est dans vos plans, alors rejoignez le Boum en SEA et vous serez servi.e.s de Titanium et d'Everytime We Touch jusqu'à 4h !
</span>
</div>
@ -217,22 +333,22 @@
<div class="cal-event">
<span class="cal-event-id">tala</span>
<span class="cal-event-name">🗣 Tala</span>
<span class="cal-event-start-date">23/11/2024 21:30</span>
<span class="cal-event-end-date">23/11/2024 22:00</span>
<span class="cal-event-location">Salle Dussane</span>
<span class="cal-event-start-date">25/11/2023 21:30</span>
<span class="cal-event-end-date">25/11/2023 22:00</span>
<span class="cal-event-location">Salle des Actes</span>
<span class="cal-event-description">
Le chœur de l'aumônerie "tala" de l'ENS se réjouit de vous présenter son désormais traditionnel "concert de la Nuit de l'ENS" : une demi-heure de chant grégorien et de polyphonie sacrée a capella, mettant à l'honneur la liturgie de l'Avent.
Le chœur de l'aumônerie "tala" de l'ENS se réjouit de vous présenter son désormais traditionnel "concert de la Nuit de l'ENS" : quelques quinze minutes de chant grégorien et de polyphonie sacrée a capella, mettant à l'honneur la liturgie de l'Avent.
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">choeur</span>
<span class="cal-event-name">🗣 Concert Chœur de lENS</span>
<span class="cal-event-start-date">23/11/2024 21:00</span>
<span class="cal-event-end-date">23/11/2024 21:30</span>
<span class="cal-event-location">Salle Dussane</span>
<span class="cal-event-start-date">25/11/2023 22:15</span>
<span class="cal-event-end-date">25/11/2023 23:15</span>
<span class="cal-event-location">Salle des Actes</span>
<span class="cal-event-description">
Les Chœurs de l'ENS vous convient à un concert a cappella où vous pourrez entendre les trois ensembles qui rythment la vie musicale de l'ENS.
Les Chœurs de l'ENS vous convient à un concert a cappella où vous pourrez entendre les trois ensembles qui rythment la vie musicale de l'ENS. Au programme : des pièces de compositeur&middot;rices des XXe et XXIe siècles, du nord et d'ailleurs : Helldén, Rautavaara, Stenhammar, Tormis... Le concert sera à géométrie variable et vous aurez l'occasion d'entendre les trois chœurs qui composent l'association : le Grand Chœur, le chœur à voix égales Chœur à cœurs, ainsi que l'Ensemble vocal.
</span>
</div>
@ -241,66 +357,126 @@
<div class="cal-event">
<span class="cal-event-id">spectacle-danse</span>
<span class="cal-event-name">💃 Spectacle de danse</span>
<span class="cal-event-start-date">23/11/2024 21:30</span>
<span class="cal-event-end-date">23/11/2024 23:00</span>
<span class="cal-event-start-date">25/11/2023 21:45</span>
<span class="cal-event-end-date">25/11/2023 22:45</span>
<span class="cal-event-location">Gymnase</span>
<span class="cal-event-description"></span>
</div>
<div class="cal-event">
<span class="cal-event-id">duo-danse</span>
<span class="cal-event-name">🎹 Duo musical et chorégraphique</span>
<span class="cal-event-start-date">23/11/2024 22:30</span>
<span class="cal-event-end-date">23/11/2024 23:00</span>
<span class="cal-event-location">Amphithéâtre Évariste Galois</span>
<span class="cal-event-id">r4t</span>
<span class="cal-event-name">🕺 Rock 4 temps - Initiation</span>
<span class="cal-event-start-date">25/11/2023 23:00</span>
<span class="cal-event-end-date">26/11/2023 0:00</span>
<span class="cal-event-location">Celan</span>
<span class="cal-event-description">
Dans un duo sans parole, la danse et la musique sont en lutte pour occuper les espaces des sens, pour prendre le devant de la scène. Une lutte pour leur autonomie dont l'issue fatale laisse pourtant espérer un autre univers, où une fin plus heureuse, plus symbiotique, aurait pu advenir.
Le Rock 4 Temps (ou Danse 4 Temps) est une danse de couple sociale, facile daccès et rapidement gratifiante, avec une grande communauté étudiante, très pratiquée à Paris. Le Rock 4 Temps est une danse jeune, influencée par les évolutions musicales contemporaines, et se danse sur une grande variété de styles musicaux : il y en a pour tous les goûts ! <br>
<br>
<span style="color:red">Il s'agit de l'initiation.</span>
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">rock</span>
<span class="cal-event-name">🕺 Initiations puis Danse libre - Rock(s)</span>
<span class="cal-event-start-date">23/11/2024 23:00</span>
<span class="cal-event-end-date">24/11/2024 4:00</span>
<span class="cal-event-location">Bibliothèque</span>
<span class="cal-event-id">soiree-rock</span>
<span class="cal-event-name">🕺 Rock 4 temps - Soirée</span>
<span class="cal-event-start-date">26/11/2023 0:00</span>
<span class="cal-event-end-date">26/11/2023 4:00</span>
<span class="cal-event-location">Celan</span>
<span class="cal-event-description">
Venez vous amusez et danser au gymnase, sur du jazz, du rock et de la pop. Les deux clubs de rock de l'ENS sont réunis pour vous proposer leur meilleure playlist. Tous sont conviés, débutants comme danseurs expérimentés : les respos se feront un plaisir de vous apprendre les bases pour vous permettre d'apprécier la musique! Des initiations au Swing et au Rock 4 Temps sont mêmes prévues, respectivement à 23h et 23h45!
Le Rock 4 Temps (ou Danse 4 Temps) est une danse de couple sociale, facile daccès et rapidement gratifiante, avec une grande communauté étudiante, très pratiquée à Paris. Le Rock 4 Temps est une danse jeune, influencée par les évolutions musicales contemporaines, et se danse sur une grande variété de styles musicaux : il y en a pour tous les goûts ! <br>
<br>
<span style="color:red">Il s'agit de la soirée dansante.</span>
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">salsa</span>
<span class="cal-event-name">💃 Salsa</span>
<span class="cal-event-start-date">25/11/2023 23:30</span>
<span class="cal-event-end-date">26/11/2023 4:00</span>
<span class="cal-event-location">Gymnase</span>
<span class="cal-event-description">
Pour une touche de soleil au cœur de la grisaille parisienne, rien de tel quune salsa bien rythmée ! Le club salsa vous propose de découvrir et pratiquer la salsa cubaine (la plus pratiquée), mais aussi découvrir la salsa portoricaine, la bachata, le styling… Dans la joie et la bonne humeur, cest loccasion pour vous dapprendre à votre rythme les fondamentaux de cette danse, et aussi dacquérir un déhanché qui, à nen pas douter, mettra le feu à la piste de danse !
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">valse</span>
<span class="cal-event-name">💃 Initiation puis Bal de Valse</span>
<span class="cal-event-start-date">23/11/2024 23:30</span>
<span class="cal-event-end-date">24/11/2024 4:00</span>
<span class="cal-event-location">Gymnase</span>
<span class="cal-event-name">💃 Valse</span>
<span class="cal-event-start-date">25/11/2023 23:30</span>
<span class="cal-event-end-date">26/11/2023 4:00</span>
<span class="cal-event-location">Salle des Actes</span>
<span class="cal-event-description">
A peine revenus du spectacle de danse au gymnase, le club Valse proposera une initiation, trois quarts d'heure pour faire ses premiers tours à droite avant de s'élancer sur une playlist qui ira des grands classiques Strauss et Waldteufel au pop et au rap, avec un soupçon de musette et quelques musiques de film. Quelque soit votre maîtrise de la valse, lead ou follow laissez vous emporter et venez tournoyer, inviter, vous faire inviter, regarder et rêver.
A peine revenus du spectacle de danse au gymnase, le club Valse proposera une initiation dans la somptueuse Salle des Actes, trois quarts d'heure pour faire ses premiers tours à droite avant de s'élancer sur une playlist qui ira des grands classiques Strauss et Waldteufel au pop et au rap, avec un soupçon de musette et quelques musiques de film. Quelque soit votre maîtrise de la valse, lead ou follow laissez vous emporter et venez tournoyer, inviter, vous faire inviter, regarder et rêver, entourés des décors, créés pour l'occasion par les élèves de filière Arts du lycée Georges Sand
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">r6t-init</span>
<span class="cal-event-name">🕺 Rock Swing (6T) - Initiation</span>
<span class="cal-event-start-date">25/11/2023 23:30</span>
<span class="cal-event-end-date">26/11/2023 0:30</span>
<span class="cal-event-location">Salle des Résistants</span>
<span class="cal-event-description">
Vous aimez le jazz, le rockn roll, le swing et le vintage ? <br><br>
Venez découvrir cette danse enjouée et rythmée quest le rock swing ! <br><br>
<span style="color:red">Il s'agit de l'initiation au Rock Swing.</span>
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">r6t</span>
<span class="cal-event-name">🕺 Rock Swing (6T) - Soirée</span>
<span class="cal-event-start-date">26/11/2023 0:30</span>
<span class="cal-event-end-date">26/11/2023 4:00</span>
<span class="cal-event-location">Salle des Résistants</span>
<span class="cal-event-description">
Venez danser jusqu'à la fin de la Nuit sur une playlist qui mêle rock, swing et jazz conçue spécialement pour l'occasion ! <br><br>
<span style="color:red">Il s'agit de la soirée dansante du Rock Swing.</span>
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">tango</span>
<span class="cal-event-name">💃 Soirée Tango</span>
<span class="cal-event-start-date">25/11/2023 21:30</span>
<span class="cal-event-end-date">25/11/2023 23:30</span>
<span class="cal-event-location">Salle des Résistants</span>
<span class="cal-event-description">
Qu'est ce que le tango ? <br>
Loin des stéréotypes et idées préconçus le tango est avant tout une rencontre, un échange entre deux danseurs qui commence par la redécouverte d'un geste quotidien : la marche. Une marche cadencée, aux variations subtiles, magnifiée par une connexion imperceptible. Des jeux de mains, de pieds et de regards sur une danse qui a su traverser le temps, qui a su s'imprégner des atmosphères des différentes époques et introduire de nouvelles tendances tout en conservant l'immuabilité du tempo du bandonéon... <br><br>
Venir une première fois par curiosité, <br>
Revenir pour la convivialité, <br>
Et peut être (qui sait ?) rester comme nous parce que vous serez devenu.e.s des passionné.e.s. ! <br> <br>
Vous n'avez plus qu'à vous lancer ! Venez nous rejoindre à partir de 21h30 en salle des résistants. Une initiation sera proposée par le club tango de l'ENS à 22h et suivie de 22h30 à 23h30 d'un bal tango avec concert de musique live animé par deux guitaristes argentins !
</span>
</div>
<!-- Autre -->
<div class="cal-event">
<span class="cal-event-id">ulmity</span>
<span class="cal-event-name">⬆️ Découverte de jeux vidéo</span>
<span class="cal-event-start-date">23/11/2024 21:00</span>
<span class="cal-event-end-date">23/11/2024 23:00</span>
<span class="cal-event-location">Salle Infi</span>
<span class="cal-event-id">ddr</span>
<span class="cal-event-name">⬆️ Dance Dance Revolution</span>
<span class="cal-event-start-date">26/11/2023 0:45</span>
<span class="cal-event-end-date">26/11/2023 2:00</span>
<span class="cal-event-location">Amphithéâtre Évariste Galois</span>
<span class="cal-event-description">
Venez tester les jeux codés par les membres du club Ulmity!
Mais quest-ce que le DDR (Dance Dance Revolution) ? <br>
Cest un jeu de danse sur des musiques généralement rythmées, qui présente des flèches qui défilent en rythme sur lécran, flèches qui correspondent à dautres flèches sur un tapis quil faut presser.
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">karaoke</span>
<span class="cal-event-name">🎤 Karaoké</span>
<span class="cal-event-start-date">24/11/2024 0:00</span>
<span class="cal-event-end-date">24/11/2024 4:00</span>
<span class="cal-event-start-date">26/11/2023 2:00</span>
<span class="cal-event-end-date">26/11/2023 4:00</span>
<span class="cal-event-location">Amphithéâtre Évariste Galois</span>
<span class="cal-event-description">
Pour finir la soirée en beauté, quoi de mieux qu'un merveilleux Karaoké pour te défouler et épuiser ce qu'il te reste de voix ? Laisse tomber la formalité et viens chanter fort, et faux, dans un merveilleux amphithéâtre, sur des musiques choisies par l'audience !
@ -312,47 +488,43 @@
<div class="cal-event">
<span class="cal-event-id">stand-photo</span>
<span class="cal-event-name">📸 Stand photo</span>
<span class="cal-event-start-date">23/11/2024 22:00</span>
<span class="cal-event-end-date">24/11/2024 1:00</span>
<span class="cal-event-start-date">25/11/2023 22:00</span>
<span class="cal-event-end-date">26/11/2023 1:00</span>
<span class="cal-event-location">Monument aux morts</span>
<span class="cal-event-description"></span>
</div>
<div class="cal-event">
<span class="cal-event-id">expo2</span>
<span class="cal-event-name">🖼️ Exposition Dessins/Pastel/Aquarelles</span>
<span class="cal-event-start-date">23/11/2024 20:00</span>
<span class="cal-event-end-date">24/11/2024 4:00</span>
<span class="cal-event-id">ecocampus</span>
<span class="cal-event-name">🌱 Expo et Tombola Ecocampus</span>
<span class="cal-event-start-date">25/11/2023 20:00</span>
<span class="cal-event-end-date">26/11/2023 4:00</span>
<span class="cal-event-location">Salle Cavaillès</span>
<span class="cal-event-description"></span>
</div>
<div class="cal-event">
<span class="cal-event-id">expo1</span>
<span class="cal-event-name">🖼️ Exposition Photos</span>
<span class="cal-event-start-date">23/11/2024 20:00</span>
<span class="cal-event-end-date">24/11/2024 4:00</span>
<span class="cal-event-location">Salle Célan</span>
<span class="cal-event-description">
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">expo1</span>
<span class="cal-event-name">🖼️ Exposition Affiches/Tableaux</span>
<span class="cal-event-start-date">23/11/2024 20:00</span>
<span class="cal-event-end-date">24/11/2024 4:00</span>
<span class="cal-event-id">expo</span>
<span class="cal-event-name">🖼️ Exposition</span>
<span class="cal-event-start-date">25/11/2023 20:00</span>
<span class="cal-event-end-date">26/11/2023 4:00</span>
<span class="cal-event-location">Petit Pôt</span>
<span class="cal-event-description">
Une triple exposition comprenant :<br>
- des mosaïques de Lego <br>
- <div class="popup-trigger">des photos
<span class="popup">Des lacs et montagnes du Connemara aux reliefs contrastés des Alpes en passant par les côtes bretonnes et normandes, cette exposition présente trois triptyques paysagers, neuf vues du ciel vous permettant dadmirer la nature sous un angle unique.</span>
</div><br>
- des tableaux dichroïques.
</span>
</div>
<div class="cal-event">
<span class="cal-event-id">chill</span>
<span class="cal-event-name">🛋 Temps de détente</span>
<span class="cal-event-start-date">23/11/2024 20:00</span>
<span class="cal-event-end-date">24/11/2024 4:00</span>
<span class="cal-event-location">Salle des Résistants</span>
<span class="cal-event-start-date">25/11/2023 20:00</span>
<span class="cal-event-end-date">26/11/2023 4:00</span>
<span class="cal-event-location">Salle Beckett</span>
<span class="cal-event-description"></span>
</div>
@ -372,11 +544,103 @@
</div>
</section>
<!-- Infos pratiques -->
<section>
<h2>Informations pratiques</h2>
<div>
<p><strong>Bars :</strong>
ATTENTION, la consommation aux bars se fera <strong>uniquement</strong> via un système de tickets,
d'une valeur de 1€ ou 3€, il vous sera possible d'en acheter lors de la soirée avec du liquide.
</p>
<p><strong><i>Entrée et sortie :</i></strong> Il ne sera plus possible d'entrer au Gala passé 2h du matin.
ATTENTION, toute sortie est définitive.</p>
<p><strong><i>Vestiaire :</i></strong> Un <strong>vestiaire gratuit</strong> sera disponible au Pôt toute la Nuit
avec des plaids à disposition.</p>
<p><strong><i>Restauration :</i></strong> Le buffet nécessite une inscription au préalable, avec un nombre de
places limité. Un foodtruck sera également présent toute la soirée en cour des bibliothèques pour vous
restaurer. Il est interdit d'apporter sa propre nourriture.</p>
<p><strong><i>Boissons :</i></strong> Dans le barnum et au sous-sol du bâtiment des bibliothèques, des
<strong>bars</strong> vendront du <strong>champagne</strong>, du <strong>vin</strong> et des <strong>jus de
fruits</strong> toute la Nuit. <strong>Bière</strong> et <strong>cidre</strong> seront également disponibles
en K-Fêt. <strong>Il est interdit d'apporter ses propres boissons, alcoolisées ou non.</strong>
</p>
<p><strong><i>Photos souvenirs :</i></strong> Un <strong>stand photo</strong> sera présent au monument aux morts
pendant une grande partie de la soirée.</p>
<p><strong><i>Tenue :</i> En ce qui concerne l'épineuse question de la tenue, notre mot d'ordre est : "soyez à
l'aise !" Une tenue de Gala est tout à fait appropriée à la situation : la majorité des
participant&middot;e&middot;s sont en costume ou en robe de soirée, et s'extasier devant les splendides tenues
de tous et toutes participe au merveilleux du Gala. C'est donc l'occasion de sortir vos plus beaux habits,
mais l'important est de venir comme vous le souhaitez : en tenue de soirée, en tenue de tous les jours ou
mêmes déguisé&middot;e&middot;s. En un mot, sentez-vous à l'aise dans votre habit !</strong></p>
</div>
</section>
<!-- Aider -->
<section>
<h2>Comment aider ?</h2>
<p>Pour aider, vous pouvez participer à la bonne tenue de l'événement en vous inscrivant à des permanences sur Poulpe (compte clipper requis).</p>
<div>
<a href="https://poulpe.ens.fr/matos/event/Nuit2023" class="button poulpe" target="_blank">
Poulpe
</a>
</div>
</section>
<!-- Comment venir -->
<section>
<h2>Comment venir ?</h2>
<div>
<p id="mailing-address">
<img src="img/icons/location.svg" alt="Emplacement">
45 rue d'Ulm 75005 Paris
</p>
<iframe id="interactive-map" width="750" height="400"
src="https://www.openstreetmap.org/export/embed.html?bbox=2.334809303283692%2C48.8368567401711%2C2.3548936843872075%2C48.84636099015179&amp;layer=hot&amp;marker=48.841602029496684%2C2.344851493835449"></iframe>
</div>
<div id="public-transport-info">
<div id="transport-metro-icon">
<img src="img/icons/ratp/metro-7.svg" alt="Métro 7">
</div>
<span id="transport-metro-stop">Place Monge</span>
<div id="transport-rer-icon">
<img src="img/icons/ratp/rer-B.svg" alt="RER B">
</div>
<span id="transport-rer-stop">Luxembourg</span>
<div id="transport-bus-1-icon">
<img src="img/icons/ratp/bus-24.svg" alt="Bus 24">
</div>
<span id="transport-bus-1-stop">École Normale Supérieure</span>
<div id="transport-bus-2-icon">
<img src="img/icons/ratp/bus-21.svg" alt="Bus 21">
<img src="img/icons/ratp/bus-27.svg" alt="Bus 27">
</div>
<span id="transport-bus-2-stop">Feuillantines</span>
<div id="transport-noctilien-icon">
<img src="img/icons/ratp/noctilien-14.svg" alt="Noctilien 14">
<img src="img/icons/ratp/noctilien-21.svg" alt="Noctilien 21">
<img src="img/icons/ratp/noctilien-122.svg" alt="Noctilien 122">
</div>
<span id="transport-noctilien-stop">Auguste Comte</span>
</div>
</section>
<!-- Contact -->
<section>
<!-- <h2>Nous contacter</h2> -->
<h2><span style="font-family:Parisienne">N</span><span style="font-family:Josefin">ous conctacter</span></h2>
<h2>Nous contacter</h2>
<div>
<p id="contact-email">
@ -388,9 +652,7 @@
<!-- Remerciements -->
<section>
<!-- <h2>Remerciements</h2> -->
<h2><span style="font-family:Parisienne">R</span><span style="font-family:Josefin">emerciements</span></h2>
<h2>Remerciements</h2>
<div>
<div id="sponsors">
<a href="https://www.cof.ens.fr">
@ -431,8 +693,8 @@
// Calendar init
let cal = new Calendar({
startDate: new Date(2024, 10, 23, 20),
endDate: new Date(2024, 10, 24, 4),
startDate: new Date(2023, 10, 25, 20),
endDate: new Date(2023, 10, 26, 4),
groupEventsByLocation: true
});
});