|
357 | 357 | </div> |
358 | 358 |
|
359 | 359 | <div class="mt-8 text-left" id="contributorsSect"> |
360 | | - <div class="text-left" id="contributorSub"> |
361 | | - <div id="topTitle" class="text-left"> |
362 | | - <p id="contributorTeam">The Contributor Team</p> |
363 | | - <p id="contributorDesc"> |
364 | | - Our team of contributors have been the key to our success. Divided into 4 tiers—Diamond, Gold, Silver, and Bronze—they have been crucial to the development of our project. Here are the acknowledgements of our top contributors, updated monthly! |
365 | | - </p> |
366 | | - </div> |
367 | | - <div id="contributorBottom" class="text-left"> |
368 | | - <p class="contributorTitle"> |
369 | | - Currently, we have <span class="contributorNumber">0</span> diamond contributors. Could you be the first? |
370 | | - </p> |
371 | | - <p class="contributorTitle"> |
372 | | - Currently, we have <span class="contributorNumber">2</span> gold contributors. |
373 | | - </p> |
374 | | - <div class="flex gap-4 justify-start items-start text-left" id="goldPersonCont"> |
375 | | - <div class="personElement text-left"> |
376 | | - <div class="imageElement"> |
377 | | - <img src="https://cdn.mutorials.org/images/icons/Icon_Main.png" alt="person" class="personImage"> |
378 | | - </div> |
379 | | - <div class="text text-left"> |
380 | | - <p class="personName">Allen Wu</p> |
381 | | - <p class="personTitle">Gold Contributor</p> |
382 | | - <p class="personDesc"></p> |
383 | | - </div> |
384 | | - </div> |
385 | | - <div class="personElement text-left"> |
386 | | - <div class="imageElement"> |
387 | | - <img src="https://cdn.mutorials.org/images/icons/Icon_Main.png" alt="person" class="personImage"> |
388 | | - </div> |
389 | | - <div class="text text-left"> |
390 | | - <p class="personName">Sophia Li</p> |
391 | | - <p class="personTitle">Gold Contributor</p> |
392 | | - <p class="personDesc"></p> |
393 | | - </div> |
394 | | - </div> |
395 | | - </div> |
396 | | - </div> |
397 | | - <p class="contributorTitle"> |
398 | | - Currently, we have <span class="contributorNumber">6</span> silver contributors. |
399 | | - </p> |
400 | | - <div id="silverContributors" class="text-left"> |
401 | | - <p>Sarah Wu</p> |
402 | | - <p>Hanting Li</p> |
403 | | - <p>Andrew Yu</p> |
404 | | - <p>Clarence Zheng</p> |
405 | | - <p>Gnapika Kothakota</p> |
406 | | - <p>Sean Park</p> |
407 | | - </div> |
408 | 360 | <div id="bottomJoin" class="text-left"> |
409 | 361 | <p id="joinTitle">Join Us Today!</p> |
410 | 362 | <p>Do you want to become a contributor to the Mutorials team?</p> |
| 363 | + <iframe |
| 364 | + class="mt-4 mb-4 w-full" |
| 365 | + style="max-width: 640px; aspect-ratio: 16 / 9;" |
| 366 | + src="https://www.youtube.com/embed/D11byCUwvuQ" |
| 367 | + title="YouTube video player" |
| 368 | + frameborder="0" |
| 369 | + allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" |
| 370 | + allowfullscreen |
| 371 | + ></iframe> |
411 | 372 | <ol id="joinList" class="list-decimal list-inside text-left"> |
412 | 373 | <li> |
413 | 374 | <a href="https://discord.com/invite/ccbZu4q" id="discordLink" target="_blank" aria-label="Discord"> |
|
422 | 383 | </li> |
423 | 384 | </ol> |
424 | 385 | </div> |
425 | | - </div> |
426 | 386 | </div> |
427 | 387 |
|
428 | 388 | </div> |
0 commit comments