-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit a6c362b
Showing
8 changed files
with
173 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
root = true | ||
|
||
[*] | ||
end_of_line = lf | ||
insert_final_newline = true | ||
indent_style = space | ||
indent_size = 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
node_modules | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## [yes*p*](https://s9a.page/yesp) | ||
|
||
```html | ||
<p class="tape-play" contenteditable lang="en">yes yes yes | ||
<p class="tape-luvu" contenteditable lang="fr">oui oui oui | ||
<p class="tape-loud" contenteditable lang="es">si si si | ||
<p class="tape-bluv" contenteditable lang="pt">sim sim sim | ||
<p class="tape-play" contenteditable lang="de">ja ja ja | ||
<p>... | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
This is free and unencumbered software released into the public domain. | ||
|
||
Anyone is free to copy, modify, publish, use, compile, sell, or | ||
distribute this software, either in source code form or as a compiled | ||
binary, for any purpose, commercial or non-commercial, and by any | ||
means. | ||
|
||
In jurisdictions that recognize copyright laws, the author or authors | ||
of this software dedicate any and all copyright interest in the | ||
software to the public domain. We make this dedication for the benefit | ||
of the public at large and to the detriment of our heirs and | ||
successors. We intend this dedication to be an overt act of | ||
relinquishment in perpetuity of all present and future rights to this | ||
software under copyright law. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | ||
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR | ||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, | ||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
OTHER DEALINGS IN THE SOFTWARE. | ||
|
||
For more information, please refer to <http://unlicense.org/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" class="tape-flow tape-watt"> | ||
<meta charset="utf-8"> | ||
|
||
<title>yesp</title> | ||
|
||
<meta name="viewport" content="width=device-width"> | ||
<meta name="color-scheme" content="dark light"> | ||
<meta name="theme-color" content="hotpink"> | ||
<meta name="description" content="contenteditable lang p tags contenteditable lang p tags repeating yes"> | ||
<meta name="creator" content="🌐"> | ||
|
||
<style media=(color) data-hues=https://s9a.org/tape/releases/tag/v0.8.0> | ||
:root{--tape-filter:none;--tape-bluv:#11dff1;--tape-play:#fbbfff;--tape-loud:#eee833;--tape-luvu:#44f477;--tape-blaq:#0e0e0e;--tape-watt:#e0e0e0;--tape-hex:#e0e0e0;--tape-mix:transparent}.tape-watt{--tape-hex:var(--tape-watt)}.tape-luvu{--tape-hex:var(--tape-luvu)}.tape-loud{--tape-hex:var(--tape-loud)}.tape-play{--tape-hex:var(--tape-play)}.tape-bluv{--tape-hex:var(--tape-bluv)}.tape-flat{border-color:transparent}.tape-flap{border-color:currentColor}.tape-flow{--tape-remix:none}.tape-flow :not(.tape-skip){background-color:transparent;color:inherit}.tape-blaq,.tape-bluv,.tape-loud,.tape-luvu,.tape-play,.tape-watt{--tape-mix:var(--tape-hex);--tape-remix:none;color:var(--tape-blaq)!important;background-color:var(--tape-mix)!important;background-image:var(--tape-remix);filter:var(--tape-filter)}.tape-blaq{--tape-mix:var(--tape-blaq);color:var(--tape-hex)!important}.tape-erase,.tape-erase *{color:transparent!important} | ||
</style> | ||
|
||
<style media=(color)> | ||
::selection { | ||
color: #0d0d0d; | ||
background: #d0d0d0; | ||
} | ||
|
||
:root { | ||
--tape-blaq: #315; | ||
--tape-play: #f6e; | ||
--tape-loud: #ed5; | ||
--tape-bluv: #5de; | ||
--tape-luvu: #2c8; | ||
--tape-watt: #a5e; | ||
} | ||
</style> | ||
|
||
<link rel="stylesheet" href="yesp.css"> | ||
<link rel="icon" href="yesp.svg"> | ||
<link rel="home" href="https://s9a.page"> | ||
<link rel="help" href="https://s9a.page/tape"> | ||
<link rel="prev" href="https://s9a.org/nosh"> | ||
|
||
<main class="flowsinyo"> | ||
<header> | ||
<h1> | ||
<a class="tape-flow tape-luvu" href="https://s9a.page/nosh">yes</a> | ||
<a class="tape-flow tape-bluv" href="https://webmural.com/poft"><code>p</code></a> | ||
</h1> | ||
</header> | ||
<p class="tape-play" contenteditable lang="en">yes yes yes | ||
<p class="tape-luvu" contenteditable lang="fr">oui oui oui | ||
<p class="tape-loud" contenteditable lang="es">si si si | ||
<p class="tape-bluv" contenteditable lang="pt">sim sim sim | ||
<p class="tape-play" contenteditable lang="de">ja ja ja | ||
</main> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"scripts": { | ||
"ff": "npm run firefox", | ||
"firefox": "open -a firefox index.html || start firefox index.html", | ||
"start": "npm run firefox", | ||
"test": "npm run firefox", | ||
"posttest": "echo 'validate online'" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
html { | ||
font-family: sans-serif; | ||
font-size: max(3ch, 3vmax + 2vmin); | ||
line-height: 1.618; | ||
} | ||
|
||
body { | ||
margin: 0; | ||
overflow-wrap: anywhere; | ||
} | ||
|
||
main { | ||
contain: layout; | ||
display: flex; | ||
flex-direction: column; | ||
margin: auto; | ||
padding: 1em; | ||
} | ||
|
||
header { | ||
max-width: 61.8vw; | ||
} | ||
|
||
h1 { | ||
font-weight: unset; | ||
display: flow-root; | ||
padding: 3vmin; | ||
} | ||
|
||
h1 a { | ||
float: inline-start; | ||
} | ||
|
||
h1 code { | ||
font-family: unset; | ||
font-weight: bold; | ||
} | ||
|
||
mark { | ||
border-radius: 13% 8%; | ||
} | ||
|
||
a { | ||
display: inline-block; | ||
padding-inline: .146rem; | ||
} | ||
|
||
p { padding-inline: .146rem } | ||
samp { padding-inline: 1vw; font-size: 1.236em } | ||
small { display: block; font-size: 1ch } | ||
sub { all: unset } | ||
sup { all: unset; font-size: 1.236em } | ||
s { text-decoration-style: wavy } | ||
em { text-shadow: 1vw -1vh 3pc var(--tape-bluv) } | ||
a:hover { text-decoration-style: double } | ||
:any-link { text-decoration-style: dotted } | ||
|
||
:focus { | ||
text-decoration-style: solid; | ||
outline: 1ex groove; | ||
} |