Code
Most of the lines of code are indented so the parent-child relationships can be seen more easily. Inline styling is frequently used throughout the code. This type of styling is not efficient because it would be difficult to look all over the code for specific elements if styling needed to be changed. Styling with an external CSS file would be more efficient. Some elements, such as headings and paragraphs, are not given class names. Class names would help identify elements so they can be found more easily in the code.
User Interface
Drop-down menus are used in the navigation bar so similiar links can be grouped together. The page is laid out well and simply.
User Experience
The light colors and shapes give the page a calm and hip feel. The overall page does not feel overwhelming.
Summary
The page's code has decent indentation. The method of styling was not the most efficient since some of the styling was done with inline CSS. Class names were not used in some places where they could be efficiently used. The page design was simple and hip.