Compare commits

..

1 Commits

Author SHA1 Message Date
396addc876 Update actions/configure-pages action to v5
All checks were successful
Validate PR Title / validate (pull_request) Successful in 4s
2025-04-10 16:04:27 +02:00
6 changed files with 12 additions and 24 deletions

View File

@@ -11,6 +11,6 @@ jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.3.0
- uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.2.4
with:
commit-message: ${{ gitea.event.pull_request.title }}

View File

@@ -29,11 +29,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'

Binary file not shown.

Binary file not shown.

View File

@@ -181,11 +181,11 @@
<span class="date">September 2020 - Present</span>
<h2>Site Reliability Engineer</h2>
<span class="position">Cisco Systems</span>
<p>Working as part of Cisco IT's Network Engineering and Operations team. I specifically focus on
process automation, while also focussing on Wired/Wireless access, software VPN, and hardware-based home VPN solutions.
I have experience in:
<p>Working as part of the Network Services team within Cisco IT. Specific focus on
process automation, while also focussing on Wired/Wireless access and hardware VPN.
Experience in:
<ul>
<li>Cisco Catalyst Center</li>
<li>Cisco DNA Center</li>
<li>Cisco Meraki</li>
<li>Python & Netmiko</li>
<li>ServiceNow</li>
@@ -249,17 +249,6 @@
<div id="page-4" class="page four">
<h2 class="heading">Awards &amp; Certifications</h2>
<div class="resume-wrap d-flex ftco-animate">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-ideas"></span>
</div>
<div class="text pl-3">
<span class="date">18 Apr 2025 - 18 Apr 2028</span>
<h2>ITIL&reg; 4 Specialist: Monitor, Support and Fulfil</h2>
<span class="position">PeopleCert</span>
<p><a href="/files/itil4-msf.pdf">Certificate</a></p>
</div>
</div>
<div class="resume-wrap d-flex ftco-animate">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-ideas"></span>
@@ -298,7 +287,7 @@
<span class="flaticon-ideas"></span>
</div>
<div class="text pl-3">
<span class="date">31 May 2021 - 11 Apr 2028</span>
<span class="date">31 May 2021 - 31 May 2024</span>
<h2>ITIL&reg; 4 Foundation</h2>
<span class="position">AXELOS</span>
<p><a href="/files/itil4-foundation.pdf">Certificate</a></p>
@@ -417,4 +406,4 @@
</body>
</html>
</html>

View File

@@ -1,6 +1,5 @@
{
"extends": ["config:recommended"],
"semanticCommits": "enabled",
"semanticCommitScope": "deps",
"semanticCommitType": "feat"
"extends": [
"config:base"
]
}