Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crazychicken/converthtml

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.
https://github.com/crazychicken/converthtml

amptype color-theme convert-content convert-sass converthtml covert crazychicken demo-page html-style-tutorial tuds

Last synced: 7 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

![enter image description here](https://converthtml.amptype.com/theme/images/about-convert.png)

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.

## Quick start Converthtml
* 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://github.com/crazychicken/converthtml/archive/master.zip)

## Home
https://converthtml.amptype.com/

## Demo
https://converthtml.amptype.com/demo.html

## Documentation
https://converthtml.amptype.com/documents.html

## How to use

* Include CSS files into your HTML head:
```html

```

* If you don't like using all theme. You can using only theme:
```html

```

* You can @import file with Sass:
```html
@import '../sass/convert-all-theme.scss';
@import '../sass/convert-theme-default.scss';
@import '../sass/convert-theme-dark.scss';
```

## Options
* convert-theme-default
* convert-theme-dark

## Tree
```
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
```

## Template full feature list

* 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

## Creators

#### Tuds - Crazychicken
* 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

## Copyright and license

Code and documentation copyright 2017, MIT license.