added banner about upcoming release

This commit is contained in:
bill bittner 2017-10-16 09:29:10 -07:00
parent 9e666945e0
commit ff2d6c69d1
3 changed files with 5 additions and 1 deletions

View file

@ -26,7 +26,7 @@ html, body {
.page-contents {
margin: 0px auto;
padding: 0px;
height: calc(100% - 5rem);
height: calc(100% - 7rem);
max-width: 1200px;
}
/* TEXT */

View file

@ -28,6 +28,7 @@
<script src="/assets/js/dropzoneFunctions.js"></script>
<script src="/assets/js/createChannelFunctions.js"></script>
<script src="/assets/js/navBarFunctions.js"></script>
{{> releaseBanner}}
{{> navBar}}
<div class="page-contents">
{{{ body }}}

View file

@ -0,0 +1,3 @@
<div id="new-release-banner" style="font-size: small; background-color: dodgerblue; color: white; text-align: center; display: block">
Hi there! You've stumbled upon the new version of spee&#60;h, launching October 23, 2017! Send us your feedback in <a style="color:white; text-decoration: underline" target="_blank" href="https://slack.lbry.io/">our slack</a>
</div>