-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsection.html
More file actions
94 lines (82 loc) · 3.86 KB
/
Copy pathsection.html
File metadata and controls
94 lines (82 loc) · 3.86 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
<p>Let you track everything in your life with a simple way, learning from your areas of interest to provide more relevant news. Share your ideas, life hacks, and fresh new info with your circle of friends.</p>
<section id="service">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="title wow pulse" data-wow-delay=".5s">
<h2>Useful Tools For Your Life</h2>
<p>
Our platform is used for help people to reach their success day by day
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-4">
<div class="block wow fadeInLeft" data-wow-delay=".7s">
<img src="images/calender.png" alt="">
<h3>Fresc.ME</h3>
<p>
Daily industry news, whatever you choose. Fresc.ME keeps you informed from a single page.
</p>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="block wow fadeInLeft" data-wow-delay=".8s">
<img src="images/clock.png" alt="">
<h3>Timeline & Milestone</h3>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been typesetting industry
</p>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="block wow fadeInLeft" data-wow-delay="1.1s">
<img src="images/user.png" alt="">
<h3>Community Support</h3>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been typesetting industry
</p>
</div>
</div>
</div>
</div>
</section>
<section id="showcase">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block text-center wow fadeInUp" data-wow-delay=".5s">
<img src="images/showcase-img.png" alt="">
</div>
</div>
</div>
</div>
</section>
<section id="testimonial">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<div id="owl-example" class="owl-carousel">
<div>
<h5>
“All I can say is I love this app so much. it helps me to stay productive while learning the latest news and info.” <span>Guy Holder / World Surfer</span>
</h5>
</div>
<div>
<h5>
“All I can say is i love this app so much. it helps me to keep manage my time. Being productive” <span>Guy Holder / World Surfer</span>
</h5>
</div>
<div>
<h5>
“All I can say is i love this app so much. it helps me to keep manage my time. Being productive” <span>Guy Holder / World Surfer</span>
</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</section>