wip: planning
This commit is contained in:
parent
3013b69280
commit
61d4054340
6
.prettierrc
Normal file
6
.prettierrc
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"arrowParens": "always",
|
||||
"singleQuote": true,
|
||||
"trailingComma": "es5",
|
||||
"bracketSpacing": false
|
||||
}
|
18
index.html
18
index.html
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user