=====================================
A simple, responsive coming soon landing page built with HTML, Tailwind CSS, and a touch of JavaScript.
- Plain HTML structure for easy maintenance and customization
- Tailwind CSS for styling, loaded via CDN for simplicity
- Gradient text effect using CSS background gradient and text clipping
- Basic JavaScript functionality for email form submission and confirmation message
- Responsive design for a great user experience on various devices
- No build process or framework required; deploy directly to any web server including Github Pages
Clone or download the repository to your local machine.
Open the index.html file in your preferred web browser to view the landing page.
Customize the HTML, CSS, and JavaScript code as needed to fit your specific requirements.
The email for doesn't actually work since this template is static. However, you can use formspree.io or EmailJS to collect emails via the client side.
You can easily use Github Pages to host this page as a static site. Or deploy it on the web server of your choice.
- Tailwind CSS: https://tailwindcss.com/
- CDNJS: https://cdnjs.com/ (for loading Tailwind CSS via CDN)