Become a No-Coder
Ebooks
Recent articles
No-Code in 2021
8 days ago
No-Code en 2021
8 days ago
HelloGuru en el 2020
23 days ago
HelloGuru: What Happened in 2020
23 days ago
Tags
Bubble
bugs
colaboración
Collaboration
Communication
Comunicación
Coronavirus
COVID-19
Creatividad
Inspiración
5 posts with this tag
No perder la habilidad de asombrarse
4 months ago
•
2 min read
El poder del No-Code durante la crisis de COVID-19
10 months ago
•
4 min read
¿Cómo aprovechar el trabajo en el encierro?
10 months ago
•
2 min read
Trabajar sin inspiración
a year ago
•
3 min read
¿Qué nos inspira a crear?
a year ago
•
3 min read
Page 1 of 1
No results for your search, try something different.
const headerTagLinks = document.querySelectorAll('.js-header-tag-link'); for (x = 0, l = headerTagLinks.length; x < l; x++) { const lang = headerTagLinks[x].getAttribute('data-slug').split('-')[1]; const shouldRemoveLink = lang !== document.documentElement.lang; if (shouldRemoveLink) { headerTagLinks[x].remove(); } }