-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsummary.html
More file actions
101 lines (84 loc) · 3.87 KB
/
summary.html
File metadata and controls
101 lines (84 loc) · 3.87 KB
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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="scripts/homepage-style.css">
<link rel="stylesheet" href="scripts/homepage-menu.css">
</head>
<style>
#rating{
text-align: center;
}
#button-id {
background: center;
}
</style>
<body>
<div class="jumbotron jumbotron-fluid">
<div class="menu-wrap">
<input type="checkbox" class="toggler">
<div class="hamburger">
<div></div>
</div>
<div class="menu">
<div>
<div>
<ul>
<li><a href="homepage.html">Home</a></li>
<li><a href="team-member.html">Team Members</a></li>
<li><a href="video-ppt.html">Video | PPT</a></li>
<li><a href="case-summary.html">Blogs Page</a></li>
<li><a href="summary.html">Case Summary</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<h1 class="display-4">Case Summary</h1>
<p class="lead">This page includes the Case summary of our Project</p>
</div>
</div>
<div class="container">
<div class="row">
Between 50% and 80% of the world’s e-waste is shipped to countries like China, India, Pakistan, the Philippines, and
Vietnam where recycling isn’t safely managed.
<ul>
<li>Emissions from these sites can cause damage to human health and the environment</li>
<li>80% of the children of Guiyu, China have respiratory ailments and considered to be at high risk of lead
poisoning</li>
</ul>
</div>
<div class="row">
The Basal Convention is an international treaty that is made to reduce the movement of hazardous waste between
nations.
This mainly prevents e-waste from being exported to developing nations. The United States is the only developed
nation
who hasn’t ratified the Basal Convention despite signing it. This means they still legally free to export their
e-waste
to developing nations
</div>
<div class="row">
Dell Reconnect is a partnership between Goodwill and Dell that began in 2004 with the goal of offering free and
responsible computer recycling.
<ul>
<li>Collected more than 6.6 millions tons of e-waste since 2007</li>
<li>Became the first company in the IT industry to ban e-waste exportation to developing nations</li>
</ul>
</div>
</div>
<div class="d-flex justify-content-center" id="button-id">
<button type="button" class="btn btn-outline-primary">
<a href="rating.html">RATINGS</a>
</button>
</div>
<script src="" async defer></script>
</body>
</html>