james123231 commited on
Commit
e5c2682
·
verified ·
1 Parent(s): 826c92a

Lav menuen mere responsiv på alle sider, og flot "burger" menu på mobil - Follow Up Deployment

Browse files
Files changed (4) hide show
  1. index.html +2 -2
  2. koncept.html +3 -3
  3. partner-invitation.html +2 -2
  4. prompts.txt +3 -1
index.html CHANGED
@@ -62,7 +62,7 @@
62
  <header class="sticky top-0 z-50 bg-white dark:bg-dark-surface shadow-sm">
63
  <div class="container mx-auto px-4 py-3 flex justify-between items-center">
64
  <div class="flex items-center space-x-2">
65
- <img src="https://q1f3.c3.e2-9.dev/soulmatch-uploads-public/SoulMatch%20logo.jpeg" alt="SoulMatch Logo" class="h-10 w-10 rounded-full">
66
  <span class="text-xl font-bold text-primary">SoulMatch</span>
67
  </div>
68
  <nav class="hidden md:flex space-x-6">
@@ -260,7 +260,7 @@
260
  <div class="grid md:grid-cols-4 gap-8">
261
  <div>
262
  <div class="flex items-center space-x-2 mb-4">
263
- <img src="https://q1f3.c3.e2-9.dev/soulmatch-uploads-public/SoulMatch%20logo.jpeg" alt="SoulMatch Logo" class="h-8 w-8 rounded-full">
264
  <span class="text-xl font-bold text-white">SoulMatch</span>
265
  </div>
266
  <p class="text-dark-text-secondary mb-4">Skaber meningsfulde forbindelser gennem fysiske møder og AI-drevet matching.</p>
 
62
  <header class="sticky top-0 z-50 bg-white dark:bg-dark-surface shadow-sm">
63
  <div class="container mx-auto px-4 py-3 flex justify-between items-center">
64
  <div class="flex items-center space-x-2">
65
+ <img src="https://q1f3.c3.e2-9.dev/soulmatch-uploads-public/soulmatch%20-%20kun%20logo.png" alt="SoulMatch Logo" class="h-10 w-10 rounded-full">
66
  <span class="text-xl font-bold text-primary">SoulMatch</span>
67
  </div>
68
  <nav class="hidden md:flex space-x-6">
 
260
  <div class="grid md:grid-cols-4 gap-8">
261
  <div>
262
  <div class="flex items-center space-x-2 mb-4">
263
+ <img src="https://q1f3.c3.e2-9.dev/soulmatch-uploads-public/soulmatch%20-%20kun%20logo.png" alt="SoulMatch Logo" class="h-8 w-8 rounded-full">
264
  <span class="text-xl font-bold text-white">SoulMatch</span>
265
  </div>
266
  <p class="text-dark-text-secondary mb-4">Skaber meningsfulde forbindelser gennem fysiske møder og AI-drevet matching.</p>
koncept.html CHANGED
@@ -63,7 +63,7 @@
63
  <div class="container mx-auto px-4 py-3 flex justify-between items-center">
64
  <div class="flex items-center space-x-2">
65
  <a href="index.html">
66
- <img src="https://q1f3.c3.e2-9.dev/soulmatch-uploads-public/SoulMatch%20logo.jpeg" alt="SoulMatch Logo" class="h-10 w-10 rounded-full">
67
  </a>
68
  <span class="text-xl font-bold text-primary">SoulMatch</span>
69
  </div>
@@ -172,7 +172,7 @@
172
  <!-- 3-Day Rule -->
173
  <div class="grid md:grid-cols-2 gap-12 items-center mb-16">
174
  <div data-aos="fade-right">
175
- <img src="http://static.photos/people/640x360/34" alt="3-dages reglen" class="rounded-2xl shadow-lg">
176
  </div>
177
  <div data-aos="fade-left">
178
  <div class="w-16 h-16 rounded-full bg-primary flex items-center justify-center mb-6">
@@ -260,7 +260,7 @@
260
  <div class="grid md:grid-cols-4 gap-8">
261
  <div>
262
  <div class="flex items-center space-x-2 mb-4">
263
- <img src="https://q1f3.c3.e2-9.dev/soulmatch-uploads-public/SoulMatch%20logo.jpeg" alt="SoulMatch Logo" class="h-8 w-8 rounded-full">
264
  <span class="text-xl font-bold text-white">SoulMatch</span>
265
  </div>
266
  <p class="text-dark-text-secondary mb-4">Skaber meningsfulde forbindelser gennem fysiske møder og AI-drevet matching.</p>
 
63
  <div class="container mx-auto px-4 py-3 flex justify-between items-center">
64
  <div class="flex items-center space-x-2">
65
  <a href="index.html">
66
+ <img src="https://q1f3.c3.e2-9.dev/soulmatch-uploads-public/soulmatch%20-%20kun%20logo.png" alt="SoulMatch Logo" class="h-10 w-10 rounded-full">
67
  </a>
68
  <span class="text-xl font-bold text-primary">SoulMatch</span>
69
  </div>
 
172
  <!-- 3-Day Rule -->
173
  <div class="grid md:grid-cols-2 gap-12 items-center mb-16">
174
  <div data-aos="fade-right">
