Update with JSON-based resume/cv.

This commit is contained in:
Scott Wallace 2024-02-29 13:32:23 +00:00
parent c393af4f87
commit 3d347bad1f
Signed by: scott
GPG key ID: AA742FDC5AFE2A72
4 changed files with 78 additions and 41 deletions

View file

@ -70,8 +70,7 @@
<h1 id="title">scott://</h1>
<div id="linkblock">
<ul>
<li><a href="http://cv.scott.wallace.sh/" rel="me">LinkedIn</a></li>
<li><a href="http://photos.scott.wallace.sh/" rel="me">Photos</a></li>
<li><a href="/resume.html" rel="me">CV/Resume</a></li>
<li><a href="http://blog.scott.wallace.sh/" rel="me">Blog</a></li>
</ul>
<ul>

BIN
mugshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 KiB

View file

@ -391,7 +391,7 @@ blockquote,
<div id="photo-header" class="text-center">
<!-- PHOTO (AVATAR) -->
<div id="photo">
<img src="&#x2F;&#x2F;www.gravatar.com&#x2F;avatar&#x2F;de1894018768d8bc60b0f87f04402537?s&#x3D;200&amp;r&#x3D;pg&amp;d&#x3D;mm" alt="avatar">
<img src="mugshot.png" alt="avatar">
</div>
<div id="text-header" >
<h1>Scott Wallace<br><span>Consulting Linux Systems Engineer</span></h1>
@ -404,7 +404,7 @@ blockquote,
<!-- ABOUT ME -->
<div class="box">
<h2><i class="fas fa-user ico"></i> About</h2>
<p>I like to work in a dynamic environment with a trusted team to get jobs done and delivered. The final 20% is always the hardest part to deliver but arguably the most important and I try to deliver on that as often as possible. Specialties: Linux systems engineering, automation and monitoring.</p>
<p>I like to work in a dynamic environment with a trusted team to get jobs done and delivered. The final 20% is always the hardest part to deliver but arguably the most important and I try to deliver on that as often as possible.</p>
</div>
<!-- WORK EXPERIENCE -->
<div class="box">
@ -739,7 +739,7 @@ blockquote,
Queensland Communications and Networking (QCN)
</div>
<div class="address">
<a href="https:&#x2F;&#x2F;uk.linkedin.com&#x2F;company&#x2F;asserta-properties-ltd" target= "_blank"><i class="fas fa-globe ico"></i> https:&#x2F;&#x2F;uk.linkedin.com&#x2F;company&#x2F;asserta-properties-ltd</a>
<a href="https:&#x2F;&#x2F;qcn.com.au&#x2F;" target= "_blank"><i class="fas fa-globe ico"></i> https:&#x2F;&#x2F;qcn.com.au&#x2F;</a>
</div>
<div class="year">September 1998 April 2001</div>
</div>
@ -775,7 +775,7 @@ blockquote,
CoreLogic Australia (formally RP Data)
</div>
<div class="address">
<a href="https:&#x2F;&#x2F;uk.linkedin.com&#x2F;company&#x2F;asserta-properties-ltd" target= "_blank"><i class="fas fa-globe ico"></i> https:&#x2F;&#x2F;uk.linkedin.com&#x2F;company&#x2F;asserta-properties-ltd</a>
<a href="https:&#x2F;&#x2F;www.corelogic.com.au&#x2F;" target= "_blank"><i class="fas fa-globe ico"></i> https:&#x2F;&#x2F;www.corelogic.com.au&#x2F;</a>
</div>
<div class="year">April 1995 September 1998</div>
</div>
@ -819,7 +819,7 @@ blockquote,
<div class="contact-item">
<div class="icon pull-left text-center"><span class="fas fa-map-marker fa-fw"></span></div>
<div class="title only pull-right">London, London GB</div>
<div class="title only pull-right">London UK</div>
</div>
<div class="contact-item">
<div class="icon pull-left text-center"><span class="fas fa-envelope fa-fw"></span></div>
@ -832,7 +832,7 @@ blockquote,
<div class="contact-item">
<div class="icon pull-left text-center"><span class="fab fa-matrix fa-fw"></span></div>
<div class="title pull-right">Matrix</div>
<div class="description pull-right"><a href="matrix:u&#x2F;scott:wallace.sh" target="_blank">@scott:wallace.sh</a></div>
<div class="description pull-right"><a href="https:&#x2F;&#x2F;matrix.to&#x2F;#&#x2F;@scott:wallace.sh" target="_blank">@scott:wallace.sh</a></div>
</div>
</div>
<!-- EDUCATION -->
@ -855,20 +855,43 @@ blockquote,
<h2><i class="fas fa-tasks ico"></i> Skills</h2>
<div class="skills clearfix">
<div class="item-skills">
Web Development
<span class="skill-level">Master</span>
DevOps
</div>
<div class="col-sm-offset-1 col-sm-12 clearfix">
<span class= "skill badge">Linux</span>
<span class= "skill badge">System Administration</span>
<span class= "skill badge">Administration</span>
<span class= "skill badge">Automation</span>
<span class= "skill badge">Integration</span>
<span class= "skill badge">Shell Scripting</span>
<span class= "skill badge">Virtualization</span>
<span class= "skill badge">Linux</span>
<span class= "skill badge">Monitoring</span>
<span class= "skill badge">Programming</span>
<span class= "skill badge">Python (Programming Language)</span>
<span class= "skill badge">Containerization</span>
<span class= "skill badge">Site Reliability Engineering</span>
<span class= "skill badge">System Monitoring</span>
<span class= "skill badge">Reliability</span>
<span class= "skill badge">UNIX</span>
</div>
</div>
<div class="skills clearfix">
<div class="item-skills">
Programming
</div>
<div class="col-sm-offset-1 col-sm-12 clearfix">
<span class= "skill badge">C</span>
<span class= "skill badge">Go</span>
<span class= "skill badge">PHP</span>
<span class= "skill badge">Python</span>
<span class= "skill badge">Shell</span>
</div>
</div>
<div class="skills clearfix">
<div class="item-skills">
Containerisation and Virtualisation
</div>
<div class="col-sm-offset-1 col-sm-12 clearfix">
<span class= "skill badge">Docker</span>
<span class= "skill badge">oVirt</span>
<span class= "skill badge">ProxMox</span>
<span class= "skill badge">VMware</span>
</div>
</div>
</div>

