2
4 Comments

What do you think I can do to make my website better?

https://www.prisimanimations.com/

My website is a platform to help people learn animations and digital art. It has guides, reviews and how-to's to help beginners out a bit. I also made it so anyone is able to post there own animations, artwork or reviews.

[Not important] I'm not looking to become the next Zuckerberg anything, this is just a fun little side thing I wanted to make. I just thought it would be fun to teach myself to code over summer vacation and here it is now. I literally knew nothing about coding 2 and a half months ago, so I think its pretty cool how it turned out now!

I want the site the be the best it can be so please leave feedback if possible! Thanks :D

https://www.prisimanimations.com

submitted this linkon September 20, 2019
  1. 1

    Hi !
    I like your previous design from https://www.prisimanimations.com/About.php
    Current design with flat grey color looks boring to me.

    • You can play with colors of your current logo (too acid ? ), big progress from previous version though, shapes are much better now!

    Keep up the great work !

    1. 1

      I'm probably going to change the colors in the future!

      My favorite color scheme was the Turquoise/teal one (its my favorite color), but people said it was too bright.

      It's kind of hard to find a balance, I am liking the orange though.

  2. 1

    Hey, site looks good and has tons of information. Nice work! One little thing to consider is the color for links (anchor tags) throughout the site. Although it is the same as the color for masthead text, against a white background it looks very similar to the browser default link color that people associate with Web 1.0 days. Maybe base it on the aqua color in the logo? (For example, using hsl values instead of hex, start with that hue and tweak the lightness.) And maybe give a :hover value of a different color instead of/in addition to the underline.

    Also, I'd give .container2 a max-width -- because the wider the browser window, the bigger the logos of Gimp, etc. become, and they aren't hi-res images. And then the buttons such as "Click for full review" and so on, those could be centered and maybe given a color if you want. And the bullet points with those items (if you ever need to make more of those) you can do with an unordered list <ul> and individual list items <li>.

    Anyhow, good work. You made something cool!

    1. 1

      Thanks a lot for the suggestions! I’ll add that all those things right now!