Once logged in, a user who has permission to edit the website will see two changes:
These two changes represent the extent of Drupal's maintenance tools! Unlike many content management systems, Drupal does not have a 'back-end': a separate administrative area where content editing and creation takes place. Instead, all the tools are available while you're actually in the website itself - a much more dynamic and fluid way of maintaining content.
The Administration Panel appears as a strip across the top of the screen - depending on the roles assigned to your user account, the options in the Administration Panel will vary. The upper black part represents the administration options, while the lower grey part holds shortcuts to frequently-used options:
Alongside offering options on the different types of content you can create, the website also offers options defining how that content is formatted. Standard websites use the coding language HTML to specify how content is formatted (eg. where paragraphs end, what words are in bold, where links go, etc). However, for those who don't know HTML different text formats are available to allow users of varying web knowledge enter text, links, etc:
When you create new content, or edit existing content, the above options will be offered on most content creation text-boxes. However, unless you are confident with HTML it is recommended you use the Markdown format (the default).