So in my first one, a lot of people said the green gradient was too much and they didn’t like it. In the new one, I switched to a golden yellow color and not as many glowing effects.
If you have anything to say about my portfolio, you are welcome to tell me.
Thanks for reading.
Happy Coding!
Holy cow your website looks amazing and so does your work, keep up the great work!
Your website design is pretty great, but I feel like the dark mode is a bit too much for me, maybe add a pastel light mode switcher? Just a suggestion that I know would just be torture for you to go though (I’m already wincing thinking about it) but if you want to use this website professionally it might be worth it.
Also, the solar system images can be replaced by simple contrast gradients or full-stop colors, remember, minimalism is the new hotness (MIB reference for any nerd like me LOL) so I would recommend just a bit more minimalism but compared to your first portfolio you’ve definitely improved.
There’s also this bit of blank space in the middle of the homepage:
perhaps you can elaborate your plans for this section?
Also, quick note, I looked through your portfolio and I was amazed, I feel like you could do some freelancing, I saw you did some free projects as well. They look awesome and I think you could totally do some small jobs freelancing on upwork, fiverr, stack overflow job boards, etc.
Thanks a lot for the feedback. Luckily, I used CSS variables to do some of the coloring. I kind of like the space backgrounds so I think I’ll keep them. I might turn up the brightness of the colors a bit.
BTW how did you get that animation from the homepage? I would really like something like that for my Portfolio. Also did you use any frameworks or backend for this project and if so which ones?
I’m still in basic JS so I’m not up to speed to all this right now.
Do you notice that the URL in my portfolio changes and the khanhub one doesn’t? The khanhub one was just plain HTML/CSS/JS in one large file.
You can take a look the backend code https://repl.it/@LeviathanCoding/My-Portfolio#main.py
What I meant was using multiple HTML pages such as index.html, about.html, contact.html, etc…
Using those pages and then linking them together in the index, that’s what I meant. Also, what role does the backend play in your portfolio, I can see how KhanHub uses it to store user data and their code but how does flask impact your portfolio page?