Big Brand Theory
Case studies of big branding campaigns (Adidas, Starbucks, Uniqlo) and the lessons a designer can take away from each with respect to corporate identity projects.
Zero Block
Click "Block Editor" to enter the edit mode. Use layers, shapes and customize adaptability. Everything is in your hands.
Tilda Publishing
create your own block from scratch
1 Block
Click "Block Editor" to enter the edit mode. Use layers, shapes and customize adaptability. Everything is in your hands.
Tilda Publishing
create your own block from scratch
Tilda Accordion Code Generator

Генератор вертикального аккордеона для Tilda

Сгенерированный код

© 2025 Accordion Generator for Tilda. Работает без внешних библиотек.
`; return final; } /* ---------- UI ---------- */ document.getElementById('generate').addEventListener('click',()=>{ const ids=document.getElementById('ids').value.split(',').map(s=>s.trim()).filter(Boolean); if(!ids.length){alert('Заполните IDs блоков');return;} const radius=parseInt(document.getElementById('radius').value,10)||0; const duration=parseInt(document.getElementById('duration').value,10)||300; const headBg=document.getElementById('headBg').value; const bodyBg=document.getElementById('bodyBg').value; const allowMulti=document.getElementById('multi').checked; const plusUrl=document.getElementById('plusUrl').value.trim(); const minusUrl=document.getElementById('minusUrl').value.trim(); const rotateDeg=parseInt(document.getElementById('rotateDeg').value,10)||180; const snippet=buildSnippet({ids,radius,duration,headBg,bodyBg,allowMulti,plusUrl,minusUrl,rotateDeg}); document.getElementById('output').value=snippet; });
Генератор аккордеона для Tilda

Генератор вертикального аккордеона для Tilda

Скопируйте полученный код целиком