You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can add the image locally by replacing it with the `/assets/profile-image.png`.
132
-
Or replace the `src` link in the HTML file with your preferred image. I recommmend you copy your GitHub profile image link, so the image changes anytime you update it on GitHub.
132
+
Or replace the `src` link in the HTML file with your preferred image. I recommend you copy your GitHub profile image link, so the image changes anytime you update it on GitHub.
133
133
134
134
## 4. Name
135
135
Edit the name on the welcome message with your own name. This line of text can be found in the `/docs/index.html` file.
@@ -196,7 +196,7 @@ This is where you display the tools/technologies used in building the project. E
196
196
<p>React, Redux, SASS</p>
197
197
```
198
198
### Project Link
199
-
The project links are the icons on the top right of the project cards. One is the github link and the othe is the live link. You can paste the respective links into the empty `href` attributes. The icons are added using an icon library called <ahref="fontawesome.com/">fontawesome</a> so changing this icon is super easy.
199
+
The project links are the icons on the top right of the project cards. One is the github link and the other is the live link. You can paste the respective links into the empty `href` attributes. The icons are added using an icon library called <ahref="fontawesome.com/">fontawesome</a> so changing this icon is super easy.
200
200
```html
201
201
<ahref="#"><iclass="fab fa-github"></i></a>
202
202
<ahref="#"><iclass="fas fa-globe"></i></a>
@@ -263,7 +263,7 @@ We are using plain `CSS` for this project and you can find that in the `docs/css
0 commit comments