reworded some text; footer rework
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-01-30 20:53:23 +01:00
parent b29fc2b744
commit a9a7dbcfff
2 changed files with 23 additions and 23 deletions

View File

@@ -1,22 +1,21 @@
<template>
<div class="footer bg-secondary text-center pt-4 pb-5">
<div class="icons pb-4">
<a aria-label="Git Link" class="gitea text-white" href="https://git.harting.dev/CSGOWTF" target="_blank">
<i aria-hidden="true" class="fa fa-gitea fa-2x"></i>
</a>
</div>
<div class="footer bg-secondary text-center pt-4 pb-2">
<div class="text">
<p>This site is an open source project, originally created and maintained by the <span class="text-warning">CSGOWTF</span>
team.</p>
<p class="fs-6">Made with <i class="fa fa-heart text-warning" aria-hidden="true"></i>, <span
style="color: #41b883">Vue.js</span> and<a aria-label="Gitea" class="text-warning ms-2"
href="https://git.harting.dev/CSGOWTF"
target="_blank">
<i aria-hidden="true" class="fa fa-gitea"></i>
</a></p>
<div class="d-flex justify-content-center align-items-center gap-4">
<p class="text-muted">For feedback open an <a class="text-decoration-none text-warning"
href="https://git.harting.dev/CSGOWTF/csgowtf/issues"
target="_blank">issue</a></p>
<p><a class="text-decoration-none text-warning"
href="https://git.harting.dev/CSGOWTF/csgowtf/issues"
target="_blank">Issue Tracker</a></p>
<p class="text-muted">Version {{ version }}</p>
<p>
<a class="text-decoration-none text-warning" href="/privacy-policy">Privacy Policy</a>
</p>
<p class="text-muted">Build-Version: <span class="text-white">{{ version }}</span></p>
</div>
</div>
</div>
@@ -34,10 +33,12 @@ export default {
<style lang="scss" scoped>
.footer {
height: 220px;
.fa-gitea:hover {
color: #609926 !important;
}
.fa:hover {
color: #609926;
.fa-heart:hover {
color: red !important;
}
p {

View File

@@ -26,8 +26,7 @@
<i class="fa fa-code-fork"></i>
<h4 class="fw-light">Open Source</h4>
<p class="fw-light">All project code is open source and available for contributors to improve and
modify.</p>
<p class="fw-light">Everything is open source and under GPL licence. Contributions welcome.</p>
</div>
<div class="col-sm-12 col-md-4 col-lg-3">
<i class="fa fa-liberapay"></i>
@@ -35,20 +34,20 @@
<a href="https://liberapay.com/CSGOWTF/donate" target="_blank">
<img alt="Donate using Liberapay"
src="https://liberapay.com/assets/widgets/donate.svg"
style="height: 35px">
style="height: 25px">
</a>
</h4>
<p class="fw-light">This service is free of charge. If you want to support us, just follow the donate
button!</p>
<div class="d-flex flex-column justify-content-center align-items-center gap-2">
<img alt="libera-pay patrons" src="https://img.shields.io/liberapay/patrons/CSGOWTF.svg"
<p class="fw-light">We develop this site in our spare time. If you want to support us, donations are
appreciated!</p>
<div class="d-flex flex-column justify-content-center align-items-center gap-2 mb-3">
<img alt="liberapay patrons" src="https://img.shields.io/liberapay/patrons/CSGOWTF.svg"
style="height: 25px"/>
</div>
</div>
<div class="col-sm-12 col-md-4 col-lg-3">
<i class="fa fa-pie-chart"></i>
<h4 class="fw-light">In-Depth Data</h4>
<p class="fw-light">Parsing replay files provides highly detailed match data.</p>
<p class="fw-light">Matches with parsed replay provide additional match data.</p>
</div>
</div>
</div>