Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

FranBar1966/startbootstrap-agency

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Allows you to edit the content of previously created templates or designs, it does not have options to change the design.

Preview

agency

Demo

https://thenocoder.github.io/ncSimpleHtmlEditor/demo/grayscale/

Basic Usage

Download your template from here https://startbootstrap.com/theme/agency or any other from here: https://github.com/StartBootstrap

Add this code at the end of index.html, immediately before /body:

<!-- ncsedt-implement:before -->
<div id="ncsedt-implement">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/TheNocoder/ncSimpleHtmlEditor@master/ncsimplehtmleditor.css">
    <script src="https://cdn.jsdelivr.net/gh/TheNocoder/ncSimpleHtmlEditor@master/ncsimplehtmleditor.js"></script>
    <script>
        var editor = new ncSimpleHtmlEditor();
        editor.start();
    </script>
</div>

When you finish editing your template click on save, you get an index.html file that you must replace with the one you downloaded with the template.

And that's it!

Advanced Usage

Go: https://github.com/TheNocoder/ncSimpleHtmlEditor

Copyright and License

MIT license