-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
267 lines (248 loc) · 10.3 KB
/
index.html
File metadata and controls
267 lines (248 loc) · 10.3 KB
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>StuffSwap | Home</title>
<link rel="stylesheet" href="css/styles.css">
<script src="js/config.js"></script>
<script src="js/auth.js"></script>
</head>
<body>
<div class="container">
<!-- Header Section -->
<section class="top-bar">
<div class="menu-icon" onclick="toggleNav()">☰</div>
<nav class="nav-links" id="navLinks">
<a href="index.html">Home</a>
<a href="whatIsStuffSwap.html">About</a>
<a href="favorites.html">Favorites</a>
<a href="cart.html">Cart</a>
<a href="profile.html">Profile</a>
<a href="login.html">Login</a>
</nav>
<div class="header-left">
<div class="page-title">Home</div>
<div class="logo"><strong>Stuff</strong> Swap</div>
</div>
<div class="search-bar">
<span class="search-icon">🔍</span>
<input type="text" placeholder="Search Stuff">
<span class="clear-icon">✕</span>
</div>
<div class="header-icons">
<a href="favorites.html" class="icon">❤️</a>
<a href="cart.html" class="icon">🛒</a>
<a href="profile.html" class="icon">👤</a>
</div>
</section>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<h1><strong>Stuff</strong> Swap</h1>
<p>
From books and toys to fashion and tech, discover tailored exchanges that match your style, save you money,
and help reduce waste.
Fast, fun, and free to join, it's swapping made smart.
</p>
<button class="hero-btn" onclick="location.href='wireframe-version.html'">Swap Now</button>
</div>
<!-- Decorative Icons -->
<div class="hero-icons">
<div class="icon-item">👕</div>
<div class="icon-item">🪴</div>
<div class="icon-item">📚</div>
<div class="icon-item">💡</div>
<div class="icon-item">👜</div>
<div class="icon-item">👟</div>
<div class="icon-item">📷</div>
<div class="icon-item">☕</div>
</div>
</section>
<!-- What is Stuff Swap Section -->
<section class="what-is-section">
<h2>What is Stuff Swap</h2>
<div class="what-is-content">
<div class="map-placeholder">
<div class="map-content">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3919.5113070506625!2d106.70042331480037!3d10.776923692322846!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31752f3e3bbeb35f%3A0x4f3d509dbf90867d!2sHo%20Chi%20Minh%20City%2C%20Vietnam!5e0!3m2!1sen!2s!4v1619642020163!5m2!1sen!2s"
allowfullscreen="" loading="lazy" style="width: 100%;
height: 400px;
border: 0;">
</iframe>
</div>
</div>
<div class="what-is-text">
<p>
Stuff Swap is a platform that connects people who want to swap items. Instead of throwing things away, trade
them with someone just blocks away.
</p>
<p>
Stuff Swap connects you with nearby users by ZIP code who are looking to swap gently-used items - clothes,
books, toys, and more.
</p>
<div class="hashtags">
<span>#Sustainability</span>
<span>#StuffSwap</span>
<span>#Eco-friendly</span>
</div>
<div class="search-section">
<input type="text" placeholder="Enter your ZIP code">
<button class="search-btn">Search</button>
</div>
</div>
</div>
</section>
<!-- Swap Now Section -->
<section class="swap-now-section">
<h2>Swap Now</h2>
<h3>WIDE SELECTION OF ITEMS TO SWAP</h3>
<div class="category-grid">
<div class="category-item">
<div class="category-image">
<img src="https://images.unsplash.com/photo-1441986300917-64674bd600d8?w=200&h=200&fit=crop&crop=center" alt="Clothes">
</div>
<span>CLOTHES</span>
</div>
<div class="category-item">
<div class="category-image">
<img src="https://images.unsplash.com/photo-1586023492125-27b2c045efd7?w=200&h=200&fit=crop&crop=center" alt="Furniture">
</div>
<span>FURNITURE</span>
</div>
<div class="category-item">
<div class="category-image">
<img src="https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=200&h=200&fit=crop&crop=center" alt="Appliances">
</div>
<span>APPLIANCES</span>
</div>
<div class="category-item">
<div class="category-image">
<img src="https://images.unsplash.com/photo-1511707171634-5f897ff02aa9?w=200&h=200&fit=crop&crop=center" alt="Electronics">
</div>
<span>ELECTRONICS</span>
</div>
<div class="category-item">
<div class="category-image">
<img src="https://images.unsplash.com/photo-1566576912321-d58ddd7a6088?w=200&h=200&fit=crop&crop=center" alt="Toys">
</div>
<span>TOYS</span>
</div>
<div class="category-item">
<div class="category-image swap-now">
<div class="swap-arrow">➡️</div>
</div>
<span>SWAP NOW</span>
</div>
</div>
<p class="tagline">"...your AI-powered hub for trading what you have for what you love"</p>
</section>
<!-- Reviews Section -->
<section class="reviews-section">
<div class="reviews-header">
<h2>Our Reviews</h2>
<p class="reviews-subtitle">See what our community says about Stuff Swap</p>
</div>
<div class="review-grid">
<div class="review-card">
<div class="review-avatar">
<img src="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop&crop=face" alt="Bob Ross">
</div>
<div class="review-stars">⭐⭐⭐⭐☆</div>
<div class="review-name">Bob Ross</div>
<div class="review-text">"...Stuff Swap made it ridiculously easy to trade for things I actually wanted. Their AI matched me with someone local who needed my old camera—and I scored a vintage record player in return. Brilliant concept!"</div>
<div class="review-tags">
<span class="tag yellow">#worthit</span>
<span class="tag green">#sustainability</span>
</div>
</div>
<div class="review-card">
<div class="review-avatar">
<img src="https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=100&h=100&fit=crop&crop=face" alt="Miguel Hernandez">
</div>
<div class="review-stars">⭐⭐⭐⭐☆</div>
<div class="review-name">Miguel Hernandez</div>
<div class="review-text">"Signed up just to get rid of extra books, and ended up discovering rare collectibles I didn't even know existed."</div>
<div class="review-tags">
<span class="tag green">#sustainability</span>
</div>
</div>
<div class="review-card">
<div class="review-avatar">
<img src="https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=100&h=100&fit=crop&crop=face" alt="Zoya Zehra">
</div>
<div class="review-stars">⭐⭐⭐⭐☆</div>
<div class="review-name">Zoya Zehra</div>
<div class="review-text">"Instead of dumping things in the trash, I've found new homes for them—and found new favorites for myself."</div>
<div class="review-tags">
<span class="tag pink">#SwapnotShop</span>
</div>
</div>
<div class="review-card">
<div class="review-avatar">
<img src="https://images.unsplash.com/photo-1544005313-94ddf0286df2?w=100&h=100&fit=crop&crop=face" alt="Sophia Moore">
</div>
<div class="review-stars">⭐⭐⭐⭐☆</div>
<div class="review-name">Sophia Moore</div>
<div class="review-text">"...amazing for parents who have bins of baby clothes."</div>
<div class="review-tags">
<span class="tag blue">#CircularLiving</span>
<span class="tag pink">#SwapnotShop</span>
<span class="tag green">#sustainability</span>
<span class="tag yellow">#worthit</span>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="main-footer">
<div class="footer-content">
<!-- Left Section - Branding -->
<div class="footer-brand">
<div class="footer-logo">
<span class="logo-text">STUFF</span>
<span class="logo-accent">SWAP</span>
</div>
<p class="footer-tagline">Thoughtful swapping for growing communities.</p>
<p class="footer-copyright">© 2024 Stuff Swap. Community Exchange Platform. All Rights Reserved.</p>
</div>
<!-- Middle Section - Newsletter -->
<div class="footer-newsletter">
<h3>COMMUNITY INSIGHTS FOR CLEVER SWAPPERS</h3>
<h4>DIRECT TO YOUR INBOX</h4>
<div class="newsletter-form">
<input type="email" placeholder="YOUR E-MAIL" class="newsletter-input">
<button class="newsletter-btn">SUBSCRIBE</button>
</div>
</div>
<!-- Right Section - Social & Contact -->
<div class="footer-contact">
<div class="social-section">
<h3>FOLLOW US</h3>
<div class="social-icons">
<a href="#" class="social-icon">📷</a>
<a href="#" class="social-icon">👥</a>
<a href="#" class="social-icon">🐦</a>
</div>
</div>
<div class="contact-section">
<h3>CONTACT US</h3>
<p class="contact-info">support@stuffswap.com</p>
</div>
</div>
</div>
<!-- Bottom Legal Links -->
<div class="footer-legal">
<a href="#" class="legal-link">PRIVACY POLICY</a>
<a href="#" class="legal-link">TERMS AND CONDITIONS</a>
</div>
</footer>
</div>
<script>
function toggleNav() {
document.getElementById("navLinks").classList.toggle("show");
}
</script>
</body>
</html>