Skip to content

Commit 438d858

Browse files
committed
Chore: fix the center line
1 parent 52c7fe7 commit 438d858

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

resume.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ title: Jakob Dekleva
1616

1717
## EXPERIENCE
1818

19-
### <span class="left-align">DevRev</span>
19+
### DevRev
2020

2121
**DevOps and Site Reliability Engineering, Dec 2023 - Feb 2025, Ljubljana, Slovenia**
2222

@@ -25,15 +25,15 @@ title: Jakob Dekleva
2525
- Migrated services from a Bazel build system to a homegrown build system, maintaining and upgrading it after its creator left.
2626
- Implemented Snyk static code analysis to upgrade dependencies and prevent security exploits.
2727

28-
### <span class="left-align">Comtrade 360</span>
28+
### Comtrade 360
2929

3030
**Systems Administrator and DevOps Engineer, Jul 2022 - Jul 2023, Ljubljana, Slovenia**
3131

3232
- Collaborated with CERN OpenLab on the Comtrade Fast File System (CFFS) and EOS File System.
3333
- Built a Prometheus monitoring system to collect HDD and SSD SMART metrics for use in ML programs.
3434
- Conducted performance testing of various file systems showcased at technology conferences.
3535

36-
### <span class="left-align">ARNES - Academic and Research Network of Slovenia</span>
36+
### ARNES - Academic and Research Network of Slovenia
3737

3838
**Network Engineer and Systems Administrator, Mar 2021 - Oct 2021, Ljubljana, Slovenia**
3939

@@ -55,11 +55,11 @@ Developed a cloud-native microservice application for uploading photos and retri
5555
## EDUCATION
5656

5757
**Master's Degree:**
58-
University of Ljubljana, Faculty of Computer and Information Science
58+
[University of Ljubljana, Faculty of Computer and Information Science](https://www.fri.uni-lj.si/en)
5959
**Years Attended:** 2022 - 2025
6060
**City:** Ljubljana
6161

6262
**Bachelor's Degree:**
63-
University of Ljubljana, Faculty of Electrical Engineering
63+
[University of Ljubljana, Faculty of Electrical Engineering](https://fe.uni-lj.si/en)
6464
**Years Attended:** 2018 - 2022
6565
**City:** Ljubljana

style.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,21 @@ h1 {
7373
color: var(--primary-color);
7474
}
7575

76-
h2, h3 {
76+
h2 {
7777
font-weight: normal;
7878
text-transform: uppercase;
7979
text-align: center;
8080
margin: 1em 0;
8181
color: var(--primary-color);
82-
}
83-
84-
h2 {
8582
font-size: 1.4em;
8683
}
8784

8885
h3 {
86+
font-weight: normal;
87+
text-transform: none;
88+
text-align: left;
89+
margin: 1em 0;
90+
color: var(--primary-color);
8991
font-size: 1.4em;
9092
}
9193

0 commit comments

Comments
 (0)