Add Gitea repos + minor improvements
- Add Gitea repos inside Projects page - Add EcoDash link to footer - Uniform Favicon
This commit is contained in:
parent
c7ffffc164
commit
be5d24de18
4 changed files with 41 additions and 127 deletions
|
@ -26,7 +26,7 @@
|
|||
<link rel="stylesheet" href="deps/bulma/css/bulma.min.css">
|
||||
<link rel="stylesheet" href="deps/forkawesome/css/fork-awesome.min.css">
|
||||
<script src="deps/jquery/dist/jquery.min.js"></script>
|
||||
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
|
||||
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="author" content="MassiveBox" />
|
||||
|
@ -90,7 +90,7 @@
|
|||
<div class="hero-body">
|
||||
<table style="width: 100%">
|
||||
<tr style="text-align:center">
|
||||
<td style=""><p>
|
||||
<td><p>
|
||||
<video autoplay loop muted playsinline class="is-hidden-touch" style="width: 257px">
|
||||
<source src="assets/spinning.webm" type="video/webm">
|
||||
<source src="assets/spinning.mp4" type="video/mp4">
|
||||
|
@ -313,8 +313,8 @@
|
|||
<div class="content has-text-centered">
|
||||
<p>
|
||||
Website by MassiveBox, handcrafted in Italy with <span class="icon has-text-danger"><i class="fa fa-heart"></i></span>.<br>
|
||||
Released under GPL3. <a href="https://gitea.massivebox.net/massivebox/website" target="_blank" rel="noopener noreferrer">Source code</a><br>
|
||||
All logos in this page are copyright of their owner - <a href="/pages/privacy.html" target="_blank" rel="noopener noreferrer">Privacy</a>
|
||||
All logos in this page are copyright of their owner.<br>
|
||||
<a href="https://gitea.massivebox.net/massivebox/website" target="_blank" rel="noopener noreferrer">Source code</a> | <a href="https://ecodash.massivebox.net" target="_blank" rel="noopener noreferrer">Environmental Report</a> | <a href="/pages/privacy.html" target="_blank" rel="noopener noreferrer">Privacy Policy</a>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue