Skip to content

Commit 86c22ca

Browse files
authored
Merge pull request #360 from steam-bell-92/main
Removed < /> from all .md files of Technical & Nextjs in docs
2 parents 4cfe440 + 9e382f4 commit 86c22ca

File tree

4 files changed

+3
-23
lines changed

4 files changed

+3
-23
lines changed

docs/Nextjs/git-commands.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ description: In this tutorial, you will learn about the basic of git and 50 impo
1111
1212
I can create like teaching how to fork and clone and making changes. HTML, which stands for **HyperText Markup Language**, serves as the backbone of the World Wide Web. It is the standard language used to create web pages, providing the structure and content that browsers render for users to interact with. Understanding how HTML works with web browsers is fundamental for anyone diving into web development.
1313

14-
< />
1514

1615
## Understanding Git: The Building Blocks
1716

@@ -34,8 +33,6 @@ HTML is a markup language that uses tags to define the structure and content of
3433
In this example, the `<h1>` tag creates a heading, and the `<p>` tag creates a paragraph. The browser interprets these tags and displays the content accordingly. HTML tags can be nested within each other to create more complex structures, such as lists, tables, forms, and more.
3534

3635

37-
< />
38-
3936
## How Web Browsers Render HTML
4037

4138
When a user requests a web page by entering a URL in the browser's address bar or clicking a link, the browser sends a request to the web server hosting the page. The server responds by sending the HTML content of the page back to the browser. The browser then parses the HTML code and renders the page on the user's screen.
@@ -106,7 +103,6 @@ When a user requests a web page by entering a URL in the browser's address bar o
106103
:::
107104
By understanding how web browsers render HTML content, web developers can optimize their code and design to create fast and responsive web pages. Techniques such as minimizing the use of inline styles, reducing the number of DOM elements, and optimizing images can help improve the performance of web pages and provide a better user experience.
108105

109-
< />
110106

111107
## Useful 50 Git Commands Cheatsheet
112108

@@ -307,10 +303,6 @@ git push -u origin main #Push changes to remote repository and remember the bran
307303
:::
308304
By managing these resources efficiently, web developers can create engaging and interactive web pages that deliver a rich user experience. Understanding how HTML works with web browsers and how browsers render content is essential for building modern web applications that meet user expectations and performance standards.
309305
310-
< />
311-
312-
313-
< />
314306
315307
## Conclusion
316308

docs/Nextjs/intro-github.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ description: In this tutorial, you will learn about GitHub, its importance, what
1515
---
1616

1717
GitHub is a web-based platform used for version control and collaboration. It allows developers to work together on projects from anywhere in the world. GitHub is built on top of Git, a distributed version control system created by Linus Torvalds in 2005.
18-
< />
1918

2019
:::note
2120
Key Features of SQL:
@@ -71,7 +70,7 @@ So in the above example all the developer where able to work on different feautr
7170

7271
GitHub Simplfy all the command line interface of Git and make it more GUI friendly. GitHub has builds above of git. Here want we do is staging the files and doing the commit, You can clone the entire repository and create a branch and commit to that branch ask the main developer to merge the branch. when you clone in reality you are creating a copy of the real code/repository in your local environment.
7372

74-
[![Git Structure](./assets/2-git-strucutre.png)]
73+
![Git Structure](./assets/2-git-strucutre.png)
7574

7675

7776
:::info
@@ -93,12 +92,9 @@ The fork is a personal copy of the repo which is already present or uploaded in
9392

9493
:::
9594

96-
< />
97-
9895
### Watch the video Tutorial
9996
<iframe width="853" height="480" src="https://www.youtube.com/embed/GrTV59Y84S8?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="How to start with GitHub in 2024 | Beginner&#39;s Guide" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
10097

101-
< />
10298

10399
## Conclusion
104100

docs/Nextjs/setup-environment.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ description: In this tutorial, you will learn how to set up your development env
1616

1717
Github is a way of version control your software development using Git, Github was founded in 2008 and recently Microsoft has bought the company now Microsoft is the parent organization of Github. So what do I mean by version control? When developing software the important hurdle is merging the version as part of development or update. Github helps developers in this perspective, this allows collaboration between the developers to work simultaneously.
1818

19-
< />
20-
2119

2220
## Setting Up Your Development Environment
2321

@@ -57,7 +55,6 @@ Let’s create a Github Account
5755
- 2. How much programming experience do you have?
5856
- 3. What do you plan to use Github for?
5957

60-
< />
6158

6259
### Step 3:
6360

@@ -80,8 +77,6 @@ Congratulations! You've successfully set up your development environment using V
8077
3. Write your HTML code. For example:
8178

8279

83-
< />
84-
8580
## Conclusion
8681

8782
In conclusion, I hope you enjoyed reading this article on “How to create Github Account?”. In the next post, will be discussing using Git to create a Repository and clone a project Github. More Github Tutorial is available here Signing off Sanjay Kv

docs/Technical/intro-github.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ description: In this tutorial, you will learn about GitHub, its importance, what
1515
---
1616

1717
GitHub is a web-based platform used for version control and collaboration. It allows developers to work together on projects from anywhere in the world. GitHub is built on top of Git, a distributed version control system created by Linus Torvalds in 2005.
18-
< />
1918

2019
:::note
21-
Key Features of SQL:
20+
Key Features of GitHub:
2221
GitHub will help you to control the version of the project on a large scale.
2322

2423
GitHub offers <a href="https://github.com/pricing">Premium</a> account for use, Premium users get unlimited Github Repo time, Storage etc.
@@ -71,7 +70,7 @@ So in the above example all the developer where able to work on different feautr
7170

7271
GitHub Simplfy all the command line interface of Git and make it more GUI friendly. GitHub has builds above of git. Here want we do is staging the files and doing the commit, You can clone the entire repository and create a branch and commit to that branch ask the main developer to merge the branch. when you clone in reality you are creating a copy of the real code/repository in your local environment.
7372

74-
[![Git Structure](./assets/2-git-strucutre.png)]
73+
![Git Structure](./assets/2-git-strucutre.png)
7574

7675

7776
:::info
@@ -93,12 +92,10 @@ The fork is a personal copy of the repo which is already present or uploaded in
9392

9493
:::
9594

96-
< />
9795

9896
### Watch the video Tutorial
9997
<iframe width="853" height="480" src="https://www.youtube.com/embed/GrTV59Y84S8?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="How to start with GitHub in 2024 | Beginner&#39;s Guide" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
10098

101-
< />
10299

103100
## Conclusion
104101

0 commit comments

Comments
 (0)