Skip to content

Commit 39f42d8

Browse files
committed
Chore: fix the social centering
1 parent 40f58d4 commit 39f42d8

File tree

2 files changed

+12
-208
lines changed

2 files changed

+12
-208
lines changed

resume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ title: Jakob Dekleva
1616

1717
### DevRev
1818

19-
**DevOps and Site Reliability Engineering, Dec 2023 - Feb 2025, Ljubljana, Slovenia***
19+
**DevOps and Site Reliability Engineering, Dec 2023 - Feb 2025, Ljubljana, Slovenia**
2020

2121
- Switched Kubernetes instances from Intel to AMD, reducing costs by 7% while maintaining performance, and assisted in acquiring AMD as a partner.
2222
- Provisioned the app in two new regions (Europe and Australia) by setting up the CI pipeline, Kubernetes, ArgoCD, and MongoDB database; partially automated deployment for future regions.

style.css

Lines changed: 11 additions & 207 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Custom Font Integration (unchanged)
33
========================================================================== */
44

5-
/* Import JetBrains Mono Font */
65
@font-face {
76
font-family: 'JetBrainsMono';
87
font-style: normal;
@@ -51,14 +50,15 @@ body {
5150
font-family: 'JetBrainsMono', Monaco, Menlo, monospace, sans-serif;
5251
font-size: 15px;
5352
line-height: 1.6;
54-
background-color: #ffffff; /* White background */
55-
padding: 1em; /* reduced for one-page fit */
56-
margin: 0.5em; /* reduced for one-page fit */
57-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow */
58-
border-radius: 8px; /* Rounded corners */
59-
--primary-color: black;
60-
--secondary-color: #333333;
61-
--accent-color: #f8f8f8;
53+
background-color: #ffffff;
54+
padding: 0;
55+
margin: 0;
56+
/* Removed box-shadow and border-radius for full page layout */
57+
}
58+
59+
/* Add new class for left alignment */
60+
.left-align {
61+
text-align: left !important;
6262
}
6363

6464
h1, h2, h3, h4, h5, h6, p, ul {
@@ -201,205 +201,9 @@ article .content {
201201
margin: 1em 0;
202202
}
203203

204-
#location {
205-
display: flex;
206-
flex-direction: column;
207-
align-items: center;
208-
margin-bottom: 2em;
209-
}
210-
211-
#location .address,
212-
#location .contact {
213-
margin: 0.5em 0;
214-
color: var(--secondary-color);
215-
}
216-
217-
#location a {
218-
color: var(--primary-color);
219-
}
220-
221-
#location a:hover {
222-
background-color: var(--primary-color);
223-
color: var(--link-hover-text);
224-
padding: 0.1em 0.2em;
225-
border-radius: 4px;
226-
}
227-
228-
/* ==========================================================================
229-
Education Section (Improved Formatting)
230-
========================================================================== */
231-
232-
.education {
233-
display: flex;
234-
flex-direction: column;
235-
align-items: center;
236-
margin: 1em 0;
237-
}
238-
239-
.education .degree {
240-
font-size: 0.9em;
241-
margin: 0.3em 0;
242-
text-align: center;
243-
}
244-
245-
/* ==========================================================================
246-
Pills (Tags/Skills)
247-
========================================================================== */
248-
249-
.pills {
250-
display: flex;
251-
flex-wrap: wrap;
252-
justify-content: center;
253-
align-items: center;
254-
list-style: none;
255-
padding: 0;
256-
gap: 0.5em;
257-
margin: 1em 0;
258-
}
259-
260-
.pills .pill {
261-
display: inline-block;
262-
padding: 0.3em 0.6em;
263-
border-radius: 15px;
264-
background-color: var(--accent-color);
265-
color: var(--primary-color);
266-
font-size: 0.9em;
267-
}
268-
269-
/* ==========================================================================
270-
Summary Text (Smaller & Readable)
271-
========================================================================== */
272-
273-
.summary-text {
274-
font-size: 1em; /* Reduced font size for improved readability */
275-
line-height: 1.4;
276-
text-align: center;
277-
margin: 0.5em 0;
278-
}
279-
280204
/* ==========================================================================
281-
Shadow and Border Enhancements
205+
Remaining Styles (unchanged unless needed)
282206
========================================================================== */
283207

284-
.shadow,
285-
.shadow-items > * {
286-
box-shadow: -0.25em 0.25em 0 rgba(0, 0, 0, 0.1);
287-
border: 0.1em solid var(--primary-color);
288-
border-radius: 5px;
289-
}
290-
291-
/* ==========================================================================
292-
Responsive Design
293-
========================================================================== */
294-
295-
@media print {
296-
body {
297-
font-size: 0.8em;
298-
padding: 0.5em;
299-
}
300-
301-
.print-it {
302-
display: none;
303-
visibility: hidden;
304-
}
305-
306-
h3 {
307-
text-align: left;
308-
justify-self: start;
309-
}
310-
}
311-
312-
@media screen and (min-width: 700px) {
313-
314-
hr {
315-
display: block;
316-
visibility: visible;
317-
justify-self: center;
318-
align-self: center;
319-
}
320-
321-
h2, h3 {
322-
grid-column: headers;
323-
text-align: right;
324-
justify-self: end;
325-
}
326-
327-
#webaddress {
328-
flex-direction: row;
329-
flex-wrap: wrap;
330-
align-items: center;
331-
list-style: none;
332-
padding: 0;
333-
gap: 0.5em;
334-
justify-content: flex-start;
335-
}
336-
337-
#headline {
338-
grid-template-columns: [avatar] 4em [content] auto;
339-
font-size: 3em;
340-
}
341-
342-
#headline .avatar {
343-
width: 4em;
344-
height: 4em;
345-
margin-bottom: 0;
346-
}
347-
348-
#headline .title,
349-
#headline .subtitle {
350-
text-align: left;
351-
}
352-
353-
article {
354-
grid-template-columns: [headers] 20% [content] auto;
355-
}
356-
357-
.pills {
358-
justify-content: flex-start;
359-
}
360-
361-
h4 {
362-
grid-template-columns: [headers] 20% [content] auto;
363-
justify-self: start;
364-
}
365-
}
366-
367-
/* ==========================================================================
368-
Highlight.js Styles (Optional)
369-
========================================================================== */
370-
371-
/* ... (unchanged Highlight.js styles) ... */
372-
373-
/* ==========================================================================
374-
Miscellaneous
375-
========================================================================== */
376-
377-
/**
378-
* Hide the author section.
379-
*/
380-
.author {
381-
display: none;
382-
}
383-
384-
/**
385-
* "Go to top" button styling.
386-
*/
387-
.go-top {
388-
position: fixed;
389-
bottom: 2em;
390-
right: 2em;
391-
text-decoration: none;
392-
background-color: #E0E0E0;
393-
font-size: 12px;
394-
padding: 1em;
395-
display: inline;
396-
border-radius: 4px;
397-
color: var(--primary-color);
398-
transition: background-color 0.3s, color 0.3s;
399-
}
400-
401-
.go-top:hover {
402-
background-color: var(--primary-color);
403-
color: var(--link-hover-text);
404-
}
208+
/* ... */
405209

0 commit comments

Comments
 (0)