Skip to content

Commit

Permalink
#3 blowholes
Browse files Browse the repository at this point in the history
phocoenidae
  • Loading branch information
ryanve committed Sep 3, 2024
1 parent 67efb5b commit b4eb508
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
## [porpoise](https://s9a.page/porpoise)

[opensource template](https://s9a.page/oracle) inspired by [porpoise.page](https://porpoise.page) [phocoenidae](https://github.com/s9a/phocoenidae)
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 blow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions echo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
:focus {
outline: thick dotted;
}

:any-link:hover {
text-decoration-style: double;
}

* { box-sizing: border-box }
a { touch-action: manipulation }

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

body {
margin: 0;
overflow-wrap: anywhere;
padding: 1.618em;
}

h1 {
font-size: 1.618em;
margin: 0;
}

h2 {
font-size: 1.382em;
margin: 0;
}

main {
contain: layout;
display: flow-root;
}

em,
b {
font: unset;
font-size: 1.236em;
}

p {
contain: layout;
margin-block: 1em;
}
27 changes: 27 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">

<title>porpoise</title>

<meta name="viewport" content="width=device-width">
<meta name="theme-color" content="turquoise">
<meta name="description" content="aquatic github template web">

<link rel="stylesheet" href="agua.css" media="(color)">
<link rel="stylesheet" href="echo.css" media="all">
<link rel="license" href="UNLICENSE.txt">
<link rel="icon" href="blow.svg">
<link rel="prev" href="https://porpoise.page">
<link rel="help" href="https://s9a.org/porpoise">
<link rel="home" href="https://s9a.page">
<link rel="index" href="https://s9a.page/oracle">
<link rel="next" href="https://s9a.page/atmosphere">

<main>
<h1><a class="swell" href="https://s9a.page">porpoise</a></h1>
<p>
<a href="https://porpoise.page"><em>wet</em>page</a>
<a href="https://github.com/s9a/porpoise">g<b>it</b>hub</a>
<span class="smell" contenteditable>templ</span><del>ate</del>
</p>
</main>

0 comments on commit b4eb508

Please sign in to comment.