Skip to content
Snippets Groups Projects
500.html 5.1 KiB
Newer Older
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang="en">
  <head>
    <title>MyUW Outage</title>
    <!-- MATERIAL DESIGN LITE STYLES -->
    <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
    <link rel="stylesheet" href="https://code.getmdl.io/1.1.3/material.indigo-pink.min.css">
    <!-- LOCAL STYLES -->
Paulina Nogal's avatar
Paulina Nogal committed
    <link rel="stylesheet" href="webapp.css">
  <body>
    <div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
      <header class="mdl-layout__header mr-header">
        <div class="mdl-layout__header-row">
          <div class="photo-div">
Paulina Nogal's avatar
Paulina Nogal committed
            <img src="/main_logo_w_all.png" alt="University of Wisconsin System Logo" class="uw-logo">
          </div>
          <!-- Title -->
          <h1 class="mdl-layout-title outage-title">Server Error</h1>
        </div>
      </header>
      <main class="mdl-layout__content mr-main__content">
        <div class="mdl-grid">
          <div class="mdl-cell mdl-cell--2-col mdl-cell--1-col-phone"></div>
            <div class="mdl-cell mdl-cell--8-col mdl-cell--10-col-phone">
            <h2 class="mr-title">Sorry, MyUW seems to be experiencing difficulties.</h2>
            <h3>We apologize for the inconvenience.</h3>
            <ul>
              <li>If you are trying to access the Local & Emergency Contact admin interface for an emergency situation, please call the <a href="https://kb.wisc.edu/helpdesk/">Help Desk</a> at 608-264-4357 immediately.</li>
              <li>More information about this outage may be available at the <a href="http://outages.wisconsin.edu/">UW System Outages Page</a> or <a href="http://outages.doit.wisc.edu/">UW Madison Outages Page</a>.</li>
              <li>If the resource you need is not listed below, the <a href="https://kb.wisc.edu/helpdesk/">Help Desk</a> may be able to assist you during this outage.</li>
            </ul>
            <!-- SERVICE LINKS -->
            <div class="service-links">
              <!-- UW SYSTEM ALTERNATE LINKS -->
              <div id="service-links__uw-system">
                <h4>UW System Resources</h4>
                <ul aria-labelledby="service-links__uw-system">
                  <li><a href="https://www.hrs.wisconsin.edu/">Human Resource System (HRS)</a></li>
                  <li><a href="https://www.hrs.wisconsin.edu/psp/hrs-fd/EMPLOYEE/HRMS/c/ROLE_EMPLOYEE.TL_MSS_EE_SRCH_PRD.GBL">Timesheet</a></li>
                  <li><a href="https://www.hrs.wisconsin.edu/psp/hrs-fd/EMPLOYEE/HRMS/c/ROLE_EMPLOYEE.GP_ABS_EESS_REQ.GBL">Enter Absence Request</a></li>
                  <li><a href="https://www.hrs.wisconsin.edu/psp/hrs-fd/EMPLOYEE/HRMS/c/NUI_FRAMEWORK.PT_AGSTARTPAGE_NUI.GBL?CONTEXTIDPARAMS=TEMPLATE_ID%3aPTPPNAVCOL&scname=HC_TEAM_TIME&PTPPB_GROUPLET_ID=TL_TIME_MSS&CRefName=HC_NAVCOLL_1">Time/Absence Dashboard</a></li>
                  <li><a href="https://www.hrs.wisconsin.edu/psp/hrs-fd/EMPLOYEE/HRMS/c/NUI_FRAMEWORK.PT_AGSTARTPAGE_NUI.GBL?CONTEXTIDPARAMS=TEMPLATE_ID:PTPPNAVCOL&scname=HC_TIME&PTPPB_GROUPLET_ID=TL_TIME_ESS&ptgpid=ADMN_S201810090754179312417981">Absence Balance</a></li>
                  <li><a href="https://uws.instructure.com/">Canvas Courses (non-Madison)</a></li>
                </ul>
              </div>
              <!-- UW MADISON ALTERNATE LINKS -->
              <div id="service-links__uw-madison">
                <h4>UW Madison Resources</h4>
                <ul aria-labelledby="service-links__uw-madison">
                  <li><a href="https://my.wisc.edu/academic-navigator">Academic Navigator</a></li>
                  <li><a href="https://my.wisc.edu/AdvisingGateway">Advising Gateway</a></li>
                  <li><a href="https://uwmadison.app.box.com/">Box</a></li>
                  <li><a href="https://canvas.wisc.edu/">Canvas (UW Madison)</a></li>
                  <li><a href="https://enroll.wisc.edu/">Course Search & Enroll</a></li>
                  <li><a href="https://covid19.wisc.edu/">COVID-19 Information</a></li>
                  <li><a href="https://outlook.office365.com/owa?realm=wisc.edu">Email/Calendar/Teams (Office 365)</a></li>
                  <li><a href="https://drive.google.com/a/wisc.edu/">Google Drive</a></li>
                  <li><a href="https://todo.newstudent.wisc.edu/">New Student To-Do List</a></li>
                  <li><a href="https://wisc.starfishsolutions.com/starfish-ops">Starfish</a></li>
                  <li><a href="https://soar.wisc.edu/">Student Orientation and Registration (SOAR)</a></li>
                  <li><a href="https://madison.sis.wisc.edu/psc/sissso/EMPLOYEE/SA/c/NUI_FRAMEWORK.PT_LANDINGPAGE.GBL">Student Center</a></li>
                  <li><a href="https://kb.wisc.edu/98878">Technology for working remotely</a></li>
                  <li><a href="https://kb.wisc.edu/helpdesk/98876">Technology for learning remotely</a></li>
                  <li><a href="https://online.wiscard.wisc.edu/login.php?cid=120">Wiscard</a></li>
                </ul>
              </div>
            </div>
          </div>
          <div class="mdl-cell mdl-cell--2-col mdl-cell--1-col-phone"></div>
        </div>
      </main>
    </div>
  </body>
</html>