updated page title
This commit is contained in:
parent
0813c19f30
commit
ea82de1241
|
|
@ -5,7 +5,7 @@
|
|||
2. /Coffee
|
||||
3. /dev-info
|
||||
4. /hardwa-reinfo
|
||||
5. /Socials
|
||||
5. /cv
|
||||
============================================= */
|
||||
|
||||
/* 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;
|
||||
}
|
||||
}
|
||||
|
|
@ -48,10 +48,10 @@
|
|||
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href="https://a.stupid.cat" />
|
||||
<link rel="canonical" href="https://ari.pages.gay" />
|
||||
|
||||
<!-- 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 -->
|
||||
<meta name="theme-color" content="#cba6f7" />
|
||||
|
|
@ -67,7 +67,10 @@
|
|||
<a href="/dev-info/">Dev Info</a>
|
||||
<a href="/hardware/">Hardware</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 class="message-card">
|
||||
<h1 class="warn">Coming Soon</h1>
|
||||
|
|
|
|||
Loading…
Reference in New Issue