1
0
This commit is contained in:
matt 2025-02-01 16:22:40 +01:00
parent 974c96319f
commit 3c2311dc7a

View File

@ -9,7 +9,6 @@
<!-- Stylesheet --> <!-- Stylesheet -->
<style> <style>
@font-face { font-family: "Titillium"; src: url("/Titillium-Web-Regular.ttf"); } @font-face { font-family: "Titillium"; src: url("/Titillium-Web-Regular.ttf"); }
body, html { body, html {
font-family: 'Titillium'; font-family: 'Titillium';
height: 100%; height: 100%;
@ -57,14 +56,12 @@
gap: 8px; gap: 8px;
margin-top: 20px; margin-top: 20px;
} }
.icon path.bm { .icon path.bm {
stroke-dasharray: 3; stroke-dasharray: 3;
stroke-dashoffset: 3; stroke-dashoffset: 3;
stroke-width: 1px; stroke-width: 1px;
transform: translateX(-23px) translateY(16px) scale(2) rotate(-44deg); transform: translateX(-23px) translateY(16px) scale(2) rotate(-44deg);
} }
.icon-container { .icon-container {
display: flex; display: flex;
align-items: center; align-items: center;
@ -146,12 +143,10 @@
50% { transform: translateY(-15%); opacity: 1; filter: blur(0); } 50% { transform: translateY(-15%); opacity: 1; filter: blur(0); }
100% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(0); opacity: 1; }
} }
@keyframes letterHide { @keyframes letterHide {
0% { transform: translateY(0); opacity: 1; } 0% { transform: translateY(0); opacity: 1; }
100% { transform: translateY(-70%); opacity: 0; filter: blur(3px); } 100% { transform: translateY(-70%); opacity: 0; filter: blur(3px); }
} }
/* Modal-Stile */ /* Modal-Stile */
.modal { .modal {
display: none; display: none;
@ -164,7 +159,6 @@
overflow: auto; overflow: auto;
background-color: rgba(0,0,0,0.5); background-color: rgba(0,0,0,0.5);
} }
.modal-content { .modal-content {
background-color: #fefefe; background-color: #fefefe;
margin: 15% auto; margin: 15% auto;
@ -175,7 +169,6 @@
text-align: center; text-align: center;
border-radius: 10px; border-radius: 10px;
} }
.close { .close {
color: #aaa; color: #aaa;
float: right; float: right;
@ -205,6 +198,93 @@
.social-icons a img:hover { .social-icons a img:hover {
transform: scale(1.1); transform: scale(1.1);
} }
/* New Blue Button Styles */
.flex {
display: flex;
}
.justify-center {
justify-content: center;
}
.items-center {
align-items: center;
}
.gap-12 {
gap: 12px;
}
.h-full {
height: 100%;
}
.bg-gradient-to-b {
background: linear-gradient(to bottom, var(--from), var(--to));
}
.from-blue-600 {
--from: #007bff;
}
.to-blue-700 {
--to: #0056b3;
}
.p-[4px] {
padding: 4px;
}
.rounded-[16px] {
border-radius: 16px;
}
.group:hover .hover:shadow-[0_4px_8px_rgba(0,0,0,0.6)] {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}
.group:active .active:shadow-[0_0px_1px_rgba(0,0,0,0.8)] {
box-shadow: 0 0px 1px rgba(0, 0, 0, 0.8);
}
.group:active .active:scale-[0.995] {
transform: scale(0.995);
}
.group .transition-all {
transition: all 0.2s;
}
.group .duration-200 {
transition-duration: 200ms;
}
.rounded-[12px] {
border-radius: 12px;
}
.shadow-[0_2px_4px_rgba(0,0,0,0.7)] {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}
.rounded-[8px] {
border-radius: 8px;
}
.px-3 {
padding-left: 12px;
padding-right: 12px;
}
.py-2 {
padding-top: 8px;
padding-bottom: 8px;
}
.font-semibold {
font-weight: 600;
[_{{{CITATION{{{_1{](https://github.com/hd-code/pandoc-docker/tree/07f83c6deeafbff1710c5f7992a97955c298ad61/example%2Fexample.md)[_{{{CITATION{{{_2{](https://github.com/AndreasHeine/opcua-sub-to-websocket/tree/b272dca8c8abf371e5e35f05ce93949bdb775723/README.md) }
</style> </style>
</head> </head>
<body> <body>
@ -221,9 +301,19 @@
<br/> <br/>
<div align='center'> <div align='center'>
<!-- Spielen-Button --> <!-- Spielen-Button -->
<div class="flex justify-center items-center gap-12 h-full">
<div class="bg-gradient-to-b from-blue-600 to-blue-700 p-[4px] rounded-[16px]">
<a href="/programmieren/spiele/Flappy-Witch/FlappyWitch.html"> <a href="/programmieren/spiele/Flappy-Witch/FlappyWitch.html">
<img src="/icons/spielen-button.png" width="500"> <button class="group p-[4px] rounded-[12px] bg-gradient-to-b from-blue-600 to-blue-700 shadow-[0_2px_4px_rgba(0,0,0,0.7)] hover:shadow-[0_4px_8px_rgba(0,0,0,0.6)] active:shadow-[0_0px_1px_rgba(0,0,0,0.8)] active:scale-[0.995] transition-all duration-200">
<div class="bg-gradient-to-b from-blue-600 to-blue-700 rounded-[8px] px-3 py-2">
<div class="flex gap-2 items-center">
<span class="font-semibold text-white">Get Started</span>
</div>
</div>
</button>
</a> </a>
</div>
</div>
<br/><br/> <br/><br/>
<!-- Neuer Teilen-Button --> <!-- Neuer Teilen-Button -->
<button class="button" onclick="openSharePopup()"> <button class="button" onclick="openSharePopup()">