Skip to content

Commit

Permalink
Merge pull request #52 from isyneha/main
Browse files Browse the repository at this point in the history
Added Sneha's Card and Updated Readme File as per #2
  • Loading branch information
Rajkumar-justcoder authored Oct 7, 2022
2 parents a2e04ab + d254d37 commit 7356179
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 8 deletions.
27 changes: 20 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Resource-Card

Knowledge is everywhere but in this modern world of so much knowledge it become difficult to gather it when you require it. Here's presenting to you all a website that will have all the useful Developer Resources which is made by you all, for all of us.

### How to Contribute
Website: [Resource-Card](bauddhikgeeks.tech/Resource-Card/)

## 1. Copy the following code
This repository is amintained by [Bauddhik-Geeks](https://github.com/Bauddhik-Geeks) with a vision to help developers and professionals.

## What you can contribute?
You can share three useful Developer Resources with us and help us in creating a big collection of all the good developer resources.

## How to Contribute?
It is just a cake-walk to contribute here. If you know Github and Git then it is cherry on the top else we are here to guide you.

1. Copy the following code
```html
<div class="card">
<p class="name">Your name</p>
Expand All @@ -28,7 +37,7 @@
</div>
</div>
```
## 2. Find the below given code snip in index.html file
2. Find the below given code snip in [index.html](https://github.com/Bauddhik-Geeks/Resource-Card/blob/main/index.html) file.
```html
<!-- ________*END TEMPLATE* Contributor card END ________ -->

Expand All @@ -39,14 +48,18 @@
<!-- <<<<< Do not change anything below this line >>>>> -->
<!-- -------------------------------------------------- -->
```
## 3. Paste your code in between the comment lines
## 4. Add personal details and add links to resources under the Useful Dev Resources section
## 5. Make sure it works correctly
### Our `Contributors`
3. Paste your code in above the 'Do not change anything comment'
4. Add personal details and add links to resources under the Useful Dev Resources section.
5. Make sure it works correctly and here you are done!
6. Commit your changes and start a pull request.

## Our `Contributors`

<div align="center">

<a href = "https://github.com/Bauddhik-Geeks/Resource-Card/graphs/contributors">
<img src = "https://contrib.rocks/image?repo=Bauddhik-Geeks/Resource-Card"/>
</a>

### 🎉 Thanks for contributing to the Resource-Card 🎉
### Happy contributing!
26 changes: 25 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,30 @@ <h2>Help your friends find some good learning resources</h2>
</div>
</div>
<!--Deepanshu's card End--!>
<!--Sneha's card-->
<div class="card">
<p class="name">Sneha Agarwal</p>
<p class="contact">
<i class="fab fa-twitter"></i>
<a href="https://twitter.com/isyneha" target="_blank">@isyneha</a>
</p>
<p class="about">I am a pen-ultimate third year undergraduate at HArcourt Butler Technical University, Kanpur. A firm believer who loves to explore various domains.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.w3schools.com" target="_blank" title="First Resource">Site for learning front-End Development</a>
</li>
<li>
<a href="https://www.freecodecamp.org/learn" target="_blank" title="Second Resource">Another good course for Front-end Developemnt and more</a>
</li>
<li>
<a href="https://www.geeksforgeeks.org/" target="_blank" title="Third resource">For DSA and CSE Subjects</a>
</li>
</ul>
</div>
</div>
<!--Deepanshu's card End--!>
<!--lenalightning's card-->
<div class="card">
<p class="name">lenalightning</p>
Expand All @@ -845,6 +868,7 @@ <h2>Help your friends find some good learning resources</h2>
</div>
</div>
<!--lenalightning's card end--!>
<!--contributor card end-->

Expand Down

0 comments on commit 7356179

Please sign in to comment.