Merge pull request 'affiche thsf' (#3) from doug into master
Reviewed-on: #3
This commit is contained in:
commit
4c32d8b7a5
BIN
fonts/PFDinTextCompPro-Medium.ttf
Normal file
BIN
fonts/PFDinTextCompPro-Medium.ttf
Normal file
Binary file not shown.
BIN
fonts/PFDinTextCompPro-Thin.ttf
Normal file
BIN
fonts/PFDinTextCompPro-Thin.ttf
Normal file
Binary file not shown.
BIN
fonts/Uni Sans Bold.otf
Normal file
BIN
fonts/Uni Sans Bold.otf
Normal file
Binary file not shown.
BIN
fonts/Uni Sans Book.otf
Normal file
BIN
fonts/Uni Sans Book.otf
Normal file
Binary file not shown.
BIN
images/affiche_v1.png
Normal file
BIN
images/affiche_v1.png
Normal file
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 |
27
index.html
27
index.html
@ -10,22 +10,25 @@
|
||||
|
||||
<body>
|
||||
<ul>
|
||||
<li>THSF 2023</li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li>Extraction in progress...</li>
|
||||
<li>THSF 2023</li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li>Extraction in progress...</li>
|
||||
<li>THSF 2023</li>
|
||||
<li></li>
|
||||
<li></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>THSF 2023</li>
|
||||
<li>Extraction in progress...</li>
|
||||
<li>THSF 2023</li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li>Extraction in progress...</li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,12 +1,21 @@
|
||||
@font-face {
|
||||
font-family: pfdintextcomppro;
|
||||
src: url(../fonts/PFDinTextCompPro-Medium.ttf);
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
font-family: pfdintextcomppro;
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: url('../images/extract_data.jpg');
|
||||
background-size: cover;
|
||||
background-color: #e6007e;
|
||||
background-image: url('../images/affiche_v1.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: auto;
|
||||
background-position-x: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@ -35,7 +44,7 @@ li {
|
||||
width: 100%;
|
||||
transform: translateY(100vh);
|
||||
font-size: 6rem;
|
||||
font-family: sans-serif;
|
||||
font-family: pfdintextcomppro;
|
||||
font-weight: bold;
|
||||
color: #ffffdd;
|
||||
animation: 5.3333333333s spiral-staircase linear infinite;
|
||||
|
Loading…
Reference in New Issue
Block a user