aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/partials/text-and-image.html
blob: 06baa683c10d0daa1dd57b700b4a5212c82f9fe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>