Maintenance and a little bit more content
- added favicon - changes to the gulp sprite module - changes to gulp linting - fixed javascript scroll function and added setup function content - fixed javascript indentation - new error pages - changed css for link colors - fixed css sprites
This commit is contained in:
parent
8d9f440ac2
commit
90894f3253
35 changed files with 273 additions and 200 deletions
7
source/templates/demo/partials/exp-colors.njk
Normal file
7
source/templates/demo/partials/exp-colors.njk
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<!-- explanation-colors.partial -->
|
||||
{# var colors = [{name: "alpha", class: "alpha_color"}] #}
|
||||
|
||||
{% set cls = cycler("odd", "even") %}
|
||||
{% for row in rows %}
|
||||
<div class="{{ cls.next() }}">{{ row.name }}</div>
|
||||
{% endfor %}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
<!-- footer-status.partial -->
|
||||
<footer class="pos_abs pin_bottom width_full">
|
||||
<address class="txt_center"><a class="lineLink" href="mailto:admin@domain.tld">admin@domain.tld</a> * Server Application/ver.s.ion (System Name) serving domain.tld:port</address>
|
||||
</footer>
|
||||
Loading…
Add table
Add a link
Reference in a new issue