-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
114 lines (109 loc) · 5.89 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="about.css">
<title>EcoTrace</title>
</head>
<body class="body">
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#"> <img src="bg1.jpg" alt="EcoTrace" height="60px"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="calc.html">Calculate</a>
</li>
<li class="nav-item">
<a class="nav-link" href="outlook.html">Outlook</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sol.html">Reduce</a>
</li>
</ul>
<form class="d-flex" role="search">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</div>
</nav>
<main>
<div class="container2">
<div >
<img src="https://previews.123rf.com/images/davidarts/davidarts0905/davidarts090501086/4897005-abstract-environmental-earth-concept-background.jpg" alt="Earth Image">
</div>
<div class="content">
<h1 ><b>About Us</b></h1>
<p>EcoTrace is dedicated to helping individuals reduce their carbon footprints through educational and interactive tools on our website. We provide comprehensive information on carbon footprints, including their significance and sources like transportation and energy consumption. Our interactive quiz and carbon footprint calculator help users understand and estimate their personal carbon emissions. Additionally, we offer visual representations of global CO2 emissions and practical strategies for reducing carbon footprints. By providing personalized insights, EcoTrace empowers users to make environmentally conscious decisions and contribute to a greener planet.</p>
</div>
</main>
<footer class="footer">
<div class="fcontainer">
<div class="footer-logo">
<img src="bg1.jpg" alt="Carbon Footprint Logo" height="200px ">
</div>
<div class="footer-links">
<h2>Useful Links</h2>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#privacy">Privacy Policy</a></li>
<li><a href="#faqs">FAQs</a></li>
</ul>
</div>
<div class="footer-contact">
<h2>Contact Us</h2>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Phone: 9630698739</p>
<p>Address: building no. 19,Dayanand Sagar College of Engineering,Bangalore</p>
</div>
<div class="footer-social">
<h2>Follow Us</h2>
<a href="#" class="social-icon"><img src="https://www.facebook.com/images/fb_icon_325x325.png" alt="Facebook"></a>
<a href="#" class="social-icon"><img src="https://www.shutterstock.com/image-photo/kiev-ukraine-may-08-2015-260nw-281364161.jpg" alt="Twitter"></a>
<a href="#" class="social-icon"><img src="https://play-lh.googleusercontent.com/kMofEFLjobZy_bCuaiDogzBcUT-dz3BBbOrIEjJ-hqOabjK8ieuevGe6wlTD15QzOqw" alt="LinkedIn"></a>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 Carbon Footprint. All rights reserved.</p>
</div>
</footer>
<section class="u">
<a class="u" href="#" target="_blank">
<span>Website</span>
</a>
<p class="u">
<span class="happ">created by</span>
</p>
<a class="u" href="" target="_blank">
<a href="https://www.linkedin.com/in/shruti-sinha-87a2452a2/" target="_blank">
Shruti Sinha
</a>
<a href="https://www.linkedin.com/in/rithika-lingutla-8759a82a1/" target="_blank">
Rithika L
</a>
<a href="https://www.linkedin.com/in/ritu-shree-7652422a2?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3BYPH5qlJrTfKz14hRIY6HTg%3D%3D" target="_blank">
Ritu Shree
</a>
<a href="https://www.linkedin.com/in/prachi-choudhary-b409a62a1?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3BzqnjL1JYSCO4EvQKlkDcFA%3D%3D" target="_blank">
Prachi Choudhary
</a>
</a>.
</section>
</body>