diff options
| -rw-r--r-- | britons.css | 29 | ||||
| -rw-r--r-- | contact.html | 2 | ||||
| -rw-r--r-- | index.html | 7 | ||||
| -rw-r--r-- | map.html | 41 | ||||
| -rw-r--r-- | media/eucolor.png | bin | 0 -> 875 bytes | |||
| -rw-r--r-- | media/stars.png | bin | 0 -> 4873 bytes |
6 files changed, 75 insertions, 4 deletions
diff --git a/britons.css b/britons.css index b64e713..bb4b44f 100644 --- a/britons.css +++ b/britons.css @@ -75,3 +75,32 @@ header i { opacity: 1; } +.eu { + position: fixed; + bottom: 70%; + left: 80%; + opacity: 1; + z-index: -1; + scale: 0.25; + width: 25%; +} + +.stars { + position: fixed; + bottom: 70%; + left: 80%; + opacity: 1; + z-index: -1; + scale: 0.25; + width: 25%; +} + +.stars:hover { + animation: spin 5s linear infinite; +} + + +@keyframes spin { + 0% { transform: rotate(0deg); } + 100% { transform: rotate(360deg); } +} diff --git a/contact.html b/contact.html index 8946c53..9dda901 100644 --- a/contact.html +++ b/contact.html @@ -3,7 +3,7 @@ <head> <link rel="stylesheet" href="britons.css"> <meta http-equiv="content-type" content="text/html; charset=windows-1252"> - <meta name="author" content="Jodian Buenaventura" > + <meta name="author" content="Jose Antonio Urquiza" > <meta name="keywords" content="hmofa, tech, writing, index"> <meta name="description" content="Contact information for the owner of El Arriero."> <title>El Arriero - Contact</title> @@ -4,7 +4,7 @@ <link rel="stylesheet" href="britons.css"> <meta http-equiv="content-type" content="text/html; charset=windows-1252"> - <meta name="author" content="Jodian Buenaventura" > + <meta name="author" content="Jose Antonio Urquiza" > <meta name="keywords" content="/hmofa/, hmofa, tech, writing, index, british, furry"> <meta name="description" content="Main page, showing off waifurs and my interest in British culture."> <title>El Arriero</title> @@ -27,6 +27,7 @@ <h2>"The Most Britishly Mediocre Thing Ever"</h2> <ul> <li><a href="fig.html">"How Fig came to be"</a> - Showing how, when, and why I made Fig.</li> + <li><a href="map.html">"Where's That Slag?"</a> - Directory of interesting places.</li> </ul> <h2>Interesting HMOFA</h2> @@ -34,8 +35,8 @@ <li>Story Masterbin of /hmofa/ - <a href="https://rentry.org/hmofa">(Sorted by Author)</a> <img src="icons/globe--arrow.png" alt="Outgoing Link"> <a href="https://hmofa.neocities.org/"> (Organized with Tags)</a> <img src="icons/globe--arrow.png" alt="Outgoing Link"></li> - </ul> - <a title="Oh, you're a cute one ain'tcha, Anonie?" href="media/figsmoke.png"><img src="media/smoke.webp" alt="Fig" class="fig"></a> + </ul> + <!-- <a title="Oh, you're a cute one ain'tcha, Anonie?" href="media/figsmoke.png"><img src="media/smoke.webp" alt="Fig" class="fig"></a> --> </body> </html> diff --git a/map.html b/map.html new file mode 100644 index 0000000..6fb8ea8 --- /dev/null +++ b/map.html @@ -0,0 +1,41 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + + <link rel="stylesheet" href="britons.css"> + <meta http-equiv="content-type" content="text/html; charset=windows-1252"> + <meta name="author" content="Jose Antonio Urquiza" > + <meta name="keywords" content="/hmofa/, hmofa, tech, writing, index, british, furry"> + <meta name="description" content="Main page, showing off waifurs and my interest in British culture."> + <title>El Arriero</title> + + </head> + + <body> + + <header role="banner"> + <a class="title" href="index.html" title="The Muleteer">El Arriero</a> + <i class="tagline">Home of the Britishly Mediocre</i> + <div class="navbar" role="navigation"> + <a href="contact.html">Contact</a> + <a href="https://wiki.elarriero.org/">Wiki</a> + </div> + </header> + <hr> + + <h2>Welcome to Beverly</h2> + We offer many tourist attractions: + <ul> + <li><a href="bev_fig.html" title="A tall silohette passes by the curtains">That Old Fig's House</a></li> + <li><a href="bev_shirley.html" title="Cloying perfume wafts through the door and onto the street">And Her Friend</a></li> + <li><a href="bev_market.html" title="You touch, you buy.">The Market</a></li> + </ul> + + <img src="media/eucolor.png" class="eu" alt="eucolor"> + <a href="https://www.youtube.com/watch?v=5iyxJ72G0lM" title="Brexit means Brexit"> + <img src="media/stars.png" class="stars" alt="stars"> + </a> + <!-- <a title="Oh, you're a cute one ain'tcha, Anonie?" href="media/figsmoke.png"><img src="media/smoke.webp" alt="Fig" class="fig"></a> --> +</body> +</html> + diff --git a/media/eucolor.png b/media/eucolor.png Binary files differnew file mode 100644 index 0000000..0129fb3 --- /dev/null +++ b/media/eucolor.png diff --git a/media/stars.png b/media/stars.png Binary files differnew file mode 100644 index 0000000..1ab3f29 --- /dev/null +++ b/media/stars.png |
