MaikeAgileCoach / MaikeAgileCoach/MaikeAgileCoach.github.io
Add character image
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Description
The visitors of your site already have a good impression of your character. It is even better to show your character visually. Therefore you should add a picture of your character. For that, you should choose a picture from the internet.
Tasks
Carry out the following steps:
- Create a new branch named
feature5_image - Check out this branch
- Search on the search engine of your choice for a picture of your character that you particularly like. Make sure that the image license allows you to use it in private context. Now you need to get the direct link to this image. Get it by clicking on "Show file" or by right-clicking on the picture, "show graphic" and then copying the address from the address bar of your browser.
- Paste the image at the bottom of your website using the HTML expression
<img src="URL"/>. Replace the URL with the link to your image. The cheat sheets also shows a way to display images, but we want you to use this HTML expression. - Commit your changes and push them.
- Create a pull request.
- If both tests have passed, you can merge your changes into the master branch. If the tests fail, look at the comments of the pull request to find out what the problem was. Fix the errors so that the tests pass. A good idea is to repeat the steps of the issue again and see if everything is written correctly. You can also look at the Index.md file on GitHub and check the correct formatting. If you tried it for 15 minutes without success, you can have a look in the course forum.
- Delete your feature branch. Switch to the master branch and update your local repository.
- Take a look at your website and see if something has changed. You may have to update the page a few times.
If you have any questions, you can take a look at the course forum.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open Index.md and inspect the bottom of the page, then check the existing formatting and the repository tests before editing. Choose a character image with a license permitting private use, add it using the requested HTML image expression, and confirm both tests pass and the image appears on the website.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, markdown
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100