benjeto-jekyll-theme 0.2.1 → 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
  SHA256:
3
- metadata.gz: 93f5884e254bc5017623def809c781d10ec8cb6508e8ed375e052790462cab1b
4
- data.tar.gz: be4fe9cfc0bf39086066fff9b572f78b1c3dadda3924f6be6007eef623117225
3
+ metadata.gz: 8e4c39d60e45ee85d42fb23a4e614bf0437f57d2f30b4fde63d5fbb29b35ee77
4
+ data.tar.gz: 56ad00e8c5830ab3f30f4030396bd6029d42580b3269e4af15784b28dc921314
5
5
  SHA512:
6
- metadata.gz: c473be2dc86e39bbe94aac4f8eb31445896c4896c51600f9930de65cb5b2b0e8cce5abc4097ab87d884cb9831390de05ca7b65877dadcf86c47eb80b843bac3d
7
- data.tar.gz: 6c68a94c3af351d51e98d66ddb0cd053e87ca20753c511b1b67813ab1882f827df8c6802f07a8303a370668575cadcaf54883c1cfbd93a5d7139ca6c0708b21f
6
+ metadata.gz: 7795016e6d4dd194facea92dcf5f1683ae77d612f4344e01b5184083ef9242d5a99bc782829658a0bb62b794c9283588f0f7857f2b6570b96c4433a4f304ec23
7
+ data.tar.gz: ada9e0a937d2e9c211695f05500a2c60d614b3d9e7676aaf6a3002c46e01d25ee1af7bf1ea83e113ac83b91009780b7256a0b39ba586b34cd11427133f0d6185
data/_layouts/home.html CHANGED
@@ -10,20 +10,24 @@ layout: base
10
10
 
11
11
  <main>
12
12
  <header class="home">
13
- <div class="headline">
14
- <a class="proficon{% if settings.round_icon == true %} round{% endif %}{% if profile.header == nil %} no-header{% endif %}" href="{{ "/" | relative_url }}">
15
- {%- if profile.icon %}
16
- <img src="{{ profile.icon | relative_url }}" alt="{{ profile.name }}">
17
- {%- else %}
18
- <div class="dummy"></div>
13
+ <div class="header-top">
14
+ <div class="nameline">
15
+ <h1>{{ profile.name | default: site.title }}</h1>
16
+ {%- if profile.pronouns %}
17
+ <span class="pronouns" itemprop="pronouns">{{ profile.pronouns }}</span>
19
18
  {%- endif %}
20
- </a>
21
- {%- include menu.html %}
19
+ </div>
20
+ <div class="headline">
21
+ <a class="proficon{% if settings.round_icon == true %} round{% endif %}{% if profile.header == nil %} no-header{% endif %}" href="{{ "/" | relative_url }}" aria-hidden="true">
22
+ {%- if profile.icon %}
23
+ <img src="{{ profile.icon | relative_url }}" alt="">
24
+ {%- else %}
25
+ <div class="dummy"></div>
26
+ {%- endif %}
27
+ </a>
28
+ {%- include menu.html %}
29
+ </div>
22
30
  </div>
23
- <h1>{{ profile.name | default: site.title }}</h1>
24
- {%- if profile.pronouns %}
25
- <span class="pronouns" itemprop="pronouns">{{ profile.pronouns }}</span>
26
- {%- endif %}
27
31
  {%- if profile.bio %}
28
32
  <p class="bio">{{ profile.bio }}</p>
29
33
  {%- endif %}
@@ -351,6 +351,13 @@ div.header {
351
351
  }
352
352
 
353
353
  header.home {
354
+ div.header-top {
355
+ display: flex;
356
+ flex-wrap: wrap-reverse;
357
+ div.nameline, div.headline {
358
+ width: 100%;
359
+ }
360
+ }
354
361
  ul.exlink {
355
362
  display: flex;
356
363
  flex-wrap: wrap;
@@ -8,8 +8,9 @@ img.app-icon {
8
8
  height: 100px;
9
9
  vertical-align: top;
10
10
  margin-inline-end: 16px;
11
- border-radius: 16px;
11
+ border-radius: 20px;
12
12
  flex-grow:0;
13
+ box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
13
14
  }
14
15
  div.app-info {
15
16
  flex-grow:1;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: benjeto-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cizzuk