Update banner to promote Community Day Europe

Signed-off-by: Connor Chan <connorjosephchan@gmail.com>
This commit is contained in:
Connor Chan 2021-03-23 15:36:44 -07:00
parent b77e438069
commit 1aaae62c9b
No known key found for this signature in database
GPG Key ID: C61FF92DDE2DA2A6
2 changed files with 20 additions and 12 deletions

View File

@ -1,7 +1,12 @@
<div id="topBanner"> <div id="topBanner">
<div> <div>
<span>🎉 Announcing Crossplane v1.1 —</span> <span>🎉 Crossplane Community Day Europe - May 4th, 2021</span>
<a href="https://blog.crossplane.io/crossplane-v1-1-vault-integration-enhanced-composition-and-aws-provider-code-generation/">Read more</a> <p>
<a href="https://events.linuxfoundation.org/crossplane-community-day-europe/program/schedule/">Schedule</a>
<span>is now live and </span>
<a href="https://events.linuxfoundation.org/crossplane-community-day-europe/register/">Registration</a>
<span> is Open!</span>
</p>
</div> </div>
<style> <style>
#header .hamburger-controls { #header .hamburger-controls {

View File

@ -414,8 +414,13 @@ body {
width: 100%; width: 100%;
justify-content: center; justify-content: center;
-ms-flex-pack: center; -ms-flex-pack: center;
flex-direction: row; flex-direction: column;
-ms-flex-direction: row; -ms-flex-direction: column;
}
p {
font-size: 16px;
margin: 0;
} }
span { span {
@ -423,21 +428,19 @@ body {
} }
a { a {
margin-left: 15px;
color: #000; color: #000;
} }
@media (max-width: $md-width) { @media (max-width: $md-width) {
height: 100px; height: 100px;
padding: 0 15px; padding: 5px 15px;
& > div {
flex-direction: column;
-ms-flex-direction: column;
}
span { span {
margin-bottom: 7px; font-size: 14px;
}
p {
font-size: 14px;
} }
} }
} }