forked from ctmesh/web
Merge pull request 'Improve outreach information' (#3) from jared/web:feature/why-run-node into staging
Reviewed-on: ctmesh/web#3
This commit is contained in:
14
index.html
14
index.html
@ -165,6 +165,11 @@
|
||||
background-color: #2B3A4E;
|
||||
color: #ffffff;
|
||||
}
|
||||
.btn-learn,
|
||||
.btn-learn:visited {
|
||||
background-color: #FFB347;
|
||||
color: #1F2230;
|
||||
}
|
||||
.btn-meshcore img {
|
||||
filter: brightness(0) invert(1);
|
||||
}
|
||||
@ -319,13 +324,20 @@
|
||||
<div class="btn-groups">
|
||||
<div class="section">
|
||||
<div class="btn-group">
|
||||
<a href="/discord" target="_blank" class="btn btn-discord">
|
||||
<a href="https://ctmesh.org/discord" target="_blank" class="btn btn-discord">
|
||||
<img src="discord.svg" alt="Discord" />
|
||||
<div class="btn-text">
|
||||
Join our Discord
|
||||
<small>Chat with the community</small>
|
||||
</div>
|
||||
</a>
|
||||
<a href="why-run-a-node.html" class="btn btn-learn">
|
||||
<img src="info.svg" alt="Learn about mesh networking" />
|
||||
<div class="btn-text">
|
||||
Why Mesh Matters
|
||||
<small>Learn about the mesh!</small>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
|
||||
Reference in New Issue
Block a user