-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
112 lines (112 loc) · 6.33 KB
/
faq.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>FAQ</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/customize.css" rel="stylesheet" media="screen">
<link href="style.css" rel="stylesheet" media="screen">
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="page">
<div id="main-container">
<div class="sticky-wrapper">
<nav id="navigation">
<div class="container">
<a href="index.html" id="logo"><img class=logo src="images/logo.png" alt="Logo Image"></a>
<nav>
<ul id="menu">
<li><a href="index.html#project">Project</a></li>
<li><a href="index.html#team">Team</a></li>
<li><a href="index.html#services">Services</a></li>
<li><a href="index.html#gallery">Gallery</a></li>
<li><a href="index.html#events">Events</a></li>
<li><a href="index.html#blog">Blog</a></li>
<li><a href="index.html#contact">Contact</a></li>
<li><a href="index.html#donation" class="btn btn-success">Donation</a></li>
</ul>
</nav>
</div>
</nav>
</div>
<section id="single-page" class="section with-arrow">
<div class="section-header">
<div class="container">
<h1>Frequently Asked Questions (FAQ)</h1>
</div>
</div>
<div class="section-content">
<div class="container">
<p><b>#1. What is e-waste?</b><br>
- Electronic waste or e-waste describes discarded electrical or electronic devices. Used electronics<br>
which are destined for reuse, resale, salvage, recycling or disposal are also considered e-waste.</p>
<br>
<p><b>#2. Why its disposal is necessary?</b><br>
- Informal processing of e-waste in developing countries can lead to adverse human health effects<br>
and environmental pollution.</p>
<br>
<p><b>#3. Where to dispose off our e-waste?</b><br>
- Since electronic waste is subject to India’s hazardous waste regulations, it must be reused,<br>
recycled, or disposed of properly. Please do not put these items in the garbage or curbside<br>
recycling bins.</p>
<br>
<p><b>#4. What is the environmental impact of e-waste?</b><br>
- Liquid and atmospheric releases end up in bodies of water, groundwater, soil, and air and therefore<br>
in land and sea animals – both domesticated and wild, in crops eaten by both animals and human,<br>
and in drinking water.</p>
<br>
<p><b>#5. How is it harmful to human health?</b><br>
- Electronic products are a complex mixture of several hundred tiny components, many of which<br>
contain deadly chemicals. These chemicals are a strain on human health and the environment.<br>
Most of the components in electronic devices contain lead, cadmium, mercury, PVCs, brominated<br>
flame retardants (BFRs), chromium, beryllium etc., Televisions, video and computer monitors use<br>
cathode ray tubes (CRTs), which have significant amounts of lead.</p>
<br>
<p><b>#6. What gets recycled from scrapped electronics?</b><br>
- If managed correctly, the materials that make up old electronics can be recycled safely and securely<br>
and converted into new base commodities that can be put back into productive use in a new device<br>
or product. Common materials include base ferrous metals (steel), non ferrous metals such as<br>
aluminum, lead and copper, precious metals such as gold, silver and palladium, many families of plastics,<br>
glass, and rubber. Hazardous materials can also be safely recovered and recycled including such items<br>
as mercury or lead, heavy metals such as lithium and cadmium found in batteries, ink/toner and even<br>
ethylene glycol as a coolant.</p>
<br>
<p><b>#7. What’s the difference between recycling and reuse?</b><br>
- Recycling refers to the recovery of the materials used in the manufacture of electronic devices (e.g., gold,<br>
mercury, copper, aluminum, plastic and glass), which can then be used in the manufacture of new devices,<br>
reducing the consumption of non-renewable resources. Responsible recycling also ensures that these<br>
materials, some of which are extremely toxic, do not find their way into landfills to cause harm to people<br>
or the environment.
<br>
Reuse refers to the practice of removing working parts from retired electronic devices for resale or for<br>
use as replacement parts to refurbish defective devices. Those parts may include disc drives, memory<br>
chips and other components that can retain data and requires complete data wiping using a Department<br>
of Defence grade data sanitization software.
<br><br>
<img src="images/pie.png">
</div>
</div>
</section>
<section id="footer" class="section section-full-colored">
<div class="section-content center">
<p>© 2016 - <a href="http://fb.com/t.arora96" target=_blank>Tushar Arora. Made with <i class="fa fa-heart" style="font-size: 20px; color:red;"> ♥ </i> in India.</a></p>
</div>
</section>
</div>
<div id="loader"></div>
</div>
<script src="https://code.jquery.com/jquery.js"></script>
<script src="js/alert.js"></script>
<script src="js/jquery.sequence-min.js"></script>
<script src="js/jquery.fancybox.pack.js"></script>
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/jquery.smoothscroll.min.js"></script>
<script src="js/jquery.meanmenu.min.js"></script>
<script src="js/pace.min.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>