-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pdfview.html
250 lines (235 loc) · 8.58 KB
/
Pdfview.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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
<!DOCTYPE html>
<!-- Created By Gosula Shiva Kumar -->
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Somehow I got an error, so I comment the title, just uncomment to show -->
<!-- <title>Responsive Navbar</title> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<style>
footer {
text-align: center;
padding: 0.1px;
background-color: black;
color: white;
}
</style>
<body>
<nav>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fas fa-bars"></i>
</label>
<label class="logo"> <img src="logofinal.svg" alt="LOGO"></label>
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="branches.html">Branches</a></li>
<li><a href="Pdfview.html">PDF's</a></li>
<li><a href="videos.html">Videos</a></li>
<li><a href="contribute.html">Contribute</a></li>
</ul>
</nav>>
<div><h1 style="text-align: center">ECE II-year II Semester</h1><br><br>
</div>
<section>
<div class="container">
<div class="row">
<div class="col-md-4"><h1>Control Systems</h1><br>
<button id='csu1'>Unit-1</button><button id='csu2'>Unit-2</button><button id='csu3'>Unit-3</button><br><button id='csu4'>Unit-4</button><button id='csu5'>Unit-5</button>
<button id='csu6'>Unit-6</button>
<h1>Analog Circuits</h1><br>
<button id='acu1'>Unit-1</button><button id='acu2'>Unit-2</button><button id='acu3'>Unit-3</button><br><button id='acu4'>Unit-4</button><button id='acu5'>Unit-5</button>
<button id='acu6'>Unit-6</button>
<h1>Digital Systems Design</h1><br>
<button id='dsdu1'>Unit-1</button><button id='dsdu2'>Unit-2</button><button id='dsdu3'>Unit-3</button><br><button id='dsdu4'>Unit-4</button><button id='dsdu5'>Unit-5</button>
<button id='dsdu6'>Unit-6</button>
<h1>Random Variables & Schocasticsxgvchg process</h1><br>
<button id='rvspu1'>Unit-1</button><button id='rvspu2'>Unit-2</button><button id='rvspu3'>Unit-3</button><br><button id='rvspu4'>Unit-4</button><button id='rvspu5'>Unit-5</button>
<button id='rvspu6'>Unit-6</button>
<h1>Analog & Digital Communications</h1><br>
<button id='adcu1'>Unit-1</button><button id='adcu2'>Unit-2</button><button id='adcu3'>Unit-3</button><br><button id='adcu4'>Unit-4</button><button id='adcu5'>Unit-5</button>
<button id='adcu6'>Unit-6</button>
</div>
<div class="col-md-8" style="text-align: right">
<embed id="pdfid" type="application/pdf" width="90%" height="600px" />
</div>
<!---#CONTROL_SYSTEMS-->
<script>
document.getElementById('pdfid').src="pdf.pdf";
document.getElementById('csu1').addEventListener('click', newpdf);
document.getElementById('csu2').addEventListener('click', newpdf2);
document.getElementById('csu3').addEventListener('click', newpdf3)
document.getElementById('csu4').addEventListener('click', newpdf4)
document.getElementById('csu5').addEventListener('click', newpdf5)
document.getElementById('csu6').addEventListener('click', newpdf6)
function newpdf(){
let on=document.getElementById('pdfid');
pdfid.src="Control Systems/Control Systems .pdf";
}
function newpdf2(){
let off=document.getElementById('pdfid');
pdfid.src="Control Systems/Control Systems .pdf";
}IN
function newpdf3(){
let off=document.getElementById('pdfid');
pdfid.src="Control Systems/Control Systems .pdf";
}
function newpdf4(){
let off=document.getElementById('pdfid');
pdfid.src="Control Systems/Control Systems .pdf";
}
function newpdf5(){
let off=document.getElementById('pdfid');
pdfid.src="Control Systems/Control Systems .pdf";
}
function newpdf6(){
let off=document.getElementById('pdfid');
pdfid.src="Control Systems/Control Systems .pdf";
}</script>
<!--#RVSP-->
<script>
document.getElementById('pdfid').src="pdf.pdf";
document.getElementById('rvspu1').addEventListener('click', rnewpdf);
document.getElementById('rvspu2').addEventListener('click', rnewpdf2);
document.getElementById('rvspu3').addEventListener('click', rnewpdf3)
document.getElementById('rvspu4').addEventListener('click', rnewpdf4)
document.getElementById('rvspu5').addEventListener('click', rnewpdf5)
document.getElementById('rvspu6').addEventListener('click', rnewpdf6)
function rnewpdf(){
let on=document.getElementById('pdfid');
pdfid.src="RVSP/Linear system.pdf";
}
function rnewpdf2(){
let off=document.getElementById('pdfid');
pdfid.src="RVSP/rvsp unit 1.pdf";
}IN
function rnewpdf3(){
let off=document.getElementById('pdfid');
pdfid.src="RVSP/rvsp unit 2.pdf";
}
function rnewpdf4(){
let off=document.getElementById('pdfid');
pdfid.src="RVSP/Power density spectrum.PDF";
}
function rnewpdf5(){
let off=document.getElementById('pdfid');
pdfid.src="RVSP/UNIT6-PARTB.pdf";
}
function rnewpdf6(){
let off=document.getElementById('pdfid');
pdfid.src="RVSP/Unit6PartA.pdf";
}
</script>
<!--AC-->
<script>
document.getElementById('pdfid').src="pdf.pdf";
document.getElementById('acu1').addEventListener('click', acnewpdf);
document.getElementById('acu2').addEventListener('click', acnewpdf2);
document.getElementById('acu3').addEventListener('click', acnewpdf3)
document.getElementById('acu4').addEventListener('click', acnewpdf4)
document.getElementById('acu5').addEventListener('click', acnewpdf5)
document.getElementById('acu6').addEventListener('click', acnewpdf6)
function acnewpdf(){
let on=document.getElementById('pdfid');
pdfid.src="AC/ac 1.pdf";
}
function acnewpdf2(){
let off=document.getElementById('pdfid');
pdfid.src="AC/ac 2.pdf";
}IN
function acnewpdf3(){
let off=document.getElementById('pdfid');
pdfid.src="AC/ac 1.pdf";
}
function acnewpdf4(){
let off=document.getElementById('pdfid');
pdfid.src="AC/ac 1.pdf";
}
function acnewpdf5(){
let off=document.getElementById('pdfid');
pdfid.src="AC/ac 1.pdf";
}
function acnewpdf6(){
let off=document.getElementById('pdfid');
pdfid.src="AC/ac 1.pdf";
}</script>
<!--DSD-->
<script>
document.getElementById('pdfid').src="pdf.pdf";
document.getElementById('dsdu1').addEventListener('click', dsdnewpdf);
document.getElementById('dsdu2').addEventListener('click', dsdnewpdf2);
document.getElementById('dsdu3').addEventListener('click', dsdnewpdf3)
document.getElementById('dsdu4').addEventListener('click', dsdnewpdf4)
document.getElementById('dsdu5').addEventListener('click', dsdnewpdf5)
document.getElementById('dsdu6').addEventListener('click', dsdnewpdf6)
function dsdnewpdf(){
let on=document.getElementById('pdfid');
pdfid.src="DSD/Digital System Design.pdf";
}
function dsdnewpdf2(){
let off=document.getElementById('pdfid');
pdfid.src="DSD/Digital System Design.pdf";
}IN
function dsdnewpdf3(){
let off=document.getElementById('pdfid');
pdfid.src="DSD/Digital System Design.pdf";
}
function dsdnewpdf4(){
let off=document.getElementById('pdfid');
pdfid.src="DSD/Digital System Design.pdf";
}
function dsdnewpdf5(){
let off=document.getElementById('pdfid');
pdfid.src="DSD/Digital System Design.pdf";
}
function dsdnewpdf6(){
let off=document.getElementById('pdfid');
pdfid.src="DSD/Digital System Design.pdf";
}</script>
<!--ADC-->
<script>
document.getElementById('pdfid').src="pdf.pdf";
document.getElementById('adcu1').addEventListener('click', adcnewpdf);
document.getElementById('adcu2').addEventListener('click', adcnewpdf2);
document.getElementById('adcu3').addEventListener('click', adcnewpdf3)
document.getElementById('adcu4').addEventListener('click', adcnewpdf4)
document.getElementById('adcu5').addEventListener('click', adcnewpdf5)
document.getElementById('adcu6').addEventListener('click', adcnewpdf6)
function adcnewpdf(){
let on=document.getElementById('pdfid');
pdfid.src="ADC/Analog Communication .pdf";
}
function adcnewpdf2(){
let off=document.getElementById('pdfid');
pdfid.src="ADC/Digital Communication .pdf";
}IN
function adcnewpdf3(){
let off=document.getElementById('pdfid');
pdfid.src="ADC/ch6/MF.pdf";
}
function adcnewpdf4(){
let off=document.getElementById('pdfid');
pdfid.src="ADC/ch6/pe of MF ASK.pdf";
}
function adcnewpdf5(){
let off=document.getElementById('pdfid');
pdfid.src="ADC/ch6/Prob of Error.pdf";
}
function adcnewpdf6(){
let off=document.getElementById('pdfid');
pdfid.src="ADC/ch3 p2/PSD Bipolar.pdf";
}</script>
</div>
</div>
</div>
</section>
</body><br><br><br><br>
</html>