Add list header
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<footer>
|
||||
<hr />
|
||||
|
||||
</footer>
|
||||
Reference in New Issue
Block a user