Compare commits
7 Commits
feat/cicd
...
renovate/a
Author | SHA1 | Date | |
---|---|---|---|
6487d1a686 | |||
1c76a5d30e
|
|||
f8705e0071 | |||
4fcf31520e | |||
2424177f31 | |||
|
265390b3ea | ||
dc6562a938 |
1
.gitea/CODEOWNERS
Normal file
1
.gitea/CODEOWNERS
Normal file
@@ -0,0 +1 @@
|
|||||||
|
* @luke
|
16
.gitea/workflows/conventional_commit.yml
Normal file
16
.gitea/workflows/conventional_commit.yml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
name: Validate PR Title
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
- edited
|
||||||
|
- synchronize
|
||||||
|
- reopened
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
validate:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.2.4
|
||||||
|
with:
|
||||||
|
commit-message: ${{ gitea.event.pull_request.title }}
|
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
@@ -29,9 +29,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v4
|
uses: actions/configure-pages@v5
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Binary file not shown.
BIN
files/itil4-msf.pdf
Normal file
BIN
files/itil4-msf.pdf
Normal file
Binary file not shown.
19
index.html
19
index.html
@@ -47,6 +47,10 @@
|
|||||||
</noscript>
|
</noscript>
|
||||||
<!-- End Matomo Code -->
|
<!-- End Matomo Code -->
|
||||||
|
|
||||||
|
<!-- Medama -->
|
||||||
|
<script defer src="https://medama.tainton.uk/script.js"></script>
|
||||||
|
<!-- End Medama -->
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
|
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
|
||||||
@@ -245,6 +249,17 @@
|
|||||||
<div id="page-4" class="page four">
|
<div id="page-4" class="page four">
|
||||||
<h2 class="heading">Awards & Certifications</h2>
|
<h2 class="heading">Awards & 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® 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="resume-wrap d-flex ftco-animate">
|
||||||
<div class="icon d-flex align-items-center justify-content-center">
|
<div class="icon d-flex align-items-center justify-content-center">
|
||||||
<span class="flaticon-ideas"></span>
|
<span class="flaticon-ideas"></span>
|
||||||
@@ -283,7 +298,7 @@
|
|||||||
<span class="flaticon-ideas"></span>
|
<span class="flaticon-ideas"></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="text pl-3">
|
<div class="text pl-3">
|
||||||
<span class="date">31 May 2021 - 31 May 2024</span>
|
<span class="date">31 May 2021 - 11 Apr 2028</span>
|
||||||
<h2>ITIL® 4 Foundation</h2>
|
<h2>ITIL® 4 Foundation</h2>
|
||||||
<span class="position">AXELOS</span>
|
<span class="position">AXELOS</span>
|
||||||
<p><a href="/files/itil4-foundation.pdf">Certificate</a></p>
|
<p><a href="/files/itil4-foundation.pdf">Certificate</a></p>
|
||||||
@@ -402,4 +417,4 @@
|
|||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user