Added New Nameful logo

This commit is contained in:
lkarch 2025-05-25 18:02:24 -04:00
parent 52623bfe6f
commit 43bc3e0ac4
6 changed files with 18 additions and 12 deletions

View File

@ -5,3 +5,9 @@ newnameful.com - Main Website
dev.newnameful.com - Development Version dev.newnameful.com - Development Version
discord.newnameful.com - New Nameful Discord Redirect discord.newnameful.com - New Nameful Discord Redirect
# Credits
Minecraft Font: https://fontlibrary.org/en/font/minecraftia
New Nameful Logo: made by cool_tellow

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -11,8 +11,8 @@
} }
@font-face { @font-face {
font-family: 'minecraft'; font-family: 'Minecraftia';
src: url('/assets/fonts/MinecraftRegular.otf') format('opentype'); src: url('/assets/fonts/Minecraftia.ttf') format('truetype');
} }
@keyframes pop { @keyframes pop {
@ -29,7 +29,7 @@
* { * {
box-sizing: border-box; box-sizing: border-box;
font-family: 'minecraft'; font-family: 'Minecraftia';
} }
html { html {
@ -44,7 +44,7 @@ body {
color: #eee; color: #eee;
text-align: center; text-align: center;
overflow-x: hidden; overflow-x: hidden;
font-size: 20px; font-size: 18px;
} }
.card { .card {
@ -76,13 +76,13 @@ body {
#splash { #splash {
color: #FFFF00; color: #FFFF00;
font-size: 1.3em; font-size: 1.5em;
text-shadow: 3px 3px #3F3F00; text-shadow: 3px 3px #3F3F00;
padding-top: 40px; padding-top: 40px;
position: relative; position: relative;
text-align: center; text-align: center;
left: 140px; left: 440px;
bottom: 20px; top: 80px;
} }
.tilt { .tilt {
@ -110,7 +110,7 @@ body {
border: none; border: none;
border-top: 3px solid black; border-top: 3px solid black;
cursor: pointer; cursor: pointer;
font-size: 2vw; font-size: 1.8vw;
background-color: black; background-color: black;
color: white; color: white;
} }

View File

@ -22,7 +22,10 @@
<button class="navButton" id="discordButton" onclick="window.location.href = 'https://discord.newnameful.com'">Discord</button> <button class="navButton" id="discordButton" onclick="window.location.href = 'https://discord.newnameful.com'">Discord</button>
</div> </div>
<div class="section" id="info"> <div class="section" id="info">
<p><b>Info</b></p> <img src="/assets/images/info/NamefulLogo.png" alt="">
<div class="tilt">
<div id="splash" class="pop"></div>
</div>
<div class="card" id="infoIntroduction"> <div class="card" id="infoIntroduction">
<p>Introduction</p> <p>Introduction</p>
<hr> <hr>
@ -66,9 +69,6 @@
<hr> <hr>
<p id="coRuler">Steve</p> <p id="coRuler">Steve</p>
<img id="coRulerImage" src="https://minotar.net/body/MHF_Steve/100.png" alt="Player Render"> <img id="coRulerImage" src="https://minotar.net/body/MHF_Steve/100.png" alt="Player Render">
<div class="tilt">
<div id="splash" class="pop"></div>
</div>
</div> </div>
<br> <br>
<p id="electionCountdown">Election Countdown</p> <p id="electionCountdown">Election Countdown</p>