-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathservice.html
47 lines (46 loc) · 2.41 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
<!-- Services section -->
<
<section class="services-section spad set-bg" data-setbg="./frontend/img/3.jpg">
<div class="container">
<div class="row">
<div class="col-lg-6">
<img src="./frontend/img/service.jpg" alt="">
</div>
<div class="col-lg-5 offset-lg-1 pl-lg-0">
<div class="section-title text-grey">
<h3>Services</h3>
<p>SMARTER, SECURE & FASTER</p>
</div>
<div class="services">
<div class="service-item">
<i class="fa fa-home"></i>
<div class="service-text">
<div class="section-title text-black">
<p>Selling & Renting</p>
<p>Dealerless Deals is a platform that provides services for sell (through auction), rent and real estate launch in the property registry using smart contracts</p>
</div>
</div>
</div>
<div class="service-item">
<i class="fa fa-handshake-o"></i>
<div class="service-text">
<div class="section-title text-black">
<p>Smart Contracts</p>
<p>100% electronic and secure property sale where fraud and paper deeds are a thing of the past.<br/>Digital leases which automatically withdraw rent payments and service charges with a full audit trail and no human error.</p>
</div>
</div>
</div>
<div class="service-item">
<i class="fa fa-google-wallet"></i>
<div class="service-text">
<div class="section-title text-black">
<p>Secure Transfer</p>
<p>An autonomous accounting system where every transaction is automatically recorded and balanced without fear of anyone manipulating the system. </br>A secure electronic record for each individual and corporate entity showing all their details among them their credit history.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>