-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout_2.html
More file actions
49 lines (49 loc) · 2.24 KB
/
Copy pathabout_2.html
File metadata and controls
49 lines (49 loc) · 2.24 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
<<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TrashCash</title>
<link rel="stylesheet" href="stylesheet.css">
<link rel="stylesheet" href="about.css">
<link rel="stylesheet" href="responsive.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
</head>
<body>
<header>
<div class="container">
<div class="header-left">
<a href="index_2.html">
<h3 class="logo">Trash Cash</h3>
</a>
</div>
<div class="header-icon">
<span class="fa fa-bars menu-icon"></span>
</div>
<div class="header-right">
<a href="about_2.html">About Us</a>
<a href="points_2.html">Points</a>
<a href="pickup_2.html">Pickup</a>
<a href="profile.html" class="login">Profile</a>
</div>
</div>
</header>
<div class="top-wrapper">
<div class="about_us">
<h1>About Us</h1>
</div>
<div class="content">
<h2>Disposing of waste has huge environmental impacts and can cause serious problems.</h2>
<h2>TrashCash is a waste recycling/reusing company. We are an on-demand trash pickup service.</h2>
<h2>We efficiently take your garbage and either recycle it or reuse it to create value out of it. For all the trash that you give us, you get points which can then be redeemed with our partner companies.</h2>
</div>
<div class="content">
<h2>It is a website that customers with a garbage pick up service.</h2>
<h2>The received waste will be segregated into different categories according to their composition.</h2>
<h2>The waste which can be reused or recycled will be given to suitable vendors for a fair price.</h2>
<h2>According to the reusable or recyclable waste, components our customers will be rewarded points which can then be redeemed in various ways.</h2>
<h2>Our goal is to revolutionize the way people think of trash. We strongly believe in recycling and reusing trash, to facilitate a much sustainable and environmentally friendly future.</h2>
</div>
</div>
</body>
</html>