| Line 1: |
Line 1: |
| − | <!-- Template for HSIB onboarding page -->
| + | <html> |
| − | | |
| − | <html> | |
| | | | |
| | <head> | | <head> |
| − | | + | <div class="title-container"> |
| − | <meta name="viewport" content="width=device-width, initial-scale=1"> | + | Got to do some research on <div id="onboardHeader"></div></div> |
| − | | + | <div id="newEmp" class="tab-style tab1 selected" onclick="selectTab(this);"><p class="tab1-label">New Employee</p></div> |
| − | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | + | <div class="tab-gap1"></div> |
| − | | + | <div id="hireMgr" class="tab-style tab2" onclick="selectTab(this);"><p class="tab2-label">Hiring Manager</p></div> |
| − | <script> | + | <div class="tab-gap2"></div> |
| − | | + | <div id="newEmp" class="page-content-container"> |
| − | function animateLinkBox() {
| + | <div class="page-content-back"></div> |
| − | | + | <div class="page-content page-content-style"> |
| − | var angles = ["1deg","2deg","3deg", "4deg", "359deg", "358deg", "357deg", "356deg"];
| + | |
| − | | + | <h2 class="page-content-header-style">Welcome to HSIB</h2><br/> |
| − | //var x = ["-1px", "-2px", "-3px", "-4px"];
| |
| − | | |
| − | //var y = ["5px", "6px", "7px", "8px"]; | |
| − | | |
| − | var randAngle = randomDoubleFromInterval((-3),(3));//angles[Math.floor(Math.random() * angles.length)];
| |
| − | | |
| − | //var randX = x[Math.floor(Math.random() * x.length)];
| |
| − | | |
| − | //var randY = y[Math.floor(Math.random() * y.length)]; | |