aboutsummaryrefslogtreecommitdiff
path: root/assets/bg.svg
blob: 389aca8adacaf874c92d6886e758263ea64b7175 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
---
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  <g fill="none" fill-rule="evenodd" stroke="#206bc4" stroke-width=".025" opacity="1">
    <rect x="4" y="1" width="16" height="22" rx="1.5"></rect>
    <rect x="2" y="2" width="20" height="20" rx="1.5"></rect>
    <rect x="1" y="4" width="22" height="16" rx="1.5"></rect>
    <circle cx="12" cy="12" r="5"></circle>
    <circle cx="12" cy="12" r="11"></circle>
    <line x1="0" y1="0" x2="24" y2="24"></line>
    <line x1="24" y1="0" x2="0" y2="24"></line>
    <line x1="0" y1="8.5" x2="24" y2="8.5"></line>
    <line x1="0" y1="15.5" x2="24" y2="15.5"></line>
    <line x1="8.5" y1="0" x2="8.5" y2="24"></line>
    <line x1="15.5" y1="0" x2="15.5" y2="24"></line>
  </g>
  <g font-family="system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji">
    {% for i in (1..24) %}
    <g fill="#ccc" font-size=".3">
      <text x="0" y="{{ i | plus: 0.35 }}" >{{ i }}</text>
      <text x="{{ i | plus: 0.1 }}" y=".25" >{{ i }}</text>
    </g>
    <g stroke="#666" stroke-width=".01">
      <line x1="0" y1="{{ i }}" x2="24" y2="{{ i }}"></line>
      <line x1="{{ i }}" y1="0" x2="{{ i }}" y2="24"></line>
    </g>

    {% endfor %}
  </g>
</svg>