-
Notifications
You must be signed in to change notification settings - Fork 0
/
first.html
127 lines (120 loc) · 5.98 KB
/
first.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Environmental Sustainability</title>
<!-- Link to external CSS file -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="scr.js"></script>
<header>
<h1>Environmental Sustainability</h1><br>
<p>Building a Greener Future</p>
</header>
<nav>
<a href="#">Home</a>
<a href="#">About</a>
<a href="#solutions" class="smooth-scroll">Solutions</a>
<a href="#get-involved">Get Involved</a>
<a href="#contact">Contact</a>
</nav>
<br><br>
<section id="about">
<h2>About Us</h2>
<p>Welcome to our website dedicated to promoting environmental sustainability on college campuses. Our mission is to transform our campus into a model of environmental stewardship and innovation, inspiring students, faculty, and staff to adopt sustainable practices that benefit both our community and the planet.</p>
<p>At Environmental Sustainability Initiative, we believe that small actions can lead to significant change. By implementing various initiatives and fostering a culture of sustainability, we aim to:</p>
<ul>
<li>Reduce our carbon footprint</li>
<li>Promote recycling and waste reduction</li>
<li>Encourage sustainable transportation methods</li>
<li>Educate and empower individuals to make environmentally conscious decisions</li>
</ul>
<p>Together, we can create a greener and more sustainable future for generations to come.</p>
</section>
<br><br>
<section id="solutions">
<h2>Our Solutions</h2>
<div class="solution-grid">
<div class="solution-item">
<img src="https://www.shutterstock.com/shutterstock/photos/2318426849/display_1500/stock-vector-recycle-icon-image-symbol-stock-photos-vectors-reuse-reduce-recycle-2318426849.jpg" alt="Solution 1">
<div class="solution-text">
<h3>Solution 1</h3>
<section id="solutions">
<h2 title="
Reduce
Reuse
Recycle" id="solutions-heading">Waste Management Systems With Recycling Incentives</h2>
<!-- Your solutions content here -->
</section>
</div>
</div>
<div class="solution-item">
<img src="https://fastercapital.com/i/10-Zero-Waste-Startups-Revolutionizing-Sustainable-Living--Sustainable-Transportation-Initiatives.webp" alt="Solution 2">
<div class="solution-text">
<h3>Solution 2</h3>
<section id="solutions">
<h2 title="
Important for fuel
" id="solutions-heading">Sustainable Transportation Options Such as bike-sharing Programs</h2>
<!-- Your solutions content here -->
</section>
</div>
</div>
<div class="solution-item">
<img src="https://i.pinimg.com/736x/2e/e4/3a/2ee43aae8b78ef3a75d3fd2a98e35438.jpg" alt="Solution 3">
<div class="solution-text">
<h3>Solution 3</h3>
<section id="solutions">
<h2 title="
For Awareness purpose
" id="solutions-heading">Educational Campaigns to raise awareness about environmental conservation</h2>
<!-- Your solutions content here -->
</section>
</div>
</div>
<div class="solution-item">
<img src="https://img.thingsboard.io/iot-articles/energy_management_1_1110x678.png" alt="Solution 4">
<div class="solution-text">
<h3>Solution 4</h3>
<section id="solutions">
<h2 title="
Effective electricity consumption
" id="solutions-heading">IoT sensors for monitoring energy consumption</h2>
<!-- Your solutions content here -->
</section>
</div>
</div>
</div>
</section>
<br><br>
<section id="get-involved">
<h2>Get Involved</h2>
<p>Find out how you can get involved in our initiatives and contribute to building a greener and more sustainable campus environment...</p>
<h3>Provide Details About Your College</h3>
<form action="#" method="POST">
<label for="college-name">College Name:</label><br>
<input type="text" id="college-name" name="college-name" required><br><br>
<label for="campus-area">Campus Area (in square meters):</label><br>
<input type="number" id="campus-area" name="campus-area" required><br><br>
<label for="total-students">Total Number of Students:</label><br>
<input type="number" id="total-students" name="total-students" required><br><br>
<input type="submit" value="Submit">
</form>
</section>
<footer>
<section id="contact">
<h2>Contact Us</h2>
<!-- Your contact information and form here -->mail us on [email protected]
</section>
<p>© 2024 Environmental Sustainability Initiative. All rights reserved.</p>
<div class="footer-left">
<!-- Content for the left side of the footer -->
</div>
<div class="footer-right">
<!-- Content for the right side of the footer -->
</div>
</footer>
</body>
</html>