Skip to content

Commit c696a58

Browse files
committed
test
1 parent 401b592 commit c696a58

4 files changed

Lines changed: 63 additions & 4 deletions

File tree

assets/css/custom.css

Lines changed: 53 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ html.dark .interest-box:hover {
7474
border: none !important; /* No border */
7575
border-radius: 12px !important; /* Rounded corners */
7676
box-shadow: 0 4px 8px rgba(0, 123, 255, 0.1) !important; /* Subtle blue shadow */
77-
padding: 2rem !important;
77+
padding: 1rem 2rem !important; /* Reduced vertical padding, kept horizontal */
7878
margin: 1rem 0 !important;
7979
text-align: left !important;
8080
color: #2c5aa0 !important; /* Dark blue text */
81-
line-height: 1.6 !important;
81+
line-height: 1.4 !important; /* Reduced line height */
8282
}
8383

8484
.news-light-blue a {
@@ -684,3 +684,54 @@ body[data-page-type="landing"] .flex.max-w-prose,
684684
body[data-page-type="landing"] .prose.max-w-prose {
685685
max-width: 48rem !important; /* max-w-3xl equivalent */
686686
}
687+
688+
/* Unified formatting for all text elements */
689+
/* Consistent font family for all text */
690+
body {
691+
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
692+
}
693+
694+
/* Unified title formatting */
695+
h1, h2, h3, h4, h5, h6,
696+
.hbx-section-title,
697+
.section-title,
698+
.page-title,
699+
.mb-6.text-3xl.font-bold {
700+
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
701+
font-size: 1.5rem !important; /* 24px */
702+
font-weight: 600 !important;
703+
line-height: 1.4 !important;
704+
margin-bottom: 1rem !important;
705+
color: inherit !important;
706+
}
707+
708+
/* Unified subtitle formatting */
709+
.subtitle,
710+
.hbx-section-subtitle {
711+
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
712+
font-size: 1.125rem !important; /* 18px */
713+
font-weight: 500 !important;
714+
line-height: 1.4 !important;
715+
margin-bottom: 0.75rem !important;
716+
color: inherit !important;
717+
}
718+
719+
/* Unified text formatting */
720+
p, .text, .prose p, .prose {
721+
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
722+
font-size: 1rem !important; /* 16px */
723+
font-weight: 400 !important;
724+
line-height: 1.6 !important;
725+
margin-bottom: 1rem !important;
726+
color: inherit !important;
727+
}
728+
729+
/* Consistent spacing between sections */
730+
.hbx-section {
731+
margin-bottom: 2rem !important;
732+
}
733+
734+
/* Consistent spacing between title and content */
735+
.mb-6.text-3xl.font-bold + * {
736+
margin-top: 1rem !important;
737+
}

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sections:
1414
content:
1515
username: admin
1616
design:
17-
css_class: 'text-center'
17+
css_class: 'text-left'
1818
columns: '1'
1919

2020
- block: markdown

content/authors/admin/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,11 @@ I am a postdoctoral researcher at [Zuse Institute Berlin](https://www.zib.de/) i
118118
My work explores how agentic AI, machine learning, and human-centered design can be integrated to develop adaptive, personalized systems that support learning, decision-making, and broader societal impact.
119119

120120
My research focuses on LLM-based educational tools and agentic simulations, using experimental methods to evaluate AI technologies in collaboration with schools and industry partners. I am particularly interested in socially-aware AI and applications of AI in AR/VR environments for educational purposes.
121+
122+
<div class="news-light-blue">
123+
Interested in pursuing research at the intersection of human-centred AI, education, and system design?
124+
125+
[apply here →](https://iol.zib.de/join)
126+
</div>
127+
128+

content/publications/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sections:
2222
view: citation
2323
show_date: true
2424
show_read_time: false
25-
show_read_more: true
25+
show_read_more: false
2626
show_image: false
2727
show_links: true
2828
columns: '1'

0 commit comments

Comments
 (0)