nej
This commit is contained in:
parent
3c2311dc7a
commit
e6013eb332
@ -9,6 +9,7 @@
|
||||
<!-- Stylesheet -->
|
||||
<style>
|
||||
@font-face { font-family: "Titillium"; src: url("/Titillium-Web-Regular.ttf"); }
|
||||
|
||||
body, html {
|
||||
font-family: 'Titillium';
|
||||
height: 100%;
|
||||
@ -56,12 +57,14 @@
|
||||
gap: 8px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.icon path.bm {
|
||||
stroke-dasharray: 3;
|
||||
stroke-dashoffset: 3;
|
||||
stroke-width: 1px;
|
||||
transform: translateX(-23px) translateY(16px) scale(2) rotate(-44deg);
|
||||
}
|
||||
|
||||
.icon-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -143,10 +146,12 @@
|
||||
50% { transform: translateY(-15%); opacity: 1; filter: blur(0); }
|
||||
100% { transform: translateY(0); opacity: 1; }
|
||||
}
|
||||
|
||||
@keyframes letterHide {
|
||||
0% { transform: translateY(0); opacity: 1; }
|
||||
100% { transform: translateY(-70%); opacity: 0; filter: blur(3px); }
|
||||
}
|
||||
|
||||
/* Modal-Stile */
|
||||
.modal {
|
||||
display: none;
|
||||
@ -159,6 +164,7 @@
|
||||
overflow: auto;
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
background-color: #fefefe;
|
||||
margin: 15% auto;
|
||||
@ -169,6 +175,7 @@
|
||||
text-align: center;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.close {
|
||||
color: #aaa;
|
||||
float: right;
|
||||
@ -198,122 +205,25 @@
|
||||
.social-icons a img:hover {
|
||||
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>
|
||||
<body>
|
||||
<!-- Ladeanimation -->
|
||||
<div class="loader-container">
|
||||
<!-- Ladeanimation -->
|
||||
<div class="loader-container">
|
||||
<l-quantum size="90" speed="1.75" color="black"></l-quantum>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1><img src="/icons/Controller.png" height="150"><br/>Creative Crafter</h1>
|
||||
<h1>Flappy Witch</h1>
|
||||
<div align='center'>
|
||||
<h1><img src="/icons/Controller.png" height="150"><br/>Creative Crafter</h1>
|
||||
<h1>Flappy Witch</h1>
|
||||
<div align='center'>
|
||||
<img src="/programmieren/spiele/Flappy-Witch/logo.png" width="250">
|
||||
</div>
|
||||
<br/>
|
||||
<div align='center'>
|
||||
</div>
|
||||
<br/>
|
||||
<div align='center'>
|
||||
<!-- 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">
|
||||
<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>
|
||||
<img src="/icons/spielen-button.png" width="500">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<br/><br/>
|
||||
<!-- Neuer Teilen-Button -->
|
||||
<button class="button" onclick="openSharePopup()">
|
||||
@ -335,10 +245,10 @@
|
||||
</div>
|
||||
</div>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Popup-Fenster zum Teilen -->
|
||||
<div id="shareModal" class="modal">
|
||||
<!-- Popup-Fenster zum Teilen -->
|
||||
<div id="shareModal" class="modal">
|
||||
<div class="modal-content">
|
||||
<span class="close" onclick="closeSharePopup()">×</span>
|
||||
<h2>Share with:</h2>
|
||||
@ -355,16 +265,16 @@
|
||||
<!-- Weitere Sharing-Optionen kannst du hier hinzufügen -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br/><br/><br/>
|
||||
<div align='center'>
|
||||
<br/><br/><br/>
|
||||
<div align='center'>
|
||||
<img src="/programmieren/spiele/Flappy-Witch/FlappyWitch1.png" width="250">
|
||||
<img src="/programmieren/spiele/Flappy-Witch/FlappyWitch2.png" width="250">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- JavaScript für Ladeanimation und Teilen-Funktion -->
|
||||
<script>
|
||||
<!-- JavaScript für Ladeanimation und Teilen-Funktion -->
|
||||
<script>
|
||||
// Ladeanimation beim Laden der Seite anzeigen
|
||||
document.body.classList.add('loading');
|
||||
// Ladeanimation entfernen, wenn die Seite vollständig geladen ist
|
||||
@ -410,6 +320,6 @@
|
||||
closeSharePopup();
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user