Almost a new release
This commit is contained in:
parent
29129fa36b
commit
885ff9987f
6 changed files with 59 additions and 10 deletions
|
@ -188,3 +188,9 @@ VB
|
||||||
}
|
}
|
||||||
|
|
||||||
/************************************************/
|
/************************************************/
|
||||||
|
|
||||||
|
/* Article footer */
|
||||||
|
|
||||||
|
#article-footer {
|
||||||
|
margin-top: 5em;
|
||||||
|
}
|
|
@ -133,6 +133,14 @@
|
||||||
<p>If its your first time commenting, <a href="https://jeffmackinnon.com/commenting-on-blog-with-mastodon.html">click here</a> to figure it out.</p>
|
<p>If its your first time commenting, <a href="https://jeffmackinnon.com/commenting-on-blog-with-mastodon.html">click here</a> to figure it out.</p>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if ARTICLE_FOOTER == true %}
|
||||||
|
<!-- Cornerstone Pages -->
|
||||||
|
<section id="article-footer">
|
||||||
|
{% include 'include/article_footer.html' %}
|
||||||
|
</section>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
</section>
|
</section>
|
||||||
{% endblock %}
|
{% endblock %}
|
|
@ -100,7 +100,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% include 'sidebar.html' %}
|
{% include 'include/sidebar.html' %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
15
templates/include/article_footer.html
Normal file
15
templates/include/article_footer.html
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<section id="banner">
|
||||||
|
<div class="content">
|
||||||
|
<header class="major">
|
||||||
|
<h2>Our Newsletter</h2>
|
||||||
|
</header>
|
||||||
|
<p>We also have a weekly-ish newsletter where I keep you up to date with my thoughts on the industry, practical tutorials and more.</p>
|
||||||
|
<ul class="actions">
|
||||||
|
<li><a href="nl/" class="button big">Learn More</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<span class="image object">
|
||||||
|
<script async data-uid="c20eb8a248" src="https://jeffmackinnon.ck.page/c20eb8a248/index.js"></script>
|
||||||
|
</span>
|
||||||
|
</section>
|
||||||
|
|
|
@ -14,19 +14,38 @@
|
||||||
</ul>
|
</ul>
|
||||||
<br />
|
<br />
|
||||||
</article>
|
</article>
|
||||||
|
<!--
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h2 id="indexheader"><a href="https://jmkengineering.com/smart-grid/" rel="bookmark" title="Smart Grid">Smart Grid</a></h2>
|
<h2 id="indexheader"><a href="https://jmkengineering.com/power-system-studies/" rel="bookmark" title="Power System Studies">Power System Studies</a></h2>
|
||||||
</header>
|
</header>
|
||||||
<a href="https://jmkengineering.com/smart-grid/" class="image"><img src="https://jmkengineering.com/images/adobestock21717426a.jpg" style="max-width: 100%; display: inline; float: center;" /></a>
|
<a href="https://jmkengineering.com/power-system-studies/" class="image"><img src="images/mcc-room.jpg" style="max-width: 100%; display: inline; float: center;" /></a>
|
||||||
<div class="entry-content">An electricity supply network that uses digital communications technology to detect and react to local changes in usage. – Oxford English Dictionary Smart Grid is a concept describing the evolution of the power system. Among the desired future power.</div>
|
<div class="entry-content">Power System Studies are important.</div>
|
||||||
<br />
|
<br />
|
||||||
<ul class="actions">
|
<ul class="actions">
|
||||||
<li><a href="https://jmkengineering.com/smart-grid/" class="button">Learn More</a></li>
|
<li><a href="https://jmkengineering.com/power-system-studies/" class="button">Learn More</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2 id="indexheader"><a href="https://jmkengineering.com/solar-design/" rel="bookmark" title="olar Design">Solar Design</a></h2>
|
||||||
|
</header>
|
||||||
|
<a href="https://jmkengineering.com/solar-design/" class="image"><img src="images/pv-solar-array.jpg" style="max-width: 100%; display: inline; float: center;" /></a>
|
||||||
|
<div class="entry-content">I need to talk about what we do wrt PC Solar Design</div>
|
||||||
|
<br />
|
||||||
|
<ul class="actions">
|
||||||
|
<li><a href="https://jmkengineering.com/solar-design/" class="button">Learn More</a></li>
|
||||||
|
</ul>
|
||||||
|
<br />
|
||||||
|
</article> -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
|
{% if DISPLAY_CATEGORIES_ON_MENU %}
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<header class="major">
|
<header class="major">
|
||||||
|
@ -35,12 +36,12 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{% if DISPLAY_CATEGORIES_ON_MENU %}
|
|
||||||
{% for cat, null in categories %}
|
{% for cat, null in categories %}
|
||||||
<li{% if cat == category %} class="active"{% endif %}><a href="{{ SITEURL }}/{{ cat.url }}">{{ cat }}</a></li>
|
<li{% if cat == category %} class="active"{% endif %}><a href="{{ SITEURL }}/{{ cat.url }}">{{ cat }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
|
||||||
</ul>
|
</ul>
|
||||||
|
{% endif %}
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<!-- Section --> <!-- No mini posts for now
|
<!-- Section --> <!-- No mini posts for now
|
Loading…
Reference in a new issue