https://github.com/promehedi/html5-modern-boilerplate
Modern Boilerplat / Quick-Start-Pack for HTML template
https://github.com/promehedi/html5-modern-boilerplate
Last synced: 30 days ago
JSON representation
Modern Boilerplat / Quick-Start-Pack for HTML template
- Host: GitHub
- URL: https://github.com/promehedi/html5-modern-boilerplate
- Owner: ProMehedi
- License: mit
- Created: 2018-04-27T10:37:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-27T18:49:47.000Z (almost 8 years ago)
- Last Synced: 2025-01-08T12:17:28.873Z (over 1 year ago)
- Language: CSS
- Size: 690 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Modern Boilerplate / Quick-Start-Pack for HTML template
## File Structure
```
html5-modern-boilerplate/
├── css/
│ ├── animate.css
│ ├── bootstrap.min.css
│ ├── font-awesome.min.css
│ ├── owl.carousel.css
│ ├── responsive.css
│ ├── slicknav.min.css
└── fonts/
│ ├── fontawesome-webfont.eot
│ ├── fontawesome-webfont.svg
│ ├── fontawesome-webfont.ttf
│ ├── fontawesome-webfont.woff
│ └── fontawesome-webfont.woff2
│ └── FontAwesome.otf
└── img/
├── js/
│ └── bootstrap.min.js
│ └── jquery-1.12.4.min.js
│ └── jquery.slicknav.min.js
│ └── owl.carousel.min.js
│ └── wow-v1.3.0.min.js
│ └── scripts.js
├─── index.html
├─── style.css
├─── LICENSE
├─── README.md
```
## Source
- **jQuery - v1.12.4**
- **Bootstrap - v4.1.0**
- **Font-Awesome - v4.7.0**
- **Owl-Carousel - v2.0.2 (Custom Modified)**
- **SlickNav - v1.0.10**
- **Animate CSS**
- **WOW JS - v1.3.0**