mise a jours post wikithon winterschool 2024
This commit is contained in:
80
special/ergtv/index.html
Normal file
80
special/ergtv/index.html
Normal 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>
|
||||
49
special/ergtv/welcome.html
Normal file
49
special/ergtv/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