Cleaned up TODOs and other customer notes. Added some Terminus templates, I believe.

This commit is contained in:
Norm Rasmussen
2023-05-30 10:11:00 -04:00
parent 0db819088b
commit a1f2a3ae5f
35 changed files with 1060 additions and 29 deletions

View File

@ -0,0 +1,11 @@
<div class="np-homepage-hero">
<img class="np-homepage-hero-image"
src="{{ image_url }}"
/>
</div>
<style>
.np-homepage-hero-image {
height: auto;
}
</style>