forked from DGNum/lanuit.ens.fr
ajouter un lien Poulpe
This commit is contained in:
parent
fc0de589c7
commit
fbc3051af6
7 changed files with 40 additions and 2 deletions
|
@ -42,7 +42,18 @@
|
||||||
url('../fonts/roboto-v18-latin-700.woff') format('woff');
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -335,8 +346,14 @@ section p.stand-out {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*--------------------------------------------------------*/
|
||||||
|
/* POULPE
|
||||||
|
/*--------------------------------------------------------*/
|
||||||
|
|
||||||
|
.poulpe {
|
||||||
|
font-family: 'Lily Script One';
|
||||||
|
text-transform: capitalize;
|
||||||
|
}
|
||||||
|
|
||||||
/*--------------------------------------------------------*/
|
/*--------------------------------------------------------*/
|
||||||
/* CALENDAR
|
/* CALENDAR
|
||||||
|
|
|
@ -456,6 +456,17 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
|
BIN
www/fonts/LilyScriptOne-Regular.eot
Normal file
BIN
www/fonts/LilyScriptOne-Regular.eot
Normal file
Binary file not shown.
BIN
www/fonts/LilyScriptOne-Regular.ttf
Normal file
BIN
www/fonts/LilyScriptOne-Regular.ttf
Normal file
Binary file not shown.
BIN
www/fonts/LilyScriptOne-Regular.woff
Normal file
BIN
www/fonts/LilyScriptOne-Regular.woff
Normal file
Binary file not shown.
BIN
www/fonts/LilyScriptOne-Regular.woff2
Normal file
BIN
www/fonts/LilyScriptOne-Regular.woff2
Normal file
Binary file not shown.
|
@ -466,7 +466,17 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h2>Comment venir ?</h2>
|
<h2>Comment venir ?</h2>
|
||||||
|
|
Loading…
Reference in a new issue