From 27102f5b3e74baa10186af3a5e31651dd2acd45d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florian=20Schr=C3=B6der?=
 <fschroeder@techfak.uni-bielefeld.de>
Date: Wed, 26 Mar 2025 11:12:02 +0100
Subject: [PATCH] "Update badge syntax and formatting in README.md

Reformatted badges using HTML for improved alignment and styling. Adjusted links and attributes to ensure consistency and maintain proper functionality across all badges."
---
 README.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index c7c7162..01af384 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,10 @@
-[![Docs](https://gitlab.ub.uni-bielefeld.de/scs/cocosy/cooperative-cuisine/badges/main/pipeline.svg?key_text=Docs&key_width=35)](https://scs.pages.ub.uni-bielefeld.de/cocosy/cooperative-cuisine/cooperative_cuisine.html)
-[![Main Pipeline Report](https://gitlab.ub.uni-bielefeld.de/scs/cocosy/cooperative-cuisine/badges/main/pipeline.svg?key_text=Main+Pipeline&key_width=82)](https://gitlab.ub.uni-bielefeld.de/scs/cocosy/cooperative-cuisine/-/pipelines/latest/)
-[![Main Coverage Report](https://gitlab.ub.uni-bielefeld.de/scs/cocosy/cooperative-cuisine/badges/main/coverage.svg?job=pytest&key_text=Main+Test+Coverage&key_width=114)](https://gitlab.ub.uni-bielefeld.de/scs/cocosy/cooperative-cuisine/-/pipelines/latest/)
-![Dev Pipeline Report](https://gitlab.ub.uni-bielefeld.de/scs/cocosy/cooperative-cuisine/badges/dev/pipeline.svg?key_text=Dev+Pipeline&key_width=80)
-![Dev Coverage Report](https://gitlab.ub.uni-bielefeld.de/scs/cocosy/cooperative-cuisine/badges/dev/coverage.svg?job=pytest&key_text=Dev+Test+Coverage&key_width=112)
-
+<div align="center">
+<a data-sourcepos="12:1-12:219" href="https://scs.pages.ub.uni-bielefeld.de/cocosy/cooperative-cuisine/cooperative_cuisine.html" rel="nofollow noreferrer noopener" target="_blank"><img data-sourcepos="12:2-12:127" src="https://gitlab.ub.uni-bielefeld.de/scs/cocosy/cooperative-cuisine/badges/main/pipeline.svg?key_text=Docs&amp;key_width=35" alt="Docs" decoding="async" class="js-lazy-loaded" loading="lazy" data-testid="js-lazy-loaded-content"></a>
+<a data-sourcepos="13:1-13:240" href="https://gitlab.ub.uni-bielefeld.de/scs/cocosy/cooperative-cuisine/-/pipelines/latest/"><img data-sourcepos="13:2-13:152" src="https://gitlab.ub.uni-bielefeld.de/scs/cocosy/cooperative-cuisine/badges/main/pipeline.svg?key_text=Main+Pipeline&amp;key_width=82" alt="Main Pipeline Report" decoding="async" class="js-lazy-loaded" loading="lazy" data-testid="js-lazy-loaded-content"></a>
+<a data-sourcepos="14:1-14:257" href="https://gitlab.ub.uni-bielefeld.de/scs/cocosy/cooperative-cuisine/-/pipelines/latest/"><img data-sourcepos="14:2-14:169" src="https://gitlab.ub.uni-bielefeld.de/scs/cocosy/cooperative-cuisine/badges/main/coverage.svg?job=pytest&amp;key_text=Main+Test+Coverage&amp;key_width=114" alt="Main Coverage Report" decoding="async" class="js-lazy-loaded" loading="lazy" data-testid="js-lazy-loaded-content"></a>
+<a class="no-attachment-icon" href="https://gitlab.ub.uni-bielefeld.de/scs/cocosy/cooperative-cuisine/badges/dev/pipeline.svg?key_text=Dev+Pipeline&amp;key_width=80" rel="noopener noreferrer" target="_blank"><img data-sourcepos="15:1-15:148" src="https://gitlab.ub.uni-bielefeld.de/scs/cocosy/cooperative-cuisine/badges/dev/pipeline.svg?key_text=Dev+Pipeline&amp;key_width=80" alt="Dev Pipeline Report" decoding="async" class="js-lazy-loaded" loading="lazy" data-testid="js-lazy-loaded-content"></a>
+<a class="no-attachment-icon" href="https://gitlab.ub.uni-bielefeld.de/scs/cocosy/cooperative-cuisine/badges/dev/coverage.svg?job=pytest&amp;key_text=Dev+Test+Coverage&amp;key_width=112" rel="noopener noreferrer" target="_blank"><img data-sourcepos="16:1-16:165" src="https://gitlab.ub.uni-bielefeld.de/scs/cocosy/cooperative-cuisine/badges/dev/coverage.svg?job=pytest&amp;key_text=Dev+Test+Coverage&amp;key_width=112" alt="Dev Coverage Report" decoding="async" class="js-lazy-loaded" loading="lazy" data-testid="js-lazy-loaded-content"></a>
+</div>
 # Cooperative Cuisine Environment
 
 The overcooked-like cooperative cuisine environment for real-time human cooperative interactions and artificial agents.
-- 
GitLab