jekyll-development-theme 0.5.3 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (101) hide show
  1. checksums.yaml +4 -4
  2. data/.editorconfig +33 -0
  3. data/.gitignore +6 -0
  4. data/404.html +39 -0
  5. data/Gemfile +7 -0
  6. data/LICENSE +21 -0
  7. data/README.md +70 -0
  8. data/_config.yml +153 -0
  9. data/_data/legal-main-sidebar.yml +8 -0
  10. data/_data/nav-footer-legal.yml +7 -0
  11. data/_data/nav-navigation.yml +8 -0
  12. data/_includes/body/article-aside.html +17 -0
  13. data/_includes/body/article-figure.html +12 -0
  14. data/_includes/body/footer-contentinfo.html +38 -0
  15. data/_includes/body/header-banner.html +1 -0
  16. data/_includes/body/legal-article-aside.html +17 -0
  17. data/_includes/body/nav-navigation.html +8 -0
  18. data/_includes/body/script.html +0 -0
  19. data/_includes/body/service-worker.html +5 -0
  20. data/_includes/document/doctype.html +1 -0
  21. data/_includes/document/html.html +1 -0
  22. data/_includes/head/link.html +7 -0
  23. data/_includes/head/meta.html +19 -0
  24. data/_includes/head/script.html +4 -0
  25. data/_includes/head/scripts/JSON-LD.html +45 -0
  26. data/_includes/head/scripts/google-tag-manager.html +78 -0
  27. data/_includes/head/style.html +4 -0
  28. data/_includes/head/title.html +1 -0
  29. data/_includes/head.html +12 -0
  30. data/_layouts/page.html +16 -0
  31. data/_layouts/sitemap.html +16 -0
  32. data/_sass/_page.scss +23 -0
  33. data/_sass/_reset.scss +77 -0
  34. data/_sass/_sitemap.scss +23 -0
  35. data/_sass/grids/_article-sitemap.scss +119 -0
  36. data/_sass/grids/_article.scss +351 -0
  37. data/_sass/grids/_footer-contentinfo.scss +90 -0
  38. data/_sass/grids/_header-banner.scss +26 -0
  39. data/_sass/grids/_main-archive.scss +171 -0
  40. data/_sass/grids/_main.scss +105 -0
  41. data/_sass/grids/_nav-navigation.scss +58 -0
  42. data/_sass/grids/_page.scss +54 -0
  43. data/_sass/media-queries/_article.scss +29 -0
  44. data/_sass/media-queries/_sitemap.scss +15 -0
  45. data/about.html +37 -0
  46. data/assets/css/page.scss +4 -0
  47. data/assets/css/sitemap.scss +4 -0
  48. data/assets/img/android-chrome-192x192.png +0 -0
  49. data/assets/img/android-chrome-512x512.png +0 -0
  50. data/assets/img/apple-touch-icon-114x114-precomposed.png +0 -0
  51. data/assets/img/apple-touch-icon-114x114.png +0 -0
  52. data/assets/img/apple-touch-icon-120x120-precomposed.png +0 -0
  53. data/assets/img/apple-touch-icon-120x120.png +0 -0
  54. data/assets/img/apple-touch-icon-144x144-precomposed.png +0 -0
  55. data/assets/img/apple-touch-icon-144x144.png +0 -0
  56. data/assets/img/apple-touch-icon-152x152-precomposed.png +0 -0
  57. data/assets/img/apple-touch-icon-152x152.png +0 -0
  58. data/assets/img/apple-touch-icon-180x180-precomposed.png +0 -0
  59. data/assets/img/apple-touch-icon-180x180.png +0 -0
  60. data/assets/img/apple-touch-icon-57x57-precomposed.png +0 -0
  61. data/assets/img/apple-touch-icon-57x57.png +0 -0
  62. data/assets/img/apple-touch-icon-60x60-precomposed.png +0 -0
  63. data/assets/img/apple-touch-icon-60x60.png +0 -0
  64. data/assets/img/apple-touch-icon-72x72-precomposed.png +0 -0
  65. data/assets/img/apple-touch-icon-72x72.png +0 -0
  66. data/assets/img/apple-touch-icon-76x76-precomposed.png +0 -0
  67. data/assets/img/apple-touch-icon-76x76.png +0 -0
  68. data/assets/img/apple-touch-icon-precomposed.png +0 -0
  69. data/assets/img/apple-touch-icon.png +0 -0
  70. data/assets/img/favicon-16x16.png +0 -0
  71. data/assets/img/favicon-32x32.png +0 -0
  72. data/assets/img/favicon.ico +0 -0
  73. data/assets/img/favicon.png +0 -0
  74. data/assets/img/ink.png +0 -0
  75. data/assets/img/logo.svg +1 -0
  76. data/assets/img/mash.png +0 -0
  77. data/assets/img/mirror.png +0 -0
  78. data/assets/img/mstile-144x144.png +0 -0
  79. data/assets/img/mstile-150x150.png +0 -0
  80. data/assets/img/mstile-310x150.png +0 -0
  81. data/assets/img/mstile-310x310.png +0 -0
  82. data/assets/img/mstile-70x70.png +0 -0
  83. data/assets/img/navigation.svg +1 -0
  84. data/assets/img/safari-pinned-tab.svg +1 -0
  85. data/assets/img/weave.png +0 -0
  86. data/assets/img/you.png +0 -0
  87. data/assets/js/service-worker.js +44 -0
  88. data/browserconfig.xml +12 -0
  89. data/contact.html +55 -0
  90. data/feed.xml +29 -0
  91. data/humans.txt +48 -0
  92. data/index.html +35 -0
  93. data/jekyll-development-theme.gemspec +111 -0
  94. data/notice.html +79 -0
  95. data/privacy.html +189 -0
  96. data/robots.txt +26 -0
  97. data/site.webmanifest +26 -0
  98. data/sitemap.html +35 -0
  99. data/sitemap.xml +17 -0
  100. data/social-media-privacy.html +84 -0
  101. metadata +102 -3
