first commit
BIN
._Recherches JE code-interface.svg
Normal file
BIN
._index.html
Normal file
7341
Recherches JE code-interface.svg
Normal file
|
After Width: | Height: | Size: 391 KiB |
BIN
assets/images/._finger-L1.jpg
Normal file
BIN
assets/images/._finger-L2.jpg
Normal file
BIN
assets/images/._finger-L3.jpg
Normal file
BIN
assets/images/._finger-L4.jpg
Normal file
BIN
assets/images/._finger-L5.jpg
Normal file
BIN
assets/images/._finger-R1.jpg
Normal file
BIN
assets/images/._finger-R2.jpg
Normal file
BIN
assets/images/._finger-R3.jpg
Normal file
BIN
assets/images/._finger-R4.jpg
Normal file
BIN
assets/images/._finger-R5.jpg
Normal file
BIN
assets/images/._palm-L.jpg
Normal file
BIN
assets/images/._palm-R.jpg
Normal file
BIN
assets/images/finger-L1.jpg
Normal file
|
After Width: | Height: | Size: 61 KiB |
BIN
assets/images/finger-L2.jpg
Normal file
|
After Width: | Height: | Size: 71 KiB |
BIN
assets/images/finger-L3.jpg
Normal file
|
After Width: | Height: | Size: 70 KiB |
BIN
assets/images/finger-L4.jpg
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
assets/images/finger-L5.jpg
Normal file
|
After Width: | Height: | Size: 70 KiB |
BIN
assets/images/finger-R1.jpg
Normal file
|
After Width: | Height: | Size: 72 KiB |
BIN
assets/images/finger-R2.jpg
Normal file
|
After Width: | Height: | Size: 102 KiB |
BIN
assets/images/finger-R3.jpg
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
assets/images/finger-R4.jpg
Normal file
|
After Width: | Height: | Size: 80 KiB |
BIN
assets/images/finger-R5.jpg
Normal file
|
After Width: | Height: | Size: 64 KiB |
BIN
assets/images/palm-L.jpg
Normal file
|
After Width: | Height: | Size: 366 KiB |
BIN
assets/images/palm-R.jpg
Normal file
|
After Width: | Height: | Size: 509 KiB |
140
assets/style.css
Normal file
|
|
@ -0,0 +1,140 @@
|
|||
* {
|
||||
--touch-size: 5em;
|
||||
--touch-gap: 0.25em;
|
||||
|
||||
--border-style: 2px solid var(--text-color);
|
||||
--text-color: brown;
|
||||
--bright-color: deeppink;
|
||||
--line-height: 1.2em;
|
||||
--indent: 0.9rem;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: ft88;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
main {
|
||||
}
|
||||
|
||||
details {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
details > :not(summary) {
|
||||
margin-left: var(--indent);
|
||||
color: var(--bright-color);
|
||||
}
|
||||
|
||||
details > summary {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
details[open]::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: var(--line-height);
|
||||
bottom: 0;
|
||||
left: 0.2em;
|
||||
border-left: var(--border-style);
|
||||
}
|
||||
|
||||
summary {
|
||||
}
|
||||
|
||||
.box {
|
||||
max-width: 40rem;
|
||||
border: var(--border-style);
|
||||
padding: 1em;
|
||||
margin-bottom: var(--line-height);
|
||||
}
|
||||
|
||||
#test1 {
|
||||
font-family: ft88;
|
||||
}
|
||||
|
||||
#test2 {
|
||||
font-family: Univers LT Std 55;
|
||||
}
|
||||
|
||||
#test3 {
|
||||
font-family: Arcade classic;
|
||||
}
|
||||
|
||||
#test4 {
|
||||
font-family: Bitcount Single;
|
||||
}
|
||||
|
||||
#test5 {
|
||||
font-family: FedraNine;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#test6 {
|
||||
font-family: FedraEleven Normal;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: dodgerblue;
|
||||
}
|
||||
|
||||
address {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
#keyboard {
|
||||
text-align: center;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#keyboard span {
|
||||
font-family: sans-serif;
|
||||
display: inline-flex;
|
||||
margin: var(--touch-gap);
|
||||
width: var(--touch-size);
|
||||
height: var(--touch-size);
|
||||
background-color: bisque;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#fingers {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#fingers img {
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
#keyboard span.space-bar {
|
||||
width: calc(8 * var(--touch-size));
|
||||
}
|
||||
|
||||
.cover {
|
||||
font-size: 9em;
|
||||
height: fit-content;
|
||||
position: relative;
|
||||
padding-bottom: 1.5em;
|
||||
}
|
||||
|
||||
.code {
|
||||
/* transform: rotate(30deg); */
|
||||
position: relative;
|
||||
/* top: 1em; */
|
||||
}
|
||||
|
||||
.interface {
|
||||
/* transform: rotate(-30deg); */
|
||||
position: relative;
|
||||
/* top: 1em; */
|
||||
}
|
||||
2072
index.html
Normal file
BIN
references/0d831aed365763a5d5fe9f18d32d29fc.jpg
Normal file
|
After Width: | Height: | Size: 72 KiB |
BIN
references/ANRDESIGNSHS_COLLOQUE_PROGRAMME.pdf
Normal file
BIN
references/HieronimusWeb-Poster-min.jpg
Normal file
|
After Width: | Height: | Size: 172 KiB |
8
references/Interfaces Conference – Rectangle.webloc
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>URL</key>
|
||||
<string>https://rectangle.design/interfaces-conference/</string>
|
||||
</dict>
|
||||
</plist>
|
||||
8
references/WHAP! Fall 2016 poster - Fonts In Use.webloc
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>URL</key>
|
||||
<string>https://fontsinuse.com/uses/23648/whap-fall-2016-poster</string>
|
||||
</dict>
|
||||
</plist>
|
||||