-
Notifications
You must be signed in to change notification settings - Fork 0
/
employment.html
94 lines (72 loc) · 3.61 KB
/
employment.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang= "en">
<head>
<meta charset= "utf-8" >
<title> READY TO ELEVATE!|ReadinessWeb.com </title>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato:100,300,400">
</head>
<body>
<header class="container group"> Welcome!
<h1 class= "logo">
<a href = "index.html">Welcome to <em>Ready to Elevate!</em> </a>
</h1>
<!-- Menu -->
<div class="menu-wrap">
<nav class="menu">
<ul class="clearfix">
<a href="index.html">Home<span class="arrow">▼</span></a>
<ul class="sub-menu">
<li><a href="class.html">Class Info</a></li>
<li><a href="planning.html">Four Year Planning</a></li>
<li><a href="driving.html">Driver's License and Permit</a></li>
<li><a href="employment.html">Employment and Resume Writing</a></li>
<li><a href="service.html">Community Service Opportunities</a></li>
<li><a href="health.html">Health,Hygiene, and Inspiration</a></li>
<li><a href="study.html">Study Materials</a></li>
<li><a href="college.html">College Admissions</a></li>
<li><a href="financial aid.html">Financial Aid</a></li>
<li><a href="register.html">Register and Comment</a></li>
</ul>
</nav>
</div>
</header>
<body>
<!-- Overview -->
<h2>Employment</h2>
<p> Many teens this age begin to search for jobs and ways to sustain themselves financially. Whether for investing money in a little hobby,buying a gift, or saving up toward college, employment is an important step to adulthood. REQUISITES: </p>
<ul>
<li>Fill out a resume!</li>
<li>Look for job openings and submit your resumes</li>
<li>If you receive an offer for an interview, prepare thoroughly to gain the job</li>
<li> ENSURE Completion of the form for employment permiit for 14 to 17 year olds. It can easily be found in the school's office</li>
<li> Stay confident and optimistic!</li>
</ul>
<!-- Advice -->
<h2>Job Corps and Job Fairs</h2>
<p>Job Corps is the nation's largest CTE program for students ages 16 through 24. It is a voluntary program administered by the U.S. Deparment of Labor;it provides low income young men and women an opportunity to gain the experience they need to begin a career or advance to higher education.</p>
<a href="https://recruiting.jobcorps.gov/">Job Corps</a>
<p>Go visit some job fairs to look for possible positions.</p>
<!-- Resume Examples -->
<h2> Resume Building</h2>
<p>Utilize all the skills, hobbies, odd jobs- babysitting, gardening services, club involvement, extracurriculars, etc... that you've gained to facillitate a strong resume. Also extremely important is to maintain a relatively high GPA; that will appear much more reliable on one's resume. Keep contact with individuals that you have provided services to and make sure to get some good references. Good luck!</p>
<img src="images/resume-page-001.jpg"height="550" width="900">
<img src="images/resume-page-002.jpg"height="550" width="900">
</body>
<footer class= "container">
<nav>
<a href="index.html">Home</a>
<a href="class.html">Class Info</a>
<a href="planning.html">Four Year Planning</a>
<a href="driving.html">Driver's License and Permit </a>
<a href="employment.html">Employment and Resume Writing</a>
<a href="service.html">Community Service Opportunities</a>
<a href="health.html">Health, Hygiene, and Inspiration</a>
<a href="study.html">Study Materials</a>
<a href="college.html">College Admissions</a>
<a href="financial aid.html">Financial Aid</a>
<a href="register.html">Register and Comment</a>
</nav>
<small>© Ready to Elevate </small>
</footer>
</html>