DEV Community

Cover image for My personal website built using HTML, CSS, and vanilla JavaScript
Justin Maximillian Kimlim
Justin Maximillian Kimlim

Posted on • Updated on

My personal website built using HTML, CSS, and vanilla JavaScript

Hello, developers! 👋
I've recently created a personal website using HTML, CSS, vanilla JavaScript, and looking for any feedback for my personal website.

link: https://kimlimjustin.github.io

Feature my personal website has:

  • Loading animation using CSS
  • Animate on scroll using AOS library
  • Recent blog from dev.to using DEV API
  • Theme and light themes
  • A terminal simulator built using Vanilla JavaScript

My website is also open source, here's the link of its code: https://github.com/kimlimjustin/kimlimjustin.github.io

Any comments will be appreciated :) Thanks

Happy coding! 🎉

You might also like these articles:

Oldest comments (44)

Collapse
 
carlosfsilvac profile image
Carlos Silva

Nice, Justin! 👌

Collapse
 
kimlimjustin profile image
Justin Maximillian Kimlim

Thanks for your comment!

Collapse
 
nguyentran6698 profile image
nguyentran6698

Hi. I just want to said your website is so cool. Do you mind if I ask how you implemented the terminal feature for your website ? Thank you so much

Collapse
 
kimlimjustin profile image
Justin Maximillian Kimlim

Actually, I use vanilla JavaScript to handle all of this, by listening to the enter key and when it's pressed, check the value inputted and give an output. My website is completely open-source, you can check the javascript handler of the terminal feature here.

Collapse
 
braydoncoyer profile image
Braydon Coyer

Nicely done!

Collapse
 
kimlimjustin profile image
Justin Maximillian Kimlim

Thanks for your comment!

Collapse
 
dmahely profile image
Doaa Mahely

So cool! Well done :)

Collapse
 
kimlimjustin profile image
Justin Maximillian Kimlim

Thanks for your comment!

Collapse
 
xs005 profile image
Chris Sun

I like the terminal!

Collapse
 
kimlimjustin profile image
Justin Maximillian Kimlim

Thanks for your comment!

Collapse
 
prnvbirajdar profile image
Pranav Birajdar • Edited

Loved the terminal, dark mode looks dope! Site looks great. Maybe one suggestion. Looks like you're using 2, maybe 3 fonts. This makes the viewing experience kinda jarring and not so smooth.

Just my two cents! Great job man.

Collapse
 
kimlimjustin profile image
Justin Maximillian Kimlim

Thanks for your comment!

Collapse
 
ra1nbow1 profile image
Matvey Romanov

Pretty nice

Collapse
 
kimlimjustin profile image
Justin Maximillian Kimlim

Thanks for your comment!

Collapse
 
pris_stratton profile image
pris stratton

That’s really cool 😎 the terminal idea is great.

Collapse
 
kimlimjustin profile image
Justin Maximillian Kimlim

Thanks for your comment!

Collapse
 
sturpin profile image
Sergio Turpín

So cool!! I LOVE your terminal 👌☺️

Collapse
 
kimlimjustin profile image
Justin Maximillian Kimlim

Thanks! please star it on github if you like to :)

Collapse
 
sturpin profile image
Sergio Turpín

Done! :)

Collapse
 
dnjosh10 profile image
Dumte Nwidoobee Joshua

This is good. I love this design. Can we hook up and code together?

Collapse
 
kimlimjustin profile image
Justin Maximillian Kimlim

Thanks! I designed it myself and also being inspired from others xd.

Collapse
 
arnabxd profile image
Arnab Paryali

this terminal idea is so awesome

Collapse
 
kimlimjustin profile image
Justin Maximillian Kimlim

Thanks!

Collapse
 
enochndika profile image
Enoch Ndika

The terminal feature is dope

Collapse
 
kimlimjustin profile image
Justin Maximillian Kimlim

Thanks!

Collapse
 
ktxxt profile image
Darko Riđić

The terminal is amazing! Nice!

Gave me some inspiration. Starred you on github :+1+

Collapse
 
kimlimjustin profile image
Justin Maximillian Kimlim

Thanks!

Collapse
 
yvrkarthik profile image
TodayJupiter

So cool! I like your terminal.

Great Job.

Collapse
 
kimlimjustin profile image
Justin Maximillian Kimlim

Thanks!

Collapse
 
eybbus profile image
Eyþór Freyr Óskarsson

Pretty nice, btw is a issue with sizing of images in firefox, it triggers horizontal scrolling.
I would also say it is bit hard to read the text inside the article windows.

Collapse
 
kimlimjustin profile image
Justin Maximillian Kimlim

Thanks for your comment! I didn't realize my website doesn't work in Firefox cuz I forgot to test it on Firefox xd. I will fix it as soon as possible!