-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
86 lines (82 loc) · 4.48 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Physical infrastructure facilities in Municipality and Corporation schools in Tamil Nadu">
<meta name="keywords" content="TamilNadu, Physical, Infrastructure, Schools, Education">
<meta name="author" content="Balasubramani M">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Physical infrastructure facilities in Municipality and Corporation schools in Tamil Nadu
</title>
<link rel="shortcut icon" type="image/png" href="src/assets/favicon.png" />
<link rel="manifest" href="/manifest.json">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/taucharts@2/dist/taucharts.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/d3.min.js" charset="utf-8"></script>
<script src="https://cdn.jsdelivr.net/npm/taucharts@2/dist/taucharts.min.js" type="text/javascript"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.5/jquery.i18n.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery.i18n/1.0.5/jquery.i18n.messagestore.min.js"></script>
<link rel="stylesheet" type="text/css" href="src/stylesheets/style.css">
<link rel="stylesheet" type="text/css" href="src/stylesheets/progress.css">
<link rel="stylesheet" type="text/css" href="src/stylesheets/responsive.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-129339785-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-129339785-1');
</script>
</head>
<body>
<nav>
<p id="AppTitle" data-i18n="app-title" class="title">Physical infrastructure facilities in Municipality and Corporation schools in Tamil Nadu</p>
<div class="select-boxes">
<div class="select">
<label data-i18n="Choose a Category:" for="Category">Choose a Category:</label>
<select id="Category" onchange="onSelect(this.value)">
<option data-i18n="app-title1" value="1">Physical infrastructure facilities in Municipality and Corporation schools</option>
<option data-i18n="app-title2" value="2">Schools based on Category</option>
<option data-i18n="app-title3" value="3">Schools without Restroom</option>
<option data-i18n="app-title4" value="4">Schools based on Medium</option>
<option data-i18n="app-title5" value="5">Schools without Playground</option>
</select>
</div>
<div class="select lang">
<label data-i18n="Choose a Language:" for="Language">Choose a Language:</label>
<select id="Language" onchange="onSelectLang(this.value)">
<option data-i18n="English" value="en">English</option>
<option data-i18n="Tamil" value="ta">Tamil</option>
</select>
</div>
</div>
</nav>
<section>
<div id="PrimaryBar" class="bar_chart">
</div>
</section>
<div class="divider"></div>
<footer>
<div class="content">
<div class="didyouknow flex-item">
<h4 data-i18n="Dyk?">Did you know? </h4>
<p id="DYNQuote" class="last_updated">There are totally 37573 students studying all over in Govt. schools. in TamilNadu where 3753 teachers are taking care of them.<br />Approximately, One teacher takes responsible for 24 students.</p>
</div>
<div>
<h4 data-i18n="last_updated">Last Updated at: </h4>
<span id="last_updated" class="last_updated"></span>
</div>
</div>
</footer>
<div id="progress">
<div class="content">
<div class="linear-progress small">
<div class="bar bar1"></div>
<div class="bar bar2"></div>
</div>
<p>Fetching latest data. Visit <a href="https://data.gov.in" target="_blank">data.gov.in</a> in the meantime.</p>
</div>
</div>
<script type="text/javascript" src="index.js"></script>
</body>
</html>