-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
executable file
·100 lines (93 loc) · 4.57 KB
/
features.html
File metadata and controls
executable file
·100 lines (93 loc) · 4.57 KB
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
---
layout: default
header_image: "/assets/images/page-title-bg.jpg"
title: "Features Page"
---
{% include page_header.html %}
<!--====== PROJECT PART START ======-->
<section class="project-case-area pt-100">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-4 col-md-7 col-sm-9">
<div class="project-case-item mt-30">
<div class="project-case-thumb">
<img src="/assets/images/project/project-3.jpg" alt="">
<i class="fal fa-stars"></i>
</div>
<div class="project-case-content text-center">
<img src="/assets/images/project-shadow.png" alt="">
<h4 class="title">Events IT Solutions</h4>
<span>Important Of IT Services In Business</span>
<p>Avoids pleasure itself, because it is pleasure, but because those who do not know how</p>
<a href="#">View Details <i class="fal fa-arrow-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-7 col-sm-9">
<div class="project-case-item mt-30">
<div class="project-case-thumb">
<img src="/assets/images/project/project-4.jpg" alt="">
<i class="fal fa-stars"></i>
</div>
<div class="project-case-content text-center">
<img src="/assets/images/project-shadow.png" alt="">
<h4 class="title">Cyber Security</h4>
<span>Important Of IT Services In Business</span>
<p>Avoids pleasure itself, because it is pleasure, but because those who do not know how</p>
<a href="#">View Details <i class="fal fa-arrow-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-7 col-sm-9">
<div class="project-case-item mt-30">
<div class="project-case-thumb">
<img src="/assets/images/project/project-5.jpg" alt="">
<i class="fal fa-stars"></i>
</div>
<div class="project-case-content text-center">
<img src="/assets/images/project-shadow.png" alt="">
<h4 class="title">Product Design</h4>
<span>Important Of IT Services In Business</span>
<p>Avoids pleasure itself, because it is pleasure, but because those who do not know how</p>
<a href="#">View Details <i class="fal fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--====== PROJECT PART START ======-->
<!--====== PROJECT PART START ======-->
<section class="project-area project-4-area">
<div class="container">
<div class="row justify-content-center justify-content-md-left">
<div class="col-lg-6 col-sm-9">
<div class="project-item mt-30">
<div class="project-thumb">
<img src="/assets/images/project/project-1.jpg" alt="Project">
</div>
<div class="project-content text-center">
<h4 class="title">Events IT Solutions</h4>
<span>Important Of IT Services In Business</span>
<p>Avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone</p>
<a href="#">View Details <i class="fal fa-long-arrow-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-9">
<div class="project-item mt-30">
<div class="project-thumb">
<img src="/assets/images/project/project-2.jpg" alt="Project">
</div>
<div class="project-content text-center">
<h4 class="title">Product Marketing</h4>
<span>Important Of IT Services In Business</span>
<p>Avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone</p>
<a href="#">View Details <i class="fal fa-long-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--====== PROJECT PART ENDS ======-->