|
|
|
@ -1,17 +1,5 @@
|
|
|
|
<!doctype html>
|
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
|
|
|
|
<title>Help Menu: About the Resource Center</title>
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="styles/resources-landing-page.css">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script>let $ = require('jquery');</script>
|
|
|
|
|
|
|
|
<script>require('popper.js')</script>
|
|
|
|
|
|
|
|
<script>require('bootstrap')</script>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<body hidden ONLOAD="$('body').removeAttr('hidden');" class="bg-secondary">
|
|
|
|
|
|
|
|
<div class="helpcontent text-paragraphtextcolor">
|
|
|
|
<div class="helpcontent text-paragraphtextcolor">
|
|
|
|
<h4>About the Resource Center</h4>
|
|
|
|
<h4>About the Resource Center</h4>
|
|
|
|
<p></p>
|
|
|
|
<p></p>
|
|
|
|
@ -20,13 +8,5 @@
|
|
|
|
<p class="lead">Explore the Resource Center.
|
|
|
|
<p class="lead">Explore the Resource Center.
|
|
|
|
<p></p>
|
|
|
|
<p></p>
|
|
|
|
<p class="lead">From accounting to workflows, this desktop application can help you find the resources you need.</p>
|
|
|
|
<p class="lead">From accounting to workflows, this desktop application can help you find the resources you need.</p>
|
|
|
|
<p></p>
|
|
|
|
|
|
|
|
<p> <a href="resources-landing-page.html">Back to main</a> </p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script src="scripts/tsUtil.js"></script>
|
|
|
|
|
|
|
|
<script>loadTSTarget("themes.js");</script>
|
|
|
|
|
|
|
|
<script src="scripts/index_app.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</html>
|
|
|
|
</html>
|