cleaned up help-about.html
parent
fbb8d174f1
commit
3ceb4ff8f0
@ -1,32 +1,12 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<div class="helpcontent text-paragraphtextcolor">
|
||||||
<meta charset="utf-8">
|
<h4>About the Resource Center</h4>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<p></p>
|
||||||
<title>Help Menu: About the Resource Center</title>
|
<p class="lead">You rely on a vast amount of resources to do your job. How can you keep track of them all?
|
||||||
<link rel="stylesheet" href="styles/resources-landing-page.css">
|
<p></p>
|
||||||
|
<p class="lead">Explore the Resource Center.
|
||||||
<script>let $ = require('jquery');</script>
|
<p></p>
|
||||||
<script>require('popper.js')</script>
|
<p class="lead">From accounting to workflows, this desktop application can help you find the resources you need.</p>
|
||||||
<script>require('bootstrap')</script>
|
</div>
|
||||||
</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>
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in New Issue