Skip to content

Changed excessively long alt text for 2 images #885

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
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
6 changes: 3 additions & 3 deletions src/content/tutorials/en/setting-up-your-environment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A quick tutorial for setting up the p5.js Web Editor and VS Code to
category: introduction
categoryIndex: 0
featuredImage: ../images/featured/SetupA.jpg
featuredImageAlt: An interactive sketch in the p5.js Web Editor draws circles on the canvas as the mouse pointer moves.
featuredImageAlt: An interactive sketch that draws circles as the mouse pointer moves.
relatedContent:
references:
- en/p5/setup
Expand Down Expand Up @@ -61,7 +61,7 @@ If you are new to p5.js, start with the [p5.js Web Editor](https://editor.p5js.o
- Open a desktop browser on your computer and go to [https://editor.p5js.org/](https://editor.p5js.org/).
- Click the [“Sign up”](https://editor.p5js.org/signup) link on the top-right of the web page.

![An arrow pointing to the “Sign Up” link in the top right corner of the p5.js Editor.](../images/introduction/p5_editor_sign_up.png)
![An arrow to the “Sign Up” link.](../images/introduction/p5_editor_sign_up.png)


### Step 2: Create an account with [p5.js Web Editor](https://editor.p5js.org/)
Expand All @@ -73,7 +73,7 @@ If you are new to p5.js, start with the [p5.js Web Editor](https://editor.p5js.o
- Create and confirm a password. 
- Click the “Sign Up” button.

![An arrow pointing to the highlighted User Name, Emaill, Password, and Confirm Password fields on the Sign Up page.](../images/introduction/p5_editor_sign_up_page.png)
![An arrow to the highlighted fields on Sign-Up page.](../images/introduction/p5_editor_sign_up_page.png)

- Using a Google account
- Click on the button on the bottom of the page that says “Login with Google.” 
Expand Down