Add text content at home page
This commit is contained in:
parent
161555b20f
commit
5e7972bed9
1 changed files with 13 additions and 2 deletions
|
@ -35,8 +35,19 @@
|
|||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="container pt-3">
|
||||
<p>Welcome to Reimbursinator</p>
|
||||
<div class="container pt-3 col-xs-4">
|
||||
<p></p>
|
||||
<h2>Welcome to Reimbursinator</h2>
|
||||
<p></p>
|
||||
<p>This application is designed to help you create and submit expense reports that meet you organization's guideline.
|
||||
The more information you are able to fill in the easier it will be to complete the reimbursement process.</p>
|
||||
<p></p>
|
||||
<p>Reports that you have created can be viewed on the <a href="edit_report.html"> Edit Report </a> tab, and their status can be viewed there as well.
|
||||
Submitted reports are also shown in the same tab. Modifications are not allowed on the submitted reports.</p>
|
||||
<p></p>
|
||||
<p>To begin, create a <a href="new_report.html"> New Report</a>.</p>
|
||||
<p></p>
|
||||
<p>Remember to logout on the top-right if you are done with the Reimbursinator.</p>
|
||||
</div>
|
||||
<script src="js/logout.js"></script>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue