Skip to content

ps-19/FaceID

 
 

Repository files navigation

Face ID

hello

✨ Feel free to submit a pull request with your suggestions of FaceID 🚀

Issues Pull Requests Forks Stars License

Instructions

  • Fork this Repository using the button at the top However, if you are interested in having contributions to this repo count toward Hacktoberfest we encourage you to take a look at this list of Hacktoberfest issues for inspiration and make the necessary changes to focus on enabling people to make meaningful contributions to open source projects.
  • Clone your forked repository to your pc ( git clone "url from clone option.)
  • Create a new branch for your modifications (ie. git branch new-user and check it out git checkout new-user and git checkout -b new-user)
  • Add your profile image in static/images/ ( use drag and drop option or upload by commands.)
  • Add your profile data in content/participant/
  • Add your files (git add -A), commit (git commit -m "added myself") and push (git push origin new-user)
  • Create a pull request
  • Star this repository

How to make your first Pull Reques

Replace <YOUR-USERNAME> with your GitHub username in this guide.

1. Add your profile picture to the folder

Add a profile picture of your choice in static/images/. Accepted files are png and jpg, should be squared and minimum size 544x544 pixels. Ex.

static/images/<YOUR-USERNAME>.png		

Be aware, this picture will be displayed on the yearbook!

2. Add your profile information

Create a markdown file in your folder following the convention content/participant/<YOUR-USERNAME>.md. Ex.

content/participant/<YOUR-USERNAME>.md/		

Copy the next template into your file, delete the boilerplate data and fill the information with yours.

---		
name: YOUR_NAME		
institution: INSTITUTION_NAME		
image: PROFILE_PICTURE_FILENAME		
quote: YOUR_QUOTE		
github: USERNAME		
---		

Do not use special characters in the template above.

4. Wait for Pull Request to merge

5. Celebrate - you've done your first pull request!!🎉

🌟 Contributors

Thanks goes to these wonderful people ✨✨:

About

Make your first Pull Request

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 40.3%
  • CSS 39.8%
  • JavaScript 19.9%