-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
484 lines (461 loc) · 17 KB
/
index.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
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
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Agora - Redefining Commerce Through Engaging Auctions"
/>
<meta
name="keywords"
content="Agora, online auction, commerce, business networking"
/>
<title>agora</title>
<link rel="stylesheet" href="style/style.css" />
<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=Inter:wght@300;400;500;600;700;800;900&family=Urbanist:wght@300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header role="banner">
<a href="index.html" class="header_logo">agora</a>
<nav role="navigation">
<button class="header_nav-menu">Menu</button>
<ul>
<li>
<a class="header_nav-home header__bold" href="index.html">Home</a>
</li>
<li>
<a class="header_nav-auction" href="view/auction.html">Auction</a>
</li>
<li>
<a class="header_nav-dashboard" href="view/dashboard.html"
>Dashboard</a
>
</li>
<li><a class="signup-link" href="view/signup.html">Signup</a></li>
<li><a class="login-link" href="view/login.html">Login</a></li>
</ul>
</nav>
</header>
<main role="main">
<picture>
<!-- <source
srcset="image/webp/hero_img-726.webp"
media="(min-width: 600px)"
/>
<source
srcset="image/webp/hero_img-626.webp"
media="(min-width: 500px) and (max-width: 599px)"
/>
<source
srcset="image/webp/hero_img-526.webp"
media="(min-width: 399px) and (max-width: 499px)"
/> -->
<img
class="hero_img"
src="image/webp/hero_img-726.webp"
alt="A hero image of a business man in a white shirt smiling."
decoding="async"
/>
</picture>
<div class="main-col-2">
<p class="intro">Kia ora, welcome to</p>
<h1>agora</h1>
<div class="subheading_container">
<p class="subheading">Enhance your Trading Strategy</p>
<p class="subheading">Manage your Time</p>
<p class="subheading">Produce Opportunities</p>
</div>
<p class="summary">
Buy and sell effortlessly through our dynamic platform, redefining
commerce through engaging auctions engaging auctions, exclusively
tailored for users in New Zealand, providing a seamless and inclusive
marketplace for all Kiwis.
</p>
<a class="link-01" href="view/signup.html">Join Today</a>
</div>
<div class="icon_container">
<a href="#"
><img
src="image/facebook.svg"
alt="Facebook logo."
width="auto"
height="auto"
/></a>
<a href="#"
><img
src="image/instagram.svg"
alt="Instagram logo."
width="auto"
height="auto"
/></a>
<a href="#"
><img
src="image/twitter.svg"
alt="Twitter logo."
width="auto"
height="auto"
/></a>
</div>
</main>
<section class="news" role="region" aria-label="News">
<h2>Latest News</h2>
<div class="grid_news-container">
<article class="news_card news_card-01">
<picture>
<source
srcset="image/webp/news_img_01-450.webp"
media="(min-width: 450px)"
/>
<source
srcset="image/webp/news_img_01-400.webp"
media="(min-width: 400px)"
/>
<source
srcset="image/webp/news_img_01-350.webp"
media="(min-width: 350px)"
/>
<img
class="hero_img"
src="image/webp/news_img_01-300.webp"
alt="A computer sat on a desk with a graph displayed on it."
decoding="async"
width="auto"
height="auto"
/>
</picture>
<a href="#">
<h3>Unlock the Power of Online Auctions</h3>
</a>
<p class="news_card-body">
Dive into the world of online auctions, explore bidding strategies,
and learn how to maximize your profits with Agora's innovative
platform.
</p>
</article>
<article class="news_card news_card-02">
<picture>
<source
srcset="image/webp/news_img_02-450.webp"
media="(min-width: 450px)"
/>
<source
srcset="image/webp/news_img_02-400.webp"
media="(min-width: 400px)"
/>
<source
srcset="image/webp/news_img_02-350.webp"
media="(min-width: 350px)"
/>
<img
class="hero_img"
src="image/webp/news_img_02-300.webp"
alt="A woman with her elbow on the table with her head resting on her hand."
decoding="async"
width="auto"
height="auto"
/>
</picture>
<a href="#">
<h3>Streamline Your Operations</h3>
</a>
<p class="news_card-body">
Learn how Agora's features can streamline your buying and selling
processes, saving you time and resources while elevating your
business to new heights.
</p>
</article>
<article class="news_card news_card-03">
<picture>
<source
srcset="image/webp/news_img_03-450.webp"
media="(min-width: 450px)"
/>
<source
srcset="image/webp/news_img_03-400.webp"
media="(min-width: 400px)"
/>
<source
srcset="image/webp/news_img_03-350.webp"
media="(min-width: 350px)"
/>
<img
class="hero_img"
src="image/webp/news_img_03-300.webp"
alt="A person entering their credit card details into their laptop."
decoding="async"
width="auto"
height="auto"
/>
</picture>
<a href="">
<h3>Trust Through Transparency</h3>
</a>
<p class="news_card-body">
Explore the importance of transparency in transactions, and see how
Agora's platform fosters trust and ensures fair dealings for all
parties involved.
</p>
</article>
<article class="news_card news_card-04">
<picture>
<source
srcset="image/webp/news_img_04-450.webp"
media="(min-width: 450px)"
/>
<source
srcset="image/webp/news_img_04-400.webp"
media="(min-width: 400px)"
/>
<source
srcset="image/webp/news_img_04-350.webp"
media="(min-width: 350px)"
/>
<img
class="hero_img"
src="image/webp/news_img_04-300.webp"
alt="3 people having brunch and talking about business."
decoding="async"
width="auto"
height="auto"
/>
</picture>
<a href="#">
<h3>Connect with Businesses Nationwide</h3>
</a>
<p class="news_card-body">
Discover how Agora's extensive network of businesses across New
Zealand can help you forge valuable connections and expand your
commercial reach.
</p>
</article>
</div>
</section>
<section class="info" role="region" aria-label="Info">
<h2>Buyers and Sellers</h2>
<div class="info__wrapper">
<div class="info_body__wrapper">
<h3>Join Agora Today</h3>
<div class="info_body__container">
<p class="info_body">
Experience a new era of commerce with Agora's innovative online
auction platform. Gain access to an extensive network of
businesses across New Zealand, foster transparent transactions,
and streamline your buying and selling processes.
<br /><br />Sign up now and empower your business with Agora's
unparalleled features and benefits. Discover. Connect. Transact.
Join Agora today and elevate your business to new heights.
</p>
<p class="info_body">
Whether you're a buyer or a seller, our platform offers you the
tools and resources to make informed decisions and maximize your
opportunities. With a user-friendly interface and a robust set of
features, you can easily browse, bid, and list items with
confidence. <br /><br />Plus, our commitment to transparency means
you can trust that you're getting a fair deal every time.
</p>
</div>
</div>
<img
class="info_img"
src="image/webp/info_img-01-650.webp"
alt="3 images of retailers at work smiling and 1 image of a team meeting."
decoding="async"
width="auto"
height="auto"
loading="lazy"
/>
</div>
</section>
<section class="testimonial">
<article class="testimonial_card testimonial_card-01">
<div class="testimonial_card-body">
<h3>Crystal Fleet</h3>
<h4>Seller - Shirley Fisheries, Christchurch</h4>
<p>
I am absolutely thrilled with my experience using Agora for online
auctions and business networking! This platform has revolutionized
the way I do business. I was amazed at how quickly I could list my
goods and attract potential buyers.
</p>
</div>
</article>
<article class="testimonial_card testimonial_card-02">
<div class="testimonial_card-body">
<h3>Li Xiaofeng</h3>
<h4>Buyer - Wholesale Packers Ltd, Auckland</h4>
<p>
I can confidently say that Agora has become an indispensable tool
for my business growth. <br />
The combination of online auctions and networking has expanded my
reach, boosted my sales, and introduced me to like-minded
professionals.
</p>
</div>
</article>
</section>
<div class="accordion_contact__wrapper">
<section
class="accordion"
role="region"
aria-label="Frequently Asked Questions"
>
<h2>Frequently Asked Questions</h2>
<p class="body">Have questions? We're here to help.</p>
<div class="accordion_questions">
<div
class="accordion-item"
role="button"
tabindex="0"
aria-expanded="false"
>
<div class="accordion-header">
<h3>What is Agora and how does it work?</h3>
<span class="accordion-icon">+</span>
</div>
<div class="accordion-content body">
<p>
I can confidently say that Agora has become an indispensable
tool for my business growth. The combination of online auctions
and networking has expanded my reach, boosted my sales, and
introduced me to like-minded professionals
</p>
</div>
</div>
<div
class="accordion-item"
role="button"
tabindex="0"
aria-expanded="false"
>
<div class="accordion-header">
<h3>How does the chat feature enhance networking?</h3>
<span class="accordion-icon">+</span>
</div>
<div class="accordion-content body">
<p>
Agora's chat feature enhances networking by providing a
real-time communication platform within the auction environment.
Businesses can use this feature to interact with each other,
discuss potential deals, negotiate terms, and build valuable
relationships. It fosters direct and instant communication
between buyers and sellers, making it easier for them to
collaborate and make informed decisions during auctions. This
feature not only enhances networking but also contributes to a
more dynamic and efficient auction experience.
</p>
</div>
</div>
<div
class="accordion-item"
role="button"
tabindex="0"
aria-expanded="false"
>
<div class="accordion-header">
<h3>Is Agora's auction system secure and transparent?</h3>
<span class="accordion-icon">+</span>
</div>
<div class="accordion-content body">
<p>
Yes, Agora's auction system is designed with a strong focus on
security and transparency. We prioritize the trust and
confidence of our users. Our security measures include
encryption protocols to protect sensitive data, robust
authentication processes, and regular security audits. As for
transparency, all auction activities and transactions are logged
and can be easily tracked by participants. We employ a
transparent bidding process that ensures fair play and prevents
manipulation. Additionally, our platform provides detailed
information about the products, sellers, and historical auction
data, allowing users to make well-informed decisions.
</p>
</div>
</div>
<div
class="accordion-item"
role="button"
tabindex="0"
aria-expanded="false"
>
<div class="accordion-header">
<h3>How do I get started on Agora?</h3>
<span class="accordion-icon">+</span>
</div>
<div class="accordion-content body active">
<p>
Sign up on the Agora website, providing basic business
information and creating a username and password. Complete your
business profile, including your company's name, contact
details, and any necessary certifications or licenses. Browse
listings to explore products and auctions. Participate in
auctions by clicking on items, reviewing details, and placing
bids. If you win an auction, follow provided instructions for
payment and shipping through Agora's secure gateway.
</p>
</div>
</div>
</div>
</section>
<section class="getInTouch">
<h2>
We'd love to hear from you,<br />
get in touch
</h2>
<form action="submit_form.php" method="post" role="form">
<label class="form_message-label" for="name">Name:</label>
<input type="text" id="name" name="name" required />
<label class="form_message-label" for="email">Email:</label>
<input type="email" id="email" name="email" required />
<label class="form_message-label" for="message">Message:</label>
<textarea id="message" name="message" rows="4" required></textarea>
<input class="form_submit" type="submit" value="Submit" />
</form>
</section>
</div>
<footer>
<a href="#" class="footer_logo">agora</a>
<h3>Connect, Transact, Thrive with Agora: Your Business Advantage</h3>
<p class="footer_body">
Discover a new era of seamless commerce and networking with Agora's
innovative online auction platform. Experience efficiency, transparency,
and growth like never before. Join Agora today and redefine your
business success.
</p>
<div class="footer_icon-container">
<a href="#"
><img
src="image/facebook.svg"
alt="Facebook logo."
width="auto"
height="auto"
loading="lazy"
/></a>
<a href="#"
><img
src="image/instagram.svg"
alt="Instagram logo."
width="auto"
height="auto"
loading="lazy"
/></a>
<a href="#"
><img
src="image/twitter.svg"
alt="Twitter logo."
width="auto"
height="auto"
loading="lazy"
/></a>
</div>
<small>Copyright 2023, Agora BCDE224</small>
</footer>
<script src="script/script.js"></script>
</body>
</html>