pegaz -> docker-web

This commit is contained in:
valere
2024-08-21 12:54:47 +02:00
parent 5294e3f595
commit 2a65d345f1
31 changed files with 253 additions and 1574 deletions

View File

@@ -3,8 +3,8 @@
<header class="h-screen flex flex-col justify-center">
<nav class="fixed right-0 top-0 p-2 z-50">
<a
title="Go to Pegaz GitHub repo"
href="https://github.com/valerebron/pegaz"
title="Go to docker-web GitHub repo"
href="https://github.com/docker-web/docker-web"
target="_blank"
>
<SvgGithub class="bg-white rounded-full shadow-lg hover:scale-105" />
@@ -23,7 +23,7 @@
</template>
<style>
.pegaz-section {
.docker-web-section {
@apply flex flex-col md:flex-row items-center justify-center mb-28;
}
.title {