mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
added images
This commit is contained in:
parent
26052b5636
commit
6e9dbae77f
2 changed files with 4 additions and 5 deletions
BIN
assets/img/masternodes/p2p.png
Normal file
BIN
assets/img/masternodes/p2p.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 147 KiB |
|
@ -90,7 +90,7 @@ description: pages.budget.description
|
||||||
<section class="section">
|
<section class="section">
|
||||||
<div class="section__content">
|
<div class="section__content">
|
||||||
<div class="section__lead">
|
<div class="section__lead">
|
||||||
{% t pages.masternodes.host-table-heading %}
|
<h2>{% t pages.masternodes.host-table-heading %}</h2>
|
||||||
<table id="blocks">
|
<table id="blocks">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -109,19 +109,18 @@ description: pages.budget.description
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="section">
|
<section class="">
|
||||||
<div class="section__content">
|
<div class="section__content">
|
||||||
<h2>P2P</h2>
|
<h2 class="bottom-space">P2P</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
<div class="bottom-space">{% tmd pages.masternodes.p2p-text %}</div>
|
<div class="bottom-space">{% tmd pages.masternodes.p2p-text %}</div>
|
||||||
<a href="#" class="btn-blue">{% t pages.masternodes.p2p-btn %}</a>
|
<a href="#" class="btn-blue">{% t pages.masternodes.p2p-btn %}</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
<img src="" alt="">
|
<img src="/assets/img/masternodes/p2p.png" alt="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue