wip: planning

This commit is contained in:
mco-system 2023-04-04 20:19:06 +11:00
parent 3013b69280
commit 61d4054340
3 changed files with 21 additions and 13 deletions

6
.prettierrc Normal file
View File

@ -0,0 +1,6 @@
{
"arrowParens": "always",
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": false
}

View File

@ -10,14 +10,16 @@
</head>
<body>
<pretalx-schedule event-url="https://23.thsf.net/thsf-2023/" locale="fr" format="grid" style="--pretalx-clr-primary: #A9C83D"></pretalx-schedule>
<noscript>
<div class="pretalx-widget">
<div class="pretalx-widget-info-message">
JavaScript is disabled in your browser. To access our schedule without JavaScript,
please <a target="_blank" href="https://23.thsf.net/thsf-2023/schedule/">click here</a>.
<div id="thsf-schedule">
<pretalx-schedule event-url="https://23.thsf.net/thsf-2023/" locale="fr" format="grid" style="--pretalx-clr-primary: #A9C83D"></pretalx-schedule>
<noscript>
<div class="pretalx-widget">
<div class="pretalx-widget-info-message">
JavaScript is disabled in your browser. To access our schedule without JavaScript,
please <a target="_blank" href="https://23.thsf.net/thsf-2023/schedule/">click here</a>.
</div>
</div>
</div>
</noscript>
</noscript>
</div>
</body>
</html>

View File

@ -10,11 +10,6 @@
font-family: pfdintextcomppro;
}
pretalx-schedule {
font-size: 48px;
font-family: pfdintextcomppro;
}
body {
background-color: #e6007e;
background-image: url('../images/affiche_v1.png');
@ -24,6 +19,11 @@ body {
/* overflow: hidden; */
}
#thsf-schedule {
height: 100%;
overflow: auto;
}
ul {
overflow: hidden;
perspective: 900px;