wrote the help windows

pull/2/head
Rebecca Hollis 5 years ago
parent 5e86195d24
commit a372fedbb2

@ -0,0 +1,32 @@
<!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>
</html>

@ -0,0 +1,32 @@
<!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: Categories</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>Categories</h4>
<p></p>
<p class="lead">What are <i>categories</i>?
<p></p>
<p class="lead">JDSfaulkner has so many helpful resources available to employees that it might be overwhelming to see them all at once. That's why this application categorizes them into topics.</p>
<p></p>
<p class="lead">Click a category in the main workspace to expand a section and view all the related resources. With a section expanded, you can navigate more easily using the scrollbar on the right or by clicking a category heading in the left sidebar.</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>

@ -0,0 +1,32 @@
<!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>

@ -0,0 +1,32 @@
<!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: Searches</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>Searches</h4>
<p></p>
<p class="lead">Save time. Simplify your searches.
<p></p>
<p class="lead">Finding resources that meet your criteria is easy when you use the search tool. At the top of your workspace, type a search term in the rounded search bar. Click "enter" on your keyboard, or click the search icon, and matching results populate your workspace.</p>
<p></p>
<p class="lead">Voil&aacute; &mdash; helpful resources at your fingertips.</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>

@ -0,0 +1,32 @@
<!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: Updates</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>Updates</h4>
<p></p>
<p class="lead">Occasionally, you might see computer code moving across your screen for a few seconds after opening the Resource Center.</p>
<p></p>
<p class="lead">What is going on? An <i>update</i>.</p>
<p></p>
<p class="lead">Developers send updates periodically to improve functionality. If you have a reliable internet connection, updates should occur quickly and automatically.</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>

@ -26,11 +26,11 @@
<div class="helpdropdown">
<a class="p-2 text-navbartext" href="#" role="button" id="helpdropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" data-offset="-75,4">Help</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuOffset">
<a class="dropdown-item" href="#">About the Resource Center</a>
<a class="dropdown-item" href="#">Searches</a>
<a class="dropdown-item" href="#">Categories</a>
<a class="dropdown-item" href="#">Resources</a>
<a class="dropdown-item" href="#">Updates</a>
<a class="dropdown-item" href="help-about.html">About the Resource Center</a>
<a class="dropdown-item" href="help-searches.html">Searches</a>
<a class="dropdown-item" href="help-categories.html">Categories</a>
<a class="dropdown-item" href="help-resources.html">Resources</a>
<a class="dropdown-item" href="help-updates.html">Updates</a>
</div>
</div>
</nav>

@ -153,3 +153,9 @@ body {
margin-left: 25rem;
padding-left: 25rem;
}
.helpcontent {
margin: 3rem;
padding: 3rem;
font-size: 11px;
}

Loading…
Cancel
Save