diff --git a/client/src/client-only-routes/ShowCertification.js b/client/src/client-only-routes/ShowCertification.js index 18fd381aea..6455f5df8a 100644 --- a/client/src/client-only-routes/ShowCertification.js +++ b/client/src/client-only-routes/ShowCertification.js @@ -104,69 +104,71 @@ class ShowCertification extends Component { completionTime } = cert; return ( - - -
- -
+
+ + +
+ +
+ freeCodeCamp.org's Logo +
+ + +
+ Issued  + {issueDate} +
+ +
+ +
+
+

This certifies that

+

+ {userFullName} +

+

has successfully completed the freeCodeCamp.org

+

+ {certTitle} Certification +

+

+ Developer Certification, representing approximately{' '} + {completionTime} hours of coursework +

+
+
+
+
freeCodeCamp.org's Logo +

+ Quincy Larson +

+

Executive Director, freeCodeCamp.org

- - -
- Issued  - {issueDate} -
- -
- -
-
-

This certifies that

-

- {userFullName} -

-

has successfully completed the freeCodeCamp.org

-

- {certTitle} Certification -

-

- Developer Certification, representing approximately{' '} - {completionTime} hours of coursework -

-
-
- -
-
+ +

+ Verify this certification at: + https://www.freecodecamp.org/certification/ + {username}/{certName} +

+
+ + + + ); } } diff --git a/client/src/pages/certification.css b/client/src/pages/certification.css index 9477d776d9..5f4c3fab52 100644 --- a/client/src/pages/certification.css +++ b/client/src/pages/certification.css @@ -30,6 +30,13 @@ font-family: 'Sax Mono', monospace; } +/* center the certificate vertically */ +.certificate-outer-wrapper { + display: flex; + align-items: center; + min-height: 100vh; +} + .certification-namespace header { width: 100%; height: 140px;