Update meetups

This commit is contained in:
Dennis Reimann
2022-05-30 12:42:15 +02:00
parent adc089ae5f
commit 4546ad00e5
2 changed files with 35 additions and 27 deletions

View File

@@ -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"]
}
]

View File

@@ -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;
}