trippykat commited on
Commit
0bcb9fa
·
verified ·
1 Parent(s): af9cb58

undefined - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +116 -130
index.html CHANGED
@@ -221,88 +221,32 @@
221
  overflow-x: auto;
222
  }
223
 
224
- <head>
225
- <meta charset="UTF-8" />
226
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
227
- <title>Milestone Testimonials</title>
228
- <script src="https://cdn.tailwindcss.com"></script>
229
- <link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;800&display=swap" rel="stylesheet" />
230
- <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet" />
231
- <style>
232
- body {
233
  font-family: 'Raleway', sans-serif;
 
234
  }
235
 
236
- .snip1197 {
237
- position: absolute;
238
- top: 0;
239
- left: 0;
240
- width: 100%;
241
- display: flex;
242
- background: #fff;
243
- border-radius: 0.5rem;
244
- overflow: hidden;
245
- opacity: 0;
246
- transition: opacity 0.5s ease;
247
- }
248
-
249
- .snip1197.opacity-on {
250
- opacity: 1;
251
- z-index: 10;
252
- }
253
-
254
- .snip1197 figcaption {
255
- width: 60%;
256
- padding: 2rem;
257
  position: relative;
 
 
 
 
258
  }
259
 
260
- .snip1197 blockquote {
261
  font-style: italic;
262
- font-size: 1rem;
263
- line-height: 1.6;
264
- position: relative;
265
- }
266
-
267
- .snip1197 blockquote::before {
268
- content: "\201C";
269
- font-family: serif;
270
- font-size: 3rem;
271
- opacity: 0.2;
272
- position: absolute;
273
- left: -1rem;
274
- top: -1rem;
275
  }
276
 
277
- .snip1197 .arrow {
278
- position: absolute;
279
- top: 2rem;
280
- left: 100%;
281
- width: 0;
282
- height: 0;
283
- border-left: 0 solid transparent;
284
- border-right: 25px solid transparent;
285
- border-top: 25px solid #ffffff;
286
- }
287
-
288
- .snip1197 img {
289
- width: 40%;
290
  object-fit: cover;
291
  }
292
 
