jekyll-theme-consulting 0.10.9 → 0.10.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/landing.html +5 -40
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 880c5f6968a4caf14e66645c579dc1a200d1404e5a12d97dc3bba9ad45caaeca
4
- data.tar.gz: df75715e012c0c0dca44b7ce65a87490172f9d49fe41a8d8eacb12535cd9776b
3
+ metadata.gz: 2df654945c0b02debdacdb18ff1b1b13021f170055e8edf9d6b08e87dd334cae
4
+ data.tar.gz: 3e8ca338bc1a9d75bd723d55b9791b4d525d31cfa4a55ba98ec0e611d76b316f
5
5
  SHA512:
6
- metadata.gz: 15e984e908dade6243a9f4c48f801789a46bac5e3544dcf357f3582c6553887f748f9f7f5c1c808bb758df571485cdc7c193506a411ef254a458742a8072bf69
7
- data.tar.gz: 157a6a51ff32c1d07e676933f437ca699db975ebd35c9c91e5ef506462e544ba852d51d5a62bc420479110d66ebac2709260010726adc09c76dc343df88dd37e
6
+ metadata.gz: 98356a2fc1fbad61b59f1b8d9c1582ef46bb5bdc9919e6834752193801fc60c777c15568a5da6480e7c65f1724e1093ff8745b840c7e918c8120e3ba185531b1
7
+ data.tar.gz: a5e3603736bf702365bba2c30c8e60a4404f413293af67c1d12eb93f7d7e61f06904ac99f71d7b8d7985d703d19f01e4b1433e3fb95a78fa9f5b5f23748a2466
@@ -2,7 +2,6 @@
2
2
  ---
3
3
  {%- assign lang = page.lang | default: site.lang | default: 'en' -%}
4
4
  {%- assign menu = site.data.menus[page.menu][lang] -%}
5
- {%- assign header = page.header | default: site.header -%}
6
5
  {%- assign title = page.title | default: site.title -%}
7
6
  {%- assign description = page.description | default: site.description -%}
8
7
  {%- assign stylesheets = page.stylesheets | default: site.stylesheets -%}
@@ -14,47 +13,13 @@
14
13
  Free for personal and commercial use under the CCA 4.0 license
15
14
  -->
16
15
  <html lang="{{ lang }}">
17
-
18
- {% include head.html title=title subtitle=subtitle %}
19
-
16
+ {% include head.html title=title description=description stylesheets=stylesheets %}
20
17
  <body>
21
-
22
- <style type="text/css">
23
- .upper-half svg {
24
- fill: rgba(10,100,130,0.4);
25
- }
26
- .lower-half svg {
27
- fill: rgba(130,0,130,0.4);
28
- }
29
- </style>
30
-
31
- <!-- Wrapper -->
32
- <div id="wrapper">
33
-
34
- <div class="upper-half" style="position: fixed; z-index: 2; top:0; left: 0; width: 100vw; height: 100vh; display: flex; flex-direction: column;">
35
- {% include waves/top.html ys=80 ye=20 x1=40 y1=80 x2=60 y2=20 cx=50 cy=50 r=4 %}
36
- </div>
37
-
38
- <div class="upper-half" style="position: fixed; z-index: 4; top:0; left: 0; width: 100vw; height: 100vh; display: flex; flex-direction: column;">
39
- {% include waves/top.html ys=70 ye=30 x1=20 y1=90 x2=40 y2=20 cx=10 cy=76 r=2%}
40
- </div>
41
-
42
- <div class="upper-half" style="position: fixed; z-index: 4; top:0; left: 0; width: 100vw; height: 100vh; display: flex; flex-direction: column;">
43
- {% include waves/top.html ys=65 ye=35 x1=15 y1=85 x2=35 y2=20 cx=10 cy=76 r=2%}
44
- </div>
45
-
46
- <div class="lower-half" style="position: fixed; z-index: 3; bottom:0; left: 0; width: 100vw; height: 100vh; display: flex; flex-direction: column;">
47
- {% include waves/bottom.html ys=80 ye=20 x1=40 y1=80 x2=60 y2=20 cx=50 cy=50 r=4 %}
48
- </div>
49
-
50
- <div class="upper-half" style="position: fixed; z-index: 1; bottom:0; left: 0; width: 100vw; height: 100vh; display: flex; flex-direction: column;">
51
- {% include waves/bottom.html ys=60 ye=80 x1=20 y1=80 x2=60 y2=100 cx=80 cy=88 r=2 %}
52
- </div>
53
-
18
+ <div>
19
+ {{ content }}
20
+ {% include sidebar.html menu=menu %}
54
21
  </div>
55
-
56
22
  {% include footer.html %}
57
-
23
+ {% include scripts.html scripts=scripts %}
58
24
  </body>
59
-
60
25
  </html>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-consulting
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.9
4
+ version: 0.10.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Moodule
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-25 00:00:00.000000000 Z
11
+ date: 2020-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll