My Portfolio! https://jayayseaohbee14.repl.co/

https://jayayseaohbee14.repl.co/
https://replit.com/@JayAySeaOhBee14/JayAySeaOhBee14

6 Likes

@JayAySeaOhBee14 nice looks really cool!

Thanks!

All I need to do is add meta tags

1 Like

@JayAySeaOhBee14 you’re welcome. I was going to add a :+1: reaction but its not there anymore :slightly_frowning_face:.

Edit: it just showed up, that was weird.

1 Like

woahhhhh that is a NICE site

1 Like

Thank you!

1 Like

Wow this is the most professional-looking portfolio site I’ve ever seen. Maybe add a gap between the white boxes?

3 Likes

Thanks! Yeah I’ll try and do that right now :slight_smile:

1 Like

Good css skills.

2 Likes

I am guessing that you don’t go to harvard, because of how active you are on replit :kekw:

1 hour later

1 Like

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?

2 Likes

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