Commit 5c7443be by Frances Botsford

cleanup copy on reqs, photo, and choose pages

parent ba3cf691
......@@ -128,7 +128,7 @@ $(document).ready(function() {
<h3 class="title">${_("What is an ID Verified Certificate?")}</h3>
<div class="copy">
<p>${_("Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.")}</p>
<p>${_("An ID Verified Certificate requires proof of your identity through your photo and ID and is checked throughout the course to verify that it is you who earned the passing grade.")}</p>
</div>
</div>
% endif
......
......@@ -680,6 +680,7 @@
// help - general list
.list-help {
margin-top: ($baseline/2);
color: $black;
.help-item {
margin-bottom: ($baseline/4);
......@@ -865,6 +866,7 @@
}
.help-tips {
margin-left: $baseline;
.title {
@extend .hd-lv5;
......@@ -876,6 +878,7 @@
// help - general list
.list-tips {
color: $black;
.tip {
margin-bottom: ($baseline/4);
......@@ -1496,7 +1499,7 @@
border-color: $m-pink-l3;
.title {
@extend .t-title4;
@extend .t-title5;
@extend .t-weight4;
border-bottom-color: $m-pink-l3;
background: tint($m-pink, 95%);
......@@ -1615,6 +1618,9 @@
// VIEW: review photos
&.step-review {
.modal.edit-name .submit input {
color: #fff;
}
.nav-wizard {
......
......@@ -79,7 +79,7 @@
<div class="placeholder-cam" id="face_capture_div">
<div class="placeholder-art">
<p class="copy">${_("Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission. <br />Still not working? You can {a_start} audit the course {a_end} without verifying.").format(a_start='<a rel="external" href="/course_modes/choose/' + course_id + '">', a_end="</a>")}</p>
<p class="copy">${_("Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.")}</p>
</div>
<video id="face_video" autoplay></video><br/>
......@@ -133,6 +133,8 @@
<dt class="faq-question">${_("What do you do with this picture?")}</dt>
<dd class="faq-answer">${_("We only use it to verify your identity. It is not displayed anywhere.")}</dd>
<dt class="faq-question">${_("What if my camera isn't working?")}</dt>
<dd class="faq-answer">${_("You can always {a_start} audit the course for free {a_end} without verifying.").format(a_start='<a rel="external" href="/course_modes/choose/' + course_id + '">', a_end="</a>")}</dd>
</dl>
</div>
</div>
......@@ -164,7 +166,7 @@
<div class="placeholder-cam" id="photo_id_capture_div">
<div class="placeholder-art">
<p class="copy">${_("Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission. Still not working? You can {a_start} audit the course {a_end} without verifying.").format(a_start='<a rel="external" href="/course_modes/choose/' + course_id + '">', a_end="</a>")}</p>
<p class="copy">${_("Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.")}</p>
</div>
<video id="photo_id_video" autoplay></video><br/>
......
......@@ -87,7 +87,7 @@
<div class="copy">
<p>
<span class="copy-super">${_("Check Your Email")}</span>
<span class="copy-super">${_("Check your email")}</span>
<span class="copy-sub">${_("you need an active edX account before registering - check your email for instructions")}</span>
</p>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment