Files
map/special/jpo2021-live/index.html

84 lines
2.1 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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 à ladministration</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>