CINXE.COM
Student Academic Progression System | Welcome
<!DOCTYPE html> <html lang="en-us"> <head> <meta chartset="utf-8"> <meta name="viewport" content="width=device-width"> <meta name="description" content="Student Academic Progression System"> <meta name="keywords" content="student request, permission number"> <title>Student Academic Progression System | Welcome</title> <link rel="icon" href="/acctis/saps/favicon.ico"> <link rel="stylesheet" href="https://csun.edu/acctis/saps/static/bootstrap/css/bootstrap.min.css" /> <link rel="stylesheet" href="https://csun.edu/acctis/saps/static/datatables/datatables.min.css" /> <link rel="stylesheet" href="https://csun.edu/acctis/saps/static/sweetalert/dist/sweetalert.css" /> <link rel="stylesheet" href="https://csun.edu/acctis/saps/static/fontawesome/css/fontawesome-all.min.css" /> <link rel="stylesheet" href="https://csun.edu/acctis/saps/static/chosen/chosen.min.css" /> <link rel="stylesheet" href="https://csun.edu/acctis/saps/static/bootstrap/css/bootstrap-multiselect.css" /> <link rel="stylesheet" href="/acctis/saps/css/style.css"> <link rel="stylesheet" href="/acctis/saps/css/site.css" /> <!-- Production Level Tracking Code Goes Here --> </head> <body> <header> <nav class="navbar navbar-default"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="index.html" class="navbar-brand" style="padding: 0;" title="Home/Splash Page"> <img src="/acctis/saps/images/logo.png" alt="CSUN Student Academic Progression System Logo" /> </a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li class="current"><a href="/acctis/saps">Home</a></li> <li><a href="/acctis/saps/Main/About">About Us</a></li> </ul> </div> </div> </nav> </header> <main> <section id="showcase"> <div class="container"> <h1>Streamlined Requests!</h1> <a class="button" href="/acctis/saps/Request/AdminRequests">I'm an Admin</a> <a class="button" href="/acctis/saps/Request/StudentRequests">I'm a Student</a> </div> </section> <section id="features"> <div class="container"> <h1>Here are some of our exciting features!</h1> </div> </section> <div class="container"> <section id="boxes"> <div class="box"> <img src="/acctis/saps/images/automation.PNG" alt="Gearbox icon to represent a semi-automated processing" /> <h3>Semi-Automated Processing</h3> <p> Our system utilizes some of the latest technology to enable a semi-automated rule engine to help administrators and students save time and reduce revision errors. </p> </div> <div class="box"> <img src="/acctis/saps/images/pushnotif.png" alt="Mail icon to show that our system will have automated push email notifications" /> <h3>Push Notifications</h3> <p> From the second a request has been submitted, to when a decision has been made, our application will automatically notify students, letting them know what is going on with their request, every step of the way. </p> </div> <div class="box"> <img src="/acctis/saps/images/centralizedlogo.png" alt="Icon of web of items to show that they are all interlinked by a single location" /> <h3>Centralized Requests</h3> <p> From requesting permission numbers for courses to solidifying their major, our application centralizes all of these various requests into a single location that users can easily track. </p> </div> <span class="stretch"></span> </section> </div> </main> <script src="https://csun.edu/acctis/saps/static/jquery/jquery-3.3.1.min.js"></script> <script src="https://csun.edu/acctis/saps/static/jqueryui/jquery-ui.min.js"></script> <script src="https://csun.edu/acctis/saps/static/chosen/chosen.jquery.min.js"></script> <script src="https://csun.edu/acctis/saps/static/bootstrap/js/bootstrap.min.js"></script> <script src="https://csun.edu/acctis/saps/static/datatables/datatables.min.js"></script> <script src="https://csun.edu/acctis/saps/static/sweetalert/dist/sweetalert.min.js"></script> <script src="https://csun.edu/acctis/saps/static/parsley/dist/parsley.min.js"></script> <script src="https://csun.edu/acctis/saps/static/bootstrap/js/bootstrap-multiselect.min.js"></script> <script type="text/javascript" src="/acctis/saps/js/alerts.js"></script> <script type="text/javascript" src="/acctis/saps/js/site.js"></script> <script type=""></script> </body> </html>