Run Prettier

This commit is contained in:
Yannik Rödel 2025-06-15 17:26:01 +02:00
parent 00588a516a
commit 33296b774b
13 changed files with 88 additions and 78 deletions

View file

@ -113,7 +113,7 @@ Natürlich ist das nicht ganz ideal, aber für unsere aktuelle Entwicklungsfrequ
Wenn du deine Änderungen gerne online stellen möchtest, musst du einen [Pull-Request](https://docs.codeberg.org/collaborating/pull-requests-and-git-flow/) einreichen.
Ein Pull-Request bündelt deine Änderungen, sodass sie jemand vom Homepage-Team anschauen, genehmigen und einpflegen kann.
Wenn du deine Änderungen über das Webinterface von Codeberg erstellst, wählst du beim Bearbeiten einer Datei im *Änderungen Commiten*-Dialog die Option "Einen neuen Branch für diesen Commit erstellen und einen Pull Request starten".
Wenn du deine Änderungen über das Webinterface von Codeberg erstellst, wählst du beim Bearbeiten einer Datei im _Änderungen Commiten_-Dialog die Option "Einen neuen Branch für diesen Commit erstellen und einen Pull Request starten".
Wenn du anschließend in den Pull-Request noch eine weitere Änderung aufnehmen möchtest, sucher [hier](https://codeberg.org/angestoepselt/homepage/branches) deinen entsprechenden Branch und wähle ab der zweiten Bearbeitung in dem erwähnten Dialog "Direkt in den Branch `...` einchecken".
Wenn du Mitglied des [Homepage](https://codeberg.org/org/angestoepselt/teams/homepage)-Teams auf Codeberg bist, kannst du ohne Forken direkt auf unserem Repository arbeiten.

View file

@ -10,12 +10,12 @@ services:
security_opt:
- no-new-privileges:true
labels:
- "traefik.enable=true"
- "traefik.docker.network=proxy"
- "traefik.http.routers.homepage-angestoepselt-${BRANCH:-main}-secure.rule=Host(`${ANGESTOEPSELT_DOMAIN}`,`www.${ANGESTOEPSELT_DOMAIN}`)"
- "traefik.http.routers.homepage-angestoepselt-${BRANCH:-main}-secure.entrypoints=websecure"
- "traefik.http.routers.homepage-angestoepselt-${BRANCH:-main}-secure.tls.certresolver=letsencrypt"
- "traefik.http.routers.homepage-angestoepselt-${BRANCH:-main}.middlewares=redirect-www-to-non-www@file"
- 'traefik.enable=true'
- 'traefik.docker.network=proxy'
- 'traefik.http.routers.homepage-angestoepselt-${BRANCH:-main}-secure.rule=Host(`${ANGESTOEPSELT_DOMAIN}`,`www.${ANGESTOEPSELT_DOMAIN}`)'
- 'traefik.http.routers.homepage-angestoepselt-${BRANCH:-main}-secure.entrypoints=websecure'
- 'traefik.http.routers.homepage-angestoepselt-${BRANCH:-main}-secure.tls.certresolver=letsencrypt'
- 'traefik.http.routers.homepage-angestoepselt-${BRANCH:-main}.middlewares=redirect-www-to-non-www@file'
networks:
- proxy
@ -27,12 +27,12 @@ services:
security_opt:
- no-new-privileges:true
labels:
- "traefik.enable=true"
- "traefik.docker.network=proxy"
- "traefik.http.routers.homepage-coderdojo-${BRANCH:-main}-secure.rule=Host(`${CODERDOJO_DOMAIN}`,`www.${CODERDOJO_DOMAIN}`)"
- "traefik.http.routers.homepage-coderdojo-${BRANCH:-main}-secure.entrypoints=websecure"
- "traefik.http.routers.homepage-coderdojo-${BRANCH:-main}-secure.tls.certresolver=letsencrypt"
- "traefik.http.routers.homepage-coderdojo-${BRANCH:-main}.middlewares=redirect-www-to-non-www@file"
- 'traefik.enable=true'
- 'traefik.docker.network=proxy'
- 'traefik.http.routers.homepage-coderdojo-${BRANCH:-main}-secure.rule=Host(`${CODERDOJO_DOMAIN}`,`www.${CODERDOJO_DOMAIN}`)'
- 'traefik.http.routers.homepage-coderdojo-${BRANCH:-main}-secure.entrypoints=websecure'
- 'traefik.http.routers.homepage-coderdojo-${BRANCH:-main}-secure.tls.certresolver=letsencrypt'
- 'traefik.http.routers.homepage-coderdojo-${BRANCH:-main}.middlewares=redirect-www-to-non-www@file'
networks:
- proxy

View file

@ -17,9 +17,6 @@
"name": "Angestöpselt e. V.",
"email": "info@angestoepselt.de",
"url": "https://www.angestoepselt.de/",
"address": [
"Zeller Straße 29/31",
"97082 Würzburg"
]
"address": ["Zeller Straße 29/31", "97082 Würzburg"]
}
}

View file

@ -7,9 +7,6 @@
"name": "Angestöpselt e. V.",
"email": "kontakt@coderdojo-wue.de",
"url": "https://coderdojo-wue.de/",
"address": [
"Zeller Straße 29/31",
"97082 Würzburg"
]
"address": ["Zeller Straße 29/31", "97082 Würzburg"]
}
}

