added major dropdown to Profile page, adjusted option font size to be 14px instead of 36px
Known bugs
overflow from very long majors is cut off in the dropdown's selected text. seems like this is a HTML/CSS bug from the articles i found online as overflow-wrap: break-word doesn't work here.
Closes #83
Changes
added majors list to config.js
added major dropdown to Registration page
added major dropdown to Profile page, adjusted
option
font size to be 14px instead of 36pxKnown bugs
overflow-wrap: break-word
doesn't work here.