-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (75 loc) · 5.33 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>CureIO</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.1.1/aos.css">
<link rel="stylesheet" href="assets/css/untitled.css">
</head>
<body>
<nav class="navbar navbar-dark navbar-expand-lg fixed-top navbar-custom" style="background-color: #181515;">
<div class="container"><a class="navbar-brand text-capitalize" href="#" style="width: 223px;"><img src="assets/img/curebandlogo.png" style="height: 25%;width: 10%;padding-right: 0;margin-right: 19px;padding-bottom: 1px;">CureIO</a><button class="navbar-toggler" data-toggle="collapse"
data-target="#navbarResponsive"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item" role="presentation"><a class="nav-link" href="https://www.instagram.com/cure_io_/">INSTAGRAM</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="https://twitter.com/cure_io">TWITTER<br></a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="https://github.com/cureio">GITHUB</a></li>
</ul>
</div>
</div>
</nav>
<header class="masthead text-center text-white" style="padding-bottom: 8vh;padding-top: 27vh;">
<div class="masthead-content">
<div class="container" data-aos="fade" data-aos-duration="1400" style="padding-bottom: 152px;">
<h1 class="masthead-heading mb-0" style="font-size: 25vmin;"><strong>CureIO</strong></h1>
<h3 class="masthead-subheading mb-0" style="font-size: 2em;"><strong>We Build An Open Source Future</strong></h3><a class="btn btn-primary btn-xl rounded-pill mt-5" role="button" href="https://github.com/cureio" style="background-color: #181515;padding-bottom: 24px;">View on github</a></div>
</div>
<div class="bg-circle-1 bg-circle"></div>
<div class="bg-circle-2 bg-circle"></div>
<div class="bg-circle-3 bg-circle"></div>
<div class="bg-circle-4 bg-circle"></div>
</header>
<section>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 order-lg-2">
<div class="p-5"><img class="rounded-circle img-fluid" src="assets/img/Untitled%20drawing%20(4).png"></div>
</div>
<div class="col-lg-6 order-lg-1">
<div class="p-5">
<h2 class="display-4" style="font-size: 50px;">cureio/<strong>heart</strong></h2>
<p>This library allows you to detect an irregular heart rate, find times where the user's heart is at risk and perform calculations around user specific heart rate data (MHR & THR). It was based off our old product called Cure
Band and inspired after Arsh's grandfather suffered multiple cardiac arrests at home.</p><img src="assets/img/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4275696c74253230466f722533412d432532422532422d626c75652e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d637070.svg" style="padding-right: 15px;padding-bottom: 15px;"><img src="assets/img/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4275696c74253230466f722d507974686f6e2d79656c6c6f772e7376673f7374796c653d666f722d7468652d6261646765.svg" style="padding-bottom: 15px;"><a href="https://github.com/cureio/heart/"><img src="assets/img/Hosted%20On-GitHub-lightgrey%20(1).svg" /></a></div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 order-lg-1">
<div class="p-5"><img class="rounded-circle img-fluid" src="assets/img/Untitled%20drawing%20(5).png"></div>
</div>
<div class="col-lg-6 order-lg-2">
<div class="p-5">
<h2 class="display-4" style="font-size: 50px;"><strong>The Team</strong></h2><p>Our main team consists of: <ul> Sam Poder <br>Neil Ghosh <br>Arsh Shrivastava <br></ul> Thanks to the contributers on the <a href = "https://github.com/cureio/heart/graphs/contributors">cureio/heart repository!</a></p></div>
</div>
</div>
</div>
</section>
<footer class="py-5 bg-black" style="margin-top: 0px;">
<div class="container">
<p class="text-center text-white m-0 small">Copyright © CureIO 2018</p>
</div>
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bs-animation.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.1.1/aos.js"></script>
</body>
</html>