-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (53 loc) · 1.89 KB
/
index.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
<!doctype html>
<html>
<head>
<title>Chris Brake</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="contact-info">
<ul style="list-style-type:none">
<li>Chris Brake</li>
<li>Calgary, AB</li>
<li><a href="https://twitter.com/_cignature">@_cignature</a></li>
</ul>
</div>
<div class="work-history"><details>
<summary class="work-history-title">Work History</summary>
<ul class="job">
<li class="job-company">Pason Systems. 2012-Present</li>
<li class="job-title">Tier 3 Technical Support Analyst</li>
<ul class="task">
<li>Supporting Client and Server Machines at remote sites.</li>
<ul class="task-detail">
<li>CentOS Servers.</li>
<li>Client Software, (JVM on Windows).</li>
<li>Cisco Routers, Switches, and Phones.</li>
</ul>
<li>Software Development</li>
<ul class="task-detail">
<li>Diagnostic software for Tier 1 and 2 support personnel.<br />
 Python / Bash</li>
<li>Proactive monitoring tools for Tier 1 and 2 support personnel.<br />
 Splunk</li>
<li>Disk Image Distribution System, for international sites.<br />
 Python / Bash</li>
<li>Continuous Integration Build Pipeline.<br />
 Gradle / Groovy</li>
</ul>
</ul>
</ul>
<ul class="job">
<li class="job-company">Implix Canada Inc. 2007-2012</li>
<li class="job-title">Technical Support Representative</li>
<ul class="task">
<li>Providing technical services for customers.</li>
<li>Administration of the phone routing system.</li>
</ul>
</ul>
</details></div>
<!-- TODO: Integrate Certifications in some way -->
</body>
</html>