-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (74 loc) · 1.81 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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="description" content="Personal Website" />
<meta name="author" content="Peter CeeAU" />
<title>Peter's Personal Site</title>
</head>
<body>
<h1>Peter CeeAU</h1>
<img src="twitter-bio.jpeg" alt="Twitter Bio Picture" width="200" height="200">
<p><em><strong>Linux/Unix</strong> System Administrator</em></p>
<p>Specialising in shell scripting, ansible playbooks and roles.</p>
<hr>
<h3>Scripts</h3>
<ul>
<li>transfer financial files over sftp</li>
<li>archive files based on timestamp/age</li>
</ul>
<h3>Playbooks</h3>
<ul>
<li>patch and reboot servers</li>
<li>manage user accounts</li>
</ul>
<h3>Work Experience</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Year</th>
<th>Position</th>
</tr>
</thead>
<tbody>
<tr>
<td>2022-Current:</td>
<td>UNIX System Administrator (OpSec)</td>
</tr>
<tr>
<td>2010-2022:</td>
<td>System Administrator (Windows and Red Hat)</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<h3>Skills</h3>
<table cellspacing="10">
<thead>
<th>Skill</th>
<th>Rating</th>
</thead>
<tbody>
<tr>
<td>Shell Scripting</td>
<td>★★★★</td>
</tr>
<tr>
<td>Ansible</td>
<td>★★★</td>
</tr>
<tr>
<td>Documentation</td>
<td>★★★★★</td>
</tr>
</tbody>
</table>
<br>
<a href="hobbies.html">My Hobbies</a>
</body>
<a href="contact.html">Contact</a>
<h3>References</h3>
<a href="https://unicode-table.com/en/">Unicode Table</a>
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML">MDN html Resources</a>
</html>