-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·401 lines (371 loc) · 17.6 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
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>heart.io</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'
rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic'
rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/creative.css" rel="stylesheet">
<link rel="stylesheet" href="css/c3.css" type="text/css">
<script src="js/c3.min.js"></script>
<script src="js/d3-5.4.0.min.js" charset="utf-8"></script>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<img src="img/logo2.png" height="37.5" width="37.5">
<a class="navbar-brand js-scroll-trigger text-lowercase font-italic" href="#page-top">heart.io</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#portfolio">Diseases</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#demo">Diagnosis</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#results">Analysis</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="masthead text-center d-flex font-italic">
<div class="container my-auto">
<div class="row" style="padding-top:10px;">
<div class="col-lg-10 mx-auto">
<img src="img/logo2.png" height="300" width="300">
<h1>
<strong>heart.io</strong>
</h1>
<hr>
</div>
<div class="col-lg-8 mx-auto">
<p class="mb-5">Saving Lives One .jpg at a Time</p>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#about"><i class="fas fa-4x fa-angle-down"></i></a>
</div>
</div>
</div>
</header>
<!-- NEW PAGE OSHTON -->
<section class="bg-primary" id="about">
<div class="aboutpage">
<div class="row">
<div class="col">
<br><br>
<h2 style="color: white; text-align:center; font-family: Helvetica Neue">About the Project</h2>
<p style="text-align: center; color: white;">______________</p>
<p class="text-left" style="padding:50px;padding-left:150px; font-size: 14px; color: white">Dear Fellow User, <br><br>
Not everyone has access to the best doctors. In fact, 20% of Americans go without any healthcare at all. However, 96% of Americans have access to an internet connected device. As a team, we recognize this disparity in access to medical advice and as a result with our application heart.io we intend to give access to an expert opinion that some would otherwise never get. <br>
<br>By integrating convolutional neural networks (CNN) with a user friendly web application, heart.io delivers a personalized health analysis in less than one second. This is achieved by having users simply upload one image file of a suspected carcinogenic blemish (i.e. a mole, bodily discoloration, etc.). Give it a try!
<br><br>Sincerely,<br><br> The 2B1S Team
</p>
</div>
<div class="col">
<br><br>
<h2 style="color: white; text-align:center; font-family: Helvetica Neue">About the Creators</h2>
<p style="text-align: center; color: white;">______________</p>
<br>
   <img src="img/Stewart.png" alt="Stewart" height="133.12" width="248" style="font-weight: strong; padding-left: 95px; padding-right: 25px;">
 <img src="img/Oshton.png" alt="Oshton" height="175.5" width="150" style="font-weight: strong; padding-right: 15px">
 <img src="img/Tejas.png" alt="Tejas" height="134.16" width="144" style="font-weight: strong; padding-right: 10px"><br>
<p style='color: white; font-weight: strong;'>           Stewart Dulaney      Oshton Tsen      Tejas Shah</p>
   <img src="img/Edmond.png" alt="Edmond" height="133.12" width="313" style="font-weight: strong; padding-left: 165px; padding-right: 15px">
  <img src="img/Ohad.png" alt="Ohad" height="182" width="140" style="font-weight: strong;"><br>
