HTML Code - Go to navigation-bars-template-1 & copy the code starting from <header>.
CSS Code - Start copying from header all the way to the end of the file. Remove the #navigation-bars-template-1 prefix from all selectors.
JS Code - Copy the entire file. On Line#1, remove #navigation-bars-template-1 from the selector.
HTML Code - Go to navigation-bars-template-2 & copy the code starting from <header>.
CSS Code - Start copying from header all the way to the end of the file. Remove the #navigation-bars-template-2 prefix from all selectors.
JS Code - Copy the entire file. On Line#1 & 5, remove #navigation-bars-template-2 from the selectors. Remove the navigationBarsTemplate2_ prefix from all variable names & all function names.