Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisethi21 committed Feb 28, 2021
1 parent 90c222c commit 126cff5
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
21 changes: 21 additions & 0 deletions about.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.about_us {
font-family: optima;
display: block;
background-color: rgba(25, 25, 25, 0.8);
margin: 2%;
}

.content {
display: inline-block;
width: 70%;
background-color: rgba(25, 25, 25, 0.8);
padding: 2%;
margin: 1%;
margin-bottom: 0%;
margin-top: 0%;
color: whitesmoke;
}

.content h2 {
font-size: 90%;
}
18 changes: 18 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<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>
Expand All @@ -27,5 +28,22 @@ <h3 class="logo">Trash Cash</h3>
</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>

0 comments on commit 126cff5

Please sign in to comment.