diff options
| author | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 11:46:35 +0200 |
|---|---|---|
| committer | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 11:46:35 +0200 |
| commit | 748564be8a54f07761eea87c1bb84009e16a8593 (patch) | |
| tree | 743c6a2105afd7fadb83e9e68aa611551a188201 /site/layouts/partials/text-and-image.html | |
| parent | 7163e7d16db40a3382167dcec145cd033114227a (diff) | |
WIP
Signed-off-by: Darin Dimitroff <d@thecrazyones.agency>
Diffstat (limited to 'site/layouts/partials/text-and-image.html')
| -rw-r--r-- | site/layouts/partials/text-and-image.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/site/layouts/partials/text-and-image.html b/site/layouts/partials/text-and-image.html new file mode 100644 index 0000000..ff3bd7c --- /dev/null +++ b/site/layouts/partials/text-and-image.html @@ -0,0 +1,21 @@ +<div class="bg-grey-1 pv4"> + <div class="ph3 mw7 center"> + + <div class="flex-l mhn2-l"> + <div class="w-40-l ph2-l"> + <h2 class="f2 b lh-title mb2">{{.heading}}</h1> + + <p>{{.text}}</p> + </div> + + <div class="w-60-l ph2-l"> + <img src="img/home/about-section.jpg" alt="" class="mb3"> + </div> + </div> + + <div class="tc"> + <a href="{{.buttonLink}}" class="btn raise">{{.buttonText}}</a> + </div> + + </div> +</div> |
