Skip to content

Commit 4252196

Browse files
committed
fix call to action danger email
1 parent fdcdece commit 4252196

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

components/call-to-action.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,18 +144,21 @@ <h4 class="card-title">A Catchy Title</h4>
144144
{% highlight html %}
145145
<div class="row">
146146
<div class="col">
147-
<div class="card bg-warning">
147+
<div class="card bg-danger text-white">
148148
<div class="card-body">
149149
<div class="row">
150150
<div class="col-8">
151151
<h4 class="card-title">A Catchy Title</h4>
152152
<p>And some background information</p>
153153
</div>
154154
<div class="col-4">
155-
<br>
156-
<button class="btn btn-dark btn-block">Buy Now!
157-
&nbsp;&nbsp;&nbsp;<i class="fa fa-chevron-right" aria-hidden="true"></i>
158-
</button>
155+
<form action="#">
156+
<input class="form-control" type="text" placeholder="[email protected]">
157+
<button class="btn btn-dark btn-block">Subscribe!
158+
&nbsp;&nbsp;&nbsp;<i class="fa fa-chevron-right" aria-hidden="true"></i>
159+
</button>
160+
</form>
161+
159162
</div>
160163
</div>
161164
</div>

0 commit comments

Comments
 (0)