Skip to content

Commit

Permalink
update landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
fbkarsdorp committed Dec 7, 2023
1 parent d953a54 commit 9dad003
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 15 deletions.
3 changes: 2 additions & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: "Fifth Conference on Computational Humanities Research"
title: "CHR 2024"
date: 2019-12-15T11:12:14+01:00
---

<h2 class="center"><b><span style="text-align:center";>Fifth Conference on</br> Computational Humanities Research</span></b></h2>
<h3 class="center"><b><span style="text-align:center;">December 4-6, 2024</span></b></h3></br></br>

The Computational Humanities Research (CHR) community is an international and
Expand Down
14 changes: 9 additions & 5 deletions docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
}
Expand All @@ -204,7 +208,6 @@ nav .brand-logo {
}

h1 {
font-size: 320%;
font-weight: 600;
}

Expand Down Expand Up @@ -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;
Expand Down
5 changes: 3 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,13 @@

<div class="section no-pad-bot" id="index-banner">
<div class="container">
<h1 class="header conftitle center">Fifth Conference on Computational Humanities Research</h1>
<h1 class="header conftitle center">CHR 2024</h1>
</div>
</div>
<div class="container">
<div class="section content">
<h3 class="center"><b><span style="text-align:center;">December 4-6, 2024</span></b></h3></br></br>
<h2 class="center"><b><span style="text-align:center";>Fifth Conference on</br> Computational Humanities Research</span></b></h2>
<h3 class="center"><b><span style="text-align:center;">December 4-6, 2024</span></b></h3></br></br>
<p>The Computational Humanities Research (CHR) community is an international and
interdisciplinary community that supports researchers with an interest in computational
approaches to the humanities.</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Fifth Conference on Computational Humanities Research on Computational Humanities Research 2024</title>
<title>CHR 2024 on Computational Humanities Research 2024</title>
<link>http://2024.computational-humanities-research/</link>
<description>Recent content in Fifth Conference on Computational Humanities Research on Computational Humanities Research 2024</description>
<description>Recent content in CHR 2024 on Computational Humanities Research 2024</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sun, 15 Dec 2019 11:12:14 +0100</lastBuildDate><atom:link href="http://2024.computational-humanities-research/index.xml" rel="self" type="application/rss+xml" />
Expand Down
14 changes: 9 additions & 5 deletions themes/chr/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
}
Expand All @@ -204,7 +208,6 @@ nav .brand-logo {
}

h1 {
font-size: 320%;
font-weight: 600;
}

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 9dad003

Please sign in to comment.