Skip to content

Commit 0e9d758

Browse files
authored
Clean up index.html by removing comments and styling
Removed commented-out code for benefits list and added border to form container.
1 parent dbc1cf8 commit 0e9d758

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ <h1 class="text-3xl md:text-4xl font-extrabold text-white mb-4 leading-tight">
7373
</div>
7474

7575
<!-- Lista Korzyści -->
76+
7677
<div class="space-y-5">
78+
<--
7779
<div class="flex items-start">
7880
<div class="flex-shrink-0 w-10 h-10 rounded-lg bg-slate-800 flex items-center justify-center border border-slate-700 text-blue-400">
7981
<i class="fa-regular fa-clock"></i>
@@ -104,7 +106,7 @@ <h3 class="font-bold text-white text-lg">100% Bezpłatnie</h3>
104106
</div>
105107
</div>
106108
</div>
107-
109+
-->
108110
<div class="mt-8 pt-8 border-t border-slate-800 flex items-center gap-3">
109111
<img src="./mateusz-bogolubow.png" alt="Mateusz Bogolubow" class="w-10 h-10 rounded-full grayscale opacity-80">
110112
<div class="text-xs text-slate-500">
@@ -113,6 +115,7 @@ <h3 class="font-bold text-white text-lg">100% Bezpłatnie</h3>
113115
</div>
114116
</div>
115117
</div>
118+
116119

117120
<!-- PRAWA STRONA: FORMULARZ -->
118121
<div class="md:w-1/2 p-8 md:p-12 bg-slate-800 flex flex-col justify-center">
@@ -150,7 +153,7 @@ <h3 class="font-bold text-white text-lg">100% Bezpłatnie</h3>
150153
</div>
151154

152155
<!-- Kontener Formularza -->
153-
<div id="form-container" class="transition-opacity duration-300">
156+
<div id="form-container" class="transition-opacity duration-300 border-t border-slate-800 gap-3">
154157
<h2 class="text-2xl font-bold mb-2 text-white">Dołącz do wyzwania</h2>
155158
<p class="text-slate-400 mb-8 text-sm">Wypełnij formularz, aby otrzymać instrukcję startową.</p>
156159

0 commit comments

Comments
 (0)