I need someone to give me specific Sharepoint advice for a project that only I can complete due to company security restrictions. It is a simple site that I have built in HTML. You can see it here:
I need the following advice:
– if I should build one master page, or multiple master pages
– how I can build a menu system that will allow for easy updates when I handover the project
– this is a training course where the user will need to type in to an “exercise book”, which is just a text field. This field needs to save the data, and the program administrator needs to see what has been typed. As the user comes back to the course, they need to add to this field with their previous text already saved.
– should I make custom content types to make it easy to make new pages
– should I make multiple page layouts so the menus can be easy to update.
1. First you need to create a master page leveraging custom branding with SharePoint navigation.
2. Then create dedicated page layouts for the populating the content for the pages.
3. Page layouts in SharePoint can have custom web parts embedded in to it. so you can develop a custom  web part and provide the ability for the user to add the same while creating the pages using that layout. This custom web part will actually pulls the information of the previously entered field values.
4. for admins to see the posted content, you can write the custom code to populate a list and provide the restricted access for only admins to view them.
Let me know if you have any questions.