-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice.html
86 lines (77 loc) · 3.72 KB
/
service.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
<!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="service.css">
<title>Service</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>
<!----service section---->
<div class="image">
<img src="img/gossner.webp" alt="image" width="1465px" height="700px">
</div>
<div class="service">
<div class="title">
<h2>Our Services</h2>
</div>
<div class="box">
<div class="card">
<img src="img/blog.jpg" alt="png" width="60px" height="60px">
<h5>Khatabook Blog</h5>
<div class="pra">Khatabook is the world's fastest-growing SaaS company. It is India's leading business management app for MSMEs that enables companies to keep a digital log of their financial transactions and accept payments online.<br>Ravish Naresh is the Co-Founder and CEO at Khatabook . Additionally, Ravish Naresh has had 2 past jobs including Co-Founder/COO at Housing.com .</p>
</div>
</div>
<div class="box">
<div class="card">
<img src="img/payment.png" alt="png" width="60px" height="60px">
<h5>Payment System</h5>
<div class="pra">
<p>A payment system is any system used to settle financial transactions through the transfer of monetary value. This includes the institutions, instruments, standards, and technologies that make its exchange possible.</p>
</div>
</div>
<div class="box">
<div class="card">
<img src="img/QR.png" alt="png" width="60px" height="60px">
<h5>Khatabook QR Code</h5>
<div class="pra">
<p>A QR code is a type of matrix barcode invented in 1994 by the Japanese automotive company Denso Wave. A barcode is a machine-readable optical label that can contain information about the item to which it is attached. </p>
</div>
</div>
</div>
</div>
</div>
<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 feedback@khatabook.com</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>