reworded some text; footer rework
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user