From 9b2606e054a8adb69b47bfdc574b95c3dbb106a3 Mon Sep 17 00:00:00 2001 From: ParliamentMan Date: Tue, 21 Apr 2026 21:41:04 -0700 Subject: More tests --- britons.css | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ contact.html | 39 ++++++++++++++++++++++++++ index.html | 48 +++++++++++++++++++++++++++++++ media/bg.gif | Bin 0 -> 8704 bytes media/fig.jpeg | Bin 0 -> 253823 bytes media/fig.webp | Bin 0 -> 16900 bytes something | 0 7 files changed, 174 insertions(+) create mode 100644 britons.css create mode 100644 contact.html create mode 100644 index.html create mode 100644 media/bg.gif create mode 100644 media/fig.jpeg create mode 100644 media/fig.webp delete mode 100644 something diff --git a/britons.css b/britons.css new file mode 100644 index 0000000..9e9632e --- /dev/null +++ b/britons.css @@ -0,0 +1,87 @@ +:root { + --main-fg-color: #003400; + --main-ac-color: #007400; +} + +body { + background-image: url(media/bg.gif); + font-size: 100%; + font-family: "Liberation Serif", "Times New Roman";; +} + +header { + background-color: var(--main-fg-color); + width: 70%; + margin:auto; + text-align: center; + border-style: solid; + border-color: black; + border-bottom: none; + color: white; +} + +header a { + + font-size: 250%; + color: white; + font-weight: bold; + text-decoration: none; +} + +ul { + width: 70%; + margin: auto; + list-style-type: none; + padding: 0; + background-color: var(--main-fg-color); + display: flex; + justify-content: space-around; + border: solid; + border-top: none; + border-bottom: none; +} + +ul li a { + display: block; + color: white; + text-align: center; + padding-top: 10%; + padding-bottom: 5%; + +} + + +.content { + width: 70%; + background-color: whitesmoke; + margin:auto; + border-style: solid; + border-color: black; + +} + +.content p, h1, h2, h3, h4, h5, h6 { + margin: 1%; + display: block; + padding: 0 5%; +} + +.content figcaption { + font-style: italic; + text-align: center; +} + +.content figcaption a { + text-align: center; + font-style: normal; +} + + +.content img { + display: block; + margin: auto; + max-width: 35%; + padding: 1%; + +} + diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..bcaf49e --- /dev/null +++ b/contact.html @@ -0,0 +1,39 @@ + + + + + + + + El Arriero - Contact + + +
+ El Arriero +
+ Home of the Britishly Mediocre +
+ + + +
+

Email

+

I'd love to hear from you guys. You can contact me on my own email, but some big providers like gmail/outlook will refuse to send mail there. I also have this alternate mail, which should work with larger providers.

+

IRC

+

I also have an IRC server: irc.elarriero.org [Access only allowed on port 6697 (SSL)]. +
+

+
+ + + + + + + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..a6e6b75 --- /dev/null +++ b/index.html @@ -0,0 +1,48 @@ + + + + + + + + + El Arriero" + + + +
+ El Arriero +
+ Home of the Britishly Mediocre +
+ + + +
+

What's this?

+

My website. It's where I collect my writing, drawing, and misc. fun stuff.

+

I made Fig on the 21st of January, 2026. She is the crown jewel of my work. + I made her that afternoon while outlining a canine anthro, and got ahead of myself by giving her a vintage hairstyle with the sketch. + When going over the sketch with a darker pencil, I went too hard on her eyes, and it looked like she had bags under them. + She looked middle-aged already, so I gave her a cig and a couple light wrinkles. + You can't be middle aged without a bathrobe, so I drew that on her to finalize the image. +

+ Fig in a bathrobe, smoking a cigarette and saying 'Why do they keep you behind the counter?'. +
First iteration of Fig. The dialogue was added much later when I decided what she would sound like. Original Image
+

What to expect in the future

+

Writing takes a long time, and I want to get a good plot going first so I don't have to throw entire chapters out. + I have high hopes for this project!

+
+ + + + + + + + + diff --git a/media/bg.gif b/media/bg.gif new file mode 100644 index 0000000..a0fe8d2 Binary files /dev/null and b/media/bg.gif differ diff --git a/media/fig.jpeg b/media/fig.jpeg new file mode 100644 index 0000000..20de744 Binary files /dev/null and b/media/fig.jpeg differ diff --git a/media/fig.webp b/media/fig.webp new file mode 100644 index 0000000..d3ed9f2 Binary files /dev/null and b/media/fig.webp differ diff --git a/something b/something deleted file mode 100644 index e69de29..0000000 -- cgit v1.2.3