fixed naming, logo and links
This commit is contained in:
parent
cdcb61b98b
commit
16f92da9b0
|
@ -56,6 +56,7 @@ z-index: 1000;
|
|||
width: 10vw;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
margin-top: 3em;
|
||||
}
|
||||
|
||||
.fa-link {
|
||||
|
|
13
index.html
13
index.html
|
@ -9,9 +9,16 @@
|
|||
<script src="https://kit.fontawesome.com/14a35c233c.js" crossorigin="anonymous"></script>
|
||||
</head>
|
||||
<body>
|
||||
<svg style="width:0;height:0;position:absolute;" aria-hidden="true" focusable="false">
|
||||
<linearGradient id="logo-gradient" x2="1" y2="1">
|
||||
<stop offset="0%" stop-color="#f5a9b8" />
|
||||
<stop offset="30%" stop-color="#f5a9b8" />
|
||||
<stop offset="100%" stop-color="#5bcffa" />
|
||||
</linearGradient>
|
||||
</svg>
|
||||
<div class="popup" id="popup"> Copied color: <span id="popupText"></span> </div>
|
||||
<h1><img class="logo" src="./images/logo.png" alt="Controller Icon with a blue to pink to blue gradient"></h1>
|
||||
<p>These are the colours <a href="https://dalfuss.link">I</a> use!</p>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="logo" fill="url(#logo-gradient) #ffffff"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M512 256c0 .9 0 1.8 0 2.7c-.4 36.5-33.6 61.3-70.1 61.3L344 320c-26.5 0-48 21.5-48 48c0 3.4 .4 6.7 1 9.9c2.1 10.2 6.5 20 10.8 29.9c6.1 13.8 12.1 27.5 12.1 42c0 31.8-21.6 60.7-53.4 62c-3.5 .1-7 .2-10.6 .2C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256zM128 288a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-96a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"/></svg>
|
||||
<p>These are the colours <a href="https://samalyx.gay" target="_blank">I</a> use!</p>
|
||||
<h2 style="color: #F5A9B8">Definitely some Colours</h2>
|
||||
<div class="palette">
|
||||
<div class="color light" style="background-color: #f5a9b8;">#F5A9B8</div>
|
||||
|
@ -20,7 +27,7 @@
|
|||
<div class="color" style="background-color: #161618;">#161618</div>
|
||||
</div>
|
||||
|
||||
<h2 class="jax">Jax P. Nolan <a href="https://dalfuss.net/OCs/jax" target="_blank"><i class="fas fa-link fa-2xs"></i></a></h2>
|
||||
<h2 class="jax">Jax P. Nolan <a href="https://ref.jaxoff.tv" target="_blank"><i class="fas fa-link fa-2xs"></i></a></h2>
|
||||
<div class="palette">
|
||||
<div class="color light" style="background-color: #A8C5DB;">Skin<br>#A8C5DB</div>
|
||||
<div class="color light" style="background-color: #F5A9B8;">Dyed Hair<br>#F5A9B8</div>
|
||||
|
|
Loading…
Reference in New Issue