cleaned up help-about.html

pull/2/head
David Tookey 5 years ago
parent fbb8d174f1
commit 3ceb4ff8f0

@ -1,32 +1,12 @@
<!doctype html>
<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">
<h4>About the Resource Center</h4>
<p></p>
<p class="lead">You rely on a vast amount of resources to do your job. How can you keep track of them all?
<p></p>
<p class="lead">Explore the Resource Center.
<p></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>
</body>
<script src="scripts/tsUtil.js"></script>
<script>loadTSTarget("themes.js");</script>
<script src="scripts/index_app.js"></script>
<div class="helpcontent text-paragraphtextcolor">
<h4>About the Resource Center</h4>
<p></p>
<p class="lead">You rely on a vast amount of resources to do your job. How can you keep track of them all?
<p></p>
<p class="lead">Explore the Resource Center.
<p></p>
<p class="lead">From accounting to workflows, this desktop application can help you find the resources you need.</p>
</div>
</html>
Loading…
Cancel
Save