Below is a screengrab of the S3 bucket that stores the files that drive this website.
Terminal example
Below is a screengrab of the terminal. The commands here are as follows:
pwd: 'tell me the folder I'm in'
touch hello_world.txt: 'create a text file called hello_world'
ls: list all the files in the folder I'm currently in
Example of HTML & Cascading Style Sheets (CSS)
The image below demonstrates the type of code you would write to build a website. This code would display a really basic webpage that reads 'Example of basic website code' in blue text. Of course, all websites consist of more complex code.