An open API service indexing awesome lists of open source software.

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

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**