-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
360 lines (346 loc) · 16.1 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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="./assets/img//apple-icon.png">
<link rel="icon" type="image/png" href="./assets/img/brand/GenoVision-base-logo.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>
GenoVision
</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport' />
<!-- Fonts and icons -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,200" rel="stylesheet" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<!-- CSS Files -->
<link href="./assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="./assets/css/paper-kit.css?v=2.2.0" rel="stylesheet" />
<!-- Custoization -->
<link href="./assets/css/style.css" rel="stylesheet" />
</head>
<body class="landing-page sidebar-collapse" id="page-top">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg fixed-top navbar-transparent " color-on-scroll="300">
<div class="container">
<div class="navbar-translate">
<div class="brands">
<a class="navbar-brand" href="http://www.data-co-lab.com/" rel="tooltip" title="Data Co-Lab" data-placement="bottom" target="_blank">
<img class="brand-img" src="./assets/img/brand/logo_white.png">
</a>
<a class="navbar-brand js-scroll-trigger" href="#page-top" rel="tooltip" title="GenoVision" data-placement="bottom" target="_self">
<img class="brand-img" id="project-logo" src="./assets/img/brand/logo-full-white.png">
</a>
</div>
<button class="navbar-toggler navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation" aria-controls="navigation-index" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-bar bar1"></span>
<span class="navbar-toggler-bar bar2"></span>
<span class="navbar-toggler-bar bar3"></span>
</button>
</div>
<div class="collapse navbar-collapse justify-content-end" id="navigation">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" rel="tooltip" title="Like us on Facebook" data-placement="bottom" href="https://www.facebook.com/datacolabTN" target="_blank">
<i class="fa fa-facebook-square"></i>
<p class="d-lg-none">Facebook</p>
</a>
</li>
<li class="nav-item">
<a class="nav-link" rel="tooltip" title="Star on GitHub" data-placement="bottom" href="https://github.com/taherromdhane/histopathologic-cancer-detection" target="_blank">
<i class="fa fa-github"></i>
<p class="d-lg-none">GitHub</p>
</a>
</li>
<li class="nav-item">
<a href="#About" class="nav-link js-scroll-trigger">
<i class="fa fa-info-circle"></i> About</a>
</li>
<li class="nav-item">
<a href="#Team" class="nav-link">
<i class="fa fa-users"></i> Team</a>
</li>
<li class="nav-item">
<a href="#Contact" class="nav-link">
<i class="fa fa-send"></i> Contact Us</a>
</li>
<li>
<a href="./upload.html">
<button type="button" class="btn btn-neutral btn-round">
Try it for free
</button>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<div class="page-header" data-parallax="true" style="background-image: url('./assets/img/header-image.jpg');">
<div class="filter"></div>
<div class="container">
<div class="motto text-center">
<h1 id="project-title">GenoVision</h1>
<h3> Cancer detection made easier.</h3>
<br />
<a href="https://github.com/taherromdhane/histopathologic-cancer-detection" class="btn btn-outline-neutral btn-round" target="_blank">
<i class="fa fa-github"></i>View on GitHub</a>
<a href="./upload.html">
<button type="button" class="btn btn-neutral btn-round">Try it for free</button>
</a>
</div>
</div>
</div>
<div class="main">
<div class="section text-center" id="About">
<div class="container">
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<h2 class="title">Let's talk product</h2>
<h5 class="description">We have developed a <strong>Deep Learning</strong> model that can help doctors identify potential histopathologic cancer in metastic tissues more easily, thus optimizing their work and helping them save <strong>time</strong> and <strong>lives</strong>.</h5>
<br>
<a href="./upload.html" class="btn btn-primary btn-round">Try it yourself!</a>
</div>
</div>
<br/>
<br/>
<div class="row">
<div class="col-md-3">
<div class="info">
<div class="icon icon-primary">
<i class="nc-icon nc-bulb-63"></i>
</div>
<div class="description">
<h4 class="info-title">Innovation</h4>
<hr>
<p>We use innovative technology applied in the healthcare sector to offer better services to the people.</p>
<!-- <a href="javascript:;" class="btn btn-link btn-primary">See more</a> -->
</div>
</div>
</div>
<div class="col-md-3">
<div class="info">
<div class="icon icon-primary">
<i class="nc-icon nc-chart-bar-32"></i>
</div>
<div class="description">
<h4 class="info-title">Insights</h4>
<hr>
<p>We aim to offer useful statistics that will help doctors make more informed decisions in the future.</p>
<!-- <a href="javascript:;" class="btn btn-link btn-primary">See more</a> -->
</div>
</div>
</div>
<div class="col-md-3">
<div class="info">
<div class="icon icon-primary">
<i class="nc-icon nc-sun-fog-29"></i>
</div>
<div class="description">
<h4 class="info-title">Ease of Use</h4>
<hr>
<p>Our product is simple to use and fast to yield results, thus helps in gaining time.</p>
<!-- <a href="javascript:;" class="btn btn-link btn-primary">See more</a> -->
</div>
</div>
</div>
<div class="col-md-3">
<div class="info">
<div class="icon icon-primary">
<i class="nc-icon nc-album-2"></i>
</div>
<div class="description">
<h4 class="info-title">Test Images</h4>
<hr>
<p class="description">We provide test images so you can see the model in action.</p>
<!-- <a href="javascript:;" class="btn btn-link btn-primary">See more</a> -->
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section text-center" >
<div class="container" id="co-lab-snippet">
<div class="col-md-8 ml-auto mr-auto">
<h2 class="title">Let's talk Data Co-Lab</h2>
<h5 class="description">Visit our website to know more about the
organization who's mission is to empower AI culture in Tunisia.</h5>
</div>
<div class="col-md-11 ml-auto mr-auto">
<a href="http://www.data-co-lab.com/" target="_blank">
<div class="card bg-dark text-white" id="co-lab-card">
<img src="./assets/img/co-lab-snippet.PNG" class="card-img" alt="data co-lab link" id="co-lab-card-img">
<div class="card-img-overlay" id="co-lab-snippet-overlay">
<h3 class="card-title" id="co-lab-card-txt"></h3>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="section section-dark text-center" id="Team">
<div class="container">
<h2 class="title">Let's talk about us</h2>
<div class="row">
<div class="col-md-4">
<div class="card card-profile card-plain">
<div class="card-avatar">
<a href="#avatar">
<img src="./assets/img/lilia_ennouri.jpg" alt="Image of Lilia Ennouri">
</a>
</div>
<div class="card-body">
<a href="#paper-kit">
<div class="author">
<h4 class="card-title">Lilia Ennouri</h4>
<h6 class="card-category">Head of Engineering at Data Co-Lab</h6>
</div>
</a>
<p class="card-description text-center">
Teamwork is so important that it is virtually impossible for you to reach the heights of your capabilities or make the money that you want without becoming very good at it.
</p>
</div>
<div class="card-footer text-center">
<a href="#pablo" class="btn btn-link btn-just-icon btn-neutral"><i class="fa fa-twitter"></i></a>
<a href="https://github.com/taherromdhane" class="btn btn-link btn-just-icon btn-neutral"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/taher-romdhane/" class="btn btn-link btn-just-icon btn-neutral"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-profile card-plain">
<div class="card-avatar">
<a href="#avatar">
<img src="./assets/img/taher_romdhane.jpg" alt="Image of Taher Romdhane">
</a>
</div>
<div class="card-body">
<a href="#paper-kit">
<div class="author">
<h4 class="card-title">Taher Romdhane</h4>
<h6 class="card-category">Engineering Team Member at Data Co-Lab</h6>
</div>
</a>
<p class="card-description text-center">
A group becomes a team when each member is sure enough of himself and his contribution to praise the skill of the others. No one can whistle a symphony. It takes an orchestra to play it.
</p>
</div>
<div class="card-footer text-center">
<a href="#pablo" class="btn btn-link btn-just-icon btn-neutral"><i class="fa fa-twitter"></i></a>
<a href="#pablo" class="btn btn-link btn-just-icon btn-neutral"><i class="fa fa-github"></i></a>
<a href="#pablo" class="btn btn-link btn-just-icon btn-neutral"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-profile card-plain">
<div class="card-avatar">
<a href="#avatar">
<img src="./assets/img/achraf_haddar.jpg" alt="Image of Achraf Haddar">
</a>
</div>
<div class="card-body">
<a href="#paper-kit">
<div class="author">
<h4 class="card-title">Achraf Haddar</h4>
<h6 class="card-category">Engineering Team Member at Data Co-Lab</h6>
</div>
</a>
<p class="card-description text-center">
The strength of the team is each individual member. The strength of each member is the team. If you can laugh together, you can work together, silence isn’t golden, it’s deadly.
</p>
</div>
<div class="card-footer text-center">
<a href="#pablo" class="btn btn-link btn-just-icon btn-neutral"><i class="fa fa-twitter"></i></a>
<a href="#pablo" class="btn btn-link btn-just-icon btn-neutral"><i class="fa fa-github"></i></a>
<a href="#pablo" class="btn btn-link btn-just-icon btn-neutral"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section landing-section" id="Contact">
<div class="container">
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<h2 class="text-center">Have something to ask us?</h2>
<form class="contact-form">
<div class="row">
<div class="col-md-6">
<label>Name</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text">
<i class="nc-icon nc-single-02"></i>
</span>
</div>
<input type="text" class="form-control" placeholder="Name">
</div>
</div>
<div class="col-md-6">
<label>Email</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text">
<i class="nc-icon nc-email-85"></i>
</span>
</div>
<input type="text" class="form-control" placeholder="Email">
</div>
</div>
</div>
<label>Message</label>
<textarea class="form-control" rows="4" placeholder="Tell us your thoughts and feelings..."></textarea>
<div class="row">
<div class="col-md-4 ml-auto mr-auto">
<button class="btn btn-primary btn-lg btn-fill">Send Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<footer class="footer footer-white ">
<div class="container">
<div class="row">
<nav class="footer-nav">
<ul>
<li>
<a href="mailto:[email protected]" target="_blank">Contact</a>
</li>
<li>
<a href="" target="_blank">Portfolio</a>
</li>
</ul>
</nav>
<div class="credits ml-auto">
<span class="copyright">
©
<script>
document.write(new Date().getFullYear())
</script>, made with <i class="fa fa-heart heart"></i> by Taher
</span>
</div>
</div>
</div>
</footer>
<!-- Core JS Files -->
<script src="./assets/js/core/jquery.min.js" type="text/javascript"></script>
<script src="./assets/js/core/popper.min.js" type="text/javascript"></script>
<script src="./assets/js/core/bootstrap.min.js" type="text/javascript"></script>
<!-- Plugin for Switches, full documentation here: http://www.jque.re/plugins/version3/bootstrap.switch/ -->
<script src="./assets/js/plugins/bootstrap-switch.js"></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
<script src="./assets/js/plugins/nouislider.min.js" type="text/javascript"></script>
<!-- Plugin for the DatePicker, full documentation here: https://github.com/uxsolutions/bootstrap-datepicker -->
<script src="./assets/js/plugins/moment.min.js"></script>
<script src="./assets/js/plugins/bootstrap-datepicker.js" type="text/javascript"></script>
<!-- Control Center for Paper Kit: parallax effects, scripts for the example pages etc -->
<script src="./assets/js/paper-kit.js?v=2.2.0" type="text/javascript"></script>
<!-- Google Maps Plugin -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY_HERE"></script>
</body>
</html>