Followers
${data.stats.subscribers}
Subscribers
${data.stats.views}
Views
`; } // Render upcoming if (data.upcoming && data.upcoming.length) { const upcomingEl = document.getElementById('kitze-midbar-upcoming'); upcomingEl.innerHTML = `

UPCOMING TALKS

${data.upcoming.map(item => ` <${item.url ? 'a href="' + item.url + '" target="_blank"' : 'div'} class="kitze-midbar-upcoming-item">
${item.date}
${item.title}
${item.flag} ${item.location}
${item.url ? 'a' : 'div'}> `).join('')}
`; } // Render projects if (data.projects && data.projects.length) { const projectsEl = document.getElementById('kitze-midbar-projects'); projectsEl.innerHTML = `

MY PROJECTS

${data.projects.map(item => ` <${item.url ? 'a href="' + item.url + '" target="_blank"' : 'div'} class="kitze-midbar-project-item"> ${item.icon}
${item.title} ${item.description ? '' + item.description + '' : ''}
${item.url ? 'a' : 'div'}> `).join('')}
`; } // Render CTAs if (data.ctas && data.ctas.length) { const ctasEl = document.getElementById('kitze-midbar-ctas'); ctasEl.innerHTML = data.ctas.map(item => ` ${item.icon} ${item.title} `).join(''); } } });
Bruno

Forever contrarian. Crypto skeptic. Decentralization maxi. Civil disobedience enthusiast. Ethereum co-funder.