testio-tailwind 0.2.4 → 0.3.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/index.html +7 -1
- package/package.json +1 -1
- package/src/_layouts/base.njk +6 -0
- package/src/_layouts/page-example-customer.njk +6 -0
- package/src/_layouts/page-example-manager.njk +6 -0
- package/src/_layouts/page-example-tester.njk +6 -0
- package/src/_layouts/page-example.njk +6 -0
- package/src/assets/images/logo_issuing/testio_issuing_black-1000px.png +0 -0
- package/src/assets/images/logo_issuing/testio_issuing_black.svg +22 -0
- package/src/assets/images/logo_issuing/testio_issuing_minimal_black-1000px.png +0 -0
- package/src/assets/images/logo_issuing/testio_issuing_minimal_black.svg +15 -0
- package/src/assets/images/logo_issuing/testio_issuing_minimal_white-1000px.png +0 -0
- package/src/assets/images/logo_issuing/testio_issuing_minimal_white.svg +20 -0
- package/src/assets/images/logo_issuing/testio_issuing_white-1000px.png +0 -0
- package/src/assets/images/logo_issuing/testio_issuing_white.svg +22 -0
- package/src/pages/issuing/index.njk +7 -0
- package/src/pages/issuing/logo.haml +30 -0
- package/src/static/app.bundled.js +581 -261
- package/src/static/app.compiled.css +1792 -1630
- package/src/static/app.compiled.css.map +1 -1
package/index.html
CHANGED
|
@@ -163,6 +163,12 @@
|
|
|
163
163
|
Typography
|
|
164
164
|
</a>
|
|
165
165
|
|
|
166
|
+
<details class="header-dropdown">
|
|
167
|
+
<summary class="navlink">Spaces</summary>
|
|
168
|
+
<div class="dropdown-menu">
|
|
169
|
+
<a href="/issuing" class="dropdown-link">Issuing</a>
|
|
170
|
+
</div>
|
|
171
|
+
</details>
|
|
166
172
|
<details class="header-dropdown">
|
|
167
173
|
<summary class="navlink">Examples</summary>
|
|
168
174
|
<div class="dropdown-menu">
|
|
@@ -392,7 +398,7 @@
|
|
|
392
398
|
</header>
|
|
393
399
|
|
|
394
400
|
|
|
395
|
-
<main class="main-content main-content-padding flex justify-start items-center
|
|
401
|
+
<main class="main-content main-content-padding flex flex-col justify-start items-center"><div class="w-spacing-8xl flex flex-col justify-center items-center"><img class="w-spacing-3xl h-spacing-3xl mb-8 mt-5" src="/assets/images/logo-testio/testio_vertical_purpleteal_black.svg"/><p class="max-w-paragraph">This design system provides Test IO themed components based on TailWindCSS. It helps designers and developers build products and services more easily. Component classes, and HTML snippets offer a starting point for development.</p><a class="pt-6" href="https://badge.fury.io/js/testio-tailwind"><img src="https://badge.fury.io/js/testio-tailwind.svg" alt="npm version" height="20"/></a><p class="max-w-paragraph mt-3 mb-heading">To get started with using the styles provided by the design system, just download the current compiled CSS below and implement your components with the provided code. </p><a class="btn btn-block btn-primary max-w-paragraph" href="/static/app.compiled.css" target="_blank"><div class="icon icon-cloud-download mr-icon-spacing"></div>Download compiled CSS</a></div></main>
|
|
396
402
|
|
|
397
403
|
</body>
|
|
398
404
|
<script src="/static/app.bundled.js"></script>
|
package/package.json
CHANGED
package/src/_layouts/base.njk
CHANGED
|
@@ -30,6 +30,12 @@
|
|
|
30
30
|
{{ item.text }}
|
|
31
31
|
</a>
|
|
32
32
|
{% endfor %}
|
|
33
|
+
<details class="header-dropdown">
|
|
34
|
+
<summary class="navlink">Spaces</summary>
|
|
35
|
+
<div class="dropdown-menu">
|
|
36
|
+
<a href="/issuing" class="dropdown-link">Issuing</a>
|
|
37
|
+
</div>
|
|
38
|
+
</details>
|
|
33
39
|
<details class="header-dropdown">
|
|
34
40
|
<summary class="navlink">Examples</summary>
|
|
35
41
|
<div class="dropdown-menu">
|
|
@@ -18,6 +18,12 @@
|
|
|
18
18
|
{{ item.text }}
|
|
19
19
|
</a>
|
|
20
20
|
{% endfor %}
|
|
21
|
+
<details class="header-dropdown">
|
|
22
|
+
<summary class="navlink">Spaces</summary>
|
|
23
|
+
<div class="dropdown-menu">
|
|
24
|
+
<a href="/issuing" class="dropdown-link">Issuing</a>
|
|
25
|
+
</div>
|
|
26
|
+
</details>
|
|
21
27
|
<details class="header-dropdown">
|
|
22
28
|
<summary class="navlink">Examples</summary>
|
|
23
29
|
<div class="dropdown-menu dropdown-projects">
|
|
@@ -18,6 +18,12 @@
|
|
|
18
18
|
{{ item.text }}
|
|
19
19
|
</a>
|
|
20
20
|
{% endfor %}
|
|
21
|
+
<details class="header-dropdown">
|
|
22
|
+
<summary class="navlink">Spaces</summary>
|
|
23
|
+
<div class="dropdown-menu">
|
|
24
|
+
<a href="/issuing" class="dropdown-link">Issuing</a>
|
|
25
|
+
</div>
|
|
26
|
+
</details>
|
|
21
27
|
<details class="header-dropdown">
|
|
22
28
|
<summary class="navlink">Examples</summary>
|
|
23
29
|
<div class="dropdown-menu dropdown-projects">
|
|
@@ -19,6 +19,12 @@
|
|
|
19
19
|
{{ item.text }}
|
|
20
20
|
</a>
|
|
21
21
|
{% endfor %}
|
|
22
|
+
<details class="header-dropdown">
|
|
23
|
+
<summary class="navlink">Spaces</summary>
|
|
24
|
+
<div class="dropdown-menu">
|
|
25
|
+
<a href="/issuing" class="dropdown-link">Issuing</a>
|
|
26
|
+
</div>
|
|
27
|
+
</details>
|
|
22
28
|
<details class="header-dropdown">
|
|
23
29
|
<summary class="navlink">Examples</summary>
|
|
24
30
|
<div class="dropdown-menu dropdown-projects">
|
|
@@ -27,6 +27,12 @@
|
|
|
27
27
|
{{ item.text }}
|
|
28
28
|
</a>
|
|
29
29
|
{% endfor %}
|
|
30
|
+
<details class="header-dropdown">
|
|
31
|
+
<summary class="navlink">Spaces</summary>
|
|
32
|
+
<div class="dropdown-menu">
|
|
33
|
+
<a href="/issuing" class="dropdown-link">Issuing</a>
|
|
34
|
+
</div>
|
|
35
|
+
</details>
|
|
30
36
|
<details class="header-dropdown">
|
|
31
37
|
<summary class="navlink">Examples</summary>
|
|
32
38
|
<div class="dropdown-menu dropdown-projects">
|
|
Binary file
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 252 62" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="testio_issuing_black" x="0" y="0" width="252" height="62" style="fill:none;"/>
|
|
5
|
+
<path id="TEST-IO" serif:id="TEST IO" d="M229.565,26.486C229.56,26.368 229.557,26.25 229.557,26.131C229.557,21.474 233.39,17.641 238.047,17.641C242.705,17.641 246.537,21.474 246.537,26.131C246.537,26.25 246.535,26.368 246.53,26.486C246.53,31.779 242.76,35.694 238.047,35.694C233.335,35.694 229.565,31.779 229.565,26.486M224.743,26.486C224.742,26.546 224.742,26.606 224.742,26.666C224.742,33.965 230.748,39.972 238.047,39.972C245.346,39.972 251.353,33.965 251.353,26.666C251.353,26.606 251.352,26.546 251.351,26.486C251.252,19.257 245.277,13.363 238.047,13.363C230.817,13.363 224.842,19.257 224.743,26.486M209.518,39.536L214.194,39.536L214.194,13.798L209.518,13.798L209.518,39.536ZM172.579,39.536L177.256,39.536L177.256,17.822L185.702,17.822L185.702,13.798L164.133,13.798L164.133,17.822L172.579,17.822L172.579,39.536ZM139.411,36.455C141.785,38.76 144.983,40.026 148.292,39.971C153.657,39.971 156.775,36.528 156.775,32.431C156.775,24.202 144.667,25.326 144.667,20.759C144.667,18.946 146.371,17.677 148.546,17.677C150.64,17.771 152.644,18.562 154.237,19.925L156.267,16.119C154.157,14.244 151.402,13.256 148.582,13.363C143.652,13.363 139.954,16.554 139.954,20.831C139.954,28.734 152.098,27.936 152.098,32.54C152.098,34.643 150.322,35.658 148.364,35.658C145.975,35.524 143.706,34.562 141.948,32.939L139.411,36.455ZM114.724,39.536L130.71,39.536L130.71,35.513L119.4,35.513L119.4,28.589L128.064,28.589L128.064,24.565L119.4,24.565L119.4,17.822L130.13,17.822L130.13,13.798L114.724,13.798L114.724,39.536ZM92.393,39.536L97.07,39.536L97.07,17.822L105.516,17.822L105.516,13.798L83.947,13.798L83.947,17.822L92.393,17.822L92.393,39.536Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
|
|
6
|
+
<g>
|
|
7
|
+
<path d="M11.324,41.854L11.276,41.805C10.732,41.244 10.352,40.545 10.176,39.784C10,39.023 10.036,38.228 10.279,37.486L10.284,37.474C10.356,37.019 10.489,36.576 10.679,36.157L10.832,35.863L23.371,13.678L60.736,13.678C62.979,13.692 64.81,15.474 64.962,17.727L64.973,18.011L64.973,57.2C64.973,59.508 63.213,61.396 60.989,61.543L60.71,61.553L30.865,61.553L30.867,61.55L30.777,61.553C31.19,61.102 31.502,60.568 31.691,59.986C31.88,59.404 31.942,58.788 31.873,58.18C31.744,57.053 31.129,56.325 30.24,55.67L29.992,55.494L11.825,42.28L11.591,42.097L11.584,42.092L11.825,42.28C11.667,42.165 11.515,42.039 11.374,41.904L11.324,41.854Z" style="fill:url(#_Linear1);fill-rule:nonzero;"/>
|
|
8
|
+
<path d="M35.995,0.169C36.579,0.043 37.183,0.041 37.768,0.163C38.353,0.285 38.905,0.528 39.39,0.877L50.61,8.949C51.346,9.479 51.894,10.228 52.175,11.09C52.457,11.951 52.457,12.88 52.176,13.742L52.194,13.677L52.195,13.678L37.64,58.132C37.619,58.24 37.592,58.354 37.559,58.463L37.504,58.621C37.426,58.857 37.327,59.086 37.209,59.305L37.166,59.382C37.072,59.553 36.966,59.717 36.848,59.872L36.795,59.942C36.674,60.095 36.545,60.241 36.407,60.379L36.357,60.416C36.069,60.702 35.733,60.935 35.366,61.107L35.313,61.141C35.137,61.224 34.957,61.299 34.774,61.363L34.694,61.363C34.506,61.423 34.316,61.471 34.121,61.504L34.046,61.504C33.84,61.538 33.635,61.553 33.427,61.553L4.321,61.553C1.939,61.553 0.01,59.604 0.01,57.202L0.01,18.03C0.01,15.628 1.939,13.678 4.319,13.678L26.683,13.678L33.192,2.212C33.739,1.264 34.628,0.562 35.677,0.25L35.995,0.169Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
9
|
+
<path d="M51.951,13.678L37.64,58.132L37.605,58.298L37.559,58.463L37.506,58.621C37.492,58.669 37.476,58.716 37.457,58.763L37.342,59.038L37.209,59.306L37.166,59.382L37.016,59.633L36.848,59.872L36.795,59.942L36.607,60.165L36.407,60.379L36.357,60.416C36.217,60.555 36.067,60.681 35.906,60.797L35.643,60.963L35.367,61.107L35.313,61.141L35.046,61.259L34.774,61.362L34.694,61.362L34.41,61.444L34.263,61.475L34.413,61.297C35.104,60.413 35.419,59.294 35.292,58.18C35.164,57.053 34.548,56.325 33.659,55.67L33.411,55.494L15.245,42.28L15.01,42.097C14.852,41.964 14.704,41.82 14.566,41.666L14.497,41.589C14.428,41.507 14.362,41.422 14.299,41.335L14.253,41.27L14.208,41.205C14.096,41.038 13.996,40.863 13.909,40.682L13.865,40.588C13.76,40.356 13.677,40.116 13.615,39.869L13.588,39.757C13.576,39.704 13.565,39.651 13.555,39.597L13.535,39.474C13.446,38.898 13.476,38.31 13.622,37.746L13.663,37.6C13.68,37.541 13.701,37.481 13.721,37.421C13.783,36.993 13.906,36.568 14.097,36.164L14.251,35.863L26.791,13.678L51.951,13.678Z" style="fill:url(#_Linear2);fill-rule:nonzero;"/>
|
|
10
|
+
</g>
|
|
11
|
+
<rect x="92.394" y="48.953" width="2.249" height="12.391" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
|
|
12
|
+
<path d="M99.83,59.862C99.83,59.862 101.347,61.553 104.105,61.553C106.689,61.553 108.188,59.897 108.188,57.924C108.188,53.961 102.358,54.502 102.358,52.302C102.358,51.43 103.179,50.819 104.227,50.819C105.782,50.819 106.968,51.901 106.968,51.901L107.944,50.069C107.944,50.069 106.689,48.744 104.245,48.744C101.87,48.744 100.091,50.278 100.091,52.337C100.091,56.144 105.939,55.759 105.939,57.977C105.939,58.989 105.083,59.478 104.14,59.478C102.393,59.478 101.051,58.169 101.051,58.169L99.83,59.862Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
|
|
13
|
+
<path d="M112.484,59.862C112.484,59.862 114.002,61.553 116.76,61.553C119.343,61.553 120.843,59.897 120.843,57.924C120.843,53.961 115.013,54.502 115.013,52.302C115.013,51.43 115.834,50.819 116.882,50.819C118.436,50.819 119.622,51.901 119.622,51.901L120.599,50.069C120.599,50.069 119.343,48.744 116.899,48.744C114.525,48.744 112.746,50.278 112.746,52.337C112.746,56.144 118.593,55.759 118.593,57.977C118.593,58.989 117.738,59.478 116.794,59.478C115.048,59.478 113.705,58.169 113.705,58.169L112.484,59.862Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
|
|
14
|
+
<path d="M125.907,56.895C125.907,59.67 127.912,61.553 130.915,61.553C133.901,61.553 135.906,59.67 135.906,56.895L135.906,48.953L133.657,48.953L133.657,56.877C133.657,58.553 132.557,59.496 130.898,59.496C129.239,59.496 128.156,58.553 128.156,56.895L128.156,48.953L125.907,48.953L125.907,56.895Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
|
|
15
|
+
<rect x="141.86" y="48.953" width="2.249" height="12.391" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
|
|
16
|
+
<path d="M150.239,61.344L152.488,61.344L152.488,54.206C152.488,53.473 152.366,52.286 152.366,52.286L152.401,52.286C152.401,52.286 152.96,53.491 153.431,54.206L158.128,61.344L160.36,61.344L160.36,48.953L158.128,48.953L158.128,56.108C158.128,56.841 158.25,58.028 158.25,58.028L158.215,58.028C158.215,58.028 157.657,56.824 157.185,56.108L152.488,48.953L150.239,48.953L150.239,61.344Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
|
|
17
|
+
<path d="M165.651,55.132C165.651,59.024 168.459,61.553 171.724,61.553C174.029,61.553 175.321,60.228 175.321,60.228L175.356,60.228C175.356,60.227 175.338,60.488 175.338,60.75L175.338,61.344L177.256,61.344L177.256,54.818L173.331,54.818L173.331,56.753L175.234,56.753L175.234,58.203C175.234,58.203 173.994,59.496 172.126,59.496C169.804,59.496 167.97,57.749 167.97,55.062C167.97,52.722 169.455,50.801 172.231,50.801C174.204,50.801 175.53,51.989 175.53,51.989L176.646,50.313C176.646,50.313 175.077,48.744 172.039,48.744C168.355,48.744 165.651,51.535 165.651,55.132Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
|
|
18
|
+
<defs>
|
|
19
|
+
<linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.63859e-13,4309.15,-4309.15,2.63859e-13,2752.04,779.912)"><stop offset="0" style="stop-color:rgb(120,234,193);stop-opacity:1"/><stop offset="1" style="stop-color:rgb(120,214,167);stop-opacity:1"/></linearGradient>
|
|
20
|
+
<linearGradient id="_Linear2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-3379.27,4.13841e-13,-4.13841e-13,-3379.27,3860.07,3078.5)"><stop offset="0" style="stop-color:rgb(121,84,255);stop-opacity:1"/><stop offset="1" style="stop-color:rgb(121,10,181);stop-opacity:1"/></linearGradient>
|
|
21
|
+
</defs>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 222 41" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="testio_issuing_minimal_black" x="0" y="0.265" width="222" height="40.5" style="fill:none;"/>
|
|
5
|
+
<path id="TEST-IO" serif:id="TEST IO" d="M199.168,20.305C199.163,20.186 199.16,20.068 199.16,19.949C199.16,15.292 202.993,11.459 207.65,11.459C212.308,11.459 216.14,15.292 216.14,19.949C216.14,20.068 216.138,20.186 216.133,20.305C216.133,25.597 212.363,29.512 207.65,29.512C202.938,29.512 199.168,25.597 199.168,20.305M194.346,20.305C194.346,20.365 194.345,20.425 194.345,20.485C194.345,27.784 200.351,33.79 207.65,33.79C214.949,33.79 220.956,27.784 220.956,20.485C220.956,20.425 220.955,20.365 220.954,20.305C220.855,13.075 214.881,7.182 207.65,7.182C200.42,7.182 194.445,13.075 194.346,20.305M179.121,33.355L183.797,33.355L183.797,7.617L179.121,7.617L179.121,33.355ZM142.182,33.355L146.859,33.355L146.859,11.641L155.305,11.641L155.305,7.617L133.736,7.617L133.736,11.641L142.182,11.641L142.182,33.355ZM109.014,30.273C111.388,32.578 114.586,33.844 117.895,33.79C123.26,33.79 126.378,30.346 126.378,26.25C126.378,18.021 114.27,19.145 114.27,14.577C114.27,12.764 115.974,11.496 118.149,11.496C120.243,11.589 122.247,12.38 123.84,13.743L125.87,9.937C123.76,8.062 121.005,7.074 118.185,7.182C113.255,7.182 109.557,10.372 109.557,14.649C109.557,22.552 121.701,21.755 121.701,26.358C121.701,28.461 119.925,29.476 117.968,29.476C115.579,29.342 113.309,28.38 111.551,26.757L109.014,30.273ZM84.327,33.355L100.313,33.355L100.313,29.331L89.003,29.331L89.003,22.407L97.667,22.407L97.667,18.383L89.003,18.383L89.003,11.641L99.733,11.641L99.733,7.617L84.327,7.617L84.327,33.355ZM61.996,33.355L66.673,33.355L66.673,11.641L75.119,11.641L75.119,7.617L53.55,7.617L53.55,11.641L61.996,11.641L61.996,33.355Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
|
|
6
|
+
<g>
|
|
7
|
+
<path d="M6.088,22.768L6.063,22.742C5.77,22.44 5.566,22.064 5.471,21.655C5.377,21.246 5.396,20.819 5.527,20.419L5.53,20.413C5.568,20.169 5.639,19.93 5.742,19.705L5.824,19.547L12.566,7.619L32.655,7.619C33.861,7.627 34.846,8.584 34.928,9.796L34.933,9.949L34.933,31.019C34.933,32.26 33.987,33.275 32.791,33.354L32.641,33.359L16.595,33.359L16.596,33.358L16.547,33.359C16.77,33.117 16.937,32.83 17.039,32.517C17.141,32.204 17.174,31.873 17.137,31.546C17.068,30.94 16.737,30.548 16.259,30.196L16.125,30.101L6.358,22.997L6.232,22.899L6.228,22.896L6.358,22.997C6.273,22.935 6.191,22.868 6.115,22.795L6.088,22.768Z" style="fill:url(#_Linear1);fill-rule:nonzero;"/>
|
|
8
|
+
<path d="M19.353,0.356C19.667,0.288 19.992,0.287 20.306,0.353C20.621,0.418 20.918,0.549 21.179,0.736L27.211,5.076C27.606,5.361 27.901,5.764 28.053,6.227C28.204,6.691 28.204,7.19 28.053,7.653L28.062,7.618L28.063,7.619L20.237,31.52C20.226,31.578 20.212,31.639 20.194,31.698L20.165,31.783C20.123,31.91 20.069,32.033 20.006,32.151L19.983,32.192C19.932,32.284 19.875,32.372 19.812,32.456L19.783,32.493C19.718,32.576 19.649,32.654 19.574,32.728L19.548,32.748C19.393,32.902 19.212,33.027 19.015,33.12L18.986,33.138C18.892,33.183 18.795,33.223 18.697,33.257L18.653,33.257C18.552,33.29 18.45,33.315 18.345,33.333L18.305,33.333C18.195,33.351 18.084,33.359 17.972,33.359L2.323,33.359C1.042,33.359 0.005,32.311 0.005,31.02L0.005,9.959C0.005,8.667 1.042,7.619 2.322,7.619L14.346,7.619L17.846,1.454C18.14,0.945 18.618,0.567 19.182,0.399L19.353,0.356Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
9
|
+
<path d="M27.932,7.619L20.237,31.52L20.219,31.609L20.194,31.698L20.166,31.783C20.158,31.809 20.149,31.834 20.139,31.859L20.077,32.007L20.006,32.152L19.983,32.192L19.902,32.327L19.812,32.456L19.783,32.493L19.682,32.613L19.575,32.728L19.548,32.748C19.472,32.823 19.392,32.891 19.305,32.953L19.164,33.042L19.016,33.12L18.986,33.138L18.843,33.201L18.697,33.257L18.653,33.257L18.501,33.301L18.422,33.317L18.503,33.222C18.874,32.747 19.044,32.145 18.975,31.546C18.906,30.94 18.575,30.548 18.097,30.196L17.964,30.101L8.196,22.997L8.07,22.899C7.985,22.827 7.906,22.75 7.831,22.667L7.795,22.626C7.757,22.581 7.722,22.536 7.688,22.489L7.663,22.454L7.639,22.419C7.579,22.329 7.525,22.235 7.478,22.138L7.455,22.087C7.398,21.963 7.353,21.833 7.32,21.701L7.306,21.64C7.299,21.612 7.293,21.583 7.288,21.555L7.277,21.489C7.229,21.179 7.245,20.863 7.324,20.559L7.346,20.481C7.355,20.449 7.366,20.417 7.377,20.385C7.41,20.155 7.477,19.926 7.58,19.709L7.662,19.547L14.404,7.619L27.932,7.619Z" style="fill:url(#_Linear2);fill-rule:nonzero;"/>
|
|
10
|
+
</g>
|
|
11
|
+
<defs>
|
|
12
|
+
<linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.41866e-13,2316.85,-2316.85,1.41866e-13,1479.66,419.592)"><stop offset="0" style="stop-color:rgb(120,234,193);stop-opacity:1"/><stop offset="1" style="stop-color:rgb(120,214,167);stop-opacity:1"/></linearGradient>
|
|
13
|
+
<linearGradient id="_Linear2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-1816.9,2.22506e-13,-2.22506e-13,-1816.9,2075.41,1655.45)"><stop offset="0" style="stop-color:rgb(121,84,255);stop-opacity:1"/><stop offset="1" style="stop-color:rgb(121,10,181);stop-opacity:1"/></linearGradient>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 222 41" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="testio_issuing_minimal_white" x="0" y="0.265" width="222" height="40.5" style="fill:none;"/>
|
|
5
|
+
<path id="TEST-IO" serif:id="TEST IO" d="M199.168,20.305C199.163,20.186 199.16,20.068 199.16,19.949C199.16,15.292 202.993,11.459 207.65,11.459C212.308,11.459 216.14,15.292 216.14,19.949C216.14,20.068 216.138,20.186 216.133,20.305C216.133,25.597 212.363,29.512 207.65,29.512C202.938,29.512 199.168,25.597 199.168,20.305M194.346,20.305C194.346,20.365 194.345,20.425 194.345,20.485C194.345,27.784 200.351,33.79 207.65,33.79C214.949,33.79 220.956,27.784 220.956,20.485C220.956,20.425 220.955,20.365 220.954,20.305C220.855,13.075 214.881,7.182 207.65,7.182C200.42,7.182 194.445,13.075 194.346,20.305M179.121,33.355L183.797,33.355L183.797,7.617L179.121,7.617L179.121,33.355ZM142.182,33.355L146.859,33.355L146.859,11.641L155.305,11.641L155.305,7.617L133.736,7.617L133.736,11.641L142.182,11.641L142.182,33.355ZM109.014,30.273C111.388,32.578 114.586,33.844 117.895,33.79C123.26,33.79 126.378,30.346 126.378,26.25C126.378,18.021 114.27,19.145 114.27,14.577C114.27,12.764 115.974,11.496 118.149,11.496C120.243,11.589 122.247,12.38 123.84,13.743L125.87,9.937C123.76,8.062 121.005,7.074 118.185,7.182C113.255,7.182 109.557,10.372 109.557,14.649C109.557,22.552 121.701,21.755 121.701,26.358C121.701,28.461 119.925,29.476 117.968,29.476C115.579,29.342 113.309,28.38 111.551,26.757L109.014,30.273ZM84.327,33.355L100.313,33.355L100.313,29.331L89.003,29.331L89.003,22.407L97.667,22.407L97.667,18.383L89.003,18.383L89.003,11.641L99.733,11.641L99.733,7.617L84.327,7.617L84.327,33.355ZM61.996,33.355L66.673,33.355L66.673,11.641L75.119,11.641L75.119,7.617L53.55,7.617L53.55,11.641L61.996,11.641L61.996,33.355Z" style="fill:white;fill-rule:nonzero;"/>
|
|
6
|
+
<clipPath id="_clip1">
|
|
7
|
+
<rect id="logo-issuing-1.svg" serif:id="logo-issuing 1.svg" x="-0" y="0.265" width="35.577" height="33.095"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
<g clip-path="url(#_clip1)">
|
|
10
|
+
<g>
|
|
11
|
+
<path d="M6.088,22.768L6.063,22.742C5.77,22.44 5.566,22.064 5.471,21.655C5.377,21.246 5.396,20.819 5.527,20.419L5.53,20.413C5.568,20.169 5.639,19.93 5.742,19.705L5.824,19.547L12.566,7.619L32.655,7.619C33.861,7.627 34.846,8.584 34.928,9.796L34.933,9.949L34.933,31.019C34.933,32.26 33.987,33.275 32.791,33.354L32.641,33.359L16.595,33.359L16.596,33.358L16.547,33.359C16.77,33.117 16.937,32.83 17.039,32.517C17.141,32.204 17.174,31.873 17.137,31.546C17.068,30.94 16.737,30.548 16.259,30.196L16.125,30.101L6.358,22.997L6.232,22.899L6.228,22.896L6.358,22.997C6.273,22.935 6.191,22.868 6.115,22.795L6.088,22.768Z" style="fill:url(#_Linear2);fill-rule:nonzero;"/>
|
|
12
|
+
<path d="M19.353,0.356C19.667,0.288 19.992,0.287 20.306,0.353C20.621,0.418 20.918,0.549 21.179,0.736L27.211,5.076C27.606,5.361 27.901,5.764 28.053,6.227C28.204,6.691 28.204,7.19 28.053,7.653L28.062,7.618L28.063,7.619L20.237,31.52C20.226,31.578 20.212,31.639 20.194,31.698L20.165,31.783C20.123,31.91 20.069,32.033 20.006,32.151L19.983,32.192C19.932,32.284 19.875,32.372 19.812,32.456L19.783,32.493C19.718,32.576 19.649,32.654 19.574,32.728L19.548,32.748C19.393,32.902 19.212,33.027 19.015,33.12L18.986,33.138C18.892,33.183 18.795,33.223 18.697,33.257L18.653,33.257C18.552,33.29 18.45,33.315 18.345,33.333L18.305,33.333C18.195,33.351 18.084,33.359 17.972,33.359L2.323,33.359C1.042,33.359 0.005,32.311 0.005,31.02L0.005,9.959C0.005,8.667 1.042,7.619 2.322,7.619L14.346,7.619L17.846,1.454C18.14,0.945 18.618,0.567 19.182,0.399L19.353,0.356Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
13
|
+
<path d="M27.932,7.619L20.237,31.52L20.219,31.609L20.194,31.698L20.166,31.783C20.158,31.809 20.149,31.834 20.139,31.859L20.077,32.007L20.006,32.152L19.983,32.192L19.902,32.327L19.812,32.456L19.783,32.493L19.682,32.613L19.575,32.728L19.548,32.748C19.472,32.823 19.392,32.891 19.305,32.953L19.164,33.042L19.016,33.12L18.986,33.138L18.843,33.201L18.697,33.257L18.653,33.257L18.501,33.301L18.422,33.317L18.503,33.222C18.874,32.747 19.044,32.145 18.975,31.546C18.906,30.94 18.575,30.548 18.097,30.196L17.964,30.101L8.196,22.997L8.07,22.899C7.985,22.827 7.906,22.75 7.831,22.667L7.795,22.626C7.757,22.581 7.722,22.536 7.688,22.489L7.663,22.454L7.639,22.419C7.579,22.329 7.525,22.235 7.478,22.138L7.455,22.087C7.398,21.963 7.353,21.833 7.32,21.701L7.306,21.64C7.299,21.612 7.293,21.583 7.288,21.555L7.277,21.489C7.229,21.179 7.245,20.863 7.324,20.559L7.346,20.481C7.355,20.449 7.366,20.417 7.377,20.385C7.41,20.155 7.477,19.926 7.58,19.709L7.662,19.547L14.404,7.619L27.932,7.619Z" style="fill:url(#_Linear3);fill-rule:nonzero;"/>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
<defs>
|
|
17
|
+
<linearGradient id="_Linear2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.41866e-13,2316.85,-2316.85,1.41866e-13,1479.66,419.592)"><stop offset="0" style="stop-color:rgb(120,234,193);stop-opacity:1"/><stop offset="1" style="stop-color:rgb(120,214,167);stop-opacity:1"/></linearGradient>
|
|
18
|
+
<linearGradient id="_Linear3" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-1816.9,2.22506e-13,-2.22506e-13,-1816.9,2075.41,1655.45)"><stop offset="0" style="stop-color:rgb(121,84,255);stop-opacity:1"/><stop offset="1" style="stop-color:rgb(121,10,181);stop-opacity:1"/></linearGradient>
|
|
19
|
+
</defs>
|
|
20
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 252 62" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="testio_issuing_white" x="0" y="0" width="252" height="62" style="fill:none;"/>
|
|
5
|
+
<path id="TEST-IO" serif:id="TEST IO" d="M229.565,26.486C229.56,26.368 229.557,26.25 229.557,26.131C229.557,21.474 233.39,17.641 238.047,17.641C242.705,17.641 246.537,21.474 246.537,26.131C246.537,26.25 246.535,26.368 246.53,26.486C246.53,31.779 242.76,35.694 238.047,35.694C233.335,35.694 229.565,31.779 229.565,26.486M224.743,26.486C224.742,26.546 224.742,26.606 224.742,26.666C224.742,33.965 230.748,39.972 238.047,39.972C245.346,39.972 251.353,33.965 251.353,26.666C251.353,26.606 251.352,26.546 251.351,26.486C251.252,19.257 245.277,13.363 238.047,13.363C230.817,13.363 224.842,19.257 224.743,26.486M209.518,39.536L214.194,39.536L214.194,13.798L209.518,13.798L209.518,39.536ZM172.579,39.536L177.256,39.536L177.256,17.822L185.702,17.822L185.702,13.798L164.133,13.798L164.133,17.822L172.579,17.822L172.579,39.536ZM139.411,36.455C141.785,38.76 144.983,40.026 148.292,39.971C153.657,39.971 156.775,36.528 156.775,32.431C156.775,24.202 144.667,25.326 144.667,20.759C144.667,18.946 146.371,17.677 148.546,17.677C150.64,17.771 152.644,18.562 154.237,19.925L156.267,16.119C154.157,14.244 151.402,13.256 148.582,13.363C143.652,13.363 139.954,16.554 139.954,20.831C139.954,28.734 152.098,27.936 152.098,32.54C152.098,34.643 150.322,35.658 148.364,35.658C145.975,35.524 143.706,34.562 141.948,32.939L139.411,36.455ZM114.724,39.536L130.71,39.536L130.71,35.513L119.4,35.513L119.4,28.589L128.064,28.589L128.064,24.565L119.4,24.565L119.4,17.822L130.13,17.822L130.13,13.798L114.724,13.798L114.724,39.536ZM92.393,39.536L97.07,39.536L97.07,17.822L105.516,17.822L105.516,13.798L83.947,13.798L83.947,17.822L92.393,17.822L92.393,39.536Z" style="fill:white;fill-rule:nonzero;"/>
|
|
6
|
+
<g>
|
|
7
|
+
<path d="M11.324,41.854L11.276,41.805C10.732,41.244 10.352,40.545 10.176,39.784C10,39.023 10.036,38.228 10.279,37.486L10.284,37.474C10.356,37.019 10.489,36.576 10.679,36.157L10.832,35.863L23.371,13.678L60.736,13.678C62.979,13.692 64.81,15.474 64.962,17.727L64.973,18.011L64.973,57.2C64.973,59.508 63.213,61.396 60.989,61.543L60.71,61.553L30.865,61.553L30.867,61.55L30.777,61.553C31.19,61.102 31.502,60.568 31.691,59.986C31.88,59.404 31.942,58.788 31.873,58.18C31.744,57.053 31.129,56.325 30.24,55.67L29.992,55.494L11.825,42.28L11.591,42.097L11.584,42.092L11.825,42.28C11.667,42.165 11.515,42.039 11.374,41.904L11.324,41.854Z" style="fill:url(#_Linear1);fill-rule:nonzero;"/>
|
|
8
|
+
<path d="M35.995,0.169C36.579,0.043 37.183,0.041 37.768,0.163C38.353,0.285 38.905,0.528 39.39,0.877L50.61,8.949C51.346,9.479 51.894,10.228 52.175,11.09C52.457,11.951 52.457,12.88 52.176,13.742L52.194,13.677L52.195,13.678L37.64,58.132C37.619,58.24 37.592,58.354 37.559,58.463L37.504,58.621C37.426,58.857 37.327,59.086 37.209,59.305L37.166,59.382C37.072,59.553 36.966,59.717 36.848,59.872L36.795,59.942C36.674,60.095 36.545,60.241 36.407,60.379L36.357,60.416C36.069,60.702 35.733,60.935 35.366,61.107L35.313,61.141C35.137,61.224 34.957,61.299 34.774,61.363L34.694,61.363C34.506,61.423 34.316,61.471 34.121,61.504L34.046,61.504C33.84,61.538 33.635,61.553 33.427,61.553L4.321,61.553C1.939,61.553 0.01,59.604 0.01,57.202L0.01,18.03C0.01,15.628 1.939,13.678 4.319,13.678L26.683,13.678L33.192,2.212C33.739,1.264 34.628,0.562 35.677,0.25L35.995,0.169Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
9
|
+
<path d="M51.951,13.678L37.64,58.132L37.605,58.298L37.559,58.463L37.506,58.621C37.492,58.669 37.476,58.716 37.457,58.763L37.342,59.038L37.209,59.306L37.166,59.382L37.016,59.633L36.848,59.872L36.795,59.942L36.607,60.165L36.407,60.379L36.357,60.416C36.217,60.555 36.067,60.681 35.906,60.797L35.643,60.963L35.367,61.107L35.313,61.141L35.046,61.259L34.774,61.362L34.694,61.362L34.41,61.444L34.263,61.475L34.413,61.297C35.104,60.413 35.419,59.294 35.292,58.18C35.164,57.053 34.548,56.325 33.659,55.67L33.411,55.494L15.245,42.28L15.01,42.097C14.852,41.964 14.704,41.82 14.566,41.666L14.497,41.589C14.428,41.507 14.362,41.422 14.299,41.335L14.253,41.27L14.208,41.205C14.096,41.038 13.996,40.863 13.909,40.682L13.865,40.588C13.76,40.356 13.677,40.116 13.615,39.869L13.588,39.757C13.576,39.704 13.565,39.651 13.555,39.597L13.535,39.474C13.446,38.898 13.476,38.31 13.622,37.746L13.663,37.6C13.68,37.541 13.701,37.481 13.721,37.421C13.783,36.993 13.906,36.568 14.097,36.164L14.251,35.863L26.791,13.678L51.951,13.678Z" style="fill:url(#_Linear2);fill-rule:nonzero;"/>
|
|
10
|
+
</g>
|
|
11
|
+
<rect x="92.394" y="48.953" width="2.249" height="12.391" style="fill:white;fill-rule:nonzero;"/>
|
|
12
|
+
<path d="M99.83,59.862C99.83,59.862 101.347,61.553 104.105,61.553C106.689,61.553 108.188,59.897 108.188,57.924C108.188,53.961 102.358,54.502 102.358,52.302C102.358,51.43 103.179,50.819 104.227,50.819C105.782,50.819 106.968,51.901 106.968,51.901L107.944,50.069C107.944,50.069 106.689,48.744 104.245,48.744C101.87,48.744 100.091,50.278 100.091,52.337C100.091,56.144 105.939,55.759 105.939,57.977C105.939,58.989 105.083,59.478 104.14,59.478C102.393,59.478 101.051,58.169 101.051,58.169L99.83,59.862Z" style="fill:white;fill-rule:nonzero;"/>
|
|
13
|
+
<path d="M112.484,59.862C112.484,59.862 114.002,61.553 116.76,61.553C119.343,61.553 120.843,59.897 120.843,57.924C120.843,53.961 115.013,54.502 115.013,52.302C115.013,51.43 115.834,50.819 116.882,50.819C118.436,50.819 119.622,51.901 119.622,51.901L120.599,50.069C120.599,50.069 119.343,48.744 116.899,48.744C114.525,48.744 112.746,50.278 112.746,52.337C112.746,56.144 118.593,55.759 118.593,57.977C118.593,58.989 117.738,59.478 116.794,59.478C115.048,59.478 113.705,58.169 113.705,58.169L112.484,59.862Z" style="fill:white;fill-rule:nonzero;"/>
|
|
14
|
+
<path d="M125.907,56.895C125.907,59.67 127.912,61.553 130.915,61.553C133.901,61.553 135.906,59.67 135.906,56.895L135.906,48.953L133.657,48.953L133.657,56.877C133.657,58.553 132.557,59.496 130.898,59.496C129.239,59.496 128.156,58.553 128.156,56.895L128.156,48.953L125.907,48.953L125.907,56.895Z" style="fill:white;fill-rule:nonzero;"/>
|
|
15
|
+
<rect x="141.86" y="48.953" width="2.249" height="12.391" style="fill:white;fill-rule:nonzero;"/>
|
|
16
|
+
<path d="M150.239,61.344L152.488,61.344L152.488,54.206C152.488,53.473 152.366,52.286 152.366,52.286L152.401,52.286C152.401,52.286 152.96,53.491 153.431,54.206L158.128,61.344L160.36,61.344L160.36,48.953L158.128,48.953L158.128,56.108C158.128,56.841 158.25,58.028 158.25,58.028L158.215,58.028C158.215,58.028 157.657,56.824 157.185,56.108L152.488,48.953L150.239,48.953L150.239,61.344Z" style="fill:white;fill-rule:nonzero;"/>
|
|
17
|
+
<path d="M165.651,55.132C165.651,59.024 168.459,61.553 171.724,61.553C174.029,61.553 175.321,60.228 175.321,60.228L175.356,60.228C175.356,60.227 175.338,60.488 175.338,60.75L175.338,61.344L177.256,61.344L177.256,54.818L173.331,54.818L173.331,56.753L175.234,56.753L175.234,58.203C175.234,58.203 173.994,59.496 172.126,59.496C169.804,59.496 167.97,57.749 167.97,55.062C167.97,52.722 169.455,50.801 172.231,50.801C174.204,50.801 175.53,51.989 175.53,51.989L176.646,50.313C176.646,50.313 175.077,48.744 172.039,48.744C168.355,48.744 165.651,51.535 165.651,55.132Z" style="fill:white;fill-rule:nonzero;"/>
|
|
18
|
+
<defs>
|
|
19
|
+
<linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.63859e-13,4309.15,-4309.15,2.63859e-13,2752.04,779.912)"><stop offset="0" style="stop-color:rgb(120,234,193);stop-opacity:1"/><stop offset="1" style="stop-color:rgb(120,214,167);stop-opacity:1"/></linearGradient>
|
|
20
|
+
<linearGradient id="_Linear2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-3379.27,4.13841e-13,-4.13841e-13,-3379.27,3860.07,3078.5)"><stop offset="0" style="stop-color:rgb(121,84,255);stop-opacity:1"/><stop offset="1" style="stop-color:rgb(121,10,181);stop-opacity:1"/></linearGradient>
|
|
21
|
+
</defs>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: issuing
|
|
3
|
+
title: Issuing logo
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
.grid.gap-10.grid-cols-2{class:"xl:grid-cols-3 2xl:grid-cols-4"}
|
|
7
|
+
%a.block{href:"/assets/images/logo_issuing/testio_issuing_black-1000px.png"}
|
|
8
|
+
%img.bg-gray-lightest.p-md{src:"/assets/images/logo_issuing/testio_issuing_black-1000px.png"}
|
|
9
|
+
.text-xs.mt-2 Logo horizontal black PNG
|
|
10
|
+
%a.block{href:"/assets/images/logo_issuing/testio_issuing_black.svg"}
|
|
11
|
+
%img.bg-gray-lightest.p-md{src:"/assets/images/logo_issuing/testio_issuing_black.svg"}
|
|
12
|
+
.text-xs.mt-2 Logo horizontal black SVG
|
|
13
|
+
%a.block{href:"/assets/images/logo_issuing/testio_issuing_white-1000px.png"}
|
|
14
|
+
%img.bg-gray-lightest.p-md{src:"/assets/images/logo_issuing/testio_issuing_white-1000px.png"}
|
|
15
|
+
.text-xs.mt-2 Logo horizontal white PNG
|
|
16
|
+
%a.block{href:"/assets/images/logo_issuing/testio_issuing_white.svg"}
|
|
17
|
+
%img.bg-gray-lightest.p-md{src:"/assets/images/logo_issuing/testio_issuing_white.svg"}
|
|
18
|
+
.text-xs.mt-2 Logo horizontal white SVG
|
|
19
|
+
%a.block{href:"/assets/images/logo_issuing/testio_issuing_minimal_black-1000px.png"}
|
|
20
|
+
%img.bg-gray-lightest.p-md{src:"/assets/images/logo_issuing/testio_issuing_minimal_black-1000px.png"}
|
|
21
|
+
.text-xs.mt-2 Logo horizontal minimal black PNG
|
|
22
|
+
%a.block{href:"/assets/images/logo_issuing/testio_issuing_minimal_black.svg"}
|
|
23
|
+
%img.bg-gray-lightest.p-md{src:"/assets/images/logo_issuing/testio_issuing_minimal_black.svg"}
|
|
24
|
+
.text-xs.mt-2 Logo horizontal minimal black SVG
|
|
25
|
+
%a.block{href:"/assets/images/logo_issuing/testio_issuing_minimal_white-1000px.png"}
|
|
26
|
+
%img.bg-gray-lightest.p-md{src:"/assets/images/logo_issuing/testio_issuing_minimal_white-1000px.png"}
|
|
27
|
+
.text-xs.mt-2 Logo horizontal minimal white PNG
|
|
28
|
+
%a.block{href:"/assets/images/logo_issuing/testio_issuing_minimal_white.svg"}
|
|
29
|
+
%img.bg-gray-lightest.p-md{src:"/assets/images/logo_issuing/testio_issuing_minimal_white.svg"}
|
|
30
|
+
.text-xs.mt-2 Logo horizontal minimal white SVG
|