From b96b35be87744272edd0c19b8d1be4d44299608f Mon Sep 17 00:00:00 2001 From: Leif Niemczik Date: Fri, 18 Nov 2022 14:48:47 +0100 Subject: [PATCH] design resources initial --- src/layouts/Layout.astro | 13 ++ src/pages/index.astro | 2 +- src/pages/resources/index.astro | 238 ++++++++++++++++++++++++++++++++ 3 files changed, 252 insertions(+), 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 56a9698..765f48c 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -121,6 +121,15 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin' opacity: 0.75; } } + button { + appearance: none; + border: none; + color: inherit; + font-family: inherit; + font-size: inherit; + font-weight: 500; + cursor: pointer; + } .gradient-bg { background: var(--gradient); padding: 1.5rem; @@ -133,6 +142,7 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin' background: var(--background); border-radius: 1.5rem; padding: 1.5rem; + transition: border-radius 0.2s ease-in-out; &::before { position: absolute; @@ -143,6 +153,9 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin' border-radius: inherit; content: ''; } + &:is(button):hover { + border-radius: 0.5rem; + } } footer { font-size: 0.75rem; diff --git a/src/pages/index.astro b/src/pages/index.astro index bc3d610..98eaed8 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -55,7 +55,7 @@ import Layout from '../layouts/Layout.astro' h2 { font-size: 2rem; @media screen and (min-width: 768px) { - font-size: 2.4rem; + font-size: 2.2rem; } line-height: 1.2; margin: 0; diff --git a/src/pages/resources/index.astro b/src/pages/resources/index.astro index b234931..41549ab 100644 --- a/src/pages/resources/index.astro +++ b/src/pages/resources/index.astro @@ -13,7 +13,245 @@ import Layout from '../../layouts/Layout.astro'

Logos

+
+
+

Default

+
+ Default Logo of HiP 2022 Berlin +
+ +
+
+

Single Color

+
+ Single colored Logo of HiP 2022 Berlin +
+ +
+
+

One Line

+
+ Single line Logo of HiP 2022 Berlin +
+ +
+
+

Slashes only

+
+ Slashes only Logo of HiP 2022 Berlin +
+ +
+
+
+
+

Color Palette

+
+
+
+

WHT

+ for: Headlines
+
+ HEX: #FFFFFF
+ RGB (255,255,255)
+
+
+
+
+

GRY

+ for: Body text
+
+ HEX: #FFFFFF
+ RGB (255,255,255)
+
+
+
+
+
+

BLK

+ for: Backgrounds, Text bright bg
+
+ HEX: #000000
+ RGB (0,0,0)
+
+
+
+
+

LBL

+
+ HEX: #FED61E
+ RGB (,,)
+
+
+
+
+

CYN

+
+ HEX: #44B4E9
+ RGB (,,)
+
+
+
+
+

GRN

+
+ HEX: #008317
+ RGB (,,)
+
+
+
+
+

DBL

+
+ HEX: #002E5C
+ RGB (,,)
+
+
+
+
+

DTR

+
+ HEX: #003A3E
+ RGB (,,)
+
+
+
+
+

BRN

+
+ HEX: #6C2400
+ RGB (,,)
+
+
+
+
+

ONG

+
+ HEX: #FF9900
+ RGB (,,)
+
+
+
+ +