updated page title

This commit is contained in:
AriTheStupidCat 2026-06-27 17:11:03 +01:00
parent 0813c19f30
commit ea82de1241
2 changed files with 27 additions and 4 deletions

View File

@ -5,7 +5,7 @@
2. /Coffee 2. /Coffee
3. /dev-info 3. /dev-info
4. /hardwa-reinfo 4. /hardwa-reinfo
5. /Socials 5. /cv
============================================= */ ============================================= */
/* IMPORTS */ /* IMPORTS */
@ -680,3 +680,23 @@ body:has(.dev-info) .hub {
} }
} }
/* ============================================================
5. /cv
============================================================ */
.cursor::after {
content: '';
display: inline-block;
width: 10px;
height: 1em;
background: #00ff88;
animation: blink 1s step-end infinite;
vertical-align: bottom;
margin-left: 5px;
}
@keyframes blink {
50% {
opacity: 0;
}
}

View File

@ -48,10 +48,10 @@
<!-- Canonical URL --> <!-- Canonical URL -->
<link rel="canonical" href="https://a.stupid.cat" /> <link rel="canonical" href="https://ari.pages.gay" />
<!-- Alternate for mobile --> <!-- Alternate for mobile -->
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://a.stupid.cat" /> <link rel="alternate" media="only screen and (max-width: 640px)" href="https://ari.pages.gay" />
<!-- Theme Color --> <!-- Theme Color -->
<meta name="theme-color" content="#cba6f7" /> <meta name="theme-color" content="#cba6f7" />
@ -67,7 +67,10 @@
<a href="/dev-info/">Dev Info</a> <a href="/dev-info/">Dev Info</a>
<a href="/hardware/">Hardware</a> <a href="/hardware/">Hardware</a>
<a href="/cv/" class="active">Curriculum Vitae</a> <a href="/cv/" class="active">Curriculum Vitae</a>
<a href="/socials/">Socials</a> <a href="/socials/">Socials</a>
<a href="/guestbook">Guestbook</a>
</div> </div>
<div class="message-card"> <div class="message-card">
<h1 class="warn">Coming Soon</h1> <h1 class="warn">Coming Soon</h1>