Skip to content

Commit 6dfff1c

Browse files
committed
feature(resume): Updated Resume Content.
1 parent 22a77cb commit 6dfff1c

8 files changed

Lines changed: 139 additions & 17 deletions

File tree

blog/resume/_metadata.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,12 @@ resume:
286286
# ----------------------------------------------------------------------- #
287287
# Experience
288288
experience:
289+
- identifier: resume-experience-milvets
290+
title: Mid-level Software Engineer
291+
organization: MILVETS Systems Technologies
292+
start: April 2025
293+
stop: Now
294+
289295
- identifier: resume-experience-mve
290296
organization: Mountain Vector Energy
291297
title: Senior Software Engineer

blog/resume/index.qmd

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,9 @@ NOTE: The first set of columns should contain the headshot, links, contact,
6868

6969
{{< include "./partials/_links.qmd" >}}
7070

71-
```{=html}
72-
<script>
73-
// NOTE: Want the clipboard in the upper right hand corner.
74-
/*
75-
{{< include copy.js >}}
76-
*/
77-
</script>
78-
```
71+
## Certifications { #resume-certifications .py-3 }
72+
73+
{{< include "./partials/_certifications.qmd" >}}
7974

8075
<!---
8176
## Contents
@@ -112,6 +107,8 @@ NOTE: This section should contain education, profile, and experience.
112107

113108
## Experience { .py-3 #resume-experience }
114109

110+
{{< include ./partials/_milvets.qmd >}}
111+
115112
{{< include ./partials/_blog.qmd >}}
116113

117114
{{< include ./partials/_mve.qmd >}}
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
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">&#8482</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+
:::

blog/resume/partials/_links.qmd

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
:::
44

5-
::: { .fw-light .text-center .fst-italic .content-visible when-format="html" .py-5 .text-muted }
5+
::: { when-format="html" .content-visible }
66

7-
All links will open in a new tab.
7+
```{=html}
8+
<div class="w-100 fw-light text-center fst-italic text-muted">
9+
All links will open in a new tab.
10+
</div>
11+
```
812

913
:::

blog/resume/partials/_milvets.qmd

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
:::: {#resume-experience-milvets .experience }
2+
3+
To expedite operations by the United States Air Force, lead the modernization
4+
and containerize various legacy applications at the Distributed Mission
5+
Operation Control (DMOC) at Kirkland Air Force Base in Albuquerque, New Mexico
6+
as subcontractor for Northrop Grumman and Serco.
7+
8+
- Maximized developer productivity and code maintainability by modernizing
9+
and rewriting legacy applications.
10+
- Deprecated legacy applications by architecting APIs and UIs using
11+
`django-ninja`, `typescript`, and `docker`.
12+
- Architecting `kubernetes` deployments of custom software services and
13+
containerizing containerizing these services.
14+
- Achieved a CompTIA Security+ certification and working towards Certified
15+
Kubernetes Application Developer (CKAD).
16+
17+
::::

blog/resume/resume.qmd

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ filters:
3030
\phantomsection\label{resume-links}
3131
\href{https://www.linkedin.com/in/adrian-cederberg-b453571b9}{\faLinkedin { Linkedin } \label{linkedin}}
3232
\href{https://github.com/acederberg}{\faGithub { Github } \label{github}}
33-
\href{https://acederberg.io/resume.html}{\faCubes { Website } \label{website}}
33+
\href{https://acederberg.io/resume/index.html}{\faCubes { Website } \label{website}}
3434
\href{https://acederberg.io/resume/resume.pdf}{\faFilePdf { PDF } \label{resume}}
3535
\end{center}
3636
```
@@ -41,8 +41,14 @@ filters:
4141

4242
{{< include ./partials/_profile.qmd >}}
4343

44+
## Certifications
45+
46+
{{< include ./partials/_certifications.qmd >}}
47+
4448
## Experience
4549

50+
{{< include ./partials/_milvets.qmd >}}
51+
4652
{{< include ./partials/_blog.qmd >}}
4753

4854
{{< include ./partials/_mve.qmd >}}

blog/resume/templates/template.tex

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@
99
\documentclass[
1010
]{article}
1111

12+
\usepackage{svg}
13+
\usepackage{graphicx}
14+
\makeatletter
15+
\newsavebox\pandoc@box
16+
\newcommand*\pandocbounded[1]{% scales image to fit in text height/width
17+
\sbox\pandoc@box{#1}%
18+
\Gscale@div\@tempa{\textheight}{\dimexpr\ht\pandoc@box+\dp\pandoc@box\relax}%
19+
\Gscale@div\@tempb{\linewidth}{\wd\pandoc@box}%
20+
\ifdim\@tempb\p@<\@tempa\p@\let\@tempa\@tempb\fi% select the smaller of both
21+
\ifdim\@tempa\p@<\p@\scalebox{\@tempa}{\usebox\pandoc@box}%
22+
\else\usebox{\pandoc@box}%
23+
\fi%
24+
}
25+
26+
27+
1228
\usepackage{amsmath,amssymb}
1329
\usepackage{iftex}
1430
\ifPDFTeX

blog/themes/resume.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,12 @@ $resume-bg-main: $white;
216216

217217
@include media-breakpoint-up(xl) {
218218

219-
h2,
220-
h3,
221-
h4,
222-
h5 {
223-
display: none;
224-
}
219+
/* h2, */
220+
/* h3, */
221+
/* h4, */
222+
/* h5 { */
223+
/* display: none; */
224+
/* } */
225225

226226
}
227227

0 commit comments

Comments
 (0)