From 3090a6c2f993e887aa76a02a84f79606cd6e0437 Mon Sep 17 00:00:00 2001 From: hex Date: Thu, 2 Jan 2025 22:06:49 +0100 Subject: [PATCH] test --- global.css | 61 +++++++++++++++ index.html | 213 +++++++++++++++++------------------------------------ 2 files changed, 129 insertions(+), 145 deletions(-) create mode 100644 global.css diff --git a/global.css b/global.css new file mode 100644 index 0000000..3a3e315 --- /dev/null +++ b/global.css @@ -0,0 +1,61 @@ +@font-face { + font-family: heartFont; + src: url("ttf/rainyhearts.ttf"); +} + +@keyframes rainbow_anim { + + 0%, + 100% { + background-position: 0 0; + } + + 50% { + background-position: 100% 0; + } +} + +img { + border: 1px solid white; +} + +.rainbow-text { + text-align: center; + background: linear-gradient(to right, #6666ff, #0099ff, #00ff00, #ff3399, #6666ff); + background-clip: text; + color: transparent !important; + animation: rainbow_anim 15s ease-in-out infinite; + background-size: 400% 100%; +} + +#main-content { + grid-area: a; +} + +#additional-content { + grid-area: b; +} + +#contact-content { + grid-area: c; +} + +#nav-content { + grid-area: d; +} + +#main-box { + display: grid; + grid-template-areas: + "a a a b" + "a a a c" + "a a a d"; +} + +body { + font-family: heartFont; + color: white; + font-weight: 800; + font-size: 23px; + background-color: #0f0f0f; +} diff --git a/index.html b/index.html index e6b66e4..23752aa 100644 --- a/index.html +++ b/index.html @@ -1,160 +1,83 @@ -
-
-

hello world

-
-
-

whoami

-

I'm hex, short for hexlocation.

-

Student and FOSS enthusiast.

-

Interested in

-
    -
  • Embedded devices & firmware development (Coreboot/Libreboot)
  • -
  • All things Linux
  • -
  • ThinkPads (currently have: L14G2A, P50, T480 and soon a T440p)
  • -
  • Internet & Software Freedom (foss)
  • -
- Click here to view my hardware. -

P.S. I'm going to FOSDEM 2025 this year. You might meet me!

-
-
-

banners

-
- - - + + + +
+
+

whoami

+

I'm hex, short for hexlocation.

+

Student and FOSS enthusiast.

+

Interested in

+
    +
  • Embedded devices & firmware development (Coreboot/Libreboot)
  • +
  • All things Linux
  • +
  • ThinkPads (currently have: L14G2A, P50, T480 and soon a T440p)
  • +
  • Internet & Software Freedom (foss)
  • +
+ Click here to view my hardware. +

P.S. I'm going to FOSDEM 2025 this year. You might meet me!

+
+ -
-

contact

-

e-mail & xmpp: hex[at]iwakura.rip
- discord: hex.maybe

-
- + + +
+
+

contact

+

e-mail & xmpp: hex[at]iwakura.rip
+ discord: hex.maybe

+
+
- - -