slow-steps 0.1.12 → 0.1.13
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 +4 -4
- data/_layouts/careers.html +1 -1
- data/_sass/collage.sass +51 -11
- data/_sass/navigation/global.sass +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6cbd613cb2698f8b14ddec71ea31af9f93863331204dec4e6ee3e188736bad82
|
4
|
+
data.tar.gz: 95587738b544403e67b69c33e22edcad508f4c91ea115dede5e4cc4bae6fd634
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96ec670bbc9d10e86879c34a9d662c5b5860bbef00bbf41467492ccaa1be6a59a99a94acab6ea5e3e03ed2925a75fbb4dfd8f76c4c88399539434f8213ba5a25
|
7
|
+
data.tar.gz: d9f8f6106c4d4192087e320bbe4536507f157fa90b3e4a77a2754f8f69f96719cf7de8dd149898dd4f33f57844526f9453928c9c403c01ddfd04df436e423fe0
|
data/_layouts/careers.html
CHANGED
@@ -8,7 +8,7 @@ layout: default
|
|
8
8
|
<div class="hero hero-65 collage">
|
9
9
|
|
10
10
|
{% for collage in page.collage %}
|
11
|
-
<div class="collage__image__wrap collage__image__wrap-{{ forloop.index }}"
|
11
|
+
<div class="collage__image__wrap collage__image__wrap-{{ forloop.index }}">
|
12
12
|
<h3 class="image__header">{{ collage.reasons }}</h3>
|
13
13
|
{% picture {{ collage.image | prepend: 'content/' }}
|
14
14
|
--img class="collage__image collage__image-{{ forloop.index }}"
|
data/_sass/collage.sass
CHANGED
@@ -29,10 +29,17 @@
|
|
29
29
|
opacity: 0
|
30
30
|
animation: .4s ease-in-out aniCollage forwards
|
31
31
|
perspective: 1000px
|
32
|
-
|
32
|
+
&:after
|
33
|
+
position: absolute
|
34
|
+
content: ''
|
35
|
+
width: 100%
|
36
|
+
height: 100%
|
37
|
+
box-shadow: inset 0 0 40px 12px rgba($env-primary, .2)
|
38
|
+
z-index: 99
|
33
39
|
&:hover
|
34
40
|
.collage__image
|
35
|
-
transform:
|
41
|
+
transform: rotateX(90deg)
|
42
|
+
opacity: 0
|
36
43
|
|
37
44
|
.collage__image
|
38
45
|
display: block
|
@@ -44,46 +51,79 @@
|
|
44
51
|
transition: .4s ease-in-out
|
45
52
|
transform-style: preserve-3d
|
46
53
|
|
47
|
-
.collage__placeholder
|
48
|
-
background-color: $env-primary
|
49
|
-
width: 19%
|
50
|
-
height: 49%
|
51
|
-
position: absolute
|
52
|
-
|
53
|
-
.collage__image__wrap-1
|
54
|
-
left: 0
|
55
|
-
|
56
54
|
.collage__image__wrap-1
|
57
55
|
height: 65%
|
58
56
|
top: 0
|
59
57
|
width: 30%
|
60
58
|
left: 0
|
59
|
+
animation-delay: 700ms
|
61
60
|
|
62
61
|
.collage__image__wrap-2
|
63
62
|
height: 50%
|
64
63
|
width: 40%
|
65
64
|
left: 30%
|
65
|
+
animation-delay: 100ms
|
66
66
|
|
67
67
|
.collage__image__wrap-3
|
68
68
|
height: 50%
|
69
69
|
width: 30%
|
70
70
|
left: 70%
|
71
71
|
top: 0
|
72
|
+
animation-delay: 500ms
|
72
73
|
|
73
74
|
.collage__image__wrap-4
|
74
75
|
height: 35%
|
75
76
|
width: 40%
|
76
77
|
left: 0
|
77
78
|
top: 65%
|
79
|
+
animation-delay: 300ms
|
78
80
|
|
79
81
|
.collage__image__wrap-5
|
80
82
|
width: 60%
|
81
83
|
height: 50%
|
82
84
|
left: 40%
|
83
85
|
top: 50%
|
86
|
+
animation-delay: 900ms
|
84
87
|
|
85
88
|
@keyframes aniCollage
|
86
89
|
0%
|
87
90
|
opacity: 0
|
88
91
|
100%
|
89
92
|
opacity: 1
|
93
|
+
|
94
|
+
|
95
|
+
p.job__deadline
|
96
|
+
padding: 1rem 0
|
97
|
+
font-size: $font-size * .8
|
98
|
+
|
99
|
+
p.job__description
|
100
|
+
padding: 2rem 0
|
101
|
+
//padding-bottom: 3rem
|
102
|
+
|
103
|
+
p.job__links
|
104
|
+
padding: 0
|
105
|
+
padding-bottom: 2rem
|
106
|
+
margin-bottom: 4rem
|
107
|
+
& > a
|
108
|
+
text-decoration: none
|
109
|
+
color: $env-primary
|
110
|
+
&:hover
|
111
|
+
color: $pure-black
|
112
|
+
& > a:first-child
|
113
|
+
text-decoration: none
|
114
|
+
color: $pure-white
|
115
|
+
background-color: $env-primary
|
116
|
+
padding: 1rem 2.5rem
|
117
|
+
border-radius: 8px
|
118
|
+
font-weight: 600
|
119
|
+
margin-right: 3rem
|
120
|
+
@include default-trans
|
121
|
+
&:hover
|
122
|
+
background-color: lighten($env-primary, 10)
|
123
|
+
box-shadow: 1px 1px 5px $light-grey
|
124
|
+
|
125
|
+
.fullwidth__wrap > .job__links
|
126
|
+
border-bottom: solid 1px rgba($env-primary, .4)
|
127
|
+
&:last-child
|
128
|
+
border-bottom: none
|
129
|
+
margin-bottom: 10rem
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: slow-steps
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Made Slowly
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-01-
|
11
|
+
date: 2021-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|