Converthtml help you convert your original html into a colorful one, which is useful for html-style tutorial/demo pages. Converthtml is designed with many colorful themes for you to choose.
- Clone the repo:
git clone [email protected]:crazychicken/converthtml.git
- Install with npm:
npm install --save-dev converthtml
- Install with npm:
npm install --save-dev crazychicken/converthtml
- Or download the latest release
https://converthtml.amptype.com/
https://converthtml.amptype.com/demo.html
https://converthtml.amptype.com/documents.html
- Include CSS files into your HTML head:
<link type="text/css" rel="stylesheet" href="./public/theme/css/convert-all-theme.css">
- If you don't like using all theme. You can using only theme:
<link type="text/css" rel="stylesheet" href="./public/theme/css/convert-theme-default.css">
<link type="text/css" rel="stylesheet" href="./public/theme/css/convert-theme-dark.css">
- You can @import file with Sass:
@import '../sass/convert-all-theme.scss';
@import '../sass/convert-theme-default.scss';
@import '../sass/convert-theme-dark.scss';
- convert-theme-default
- convert-theme-dark
public/
└── theme/
└── css/
└── convert-all-theme.css
└── convert-theme-default.css
└── convert-theme-dark.css
sass/
├── // All Folders Sass Files
└── convert-all-theme.scss // @import 'path sass file your project';
└── convert-theme-default.scss
└── convert-theme-dark.scss
- Semantically Correct / Valid HTML Code
- HTML5, CSS3
- Full project and seed project (build with: Gulp, Sass, Javascript, Npm)
- Cross browser compatible ( Internet Explorer 10+, Firefox, Safari, Opera, Chrome etc. )
- W3C Valid source code, properly formatted and commented
- website: https://converthtml.amptype.com/
- Github: https://github.com/crazychicken/converthtml
- Facebook: https://www.facebook.com/tudscss/
- Youtube: https://www.youtube.com/channel/UCDACe-7BFGDucQoxTDfPotw
- Twtter: https://twitter.com/mtu_truong
Code and documentation copyright 2017, MIT license.