-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
846 lines (751 loc) · 39.8 KB
/
index.html
File metadata and controls
846 lines (751 loc) · 39.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Exam Project</title>
<link
rel="stylesheet"
href="https://unpkg.com/@highlightjs/cdn-assets@11.7.0/styles/default.min.css"/>
<link rel="stylesheet" href="./css/styles.css">
</head>
<body>
<main>
<div class="header__background-img">
<canvas id="gradient__animation"></canvas>
<header class="header">
<div class="header__logo-nav">
<svg width="60" height="26" viewBox="0 0 60 26" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M59.64 14.78H51.58C51.77 16.71 53.18 17.33 54.78 17.33C56.42 17.33 57.74 16.96 58.83 16.38V19.7C57.4468 20.4959 55.864 20.8777 54.27 20.8C50.26 20.8 47.44 18.3 47.44 13.32C47.44 9.13 49.83 5.8 53.74 5.8C57.66 5.8 59.7 9.08 59.7 13.3C59.7 13.7 59.66 14.56 59.64 14.78ZM53.72 9.16C52.69 9.16 51.55 9.89 51.55 11.74H55.8C55.8 9.89 54.73 9.16 53.72 9.16ZM40.95 20.8C39.51 20.8 38.63 20.2 38.05 19.76L38.03 24.39L33.91 25.26V6.07H37.67L37.75 7.09C38.6221 6.26279 39.778 5.80115 40.98 5.8C43.88 5.8 46.6 8.4 46.6 13.2C46.6 18.43 43.9 20.8 40.95 20.8ZM40 9.45C39.05 9.45 38.46 9.79 38.03 10.26L38.05 16.38C38.45 16.82 39.03 17.16 40 17.16C41.52 17.16 42.54 15.51 42.54 13.29C42.54 11.14 41.5 9.45 40 9.45ZM28.24 6.07H32.37V20.51H28.24V6.07ZM28.24 1.37L32.37 0.5V3.86L28.24 4.74V1.38V1.37ZM23.92 10.72V20.51H19.8V6.07H23.5L23.62 7.29C24.62 5.52 26.69 5.88 27.24 6.07V9.86C26.72 9.69 24.95 9.43 23.92 10.72ZM15.37 15.44C15.37 17.87 17.97 17.12 18.49 16.9V20.26C17.94 20.56 16.95 20.8 15.6 20.8C15.0373 20.8164 14.4772 20.7182 13.9537 20.5113C13.4302 20.3044 12.9543 19.9932 12.5549 19.5966C12.1554 19.2 11.8409 18.7262 11.6303 18.2042C11.4197 17.6822 11.3176 17.1228 11.33 16.56L11.34 3.39L15.36 2.53V6.07H18.5V9.6H15.37V15.45V15.44ZM10.46 16.14C10.46 19.11 8.15 20.8 4.73 20.8C3.19532 20.7988 1.67725 20.4823 0.27 19.87V15.94C1.65 16.69 3.37 17.25 4.73 17.25C5.65 17.25 6.26 17.01 6.26 16.25C6.26 14.27 0 15.01 0 10.45C0 7.54 2.28 5.8 5.62 5.8C6.98 5.8 8.34 6 9.71 6.55V10.43C8.44396 9.76369 7.04035 9.4008 5.61 9.37C4.75 9.37 4.17 9.62 4.17 10.27C4.17 12.12 10.46 11.24 10.46 16.15V16.14Z" fill="white"/>
</svg>
<nav>
<ul>
<li><a href="">Products</a></li>
<li><a href="">Solutions</a></li>
<li><a href="">Developers</a></li>
<li><a href="">Resources</a></li>
<li><a href="">Pricing</a></li>
</ul>
</nav>
</div>
<div class="header__buttons">
<button class="button_contact-sales arrow-white">Contact sales </button>
<button class="button_sign-in arrow-orange">Sign in </button>
</div>
<button class="header__burger">
</button>
</header>
<section class="first__section">
<div class="first__section-txt-content">
<h1>Financial infrastructure for the internet</h1>
<p>
Millions of companies of all sizes use Stripe online and in person to
accept payments, send payouts, automate financial processes, and
ultimately grow revenue.
</p>
<div class="first__section-buttons">
<button class="button_start-now arrow-white">Start now </button>
<button class="button_contact-sales arrow-blue">Contact sales </button>
</div>
</div>
<div class="first__section-img-content">
<div class="form__container">
<img src="./media/form_image.png" alt="" />
<h3>Abstraction Magazine</h3>
<p>$19 per month</p>
<div class="apple__pay-btn"></div>
<div class="payment__options">
<p>Or pay with card</p>
</div>
<div class="input__email">
<span>Email</span>
<div></div>
</div>
<div class="card__information-grid">
<span>Card Information</span>
<div>Number</div>
<div>CCV</div>
<div>MM / YY</div>
</div>
<div class="input-country__region">
<span>Country or region</span>
<div>United States</div>
<div>ZIP</div>
</div>
<div class="pay__button">Pay</div>
</div>
<div class="chart__container">
<div class="chart__menu">Rocket Rides</div>
<div class="chart">
<div class="chart__search">search</div>
<div class="chart__grid">
<div class="first__chart">
<div class="first__chart-title">Today</div>
<div class="net__volume">
<div class="net__volume-today">
<span class="net__volume-title">Net Volume</span>
<span class="volume__amount">$3,528,198.72</span>
<span class="time">2:00 PM</span>
</div>
<div class="net__volume-yesterday">
<span class="net__volume-title">Yesterday</span>
<span class="volume__amount-yesterday">$3,528,198.72</span>
</div>
</div>
<canvas id="first__chart-canvas" width="700" height="150"></canvas>
</div>
<div class="second__chart">
<div class="net__volume-sales">
Net volume from sales<span class="revenue__precents">+32.8%</span>
</div>
<div class="revenue__usd">
<span class="gross">$39,274.29</span>
$29,573.54
</div>
<canvas id="second__chart-canvas"></canvas>
</div>
<div class="third__chart">
<div class="net__volume-sales">
New customers<span class="revenue__precents">+32.8%</span>
</div>
<div class="revenue__usd">
<span class="gross">37</span>
28
</div>
<canvas id="third__chart-canvas" width="300" height="150"></canvas>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="logos_wrapper">
<img src="./media/headerSection/amazon_logo.svg" alt="amazon" />
<img src="./media/headerSection/sales_force.svg" alt="amazon" />
<img src="./media/headerSection/google_logo.svg" alt="amazon" />
<img src="./media/headerSection/burn_logo.svg" alt="amazon" />
<img src="./media/headerSection/shopify_logo.svg" alt="amazon" />
<img src="./media/headerSection/whatsapp_logo.svg" alt="amazon" />
<img src="./media/headerSection/bmw_logo.svg" alt="amazon" />
<img src="./media/headerSection/marriot_logo.svg" alt="amazon" />
</div>
<section class="modular-solutions-wrapper">
<div class="vertical__lines-wrapper">
<div class="vl"></div>
<div class="vl"></div>
<div class="vl"></div>
<div class="vl"></div>
<div class="vl"></div>
</div>
<div class="modular-solutions">
<div class="content-holder">
<div class="text-holder">
<span>Modular solutions</span>
<h2>A fully integrated suite of financial and payments products</h2>
<p>Reduce costs, grow revenue, and run your business more efficiently on a fully integrated platform. Use Stripe to handle all of your payments-related needs, manage revenue operations, and launch (or invent) new business models.</p>
</div>
<div class="cards-wrapper">
<img src="./media/Modular Solution/cards-animation.png" alt="" class="cards-animation1">
<img src="./media/Modular Solution/cards-animation(small).png" alt="" class="cards-animation2">
<div class="cards-holder">
<div class="black-card">
<img src="./media/Modular Solution/black-card.png" alt="black-plastic-card">
</div>
<div class="green-card">
<img src="./media/Modular Solution/green-card.png" alt="green-plastic-card">
</div>
<div class="white-card">
<img src="./media/Modular Solution/white-card.png" alt="white-plastic-card">
</div>
<div class="box-shadow"></div>
</div>
<!-- Box-shadow applied here for card effect -->
</div>
</div>
</div>
<div class="payments">
<div class="text_holder">
<span>Payments</span>
<h3>Accept and optimize payments, globally</h3>
<p>Increase authorization rates, optimize your checkout conversion, and offer local payment methods in every market.</p>
<button>Start with Payments ></button>
<div class="see-also">
<span>See also</span>
<p><a href="https://stripe.com/tax" target="_blank">Tax</a> for automating sales tax and VAT</p>
<p><a href="https://stripe.com/radar" target="_blank">Radar</a> for fraud prevention and management</p>
<p><a href="https://stripe.com/terminal" target="_blank">Terminal</a> for custom in-person payments</p>
</div>
</div>
<div class="payment-media-holder">
<div class="form_container">
<img src="./media/Modular Solution/form-chair-image.jpg" alt="" />
<h3>Wood Chair 001</h3>
<p>$149</p>
<div class="apple__pay-btn"></div>
<div class="payment__options">
<img src="./media/Modular Solution/link.svg" alt="link-icon">
<p>Pay faster</p>
</div>
<div class="input__email">
<span>Email</span>
<div> </div>
</div>
<div class="card__information-grid">
<span>Card Information</span>
<div>4242 4242 4242 4242</div>
<div>123</div>
<div>05 / 26</div>
</div>
<div class="input-country__region">
<span>Country or region</span>
<div>United States</div>
<div>97712</div>
</div>
<div class="pay__button">Pay 149$</div>
</div>
</div>
</div>
<div class="billing">
<div class="text_holder">
<span>Billing</span>
<h3>Capture recurring revenue</h3>
<p>Support recurring business models, minimize churn, and automate finance operations.</p>
<button>Start with Billing ></button>
<div class="see-also">
<span>See also</span>
<p><a href="" target="_blank">Invoicing</a> for invoice creation, collection, and tracking</p>
<p><a href="" target="_blank">Revenue Recognition</a> for streamlined accrual accounting</p>
<p><a href="" target="_blank">Sigma</a> for custom revenue reports</p>
</div>
</div>
<div class="quantum-wrapper">
<div class="quantum-header">
<span>Quantum</span>
<div class="quantum-nav">
<ul>
<li>Products</li>
<li>Pricing</li>
<li>Contact</li>
</ul>
</div>
</div>
<hr>
<!-- Individual subscription options for "Quantum" -->
<div class="quantum-card-holder">
<div class="quantum-card-wrapper">
<div class="quantum-card">
<h3>Standard</h3>
<p>Up to 5 users</p>
<p><span>$49 </span>/month</p>
<button>Subscribe</button>
<p>This includes:</p>
<ul>
<li> 12 months historical data</li>
<li> 4 hr data refresh</li>
<li> 500+ third party integrations</li>
</ul>
</div>
<div class="quantum-card">
<h3>Professional</h3>
<span>Popular!</span>
<p>Up to 25 users</p>
<p><span>$149 </span>/month</p>
<button>Subscribe</button>
<p>This includes:</p>
<ul>
<li> 24 months historical data</li>
<li> 1 hr data refresh</li>
<li> 1,000+ third party integrations</li>
<li> Simple reporting</li>
</ul>
</div>
<div class="quantum-card">
<h3>Enterprise</h3>
<p>Unlimited users</p>
<p><span>$299 </span>/month</p>
<button>Subscribe</button>
<p>This includes:</p>
<ul>
<li> Unlimited historical data</li>
<li> 15 min data refresh</li>
<li> 2,000+ third party integrations</li>
<li> Advanced reporting</li>
<li> Priority support</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="connect">
<div class="text_holder">
<span>Connect</span>
<h3>Set up multiparty payments and payouts</h3>
<p>Integrate payments into your platform or marketplace for end-to-end payments experiences.</p>
<button>Start with Connect ></button>
<div class="see-also">
<span>See also</span>
<p><a href="" target="_blank">Terminal</a> for custom in-person payments</p>
<p><a href="" target="_blank">Instant Payouts</a> for fast payments to users</p>
<p><a href="" target="_blank">Payment Elements</a> for customizable UIs</p>
</div>
</div>
<!-- Placeholder for "Connect" media card content -->
<div class="connect-card-holder">
<div class="connect-card-wrapper" >
<!-- Top section showing alert and transaction details -->
<div class="alert-holder">
<p>#9124 <span> Jacques Muller </span></p>
<span class="processing">Processing</span>
<span>$200.00</span>
</div>
<div class="alert-backgr"></div>
<!-- Oval shape for visual design element -->
<div class="oval"></div>
<!-- Main content for "Connect" card, including buyer, platform, and provider information -->
<div class="connect-card-content">
<p id="buyers">Buyers</p>
<img src="./media/Modular Solution/Gradient-triangle-top.png" alt="">
<p id="platform">Platform</p>
<img src="./media/Modular Solution/Gradient-triangle-bottom.png" alt="">
<p id="providers">Sellers or service providers</p>
<span id="price1">$4.50</span>
<span id="price2">$145.50</span>
</div>
</div>
</div>
</div>
<div class="issuing">
<div class="text_holder">
<span>Issuing</span>
<h3>Build a fintech offering with banking-as-a-service</h3>
<p>Launch, manage, and scale a commercial card program without any setup fees.</p>
<button>Start with Issuing ></button>
<div class="see-also">
<span>See also</span>
<p><a href="" target="_blank">Treasury</a> for financial accounts</p>
<p><a href="" target="_blank">Capital</a> for offering fast, flexible financing</p>
<p><a href="" target="_blank">Connect</a> for powering platform payments</p>
</div>
</div>
<div class="cards-wrapper">
<div class="cards-holder">
<div class="black-card">
<img src="./media/Modular Solution/black-card.png" alt="black-plastic-card">
</div>
<div class="green-card">
<img src="./media/Modular Solution/green-card.png" alt="green-plastic-card">
</div>
<div class="white-card">
<img src="./media/Modular Solution/white-card.png" alt="white-plastic-card">
</div>
<div class="box-shadow"></div>
</div>
</div>
</div>
</section>
<section class="global-scale-wrapper">
<div class="global-scale">
<iframe src="./threejs-globe/index.html" frameborder=""></iframe>
<div class="global-scale-content">
<!-- <img src="./media/earth-graphic.png" alt="earth-graphic" > -->
<div class="text-holder">
<span> Global scale </span>
<h3> The backbone for global commerce </h3>
<p> Stripe makes moving money as easy and
programmable as moving data. Our teams are
based in offices around the world and we process
hundreds of billions of dollars each year for
ambitious businesses of all sizes.</p>
</div>
<div class="percent-data">
<div>
<span>250M+</span>
<p> API requests per day, peaking at
13,000 requests a second.</p>
</div>
<div>
<span>99.999%</span>
<p>historical uptime for
<a href="https://status.stripe.com/"> stripe services. </a>
</p>
</div>
<div>
<span>90%</span>
<p>of U.S. adults have bought from businesses using Stripe.</p>
</div>
<div>
<span>135+</span>
<p>currencies and payment methods supported.</p>
</div>
</div>
</div>
</div>
<!-- <img src="./media/earth-graphic.png" alt="earth-graphic" > -->
</section>
<section class="enterprise__reinvention">
<div class="vertical__lines-wrapper">
<div class="vl"></div>
<div class="vl"></div>
<div class="vl"></div>
<div class="vl"></div>
<div class="vl"></div>
</div>
<div class="enterprise__reinvention-container">
<div class="enterprise__reinvention-agility-wrapper">
<span class="agility-subtitle">Enterprise reinvention</span>
<h2 class="agility-title">Bring agility to your enterprise</h2>
<p class="agility-text">You can use Stripe not only to accept payments but also to quickly support new markets,
upgrade existing systems and tools, go direct-to-consumer, and engage customers with
subscriptions and marketplaces. Get expert integration guidance from our
<a href="#" class="agility-link">professional
services</a> team
and <a href="#" class="agility-link">certified partners</a> so you can see value with Stripe faster.
</p>
<button class="agility-button">Contact sales </button>
</div>
<div class="enterprise__reinvention-customers">
<div class="enterprise__text-wrapper">
<div class="customers__text-content">
<span class="customers__working-years">5+</span>
<p class="customers-text">Amazon businesses on
Stripe including Prime,
Audible, and Amazon Pay.</p>
</div>
<div class="customers__text-content">
<span class="customers__working-years">30+</span>
<p class="customers-text">Payment methods available
on Stripe.</p>
</div>
<div class="customers__text-content">
<span class="customers__products">Products used</span>
<span class="product__1">Payments</span>
<span class="product__2">Connect</span>
</div>
</div>
<div class="customers__image-content">
<div class="customers__image-content-text">
<div class="image__content-text-header">
<img src="./media/enterpriseReinvention/amazon__icon-white.svg" alt="amazon icon">
<img src="./media/enterpriseReinvention/documents__icon.svg" alt="docs">
</div>
<h3 class="customers__image-text">See how Amazon simplified cross-
border payments with Stripe</h3>
</div>
<img src="./media/enterpriseReinvention/amazon_delivery.jpeg" alt="amazon delivery">
</div>
</div>
<div class="customers__list">
<img src="./media/enterpriseReinvention/bmw__enterprise--icon.svg" alt="bmw logo">
<img src="./media/enterpriseReinvention/amazon__enterprise--icon.svg" alt="amazon logo">
<img src="./media/enterpriseReinvention/maersk__enterprise--logo.svg" alt="maersk logo">
<img src="./media/enterpriseReinvention/twilio__enterprise--logo.svg" alt="twillio logo">
<div class="small__list">
<span class="bmw-list"></span>
<span class="amazon-list"></span>
<span class="maersk-list"></span>
<span class="twillio-list"></span>
</div>
</div>
</div>
</section>
<section class="built-for-growth">
<div class="content-wrapper">
<div class="growth-text_wrapper">
<span>Built for growth</span>
<h3>Take your startup farther, faster</h3>
<p>Startups build on Stripe to launch faster, adapt as they grow, and automate
workflows to do more with less. Build your own API-based integration or use our
low- to no-code solutions, which are simple enough for easy implementation and
powerful enough to scale as fast and as far as you need.</p>
</div>
<div class="growth-cards_wrapper">
<div class="card-holder">
<img src="./media/BuiltForGrowth/card1.png" alt="">
<div class="card-content_holder">
<div class="icon-wrapper">
<img src="./media/BuiltForGrowth/atlas-icon.png" alt="atlas icon">
<p>Atlas</p>
</div>
<h4>Incorporate your company</h4>
<p>Form a legal entity, issue stock, and start accepting...</p>
</div>
</div>
<div class="card-holder">
<img src="./media/BuiltForGrowth/card2.png" alt="">
<div class="card-content_holder">
<div class="icon-wrapper">
<img src="./media/BuiltForGrowth/checkout-icon.png" alt="checkout icon">
<p>Checkout</p>
</div>
<h4>Sell to consumers</h4>
<p>Launch a B2C business with a prebuilt payment page...</p>
</div>
</div>
<div class="card-holder">
<img src="./media/BuiltForGrowth/card3.png" alt="">
<div class="card-content_holder">
<div class="icon-wrapper">
<img src="./media/BuiltForGrowth/payment-icon.png" alt="payment icon">
<p>Payment</p>
</div>
<h4>Validate your idea</h4>
<p>Test your product idea by launching with little to...</p>
</div>
</div>
<div class="card-holder">
<img src="./media/BuiltForGrowth/card4.png" alt="">
<div class="card-content_holder">
<div class="icon-wrapper">
<img src="./media/BuiltForGrowth/invoice-icon.png" alt="invoice icon">
<p>Invoicing</p>
</div>
<h4>Sell to businesses</h4>
<p>Launch a B2B business and collect one-time or...</p>
</div>
</div>
</div>
</div>
</section>
<section class="designed_for_developers">
<div class="designed_for_developers-color-wrapper">
<div class="designed_for_developers-wrapper">
<div class="designed_for_developers-text-content">
<span class="designed_for_developers-subtitle">Designed for developers</span>
<h2 class="designed_for_developers-title">Ship more quickly with
powerful and easy-to-use
APIs</h2>
<p class="designed_for_developers-text">Save engineering time with unified payments
functionality. We obsess over the maze of gateways,
payments rails, and financial institutions that make up
the global economic landscape so that your teams can
build what you need on one platform.</p>
<button class="designed_for_developers-button">Read the docs </button>
</div>
<div class="designed_for_developers-animation-block">
<img src="./media/designedForDevelopers/code_block.svg" alt="">
</div>
<div class="designed_for_developers-useCases-block">
<div class="useCase_1">
<img src="./media/designedForDevelopers/useCases_1-icon.svg" alt="">
<span class="useCase-subtitle">Use Stripe with your stack</span>
<p class="useCase-text">We offer client and server
libraries in everything from
React and PHP to .NET and iOS.</p>
<a href="#" class="useCase-link">See libraries </a>
</div>
<div class="useCase_2">
<img src="./media/designedForDevelopers/useCases_2-icon.svg" alt="">
<span class="useCase-subtitle">Try no-code options</span>
<p class="useCase-text">Customize and deploy
payments interfaces directly
from the Stripe Dashboard.</p>
<a href="#" class="useCase-link">Explore no-code </a>
</div>
<div class="useCase_3">
<img src="./media/designedForDevelopers/useCases_3-icon.svg" alt="">
<span class="useCase-subtitle">Explore prebuilt integrations</span>
<p class="useCase-text">Connect Stripe to over a
hundred tools including Adobe,
Salesforce, and Xero.</p>
<a href="#" class="useCase-link">Browse App Marketplace </a>
</div>
<div class="useCase_4">
<img src="./media/designedForDevelopers/useCases_4-icon.svg" alt="">
<span class="useCase-subtitle">Build on Stripe Apps</span>
<p class="useCase-text">Create an app just for your team
or for the millions of businesses
on Stripe.</p>
<a href="#" class="useCase-link">Learn about Apps </a>
</div>
</div>
</div>
</div>
</section>
<section class="card-sections">
<div class="card-content-wrapper">
<div class="blue-top-rect" ></div>
<div class="purple-top-rect"></div>
<div class="code-div">
<p class="launch-paragraph">Launch with ease</p>
<h4>Low- and no-code options for
getting started</h4>
<p class="info-paragraph">If you’d like to use Stripe for your business but don’t have developers on staff, no problem. We have a few options depending on your needs.</p>
</div>
<div class="card-box-wrapper">
<div class="card-box">
<div class="medeia-margins">
<img src="./media/MariamDz/Margin (1).png" alt="">
</div>
<div class="box-text-holder">
<h5>Use a pre-integrated
platform</h5>
<p class="card-paragraph-1">Explore our directory to find out-of-
the-box solutions that connect with
Stripe, such as <a href="#" class="squarespace-link" >Squarespace</a> and
<a href="#" class="squarespace-link" >Lightspeed</a>.</p>
</div>
</div>
<div class="card-box">
<div class="medeia-margins">
<img src="./media/MariamDz/Margin (2).png" alt="">
</div>
<div class="box-text-holder">
<h5>Build with Stripe-
certified experts</h5>
<p class="card-paragraph-2">Work with a Stripe consulting
partner that can integrate and
deploy Stripe solutions for you.</p>
</div>
</div>
<div class="card-box">
<div class="medeia-margins">
<img src="./media/MariamDz/Margin (3).png" alt="">
</div>
<div class="box-text-holder">
<h5>Try our no-code
products</h5>
<p class="card-paragraph-3"> Create an <a href="#" class="squarespace-link" >invoice,</a> accept an
<a href="#" class="squarespace-link" >in-
person payment</a>
with your phone,
or share a <a href="#" class="squarespace-link" >payment link</a> directly
from your Dashboard to start
generating revenue in minutes—no
code required.</p>
</div>
</div>
</div>
</div>
</section>
<section class="payment-section">
<div class="start-paragraph">
<div class="paragraph-1">
<h3 class="h3-footer-section">Ready to get started?</h3>
<p class="paragraph-explore" >Explore <a href="#" class="stripe-payments">Stripe Payments,</a> or create an account
instantly and start accepting payments. You can
also contact us to design a custom package for
your business.</p>
<div class="button-wrapper">
<button class="start-button">Start now ></button>
<p class="sales-paragraph">Contact sales ></p>
</div>
</div>
<div class="paragraph-holder">
<div class="paragraph-2">
<img src="./media/MariamDz/SVG (1).svg" class="label-icon" alt="">
<p class="paragraph-pay" >Always know what you pay</p>
<p class="transaction-paragraph" >Integrated per-transaction
pricing with no hidden fees.</p>
<a href="#" class="paragraph-link"> Pricing details > </a>
</div>
<div class="paragraph-3">
<img src="./media/MariamDz/SVG (2).svg" class="media-vector-1" alt="">
<p class="paragraph-integration">Start your integration</p>
<p class="paragraph-running" >Get up and running with Stripe
in as little as 10 minutes.</p>
<a href="#" class="paragraph-link">API reference ></a>
</div>
</div>
</section>
</main>
<footer>
<div class="purple-long-rect"></div>
<div class="blue-short-rect" ></div>
<div class="middle-left-rect"></div>
<div class="middle-right-rect"></div>
<div class="blue-long-rect" ></div>
<div class="purple-short-rect"></div>
<div class="footer-wrapper">
<div class="location-picker">
<div>
<img src="./media/MariamDz/stripe-logo.svg" alt="">
<p>United States (English)</p>
</div>
<p>© 2024 Stripe, Inc.</p>
</div>
<ul>
<li class="first-line">Products & Pricing</li>
<li> <a href="#">Pricing</a></li>
<li> <a href="#">Atlas</a> </li>
<li><a href="#">Billing</a></li>
<li> <a href="#">Capital</a></li>
<li> <a href="#">Checkout</a></li>
<li><a href="#">Climate</a></li>
<li><a href="#">Connect</a></li>
<li><a href="#">Data Pipeline</a></li>
<li><a href="#">Elements</a></li>
<li><a href="#">Financial Connections</a></li>
<li><a href="#">Identity</a></li>
<li><a href="#">Invoicing</a></li>
<li><a href="#">Issuing</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Payments</a></li>
<li><a href="#">Payment Links</a></li>
<li><a href="#">Payouts</a></li>
<li><a href="#">Radar</a></li>
<li><a href="#">Revenue Recognition</a></li>
<li><a href="#">Sigma</a></li>
<li><a href="#">Tax</a></li>
<li><a href="#">Terminal</a></li>
<li><a href="#">Treasury</a></li>
</ul>
<ul>
<li class="first-line">Solutions</li>
<li><a href="#">Startups</a></li>
<li><a href="#">Enterprises</a></li>
<li><a href="#">SaaS</a></li>
<li><a href="#">Platforms</a></li>
<li><a href="#">Ecommerce</a></li>
<li><a href="#">Marketplaces</a></li>
<li><a href="#">Crypto</a></li>
<li><a href="#">Creator economy</a></li>
<li><a href="#">Embedded finance</a></li>
<li><a href="#">Global businesses</a></li>
<li><a href="#">Finance automation</a></li>
<br>
<li class="bold-text">Integrations & Custom Solutions</li>
<li><a href="#">Stripe App Marketplace</a></li>
<li><a href="#">Partner ecosystem</a></li>
<li><a href="#">Professional services</a></li>
<br>
<li class="bold-text">Developers</li>
<li><a href="#">Documentation</a></li>
<li><a href="#">API reference</a></li>
<li><a href="#">API status</a></li>
<li><a href="#">API changelog</a></li>
<li><a href="#">Stripe Apps</a></li>
</ul>
<ul>
<li class="first-line">Resources</li>
<li><a href="#">Guides</a></li>
<li><a href="#">Customer stories</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Annual conference</a></li>
<li><a href="#">Privacy & terms</a></li>
<li><a href="#">Prohibited & restricted businesses</a></li>
<li><a href="#">Licenses</a></li>
<li><a href="#">Cookie settings</a></li>
<li><a href="#">Your privacy choices</a></li>
<br>
<li class="bold-text">Company</li>
<li><a href="#">Jobs</a></li>
<li><a href="#">Newsroom</a></li>
<li><a href="#">Stripe Press</a></li>
<br>
<li class="bold-text">Support</li>
<li><a href="#">Contact sales</a></li>
<li><a href="#">Support center</a></li>
<li><a href="#">Support plans</a></li>
<li><a href="#">CA residents: +1 888 926 2289</a></li>
</ul>
</div>
</footer>
<script src="https://unpkg.com/@highlightjs/cdn-assets@11.7.0/highlight.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.7/dist/chart.umd.min.js"></script>
<script src="./js/chartjs.js"></script>
<script src="./js/gradientAnimation.js"></script>
<!-- <script type="module" src="./js/highlightCode.js"></script> -->
<!-- <script type="module" src="./js/TextReveal.js"></script> -->
</html>