diff --git a/lms/static/sass/views/_verification.scss b/lms/static/sass/views/_verification.scss index 7deafa1deb..23395f4370 100644 --- a/lms/static/sass/views/_verification.scss +++ b/lms/static/sass/views/_verification.scss @@ -143,28 +143,9 @@ body.register.verification { position: absolute; bottom: ($baseline*1.5); right: ($baseline*1.5); - - a { - color: $very-light-text; - - &:hover { - text-decoration: none; - border: none; - } - } - - &.green { - box-shadow: 0 2px 1px rgba(2,100,2,1); - background-color: rgba(0,136,1,1); - - &:hover { - box-shadow: 0 2px 1px rgba(2,100,2,1); - background-color: #029D03; - } - - } } + } hr { @@ -183,7 +164,28 @@ body.register.verification { } + .m-btn-primary { + a { + color: $very-light-text; + + &:hover { + text-decoration: none; + border: none; + } + } + + &.green { + box-shadow: 0 2px 1px rgba(2,100,2,1); + background-color: rgba(0,136,1,1); + + &:hover { + box-shadow: 0 2px 1px rgba(2,100,2,1); + background-color: #029D03; + } + + } + } .progress { diff --git a/lms/templates/verify_student/face_upload.html b/lms/templates/verify_student/face_upload.html index 3427b82d3b..9451e211bf 100644 --- a/lms/templates/verify_student/face_upload.html +++ b/lms/templates/verify_student/face_upload.html @@ -11,8 +11,6 @@ $(document).ready(function() { $( ".carousel-nav" ).addClass('sr'); - - }); %block> diff --git a/lms/templates/verify_student/show_requirements.html b/lms/templates/verify_student/show_requirements.html index 5fa00a0145..80d4658a72 100644 --- a/lms/templates/verify_student/show_requirements.html +++ b/lms/templates/verify_student/show_requirements.html @@ -1,12 +1,87 @@ <%! from django.utils.translation import ugettext as _ %> <%! from django.core.urlresolvers import reverse %> <%inherit file="../main.html" /> +<%block name="bodyclass">register verification select%block> <%block name="content"> +
There are a few things you will need to register as an ID verified student :
+ +Missing something? You can always take the Audit track.
+ +To verify your identity, we need a clear and well-lit photo of your face to match it with your ID.
+ +To verify your identity, we need a clear and well-lit photo of your ID to match it with your face.
+ +Review your photos to verify they are correct.
+ +Pay for your course using a major credit of debit cards.
+You are now verified. You can sign up for more courses, or get started on your course once it starts. While you will need to re-verify in the course prior to exams or expercises, you may also have to re-verify if we feel your photo we have on file may be out of date.
+ + + + +More questions? Check out our FAQs.
+Change your mind? You can always Audit the course for free without verifying.
+