thesmoothie-jekyll-theme 0.2.0 → 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
  SHA1:
3
- metadata.gz: 125ffe22892f9c597e9c89a8622139c83584bb33
4
- data.tar.gz: d07bf61926dbc8e817e2f52e195e49a716ef7163
3
+ metadata.gz: 6607b17cf54a749d4a31132c2162bae12906352b
4
+ data.tar.gz: a2db52113ddf74c4c12a4f00d6e20cacbb9dd733
5
5
  SHA512:
6
- metadata.gz: 263b08a845fc169509118e8d0556d108e780cb51dec0d9cdbefb254b0708275d835a9e68bde3a394b53db319d9529ee52942241c9d99f88b4403029e76faf133
7
- data.tar.gz: 17da5af393ed2d5236f3ddab3d4bb5f047ebb79a98a1974f8764882dfb52659fb10117648f7b8aeb9cd8a8e8c0a49110adb192444a41062e280bd444ddd4e520
6
+ metadata.gz: 788c1d075bd45ff310332bb15306e4b1a6ce517c217c034d7297e5f14326648ac95ce6946871a92c68ef2718b0a3e6c2cccbab032c6c93c448610879595241f6
7
+ data.tar.gz: 19260286aa698f32451072a6268aa6234bb42a3f20d3add0464d299de384dbb61c069f781805588643a5faa359284b930d2a4349b32b53a919314d5cbcdfc2ad
@@ -0,0 +1,9 @@
1
+ <svg width="48px" height="48px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <g id="logo-the-smoothie" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3
+ <g id="logo-the-smoothie__group" transform="translate(6.500000, 1.500000)">
4
+ <path id="logo-the-smoothie__path-1" stroke="#666666" stroke-linecap="round" d="M6.63038441,12.1983758 L9.17034387,0"></path>
5
+ <path id="logo-the-smoothie__path-2" fill="#FF6262" d="M0.690818328,11.7017176 C2.10255313,11.0136008 3.6548641,11.0136008 5.34775125,11.7017176 C7.0406384,12.3898344 8.61322629,12.3898344 10.0655149,11.7017176 L8.77953408,20.4189439 L2.0248477,20.4189439 L0.690818328,11.7017176 Z"></path>
6
+ <polygon id="logo-the-smoothie__path-3" stroke="#666666" stroke-linecap="round" stroke-linejoin="round" points="0 7.02425569 10.7395636 7.02425569 8.73956358 20.9523841 2 20.9523841"></polygon>
7
+ </g>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,38 @@
1
+ .app__logo {
2
+ display: flex;
3
+ align-items: center;
4
+ margin: 0 1rem;
5
+
6
+ a:hover {
7
+ text-decoration: none;
8
+ }
9
+
10
+ &__image #logo-the-smoothie__path-2 {
11
+ fill: green !important;
12
+ animation: color-pulse 10s infinite;
13
+ -moz-animation: color-pulse 10s infinite; /* Firefox */
14
+ -webkit-animation: color-pulse 10s infinite; /* Safari and Chrome */
15
+ }
16
+
17
+ &__title {
18
+ font-family: $font-headers;
19
+ font-size: 3rem;
20
+ margin-top: 2rem;
21
+ font-weight: 700;
22
+
23
+ a {
24
+ color: red;
25
+ animation: color-pulse 10s infinite;
26
+ -moz-animation: color-pulse 10s infinite; /* Firefox */
27
+ -webkit-animation: color-pulse 10s infinite; /* Safari and Chrome */
28
+ }
29
+ }
30
+ }
31
+
32
+ @keyframes color-pulse /* Safari and Chrome */ {
33
+ 0% {fill:rgb(255, 100, 100); color:rgb(255, 100, 100);}
34
+ 25% {fill:rgb(100, 255, 190); color:rgb(100, 255, 190);}
35
+ 50% {fill:rgb(56, 190, 243); color:rgb(56, 190, 243);}
36
+ 750% {fill:rgb(229, 100, 255); color:rgb(229, 100, 255);}
37
+ 100% {fill:rgb(255, 100, 100); color:rgb(255, 100, 100);}
38
+ }
@@ -74,7 +74,7 @@ body {
74
74
  font-family: $font-headers;
75
75
  font-weight: 700;
76
76
  letter-spacing: -.0075em;
77
- margin: 2rem 0 0 0;
77
+ margin: 4rem 0 0 0;
78
78
  }
79
79
 
80
80
  h1 {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thesmoothie-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Egor Kirpichev
@@ -64,12 +64,14 @@ files:
64
64
  - README.md
65
65
  - _includes/footer.html
66
66
  - _includes/header.html
67
+ - _includes/logo-the-smoothie.svg
67
68
  - _layouts/default.html
68
69
  - _layouts/page.html
69
70
  - _layouts/post.html
70
71
  - _sass/_colors-lookup-table.scss
71
72
  - _sass/_colors.scss
72
73
  - _sass/_layout.scss
74
+ - _sass/_logo.scss
73
75
  - _sass/_media.scss
74
76
  - _sass/_reset.scss
75
77
  - _sass/_showgrid.scss