CINXE.COM
| The University of Kansas
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta http-equiv="X-UA-Compatible" content="ie=edge"/> <!-- custom stylesheet--> <link rel="stylesheet" type="text/css" href="kuCSS/moduleStyle.css" /> <!-- stylesheet --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"/> <!-- JS libraries --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.js"></script> --> <!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script> --> <!-- ESRI ArcGIS Stylesheet--> <link rel="stylesheet" type="text/css" href="https://js.arcgis.com/calcite-components/1.0.0-beta.71/calcite.css" /> <link rel="stylesheet" href="https://js.arcgis.com/4.23/esri/themes/light/main.css"/> <link rel="stylesheet" href="https://js.arcgis.com/4.23/dijit/themes/claro/claro.css"/> <link rel="stylesheet" href="https://js.arcgis.com/4.23/esri/css/main.css"/> <script> var dojoConfig = { has: { "esri-featurelayer-webgl": 1 } }; </script> <script src="https://js.arcgis.com/4.23/"></script> <title>| The University of Kansas</title> <!-- Production server --> <link rel="icon" href="kuImages/icons/ku_name_logo.png" type="image/png"> <script> $(document).ready(function(){ $("#mainView").html('<object data="kuHTML/homePage.html">'); }); </script> </head> <body class="claro"> <!-- <div class="container-fluid full-height" > --> <div class="mh-7" > <!-- <img id="kulogo" src="kuImages/icons/KUSmartCampusLogo.png" alt="KU" ><h1 id="titletxt" ></h1> --> <img id="kulogo" src="kuImages/icons/ku_name_logo.png" align= "top" alt="KU"><h1 id="titletxt">SMART CAMPUS</h1><br> </div> <div class="mh-3" > <p id = "welcomeTxt">Welcome to the KU Smart Campus map, your resource for locating campus features unique to the University of Kansas Lawrence campus. You can locate accessible routes, distinct building features, parking zones, and other campus resources by making selections in the Table of Contents.</p> </div> <div class="mh-5" > <ul class="nav nav-tabs" id="memnav"> <li class="nav-item" id="hometab"><a class="nav-link active" href="#home">Home</a></li> </ul> </div> <div class="mh-84" id="mainView"> </div> <!-- </div> --> </body> <script> $(".nav-tabs a").click(function(){ $(this).tab('show'); }); $("#hometab").click(function(){ location.reload(true); }); </script> </html>