diff --git a/Gemfile b/Gemfile index b43e3f80..180f1210 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,6 @@ source "https://rubygems.org" gem 'jekyll-feed' gem "github-pages", ">= 150" -gem "html-proofer" \ No newline at end of file +gem "html-proofer" +gem "tzinfo-data" +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw] \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 167153e2..decbd88b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,28 +5,46 @@ {{ page.title }} + - + + + + {% include navbar.ext %} -
+ +
+ + +
- {{ content }} + {{ content }} -

-
- +

+
-
+ + + +
+ +
@@ -35,5 +53,6 @@ + - + \ No newline at end of file diff --git a/_layouts/main.html b/_layouts/main.html index 10189509..6e6bb96c 100644 --- a/_layouts/main.html +++ b/_layouts/main.html @@ -93,11 +93,12 @@

HumanAI in GSoC 2026

Organization administrators:
-Prof. Sergei Gleyzer, AI
-Prof. Xabier Granja, Modern Languages
-Prof. Emanuele Usai, AI
-Prof. Despina Stavrinos, Social Sciences, Psychology
- +

diff --git a/css/hsf.css b/css/hsf.css index 069e3984..707e7810 100644 --- a/css/hsf.css +++ b/css/hsf.css @@ -262,3 +262,9 @@ body { .alignright { float: right; } + +.organiser_names{ +font-family: Georgia, 'Times New Roman', Times, serif; +font-size: 18px; +font-weight: 100; +} \ No newline at end of file