jekyll-theme-drop 0.1.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.
- checksums.yaml +7 -0
- data/LICENSE +437 -0
- data/README.md +96 -0
- data/_includes/banner.html +12 -0
- data/_includes/footer.html +39 -0
- data/_includes/head.html +7 -0
- data/_includes/header.html +10 -0
- data/_includes/scripts.html +8 -0
- data/_layouts/default.html +22 -0
- data/_layouts/home.html +6 -0
- data/_layouts/page.html +4 -0
- data/_layouts/post.html +4 -0
- data/_sass/base/_reset.scss +70 -0
- data/_sass/base/_typography.scss +140 -0
- data/_sass/components/_actions.scss +18 -0
- data/_sass/components/_box.scss +151 -0
- data/_sass/components/_button.scss +49 -0
- data/_sass/components/_container.scss +15 -0
- data/_sass/components/_form.scss +88 -0
- data/_sass/components/_icons.scss +44 -0
- data/_sass/components/_image.scss +37 -0
- data/_sass/components/_list.scss +25 -0
- data/_sass/components/_menu.scss +21 -0
- data/_sass/components/_poptrox.scss +120 -0
- data/_sass/components/_row.scss +21 -0
- data/_sass/components/_sections.scss +18 -0
- data/_sass/components/_table.scss +35 -0
- data/_sass/layout/_banner.scss +44 -0
- data/_sass/layout/_breakpoints.scss +358 -0
- data/_sass/layout/_footer.scss +44 -0
- data/_sass/layout/_header.scss +85 -0
- data/_sass/libs/_breakpoints.scss +223 -0
- data/_sass/libs/_functions.scss +90 -0
- data/_sass/libs/_html-grid.scss +149 -0
- data/_sass/libs/_mixins.scss +63 -0
- data/_sass/libs/_vars.scss +22 -0
- data/_sass/libs/_vendor.scss +376 -0
- data/_sass/main.scss +51 -0
- data/_sass/noscript.scss +25 -0
- data/assets/css/font-awesome.min.css +4 -0
- data/assets/css/images/arrow.svg +11 -0
- data/assets/css/images/banner.svg +54 -0
- data/assets/css/images/loader.gif +0 -0
- data/assets/css/images/overlay.png +0 -0
- data/assets/css/images/poptrox-closer.svg +6 -0
- data/assets/css/images/poptrox-nav.svg +6 -0
- data/assets/css/noscript.css +19 -0
- data/assets/css/styles.scss +4 -0
- data/assets/fonts/FontAwesome.otf +0 -0
- data/assets/fonts/fontawesome-webfont.eot +0 -0
- data/assets/fonts/fontawesome-webfont.svg +2671 -0
- data/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/assets/fonts/fontawesome-webfont.woff +0 -0
- data/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/assets/images/bg-alt.jpg +0 -0
- data/assets/images/bg.jpg +0 -0
- data/assets/images/drop.svg +99 -0
- data/assets/images/drop_background.svg +110 -0
- data/assets/images/drop_bouncing.svg +125 -0
- data/assets/images/fulls/01.jpg +0 -0
- data/assets/images/fulls/02.jpg +0 -0
- data/assets/images/fulls/03.jpg +0 -0
- data/assets/images/fulls/04.jpg +0 -0
- data/assets/images/fulls/05.jpg +0 -0
- data/assets/images/fulls/06.jpg +0 -0
- data/assets/images/fulls/07.jpg +0 -0
- data/assets/images/fulls/08.jpg +0 -0
- data/assets/images/pic01.jpg +0 -0
- data/assets/images/pic02.jpg +0 -0
- data/assets/images/screenshot.jpg +0 -0
- data/assets/images/thumbs/01.jpg +0 -0
- data/assets/images/thumbs/02.jpg +0 -0
- data/assets/images/thumbs/03.jpg +0 -0
- data/assets/images/thumbs/04.jpg +0 -0
- data/assets/images/thumbs/05.jpg +0 -0
- data/assets/images/thumbs/06.jpg +0 -0
- data/assets/images/thumbs/07.jpg +0 -0
- data/assets/images/thumbs/08.jpg +0 -0
- data/assets/js/breakpoints.min.js +2 -0
- data/assets/js/browser.min.js +2 -0
- data/assets/js/jquery.min.js +2 -0
- data/assets/js/jquery.poptrox.min.js +2 -0
- data/assets/js/jquery.scrolly.min.js +2 -0
- data/assets/js/main.js +105 -0
- data/assets/js/util.js +587 -0
- metadata +170 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,99 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
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="svg4807"
|
14
|
+
width="546"
|
15
|
+
height="546"
|
16
|
+
viewBox="0 0 546 546"
|
17
|
+
sodipodi:docname="drop.svg"
|
18
|
+
inkscape:version="0.92.1 r15371">
|
19
|
+
<metadata
|
20
|
+
id="metadata4813">
|
21
|
+
<rdf:RDF>
|
22
|
+
<cc:Work
|
23
|
+
rdf:about="">
|
24
|
+
<dc:format>image/svg+xml</dc:format>
|
25
|
+
<dc:type
|
26
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
27
|
+
<dc:title></dc:title>
|
28
|
+
</cc:Work>
|
29
|
+
</rdf:RDF>
|
30
|
+
</metadata>
|
31
|
+
<defs
|
32
|
+
id="defs4811" />
|
33
|
+
<sodipodi:namedview
|
34
|
+
pagecolor="#ffffff"
|
35
|
+
bordercolor="#666666"
|
36
|
+
borderopacity="1"
|
37
|
+
objecttolerance="10"
|
38
|
+
gridtolerance="10"
|
39
|
+
guidetolerance="10"
|
40
|
+
inkscape:pageopacity="0"
|
41
|
+
inkscape:pageshadow="2"
|
42
|
+
inkscape:window-width="1920"
|
43
|
+
inkscape:window-height="1080"
|
44
|
+
id="namedview4809"
|
45
|
+
showgrid="false"
|
46
|
+
inkscape:pagecheckerboard="true"
|
47
|
+
inkscape:zoom="1.5174485"
|
48
|
+
inkscape:cx="126.87747"
|
49
|
+
inkscape:cy="301.63355"
|
50
|
+
inkscape:window-x="1366"
|
51
|
+
inkscape:window-y="-16"
|
52
|
+
inkscape:window-maximized="1"
|
53
|
+
inkscape:current-layer="layer1" />
|
54
|
+
<g
|
55
|
+
inkscape:groupmode="layer"
|
56
|
+
id="layer2"
|
57
|
+
inkscape:label="drop"
|
58
|
+
transform="translate(0,-0.13330078)"
|
59
|
+
style="display:inline" />
|
60
|
+
<g
|
61
|
+
inkscape:groupmode="layer"
|
62
|
+
id="layer4"
|
63
|
+
inkscape:label="shape"
|
64
|
+
transform="translate(0,-0.13330078)"
|
65
|
+
style="display:inline">
|
66
|
+
<path
|
67
|
+
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
68
|
+
d="m 196,56 c -50.01839,2e-6 -177,48.15792 -177,230 0,118.91904 116.44812,233 254,233 C 410.55188,519 527,404.91904 527,286 527,104.15792 400.01839,56.000002 350,56 c -17.23915,0 -77,3.041345 -77,53 0,44.11463 29.60255,66.09614 29,103 -0.60256,36.90387 -21.71005,37.04243 -29,37.0293 -7.28995,0.0131 -28.39744,-0.12543 -29,-37.0293 -0.60255,-36.90386 29,-58.88537 29,-103 0,-49.958654 -59.76085,-53 -77,-53 z m -25.78711,57.3125 c 36.90405,0 41.78124,27.42874 41.78125,78.50781 C 211.99413,210.93134 219.0751,270 273,270 c 53.9249,0 61.00587,-59.06866 61.00586,-78.17969 1e-5,-51.07907 4.8772,-78.50781 41.78125,-78.50781 C 406.71813,113.3125 497,145.07078 497,295 497,365.92134 417.20803,494 273,494 128.79197,494 49,365.92134 49,295 49,145.07078 139.28187,113.3125 170.21289,113.3125 Z"
|
69
|
+
transform="translate(0,0.13330078)"
|
70
|
+
id="path4563"
|
71
|
+
inkscape:connector-curvature="0" />
|
72
|
+
</g>
|
73
|
+
<g
|
74
|
+
inkscape:groupmode="layer"
|
75
|
+
id="layer3"
|
76
|
+
inkscape:label="c"
|
77
|
+
transform="translate(0,-0.13330078)"
|
78
|
+
style="display:inline">
|
79
|
+
<path
|
80
|
+
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
81
|
+
d="M 324.20117,287.74023 A 55,60 0 0 1 304.58984,315.02734 50,40 0 0 1 323,346 50,40 0 0 1 273,386 50,40 0 0 1 223,346 50,40 0 0 1 241.37695,315.04883 55,60 0 0 1 221.76367,287.80273 85,82.5 0 0 0 188,353.5 85,82.5 0 0 0 273,436 85,82.5 0 0 0 358,353.5 85,82.5 0 0 0 324.20117,287.74023 Z"
|
82
|
+
id="path5481"
|
83
|
+
transform="translate(0,0.13330078)"
|
84
|
+
inkscape:connector-curvature="0" />
|
85
|
+
</g>
|
86
|
+
<g
|
87
|
+
inkscape:groupmode="layer"
|
88
|
+
id="layer1"
|
89
|
+
inkscape:label="border"
|
90
|
+
transform="translate(0,-0.13330078)"
|
91
|
+
style="display:inline">
|
92
|
+
<path
|
93
|
+
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
94
|
+
d="M 273,0 A 273,273 0 0 0 0,273 273,273 0 0 0 273,546 273,273 0 0 0 546,273 273,273 0 0 0 273,0 Z m 0,8 A 265,265 0 0 1 538,273 265,265 0 0 1 273,538 265,265 0 0 1 8,273 265,265 0 0 1 273,8 Z"
|
95
|
+
transform="translate(0,0.13330078)"
|
96
|
+
id="path5452"
|
97
|
+
inkscape:connector-curvature="0" />
|
98
|
+
</g>
|
99
|
+
</svg>
|
@@ -0,0 +1,110 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
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="svg4807"
|
14
|
+
width="546"
|
15
|
+
height="546"
|
16
|
+
viewBox="0 0 546 546"
|
17
|
+
sodipodi:docname="drop_background.svg"
|
18
|
+
inkscape:version="0.92.1 r15371">
|
19
|
+
<metadata
|
20
|
+
id="metadata4813">
|
21
|
+
<rdf:RDF>
|
22
|
+
<cc:Work
|
23
|
+
rdf:about="">
|
24
|
+
<dc:format>image/svg+xml</dc:format>
|
25
|
+
<dc:type
|
26
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
27
|
+
<dc:title></dc:title>
|
28
|
+
</cc:Work>
|
29
|
+
</rdf:RDF>
|
30
|
+
</metadata>
|
31
|
+
<defs
|
32
|
+
id="defs4811" />
|
33
|
+
<sodipodi:namedview
|
34
|
+
pagecolor="#ffffff"
|
35
|
+
bordercolor="#666666"
|
36
|
+
borderopacity="1"
|
37
|
+
objecttolerance="10"
|
38
|
+
gridtolerance="10"
|
39
|
+
guidetolerance="10"
|
40
|
+
inkscape:pageopacity="0"
|
41
|
+
inkscape:pageshadow="2"
|
42
|
+
inkscape:window-width="1920"
|
43
|
+
inkscape:window-height="1080"
|
44
|
+
id="namedview4809"
|
45
|
+
showgrid="false"
|
46
|
+
inkscape:pagecheckerboard="true"
|
47
|
+
inkscape:zoom="0.75872425"
|
48
|
+
inkscape:cx="-178.35099"
|
49
|
+
inkscape:cy="373.5825"
|
50
|
+
inkscape:window-x="1366"
|
51
|
+
inkscape:window-y="-16"
|
52
|
+
inkscape:window-maximized="1"
|
53
|
+
inkscape:current-layer="layer5" />
|
54
|
+
<g
|
55
|
+
inkscape:groupmode="layer"
|
56
|
+
id="layer5"
|
57
|
+
inkscape:label="background">
|
58
|
+
<rect
|
59
|
+
transform="translate(0,-0.13330078)"
|
60
|
+
style="display:inline;fill:#800080;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
61
|
+
id="rect4791"
|
62
|
+
width="546"
|
63
|
+
height="546"
|
64
|
+
x="5.6946851e-07"
|
65
|
+
y="0.13330202"
|
66
|
+
ry="72.490105" />
|
67
|
+
</g>
|
68
|
+
<g
|
69
|
+
inkscape:groupmode="layer"
|
70
|
+
id="layer1"
|
71
|
+
inkscape:label="border"
|
72
|
+
transform="translate(0,-0.13330078)"
|
73
|
+
style="display:none">
|
74
|
+
<path
|
75
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
76
|
+
d="M 273,54.733301 A 218.4,218.4 0 0 0 54.6,273.1333 218.4,218.4 0 0 0 273,491.5333 218.4,218.4 0 0 0 491.4,273.1333 218.4,218.4 0 0 0 273,54.733301 Z m 0,6.4 a 212,212 0 0 1 212,211.999999 212,212 0 0 1 -212,212 212,212 0 0 1 -212,-212 212,212 0 0 1 212,-211.999999 z"
|
77
|
+
id="path5452"
|
78
|
+
inkscape:connector-curvature="0" />
|
79
|
+
</g>
|
80
|
+
<g
|
81
|
+
inkscape:groupmode="layer"
|
82
|
+
id="layer2"
|
83
|
+
inkscape:label="drop"
|
84
|
+
transform="translate(0,-0.13330078)"
|
85
|
+
style="display:none" />
|
86
|
+
<g
|
87
|
+
inkscape:groupmode="layer"
|
88
|
+
id="layer3"
|
89
|
+
inkscape:label="c"
|
90
|
+
transform="translate(0,-0.13330078)"
|
91
|
+
style="display:inline">
|
92
|
+
<path
|
93
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
94
|
+
d="M 313.96094,284.92548 A 44,48 0 0 1 298.27187,306.75517 40,32 0 0 1 313,331.5333 a 40,32 0 0 1 -40,32 40,32 0 0 1 -40,-32 40,32 0 0 1 14.70156,-24.76094 A 44,48 0 0 1 232.01094,284.97548 68,66 0 0 0 205,337.5333 a 68,66 0 0 0 68,66 68,66 0 0 0 68,-66 68,66 0 0 0 -27.03906,-52.60782 z"
|
95
|
+
id="path5481"
|
96
|
+
inkscape:connector-curvature="0" />
|
97
|
+
</g>
|
98
|
+
<g
|
99
|
+
inkscape:groupmode="layer"
|
100
|
+
id="layer4"
|
101
|
+
inkscape:label="shape"
|
102
|
+
transform="translate(0,-0.13330078)"
|
103
|
+
style="display:inline">
|
104
|
+
<path
|
105
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
106
|
+
d="m 211.4,99.533301 c -40.01471,1e-6 -141.6,38.526339 -141.6,183.999999 0,95.13523 93.1585,186.4 203.2,186.4 110.0415,0 203.2,-91.26477 203.2,-186.4 0,-145.47366 -101.58529,-183.999998 -141.6,-183.999999 -13.79132,0 -61.6,2.433079 -61.6,42.399999 0,35.2917 23.68204,52.87691 23.2,82.4 -0.48205,29.5231 -17.36804,29.63394 -23.2,29.62344 -5.83196,0.0105 -22.71795,-0.10034 -23.2,-29.62344 -0.48204,-29.52309 23.2,-47.1083 23.2,-82.4 0,-39.96692 -47.80868,-42.399999 -61.6,-42.399999 z M 190.77031,145.3833 c 29.52324,0 33.42499,21.94299 33.425,62.80625 -1e-5,15.28882 5.66477,62.54375 48.80469,62.54375 43.13992,0 48.8047,-47.25493 48.80469,-62.54375 1e-5,-40.86326 3.90176,-62.80625 33.425,-62.80625 24.74481,0 96.97031,25.40662 96.97031,145.35 0,56.73707 -63.83358,159.2 -179.2,159.2 -115.36642,0 -179.2,-102.46293 -179.2,-159.2 0,-119.94338 72.2255,-145.35 96.97031,-145.35 z"
|
107
|
+
id="path4563"
|
108
|
+
inkscape:connector-curvature="0" />
|
109
|
+
</g>
|
110
|
+
</svg>
|
@@ -0,0 +1,125 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
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="svg367"
|
14
|
+
width="1733.3333"
|
15
|
+
height="1104"
|
16
|
+
viewBox="0 0 1733.3333 1104"
|
17
|
+
sodipodi:docname="bouncing.svg"
|
18
|
+
inkscape:version="0.92.1 r15371">
|
19
|
+
<metadata
|
20
|
+
id="metadata373">
|
21
|
+
<rdf:RDF>
|
22
|
+
<cc:Work
|
23
|
+
rdf:about="">
|
24
|
+
<dc:format>image/svg+xml</dc:format>
|
25
|
+
<dc:type
|
26
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
27
|
+
<dc:title></dc:title>
|
28
|
+
</cc:Work>
|
29
|
+
</rdf:RDF>
|
30
|
+
</metadata>
|
31
|
+
<defs
|
32
|
+
id="defs371" />
|
33
|
+
<sodipodi:namedview
|
34
|
+
pagecolor="#ffffff"
|
35
|
+
bordercolor="#666666"
|
36
|
+
borderopacity="1"
|
37
|
+
objecttolerance="10"
|
38
|
+
gridtolerance="10"
|
39
|
+
guidetolerance="10"
|
40
|
+
inkscape:pageopacity="0"
|
41
|
+
inkscape:pageshadow="2"
|
42
|
+
inkscape:window-width="1366"
|
43
|
+
inkscape:window-height="768"
|
44
|
+
id="namedview369"
|
45
|
+
showgrid="false"
|
46
|
+
inkscape:pagecheckerboard="true"
|
47
|
+
inkscape:zoom="0.7"
|
48
|
+
inkscape:cx="896.71201"
|
49
|
+
inkscape:cy="645.70639"
|
50
|
+
inkscape:window-x="0"
|
51
|
+
inkscape:window-y="-16"
|
52
|
+
inkscape:window-maximized="1"
|
53
|
+
inkscape:current-layer="layer8" />
|
54
|
+
<g
|
55
|
+
inkscape:groupmode="layer"
|
56
|
+
id="layer3"
|
57
|
+
inkscape:label="wave2"
|
58
|
+
style="display:inline">
|
59
|
+
<path
|
60
|
+
style="display:inline;fill:#000000;fill-opacity:1;stroke-width:1.34956729"
|
61
|
+
d="M 893.76367 712.09961 A 609.62885 70.119568 0 0 0 284.13477 782.21875 A 609.62885 70.119568 0 0 0 893.76367 852.33789 A 609.62885 70.119568 0 0 0 1503.3926 782.21875 A 609.62885 70.119568 0 0 0 893.76367 712.09961 z M 877.54102 723.625 A 543.66681 59.553608 0 0 1 1421.207 783.17969 A 543.66681 59.553608 0 0 1 877.54102 842.73242 A 543.66681 59.553608 0 0 1 333.875 783.17969 A 543.66681 59.553608 0 0 1 877.54102 723.625 z "
|
62
|
+
id="path4079" />
|
63
|
+
</g>
|
64
|
+
<g
|
65
|
+
inkscape:groupmode="layer"
|
66
|
+
id="layer8"
|
67
|
+
inkscape:label="wave1"
|
68
|
+
style="display:inline">
|
69
|
+
<path
|
70
|
+
style="fill:#000000;fill-opacity:1;stroke:#eeffaa;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
71
|
+
d="m 877.77148,734.87695 a 451.74329,48.402443 0 0 0 -451.74414,48.4043 451.74329,48.402443 0 0 0 451.74414,48.40234 451.74329,48.402443 0 0 0 451.74222,-48.40234 451.74329,48.402443 0 0 0 -451.74222,-48.4043 z M 879.5,742 A 351.5,40.5 0 0 1 1231,782.5 351.5,40.5 0 0 1 879.5,823 351.5,40.5 0 0 1 528,782.5 351.5,40.5 0 0 1 879.5,742 Z"
|
72
|
+
id="path4897"
|
73
|
+
inkscape:connector-curvature="0" />
|
74
|
+
</g>
|
75
|
+
<g
|
76
|
+
inkscape:groupmode="layer"
|
77
|
+
id="layer1"
|
78
|
+
inkscape:label="tower"
|
79
|
+
style="display:inline">
|
80
|
+
<path
|
81
|
+
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
82
|
+
d="m 878.38672,519 a 15.499999,22.392855 0 0 0 -14.47852,20.85742 h -0.17578 a 202.78059,656.8111 0 0 1 6.3086,151.57813 A 357.67313,106.67396 0 0 1 870.3457,694 357.67313,106.67396 0 0 1 669,789.85742 v 0.0254 a 229,13.574248 0 0 0 -18,5.29297 229,13.574248 0 0 0 229.16992,13.55469 A 229,13.574248 0 0 0 1109,795.15625 H 880 l 228.998,-0.041 A 229,13.574248 0 0 0 1089,789.65039 v -0.0469 A 357.6731,106.67396 0 0 1 889,694 198.5972,656.8111 0 0 1 894.94922,539.85742 h -0.12695 A 15.499999,22.392855 0 0 0 880.33398,519 Z"
|
83
|
+
id="rect4865"
|
84
|
+
inkscape:connector-curvature="0" />
|
85
|
+
</g>
|
86
|
+
<g
|
87
|
+
inkscape:groupmode="layer"
|
88
|
+
id="layer5"
|
89
|
+
inkscape:label="drop3"
|
90
|
+
style="display:none">
|
91
|
+
<ellipse
|
92
|
+
style="display:inline;fill:#000000"
|
93
|
+
id="path4096"
|
94
|
+
cx="881.29059"
|
95
|
+
cy="167.21002"
|
96
|
+
rx="24.013552"
|
97
|
+
ry="23.799057" />
|
98
|
+
</g>
|
99
|
+
<g
|
100
|
+
inkscape:groupmode="layer"
|
101
|
+
id="layer6"
|
102
|
+
inkscape:label="drop2"
|
103
|
+
style="display:none">
|
104
|
+
<ellipse
|
105
|
+
style="fill:#000000"
|
106
|
+
id="path4101"
|
107
|
+
cx="880.97247"
|
108
|
+
cy="352.2536"
|
109
|
+
rx="25.016102"
|
110
|
+
ry="27.044434" />
|
111
|
+
</g>
|
112
|
+
<g
|
113
|
+
inkscape:groupmode="layer"
|
114
|
+
id="layer7"
|
115
|
+
inkscape:label="drop1"
|
116
|
+
style="display:inline">
|
117
|
+
<ellipse
|
118
|
+
style="display:inline;fill:#000000"
|
119
|
+
id="path4105"
|
120
|
+
cx="878.91577"
|
121
|
+
cy="478.40302"
|
122
|
+
rx="20.959436"
|
123
|
+
ry="19.607216" />
|
124
|
+
</g>
|
125
|
+
</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
|
@@ -0,0 +1,2 @@
|
|
1
|
+
/* breakpoints.js v1.0 | @ajlkn | MIT licensed */
|
2
|
+
var breakpoints=function(){"use strict";function e(e){t.init(e)}var t={list:null,media:{},events:[],init:function(e){t.list=e,window.addEventListener("resize",t.poll),window.addEventListener("orientationchange",t.poll),window.addEventListener("load",t.poll),window.addEventListener("fullscreenchange",t.poll)},active:function(e){var n,a,s,i,r,d,c;if(!(e in t.media)){if(">="==e.substr(0,2)?(a="gte",n=e.substr(2)):"<="==e.substr(0,2)?(a="lte",n=e.substr(2)):">"==e.substr(0,1)?(a="gt",n=e.substr(1)):"<"==e.substr(0,1)?(a="lt",n=e.substr(1)):"!"==e.substr(0,1)?(a="not",n=e.substr(1)):(a="eq",n=e),n&&n in t.list)if(i=t.list[n],Array.isArray(i)){if(r=parseInt(i[0]),d=parseInt(i[1]),isNaN(r)){if(isNaN(d))return;c=i[1].substr(String(d).length)}else c=i[0].substr(String(r).length);if(isNaN(r))switch(a){case"gte":s="screen";break;case"lte":s="screen and (max-width: "+d+c+")";break;case"gt":s="screen and (min-width: "+(d+1)+c+")";break;case"lt":s="screen and (max-width: -1px)";break;case"not":s="screen and (min-width: "+(d+1)+c+")";break;default:s="screen and (max-width: "+d+c+")"}else if(isNaN(d))switch(a){case"gte":s="screen and (min-width: "+r+c+")";break;case"lte":s="screen";break;case"gt":s="screen and (max-width: -1px)";break;case"lt":s="screen and (max-width: "+(r-1)+c+")";break;case"not":s="screen and (max-width: "+(r-1)+c+")";break;default:s="screen and (min-width: "+r+c+")"}else switch(a){case"gte":s="screen and (min-width: "+r+c+")";break;case"lte":s="screen and (max-width: "+d+c+")";break;case"gt":s="screen and (min-width: "+(d+1)+c+")";break;case"lt":s="screen and (max-width: "+(r-1)+c+")";break;case"not":s="screen and (max-width: "+(r-1)+c+"), screen and (min-width: "+(d+1)+c+")";break;default:s="screen and (min-width: "+r+c+") and (max-width: "+d+c+")"}}else s="("==i.charAt(0)?"screen and "+i:i;t.media[e]=!!s&&s}return t.media[e]!==!1&&window.matchMedia(t.media[e]).matches},on:function(e,n){t.events.push({query:e,handler:n,state:!1}),t.active(e)&&n()},poll:function(){var e,n;for(e=0;e<t.events.length;e++)n=t.events[e],t.active(n.query)?n.state||(n.state=!0,n.handler()):n.state&&(n.state=!1)}};return e._=t,e.on=function(e,n){t.on(e,n)},e.active=function(e){return t.active(e)},e}();!function(e,t){"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?module.exports=t():e.breakpoints=t()}(this,function(){return breakpoints});
|
@@ -0,0 +1,2 @@
|
|
1
|
+
/* browser.js v1.0 | @ajlkn | MIT licensed */
|
2
|
+
var browser=function(){"use strict";var e={name:null,version:null,os:null,osVersion:null,touch:null,mobile:null,_canUse:null,canUse:function(n){e._canUse||(e._canUse=document.createElement("div"));var o=e._canUse.style,r=n.charAt(0).toUpperCase()+n.slice(1);return n in o||"Moz"+r in o||"Webkit"+r in o||"O"+r in o||"ms"+r in o},init:function(){var n,o,r,i,t=navigator.userAgent;for(n="other",o=0,r=[["firefox",/Firefox\/([0-9\.]+)/],["bb",/BlackBerry.+Version\/([0-9\.]+)/],["bb",/BB[0-9]+.+Version\/([0-9\.]+)/],["opera",/OPR\/([0-9\.]+)/],["opera",/Opera\/([0-9\.]+)/],["edge",/Edge\/([0-9\.]+)/],["safari",/Version\/([0-9\.]+).+Safari/],["chrome",/Chrome\/([0-9\.]+)/],["ie",/MSIE ([0-9]+)/],["ie",/Trident\/.+rv:([0-9]+)/]],i=0;i<r.length;i++)if(t.match(r[i][1])){n=r[i][0],o=parseFloat(RegExp.$1);break}for(e.name=n,e.version=o,n="other",o=0,r=[["ios",/([0-9_]+) like Mac OS X/,function(e){return e.replace("_",".").replace("_","")}],["ios",/CPU like Mac OS X/,function(e){return 0}],["wp",/Windows Phone ([0-9\.]+)/,null],["android",/Android ([0-9\.]+)/,null],["mac",/Macintosh.+Mac OS X ([0-9_]+)/,function(e){return e.replace("_",".").replace("_","")}],["windows",/Windows NT ([0-9\.]+)/,null],["bb",/BlackBerry.+Version\/([0-9\.]+)/,null],["bb",/BB[0-9]+.+Version\/([0-9\.]+)/,null],["linux",/Linux/,null],["bsd",/BSD/,null],["unix",/X11/,null]],i=0;i<r.length;i++)if(t.match(r[i][1])){n=r[i][0],o=parseFloat(r[i][2]?r[i][2](RegExp.$1):RegExp.$1);break}e.os=n,e.osVersion=o,e.touch="wp"==e.os?navigator.msMaxTouchPoints>0:!!("ontouchstart"in window),e.mobile="wp"==e.os||"android"==e.os||"ios"==e.os||"bb"==e.os}};return e.init(),e}();!function(e,n){"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?module.exports=n():e.browser=n()}(this,function(){return browser});
|