Skip to content

Commit 5cc46ef

Browse files
authored
Merge branch 'main' into main
2 parents 8b240f8 + 76f8880 commit 5cc46ef

6 files changed

Lines changed: 45 additions & 52 deletions

File tree

community/index.md

Lines changed: 24 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,57 @@
11
---
2-
title: Hive Community
3-
sidebar_label: Welcome to the Hive Community
2+
title: recode hive community
3+
sidebar_label: Welcome to recode hive community
44
sidebar_position: 1
55
---
6-
# 🐝 Welcome to Hive Community
76

8-
Welcome to **recode hive** — a community built for everyone to **learn**, **share**, and **grow**. Whether you're a **developer 👨‍💻**, **designer 🎨**, or just someone interested in exploring new ideas 💡, we’re excited to have you here!
7+
# 🐝 Welcome to the recode hive community
98

10-
---
9+
**recode hive** is a community for everyone to **learn**, **share**, and **grow**.
10+
Whether you're a **developer 👩‍💻**, **designer 🎨**, or simply curious about new **ideas 💡**, we’re excited to have you here!
1111

1212
## 🌟 How You Can Contribute
1313

14-
There are many ways to get involved in recode hive. Here’s how you can contribute:
14+
There are many ways to get involved in **recode hive**:
1515

1616
### 🔧 Code
17-
If you're a developer, you can:
18-
- Write code 🧑‍💻
17+
18+
- Write and improve code 🧑‍💻
1919
- Fix bugs 🐞
2020
- Add new features 🚀
2121

