Add Oracle cert

This commit is contained in:
2025-07-19 00:06:11 +01:00
parent 09bb22ea1a
commit 61b3f2da7b
4 changed files with 22 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"tag": "jc-ng-localtest:",
"date": "2025-06-15",
"date": "2025-07-19",
"host": "jake-e580",
"user": "jake"
}

BIN
src/static/images/OCIF2023CA.png (Stored with Git LFS) Executable file

Binary file not shown.

View File

@@ -221,4 +221,19 @@ pre{
overflow-x: auto;
background-color: #36332f;
padding: 10px;
}
#certs {
display: flex;
flex-direction: row;
justify-content: center;
padding-top: 20px;
}
#certs>a {
max-width: 25%;
}
#certs>a>img {
width: 100%;
}

View File

@@ -18,6 +18,9 @@
<a class="button" href="https://www.linkedin.com/in/jakecharman/"><i class="fa-brands fa-linkedin-in"></i></a>
<a class="button" href="https://github.com/jcharman/"><i class="fa-brands fa-github"></i></a>
</div>
<div id="certs">
<a href="https://catalog-education.oracle.com/ords/certview/sharebadge?id=A6C9B3D3D21627EB9C2504395194FAF772E01412911D4ADC78063133D54579ED"><img src="/static/images/OCIF2023CA.png" /></a>
</div>
</div>
</div>
</div>