-
Notifications
You must be signed in to change notification settings - Fork 3
/
blood_pressure.html
178 lines (161 loc) · 8.39 KB
/
blood_pressure.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
<!DOCTYPE html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>BloodLytics</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon.svg" />
<!-- ========================= CSS here ========================= -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/LineIcons.3.0.css" />
<link rel="stylesheet" href="assets/css/animate.css" />
<link rel="stylesheet" href="assets/css/tiny-slider.css" />
<link rel="stylesheet" href="assets/css/glightbox.min.css" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="styles/india-map.css">
</head>
<!-- Start Header Area -->
<header class="header navbar-area">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<div class="nav-inner">
<!-- Start Navbar -->
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="index.html">
<img src="assets/images/BloodLytics.png" alt="Logo" style="width: 120%; height: 120%;">
</a>
<button class="navbar-toggler mobile-menu-btn" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
</button>
<div class="collapse navbar-collapse sub-menu-bar" id="navbarSupportedContent">
<ul id="nav" class="navbar-nav ms-auto">
<li class="nav-item">
<a href="index.html">Home</a>
</li>
<li class="nav-item">
<ul class="sub-menu collapse" id="submenu-1-2">
<li class="nav-item"><a href="index.html#about">About</a></li>
<li class="nav-item"><a href="index.html#visualisations">Visualisations</a></li>
</ul>
</li>
<li class="nav-item">
<a href="index.html#about" aria-label="Toggle navigation">About</a>
</li>
</ul>
</div> <!-- navbar collapse -->
<div class="button">
<a href="index.html#visualisations" class="signup">Visualisations</a>
</div>
</nav>
<!-- End Navbar -->
</div>
</div>
</div> <!-- row -->
</div> <!-- container -->
</header>
<div class="container" style="margin: 100px;"><p>Will Add it soon.</p></div>
<!-- Start Footer Area -->
<footer class="footer section">
<!-- Start Footer Top -->
<div class="footer-top">
<div class="container">
<div class="inner-content">
<div class="row">
<div class="col-lg-2 col-md-6 col-12">
<!-- Single Widget -->
<div class="single-footer f-link">
<h3>Team</h3>
<ul> -->
<li><a href="https://github.com/hemanth-sunkireddy">Hemanth Sunkireddy</a></li>
<li><a href="javascript:void(0)">Bharath Gajawada</a></li>
<li><a href="javascript:void(0)">Jagankrishna Nallasingu</a></li>
</ul>
</div>
<!-- End Single Widget -->
</div>
<div class="col-lg-4 col-md-6 col-12">
<!-- Single Widget -->
<div class="single-footer newsletter">
<h3>Data Visualisation Project</h3>
<div>
<p>Phase 1 Report</p>
<a class="sub-btn"
href="https://github.com/hemanth-sunkireddy/Data-visualisation-Project"><i
class="lni lni-paperclip w-100 h-100"></i>
</a>
<p>Phase 2 Report</p>
<a class="sub-btn"
href="https://github.com/hemanth-sunkireddy/Data-visualisation-Project"><i
class="lni lni-paperclip w-100 h-100"></i>
</a>
<a class="sub-btn" href="https://youtu.be/nkydSQRsNBQ"><i
class="lni lni-youtube"></i></a>
</div>
</div>
<!-- End Single Widget -->
</div>
<div class="col-lg-4 col-md-6 col-12">
<!-- Single Widget -->
<div class="single-footer newsletter">
<div class="row">
<a href="https://github.com/hemanth-sunkireddy/BloodLytics">
<img src="assets/images/github.png" width="10%">
</a>
<a href="https://www.youtube.com/watch?v=uOzVvlwPF0Y">
<img src="assets/images/youtube.png" width="10%">
</a>
<a href="https://hemanth-sunkireddy.github.io/BloodLytics/">
<img src="assets/images/brand.png" width="13%" class="m-lg-0">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--/ End Footer Top -->
</footer>
<!--/ End Footer Area -->
<!-- ========================= scroll-top ========================= -->
<a href="#" class="scroll-top">
<i class="lni lni-chevron-up"></i>
</a>
<!-- ========================= JS here ========================= -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/tiny-slider.js"></script>
<script src="assets/js/glightbox.min.js"></script>
<script src="assets/js/count-up.min.js"></script>
<script src="assets/js/main.js"></script>
<script src="d3_cdn/d3.v7.js"></script>
<script src="d3_cdn/d3.v7.min.js"></script>
<script src="scripts/d3-geo-projection.v2.min.js"></script>
<script src="scripts/d3-scale-chromatic.v1.min.js"></script>
<script src="scripts/blood_pressure.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
// Get the dropdown items
var dropdownItems = document.querySelectorAll('.dropdown-item');
// Add click event listener to each dropdown item
dropdownItems.forEach(function (item) {
item.addEventListener('click', function () {
// Get the value of the selected item
var selectedValue = this.getAttribute('value');
console.log('Selected value: ' + selectedValue);
// Use this selectedValue as needed
});
});
});
</script>
</section>
</body>
</html>