22-
➡️ Find our codebase on [GitHub](#) or [GitHab](#)
23-
2422
### 🎨 Design
25-
If you're a designer, you can:
26-
- Create new UI/UX designs
27-
- Improve existing visuals
28-
- Share design feedback
2923

30-
➡️ Our design resources live on [Figma](#) and [Adobe XD](#)
24+
- Create and refine UI/UX designs
25+
- Improve visuals and accessibility
26+
- Share design feedback
3127

3228
### 📝 Documentation
33-
If you're a writer or educator, you can:
34-
- Improve documentation 🖋️
29+
30+
- Update and expand docs 🖋️
3531
- Write tutorials 📚
3632
- Translate content 🌍
3733

38-
➡️ Documentation is hosted on [GitHub](#)
34+
➡️ View documentation on [GitHub](https://www.recodehive.com/docs/)
3935

4036
### 🤝 Community
41-
If you're a community-minded person, you can:
42-
- Help answer questions
43-
- Support new members 💬
44-
- Share knowledge and insights
4537

46-
➡️ Join the conversation on [Discord](#) or [Slack](#)
38+
- Welcome new members 💬
39+
- Answer questions and share insights
40+
- Join discussions and events
4741

48-
---
42+
➡️ Connect on [Discord](#)
4943

5044
## 🚀 Get Started
5145

52-
To begin your journey with recode hive:
53-
1. Join our community on [Discord](#) or [Slack](#)
54-
2. Explore our repositories on [GitHub](#)
55-
3. Pick a task or area you're excited about!
56-
57-
We’re here to help and support you throughout your journey — don’t hesitate to reach out.
46+
1. Join us on [Discord](#)
47+
2. Explore our repositories on [GitHub](https://github.com/recodehive/recode-website?tab=readme-ov-file#top)
48+
3. Find something that excites you and start contributing!
5849

59-
---
50+
We’re here to help — reach out anytime.
6051

6152
## 🙏 Thank You
6253

63-
Thank you for your interest in **recode hive**!
64-
We're thrilled to have you here and can’t wait to **collaborate**, **learn**, and **grow** — together. 🌱
54+
Thanks for being part of **recode hive**!
55+
Were thrilled to **collaborate**, **learn**, and **grow** — together. 🌱
6556

6657
> _Let’s make this community the best it can bee! 🐝_
67-
68-
---
69-
70-
_Last updated on Oct 14, 2018 by Author (Simulated during dev for better per)_

docs/GitHub/intro-github.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ In the above example, all the developers were able to work on different features
7070

7171
GitHub simplifies the command-line interface of Git and makes it more GUI-friendly. GitHub is built on top of Git. Here want we do is staging the files and doing the commit, You can clone the entire repository, create a branch, commit to that branch, and then 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.
7272

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

7575

7676
:::info
@@ -90,13 +90,13 @@ The fork is a personal copy of the repo which is already present or uploaded in
9090

9191
:::
9292

93-
< />
93+
9494

9595
### Watch the video Tutorial
9696
<iframe width="880" 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>
9797

98-
< />
98+
9999

100100
## Conclusion
101101

102-
If you think this GitHub Tutorial starter kit for Beginner was useful to you, then don’t forget to share it with others. We will discuss this in detail in the next post. or In the next post, we will discuss how to upload your project to your GitHub account using Git.
102+
If you think this GitHub Tutorial starter kit for Beginner was useful to you, then don’t forget to share it with others. We will discuss this in detail in the next post. or In the next post, we will discuss how to upload your project to your GitHub account using Git.

docs/Nextjs/setup-environment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: In this tutorial, you will learn how to set up your development env
2020
---
2121

2222
Setting up Next.js Development Environment
23-
< />
23+
2424

2525
### Step 1: Install Node.js
2626

@@ -61,7 +61,7 @@ Next.js requires Node.js to run. Let's download and install it first.
6161
npm --version
6262
```
6363

64-
< />
64+
6565

6666
### Step 3: Install a Code Editor
6767

@@ -228,7 +228,7 @@ When you're ready to deploy:
228228
npm run start
229229
```
230230

231-
< />
231+
232232

233233
## Useful Commands Reference
234234

@@ -286,4 +286,4 @@ In the next tutorial, we'll explore creating your first pages and components in
286286

287287
---
288288

289-
*This guide was created to help developers get started with Next.js quickly and efficiently.*
289+
*This guide was created to help developers get started with Next.js quickly and efficiently.*

docs/python/setup-environment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: In this tutorial, you will learn how to set up your development env
2020
---
2121

2222
Install Python
23-
< />
23+
2424
### Step 1: Let’s Download the git
2525

2626
1. Go to the [Git Website](https://git-scm.com/) and click on download for windows button.
@@ -52,7 +52,7 @@ Install Python
5252
- 1. The next screen click next on Public Licence.
5353
- 2. Choose the location as default and click on Next
5454

55-
< />
55+
5656

5757
### Step 3: Understanding the Interface.
5858

@@ -107,8 +107,8 @@ Install Python
107107
```html title="create a new repository on the command line"
108108
git --version
109109
```
110-
< />
110+
111111

112112
## Conclusion
113113

114-
In conclusion, I hope you enjoyed reading this article on "Setting up your Git Environment?". In the next post, will be discussing using Git to create a Repository and clone a project Github. Signing off Sanjay Viswanathan.
114+
In conclusion, I hope you enjoyed reading this article on "Setting up your Git Environment?". In the next post, will be discussing using Git to create a Repository and clone a project Github. Signing off Sanjay Viswanathan.

src/pages/blogs/blogs-new.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,12 +684,13 @@
684684
transform: none;
685685
width: 24px;
686686
height: 24px;
687-
color: #6366f1;
687+
color: #757575;
688688
flex-shrink: 0;
689689
display: flex;
690690
align-items: center;
691691
justify-content: center;
692692
pointer-events: none;
693+
stroke: #757575;
693694
}
694695

695696
@keyframes iconPulse {
@@ -703,8 +704,13 @@
703704
}
704705
}
705706

707+
[data-theme='dark'] .search-icon {
708+
color:#757575;
709+
stroke: white;
710+
}
711+
706712
.search-wrapper:focus-within .search-icon {
707-
color: #4f46e5;
713+
color:#757575;
708714
animation-play-state: paused;
709715
transform: translateY(-50%) scale(1.1);
710716
}

src/pages/blogs/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export default function Blogs(): React.JSX.Element {
103103
</svg>
104104
<input
105105
type="text"
106-
placeholder="Search articles by title, description, or topic..."
106+
placeholder="Search article by title, topic"
107107
className="search-input"
108108
value={searchTerm}
109109
onChange={handleSearchChange}

0 commit comments

Comments
 (0)