prameshbajra / dev-circle-np.github.io

Grow yourself along with helping others

Home Page:https://dev-circle-np.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developers Circle Nepal (DCN) - The official page.

Add yourself as a member

In order to add yourself as a member, you must join our DCN discord server here.

Next, follow the given steps:

  1. Add your information as Javascript object on members/members.js file in members array.

    // edit it
    {
        fullName: '{ your full name }',
        discordUsername: '{ your discord username with discriminator ex. user#1050 }',
        about: '{ very short text about you }',
        links: {
            github: '{ github username }', // required
            twitter: '{ twitter username }',
            facebook: '{ facebook username }'
        }
    },
  2. Send us a PR. That's all.

Would you like to contribute to this repo ?

Checkout our contribution guide

Contributors

We ❤️ our Contributors

About

Grow yourself along with helping others

https://dev-circle-np.github.io

License:MIT License


Languages

Language:CSS 44.6%Language:HTML 31.9%Language:JavaScript 23.6%