▍ humdrum codex / soft
1.1 KB raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
  <rect width="512" height="512" rx="96" fill="#FFFCF0"/>
  <!-- dashboard of cards -->
  <g fill="none" stroke="#100F0F" stroke-width="20">
    <rect x="96" y="112" width="148" height="120" rx="16"/>
    <rect x="268" y="112" width="148" height="120" rx="16"/>
    <rect x="96" y="256" width="148" height="144" rx="16"/>
    <rect x="268" y="256" width="148" height="144" rx="16"/>
  </g>
  <!-- accent fill on one card -->
  <rect x="96" y="112" width="148" height="120" rx="16" fill="#24837B"/>
  <!-- ruled lines suggesting text -->
  <g stroke="#100F0F" stroke-width="14" stroke-linecap="round">
    <line x1="292" y1="150" x2="392" y2="150"/>
    <line x1="292" y1="184" x2="372" y2="184"/>
    <line x1="120" y1="296" x2="220" y2="296"/>
    <line x1="120" y1="330" x2="200" y2="330"/>
    <line x1="120" y1="364" x2="216" y2="364"/>
    <line x1="292" y1="296" x2="392" y2="296"/>
    <line x1="292" y1="330" x2="372" y2="330"/>
    <line x1="292" y1="364" x2="388" y2="364"/>
  </g>
</svg>