cleaning the includes

This commit is contained in:
Jeff MacKinnon 2023-08-15 14:48:52 -03:00
parent 76984c9980
commit c913b58419
3 changed files with 3 additions and 73 deletions

6
.gitignore vendored
View file

@ -1,6 +1,6 @@
test/output/ test/output/
templates/include/*
# These are the customizable template files. # These are the customizable template files.
templates/include/cornerstone.html templates/include/cornerstone.*
templates/include/trackingcode.html !templates/include/trackingcode.html
templates/include/newsletter.html templates/include/newsletter.html

View file

@ -1,53 +0,0 @@
<header class="major">
<h2>Resources</h2>
</header>
<div class="posts">
<article>
<header>
<h2 id="indexheader"><a href="https://jmkengineering.com/electrical-safety/" rel="bookmark" title="Electrical Safety">Electrical Safety</a></h2>
</header>
<a href="https://jmkengineering.com/electrical-safety/" class="image"><img src="https://jmkengineering.com/images/adobestock514814a.jpg" style="max-width: 100%; display: inline; float: center;" /></a>
<div class="entry-content">Electrical safety is a nebulous thing, but we define it as the set of systems designed to lower the risks associated with the electrical hazards of shock, arc flash and arc blast, to an acceptable level. In our day-to-day life this is handled for us</div>
<br />
<ul class="actions">
<li><a href="https://jmkengineering.com/electrical-safety/" class="button">Learn More</a></li>
</ul>
<br />
</article>
<!--
<article>
<header>
<h2 id="indexheader"><a href="https://jmkengineering.com/power-system-studies/" rel="bookmark" title="Power System Studies">Power System Studies</a></h2>
</header>
<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">Power System Studies are important.</div>
<br />
<ul class="actions">
<li><a href="https://jmkengineering.com/power-system-studies/" class="button">Learn More</a></li>
</ul>
<br />
</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"><p>This page we will focus on PV solar, however concepts like solar angles, radiation vs irradiation, etc will be helpful regardless of type.</p><p>
Before getting into the details like off-grid vs grid connected, power draw, VOC, etc; I want to introduce some of the basic concepts starting with solar angles.</p></div>
<br />
<ul class="actions">
<li><a href="https://jmkengineering.com/solar-design/" class="button">Learn More</a></li>
</ul>
<br />
</article>
</div>

View file

@ -1,17 +0,0 @@
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["disableCookies"]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//stats.jmkengineering.com/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="//stats.jmkengineering.com/matomo.php?idsite=1&amp;rec=1" style="border:0;" alt="" /></p></noscript>
<!-- End Matomo Code -->