Update website yipeeeeee

This commit is contained in:
Pengu 2024-03-15 03:54:16 -05:00
parent 74240fe4a6
commit 0f61f8527b
6 changed files with 17 additions and 11 deletions

View File

@ -52,7 +52,7 @@
</script>
</div>
<div class="mainflex">
<div class="credits-background">
<div class="team-background">
<a class="main1_logo_a" href="index.html">
</a>
<div class="main1_description">

View File

@ -214,12 +214,3 @@
</div>
</body>
</html>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
kofiWidgetOverlay.draw('pengucc', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Support Us',
'floating-chat.donateButton.background-color': '#323842',
'floating-chat.donateButton.text-color': '#fff'
});
</script>

BIN
media/Credits-Banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 KiB

BIN
media/Team-Banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 400 KiB

View File

@ -214,7 +214,22 @@ body {
align-items: center;
align-content: center;
justify-content: center;
background: rgba(0, 0, 0, .5) url('./credits.png');
background: rgba(0, 0, 0, .5) url('./Credits-Banner.png');
background-blend-mode: darken;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.team-background {
padding-top: calc(var(--nice-padding) + 2rem);
display:flex;
width: 100%;
align-self: center;
flex-direction: column;
align-items: center;
align-content: center;
justify-content: center;
background: rgba(0, 0, 0, .5) url('./Team-Banner.png');
background-blend-mode: darken;
background-repeat: no-repeat;
background-position: 50% 50%;