Skip to content

aneophyte/dev-circle-np.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 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 }',
        about: '{ very short text about you }',
        image: true,  // set to false if no profile image is provided
        links: {
            github: '{ github username }',
            twitter: '{ twitter username }',
            facebook: '{ facebook username }'
        }
    },
  2. Add your profile image on assets/img/members folder. Make sure your profile image is renamed as <your discord username>.png and has small size.

  3. Send us a PR. That's all.

Would you like to contribute to this repo ?

Checkout our contribution guide

Contributors

We <3 our Contributors

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 42.5%
  • HTML 37.3%
  • JavaScript 20.2%