added credits

This commit is contained in:
Aljaz S
2021-11-16 22:38:49 +01:00
parent adb1aaac05
commit 6bf3ff7d32
2 changed files with 16 additions and 0 deletions

View File

@@ -115,6 +115,15 @@
</div> --> </div> -->
</div> </div>
<div class="credits">
<span>-- - --</span>
Development and hosting: <a href="https://aljaxus.eu">Aljaž Starc</a>
Insight and needy-greedy-details: <a href="http://www.valentincic.eu/">Tjaž Valentinčič</a>
<span>-</span>
<a href="https://gitplac.si/aljaxus/upn-qr">gitplac.si/aljaxus/upn-qr</a>
<span>-</span>
</div>
</section> </section>
</body> </body>
</html> </html>

View File

@@ -49,3 +49,10 @@ code {
section div { section div {
padding-left: 25px; padding-left: 25px;
} }
.credits {
display: grid;
align-items: center;
justify-content: center;
text-align: center;
}