AHHHHHHHHHHHHHH

This commit is contained in:
Ari 2026-06-09 23:44:51 +01:00
parent 6b63941963
commit 75f496a550
3 changed files with 10 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -83,7 +83,7 @@ body::before {
z-index: 0; z-index: 0;
} }
/* this is the weird css */
.intro { .intro {
margin-top: 20vh; margin-top: 20vh;
color: var(--text); color: var(--text);
@ -118,6 +118,7 @@ body::before {
padding: 1vh; padding: 1vh;
} }
@media (max-width: 600px) { @media (max-width: 600px) {
.intro { .intro {
margin-top: 10vh; margin-top: 10vh;
@ -146,3 +147,4 @@ body::before {
} }
} }
/* ----------- */

View File

@ -39,12 +39,13 @@
</head> </head>
<body> <body>
<div class="intro"> <div class="intro">
<div class="intro-header"> <header class="hub-header">
<div class="HiIm">Hi, I'm </div> <img class="pfp" src="assets/media/avatar.png" alt="Ari avatar">
<div class="name">Ari</div> <div class="HiIm">Hi, I'm</div> <h1>Ari</h1>
<br class="desktop-break"> <h2 class="pronouns">(fae/faer)</h2>
<div class="pronouns">(She/They)</div> <p class="tagline">Dev Info</p>
</div> <p class="waka-meta" id="waka-meta" hidden></p>
</header>
<div class="intro-text"> <div class="intro-text">
A 17 Year Old developer from <b>England, United Kingdom</b> who rarely actually does development work, and just tries to help out whenever she can. A 17 Year Old developer from <b>England, United Kingdom</b> who rarely actually does development work, and just tries to help out whenever she can.
</div> </div>