Skip to content

amitness/dev-circle-np.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 42.7%
  • HTML 36.5%
  • JavaScript 20.8%