<p style='color: white; font-weight: strong;'>               Edmond Nemsingh    Ohad Michel
<br><br>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading text-white">Let's Go!</h2>
<hr class="light my-4s">
<a class="btn btn-light btn-xl js-scroll-trigger" href="#services">Get Started!</a>
</div>
</div>
</div>
</section>
<section id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">At Your Service</h2>
<hr class="my-4">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fas fa-4x fa-brain text-primary mb-3 sr-icon-1"></i>
<h3 class="mb-3">Machine Learning</h3>
<p class="text-muted mb-0">Leverage the predictive power of machine learning.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fas fa-4x fa-universal-access text-primary mb-3 sr-icon-2"></i>
<h3 class="mb-3">Universally Accessible</h3>
<p class="text-muted mb-0">Available for everyone.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fas fa-4x fa-chart-line text-primary mb-3 sr-icon-3"></i>
<h3 class="mb-3">Scalable</h3>
<p class="text-muted mb-0">Knowledge limited only by the size of the data set.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fas fa-4x fa-heart text-primary mb-3 sr-icon-4"></i>
<h3 class="mb-3">Made with Love</h3>
<p class="text-muted mb-0">Made with love by Team 2B1S.</p>
</div>
</div>
</div>
</div>
</section>
<section class="p-0" id="portfolio">
<div class="container-fluid p-0">
<div class="row no-gutters popup-gallery">
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="img/portfolio/fullsize/1.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/1.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Disease
</div>
<div class="project-name">
Melanocytic nevi
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="img/portfolio/fullsize/2.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/2.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Disease
</div>
<div class="project-name">
Melanoma
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="img/portfolio/fullsize/3.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/3.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Disease
</div>
<div class="project-name">
Dermatofibroma
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="img/portfolio/fullsize/4.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/4.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Disease
</div>
<div class="project-name">
Basal cell carcinoma
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="img/portfolio/fullsize/5.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/5.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Disease
</div>
<div class="project-name">
Actinic keratoses
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="img/portfolio/fullsize/6.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/6.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Disease
</div>
<div class="project-name">
Vascular lesions
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<section class="bg-dark text-black" id="demo" style="margin-right:-10px;">
<h2 style="color: #162834; text-shadow: 0px 0.5px 0.5px; text-align:center; font-family: Helvetica Neue">Recieve Your Personalized Health Analysis <br> in <span style="color:red">One</span> min. with <span style="color:red">One</span> .jpg</h2><br>
<div class="container" id="upload-container">
<div class="text-center" id="upload-inner-container">
<div id="total-drop-area" style="padding:15px;">
<h1 style="padding-top: 30px; color: #162834"><b><i>Submit Your Image Below</i></b></h1><br>
<div class="upload-drop-zone" id="drop-zone">
<!-- <i class="fas fa-upload" style="font-size: 8em; padding: 50px"></i><br> -->
<br><img src="img/window_red.png" style="height:150px")<br><br><br>
<h1 style="font-weight: 700; font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; font-size: 35px; color: #162834; font-style: italic;">Drag & Drop<br>your files here</h1>
<h1 style="font-weight: 700; font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; font-size: 20px; font-style: italic;">or</h1>
</div>
<div class="upload-btn-wrapper">
<button type="button" class="btn btn-primary" for="js-upload-files">Choose your files</button>
<input type="file" name="files[]" id="js-upload-files" onchange="previewFileClassic()">
</div>
</div>
<img id="img-preview" style="margin-top: 20px; border-style: dashed; border-color: #ccc; border-width: 2px;"
src="" width="420px" alt="Image preview...">
<form action="" method="post" enctype="multipart/form-data" id="js-upload-form">
<br>
<button type="submit" class="btn btn-sm btn-primary" id="js-upload-submit">Upload files</button>
<button type="button" onclick="clearFiles()" class="btn btn-sm btn-primary" id="js-upload-cancel">Cancel
upload</button>
</form>
</div>
</div>
</section>
<section id="results">
<div class="container">
<h2 class="section-heading text-center" style= "font-size: 35px !important;">Your Personalized Health Analysis <br> Is Ready</h2>
<hr class="my-4">
<div class="row text-center">
<div class="col" id="results-primary" style="color: white; background-color: rgb(172, 20, 20)"><br>
<img src="img/001-bacteria-1.svg" style="padding-right: 20px; height: 100px" ><br><br>
<h1>0%</h1>
<h3>Melanocytic nevi</h3>
<span style="color: white">______</span>
<p></p>
</div>
<div class="col-8">
<div class="row">
<div class="col" id="results-nv"><br>
<img src="img/001-bacteria-1.svg" height="130px" style="padding-right: 20px; padding-bottom: 30px">
<h3>0%</h3>
<h5>Melanocytic nevi</h5><br><br><br>
</div>
<div class="col" id="results-mel"><br>
<img src="img/002-bacteria.svg" height="130px" style="padding-right: 20px; padding-bottom: 30px">
<h3>0%</h3>
<h5>Melanoma</h5><br><br><br>
</div>
<div class="col" id="results-bcc"><br>
<img src="img/003-bacteria-2.svg" height="130px" style="padding-right: 20px; padding-bottom: 30px">
<h3>0%</h3>
<h5>Basal cell carcinoma</h5><br><br><br>
</div>
</div>
<div class="row">
<div class="col" id="results-akiec">
<img src="img/004-bacteria-3.svg" height="130px" style="padding-right: 20px; padding-bottom: 30px">
<h3>0%</h3>
<h5>Actinic keratoses</h5>
</div>
<div class="col" id="results-vasc">
<img src="img/008-healthcare-and-medical.svg" height="130px" style="padding-right: 20px; padding-bottom: 30px">
<h3>0%</h3>
<h5>Vascular lesions</h5>
</div>
<div class="col" id="results-df">
<img src="img/010-virus-2.svg" height="130px" style="padding-right: 20px; padding-bottom: 30px">
<h3>0%</h3>
<h5>Dermatofibroma</h5>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" style="background-color: #FE3637">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading" style="color: white!important">More Coming Soon. Let's Stay in Touch!</h2>
<hr class="my-4">
<p class="mb-5" style="color: white!important">The 2B1S Team is excited to expand the functionality of this project. <br>
Subscribe to our mailing list below to hear about news and updates! <br></p>
<span style='font-weight: strong; color: white'> heart.io will be making an appearance to an app store new you.</span></p>
</div>
</div>
<div class="row">
<div class="col text-center">
<i class="fas fa-envelope fa-3x mb-3 sr-contact-2"></i>
<p>
<a href="mailto:[email protected]" style="color:white">[email protected]</a>
</p>
</div>
</div>
</div>
</section>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/creative.js"></script>
</body>
</html>