View file

@ -3,22 +3,22 @@
"basics": {
"name": "Scott Wallace",
"label": "Consulting Linux Systems Engineer",
"image": "",
"image": "mugshot.png",
"email": "scott@wallace.sh",
"url": "https://scott.wallace.sh",
"summary": "I like to work in a dynamic environment with a trusted team to get jobs done and delivered. The final 20% is always the hardest part to deliver but arguably the most important and I try to deliver on that as often as possible. Specialties: Linux systems engineering, automation and monitoring.",
"summary": "I like to work in a dynamic environment with a trusted team to get jobs done and delivered. The final 20% is always the hardest part to deliver but arguably the most important and I try to deliver on that as often as possible.",
"location": {
"address": "",
"postalCode": "",
"city": "London",
"countryCode": "GB",
"region": "London"
"countryCode": "UK",
"region": ""
},
"profiles": [
{
"network": "Matrix",
"username": "@scott:wallace.sh",
"url": "matrix:u/scott:wallace.sh"
"url": "https://matrix.to/#/@scott:wallace.sh"
}
]
},
@ -211,7 +211,7 @@
{
"name": "Queensland Communications and Networking (QCN)",
"position": "UNIX Consultant",
"url": "https://uk.linkedin.com/company/asserta-properties-ltd",
"url": "https://qcn.com.au/",
"startDate": "1998-09-01",
"endDate": "2001-04-01",
"summary": "",
@ -233,7 +233,7 @@
{
"name": "CoreLogic Australia (formally RP Data)",
"position": "UNIX Consultant",
"url": "https://uk.linkedin.com/company/asserta-properties-ltd",
"url": "https://www.corelogic.com.au/",
"startDate": "1995-04-01",
"endDate": "1998-09-01",
"summary": "",
@ -268,26 +268,41 @@
],
"skills": [
{
"name": "Web Development",
"level": "Master",
"name": "DevOps",
"keywords": [
"Linux",
"System Administration",
"Administration",
"Automation",
"Integration",
"Shell Scripting",
"Virtualization",
"Linux",
"Monitoring",
"Programming",
"Python (Programming Language)",
"Containerization",
"Site Reliability Engineering",
"System Monitoring"
"Reliability",
"UNIX"
]
},
{
"name": "Programming",
"keywords": [
"C",
"Go",
"PHP",
"Python",
"Shell"
]
},
{
"name": "Containerisation and Virtualisation",
"keywords": [
"Docker",
"oVirt",
"ProxMox",
"VMware"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
}
]
"meta": {
"canonical": "https://scott.wallace.sh/cv/resume.json",
"version": "v1.0.0",
"lastModified": "2017-12-24T15:53:00"
}
}