people.reed.edu/~usernamesftp.reed.edu
sftp username@sftp.reed.edu
myhomepage.html inside your html folder on sftp.reed.edu:sftp server: [your home] -> html -> myhomepage.htmlthe URL for that file will be:
https://people.reed.edu/~miyos/myhomepage.html
project1.html inside your project folder inside html folder on sftp.reed.edu:
sftp server: [your home] -> html -> project -> project1.html
https://people.reed.edu/~miyos/project/project1.html
index.html in the folder.
html is referenced by the web server as:https://people.reed.edu/~miyos/
https://people.reed.edu/~miyos/index.html
miyos → html → project1/ is referenced by the web server as:https://people.reed.edu/~miyos/project1/
https://people.reed.edu/~miyos/project1/index.html
You need two files published on the Reed server by end of class:
id attribute to each major section heading (e.g. Ingredients, Preparation). You should have at least 3 anchors.recipe.html:<a href="recipe.html#ingredients">Ingredients</a>
How to publish (SFTP to sftp.reed.edu):
sftp.reed.edu with your Reed username and password (use SFTP protocol, port 22)html folderhttps://people.reed.edu/~username/recipe.html in your browser to confirm it worksValidate your recipe.html: