lfost42 / 100devs-Directory

A worldwide directory for 100devs members

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

100devs-Directory

A worldwide directory for 100devs members

I created this directory so members can voluntarily add themselves through github. I thought it would be fun to see how widespread we are so I also created a map to mark each member's location. The map can only be edited by me, so I will be adding members as I accept pull requests and updating it!

**Note: When creating your pull request, please include your 100devs discord name so I can verify you are a member.

To add yourself to the directory:

1. Fork the repository:

Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account

2. Clone the repository:

Clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the clone button and then click the copy to clipboard icon.

Open a terminal and run the following git command:

git clone "url you just copied"

where "url you just copied" (without the quote marks) is the url to your fork of this project.

3. Create a branch:

Navigate to the repository on your computer:

Now create a branch using the git checkout command:

git checkout -b <add-your-new-branch-name-without-the-brackets>

For example:

git checkout -b add-yourFirstName-YourLastName

Remember this branch name, you will need it later!

Now you will be adding yourself to the directory.

  1. In the members folder there is a file called profileTemplate.html. Please do not edit the original! Make a copy in the same folder and edit the file name to be yourFirstNameYourLastName.html. I have added myself already so you can see it as an example.

  2. There is a folder called profilePics, if you would like a profile picture, please add it there. You can also use a logo if you prefer, or leave the default if you don't want to add your picture.

  3. Edit your html file with whatever information you want included. If you do not have a twitch for example, just delete that on your file.

  4. When you are done editing add your name link to the appropriate letter and country files. Mine has again been done for you as an example. All files are already set up you may just need to comment the file back in to the html if you are the first to be added to a letter or continent.

Now you will push your code and submit a pull request to the main repository

  1. In your terminal navigate to the repository folder.

  2. Check the status of your files

git status

should show the files you changed

  1. Add files
git add .
  1. Commit with a message
git commit -m "add yourFirstName yourLastName to directory"

add your commit message here, it does not have to be this exactly but please include your name

  1. Push your files!
git push origin <your branch name here>

that branch name you created earlier goes here, minus the brackets

  1. Go to your github repository for the directory. You should see a Compare and Pull Request Button. Click it.

  2. Please add your 100devs discord username here for verification! As well as the City/State/Country you would like to be added to the map for your location. I will add these all as I accept pull requests.

About

A worldwide directory for 100devs members


Languages

Language:HTML 51.5%Language:CSS 22.8%Language:SCSS 19.9%Language:JavaScript 5.7%