Skip to content

Commit 9948066

Browse files
committed
2 parents dff576b + ab60380 commit 9948066

File tree

11 files changed

+193
-143
lines changed

11 files changed

+193
-143
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# These are supported funding model platforms
22

33
github: Ajay-Dhangar # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4-
patreon: # Replace with a single Patreon username
4+
patreon: ajay_dhangar # Replace with a single Patreon username
55
open_collective: codeharborhub # Replace with a single Open Collective username
66
ko_fi: # Replace with a single Ko-fi username
77
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel

.github/pull_request_template.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Related Issue
2+
[Cite any related issue(s) this pull request addresses. If none, simply state "None”]
3+
4+
## Description
5+
[Please include a brief description of the changes or features added]
6+
7+
## Type of PR
8+
9+
- [ ] Bug fix
10+
- [ ] Feature enhancement
11+
- [ ] Documentation update
12+
- [ ] Other (specify): _______________
13+
14+
## Screenshots / videos (if applicable)
15+
[Attach any relevant screenshots or videos demonstrating the changes]
16+
17+
## Checklist:
18+
- [ ] I have performed a self-review of my code
19+
- [ ] I have read and followed the Contribution Guidelines.
20+
- [ ] I have tested the changes thoroughly before submitting this pull request.
21+
- [ ] I have provided relevant issue numbers, screenshots, and videos after making the changes.
22+
- [ ] I have commented my code, particularly in hard-to-understand areas.
23+
<!-- [X] - put a cross/X inside [] to check the box -->
24+
25+
## Additional context:
26+
[Include any additional information or context that might be helpful for reviewers.]

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,9 @@ This project is licensed under the [MIT License](LICENSE).
8888
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
8989
9090
![image](https://github.com/CodeHarborHub/codeharborhub/assets/99037494/a8645938-5269-4d97-93e7-206059266035)
91+
92+
93+
## Chat with us
94+
95+
[![Chat with us](https://github.com/CodeHarborHub/codeharborhub/assets/99037494/e898e0e8-7985-4adb-9730-a2588fcba78e)](https://www.patreon.com/ajay_dhangar/membership)
96+

courses/react-js/begginer-level/intro-to-react/lesson_3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ console.log('Hello, Node.js!');
125125

126126
Save the file and open a terminal or command prompt in the same directory. Run the following command to execute the JavaScript code using Node.js:
127127

128-
```bash title="Run hello.js with Node.js"
128+
```bash
129129
node hello.js
130130
```
131131

docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ const config = {
109109
value: `<div class="dropdown">
110110
<a class="dropbtn" href="/docs/"> Tutorials </a>
111111
<div class="dropdown-content">
112-
<a href="/docs/category/html/">HTML, </a>
112+
<a href="/docs/category/html/" class="nav__icons" > <img src="/icons/html-5.svg" alt="HTML" /> </a>
113+
<a href="/docs/" class="nav__icons" > <img src="/icons/css.svg" alt="CSS" /> </a>
113114
<a href="/docs/category/javascript/">JavaScript, </a>
114115
<a href="/docs/category/react/">React</a>
115116
</div>

src/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,4 +316,9 @@ table, tr, td, th {
316316
.dropdown-content {
317317
min-width: 100px;
318318
margin: 2px 5px;
319+
}
320+
321+
.nav__icons img {
322+
width: 30px;
323+
height: 30px;
319324
}

src/data/showcase/broadcast-web.jpg

296 KB
Loading
46.4 KB
Loading

0 commit comments

Comments
 (0)