Compare commits

..

No commits in common. "57cd3c5f8317ed037f248945503568f9a3c2349a" and "a119b7e84731bdd4883fa93b69c50353ac7344fe" have entirely different histories.

4 changed files with 2 additions and 7 deletions

View File

@ -2,7 +2,7 @@ list:
- title: "LVS"
url: http://service.bfi-kaernten.at/LVS/login.aspx
img: "/assets/images/SCHDP001.PNG"
- title: "Mail"
- title: "Webmail"
url: https://outlook.office.com/
img: "/assets/images/PROGM023.PNG"
- title: "Hedgedoc"
@ -11,7 +11,7 @@ list:
- title: "Wiki"
url: https://wiki.itlabs.at/
img: "/assets/images/WINTU008.PNG"
- title: "Dokumente"
- title: "Documents"
url: https://data.koneko.at/s/LyrGDqjRYKnEfXd
img: "/assets/images/WINFI001.PNG"
- title: "Abgaben"

View File

@ -1 +0,0 @@
<script type="text/javascript" src="{{site.baseurl}}/assets/js/color.js"></script>

View File

@ -12,6 +12,5 @@
{% include footer.html %}
</div>
</div>
{% include foot.html %}
</body>
</html>

View File

@ -1,3 +0,0 @@
if(Math.random()>0.9){
document.getElementsByClassName('screen-content')[0].style.filter = "sepia(94%) hue-rotate("+Math.floor(Math.random()*360)+"deg) saturate(7) brightness(100%)"
}