-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
338 lines (270 loc) · 14.6 KB
/
index.php
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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Repavingers Web</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="stylesheet" href="./css/animate.css">
<link rel="stylesheet" href="./css/style.css">
<!-- Favicon -->
<link rel="icon" href="image/logo.ico" alt="Icon">
</head>
<body class="body">
<!-- beinn Nav -->
<div class="container">
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active fw-bold" aria-current="page" href="index.php">Home</a>
</li>
</ul>
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link fw-bold banner-btn" href="login.php" id="loginBtn">Login</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<!-- end Nav -->
<!-- beginn Banner -->
<div class="container mt-5">
<div class="row mt-5">
<div class="col-lg-6 md-8 sm-12 mt-5">
<h6 class="mycolor">Repavingers</h6>
<h1 class="banner-text mb-4" >Our mission is to recycle plastic waste into high-quality paving materials</h1>
<p class="banner-subtitle mb-5">Turning trash into treasure, Transforming plastic waste into durable paving stones that beautify and strengthen our communities</p>
<a href="" class="banner-btn ">Let's Start</a>
</div>
<div class="col-lg-6 md-8 sm-12"> <img src="image/slider-img.png" class=" image-fluid wow bounceInUp data-wow-duration='2s' data-wow-delay='5s' mt-5" alt="" ></div>
</div>
</div>
<!-- end banner -->
<!-- beginn about -->
<div class="container mt-5">
<div class="row mt-5">
<div class="col-lg-5">
<img src="image/about-img.png" class="about-img" alt="">
</div>
<div class="col-lg-7 mt-5">
<h1 class="mycolor mt-5">About Us</h1>
<h3 class="about-text mb-5 "> We are Empowering Communities Through Plastic Waste Transformation</h3>
<div class="row">
<div class="col-lg-6 ">
<p class="banner-subtitle about-subtitle"> Repavingers is more than just a startup; we are a community-driven initiative dedicated to fostering environmental sustainability. Our platform serves as a haven for individuals and communities eager to sell plastic waste, contributing to a cleaner planet.
</p></div>
<div class="col-lg-6 "><p class="banner-subtitle about-subtitle "> eCommitted to the ethos of environmental preservation, we transform this plastic waste into environmentally friendly recycled pavings, enhancing competitiveness in the export market. </p>
</div>
</div>
<a href="" class="fw-bold fs-6 text-dark ">More about Us</a>
</div>
</div>
</div>
<!-- end about -->
<!-- beginn service -->
<div class="container mt-5">
<div class="row mt-5">
<h1 class="mycolor mt-5">Service</h1>
<h3 class="about-text mb-5 "> Our work service standards</h3>
<div class="col-lg-6 ">
<div class="row">
<div class="col-lg-6">
<div><span class="icon-div"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-person-check-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M15.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L12.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0"/>
<path d="M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6"/>
</svg></span>
<h6 class="fw-bold fs-4 mt-4">User Frendly</h6>
<p>We provide all easy services for new users with advanced service</p>
</div>
</div>
<div class="col-lg-6">
<div><span class="icon-div"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-box-seam" viewBox="0 0 16 16">
<path d="M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5l2.404.961L10.404 2zm3.564 1.426L5.596 5 8 5.961 14.154 3.5zm3.25 1.7-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464z"/>
</svg></span>
<h6 class="fw-bold fs-4 mt-4">Sell Your Waste</h6>
<p>Be a responsible contributor to the environment by selling your waste through Repavingers. </p>
</div>
</div>
<div class="row mt-4">
<div class="col-lg-6">
<div><span class="icon-div"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cash-coin" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M11 15a4 4 0 1 0 0-8 4 4 0 0 0 0 8m5-4a5 5 0 1 1-10 0 5 5 0 0 1 10 0"/>
<path d="M9.438 11.944c.047.596.518 1.06 1.363 1.116v.44h.375v-.443c.875-.061 1.386-.529 1.386-1.207 0-.618-.39-.936-1.09-1.1l-.296-.07v-1.2c.376.043.614.248.671.532h.658c-.047-.575-.54-1.024-1.329-1.073V8.5h-.375v.45c-.747.073-1.255.522-1.255 1.158 0 .562.378.92 1.007 1.066l.248.061v1.272c-.384-.058-.639-.27-.696-.563h-.668zm1.36-1.354c-.369-.085-.569-.26-.569-.522 0-.294.216-.514.572-.578v1.1zm.432.746c.449.104.655.272.655.569 0 .339-.257.571-.709.614v-1.195z"/>
<path d="M1 0a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4.083q.088-.517.258-1H3a2 2 0 0 0-2-2V3a2 2 0 0 0 2-2h10a2 2 0 0 0 2 2v3.528c.38.34.717.728 1 1.154V1a1 1 0 0 0-1-1z"/>
<path d="M9.998 5.083 10 5a2 2 0 1 0-3.132 1.65 6 6 0 0 1 3.13-1.567"/>
</svg></span>
<h6 class="fw-bold fs-4 mt-4">Earn Rewards for Recycling</h6>
<p>We offer incentives and loyalty programs for users who actively participate in recycling activities.</p>
</div>
</div>
<div class="col-lg-6">
<div><span class="icon-div"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-bag-heart" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0M14 14V5H2v9a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1M8 7.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132"/>
</svg></span>
<h6 class="fw-bold fs-4 mt-4">Buy recycled paving</h6>
<p>Repavingers offers a user-friendly platform to conveniently purchase recycled paving at affordable prices</p>
</div>
</div>
</div>
</div>
</div> <!-- cold a big -->
<!-- next col service -->
<div class="col-lg-6">
<div class="img-background text-center"> <img src="image/service-img.png" alt=""></div>
</div>
</div>
</div>
<!-- end service -->
<!-- beginn last -->
<section class="feature-section1" >
<div class="container mt-5 mb-5">
<div class="row">
<div class="col-lg-6 feature-img">
<img src="image/feature-img.png" alt="" style="width: 100%; height: auto;">
</div>
<div class="col-lg-6">
<h1 class="mycolor mt-5">Our Advantages</h1>
<h3 class="about-text mb-5 "> Repavingers Never compromise with Quality</h3>
<div class="row pt-3 pb-3 ">
<div class="col-lg-2 d-flex justify-content-center check-icon mx-4"> <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="currentColor" class="bi bi-check2" viewBox="0 0 16 16">
<path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/>
</svg>
</div>
<div class="col-lg-10">
<p class="feature-pa"> Repavingers connects users to an eco-conscious community, facilitating collaboration and shared environmental initiatives.</p>
</div>
</div>
<div class="row pt-3 pb-3 ">
<div class="col-lg-2 d-flex justify-content-center check-icon mx-4"> <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="currentColor" class="bi bi-check2" viewBox="0 0 16 16">
<path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/>
</svg>
</div>
<div class="col-lg-10">
<p class="feature-pa"> In this platform streamlines the recycling process, linking users with recycling facilities to transform plastic waste into high-quality paving materials.</p>
</div>
</div>
<div class="row pt-3 pb-3 ">
<div class="col-lg-2 d-flex justify-content-center check-icon mx-4"> <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="currentColor" class="bi bi-check2" viewBox="0 0 16 16">
<path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/>
</svg>
</div>
<div class="col-lg-10">
<p class="feature-pa"> Repavingers ensures the production of premium recycled products, supporting sustainability and providing users with valuable items to sell.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- cards start -->
<section class="section mt-5 pt-5">
<div class="container mt-5 mb-5">
<div class="row">
<div class="col-lg-6 m-auto text-center">
<h6 class="mycolor">Our Products</h6>
<h1 class="banner-text mb-4" > We Develope Amazing Products</h1>
</div>
</div>
</div>
<div class="container mt-5 mb-5">
<div class="row">
<div class="col-lg-4 mt-5 px-4 ">
<div class="text-center py-6 px-6 product">
<h2>Square Pavers</h2>
<img class="my-4 " src="image/product-icon1.png" alt=""style="width: 90%; height: auto;">
<p class="mb-5">Enhance your outdoor spaces with our Square Pavers, offering a classic and timeless design. </p>
<a class="fw-bold fs-6 text-dark" href=""> view Details</a>
</div>
</div>
<div class="col-lg-4 mt-5 px-4 ">
<div class="text-center py-6 px-6 product">
<h2>Hexagon Pavers</h2>
<img class="my-4 " src="image/product-icon2.png" alt=""style="width: 95%; height: auto;">
<p class="mb-5">Explore unique geometric patterns with our Hexagon Pavers. These six-sided paving stones add a modern and distinctive touch to your landscaping projects. </p>
<a class="fw-bold fs-6 text-dark" href=""> view Details</a>
</div>
</div>
<div class="col-lg-4 mt-5 px-4 ">
<div class="text-center py-6 px-6 product">
<h2> Costum Pavers</h2>
<img class="my-4 " src="image/product-icon3.png" alt=""style="width: 102%; height: auto;">
<p class="mb-5">Unleash your creativity with our Custom Pavers, allowing you to personalize your outdoor spaces like never before. </p>
<a class="fw-bold fs-6 text-dark" href=""> view Details</a>
</div>
</div>
</div>
</div>
</section>
<!-- end cards -->
<!-- start team member -->
<section class="feature-section1" >
<div class="container mt-5 mb-5 pt-5 pb-5">
<div class="row">
<div class="col-lg-6">
<h1 class="mycolor mt-5">Team Members</h1>
<h3 class="about-text mb-5 "> Amazing Team</h3>
<p class="p">we have an amazing team who works wholeheartedly for the development of Repavingers Platform.</p>
</div>
<div class="col-lg-3"> <div><img class="image-fluid " src="image/team-img1.jpg" alt=""></div> </div>
<div class="col-lg-3"> <div><img class="image-fluid " src="image/team-img2.jpg" alt=""></div> </div>
</div>
<div class="row d-flex justify-content-center mt-4">
<div class="col-lg-3"> <div><img class="image-fluid" src="image/team-img3.jpg" alt=""></div> </div>
</div>
</div>
</section>
<!-- end team member -->
<!-- start Contact area -->
<!-- start container -->
<div class="container mt-5 mb-5 pt-5 pb-5 ">
<div class="row">
<!-- start col-lg-5 -->
<div class="col-lg-5 p-4">
<h6 class="mycolor">Contact Us</h6>
<h1 class="banner-text mb-5" >Stay Connected</h1>
<p class="p pb-3"> Stay connected with Repavingers to learn more about our innovative paving solutions that are transforming the construction industry.</p>
<div>
<p class="mb-10">
<span class=" black-color f-700 pr-15 me-0">Address</span>
Ngaliyan, Semarang, Central Java
</p>
</div>
<div>
<p class="mb-10 ">
<span class=" black-color f-700 pr-15 me-2">Phone</span>
+628 112 333 2438
</p>
</div>
<div>
<p class="mb-10">
<span class=" black-color f-700 pr-15 me-3">Email</span>
repavingers@gmail.com
</p>
</div>
</div>
<!-- end col-lg-5 -->
<div class="col-lg-7"> </div>
</div>
</div>
<!-- end container -->
<!-- end contact area -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
<script src="js/wow.js"></script>
<script>
new WOW().init();
</script>
</body>
</html>