REPOSITORY OVERVIEWLive repository statistics
β
154Stars
β 156Forks
β― 3Open issues
β 154Watchers
74/100
OPENREPOHUB HEALTH SIGNALHealthy signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
72 Community adoption25% weight
47 Maintenance state20% weight
85 License clarity10% weight
100 Project information10% weight
100 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
landing-page-boilerplate
A pure client-side landing page template that you can freely fork, customize, host and link to your own domain name (e.g. using Github Pages).
Relies on Mailchimp (for user email subscriptions) and Google Analytics (for stats).
Features
- Static HTML page => no fancy hosting needed (Github Pages does it for free)
- Light source code => fast to load
- Responsive design
- User emails are submitted to the Mailchimp list of your choice, so you can contact them when needed.
How to use
- Fork this project to your own Github account;
- Change the name, description and link, on the page of your freshly forked project on Github;
- Make sure it's published, by opening
<your_github_username>.github.io/<your_fork_name>;
- Update the following lines in index.html:
- enter the title of your page/product into the
<title> and <h1> elements;
- update the baseline of your page/product into the first
<p> element;
- update the content of all the
<meta> elements;
- update the
action attribute of the <form> element, so that it leads to your own Mailchimp list;
- update the
UA-1858235-15 code with your own Google Analytics code;
- replace
favicon.ico with your own; (ICO Converter can help)
- Replace the default background image with your own in
/res/background.jpg;
- If you want to use Github Pages as hosting platform and that your custom domain name links to it, set your custom domain name in the
CNAME file; (read more here)
- Go to your subdomain, hard-refresh a few times (or wait 24 hours), to make sure that it works;
- Submit your own email in the subscription form to make sure that it works;
- Go to your Google Analytics dashboard to make sure that your page view was taken into account;
- Enjoy your free landing page! :-)