Bakingbad commited on
Commit
f889249
·
verified ·
1 Parent(s): 32c9d0f

Redesign my website

Browse files
Files changed (2) hide show
  1. README.md +7 -4
  2. index.html +168 -18
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
- title: Countdown To Cuffing Season
3
- emoji: 📈
4
- colorFrom: pink
5
  colorTo: gray
 
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  ---
2
+ title: Countdown to Cuffing Season
3
+ colorFrom: gray
 
4
  colorTo: gray
5
+ emoji: 🐳
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite-v3
10
  ---
11
 
12
+ # Welcome to your new DeepSite project!
13
+ This project was created with [DeepSite](https://deepsite.hf.co).
index.html CHANGED
@@ -1,19 +1,169 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
1
+ <!DOCTYPE html>
2
+ <html lang="da">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>De Uovervindelige - Speed Dating Event</title>
7
+ <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
10
+ <script src="https://unpkg.com/feather-icons"></script>
11
+ <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
12
+ <style>
13
+ @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Inter:wght@300;400;500;600;700&display=swap');
14
+
15
+ body {
16
+ font-family: 'Inter', sans-serif;
17
+ }
18
+
19
+ .title-font {
20
+ font-family: 'Playfair Display', serif;
21
+ }
22
+
23
+ .countdown-item {
24
+ transition: all 0.3s ease;
25
+ }
26
+
27
+ .countdown-item:hover {
28
+ transform: translateY(-5px);
29
+ }
30
+
31
+ .floating {
32
+ animation: float 3s ease-in-out infinite;
33
+ }
34
+
35
+ @keyframes float {
36
+ 0% { transform: translateY(0px); }
37
+ 50% { transform: translateY(-10px); }
38
+ 100% { transform: translateY(0px); }
39
+ }
40
+
41
+ .pulse-glow {
42
+ animation: pulse-glow 2s ease-in-out infinite alternate;
43
+ }
44
+
45
+ @keyframes pulse-glow {
46
+ from { box-shadow: 0 0 20px rgba(255, 105, 180, 0.4); }
47
+ to { box-shadow: 0 0 30px rgba(255, 105, 180, 0.8); }
48
+ }
49
+ </style>
50
+ </head>
51
+ <body class="bg-gradient-to-br from-purple-900 via-pink-700 to-rose-600 min-h-screen text-white">
52
+ <div id="vanta-bg"></div>
53
+
54
+ <div class="relative z-10 min-h-screen flex flex-col items-center justify-center px-4 py-12">
55
+ <!-- Header Section -->
56
+ <div class="text-center mb-12 floating">
57
+ <h1 class="title-font text-5xl md:text-7xl font-black mb-4 bg-gradient-to-r from-yellow-300 to-pink-400 bg-clip-text text-transparent">
58
+ De Uovervindelige
59
+ </h1>
60
+ <div class="w-24 h-1 bg-gradient-to-r from-yellow-300 to-pink-400 mx-auto mb-6 rounded-full"></div>
61
+ <h2 class="text-2xl md:text-3xl font-light tracking-wider">
62
+ Speed Dating Event
63
+ </h2>
64
+ <div class="flex items-center justify-center mt-4 text-lg md:text-xl">
65
+ <i data-feather="map-pin" class="w-5 h-5 mr-2"></i>
66
+ <span>Holdtebro</span>
67
+ <span class="mx-3">•</span>
68
+ <i data-feather="calendar" class="w-5 h-5 mr-2"></i>
69
+ <span>29. november 2025</span>
70
+ <span class="mx-3">•</span>
71
+ <i data-feather="clock" class="w-5 h-5 mr-2"></i>
72
+ <span>kl. 15:00</span>
73
+ </div>
74
+ </div>
75
+
76
+ <!-- Countdown Section -->
77
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-4 md:gap-8 mb-16 w-full max-w-4xl">
78
+ <div class="countdown-item bg-white/10 backdrop-blur-lg rounded-2xl p-6 text-center border border-white/20 pulse-glow">
79
+ <div class="text-4xl md:text-6xl font-bold mb-2" id="days">58</div>
80
+ <div class="text-sm md:text-base uppercase tracking-wider opacity-80">Dage</div>
81
+ </div>
82
+ <div class="countdown-item bg-white/10 backdrop-blur-lg rounded-2xl p-6 text-center border border-white/20">
83
+ <div class="text-4xl md:text-6xl font-bold mb-2" id="hours">04</div>
84
+ <div class="text-sm md:text-base uppercase tracking-wider opacity-80">Timer</div>
85
+ </div>
86
+ <div class="countdown-item bg-white/10 backdrop-blur-lg rounded-2xl p-6 text-center border border-white/20">
87
+ <div class="text-4xl md:text-6xl font-bold mb-2" id="minutes">49</div>
88
+ <div class="text-sm md:text-base uppercase tracking-wider opacity-80">Min.</div>
89
+ </div>
90
+ <div class="countdown-item bg-white/10 backdrop-blur-lg rounded-2xl p-6 text-center border border-white/20">
91
+ <div class="text-4xl md:text-6xl font-bold mb-2" id="seconds">38</div>
92
+ <div class="text-sm md:text-base uppercase tracking-wider opacity-80">Sek.</div>
93
+ </div>
94
+ </div>
95
+
96
+ <!-- CTA Section -->
97
+ <div class="text-center mb-16">
98
+ <h3 class="text-3xl md:text-4xl font-bold mb-6 title-font">Glæd dig!</h3>
99
+ <button class="bg-gradient-to-r from-yellow-400 to-pink-500 hover:from-yellow-500 hover:to-pink-600 text-white font-semibold py-4 px-8 rounded-full text-lg transition-all duration-300 transform hover:scale-105 hover:shadow-2xl">
100
+ Tilmeld Dig Nu!
101
+ </button>
102
+ </div>
103
+
104
+ <!-- Meme Section -->
105
+ <div class="max-w-2xl w-full">
106
+ <div class="bg-white/10 backdrop-blur-lg rounded-2xl p-6 border border-white/20">
107
+ <h4 class="text-xl font-semibold mb-4 text-center">Dagens Dating Meme</h4>
108
+ <img
109
+ src="https://dum-dummere-countdown.lovable.app/assets/meme-3-CWaL0Zvx.jpg"
110
+ alt="Dagens dating meme"
111
+ class="w-full h-auto rounded-xl shadow-2xl transform transition-transform duration-300 hover:scale-105"
112
+ >
113
+ </div>
114
+ </div>
115
+
116
+ <!-- Footer -->
117
+ <div class="mt-16 text-center text-white/60">
118
+ <p class="text-sm">Kom og mød De Uovervindelige på årets mest spændende speed dating event!</p>
119
+ </div>
120
+ </div>
121
+
122
+ <script>
123
+ // Vanta.js Background
124
+ VANTA.GLOBE({
125
+ el: "#vanta-bg",
126
+ mouseControls: true,
127
+ touchControls: true,
128
+ gyroControls: false,
129
+ minHeight: 200.00,
130
+ minWidth: 200.00,
131
+ scale: 1.00,
132
+ scaleMobile: 1.00,
133
+ color: 0xff69b4,
134
+ backgroundColor: 0x4a044e,
135
+ size: 0.8
136
+ });
137
+
138
+ // Countdown Timer
139
+ function updateCountdown() {
140
+ const eventDate = new Date('November 29, 2025 15:00:00').getTime();
141
+ const now = new Date().getTime();
142
+ const distance = eventDate - now;
143
+
144
+ const days = Math.floor(distance / (1000 * 60 * 60 * 24));
145
+ const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
146
+ const minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
147
+ const seconds = Math.floor((distance % (1000 * 60)) / 1000);
148
+
149
+ document.getElementById('days').innerText = days.toString().padStart(2, '0');
150
+ document.getElementById('hours').innerText = hours.toString().padStart(2, '0');
151
+ document.getElementById('minutes').innerText = minutes.toString().padStart(2, '0');
152
+ document.getElementById('seconds').innerText = seconds.toString().padStart(2, '0');
153
+
154
+ if (distance < 0) {
155
+ clearInterval(countdownTimer);
156
+ document.querySelectorAll('.countdown-item').forEach(item => {
157
+ item.innerHTML = '<div class="text-2xl">🎉 Eventet er i gang! 🎉</div>';
158
+ });
159
+ }
160
+ }
161
+
162
+ const countdownTimer = setInterval(updateCountdown, 1000);
163
+ updateCountdown();
164
+
165
+ // Initialize Feather Icons
166
+ feather.replace();
167
+ </script>
168
+ </body>
169
  </html>