jekyll-theme-pirati 6.4.0 → 6.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/js/main.html +4 -4
  3. data/_sass/components/intention-map.scss +6 -1
  4. data/assets/img/map-markers/map-marker-alizarin.svg +138 -0
  5. data/assets/img/map-markers/map-marker-amethyst.svg +138 -0
  6. data/assets/img/map-markers/map-marker-asbestos.svg +138 -0
  7. data/assets/img/map-markers/map-marker-asphalt.svg +138 -0
  8. data/assets/img/map-markers/map-marker-belize-hole.svg +138 -0
  9. data/assets/img/map-markers/map-marker-black.svg +138 -0
  10. data/assets/img/map-markers/map-marker-carrot.svg +138 -0
  11. data/assets/img/map-markers/map-marker-concrete.svg +138 -0
  12. data/assets/img/map-markers/map-marker-emerald.svg +138 -0
  13. data/assets/img/map-markers/map-marker-green-sea.svg +138 -0
  14. data/assets/img/map-markers/map-marker-midnight-blue.svg +138 -0
  15. data/assets/img/map-markers/map-marker-nephritis.svg +138 -0
  16. data/assets/img/map-markers/map-marker-orange.svg +138 -0
  17. data/assets/img/map-markers/map-marker-peter-river.svg +138 -0
  18. data/assets/img/map-markers/map-marker-pomegranate.svg +138 -0
  19. data/assets/img/map-markers/map-marker-pumpkin.svg +138 -0
  20. data/assets/img/map-markers/map-marker-sun-flower.svg +138 -0
  21. data/assets/img/{map-marker.svg → map-markers/map-marker-turqoise.svg} +8 -6
  22. data/assets/img/map-markers/map-marker-wisteria.svg +138 -0
  23. data/assets/js/{0.main.fc29837241a87a03f52e.js → 0.main.e3a5b223e8e046eed9b6.js} +0 -0
  24. data/assets/js/{0.main.fc29837241a87a03f52e.js.map → 0.main.e3a5b223e8e046eed9b6.js.map} +1 -1
  25. data/assets/js/{main.fc29837241a87a03f52e.0.css → main.e3a5b223e8e046eed9b6.0.css} +0 -0
  26. data/assets/js/{main.fc29837241a87a03f52e.0.css.map → main.e3a5b223e8e046eed9b6.0.css.map} +1 -1
  27. data/assets/js/{main.fc29837241a87a03f52e.css → main.e3a5b223e8e046eed9b6.css} +1 -1
  28. data/assets/js/main.e3a5b223e8e046eed9b6.css.map +1 -0
  29. data/assets/js/main.e3a5b223e8e046eed9b6.js +1 -0
  30. data/assets/js/main.e3a5b223e8e046eed9b6.js.map +1 -0
  31. metadata +29 -11
  32. data/assets/js/main.fc29837241a87a03f52e.css.map +0 -1
  33. data/assets/js/main.fc29837241a87a03f52e.js +0 -1
  34. data/assets/js/main.fc29837241a87a03f52e.js.map +0 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 65f046cd8b25b65ce644bcd65fbc394eb907aff9c4a3a74604e23f96d116e744
4
- data.tar.gz: 8c05bab1a427ab09b9f66b489e489789eaa9c08558e3276a6a3972a9bf1fbbd0
3
+ metadata.gz: 072e99ffff128f6e28ad337da2648d81c0854069c72231d1c9aeb0d5c41c596f
4
+ data.tar.gz: d4abbd60f34a88e272e3aafea95a4d32ead91981c866ce9853933a9120d1e960
5
5
  SHA512:
6
- metadata.gz: 00fa85be43158b9a8dcba222370570b5db3ccd541e5f4068cdb43887597bf42e12e41ab7e33337c68e8056937a77c0e5d54e493702fb214044958a6ba5bac5a7
7
- data.tar.gz: caf7be984adf9061b23f450fdd5d9c092c16432a8ab2883465a55c978822be943c2ece988d991945d1685996d9dac42fcd872affc905b82de35fba2ed2e1c50d
6
+ metadata.gz: 383f233f7004be85628f8e8c88847ffbcf5a37b6667046502a7550ee4ad45fd321e1950c49b150453924d2891406afc8ac7d8bff5d4dfef4c86590e4c39bb571
7
+ data.tar.gz: 74c788554311a26b974a55a829690ff9a6aaeec9eca043aa69e72c7c4758932a6daa28ee0a5019c9d164f1ae9279bc3a7f226456b640c41989d96fa04e64990a
@@ -2,10 +2,10 @@
2
2
  This whole include will be overwritten by built JS files when publishing the
