Skip to content

Commit

Permalink
reflect index changes in index2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbarnes9 committed Feb 20, 2020
1 parent 0eba104 commit fb10c6d
Showing 1 changed file with 22 additions and 50 deletions.
72 changes: 22 additions & 50 deletions _prototypes/individual-response--your-household-v15/index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,8 @@
assetPrefixUrl: https://sdc-global-design-patterns.netlify.com
hideSaveLater: true
---

<style>
.input--text-lg {
width : 100%;
}

.lock {
font-weight : normal;
font-size: 0.9em;
margin-top:1em;
}

.uac-border {
border-style: solid;
border-width: 0.4em;
border-color: #033e58;
padding: 0.7em;
}

p {
margin-bottom: 0.3em;
}

.label {
margin-bottom: 0;
}

</style>

<link rel="stylesheet" href="../style.css"/>
<link rel="stylesheet" href="../assets/modules/uac/uac.css"/>
<div class="page__subheader">
</div>

Expand Down Expand Up @@ -66,30 +38,30 @@
data-qa="question-title">
Start census
</h1>

<div class = "uac-border">
<p class="field">
<label class="label" for="uac">Enter your household access code printed on the letter
<p>Keep this code safe and only share it with others in your household</p>
</label>
<input autocomplete="new-password" type="text" id="uac" class="input input--text input-type__input uac__input js-uac" name="uac" maxlength="19" data-group-size="4" autocomplete="new-password" />
</p>
<p class="field uac__field panel panel--info panel--simple">
<label class="label" for="uac">Enter your 16 character access code
<br>
<span class="label__description">Keep this code safe and only share it with others in your household</span>
</label>
<input type="text" id="uac" class="input input--text input-type__input uac__input js-uac u-mb-xs" name="uac" maxlength="19" data-group-size="4" autocomplete="off" />
<span class="u-fs-s"><a href="#">Where to find your access code</a></span>
</p>
<div class="uac__security u-mt-m">
<div class="uac__icon"><span class="icon icon--lock"></span></div>
<p class="uac__message">Your personal information is protected by law and will be kept confidential.</p>
</div>
<p class="lock">Your personal information is protected by law and will be kept confidential.</p>
<button class="btn btn-submit btn--primary btn--lg"
data-qa="btn-submit" type="submit"
name="action[save_continue]">Access census
</button>
</div>
</div>
</div>
<br>
<button class="btn btn-submit btn--primary btn--lg"
data-qa="btn-submit" type="submit"
name="action[save_continue]">Access census
</button>
<div>
<br>
<strong>Don't have a code?</strong>
<p>You can request a new code if you have lost, forgotten or not recieved an
access code. <a href="#" class="footer2__link">Request a new code to start a new survey</a></p>
</div>
<div>
<br>
<strong>If you don't have a code</strong>
<p>You can request a new code if you have lost, forgotten or not received an
access code. <a href="#" class="footer2__link">Request a new code to start a new survey</a></p>
</div>
</main>
</div>
</div>
Expand Down

0 comments on commit fb10c6d

Please sign in to comment.