Compare commits
2 Commits
a119b7e847
...
57cd3c5f83
Author | SHA1 | Date | |
---|---|---|---|
57cd3c5f83 | |||
a1cb599978 |
@ -2,7 +2,7 @@ list:
|
|||||||
- title: "LVS"
|
- title: "LVS"
|
||||||
url: http://service.bfi-kaernten.at/LVS/login.aspx
|
url: http://service.bfi-kaernten.at/LVS/login.aspx
|
||||||
img: "/assets/images/SCHDP001.PNG"
|
img: "/assets/images/SCHDP001.PNG"
|
||||||
- title: "Webmail"
|
- title: "Mail"
|
||||||
url: https://outlook.office.com/
|
url: https://outlook.office.com/
|
||||||
img: "/assets/images/PROGM023.PNG"
|
img: "/assets/images/PROGM023.PNG"
|
||||||
- title: "Hedgedoc"
|
- title: "Hedgedoc"
|
||||||
@ -11,7 +11,7 @@ list:
|
|||||||
- title: "Wiki"
|
- title: "Wiki"
|
||||||
url: https://wiki.itlabs.at/
|
url: https://wiki.itlabs.at/
|
||||||
img: "/assets/images/WINTU008.PNG"
|
img: "/assets/images/WINTU008.PNG"
|
||||||
- title: "Documents"
|
- title: "Dokumente"
|
||||||
url: https://data.koneko.at/s/LyrGDqjRYKnEfXd
|
url: https://data.koneko.at/s/LyrGDqjRYKnEfXd
|
||||||
img: "/assets/images/WINFI001.PNG"
|
img: "/assets/images/WINFI001.PNG"
|
||||||
- title: "Abgaben"
|
- title: "Abgaben"
|
||||||
|
1
_includes/foot.html
Normal file
1
_includes/foot.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<script type="text/javascript" src="{{site.baseurl}}/assets/js/color.js"></script>
|
@ -12,5 +12,6 @@
|
|||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{% include foot.html %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
3
assets/js/color.js
Normal file
3
assets/js/color.js
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
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%)"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user