Compare commits

...

2 commits

Author SHA1 Message Date
catvayor 41ef3fb326 adding css, logo & ico 2023-12-12 14:59:31 +01:00
catvayor 2fbc925f38 replaced gps by pegasus 2023-12-12 14:16:39 +01:00
5 changed files with 75 additions and 3 deletions

BIN
www/aeens3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View file

@ -134,8 +134,7 @@
<a href="http://salles.ens.fr/" title="Réserver une salle pour un cours ou
un séminaire.">Room
reservation</a>&nbsp;&bull;
<a href="https://gps.ens.psl.eu/" title="Gestion Pédagogique de la
Scolarité.">GPS : indicating courses
<a href="https://ens-etud.helvetius.net/pegasus/" title="PEGASUS - Portail Etudiant">Pegasus : indicating courses
taken</a>&nbsp;&bull;
<a href="https://merle.eleves.ens.fr/" title="Students' chat server">Merle</a>&nbsp;&bull;
<a href="https://wiki.eleves.ens.fr/" title="Students' wiki">Students' wiki</a>

BIN
www/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -100,7 +100,7 @@
<a href="http://rdv.spi.ens.fr/" title="Se mettre d'accord sur une date.">Prise de rendez-vous</a>&nbsp;&bull;
<a href="http://salles.ens.fr/" title="Réserver une salle pour un cours ou un séminaire.">Réservation de
salles</a>&nbsp;&bull;
<a href="https://gps.ens.psl.eu/" title="Gestion Pédagogique de la Scolarité.">GPS : saisie des cours
<a href="https://ens-etud.helvetius.net/pegasus/" title="PEGASUS - Portail Etudiant">Pegasus : saisie des cours
suivis</a>&nbsp;&bull;
<a href="https://merle.eleves.ens.fr/" title="Serveur de discussion de l'ENS">Merle : serveur de
discussion</a>&nbsp;&bull;

73
www/style.css Normal file
View file

@ -0,0 +1,73 @@
body {
margin-left: 2em
}
h1 {
/* color: red; */
text-align: center
}
h1:before, h1:after {
vertical-align:middle ;
display: inline ;
content:url(aeens3.png) ;
padding: 10px;
}
h2 {
background-color: #E0E0FF;
/* color: green; */
font-family: sans-serif;
margin-top: 19px;
padding: 5px;
margin-bottom: 1px;
/* border-bottom: solid thin */
}
h4 {
font-size: medium;
padding: 0cm;
margin: 0cm
}
.colophon {
font-size: small;
font-style: italic;
}
div.links {
margin-top: 1em;
margin-bottom: 1em;
}
ul {
list-style: square;
padding-left: 2em;
}
ul li {
margin-bottom: .4em;
}
.links ul {
}
.index_onglet {
background-color: #E0E0FF;
}
.index_head_navbar {
padding-top: .2em;
padding-bottom: .2em;
border-top: solid thick #E0E0FF;
border-bottom: solid thick #E0E0FF;
}
.index_renvois {
text-align: center;
}
.mail-antispam {
unicode-bidi: bidi-override;
direction: rtl;
}