DawnM

Recreating YouTube

HTML and CSS at work

Introduction

For one of our web development course projects, we were asked to tackle a challenging but rewarding task: recreating the core layout of an older version of YouTube, which we've affectionately named "NotTube." This project was a fantastic opportunity for me to flex my HTML and CSS muscles, and to really get to grips with how a complex, commercial site is structured and styled.

HTML Structure:

Building the Foundation

I began by laying out the HTML, aiming for semantic clarity to mirror YouTube's key components:

CSS Styling:

Replicating the Visuals

The CSS part of the project was about replicating YouTube's familiar aesthetic:

Key Takeaways

This project was a fantastic learning experience, demonstrating the power of HTML and CSS in recreating complex web interfaces. The combination of structural HTML, stylistic CSS, and the responsive coding of my partner, resulted in a very effective clone of an older version of the YouTube homepage. For my portfolio, this project highlights my ability to tackle complex layouts, and work effectively with others.

Conclusion

This project was a fantastic learning experience, demonstrating the power of HTML and CSS in recreating complex web interfaces. The combination of structural HTML, stylistic CSS, and the responsive coding of my partner, resulted in a very effective clone of an older version of the YouTube homepage. For my portfolio, this project highlights my ability to tackle complex layouts, and work effectively with others.