Closes #12
This commit is contained in:
parent
ac2628174d
commit
9905583872
2 changed files with 20 additions and 0 deletions
|
@ -41,6 +41,20 @@
|
|||
}
|
||||
}
|
||||
|
||||
&.alert {
|
||||
background-color: $yellow;
|
||||
// color: $white;
|
||||
font-size: 1rem;
|
||||
line-height: 1.33;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
text-align: center;
|
||||
|
||||
a {
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
|
||||
&.features {
|
||||
.home__features {
|
||||
align-content: center;
|
||||
|
|
|
@ -23,6 +23,12 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section class="home alert">
|
||||
<div class="inner-wrap">
|
||||
<strong>This website is in beta.</strong> We are actively developing this website to showcase and teach about the LBRY protocol. All things may not work as expected!<br/>This website is open source and you can <a href="https://github.com/lbryio/lbry.tech" target="_blank">contribute to it on Github</a>.
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="home features">
|
||||
<ul class="home__features">
|
||||
<li class="home__feature">
|
||||
|
|
Loading…
Reference in a new issue