-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (43 loc) · 1.38 KB
/
Copy pathindex.html
File metadata and controls
47 lines (43 loc) · 1.38 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
---
layout: default
title: Daniel Flannery
---
<div id="home">
<div class="image">
<img src="assets/img/dan.webp" alt="Daniel Flannery" class="img-circle" />
</div>
<h1 class="title">Hi, I'm <a href="/">Dan</a></h1>
<p>I'm currently working as a Release Engineer in Dublin, Ireland.</p>
<p>
You can never have too many websites. The more I make, the less I seem to
maintain each one. Enjoy 👍.
</p>
<p>Some of my areas of interest include: 💻</p>
<div class="interests">
<span class="tag">CI / CD</span>
<span class="tag">Jenkins</span>
<span class="tag">Azure</span>
<span class="tag">Terraform</span>
<span class="tag">Shell scripting</span>
<span class="tag">Docker</span>
<span class="tag">Python</span>
<span class="tag">Golang</span>
<span class="tag">Rust</span>
<span class="tag">Android</span>
<span class="tag">Ant</span>
<span class="tag">Cybersecurity</span>
<span class="tag">Automation</span>
<span class="tag">Linux</span>
</div>
<p>More info on <a href="https://github.com/ragebflame">my GitHub</a>.</p>
💾💾💾
<hr />
<p>
<i
>Special thanks to <a href="https://www.hamvocke.com/">Ham</a> - this
website is a thinly veiled pastiche of his work. Source code is on
<a href="https://github.com/hamvocke/hamvocke.github.io">his GitHub</a
>.</i
>
</p>
</div>