Skip to content

The open source project that lets one build one's portfolio website within few minutes of inserting their data. Made and maintained with an aim to ensure that developers and researchers can focus on their projects while we take care of showcasing their work and journey!

License

Notifications You must be signed in to change notification settings

Ayonijakaushik19/awesome-portfolio-websites

 
 

Repository files navigation

a# Awesome Portfolio Websites🌐

Are you a researcher, a developer or perhaps an explorer of technology who is looking forward to create an awesome personal brand?

Well writing blog posts, working on some cool projects/papers/designs are a great way to do so. But there is something that you might be missing out on!

So, what else do you need?🤔.

Here is the answer: An awesome personal website of yours that serves a portfolio of your work!

If you do not have a platform that shows your entire work then you might not be doing justice in portraying your hard work or dope skills. But you must be wondering that making a portfolio website might take time, require some web development knowledge and still you might get something really cool.

Well! Take a chill pill. Don't be intimidated by those thoughts. Awesome Portfolio Wesbite is here for the rescue!

A sneek peek into what we have here🙈 :

Home Page:

Experience Page:

Project Page:

Research Page:

Education Page:

How to use this?🛠

Check out our awesome Documentation

Contribution Guidelines🏗

Are we missing any of your favorite features, which you think you can add to it❓ We invite you to contribute to this project and improve it further

To start contributing, follow the below guidelines:

1. Fork this repository.

2. Clone your forked copy of the project.

git clone --depth 1 https://github.com/<your_user_name>/awesome-portfolio-websites.git

3. Navigate to the project directory 📁 .

cd awesome-portfolio-websites

4. Add a reference(remote) to the original repository.

git remote add upstream https://github.com/smaranjitghose/awesome-portfolio-websites.git

5. Check the remotes for this repository.

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).

git pull upstream master

7. Create a new branch.

git checkout -b <your_branch_name>

8. Perform your desired changes to the code base.

9. Track your changes:heavy_check_mark: .

git add .

10. Commit your changes .

git commit -m "Relevant message"

11. Push the committed changes in your feature branch to your remote repo.

git push -u origin <your_branch_name>

12. To create a pull request, click on compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repo you are suppose to make a PR to.

13. Add appropriate title and description to your pull request explaining your changes and efforts done.

14. Click on Create Pull Request.

15 Voila ❗ You have made a PR to the awesome-developer-portfolio project 💥 . Sit back patiently and relax while the project maintainers review your PR. Please understand at times the time can vary from a few hours to a few days

Project Maintainers👨🏫::

Smaranjit_Picture Anush_Picture
Smaranjit Ghose Anush Bhatia

Our valuable Contributors👩‍💻👨‍💻 :

Open Source Programs we have been a part of:

About

The open source project that lets one build one's portfolio website within few minutes of inserting their data. Made and maintained with an aim to ensure that developers and researchers can focus on their projects while we take care of showcasing their work and journey!

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.2%
  • CSS 36.9%
  • JavaScript 15.9%