jekyll-theme-explosive-lab 0.1.2 → 0.1.2.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.
- checksums.yaml +7 -0
- data/_includes/header.html +3 -1
- data/_sass/main.scss +47 -4
- metadata +12 -20
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 10d0284fd97f5f8567ba95082f9f327b62863850
|
4
|
+
data.tar.gz: 0ca218ab12506e70b4a75d9a91b95a3da9a592d4
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: b71bc9964ab2e9b614a1d30e7259b3557b08d19bb8a4290f35809bb2910e43b22045da5e32bf091a67c5ff5703f959a1284538ba6fcdd85c8d45daa62d0177d8
|
7
|
+
data.tar.gz: ac504370e8c88db6dd27fafcf299a2c25d0b6a40c066a371a4e6c406d1c230582eedec36484b6c2e2a4bb70808bad6e4940a33a3596ed1043477fa90efb7e2f6
|
data/_includes/header.html
CHANGED
@@ -8,7 +8,9 @@
|
|
8
8
|
<nav class="header-navigation">
|
9
9
|
<div class="header-navigation-icon">
|
10
10
|
<span>menu</span>
|
11
|
-
<
|
11
|
+
<div class="card-1">
|
12
|
+
<i class="material-icons md-48">apps</i>
|
13
|
+
</div>
|
12
14
|
</div>
|
13
15
|
|
14
16
|
<ul class="header-navigation-menu disabled">
|
data/_sass/main.scss
CHANGED
@@ -1,3 +1,34 @@
|
|
1
|
+
html {
|
2
|
+
box-sizing: border-box;
|
3
|
+
}
|
4
|
+
*, *:before, *:after {
|
5
|
+
box-sizing: inherit;
|
6
|
+
}
|
7
|
+
|
8
|
+
/* material design box shadow */
|
9
|
+
.card-1 {
|
10
|
+
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
|
11
|
+
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
|
12
|
+
|
13
|
+
&:hover {
|
14
|
+
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
|
15
|
+
}
|
16
|
+
}
|
17
|
+
|
18
|
+
.card-2 {
|
19
|
+
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
|
20
|
+
|
21
|
+
&:hover {
|
22
|
+
box-shadow: 0 14px 28px rgba(0,0,0,0.35), 0 10px 10px rgba(0,0,0,0.22);
|
23
|
+
}
|
24
|
+
}
|
25
|
+
|
26
|
+
.card-3 {
|
27
|
+
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
|
28
|
+
}
|
29
|
+
|
30
|
+
|
31
|
+
|
1
32
|
/* Google font */
|
2
33
|
$primary-fomt: 'Fjalla One', sans-serif;
|
3
34
|
$secondary-font: 'Anton', sans-serif;
|
@@ -15,7 +46,8 @@ $accent-400: #44883c;
|
|
15
46
|
|
16
47
|
$primary-link: $accent-400;
|
17
48
|
|
18
|
-
$font-small: 1.
|
49
|
+
$font-small-x: 1.2rem;
|
50
|
+
$font-small: 1.4rem;
|
19
51
|
$font-regular: 1.6rem;
|
20
52
|
$font-large: 2rem;
|
21
53
|
|
@@ -84,19 +116,30 @@ header {
|
|
84
116
|
flex-direction: column;
|
85
117
|
align-items: center;
|
86
118
|
|
87
|
-
color:
|
119
|
+
color: #ffffff;
|
88
120
|
cursor: pointer;
|
89
121
|
|
90
|
-
@include transition(
|
122
|
+
@include transition(opacity .3s ease-out);
|
91
123
|
opacity: .8;
|
92
124
|
|
93
125
|
&:hover {
|
94
126
|
opacity: 1;
|
95
127
|
}
|
96
128
|
|
129
|
+
div {
|
130
|
+
display: flex;
|
131
|
+
|
132
|
+
border-radius: 50%;
|
133
|
+
padding: 5px;
|
134
|
+
|
135
|
+
background: $primary-700;
|
136
|
+
}
|
137
|
+
|
97
138
|
span {
|
98
|
-
font-size: $font-small;
|
139
|
+
font-size: $font-small-x;
|
99
140
|
font-weight: bold;
|
141
|
+
text-transform: uppercase;
|
142
|
+
color: $primary-100;
|
100
143
|
}
|
101
144
|
|
102
145
|
@include media (">phone") {
|
metadata
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-explosive-lab
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.2
|
5
|
-
prerelease:
|
4
|
+
version: 0.1.2.1
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Andrea Castenetto
|
@@ -14,49 +13,43 @@ dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: jekyll
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
|
-
- - ~>
|
17
|
+
- - "~>"
|
20
18
|
- !ruby/object:Gem::Version
|
21
19
|
version: '3.4'
|
22
20
|
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
|
-
- - ~>
|
24
|
+
- - "~>"
|
28
25
|
- !ruby/object:Gem::Version
|
29
26
|
version: '3.4'
|
30
27
|
- !ruby/object:Gem::Dependency
|
31
28
|
name: bundler
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
30
|
requirements:
|
35
|
-
- - ~>
|
31
|
+
- - "~>"
|
36
32
|
- !ruby/object:Gem::Version
|
37
33
|
version: '1.12'
|
38
34
|
type: :development
|
39
35
|
prerelease: false
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
37
|
requirements:
|
43
|
-
- - ~>
|
38
|
+
- - "~>"
|
44
39
|
- !ruby/object:Gem::Version
|
45
40
|
version: '1.12'
|
46
41
|
- !ruby/object:Gem::Dependency
|
47
42
|
name: rake
|
48
43
|
requirement: !ruby/object:Gem::Requirement
|
49
|
-
none: false
|
50
44
|
requirements:
|
51
|
-
- - ~>
|
45
|
+
- - "~>"
|
52
46
|
- !ruby/object:Gem::Version
|
53
47
|
version: '10.0'
|
54
48
|
type: :development
|
55
49
|
prerelease: false
|
56
50
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
-
none: false
|
58
51
|
requirements:
|
59
|
-
- - ~>
|
52
|
+
- - "~>"
|
60
53
|
- !ruby/object:Gem::Version
|
61
54
|
version: '10.0'
|
62
55
|
description:
|
@@ -84,26 +77,25 @@ files:
|
|
84
77
|
homepage: http://explosivelab.it
|
85
78
|
licenses:
|
86
79
|
- MIT
|
80
|
+
metadata: {}
|
87
81
|
post_install_message:
|
88
82
|
rdoc_options: []
|
89
83
|
require_paths:
|
90
84
|
- lib
|
91
85
|
required_ruby_version: !ruby/object:Gem::Requirement
|
92
|
-
none: false
|
93
86
|
requirements:
|
94
|
-
- -
|
87
|
+
- - ">="
|
95
88
|
- !ruby/object:Gem::Version
|
96
89
|
version: '0'
|
97
90
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
98
|
-
none: false
|
99
91
|
requirements:
|
100
|
-
- -
|
92
|
+
- - ">="
|
101
93
|
- !ruby/object:Gem::Version
|
102
94
|
version: '0'
|
103
95
|
requirements: []
|
104
96
|
rubyforge_project:
|
105
|
-
rubygems_version:
|
97
|
+
rubygems_version: 2.6.10
|
106
98
|
signing_key:
|
107
|
-
specification_version:
|
99
|
+
specification_version: 4
|
108
100
|
summary: Jekyll theme for http://explosivelab.it NOT READY YET FOR PRODUCTION.
|
109
101
|
test_files: []
|