Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve authored Dec 17, 2024
0 parents commit f6f004d
Show file tree
Hide file tree
Showing 9 changed files with 249 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.DS_Store
8 changes: 8 additions & 0 deletions 1111.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## [fuchsine](https://s9a.page/fuchsine)

[`fuchsia` verse `magenta`](https://s9a.page/fuchsine)

24 changes: 24 additions & 0 deletions UNLICENSE.txt
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/>
73 changes: 73 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">

<title>fuchsine wave</title>

<meta name=viewport content="width=device-width">
<meta name=color-scheme content="dark light">
<meta name=theme-color content="fuchsia">
<meta name=description content="fuchsia vs magenta names">

<link rel="stylesheet" href="punk.css" media="(color)">
<link rel="stylesheet" href="page.css">
<link rel="license" href="UNLICENSE.txt">
<link rel="icon" href="1111.svg">
<link rel="next" href="https://s9a.page/rebecca">
<link rel="home" href="https://s9a.page">
<link rel="prev" href="https://p9e.page/1111">
<link rel="help" href="https://s9a.page/contrast">

<article>
<h1>
<a href="#learn">fuch<wbr>sine</a>
</h1>

<figure aria-label="CSS petals">
<samp><em>💜</em></samp>
<samp><em>💜</em></samp>
<samp><em>💜</em></samp>
<samp><em>💜</em></samp>
</figure>

<p class="flower" id="learn">
the color name <code>fuchsia</code>
was inspired by the <i>fuchsia</i> flower.
<i>fuchsia</i> flowers have teardrop shapes.
You ever wonder why?
</p>

<p>
the color name <code>magenta</code> was inspired
by the battle of <mark>magenta</mark> that happened near a city
named <mark>magenta</mark> named after an emperor
</p>

<p>
<code>magenta</code> is a name remix inspired by violence...and
prevails in the
<abbr><span class="cyan">C</span><mark>M</mark><span class="yell">Y</span><span class="blaq">K</span></abbr>
color model.
How bout we favor <code>fuchsia</code>
to honor nature?
</p>

<p>
imagine an alternate universe having <abbr><span class="cyan">C</span><mark>F</mark><span class="yell">Y</span><span class="blaq">K</span></abbr>
where words that were printed were inspired by flowers rather than wounds
</p>

<p>
<code>fuchsia</code> and <code>magenta</code>
are aliases in CSS having hex
<label>
<code>#F0F</code>
<input type="color" value="#FF00FF">
</label>
</p>

<p>
but <a href="https://s9a.page/1111">our universe</a> is blessed with
<a href="https://s9a.page">many flowers <kbd>☮️</kbd></a>
</p>
</article>
9 changes: 9 additions & 0 deletions package.json
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'"
}
}
82 changes: 82 additions & 0 deletions page.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
* {
box-sizing: border-box;
}

html {
font-family: sans-serif;
font-size: max(24pt, 3vw + 1vh);
line-height: 1.618;
}

body {
display: flex;
flex-flow: column;
margin: 0;
overflow-wrap: anywhere;
}

article {
align-items: center;
display: flex;
flex-flow: column;
margin-top: 0;
overflow-wrap: anywhere;
padding: 3ch;
}

h1 {
font-size: 1.618em;
margin: 0 0 2.618rem;
font-weight: unset;
}

figure {
order: -1;
display: flex;
margin: 1rem 0;
}

samp {
content: "";
border-style: solid;
border-width: 0 1rem 2.618rem 1rem;
border-color: transparent;
border-bottom-color: fuchsia;
border-radius: 100%;
display: block;
}

em {
display: inline-block;
font: unset;
transform: rotate(180deg);
}

p {
margin: 1em auto;
max-width: 23em;
}

i {
font: unset;
}

input {
font: unset;
min-height: 1em;
min-width: 1.618em;
}

kbd {
font-size: 3.618rem;
text-shadow: 0 1ex 1pc #1ed, 0 2ex 1pc #de1, 0 3ex 1pc #ec0;
vertical-align: text-top;
}

:any-link {
text-decoration-style: wavy;
}

:focus {
outline: thick groove;
}
40 changes: 40 additions & 0 deletions punk.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
:any-link {
color: inherit;
background-color: transparent;
}

::selection {
background-color: navy;
color: fuchsia;
}

i,
mark,
code {
background-color: fuchsia;
color: navy;
}

:root {
background-color: #1ed;
background-image: linear-gradient(#e0e0e0, #1ed, #bae);
color: navy;
}

@media (prefers-color-scheme: dark) {
:root {
background-color: navy;
background-image: linear-gradient(lawngreen, navy 3%, navy 97%, teal);
color: fuchsia;
}

::selection {
background-color: fuchsia;
color: navy;
}
}

.envy { background-color: #de1; color: #111 }
.cyan { background-color: cyan; color: #111 }
.yell { background-color: yellow; color: #111 }
.blaq { background-color: black; color: seashell }

0 comments on commit f6f004d

Please sign in to comment.