I've been making my website better this week, the goal is to have collapsable sections to avoid information overload while keeping content to a single page. Here's a sneak peek at my redesign.
I'm looking for some buttons to put on my page so if you have an 88x31 button and we're mutuals I'd love to link your site, just let me know! I'll be making my own button next week so keep an eye out for that :3
hit a third row of buttons now, also added some css so you can better see the button art on hover.
just added a class called site_button for the link component and put this css on it:
.site_button{
width: 88px;
height: 31px;
image-rendering: pixelated;
margin: 4px;
}
.site_button:hover{
transform: scale(2);
box-shadow: 0px 0px 15px black;
}
If you visit https://hyphin.net now you can see the updated site, it's still WIP but I'm really happy with where it's at compared to before.
@BreoganHackett it looks nice! Do you have a button for your page?
@MichaelKlamerus not just yet I want to do a Bryce render when I'm back on my pc next week :3
@BreoganHackett ooooh it looks really cute!! Love the background!!
@BreoganHackett Oh, nice! I might steal this.