-
Notifications
You must be signed in to change notification settings - Fork 0
/
qnaire.html
31 lines (27 loc) · 920 Bytes
/
qnaire.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
layout: fundamental
title: Questionnaire
category: resource
---
<div class="row">
<div class="large-12 columns panel">
<h3>Where am I in the Foreclosure process?</h3>
</div>
</div>
<div class="row">
<div class="large-12 columns panel c1 ">
<p>Answer few simple questions below so we can determine what stage you are at. Since you're here, we assume that you are currently at least behind on mortgage payments.</p>
</div>
</div>
<div class="row">
<div class="large-12 columns panel c2 qnaire ">
<h3 id="question">Have you received the 90-Day Pre-foreclosure Notice?</h3>
<div class="qnaire-back left">
<button><i class="foundicon-left-arrow"></i> Go Back</button>
</div>
<div class="qnaire-opts right">
<button class="y">Yes</button>
<button class="n">No</button>
</div>
</div>
</div>