forked from kookmin-sw/cap-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
93 changed files
with
426 additions
and
46,680 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,100 +1,20 @@ | ||
<p align="center"> | ||
<img src="/docs/animation/animation.gif" width="150"> | ||
</p> | ||
<h1 align="center">Mobile App Landing Page Template</h1> | ||
<p> | ||
<a href="/LICENSE"><img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="MIT"></a> | ||
<a href="https://medium.com/@sandoche" target="_blank"><img src="https://badgen.net/badge/icon/medium?icon=medium&label" alt="medium: sandoche"></a> | ||
<a href="https://twitter.com/sandochee"> | ||
<img alt="Twitter: sandochee" src="https://img.shields.io/twitter/follow/sandochee.svg?style=social" target="_blank" /> | ||
</a> | ||
</p> | ||
|
||
📱 Free to use static generated landing page template for your mobile app | ||
# Welcome! | ||
### It's a simple landing page template for mobile apps | ||
|
||
## 💡 Features | ||
Mobile App Landing Page Template comes with pre-installed features and options: | ||
- Display app icon | ||
- Show unlimited app screenshots | ||
- Link to Google Play | ||
- Link to the AppStore | ||
- Link to the Web App | ||
- Press mention section | ||
- Product Hunt floating prompt | ||
- Privacy policy Page | ||
- Google Analytics | ||
- Cookie Consent | ||
- Automatic dark theme | ||
- Doorbell widget | ||
- Github forking banner | ||
![alexandresanlim github io_MobileApp SimpleLandingPage Template_](https://user-images.githubusercontent.com/5353685/120659699-fb795400-c45c-11eb-8aa7-d321aad6541c.png) | ||
|
||
## ✨ Demo | ||
Check out websites using the Mobile App Template: | ||
- https://mobileapplandingpage.learn.uno (demo website) | ||
- https://gitnews.learn.uno | ||
- https://textblast.learn.uno | ||
- https://infinideas.learn.uno | ||
- https://www.therandominion.com/ | ||
|
||
## 📖 How to use | ||
Live Preview: | ||
https://alexandresanlim.github.io/mobile-app-simple-landing-page-template/ | ||
|
||
### The normal way | ||
## 🎉 Features | ||
|
||
1. Fork this project | ||
2. Edit `_config.yml`, feel free to commut/uncomment what you need (google analtytics, or github for example) | ||
3. Edit `_data/app.yml` with your app data | ||
4. Update the text from `_data/strings.yml`, you can customize there the footer's links | ||
5. Edit icons and screenshots inside the `_images` folder and `icon.png` in the root | ||
6. Edit `_src/index.js` to update the product hunt modal (or to remove it) and to remove the darkmode plugin if you don't want it | ||
7. Deploy (on netlify, gitpages or surge, they are all free) | ||
|
||
### The no-code way | ||
|
||
1. Go to https://t3mpl.n4no.com/editor/#manifest=../templates/mobile-app-landing-page/template.yaml | ||
2. Edit the settings on the left part | ||
3. Click on the `Publish` button then `Save Webpage as .zip` | ||
4. Unzip and upload the folder to your server (you can drag'n'drop it in Netlify to host it there for free) | ||
|
||
## ⚙️ How to run | ||
|
||
### Pre-requisites | ||
- NodeJS | ||
- Ruby, Bundler | ||
|
||
### Install | ||
``` | ||
npm install | ||
bundler install | ||
``` | ||
|
||
### Development | ||
``` | ||
npm start | ||
``` | ||
|
||
### Build | ||
``` | ||
npm run build | ||
``` | ||
|
||
### Deploy to netlify (for free) | ||
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/sandoche/Mobile-app-landingpage-template) | ||
|
||
### More documentation | ||
This templates uses [Jekyll-webpack-boilerplate](https://github.com/sandoche/Jekyll-webpack-boilerplate), read more documentation there. | ||
|
||
## 🤝 Contributing | ||
Contributions, issues and feature requests are welcome! | ||
|
||
## ⭐️ Show your support | ||
Please ⭐️ this repository if this project helped you! | ||
|
||
<a href="https://www.patreon.com/sandoche">[![patreon.png](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/sandoche)</a> | ||
|
||
## 🍺 Buy me a beer | ||
If you like this project, feel free to donate: | ||
* PayPal: https://www.paypal.me/kanbanote | ||
* Bitcoin: 19JiNZ1LkMaz57tewqJaTg2hQWH4RgW4Yp | ||
* Ethereum: 0xded81fa4624e05339924355fe3504ba9587d5419 | ||
* Monero: 43jqzMquW2q989UKSrB2YbeffhmJhbYb2Yxu289bv7pLRh4xVgMKj5yTd52iL6x1dvCYs9ERg5biHYxMjGkpSTs6S2jMyJn | ||
* Motive: MOTIV-25T5-SD65-V7LJ-BBWRD (Get Motive Now: https://motive.network) | ||
✅ HTML5 and Bootstrap only</br> | ||
✅ Easy to custom</br> | ||
✅ Responsive</br> | ||
✅ Link to App Store and Google Play</br> | ||
✅ Screenshots panel</br> | ||
✅ Benefit panel</br> | ||
✅ Fast load</br> | ||
✅ Enjoy! |
Oops, something went wrong.