-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcareers.html
105 lines (88 loc) · 4.5 KB
/
careers.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
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="images/logo.ico" type="img/calfire">
<link rel="shortcut icon" href="images/logo.ico" type="img/calfire">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Careers</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/modern-business.css" rel="stylesheet">
<script src="/js/navigation.js"></script>
</head>
<body onload="populateNavigation()">
<!-- Navigation -->
<nav id="navigation_bar" class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark fixed-top">
</nav>
<!-- Page Content -->
<div class="container">
<!-- Page Heading/Breadcrumbs -->
<h1 class="mt-4 mb-3">Information
<small>Careers</small>
</h1>
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="index.html">Home</a>
</li>
<li class="breadcrumb-item active">Careers</li>
</ol>
<h3>Careers</h3>
<div class="row">
<div class="col">
<h5>Paid Call Firefighters</h5>
<p>
CAL FIRE / San Luis Obispo County Fire is a combination department in that it uses both career and paid-call firefighters in reaching our mission.
We refer to the Paid Call Firefighters (PCFs) because they are paid for each call to which they respond.
Paid Call Firefighters provide fire protection, emergency medical service, hazardous materials responses and other services to the communities in which they live and/or work.
<br>
<br>
We are actively recruiting Paid Call Firefighters to help protect their community. Paid Call Firefighters respond to emergencies from their home or work.
If you are interested in becoming a Paid Call Firefighter (volunteer), please contact the fire station <a href="stations.html">closest to your home.</a>
<br>
<br>
<b>Important Documents</b>
<ul>
<li><a href="/Documents/Information/Careers/How to Become a PCF For SLO County Fire.pdf">How to become a Paid Call</a></li>
<li><a href="/Documents/Information/Careers/2 A3-A5 PCF Flow Chart Target Solutions.pdf">Paid Call Firefighter Task Flow Chart</a></li>
<li><a href="/Documents/Information/Careers/3 A6-A10 County_PCF_candidate_ process_5_21_2013.pdf">Paid Call Firefighter Candidate Process</a></li>
<li><a href="/Documents/Information/Careers/1 A2 PCF Intrest Form.pdf">Paid Call Firefighter Interest Form</a></li>
<li><a href="/Documents/Information/Careers/PCFAppJobDiscription1.pdf">Paid Call Firefighter Job Description</a></li>
<li><a href="/Documents/Information/Careers/20171014-PCF Application.pdf">Paid Call Firefighter Application (2017)</a></li>
</ul>
</p>
</div>
</div>
<div class="row">
<div class="col">
<h5>CAL FIRE</h5>
<p>
<h6>Seasonal Fire Fighter I</h6>
Fire Fighter I is a seasonal, temporary classification used by CAL FIRE.
The Fire Fighter I application period occurs in November and hiring usually occurs between March and June,
depending upon the year's fire and weather conditions.
<br><br>
For more information on becoming a Seasonal Fire Fighter I, visit the CAL FIRE website located <a href="http://calfire.ca.gov/about/about_careers_fireprotection_seasonal">here.</a>
<br><br>
<h6>Other CAL FIRE Careers</h6>
Interested in a career at CAL FIRE? Visist the CAL FIRE Careers page located <a href="http://calfire.ca.gov/about/about_careers">here.</a>
</p>
</div>
</div>
</div>
<!-- /.container -->
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">Copyright © CAL FIRE/ San Luis Obispo County Fire Department 2017</p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>