mp-design-system 0.7.3 → 0.8.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/build/{Inter-Bold.39130deb.woff → Inter-Bold.419e8c71.woff} +0 -0
- package/dist/build/{Inter-Bold.a2748096.woff2 → Inter-Bold.af5441a3.woff2} +0 -0
- package/dist/build/{Inter-Regular.27892b21.woff → Inter-Regular.ca6858d7.woff} +0 -0
- package/dist/build/{Inter-Regular.03253301.woff2 → Inter-Regular.ed77b881.woff2} +0 -0
- package/dist/build/{Inter-SemiBold.ba1d0d7d.woff → Inter-SemiBold.cc1168df.woff} +0 -0
- package/dist/build/{Inter-SemiBold.97a52f0e.woff2 → Inter-SemiBold.dd034768.woff2} +0 -0
- package/dist/build/concentric.05eaed9c.svg +1 -0
- package/dist/build/dots-pattern.3c9c2a26.svg +1 -0
- package/dist/build/js/app.js +2 -24
- package/dist/build/js/app.js.map +1 -1
- package/dist/build/scss/library.css +2 -2
- package/dist/build/scss/library.css.map +1 -1
- package/dist/build/scss/main.css +2 -2
- package/dist/build/scss/main.css.map +1 -1
- package/package.json +6 -7
- package/src/_includes/components/accordion/accordion.config.js +27 -0
- package/src/_includes/components/accordion/accordion.md +15 -0
- package/src/_includes/components/accordion/accordion.njk +10 -0
- package/src/_includes/components/accordion/accordion.scss +49 -0
- package/src/_includes/components/accordion/macro.njk +5 -0
- package/src/_includes/components/button/button.njk +1 -1
- package/src/_includes/components/hero/hero.config.js +27 -3
- package/src/_includes/components/hero/hero.njk +29 -1
- package/src/_includes/components/hero/hero.scss +61 -1
- package/src/_includes/components/table/table.config.js +12 -0
- package/src/_includes/components/table/table.njk +8 -2
- package/src/_includes/includes/system-footer.njk +2 -4
- package/src/assets/js/app.js +7 -3
- package/src/assets/js/imports/accordion.js +19 -0
- package/src/assets/js/imports/gallery.js +6 -0
- package/src/assets/js/imports/hero-video.js +34 -0
- package/src/assets/scss/components/gallery.scss +0 -50
- package/src/assets/scss/components/index.scss +2 -0
- package/src/assets/scss/components/lightbox.scss +63 -0
- package/src/assets/scss/objects/grid.scss +3 -1
- package/src/brand/downloads.njk +16 -6
- package/src/brand/visual/images.md +17 -17
- package/src/brand/visual/logo.md +2 -0
- package/src/components/iconography.njk +12 -12
- package/src/content/index.njk +1 -1
- package/src/index.njk +12 -4
- package/src/prototype/product.njk +24 -1
- package/src/prototype/range.njk +1 -1
- package/src/static/pdf/PN12558_Physical_branding_v23.pdf +0 -0
- package/src/static/zip/MP_logo.zip +0 -0
- package/dist/build/concentric.797defa2.svg +0 -1
- package/dist/build/dots-pattern.7a77e237.svg +0 -1
- package/src/static/img/grid-captivate-2.jpg +0 -0
- package/src/static/img/grid-captivate-3.jpg +0 -0
- package/src/static/img/grid-captivate-4.jpg +0 -0
- package/src/static/img/grid-convince-1.jpg +0 -0
- package/src/static/img/grid-convince-2.jpg +0 -0
- package/src/static/img/grid-convince-3.jpg +0 -0
- package/src/static/img/grid-convince-4.jpg +0 -0
- package/src/static/img/grid-convince-6.jpg +0 -0
- package/src/static/img/grid-inform-applications-1.jpg +0 -0
- package/src/static/img/grid-inform-applications-2.jpg +0 -0
- package/src/static/img/grid-inform-applications-3.jpg +0 -0
- package/src/static/img/grid-inform-tech-1.jpg +0 -0
- package/src/static/img/grid-inform-tech-2.jpg +0 -0
- package/src/static/img/grid-inform-tech-4.jpg +0 -0
- package/src/static/img/grid-inspire-1.jpg +0 -0
- package/src/static/img/grid-inspire-2.jpg +0 -0
- package/src/static/img/grid-inspire-3.jpg +0 -0
- package/src/static/img/grid-inspire-4.jpg +0 -0
- package/src/static/img/grid-inspire-5.jpg +0 -0
- package/src/static/pdf/FINAL Tone of voice guidelines April 2021.pdf +0 -0
- package/src/static/pdf/Mastersizer 3000.pdf +58 -53069
- package/src/static/pdf/PN12316_Digital_brand_quickstart_v06.pdf +45 -19388
- package/src/static/ppt/MP Elevator pitch.pptx +0 -0
package/src/brand/downloads.njk
CHANGED
@@ -2,22 +2,22 @@
|
|
2
2
|
title: Downloads
|
3
3
|
layout: content-page
|
4
4
|
sidebar: brand
|
5
|
-
status: '
|
6
|
-
version: 0.0.1
|
5
|
+
status: 'Ready'
|
7
6
|
tags: brand
|
8
7
|
---
|
9
8
|
{% from "components/prose/macro.njk" import markdown %}
|
10
9
|
{% from "components/card/macro.njk" import card %}
|
11
10
|
{% from "components/twi/macro.njk" import twi %}
|
12
11
|
|
13
|
-
<div class="u-flow--l">
|
12
|
+
<div class="u-flow--l u-margin-top-xl">
|
14
13
|
|
15
14
|
{{ twi({
|
16
|
-
link: "/static/
|
17
|
-
label: "
|
15
|
+
link: "/static/zip/MP_logo.zip",
|
16
|
+
label: "Malvern Panalytical logo",
|
18
17
|
classes: "u-link",
|
19
18
|
icon: "file"
|
20
19
|
}) }}
|
20
|
+
|
21
21
|
<br>
|
22
22
|
|
23
23
|
{{ twi({
|
@@ -26,10 +26,20 @@ label: 'Brand guidelines quick-start guide',
|
|
26
26
|
classes: 'u-link',
|
27
27
|
icon: 'file'
|
28
28
|
}) }}
|
29
|
+
|
30
|
+
<br>
|
31
|
+
|
32
|
+
{{ twi({
|
33
|
+
link: "https://malvern.sharepoint.com/:b:/r/sites/Intranet/Shared%20Documents/FINAL%20Tone%20of%20voice%20guidelines%20April%202021.pdf?csf=1&web=1&e=vW1Qzs",
|
34
|
+
label: "Tone of voice guidelines",
|
35
|
+
classes: "u-link",
|
36
|
+
icon: "file"
|
37
|
+
}) }}
|
38
|
+
|
29
39
|
<br>
|
30
40
|
|
31
41
|
{{ twi({
|
32
|
-
link: "/
|
42
|
+
link: "https://malvern.sharepoint.com/:p:/r/sites/SVP/Shared%20Documents/Elevator%20Pitch%20(different%20languages)/Elevator%20pitch%20PPT%20(internal-external).pptx?d=w5ae5e5afa8c042f9968f95878a910471&csf=1&web=1&e=ui0qAk",
|
33
43
|
label: "Elevator pitch - Powerpoint presentation",
|
34
44
|
classes: "u-link",
|
35
45
|
icon: "file"
|
@@ -42,39 +42,39 @@ The images we use can have a great effect on how people perceive our company. Ju
|
|
42
42
|
<div class="c-library__photo-grid grid-1">
|
43
43
|
<div class="u-bg-petrol u-white"><h2>Captivate</h2></div>
|
44
44
|
<img src="/static/img/grid-captivate-1.jpg" alt="A silhouette of a woman's face, overlaid with plotted lines and charts of data" loading="lazy">
|
45
|
-
<img src="/
|
46
|
-
<img src="/
|
47
|
-
<img src="/
|
45
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/f4c97a0a-bb44-417d-a935-adea010bdf70/shutterstock_600381020_Low-res.JPG" alt="Looking up through tree branches at the Milky Way, filling the night sky" loading="lazy">
|
46
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/519c5d77-203b-433f-a8d6-adf600fd4f42/shutterstock_1729372963_Low-res.JPG" alt="A glowing Malvern Panalytical logo floats amongst trees in a misty forest " loading="lazy">
|
47
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/d3e8fca9-b331-4798-ac4e-adea010d1c42/shutterstock_455077471_Low-res.JPG" alt="A network of brass pins embedded in a wooden surface, connected with fine wire" loading="lazy">
|
48
48
|
</div>
|
49
49
|
|
50
50
|
<div class="c-library__photo-grid grid-1">
|
51
51
|
<div class="u-bg-red u-white"><h2>Inspire</h2></div>
|
52
|
-
<img src="/
|
53
|
-
<img src="/
|
54
|
-
<img src="/
|
55
|
-
<img src="/
|
52
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/981276ff-0ab9-4be9-aedd-adea010bf005/shutterstock_145005193_Low-res.JPG" alt="A scientist wearing protective gear leans in, using a pipette to fill a cuvette" loading="lazy">
|
53
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/372bcddb-261b-4272-a3fd-adea010c01ad/shutterstock_1408636658_Low-res.JPG" alt="An extreme close-up of tiny underwater plants, glowing in sunlight" loading="lazy">
|
54
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/d80bfeb7-1b0c-40cf-97e8-adea010bea98/shutterstock_174607778_Low-res.JPG" alt="An industrial pipeline silhouetted against the dawn sky" loading="lazy">
|
55
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/7f424ea8-8443-444a-8c91-adea010bee72/shutterstock_712297567_Low-res.JPG" alt="A CNC machine cuts into a piece of metal, sending sparks flying" loading="lazy">
|
56
56
|
</div>
|
57
57
|
|
58
58
|
<div class="c-library__photo-grid grid-2">
|
59
59
|
<div class="u-bg-blue u-white"><h2>Inform - Applications</h2></div>
|
60
|
-
<img src="/
|
61
|
-
<img src="/
|
62
|
-
<img src="/
|
60
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/971f54df-cdb3-43d8-ac63-adea010af455/shutterstock_1515878372_Low-res.JPG" alt="Three engineers in a workshop building a robotic device" loading="lazy">
|
61
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/1f20be8d-61fc-465b-b67d-adea010a3cad/shutterstock_717797560_Low-res.JPG" alt="A deep sea oil rig lit up against the evening sky" loading="lazy">
|
62
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/86aad13f-9f20-4a18-8a2e-adea010ae3d9/shutterstock_111870260_Low-res.JPG" alt="An aerial view of a water treatment plant in the sunshine" loading="lazy">
|
63
63
|
</div>
|
64
64
|
|
65
65
|
<div class="c-library__photo-grid grid-2">
|
66
66
|
<div class="u-bg-blue u-white"><h2>Inform - Technology</h2></div>
|
67
|
-
<img src="/
|
68
|
-
<img src="/
|
69
|
-
<img src="/
|
67
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/b7f2beab-a7e1-48f7-83e1-adea010ca426/shutterstock_1921649444_Low-res.JPG" alt="An engineer in a data center typing on a laptop, surrounded by server racks" loading="lazy">
|
68
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/523373f2-3a26-45b4-9b1b-adea010caab1/shutterstock_1073659409_Low-res.JPG" alt="A scientist wearing protective gear looks into a microscope" loading="lazy">
|
69
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/5b80c088-2b69-4bb9-a705-adea010d0fb1/shutterstock_1770220811_Low-res.JPG" alt="A network of glass spheres, some lit from within, connected by metal rods, suspended in darkness" loading="lazy">
|
70
70
|
</div>
|
71
71
|
|
72
72
|
<div class="c-library__photo-grid grid-1">
|
73
73
|
<div class="u-bg-green u-white"><h2>Convince</h2></div>
|
74
|
-
<img src="/
|
75
|
-
<img src="/
|
76
|
-
<img src="/
|
77
|
-
<img src="/
|
74
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/fb25d412-a13c-47fa-8740-adea010b4722/shutterstock_1522368992_Low-res.JPG" alt="A birds-eye view of people raising their glasses around a dinner table" loading="lazy">
|
75
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/87714d0a-16c8-43f5-a7e0-adea01143f6a/shutterstock_326505566_Low-res.JPG" alt="A barista pours steamed milk into a latte, creating a heart pattern" loading="lazy">
|
76
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/2d6b4793-692f-4ff8-ab51-adea010c6f71/shutterstock_128581706_Low-res.JPG" alt="Plants with green leaves growing out of glass containers in a laboratory" loading="lazy">
|
77
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/fe398dc5-a0db-4801-a680-adea010c65e1/shutterstock_1898110876_Low-res.JPG" alt="An aerial view of farmland, with buildings connected by CGI arcs of light in the air" loading="lazy">
|
78
78
|
</div>
|
79
79
|
|
80
80
|
<div class="u-wrap--content u-margin-top-xl">
|
package/src/brand/visual/logo.md
CHANGED
@@ -7,6 +7,8 @@ version: 1.0.0
|
|
7
7
|
status: 'Ready'
|
8
8
|
---
|
9
9
|
|
10
|
+
<a href="/static/zip/MP_logo.zip" class="mp c-twi u-link c-twi--left"><span>Download: Malvern Panalytical logo</span><svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--file"><use xlink:href="/static/svg/sprite.svg#file"></use></svg></a>
|
11
|
+
|
10
12
|
The Malvern Panalytical logo is available in two formats:
|
11
13
|
|
12
14
|
- Standard, with the text alongside the 'X' brandmark;
|
@@ -18,23 +18,23 @@ Icons add visual noise to designs and should be used sparingly.
|
|
18
18
|
{% endset %}
|
19
19
|
|
20
20
|
{% set icons = [
|
21
|
-
'file',
|
22
|
-
'arrow-right',
|
23
21
|
'arrow-left',
|
22
|
+
'arrow-right',
|
24
23
|
'chevron-down',
|
25
|
-
'
|
24
|
+
'cross',
|
25
|
+
'dash',
|
26
26
|
'facebook',
|
27
|
-
'
|
28
|
-
'
|
27
|
+
'file',
|
28
|
+
'info',
|
29
29
|
'instagram',
|
30
30
|
'linkedin',
|
31
|
-
'youtube',
|
32
|
-
'play',
|
33
|
-
'info',
|
34
31
|
'log-out',
|
35
|
-
'
|
32
|
+
'play',
|
33
|
+
'rss',
|
34
|
+
'search',
|
36
35
|
'tick',
|
37
|
-
'
|
36
|
+
'twitter',
|
37
|
+
'youtube'
|
38
38
|
] %}
|
39
39
|
|
40
40
|
{% set content2 %}
|
@@ -63,7 +63,7 @@ Adding new icons to the SVG sprite is a manual process.
|
|
63
63
|
<tr>
|
64
64
|
<th>Icon</th>
|
65
65
|
<th>ID</th>
|
66
|
-
<th>Code</th>
|
66
|
+
<th>Code (Nunjucks)</th>
|
67
67
|
</tr>
|
68
68
|
</thead>
|
69
69
|
<tbody>
|
@@ -73,7 +73,7 @@ Adding new icons to the SVG sprite is a manual process.
|
|
73
73
|
{{ icon({ id: id }) }}
|
74
74
|
</td>
|
75
75
|
<td><code>{{ id }}</code></td>
|
76
|
-
<td><code>{{ "{{ icon({ id: id }
|
76
|
+
<td><code>{{ "{{ icon({ id:" }} {{ id }} }) }}</code></td>
|
77
77
|
</tr>
|
78
78
|
{% endfor %}
|
79
79
|
</table>
|
package/src/content/index.njk
CHANGED
@@ -34,7 +34,7 @@ Which is why we’ve created these guidelines. They contain simple, practical ad
|
|
34
34
|
}) }}
|
35
35
|
|
36
36
|
{{ twi({
|
37
|
-
link: '/
|
37
|
+
link: 'https://malvern.sharepoint.com/:b:/r/sites/Intranet/Shared%20Documents/FINAL%20Tone%20of%20voice%20guidelines%20April%202021.pdf?csf=1&web=1&e=vW1Qzs',
|
38
38
|
label: 'Download this guide as a PDF',
|
39
39
|
classes: 'u-link',
|
40
40
|
icon: 'file',
|
package/src/index.njk
CHANGED
@@ -14,7 +14,7 @@ renderData:
|
|
14
14
|
{{ card({
|
15
15
|
theme: {
|
16
16
|
layout: 'single',
|
17
|
-
size: '
|
17
|
+
size: 'large',
|
18
18
|
border: true
|
19
19
|
},
|
20
20
|
header: {
|
@@ -34,7 +34,7 @@ renderData:
|
|
34
34
|
{{ card({
|
35
35
|
theme: {
|
36
36
|
layout: 'single',
|
37
|
-
size: '
|
37
|
+
size: 'large',
|
38
38
|
border: true
|
39
39
|
},
|
40
40
|
header: {
|
@@ -54,7 +54,7 @@ renderData:
|
|
54
54
|
{{ card({
|
55
55
|
theme: {
|
56
56
|
layout: 'single',
|
57
|
-
size: '
|
57
|
+
size: 'large',
|
58
58
|
border: true
|
59
59
|
},
|
60
60
|
header: {
|
@@ -73,9 +73,17 @@ renderData:
|
|
73
73
|
</div>
|
74
74
|
|
75
75
|
{% set content %}
|
76
|
+
## Latest
|
77
|
+
##### V.{{ config.dsVersion }} - Feb 17 2020
|
78
|
+
|
79
|
+
- Create [accordion component](/components/accordion)
|
80
|
+
- Create background-video variant for hero component
|
81
|
+
- Add downloadable copy of the [Malvern Panalytical logo](/brand/downloads)
|
82
|
+
- Misc. library improvements
|
83
|
+
|
76
84
|
## A living resource for everyone
|
77
85
|
|
78
|
-
As
|
86
|
+
As Malvern Panalytical has grown, our online experiences have become disparate and inconsistent. The goal of this design system is to address this by creating a single source of truth. It will rely on us all using and contributing to it, with the ongoing support of the Design System Team.
|
79
87
|
{% endset %}
|
80
88
|
|
81
89
|
{{ markdown({
|
@@ -31,7 +31,7 @@ tagTitle: Product
|
|
31
31
|
<h2 class="c-h c-h--page-subtitle u-margin-top-s-m">Delivering the data you need for outcomes you can trust</h2>
|
32
32
|
<div class="mp o-prose u-margin-top-s-m u-flow--m">
|
33
33
|
<p>From pharma to food, manufacturing to environmental monitoring, organisations the world over trust the Mastersizer 3000 laser diffraction particle size analyser for fast, accurate and reliable analysis. The instrument’s ease of use and versatility means it’s valued for both scientific research and manufacturing quality control.</p>
|
34
|
-
{{ twi({ classes: 'u-link', label: 'Download brochure', link: '/
|
34
|
+
{{ twi({ classes: 'u-link', label: 'Download brochure', link: 'https://www.malvernpanalytical.com/en/assets/Mastersizer%203000%20Brochure%20%28EN%29_tcm50-58994.pdf', attrs: 'download', icon: 'file', inline: true, colour: 'white' }) }}
|
35
35
|
</div>
|
36
36
|
<div class="u-margin-top-s-m">
|
37
37
|
{{ button({ link: '/prototype/request-a-quote', label: 'Request a quote', inline: true }) }}
|
@@ -84,6 +84,7 @@ tagTitle: Product
|
|
84
84
|
links: [
|
85
85
|
{ link: '#features-and-benefits', label: 'Features and benefits' },
|
86
86
|
{ link: '#key-components', label: 'Key components' },
|
87
|
+
{ link: '#faqs', label: 'FAQs' },
|
87
88
|
{ link: '#use-cases', label: 'Use cases' },
|
88
89
|
{ link: '#specifications', label: 'Specifications' },
|
89
90
|
{ link: '#accessories', label: 'Accessories' },
|
@@ -150,6 +151,28 @@ tagTitle: Product
|
|
150
151
|
</ul>
|
151
152
|
</div>
|
152
153
|
|
154
|
+
<div class="mp o-prose u-flow--prose" id="faqs">
|
155
|
+
<h2>Frequently asked questions</h2>
|
156
|
+
<dl class="c-accordion">
|
157
|
+
<div class="c-accordion__item ">
|
158
|
+
<dt class="c-accordion__title">Do I need to prepare the workspace prior to installation?</dt>
|
159
|
+
<dd class="c-accordion__content o-prose u-flow--prose">All instruments need a power source, and some have additional requirements such as a water supply or waste extraction. Where this the case, we will advise you prior to shipping your instrument.</dd>
|
160
|
+
</div>
|
161
|
+
<div class="c-accordion__item ">
|
162
|
+
<dt class="c-accordion__title">What specialist skills or knowledge are required?</dt>
|
163
|
+
<dd class="c-accordion__content o-prose u-flow--prose">You don't need any specialist skills or knowledge to perform a Smart Install. Simply follow the instructions provided.</dd>
|
164
|
+
</div>
|
165
|
+
<div class="c-accordion__item ">
|
166
|
+
<dt class="c-accordion__title">Do I need specialist tools or equipment to Smart Install a new instrument?</dt>
|
167
|
+
<dd class="c-accordion__content o-prose u-flow--prose"><ul><li>For installation of a Mastersizer or Zetasizer system, you will need a computer with internet access in order to view the installation guides. For installation of an Epsilon 1 XRF instrument, you will also need a smartphone or tablet to connect with our support personnel via a secure, augmented reality (AR) platform.</li><li>Everything else you need to install your new instrument will be provided.</li></ul></dd>
|
168
|
+
</div>
|
169
|
+
<div class="c-accordion__item ">
|
170
|
+
<dt class="c-accordion__title">What languages are available for the Smart Install guides?</dt>
|
171
|
+
<dd class="c-accordion__content o-prose u-flow--prose"><ul><li>Mastersizer: English, Chinese, Korean, French, German and Japanese</li><li>Zetasizer: English, Chinese, Korean, French, German and Japanese</li><li>Epsilon 1: English, French, German and Japanese, Spanish and Portuguese</li></ul></dd>
|
172
|
+
</div>
|
173
|
+
</dl>
|
174
|
+
</div>
|
175
|
+
|
153
176
|
<div class="mp o-prose u-flow--prose" id="use-cases">
|
154
177
|
<h2>What customers use the Mastersizer 3000 for</h2>
|
155
178
|
<p>The Mastersizer 3000 lets users find the particle size ‘sweet spot’ for a vast array of processes – helping them create substances that behave more <strong>predictably</strong>, more <strong>safely</strong> and to a higher <strong>quality</strong>. Mastersizers are frequently used for:</p>
|
package/src/prototype/range.njk
CHANGED
@@ -31,7 +31,7 @@ tagTitle: Range
|
|
31
31
|
},
|
32
32
|
cta: {
|
33
33
|
label: 'Download brochure',
|
34
|
-
link: '/
|
34
|
+
link: 'https://www.malvernpanalytical.com/en/assets/Mastersizer%203000%20Brochure%20%28EN%29_tcm50-58994.pdf',
|
35
35
|
attrs: 'download',
|
36
36
|
icon: 'file'
|
37
37
|
}
|
Binary file
|
Binary file
|
@@ -1 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="641" height="1012" opacity="0.075" fill="none" viewBox="0 0 641 1012"><circle cx="641" cy="506" r="80" stroke="#004157"/><circle cx="641" cy="506" r="20" stroke="#004157"/><circle cx="641" cy="506" r="160" stroke="#004157"/><circle cx="641" cy="506" r="240" stroke="#004157"/><circle cx="641" cy="506" r="320" stroke="#004157"/><circle cx="641" cy="506" r="400" stroke="#004157"/><circle cx="641" cy="506" r="480" stroke="#004157"/><circle cx="641" cy="506" r="560" stroke="#004157"/><circle cx="641" cy="506" r="640" stroke="#004157"/></svg>
|
@@ -1 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="421" height="724" fill="none" viewBox="0 0 421 724"><g stroke="#004157" opacity=".075"><circle cx="36.965" cy="27.974" r="17.5" transform="rotate(-15 36.965 27.974)"/><circle cx="141.285" cy=".021" r="17.5" transform="rotate(-15 141.285 .021)"/><circle cx="3.44" cy="111.496" r="17.5" transform="rotate(-15 3.44 111.496)"/><circle cx="107.76" cy="83.544" r="17.5" transform="rotate(-15 107.76 83.544)"/><circle cx="212.08" cy="55.591" r="17.5" transform="rotate(-15 212.08 55.591)"/><circle cx="74.235" cy="167.067" r="17.5" transform="rotate(-15 74.235 167.067)"/><circle cx="178.555" cy="139.114" r="17.5" transform="rotate(-15 178.555 139.114)"/><circle cx="40.71" cy="250.59" r="17.5" transform="rotate(-15 40.71 250.59)"/><circle cx="145.03" cy="222.637" r="17.5" transform="rotate(-15 145.03 222.637)"/><circle cx="249.35" cy="194.685" r="17.5" transform="rotate(-15 249.35 194.685)"/><circle cx="7.185" cy="334.113" r="17.5" transform="rotate(-15 7.185 334.113)"/><circle cx="111.505" cy="306.16" r="17.5" transform="rotate(-15 111.505 306.16)"/><circle cx="215.825" cy="278.208" r="17.5" transform="rotate(-15 215.825 278.208)"/><circle cx="77.98" cy="389.683" r="17.5" transform="rotate(-15 77.98 389.683)"/><circle cx="182.3" cy="361.73" r="17.5" transform="rotate(-15 182.3 361.73)"/><circle cx="286.62" cy="333.778" r="17.5" transform="rotate(-15 286.62 333.778)"/><circle cx="44.455" cy="473.206" r="17.5" transform="rotate(-15 44.455 473.206)"/><circle cx="148.775" cy="445.254" r="17.5" transform="rotate(-15 148.775 445.254)"/><circle cx="253.095" cy="417.301" r="17.5" transform="rotate(-15 253.095 417.301)"/><circle cx="10.93" cy="556.729" r="17.5" transform="rotate(-15 10.93 556.729)"/><circle cx="115.25" cy="528.776" r="17.5" transform="rotate(-15 115.25 528.776)"/><circle cx="219.57" cy="500.824" r="17.5" transform="rotate(-15 219.57 500.824)"/><circle cx="323.89" cy="472.871" r="17.5" transform="rotate(-15 323.89 472.871)"/><circle cx="81.725" cy="612.299" r="17.5" transform="rotate(-15 81.725 612.299)"/><circle cx="186.045" cy="584.347" r="17.5" transform="rotate(-15 186.045 584.347)"/><circle cx="290.365" cy="556.394" r="17.5" transform="rotate(-15 290.365 556.394)"/><circle cx="48.2" cy="695.822" r="17.5" transform="rotate(-15 48.2 695.822)"/><circle cx="152.52" cy="667.87" r="17.5" transform="rotate(-15 152.52 667.87)"/><circle cx="256.84" cy="639.917" r="17.5" transform="rotate(-15 256.84 639.917)"/><circle cx="361.16" cy="611.965" r="17.5" transform="rotate(-15 361.16 611.965)"/><circle cx="223.315" cy="723.44" r="17.5" transform="rotate(-15 223.315 723.44)"/><circle cx="327.635" cy="695.488" r="17.5" transform="rotate(-15 327.635 695.488)"/></g></svg>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|