-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqr.html
136 lines (109 loc) · 4.92 KB
/
qr.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
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
<!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">
<link rel="stylesheet" href="QR.css">
<title>QR Code</title>
<link rel="shortcut icon" type="image" href="img/logo.webp">
</head>
<body>
<nav class="navbar background">
<ul class="nav-list">
<div class="logo"><img src="img/khatabook1.jpg" alt="logo"></div>
<li> <a href="index.html">Home</a></li>
<li> <a href="about.html">About</a></li>
<li> <a href="service.html">Services</a></li>
<li> <a href="qr.html">QR</a></li>
<li> <a href="join.html">Join Us</a></li>
<li> <a href="contact.html">Contact</a></li>
</ul>
<div class="rightNav">
<button class="btn btn-sm">Register</button>
</div>
</nav>
<section class="bady">
<div class="qrimg">
<img src="img/frame.png" alt="QR CODE">
</div>
<div class="major-text">
<h4>4Crore+ merchants trust Khatabook</h4>
<p>It is the safest and fastest way to collect payments</p>
</div>
<div class="box">
<div class="card">
<img src="img/safe.webp" alt="png" width="150px" height="150px">
<h5>100% Safe And Secure</h5>
</div>
<div class="box">
<div class="card">
<img src="img/cash.webp" alt="png" width="150px" height="150px">
<h5>Cashless Payment</h5>
</div>
<div class="box">
<div class="card">
<img src="img/zero.webp" alt="png" width="150px" height="150px">
<h5>Zero Charge</h5>
</div>
</div>
</div>
</div>
<section class="QR-box">
<div class="QR-text">
<h2>Start using Khatabook QR</h2>
<p>Accept fast, safe and contactless payments with UPI and QR codes</p>
</div>
<section class="secRight">
<div class="paras">
<h2 class="sectionTag text-big">Download merchant QR</h2>
<p>Download your own QR and share with<br> customers for faster and easier money<br> collection.</p>
</div>
<div class="thumbnail">
<img src="img/ab.webp" alt="Laptop image" class="imgfluid">
</div>
</section>
<!----About section mo.3---->
<section class="secLeft">
<div class="paras">
<h2 class="sectionTag text-big">Order FREE QR display</h2>
<p>Khatabook will home deliver your QR code for <br>FREE</p>
</div>
<div class="thumbnail">
<img src="img/bc.jpg" alt="Laptop image" class="imgfluid">
</div>
</section>
<!----About section no.4---->
<section class="secRight">
<div class="paras">
<h2 class="sectionTag text-big">Accept Payments</h2>
<p>Use Khatabook all-in-one QR to accept<br> payments from any UPI payment app.</p>
</div>
<div class="thumbnail">
<img src="img/cd.webp" alt="Laptop image" class="imgfluid">
</div>
</section>
</section>
<div class="Next-Text3">
<p>Download Khatabook now & take charge of all your transactions...</p>
</div>
<!----About section no.10---->
<div class="contact-me">
<p>Build for the next billion users coming <br> <br>online for the first time</p>
<a class="button-two" href="register.html">Khatabook</a>
</div>
<!----footer start---->
<footer>
<p>Khatabook</p>
<p>The Khatabook team offers customer support from 7am to 10pm on all days. <br> <br>Call us on
+91-9606800800 or write to us at [email protected]</p>
<div class="social">
<a href="https://www.facebook.com/"><img src="img/facebook.jpg" alt="fb" width="50px" height="50px"></a>
<a href="https://instagram.com/"><img src="img/instagram.png" alt="insta" width="50px" height="50px"></a>
<a href="https://www.linkedin.com/"><img src="img/inkedin.png" alt="linkedin" width="50px" height="50px"></a>
<a href="https://twitter.com/"><img src="img/twitter1.png" alt="twitter" width="50px" height="50px"></a>
</div>
<p class="end">CopyRight By Khatabook</p>
</footer>
</body>
</html>