added shields to welcome page

This commit is contained in:
wompmacho
2020-11-03 15:46:02 -05:00
parent daaf8714ae
commit 3f00a4c046
2 changed files with 17 additions and 7 deletions

View File

@@ -25,6 +25,15 @@
<p class="heading-note">This is still very beta</p>
<div class="shields">
<a href="https://discord.gg/pVNnTDA">
<img src="https://img.shields.io/discord/238458588169895937?label=Discord&style=plastic" alt="discord shield.io">
</a>
<a href="https://cdn.jsdelivr.net/gh/wompmacho/live-chat/src/assets/img/btc.JPG">
<img src="https://img.shields.io/static/v1?label=BTC&style=plastic&message=3QkKHVyT1nZLEeH8f77bUhXorXKPQs5gzN&color=red" alt="BTC shield.io">
</a>
</div>
<hr>
<div class="links_div">

View File

@@ -79,15 +79,12 @@ for fw, w in font-weights
.material-icons
margin-right: 7px
.shields
float: left;
.links_bottom
display: inline-block;
margin: 1%
a
background-color: #252526;
color: white;
padding-top: 1em;
padding-bottom: 1em;
text-decoration: none;
@@ -95,14 +92,18 @@ a
width: 100%;
table-layout: fixed;
border-collapse: collapse;
text-align: center
border: 1px solid #4e4e4e
background-color: #252526;
color: white;
text-align: center
a
display: inline-block;
a:hover
background-color: #d3d3d3;
color: black
a:active
box-shadow: none;
top: 5px;