|
| 1 | +::: { #certification-items .grid } |
| 2 | + |
| 3 | +::: { .content-visible when-format="html" } |
| 4 | + |
| 5 | +```{=html} |
| 6 | + <div class="g-col-2"></div> |
| 7 | + <div class="g-col-4"> |
| 8 | + <div class=" d-flex"> |
| 9 | + <!-- Adds the tradmark logo --> |
| 10 | + <div class="position-relative d-inline-block mx-auto"> |
| 11 | + <div class="badge position-absolute top-0 end-0 badge bg-transparent text-dark">™</div> |
| 12 | + <img |
| 13 | + src="https://acederbergio-object-storage.us-lax-1.linodeobjects.com/resume/security-plus.svg" |
| 14 | + class="img-fluid mx-auto" |
| 15 | + style="height: 128px" |
| 16 | + > |
| 17 | + </img> |
| 18 | + </div> |
| 19 | + </div> |
| 20 | + <section class="text-center"> |
| 21 | + <h4 class="text-center">CompTIA Security+</h4> |
| 22 | + <p class="text-muted fst-italic">Earned July 2, 2025</p> |
| 23 | + </section> |
| 24 | + </div> |
| 25 | + <div class="g-col-4"> |
| 26 | + <style> |
| 27 | + #in-progress { |
| 28 | + rotate: -45deg; |
| 29 | + text-align: center; |
| 30 | + background: var(--bs-white); |
| 31 | + z-index: 1; |
| 32 | + } |
| 33 | + </style> |
| 34 | + <div id="in-progress" class="top-50 end-0 position-relative border border-black border-1 rounded fs-5 fw-bold"> |
| 35 | + In Progress |
| 36 | + </div> |
| 37 | + <div style="filter: blur(5px);"> |
| 38 | + <div class="d-flex"> |
| 39 | + <!-- Adds the tradmark logo --> |
| 40 | + <div class="position-relative d-inline-block mx-auto"> |
| 41 | + <img |
| 42 | + src="https://training.linuxfoundation.org/wp-content/uploads/2019/03/kubernetes-ckad-color-300x294.png" |
| 43 | + class="img-fluid mx-auto" |
| 44 | + style="height: 128px" |
| 45 | + > |
| 46 | + </img> |
| 47 | + </div> |
| 48 | + </div> |
| 49 | + <section class="text-center"> |
| 50 | + <h4 class="text-center">CKAD</h4> |
| 51 | + <p class="text-muted fst-italic">In progress.</p> |
| 52 | + </section> |
| 53 | + </div> |
| 54 | + </div> |
| 55 | + <div class="g-col-2"></div> |
| 56 | +``` |
| 57 | + |
| 58 | +::: |
| 59 | + |
| 60 | +::: { .content-visible when-format="latex" } |
| 61 | + |
| 62 | +<!--- |
| 63 | +
|
| 64 | +NOTE: Getting crazy nonsense errors from panflute while doing this. |
| 65 | + For now, text will suffice. |
| 66 | + Try again later. |
| 67 | +
|
| 68 | + [Foobabababa](https://acederbergio-object-storage.us-lax-1.linodeobjects.com/resume/security-plus.svg) |
| 69 | +
|
| 70 | +--> |
| 71 | + |
| 72 | +CompTIA Security+. Working towards the 'Certified Kubernetes Application Developer' certification. |
| 73 | + |
| 74 | +::: |
| 75 | + |
| 76 | +::: |
0 commit comments