mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-12-22 03:02:19 +00:00
remove vexpert badge
This commit is contained in:
parent
7baf00510b
commit
53fefaae47
3 changed files with 2 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
||||||
// Offset scrolling to compensate for navbar so anchors work correctly
|
// Offset scrolling to compensate for navbar so anchors work correctly
|
||||||
html, body
|
html, body
|
||||||
scroll-padding-top: 4.5rem
|
scroll-padding-top: 4.5rem
|
||||||
|
|
||||||
// Impose a max height on the site logo so it doesn't scale and look bad
|
// Impose a max height on the site logo so it doesn't scale and look bad
|
||||||
|
@ -8,18 +8,13 @@ html, body
|
||||||
img
|
img
|
||||||
max-height: 2rem
|
max-height: 2rem
|
||||||
|
|
||||||
.sidebar
|
|
||||||
&_badge
|
|
||||||
max-height: 8rem
|
|
||||||
|
|
||||||
|
|
||||||
// Magic for collapsing content, borrowed from https://www.digitalocean.com/community/tutorials/css-collapsible
|
// Magic for collapsing content, borrowed from https://www.digitalocean.com/community/tutorials/css-collapsible
|
||||||
.lbl-toggle
|
.lbl-toggle
|
||||||
display: block
|
display: block
|
||||||
font-size: 125%
|
font-size: 125%
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
transition: all 0.25s ease-out
|
transition: all 0.25s ease-out
|
||||||
|
|
||||||
.lbl-toggle::before
|
.lbl-toggle::before
|
||||||
content: ' '
|
content: ' '
|
||||||
display: inline-block
|
display: inline-block
|
||||||
|
|
|
@ -27,9 +27,6 @@
|
||||||
<div class="author_bio">
|
<div class="author_bio">
|
||||||
{{ markdownify $introDescription }}
|
{{ markdownify $introDescription }}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<a href="https://vexpert.vmware.com/directory/9430"><img src="https://vexpert.vmware.com/directory/9430/vexpert-badge-year.png" class="sidebar_badge" alt="vExpert Badge" title="vExpert Badge" /></a>
|
|
||||||
</div>
|
|
||||||
{{- if ( ne $s.introURL false ) }}
|
{{- if ( ne $s.introURL false ) }}
|
||||||
{{- $r := T "read_more" }}
|
{{- $r := T "read_more" }}
|
||||||
<a href='{{ absLangURL (default "about/" $s.introURL) }}' class="button mt-1" role="button" title='{{ $r }}'>{{ $r }}</a>
|
<a href='{{ absLangURL (default "about/" $s.introURL) }}' class="button mt-1" role="button" title='{{ $r }}'>{{ $r }}</a>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 53 KiB |
Loading…
Reference in a new issue