-
Notifications
You must be signed in to change notification settings - Fork 3
/
awareness-and-reason.html
185 lines (163 loc) · 8.56 KB
/
awareness-and-reason.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Treemap Visualization</title>
<!-- Load d3.js -->
<link rel="stylesheet" href="styles/awareness-and-reason.css">
<!-- ========================= 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>
<body>
<!-- Preloader -->
<div class="preloader">
<div class="preloader-inner">
<div class="preloader-icon">
<span></span>
<span></span>
</div>
</div>
</div>
<!-- /End Preloader -->
<!-- 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>
<!-- End Header Area -->
<!-- Create a div where the graph will take place -->
<div class="section-title" style="margin-top: 120px;">
<h3 class="wow zoomIn" data-wow-delay=".2s">Do you think there is enough awareness about blood donation
facilities and their locations in our community?</h3>
</div>
<div id="my_dataviz">
</div>
<div style="text-align: center; margin-top: 2%">
<p style="font-weight: bolder; font-size: large;"> Reaons, Misconceptions about Blood Donation: <a
href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3905364/table/T3/?report=objectonly"
style="color: #3366FF; text-decoration: none; font-weight: bold;"> Source Data Link</a></p>
<p style="font-weight: bolder; font-size: large;"> Awarness about Blood Donation: <a
href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3905364/table/T1/?report=objectonly"
style="color: #3366FF; text-decoration: none; font-weight: bold;"> Source Data Link</a></p>
</div>
<hr>
<!-- 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/BloodLytics/blob/main/Report_phase1.pdf"><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/uOzVvlwPF0Y"><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 -->
<script src="https://d3js.org/d3.v4.js"></script>
<script src="scripts/awareness-and-reason.js"></script>
</body>
<!-- ========================= JS here ========================= -->
<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="https://d3js.org/d3.v4.min.js"></script>
</html>