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'); - - }); 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 name="content"> +
+
-

Requirements Page!

+ -Upload Face +
+

Your Progress

+
    +
  1. Current: Step 1 Take Photo
  2. +
  3. Step 2 Take ID Photo
  4. +
  5. Step 3 Confirm Submission
  6. +
  7. Step 4 Make Payment
  8. +
  9. Finished Confirmation
  10. +
+
+ +

What You Will Need to Register

+ +

There are a few things you will need to register as an ID verified student :

+ +
+
Identification
+
An identification document like a drivers license, passport, student ID, or whatever is acceptable.
+ +
Webcam
+
A webcam that connects to your computer, a modern browser, and whatever these
+ +
credit or debit card
+
A credit or debit card that is Mastercard or Visa or whatever the requirements are goes here.
+
+

Missing something? You can always take the Audit track.

+ +
+ +

Steps to get Verified

+ +

Go to Step 1: Take my Photo

+ +

Step 1: Take Your Photo

+

To verify your identity, we need a clear and well-lit photo of your face to match it with your ID.

+ +

Step 2: Take a photo of your ID

+

To verify your identity, we need a clear and well-lit photo of your ID to match it with your face.

+ +

Step 3: Verify your submissions

+

Review your photos to verify they are correct.

+ +

Step 4: Submit payment

+

Pay for your course using a major credit of debit cards.

+ + +

You're Ready to Start Learning

+ +

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.

+ + +

Go to Step 1: Take my Photo

+ +
+ +
+

More questions? Check out our FAQs.

+

Change your mind? You can always Audit the course for free without verifying.

+
+ +