open source is social v-it.org
0
fork

Configure Feed

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

brand: sync vit mark/wordmark SVGs and update inline viewBoxes across docs

Update all brand SVGs from the extro master (tight viewBoxes replacing
0 0 32 32 / 0 0 56 34). Update inline SVG viewBoxes in all HTML files:
wordmarks 0 0 56 34 → 3.75 3 49 25.75, marks 0 0 32 32 → 3.375 2.5 25.25 25.25.
Reduce header wordmark height 28→24 and README wordmark height 48→40 to
compensate for ~15% visual size increase from tight viewBox.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

+17 -17
+1 -1
README.md
··· 1 1 <p align="center"> 2 2 <a href="https://v-it.org"> 3 - <img src="docs/brand/vit-wordmark.svg" alt="vit" height="48"> 3 + <img src="docs/brand/vit-wordmark.svg" alt="vit" height="40"> 4 4 </a> 5 5 </p> 6 6
+1 -1
docs/brand/vit-mark-dark.svg
··· 1 - <svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> 1 + <svg viewBox="3.375 2.5 25.25 25.25" xmlns="http://www.w3.org/2000/svg"> 2 2 <!-- vit mark for dark backgrounds --> 3 3 <circle cx="16" cy="5.5" r="3" fill="#34D399"/> 4 4 <path d="M5.5 10 L16 26 L26.5 10" stroke="#34D399" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
+1 -1
docs/brand/vit-mark-white.svg
··· 1 - <svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> 1 + <svg viewBox="3.375 2.5 25.25 25.25" xmlns="http://www.w3.org/2000/svg"> 2 2 <!-- vit mark in white — for use on colored/dark backgrounds --> 3 3 <circle cx="16" cy="5.5" r="3" fill="#ffffff"/> 4 4 <path d="M5.5 10 L16 26 L26.5 10" stroke="#ffffff" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
+1 -1
docs/brand/vit-mark.svg
··· 1 - <svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> 1 + <svg viewBox="3.375 2.5 25.25 25.25" xmlns="http://www.w3.org/2000/svg"> 2 2 <!-- vit mark: a "v" with a social dot — alive, connected, approachable --> 3 3 <circle cx="16" cy="5.5" r="3" fill="#06D6A0"/> 4 4 <path d="M5.5 10 L16 26 L26.5 10" stroke="#06D6A0" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
+1 -1
docs/brand/vit-wordmark.svg
··· 1 - <svg viewBox="0 0 56 34" xmlns="http://www.w3.org/2000/svg"> 1 + <svg viewBox="3.75 3 49 25.75" xmlns="http://www.w3.org/2000/svg"> 2 2 <!-- vit wordmark: all letters drawn with the same rounded stroke --> 3 3 4 4 <!-- v (the mark) -->
+1 -1
docs/decks/atmosphere-2026/index.html
··· 64 64 65 65 <!-- slide 1: title --> 66 66 <section> 67 - <svg viewBox="0 0 56 34" xmlns="http://www.w3.org/2000/svg" width="340" style="margin-bottom:56px;"> 67 + <svg viewBox="3.75 3 49 25.75" xmlns="http://www.w3.org/2000/svg" width="340" style="margin-bottom:56px;"> 68 68 <circle cx="16" cy="6" r="3" fill="#06D6A0"/> 69 69 <path d="M5.5 11 L16 27 L26.5 11" stroke="#06D6A0" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/> 70 70 <circle cx="33.5" cy="6" r="3" fill="#06D6A0"/>
+6 -6
docs/decks/resonant-2026/index.html
··· 62 62 63 63 <!-- slide 1: the question --> 64 64 <section> 65 - <svg viewBox="0 0 56 34" xmlns="http://www.w3.org/2000/svg" width="260" style="margin-bottom:48px;"> 65 + <svg viewBox="3.75 3 49 25.75" xmlns="http://www.w3.org/2000/svg" width="260" style="margin-bottom:48px;"> 66 66 <circle cx="16" cy="6" r="3" fill="#06D6A0"/> 67 67 <path d="M5.5 11 L16 27 L26.5 11" stroke="#06D6A0" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/> 68 68 <circle cx="33.5" cy="6" r="3" fill="#06D6A0"/> ··· 90 90 </div> 91 91 <p style="font-size:36px; margin:0;">one maintainer performing for millions of users.</p> 92 92 <p class="dim" style="font-size:32px; margin:16px 0 0 0;">the performers are burning out.</p> 93 - <svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" class="brand-mark" width="40"> 93 + <svg viewBox="3.375 2.5 25.25 25.25" xmlns="http://www.w3.org/2000/svg" class="brand-mark" width="40"> 94 94 <circle cx="16" cy="5.5" r="3" fill="#06D6A0"/> 95 95 <path d="M5.5 10 L16 26 L26.5 10" stroke="#06D6A0" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/> 96 96 </svg> ··· 104 104 <p class="green" style="font-size:56px; max-width:75%; text-align:center; line-height:1.5; margin:0 auto; font-weight:500;"> 105 105 they break the gatekeeping model. 106 106 </p> 107 - <svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" class="brand-mark" width="40"> 107 + <svg viewBox="3.375 2.5 25.25 25.25" xmlns="http://www.w3.org/2000/svg" class="brand-mark" width="40"> 108 108 <circle cx="16" cy="5.5" r="3" fill="#06D6A0"/> 109 109 <path d="M5.5 10 L16 26 L26.5 10" stroke="#06D6A0" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/> 110 110 </svg> ··· 164 164 no PR. no gatekeeper. <span class="green">reputation, not permission.</span> 165 165 </p> 166 166 </div> 167 - <svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" class="brand-mark" width="40"> 167 + <svg viewBox="3.375 2.5 25.25 25.25" xmlns="http://www.w3.org/2000/svg" class="brand-mark" width="40"> 168 168 <circle cx="16" cy="5.5" r="3" fill="#06D6A0"/> 169 169 <path d="M5.5 10 L16 26 L26.5 10" stroke="#06D6A0" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/> 170 170 </svg> ··· 177 177 <p class="dim" style="font-size:32px; margin:0 auto; max-width:70%; text-align:center; line-height:1.6;"> 178 178 your identity. your data. your connections.<br>portable. yours to keep. 179 179 </p> 180 - <svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" class="brand-mark" width="40"> 180 + <svg viewBox="3.375 2.5 25.25 25.25" xmlns="http://www.w3.org/2000/svg" class="brand-mark" width="40"> 181 181 <circle cx="16" cy="5.5" r="3" fill="#06D6A0"/> 182 182 <path d="M5.5 10 L16 26 L26.5 10" stroke="#06D6A0" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/> 183 183 </svg> ··· 185 185 186 186 <!-- slide 7: try it / close --> 187 187 <section> 188 - <svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" width="320" style="margin-bottom:40px;"> 188 + <svg viewBox="3.375 2.5 25.25 25.25" xmlns="http://www.w3.org/2000/svg" width="320" style="margin-bottom:40px;"> 189 189 <circle cx="16" cy="5.5" r="3" fill="#06D6A0"/> 190 190 <path d="M5.5 10 L16 26 L26.5 10" stroke="#06D6A0" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/> 191 191 </svg>
+1 -1
docs/doctrine/index.html
··· 254 254 <header> 255 255 <div class="header-bar"> 256 256 <h1><a href="/" aria-label="vit" id="vit-mark"> 257 - <svg viewBox="0 0 56 34" xmlns="http://www.w3.org/2000/svg" height="28" aria-hidden="true"> 257 + <svg viewBox="3.75 3 49 25.75" xmlns="http://www.w3.org/2000/svg" height="24" aria-hidden="true"> 258 258 <circle cx="16" cy="6" r="3" fill="#06D6A0"/> 259 259 <path d="M5.5 11 L16 27 L26.5 11" stroke="#06D6A0" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/> 260 260 <circle cx="33.5" cy="6" r="3" fill="#06D6A0"/>
+1 -1
docs/index.html
··· 271 271 <header> 272 272 <div class="header-bar"> 273 273 <h1><a href="/" aria-label="vit" id="vit-mark"> 274 - <svg viewBox="0 0 56 34" xmlns="http://www.w3.org/2000/svg" height="28" aria-hidden="true"> 274 + <svg viewBox="3.75 3 49 25.75" xmlns="http://www.w3.org/2000/svg" height="24" aria-hidden="true"> 275 275 <circle cx="16" cy="6" r="3" fill="#06D6A0"/> 276 276 <path d="M5.5 11 L16 27 L26.5 11" stroke="#06D6A0" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/> 277 277 <circle cx="33.5" cy="6" r="3" fill="#06D6A0"/>
+1 -1
docs/start/index.html
··· 263 263 <header> 264 264 <div class="header-bar"> 265 265 <h1><a href="/" aria-label="vit" id="vit-mark"> 266 - <svg viewBox="0 0 56 34" xmlns="http://www.w3.org/2000/svg" height="28" aria-hidden="true"> 266 + <svg viewBox="3.75 3 49 25.75" xmlns="http://www.w3.org/2000/svg" height="24" aria-hidden="true"> 267 267 <circle cx="16" cy="6" r="3" fill="#06D6A0"/> 268 268 <path d="M5.5 11 L16 27 L26.5 11" stroke="#06D6A0" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/> 269 269 <circle cx="33.5" cy="6" r="3" fill="#06D6A0"/>
+1 -1
explore/public/favicon.svg
··· 1 - <svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> 1 + <svg viewBox="3.375 2.5 25.25 25.25" xmlns="http://www.w3.org/2000/svg"> 2 2 <!-- vit mark: a "v" with a social dot — alive, connected, approachable --> 3 3 <circle cx="16" cy="5.5" r="3" fill="#06D6A0"/> 4 4 <path d="M5.5 10 L16 26 L26.5 10" stroke="#06D6A0" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
+1 -1
explore/public/index.html
··· 695 695 <header> 696 696 <div class="header-bar"> 697 697 <h1><a href="https://v-it.org" aria-label="vit"> 698 - <svg viewBox="0 0 56 34" xmlns="http://www.w3.org/2000/svg" height="28" aria-hidden="true"> 698 + <svg viewBox="3.75 3 49 25.75" xmlns="http://www.w3.org/2000/svg" height="24" aria-hidden="true"> 699 699 <circle cx="16" cy="6" r="3" fill="#06D6A0"/> 700 700 <path d="M5.5 11 L16 27 L26.5 11" stroke="#06D6A0" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/> 701 701 <circle cx="33.5" cy="6" r="3" fill="#06D6A0"/>