updated info-table on home
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-02-03 20:20:18 +01:00
parent ceaad77b35
commit 79b3c9a2f7

View File

@@ -22,33 +22,58 @@
</div> </div>
<hr v-if="recentVisited !== null" class="m-auto text-muted"> <hr v-if="recentVisited !== null" class="m-auto text-muted">
<div class="body container m-auto row mt-5 mb-5 justify-content-center"> <div class="body container m-auto row mt-5 mb-5 justify-content-center">
<div class="col-sm-12 col-md-4 col-lg-3"> <table class="table table-borderless">
<i class="fa fa-code-fork"></i> <thead>
<tr>
<h4 class="fw-light">Open Source</h4> <th>
<p class="fw-light">Everything is open source and under GPL licence. Contributions welcome.</p> <i class="fa fa-code-fork"/>
</div> </th>
<div class="col-sm-12 col-md-4 col-lg-3"> <th>
<i class="fa fa-liberapay"></i> <i class="fa fa-liberapay"/>
<h4 class="fw-light"> </th>
<a href="https://liberapay.com/CSGOWTF/donate" target="_blank"> <th>
<img alt="Donate using Liberapay" <i class="fa fa-pie-chart"/>
src="https://liberapay.com/assets/widgets/donate.svg" </th>
style="height: 25px"> </tr>
</a> </thead>
</h4> <tbody>
<p class="fw-light">We develop this site in our spare time. If you want to support us, donations are <tr class="align-middle">
appreciated!</p> <td>
<div class="d-flex flex-column justify-content-center align-items-center gap-2 mb-3"> <h4 class="fw-light">Open Source</h4>
<img alt="liberapay patrons" src="https://img.shields.io/liberapay/patrons/CSGOWTF.svg" </td>
style="height: 25px"/> <td>
</div> <a href="https://liberapay.com/CSGOWTF/donate" target="_blank">
</div> <img alt="Donate using Liberapay"
<div class="col-sm-12 col-md-4 col-lg-3"> src="https://liberapay.com/assets/widgets/donate.svg"
<i class="fa fa-pie-chart"></i> style="height: 35px">
<h4 class="fw-light">In-Depth Data</h4> </a>
<p class="fw-light">Matches with parsed replay provide additional match data.</p> </td>
</div> <td>
<h4 class="fw-light">In-Depth Data</h4>
</td>
</tr>
<tr>
<td>
<p class="fw-light">Everything is open source and under GPL licence. Contributions welcome.</p>
</td>
<td>
<p class="fw-light">We develop this site in our spare time. If you want to support us, donations are
appreciated!</p>
</td>
<td>
<p class="fw-light">Matches with parsed replay provide additional match data.</p>
</td>
</tr>
<tr>
<td/>
<td>
<img alt="liberapay patrons" src="https://img.shields.io/liberapay/patrons/CSGOWTF.svg"
style="height: 25px"/>
</td>
<td/>
</tr>
</tbody>
</table>
</div> </div>
</div> </div>
</template> </template>