forked from 01micko/01micko.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
47 lines (40 loc) · 2.47 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="icon"
type="image/png"
href="https://01micko.github.io/fire-small.png">
<title>The Cooker - About</title>
<link href="ty.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div class="topnav">
<a href="index.html">Home</a>
<a href="links.html">Links</a>
<a class="active" href="about.html">About</a>
</div>
<div id="banner"><h1>Cooking with Fire! 火</h1></div>
<img class="middle" src="fire256.png" alt="fire"/>
<h2 class="centre">About me</h2>
<p class="centre">Want to know about me? Then you are on the right page.</p>
<p class="centre">I am actually a construction worker for 40 odd years moonlighting as a linux developer! I do have some formal qualifications in computers as follows:</p>
<ul class="fancy" class="centre">
<li>Certificate III in Information, Digital Media and Technology - <a href="https://tafeqld.edu.au/about/campus-locations/gold-coast/coomera" target="blank">GCIT</a></li>
<li>Diploma of Network Engineering - <a href="https://www.cdu.edu.au" target="blank">CDU</a></li>
</ul>
<p class="centre">In my spare time I enjoy camping, fishing, playing guitar and tinkering with electronic and mechanical devices.</p>
<hr/>
<p class="centre"><strong>Socials</strong></p>
<p class="centre"><img src="masto.svg" alt="mastodon" title="mastodon"/> <a href="https://aus.social/@01micko" target="blank">@01micko</a></p>
<p class="centre"><img src="diaspora.svg" alt="diaspora" title="diaspora"/> <a href="https://diaspora.glasswings.com/people/abcf5530773b013a6dff448a5b29e257" target="blank">Michael Amadio</a></p>
<p class="centre"><img src="github.svg" alt="github" title="github"/> <a href="https://github.com/01micko" target="blank">Github profile</a></p>
<p class="centre"><img src="yt.svg" alt="youtube" title="youtube"/> <a href="https://www.youtube.com/@TritonAdventures-AU" target="blank">camping</a>, <a href="https://www.youtube.com/@MichaelAmadio" target="blank">stuff</a> and <a href="https://www.youtube.com/@The01micko" target="blank">other stuff</a></p>
</div>
<div id="footer">© Copyright 2024 Mick Amadio.
Code here is licensed GPL-2.0 <a href="./gpl-2.0.txt"><img src="gpl2.png"/></a>. Content and artwork here are licensed CCO <a href="./LICENSE"><img src="cc0.png"/></a>
</div>
</body>
</html>