Merge pull request #94 from danieldupriest/textHome

Add text content at home page
This commit is contained in:
ppdom 2019-02-20 21:23:50 -08:00 committed by GitHub
commit 8e1e9f0900
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,8 +35,14 @@
</ul>
</div>
</nav>
<div class="container pt-3">
<p>Welcome to Reimbursinator</p>
<div class="container pt-3 col-xs-4">
<h2>Welcome to Reimbursinator</h2>
<p>This application is designed to help you create and submit expense reports that meet your organization's guidelines.
The more information you are able to fill in the easier it will be to complete the reimbursement process.</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>To begin, create a <a href="new_report.html"> New Report</a>.</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>