my website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add bsky bridgy link, font-weight, other minor changes

chfour ca367a35 a23c19f6

+31 -30
+30 -30
src/index.html
··· 43 43 display: flex; 44 44 flex-wrap: wrap; 45 45 gap: 1em; 46 + max-width: 30rem; 46 47 } 47 48 #links > * > div { 48 49 display: inline-flex; 49 50 flex-direction: column; 50 51 } 51 52 #links > * > div > * { width: max-content; } 52 - #links a { font-weight: bold; } 53 + #links a { 54 + font-weight: bold; 55 + text-decoration: none; 56 + } 53 57 #links > * > div > :nth-child(2) { font-size: 0.8em; } 54 58 </style> 59 + 60 + <link rel="me" href="https://wetdry.world/@chfour"> <!-- old fedi acc --> 55 61 </head> 56 62 <body> 57 63 <article> 58 64 <img id="fops" src="platinum_fop_45_o.svg" alt="" width="250" height="250"> 59 65 <main> 60 - <ul class="inline-list slashed" style="max-width: 30rem; line-height: 1.5; text-align: justify;"> 66 + <ul class="inline-list slashed" style="max-width: 30rem; line-height: 1.2; text-align: justify;"> 61 67 <li>Linux, Nix & NixOS</li> 62 68 <li>C, Python, HTML+CSS and co</li> 63 69 <li>electronics, "embedded" & test gear</li> ··· 77 83 <p>known as <b>chfour</b></p> 78 84 79 85 <ul class="inline-list" id="links"> 80 - <li> 81 - <div> 82 - <a rel="me" href="https://wetdry.world/@chfour">fediverse</a> 83 - <span>@chfour@wetdry.world</span> 84 - </div> 85 - </li> 86 - <li> 87 - <div> 88 - <a href="https://signal.me/#eu/uwW5t81nJulRdHjWEkNUE2omPv9HzXhzUzar2yvP14ULx50MgdZBwpxrhWX3RfA3">signal</a> 89 - <span>chfour.32</span> 90 - </div> 91 - </li> 92 - <li> 93 - <div> 86 + <li><div> 87 + <a rel="me" href="https://merping.synth.download/@chfour">fediverse</a> 88 + <span>@chfour@merping.synth.download</span> 89 + </div></li> 90 + <li><div> 91 + <a href="https://bsky.app/profile/eeep.ee">bluesky</a> 92 + <span>@eeep.ee (bridged)</span> 93 + </div></li> 94 + <li><div> 95 + <a href="https://signal.me/#eu/uwW5t81nJulRdHjWEkNUE2omPv9HzXhzUzar2yvP14ULx50MgdZBwpxrhWX3RfA3">signal</a> 96 + <span>chfour.32</span> 97 + </div></li> 98 + <li><div> 94 99 <a href="discord.html">discord</a> 95 100 <span>ch4</span> 96 - </div> 97 - </li> 98 - <li> 99 - <div> 100 - <a href="https://github.com/chfour" title="chfour">github</a> 101 - <span>chfour</span> 102 - </div> 103 - </li> 104 - <li> 105 - <div> 106 - <a href="https://files.eeep.ee/">file dump</a> 107 - <span>files.eeep.ee</span> 108 - </div> 109 - </li> 101 + </div></li> 102 + <li><div> 103 + <a href="https://github.com/chfour">github</a> 104 + <span>chfour</span> 105 + </div></li> 106 + <li><div> 107 + <a href="https://files.eeep.ee/">file dumpster</a> 108 + <span>files.eeep.ee</span> 109 + </div></li> 110 110 </ul> 111 111 </main> 112 112 <footer>
+1
src/style.css
··· 27 27 font-family: 'Inter', sans-serif; 28 28 font-optical-sizing: auto; 29 29 line-height: 1.5; 30 + font-weight: 500; 30 31 31 32 margin: 0; 32 33 }