Skip to content

Commit

Permalink
hopesimenuf #5
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve authored Sep 2, 2024
1 parent b0b05b8 commit 1e1fc69
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 24 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# [about](https://s9a.github.io/about) [s9a](https://github.com/s9a)
### [porpoise.page](https://porpoise.page)

* Colorful code creators.
* Inclusion influencers.
* Open web believers.
* Extrasensory HTML.
* [CSS synesthesia.](https://s9a.github.io)
[**Extrasensory** HTML](https://porpoise.page)

[**aquatic** CSS](https://s9a.page)
35 changes: 35 additions & 0 deletions agua.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
::selection { background: #ec0 }
:any-link { color: darkblue }

html {
background: deepskyblue;
color: #220222;
}

h1 a { background: turquoise }
h1 mark { background: skyblue }

@media (prefers-contrast: more) {
html {
background: powderblue;
color: #110111;
}
}

.swell {
box-shadow:
1em -1em 1em 1em skyblue,
1em -2em 2em 1em #1ed,
2em -3em 3em 2em #ec0,
3em -5em 5em 3em #ee1,
5em -8em 8em 5em mediumaquamarine;
}

.smell {
box-shadow:
1em 1em 1em 1em salmon,
1em 2em 2em 1em coral,
2em 3em 3em 2em sandybrown,
3em 5em 5em 3em hotpink,
5em 8em 8em 5em deeppink;
}
7 changes: 7 additions & 0 deletions blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions echo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
html {
font-size:max(20px, 2vw + 1vh + 1pt);
line-height: 1.618;
}

body { margin: 0; padding: 1.618em }
h1 { font-size: 1.618em; margin: 0 }
em { font-size: 1.236em; font-style: unset }
:focus { outline: thick dotted }
:any-link:hover { text-decoration-style: double }

kbd {
display: inline-block;
font: unset;
font-size: 2em;
margin-block: 2em;
padding-block: 1em;
padding-inline: 2em;
text-indent: 1em;
}
4 changes: 0 additions & 4 deletions icon.svg

This file was deleted.

31 changes: 17 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
<!DOCTYPE html>
<html lang="en-US" style="font-size:max(22px, 2vw)">
<html lang="en-US">
<meta charset="utf-8">

<title>porpoise.page</title>

<meta name="viewport" content="width=device-width">
<meta name="theme-color" content="deepskyblue">
<meta name="description" content="when you say phocoenidae porpoise">

<style media=(color)>
html { background: deepskyblue }
:any-link { color: #111 }
</style>

<link rel="home" href="https://s9a.page">
<link rel="icon" href="icon.svg">
<link rel="stylesheet" href="agua.css" media="(color)">
<link rel="stylesheet" href="echo.css" media="all">
<link rel="license" href="UNLICENSE.txt">

<body style="margin:2em">
<link rel="next" href="https://octopus.boo">
<link rel="home" href="https://s9a.page">
<link rel="help" href="https://s9a.org/phocoenidae">
<link rel="icon" href="blue.svg">

<main>
<h1 style="font-size:0">porpoise</h1>
<p>close your eyes and imagine
<p><b>porpoise</b> will hear your vibration
<p>smell ya later
<h1><a class="swell" href="/">porpoise<mark>.page</mark></a></h1>
<p>close your <a href="https://octopus.boo">e<em>yes</em> and <em>im</em>agine</a>
<p>
<a href="https://s9a.page/oracle"><em>porpoise</em></a> will
<a href="https://s9a.page/wave">h<b>ear</b></a>
your <a href="https://webmural.com/vibration">vibration</a>
<p><a href="https://s9a.page/reef" class="smell">smell ya later</a>
<p><a href="https://s9a.page"><kbd>🫧</kbd></a>
</main>

0 comments on commit 1e1fc69

Please sign in to comment.