Make a donation | Further questions

Frequently Asked Questions

  • What is this site made with?

    This site was made with HTML, CSS, JS, and is hosted on Glitch.

  • How was this site made?

    This site was made by inspecting the code on the official MET site, and this site is basically a much simpler version of that site. I tried to imitate the "skeleton" of each page by studying the code and modifying it for my own purposes. Some parts of this site are copy and pasted from the source code, while others aren't. I just tried to do what worked and what fit for my skill level.

  • What did you learn from doing this?

    I feel like I better understand how actual websites are made, and in the process of making this site I think I understand HTML and CSS better than I did before. I also feel like I better understand how certain classes can be used repeatedly to save code space, for example classes dedicated to typography or link styles. I think I can better see how classes overlap with each other.