export function renderCodeforces(data, username) { if (!data || !data.profile) { const card = createErrorCard('Codeforces', username, 'Profile data not available'); return card; } const card = createProfileCard('codeforces', 'Codeforces'); const p = data.profile; // Profile Header card.querySelector('.user-info').innerHTML = `