mise a jours post wikithon winterschool 2024
This commit is contained in:
83
special/jpo2021-live/index.html
Normal file
83
special/jpo2021-live/index.html
Normal file
@@ -0,0 +1,83 @@
|
||||
<!doctype>
|
||||
<html>
|
||||
<head>
|
||||
<title>erg ~ Portes ouvertes 2021</title>
|
||||
<style>
|
||||
/* F O N T E S */
|
||||
@font-face {
|
||||
font-family: "Combined";
|
||||
src: url('/mw/skins/foreground/assets/fonts/combined.otf');
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Vega";
|
||||
src: url('/mw/skins/foreground/assets/fonts/Vega-Regular.otf');
|
||||
src: url('/mw/skins/foreground/assets/fonts/Vega-Regular.ttf') format("truetype");
|
||||
src: url("/mw/skins/foreground/assets/fonts/Vega-Regular-Webfont.svg") format("svg");
|
||||
src: url("/mw/skins/foreground/assets/fonts/Vega-Regular.woff") format("woff");
|
||||
src: url("/mw/skins/foreground/assets/fonts/Vega-Regular.woff2") format("woff2");
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: thistle;
|
||||
height: 100%;
|
||||
font-family: Vega;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
}
|
||||
h1, h2 {
|
||||
font-family: Combined;
|
||||
font-weight: normal;
|
||||
margin-bottom: 0;
|
||||
display: contents;
|
||||
}
|
||||
h2 {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 0;
|
||||
flex-grow: 1;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
ul {
|
||||
display: flex;
|
||||
margin: 1.2em 0;
|
||||
padding: 0;
|
||||
justify-content: space-between;
|
||||
}
|
||||
li {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: 1px solid black;
|
||||
border-radius: 10px;
|
||||
padding: 0.25em 0.5em;
|
||||
flex-basis: 10%;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>erg</h1>
|
||||
<h2>journées portes ouvertes 2021</h2>
|
||||
<ul>
|
||||
<li><a href="https://annuel.framapad.org/p/erg-jpo2021-admin" target="porte">Questions à l’administration</a></li>
|
||||
<li><a href="https://annuel.framapad.org/p/erg-jpo2021-profs" target="porte">Questions aux enseignant·e·s</a></li>
|
||||
<li><a href="https://www.mixcloud.com/Ergote_Radio/" target="_blank">Ergote Radio</a></li>
|
||||
<li><a href="https://vimeo.com/showcase/8533632" target="_blank">Vidéos JPO 2021</a></li>
|
||||
</ul>
|
||||
|
||||
<iframe name="porte" src="welcome.html"></iframe>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
49
special/jpo2021-live/welcome.html
Normal file
49
special/jpo2021-live/welcome.html
Normal file
@@ -0,0 +1,49 @@
|
||||
<!doctype>
|
||||
<html>
|
||||
<head>
|
||||
<title>erg ~ Portes ouvertes 2021</title>
|
||||
<style>
|
||||
/* F O N T E S */
|
||||
@font-face {
|
||||
font-family: "Combined";
|
||||
src: url('/mw/skins/foreground/assets/fonts/combined.otf');
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Vega";
|
||||
src: url('/mw/skins/foreground/assets/fonts/Vega-Regular.otf');
|
||||
src: url('/mw/skins/foreground/assets/fonts/Vega-Regular.ttf') format("truetype");
|
||||
src: url("/mw/skins/foreground/assets/fonts/Vega-Regular-Webfont.svg") format("svg");
|
||||
src: url("/mw/skins/foreground/assets/fonts/Vega-Regular.woff") format("woff");
|
||||
src: url("/mw/skins/foreground/assets/fonts/Vega-Regular.woff2") format("woff2");
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: thistle;
|
||||
font-family: Vega;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
h1, h2 {
|
||||
font-family: Combined;
|
||||
font-weight: normal;
|
||||
}
|
||||
iframe {
|
||||
width: 100%;
|
||||
border: 0;
|
||||
flex-grow: 1;
|
||||
box-sizing: border-box;
|
||||
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<img src="https://wiki.erg.be/mw/images/c/cb/Affiche_Jury_2021_%2B_PO_FINAL.jpg">
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user