-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (47 loc) · 2.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Caste's homepage</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#272727" />
<link rel="stylesheet" href="index.css" />
<link rel="preload" href="fonts/sf-pro-display-thin-webfont.woff2" as="font" type="font/woff2">
</head>
<body>
<video id="video" autoplay playsinline loop muted></video>
<div id="content">
<button
id="update-videos"
type="button"
onclick="updateVideos()"
>
<img
src="img/arrow.clockwise-circle.ultralight.png"
alt="update videos"
height="auto"
width="32px"
>
</button>
<h1 id="hello"></h1>
<h2 id="time" class="timing"></h2>
<div id="searchbar">
<form class="textField" action="https://duckduckgo.com/" method="get">
<input class="input_box" type="text" name="q" />
</form>
</div>
<div id="shortcuts">
<!-- private links -->
<a id="link-heimdall" href=""><img src="img/heimdall.png" alt="heimdall" height="36"></a>
<a id="link-github" href=""><img src="img/github.png" alt="github" height="60" width="60"></a>
<a id="link-nextcloud" href=""><svg height="60" width="60" version="1.1" viewBox="0 0 256 128" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke-width="22"><circle cx="40" cy="64" r="26" stroke="#fff" fill="none"/><circle cx="216" cy="64" r="26" stroke="#fff" fill="none"/><circle cx="128" cy="64" r="46" stroke="#fff" fill="none"/></g></svg></a>
<!-- <a id="link-jitsi" href=""><img src="img/jitsi.png" alt="jitsi" height="40"></a>-->
<!-- <a id="link-grafana" href=""><img src="img/grafana.svg" alt="grafana" height="40"></a>-->
<a id="link-upptime" href=""><img src="img/upptime.svg" alt="upptime" height="40"></a>
<a id="link-zabbix" href=""><img src="img/zabbix.png" alt="zabbix" height="40"></a>
</div>
</div>
<script src="js/sun.js"></script>
<script src="js/script.js"></script>
</body>
</html>