Add list header

This commit is contained in:
Joseph Hutchinson
2018-03-28 13:33:33 -04:00
3 changed files with 31 additions and 10 deletions

View File

@@ -4,6 +4,10 @@
<body style="background-color: #f3f3f3;">
{{ partial "header.html" . }}
<div class="card-content-container">
<header class="list-header">
<h1 class="list-header-title">Sensors + Smarts</h1>
<h2 class="list-header-subtext">There is so much actionable data that goes to waste. Let's put your data to work.</h2>
</header>
<main class="card-container">
{{.Content}}
<section class="card-columns">

View File

@@ -1,3 +1,3 @@
<footer>
<hr />
</footer>