-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (67 loc) · 4.4 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Countdown Wiki für das Bayerische Digitalgesetz</title>
<link rel="stylesheet" href="https://web.logwork.com/cores/161/tpl/main/widget/countdown/css/circles.css">
<style>.circle-green{stroke: #0586f0}.js_lw_timer_show {fill: #a1a1a1}.text {color: #333333}.time_units {fill: }</style></head>
<body>
<div style="transform:scale(0.5)">
<input type="hidden" id="js_style" value="circles" /><input type="hidden" id="js_language" value="en" /><input type="hidden" id="js_date" value="1648479600" /><input type="hidden" id="js_tz" value="Europe/Berlin" /><input type="hidden" id="js_uid" value="1" />
<div id="js_countdown_circle">
<div id="countdown">
<div class="text">Countdown bis zur Veröffentlichung des Wikis für das Bayerische Digitalgesetz</div>
<svg class="circles" id="circle_day" viewbox="42 52 115 115" xmlns="http://www.w3.org/2000/svg">
<g>
<circle r="40" cx="100" cy="100" fill="transparent" ></circle>
<path fill="none" stroke-linecap="round" stroke-width="2" stroke="#ddd" stroke-dasharray="250,250" d="M100 60 A1 1 0 0 1 100 140 A1 1 0 0 1 100 60" ></path>
<path class="circle-green" fill="none" stroke-linecap="round" stroke="#009B9D" stroke-dasharray="252,252" stroke-width="3" d="M100 60 A1 1 0 0 1 100 140 A1 1 0 0 1 100 60" ></path>
<text class="js_lw_timer_show" text-anchor="middle" x="100" y="115" font-size="45px" font-weight="400" fill="#344154"></text>
</g>
<g>
<text class="time_units" text-anchor="middle" x="100" y="160">Days</text>
</g>
</svg>
<svg class="circles" id="circle_hour" viewbox="42 52 115 115" xmlns="http://www.w3.org/2000/svg">
<g>
<circle r="40" cx="100" cy="100" fill="transparent" ></circle>
<path fill="none" stroke-linecap="round" stroke-width="2" stroke="#ddd" stroke-dasharray="250,250" d="M100 60 A1 1 0 0 1 100 140 A1 1 0 0 1 100 60" ></path>
<path class="circle-green" fill="none" stroke-linecap="round" stroke="#009B9D" stroke-dasharray="252,252" stroke-width="3" d="M100 60 A1 1 0 0 1 100 140 A1 1 0 0 1 100 60" ></path>
<text class="js_lw_timer_show" text-anchor="middle" x="100" y="115" font-size="45px" font-weight="400" fill="#344154"></text>
</g>
<g>
<text class="time_units" text-anchor="middle" x="100" y="160">Hours</text>
</g>
</svg>
<svg class="circles" id="circle_minute" viewbox="42 52 115 115" xmlns="http://www.w3.org/2000/svg">
<g>
<circle r="40" cx="100" cy="100" fill="transparent" ></circle>
<path fill="none" stroke-linecap="round" stroke-width="2" stroke="#ddd" stroke-dasharray="250,250" d="M100 60 A1 1 0 0 1 100 140 A1 1 0 0 1 100 60" ></path>
<path class="circle-green" fill="none" stroke-linecap="round" stroke="#009B9D" stroke-dasharray="252,252" stroke-width="3" d="M100 60 A1 1 0 0 1 100 140 A1 1 0 0 1 100 60" ></path>
<text class="js_lw_timer_show" text-anchor="middle" x="100" y="115" font-size="45px" font-weight="400" fill="#344154"></text>
</g>
<g>
<text class="time_units" text-anchor="middle" x="100" y="160">Minutes</text>
</g>
</svg>
<svg class="circles" id="circle_second" viewbox="42 52 115 115" xmlns="http://www.w3.org/2000/svg">
<g>
<circle r="40" cx="100" cy="100" fill="transparent" ></circle>
<path fill="none" stroke-linecap="round" stroke-width="2" stroke="#ddd" stroke-dasharray="250,250" d="M100 60 A1 1 0 0 1 100 140 A1 1 0 0 1 100 60" ></path>
<path class="circle-green" fill="none" stroke-linecap="round" stroke="#009B9D" stroke-dasharray="252,252" stroke-width="3" d="M100 60 A1 1 0 0 1 100 140 A1 1 0 0 1 100 60" ></path>
<text class="js_lw_timer_show" text-anchor="middle" x="100" y="115" font-size="45px" font-weight="400" fill="#344154"></text>
</g>
<g>
<text class="time_units" text-anchor="middle" x="100" y="160">Seconds</text>
</g>
</svg>
</div>
</div>
<script src="https://web.logwork.com/cores/161/tpl/main/widget/countdown/js/circles.js"></script>
</div>
</body>
<div style="width:800px; margin:0 auto;">
<a href="https://www.gov.sot.tum.de/elaw/startseite/" target="_blank"><img width="auto" height="30px" padding="20px" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c8/Logo_of_the_Technical_University_of_Munich.svg/1200px-Logo_of_the_Technical_University_of_Munich.svg.png"></img></a>
<a href="https://www.tum-cdps.de/" target="_blank"><img width="auto" height="30px padding="20px" src="https://www.tum-cdps.de/wp-content/uploads/2020/06/cropped-CDPS12.png"></img></a>
</div>
</html>