added shields to welcome page
This commit is contained in:
@@ -25,6 +25,15 @@
|
|||||||
|
|
||||||
<p class="heading-note">This is still very beta</p>
|
<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>
|
<hr>
|
||||||
|
|
||||||
<div class="links_div">
|
<div class="links_div">
|
||||||
|
|||||||
@@ -79,15 +79,12 @@ for fw, w in font-weights
|
|||||||
.material-icons
|
.material-icons
|
||||||
margin-right: 7px
|
margin-right: 7px
|
||||||
|
|
||||||
|
.shields
|
||||||
|
float: left;
|
||||||
|
|
||||||
.links_bottom
|
.links_bottom
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 1%
|
margin: 1%
|
||||||
|
|
||||||
|
|
||||||
a
|
|
||||||
background-color: #252526;
|
|
||||||
color: white;
|
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@@ -95,14 +92,18 @@ a
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
text-align: center
|
|
||||||
border: 1px solid #4e4e4e
|
border: 1px solid #4e4e4e
|
||||||
|
background-color: #252526;
|
||||||
|
color: white;
|
||||||
|
text-align: center
|
||||||
|
|
||||||
|
a
|
||||||
|
display: inline-block;
|
||||||
|
|
||||||
a:hover
|
a:hover
|
||||||
background-color: #d3d3d3;
|
background-color: #d3d3d3;
|
||||||
color: black
|
color: black
|
||||||
|
|
||||||
|
|
||||||
a:active
|
a:active
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user