mp-design-system 1.2.15 → 1.2.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,61 @@
1
+ ---
2
+ title: Mastersizer range
3
+ tags: prototype
4
+ ---
5
+
6
+ {% set siteNav %}{% include "navigation/corporate.njk" %}{% endset %}
7
+
8
+ {% extends "page.njk" %}
9
+
10
+ {% block content %}
11
+
12
+ <div class="mp u-wrap u-pad-y-l-2xl">
13
+ <nav class="c-breadcrumb " aria-label="Breadcrumb">
14
+ <ol class="c-breadcrumb__list" role="list">
15
+ <li class="c-breadcrumb__item" role="listitem">
16
+ <a href="/en/products" class="c-breadcrumb__link">Products</a>
17
+ </li>
18
+ <li class="c-breadcrumb__item" role="listitem">
19
+ <svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--chevron-down">
20
+ <use xlink:href="/static/svg/sprite.svg#chevron-down"></use>
21
+ </svg>
22
+ <a href="/en/products/product-range" class="c-breadcrumb__link">Product range </a>
23
+ </li>
24
+ <li class="c-breadcrumb__item" role="listitem">
25
+ <svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--chevron-down">
26
+ <use xlink:href="/static/svg/sprite.svg#chevron-down"></use>
27
+ </svg>
28
+ <a href="/en/products/product-range/zetasizer-range" class="c-breadcrumb__link">Zetasizer range</a>
29
+ </li>
30
+ <li class="c-breadcrumb__item" role="listitem">
31
+ <svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--chevron-down">
32
+ <use xlink:href="/static/svg/sprite.svg#chevron-down"></use>
33
+ </svg>
34
+ <a href="/en/products/product-range/zetasizer-range/zetasizer-advance-range" class="c-breadcrumb__link">Zetasizer Advance Range</a>
35
+ </li>
36
+ <li class="c-breadcrumb__item" role="listitem">
37
+ <svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--chevron-down">
38
+ <use xlink:href="/static/svg/sprite.svg#chevron-down"></use>
39
+ </svg>
40
+ <span class="c-breadcrumb__current" aria-current="Zetasizer Advance: Which system ...">Zetasizer Advance: Which system ...</span>
41
+ </li>
42
+ </ol>
43
+ </nav>
44
+ <header class="u-wrap--content u-flow--xs">
45
+ <h1 class="c-h c-h--page-title">Zetasizer Advance: Which system is right for me?</h1>
46
+ </header>
47
+ </div>
48
+ <div class="u-wrap u-flow--xl">
49
+ <div>
50
+ <div class="o-prose u-flow--prose">
51
+ <p>Get your personalized recommendation for your perfect new system, as well as seeing which Zetasizer is the closest equivalent to your existing instrument, in just a few minutes!</p>
52
+ <p>With 6 models to choose from, our new tool will help you find the perfect <a title="Zetasizer Advance Range" href="/en/products/product-range/zetasizer-range/zetasizer-advance-range">Zetasizer Advance system</a> for your measurement needs. To find out which instrument is best suited to your requirements, or is the best match for your current Zetasizer, please answer the questions below&nbsp;and click the ‘Find your Zetasizer’ button.</p>
53
+ </div>
54
+ </div>
55
+ <div id="product-finder"></div>
56
+ </div>
57
+
58
+ <script src="https://unpkg.com/vue@next/dist/vue.global.js"></script>
59
+ <script src="/build/js/product-finder.js" defer></script>
60
+
61
+ {% endblock %}