remove vexpert badge

This commit is contained in:
John Bowdre 2023-07-13 08:19:26 -05:00
parent 7baf00510b
commit 53fefaae47
3 changed files with 2 additions and 10 deletions

View File

@ -1,5 +1,5 @@
// Offset scrolling to compensate for navbar so anchors work correctly
html, body
html, body
scroll-padding-top: 4.5rem
// Impose a max height on the site logo so it doesn't scale and look bad
@ -8,18 +8,13 @@ html, body
img
max-height: 2rem
.sidebar
&_badge
max-height: 8rem
// Magic for collapsing content, borrowed from https://www.digitalocean.com/community/tutorials/css-collapsible
.lbl-toggle
display: block
font-size: 125%
cursor: pointer
transition: all 0.25s ease-out
.lbl-toggle::before
content: ' '
display: inline-block

View File

@ -27,9 +27,6 @@
<div class="author_bio">
{{ markdownify $introDescription }}
</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 ) }}
{{- $r := T "read_more" }}
<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