-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
503 lines (342 loc) · 20.6 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
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
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Components Guide</title>
<link rel="stylesheet" href="assets/css/stylesheet.css" type="text/css" media="screen,projection" />
<link rel="stylesheet" href="assets/css/footer_stylish1.css" />
<link rel="stylesheet" href="assets/css/stylesImageGallery.css" />
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
.image-container {
text-align: center;
margin: 20px 0;
}
img {
max-width: 100%;
height: auto;
}
a {
color: #2980b9;
text-decoration: none;
font-weight: bold;
}
.color-table {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
}
.color-table th, .color-table td {
border: 1px solid #ddd;
padding: 8px;
text-align: center;
}
.color-table th {
background-color: #2980b9;
color: white;
}
</style>
</head>
<body>
<div id="header">
<h1><span style="color:#CCEA00">Components</span> <span style="color:#FFEA00">Guide</span></h1>
</div>
<div class="nav-container">
<a href="#" class="nav-button inactive">Home</a>
<a href="#" class="nav-button">About</a>
<a href="#" class="nav-button">Services</a>
<a href="#" class="nav-button">Portfolio</a>
<a href="#" class="nav-button">Contact</a>
</div>
<div align="center" style="border: 2px solid #ddd; padding: 20px; border-radius: 10px; background-color: #ffffff; width: 90%; margin-left:auto; margin-right:auto; margin-top:10px; margin-bottom:10px;">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/01d0cd8c7b0343353207548e28f30ad89b9dcf8e/assets/images/555_kit_Thumbnail_5.jpg?raw=true" alt="Community">
</div>
<div align="center" style="border: 2px solid #ddd; padding: 20px; border-radius: 10px; background-color: #2d2d2d; width: 65%; margin-left:auto; margin-right:auto; margin-top:20px; margin-bottom:20px;">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/a873d24880afddfd83904183ad41e33bd6b53eed/assets/images/compGuideBan_2a.png?raw=true"
alt="Image 1"
onclick="openModal('https://github.com/gmostofabd/ComponentsGuide/blob/445e730bc6c5f68baa2ea677558a5c42da7f12d2/assets/images/images/background.jpg')"
style="max-width: 30%; height: auto; margin: 10px;">
</div>
<div class="step">
<h2 class="highlight">Welcome to Components Guide</h2>
<section id="about" class="section about">
<!-- Image Gallery Section -->
<div class="container">
<div class="main-content">
<section id="home" class="section">
<p>
The ComponentsGuide repository is designed as a comprehensive reference for electronics hobbyists,
engineers, and makers. Whether you're working on embedded systems, IoT projects, or circuit
designs, you'll find the following information for each component, module, or kit:
</p>
<blockquote>
<p><strong>Topic Includes:</strong></p>
<ul>
<li>Access official datasheets with technical specifications.</li>
<li>Explore compatible alternatives and replacement components.</li>
<li>Step-by-step guides for incorporating components into real-world circuits.</li>
<li>Tutorials and overviews on popular development kits and sensor modules.</li>
<li>Ready-to-use Proteus simulation files for testing and validation.</li>
<li>3D CAD files for precise design and modeling (where applicable).</li>
</ul>
</blockquote>
</section>
</div>
</div>
<div align="center" style="border: 2px solid #ddd; padding: 20px; border-radius: 10px; background-color: #ffffff; width: 70%; margin-left:auto; margin-right:auto; margin-top:10px; margin-bottom:10px;">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/841ce9a8a869d0d996dfa88bdf1395cfc1d647fa/assets/images/CompGuideBanners_1.gif?raw=true" alt="Community">
</div>
<p class="stylish-paragraph">Electronics symbols are graphical representations of
components used in circuit diagrams or schematics. These symbols help
convey the function and connection of components in a standardized,
easy-to-understand way. By using these symbols, engineers and
technicians can communicate complex circuit designs without needing
to describe each component in detail.
<p class="stylish-paragraph">Click the <span class="bold-text">Play</span> button (▶) to start the simulation.</p>
</div>
</section>
<div align="center" style="border: 2px solid #ddd; padding: 20px; border-radius: 10px; background-color: #2d2d2d; width: 85%; margin-left:auto; margin-right:auto; margin-top:10px; margin-bottom:10px;">
<div class="gallery">
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/ee8b584ddecfcb32cf7624de90538f248bf93e45/assets/images/Components%20Guide%20(Basic%20Parts).png?raw=true" alt="Community">
</div>
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/ee8b584ddecfcb32cf7624de90538f248bf93e45/assets/images/Components%20Guide%20(Packagings).png?raw=true" alt="Community">
</div>
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/ee8b584ddecfcb32cf7624de90538f248bf93e45/assets/images/Components%20Guide%20(Transistor%20Packagings).png?raw=true" alt="Community">
</div>
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/ee8b584ddecfcb32cf7624de90538f248bf93e45/assets/images/ComponentsGuide_BannerFrames_1.png?raw=true" alt="Community">
</div>
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/e9769508b47963785aca029aab78b868664f8ed8/assets/images/Electronics%20Components%20Manfg.jpg?raw=true" alt="Community">
</div>
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/e9769508b47963785aca029aab78b868664f8ed8/assets/images/Electronics%20Components%20Types.jpg?raw=true" alt="Community">
</div>
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/e9769508b47963785aca029aab78b868664f8ed8/assets/images/Electronics%20Formulas-Ohm's%20Law.jpg?raw=true" alt="Community">
</div>
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/e9769508b47963785aca029aab78b868664f8ed8/assets/images/dcgearMotorParts.jpg?raw=true" alt="Community">
</div>
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/3267440ec189895ca31475afc851bdbc257a3722/assets/images/COMPbAN1c.png?raw=true" alt="Community">
</div>
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/3267440ec189895ca31475afc851bdbc257a3722/assets/images/COMPbAN1d.png?raw=true" alt="Community">
</div>
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/e9769508b47963785aca029aab78b868664f8ed8/assets/images/Electronics%20Formulas-Ohm's%20Law.jpg?raw=true" alt="Community">
</div>
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/3267440ec189895ca31475afc851bdbc257a3722/assets/images/COMPbAN1d.png?raw=true" alt="Community">
</div>
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/54dc0591acf55199c35224394cdd6e19638923d7/assets/images/COMPbAN1e.png?raw=true" alt="Community">
</div>
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/54dc0591acf55199c35224394cdd6e19638923d7/assets/images/COMPbAN1f.png?raw=true" alt="Community">
</div>
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/54dc0591acf55199c35224394cdd6e19638923d7/assets/images/COMPbAN1g.png?raw=true" alt="Community">
</div>
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/54dc0591acf55199c35224394cdd6e19638923d7/assets/images/COMPbAN1h.png?raw=true" alt="Community">
</div>
</div>
</div>
<div class="gallery">
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/c46eab131893ac279a51139e12250060e4d5fbce/assets/images/COMPbAN1i.png?raw=true" alt="Community">
</div>
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/c46eab131893ac279a51139e12250060e4d5fbce/assets/images/COMPbAN1j.png?raw=true" alt="Community">
</div>
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/c46eab131893ac279a51139e12250060e4d5fbce/assets/images/COMPbAN1l.png?raw=true" alt="Community">
</div>
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/c46eab131893ac279a51139e12250060e4d5fbce/assets/images/COMPbAN1n.png?raw=true" alt="Community">
</div>
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/e9769508b47963785aca029aab78b868664f8ed8/assets/images/Electronics%20Components%20Manfg.jpg?raw=true" alt="Community">
</div>
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/c46eab131893ac279a51139e12250060e4d5fbce/assets/images/COMPbAN1p.png?raw=true" alt="Community">
</div>
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/c46eab131893ac279a51139e12250060e4d5fbce/assets/images/COMPbAN1q.png?raw=true" alt="Community">
</div>
<div class="gallery-item">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/c46eab131893ac279a51139e12250060e4d5fbce/assets/images/COMPbAN1r.png?raw=true" alt="Community">
</div>
</div>
<div align="center" style="border: 2px solid #ddd; padding: 20px; border-radius: 10px; background-color: #2d2d2d; width: 85%; margin-left:auto; margin-right:auto; margin-top:10px; margin-bottom:10px;">
<div style="display: flex; justify-content: space-around; flex-wrap: wrap;">
<div id="left_box">
<h2>Importants</h2>
<p><a href="#">,,,,,,,,,,,).</a></p>
<p><a href="#">#f03c15 ,,,,,,,,,,,,,</a></p>
<p><a href="#">#f03c15,,,,,,,,,,,,,,,,,,,,,,
</a></p>
</div>
<div id="right_box">
<ul id="thumbnails">
<li>
<div class="photocontainer">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/b6b794aafee4cf1f1b34cabe11c751073e16bfce/assets/images/ssd_4digit_4_800x800.png?raw=true"
alt="Image">
</div>
</li>
<li>
<div class="photocontainer">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/b6b794aafee4cf1f1b34cabe11c751073e16bfce/assets/images/smoisture1.png?raw=true"
alt="Image">
</div>
</li>
<li>
<div class="photocontainer">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/b6b794aafee4cf1f1b34cabe11c751073e16bfce/assets/images/rtc12.png?raw=true"
alt="Image">
</div>
</li>
<li>
<div class="photocontainer">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/b6b794aafee4cf1f1b34cabe11c751073e16bfce/assets/images/large.png?raw=true"
alt="Image">
</div>
</li>
<li>
<div class="photocontainer">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/b6b794aafee4cf1f1b34cabe11c751073e16bfce/assets/images/images%20(2).jpg?raw=true"
alt="Image">
</div>
</li>
<li>
<div class="photocontainer">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/5bcf57ef8bd1f3d3728a1e3cb80bb3558d79b0ce/assets/images/frame120x90_1.jpg?raw=true"
alt="Image">
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="photocontainer">
<section id="projects" class="section projects">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/01d0cd8c7b0343353207548e28f30ad89b9dcf8e/assets/images/Electronics%20Component%20Guide_Breadboards.png?raw=true" alt="App Inventor IoT Example">
</section>
</div>
<section id="community" class="section community">
<!-- Image Gallery Section -->
<div align="center" style="border: 2px solid #ddd; padding: 20px; border-radius: 10px; background-color: #ffffff; width: 85%; margin: auto;">
<div style="display: flex; justify-content: space-around; flex-wrap: wrap;">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/a9fbf666ba637570cdfb908ad8978a9ce60334fa/assets/images/compGuideBan_1.png?raw=true"
alt="Image 1"
onclick="openModal('https://github.com/gmostofabd/ComponentsGuide/blob/445e730bc6c5f68baa2ea677558a5c42da7f12d2/assets/images/images/background.jpg')"
style="max-width: 30%; height: auto; margin: 10px;">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/445e730bc6c5f68baa2ea677558a5c42da7f12d2/assets/images/images/background.jpg?raw=true"
alt="Image 1"
onclick="openModal('https://github.com/gmostofabd/ComponentsGuide/blob/445e730bc6c5f68baa2ea677558a5c42da7f12d2/assets/images/images/background.jpg')"
style="max-width: 30%; height: auto; margin: 10px;">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/445e730bc6c5f68baa2ea677558a5c42da7f12d2/assets/images/images/background.jpg?raw=true"
alt="Image 1"
onclick="openModal('https://github.com/gmostofabd/ComponentsGuide/blob/445e730bc6c5f68baa2ea677558a5c42da7f12d2/assets/images/images/background.jpg')"
style="max-width: 30%; height: auto; margin: 10px;">
</div>
</div>
</section>
<div align="center" style="border: 1px solid #ddd; padding: 20px; border-radius: 10px; background-color: #adadad; width: 70%; margin-left:auto; margin-right:auto; margin-top:10px; margin-bottom:10px;">
<div class="container">
<h1>🌟 <strong>Resistor Color Code Tutorial</strong></h1>
<p class="stylish-paragraph">Welcome to the resistor color code tutorial! This guide will help you understand how to read the color codes on resistors, calculate resistance values, and learn about resistor tolerance and multiplier bands. Follow along for tips on identifying resistor values in your circuits!</p>
<div class="image-container">
<img src="resistor_diagram.jpg" alt="Resistor Color Code Diagram">
<p><em>Figure 1: Resistor Color Code Chart</em></p>
</div>
<h2>Understanding Resistor Color Codes</h2>
<p class="stylish-paragraph">Resistors use a series of colored bands to indicate their values. These bands represent the <a href="https://en.wikipedia.org/wiki/Electrical_resistance" target="_blank">resistance</a> in ohms (Ω), tolerance, and sometimes a <a href="https://en.wikipedia.org/wiki/Resistor#Multipliers" target="_blank">multiplier</a>. Typically, a 4-band resistor has two bands for significant figures, one multiplier band, and one tolerance band.</p>
<div class="color-table">
<table>
<tr>
<th>Color</th>
<th>Number</th>
<th>Multiplier</th>
<th>Tolerance</th>
</tr>
<tr><td>Black</td><td>0</td><td>x1</td><td>-</td></tr>
<tr><td>Brown</td><td>1</td><td>x10</td><td>±1%</td></tr>
<tr><td>Red</td><td>2</td><td>x100</td><td>±2%</td></tr>
<tr><td>Orange</td><td>3</td><td>x1,000</td><td>-</td></tr>
<tr><td>Yellow</td><td>4</td><td>x10,000</td><td>-</td></tr>
<tr><td>Green</td><td>5</td><td>x100,000</td><td>±0.5%</td></tr>
<tr><td>Blue</td><td>6</td><td>x1,000,000</td><td>±0.25%</td></tr>
<tr><td>Violet</td><td>7</td><td>x10,000,000</td><td>±0.1%</td></tr>
<tr><td>Gray</td><td>8</td><td>x100,000,000</td><td>±0.05%</td></tr>
<tr><td>White</td><td>9</td><td>-</td><td>-</td></tr>
</table>
</div>
<h2>Calculating Resistor Value</h2>
<p class="stylish-paragraph">To calculate a resistor's value, read the colored bands from left to right. The first two bands indicate the significant digits, the third is the multiplier, and the fourth (if present) is the tolerance. For instance, a resistor with bands <strong>red, violet, yellow, and gold</strong> has a value of 27 * 10,000 (yellow multiplier) ±5%.</p>
<div class="image-container">
<img src="https://github.com/gmostofabd/ComponentsGuide/blob/f65e75bcc9e4ff27018a7d81fc2a738c34b5d5b7/assets/images/colcode2.png?raw=true" alt="Example Resistor with Color Bands">
<p><em>Figure 2: Example Resistor with Color Bands</em></p>
</div>
<h2>Quick Links</h2>
<ul>
<li><a href="https://www.electronics-tutorials.ws/resistor/res_2.html" target="_blank">Electronics Tutorials on Resistors</a></li>
<li><a href="https://www.digikey.com/en/resources/conversion-calculators/conversion-calculator-resistor-color-code" target="_blank">Resistor Color Code Calculator</a></li>
<li><a href="https://en.wikipedia.org/wiki/Resistor#Color_coding" target="_blank">Wikipedia: Resistor Color Coding</a></li>
</ul>
</div>
</div>
<footer>
<div class="footer-container">
<!-- About Us Section -->
<div class="footer-section about">
<h3>About Us</h3>
<p>We are a team dedicated to bringing you the latest insights in technology, programming, and more. Follow us on social media to stay updated with our latest content!</p>
<div class="social-links">
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</div>
<!-- Contact Info Section -->
<div class="footer-section contact-info">
<h3>Contact Us</h3>
<p><i class="fas fa-map-marker-alt"></i> Gazipur, Bangladesh</p>
<p><i class="fas fa-envelope"></i> <a href="mailto:info@melabbd.com" style="color: #fff; text-decoration: none;">info@techcompany.com</a></p>
<p><i class="fas fa-phone"></i> +123 456 7890</p>
</div>
<!-- Newsletter # Section -->
<div class="footer-section newsletter">
<h3>Subscribe to our Newsletter</h3>
<p>Get the latest news and updates right in your inbox.</p>
<form action="#">
<input type="email" placeholder="Enter your email" required>
<button type="submit">Subscribe</button>
</form>
</div>
<!-- Quick Links Section -->
<div class="footer-section quick-links">
<h3>Quick Links</h3>
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Services</a>
<a href="#">Blog</a>
<a href="#">Contact</a>
</div>
</div>
<!-- Footer Bottom -->
<div class="footer-bottom">
<p>© 2024 @gmostofaBD | All Rights Reserved</p>
</div>
</footer>
</body>
</html>