Change old config to constants, add real conffig file, add daily video URLs.

This commit is contained in:
bingus_violet 2024-05-20 10:20:19 -05:00
parent 710d7c237f
commit 8e703ecd3f
8 changed files with 46 additions and 18 deletions

View file

@ -47,7 +47,7 @@
<div class="grid-child">
<div>
<h3>Coding</h3>
<a class="chip" href="https://git.violets-purgatory.dev/bingus_violet/">Forgejo: https://git.violets-purgatory.dev/bingus_violet/</a>
<a class="chip" href="https://git.violets-purgatory.dev/bingus_violet/">Forgejo: bingus_violet (git.violets-purgatory.dev)</a>
<a class="chip" href="https://codeberg.org/Bingus_violet">Codeberg: bingus_violet</a>
<a class="chip" href="https://hub.docker.com/u/bingusviolet">Docker: bingusviolet</a>
<a class="chip" href="https://github.com/violets-puragtory">Github: violets-puragtory</a>
@ -62,11 +62,11 @@
</div>
<br>
</main>
<div id="activityHTML">
<div id="activityHtml">
{ACTIVITIES}
</div>
{LASTEST_YOUTUBE}
{SELECTED_VIDEO}
</div>
</body>

View file

@ -30,4 +30,9 @@ body {
transform: none;
opacity: 1;
}
}
video {
width: 95%;
max-height: 90vh;
}