-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
69 lines (55 loc) · 2.48 KB
/
about.html
File metadata and controls
69 lines (55 loc) · 2.48 KB
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
<!--
iKeating landing page
-->
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Isaiah Keating</title>
<style>
/* General Styling */
body {
margin: 0;
padding: 0;
background: linear-gradient(to bottom, #0d0d0d, #1a1a1a);
color: #f0f0f0;
font-family: 'Arial', sans-serif;
}
/* Navbar Links Styling */
p a {
color: #66b3ff;
text-decoration: none;
transition: color 0.3s;
}
p a:hover {
color: #00ffcc;
}
</style>
</head>
<body>
<h1 style="color: #f0f0f0;text-align:center;background-color:f0f0f0;font-size: 70px">Isaiah Keating</h1>
<p style="font-size: 25px; font-family: Times New Roman; margin-left: 40px;margin-right: 40px;">
Back to <a href="index">Homepage</a><BR><BR/>
About
<BR><BR/>
Isaiah Keating is a seasoned law enforcement professional with 24 years of experience, including two decades as Chief of Police for the City of Canby, Minnesota. In 2024, he transitioned to corporate security with Miner’s Incorporated, based in Hermantown, MN.
<BR><BR/>
Isaiah holds an A.A.S. degree in Law Enforcement from Hibbing Community and Technical College and an A.A. degree in Liberal Arts (Phi Theta Kappa) from Minnesota West Community College. He also expanded his expertise by completing Computer Science courses at Dakota State University.
<BR><BR/>
After returning to his hometown of Grand Rapids, MN, Isaiah joined the Itasca County Sheriff’s Department Dive Team in 2021. His multifaceted career includes roles such as seasonal Park Ranger for the U.S. Army Corps of Engineers at Pokegama Dam and school bus driver for the Itasca County School District 318.
<BR><BR/>
Isaiah, his wife Tiffany, their son Andrew, and their lively labrador, Willow, enjoy life on the scenic Wendigo arm of Pokegama Lake in Harris Township, just south of Grand Rapids.
</p>
<center><img src="/aboutPics/winnie.jpeg" alt="aboutPics/winnie.jpeg" width="300" height="225">
</p>
<center><img src="/aboutPics/image.jpeg" alt="aboutPics/image.jpeg" width="300" height="225">
<img src="/aboutPics/2007.jpeg" alt="aboutPics/2007.jpeg" width="245" height="368"></center>
<br><br/>
<p style="font-size: 25px; font-family: Times New Roman; margin-left: 40px;margin-right: 40px;">
© 2024. This work by Isaiah Keating is openly licensed via <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>
<BR><BR/>
</p>
</body>
</html>