-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
74 lines (59 loc) · 1.89 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
---
layout: default
title: KABS23 Detective Agency søger vektorer
---
<h1>Bliv Awesome - søg Vektor <b>2025!</b></h1>
<p> Har du lyst til at du blive vektor <b>2025</b>? </p>
<!--
<p>
<br/>
<a style="text-align: center;">
<a href="https://forms.gle/RbAEkbadRTaW6dCQA" target="_blank">
<button class="applyBtn">Ansøg nu! </button></a> -->
<p>Hvis du ønsker at læse mere om at være vektor kan du klikke <a href="/vektor.html"><u>her</u></a>.</p>
<a
style="text-align: center;"
href="https://forms.gle/ctDE3xscrKrgGrmm8"
><button class="applyBtn">Ansøg nu!</button></a>
<p style="text-align: center; font-size: large;">Ansøgning til Vektor '25 er åben og lukker om:</p> -->
<!--
<p style="text-align: center; font-size: large;">Ansøgning til Vektor '25 åbner om:</p>
-->
<div style="text-align: center; padding-bottom: 20px;">
<a href="{{layout.vectorSingnupLink}}">
<div id="clockdiv">
<div>
<span class="days"></span>
<div class="smalltext">Dage</div>
</div>
<div>
<span class="hours"></span>
<div class="smalltext">Timer</div>
</div>
<div>
<span class="minutes"></span>
<div class="smalltext">Minutter</div>
</div>
<div>
<span class="seconds"></span>
<div class="smalltext">Sekunder</div>
</div>
</div>
</a>
</div>
<!-- Link to the JavaScript file -->
<script src="/static/js/countdown.js"></script>
<script>
// Set the end time for the countdown to 12:00 on the 3rd of February 2025
var deadline = new Date(Date.UTC(2025, 1, 14, 0, 0, 0)); // Note: Months are zero-based in JavaScript Date
initializeClock('clockdiv', deadline);
</script>
<!-- End Countdown til vektoransøgning -->
<!--
<div
id="poster-image"
style="
height: 560px;
width: 580px;
background-image: url('/static/img/discodans.gif');"
></div>-->