-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhackathon.html
292 lines (260 loc) · 21 KB
/
hackathon.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
<!DOCTYPE html>
<html>
<head>
<title>
DeCode Devs
</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="header">
<div class="logo">
<img src="images/logo.svg">
</div>
<div style="width: 30%;">
</div>
<nav class="list">
<a href="#about">About</a>
<a href="#themes">Themes</a>
<a href="#prizes">Prizes</a>
<a href="#faq">FAQ</a>
<a href="#res">Rescources</a>
</nav>
</div>
</header>
<section id="first-section">
<div class="heading">
<h1 class="head">Unleash your innovations in AI with</h1>
<h1 class="gradient" style="font-size: 100px;">Fetch AI </h1>
<h2>Powered By Fetch AI</h2>
</div>
<div class="button">
<a href="register.html"><button>Register</button></a>
</div>
<div class="timings">
<div class="deets">
<h2>Start: </h2><label>September 22, 2023</label>
</div>
<div class="deets">
<h2>End: </h2><label>September 24, 2023</label>
</div>
<div class="deets">
<h2>Winner Announcement: </h2><label>September 24, 2023</label>
</div>
</div>
</section>
<section id="about">
<div class="about">
<h1 class="title">About</h1>
<br>
<br>
<ul>
<li><p>
Fetch AI is excited to host a virtual Hackathon,
bringing together developers, students, and tech enthusiasts to showcase their creativity,
problem-solving skills, and innovation in API development.
</p></li>
<li>
<p>
The Fetch.ai Hackathon is a coding competition that challenges developers, programmers,
and AI enthusiasts to build uAgents, autonomous intelligent agents, using Fetch.ai's uAgent library. These agents will perform various tasks,
from monitoring temperatures to tracking currency exchange rates, delivering daily news, and notifying you about local events.
</p>
</li>
</li>
</ul>
</div>
<div class="img">
<img src="images/poster.png">
</div>
</section>
<section id="themes">
<div class="theme">
<h1 class="title">Themes</h1>
<h2>Theme Reveal On September 16</h2>
</div>
</section>
<section id="prizes">
<h1 class="title">Prizes</h1>
<div class="prizes">
<div class="card">
<div class="card-title">
<svg xmlns="http://www.w3.org/2000/svg" height="2em" viewBox="0 0 512 512" id="first_medal"><path d="M4.1 38.2C1.4 34.2 0 29.4 0 24.6C0 11 11 0 24.6 0H133.9c11.2 0 21.7 5.9 27.4 15.5l68.5 114.1c-48.2 6.1-91.3 28.6-123.4 61.9L4.1 38.2zm503.7 0L405.6 191.5c-32.1-33.3-75.2-55.8-123.4-61.9L350.7 15.5C356.5 5.9 366.9 0 378.1 0H487.4C501 0 512 11 512 24.6c0 4.8-1.4 9.6-4.1 13.6zM80 336a176 176 0 1 1 352 0A176 176 0 1 1 80 336zm184.4-94.9c-3.4-7-13.3-7-16.8 0l-22.4 45.4c-1.4 2.8-4 4.7-7 5.1L168 298.9c-7.7 1.1-10.7 10.5-5.2 16l36.3 35.4c2.2 2.2 3.2 5.2 2.7 8.3l-8.6 49.9c-1.3 7.6 6.7 13.5 13.6 9.9l44.8-23.6c2.7-1.4 6-1.4 8.7 0l44.8 23.6c6.9 3.6 14.9-2.2 13.6-9.9l-8.6-49.9c-.5-3 .5-6.1 2.7-8.3l36.3-35.4c5.6-5.4 2.5-14.8-5.2-16l-50.1-7.3c-3-.4-5.7-2.4-7-5.1l-22.4-45.4z"/></svg>
<h2>First Place</h2>
</div>
<div class="card-content">
<h3>₹ 10000</h3>
<p>In FET</p>
</div>
</div>
<div class="card">
<div class="card-title">
<svg xmlns="http://www.w3.org/2000/svg" height="2em" viewBox="0 0 512 512" id="second_medal"><path d="M4.1 38.2C1.4 34.2 0 29.4 0 24.6C0 11 11 0 24.6 0H133.9c11.2 0 21.7 5.9 27.4 15.5l68.5 114.1c-48.2 6.1-91.3 28.6-123.4 61.9L4.1 38.2zm503.7 0L405.6 191.5c-32.1-33.3-75.2-55.8-123.4-61.9L350.7 15.5C356.5 5.9 366.9 0 378.1 0H487.4C501 0 512 11 512 24.6c0 4.8-1.4 9.6-4.1 13.6zM80 336a176 176 0 1 1 352 0A176 176 0 1 1 80 336zm184.4-94.9c-3.4-7-13.3-7-16.8 0l-22.4 45.4c-1.4 2.8-4 4.7-7 5.1L168 298.9c-7.7 1.1-10.7 10.5-5.2 16l36.3 35.4c2.2 2.2 3.2 5.2 2.7 8.3l-8.6 49.9c-1.3 7.6 6.7 13.5 13.6 9.9l44.8-23.6c2.7-1.4 6-1.4 8.7 0l44.8 23.6c6.9 3.6 14.9-2.2 13.6-9.9l-8.6-49.9c-.5-3 .5-6.1 2.7-8.3l36.3-35.4c5.6-5.4 2.5-14.8-5.2-16l-50.1-7.3c-3-.4-5.7-2.4-7-5.1l-22.4-45.4z"/></svg>
<h2>Second Place</h2>
</div>
<div class="card-content">
<h3>₹ 6000</h3>
<p>In FET</p>
</div>
</div>
<div class="card">
<div class="card-title">
<svg xmlns="http://www.w3.org/2000/svg" height="2em" viewBox="0 0 512 512" id="third_medal"><path d="M4.1 38.2C1.4 34.2 0 29.4 0 24.6C0 11 11 0 24.6 0H133.9c11.2 0 21.7 5.9 27.4 15.5l68.5 114.1c-48.2 6.1-91.3 28.6-123.4 61.9L4.1 38.2zm503.7 0L405.6 191.5c-32.1-33.3-75.2-55.8-123.4-61.9L350.7 15.5C356.5 5.9 366.9 0 378.1 0H487.4C501 0 512 11 512 24.6c0 4.8-1.4 9.6-4.1 13.6zM80 336a176 176 0 1 1 352 0A176 176 0 1 1 80 336zm184.4-94.9c-3.4-7-13.3-7-16.8 0l-22.4 45.4c-1.4 2.8-4 4.7-7 5.1L168 298.9c-7.7 1.1-10.7 10.5-5.2 16l36.3 35.4c2.2 2.2 3.2 5.2 2.7 8.3l-8.6 49.9c-1.3 7.6 6.7 13.5 13.6 9.9l44.8-23.6c2.7-1.4 6-1.4 8.7 0l44.8 23.6c6.9 3.6 14.9-2.2 13.6-9.9l-8.6-49.9c-.5-3 .5-6.1 2.7-8.3l36.3-35.4c5.6-5.4 2.5-14.8-5.2-16l-50.1-7.3c-3-.4-5.7-2.4-7-5.1l-22.4-45.4z"/></svg>
<h2>Third Place</h2>
</div>
<div class="card-content">
<h3>₹ 4000</h3>
<p>In FET</p>
</div>
</div>
</div>
<p style="color: whitesmoke; font-family: 'Gotham Thin'; text-align: center;">All winners will receive official recognition, certificates, and the opportunity to showcase their winning uAgent to the Fetch.ai community!</p>
</section>
<section id="faq">
<h1 class="title faq">Frequently Asked Questions</h1>
<div class="faq">
<div class="qcard">
<button class="question">What is the mode of this hackathon?</button>
<div class="answer">
<p>
This is a virtual hackathon, so you can create hacks from the comfort of your home, or anywhere in the world.
</p>
</div>
</div>
<div class="qcard">
<button class="question">How do I register?</button>
<div class="answer">
<p>Register by clicking [registration link] and fill out the form before the registration deadline.</p>
</div>
</div>
<div class="qcard">
<button class="question">Can I work on multiple uAgents?</button>
<div class="answer">
<p>Yes, you can work on multiple uAgents, but each uAgent must be a separate submission.</p>
</div>
</div>
<div class="qcard">
<button class="question">Do I need prior experience with Fetch.ai?</button>
<div class="answer">
<p>No, you can start from scratch. Check out the provided resources for guidance.</p>
</div>
</div>
<div class="qcard">
<button class="question">Can I use external APIs?</button>
<div class="answer">
<p>Yes, you can use external APIs to enhance your uAgent's functionality.</p>
</div>
</div>
<div class="qcard">
<button class="question">Do we sign up as individuals or as a team?</button>
<div class="answer">
<p>
You can participate individually or as a team (up to 2 members).
</p>
</div>
</div>
<div class="qcard">
<button class="question">How will the winners be announced?</button>
<div class="answer">
<p>Winners will be announced on 22nd September through our official channels</p>
</div>
</div>
<div class="qcard">
<button class="question">How will the winners be announced?</button>
<div class="answer">
<p>Winners will be announced on 22nd September through our official channels</p>
</div>
</div>
</div>
</section>
<section id="rules">
<h1 class="title ">Rules</h1>
<div class="rules">
<div class="rules-card">
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><style>svg{fill:#ffffff}</style><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>
<p>Participants must use the Fetch.ai uAgent library for core functionalities</p>
</div>
<div class="rules-card">
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><style>svg{fill:#ffffff}</style><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>
<p>You can participate individually or as a team (up to 2 members </p>
</div>
<div class="rules-card">
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><style>svg{fill:#ffffff}</style><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>
<p>The code must be original and created during the hackathon</p>
</div>
<div class="rules-card">
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><style>svg{fill:#ffffff}</style><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>
<p>Submissions must include clear documentation and a demo video.</p>
</div>
<div class="rules-card">
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><style>svg{fill:#ffffff}</style><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>
<p>AI-generated content will not be accepted.</p>
</div>
</div>
</section>
<section id="res">
<h1 class="title">Resources</h1>
<div class="res">
<div class="res-card">
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><style>svg{fill:#ffffff}</style><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>
<p>Check Out the GitHub repository of <a href="https://github.com/fetchai/uAgents">uAgents</a></p>
</div>
<div class="res-card">
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><style>svg{fill:#ffffff}</style><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>
<p>Join the <a href="https://discord.com/invite/qAzMY9jFzd">DeCodeCafe Discord Server</a> </p>
</div>
<div class="res-card">
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><style>svg{fill:#ffffff}</style><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>
<p>Read the overview of <a href="https://docs.fetch.ai/#get-started">Fetch.ai</a></p>
</div>
<div class="res-card">
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><style>svg{fill:#ffffff}</style><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>
<p>Read the uAgents <a href="https://docs.fetch.ai/uAgents/">documentation</a></p>
</div>
<div class="res-card">
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><style>svg{fill:#ffffff}</style><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>
<p>Read uAgents <a href="https://github.com/fetchai/uAgents-examples">Examples</a></p>
</div>
<div class="res-card">
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><style>svg{fill:#ffffff}</style><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>
<p>Watch <a href="https://shorturl.at/aEJSZ">Getting Started With uAgents</a></p>
</div>
</div>
<h3 style="color: white;font-size: 30px; margin-top:7%;text-align: center;font-family:'Gotham Bold'">See you at the Fetch.ai Hackathon!</h3>
</section>
<section id="end">
<div class="register">
<p>Register now, start building your uAgents, and join us in this exciting journey of innovation!</p>
<a href="register.html"><button>Register</button></a>
</div>
</section>
<footer>
<h1>Have More Questions?</h1>
<h3>Feel free to reach out!</h3>
<hr>
<div class="logos">
<a href="https://discord.com/invite/qAzMY9jFzd"> <svg xmlns="http://www.w3.org/2000/svg" height="2em" viewBox="0 0 640 512"><style>svg{fill:#ffffff}</style><path d="M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z"/></svg>
<a href="https://www.instagram.com/decodecafe_x/"> <svg xmlns="http://www.w3.org/2000/svg" height="2em" viewBox="0 0 448 512"><style>svg{fill:#ffffff}</style><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/></svg></a> </a>
<a href="https://www.youtube.com/channel/UCisKVCmB4mnRkWlCS5G0o7Q?sub_confirmation=1"> <svg xmlns="http://www.w3.org/2000/svg" height="2em" viewBox="0 0 576 512"><style>svg{fill:#ffffff}</style><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg></a>
<a href="https://www.linkedin.com/company/decodecafe-community"> <svg xmlns="http://www.w3.org/2000/svg" height="2em" viewBox="0 0 448 512"><style>svg{fill:#ffffff}</style><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/></svg></a>
</div>
<hr>
</footer>
<script>
let faqElements = document.querySelectorAll(".question");
for(let faqElement of faqElements){
faqElement.addEventListener("click", (event) => {
if(event.target.nextElementSibling.style.height == 0)
{
event.target.nextElementSibling.style.height = "fit-content";
}else
{
event.target.style.borderBottom = "none";
event.target.nextElementSibling.style.height = "";
}
});
}
</script>
</body>
</html>