175
+ <img src="https://q1f3.c3.e2-9.dev/soulmatch-uploads-public/web%20homepage/3%20dage%20check%20in%20-%20nfc.png" alt="3-dages reglen" class="rounded-2xl shadow-lg">
176
  </div>
177
  <div data-aos="fade-left">
178
  <div class="w-16 h-16 rounded-full bg-primary flex items-center justify-center mb-6">
 
260
  <div class="grid md:grid-cols-4 gap-8">
261
  <div>
262
  <div class="flex items-center space-x-2 mb-4">
263
+ <img src="https://q1f3.c3.e2-9.dev/soulmatch-uploads-public/soulmatch%20-%20kun%20logo.png" alt="SoulMatch Logo" class="h-8 w-8 rounded-full">
264
  <span class="text-xl font-bold text-white">SoulMatch</span>
265
  </div>
266
  <p class="text-dark-text-secondary mb-4">Skaber meningsfulde forbindelser gennem fysiske møder og AI-drevet matching.</p>
partner-invitation.html CHANGED
@@ -63,7 +63,7 @@
63
  <div class="container mx-auto px-4 py-3 flex justify-between items-center">
64
  <div class="flex items-center space-x-2">
65
  <a href="index.html">
66
- <img src="https://q1f3.c3.e2-9.dev/soulmatch-uploads-public/SoulMatch%20logo.jpeg" alt="SoulMatch Logo" class="h-10 w-10 rounded-full">
67
  </a>
68
  <span class="text-xl font-bold text-primary">SoulMatch</span>
69
  </div>
@@ -258,7 +258,7 @@
258
  <div class="grid md:grid-cols-4 gap-8">
259
  <div>
260
  <div class="flex items-center space-x-2 mb-4">
261
- <img src="https://q1f3.c3.e2-9.dev/soulmatch-uploads-public/SoulMatch%20logo.jpeg" alt="SoulMatch Logo" class="h-8 w-8 rounded-full">
262
  <span class="text-xl font-bold text-white">SoulMatch</span>
263
  </div>
264
  <p class="text-dark-text-secondary mb-4">Skaber meningsfulde forbindelser gennem fysiske møder og AI-drevet matching.</p>
 
63
  <div class="container mx-auto px-4 py-3 flex justify-between items-center">
64
  <div class="flex items-center space-x-2">
65
  <a href="index.html">
66
+ <img src="https://q1f3.c3.e2-9.dev/soulmatch-uploads-public/soulmatch%20-%20kun%20logo.png" alt="SoulMatch Logo" class="h-10 w-10 rounded-full">
67
  </a>
68
  <span class="text-xl font-bold text-primary">SoulMatch</span>
69
  </div>
 
258
  <div class="grid md:grid-cols-4 gap-8">
259
  <div>
260
  <div class="flex items-center space-x-2 mb-4">
261
+ <img src="https://q1f3.c3.e2-9.dev/soulmatch-uploads-public/soulmatch%20-%20kun%20logo.png" alt="SoulMatch Logo" class="h-8 w-8 rounded-full">
262
  <span class="text-xl font-bold text-white">SoulMatch</span>
263
  </div>
264
  <p class="text-dark-text-secondary mb-4">Skaber meningsfulde forbindelser gennem fysiske møder og AI-drevet matching.</p>
prompts.txt CHANGED
@@ -1275,4 +1275,6 @@ Udskift billedet på med dette billede: https://q1f3.c3.e2-9.dev/soulmatch-uploa
1275
  Udskift billedet på dette billede: https://q1f3.c3.e2-9.dev/soulmatch-uploads-public/web%20homepage/importer_events1.png
1276
  Udskift billedet med dette billede: https://q1f3.c3.e2-9.dev/soulmatch-uploads-public/web%20homepage/sikkerhed%20forst%20saa%20modes%20vi.png
1277
  Udskift dette billede med det her billede: https://q1f3.c3.e2-9.dev/soulmatch-uploads-public/web%20homepage/sikkerhed%20forst%20saa%20modes%20vi.png
1278
- Udskift dette billede med https://q1f3.c3.e2-9.dev/soulmatch-uploads-public/web%20homepage/2cc3deac-164e-421c-b598-0e4189c11c78.webp
 
 
 
1275
  Udskift billedet på dette billede: https://q1f3.c3.e2-9.dev/soulmatch-uploads-public/web%20homepage/importer_events1.png
1276
  Udskift billedet med dette billede: https://q1f3.c3.e2-9.dev/soulmatch-uploads-public/web%20homepage/sikkerhed%20forst%20saa%20modes%20vi.png
1277
  Udskift dette billede med det her billede: https://q1f3.c3.e2-9.dev/soulmatch-uploads-public/web%20homepage/sikkerhed%20forst%20saa%20modes%20vi.png
1278
+ Udskift dette billede med https://q1f3.c3.e2-9.dev/soulmatch-uploads-public/web%20homepage/2cc3deac-164e-421c-b598-0e4189c11c78.webp
1279
+ Skift logoet på alle sider til dette her: https://q1f3.c3.e2-9.dev/soulmatch-uploads-public/soulmatch%20-%20kun%20logo.png
1280
+ Lav menuen mere responsiv på alle sider, og flot "burger" menu på mobil