From 1f81d895b1ac027d026b9b15d4d0c9039150f8ba Mon Sep 17 00:00:00 2001 From: deepskyblue Date: Wed, 15 Jan 2025 13:03:30 -0600 Subject: [PATCH] #1 hey hue cassanova supernova --- LICENSE.txt | 35 ----------------------------------- README.md | 14 +++++++++----- UNLICENSE.txt | 24 ++++++++++++++++++++++++ index.html | 16 ++++++++-------- space.css | 23 +++++++++++++++++++++-- spice.css | 10 +++++----- 6 files changed, 67 insertions(+), 55 deletions(-) delete mode 100644 LICENSE.txt create mode 100644 UNLICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index 64cdd46..0000000 --- a/LICENSE.txt +++ /dev/null @@ -1,35 +0,0 @@ -The Universal Permissive License -UPL-1.0 -© hotpink - -Subject to the condition set forth below, permission is hereby granted to any -person obtaining a copy of this software, associated documentation and/or data -(collectively the "Software"), free of charge and under any and all copyright -rights in the Software, and any and all patent rights owned or freely -licensable by each licensor hereunder covering either (i) the unmodified -Software as contributed to or provided by such licensor, or (ii) the Larger -Works (as defined below), to deal in both - -(a) the Software, and -(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if -one is included with the Software (each a “Larger Work” to which the Software -is contributed by such licensors), - -without restriction, including without limitation the rights to copy, create -derivative works of, display, perform, and distribute the Software and make, -use, sell, offer for sale, import, export, have made, and have sold the -Software and the Larger Work(s), and to sublicense the foregoing rights on -either these or other terms. - -This license is subject to the following condition: -The above copyright notice and either this complete permission notice or at -a minimum a reference to the UPL must be included in all copies or -substantial portions of the Software. - -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 OR COPYRIGHT HOLDERS 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. diff --git a/README.md b/README.md index 6f8842b..eafafcc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -## [muah mural](https://webmural.com/muah) +## [cim mural](https://webmural.com/muah) -* [mesh](https://webmural.com/dialon) -* [universe](https://webmural.com/mu) -* [`anywhere`](space.css) -* [`hotpink`](spice.css) \ No newline at end of file +``` +creation +is +messy +``` + + +vivid `text-shadow` on hue diff --git a/UNLICENSE.txt b/UNLICENSE.txt new file mode 100644 index 0000000..fdddb29 --- /dev/null +++ b/UNLICENSE.txt @@ -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 diff --git a/index.html b/index.html index 5e537c0..b99efd2 100644 --- a/index.html +++ b/index.html @@ -2,22 +2,22 @@ -muah 💕 +cim mural - - - + + +

- muah + cim

-mwah
-mwwah
-mwwwah
+creation
+is
+messy
 
diff --git a/space.css b/space.css index b9ef48a..2fa6abb 100644 --- a/space.css +++ b/space.css @@ -1,6 +1,6 @@ html { font-family: fantasy; - font-size: max(3ch, 3vmax); + font-size: max(3ch, 3vmax + 3vmin); } body { @@ -10,6 +10,26 @@ body { margin: 0; overflow-wrap: anywhere; min-height: 100vh; + border: thick groove orchid; +} + +h1 { + font-size: 2.618em; + text-shadow: + 3vw 3vh 1pt hotpink, + 3vw 5vh 1pt #ec0, + 3vw 3vh 1pt hotpink, + -3vw 3vh 1pt hotpink; +} + +pre { + font-size: 1.618em; + text-shadow: + -3vw -21vh 1pt #ec0, + 3vw 3vh 1pt hotpink, + 3vw -5vh 1pt #ec0, + 3vw -3vh 1pt hotpink, + -3vw 3vh 1pt hotpink; } body > * { @@ -25,7 +45,6 @@ body > * { text-decoration-style: double; } - :focus { outline: thick dotted; } diff --git a/spice.css b/spice.css index 0084e54..6ad20f1 100644 --- a/spice.css +++ b/spice.css @@ -1,7 +1,7 @@ :root { - background: hotpink; - background-image: conic-gradient(hotpink, deeppink, violet, hotpink); - color: black; + background: chartreuse; + background-image: radial-gradient(pink, plum, violet, orchid); + color: navy; } :any-link { @@ -9,6 +9,6 @@ } ::selection { - background: black; - color: hotpink; + background: indigo; + color: skyblue; }