Skip to content

Commit 46adcca

Browse files
committed
test
1 parent cbdd569 commit 46adcca

2 files changed

Lines changed: 18 additions & 14 deletions

File tree

assets/css/custom.css

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -356,24 +356,28 @@ html.dark .article-card .summary {
356356
border-left-color: #87ceeb !important; /* Same border color as light mode */
357357
}
358358

359-
/* Make experience and education headings lowercase - Target specific Hugo Blox structure */
360-
.blox-resume-experience h3 {
359+
/* Make ONLY the main section headings "experience" and "education" lowercase - very specific targeting */
360+
.blox-resume-experience > div > h3:first-child,
361+
.blox-resume-experience > div > h3:nth-child(2) {
361362
text-transform: lowercase !important;
362363
}
363364

364-
/* Target the specific section ID */
365-
#section-resume-experience h3 {
365+
/* Target only the main section headings, not job titles */
366+
#section-resume-experience > div > h3:first-child,
367+
#section-resume-experience > div > h3:nth-child(2) {
366368
text-transform: lowercase !important;
367369
}
368370

369-
/* Target h3 elements with specific classes */
370-
h3.mb-6.text-3xl.font-bold {
371+
/* Target only the main section headings with specific classes */
372+
.blox-resume-experience h3.mb-6.text-3xl.font-bold.text-gray-900.dark\\:text-white.text-center:first-of-type,
373+
.blox-resume-experience h3.mb-6.text-3xl.font-bold.text-gray-900.dark\\:text-white.text-center:nth-of-type(2) {
371374
text-transform: lowercase !important;
372375
}
373376

374-
/* More specific targeting for the resume experience section */
375-
.blox-resume-experience h3.mb-6.text-3xl.font-bold.text-gray-900.dark\\:text-white.text-center {
376-
text-transform: lowercase !important;
377+
/* Ensure job titles and other content are NOT affected */
378+
.blox-resume-experience h3.flex.items-center,
379+
.blox-resume-experience h3:not(.mb-6.text-3xl.font-bold.text-gray-900.dark\\:text-white.text-center) {
380+
text-transform: none !important;
377381
}
378382

379383
/* Wider content layout for landing page - same as publications page */

content/authors/admin/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ interests:
5252
- AI in AR/VR
5353

5454
education:
55-
- area: PhD information systems
55+
- area: PhD Information Systems
5656
institution: University of Potsdam
5757
date_start: 2021-02-15
5858
date_end: 2025-09-14
@@ -71,7 +71,7 @@ education:
7171
summary: ''
7272

7373
work:
74-
- position: Research Area Lead 'Humans and AI'
74+
- position: Research area lead 'Humans and AI'
7575
company_name: Zuse Institute Berlin
7676
company_url: 'https://iol.zib.de/research/iol-human.html'
7777
company_logo: ''
@@ -85,23 +85,23 @@ work:
8585
date_start: 2025-07-01
8686
date_end: ''
8787
summary:
88-
- position: Academic Researcher
88+
- position: Academic researcher
8989
company_name: University of Potsdam
9090
company_url: ''
9191
company_logo: ''
9292
date_start: 2021-02-15
9393
date_end: 2025-09-14
9494
summary: |
9595
Research group member 'Education for the digital society'
96-
- position: Academic Researcher
96+
- position: Academic researcher
9797
company_name: Weizenbaum Institute Berlin
9898
company_url: ''
9999
company_logo: ''
100100
date_start: 2022-09-01
101101
date_end: 2025-09-01
102102
summary: |
103103
Research group member 'Education for the digital society'
104-
- position: Visiting Researcher
104+
- position: Visiting researcher
105105
company_name: University of Stellenbosch, South Africa
106106
company_url: ''
107107
company_logo: ''

0 commit comments

Comments
 (0)