' + '
' + '
' + ' ' + ' ' + '
' + '
' + ' ' + ' ' + '
' + '
' + ' ' + '
Reset Password' + ''; var signupModal = '
' + '
' + '
' + '
' + ' ' + ' ' + '
' + '
' + ' ' + ' ' + '
' + '
' + ' ' + ' ' + '
' + '
' + '
'; var resetPasswordModal = '
' + '
' + '
' + '
' + ' ' + ' ' + '
' + '
' + '
'; function showLogin() { getModal(loginModal); } function showSignup() { getModal(signupModal); } function showResetPassword() { getModal(resetPasswordModal); } function getModal(modalContents) { new $.flavr({ dialog : 'form', closeOverlay : true, closeEsc : true, form : { content: modalContents }, animateEntrance : 'fadeInDown', buttons : {} }); } function showContactUs() { $.yosemodal({ divwithclass: "ContactUs-modal" }); } function showFAQ() { $.yosemodal({ divwithclass: "FAQ-modal" }); } function showAbout() { $.yosemodal({ divwithclass: "About-modal" }); } function showPressKit() { $.yosemodal({ divwithclass: "PressKit-modal" }); } function showPrivacy() { $.yosemodal({ divwithclass: "Privacy-modal" }); } function showTerms() { $.yosemodal({ divwithclass: "Terms-modal" }); } function showSubscriptions() { $.yosemodal({ divwithclass: "Subscriptions-modal" }); }

CREATED LANDING PAGES

Selection of Some Amazing Apps Our Customers Are Creating.

'; document.write(html); } else { html = '

ARE YOU READY TO CREATE YOUR LANDING PAGE?

' + buttonHTML; html = html + ' YES, SIGN ME UP NOW' + ' NO, I WANT TO SEE A DEMO' + '
'; document.write(html); }