made-slowly 0.0.1

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.
Files changed (117) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +24 -0
  3. data/_config.yml +58 -0
  4. data/_includes/blog-footer.html +37 -0
  5. data/_includes/blog-nav.html +21 -0
  6. data/_includes/contact-details.html +30 -0
  7. data/_includes/contact-footer.html +3 -0
  8. data/_includes/contact-form.html +16 -0
  9. data/_includes/cookie-consent.html +29 -0
  10. data/_includes/disquis.html +25 -0
  11. data/_includes/email-confirmation.html +110 -0
  12. data/_includes/footer.html +51 -0
  13. data/_includes/google-map.html +43 -0
  14. data/_includes/header.html +135 -0
  15. data/_includes/list-post-items.html +24 -0
  16. data/_includes/nav.html +43 -0
  17. data/_includes/optical-trap.html +93 -0
  18. data/_includes/paginator.html +17 -0
  19. data/_includes/portfolio.html +29 -0
  20. data/_includes/privacy.html +119 -0
  21. data/_includes/quick-contact.html +24 -0
  22. data/_includes/robot-403.svg +27 -0
  23. data/_includes/robot-404.svg +29 -0
  24. data/_includes/robot-405.svg +28 -0
  25. data/_includes/scripts.html +40 -0
  26. data/_includes/services.html +63 -0
  27. data/_includes/share-buttons.html +130 -0
  28. data/_includes/site-logo.svg +3 -0
  29. data/_includes/structured-data.html +79 -0
  30. data/_includes/terms.html +108 -0
  31. data/_includes/tracking-header.html +14 -0
  32. data/_includes/workflow.html +50 -0
  33. data/_layouts/case-study.html +51 -0
  34. data/_layouts/categories.html +25 -0
  35. data/_layouts/compress.html +11 -0
  36. data/_layouts/default.html +26 -0
  37. data/_layouts/error-page.html +18 -0
  38. data/_layouts/home.html +45 -0
  39. data/_layouts/single-post-old.html +46 -0
  40. data/_layouts/single-post.html +56 -0
  41. data/_sass/blog-nav.sass +61 -0
  42. data/_sass/blog.sass +145 -0
  43. data/_sass/breakpoints/animations.sass +41 -0
  44. data/_sass/breakpoints/footer.sass +23 -0
  45. data/_sass/breakpoints/nav.sass +40 -0
  46. data/_sass/breakpoints/structures.sass +11 -0
  47. data/_sass/breakpoints/typography.sass +31 -0
  48. data/_sass/constants/colors.sass +35 -0
  49. data/_sass/constants/dimensions.sass +9 -0
  50. data/_sass/constants/typography.sass +19 -0
  51. data/_sass/contact.sass +102 -0
  52. data/_sass/error-page.sass +109 -0
  53. data/_sass/global/aos-overrides.sass +5 -0
  54. data/_sass/global/custom-aos.sass +8 -0
  55. data/_sass/global/footer.sass +52 -0
  56. data/_sass/global/main.sass +86 -0
  57. data/_sass/global/nav.sass +136 -0
  58. data/_sass/global/structure.sass +18 -0
  59. data/_sass/global/typography.sass +52 -0
  60. data/_sass/landing.sass +77 -0
  61. data/_sass/locals/trapping-with-js.sass +57 -0
  62. data/_sass/mixins/animations.sass +2 -0
  63. data/_sass/portfolio.sass +112 -0
  64. data/_sass/privacy.sass +38 -0
  65. data/_sass/services.sass +130 -0
  66. data/_sass/single-post.sass +24 -0
  67. data/assets/aos/aos.css +1 -0
  68. data/assets/aos/aos.js +546 -0
  69. data/assets/css/locals/github-syntax.css +211 -0
  70. data/assets/css/locals/trapping-with-js.sass +5 -0
  71. data/assets/css/made-slowly-has-all-the-style.sass +34 -0
  72. data/assets/emails/confirmation.html +5 -0
  73. data/assets/fonts/Poppins/OFL.txt +93 -0
  74. data/assets/fonts/Poppins/Poppins-Black.ttf +0 -0
  75. data/assets/fonts/Poppins/Poppins-BlackItalic.ttf +0 -0
  76. data/assets/fonts/Poppins/Poppins-Bold.ttf +0 -0
  77. data/assets/fonts/Poppins/Poppins-BoldItalic.ttf +0 -0
  78. data/assets/fonts/Poppins/Poppins-ExtraBold.ttf +0 -0
  79. data/assets/fonts/Poppins/Poppins-ExtraBoldItalic.ttf +0 -0
  80. data/assets/fonts/Poppins/Poppins-ExtraLight.ttf +0 -0
  81. data/assets/fonts/Poppins/Poppins-ExtraLightItalic.ttf +0 -0
  82. data/assets/fonts/Poppins/Poppins-Italic.ttf +0 -0
  83. data/assets/fonts/Poppins/Poppins-Light.ttf +0 -0
  84. data/assets/fonts/Poppins/Poppins-LightItalic.ttf +0 -0
  85. data/assets/fonts/Poppins/Poppins-Medium.ttf +0 -0
  86. data/assets/fonts/Poppins/Poppins-MediumItalic.ttf +0 -0
  87. data/assets/fonts/Poppins/Poppins-Regular.ttf +0 -0
  88. data/assets/fonts/Poppins/Poppins-SemiBold.ttf +0 -0
  89. data/assets/fonts/Poppins/Poppins-SemiBoldItalic.ttf +0 -0
  90. data/assets/fonts/Poppins/Poppins-Thin.ttf +0 -0
  91. data/assets/fonts/Poppins/Poppins-ThinItalic.ttf +0 -0
  92. data/assets/fonts/fontawesome-free-5.11.2-web/css/all.min.css +5856 -0
  93. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.eot +0 -0
  94. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.svg +3496 -0
  95. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.ttf +0 -0
  96. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.woff +0 -0
  97. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.woff2 +0 -0
  98. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.eot +0 -0
  99. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.svg +803 -0
  100. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.ttf +0 -0
  101. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.woff +0 -0
  102. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.woff2 +0 -0
  103. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.eot +0 -0
  104. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.svg +4667 -0
  105. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.ttf +0 -0
  106. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.woff +0 -0
  107. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.woff2 +0 -0
  108. data/assets/js/displayItem.js +9 -0
  109. data/assets/js/mobile-nav-slider.js +24 -0
  110. data/assets/js/nav.js +17 -0
  111. data/assets/js/trapping.js +50 -0
  112. data/assets/js/typing-deleting-effect.js +56 -0
  113. data/assets/js/typing-effect.js +13 -0
  114. data/assets/php/contact-submission.php +44 -0
  115. data/assets/php/email-test.php +29 -0
  116. data/assets/php/quick-contact-submission.php +44 -0
  117. metadata +319 -0