293
- .snip1197 .author {
294
- position: absolute;
295
- bottom: 0;
296
- left: 0;
297
- background-color: #319795;
298
- color: white;
299
- padding: 0.75rem 1.25rem;
300
- font-weight: 700;
301
- font-size: 0.875rem;
302
- width: 60%;
303
- border-top-right-radius: 0.5rem;
304
- }
305
-
306
  .carousel-container {
307
  position: relative;
308
  overflow: hidden;
@@ -945,55 +889,122 @@ document.addEventListener('DOMContentLoaded', () => {
945
  <a href="#apply" class="bg-teal-600 hover:bg-teal-500 text-white font-bold py-3 px-8 rounded-lg transition transform hover:scale-105 shadow-lg inline-block hover:shadow-xl">FIND OUT IF YOUR CASE IS ELIGIBLE</a>
946
  </div>
947
  </div>
948
- </section>
949
-
950
- <section id="testimonials" class="py-16 bg-gray-100">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
951
 
952
- <div class="carousel-container max-w-3xl mx-auto relative">
953
- <!-- Carousel Items -->
954
- <figure class="snip1197 carousel-item">
955
- <figcaption>
956
- <blockquote>
 
 
957
  "They didn't just fund my case—they respected my dignity. No hidden fees, no surprises."
958
  </blockquote>
959
- <div class="arrow"></div>
960
- </figcaption>
961
- <img src="https://milestone.vovov.cc/images/marcus.png" alt="Marcus and family" />
962
- <div class="author">Marcus – Civil Rights Plaintiff</div>
963
- </figure>
964
-
965
- <figure class="snip1197 carousel-item">
966
- <figcaption>
967
- <blockquote>
 
 
 
 
968
  "I recommend Milestone to all my clients. Finally, an ethical option that puts plaintiffs first."
969
  </blockquote>
970
- <div class="arrow"></div>
971
- </figcaption>
972
- <img src="https://milestone.vovov.cc/images/sarah.png" alt="Sarah Chen" />
973
- <div class="author">Sarah Chen, Esq. – Personal Injury Attorney</div>
974
- </figure>
975
-
976
- <figure class="snip1197 carousel-item">
977
- <figcaption>
978
- <blockquote>
 
 
 
 
979
  "The difference in rates is staggering. Milestone saves my clients thousands in interest."
980
  </blockquote>
981
- <div class="arrow"></div>
982
- </figcaption>
983
- <img src="https://milestone.vovov.cc/images/robert.png" alt="Robert Martinez" />
984
- <div class="author">Robert Martinez, Esq. – Employment Law</div>
985
- </figure>
986
-
987
- <!-- Navigation Arrows -->
988
- <div id="prev" class="carousel-controls left-0">‹</div>
989
- <div id="next" class="carousel-controls right-0">›</div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
990
  </div>
991
  </div>
992
  </section>
 
 
993
  <section class="py-16 bg-gray-800">
994
  <div class="container mx-auto px-4">
995
  <div class="text-center mb-12">
996
  <h2 class="text-3xl md:text-4xl font-bold text-white mb-4">Getting Help Shouldn't Be Hard.</h2>
 
 
 
 
997
  </div>
998
 
999
 
@@ -1353,31 +1364,6 @@ document.addEventListener('DOMContentLoaded', () => {
1353
 
1354
 
1355
 
1356
- <script>
1357
- document.addEventListener('DOMContentLoaded', () => {
1358
- const slides = document.querySelectorAll('.carousel-item');
1359
- let current = 0;
1360
-
1361
- function showSlide(i) {
1362
- slides.forEach((el, idx) => {
1363
- el.classList.toggle('opacity-on', idx === i);
1364
- el.style.zIndex = idx === i ? 1 : 0;
1365
- });
1366
- }
1367
-
1368
- document.getElementById('next').addEventListener('click', () => {
1369
- current = (current + 1) % slides.length;
1370
- showSlide(current);
1371
- });
1372
-
1373
- document.getElementById('prev').addEventListener('click', () => {
1374
- current = (current - 1 + slides.length) % slides.length;
1375
- showSlide(current);
1376
- });
1377
-
1378
- showSlide(current); // Show first on load
1379
- });
1380
- </script>
1381
 
1382
 
1383
  <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=trippykat/milestone2" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
 
221
  overflow-x: auto;
222
  }
223
 
224
+ .author-banner {
 
 
 
 
 
 
 
 
225
  font-family: 'Raleway', sans-serif;
226
+ box-sizing: border-box;
227
  }
228
 
229
+ figure.snip1197 {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
230
  position: relative;
231
+ background-color: white;
232
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
233
+ overflow: hidden;
234
+ border-radius: 0.75rem; /* Matches Tailwind rounded-xl */
235
  }
236
 
237
+ figure.snip1197 blockquote {
238
  font-style: italic;
239
+ margin: 0;
240
+ padding: 0;
241
+ text-align: center;
 
 
 
 
 
 
 
 
 
 
242
  }
243
 
244
+ figure.snip1197 img,
245
+ figure.snip1197 iframe {
246
+ border-bottom-right-radius: 0.75rem;
 
 
 
 
 
 
 
 
 
 
247
  object-fit: cover;
248
  }
249
 
 
 
 
 
 
 
 
 
 
 
 
 
 
250
  .carousel-container {
251
  position: relative;
252
  overflow: hidden;
 
889
  <a href="#apply" class="bg-teal-600 hover:bg-teal-500 text-white font-bold py-3 px-8 rounded-lg transition transform hover:scale-105 shadow-lg inline-block hover:shadow-xl">FIND OUT IF YOUR CASE IS ELIGIBLE</a>
890
  </div>
891
  </div>
892
+ <section class="py-20 bg-gradient-to-b from-white via-[#d4f1ee] to-[#c4e6e2]">
893
+ <div class="container mx-auto px-4 text-center">
894
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Real People. Real Relief.</h2>
895
+ <p class="text-lg text-gray-700 mb-10">Stories from the clients and attorneys who trusted us.</p>
896
+
897
+ <div class="columns-1 sm:columns-2 lg:columns-3 gap-6 space-y-6">
898
+
899
+ <!-- Rick Astley (video) -->
900
+ <div class="break-inside-avoid bg-white rounded-xl shadow-md overflow-hidden">
901
+ <div class="aspect-square">
902
+ <iframe
903
+ src="https://www.youtube.com/embed/dQw4w9WgXcQ?rel=0"
904
+ title="Rick Astley - Never Gonna Give You Up"
905
+ class="w-full h-full object-cover"
906
+ frameborder="0"
907
+ allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
908
+ allowfullscreen></iframe>
909
+ </div>
910
+ <div class="p-4 text-left">
911
+ <blockquote class="italic text-gray-700 text-base mb-2">
912
+ "Never gonna give you up, never gonna let you down..."
913
+ </blockquote>
914
+ <p class="font-bold text-teal-600">Rick Astley<br>
915
+ <span class="text-sm text-gray-500">Internet Legend</span>
916
+ </p>
917
+ </div>
918
+ </div>
919
 
920
+ <!-- Marcus -->
921
+ <div class="break-inside-avoid bg-white rounded-xl shadow-md overflow-hidden">
922
+ <div class="aspect-square">
923
+ <img src="https://milestone.vovov.cc/images/marcus.png" alt="Marcus" class="w-full h-full object-cover" />
924
+ </div>
925
+ <div class="p-4 text-left">
926
+ <blockquote class="italic text-gray-700 text-base mb-2">
927
  "They didn't just fund my case—they respected my dignity. No hidden fees, no surprises."
928
  </blockquote>
929
+ <p class="font-bold text-teal-600">Marcus<br>
930
+ <span class="text-sm text-gray-500">Civil Rights Plaintiff</span>
931
+ </p>
932
+ </div>
933
+ </div>
934
+
935
+ <!-- Sarah -->
936
+ <div class="break-inside-avoid bg-white rounded-xl shadow-md overflow-hidden">
937
+ <div class="aspect-square">
938
+ <img src="https://milestone.vovov.cc/images/sarah.png" alt="Sarah Chen" class="w-full h-full object-cover" />
939
+ </div>
940
+ <div class="p-4 text-left">
941
+ <blockquote class="italic text-gray-700 text-base mb-2">
942
  "I recommend Milestone to all my clients. Finally, an ethical option that puts plaintiffs first."
943
  </blockquote>
944
+ <p class="font-bold text-teal-600">Sarah Chen, Esq.<br>
945
+ <span class="text-sm text-gray-500">Personal Injury Attorney</span>
946
+ </p>
947
+ </div>
948
+ </div>
949
+
950
+ <!-- Robert -->
951
+ <div class="break-inside-avoid bg-white rounded-xl shadow-md overflow-hidden">
952
+ <div class="aspect-square">
953
+ <img src="https://milestone.vovov.cc/images/robert.png" alt="Robert Martinez" class="w-full h-full object-cover" />
954
+ </div>
955
+ <div class="p-4 text-left">
956
+ <blockquote class="italic text-gray-700 text-base mb-2">
957
  "The difference in rates is staggering. Milestone saves my clients thousands in interest."
958
  </blockquote>
959
+ <p class="font-bold text-teal-600">Robert Martinez, Esq.<br>
960
+ <span class="text-sm text-gray-500">Employment Law</span>
961
+ </p>
962
+ </div>
963
+ </div>
964
+
965
+ <!-- Denise -->
966
+ <div class="break-inside-avoid bg-white rounded-xl shadow-md overflow-hidden">
967
+ <div class="aspect-square">
968
+ <img src="https://milestone.vovov.cc/images/denise.png" alt="Denise Rivera" class="w-full h-full object-cover" />
969
+ </div>
970
+ <div class="p-4 text-left">
971
+ <blockquote class="italic text-gray-700 text-base mb-2">
972
+ "After the hospital denied responsibility for months, I was drained—emotionally and financially. Milestone’s funding let me stay in the fight and gave me my power back."
973
+ </blockquote>
974
+ <p class="font-bold text-teal-600">Denise Rivera<br>
975
+ <span class="text-sm text-gray-500">Medical Malpractice Plaintiff</span>
976
+ </p>
977
+ </div>
978
+ </div>
979
+
980
+ <!-- Jordan -->
981
+ <div class="break-inside-avoid bg-white rounded-xl shadow-md overflow-hidden">
982
+ <div class="aspect-square">
983
+ <img src="https://milestone.vovov.cc/images/Jordan.png" alt="Jordan Liu" class="w-full h-full object-cover" />
984
+ </div>
985
+ <div class="p-4 text-left">
986
+ <blockquote class="italic text-gray-700 text-base mb-2">
987
+ "Clients trust me to protect them, and I trust Milestone to do the same. Their transparency and ethics set them apart from every other funder I’ve dealt with."
988
+ </blockquote>
989
+ <p class="font-bold text-teal-600">Jordan Low, Esq.<br>
990
+ <span class="text-sm text-gray-500">Civil Rights Attorney</span>
991
+ </p>
992
+ </div>
993
+ </div>
994
+
995
  </div>
996
  </div>
997
  </section>
998
+
999
+
1000
  <section class="py-16 bg-gray-800">
1001
  <div class="container mx-auto px-4">
1002
  <div class="text-center mb-12">
1003
  <h2 class="text-3xl md:text-4xl font-bold text-white mb-4">Getting Help Shouldn't Be Hard.</h2>
1004
+ <p class="text-lg text-gray-300 max-w-2xl mx-auto mt-2">
1005
+ From your first click to funds in your account — we’ve made the process fast, fair, and stress-free.
1006
+ </p>
1007
+
1008
  </div>
1009
 
1010
 
 
1364
 
1365
 
1366
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1367
 
1368
 
1369
  <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=trippykat/milestone2" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>