I am not sure I have understood your question, but I will try to answer anyway.
Your console window is in a certain directory. This is like if you open your file browser and go to a certain directory (folder).
You typed "pwd", asking it to print the current working directory (where you are). It told you that you are in your Home folder.
Then you asked it to list out what is in that directory. It gave you a list. Those blue ones ending in / are directories inside your home folder. The white ones are files in your home folder. Is that the list you are referring to?
If you open a file browser and go to your home directory, you would see those files and folders there (assuming the system you are on has a GUI and file browser).
Does that answer your question?
