This design will use a flex grid of "header", "main", and "footer". The head will consist of all top elements that stretch across the width of the page. The main will be a flex row containing two flex columns. Column one is the general information and calendar, column two contains all of the resource icons. Flex wrap will wrap the second column below the content below the first column as the screen shrinks.
All links, when clicked, will send the user to a new tab. Buttons for dropdown menus will change color on hover, as well as the location, contact, and about buttons. (The text remains the same color, the background of the button will change.) All clickable items will be set to cursor: pointer.