@m8i-51/shoal 0.1.4 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>shoal</title>
7
- <script type="module" crossorigin src="/assets/index-CD6EJ_1O.js"></script>
7
+ <script type="module" crossorigin src="/assets/index-ehlX_Hdw.js"></script>
8
8
  <link rel="stylesheet" crossorigin href="/assets/index-DPLuVm2n.css">
9
9
  </head>
10
10
  <body>
@@ -0,0 +1,53 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100" fill="#0ea5e9">
2
+ <!-- S-shaped fish school mascot, 12 fish, leader (F1) has one white eye dot -->
3
+
4
+ <!-- F1: leader, top of S, has eye -->
5
+ <g transform="translate(50,11) rotate(5)">
6
+ <path d="M9,0 C5,-3.5 -4,-3.5 -7,0 L-12,-5.5 L-9.5,0 L-12,5.5 L-7,0 C-4,3.5 5,3.5 9,0Z"/>
7
+ <circle cx="3" cy="-1.5" r="1.8" fill="white"/>
8
+ </g>
9
+
10
+ <!-- F2: upper arc, going right -->
11
+ <path d="M9,0 C5,-3.5 -4,-3.5 -7,0 L-12,-5.5 L-9.5,0 L-12,5.5 L-7,0 C-4,3.5 5,3.5 9,0Z"
12
+ transform="translate(63,13) rotate(12) scale(0.9)"/>
13
+
14
+ <!-- F3: upper arc, rightward -->
15
+ <path d="M9,0 C5,-3.5 -4,-3.5 -7,0 L-12,-5.5 L-9.5,0 L-12,5.5 L-7,0 C-4,3.5 5,3.5 9,0Z"
16
+ transform="translate(71,21) rotate(18) scale(0.9)"/>
17
+
18
+ <!-- F4: rightmost point of upper arc -->
19
+ <path d="M9,0 C5,-3.5 -4,-3.5 -7,0 L-12,-5.5 L-9.5,0 L-12,5.5 L-7,0 C-4,3.5 5,3.5 9,0Z"
20
+ transform="translate(73,32) rotate(15) scale(0.88)"/>
21
+
22
+ <!-- F5: upper arc returning left -->
23
+ <path d="M9,0 C5,-3.5 -4,-3.5 -7,0 L-12,-5.5 L-9.5,0 L-12,5.5 L-7,0 C-4,3.5 5,3.5 9,0Z"
24
+ transform="translate(66,41) rotate(10) scale(0.85)"/>
25
+
26
+ <!-- F6: inflection zone -->
27
+ <path d="M9,0 C5,-3.5 -4,-3.5 -7,0 L-12,-5.5 L-9.5,0 L-12,5.5 L-7,0 C-4,3.5 5,3.5 9,0Z"
28
+ transform="translate(54,46) rotate(8) scale(0.83)"/>
29
+
30
+ <!-- F7: passing inflection, moving left -->
31
+ <path d="M9,0 C5,-3.5 -4,-3.5 -7,0 L-12,-5.5 L-9.5,0 L-12,5.5 L-7,0 C-4,3.5 5,3.5 9,0Z"
32
+ transform="translate(44,51) rotate(12) scale(0.80)"/>
33
+
34
+ <!-- F8: lower arc, going left -->
35
+ <path d="M9,0 C5,-3.5 -4,-3.5 -7,0 L-12,-5.5 L-9.5,0 L-12,5.5 L-7,0 C-4,3.5 5,3.5 9,0Z"
36
+ transform="translate(32,60) rotate(15) scale(0.78)"/>
37
+
38
+ <!-- F9: leftmost point of lower arc -->
39
+ <path d="M9,0 C5,-3.5 -4,-3.5 -7,0 L-12,-5.5 L-9.5,0 L-12,5.5 L-7,0 C-4,3.5 5,3.5 9,0Z"
40
+ transform="translate(28,72) rotate(12) scale(0.75)"/>
41
+
42
+ <!-- F10: lower arc returning right -->
43
+ <path d="M9,0 C5,-3.5 -4,-3.5 -7,0 L-12,-5.5 L-9.5,0 L-12,5.5 L-7,0 C-4,3.5 5,3.5 9,0Z"
44
+ transform="translate(34,82) rotate(10) scale(0.73)"/>
45
+
46
+ <!-- F11: near bottom of S -->
47
+ <path d="M9,0 C5,-3.5 -4,-3.5 -7,0 L-12,-5.5 L-9.5,0 L-12,5.5 L-7,0 C-4,3.5 5,3.5 9,0Z"
48
+ transform="translate(46,89) rotate(8) scale(0.70)"/>
49
+
50
+ <!-- F12: tail of S -->
51
+ <path d="M9,0 C5,-3.5 -4,-3.5 -7,0 L-12,-5.5 L-9.5,0 L-12,5.5 L-7,0 C-4,3.5 5,3.5 9,0Z"
52
+ transform="translate(59,87) rotate(5) scale(0.68)" opacity="0.75"/>
53
+ </svg>