Skip to content

Commit

Permalink
hope mural (#1)
Browse files Browse the repository at this point in the history
anyone's free hope code
  • Loading branch information
ryanve authored May 17, 2022
1 parent 05173d8 commit 4f75bcd
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 95 deletions.
31 changes: 0 additions & 31 deletions color.css

This file was deleted.

15 changes: 15 additions & 0 deletions hope.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
html {
font-size: max(20pt, 12vmin);
}

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

:focus {
outline-style: groove;
outline-width: thick;
}
32 changes: 0 additions & 32 deletions index.css

This file was deleted.

51 changes: 19 additions & 32 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,36 +1,23 @@
<!DOCTYPE html>
<html lang="en-US" id="index">
<html lang="en">
<meta charset="utf-8">
<title>love is online</title>

<title>hope mural</title>

<meta name=viewport content="width=device-width, initial-scale=1">
<meta name=color-scheme content="dark light">
<meta name=theme-color content="skyblue">
<meta name=description content="love shares">
<link rel="stylesheet" href="color.css" media=(color)>
<link rel="stylesheet" href="index.css">
<link rel="license" href="UNLICENSE.txt">
<link rel="icon" href="sky.svg">
<link rel="preconnect" href="https://webmural.dev">
<meta name=color-scheme content="dark">
<meta name=theme-color content="yellow">
<meta name=description content="hope mural">
<link rel="stylesheet" href="hope.css">
<link rel="license" href="UNLICENSE.txt" hreflang="en">
<link rel="help" href="https://webmural.dev/hope">

<article aria-label="index">
<header>
<a href="#index"><mark>love</mark></a>
<time datetime="2021">is in our <a href="sky.svg">air<wbr>waves</a></time>
</header>
<menu aria-label="relating">
<li>
<a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fwebmural.com%2Flove&amp;text=lovebug%20@webmural"><sup>tweet</sup></a>
<a href="https://webmural.com/lovebug"><sub>love<wbr>bug</sub></a>
<li>
<a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fwebmural.com%2Flove&amp;text=lovefix%20@webmural"><sup>tweet</sup></a>
<a href="https://webmural.com/lovefix"><sub>love<wbr>fix</sub></a>
<li>
<a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fwebmural.com%2Flove&amp;text=lovehate%20@webmural"><sup>tweet</sup></a>
<a href="https://webmural.com/lovehate"><sub>love<wbr>hate</sub></a>
</menu>
<footer>
<a rel="home" href="https://webmural.com">relatable</a>
<br>
<a rel="help" href="https://webmural.dev/love">free</a>
</footer>
</article>
<h1>hope</h1>
<nav>
<blockquote>
<a href="https://webmural.com/license" hreflang="en">anyone's</a>
<a href="https://webmural.com">free</a>
<a href="https://webmural.com/hope">hope</a>
<a href="https://webmural.dev/hope">code</a>
</blockquote>
</nav>

0 comments on commit 4f75bcd

Please sign in to comment.