In order to edit this file, from the main menu type "g files". This will bring up a listing of the directories in your account. One of these directories is public_html. If you select this directory and hit enter, a listing of all of the files and sub-directories contained within it will be listed. This is where you will find the Profile.html file.
To edit profile.html, simply select it with the cursor, and then type "e". This will bring the html code for this file up into the pico editor. You can then start creating your main page.
To add more pages to the site, from the listing of files in the public_html directory, type "f" and then select New File. This will create a new empty file in that directory for you. You then need to proceed as above by selecting the file, and typing "e" to edit it.
The URL for your personal page is generated automatically. It is simply
http://hp.bccna.bc.ca/~and then your loginID. For example:
http://hp.bccna.bc.ca/~aa020/
Option #2
Option #3