added banner about upcoming release
This commit is contained in:
parent
9e666945e0
commit
ff2d6c69d1
3 changed files with 5 additions and 1 deletions
|
@ -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 */
|
||||
|
|
|
@ -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 }}}
|
||||
|
|
3
views/partials/releaseBanner.handlebars
Normal file
3
views/partials/releaseBanner.handlebars
Normal 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<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>
|
Loading…
Reference in a new issue