new Card(cardContainer, { id: 'instructions', icon: 'fa-solid fa-medal', title: 'Contests', description: 'Where the magic happens! Manage contests and their teams.', }).click(async () => { const modal = await new Modal(null, { id: 'instructions' }).loadContent('index-instructions'); modal.addButton({ text: 'OK, got it!', close: true, }) });