Skip to content

Commit

Permalink
updating missing sections and adding more from document
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael W. committed Oct 24, 2024
1 parent 4cef795 commit 3057f08
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 10,023 deletions.
3 changes: 3 additions & 0 deletions app.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* careers can be entered with a bachelor’s degree (highlighted in BLUE),
and those whose careers require a graduate degree (highlighted in GREEN). */

body {
font-family: "Arial", sans-serif;
background-color: #111d4a;
Expand Down
3 changes: 3 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// careers can be entered with a bachelor’s degree (highlighted in BLUE),
// and those whose careers require a graduate degree (highlighted in GREEN).

const jobslist = document.getElementById('jobslist');
const searchBar = document.getElementById('searchBar');
const mainCategory = document.getElementById('mainCategory');
Expand Down
26 changes: 15 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,21 @@ <h3>Description and Instructions for the Resource</h3>
<p>The 300 careers in this resource are accompanied by more than 2,300 internet sites that contain information about the nature of these careers. To increase the navigational efficiency of this 83-page resource, these careers are organized into the following 11 categories and are listed in alphabetical order within each category:</p>

<ol>
<li>Business and Management Careers</li>
<li>Consulting Careers</li>
<li>Counseling and Mental Health Careers</li>
<li>Criminal Justice Careers</li>
<li>Education Careers</li>
<li>Human Services Careers</li>
<li>Health and Medical Careers</li>
<li>Industrial and Organizational Psychology Careers</li>
<li>Policy and Advocacy Careers</li>
<li>Research Careers</li>
<li>Science and Technology Careers</li>
<li>Business, Advertising, and Finance</li>
<li>Children and Families</li>
<li>Counseling</li>
<li>Education</li>
<li>Health and Medical Services</li>
<li>Human Resources</li>
<li>Law and Law Enforcement</li>
<li>Military</li>
<li>Psychology</li>
<li>Religion and Spirituality</li>
<li>Social and Human Services</li>
<li>Sport, Fitness, and Recreation</li>
<li>Technology</li>
<li>Therapy</li>
<li>Other</li>
</ol>

<p>To access career information, find the career category that most interests you, then locate the name of the career you want to learn about in that list. The following URL addresses that provide general information about the career will be listed underneath the career name:</p>
Expand Down
Loading

0 comments on commit 3057f08

Please sign in to comment.