-
Notifications
You must be signed in to change notification settings - Fork 6
/
teste.html
92 lines (90 loc) · 4.64 KB
/
teste.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
---
layout: default
title: "Our Services"
description: "Our Services Description Lorem Vestibulum aliquip, soluta, accumsan, repellat curae, per, mollis architecto"
---
{% include page_header.html %}<!-- features-area -->
<section class="features-area section-ptb">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="single-features text-center mb-30 wow fadeInUp" data-wow-delay="0.2s">
<div class="features-icon mb-30">
<i class="fas fa-box-open"></i>
</div>
<div class="features-content mb-35">
<h4>Product Development</h4>
<p>111 Lorem ipsum dolor sit amet, conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.
</p>
</div>
<div class="features-icon">
<a href="#"><i class="fas fa-arrow-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-features active text-center mb-30 wow fadeInUp" data-wow-delay="0.4s">
<div class="features-icon mb-30">
<i class="fas fa-sliders-h"></i>
</div>
<div class="features-content mb-35">
<h4>Marketing & Planning</h4>
<p>112 Lorem ipsum dolor sit amet, conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.
</p>
</div>
<div class="features-icon">
<a href="#"><i class="fas fa-arrow-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-features text-center mb-30 wow fadeInUp" data-wow-delay="0.6s">
<div class="features-icon mb-30">
<i class="fas fa-headphones-alt"></i>
</div>
<div class="features-content mb-35">
<h4>24/7 Online Support</h4>
<p>113 Lorem ipsum dolor sit amet, conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.
</p>
</div>
<div class="features-icon">
<a href="#"><i class="fas fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="about-romada about-lg-p theme-bg pt-100 pb-100">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="about-img wow fadeInLeft" data-wow-delay="0.2s">
<img src="{{relative_url}}/assets/img/features/features_01.png" alt="">
</div>
</div>
<div class="col-lg-6">
<div class="section-title mb-20">
<span>About Xavat</span>
<h2>Get Started With SmartCash</h2>
</div>
<div class="about-content">
<p><strong>SmartCash</strong> is a community governance, cooperation & growth focused blockchain
based currency & a decentralized economy.</p>
<p><strong>SmartHive</strong> The self-funding mechanism that pays for the development and
encourages members of the community to create their projects to grow and expand the use of
SmartCash as a coin all over the globe.</p>
<p><strong>SmartRewards</strong> SmartRewards are a price stabilization mechanism and a way to
encourage long term holding.</p>
<p><strong>InstantPay</strong> In order to provide a quality merchant experience, having Instant
Transactions is a must, therefore, say hello to InstantPay.
</p>
</div>
<div class="about-btn">
<a href="#" class="btn">get started now</a>
</div>
</div>
</div>
</div>
</section>
<!-- features-area-end -->