Update something

This commit is contained in:
tiff 2025-01-19 21:23:03 -05:00
parent bbb07255c7
commit e5e0e57dac
6 changed files with 22 additions and 299 deletions

View file

@ -205,8 +205,7 @@ const socialIcons = {
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M15 10l-4 4l6 6l4 -16l-18 7l4 2l2 6l3 -4"></path>
</svg>`,
Mastodon:
`<svg class="icon-tabler" viewBox="-10 -5 1034 1034" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
Mastodon: `<svg class="icon-tabler" viewBox="-10 -5 1034 1034" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<path fill="currentColor"
d="M499 112q-93 1 -166 11q-81 11 -128 33l-14 8q-16 10 -32 25q-22 21 -38 47q-21 33 -32 73q-14 47 -14 103v37q0 77 1 119q3 113 18 188q19 95 62 154q50 67 134 89q109 29 210 24q46 -3 88 -12q30 -7 55 -17l19 -8l-4 -75l-22 6q-28 6 -57 10q-41 6 -78 4q-53 -1 -80 -7
q-43 -8 -67 -30q-29 -25 -35 -72q-2 -14 -2 -29l25 6q31 6 65 10q48 7 93 9q42 2 92 -2q32 -2 88 -9t107 -30q49 -23 81.5 -54.5t38.5 -63.5q9 -45 13 -109q4 -46 5 -97v-41q0 -56 -14 -103q-11 -40 -32 -73q-16 -26 -38 -47q-15 -15 -32 -25q-12 -8 -14 -8

View file

@ -149,6 +149,9 @@ const { activeNav } = Astro.props;
</div>
</div>
<Hr />
<div style="display:none;">
<a rel="me" href="https://hachyderm.io/@tiff">Mastodon</a>
</div>
</header>
<style>

View file

@ -23,9 +23,6 @@ const socialCount = SOCIALS.filter(social => social.active).length;
<Header />
<main id="main-content">
<section id="hero">
<div style="display:none;">
<a rel="me" href="https://hachyderm.io/@tiff">Mastodon</a>
</div>
<h1>tiff on software</h1>
<a
target="_blank"

View file

@ -102,19 +102,21 @@
word-wrap: break-word;
}
.prose :is(:where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
border-radius: 0.25rem !important;
color: #D26878 !important;
background-color: #e8e8e8;
padding: 0.25rem !important;
.prose
:is(
:where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))
) {
border-radius: 0.25rem !important;
color: #d26878 !important;
background-color: #e8e8e8;
padding: 0.25rem !important;
}
.prose a {
color:#d26878 !important;
color: #d26878 !important;
text-decoration: underline !important;
text-decoration-style: solid !important;
word-break: break-all;
}
.prose a:hover {