diff --git a/src/assets/pages/help-about.html b/src/assets/pages/help-about.html new file mode 100644 index 0000000..fe06018 --- /dev/null +++ b/src/assets/pages/help-about.html @@ -0,0 +1,32 @@ + + + + + + Help Menu: About the Resource Center + + + + + + + + +
+

About the Resource Center

+

+

You rely on a vast amount of resources to do your job. How can you keep track of them all? +

+

Explore the Resource Center. +

+

From accounting to workflows, this desktop application can help you find the resources you need.

+

+

Back to main

+
+ + + + + + + \ No newline at end of file diff --git a/src/assets/pages/help-categories.html b/src/assets/pages/help-categories.html new file mode 100644 index 0000000..b1493a7 --- /dev/null +++ b/src/assets/pages/help-categories.html @@ -0,0 +1,32 @@ + + + + + + Help Menu: Categories + + + + + + + + +
+

Categories

+

+

What are categories? +

+

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.

+

+

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.

+

+

Back to main

+
+ + + + + + + \ No newline at end of file diff --git a/src/assets/pages/help-resources.html b/src/assets/pages/help-resources.html new file mode 100644 index 0000000..c9e1b0e --- /dev/null +++ b/src/assets/pages/help-resources.html @@ -0,0 +1,32 @@ + + + + + + Help Menu: Resources + + + + + + + + +
+

Resources

+

+

We get it. Resources can mean many things to many people.

+

+

When it comes to the Resource Center, resources are digital files, storage systems, software and websites that help you do your job.

+

+

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.

+

+

Back to main

+
+ + + + + + + \ No newline at end of file diff --git a/src/assets/pages/help-searches.html b/src/assets/pages/help-searches.html new file mode 100644 index 0000000..e09b987 --- /dev/null +++ b/src/assets/pages/help-searches.html @@ -0,0 +1,32 @@ + + + + + + Help Menu: Searches + + + + + + + + +
+

Searches

+

+

Save time. Simplify your searches. +

+

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.

+

+

Voilá — helpful resources at your fingertips.

+

Back to main

+
+ + + + + + + + \ No newline at end of file diff --git a/src/assets/pages/help-updates.html b/src/assets/pages/help-updates.html new file mode 100644 index 0000000..efdbe72 --- /dev/null +++ b/src/assets/pages/help-updates.html @@ -0,0 +1,32 @@ + + + + + + Help Menu: Updates + + + + + + + + +
+

Updates

+

+

Occasionally, you might see computer code moving across your screen for a few seconds after opening the Resource Center.

+

+

What is going on? An update.

+

+

Developers send updates periodically to improve functionality. If you have a reliable internet connection, updates should occur quickly and automatically.

+

Back to main

+
+ + + + + + + + \ No newline at end of file diff --git a/src/assets/pages/resources-landing-page.html b/src/assets/pages/resources-landing-page.html index 5d27d27..2683d6f 100644 --- a/src/assets/pages/resources-landing-page.html +++ b/src/assets/pages/resources-landing-page.html @@ -26,11 +26,11 @@
diff --git a/src/assets/pages/styles/resources-landing-page.scss b/src/assets/pages/styles/resources-landing-page.scss index 3bd703b..633e8b8 100644 --- a/src/assets/pages/styles/resources-landing-page.scss +++ b/src/assets/pages/styles/resources-landing-page.scss @@ -153,3 +153,9 @@ body { margin-left: 25rem; padding-left: 25rem; } + +.helpcontent { + margin: 3rem; + padding: 3rem; + font-size: 11px; +}