My Tribute Page: Dr. Louis Pasteur

Hey, I just finished my tribute page project and would love some feedback.

After looking at some of the other pages I’ve seen I feel like I might want to go back and redo it a bit, but I’m pretty happy with what I’ve done. I thought it was interesting to go through the example page after I was done and see how I had created similar effects using different HTML/CSS. It made me realize how much I still have to learn.

1 Like

Nice and clean page!

You forgot some code at the top of your html. You don’t need that.

<script>
    $(function).ready();
</script>

Also, don’t compare yourself with others. People have different experiences and backgrounds. Do a comparison only with your past self. Can you make the same page, even better, in a month for example? If so, you’re doing good.

Keep coding and have fun!