diff --git a/content/_index.md b/content/_index.md index e52b035..82d9246 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,8 +1,9 @@ --- -title: "Fifth Conference on Computational Humanities Research" +title: "CHR 2024" date: 2019-12-15T11:12:14+01:00 --- +

Fifth Conference on
Computational Humanities Research

December 4-6, 2024



The Computational Humanities Research (CHR) community is an international and diff --git a/docs/css/main.css b/docs/css/main.css index 60cf651..ce10b6e 100644 --- a/docs/css/main.css +++ b/docs/css/main.css @@ -135,7 +135,11 @@ h1, h2, h3, h4, h5, nav, footer { } .conftitle { - margin-top: 3.8rem; + margin-top: 1.8rem; + font-size: 150px; + background: linear-gradient(135deg, var(--color2) 10%, var(--color1) 100%); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; } .page-border { @@ -176,8 +180,8 @@ nav .brand-logo { } .brand-logo { + font-weight: 600; background: linear-gradient(135deg, var(--color2) 10%, var(--color1) 100%); - font-family: "Fira Code", Monaco, Menlo, Consolas, monospace; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } @@ -204,7 +208,6 @@ nav .brand-logo { } h1 { - font-size: 320%; font-weight: 600; } @@ -243,8 +246,9 @@ h4 { html { font-size: 12px; } - .title { - font-size: 135% !important; + .conftitle { + /* font-size: 135% !important; */ + font-size: 80px; } h1 { font-size: 2rem; diff --git a/docs/index.html b/docs/index.html index bbe760d..e286cc7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -77,12 +77,13 @@
-

Fifth Conference on Computational Humanities Research

+

CHR 2024

-

December 4-6, 2024



+

Fifth Conference on
Computational Humanities Research

+

December 4-6, 2024



The Computational Humanities Research (CHR) community is an international and interdisciplinary community that supports researchers with an interest in computational approaches to the humanities.

diff --git a/docs/index.xml b/docs/index.xml index 5f2b850..a6bb752 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -1,9 +1,9 @@ - Fifth Conference on Computational Humanities Research on Computational Humanities Research 2024 + CHR 2024 on Computational Humanities Research 2024 http://2024.computational-humanities-research/ - Recent content in Fifth Conference on Computational Humanities Research on Computational Humanities Research 2024 + Recent content in CHR 2024 on Computational Humanities Research 2024 Hugo -- gohugo.io en-us Sun, 15 Dec 2019 11:12:14 +0100 diff --git a/themes/chr/static/css/main.css b/themes/chr/static/css/main.css index 60cf651..ce10b6e 100644 --- a/themes/chr/static/css/main.css +++ b/themes/chr/static/css/main.css @@ -135,7 +135,11 @@ h1, h2, h3, h4, h5, nav, footer { } .conftitle { - margin-top: 3.8rem; + margin-top: 1.8rem; + font-size: 150px; + background: linear-gradient(135deg, var(--color2) 10%, var(--color1) 100%); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; } .page-border { @@ -176,8 +180,8 @@ nav .brand-logo { } .brand-logo { + font-weight: 600; background: linear-gradient(135deg, var(--color2) 10%, var(--color1) 100%); - font-family: "Fira Code", Monaco, Menlo, Consolas, monospace; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } @@ -204,7 +208,6 @@ nav .brand-logo { } h1 { - font-size: 320%; font-weight: 600; } @@ -243,8 +246,9 @@ h4 { html { font-size: 12px; } - .title { - font-size: 135% !important; + .conftitle { + /* font-size: 135% !important; */ + font-size: 80px; } h1 { font-size: 2rem;