From b2b23e09480cbd72b6b721eb638fc451d558a639 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Fri, 18 May 2018 13:06:18 +0200 Subject: [PATCH] [web] Added logo. --- web/layouts/partials/components/hero.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/layouts/partials/components/hero.html b/web/layouts/partials/components/hero.html index 04e4c2d7440..39b55d42b94 100644 --- a/web/layouts/partials/components/hero.html +++ b/web/layouts/partials/components/hero.html @@ -1,6 +1,11 @@ <div class="pl-4 py-6"> <div class="container"> - <h1 class="uppercase">{{ markdownify .headline }}</h1> + <div class="flex flex-wrap items-center justify-center"> + <div> + <h1 class="border-0" style="font-size: 5rem; line-height: 0.6;">Open<span style="color: #104EB2">GeoSys</span></h1> + <h2 class="text-right uppercase text-lg border-b-0 border-t-2">{{ .headline }}</h2> + </div> + </div> <div>{{ markdownify .textline }}</div> <div class="text-center py-4 lg:px-4"> -- GitLab