3
3
  theme Gem.
4
4
  {% endcomment %}
5
- <link rel="stylesheet" href="/assets/js/main.fc29837241a87a03f52e.0.css" />
6
- <link rel="stylesheet" href="/assets/js/main.fc29837241a87a03f52e.css" />
7
- <script src="/assets/js/0.main.fc29837241a87a03f52e.js"></script>
8
- <script src="/assets/js/main.fc29837241a87a03f52e.js"></script>
5
+ <link rel="stylesheet" href="/assets/js/main.e3a5b223e8e046eed9b6.0.css" />
6
+ <link rel="stylesheet" href="/assets/js/main.e3a5b223e8e046eed9b6.css" />
7
+ <script src="/assets/js/0.main.e3a5b223e8e046eed9b6.js"></script>
8
+ <script src="/assets/js/main.e3a5b223e8e046eed9b6.js"></script>
9
9
 
10
10
  {% if site.facebook.loadSDK %}
11
11
  <script>
@@ -1,5 +1,4 @@
1
1
  .c-intention-map__header-wrap {
2
- position: relative;
3
2
  max-width: $global-width;
4
3
  margin-left: auto;
5
4
  margin-right: auto;
@@ -7,12 +6,18 @@
7
6
 
8
7
  .c-intention-map__header {
9
8
  position: absolute;
9
+ left: 2rem;
10
10
  z-index: 2;
11
11
  padding: 1rem 1.5rem .2rem;
12
12
  background: transparentize($color: $body-background, $amount: .2);
13
13
 
14
+ @include breakpoint(medium down) {
15
+ left: 0;
16
+ }
17
+
14
18
  @include breakpoint(small down) {
15
19
  position: static;
16
20
  text-align: center;
17
21
  }
22
+
18
23
  }
@@ -0,0 +1,138 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ version="1.1"
13
+ id="Capa_1"
14
+ x="0px"
15
+ y="0px"
16
+ width="40"
17
+ height="64"
18
+ viewBox="0 0 40 64"
19
+ xml:space="preserve"
20
+ sodipodi:docname="map-marker-alizarin.svg"
21
+ inkscape:version="0.92.3 (2405546, 2018-03-11)"
22
+ inkscape:export-filename="/Users/xaralis/Workspace/jekyll-theme-pirati/assets/img/map-marker.png"
23
+ inkscape:export-xdpi="16.200001"
24
+ inkscape:export-ydpi="16.200001"><metadata
25
+ id="metadata949"><rdf:RDF><cc:Work
26
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
27
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
28
+ id="defs947" /><sodipodi:namedview
29
+ pagecolor="#ffffff"
30
+ bordercolor="#666666"
31
+ borderopacity="1"
32
+ objecttolerance="10"
33
+ gridtolerance="10"
34
+ guidetolerance="10"
35
+ inkscape:pageopacity="0"
36
+ inkscape:pageshadow="2"
37
+ inkscape:window-width="1245"
38
+ inkscape:window-height="838"
39
+ id="namedview945"
40
+ showgrid="false"
41
+ inkscape:zoom="3.5134368"
42
+ inkscape:cx="-7.1740172"
43
+ inkscape:cy="26.875732"
44
+ inkscape:window-x="0"
45
+ inkscape:window-y="0"
46
+ inkscape:window-maximized="0"
47
+ inkscape:current-layer="Capa_1" />
48
+ <g
49
+ id="g912"
50
+ transform="matrix(0.125,0,0,0.125,-12,0)"
51
+ style="fill:#e74c3c;fill-opacity:1">
52
+ <path
53
+ d="M 256,0 C 167.641,0 96,71.625 96,160 c 0,24.75 5.625,48.219 15.672,69.125 C 112.234,230.313 256,512 256,512 L 398.594,232.625 C 409.719,210.844 416,186.156 416,160 416,71.625 344.375,0 256,0 Z m 0,256 c -53.016,0 -96,-43 -96,-96 0,-53 42.984,-96 96,-96 53,0 96,43 96,96 0,53 -43,96 -96,96 z"
54
+ id="path910"
55
+ inkscape:connector-curvature="0"
56
+ style="fill:#e74c3c;fill-opacity:1" />
57
+ </g>
58
+ <g
59
+ id="g914"
60
+ transform="translate(-236,-224)">
61
+ </g>
62
+ <g
63
+ id="g916"
64
+ transform="translate(-236,-224)">
65
+ </g>
66
+ <g
67
+ id="g918"
68
+ transform="translate(-236,-224)">
69
+ </g>
70
+ <g
71
+ id="g920"
72
+ transform="translate(-236,-224)">
73
+ </g>
74
+ <g
75
+ id="g922"
76
+ transform="translate(-236,-224)">
77
+ </g>
78
+ <g
79
+ id="g924"
80
+ transform="translate(-236,-224)">
81
+ </g>
82
+ <g
83
+ id="g926"
84
+ transform="translate(-236,-224)">
85
+ </g>
86
+ <g
87
+ id="g928"
88
+ transform="translate(-236,-224)">
89
+ </g>
90
+ <g
91
+ id="g930"
92
+ transform="translate(-236,-224)">
93
+ </g>
94
+ <g
95
+ id="g932"
96
+ transform="translate(-236,-224)">
97
+ </g>
98
+ <g
99
+ id="g934"
100
+ transform="translate(-236,-224)">
101
+ </g>
102
+ <g
103
+ id="g936"
104
+ transform="translate(-236,-224)">
105
+ </g>
106
+ <g
107
+ id="g938"
108
+ transform="translate(-236,-224)">
109
+ </g>
110
+ <g
111
+ id="g940"
112
+ transform="translate(-236,-224)">
113
+ </g>
114
+ <g
115
+ id="g942"
116
+ transform="translate(-236,-224)">
117
+ </g>
118
+ <g
119
+ inkscape:groupmode="layer"
120
+ id="layer1"
121
+ inkscape:label="pirat"
122
+ transform="translate(-236,-224)"><g
123
+ id="g4674"
124
+ transform="matrix(0.55339642,0,0,0.55167555,242.42127,227.9609)"><path
125
+ id="path4657"
126
+ d="M 24.7,7.2 C 18.8,7.2 13.3,9.5 9.2,13.6 5,17.7 2.7,23.3 2.7,29.1 2.7,35 5,40.5 9.1,44.7 c 4.2,4.1 9.7,6.4 15.5,6.4 5.9,0 11.4,-2.3 15.5,-6.4 4.2,-4.1 6.4,-9.7 6.4,-15.5 0,-5.9 -2.3,-11.4 -6.4,-15.5 -4,-4.3 -9.5,-6.5 -15.4,-6.5 m 0,41.8 C 13.7,49 4.8,40.1 4.8,29.1 c 0,-11 8.9,-19.9 19.9,-19.9 11,0 19.9,8.9 19.9,19.9 0,11 -8.9,19.9 -19.9,19.9"
127
+ inkscape:connector-curvature="0" /><path
128
+ id="path4659"
129
+ d="M 18.1,16.1 V 13 h -1.9 v 3.6 c -1.3,0.4 -2.1,0.8 -1.9,1.1 0.4,-0.1 1.1,-0.2 1.9,-0.1 V 36 c -2,3.8 0.9,9.7 0.9,9.7 0,0 -2.1,-6.3 2.6,-9.3 C 24,33.7 39,34.9 38.9,26.5 38.8,14.6 25,14.6 18.1,16.1 m 6.1,11.6 c -0.7,3.2 -4.1,4.8 -6.2,6.2 V 17.8 c 3.5,0.8 7.6,3.5 6.2,9.9"
130
+ inkscape:connector-curvature="0" /><path
131
+ id="path4661"
132
+ d="M 0,0 H 52.2 V 55.2 H 0 Z"
133
+ class="st0"
134
+ inkscape:connector-curvature="0"
135
+ style="fill:none" /></g></g><style
136
+ id="style4655">
137
+ .st0{fill:none}
138
+ </style></svg>
@@ -0,0 +1,138 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ version="1.1"
13
+ id="Capa_1"
14
+ x="0px"
15
+ y="0px"
16
+ width="40"
17
+ height="64"
18
+ viewBox="0 0 40 64"
19
+ xml:space="preserve"
20
+ sodipodi:docname="map-marker-amethyst.svg"
21
+ inkscape:version="0.92.3 (2405546, 2018-03-11)"
22
+ inkscape:export-filename="/Users/xaralis/Workspace/jekyll-theme-pirati/assets/img/map-marker.png"
23
+ inkscape:export-xdpi="16.200001"
24
+ inkscape:export-ydpi="16.200001"><metadata
25
+ id="metadata949"><rdf:RDF><cc:Work
26
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
27
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
28
+ id="defs947" /><sodipodi:namedview
29
+ pagecolor="#ffffff"
30
+ bordercolor="#666666"
31
+ borderopacity="1"
32
+ objecttolerance="10"
33
+ gridtolerance="10"
34
+ guidetolerance="10"
35
+ inkscape:pageopacity="0"
36
+ inkscape:pageshadow="2"
37
+ inkscape:window-width="1245"
38
+ inkscape:window-height="838"
39
+ id="namedview945"
40
+ showgrid="false"
41
+ inkscape:zoom="3.5134368"
42
+ inkscape:cx="-7.1740172"
43
+ inkscape:cy="26.875732"
44
+ inkscape:window-x="0"
45
+ inkscape:window-y="0"
46
+ inkscape:window-maximized="0"
47
+ inkscape:current-layer="Capa_1" />
48
+ <g
49
+ id="g912"
50
+ transform="matrix(0.125,0,0,0.125,-12,0)"
51
+ style="fill:#9b59b6;fill-opacity:1">
52
+ <path
53
+ d="M 256,0 C 167.641,0 96,71.625 96,160 c 0,24.75 5.625,48.219 15.672,69.125 C 112.234,230.313 256,512 256,512 L 398.594,232.625 C 409.719,210.844 416,186.156 416,160 416,71.625 344.375,0 256,0 Z m 0,256 c -53.016,0 -96,-43 -96,-96 0,-53 42.984,-96 96,-96 53,0 96,43 96,96 0,53 -43,96 -96,96 z"
54
+ id="path910"
55
+ inkscape:connector-curvature="0"
56
+ style="fill:#9b59b6;fill-opacity:1" />
57
+ </g>
58
+ <g
59
+ id="g914"
60
+ transform="translate(-236,-224)">
61
+ </g>
62
+ <g
63
+ id="g916"
64
+ transform="translate(-236,-224)">
65
+ </g>
66
+ <g
67
+ id="g918"
68
+ transform="translate(-236,-224)">
69
+ </g>
70
+ <g
71
+ id="g920"
72
+ transform="translate(-236,-224)">
73
+ </g>
74
+ <g
75
+ id="g922"
76
+ transform="translate(-236,-224)">
77
+ </g>
78
+ <g
79
+ id="g924"
80
+ transform="translate(-236,-224)">
81
+ </g>
82
+ <g
83
+ id="g926"
84
+ transform="translate(-236,-224)">
85
+ </g>
86
+ <g
87
+ id="g928"
88
+ transform="translate(-236,-224)">
89
+ </g>
90
+ <g
91
+ id="g930"
92
+ transform="translate(-236,-224)">
93
+ </g>
94
+ <g
95
+ id="g932"
96
+ transform="translate(-236,-224)">
97
+ </g>
98
+ <g
99
+ id="g934"
100
+ transform="translate(-236,-224)">
101
+ </g>
102
+ <g
103
+ id="g936"
104
+ transform="translate(-236,-224)">
105
+ </g>
106
+ <g
107
+ id="g938"
108
+ transform="translate(-236,-224)">
109
+ </g>
110
+ <g
111
+ id="g940"
112
+ transform="translate(-236,-224)">
113
+ </g>
114
+ <g
115
+ id="g942"
116
+ transform="translate(-236,-224)">
117
+ </g>
118
+ <g
119
+ inkscape:groupmode="layer"
120
+ id="layer1"
121
+ inkscape:label="pirat"
122
+ transform="translate(-236,-224)"><g
123
+ id="g4674"
124
+ transform="matrix(0.55339642,0,0,0.55167555,242.42127,227.9609)"><path
125
+ id="path4657"
126
+ d="M 24.7,7.2 C 18.8,7.2 13.3,9.5 9.2,13.6 5,17.7 2.7,23.3 2.7,29.1 2.7,35 5,40.5 9.1,44.7 c 4.2,4.1 9.7,6.4 15.5,6.4 5.9,0 11.4,-2.3 15.5,-6.4 4.2,-4.1 6.4,-9.7 6.4,-15.5 0,-5.9 -2.3,-11.4 -6.4,-15.5 -4,-4.3 -9.5,-6.5 -15.4,-6.5 m 0,41.8 C 13.7,49 4.8,40.1 4.8,29.1 c 0,-11 8.9,-19.9 19.9,-19.9 11,0 19.9,8.9 19.9,19.9 0,11 -8.9,19.9 -19.9,19.9"
127
+ inkscape:connector-curvature="0" /><path
128
+ id="path4659"
129
+ d="M 18.1,16.1 V 13 h -1.9 v 3.6 c -1.3,0.4 -2.1,0.8 -1.9,1.1 0.4,-0.1 1.1,-0.2 1.9,-0.1 V 36 c -2,3.8 0.9,9.7 0.9,9.7 0,0 -2.1,-6.3 2.6,-9.3 C 24,33.7 39,34.9 38.9,26.5 38.8,14.6 25,14.6 18.1,16.1 m 6.1,11.6 c -0.7,3.2 -4.1,4.8 -6.2,6.2 V 17.8 c 3.5,0.8 7.6,3.5 6.2,9.9"
130
+ inkscape:connector-curvature="0" /><path
131
+ id="path4661"
132
+ d="M 0,0 H 52.2 V 55.2 H 0 Z"
133
+ class="st0"
134
+ inkscape:connector-curvature="0"
135
+ style="fill:none" /></g></g><style
136
+ id="style4655">
137
+ .st0{fill:none}
138
+ </style></svg>
@@ -0,0 +1,138 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ version="1.1"
13
+ id="Capa_1"
14
+ x="0px"
15
+ y="0px"
16
+ width="40"
17
+ height="64"
18
+ viewBox="0 0 40 64"
19
+ xml:space="preserve"
20
+ sodipodi:docname="map-marker-asbestos.svg"
21
+ inkscape:version="0.92.3 (2405546, 2018-03-11)"
22
+ inkscape:export-filename="/Users/xaralis/Workspace/jekyll-theme-pirati/assets/img/map-marker.png"
23
+ inkscape:export-xdpi="16.200001"
24
+ inkscape:export-ydpi="16.200001"><metadata
25
+ id="metadata949"><rdf:RDF><cc:Work
26
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
27
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
28
+ id="defs947" /><sodipodi:namedview
29
+ pagecolor="#ffffff"
30
+ bordercolor="#666666"
31
+ borderopacity="1"
32
+ objecttolerance="10"
33
+ gridtolerance="10"
34
+ guidetolerance="10"
35
+ inkscape:pageopacity="0"
36
+ inkscape:pageshadow="2"
37
+ inkscape:window-width="1245"
38
+ inkscape:window-height="838"
39
+ id="namedview945"
40
+ showgrid="false"
41
+ inkscape:zoom="3.5134368"
42
+ inkscape:cx="-7.1740172"
43
+ inkscape:cy="26.875732"
44
+ inkscape:window-x="0"
45
+ inkscape:window-y="0"
46
+ inkscape:window-maximized="0"
47
+ inkscape:current-layer="Capa_1" />
48
+ <g
49
+ id="g912"
50
+ transform="matrix(0.125,0,0,0.125,-12,0)"
51
+ style="fill:#7f8c8d;fill-opacity:1">
52
+ <path
53
+ d="M 256,0 C 167.641,0 96,71.625 96,160 c 0,24.75 5.625,48.219 15.672,69.125 C 112.234,230.313 256,512 256,512 L 398.594,232.625 C 409.719,210.844 416,186.156 416,160 416,71.625 344.375,0 256,0 Z m 0,256 c -53.016,0 -96,-43 -96,-96 0,-53 42.984,-96 96,-96 53,0 96,43 96,96 0,53 -43,96 -96,96 z"
54
+ id="path910"
55
+ inkscape:connector-curvature="0"
56
+ style="fill:#7f8c8d;fill-opacity:1" />
57
+ </g>
58
+ <g
59
+ id="g914"
60
+ transform="translate(-236,-224)">
61
+ </g>
62
+ <g
63
+ id="g916"
64
+ transform="translate(-236,-224)">
65
+ </g>
66
+ <g
67
+ id="g918"
68
+ transform="translate(-236,-224)">
69
+ </g>
70
+ <g
71
+ id="g920"
72
+ transform="translate(-236,-224)">
73
+ </g>
74
+ <g
75
+ id="g922"
76
+ transform="translate(-236,-224)">
77
+ </g>
78
+ <g
79
+ id="g924"
80
+ transform="translate(-236,-224)">
81
+ </g>
82
+ <g
83
+ id="g926"
84
+ transform="translate(-236,-224)">
85
+ </g>
86
+ <g
87
+ id="g928"
88
+ transform="translate(-236,-224)">
89
+ </g>
90
+ <g
91
+ id="g930"
92
+ transform="translate(-236,-224)">
93
+ </g>
94
+ <g
95
+ id="g932"
96
+ transform="translate(-236,-224)">
97
+ </g>
98
+ <g
99
+ id="g934"
100
+ transform="translate(-236,-224)">
101
+ </g>
102
+ <g
103
+ id="g936"
104
+ transform="translate(-236,-224)">
105
+ </g>
106
+ <g
107
+ id="g938"
108
+ transform="translate(-236,-224)">
109
+ </g>
110
+ <g
111
+ id="g940"
112
+ transform="translate(-236,-224)">
113
+ </g>
114
+ <g
115
+ id="g942"
116
+ transform="translate(-236,-224)">
117
+ </g>
118
+ <g
119
+ inkscape:groupmode="layer"
120
+ id="layer1"
121
+ inkscape:label="pirat"
122
+ transform="translate(-236,-224)"><g
123
+ id="g4674"
124
+ transform="matrix(0.55339642,0,0,0.55167555,242.42127,227.9609)"><path
125
+ id="path4657"
126
+ d="M 24.7,7.2 C 18.8,7.2 13.3,9.5 9.2,13.6 5,17.7 2.7,23.3 2.7,29.1 2.7,35 5,40.5 9.1,44.7 c 4.2,4.1 9.7,6.4 15.5,6.4 5.9,0 11.4,-2.3 15.5,-6.4 4.2,-4.1 6.4,-9.7 6.4,-15.5 0,-5.9 -2.3,-11.4 -6.4,-15.5 -4,-4.3 -9.5,-6.5 -15.4,-6.5 m 0,41.8 C 13.7,49 4.8,40.1 4.8,29.1 c 0,-11 8.9,-19.9 19.9,-19.9 11,0 19.9,8.9 19.9,19.9 0,11 -8.9,19.9 -19.9,19.9"
127
+ inkscape:connector-curvature="0" /><path
128
+ id="path4659"
129
+ d="M 18.1,16.1 V 13 h -1.9 v 3.6 c -1.3,0.4 -2.1,0.8 -1.9,1.1 0.4,-0.1 1.1,-0.2 1.9,-0.1 V 36 c -2,3.8 0.9,9.7 0.9,9.7 0,0 -2.1,-6.3 2.6,-9.3 C 24,33.7 39,34.9 38.9,26.5 38.8,14.6 25,14.6 18.1,16.1 m 6.1,11.6 c -0.7,3.2 -4.1,4.8 -6.2,6.2 V 17.8 c 3.5,0.8 7.6,3.5 6.2,9.9"
130
+ inkscape:connector-curvature="0" /><path
131
+ id="path4661"
132
+ d="M 0,0 H 52.2 V 55.2 H 0 Z"
133
+ class="st0"
134
+ inkscape:connector-curvature="0"
135
+ style="fill:none" /></g></g><style
136
+ id="style4655">
137
+ .st0{fill:none}
138
+ </style></svg>