CINXE.COM
MyFaculty Portal
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>MyFaculty Portal</title> <link rel="stylesheet" type="text/css" href="webjars/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="https://storage.googleapis.com/gcp-wu-prod-fac-portal-landing-page/redirect-page.css"> </head> <body class="index-body" style="background-image: url(https://storage.googleapis.com/gcp-wu-prod-fac-portal-landing-page/background-pattern.png);"> <div class="text-center centered-div"> <div class="mb-3"> <img src="https://storage.googleapis.com/gcp-wu-prod-fac-portal-landing-page/Walden_EducationForGood_Logo.svg" alt="Card image cap"> </div> <div class="card card-div" style="margin-top: 10px;border-radius: 5px;text-align: center;"> <div class="card-body border-primary" style="margin-bottom: 10px;"> <h2 class="card-title" style="font-family: Arial, Helvetica, sans-serif;font-size: xx-large;font-weight: 100;">Welcome to the Walden Faculty Portal!</h2> <p class="card-text">Click below to log in with your Walden University e-mail address and password</p> <a href="https://atge.okta.com/home/bookmark/0oadx8xh22SN6m96H2p7/2557?fromHome=true"> <input class="btn btn-round walden-btn" type="submit" value="Login"/> </a> <br> </div> </div> </div> </body> </html>