wip: affiche thsf

This commit is contained in:
Michael Costa
2023-03-25 18:15:12 +11:00
parent 6632e21afb
commit d51c0bff0a
10 changed files with 27 additions and 15 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 294 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 774 KiB

+15 -12
View File
@@ -10,22 +10,25 @@
<body> <body>
<ul> <ul>
<li>THSF 2023</li> <li></li>
<li></li>
<li></li>
<li>Extraction in progress...</li> <li>Extraction in progress...</li>
<li>THSF 2023</li> <li></li>
<li></li>
<li></li>
<li>Extraction in progress...</li> <li>Extraction in progress...</li>
<li>THSF 2023</li> <li></li>
<li></li>
<li></li>
<li>Extraction in progress...</li> <li>Extraction in progress...</li>
<li>THSF 2023</li> <li></li>
<li>Extraction in progress...</li> <li></li>
<li>THSF 2023</li> <li></li>
<li>Extraction in progress...</li>
<li>THSF 2023</li>
<li>Extraction in progress...</li>
<li>THSF 2023</li>
<li>Extraction in progress...</li>
<li>THSF 2023</li>
<li>Extraction in progress...</li> <li>Extraction in progress...</li>
<li></li>
<li></li>
<li></li>
</ul> </ul>
</body> </body>
</html> </html>
+12 -3
View File
@@ -1,12 +1,21 @@
@font-face {
font-family: pfdintextcomppro;
src: url(../fonts/PFDinTextCompPro-Medium.ttf);
}
* { * {
margin: 0; margin: 0;
padding: 0; padding: 0;
box-sizing: border-box; box-sizing: border-box;
font-family: pfdintextcomppro;
} }
body { body {
background-image: url('../images/extract_data.jpg'); background-color: #e6007e;
background-size: cover; background-image: url('../images/affiche_v1.png');
background-repeat: no-repeat;
background-size: auto;
background-position-x: center;
overflow: hidden; overflow: hidden;
} }
@@ -35,7 +44,7 @@ li {
width: 100%; width: 100%;
transform: translateY(100vh); transform: translateY(100vh);
font-size: 6rem; font-size: 6rem;
font-family: sans-serif; font-family: pfdintextcomppro;
font-weight: bold; font-weight: bold;
color: #ffffdd; color: #ffffdd;
animation: 5.3333333333s spiral-staircase linear infinite; animation: 5.3333333333s spiral-staircase linear infinite;