-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·157 lines (155 loc) · 5.72 KB
/
index.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
---
layout: page
title: Finance Text Mining
permalink: /
---
<!-- Slider Start -->
<section id="slider">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-2">
<div class="block">
<center><h1 class="animated fadeInUp"> Finance Text Mining</h1></center>
<!--p class="animated fadeInUp">We love the Web and the work we do.We work closely with our </br> clients to deliver the best possible solutions for their needs</p-->
</div>
</div>
</div>
</div>
</section>
<!--
<section class="service">
<div class="container">
<div class="row">
<div class="section-title">
<h2>Our Products</h2>
<p></p>
</div>
</div>
<div class="row ">
<div class="col-sm-6 col-md-4">
<div class="service-item">
<a href="{{ site.baseurl }}/btic">
<img src="{{ site.baseurl }}/img/dendrogram.png" style="width: 50px;margin: 20px 0"/>
<h4>BTIC</h4>
<p> Business Text Industry Classification </p>
</a>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="service-item">
<a href="{{ site.baseurl }}/wbfs">
<i class="icon ion-ios-search"></i>
<h4>WBFS</h4>
<p> Word Based Firm Search </p>
</a>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="service-item">
<i class="icon ion-ios-locked-outline"></i>
<h4>Comming Soon</h4>
<p> Comming Soon </p>
</div>
</div>
</div>
</div>
</section-->
<!--
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2>We design delightful digital experiences.</h2>
<p>Read more about what we do and our philosophy of design. Judge for yourself The work and results we’ve achieved for other clients, and meet our highly experienced Team who just love to design.</p>
<a class="btn btn-default btn-call-to-action" href="#" >Tell Us Your Story</a>
</div>
</div>
</div>
</div>
</section>
<section id="testimonial">
<div class="container">
<div class="row">
<div class="section-title text-center">
<h2>Fun Facts About Us</h2>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="block">
<ul class="counter-box clearfix">
<li>
<div class="block">
<i class="ion-ios-chatboxes-outline"></i>
<h4 class="counter">20000</h4>
<span>Cups Of Coffee</span>
</div>
</li>
<li>
<div class="block">
<i class="ion-ios-glasses-outline"></i>
<h4 class="counter">20000</h4>
<span>Cups Of Coffee</span>
</div>
</li>
<li>
<div class="block">
<i class="ion-ios-compose-outline"></i>
<h4 class="counter">20000</h4>
<span>Cups Of Coffee</span>
</div>
</li>
<li>
<div class="block">
<i class="ion-ios-timer-outline"></i>
<h4 class="counter">20000</h4>
<span>Cups Of Coffee</span>
</div>
</li>
</ul>
</div>
</div>
<div class="col-md-6">
<div class="testimonial-carousel">
<div id="testimonial-slider" class="owl-carousel">
<div>
<img src="img/cotation.png" alt="IMG">
<p>"This Company created an e-commerce site with the tools to make our business a success, with innovative ideas we feel that our site has unique elements that make us stand out from the crowd."</p>
<div class="user">
<img src="img/item-img1.jpg" alt="Pepole">
<p><span>Rose Ray</span> CEO-Themefisher</p>
</div>
</div>
<div>
<img src="img/cotation.png" alt="IMG">
<p>"This Company created an e-commerce site with the tools to make our business a success, with innovative ideas we feel that our site has unique elements that make us stand out from the crowd."</p>
<div class="user">
<img src="img/item-img1.jpg" alt="Pepole">
<p><span>Rose Ray</span> CEO-Themefisher</p>
</div>
</div>
<div>
<img src="img/cotation.png" alt="IMG">
<p>"This Company created an e-commerce site with the tools to make our business a success, with innovative ideas we feel that our site has unique elements that make us stand out from the crowd."</p>
<div class="user">
<img src="img/item-img1.jpg" alt="Pepole">
<p><span>Rose Ray</span> CEO-Themefisher</p>
</div>
</div>
<div>
<img src="img/cotation.png" alt="IMG">
<p>"This Company created an e-commerce site with the tools to make our business a success, with innovative ideas we feel that our site has unique elements that make us stand out from the crowd."</p>
<div class="user">
<img src="img/item-img1.jpg" alt="Pepole">
<p><span>Rose Ray</span> CEO-Themefisher</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
-->