forked from crusher8010/Chargebee-Website-Clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo.html
82 lines (74 loc) · 3.7 KB
/
demo.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="demo.css">
</head>
<body>
<div class="top_bg"></div>
<div id="top">
<div id="logo">
<a href="index.html"><img src="https://www.chargebee.com/static/resources/brand/chargebee-logo-white.svg" alt="" id="image"> </a>
</div>
<div id="heading">
<div id="para">
<h1>
Elevate Your Subscription Experience with Chargebee
</h1>
<h6>
Get a demo that's customized around your unique subscription workflows and pain-points.
</h6>
</div>
<div id="form">
<form action="">
<input type="text" placeholder="First Name" class="inputs">
<hr>
<input type="email" placeholder="Business Email" class="inputs">
<hr>
<input type="text" placeholder="Mobile" class="inputs">
<hr>
<input type="text" placeholder="Your website" class="inputs">
<hr>
<p>Is your company headquartered in India?</p>
<input type="radio" name="ans" value="yes" class="inputs"><span>Yes</span>
<input type="radio" name="ans" value="no" class="inputs"><span>No</span><br><br>
<p>What problem can Chargebee solve for you?</p>
<input type="text" class="description">
<input type="submit" value="Schedule a Demo ➡ " class="btn">
<p> By clicking on Schedule a Demo, you acknowledge having read our <a href=""> Privacy Notices</p><a\>
</form>
</div>
</div>
</div>
<div class="logo2">
<div class="icon">
<img src="https://webstatic.chargebee.com/assets/web/519/images/schedule-a-demo/logos/okta.svg" alt="">
</div>
<div class="icon"> <img src="https://webstatic.chargebee.com/assets/web/519/images/schedule-a-demo/logos/calendly.svg" alt=""></div>
<div class="icon"> <img src="https://webstatic.chargebee.com/assets/web/519/images/schedule-a-demo/logos/freshworks.svg" alt=""></div>
<div class="icon"> <img src="https://webstatic.chargebee.com/assets/web/519/images/schedule-a-demo/logos/study-com.svg" alt=""></div>
<div class="icon"> <img src="https://webstatic.chargebee.com/assets/web/519/images/schedule-a-demo/logos/doodle.svg" alt=""></div>
<div class="icon"> <img src="https://webstatic.chargebee.com/assets/web/519/images/schedule-a-demo/logos/envoy.svg" alt=""></div>
</div>
<div class="second-para">
<div class="para-mid">
<p>Chargebee is a fantastic solution that really meets the needs of any online business from Saas to e-commerce. I have had experience with many platforms both as a leader and as a consultant, and Chargebee is the platform I have liked the most.</p>
<h1>Dailius Wilson</h1>
<p>VP Sales & Growth, GetAccept</p>
</div>
<div class="img-mid">
<img src="https://webstatic.chargebee.com/assets/web/519/images/schedule-a-demo/dailius-wilson.png" alt="">
</div>
</div>
<div class="footer">
<div>
<img src="https://webstatic.chargebee.com/assets/web/519/images/g2-badge-collection/chargebee-top-100-fastest-growing-products-g2.svg" alt="">
</div>
<div class="abc"><img src="https://webstatic.chargebee.com/assets/web/519/images/g2-badge-collection/chargebee-best-results-subscription-management-g2-spring.svg" alt=""></div>
<div class="abc"><img src="https://webstatic.chargebee.com/assets/web/519/images/g2-badge-collection/chargebee-leader-subscription-management-g2-spring.svg" alt=""></div>
</div>
</body>
</html>