-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathclass1.html
191 lines (179 loc) · 6.56 KB
/
class1.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
<!DOCTYPE HTML>
<html>
<head>
<title>StudyBot</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" type="image/png" href="favicon.png" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111937096-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111937096-4');
</script>
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="index.html" class="logo">
<span class="symbol"><img src="images/logo.svg" alt="" /></span><span class="title">StudyBot</span>
</a>
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="3c.html">3C - Career Counselling Cell</a></li>
<li><a href="cbse.html">CBSE</a></li>
<li><a href="cisce.html">CISCE</a></li>
<li><a href="jee.html">JEE</a></li>
<li><a href="neet.html">NEET</a></li>
<li><a href="clat.html">CLAT</a></li>
<li><a href="results.html">Results</a></li>
<li><a href="https://goo.gl/forms/wko1isSdraBFDF5k1">Feedback</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="terms.html">Terms of Service</a></li>
<!--li><a href="generic.html">Generic</a></li>
<li><a href="elements.html">Elements</a></li-->
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<h1>Class 1: CBSE</h1>
</div>
<div class="inner">
<input type="text" id="mySearch" onkeyup="myTableSearch()" placeholder="🔍 Search eBooks...">
</div>
<div class="inner">
<h2>Downloadable eBooks</h2>
</div>
<div class="inner" style="overflow-x:auto;">
<table id="myTable1">
<thead>
<tr>
<th onclick="sortTable(0)">Subject <i class="fa fa-sort"></i></th>
<th onclick="sortTable(1)">eBook Name <i class="fa fa-sort"></i></th>
<th onclick="sortTable(2)">Language <i class="fa fa-sort"></i></th>
<th onclick="sortTable(3)">eBook Publisher <i class="fa fa-sort"></i></th>
<th onclick="sortTable(4)">Download Links <i class="fa fa-sort"></i></th>
</tr>
</thead>
<tbody>
<tr>
<td>English</td>
<td>Marigold</td>
<td>English</td>
<td>NCERT</td>
<td><a href="http://ncert.nic.in/textbook/pdf/aeen1dd.zip" class="icon style fa-download"> Download</td>
</tr>
<tr>
<td>English</td>
<td>Raindrops</td>
<td>English</td>
<td>NCERT</td>
<td><a href="http://ncert.nic.in/textbook/pdf/aerd1dd.zip" class="icon style fa-download"> Download</td>
</tr>
<tr>
<td>Mathematics</td>
<td>Math-Magic</td>
<td>English</td>
<td>NCERT</td>
<td><a href="http://ncert.nic.in/textbook/pdf/aemh1dd.zip" class="icon style fa-download"> Download</td>
</tr>
<tr>
<td>Mathematics</td>
<td>Ganit Ka Jaadu</td>
<td>Hindi</td>
<td>NCERT</td>
<td><a href="http://ncert.nic.in/textbook/pdf/ahmh1dd.zip" class="icon style fa-download"> Download</td>
</tr>
<tr>
<td>Mathematics</td>
<td>Riyazi Ka Jadoo</td>
<td>Urdu</td>
<td>NCERT</td>
<td><a href="http://ncert.nic.in/textbook/pdf/auri1dd.zip" class="icon style fa-download"> Download</td>
</tr>
<tr>
<td>Hindi</td>
<td>Rimjhim</td>
<td>Hindi</td>
<td>NCERT</td>
<td><a href="http://ncert.nic.in/textbook/pdf/ahhn1dd.zip" class="icon style fa-download"> Download</td>
</tr>
<tr>
<td>Urdu</td>
<td>Ibtedai Urdu</td>
<td>Urdu</td>
<td>NCERT</td>
<td><a href="http://ncert.nic.in/textbook/pdf/aulb1dd.zip" class="icon style fa-download"> Download</td>
</tr>
</tbody>
<tfoot>
<tr>
</tr>
</tfoot>
</table>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<section>
<h2>Get in touch</h2>
<form method="post" action="mail.php">
<div class="field half first">
<input type="text" name="name" id="name" placeholder="Name" />
</div>
<div class="field half">
<input type="email" name="email" id="email" placeholder="Email" />
</div>
<div class="field">
<textarea name="message" id="message" placeholder="Message"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Send" class="special" /></li>
</ul>
</form>
</section>
<section>
<h2>Follow</h2>
<ul class="icons">
<li><a href="https://linkedin.com/in/shivamgoyal1899" class="icon style2 fa-linkedin" target="_blank"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/ShivamGoyal1899" class="icon style2 fa-github" target="_blank"><span class="label">GitHub</span></a></li>
<li><a href="https://twitter.com/ShivamGoyal1899" class="icon style2 fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="https://instagram.com/shivam.dev" class="icon style2 fa-instagram" target="_blank"><span class="label">Instagram</span></a></li>
</ul>
</section>
<ul class="copyright">
<li>Hand crafted with <span style="color: #f7403a">♥</span> in India by <a href="https://goyalshivam.com" target="_blank">Shivam Goyal</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/sort.js"></script>
<script src="assets/js/tablesearch.js"></script>
<script type="text/javascript" src="https://cdn.ywxi.net/js/1.js" async></script>
</body>
</html>