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

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%;
}