Skip to content

Commit 9d46bef

Browse files
authored
@devvsakib readme, index file updated with new name (#240)
* resource page added with few free resource list * vercel deploy issue fix * card color issue fixed * ui improved issue #234 * readme, index file updated with new name
1 parent 71de5e4 commit 9d46bef

File tree

3 files changed

+67
-43
lines changed

3 files changed

+67
-43
lines changed

README.md

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
## GitHub Error Solve - A place to find Git related errors & there solutions
1+
# DevToolsArena - Your Ultimate Resource for Git Solutions, Web Tools, and More
22

3-
![GES](https://user-images.githubusercontent.com/88102392/226684787-087307ac-3c8b-45ca-a22d-ba42665ec481.png)
3+
![DevToolsArena](public/assets/devtoolareabanner.png)
44

5-
## Why GES?
5+
## Why DevToolsArena?
66

7-
GitHub Error Solve is a community-driven platform that serves as a hub for finding solutions to various Git-related errors. Git is a powerful and widely-used version control system, but it can sometimes be challenging to navigate its complexities, especially for beginners.
7+
DevToolsArena is your comprehensive platform for not only resolving Git-related issues but also exploring a variety of web development resources, tools, and insights. Whether you're troubleshooting Git errors, seeking valuable tools, or diving into web development topics, DevToolsArena is designed to be your go-to resource.
88

9-
This platform provides a space where users can ask questions about Git errors they encounter and receive responses from experienced developers who have faced and resolved similar issues before. It also offers a repository of knowledge where users can find previously answered questions and solutions, making it a valuable resource for anyone seeking to enhance their Git skills.
9+
Our platform provides a collaborative space where users can find solutions to common Git errors, discover essential web tools, and access a wealth of web development resources. It’s a valuable destination for both seasoned developers and newcomers looking to enhance their skills and streamline their workflows.
1010

11-
## Tech stack used
11+
## Tech Stack
1212

1313
| Language | Badge |
1414
| ---------- | ----------------------------------------------------------------------------------------------------------------- |
@@ -19,32 +19,28 @@ This platform provides a space where users can ask questions about Git errors th
1919
| React | ![React](https://img.shields.io/badge/react-blue?style=for-the-badge&logo=react&logoColor=navyblue) |
2020
| Vite | ![Vite](https://img.shields.io/badge/vite-5BB4FF?style=for-the-badge&logo=vite&logoColor=FFC018) |
2121

22-
## Where to contribute?
22+
## How to Contribute
2323

24-
Getting involved in open-source software (OSS) projects can be a gratifying and enriching experience. It not only enables you to acquire new skills but also allows you to make a valuable impact on a project that serves the wider community.
24+
Contributing to DevToolsArena is a great way to get involved and make an impact. Here’s how you can contribute:
2525

26-
> Here the some steps you can take to contribute to this project:
26+
- **Review the [Code of Conduct](/CODE_OF_CONDUCT.md)** to understand our community guidelines.
27+
- **Follow the [Contribution Guidelines](/contributing.md)** to get started.
28+
- **Report issues** or **suggest features** by creating an issue on GitHub.
2729

28-
- Remember to read [Code Of Conduct](/CODE_OF_CONDUCT.md) before contributing.
29-
- Follow the [Contribution Documents](/contributing.md).
30-
- Create an issue to report bugs, and vulnerabilities or add a new feature.
30+
## Join Our Community
3131

32-
## Join our community
32+
Connect with other developers and enthusiasts through our community channels. Joining a community can provide you with valuable insights, support, and networking opportunities.
3333

34-
If you're looking to connect with like-minded individuals who share your interests, passions, and goals, joining a community can be an excellent option. Whether it's a local group that meets in person or an online forum where members from around the world come together virtually, communities provide a sense of belonging and the opportunity to learn and grow alongside others.
34+
[Join our Discord community](https://discord.gg/xwRbDwnbMr)
3535

36-
By joining a community, you can gain access to a wealth of knowledge, resources, and support that can help you achieve your personal and professional aspirations. So if you're ready to connect with others who share your interests and build meaningful relationships, consider joining a community today!
36+
### Acknowledgments
3737

38-
[Discord Link](https://discord.gg/xwRbDwnbMr)
38+
We extend our heartfelt thanks to everyone who has contributed to DevToolsArena. Your support and contributions are invaluable to the success of this project. ❤️
3939

40-
### Contributors
41-
42-
We would like to extend our heartfelt gratitude to all the individuals who have contributed to and supported this project. Your time, skills, and knowledge have been indispensable in ensuring the success of this endeavor. Whether you provided code, documentation, testing, or simply gave feedback and suggestions, we are truly grateful for your contributions. ❤️
43-
44-
<a href = "https://github.com/devvsakib/github-error-solve/graphs/contributors">
45-
<img src = "https://contrib.rocks/image?repo=devvsakib/github-error-solve"/>
40+
<a href="https://github.com/devvsakib/DevToolsArena/graphs/contributors">
41+
<img src="https://contrib.rocks/image?repo=devvsakib/DevToolsArena" />
4642
</a>
4743

4844
## License
4945

50-
ProjectsHut is licensed under the [GNU GENERAL PUBLIC LICENSE ](/LICENSE)
46+
DevToolsArena is licensed under the [GNU General Public License](/LICENSE).

index.html

Lines changed: 48 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,50 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>GitHub Error Solve - Opensource Projects</title>
8-
<link rel="shortcut icon" href="githubfavicon.png" type="image/x-icon">
9-
<link rel="stylesheet" href="./dist/output.css" />
10-
<link rel="preconnect" href="https://fonts.googleapis.com" />
11-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
12-
<link
13-
href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap"
14-
rel="stylesheet"
15-
/>
16-
<meta name="google-site-verification" content="%VITE_GOOGLE_SITE_VERIFICATION%" />
17-
</head>
18-
<body>
19-
<div id="root"></div>
20-
<script type="module" src="/src/main.jsx"></script>
21-
</body>
22-
</html>
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
9+
<!-- Primary Title and Description -->
10+
<title>DevToolsArena - Opensource Project</title>
11+
<meta name="description" content="DevToolsArena is a comprehensive platform for resolving Git-related issues, discovering essential web tools, and accessing valuable web development resources. Join our community for support and collaboration." />
12+
<meta name="keywords" content="Git solutions, web development resources, Git errors, web tools, HTML to JSX converter, GitHub issue finder, markdown editor, opensource, opensource project, good first issue" />
13+
14+
<!-- Favicon -->
15+
<link rel="shortcut icon" href="githubfavicon.png" type="image/x-icon" />
16+
17+
<!-- Stylesheets -->
18+
<link rel="stylesheet" href="./dist/output.css" />
19+
20+
<!-- Font Preconnect -->
21+
<link rel="preconnect" href="https://fonts.googleapis.com" />
22+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
23+
24+
<!-- Google Fonts -->
25+
<link href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap" rel="stylesheet" />
26+
27+
<!-- Google Site Verification -->
28+
<meta name="google-site-verification" content="%VITE_GOOGLE_SITE_VERIFICATION%" />
29+
30+
<!-- Open Graph Meta Tags for Social Sharing -->
31+
<meta property="og:title" content="DevToolsArena - Your Ultimate Resource for Git Solutions, Web Tools, and More" />
32+
<meta property="og:description" content="DevToolsArena is a comprehensive platform for resolving Git-related issues, discovering essential web tools, and accessing valuable web development resources. Join our community for support and collaboration." />
33+
<meta property="og:image" content="URL_TO_IMAGE" />
34+
<meta property="og:url" content="YOUR_SITE_URL" />
35+
<meta property="og:type" content="website" />
36+
37+
<!-- Twitter Card Meta Tags -->
38+
<meta name="twitter:card" content="summary_large_image" />
39+
<meta name="twitter:title" content="DevToolsArena - Your Ultimate Resource for Git Solutions, Web Tools, and More" />
40+
<meta name="twitter:description" content="DevToolsArena is a comprehensive platform for resolving Git-related issues, discovering essential web tools, and accessing valuable web development resources. Join our community for support and collaboration." />
41+
<meta name="twitter:image" content="URL_TO_IMAGE" />
42+
43+
</head>
44+
45+
<body>
46+
<div id="root"></div>
47+
<script type="module" src="/src/main.jsx"></script>
48+
</body>
49+
50+
</html>

public/assets/devtoolareabanner.png

100 KB
Loading

0 commit comments

Comments
 (0)