|
|
|
@ -10,8 +10,36 @@ Or index all the gaduation works:
|
|
|
|
|
## template files
|
|
|
|
|
web/page-template.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1) SCRIPTS in buttom of generated pages does not close proberly. And non-relevant scripts are also still in.
|
|
|
|
|
|
|
|
|
|
should be:
|
|
|
|
|
=========
|
|
|
|
|
|
|
|
|
|
<script src="./js/jquery-2.1.3.min.js"></script>
|
|
|
|
|
<script src="./js/fixedfixed.js"></script>
|
|
|
|
|
<script src="./js/fixedsticky.js"></script>
|
|
|
|
|
<script src="./js/mainScripts_single.js"></script>
|
|
|
|
|
|
|
|
|
|
is now:
|
|
|
|
|
======
|
|
|
|
|
|
|
|
|
|
<script src="./js/jquery-2.1.3.min.js" />
|
|
|
|
|
<script src="./js/fixedfixed.js" />
|
|
|
|
|
<script src="./js/fixedsticky.js" />
|
|
|
|
|
<script src="./js/isotope.pkgd.min.js" />
|
|
|
|
|
<script src="./js/imagesloaded.pkgd.min.js" />
|
|
|
|
|
<script src="./js/mainScripts_single.js" />
|
|
|
|
|
|
|
|
|
|
2)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
web/index-template.html
|
|
|
|
|
|
|
|
|
|
1) FIXED broken img files in index-temlpate: white logo + arrowDown/Up
|
|
|
|
|
|
|
|
|
|
2)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## To Do
|
|
|
|
|
* add auxiliar JSON creation
|
|
|
|
|