|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/bluerae/clients/keryx/wireframes/ |
Upload File : |
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>Keryx Intranet: Org Chart</title> <link href="styles.css" rel="stylesheet" type="text/css"> </head> <body> <div id="container"> <!-- HEADER --> <div id="header"> <div id="mininav"><a href="http://www.keryx.com">keryx.com</a></div> <div id="logo"><a href="index.html">Intranet Logo</a></div> </div> <!-- MENU --> <div id="mainmenu"> <ul> <li><a href="departments.html">Department Corners</a></li> <li><a href="news.html">News and Announcements</a></li> <li><a href="classifieds.html">Classifieds</a></li> <li><a href="calendar.html">Calendar</a></li> <li><a href="resources.html">Resources and Downloads</a></li> <li><a href="orgchart.html"><strong>Org Chart</strong></a></li> </ul> </div> <!-- BLOG CONTENT --> <div id="blogcontent"> <h2>Org Chart</h2> <p>This is an introduction to the Org Chart. Content here is managed by the admins only.</p> <h3> Lorem ipsum dolor sit amet</h3> <p>Consectetur adipiscing elit. Phasellus pulvinar, nibh at tempus placerat, erat nulla tristique sem, in placerat lacus turpis ut metus. </p> <ul> <li><a href="#">Link to downloadable PDF</a></li> </ul> <h3>Integer convallis libero at feugiat suscipit</h3> <p>Duis lectus lacus, ullamcorper non mollis at, porttitor nec nisi. Quisque sed imperdiet lorem. </p> <ul> <li><a href="#">Links to directory on Google docs</a></li> </ul> <h3> </h3> <p> </p> </div> <!-- BLOG SIDEBAR --> <div id="blogsidebar"> <h3>Need Help?</h3> <p><a href="mailto:[email protected]">Contact the intranet administrator.</a></p> <p> </p> <p> </p> </div> <!-- FOOTER --> <div id="footer"> <p>© 2014 Keryx Biopharmaceuticals, Inc. Need help? <a href="mailto:[email protected]">Contact the intranet administrator.</a></p> </div> </div> </body> </html>