From b42324085ceca103341221f29e66f0654786d129 Mon Sep 17 00:00:00 2001 From: golfyado Date: Wed, 6 Jul 2022 15:32:38 -0400 Subject: just commiting --- cute.css | 55 +++++++++++++++++++++++++++++++++++++++ index.xhtml | 30 +++++++++++++++------- retro.css | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ some.xhtml | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 233 insertions(+), 9 deletions(-) create mode 100644 cute.css create mode 100644 retro.css create mode 100644 some.xhtml diff --git a/cute.css b/cute.css new file mode 100644 index 0000000..6325eb9 --- /dev/null +++ b/cute.css @@ -0,0 +1,55 @@ +body { + background: #000 url("/shobon.png") no-repeat fixed right bottom; + color: #ffd9c6; + text-align: center; + margin: auto; + padding-left: 1em; + padding-right: 1em; + max-width: 50em; + text-shadow: 1px 1px #000, 0 0 10px; +} + +#logo { + float: left; + padding-right: 1em; +} + +h1, h2, h3 , h4{ + text-align: left; +} + +h1::after { + content:" ♥" +} + +h2::before, h3::before, h4::before { + content:"» " +} + +#nav { + background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gkRBxEEIxazLgAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAGklEQVQI12NkYGD4z4AEmBjQAAsvK6oAhgoAQ6UBGwQB8rcAAAAASUVORK5CYII="); + box-shadow: 0 0 100px deeppink; +} + +#nav a:link { + color: #e39edc; + text-decoration: none; + outline: inherit; +} + +#nav a:visited, #nav a:active { + color: deeppink; + text-decoration: underline double; + outline: inherit; +} + +.black { + background: #000 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gkRBxEEIxazLgAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAGklEQVQI12NkYGD4z4AEmBjQAAsvK6oAhgoAQ6UBGwQB8rcAAAAASUVORK5CYII="); + border: 1px solid deeppink; + padding-left: 10px; + padding-right: 10px; +} + +code { + border: 1px solid violet; +} diff --git a/index.xhtml b/index.xhtml index 9863cbf..50debea 100644 --- a/index.xhtml +++ b/index.xhtml @@ -6,29 +6,41 @@ Hippie - + +

Angie's site

- -

Hey Jude +
+ This is one of my favorite songs, it's from The Beatles.

+

+ btw, i have a button from an archive of thebeatles.com +
+ Here is: +

+

- hola + Do you find this site ugly?

+

+ well... it's MY WEBSITE +
+ so fuck off please, thanks! +



diff --git a/retro.css b/retro.css new file mode 100644 index 0000000..1810aab --- /dev/null +++ b/retro.css @@ -0,0 +1,85 @@ +body { + background-image: url("bgspace.png"); + background-color: #000; + color: #ff8900; + text-shadow: 2px 1px #000, 2px 1px 10px; + margin: auto; + padding-left: 1em; + padding-right: 1em; + max-width: 50em; + background-attachment: fixed; +} + +#nav { + background: #000; + box-shadow: 0 0 100px #f9690e; + border-left: 1px solid darkgreen; + border-right: 1px solid darkgreen; + border-bottom: 1px solid darkgreen; +} + +#nav a { + color: #3333ff; + text-decoration: none; + outline: inherit; +} + +#nav a:active { + color: red; + text-decoration: none; + outline: inherit; +} + +#nav a:visited { + color: red; + text-decoration: none; + outline: inherit; +} + +.black { + background-color: black; + padding-left: 10px; + padding-right: 10px; + border: 1px solid red; + box-shadow: 5px 5px 0 red; +} + +.black2 { + background-color: black; + padding-left: 10px; + padding-right: 10px; + border: 1px solid orange; + box-shadow: 4px 4px 0 orange; +} + +.black a { + color: red; +} + +#logo { + float: left; + padding-right: 1em; +} + +h1 { + background-color: #000; +} + +h1:after { + content: " ♡"; + animation: blink 1s infinite; +} + +@keyframes blink { + from, + to { + opacity: 0; + } + 50% { + opacity: 1; + } +} + +#medida { + text-align: right; +} diff --git a/some.xhtml b/some.xhtml new file mode 100644 index 0000000..5c484b7 --- /dev/null +++ b/some.xhtml @@ -0,0 +1,72 @@ + + + + + Hippie - I'm what I am + + + + + + + +

+ + + +

+

Angie's site

+
+
+

About me

+

+ hey, uhm i'm a guy called (REDACTED), i do some "Nerd" stuff like: +

+ +

+ and much more... +

+

+ I'm what someone would describe as an antisocial person +
+ I don't like that idea, but I guess that's how i am. +

+

+ I know Spanish, and English for now, I like old music a lot too +
+ I know some Shell scripting and some C programming +
+ I play guitar (and piano sometimes) so i know musical language too. +

+ I like Femboys >w< +

+ And that's what I am :D +

+
+


+
+

Contact

+

You can do it by:

+
+

XMPP (prefered)

+ golfyado at nixnet dot services +

E-mail

+ sudoz at sdf dot org +
+

+ Last edited: 2022-07-04, Angie + CC BY-SA 4.0 +

+
+ + -- cgit v1.2.3