mise a jours post wikithon winterschool 2024

This commit is contained in:
2024-02-02 13:42:50 +01:00
parent 47ce5c4d37
commit 7b287b57cd
46 changed files with 15305 additions and 382 deletions

80
special/ergtv/index.html Normal file
View File

@@ -0,0 +1,80 @@
<!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;
}
iframe {
width:100%;
}
</style>
</head>
<body>
<h1>erg tv</h1>
<h2>winterschool 2024</h2>
<iframe src="https://www.youtube.com/embed/3sThYW6bhEQ?si=DkvK7zpCHKEza81f" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</body>
</html>