You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.3 KiB
HTML
32 lines
1.3 KiB
HTML
<!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: Resources</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>Resources</h4>
|
|
<p></p>
|
|
<p class="lead">We get it. <i>Resources</i> can mean many things to many people.</p>
|
|
<p></p>
|
|
<p class="lead">When it comes to the Resource Center, resources are digital files, storage systems, software and websites that help you do your job.</p>
|
|
<p></p>
|
|
<p class="lead">The company's top managers decided to create the Resource Center to help new and existing employees become oriented and familiar with the many tools available to them.</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> |