Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhgray committed Nov 9, 2023
1 parent 047b1c7 commit b2f21cc
Showing 1 changed file with 35 additions and 32 deletions.
67 changes: 35 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<a href="https://dscvit.com">
<img width="400" src="https://user-images.githubusercontent.com/56252312/159312411-58410727-3933-4224-b43e-4e9b627838a3.png#gh-light-mode-only" alt="GDSC VIT"/>
</a>
<h2 align="center"> < Insert Project Title Here > </h2>
<h4 align="center"> < Insert Project Description Here > <h4>
<h2 align="center">GDSC Official Website</h2>
<h4 align="center">www.dscvit.com<h4>
</p>

---
Expand All @@ -14,47 +14,50 @@
[![UI ](https://img.shields.io/badge/User%20Interface-Link%20to%20UI-orange?style=flat-square&logo=appveyor)](INSERT_UI_LINK_HERE)


## Features
- [ ] < feature >
- [ ] < feature >
- [ ] < feature >
- [ ] < feature >

<br>

## Dependencies
- < dependency >
- < dependency >


## Running


< directions to install >
```bash
< insert code >
```

< directions to execute >

```bash
< insert code >
```
## How to update your team page card
If you want to update your photo, or add social links to your card:
1. Update your photo at `/web/public/team`. Please keep the same name and extension!
2. Update your socials at `/web/content/team_members_[domain].json`. Here's the format:
```json
{
"name": "John Doe",
"position": "Technical Lead",
"img": "/team/board/doe.webp",
"link":"https://example.com/",
"github":"https://github.com/example",
"linkedin":"https://www.linkedin.com/in/example/"
},
```
3. Make a PR and wait for us to merge it.

## Contributors

<table>
<tr align="center">
<td>
John Doe
Anirudh Mishra
<p align="center">
<img src = "https://avatars.githubusercontent.com/u/91245420" width="150" height="150" alt="Anirudh Mishra">
</p>
<p align="center">
<a href = "https://github.com/anirudhgray">
<img src = "http://www.iconninja.com/files/241/825/211/round-collaboration-social-github-code-circle-network-icon.svg" width="36" height = "36" alt="GitHub"/>
</a>
<a href = "https://www.linkedin.com/in/anirudh-mishra">
<img src = "http://www.iconninja.com/files/863/607/751/network-linkedin-social-connection-circular-circle-media-icon.svg" width="36" height="36" alt="LinkedIn"/>
</a>
</p>
</td>
<td>
Sayar Bhattacharyya
<p align="center">
<img src = "https://dscvit.com/images/dsc-logo-square.svg" width="150" height="150" alt="Your Name Here (Insert Your Image Link In Src">
<img src = "https://avatars.githubusercontent.com/u/67531428" width="150" height="150" alt="SayarB">
</p>
<p align="center">
<a href = "https://github.com/person1">
<a href = "https://github.com/SayarB">
<img src = "http://www.iconninja.com/files/241/825/211/round-collaboration-social-github-code-circle-network-icon.svg" width="36" height = "36" alt="GitHub"/>
</a>
<a href = "https://www.linkedin.com/in/person1">
<a href = "https://www.linkedin.com/in/sayar-bhattacharyya/">
<img src = "http://www.iconninja.com/files/863/607/751/network-linkedin-social-connection-circular-circle-media-icon.svg" width="36" height="36" alt="LinkedIn"/>
</a>
</p>
Expand Down

0 comments on commit b2f21cc

Please sign in to comment.