open source is social v-it.org
0
fork

Configure Feed

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

Scale up slide content for projector visibility

Enlarge circle visual (620→820px), wordmark (200→260px), closing mark
(280→320px). Add minScale/maxScale to reveal config for better viewport
fill across screen sizes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+12 -6
+6 -3
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="200" style="margin-bottom:40px;"> 65 + <svg viewBox="0 0 56 34" 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"/> ··· 112 112 113 113 <!-- slide 4: open source is social --> 114 114 <section> 115 - <svg viewBox="0 0 800 490" xmlns="http://www.w3.org/2000/svg" width="620" style="margin-bottom:24px;"> 115 + <svg viewBox="0 0 800 490" xmlns="http://www.w3.org/2000/svg" width="820" style="margin-bottom:24px;"> 116 116 <style>text { font-family: system-ui, -apple-system, sans-serif; }</style> 117 117 <defs> 118 118 <marker id="arr" markerWidth="10" markerHeight="7" refX="8" refY="3.5" orient="auto"> ··· 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="280" style="margin-bottom:36px;"> 188 + <svg viewBox="0 0 32 32" 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> ··· 209 209 center: true, 210 210 width: 1920, 211 211 height: 1080, 212 + margin: 0.04, 213 + minScale: 0.5, 214 + maxScale: 2.0, 212 215 }); 213 216 </script> 214 217 </body>
+6 -3
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="200" style="margin-bottom:40px;"> 65 + <svg viewBox="0 0 56 34" 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"/> ··· 112 112 113 113 <!-- slide 4: open source is social --> 114 114 <section> 115 - <svg viewBox="0 0 800 490" xmlns="http://www.w3.org/2000/svg" width="620" style="margin-bottom:24px;"> 115 + <svg viewBox="0 0 800 490" xmlns="http://www.w3.org/2000/svg" width="820" style="margin-bottom:24px;"> 116 116 <style>text { font-family: system-ui, -apple-system, sans-serif; }</style> 117 117 <defs> 118 118 <marker id="arr" markerWidth="10" markerHeight="7" refX="8" refY="3.5" orient="auto"> ··· 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="280" style="margin-bottom:36px;"> 188 + <svg viewBox="0 0 32 32" 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> ··· 209 209 center: true, 210 210 width: 1920, 211 211 height: 1080, 212 + margin: 0.04, 213 + minScale: 0.5, 214 + maxScale: 2.0, 212 215 }); 213 216 </script> 214 217 </body>