maverick-wave 4.20.0 → 4.22.0
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.
- package/.claude/skills/maverick-wave/SKILL.md +9 -7
- package/.claude/skills/maverick-wave/references/components.md +85 -0
- package/.claude/skills/maverick-wave/references/layout.md +30 -7
- package/.claude/skills/maverick-wave/references/theming.md +1 -1
- package/CHANGELOG.md +17 -0
- package/index.html +40 -0
- package/package.json +2 -2
- package/src/assets/images/gallery-city.svg +49 -0
- package/src/assets/images/gallery-desert.svg +25 -0
- package/src/assets/images/gallery-forest.svg +46 -0
- package/src/assets/images/gallery-lake.svg +26 -0
- package/src/assets/images/gallery-mountain.svg +19 -0
- package/src/assets/images/gallery-ocean.svg +26 -0
- package/src/assets/images/gallery-oldtown.svg +41 -0
- package/src/assets/images/gallery-snow.svg +39 -0
- package/src/assets/images/slider-field.svg +124 -0
- package/src/assets/images/slider-forest.svg +33 -0
- package/src/assets/images/slider-lake.svg +35 -0
- package/src/assets/images/slider-mountains.svg +29 -0
- package/src/assets/images/slider-trees.svg +41 -0
- package/src/assets/images/tile-analytics.svg +22 -0
- package/src/assets/images/tile-cloud.svg +19 -0
- package/src/assets/images/tile-ecommerce.svg +14 -0
- package/src/assets/images/tile-enterprise.svg +22 -0
- package/src/assets/images/tile-marketing.svg +16 -0
- package/src/assets/media/demo-chime.wav +0 -0
- package/src/partials/announcement-container.html +67 -0
- package/src/partials/content-slider-container.html +5 -17
- package/src/partials/gallery-container.html +8 -8
- package/src/partials/home-container.html +11 -20
- package/src/partials/media-container.html +27 -0
- package/src/partials/prose-container.html +43 -0
- package/src/partials/testimonials-container.html +82 -0
- package/src/partials/tiles-container.html +5 -20
- package/src/scss/base/_base.scss +7 -1
- package/src/scss/components/_announcement.scss +84 -0
- package/src/scss/components/_index.scss +4 -0
- package/src/scss/components/_media.scss +26 -0
- package/src/scss/components/_prose.scss +42 -0
- package/src/scss/components/_testimonial.scss +58 -0
- package/src/scss/layout/_grid.scss +39 -0
- package/src/scss/layout/_main.scss +16 -1
- package/src/scss/layout/_section.scss +24 -0
- package/src/scss/utilities/_index.scss +1 -0
- package/src/scss/utilities/_reveal.scss +34 -0
- package/src/scss/utilities/_touch-targets.scss +10 -2
- package/maverick-wave.min.css +0 -12
- package/maverick-wave.min.js +0 -1
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 450" width="800" height="450" role="img" aria-label="Snowy hills with pine trees">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="sno-sky" x1="0" y1="0" x2="0" y2="1">
|
|
4
|
+
<stop offset="0" stop-color="#48628a"/>
|
|
5
|
+
<stop offset="0.65" stop-color="#9db6cf"/>
|
|
6
|
+
<stop offset="1" stop-color="#e2edf4"/>
|
|
7
|
+
</linearGradient>
|
|
8
|
+
</defs>
|
|
9
|
+
<rect width="800" height="450" fill="url(#sno-sky)"/>
|
|
10
|
+
<g fill="#ffffff" opacity="0.75">
|
|
11
|
+
<circle cx="92" cy="66" r="3"/><circle cx="214" cy="112" r="2.5"/><circle cx="336" cy="54" r="3"/>
|
|
12
|
+
<circle cx="452" cy="128" r="2.5"/><circle cx="548" cy="72" r="3"/><circle cx="664" cy="140" r="2.5"/>
|
|
13
|
+
<circle cx="742" cy="62" r="3"/><circle cx="160" cy="172" r="2.5"/><circle cx="392" cy="190" r="2.5"/>
|
|
14
|
+
<circle cx="612" cy="204" r="2.5"/>
|
|
15
|
+
</g>
|
|
16
|
+
<polygon points="0,272 148,178 288,266 428,166 566,262 706,182 800,252 800,450 0,450" fill="#c3d6e6"/>
|
|
17
|
+
<path d="M0,318 C150,282 268,344 420,320 C560,298 672,286 800,326 L800,450 L0,450 Z" fill="#e8f2f8"/>
|
|
18
|
+
<g fill="#2c4a41">
|
|
19
|
+
<polygon points="96,388 128,296 160,388"/>
|
|
20
|
+
<polygon points="104,356 128,296 152,356"/>
|
|
21
|
+
<rect x="122" y="386" width="12" height="22"/>
|
|
22
|
+
<polygon points="228,404 268,290 308,404"/>
|
|
23
|
+
<polygon points="238,364 268,290 298,364"/>
|
|
24
|
+
<rect x="260" y="402" width="14" height="26"/>
|
|
25
|
+
<polygon points="504,398 540,296 576,398"/>
|
|
26
|
+
<polygon points="513,362 540,296 567,362"/>
|
|
27
|
+
<rect x="533" y="396" width="13" height="24"/>
|
|
28
|
+
<polygon points="600,382 632,300 664,382"/>
|
|
29
|
+
<polygon points="608,352 632,300 656,352"/>
|
|
30
|
+
<rect x="626" y="380" width="12" height="20"/>
|
|
31
|
+
</g>
|
|
32
|
+
<g fill="#f3f9fc">
|
|
33
|
+
<polygon points="128,296 141,326 115,326"/>
|
|
34
|
+
<polygon points="268,290 283,324 253,324"/>
|
|
35
|
+
<polygon points="540,296 553,328 527,328"/>
|
|
36
|
+
<polygon points="632,300 644,328 620,328"/>
|
|
37
|
+
</g>
|
|
38
|
+
<path d="M0,406 C170,388 300,428 460,410 C608,393 700,398 800,412 L800,450 L0,450 Z" fill="#ffffff"/>
|
|
39
|
+
</svg>
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 500" width="800" height="500" role="img" aria-label="Golden field under a wide sky">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="sd-sky" x1="0" y1="0" x2="0" y2="1">
|
|
4
|
+
<stop offset="0" stop-color="#5ea3d8"/>
|
|
5
|
+
<stop offset="1" stop-color="#f1e2b6"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
<linearGradient id="sd-field" x1="0" y1="0" x2="0" y2="1">
|
|
8
|
+
<stop offset="0" stop-color="#dfba5c"/>
|
|
9
|
+
<stop offset="1" stop-color="#9c6d1e"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<g id="ear">
|
|
12
|
+
<path d="M0,0 v-24" stroke="#8a6018" stroke-width="2.4" stroke-linecap="round" fill="none"/>
|
|
13
|
+
<ellipse cx="0" cy="-31" rx="4.4" ry="9" fill="#e0b241"/>
|
|
14
|
+
<ellipse cx="0" cy="-31" rx="1.6" ry="9" fill="#a97c1e" opacity="0.5"/>
|
|
15
|
+
</g>
|
|
16
|
+
</defs>
|
|
17
|
+
<rect width="800" height="500" fill="url(#sd-sky)"/>
|
|
18
|
+
<circle cx="606" cy="104" r="46" fill="#fff5d0"/>
|
|
19
|
+
<circle cx="606" cy="104" r="78" fill="#fff5d0" opacity="0.25"/>
|
|
20
|
+
<g fill="#ffffff" opacity="0.8">
|
|
21
|
+
<ellipse cx="168" cy="98" rx="66" ry="20"/>
|
|
22
|
+
<ellipse cx="216" cy="86" rx="44" ry="16"/>
|
|
23
|
+
<ellipse cx="430" cy="62" rx="52" ry="16"/>
|
|
24
|
+
<ellipse cx="470" cy="54" rx="34" ry="12"/>
|
|
25
|
+
</g>
|
|
26
|
+
<g fill="#6d8a4e">
|
|
27
|
+
<ellipse cx="86" cy="272" rx="30" ry="20"/>
|
|
28
|
+
<ellipse cx="122" cy="276" rx="22" ry="15"/>
|
|
29
|
+
<ellipse cx="248" cy="274" rx="26" ry="17"/>
|
|
30
|
+
<ellipse cx="470" cy="272" rx="34" ry="21"/>
|
|
31
|
+
<ellipse cx="508" cy="277" rx="24" ry="15"/>
|
|
32
|
+
<ellipse cx="686" cy="274" rx="28" ry="18"/>
|
|
33
|
+
<ellipse cx="722" cy="278" rx="20" ry="13"/>
|
|
34
|
+
</g>
|
|
35
|
+
<path d="M0,278 C120,270 220,284 340,276 C460,268 580,282 800,272 L800,306 L0,306 Z" fill="#7fa15a"/>
|
|
36
|
+
<path d="M0,300 C160,292 300,312 460,300 C600,290 700,300 800,296 L800,500 L0,500 Z" fill="url(#sd-field)"/>
|
|
37
|
+
<g opacity="0.55">
|
|
38
|
+
<use href="#ear" transform="translate(8,332) scale(0.5)"/>
|
|
39
|
+
<use href="#ear" transform="translate(29,335) scale(0.5)"/>
|
|
40
|
+
<use href="#ear" transform="translate(50,332) scale(0.5)"/>
|
|
41
|
+
<use href="#ear" transform="translate(71,335) scale(0.5)"/>
|
|
42
|
+
<use href="#ear" transform="translate(92,332) scale(0.5)"/>
|
|
43
|
+
<use href="#ear" transform="translate(113,335) scale(0.5)"/>
|
|
44
|
+
<use href="#ear" transform="translate(134,332) scale(0.5)"/>
|
|
45
|
+
<use href="#ear" transform="translate(155,335) scale(0.5)"/>
|
|
46
|
+
<use href="#ear" transform="translate(176,332) scale(0.5)"/>
|
|
47
|
+
<use href="#ear" transform="translate(197,335) scale(0.5)"/>
|
|
48
|
+
<use href="#ear" transform="translate(218,332) scale(0.5)"/>
|
|
49
|
+
<use href="#ear" transform="translate(239,335) scale(0.5)"/>
|
|
50
|
+
<use href="#ear" transform="translate(260,332) scale(0.5)"/>
|
|
51
|
+
<use href="#ear" transform="translate(281,335) scale(0.5)"/>
|
|
52
|
+
<use href="#ear" transform="translate(302,332) scale(0.5)"/>
|
|
53
|
+
<use href="#ear" transform="translate(323,335) scale(0.5)"/>
|
|
54
|
+
<use href="#ear" transform="translate(344,332) scale(0.5)"/>
|
|
55
|
+
<use href="#ear" transform="translate(365,335) scale(0.5)"/>
|
|
56
|
+
<use href="#ear" transform="translate(386,332) scale(0.5)"/>
|
|
57
|
+
<use href="#ear" transform="translate(407,335) scale(0.5)"/>
|
|
58
|
+
<use href="#ear" transform="translate(428,332) scale(0.5)"/>
|
|
59
|
+
<use href="#ear" transform="translate(449,335) scale(0.5)"/>
|
|
60
|
+
<use href="#ear" transform="translate(470,332) scale(0.5)"/>
|
|
61
|
+
<use href="#ear" transform="translate(491,335) scale(0.5)"/>
|
|
62
|
+
<use href="#ear" transform="translate(512,332) scale(0.5)"/>
|
|
63
|
+
<use href="#ear" transform="translate(533,335) scale(0.5)"/>
|
|
64
|
+
<use href="#ear" transform="translate(554,332) scale(0.5)"/>
|
|
65
|
+
<use href="#ear" transform="translate(575,335) scale(0.5)"/>
|
|
66
|
+
<use href="#ear" transform="translate(596,332) scale(0.5)"/>
|
|
67
|
+
<use href="#ear" transform="translate(617,335) scale(0.5)"/>
|
|
68
|
+
<use href="#ear" transform="translate(638,332) scale(0.5)"/>
|
|
69
|
+
<use href="#ear" transform="translate(659,335) scale(0.5)"/>
|
|
70
|
+
<use href="#ear" transform="translate(680,332) scale(0.5)"/>
|
|
71
|
+
<use href="#ear" transform="translate(701,335) scale(0.5)"/>
|
|
72
|
+
<use href="#ear" transform="translate(722,332) scale(0.5)"/>
|
|
73
|
+
<use href="#ear" transform="translate(743,335) scale(0.5)"/>
|
|
74
|
+
<use href="#ear" transform="translate(764,332) scale(0.5)"/>
|
|
75
|
+
<use href="#ear" transform="translate(785,335) scale(0.5)"/>
|
|
76
|
+
</g>
|
|
77
|
+
<g opacity="0.8">
|
|
78
|
+
<use href="#ear" transform="translate(4,402) scale(0.78)"/>
|
|
79
|
+
<use href="#ear" transform="translate(37,402) scale(0.78)"/>
|
|
80
|
+
<use href="#ear" transform="translate(70,402) scale(0.78)"/>
|
|
81
|
+
<use href="#ear" transform="translate(103,402) scale(0.78)"/>
|
|
82
|
+
<use href="#ear" transform="translate(136,402) scale(0.78)"/>
|
|
83
|
+
<use href="#ear" transform="translate(169,402) scale(0.78)"/>
|
|
84
|
+
<use href="#ear" transform="translate(202,402) scale(0.78)"/>
|
|
85
|
+
<use href="#ear" transform="translate(235,402) scale(0.78)"/>
|
|
86
|
+
<use href="#ear" transform="translate(268,402) scale(0.78)"/>
|
|
87
|
+
<use href="#ear" transform="translate(301,402) scale(0.78)"/>
|
|
88
|
+
<use href="#ear" transform="translate(334,402) scale(0.78)"/>
|
|
89
|
+
<use href="#ear" transform="translate(367,402) scale(0.78)"/>
|
|
90
|
+
<use href="#ear" transform="translate(400,402) scale(0.78)"/>
|
|
91
|
+
<use href="#ear" transform="translate(433,402) scale(0.78)"/>
|
|
92
|
+
<use href="#ear" transform="translate(466,402) scale(0.78)"/>
|
|
93
|
+
<use href="#ear" transform="translate(499,402) scale(0.78)"/>
|
|
94
|
+
<use href="#ear" transform="translate(532,402) scale(0.78)"/>
|
|
95
|
+
<use href="#ear" transform="translate(565,402) scale(0.78)"/>
|
|
96
|
+
<use href="#ear" transform="translate(598,402) scale(0.78)"/>
|
|
97
|
+
<use href="#ear" transform="translate(631,402) scale(0.78)"/>
|
|
98
|
+
<use href="#ear" transform="translate(664,402) scale(0.78)"/>
|
|
99
|
+
<use href="#ear" transform="translate(697,402) scale(0.78)"/>
|
|
100
|
+
<use href="#ear" transform="translate(730,402) scale(0.78)"/>
|
|
101
|
+
<use href="#ear" transform="translate(763,402) scale(0.78)"/>
|
|
102
|
+
<use href="#ear" transform="translate(796,402) scale(0.78)"/>
|
|
103
|
+
</g>
|
|
104
|
+
<g>
|
|
105
|
+
<use href="#ear" transform="translate(-6,482) scale(1.15)"/>
|
|
106
|
+
<use href="#ear" transform="translate(41,501) scale(1.15)"/>
|
|
107
|
+
<use href="#ear" transform="translate(88,492) scale(1.15)"/>
|
|
108
|
+
<use href="#ear" transform="translate(135,497) scale(1.15)"/>
|
|
109
|
+
<use href="#ear" transform="translate(182,488) scale(1.15)"/>
|
|
110
|
+
<use href="#ear" transform="translate(229,493) scale(1.15)"/>
|
|
111
|
+
<use href="#ear" transform="translate(276,498) scale(1.15)"/>
|
|
112
|
+
<use href="#ear" transform="translate(323,489) scale(1.15)"/>
|
|
113
|
+
<use href="#ear" transform="translate(370,494) scale(1.15)"/>
|
|
114
|
+
<use href="#ear" transform="translate(417,499) scale(1.15)"/>
|
|
115
|
+
<use href="#ear" transform="translate(464,490) scale(1.15)"/>
|
|
116
|
+
<use href="#ear" transform="translate(511,495) scale(1.15)"/>
|
|
117
|
+
<use href="#ear" transform="translate(558,500) scale(1.15)"/>
|
|
118
|
+
<use href="#ear" transform="translate(605,491) scale(1.15)"/>
|
|
119
|
+
<use href="#ear" transform="translate(652,496) scale(1.15)"/>
|
|
120
|
+
<use href="#ear" transform="translate(699,501) scale(1.15)"/>
|
|
121
|
+
<use href="#ear" transform="translate(746,492) scale(1.15)"/>
|
|
122
|
+
<use href="#ear" transform="translate(793,497) scale(1.15)"/>
|
|
123
|
+
</g>
|
|
124
|
+
</svg>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 500" width="800" height="500" role="img" aria-label="Misty pine forest">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="sf-bg" x1="0" y1="0" x2="0" y2="1">
|
|
4
|
+
<stop offset="0" stop-color="#b9cfc4"/>
|
|
5
|
+
<stop offset="0.5" stop-color="#6f9481"/>
|
|
6
|
+
<stop offset="1" stop-color="#294438"/>
|
|
7
|
+
</linearGradient>
|
|
8
|
+
</defs>
|
|
9
|
+
<rect width="800" height="500" fill="url(#sf-bg)"/>
|
|
10
|
+
<g fill="#8fae9d" opacity="0.55">
|
|
11
|
+
<polygon points="60,400 108,190 156,400"/>
|
|
12
|
+
<polygon points="210,410 252,206 294,410"/>
|
|
13
|
+
<polygon points="380,396 424,180 468,396"/>
|
|
14
|
+
<polygon points="546,410 590,200 634,410"/>
|
|
15
|
+
<polygon points="700,398 744,186 788,398"/>
|
|
16
|
+
</g>
|
|
17
|
+
<rect y="240" width="800" height="90" fill="#c3d6cc" opacity="0.45"/>
|
|
18
|
+
<g fill="#3f6653">
|
|
19
|
+
<polygon points="0,440 52,214 104,440"/>
|
|
20
|
+
<polygon points="146,450 196,196 246,450"/>
|
|
21
|
+
<polygon points="316,436 370,180 424,436"/>
|
|
22
|
+
<polygon points="490,452 542,192 594,452"/>
|
|
23
|
+
<polygon points="644,438 700,178 756,438"/>
|
|
24
|
+
</g>
|
|
25
|
+
<rect y="366" width="800" height="70" fill="#cfe0d7" opacity="0.4"/>
|
|
26
|
+
<g fill="#1e3a2d">
|
|
27
|
+
<polygon points="-20,500 40,270 100,500"/>
|
|
28
|
+
<polygon points="228,500 292,250 356,500"/>
|
|
29
|
+
<polygon points="452,500 512,262 572,500"/>
|
|
30
|
+
<polygon points="686,500 752,244 818,500"/>
|
|
31
|
+
</g>
|
|
32
|
+
<rect y="470" width="800" height="30" fill="#16291f"/>
|
|
33
|
+
</svg>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 500" width="800" height="500" role="img" aria-label="Turquoise mountain lake">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="sl-sky" x1="0" y1="0" x2="0" y2="1">
|
|
4
|
+
<stop offset="0" stop-color="#3f8fb8"/>
|
|
5
|
+
<stop offset="1" stop-color="#bfe4e8"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
<linearGradient id="sl-water" x1="0" y1="0" x2="0" y2="1">
|
|
8
|
+
<stop offset="0" stop-color="#2aa39b"/>
|
|
9
|
+
<stop offset="1" stop-color="#0d5c66"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
</defs>
|
|
12
|
+
<rect width="800" height="500" fill="url(#sl-sky)"/>
|
|
13
|
+
<g fill="#ffffff" opacity="0.7">
|
|
14
|
+
<ellipse cx="580" cy="72" rx="58" ry="18"/>
|
|
15
|
+
<ellipse cx="624" cy="64" rx="38" ry="14"/>
|
|
16
|
+
</g>
|
|
17
|
+
<polygon points="0,272 140,158 292,268 430,142 568,272 706,178 800,266 800,300 0,300" fill="#6e9fb8"/>
|
|
18
|
+
<polygon points="430,142 470,182 456,177 442,190 426,178 402,185" fill="#ffffff"/>
|
|
19
|
+
<polygon points="0,300 800,300 800,500 0,500" fill="url(#sl-water)"/>
|
|
20
|
+
<polygon points="0,300 140,362 292,304 430,376 568,302 706,352 800,306 800,300" fill="#3fb3a8" opacity="0.55"/>
|
|
21
|
+
<g fill="#e8fbfa" opacity="0.5">
|
|
22
|
+
<rect x="90" y="348" width="180" height="6" rx="3"/>
|
|
23
|
+
<rect x="410" y="392" width="240" height="6" rx="3"/>
|
|
24
|
+
<rect x="180" y="428" width="300" height="7" rx="3.5"/>
|
|
25
|
+
<rect x="520" y="452" width="200" height="6" rx="3"/>
|
|
26
|
+
</g>
|
|
27
|
+
<g fill="#1c5c4a">
|
|
28
|
+
<polygon points="88,304 116,214 144,304"/>
|
|
29
|
+
<polygon points="140,304 164,232 188,304"/>
|
|
30
|
+
<polygon points="624,304 652,222 680,304"/>
|
|
31
|
+
<polygon points="676,304 700,240 724,304"/>
|
|
32
|
+
</g>
|
|
33
|
+
<path d="M0,296 C60,290 120,300 190,296 L190,312 L0,312 Z" fill="#2f6f52"/>
|
|
34
|
+
<path d="M610,296 C680,288 740,300 800,294 L800,312 L610,312 Z" fill="#2f6f52"/>
|
|
35
|
+
</svg>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 500" width="800" height="500" role="img" aria-label="Mountain landscape in daylight">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="sm-sky" x1="0" y1="0" x2="0" y2="1">
|
|
4
|
+
<stop offset="0" stop-color="#4c8fd0"/>
|
|
5
|
+
<stop offset="1" stop-color="#cfe6f5"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
</defs>
|
|
8
|
+
<rect width="800" height="500" fill="url(#sm-sky)"/>
|
|
9
|
+
<g fill="#ffffff" opacity="0.85">
|
|
10
|
+
<ellipse cx="182" cy="96" rx="62" ry="22"/>
|
|
11
|
+
<ellipse cx="228" cy="84" rx="42" ry="18"/>
|
|
12
|
+
<ellipse cx="140" cy="104" rx="40" ry="16"/>
|
|
13
|
+
<ellipse cx="612" cy="140" rx="70" ry="20"/>
|
|
14
|
+
<ellipse cx="660" cy="130" rx="44" ry="16"/>
|
|
15
|
+
</g>
|
|
16
|
+
<polygon points="0,330 124,214 248,318 372,196 500,326 628,222 752,332 800,300 800,500 0,500" fill="#8fb0cc"/>
|
|
17
|
+
<polygon points="372,196 414,236 400,231 386,243 370,232 344,239" fill="#ffffff"/>
|
|
18
|
+
<polygon points="628,222 664,258 651,253 639,264 626,254 604,260" fill="#ffffff"/>
|
|
19
|
+
<polygon points="0,378 138,272 268,372 400,258 536,382 664,286 800,388 800,500 0,500" fill="#5c86ab"/>
|
|
20
|
+
<polygon points="400,258 438,296 425,291 412,302 397,292 374,298" fill="#f2f8fc"/>
|
|
21
|
+
<polygon points="0,430 150,344 296,428 438,340 578,432 706,362 800,428 800,500 0,500" fill="#3b5f83"/>
|
|
22
|
+
<path d="M0,462 C160,444 300,478 460,458 C606,440 700,448 800,462 L800,500 L0,500 Z" fill="#2a4762"/>
|
|
23
|
+
<g fill="#24405a">
|
|
24
|
+
<polygon points="86,462 106,410 126,462"/>
|
|
25
|
+
<polygon points="128,466 152,404 176,466"/>
|
|
26
|
+
<polygon points="640,464 664,406 688,464"/>
|
|
27
|
+
<polygon points="684,468 704,418 724,468"/>
|
|
28
|
+
</g>
|
|
29
|
+
</svg>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 500" width="800" height="500" role="img" aria-label="Row of trees against a sunset">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="st-sky" x1="0" y1="0" x2="0" y2="1">
|
|
4
|
+
<stop offset="0" stop-color="#6a3a72"/>
|
|
5
|
+
<stop offset="0.45" stop-color="#d4674f"/>
|
|
6
|
+
<stop offset="1" stop-color="#f7c56b"/>
|
|
7
|
+
</linearGradient>
|
|
8
|
+
</defs>
|
|
9
|
+
<rect width="800" height="500" fill="url(#st-sky)"/>
|
|
10
|
+
<circle cx="400" cy="330" r="72" fill="#ffe9a8"/>
|
|
11
|
+
<circle cx="400" cy="330" r="120" fill="#ffe9a8" opacity="0.22"/>
|
|
12
|
+
<path d="M0,352 C140,336 260,362 400,348 C540,334 660,356 800,344 L800,500 L0,500 Z" fill="#7a3f37"/>
|
|
13
|
+
<g fill="#2a1622">
|
|
14
|
+
<path d="M104,362 l-9,-142 c0,-6 22,-6 22,0 l-9,142 Z"/>
|
|
15
|
+
<ellipse cx="106" cy="214" rx="46" ry="34"/><ellipse cx="76" cy="234" rx="34" ry="26"/>
|
|
16
|
+
<ellipse cx="138" cy="232" rx="32" ry="24"/><ellipse cx="112" cy="188" rx="30" ry="24"/>
|
|
17
|
+
<path d="M246,360 l-7,-176 c0,-5 18,-5 18,0 l-7,176 Z"/>
|
|
18
|
+
<ellipse cx="246" cy="178" rx="40" ry="30"/><ellipse cx="218" cy="196" rx="30" ry="23"/>
|
|
19
|
+
<ellipse cx="274" cy="194" rx="28" ry="22"/><ellipse cx="252" cy="156" rx="26" ry="21"/>
|
|
20
|
+
<path d="M560,358 l-9,-166 c0,-6 22,-6 22,0 l-9,166 Z"/>
|
|
21
|
+
<ellipse cx="560" cy="188" rx="44" ry="33"/><ellipse cx="528" cy="208" rx="32" ry="25"/>
|
|
22
|
+
<ellipse cx="592" cy="206" rx="30" ry="23"/><ellipse cx="566" cy="162" rx="28" ry="23"/>
|
|
23
|
+
<path d="M690,358 l-7,-128 c0,-5 18,-5 18,0 l-7,128 Z"/>
|
|
24
|
+
<ellipse cx="690" cy="226" rx="36" ry="27"/><ellipse cx="666" cy="242" rx="27" ry="21"/>
|
|
25
|
+
<ellipse cx="714" cy="240" rx="25" ry="20"/><ellipse cx="696" cy="204" rx="24" ry="19"/>
|
|
26
|
+
</g>
|
|
27
|
+
<g fill="#1a0f18">
|
|
28
|
+
<path d="M42,382 l-11,-130 c0,-7 26,-7 26,0 l-11,130 Z"/>
|
|
29
|
+
<ellipse cx="42" cy="248" rx="42" ry="32"/><ellipse cx="12" cy="268" rx="32" ry="25"/>
|
|
30
|
+
<ellipse cx="72" cy="266" rx="28" ry="22"/><ellipse cx="50" cy="218" rx="26" ry="22"/>
|
|
31
|
+
<path d="M768,384 l-10,-124 c0,-7 24,-7 24,0 l-10,124 Z"/>
|
|
32
|
+
<ellipse cx="768" cy="258" rx="40" ry="30"/><ellipse cx="740" cy="276" rx="30" ry="24"/>
|
|
33
|
+
<ellipse cx="796" cy="274" rx="26" ry="21"/><ellipse cx="774" cy="230" rx="25" ry="20"/>
|
|
34
|
+
</g>
|
|
35
|
+
<path d="M0,428 C170,414 320,442 480,424 C620,408 700,418 800,426 L800,500 L0,500 Z" fill="#3d1f22"/>
|
|
36
|
+
<g fill="#8f4c3c" opacity="0.55">
|
|
37
|
+
<ellipse cx="180" cy="404" rx="34" ry="7"/>
|
|
38
|
+
<ellipse cx="470" cy="392" rx="42" ry="8"/>
|
|
39
|
+
<ellipse cx="662" cy="410" rx="30" ry="7"/>
|
|
40
|
+
</g>
|
|
41
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200" role="img" aria-label="Business intelligence suite">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="an-bg" x1="0" y1="0" x2="1" y2="1">
|
|
4
|
+
<stop offset="0" stop-color="#7a5cf0"/>
|
|
5
|
+
<stop offset="1" stop-color="#3d2a9c"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
</defs>
|
|
8
|
+
<rect width="200" height="200" fill="url(#an-bg)"/>
|
|
9
|
+
<circle cx="40" cy="36" r="52" fill="#ffffff" opacity="0.09"/>
|
|
10
|
+
<g fill="#ffffff" opacity="0.9">
|
|
11
|
+
<rect x="62" y="114" width="20" height="34" rx="4"/>
|
|
12
|
+
<rect x="90" y="96" width="20" height="52" rx="4"/>
|
|
13
|
+
<rect x="118" y="78" width="20" height="70" rx="4"/>
|
|
14
|
+
</g>
|
|
15
|
+
<path d="M72 104 l28 -18 l28 -20" fill="none" stroke="#ffd166" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
|
|
16
|
+
<g fill="#ffd166">
|
|
17
|
+
<circle cx="72" cy="104" r="6"/>
|
|
18
|
+
<circle cx="100" cy="86" r="6"/>
|
|
19
|
+
<circle cx="128" cy="66" r="6"/>
|
|
20
|
+
</g>
|
|
21
|
+
<rect x="58" y="154" width="84" height="6" rx="3" fill="#ffffff" opacity="0.55"/>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200" role="img" aria-label="Cloud infrastructure">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="cl-bg" x1="0" y1="0" x2="1" y2="1">
|
|
4
|
+
<stop offset="0" stop-color="#2eb6c9"/>
|
|
5
|
+
<stop offset="1" stop-color="#1d6d95"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
</defs>
|
|
8
|
+
<rect width="200" height="200" fill="url(#cl-bg)"/>
|
|
9
|
+
<circle cx="172" cy="176" r="52" fill="#ffffff" opacity="0.09"/>
|
|
10
|
+
<path d="M70 100 a24 24 0 0 1 46 -11 a18 18 0 0 1 14 30 h-52 a22 22 0 0 1 -8 -19 Z" fill="#ffffff" opacity="0.94"/>
|
|
11
|
+
<g fill="#ffffff" opacity="0.75">
|
|
12
|
+
<rect x="68" y="132" width="64" height="14" rx="4"/>
|
|
13
|
+
<rect x="68" y="152" width="64" height="14" rx="4"/>
|
|
14
|
+
</g>
|
|
15
|
+
<g fill="#1d6d95">
|
|
16
|
+
<circle cx="78" cy="139" r="3.5"/>
|
|
17
|
+
<circle cx="78" cy="159" r="3.5"/>
|
|
18
|
+
</g>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200" role="img" aria-label="E-commerce platform">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="ec-bg" x1="0" y1="0" x2="1" y2="1">
|
|
4
|
+
<stop offset="0" stop-color="#2f6fed"/>
|
|
5
|
+
<stop offset="1" stop-color="#1b3f9c"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
</defs>
|
|
8
|
+
<rect width="200" height="200" fill="url(#ec-bg)"/>
|
|
9
|
+
<circle cx="160" cy="40" r="52" fill="#ffffff" opacity="0.09"/>
|
|
10
|
+
<path d="M64 88 h72 l-7 56 a9 9 0 0 1 -9 8 h-40 a9 9 0 0 1 -9 -8 Z" fill="#ffffff" opacity="0.94"/>
|
|
11
|
+
<path d="M84 90 v-10 a16 16 0 0 1 32 0 v10" fill="none" stroke="#ffffff" stroke-width="8" stroke-linecap="round"/>
|
|
12
|
+
<circle cx="88" cy="110" r="6" fill="#2f6fed"/>
|
|
13
|
+
<circle cx="112" cy="110" r="6" fill="#2f6fed"/>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200" role="img" aria-label="Enterprise solutions">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="en-bg" x1="0" y1="0" x2="1" y2="1">
|
|
4
|
+
<stop offset="0" stop-color="#3fa66f"/>
|
|
5
|
+
<stop offset="1" stop-color="#1c5c46"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
</defs>
|
|
8
|
+
<rect width="200" height="200" fill="url(#en-bg)"/>
|
|
9
|
+
<circle cx="166" cy="46" r="50" fill="#ffffff" opacity="0.09"/>
|
|
10
|
+
<g fill="#ffffff" opacity="0.92">
|
|
11
|
+
<rect x="58" y="96" width="42" height="52" rx="5"/>
|
|
12
|
+
<rect x="106" y="70" width="42" height="78" rx="5"/>
|
|
13
|
+
</g>
|
|
14
|
+
<g fill="#1c5c46">
|
|
15
|
+
<rect x="67" y="106" width="10" height="10" rx="2.5"/><rect x="82" y="106" width="10" height="10" rx="2.5"/>
|
|
16
|
+
<rect x="67" y="124" width="10" height="10" rx="2.5"/><rect x="82" y="124" width="10" height="10" rx="2.5"/>
|
|
17
|
+
<rect x="115" y="80" width="10" height="10" rx="2.5"/><rect x="130" y="80" width="10" height="10" rx="2.5"/>
|
|
18
|
+
<rect x="115" y="98" width="10" height="10" rx="2.5"/><rect x="130" y="98" width="10" height="10" rx="2.5"/>
|
|
19
|
+
<rect x="115" y="116" width="10" height="10" rx="2.5"/><rect x="130" y="116" width="10" height="10" rx="2.5"/>
|
|
20
|
+
</g>
|
|
21
|
+
<rect x="52" y="152" width="102" height="7" rx="3.5" fill="#ffffff" opacity="0.6"/>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200" role="img" aria-label="Marketing automation">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="mk-bg" x1="0" y1="0" x2="1" y2="1">
|
|
4
|
+
<stop offset="0" stop-color="#e8646a"/>
|
|
5
|
+
<stop offset="1" stop-color="#a32f6e"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
</defs>
|
|
8
|
+
<rect width="200" height="200" fill="url(#mk-bg)"/>
|
|
9
|
+
<circle cx="36" cy="168" r="56" fill="#ffffff" opacity="0.09"/>
|
|
10
|
+
<path d="M66 92 h16 l38 -26 v70 l-38 -26 h-16 a9 9 0 0 1 -9 -9 Z" fill="#ffffff" opacity="0.94"/>
|
|
11
|
+
<path d="M82 110 l5 28 h16 l-5 -28 Z" fill="#ffffff" opacity="0.94"/>
|
|
12
|
+
<g fill="none" stroke="#ffffff" stroke-width="6" stroke-linecap="round" opacity="0.7">
|
|
13
|
+
<path d="M132 90 a20 20 0 0 1 0 24"/>
|
|
14
|
+
<path d="M144 78 a38 38 0 0 1 0 48"/>
|
|
15
|
+
</g>
|
|
16
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
<h3 class="mw-section-subtitle">Announcement</h3>
|
|
2
|
+
<p class="mw-text-muted mw-text-measure mw-mb-6">
|
|
3
|
+
The ribbon glued under the fixed header - a discount, a launch note, a
|
|
4
|
+
maintenance window. Shown here with <code>mw-announcement-static</code>, so
|
|
5
|
+
the demos sit in the flow instead of over this page. Without it the ribbon
|
|
6
|
+
fixes itself below the header, stays put while the page scrolls beneath it,
|
|
7
|
+
and reserves the anchor scroll offset via
|
|
8
|
+
<code>--mw-announcement-height</code>. The surface is 75% opaque with a
|
|
9
|
+
backdrop blur - visible wherever content sits behind it, like the first demo
|
|
10
|
+
below.
|
|
11
|
+
</p>
|
|
12
|
+
|
|
13
|
+
<div class="mw-grid-1 mw-gap-6">
|
|
14
|
+
<div>
|
|
15
|
+
<h5 class="mw-text-medium mw-mb-2">
|
|
16
|
+
Default (primary) with highlight pill - over content, showing the 75%
|
|
17
|
+
surface and the blur
|
|
18
|
+
</h5>
|
|
19
|
+
<div
|
|
20
|
+
style="
|
|
21
|
+
background: url('images/slider-mountains.svg') center / cover;
|
|
22
|
+
padding: 1.75rem 1rem;
|
|
23
|
+
"
|
|
24
|
+
>
|
|
25
|
+
<aside class="mw-announcement mw-announcement-static">
|
|
26
|
+
<a class="mw-announcement-content" href="#announcement">
|
|
27
|
+
<span class="mw-announcement-highlight">-20 %</span>
|
|
28
|
+
<span>Summer discount on every plan until 30.09.</span>
|
|
29
|
+
</a>
|
|
30
|
+
</aside>
|
|
31
|
+
</div>
|
|
32
|
+
</div>
|
|
33
|
+
|
|
34
|
+
<div>
|
|
35
|
+
<h5 class="mw-text-medium mw-mb-2">Secondary</h5>
|
|
36
|
+
<aside
|
|
37
|
+
class="mw-announcement mw-announcement-secondary mw-announcement-static"
|
|
38
|
+
>
|
|
39
|
+
<a class="mw-announcement-content" href="#announcement">
|
|
40
|
+
<span class="mw-announcement-highlight">NEW</span>
|
|
41
|
+
<span>Version 5 is out - see what changed.</span>
|
|
42
|
+
</a>
|
|
43
|
+
</aside>
|
|
44
|
+
</div>
|
|
45
|
+
|
|
46
|
+
<div>
|
|
47
|
+
<h5 class="mw-text-medium mw-mb-2">Warning, without a link</h5>
|
|
48
|
+
<aside
|
|
49
|
+
class="mw-announcement mw-announcement-warning mw-announcement-static"
|
|
50
|
+
>
|
|
51
|
+
<div class="mw-announcement-content">
|
|
52
|
+
<span>Maintenance window on Saturday, 02:00 - 04:00 UTC.</span>
|
|
53
|
+
</div>
|
|
54
|
+
</aside>
|
|
55
|
+
</div>
|
|
56
|
+
|
|
57
|
+
<div>
|
|
58
|
+
<h5 class="mw-text-medium mw-mb-2">Danger</h5>
|
|
59
|
+
<aside
|
|
60
|
+
class="mw-announcement mw-announcement-danger mw-announcement-static"
|
|
61
|
+
>
|
|
62
|
+
<div class="mw-announcement-content">
|
|
63
|
+
<span>The legacy API shuts down on 01.12. - migrate now.</span>
|
|
64
|
+
</div>
|
|
65
|
+
</aside>
|
|
66
|
+
</div>
|
|
67
|
+
</div>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<div class="mw-image-slider">
|
|
5
5
|
<div class="mw-image-slider-base" data-index="0">
|
|
6
6
|
<img
|
|
7
|
-
src="
|
|
7
|
+
src="images/slider-mountains.svg"
|
|
8
8
|
class="mw-image-slider-base-image"
|
|
9
9
|
alt="Mountain Landscape"
|
|
10
10
|
/>
|
|
@@ -12,28 +12,16 @@
|
|
|
12
12
|
|
|
13
13
|
<div class="mw-image-slider-overlay">
|
|
14
14
|
<div class="mw-image-slider-overlay-image" data-index="1">
|
|
15
|
-
<img
|
|
16
|
-
src="https://images.unsplash.com/photo-1439066615861-d1af74d74000?w=800&h=500&fit=crop"
|
|
17
|
-
alt="Lake"
|
|
18
|
-
/>
|
|
15
|
+
<img src="images/slider-lake.svg" alt="Lake" />
|
|
19
16
|
</div>
|
|
20
17
|
<div class="mw-image-slider-overlay-image" data-index="2">
|
|
21
|
-
<img
|
|
22
|
-
src="https://images.unsplash.com/photo-1426604966848-d7adac402bff?w=800&h=500&fit=crop"
|
|
23
|
-
alt="Forest"
|
|
24
|
-
/>
|
|
18
|
+
<img src="images/slider-forest.svg" alt="Forest" />
|
|
25
19
|
</div>
|
|
26
20
|
<div class="mw-image-slider-overlay-image" data-index="3">
|
|
27
|
-
<img
|
|
28
|
-
src="https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=800&h=500&fit=crop"
|
|
29
|
-
alt="Field"
|
|
30
|
-
/>
|
|
21
|
+
<img src="images/slider-field.svg" alt="Field" />
|
|
31
22
|
</div>
|
|
32
23
|
<div class="mw-image-slider-overlay-image" data-index="4">
|
|
33
|
-
<img
|
|
34
|
-
src="https://images.unsplash.com/photo-1441974231531-c6227db76b6e?w=800&h=500&fit=crop"
|
|
35
|
-
alt="Trees"
|
|
36
|
-
/>
|
|
24
|
+
<img src="images/slider-trees.svg" alt="Trees" />
|
|
37
25
|
</div>
|
|
38
26
|
</div>
|
|
39
27
|
|
|
@@ -15,28 +15,28 @@
|
|
|
15
15
|
<!-- Track -->
|
|
16
16
|
<div class="mw-gallery-track">
|
|
17
17
|
<div class="mw-gallery-slide" data-desc="Beautiful Mountain">
|
|
18
|
-
<img src="
|
|
18
|
+
<img src="images/gallery-mountain.svg" alt="Beautiful Mountain" />
|
|
19
19
|
</div>
|
|
20
20
|
<div class="mw-gallery-slide" data-desc="Peaceful Lake">
|
|
21
|
-
<img src="
|
|
21
|
+
<img src="images/gallery-lake.svg" alt="Peaceful Lake" />
|
|
22
22
|
</div>
|
|
23
23
|
<div class="mw-gallery-slide" data-desc="City Vibes">
|
|
24
|
-
<img src="
|
|
24
|
+
<img src="images/gallery-city.svg" alt="City Vibes" />
|
|
25
25
|
</div>
|
|
26
26
|
<div class="mw-gallery-slide" data-desc="Golden Forest">
|
|
27
|
-
<img src="
|
|
27
|
+
<img src="images/gallery-forest.svg" alt="Golden Forest" />
|
|
28
28
|
</div>
|
|
29
29
|
<div class="mw-gallery-slide" data-desc="Desert View">
|
|
30
|
-
<img src="
|
|
30
|
+
<img src="images/gallery-desert.svg" alt="Desert View" />
|
|
31
31
|
</div>
|
|
32
32
|
<div class="mw-gallery-slide" data-desc="Ocean Breeze">
|
|
33
|
-
<img src="
|
|
33
|
+
<img src="images/gallery-ocean.svg" alt="Ocean Breeze" />
|
|
34
34
|
</div>
|
|
35
35
|
<div class="mw-gallery-slide" data-desc="Old Town">
|
|
36
|
-
<img src="
|
|
36
|
+
<img src="images/gallery-oldtown.svg" alt="Old Town" />
|
|
37
37
|
</div>
|
|
38
38
|
<div class="mw-gallery-slide" data-desc="Snowy Hills">
|
|
39
|
-
<img src="
|
|
39
|
+
<img src="images/gallery-snow.svg" alt="Snowy Hills" />
|
|
40
40
|
</div>
|
|
41
41
|
</div>
|
|
42
42
|
|
|
@@ -7,9 +7,14 @@
|
|
|
7
7
|
Build stunning, responsive websites effortlessly with a modern,
|
|
8
8
|
lightweight CSS framework crafted for speed, style, and flexibility.
|
|
9
9
|
</p>
|
|
10
|
+
<p>
|
|
11
|
+
Effortless dark mode, mobile-first layouts and accessibility at its
|
|
12
|
+
core. The same foundation carries a portfolio, a corporate site and a
|
|
13
|
+
full e-commerce platform.
|
|
14
|
+
</p>
|
|
10
15
|
</div>
|
|
11
16
|
|
|
12
|
-
<div class="mw-d-flex mw-gap-8 mw-justify-center
|
|
17
|
+
<div class="mw-d-flex mw-gap-8 mw-justify-center">
|
|
13
18
|
<button
|
|
14
19
|
type="button"
|
|
15
20
|
onclick="location.href = '#get-started'"
|
|
@@ -25,24 +30,10 @@
|
|
|
25
30
|
Documentation
|
|
26
31
|
</button>
|
|
27
32
|
</div>
|
|
28
|
-
|
|
29
|
-
<div class="mw-card mw-card-simple mw-text-center">
|
|
30
|
-
<h3 class="mw-text-2xl mw-mb-4">Simple. Adaptive. Unstoppable.</h3>
|
|
31
|
-
<p class="mw-mb-4">
|
|
32
|
-
MaverickWave is a sleek foundation for creators who value elegance
|
|
33
|
-
without compromise. Its fluid design philosophy bends and flexes like
|
|
34
|
-
the tide - shaping itself perfectly to your vision.
|
|
35
|
-
</p>
|
|
36
|
-
<p class="mw-mb-4">
|
|
37
|
-
Launch stunning portfolios, vibrant corporate sites, and powerful
|
|
38
|
-
e-commerce platforms faster than ever. MaverickWave gives you the
|
|
39
|
-
ultimate creative freedom without sacrificing performance.
|
|
40
|
-
</p>
|
|
41
|
-
<p>
|
|
42
|
-
Experience the future of styling with effortless dark mode, mobile-first
|
|
43
|
-
responsive layouts, and accessibility at its core - because great design
|
|
44
|
-
is for everyone.
|
|
45
|
-
</p>
|
|
46
|
-
</div>
|
|
47
33
|
</div>
|
|
48
34
|
</div>
|
|
35
|
+
|
|
36
|
+
<a class="mw-scroll-hint" href="#get-started">
|
|
37
|
+
More
|
|
38
|
+
<i class="fas fa-chevron-down"></i>
|
|
39
|
+
</a>
|