https://jayayseaohbee14.repl.co/
https://replit.com/@JayAySeaOhBee14/JayAySeaOhBee14
Thanks!
All I need to do is add meta tags
@JayAySeaOhBee14 you’re welcome. I was going to add a reaction but its not there anymore
.
Edit: it just showed up, that was weird.
woahhhhh that is a NICE site
Thank you!
Wow this is the most professional-looking portfolio site I’ve ever seen. Maybe add a gap between the white boxes?
Thanks! Yeah I’ll try and do that right now
Good css skills.
I am guessing that you don’t go to harvard, because of how active you are on replit
1 hour later
Done!
Really nice (I was thinking about redoing my portfolio too) maybey if you want you could add a intro like a simple fade in?
Or a move up keyframe like my portfolio template? https://portfolio-template.salladshooter.repl.co/.
Here is how to do the CSS for it, if you are wondering →
@keyframes moveUp {
0% { opacity: 0; transform: translateY(10em); }
75% { opacity: 0.75; transform: translateY(-2.5em); }
100% { opacity: 1; transform: translateY(0em); }
}
And to use it do this →
animation: ease-in-out moveUp 1s forwards;
cool website, but imo the border radius is too large