generated from s9a/dream
-
-
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
Showing
6 changed files
with
83 additions
and
24 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 |
---|---|---|
@@ -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) |
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,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; | ||
} |
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,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; | ||
} |
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 |
---|---|---|
@@ -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> |