Changeset 546f102 in Klonkt for src/views


Ignore:
Timestamp:
06/22/2026 01:28:34 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
628056f
Parents:
d29f427
Message:

feat(circles): icon exactly matching reference — 3 hollow nodes, double arrow + 2 directed arrows

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/circle-feed.ejs

    rd29f427 r546f102  
    11<div class="container cirkel-hero">
    22  <span class="cirkel-badge" aria-hidden="true">
    3     <svg viewBox="0 0 64 64" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
     3    <svg viewBox="0 0 100 100" fill="none" stroke="currentColor" stroke-width="5" stroke-linecap="round" stroke-linejoin="round">
    44      <defs>
    5         <marker id="cf-a" viewBox="0 0 10 10" refX="7" refY="5" markerWidth="3.4" markerHeight="3.4" orient="auto-start-reverse"><path d="M2 2 L7 5 L2 8" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></marker>
     5        <marker id="cf-a" viewBox="0 0 10 10" refX="6.5" refY="5" markerWidth="3" markerHeight="3" orient="auto-start-reverse"><path d="M2 2 L7 5 L2 8" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></marker>
    66      </defs>
    7       <circle cx="32" cy="32" r="29"/>
    8       <line x1="30.5" y1="22" x2="37.5" y2="22" marker-end="url(#cf-a)"/>
    9       <line x1="37.5" y1="25.5" x2="30.5" y2="25.5" marker-end="url(#cf-a)"/>
    10       <line x1="42.2" y1="28.4" x2="40.8" y2="38.1" marker-end="url(#cf-a)"/>
    11       <line x1="26.3" y1="39.7" x2="34.3" y2="42.2" marker-end="url(#cf-a)"/>
    12       <circle cx="25" cy="24" r="4.5"/>
    13       <circle cx="43" cy="23" r="4.5"/>
    14       <circle cx="40" cy="44" r="4.5"/>
    15       <circle cx="21" cy="38" r="4.5"/>
     7      <circle cx="50" cy="50" r="45"/>
     8      <line x1="35" y1="40" x2="54" y2="29" marker-start="url(#cf-a)" marker-end="url(#cf-a)"/>
     9      <line x1="65" y1="34" x2="65" y2="61" marker-end="url(#cf-a)"/>
     10      <line x1="33.2" y1="53.3" x2="54" y2="66.2" marker-end="url(#cf-a)"/>
     11      <circle cx="23" cy="47" r="9"/>
     12      <circle cx="65" cy="23" r="9"/>
     13      <circle cx="65" cy="73" r="9"/>
    1614    </svg>
    1715  </span>
Note: See TracChangeset for help on using the changeset viewer.