From 4546ad00e560ccd39cc43c3ca6142df2119ebc8b Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Mon, 30 May 2022 12:42:15 +0200 Subject: [PATCH] Update meetups --- content/meetups.json | 50 +++++++++++++++++++++--------------- src/css/sections/meetups.css | 12 ++++----- 2 files changed, 35 insertions(+), 27 deletions(-) diff --git a/content/meetups.json b/content/meetups.json index f98cc538736..e7cf96268fe 100644 --- a/content/meetups.json +++ b/content/meetups.json @@ -1,12 +1,4 @@ [ - { - "name": "Einundzwanzig Ostfriesland", - "url": "https://t.me/Einundzwanzig_Ostriesland", - "top": 13, - "left": 20, - "country": "DE", - "state": ["Niedersachsen"] - }, { "name": "Einundzwanzig Nordfriesland", "url": "https://t.me/Einundzwanzig_NF", @@ -15,6 +7,14 @@ "country": "DE", "state": ["Schleswig-Holstein"] }, + { + "name": "Einundzwanzig Lübeck", + "url": "https://www.bitcoin-luebeck.de/", + "top": 11, + "left": 45, + "country": "DE", + "state": ["Hamburg"] + }, { "name": "Einundzwanzig Mecklenburg-Vorpommern", "url": "https://t.me/EinundzwanzigMV", @@ -24,12 +24,12 @@ "state": ["Mecklenburg-Vorpommern"] }, { - "name": "Einundzwanzig Lübeck", - "url": "https://www.bitcoin-luebeck.de/", - "top": 11, - "left": 45, + "name": "Einundzwanzig Ostfriesland", + "url": "https://t.me/Einundzwanzig_Ostriesland", + "top": 13, + "left": 20, "country": "DE", - "state": ["Hamburg"] + "state": ["Niedersachsen"] }, { "name": "Bitcoin Hamburg", @@ -223,6 +223,14 @@ "country": "DE", "state": ["Rheinland-Pfalz"] }, + { + "name": "Einundzwanzig Wiesbaden", + "url": "https://t.me/einundzwanzigwiesbaden", + "top": 50, + "left": 20, + "country": "DE", + "state": ["Hessen"] + }, { "name": "Einundzwanzig Frankfurt am Main", "url": "https://t.me/einundzwanzigffm", @@ -391,6 +399,14 @@ "country": "DE", "state": ["Baden-Württemberg"] }, + { + "name": "Einundzwanzig Friedrichshafen", + "url": "https://t.me/+i7hOYiYDVagyOWVi", + "top": 78, + "left": 35, + "country": "DE", + "state": ["Baden-Württemberg"] + }, { "name": "Einundzwanzig Kempten", "url": "https://t.me/EinundzwanzigKempten", @@ -529,13 +545,5 @@ "left": 87, "country": "AT", "state": ["Steiermark"] - }, - { - "name": "Einundzwanzig Wiesbaden", - "url": "https://t.me/einundzwanzigwiesbaden", - "top": 51, - "left": 20, - "country": "DE", - "state": ["Hessen"] } ] diff --git a/src/css/sections/meetups.css b/src/css/sections/meetups.css index b7a5f69ebc3..9a4bfd72b2a 100644 --- a/src/css/sections/meetups.css +++ b/src/css/sections/meetups.css @@ -37,7 +37,7 @@ & li { position: absolute; z-index: 1; - font-size: var(--font-size-xs); + font-size: .65rem; &.unmapped { display: none; @@ -54,22 +54,22 @@ & a { color: inherit; display: inline-block; - margin-top: .2rem; + margin-top: .3rem; } & .dot { content: ''; position: absolute; - top: .275rem; - left: -1.25rem; + top: .375rem; + left: -1rem; background: radial-gradient(currentColor 0%, rgba(255, 255, 255, 0) 100%); animation-timing-function: linear; animation-iteration-count: infinite; will-change: transform; transform-origin: 50%; border-radius: 50%; - width: 1rem; - height: 1rem; + width: .8rem; + height: .8rem; transform: scale(.75); animation-name: pulse; }