Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
ryanve authored Nov 25, 2024
0 parents commit 8b34cad
Showing 6 changed files with 119 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
35 changes: 35 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
The Universal Permissive License
UPL-1.0
© 💜

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.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## [urenuf](https://s9a.page/urenuf)

web template flex methane
14 changes: 14 additions & 0 deletions hue.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
:root {
background-color: #bae4ea;
color: #838;
}

:any-link {
color: #81c;
background-color: transparent;
}

::selection {
color: #1ed;
background-color: #81c;
}
30 changes: 30 additions & 0 deletions hum.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
html {
font-family: sans-serif;
font-size: max(5vmax, 30pt);
}

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

article {
display: flex;
flex-flow: column;
margin: 1rem;
}

h1 {
display: contents;
}

p {
display: flex;
}

:focus {
outline: thick groove;
}
30 changes: 30 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">

<title>urenuf</title>

<meta name=viewport content="width=device-width">
<meta name=color-scheme content="dark light">
<meta name=theme-color content="#bae4ea">
<meta name=description content="you are enuf in uranus methane">

<link rel="stylesheet" href="hue.css" media=(color)>
<link rel="stylesheet" href="hum.css" media="all">
<link rel="prev" href="https://p9e.page/leven">
<link rel="help" href="https://p9e.page/uranus">
<link rel="home" href="https://s9a.page">
<link rel="next" href="https://s9a.page/pf">
<link rel="license" href="LICENSE.txt">

<article>
<h1>
<a href="https://s9a.page/mindful">ur<b>e</b>nuf</a>
</h1>
<p>
<a href="https://s9a.page/yesp">yesp</a>
<a href="https://s9a.page/nosh">
u<wbr>r<wbr>enuf
</a>
</p>
</article>

0 comments on commit 8b34cad

Please sign in to comment.