|
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: Home</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="stockticker">Stock Ticker (Feed)</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">Org Chart</a></li>
</ul>
</div>
<!-- SPOTLIGHT -->
<div id="spotlight">
<h2>Spotlight Title Goes Here</h2>
<p>This is a slideshow of 3-4 spotlights that can be in rotation on the home page. Admin-only editing here. These can be things related to recent news or announcements, special events, or just day-to-day reminders about parking, password changing, etc.</p>
</div>
<!-- OPTIONAL ANNOUNCEMENT -->
<div id="optannounce">
<h2>Optional Important Announcement</h2>
<p>This is static, not cycling like the spotlights above, this area should be used for occasional important announcements to the whole company intranet. Admin only.</p>
</div>
<!-- THREE SECTIONS -->
<div id="announcements">
<div id="announce1" class="col-1-3">
<h2>What's New</h2>
<p>Recent Content items listed here, maybe 3-5 most recent posts/items in any area. Automatically populated, no administration needed.</p>
<p>Recent Content items listed here, maybe 3-5 </p>
<p>Recent Content items listed here, maybe 3-5 most recent posts/items in any area</p>
</div>
<div id="announce2" class="col-1-3">
<h2>Of Note</h2>
<p>Item promoted to the front page by the Admin (CEO post, anything else you want to highlight or to be sticky at the top). Manually selected by the admin, updated as needed.</p>
</div>
<div id="announce3" class="col-1-3">
<h2>August Birthdays</h2>
<p>Birthdays this month (list of names) or any other content block we want to add to the home page. Can essentially be another “Of Note” area.</p>
</div>
</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>