项目作者: vinit5320

项目描述 :
Web Template for App Landing Page
高级语言: CSS
项目地址: git://github.com/vinit5320/Andria-Landing-Page-Template.git
创建时间: 2017-05-30T23:13:44Z
项目社区:https://github.com/vinit5320/Andria-Landing-Page-Template

开源协议:

下载


Andria-Landing-Page-Template

Demo: https://vinit5320.github.io/Andria-Landing-Page-Template/

Andria Demo

App Template created by Vinit Jasoliya

Project Structure

  1. ./
  2. ├── README.md
  3. |
  4. ├── images/ * images root directory
  5. | ├── svg/
  6. | ├── multiplatform.svg
  7. | ├── webtemplate.svg
  8. | └── logo.svg
  9. |
  10. | ├── favicons/ * favicons directory
  11. | | ├── android-chrome-512x512.png
  12. | | ├── apple-touch-icon.png
  13. | | ├── browserconfig.xml
  14. | | ├── favicon-16x16.png
  15. | | ├── favicon-32x32.png
  16. | | ├── favicon.ico
  17. | | ├── manifest.json
  18. | | ├── mstile-150x150.png
  19. | | ├── safari-pinned-tab.svg
  20. | └── android-chrome-192x192.png
  21. | |
  22. | ├── footer.png
  23. | |
  24. | ├── main-iphone.png
  25. | |
  26. | ├── andria-dekstop.png
  27. | |
  28. | ├── interface.png
  29. | |
  30. | └── Readme-demo.png
  31. ├── index.html * Root index html page
  32. |
  33. ├── js/ * Basic Jquery Lib & Javascript with Documented Functions
  34. | ├── main.js
  35. |
  36. | └── jquery-2.2.4.min.js
  37. |
  38. ├── css/ * Main CSS3 File with Keyframe Animations
  39. | └── style.css
  40. |