Newer
Older
ubFramework / Source / templates / user / index_old.html
<h1 id="welcome">Welcome to the Lilly's Family Foods Portal!</h1>
<br />
<div style="float: left; min-width: 300px; margin-right: 15px;">
  <h2>Account Summary</h2>
  <hr />
  <p>Some Summary Here</p>
</div>

<div style="float: left; min-width: 300px;margin-right:15px;">
	<h2>Alerts</h2>
	<hr />
	<p id="account_alerts">No Account Alerts</p>
</div>

<div style="float: left; min-width: 300px;">
	<h2>Lilly News</h2>
	<hr />
	<p id="news">No News Is Good News</p>
</div>

<script src="/assets/js/user/index.js"></script>