universal 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: befd23816039567b2de05223e6c4ba5bf6f04e82298039199c67561e696ae065
4
- data.tar.gz: cbb714ce07ac97aa0081f1db20ac032e794a3628f0e22a0d8c184130b0cdafeb
3
+ metadata.gz: 903bbd2b885a0a8d6166b03fc6da37727eea76a829c4456089f79997736a1398
4
+ data.tar.gz: df09b9e7e5c23cd621fc0738c3617825cedd03a313e047e4508fe28b698196c3
5
5
  SHA512:
6
- metadata.gz: 7d208e1174208eeed4a6ba6623d23f3291fde83021aa643b2fdabbdddd1c29eaf2078b9c8f70677f31dcf2c2df90b9c1253ce28fce331699560c64027bbb5428
7
- data.tar.gz: 41618610944b5d56afd6e8482420c3fac0be444b76a5720a93cfc3186c6eaf50752c7642dcb9662942c45fbbcfb2dfac3b522dcab43034235d506b09af9c19ae
6
+ metadata.gz: dcb8d762ebd2f85572eef9d9f63b575cc85bc6a9b99d6b1bcc87186c5cd16b548d5e30cdc97130d2e9931810f82fe63e75b2d7ef2f9660b01e10a6f1a848a6eb
7
+ data.tar.gz: 53472e1dd250f99025db3e8f89698d77749b5ae71da74f10fc547ad4b11a852d21b54c27938ad400425d4aac1e6e98d0ab36d96e1763f5eace1d7f31d1854593
Binary file
Binary file
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.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ondrej Svestka
@@ -62,11 +62,11 @@ extra_rdoc_files: []
62
62
  files:
63
63
  - LICENSE.txt
64
64
  - README.md
65
+ - _includes/.DS_Store
65
66
  - _includes/banner.html
66
67
  - _includes/carousel.html
67
68
  - _includes/contact.html
68
69
  - _includes/copyright.html
69
- - _includes/cssload.html
70
70
  - _includes/cta.questions.html
71
71
  - _includes/customers.html
72
72
  - _includes/footer.html
@@ -1,35 +0,0 @@
1
- <!-- Bootstrap and Font Awesome css -->
2
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" onload="if(media!='all')media='all'">
3
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" onload="if(media!='all')media='all'">
4
-
5
- <!-- Css animations -->
6
- <link href="assets/css/animate.css" rel="stylesheet" onload="if(media!='all')media='all'">
7
-
8
- <!-- Theme stylesheet, if possible do not edit this stylesheet -->
9
- <link href="assets/css/style.blue.css" rel="stylesheet" id="theme-stylesheet" onload="if(media!='all')media='all'">
10
-
11
- <!-- Custom stylesheet - for your changes -->
12
- <link href="assets/css/custom.css" rel="stylesheet" onload="if(media!='all')media='all'">
13
-
14
- <!-- Responsivity for older IE -->
15
- <!--[if lt IE 9]>
16
- <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
17
- <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
18
- <![endif]-->
19
-
20
- <!-- Favicon and apple touch icons-->
21
- <link rel="shortcut icon" href="assets/img/favicon.ico" type="image/x-icon">
22
- <link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png">
23
- <link rel="apple-touch-icon" sizes="57x57" href="assets/img/apple-touch-icon-57x57.png">
24
- <link rel="apple-touch-icon" sizes="72x72" href="assets/img/apple-touch-icon-72x72.png">
25
- <link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-touch-icon-76x76.png">
26
- <link rel="apple-touch-icon" sizes="114x114" href="assets/img/apple-touch-icon-114x114.png">
27
- <link rel="apple-touch-icon" sizes="120x120" href="assets/img/apple-touch-icon-120x120.png">
28
- <link rel="apple-touch-icon" sizes="144x144" href="assets/img/apple-touch-icon-144x144.png">
29
- <link rel="apple-touch-icon" sizes="152x152" href="assets/img/apple-touch-icon-152x152.png">
30
-
31
- <!-- owl carousel css -->
32
- <link href="assets/css/owl.carousel.css" rel="stylesheet" onload="if(media!='all')media='all'">
33
- <link href="assets/css/owl.theme.css" rel="stylesheet" >
34
-
35
- </head>