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

undefined - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +168 -80
index.html CHANGED
@@ -221,50 +221,119 @@
221
  overflow-x: auto;
222
  }
223
 
 
 
 
 
 
 
 
 
 
 
 
 
224
  .snip1197 {
225
- position: relative;
226
- width: 100%;
227
- margin-bottom: 1.5rem;
228
- box-shadow: 0 2px 8px rgba(0,0,0,0.15);
229
- transition: transform 0.3s, box-shadow 0.3s, opacity 0.5s;
230
- opacity: 0;
231
- }
232
- .snip1197 img {
233
- width: auto;
234
- height: auto;
235
- }
236
- .snip1197:hover {
237
- transform: translateY(-5px);
238
- box-shadow: 0 6px 20px rgba(0,0,0,0.20);
239
- }
240
- .snip1197.opacity-on {
241
- opacity: 1;
242
- }
243
- .snip1197 figcaption {
244
- position: relative;
245
- }
246
- .snip1197 blockquote {
247
- position: relative;
248
- font-style: italic;
249
- line-height: 1.6;
250
- }
251
- .snip1197 blockquote:before {
252
- content: "\201C";
253
- position: absolute; font-size: 3rem; opacity: 0.2; top: -10px; left: 10px;
254
- }
255
- .snip1197 .arrow {
256
- position: absolute; top: 30px; left: 100%;
257
- border-left: 0 solid transparent;
258
- border-right: 25px solid transparent;
259
- border-top: 25px solid #fff;
260
- }
261
- .snip1197 .author {
262
- position: absolute;
263
- bottom: -40px;
264
- }
265
- .carousel-item {
266
- position: absolute; top:0; left:0;
267
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
268
 
269
 
270
  </style>
@@ -878,67 +947,56 @@ document.addEventListener('DOMContentLoaded', () => {
878
  </div>
879
  </section>
880
 
881
- <section class="py-16 bg-white">
882
- <div class="container mx-auto px-4 text-center mb-12">
883
- <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">
884
- Real People. Real Relief.
885
- </h2>
886
- </div>
887
- <div class="relative max-w-3xl mx-auto">
888
- <button id="prev" class="absolute left-0 top-1/2 transform -translate-y-1/2 text-2xl">‹</button>
889
- <button id="next" class="absolute right-0 top-1/2 transform -translate-y-1/2 text-2xl">›</button>
890
- <div id="carousel" class="overflow-hidden relative">
891
- <!-- Slide 1: Marcus & Family -->
892
- <figure class="snip1197 carousel-item flex flex-row bg-gray-50 p-6 mb-4 rounded-lg shadow-lg hover:shadow-xl">
893
- <figcaption class="w-3/5 relative">
894
- <blockquote class="italic text-gray-700 text-left p-6">
895
  "They didn't just fund my case—they respected my dignity. No hidden fees, no surprises."
896
  </blockquote>
897
  <div class="arrow"></div>
898
  </figcaption>
899
- <img src="https://milestone.vovov.cc/images/marcus.png" alt="Marcus and his family" class="w-2/5 object-cover rounded-r-lg" />
900
- <div class="author bg-teal-600 text-white p-4 rounded-b-lg absolute bottom-0 left-0 w-full">
901
- <h5 class="font-bold">Marcus <span>- Civil Rights Plaintiff</span></h5>
902
- </div>
903
  </figure>
904
- <!-- Slide 2: Sarah -->
905
- <figure class="snip1197 carousel-item flex flex-row bg-teal-50 p-6 mb-4 rounded-lg border border-teal-200">
906
- <figcaption class="w-3/5 relative">
907
- <blockquote class="italic text-gray-700 text-left p-6">
908
  "I recommend Milestone to all my clients. Finally, an ethical option that puts plaintiffs first."
909
  </blockquote>
910
  <div class="arrow"></div>
911
  </figcaption>
912
- <img src="https://milestone.vovov.cc/images/sarah.png" alt="Sarah Chen" class="w-2/5 object-cover rounded-r-lg" />
913
- <div class="author bg-teal-700 text-white p-4 rounded-b-lg absolute bottom-0 left-0 w-full">
914
- <h5 class="font-bold">Sarah Chen, Esq. <span>- Personal Injury Attorney</span></h5>
915
- </div>
916
  </figure>
917
- <!-- Slide 3: Robert -->
918
- <figure class="snip1197 carousel-item flex flex-row bg-teal-50 p-6 mb-4 rounded-lg border border-teal-200">
919
- <figcaption class="w-3/5 relative">
920
- <blockquote class="italic text-gray-700 text-left p-6">
921
  "The difference in rates is staggering. Milestone saves my clients thousands in interest."
922
  </blockquote>
923
  <div class="arrow"></div>
924
  </figcaption>
925
- <img src="https://milestone.vovov.cc/images/robert.png" alt="Robert Martinez" class="w-2/5 object-cover rounded-r-lg" />
926
- <div class="author bg-teal-700 text-white p-4 rounded-b-lg absolute bottom-0 left-0 w-full">
927
- <h5 class="font-bold">Robert Martinez, Esq. <span>- Employment Law</span></h5>
928
- </div>
929
  </figure>
 
 
 
 
930
  </div>
931
  </div>
932
  </section>
933
-
934
-
935
-
936
  <section class="py-16 bg-gray-800">
937
  <div class="container mx-auto px-4">
938
  <div class="text-center mb-12">
939
  <h2 class="text-3xl md:text-4xl font-bold text-white mb-4">Getting Help Shouldn't Be Hard.</h2>
940
  </div>
941
 
 
942
  <!-- Horizontal Scroll Steps (Desktop Only) -->
943
  <div class="overflow-x-auto pb-4 hidden md:hidden">
944
  <div class="flex space-x-8 min-w-[1000px] px-4 items-center">
@@ -1292,5 +1350,35 @@ document.addEventListener('DOMContentLoaded', () => {
1292
  </div>
1293
  </div>
1294
  </footer>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1295
  <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>
1296
  </html>
 
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;
309
+ height: 280px;
310
+ }
311
+
312
+ .carousel-controls {
313
+ position: absolute;
314
+ top: 50%;
315
+ transform: translateY(-50%);
316
+ font-size: 2rem;
317
+ color: #319795;
318
+ background: white;
319
+ border-radius: 50%;
320
+ width: 2.5rem;
321
+ height: 2.5rem;
322
+ display: flex;
323
+ align-items: center;
324
+ justify-content: center;
325
+ cursor: pointer;
326
+ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
327
+ z-index: 50;
328
+ }
329
+
330
+ #prev {
331
+ left: -1.5rem;
332
+ }
333
+
334
+ #next {
335
+ right: -1.5rem;
336
+ }
337
 
338
 
339
  </style>
 
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
+
1000
  <!-- Horizontal Scroll Steps (Desktop Only) -->
1001
  <div class="overflow-x-auto pb-4 hidden md:hidden">
1002
  <div class="flex space-x-8 min-w-[1000px] px-4 items-center">
 
1350
  </div>
1351
  </div>
1352
  </footer>
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>
1384
  </html>