Something went wrong on our end
-
Kevin Reaver authoredKevin Reaver authored
README.txt 4.79 KiB
README.txt instruction file To pull from UCR with a ReadOnly Deploy Token: git clone https://gitlab+deploy-token-189:9qiPwBWiRUUP1K5yfG98@code.osu.edu/ocio_middleware/branded_index_files.git /usr/local/webs/[Account-ID]/htdocs/. This D/L's a basic, branded index.html file, its needed CSS files, and the OSU favicon. ==== Files downloaded ==== /webhosting_index_files/ |_ favicon.ico |_ README.txt |_ index.html |_ /index_files/ |_ default.css |_ findpeople.min.js |_ osu_navbar-resp.css |_ responsive.css ========================== ==== Index.html Contents===== <!DOCTYPE html> <!-- saved from url=(0040)https://directory.osu.edu/findpeople.php --> <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>OTDI Webhosting</title> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="stylesheet" href="https://www.osu.edu/assets/fonts/webfonts.css"> <link rel="stylesheet" type="text/css" href="https://www.osu.edu/assets/site/osu_navbar/css/osu_navbar-resp.css"> <link rel="stylesheet" type="text/css" href="./index_files/default.css"> </head> <!--[if IE 7 ]> <body class="ie7 sidebar-layout"> <![endif]--> <!--[if IE 8 ]> <body class="ie8 sidebar-layout"> <![endif]--> <!--[if IE 9 ]> <body class="ie9 sidebar-layout"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--><body class="sidebar-layout"><!--<![endif]--> <!-- Begin OSU Navbar --> <div role="navigation" id="osu_navbar" aria-labelledby="osu_navbar_heading"> <h2 id="osu_navbar_heading" class="osu-semantic">Ohio State nav bar</h2> <a href="https://directory.osu.edu/findpeople.php#content" id="skip" class="osu-semantic">Skip to main content</a> <div class="container"> <div class="univ_info"> <p class="univ_name"><a href="http://osu.edu/" title="The Ohio State University">The Ohio State University</a></p> </div><!-- /univ_info --> <div class="univ_links"> <div class="links"> <ul> <li><a href="http://www.osu.edu/help.php" class="help">Help</a></li> <li><a href="http://buckeyelink.osu.edu/" class="buckeyelink">BuckeyeLink</a></li> <li><a href="http://www.osu.edu/map/" class="map">Map</a></li> <li><a href="http://www.osu.edu/findpeople.php" class="findpeople">Find People</a></li> <li><a href="https://email.osu.edu/" class="webmail">Webmail</a></li> <li><a href="http://www.osu.edu/search/" class="search">Search Ohio State</a></li> </ul> </div><!-- /links --> </div><!-- /univ_links --> </div><!-- /container --> </div><!-- /osu_navbar --> <div id="page"> <div role="main"> <div id="header"> <div class="container"> <div id="header-text"> <h1><a title="Home" href="https://web.osu.edu/">Welcome to OTDI Web Hosting</a></h1> <p class="subheading nomobile">Your new space is ready</p> </div> <div id="header-logo"> </div> </div> </div> <div id="content" tabindex="-1"> <div class="container"> <div class="column first"> <h2 style="font-size:2.0em;">Now we just need content!</h2> <p>This a temporary landing page for new OTDI Web Hosting Customers. Please replace this with page your own content ASAP.</p> </div> <div class="column last"> <h2>Useful Links</h2> <h3>Campus Information</h3> <ul> <li><a href="https://directory.osu.edu/">Campus Directory</a></li> <li><a href="http://www.osu.edu/map/">Campus Map</a></li> <li><a href="http://www.campusparc.com/osu/visitors-patients/visitor-parking">Parking</a></li> <li><a href="http://www.ps.ohio-state.edu/">Police & Safety</a></li> </ul> <h3>Academics</h3> <ul> <li><a href="http://www.osu.edu/academics/a-z.html">Colleges and Schools</a></li> <li><a href="http://majors.osu.edu">Majors</a></li> <li><a href="https://courses.osu.edu/psp/hcosuct/EMPLOYEE/HRMS/c/COMMUNITY_ACCESS.OSR_CAT_SRCH.GBL%22">Courses</a> (<a href="http://registrar.osu.edu/scheduling/SchedulingContent/2014_2015_course_bulletin.pdf">pdf</a>)</li> <li><a href="http://undergrad.osu.edu/apply/index.html">Apply to OSU</a></li> </ul> </div> </div> <div id="results"> </div> </div> </div> <div id="footer" role="contentinfo"> <div class="container"> <div id="footer-logo"> </div> <div id="footer-content"> <p>Page maintained by the <a href=https://web.osu.edu/>Web Hosting Group</a> at OSU's <a href=https://it.osu.edu/>Office of Technology & Digital Innovation (OTDI)</a></span></p> </div> </div> </div> </div> </body></html> ===========================