Next content push
- changed .gitignore for art folder - add gulp processing for art - changed nunjucks templates file structure to reflect demo files - removed file for new styles - renamed most sass variables - added sass function for space classes - great progress with content of the intro page - moved old gulp tasks to DEPRECATED.md
This commit is contained in:
parent
48437cc4f4
commit
92d1609213
37 changed files with 664 additions and 637 deletions
4
source/templates/demo/partials/footer-status.njk
Normal file
4
source/templates/demo/partials/footer-status.njk
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<!-- 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>
|
||||
10
source/templates/demo/partials/head-meta.njk
Normal file
10
source/templates/demo/partials/head-meta.njk
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!-- head-meta.partial -->
|
||||
<title>{% block title %}{% endblock %} - HIPPIE</title>
|
||||
|
||||
<meta name="author" content="Interaktionsweise">
|
||||
<meta name="description" content="hippie">
|
||||
<meta name="generator" content="Notepad++, Atom">
|
||||
<meta name="robots" content="noindex">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue