-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsolutions.html
75 lines (69 loc) · 2.93 KB
/
solutions.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Protect the Earth</title>
<link rel="stylesheet" href="css/desktop.css" type="text/css">
<link rel="stylesheet" href="css/tablet.css" type="text/css">
<link rel="stylesheet" href="css/mobile.css" type="text/css">
</head>
<body>
<div class="wrap">
<header>
<nav>
<ul class="nav1">
<li class="navLogo"><a href = "index.html">Save Our Planet</a></li>
<li class="navItem"><a href = "index.html">Home</a></li>
<li class="navItem"><a href = "issues.html">Issues</a></li>
<li class="navItem active"><a href = "solutions.html">Solutions</a></li>
<li class="navItem"><a href = "contact.html">Contact</a></li>
</ul>
</nav>
</header>
<div class="solution_content">
<div class="solution_header">
<img id="solution_image_1" style="width: 100%; height: 145%; filter: brightness(70%)" src="images/green_earth.jpeg"/>
<h2 id="solution_title">Get Involved</h2>
</div>
<div class="row">
<div class="blog">
<div class="card">
<h2>Recycle</h2>
<h5>Published Date: Oct 19, 2021</h5>
<div><img style="height:200%; width:100%;" src="images/recycle.jpg"></img></div>
<p>Cut Down What You Throw Away.</p>
<p>Follow the three "R's" (reduce, reuse, recycle) to conserve natural resources an landfill space.</p>
</div>
<div class="card">
<h2>Try Green Transportation</h2>
<h5>Published Date: Sep 22, 2021</h5>
<div><img style="margin-top: 20px; height:200%; width:100%;" src="images/bike.jpeg"></img></div>
<p>Bike More. Drive Less.</p>
<p>Riding a bike expands your eco-friendly footprint by keeping you off the city's congested streets. It also helps hold down noise pollution.</p>
</div>
<div class="card">
<h2>Go Paperless</h2>
<h5>Published Date: Aug 25, 2021</h5>
<div><img style="height:200%; width:100%;" src="images/paper_use.jpeg"></img></div>
<p>Why?</p>
<p>Reducing your usage of paper helps to prevent trees from being cut downand eliminates the energy that is used to convert a tree into a piece of white printing paper.</p>
</div>
<div class="card">
<h2>Conserve Water</h2>
<h5>Published Date: Dec 2, 2020</h5>
<div><img style="margin-top:25px; margin-bottom:20px; height:200%; width:100%;" src="images/Water-Conservation.jpeg"></img></div>
<p>Please Save Your Use of Water.</p>
<p>The less water you use, the less runoff and wastewater that eventually end up in the ocean.</p>
</div>
</div>
</div>
</div>
<footer>
<p> Terms of Use </P>
<p> Privacy Policy </P>
<p> Help </P>
</footer>
</div>
</body>
</html>