data/assets/aos/aos.js ADDED
@@ -0,0 +1,546 @@
1
+ ! function(e, t) {
2
+ "object" == typeof exports && "object" == typeof module ? module.exports = t(): "function" == typeof define && define.amd ? define([], t): "object" == typeof exports ? exports.AOS = t(): e.AOS = t()
3
+ }(this, function() {
4
+ return function(e) {
5
+ function t(o) {
6
+ if (n[o]) return n[o].exports;
7
+ var i = n[o] = {
8
+ exports: {},
9
+ id: o,
10
+ loaded: !1
11
+ };
12
+ return e[o].call(i.exports, i, i.exports, t), i.loaded = !0, i.exports
13
+ }
14
+ var n = {};
15
+ return t.m = e, t.c = n, t.p = "dist/", t(0)
16
+ }([function(e, t, n) {
17
+ "use strict";
18
+
19
+ function o(e) {
20
+ return e && e.__esModule ? e: {
21
+ default: e
22
+ }
23
+ }
24
+ var i = Object.assign || function(e) {
25
+ for (var t = 1; t < arguments.length; t++) {
26
+ var n = arguments[t];
27
+ for (var o in n) Object.prototype.hasOwnProperty.call(n, o) && (e[o] = n[o])
28
+ }
29
+ return e
30
+ },
31
+ r = n(1),
32
+ a = (o(r), n(6)),
33
+ u = o(a),
34
+ c = n(7),
35
+ s = o(c),
36
+ f = n(8),
37
+ d = o(f),
38
+ l = n(9),
39
+ p = o(l),
40
+ m = n(10),
41
+ b = o(m),
42
+ v = n(11),
43
+ y = o(v),
44
+ g = n(14),
45
+ h = o(g),
46
+ w = [],
47
+ k = !1,
48
+ x = {
49
+ offset: 120,
50
+ delay: 0,
51
+ easing: "ease",
52
+ duration: 400,
53
+ disable: !1,
54
+ once: !1,
55
+ startEvent: "DOMContentLoaded",
56
+ throttleDelay: 99,
57
+ debounceDelay: 50,
58
+ disableMutationObserver: !1
59
+ },
60
+ j = function() {
61
+ var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];
62
+ if (e && (k = !0), k) return w = (0, y.default)(w, x), (0, b.default)(w, x.once), w
63
+ },
64
+ O = function() {
65
+ w = (0, h.default)(), j()
66
+ },
67
+ M = function() {
68
+ w.forEach(function(e, t) {
69
+ e.node.removeAttribute("data-aos"), e.node.removeAttribute("data-aos-easing"), e.node.removeAttribute("data-aos-duration"), e.node.removeAttribute("data-aos-delay")
70
+ })
71
+ },
72
+ S = function(e) {
73
+ return e === !0 || "mobile" === e && p.default.mobile() || "phone" === e && p.default.phone() || "tablet" === e && p.default.tablet() || "function" == typeof e && e() === !0
74
+ },
75
+ _ = function(e) {
76
+ x = i(x, e), w = (0, h.default)();
77
+ var t = document.all && !window.atob;
78
+ return S(x.disable) || t ? M(): (x.disableMutationObserver || d.default.isSupported() || (console.info('\n aos: MutationObserver is not supported on this browser,\n code mutations observing has been disabled.\n You may have to call "refreshHard()" by yourself.\n '), x.disableMutationObserver = !0), document.querySelector("body").setAttribute("data-aos-easing", x.easing), document.querySelector("body").setAttribute("data-aos-duration", x.duration), document.querySelector("body").setAttribute("data-aos-delay", x.delay), "DOMContentLoaded" === x.startEvent && ["complete", "interactive"].indexOf(document.readyState) > -1 ? j(!0): "load" === x.startEvent ? window.addEventListener(x.startEvent, function() {
79
+ j(!0)
80
+ }): document.addEventListener(x.startEvent, function() {
81
+ j(!0)
82
+ }), window.addEventListener("resize", (0, s.default)(j, x.debounceDelay, !0)), window.addEventListener("orientationchange", (0, s.default)(j, x.debounceDelay, !0)), window.addEventListener("scroll", (0, u.default)(function() {
83
+ (0, b.default)(w, x.once)
84
+ }, x.throttleDelay)), x.disableMutationObserver || d.default.ready("[data-aos]", O), w)
85
+ };
86
+ e.exports = {
87
+ init: _,
88
+ refresh: j,
89
+ refreshHard: O
90
+ }
91
+ }, function(e, t) {}, , , , , function(e, t) {
92
+ (function(t) {
93
+ "use strict";
94
+
95
+ function n(e, t, n) {
96
+ function o(t) {
97
+ var n = b,
98
+ o = v;
99
+ return b = v = void 0, k = t, g = e.apply(o, n)
100
+ }
101
+
102
+ function r(e) {
103
+ return k = e, h = setTimeout(f, t), M ? o(e): g
104
+ }
105
+
106
+ function a(e) {
107
+ var n = e - w,
108
+ o = e - k,
109
+ i = t - n;
110
+ return S ? j(i, y - o): i
111
+ }
112
+
113
+ function c(e) {
114
+ var n = e - w,
115
+ o = e - k;
116
+ return void 0 === w || n >= t || n < 0 || S && o >= y
117
+ }
118
+
119
+ function f() {
120
+ var e = O();
121
+ return c(e) ? d(e): void(h = setTimeout(f, a(e)))
122
+ }
123
+
124
+ function d(e) {
125
+ return h = void 0, _ && b ? o(e): (b = v = void 0, g)
126
+ }
127
+
128
+ function l() {
129
+ void 0 !== h && clearTimeout(h), k = 0, b = w = v = h = void 0
130
+ }
131
+
132
+ function p() {
133
+ return void 0 === h ? g: d(O())
134
+ }
135
+
136
+ function m() {
137
+ var e = O(),
138
+ n = c(e);
139
+ if (b = arguments, v = this, w = e, n) {
140
+ if (void 0 === h) return r(w);
141
+ if (S) return h = setTimeout(f, t), o(w)
142
+ }
143
+ return void 0 === h && (h = setTimeout(f, t)), g
144
+ }
145
+ var b, v, y, g, h, w, k = 0,
146
+ M = !1,
147
+ S = !1,
148
+ _ = !0;
149
+ if ("function" != typeof e) throw new TypeError(s);
150
+ return t = u(t) || 0, i(n) && (M = !!n.leading, S = "maxWait" in n, y = S ? x(u(n.maxWait) || 0, t): y, _ = "trailing" in n ? !!n.trailing: _), m.cancel = l, m.flush = p, m
151
+ }
152
+
153
+ function o(e, t, o) {
154
+ var r = !0,
155
+ a = !0;
156
+ if ("function" != typeof e) throw new TypeError(s);
157
+ return i(o) && (r = "leading" in o ? !!o.leading: r, a = "trailing" in o ? !!o.trailing: a), n(e, t, {
158
+ leading: r,
159
+ maxWait: t,
160
+ trailing: a
161
+ })
162
+ }
163
+
164
+ function i(e) {
165
+ var t = "undefined" == typeof e ? "undefined": c(e);
166
+ return !!e && ("object" == t || "function" == t)
167
+ }
168
+
169
+ function r(e) {
170
+ return !!e && "object" == ("undefined" == typeof e ? "undefined": c(e))
171
+ }
172
+
173
+ function a(e) {
174
+ return "symbol" == ("undefined" == typeof e ? "undefined": c(e)) || r(e) && k.call(e) == d
175
+ }
176
+
177
+ function u(e) {
178
+ if ("number" == typeof e) return e;
179
+ if (a(e)) return f;
180
+ if (i(e)) {
181
+ var t = "function" == typeof e.valueOf ? e.valueOf(): e;
182
+ e = i(t) ? t + "": t
183
+ }
184
+ if ("string" != typeof e) return 0 === e ? e: +e;
185
+ e = e.replace(l, "");
186
+ var n = m.test(e);
187
+ return n || b.test(e) ? v(e.slice(2), n ? 2: 8): p.test(e) ? f: +e
188
+ }
189
+ var c = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(e) {
190
+ return typeof e
191
+ }: function(e) {
192
+ return e && "function" == typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol": typeof e
193
+ },
194
+ s = "Expected a function",
195
+ f = NaN,
196
+ d = "[object Symbol]",
197
+ l = /^\s+|\s+$/g,
198
+ p = /^[-+]0x[0-9a-f]+$/i,
199
+ m = /^0b[01]+$/i,
200
+ b = /^0o[0-7]+$/i,
201
+ v = parseInt,
202
+ y = "object" == ("undefined" == typeof t ? "undefined": c(t)) && t && t.Object === Object && t,
203
+ g = "object" == ("undefined" == typeof self ? "undefined": c(self)) && self && self.Object === Object && self,
204
+ h = y || g || Function("return this")(),
205
+ w = Object.prototype,
206
+ k = w.toString,
207
+ x = Math.max,
208
+ j = Math.min,
209
+ O = function() {
210
+ return h.Date.now()
211
+ };
212
+ e.exports = o
213
+ }).call(t, function() {
214
+ return this
215
+ }())
216
+ }, function(e, t) {
217
+ (function(t) {
218
+ "use strict";
219
+
220
+ function n(e, t, n) {
221
+ function i(t) {
222
+ var n = b,
223
+ o = v;
224
+ return b = v = void 0, O = t, g = e.apply(o, n)
225
+ }
226
+
227
+ function r(e) {
228
+ return O = e, h = setTimeout(f, t), M ? i(e): g
229
+ }
230
+
231
+ function u(e) {
232
+ var n = e - w,
233
+ o = e - O,
234
+ i = t - n;
235
+ return S ? x(i, y - o): i
236
+ }
237
+
238
+ function s(e) {
239
+ var n = e - w,
240
+ o = e - O;
241
+ return void 0 === w || n >= t || n < 0 || S && o >= y
242
+ }
243
+
244
+ function f() {
245
+ var e = j();
246
+ return s(e) ? d(e): void(h = setTimeout(f, u(e)))
247
+ }
248
+
249
+ function d(e) {
250
+ return h = void 0, _ && b ? i(e): (b = v = void 0, g)
251
+ }
252
+
253
+ function l() {
254
+ void 0 !== h && clearTimeout(h), O = 0, b = w = v = h = void 0
255
+ }
256
+
257
+ function p() {
258
+ return void 0 === h ? g: d(j())
259
+ }
260
+
261
+ function m() {
262
+ var e = j(),
263
+ n = s(e);
264
+ if (b = arguments, v = this, w = e, n) {
265
+ if (void 0 === h) return r(w);
266
+ if (S) return h = setTimeout(f, t), i(w)
267
+ }
268
+ return void 0 === h && (h = setTimeout(f, t)), g
269
+ }
270
+ var b, v, y, g, h, w, O = 0,
271
+ M = !1,
272
+ S = !1,
273
+ _ = !0;
274
+ if ("function" != typeof e) throw new TypeError(c);
275
+ return t = a(t) || 0, o(n) && (M = !!n.leading, S = "maxWait" in n, y = S ? k(a(n.maxWait) || 0, t): y, _ = "trailing" in n ? !!n.trailing: _), m.cancel = l, m.flush = p, m
276
+ }
277
+
278
+ function o(e) {
279
+ var t = "undefined" == typeof e ? "undefined": u(e);
280
+ return !!e && ("object" == t || "function" == t)
281
+ }
282
+
283
+ function i(e) {
284
+ return !!e && "object" == ("undefined" == typeof e ? "undefined": u(e))
285
+ }
286
+
287
+ function r(e) {
288
+ return "symbol" == ("undefined" == typeof e ? "undefined": u(e)) || i(e) && w.call(e) == f
289
+ }
290
+
291
+ function a(e) {
292
+ if ("number" == typeof e) return e;
293
+ if (r(e)) return s;
294
+ if (o(e)) {
295
+ var t = "function" == typeof e.valueOf ? e.valueOf(): e;
296
+ e = o(t) ? t + "": t
297
+ }
298
+ if ("string" != typeof e) return 0 === e ? e: +e;
299
+ e = e.replace(d, "");
300
+ var n = p.test(e);
301
+ return n || m.test(e) ? b(e.slice(2), n ? 2: 8): l.test(e) ? s: +e
302
+ }
303
+ var u = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(e) {
304
+ return typeof e
305
+ }: function(e) {
306
+ return e && "function" == typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol": typeof e
307
+ },
308
+ c = "Expected a function",
309
+ s = NaN,
310
+ f = "[object Symbol]",
311
+ d = /^\s+|\s+$/g,
312
+ l = /^[-+]0x[0-9a-f]+$/i,
313
+ p = /^0b[01]+$/i,
314
+ m = /^0o[0-7]+$/i,
315
+ b = parseInt,
316
+ v = "object" == ("undefined" == typeof t ? "undefined": u(t)) && t && t.Object === Object && t,
317
+ y = "object" == ("undefined" == typeof self ? "undefined": u(self)) && self && self.Object === Object && self,
318
+ g = v || y || Function("return this")(),
319
+ h = Object.prototype,
320
+ w = h.toString,
321
+ k = Math.max,
322
+ x = Math.min,
323
+ j = function() {
324
+ return g.Date.now()
325
+ };
326
+ e.exports = n
327
+ }).call(t, function() {
328
+ return this
329
+ }())
330
+ }, function(e, t) {
331
+ "use strict";
332
+
333
+ function n(e) {
334
+ var t = void 0,
335
+ o = void 0,
336
+ i = void 0;
337
+ for (t = 0; t < e.length; t += 1) {
338
+ if (o = e[t], o.dataset && o.dataset.aos) return !0;
339
+ if (i = o.children && n(o.children)) return !0
340
+ }
341
+ return !1
342
+ }
343
+
344
+ function o() {
345
+ return window.MutationObserver || window.WebKitMutationObserver || window.MozMutationObserver
346
+ }
347
+
348
+ function i() {
349
+ return !!o()
350
+ }
351
+
352
+ function r(e, t) {
353
+ var n = window.document,
354
+ i = o(),
355
+ r = new i(a);
356
+ u = t, r.observe(n.documentElement, {
357
+ childList: !0,
358
+ subtree: !0,
359
+ removedNodes: !0
360
+ })
361
+ }
362
+
363
+ function a(e) {
364
+ e && e.forEach(function(e) {
365
+ var t = Array.prototype.slice.call(e.addedNodes),
366
+ o = Array.prototype.slice.call(e.removedNodes),
367
+ i = t.concat(o);
368
+ if (n(i)) return u()
369
+ })
370
+ }
371
+ Object.defineProperty(t, "__esModule", {
372
+ value: !0
373
+ });
374
+ var u = function() {};
375
+ t.default = {
376
+ isSupported: i,
377
+ ready: r
378
+ }
379
+ }, function(e, t) {
380
+ "use strict";
381
+
382
+ function n(e, t) {
383
+ if (!(e instanceof t)) throw new TypeError("Cannot call a class as a function")
384
+ }
385
+
386
+ function o() {
387
+ return navigator.userAgent || navigator.vendor || window.opera || ""
388
+ }
389
+ Object.defineProperty(t, "__esModule", {
390
+ value: !0
391
+ });
392
+ var i = function() {
393
+ function e(e, t) {
394
+ for (var n = 0; n < t.length; n++) {
395
+ var o = t[n];
396
+ o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, o.key, o)
397
+ }
398
+ }
399
+ return function(t, n, o) {
400
+ return n && e(t.prototype, n), o && e(t, o), t
401
+ }
402
+ }(),
403
+ r = /(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i,
404
+ a = /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i,
405
+ u = /(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i,
406
+ c = /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i,
407
+ s = function() {
408
+ function e() {
409
+ n(this, e)
410
+ }
411
+ return i(e, [{
412
+ key: "phone",
413
+ value: function() {
414
+ var e = o();
415
+ return !(!r.test(e) && !a.test(e.substr(0, 4)))
416
+ }
417
+ }, {
418
+ key: "mobile",
419
+ value: function() {
420
+ var e = o();
421
+ return !(!u.test(e) && !c.test(e.substr(0, 4)))
422
+ }
423
+ }, {
424
+ key: "tablet",
425
+ value: function() {
426
+ return this.mobile() && !this.phone()
427
+ }
428
+ }]), e
429
+ }();
430
+ t.default = new s
431
+ }, function(e, t) {
432
+ "use strict";
433
+ Object.defineProperty(t, "__esModule", {
434
+ value: !0
435
+ });
436
+ var n = function(e, t, n) {
437
+ var o = e.node.getAttribute("data-aos-once");
438
+ t > e.position ? e.node.classList.add("aos-animate"): "undefined" != typeof o && ("false" === o || !n && "true" !== o) && e.node.classList.remove("aos-animate")
439
+ },
440
+ o = function(e, t) {
441
+ var o = window.pageYOffset,
442
+ i = window.innerHeight;
443
+ e.forEach(function(e, r) {
444
+ n(e, i + o, t)
445
+ })
446
+ };
447
+ t.default = o
448
+ }, function(e, t, n) {
449
+ "use strict";
450
+
451
+ function o(e) {
452
+ return e && e.__esModule ? e: {
453
+ default: e
454
+ }
455
+ }
456
+ Object.defineProperty(t, "__esModule", {
457
+ value: !0
458
+ });
459
+ var i = n(12),
460
+ r = o(i),
461
+ a = function(e, t) {
462
+ return e.forEach(function(e, n) {
463
+ e.node.classList.add("aos-init"), e.position = (0, r.default)(e.node, t.offset)
464
+ }), e
465
+ };
466
+ t.default = a
467
+ }, function(e, t, n) {
468
+ "use strict";
469
+
470
+ function o(e) {
471
+ return e && e.__esModule ? e: {
472
+ default: e
473
+ }
474
+ }
475
+ Object.defineProperty(t, "__esModule", {
476
+ value: !0
477
+ });
478
+ var i = n(13),
479
+ r = o(i),
480
+ a = function(e, t) {
481
+ var n = 0,
482
+ o = 0,
483
+ i = window.innerHeight,
484
+ a = {
485
+ offset: e.getAttribute("data-aos-offset"),
486
+ anchor: e.getAttribute("data-aos-anchor"),
487
+ anchorPlacement: e.getAttribute("data-aos-anchor-placement")
488
+ };
489
+ switch (a.offset && !isNaN(a.offset) && (o = parseInt(a.offset)), a.anchor && document.querySelectorAll(a.anchor) && (e = document.querySelectorAll(a.anchor)[0]), n = (0, r.default)(e).top, a.anchorPlacement) {
490
+ case "top-bottom":
491
+ break;
492
+ case "center-bottom":
493
+ n += e.offsetHeight / 2;
494
+ break;
495
+ case "bottom-bottom":
496
+ n += e.offsetHeight;
497
+ break;
498
+ case "top-center":
499
+ n += i / 2;
500
+ break;
501
+ case "bottom-center":
502
+ n += i / 2 + e.offsetHeight;
503
+ break;
504
+ case "center-center":
505
+ n += i / 2 + e.offsetHeight / 2;
506
+ break;
507
+ case "top-top":
508
+ n += i;
509
+ break;
510
+ case "bottom-top":
511
+ n += e.offsetHeight + i;
512
+ break;
513
+ case "center-top":
514
+ n += e.offsetHeight / 2 + i
515
+ }
516
+ return a.anchorPlacement || a.offset || isNaN(t) || (o = t), n + o
517
+ };
518
+ t.default = a
519
+ }, function(e, t) {
520
+ "use strict";
521
+ Object.defineProperty(t, "__esModule", {
522
+ value: !0
523
+ });
524
+ var n = function(e) {
525
+ for (var t = 0, n = 0; e && !isNaN(e.offsetLeft) && !isNaN(e.offsetTop);) t += e.offsetLeft - ("BODY" != e.tagName ? e.scrollLeft: 0), n += e.offsetTop - ("BODY" != e.tagName ? e.scrollTop: 0), e = e.offsetParent;
526
+ return {
527
+ top: n,
528
+ left: t
529
+ }
530
+ };
531
+ t.default = n
532
+ }, function(e, t) {
533
+ "use strict";
534
+ Object.defineProperty(t, "__esModule", {
535
+ value: !0
536
+ });
537
+ var n = function(e) {
538
+ return e = e || document.querySelectorAll("[data-aos]"), Array.prototype.map.call(e, function(e) {
539
+ return {
540
+ node: e
541
+ }
542
+ })
543
+ };
544
+ t.default = n
545
+ }])
546
+ });