View file

@ -37,7 +37,9 @@
color: inherit;
text-decoration: none;
@include colors.card-shadow;
transition: motion.$subtle background-color, motion.$subtle transform;
transition:
motion.$subtle background-color,
motion.$subtle transform;
> h3,
> div > h3 {

View file

@ -58,7 +58,9 @@
display: inline-block;
line-height: 2.5;
text-decoration: none;
transition: motion.$subtle background-color, motion.$subtle box-shadow;
transition:
motion.$subtle background-color,
motion.$subtle box-shadow;
@keyframes form-choice-hover {
0% {

View file

@ -143,7 +143,9 @@ blockquote {
text-decoration: none;
line-height: 3rem;
border: 1px solid colors.$main-text;
transition: font motion.$subtle, border-color motion.$subtle,
transition:
font motion.$subtle,
border-color motion.$subtle,
color motion.$subtle;
&:hover {
@ -197,7 +199,9 @@ ul.link-grid {
text-align: center;
text-decoration: none;
color: colors.$gray-600;
transition: color motion.$subtle, box-shadow motion.$subtle;
transition:
color motion.$subtle,
box-shadow motion.$subtle;
> img {
display: block;
@ -234,7 +238,9 @@ ul.link-grid {
padding-top: layout.$normal-gap;
padding-bottom: layout.$normal-gap;
text-decoration: none;
transition: background-color motion.$subtle, color motion.$subtle,
transition:
background-color motion.$subtle,
color motion.$subtle,
box-shadow motion.$subtle;
@media screen and (min-width: layout.$breakpoint) {

View file

@ -41,14 +41,16 @@
.plug {
fill: colors.$yellow-500;
transition: fill #{0.3 * motion.$prominent-duration} motion.$prominent-timing;
transition: fill #{0.3 * motion.$prominent-duration}
motion.$prominent-timing;
}
animation: angestoepselt-logo-hover motion.$prominent forwards;
+ span {
transform-origin: 100% 50%;
transition: transform #{0.7 * motion.$prominent-duration} motion.$prominent-timing #{0.3 * motion.$prominent-duration};
transition: transform #{0.7 * motion.$prominent-duration}
motion.$prominent-timing #{0.3 * motion.$prominent-duration};
transform: scale(1.1);
}

View file

@ -25,7 +25,9 @@
line-height: #{$stampSize - 2 * $lineWeight};
text-align: center;
background-color: colors.$gray-50;
transition: border-color motion.$subtle, background-color motion.$subtle,
transition:
border-color motion.$subtle,
background-color motion.$subtle,
color motion.$subtle;
&.small {

View file

@ -118,7 +118,8 @@
}
> .plug {
animation: motion.$prominent 0s 1 normal both running finish-hero-plug,
animation:
motion.$prominent 0s 1 normal both running finish-hero-plug,
motion.$gentle 0.7s 1 normal forwards running finish-hero-plug-transition,
motion.$background 1s infinite normal none running finish-hero-plug-idle;

View file

@ -40,7 +40,8 @@ $inverse-text: $gray-50;
}
@mixin card-shadow($base-color: $gray-900) {
box-shadow: 0.1rem 0.4rem 0.4rem #{color.scale($base-color, $alpha: -90%)},
box-shadow:
0.1rem 0.4rem 0.4rem #{color.scale($base-color, $alpha: -90%)},
0.25rem 1rem 1rem #{color.scale($base-color, $alpha: -90%)};
}