From b27a7e60fa76054db0d51b8776be68840de05cea Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Mon, 8 Oct 2018 17:39:21 +0200 Subject: [PATCH] Added LibOCon project page --- css/style.css | 12 ++++++ projects/index.html | 11 ++++-- projects/libocon.html | 91 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 110 insertions(+), 4 deletions(-) create mode 100644 projects/libocon.html diff --git a/css/style.css b/css/style.css index 10b7154..148249f 100755 --- a/css/style.css +++ b/css/style.css @@ -361,6 +361,9 @@ body { .button.thunderbird::before { background: #0A84FF; } +.button.libocon::before { + background: #11A500; } + .button.boxed.white { border: 1px solid #fff; background: none; @@ -455,6 +458,15 @@ body { color: #fff; background: #0A84FF; } +.button.boxed.libocon { + border: 1px solid #11A500; + background: none; + color: #11A500; } + +.button.boxed.libocon:hover { + color: #fff; + background: ##11A500; } + .button.boxed.openlabs { border: 1px solid #2BBBB0; background: none; diff --git a/projects/index.html b/projects/index.html index ba071ab..ebbd967 100644 --- a/projects/index.html +++ b/projects/index.html @@ -36,7 +36,10 @@ works_right: link_to: enigmail image: images/projects/enigmail_overview.png categories: Visual Identity - +- title: LibOCon 2018 Visual Identity + link_to: libocon + image: images/projects/libocon_overview.png + categories: Visual Identity ---
@@ -56,7 +59,7 @@ works_right: {% for work in page.works_left %}