@@ -0,0 +1,90 @@
1
+ // ############################################################
2
+ // Page Footer Grid
3
+ // ############################################################
4
+
5
+ #footer-contentinfo {
6
+ display: grid;
7
+ grid-template-columns: auto;
8
+ grid-template-rows: auto;
9
+ grid-column-gap: 0;
10
+ grid-row-gap: 0;
11
+ grid-template-areas:
12
+ "page-social-media"
13
+ "page-legal"
14
+ "page-copyright";
15
+ }
16
+
17
+ // ============================================================
18
+ // Page Footer Grid Areas
19
+ // ============================================================
20
+
21
+ #page-social-media {
22
+ grid-area: page-social-media;
23
+
24
+ padding-left: 5rem;
25
+ border-left: 1px solid #eee;
26
+ margin-bottom: 4rem;
27
+
28
+ &>ul {
29
+ list-style: none;
30
+
31
+ &>li {
32
+ line-height: 2rem;
33
+ padding-right: 1rem;
34
+ }
35
+
36
+ &>li:last-child {
37
+ padding-right: unset;
38
+ }
39
+ }
40
+ }
41
+
42
+ #page-legal {
43
+ grid-area: page-legal;
44
+
45
+ margin-bottom: 4rem;
46
+
47
+ display: flex;
48
+ flex-direction: column;
49
+ flex-wrap: wrap;
50
+
51
+ &>nav {
52
+ display: flex;
53
+ flex-direction: row;
54
+
55
+ &>h6 {
56
+ padding-right: 1rem;
57
+ width: 5rem;
58
+ }
59
+
60
+ &>ul {
61
+
62
+ list-style: none;
63
+ display: flex;
64
+ flex-direction: row;
65
+
66
+ &>li {
67
+ padding-right: 1rem;
68
+ }
69
+
70
+ &>li:last-child {
71
+ padding-right: unset;
72
+ }
73
+ }
74
+ }
75
+ }
76
+
77
+ #page-copyright {
78
+ grid-area: page-copyright;
79
+
80
+ margin-bottom: 1rem;
81
+ }
82
+
83
+ // ============================================================
84
+ // Page Footer Grid Mixins
85
+ // ============================================================
86
+
87
+ // ------------------------------------------------------------
88
+ // Default
89
+ // ------------------------------------------------------------
90
+ @mixin footer-contentinfo-default() {}
@@ -0,0 +1,26 @@
1
+ // ############################################################
2
+ // Header Banner Grid
3
+ // ############################################################
4
+
5
+ #header-banner {
6
+ display: grid;
7
+ grid-template-columns: auto;
8
+ grid-template-rows: auto;
9
+ grid-column-gap: 0;
10
+ grid-row-gap: 0;
11
+ grid-template-areas:
12
+ "";
13
+ }
14
+
15
+ // ============================================================
16
+ // Header Banner Grid Areas
17
+ // ============================================================
18
+
19
+ // ============================================================
20
+ // Header Banner Grid Mixins
21
+ // ============================================================
22
+
23
+ // ------------------------------------------------------------
24
+ // Default
25
+ // ------------------------------------------------------------
26
+ @mixin header-banner-default() {}
@@ -0,0 +1,171 @@
1
+ // ############################################################
2
+ // Main Grid
3
+ // ############################################################
4
+
5
+ main {
6
+ display: grid;
7
+ grid-template-columns: auto;
8
+ grid-template-rows: min-content min-content min-content min-content min-content;
9
+ grid-column-gap: 0;
10
+ grid-row-gap: 0;
11
+ grid-template-areas:
12
+ "main-header"
13
+ "main-nav"
14
+ "main-feed"
15
+ "main-sidebar"
16
+ "main-footer";
17
+ }
18
+
19
+ // ============================================================
20
+ // Main Grid Areas
21
+ // ============================================================
22
+
23
+ main>header {
24
+ grid-area: main-header;
25
+
26
+ background-color: darken($color: #fff, $amount: 2%);
27
+
28
+ margin-bottom: 4rem;
29
+
30
+ &>h1 {
31
+ font-weight: 300;
32
+ font-size: 2rem;
33
+ letter-spacing: -1px;
34
+ line-height: 3rem;
35
+ padding: 1rem;
36
+ }
37
+
38
+ &>span {
39
+ margin-bottom: 4rem;
40
+ display: block;
41
+ font-weight: 300;
42
+ font-style: italic;
43
+ padding-left: 3rem;
44
+
45
+ &>hr {
46
+ width: 1rem;
47
+ margin: 4rem auto 4rem 0;
48
+ border: 0;
49
+ text-shadow: unset;
50
+ border-bottom: 1px solid #000;
51
+ }
52
+ }
53
+ }
54
+
55
+ main>nav {
56
+ grid-area: main-nav;
57
+ }
58
+
59
+ main>section[role=feed] {
60
+ grid-area: main-feed;
61
+
62
+ margin-bottom: 4rem;
63
+
64
+ h2 {
65
+ margin-bottom: 4rem;
66
+ font-weight: 900;
67
+ font-size: 2rem;
68
+ letter-spacing: -1px;
69
+ line-height: 3rem;
70
+ }
71
+ }
72
+
73
+ #main-sidebar {
74
+ grid-area: main-sidebar;
75
+
76
+ margin-bottom: 4rem;
77
+
78
+ &>section {
79
+
80
+ margin-bottom: 4rem;
81
+
82
+ &>h3 {
83
+ margin-bottom: 2rem;
84
+ font-weight: 300;
85
+ font-size: 1.4rem;
86
+ line-height: 2rem;
87
+ }
88
+
89
+ &>ul {
90
+ list-style: none;
91
+ margin-left: 3rem;
92
+ &>li {
93
+ &>a {
94
+ font-weight: 300;
95
+ text-decoration: none;
96
+ }
97
+ }
98
+ }
99
+ }
100
+ }
101
+
102
+ main>footer {
103
+ grid-area: main-footer;
104
+ }
105
+
106
+ // ============================================================
107
+ // Main Grid Mixins
108
+ // ============================================================
109
+
110
+ // ------------------------------------------------------------
111
+ // Default
112
+ // ------------------------------------------------------------
113
+ @mixin main-default() {}
114
+
115
+ // ------------------------------------------------------------
116
+ // 15px * 36 = 540px width
117
+ // ------------------------------------------------------------
118
+ @mixin main-540px() {
119
+ main {
120
+
121
+ min-width: 525px;
122
+ max-width: 705px;
123
+
124
+ grid-template-columns: minmax(240px, 255px) minmax(285px, 450px);
125
+ grid-template-rows: min-content min-content min-content min-content min-content;
126
+ grid-column-gap: 1rem;
127
+ grid-row-gap: 0;
128
+ grid-template-areas:
129
+ "main-header main-feed"
130
+ "main-sidebar main-feed"
131
+ "main-nav main-feed"
132
+ ". main-feed"
133
+ ". main-footer"
134
+ ;
135
+ }
136
+
137
+ main>header {
138
+ height: 16rem;
139
+ margin-bottom: 8rem;
140
+ }
141
+
142
+ main>section[role=feed] {
143
+ &>h2 {
144
+ height: 16rem;
145
+ padding: 1rem 0;
146
+ border-bottom: 1px solid darken($color: #fff, $amount: 10%);
147
+ margin-bottom: 8rem;
148
+ }
149
+ }
150
+
151
+ #main-sidebar {
152
+ &>section {
153
+ &>h3 {
154
+ margin-bottom: 4rem;
155
+ }
156
+ }
157
+ }
158
+ }
159
+
160
+ // ------------------------------------------------------------
161
+ // 15px * 57 = 855px width
162
+ // ------------------------------------------------------------
163
+ @mixin main-855px() {
164
+ main {
165
+
166
+ min-width: 810px;
167
+ max-width: 1455px;
168
+
169
+ grid-column-gap: 1.5rem;
170
+ }
171
+ }
@@ -0,0 +1,105 @@
1
+ // ############################################################
2
+ // Main Grid
3
+ // ############################################################
4
+
5
+ main {
6
+ // min-width: 285px;
7
+ // width: 100%;
8
+ // margin: 15px auto;
9
+ // border-top: 1px solid #eee;
10
+
11
+ display: grid;
12
+ grid-template-columns: auto;
13
+ grid-template-rows: min-content min-content min-content min-content min-content;
14
+ grid-column-gap: 0;
15
+ grid-row-gap: 0;
16
+ grid-template-areas:
17
+ "main-header"
18
+ "main-nav"
19
+ "main-article"
20
+ "main-sidebar"
21
+ "main-footer";
22
+
23
+ }
24
+
25
+ // ============================================================
26
+ // Main Grid Areas
27
+ // ============================================================
28
+
29
+ main>header {
30
+ grid-area: main-header;
31
+
32
+ margin-bottom: 4rem;
33
+
34
+ &>span {
35
+
36
+ display: block;
37
+
38
+ &>hr {
39
+ width: 1rem;
40
+ margin: 4rem auto 4rem 0;
41
+ border: 0;
42
+ text-shadow: unset;
43
+ border-bottom: 1px solid #000;
44
+ }
45
+ }
46
+ }
47
+
48
+ main>nav {
49
+ grid-area: main-nav;
50
+ }
51
+
52
+ main>article {
53
+ grid-area: main-article;
54
+
55
+ margin-bottom: 4rem;
56
+ }
57
+
58
+ #main-sidebar {
59
+ grid-area: main-sidebar;
60
+
61
+ section {
62
+ ul {
63
+ list-style: none;
64
+ }
65
+ }
66
+ }
67
+
68
+ main>footer {
69
+ grid-area: main-footer;
70
+ }
71
+
72
+ // ============================================================
73
+ // Main Grid Mixins
74
+ // ============================================================
75
+
76
+ // ------------------------------------------------------------
77
+ // Default
78
+ // ------------------------------------------------------------
79
+ @mixin main-default() {}
80
+
81
+ // ------------------------------------------------------------
82
+ // 15px * 27 = 810px width
83
+ // ------------------------------------------------------------
84
+ @mixin main-810px() {
85
+ main {
86
+ grid-template-columns: auto 255px;
87
+ grid-template-rows: min-content min-content min-content;
88
+ grid-column-gap: 0;
89
+ grid-row-gap: 0;
90
+ grid-template-areas:
91
+ "main-header main-nav"
92
+ "main-article main-sidebar"
93
+ "main-article main-footer"
94
+ ;
95
+ }
96
+
97
+ #main-sidebar {
98
+ padding-top: 15px;
99
+
100
+ h3 {
101
+ margin-bottom: 4rem;
102
+ }
103
+ }
104
+
105
+ }
@@ -0,0 +1,58 @@
1
+ // ############################################################
2
+ // Nav Navigation Grid
3
+ // ############################################################
4
+
5
+ #nav-navigation {
6
+
7
+ line-height: 2rem;
8
+
9
+ display: grid;
10
+ grid-template-columns: auto min-content auto min-content 40px;
11
+ grid-template-rows: 30px;
12
+ grid-column-gap: 0;
13
+ grid-row-gap: 0;
14
+ grid-template-areas:
15
+ "logo . network . navigation";
16
+
17
+ a {
18
+ padding: unset;
19
+ text-decoration: none;
20
+ border: unset;
21
+ }
22
+ a:hover, a:focus {
23
+ background: unset;
24
+ padding: unset;
25
+ color: inherit;
26
+ text-shadow: inherit;
27
+ }
28
+ }
29
+
30
+ // ============================================================
31
+ // Nav Navigation Grid Areas
32
+ // ============================================================
33
+
34
+ .logo {
35
+ grid-area: logo;
36
+ text-align: left;
37
+ font-weight: 700;
38
+ }
39
+
40
+ .network {
41
+ grid-area: network;
42
+ text-align: center;
43
+ }
44
+
45
+ .navigation {
46
+ grid-area: navigation;
47
+ text-align: right;
48
+ font-weight: 400;
49
+ }
50
+
51
+ // ============================================================
52
+ // Nav Navigation Grid Mixins
53
+ // ============================================================
54
+
55
+ // ------------------------------------------------------------
56
+ // Default
57
+ // ------------------------------------------------------------
58
+ @mixin nav-navigation-default() {}
@@ -0,0 +1,54 @@
1
+ // ############################################################
2
+ // Page Grid
3
+ // ############################################################
4
+
5
+ body {
6
+ min-width: 320px;
7
+
8
+ margin-top: 15px;
9
+
10
+ display: grid;
11
+ grid-template-columns: 15px auto 15px;
12
+ grid-template-rows: 30px min-content auto min-content min-content;
13
+ grid-column-gap: 0;
14
+ grid-row-gap: 1rem;
15
+ grid-template-areas:
16
+ ". nav-navigation ."
17
+ ". header-banner ."
18
+ ". main ."
19
+ ". page-sidebar ."
20
+ ". footer-contentinfo .";
21
+ }
22
+
23
+ // ============================================================
24
+ // Page Grid Areas
25
+ // ============================================================
26
+
27
+ #header-banner {
28
+ grid-area: header-banner;
29
+ }
30
+
31
+ #nav-navigation {
32
+ grid-area: nav-navigation;
33
+ }
34
+
35
+ main {
36
+ grid-area: main;
37
+ }
38
+
39
+ #page-sidebar {
40
+ grid-area: page-sidebar;
41
+ }
42
+
43
+ #footer-contentinfo {
44
+ grid-area: footer-contentinfo;
45
+ }
46
+
47
+ // ============================================================
48
+ // Page Grid Mixins
49
+ // ============================================================
50
+
51
+ // ------------------------------------------------------------
52
+ // Default
53
+ // ------------------------------------------------------------
54
+ @mixin page-default() {}
@@ -0,0 +1,29 @@
1
+ // ============================================================
2
+ // Page Grid
3
+ // ============================================================
4
+
5
+ // ------------------------------------------------------------
6
+ // default
7
+ // ------------------------------------------------------------
8
+ @media screen {
9
+ @include page-default();
10
+ @include header-banner-default();
11
+ @include nav-navigation-default();
12
+ @include main-default();
13
+ @include article-default();
14
+ @include footer-contentinfo-default();
15
+ }
16
+
17
+ // ------------------------------------------------------------
18
+ // min. 568px
19
+ // ------------------------------------------------------------
20
+ @media screen and (min-width: 568px) {
21
+ @include article-540px();
22
+ }
23
+
24
+ // ------------------------------------------------------------
25
+ // min. 896px
26
+ // ------------------------------------------------------------
27
+ @media screen and (min-width: 896px) {
28
+ @include article-855px();
29
+ }
@@ -0,0 +1,15 @@
1
+ // ============================================================
2
+ // Page Grid
3
+ // ============================================================
4
+
5
+ // ------------------------------------------------------------
6
+ // default
7
+ // ------------------------------------------------------------
8
+ @media screen {
9
+ @include page-default();
10
+ @include header-banner-default();
11
+ @include nav-navigation-default();
12
+ @include main-default();
13
+ @include sitemap-default();
14
+ @include footer-contentinfo-default();
15
+ }
data/about.html ADDED
@@ -0,0 +1,37 @@
1
+ ---
2
+ layout: page
3
+ title: "About"
4
+ author: "Johnny Dummy"
5
+ description: "About Page"
6
+ keywords: "about"
7
+ language: "en"
8
+ figure: you
9
+ figcaption: You
10
+ ---
11
+ <main>
12
+
13
+ <article>
14
+
15
+ <header>
16
+ <h1>Dummy Title</h1>
17
+ </header>
18
+
19
+ {% include body/article-figure.html %}
20
+
21
+ <div class="content">
22
+
23
+ <section>
24
+ <h2>Dummy Subtitle</h2>
25
+ <p>The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words.</p>
26
+ <p>Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages.</p>
27
+ <p>The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is.</p>
28
+ <hr>
29
+ </section>
30
+
31
+ </div>
32
+
33
+ {% include body/article-aside.html %}
34
+
35
+ </article>
36
+
37
+ </main>
@@ -0,0 +1,4 @@
1
+ ---
2
+ ---
3
+
4
+ @import 'page';
@@ -0,0 +1,4 @@
1
+ ---
2
+ ---
3
+
4
+ @import 'sitemap';
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30" height="30" viewBox="0 0 30 30"><defs><style>.a{fill:url(#a);}</style><pattern id="a" preserveAspectRatio="xMidYMid slice" width="100%" height="100%" viewBox="0 0 32 32"><image width="32" height="32" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfjAggMCDOdY6p5AAACY0lEQVRIx63VPWscVxQG4GfurrQrGbaKCSiOSGcL4cSkUBFHikDgIr9AoDY2cnoVqWzX6YOI0wr0GwwL9jpKocphMY47IRw1drVgaUf7MS5mvNKdlRNvyHu6c877cj7uzElE6EDdNStWXDdnFseOtLW0/KVLI2IkJXrNknVr5tWjWKbrUNOufWnjIoEOfGHThs9i2Ujmbzu2HZzVkYzoiW888J2qf0bfE/f8IWucCXRI3PKz6z4ObVse5RJJUfy3fvloei7xo99pSIref7M2AR2afnBAQM2m1YtyEkH40ERXbarlAks2VMrxipqZwmrjYSo2LBHUrbsSx4KaGdMqgqBi2oyaUJa4Yl29aqHcfVAb22ViWpAaxu41C1XL5mPv1Ij+1ht84hKoGkrj1HnLVSvqcWtTYGjPr/7EV+64KWBK3+B8ct2KzstOdt7SLEcrW8wUtpi1Cm+axdmdl8Fc3Gs+72MPPR95n3vouKivtNS5YDYWyBNeexblPfM6io8wO7abSRGK2gpkMnDZjSjthstRfITj4CgWyKc867bFkXfR7aLTQVngqPLTqoW4saoEn/tST+ZTt9xzU4LMaSyQeVLV8r2ZM99AzzSCZV9HD4le/AroalU9dejqeW9PKN7ipREV+nrlCR56GrzQjL1DablUmdPxL4GmF0HXrlfjEidODQwNDZw6uYj+yq5uwL6dcnMMpE4KS8fDDOzYz38oqW2PXYDM0LC8uPd4bFtKaMCB+9omQdv9/DqE4kTs2ZpAom3LXs4M0CDzyF1N/X8l9zXdfX8V/r/TNhL578f1XB0Tnfd31nD5LKIz0E0AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDItMDhUMTA6NDI6MDMrMDE6MDBzwruAAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAyLTA4VDExOjA4OjUxKzAxOjAwp40mvwAAAABJRU5ErkJggg=="/></pattern></defs><rect class="a" width="30" height="30"/></svg>
Binary file
Binary file
Binary file
Binary file
Binary file