var fDesc=new Array(); fDesc[0] = "Design, build and deploy web pages in a flow.
Pingendo is a modern tool for designers, developers and web agencies. Intuitive as stacking blocks, powerful as a text editor.
Static websites
Create responsive static sites, publish and share live URLs to clients in seconds.
Marketing landings
Build and launch effective pages, with forms and all you need for maximizing conversions.
Mockup ideas
Wireframe quickly your concept and get clean HTML/SASS. Build visually with an extensive UI kit.
App prototyping
Prototype UX/UI and get battle-tested markups, ready for your next Angular or React project."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }