jekyll-theme-consulting 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/banner.html +12 -6
- data/_includes/contact.html +13 -0
- data/_includes/footer.html +3 -38
- data/_includes/head.html +6 -5
- data/_includes/header.html +37 -9
- data/_includes/navigation.html +9 -5
- data/_includes/scripts.html +5 -7
- data/_includes/sidebar.html +17 -0
- data/_includes/thread.html +21 -0
- data/_layouts/default.html +32 -16
- data/_layouts/home.html +4 -2
- data/_layouts/landing.html +21 -0
- data/_layouts/page.html +1 -1
- data/_layouts/post.html +22 -7
- data/_sass/base/_page.scss +39 -0
- data/_sass/base/_typography.scss +186 -140
- data/_sass/components/_box.scss +26 -247
- data/_sass/components/_button.scss +87 -65
- data/_sass/components/_features.scss +156 -0
- data/_sass/components/_form.scss +182 -88
- data/_sass/components/_icon.scss +17 -0
- data/_sass/components/_image.scss +74 -37
- data/_sass/components/_list.scss +255 -25
- data/_sass/components/_mini-posts.scss +31 -0
- data/_sass/components/_posts.scss +179 -0
- data/_sass/components/_section.scss +39 -0
- data/_sass/components/_table.scss +81 -35
- data/_sass/ie8.scss +28 -0
- data/_sass/ie9.scss +84 -0
- data/_sass/layout/_banner.scss +75 -44
- data/_sass/layout/_footer.scss +18 -44
- data/_sass/layout/_header.scss +49 -85
- data/_sass/layout/_main.scss +58 -0
- data/_sass/layout/_menu.scss +98 -0
- data/_sass/layout/_sidebar.scss +222 -0
- data/_sass/layout/_wrapper.scss +13 -0
- data/_sass/libs/_functions.scss +0 -56
- data/_sass/libs/_mixins.scss +1 -8
- data/_sass/libs/_skel.scss +585 -0
- data/_sass/libs/_vars.scss +25 -15
- data/_sass/main.scss +58 -51
- data/assets/css/font-awesome.min.css +2 -2
- data/assets/css/ie8.scss +5 -0
- data/assets/css/ie9.scss +5 -0
- data/assets/css/main.scss +5 -0
- data/assets/fonts/FontAwesome.otf +0 -0
- data/assets/fonts/fontawesome-webfont.eot +0 -0
- data/assets/fonts/fontawesome-webfont.svg +682 -2668
- 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/pic01.jpg +0 -0
- data/assets/images/pic02.jpg +0 -0
- data/assets/images/pic03.jpg +0 -0
- data/assets/images/pic04.jpg +0 -0
- data/assets/images/pic05.jpg +0 -0
- data/assets/images/pic06.jpg +0 -0
- data/assets/images/pic07.jpg +0 -0
- data/assets/images/pic08.jpg +0 -0
- data/assets/images/pic09.jpg +0 -0
- data/assets/images/pic10.jpg +0 -0
- data/assets/images/pic11.jpg +0 -0
- data/assets/js/ie/.directory +3 -0
- data/assets/js/ie/html5shiv.js +8 -0
- data/assets/js/ie/respond.min.js +6 -0
- data/assets/js/jquery.min.js +5 -2
- data/assets/js/main.js +255 -76
- data/assets/js/skel.min.js +2 -0
- metadata +35 -30
- data/_sass/base/_reset.scss +0 -70
- data/_sass/components/_actions.scss +0 -18
- data/_sass/components/_container.scss +0 -14
- data/_sass/components/_icons.scss +0 -44
- data/_sass/components/_menu.scss +0 -21
- data/_sass/components/_poptrox.scss +0 -121
- data/_sass/components/_row.scss +0 -21
- data/_sass/components/_sections.scss +0 -18
- data/_sass/layout/_breakpoints.scss +0 -358
- data/_sass/libs/_breakpoints.scss +0 -223
- data/_sass/libs/_html-grid.scss +0 -149
- data/_sass/libs/_vendor.scss +0 -376
- data/_sass/noscript.scss +0 -25
- data/assets/css/images/arrow.svg +0 -17
- data/assets/css/images/banner.svg +0 -206
- data/assets/css/images/circles.svg +0 -30
- data/assets/css/images/falling.svg +0 -37
- data/assets/css/images/loader.gif +0 -0
- data/assets/css/images/overlay.png +0 -0
- data/assets/css/images/poptrox-closer.svg +0 -6
- data/assets/css/images/poptrox-nav.svg +0 -6
- data/assets/css/noscript.css +0 -19
- data/assets/css/styles.scss +0 -4
- data/assets/images/bouncing.svg +0 -50
- data/assets/js/breakpoints.min.js +0 -2
- data/assets/js/browser.min.js +0 -2
- data/assets/js/jquery.poptrox.min.js +0 -2
- data/assets/js/jquery.scrolly.min.js +0 -2
data/_sass/noscript.scss
DELETED
@@ -1,25 +0,0 @@
|
|
1
|
-
@import 'libs/vars';
|
2
|
-
@import 'libs/functions';
|
3
|
-
@import 'libs/mixins';
|
4
|
-
@import 'libs/vendor';
|
5
|
-
@import 'libs/breakpoints';
|
6
|
-
@import 'libs/html-grid';
|
7
|
-
|
8
|
-
/*
|
9
|
-
Drop by MOODULE
|
10
|
-
https://github.com/moodule
|
11
|
-
Free for personal and commercial use under the CCA 4.0 license
|
12
|
-
*/
|
13
|
-
|
14
|
-
/* Header */
|
15
|
-
|
16
|
-
#header {
|
17
|
-
body.is-preload & {
|
18
|
-
opacity: 1;
|
19
|
-
|
20
|
-
footer {
|
21
|
-
@include vendor('transform', 'none');
|
22
|
-
opacity: 1;
|
23
|
-
}
|
24
|
-
}
|
25
|
-
}
|
data/assets/css/images/arrow.svg
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
2
|
-
width="90px"
|
3
|
-
height="66px"
|
4
|
-
viewBox="0 0 90 66"
|
5
|
-
zoomAndPan="disable"
|
6
|
-
stroke="#00ffff"
|
7
|
-
stroke-width="1">
|
8
|
-
|
9
|
-
<line x1="1" y1="1" x2="90" y2="1"/>
|
10
|
-
<line x1="1" y1="1" x2="45.5" y2="46"/>
|
11
|
-
<line x1="90" y1="1" x2="45.5" y2="46"/>
|
12
|
-
|
13
|
-
<line x1="1" y1="21" x2="90" y2="21"/>
|
14
|
-
<line x1="1" y1="21" x2="45.5" y2="66"/>
|
15
|
-
<line x1="90" y1="21" x2="45.5" y2="66"/>
|
16
|
-
|
17
|
-
</svg>
|
@@ -1,206 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
-
<svg
|
3
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
4
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
5
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
6
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
8
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
9
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
10
|
-
width="1800px"
|
11
|
-
height="900px"
|
12
|
-
viewBox="0 0 1800 900"
|
13
|
-
zoomAndPan="disable"
|
14
|
-
version="1.1"
|
15
|
-
id="svg4545"
|
16
|
-
sodipodi:docname="banner.svg"
|
17
|
-
inkscape:version="0.92.1 r15371">
|
18
|
-
<metadata
|
19
|
-
id="metadata4551">
|
20
|
-
<rdf:RDF>
|
21
|
-
<cc:Work
|
22
|
-
rdf:about="">
|
23
|
-
<dc:format>image/svg+xml</dc:format>
|
24
|
-
<dc:type
|
25
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
26
|
-
<dc:title></dc:title>
|
27
|
-
</cc:Work>
|
28
|
-
</rdf:RDF>
|
29
|
-
</metadata>
|
30
|
-
<defs
|
31
|
-
id="defs4549" />
|
32
|
-
<sodipodi:namedview
|
33
|
-
pagecolor="#ffffff"
|
34
|
-
bordercolor="#666666"
|
35
|
-
borderopacity="1"
|
36
|
-
objecttolerance="10"
|
37
|
-
gridtolerance="10"
|
38
|
-
guidetolerance="10"
|
39
|
-
inkscape:pageopacity="0"
|
40
|
-
inkscape:pageshadow="2"
|
41
|
-
inkscape:window-width="1920"
|
42
|
-
inkscape:window-height="1080"
|
43
|
-
id="namedview4547"
|
44
|
-
showgrid="false"
|
45
|
-
inkscape:pagecheckerboard="true"
|
46
|
-
inkscape:zoom="0.78"
|
47
|
-
inkscape:cx="764.58368"
|
48
|
-
inkscape:cy="193.22501"
|
49
|
-
inkscape:window-x="1366"
|
50
|
-
inkscape:window-y="-16"
|
51
|
-
inkscape:window-maximized="1"
|
52
|
-
inkscape:current-layer="layer1" />
|
53
|
-
<style
|
54
|
-
type="text/css"
|
55
|
-
id="style4485"><![CDATA[
|
56
|
-
line
|
57
|
-
{
|
58
|
-
stroke: rgba(255,255,255,0.125);
|
59
|
-
stroke-width: 0.85px;
|
60
|
-
}
|
61
|
-
|
62
|
-
polygon
|
63
|
-
{
|
64
|
-
fill: rgba(255,255,255,0.075);
|
65
|
-
}
|
66
|
-
]]></style>
|
67
|
-
<!-- Middle line -->
|
68
|
-
<!-- Lines -->
|
69
|
-
<!-- Fills -->
|
70
|
-
<g
|
71
|
-
inkscape:groupmode="layer"
|
72
|
-
id="layer1"
|
73
|
-
inkscape:label="up"
|
74
|
-
style="display:inline">
|
75
|
-
<ellipse
|
76
|
-
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.85047138;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;opacity:0.1"
|
77
|
-
id="path4553"
|
78
|
-
cx="900"
|
79
|
-
cy="-49.999996"
|
80
|
-
rx="299.57477"
|
81
|
-
ry="149.57477" />
|
82
|
-
<ellipse
|
83
|
-
ry="199.57454"
|
84
|
-
rx="399.57455"
|
85
|
-
cy="1.1622907e-06"
|
86
|
-
cx="900"
|
87
|
-
id="ellipse4555"
|
88
|
-
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.85092378;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;opacity:0.1" />
|
89
|
-
<ellipse
|
90
|
-
ry="99.575211"
|
91
|
-
rx="199.57521"
|
92
|
-
cy="-99.999992"
|
93
|
-
cx="900"
|
94
|
-
id="ellipse4557"
|
95
|
-
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.84956795;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;opacity:0.1" />
|
96
|
-
<ellipse
|
97
|
-
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.85119545;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;opacity:0.1"
|
98
|
-
id="ellipse4559"
|
99
|
-
cx="900"
|
100
|
-
cy="50"
|
101
|
-
rx="499.5744"
|
102
|
-
ry="249.5744" />
|
103
|
-
<ellipse
|
104
|
-
ry="299.57431"
|
105
|
-
rx="599.57428"
|
106
|
-
cy="99.999985"
|
107
|
-
cx="900"
|
108
|
-
id="ellipse4561"
|
109
|
-
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.85137665;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;opacity:0.1" />
|
110
|
-
<ellipse
|
111
|
-
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.85150611;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;opacity:0.1"
|
112
|
-
id="ellipse4601"
|
113
|
-
cx="900"
|
114
|
-
cy="150"
|
115
|
-
rx="699.57428"
|
116
|
-
ry="349.57425" />
|
117
|
-
<ellipse
|
118
|
-
ry="399.51343"
|
119
|
-
rx="799.51343"
|
120
|
-
cy="200"
|
121
|
-
cx="900"
|
122
|
-
id="ellipse4603"
|
123
|
-
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.97314984;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;opacity:0.1" />
|
124
|
-
<ellipse
|
125
|
-
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.09479356;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;opacity:0.1"
|
126
|
-
id="ellipse4605"
|
127
|
-
cx="900"
|
128
|
-
cy="250"
|
129
|
-
rx="899.45264"
|
130
|
-
ry="449.45261" />
|
131
|
-
<ellipse
|
132
|
-
ry="499.39178"
|
133
|
-
rx="999.39172"
|
134
|
-
cy="300"
|
135
|
-
cx="900"
|
136
|
-
id="ellipse4607"
|
137
|
-
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.21643722;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;opacity:0.1" />
|
138
|
-
<ellipse
|
139
|
-
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.338081;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;opacity:0.1"
|
140
|
-
id="ellipse4609"
|
141
|
-
cx="900"
|
142
|
-
cy="350.00003"
|
143
|
-
rx="1099.3309"
|
144
|
-
ry="549.33093" />
|
145
|
-
<ellipse
|
146
|
-
ry="599.27014"
|
147
|
-
rx="1199.2701"
|
148
|
-
cy="400.00003"
|
149
|
-
cx="900"
|
150
|
-
id="ellipse4611"
|
151
|
-
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.45972478;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;opacity:0.1" />
|
152
|
-
<ellipse
|
153
|
-
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.58136857;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;opacity:0.1"
|
154
|
-
id="ellipse4613"
|
155
|
-
cx="900"
|
156
|
-
cy="450"
|
157
|
-
rx="1299.2094"
|
158
|
-
ry="649.20929" />
|
159
|
-
</g>
|
160
|
-
<g
|
161
|
-
inkscape:groupmode="layer"
|
162
|
-
id="layer2"
|
163
|
-
inkscape:label="down"
|
164
|
-
style="display:inline;opacity:1">
|
165
|
-
<ellipse
|
166
|
-
style="opacity:0.1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.85228378;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
167
|
-
id="ellipse4633"
|
168
|
-
cx="900"
|
169
|
-
cy="-1000"
|
170
|
-
rx="200"
|
171
|
-
ry="100"
|
172
|
-
transform="scale(1,-1)" />
|
173
|
-
<ellipse
|
174
|
-
transform="scale(1,-1)"
|
175
|
-
ry="150"
|
176
|
-
rx="300"
|
177
|
-
cy="-950"
|
178
|
-
cx="900"
|
179
|
-
id="ellipse4695"
|
180
|
-
style="opacity:0.1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.27842557;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
181
|
-
<ellipse
|
182
|
-
style="opacity:0.1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70456743;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
183
|
-
id="ellipse4699"
|
184
|
-
cx="900"
|
185
|
-
cy="-900"
|
186
|
-
rx="400"
|
187
|
-
ry="200"
|
188
|
-
transform="scale(1,-1)" />
|
189
|
-
<ellipse
|
190
|
-
transform="scale(1,-1)"
|
191
|
-
ry="250"
|
192
|
-
rx="500"
|
193
|
-
cy="-850"
|
194
|
-
cx="900"
|
195
|
-
id="ellipse4701"
|
196
|
-
style="opacity:0.1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.13070941;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
197
|
-
<ellipse
|
198
|
-
style="opacity:0.1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.55685139;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
199
|
-
id="ellipse4703"
|
200
|
-
cx="900"
|
201
|
-
cy="-800"
|
202
|
-
rx="600"
|
203
|
-
ry="300"
|
204
|
-
transform="scale(1,-1)" />
|
205
|
-
</g>
|
206
|
-
</svg>
|
@@ -1,30 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
-
<svg
|
3
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
4
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
5
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
6
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
8
|
-
version="1.1"
|
9
|
-
zoomAndPan="disable"
|
10
|
-
viewBox="0 0 90 66"
|
11
|
-
height="66"
|
12
|
-
width="90"
|
13
|
-
fill="none"
|
14
|
-
fill-opacity="1"
|
15
|
-
stroke="#00ffff"
|
16
|
-
stroke-width="1"
|
17
|
-
stroke-opacity="1">
|
18
|
-
<ellipse
|
19
|
-
id="lower"
|
20
|
-
cx="45"
|
21
|
-
cy="46"
|
22
|
-
rx="44.5"
|
23
|
-
ry="19.5"/>
|
24
|
-
<ellipse
|
25
|
-
id="upper"
|
26
|
-
cx="45"
|
27
|
-
cy="16"
|
28
|
-
rx="35.5"
|
29
|
-
ry="15.5"/>
|
30
|
-
</svg>
|
@@ -1,37 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
-
<svg
|
3
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
4
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
5
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
6
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
8
|
-
zoomAndPan="disable"
|
9
|
-
version="1.1"
|
10
|
-
fill="#182d3a"
|
11
|
-
fill-opacity="1"
|
12
|
-
stroke="#00ffff"
|
13
|
-
stroke-width="1"
|
14
|
-
stroke-opacity="1"
|
15
|
-
width="32"
|
16
|
-
height="32"
|
17
|
-
viewBox="0 0 32 32">
|
18
|
-
<defs
|
19
|
-
id="defs4776">
|
20
|
-
<clipPath
|
21
|
-
id="clipPath4818"
|
22
|
-
clipPathUnits="userSpaceOnUse">
|
23
|
-
<rect
|
24
|
-
y="484.50568"
|
25
|
-
x="0"
|
26
|
-
height="32"
|
27
|
-
width="32"/>
|
28
|
-
</clipPath>
|
29
|
-
</defs>
|
30
|
-
<g
|
31
|
-
clip-path="url(#clipPath4818)"
|
32
|
-
id="layer1"
|
33
|
-
transform="translate(0,-484.50567)">
|
34
|
-
<path
|
35
|
-
d="m 7,484 c 5.92731,2.12359 9.3594,10.20089 4.99633,15.41622 -2.64806,3.78101 -4.68881,9.71399 -1.46422,13.86622 2.76259,3.98408 9.28296,3.47912 11.50355,-0.80685 2.63261,-4.60451 0.0806,-10.25125 -2.63459,-14.03084 C 15.86751,493.1328 19.81749,485.93875 25,484 c -5.99999,0 -12,0 -18,0 z"/>
|
36
|
-
</g>
|
37
|
-
</svg>
|
Binary file
|
Binary file
|
@@ -1,6 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32px" height="32px" viewBox="0 0 32 32" zoomAndPan="disable">
|
2
|
-
|
3
|
-
<line x1="8" y1="8" x2="24" y2="24" style="stroke:#fff;stroke-width:1.5" />
|
4
|
-
<line x1="8" y1="24" x2="24" y2="8" style="stroke:#fff;stroke-width:1.5" />
|
5
|
-
|
6
|
-
</svg>
|
@@ -1,6 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="96px" height="64px" viewBox="0 0 96 64" zoomAndPan="disable">
|
2
|
-
|
3
|
-
<line x1="32" y1="1" x2="64" y2="32" style="stroke:#fff;stroke-width:1.5" />
|
4
|
-
<line x1="32" y1="64" x2="64" y2="32" style="stroke:#fff;stroke-width:1.5" />
|
5
|
-
|
6
|
-
</svg>
|
data/assets/css/noscript.css
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
Drop by MOODULE
|
3
|
-
https://github.com/moodule
|
4
|
-
Free for personal and commercial use under the CCA 4.0 license
|
5
|
-
*/
|
6
|
-
|
7
|
-
/* Header */
|
8
|
-
|
9
|
-
body.is-preload #header {
|
10
|
-
opacity: 1;
|
11
|
-
}
|
12
|
-
|
13
|
-
body.is-preload #header footer {
|
14
|
-
-moz-transform: none;
|
15
|
-
-webkit-transform: none;
|
16
|
-
-ms-transform: none;
|
17
|
-
transform: none;
|
18
|
-
opacity: 1;
|
19
|
-
}
|
data/assets/css/styles.scss
DELETED
data/assets/images/bouncing.svg
DELETED
@@ -1,50 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
-
<svg
|
3
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
4
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
5
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
6
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
8
|
-
id="svg4709"
|
9
|
-
version="1.1"
|
10
|
-
viewBox="0 0 360 120"
|
11
|
-
height="120"
|
12
|
-
width="360">
|
13
|
-
<defs
|
14
|
-
id="defs4703" />
|
15
|
-
<metadata
|
16
|
-
id="metadata4706">
|
17
|
-
<rdf:RDF>
|
18
|
-
<cc:Work
|
19
|
-
rdf:about="">
|
20
|
-
<dc:format>image/svg+xml</dc:format>
|
21
|
-
<dc:type
|
22
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
23
|
-
<dc:title></dc:title>
|
24
|
-
</cc:Work>
|
25
|
-
</rdf:RDF>
|
26
|
-
</metadata>
|
27
|
-
<g
|
28
|
-
transform="translate(0,-177)"
|
29
|
-
id="layer1">
|
30
|
-
<path
|
31
|
-
id="path4079"
|
32
|
-
d="M 180,252.99343 A 161.29763,18.552469 0 0 0 18.702358,271.54579 161.29763,18.552469 0 0 0 180,290.09815 161.29763,18.552469 0 0 0 341.29764,271.54579 161.29763,18.552469 0 0 0 180,252.99343 Z m -4.29225,3.04943 A 143.84518,15.756892 0 0 1 319.5527,271.80004 143.84518,15.756892 0 0 1 175.70775,287.5567 143.84518,15.756892 0 0 1 31.862794,271.80004 143.84518,15.756892 0 0 1 175.70775,256.04286 Z"
|
33
|
-
style="display:inline;fill:#000000;fill-opacity:1;stroke-width:0.35707301" />
|
34
|
-
<path
|
35
|
-
id="path4897"
|
36
|
-
d="M 180.00026,259.01994 A 119.52375,12.80648 0 0 0 60.476291,271.82691 119.52375,12.80648 0 0 0 180.00026,284.63336 119.52375,12.80648 0 0 0 299.52371,271.82691 119.52375,12.80648 0 0 0 180.00026,259.01994 Z m 0.45734,1.88464 a 93.001042,10.715625 0 0 1 93.00104,10.71563 93.001042,10.715625 0 0 1 -93.00104,10.71562 93.001042,10.715625 0 0 1 -93.001043,-10.71562 93.001042,10.715625 0 0 1 93.001043,-10.71563 z"
|
37
|
-
style="display:inline;fill:#000000;fill-opacity:1;stroke:#eeffaa;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
38
|
-
<path
|
39
|
-
id="rect4865"
|
40
|
-
d="m 179.57318,201.90247 a 4.1010414,5.9247762 0 0 0 -3.83077,5.51853 h -0.0465 a 53.652364,173.78127 0 0 1 1.66915,40.10507 94.634349,28.224152 0 0 1 0.0806,0.67851 94.634349,28.224152 0 0 1 -53.27271,25.36228 v 0.007 a 60.589583,3.5915198 0 0 0 -4.7625,1.40043 60.589583,3.5915198 0 0 0 60.63454,3.58634 60.589583,3.5915198 0 0 0 60.54462,-3.59151 h -60.58958 l 60.58905,-0.0109 a 60.589583,3.5915198 0 0 0 -5.29113,-1.44591 v -0.0124 a 94.634341,28.224152 0 0 1 -52.91667,-25.29509 52.545509,173.78127 0 0 1 1.57406,-40.78359 h -0.0336 a 4.1010414,5.9247762 0 0 0 -3.83336,-5.51852 z"
|
41
|
-
style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
42
|
-
<ellipse
|
43
|
-
ry="5.1877427"
|
44
|
-
rx="5.5455174"
|
45
|
-
cy="191.16115"
|
46
|
-
cx="180"
|
47
|
-
id="path4105"
|
48
|
-
style="display:inline;fill:#000000;stroke-width:0.26458332" />
|
49
|
-
</g>
|
50
|
-
</svg>
|
@@ -1,2 +0,0 @@
|
|
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});
|
data/assets/js/browser.min.js
DELETED
@@ -1,2 +0,0 @@
|
|
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});
|
@@ -1,2 +0,0 @@
|
|
1
|
-
/* jquery.poptrox.js v2.5.2-dev | (c) @ajlkn | github.com/ajlkn/jquery.poptrox | MIT licensed */
|
2
|
-
!function(e){e.fn.poptrox_disableSelection=function(){return e(this).css("user-select","none").css("-khtml-user-select","none").css("-moz-user-select","none").css("-o-user-select","none").css("-webkit-user-select","none")},e.fn.poptrox=function(o){if(0==this.length)return e(this);if(this.length>1){for(var t=0;t<this.length;t++)e(this[t]).poptrox(o);return e(this)}var p,i,s=e.extend({preload:!1,baseZIndex:1e3,fadeSpeed:300,overlayColor:"#000000",overlayOpacity:.6,overlayClass:"poptrox-overlay",windowMargin:50,windowHeightPad:0,selector:"a",caption:null,parent:"body",popupSpeed:300,popupWidth:200,popupHeight:100,popupIsFixed:!1,useBodyOverflow:!1,usePopupEasyClose:!0,usePopupForceClose:!1,usePopupLoader:!0,usePopupCloser:!0,usePopupCaption:!1,usePopupNav:!1,usePopupDefaultStyling:!0,popupBackgroundColor:"#FFFFFF",popupTextColor:"#000000",popupLoaderTextSize:"2em",popupCloserBackgroundColor:"#000000",popupCloserTextColor:"#FFFFFF",popupCloserTextSize:"20px",popupPadding:10,popupCaptionHeight:60,popupCaptionTextSize:null,popupBlankCaptionText:"(untitled)",popupCloserText:"×",popupLoaderText:"••••",popupClass:"poptrox-popup",popupSelector:null,popupLoaderSelector:".loader",popupCloserSelector:".closer",popupCaptionSelector:".caption",popupNavPreviousSelector:".nav-previous",popupNavNextSelector:".nav-next",onPopupClose:null,onPopupOpen:null},o),r=e(this),n=e("body"),a=e('<div class="'+s.overlayClass+'"></div>'),l=e(window),u=[],d=0,h=!1,g=new Array,f=function(){p=l.width(),i=l.height()+s.windowHeightPad;var e=Math.abs(x.width()-x.outerWidth()),o=Math.abs(x.height()-x.outerHeight()),t=p-2*s.windowMargin-e,r=i-2*s.windowMargin-o;x.css("min-width",s.popupWidth).css("min-height",s.popupHeight),v.children().css("max-width",t).css("max-height",r)};s.usePopupLoader||(s.popupLoaderSelector=null),s.usePopupCloser||(s.popupCloserSelector=null),s.usePopupCaption||(s.popupCaptionSelector=null),s.usePopupNav||(s.popupNavPreviousSelector=null,s.popupNavNextSelector=null);var x;x=e(s.popupSelector?s.popupSelector:'<div class="'+s.popupClass+'">'+(s.popupLoaderSelector?'<div class="loader">'+s.popupLoaderText+"</div>":"")+'<div class="pic"></div>'+(s.popupCaptionSelector?'<div class="caption"></div>':"")+(s.popupCloserSelector?'<span class="closer">'+s.popupCloserText+"</span>":"")+(s.popupNavPreviousSelector?'<div class="nav-previous"></div>':"")+(s.popupNavNextSelector?'<div class="nav-next"></div>':"")+"</div>");var v=x.find(".pic"),w=e(),b=x.find(s.popupLoaderSelector),m=x.find(s.popupCaptionSelector),C=x.find(s.popupCloserSelector),y=x.find(s.popupNavNextSelector),S=x.find(s.popupNavPreviousSelector),P=y.add(S);if(s.usePopupDefaultStyling&&(x.css("background",s.popupBackgroundColor).css("color",s.popupTextColor).css("padding",s.popupPadding+"px"),m.length>0&&(x.css("padding-bottom",s.popupCaptionHeight+"px"),m.css("position","absolute").css("left","0").css("bottom","0").css("width","100%").css("text-align","center").css("height",s.popupCaptionHeight+"px").css("line-height",s.popupCaptionHeight+"px"),s.popupCaptionTextSize&&m.css("font-size",popupCaptionTextSize)),C.length>0&&C.html(s.popupCloserText).css("font-size",s.popupCloserTextSize).css("background",s.popupCloserBackgroundColor).css("color",s.popupCloserTextColor).css("display","block").css("width","40px").css("height","40px").css("line-height","40px").css("text-align","center").css("position","absolute").css("text-decoration","none").css("outline","0").css("top","0").css("right","-40px"),b.length>0&&b.html("").css("position","relative").css("font-size",s.popupLoaderTextSize).on("startSpinning",function(o){var t=e("<div>"+s.popupLoaderText+"</div>");t.css("height",Math.floor(s.popupHeight/2)+"px").css("overflow","hidden").css("line-height",Math.floor(s.popupHeight/2)+"px").css("text-align","center").css("margin-top",Math.floor((x.height()-t.height()+(m.length>0?m.height():0))/2)).css("color",s.popupTextColor?s.popupTextColor:"").on("xfin",function(){t.fadeTo(300,.5,function(){t.trigger("xfout")})}).on("xfout",function(){t.fadeTo(300,.05,function(){t.trigger("xfin")})}).trigger("xfin"),b.append(t)}).on("stopSpinning",function(e){var o=b.find("div");o.remove()}),2==P.length)){P.css("font-size","75px").css("text-align","center").css("color","#fff").css("text-shadow","none").css("height","100%").css("position","absolute").css("top","0").css("opacity","0.35").css("cursor","pointer").css("box-shadow","inset 0px 0px 10px 0px rgba(0,0,0,0)").poptrox_disableSelection();var k,T;s.usePopupEasyClose?(k="100px",T="100px"):(k="75%",T="25%"),y.css("right","0").css("width",k).html('<div style="position: absolute; height: 100px; width: 125px; top: 50%; right: 0; margin-top: -50px;">></div>'),S.css("left","0").css("width",T).html('<div style="position: absolute; height: 100px; width: 125px; top: 50%; left: 0; margin-top: -50px;"><</div>')}return l.on("resize orientationchange",function(){f()}),m.on("update",function(e,o){o&&0!=o.length||(o=s.popupBlankCaptionText),m.html(o)}),C.css("cursor","pointer").on("click",function(e){return e.preventDefault(),e.stopPropagation(),x.trigger("poptrox_close"),!0}),y.on("click",function(e){e.stopPropagation(),e.preventDefault(),x.trigger("poptrox_next")}),S.on("click",function(e){e.stopPropagation(),e.preventDefault(),x.trigger("poptrox_previous")}),a.css("position","fixed").css("left",0).css("top",0).css("z-index",s.baseZIndex).css("width","100%").css("height","100%").css("text-align","center").css("cursor","pointer").appendTo(s.parent).prepend('<div style="display:inline-block;height:100%;vertical-align:middle;"></div>').append('<div style="position:absolute;left:0;top:0;width:100%;height:100%;background:'+s.overlayColor+";opacity:"+s.overlayOpacity+";filter:alpha(opacity="+100*s.overlayOpacity+');"></div>').hide().on("touchmove",function(e){return!1}).on("click",function(e){e.preventDefault(),e.stopPropagation(),x.trigger("poptrox_close")}),x.css("display","inline-block").css("vertical-align","middle").css("position","relative").css("z-index",1).css("cursor","auto").appendTo(a).hide().on("poptrox_next",function(){var e=d+1;e>=u.length&&(e=0),x.trigger("poptrox_switch",[e])}).on("poptrox_previous",function(){var e=d-1;e<0&&(e=u.length-1),x.trigger("poptrox_switch",[e])}).on("poptrox_reset",function(){f(),x.data("width",s.popupWidth).data("height",s.popupHeight),b.hide().trigger("stopSpinning"),m.hide(),C.hide(),P.hide(),v.hide(),w.attr("src","").detach()}).on("poptrox_open",function(e,o){return!!h||(h=!0,s.useBodyOverflow&&n.css("overflow","hidden"),s.onPopupOpen&&s.onPopupOpen(),x.addClass("loading"),void a.fadeTo(s.fadeSpeed,1,function(){x.trigger("poptrox_switch",[o,!0])}))}).on("poptrox_switch",function(o,t,p){var i;if(!p&&h)return!0;if(h=!0,x.addClass("loading").css("width",x.data("width")).css("height",x.data("height")),m.hide(),w.attr("src")&&w.attr("src",""),w.detach(),i=u[t],w=i.object,w.off("load"),v.css("text-indent","-9999px").show().append(w),"ajax"==i.type?e.get(i.src,function(e){w.html(e),w.trigger("load")}):w.attr("src",i.src),"image"!=i.type){var r,n;r=i.width,n=i.height,"%"==r.slice(-1)&&(r=parseInt(r.substring(0,r.length-1))/100*l.width()),"%"==n.slice(-1)&&(n=parseInt(n.substring(0,n.length-1))/100*l.height()),w.css("position","relative").css("outline","0").css("z-index",s.baseZIndex+100).width(r).height(n)}b.trigger("startSpinning").fadeIn(300),x.show(),s.popupIsFixed?(x.removeClass("loading").width(s.popupWidth).height(s.popupHeight),w.on("load",function(){w.off("load"),b.hide().trigger("stopSpinning"),m.trigger("update",[i.captionText]).fadeIn(s.fadeSpeed),C.fadeIn(s.fadeSpeed),v.css("text-indent",0).hide().fadeIn(s.fadeSpeed,function(){h=!1}),d=t,P.fadeIn(s.fadeSpeed)})):w.on("load",function(){f(),w.off("load"),b.hide().trigger("stopSpinning");var e=w.width(),o=w.height(),p=function(){m.trigger("update",[i.captionText]).fadeIn(s.fadeSpeed),C.fadeIn(s.fadeSpeed),v.css("text-indent",0).hide().fadeIn(s.fadeSpeed,function(){h=!1}),d=t,P.fadeIn(s.fadeSpeed),x.removeClass("loading").data("width",e).data("height",o).css("width","auto").css("height","auto")};e==x.data("width")&&o==x.data("height")?p():x.animate({width:e,height:o},s.popupSpeed,"swing",p)}),"image"!=i.type&&w.trigger("load")}).on("poptrox_close",function(){return!(!h||s.usePopupForceClose)||(h=!0,x.hide().trigger("poptrox_reset"),s.onPopupClose&&s.onPopupClose(),void a.fadeOut(s.fadeSpeed,function(){s.useBodyOverflow&&n.css("overflow","auto"),h=!1}))}).trigger("poptrox_reset"),s.usePopupEasyClose?(m.on("click","a",function(e){e.stopPropagation()}),x.css("cursor","pointer").on("click",function(e){e.stopPropagation(),e.preventDefault(),x.trigger("poptrox_close")})):x.on("click",function(e){e.stopPropagation()}),l.keydown(function(e){if(x.is(":visible"))switch(e.keyCode){case 37:case 32:if(s.usePopupNav)return x.trigger("poptrox_previous"),!1;break;case 39:if(s.usePopupNav)return x.trigger("poptrox_next"),!1;break;case 27:return x.trigger("poptrox_close"),!1}}),r.find(s.selector).each(function(o){var t,p,i=e(this),r=i.find("img"),n=i.data("poptrox");if("ignore"!=n&&i.attr("href")){if(t={src:i.attr("href"),captionText:r.attr("title"),width:null,height:null,type:null,object:null,options:null},s.caption){if("function"==typeof s.caption)c=s.caption(i);else if("selector"in s.caption){var a;a=i.find(s.caption.selector),"attribute"in s.caption?c=a.attr(s.caption.attribute):(c=a.html(),s.caption.remove===!0&&a.remove())}}else c=r.attr("title");if(t.captionText=c,n){var l=n.split(",");0 in l&&(t.type=l[0]),1 in l&&(p=l[1].match(/([0-9%]+)x([0-9%]+)/),p&&3==p.length&&(t.width=p[1],t.height=p[2])),2 in l&&(t.options=l[2])}if(!t.type)switch(p=t.src.match(/\/\/([a-z0-9\.]+)\/.*/),(!p||p.length<2)&&(p=[!1]),p[1]){case"api.soundcloud.com":t.type="soundcloud";break;case"youtu.be":t.type="youtube";break;case"vimeo.com":t.type="vimeo";break;case"wistia.net":t.type="wistia";break;case"bcove.me":t.type="bcove";break;default:t.type="image"}switch(p=t.src.match(/\/\/[a-z0-9\.]+\/(.*)/),t.type){case"iframe":t.object=e('<iframe src="" frameborder="0"></iframe>'),t.object.on("click",function(e){e.stopPropagation()}).css("cursor","auto"),t.width&&t.height||(t.width="600",t.height="400");break;case"ajax":t.object=e('<div class="poptrox-ajax"></div>'),t.object.on("click",function(e){e.stopPropagation()}).css("cursor","auto").css("overflow","auto"),t.width&&t.height||(t.width="600",t.height="400");break;case"soundcloud":t.object=e('<iframe scrolling="no" frameborder="no" src=""></iframe>'),t.src="//w.soundcloud.com/player/?url="+escape(t.src)+(t.options?"&"+t.options:""),t.width="600",t.height="166";break;case"youtube":t.object=e('<iframe src="" frameborder="0" allowfullscreen="1"></iframe>'),t.src="//www.youtube.com/embed/"+p[1]+(t.options?"?"+t.options:""),t.width&&t.height||(t.width="800",t.height="480");break;case"vimeo":t.object=e('<iframe src="" frameborder="0" allowFullScreen="1"></iframe>'),t.src="//player.vimeo.com/video/"+p[1]+(t.options?"?"+t.options:""),t.width&&t.height||(t.width="800",t.height="480");break;case"wistia":t.object=e('<iframe src="" frameborder="0" allowFullScreen="1"></iframe>'),t.src="//fast.wistia.net/"+p[1]+(t.options?"?"+t.options:""),t.width&&t.height||(t.width="800",t.height="480");break;case"bcove":t.object=e('<iframe src="" frameborder="0" allowFullScreen="1" width="100%"></iframe>'),t.src="//bcove.me/"+p[1]+(t.options?"?"+t.options:""),t.width&&t.height||(t.width="640",t.height="360");break;default:if(t.object=e('<img src="" alt="" style="vertical-align:bottom" />'),s.preload){var p=document.createElement("img");p.src=t.src,g.push(p)}t.width=i.attr("width"),t.height=i.attr("height")}"file:"==window.location.protocol&&t.src.match(/^\/\//)&&(t.src="http:"+t.src),u.push(t),r.removeAttr("title"),i.removeAttr("href").css("cursor","pointer").css("outline",0).on("click",function(e){e.preventDefault(),e.stopPropagation(),x.trigger("poptrox_open",[o])})}}),r.prop("_poptrox",s),r}}(jQuery);
|
@@ -1,2 +0,0 @@
|
|
1
|
-
/* jquery.scrolly v1.0.0-dev | (c) @ajlkn | MIT licensed */
|
2
|
-
(function(e){function u(s,o){var u,a,f;if((u=e(s))[t]==0)return n;a=u[i]()[r];switch(o.anchor){case"middle":f=a-(e(window).height()-u.outerHeight())/2;break;default:case r:f=Math.max(a,0)}return typeof o[i]=="function"?f-=o[i]():f-=o[i],f}var t="length",n=null,r="top",i="offset",s="click.scrolly",o=e(window);e.fn.scrolly=function(i){var o,a,f,l,c=e(this);if(this[t]==0)return c;if(this[t]>1){for(o=0;o<this[t];o++)e(this[o]).scrolly(i);return c}l=n,f=c.attr("href");if(f.charAt(0)!="#"||f[t]<2)return c;a=jQuery.extend({anchor:r,easing:"swing",offset:0,parent:e("body,html"),pollOnce:!1,speed:1e3},i),a.pollOnce&&(l=u(f,a)),c.off(s).on(s,function(e){var t=l!==n?l:u(f,a);t!==n&&(e.preventDefault(),a.parent.stop().animate({scrollTop:t},a.speed,a.easing))})}})(jQuery);
|