-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelec-ws.html
154 lines (140 loc) · 7.4 KB
/
elec-ws.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<title>ELECTRONICS WORKSHOP</title>
<link href="css/style.css" rel="stylesheet">
<style>
.elec-ws-img{
float: right;
margin: 10px 50px 0 0;
height: 50%;
width: 50%;
}
.record-pdf{
padding: 10px;
}
.bottom-container{
text-align: center;
background-color: grey;
padding-bottom: 20px;
padding-top: 50px;
}
.footer-link{
margin: 10px 20px;
}
</style>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-light top-nav">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" alt="logo" />
</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span><i class="fa fa-bars" aria-hidden="true"></i></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link active" href="index.html">Home</a>
</li>
<!--<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>-->
<li class="nav-item dropdown">
<a class="nav-link" href="#" id="navbarDropdownBlog" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Courses <i class="fas fa-sort-down"></i></a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownBlog">
<a class="dropdown-item" href="eg.html">EG</a>
<a class="dropdown-item" href="em.html">EM</a>
<a class="dropdown-item" href="math1.html">MATH I</a>
<a class="dropdown-item" href="math2.html">MATH II</a>
<a class="dropdown-item" href="bes.html">BES</a>
<a class="dropdown-item" href="cp.html">CP</a>
<a class="dropdown-item" href="pc.html">PC</a>
<a class="dropdown-item" href="ls.html">LS</a>
<a class="dropdown-item" href="chem.html">CHEM</a>
<a class="dropdown-item" href="phy.html">PHY</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="#" id="navbarDropdownPortfolio" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">LAB/WORKSHOP <i class="fas fa-sort-down"></i></a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownPortfolio">
<a class="dropdown-item" href="mech-ws.html">MECHANICAL</a>
<a class="dropdown-item" href="civil-ws.html">CIVIL</a>
<a class="dropdown-item" href="ele-ws.html">ELECTRICAL</a>
<a class="dropdown-item" href="elec-ws.html">ELECTRONICS</a>
<a class="dropdown-item" href="phy-lab.html">PHYSICS LAB</a>
<a class="dropdown-item" href="chem-lab.html">CHEMISSTRY LAB</a>
</div>
</li>
<!--<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>-->
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="syllabus">
<h1>Electronics Workshop</h1>
<img src="images/elec-ws-page-img.jpg" alt="LAB" class="elec-ws-img">
<h2>List of Experiments:</h2>
<ol>
<li>
<ol type="a">
<li>Familiarization of electronic components, colour code, multimeters.</li>
<li>Bread board assembling-Common emitter amplifier.</li>
</ol>
</li>
<li>
<ol type="a">
<li>Study of soldering components, solders, tools, heat sink.</li>
<li>Bread board assembling-phase shift oscillator.</li>
</ol>
</li>
<li>
<ol type="a">
<li>Soldering practice-Common emitter amplifier.</li>
<li>Soldering practice-Inverting amplifier circuit.</li>
</ol>
</li>
<li>
<ol type="a">
<li>Study of estimation and costing of soldering PCB, 3 phase connections.</li>
<li>PCB wiring and fault Identification of appliances like Electronic Ballast, fan regulator, inverter, UPS, etc.</li>
</ol>
</li>
</ol>
<h3>References:</h3>
<ol>
<li>G. Randy Slone, Tab Electronics Guide to Understanding Electricity and Electronics, 2nd ed. McGraw-Hill, 2000</li>
<li>Jerry C Whitaker, The Resource Handbook of Electronics, CRC Press-2001</li>
</ol>
</div>
<div class="record-pdf">
<ul>
<li><p>Electronics Workshop record<a href="#" download><button type="button" class="btn btn-indigo btn-md" >(Download PDF)</button></a></p></li>
</ul>
<embed src="#" width="100%" height="600px"/>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://z-lib.org/" target="_blank">Z-lib</a>
<a class="footer-link" href="index.html">Home</a>
<a class="footer-link" href="https://www.google.com/" target="_blank">Google</a>
<p>© 2020 Freshers Zone</p>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<script src="js/script.js"></script>
</body>
</html>