Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added images dir creation instructions #13

Merged
merged 3 commits into from
Feb 3, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions walkthroughs/week-1-web-development/portfolio-walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,10 @@ file to contain a `<p>` element that introduces you. Then run a dev server and
confirm that you can see your change.

## Uploading Images
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please add a newline after this heading, so it matches the rest of the file? Thanks!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a new line, and instructions for how to actually create the directory.

All of the client-side files are stored in the `webapp` directory. In order to
keep your images in one place, create a new `images` directory inside the `webapp` directory.

To add images to your project, right-click the `src/main/webapp/images`
directory and then select `Upload Files...` to select an image from your
Once you've created the `images` directory, right-click it and select `Upload Files...` to select an image from your
computer.

To reference an image in your `images` directory, use a path that starts with a
Expand Down