universal 0.2.1 → 0.2.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 877ca44785e5e71a97588e6c377a600b65b59647a65f12a01f779bdf0e531f23
4
- data.tar.gz: 5353d5ba2aa3207defce14dc8db82fbdb219db34c9ff0d4e37445527fd4a37e6
3
+ metadata.gz: 5c98c10ad8686c76ea4a6404ae35d49e3864f60895f4720df7addd41c6f89519
4
+ data.tar.gz: 86a6efb1de6ebb87f4d033385274520b5819bb9ae18d2f23f0ffec9c34ce1bc4
5
5
  SHA512:
6
- metadata.gz: f505f868dbc2e192389d2b7790130ad9f54734cab5017f5aa63325cfd22fd36eac94f17a93ec6bdd0b457042efcc3ba0c0dab6c55aff8c1f46a2d4b522cb5d0d
7
- data.tar.gz: eb35aa5df622b3abd7883b40fb91ee21196bf9578ff2b4cb07d4a25e3ce761973630839f310f4c767aefb19825c9b5f4252e3b7168704071703e195c6d2a86f5
6
+ metadata.gz: 495b4ee748b5089a8fdd6e9934235c449acf12c8ff5c2cd6487778d150a423f9691f0095449d78b70833f390b2ecb3ee4961479808effc2955110bac29e1d33c
7
+ data.tar.gz: f0fdd01bd088f96e5fbb6d3cfd9d21fc0ca1c03178e5a5a31928b3aa4cf7c443d7d26181fef011e71f3b4eb6b41d57683ae6321842c251a6bbcb214611015fcf
@@ -1,4 +1,4 @@
1
- <section class="bar background-image-fixed-1 no-mb color-white text-center">
1
+ <section class="bar background-image-fixed-1 no-mb color-white text-center" style='background: url("assets/img/fixed-background-1.jpg") center top / cover no-repeat fixed;'>
2
2
  <div class="dark-mask"></div>
3
3
  <div class="container">
4
4
  <div class="row">
@@ -20,7 +20,7 @@
20
20
  <div id="collapse3a" class="panel-collapse collapse">
21
21
  <div class="panel-body">
22
22
 
23
- <script src="https://drrjhlchpvi7e.cloudfront.net/libs/stamplay-js-sdk/2.1.4/stamplay.min.js"></script>
23
+ <script src="https://drrjhlchpvi7e.cloudfront.net/libs/stamplay-js-sdk/2.1.4/stamplay.min.js" async></script>
24
24
  <div class="row">
25
25
  <div class="col-md-9 clearfix" id="checkout">
26
26
 
data/_includes/head.html CHANGED
@@ -17,7 +17,12 @@
17
17
  <!-- Theme stylesheet, if possible do not edit this stylesheet -->
18
18
  <!-- <link href="assets/css/style.blue.css" rel="preload" id="theme-stylesheet" as="style" onload="this.onload=null;this.rel='stylesheet'">-->
19
19
 
20
- <link rel="preload" href="assets/css/combined.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
20
+ <link rel="stylesheet" href="assets/css/combined.css">
21
+ <style type="text/css">
22
+ .bar.background-image-fixed-1 {
23
+ background: url("../img/fixed-background-1.jpg") center top / cover no-repeat fixed;
24
+ }
25
+ </style>
21
26
 
22
27
  <!-- Custom stylesheet - for your changes -->
23
28
  <!-- <link href="assets/css/custom.css" rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'">
data/_includes/js.html CHANGED
@@ -117,19 +117,4 @@
117
117
 
118
118
  </script>
119
119
 
120
- <script>
121
- (function(i, s, o, g, r, a, m) {
122
- i['GoogleAnalyticsObject'] = r;
123
- i[r] = i[r] || function() {
124
- (i[r].q = i[r].q || []).push(arguments)
125
- }, i[r].l = 1 * new Date();
126
- a = s.createElement(o),
127
- m = s.getElementsByTagName(o)[0];
128
- a.async = 1;
129
- a.src = g;
130
- m.parentNode.insertBefore(a, m)
131
- })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
132
-
133
- ga('create', 'UA-51713035-4', 'auto');
134
- ga('send', 'pageview');
135
- </script>
120
+
@@ -192,7 +192,7 @@ body.boxed .navbar-affixed-top.affix { position: static; }
192
192
  .bar.background-pentagon { background: url("../img/texture-bw.png") center center repeat; border-top: 1px solid rgb(153, 153, 153); border-bottom: 1px solid rgb(153, 153, 153); }
193
193
  .bar.background-gray { background: rgb(238, 238, 238); }
194
194
  .bar.background-white { background: rgb(255, 255, 255); }
195
- .bar.background-image-fixed-1 { background: url("../img/fixed-background-1.jpg") center top / cover no-repeat fixed; }
195
+
196
196
  .bar.background-image-fixed-2 { background: url("../img/fixed-background-2.jpg") center top / cover no-repeat fixed; }
197
197
  .bar.color-white h1, .bar.color-white h2, .bar.color-white h3, .bar.color-white h4, .bar.color-white h5, .bar.color-white h6, .bar.color-white p { color: rgb(255, 255, 255); }
198
198
  .bar .dark-mask { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgb(0, 0, 0); opacity: 0.3; }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: universal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ondrej Svestka