-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathaboutUs.html
57 lines (55 loc) · 2.99 KB
/
aboutUs.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - Restitch</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Navbar -->
<div class="navbar">
<h1>ReStitch</h1>
<div>
<a href="index.html">Home</a>
<a href="aboutUs.html">About Us</a>
<a href="login.html">Login</a>
<a href="signup.html">Sign Up</a>
</div>
</div>
<!-- About Section -->
<div class="about-section">
<div class="about-container">
<h2>About Us</h2>
<br>
<h3>Our Mission</h3>
<p>At <strong>Restitch</strong>, our mission is to create a sustainable and compassionate world where every piece of clothing gets a second life and no person is left without the warmth and dignity they deserve. We connect the dots between generous donators who wish to give their old clothes a new purpose and those in need who can greatly benefit from them.</p>
<br>
<h3>What We Do</h3>
<p><strong>Restitch</strong> is a bridge that links your wardrobe's past to someone's future. We collect gently used clothes from individuals and organizations. Our team then sorts, cleans, and repairs these items to ensure they are in top condition. These rejuvenated clothes are then distributed to shelters, low-income communities, and various humanitarian organizations, ensuring they reach the hands that need them most.</p>
<br>
<h3>Our Impact</h3>
<p>Since our inception, <strong>Restitch</strong> has distributed thousands of clothing items, impacting the lives of many. Each donation helps us reduce waste and support communities, promoting a cycle of generosity and sustainability.</p>
<br>
<h3>Join Us</h3>
<p>Be a part of our mission. Whether you're looking to donate, volunteer, or partner with us, your involvement can make a significant difference. Together, we can restitch the fabric of our communities, one garment at a time.</p>
<br>
<h3>Contact Us</h3>
<p>If you have any questions or wish to get involved, feel free to reach out to us at:</p>
<ul>
<li><strong>Email:</strong> [email protected]</li>
<li><strong>Phone:</strong> +1-800-RESTITCH</li>
<li><strong>Address:</strong> 123 Sustainable Way, Green City, Planet Earth</li>
</ul>
</div>
</div>
<div class="footer">
<p>© 2024 Restitch. All Rights Reserved.</p>
<div class="social-media">
<a href="#" class="social-icon"><img src="fb.jpg" alt="Facebook" /> Facebook</a>
<a href="#" class="social-icon"><img src="insta.jpg" alt="Instagram" /> Instagram</a>
<a href="#" class="social-icon"><img src="in.png" alt="LinkedIn" /> LinkedIn</a>
</div>
</div>
</body>
</html>