From 4022e15153f61bc210b5eda82a765461ea18c979 Mon Sep 17 00:00:00 2001 From: Aryan Yadav Date: Mon, 31 Jan 2022 21:04:43 -0500 Subject: [PATCH 001/250] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 373457e..5369772 100755 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Arpit Sharma](https://yesarpit.github.io) - [Arsalan Shakil](https://arsalanshakil.github.io/) - [Arsh Sahzad](https://www.arsh.dev) +- [Aryan Yadav](https://aryan77.github.io/) - [Ashlee Boyer](http://ashleemboyer.dev) - [Ashutosh Singh](https://thecodepapaya.dev) - [Ashwin Hariharan](https://ashwinhariharan.tech) @@ -242,6 +243,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Kyle Shook](http://Kyleshook.com) ## L + - [Lars Roettig](https://larsroettig.dev) - [Laurie Barth](http://laurieontech.dev) - [Leandro Simões](https://lesimoes.dev) From 2d046ec18da0ba14064f1ab7bd4c1482e5d391f4 Mon Sep 17 00:00:00 2001 From: DalpatRathore <69510006+DalpatRathore@users.noreply.github.com> Date: Thu, 3 Feb 2022 10:30:19 +0530 Subject: [PATCH 002/250] fix: CONTRIBUTING.md grammar --- CONTRIBUTING.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3a2a8cc..1a5b451 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,8 +24,8 @@ This guide has been modified from [freeCodeCamp's Contributors Guide](https://gi ### Forking Developer Portfolios -1. Go to the top level page of this [repository](https://github.com/emmawedekind/developer-portfolios) -2. Click the "Fork" Button in the upper right hand corner of the interface ([More Details Here](https://help.github.com/articles/fork-a-repo/)) +1. Go to the top-level page of this [repository](https://github.com/emmawedekind/developer-portfolios) +2. Click the "Fork" button in the upper right-hand corner of the interface ([More Details Here](https://help.github.com/articles/fork-a-repo/)) 3. After the repository (repo) has been forked, you will be taken to your copy of the Developer Portfolios repo at ### Cloning Your Fork @@ -68,7 +68,7 @@ On branch master Your branch is up to date with 'origin/master'. ``` -If your aren't on `master`, resolve outstanding files / commits and checkout the `master` branch +If you aren't on `master`, resolve outstanding files/commits and checkout the `master` branch ```shell $ git checkout master @@ -80,7 +80,7 @@ $ git checkout master $ git pull --rebase upstream master ``` -This will pull down all of the changes to the official master branch, without making an additional commits in your local repo. +This will pull down all of the changes to the official master branch, without making additional commits in your local repo. 3. Merge remote changes to your local master fork: @@ -90,15 +90,15 @@ $ git merge upstream/master ### Create a Branch -Before you start working, you will need to create a separate branch specific to the issue / feature you're working on. You will push your work to this branch. +Before you start working, you will need to create a separate branch specific to the issue/feature you're working on. You will push your work to this branch. #### Naming Your Branch -There several strategies for naming branches. +There are several strategies for naming branches. You could name the branch something like `fix/xxx` or `feature/xxx` where `xxx` is a short description of the changes or feature you are attempting to add. For example `fix/email-login` would be a branch where you fix something specific to email login. -We'd recommend to name it something that relevant to your new site (i.e. `add/your-name` +We'd recommend naming it something that is relevant to your new site (i.e. `add/your-name` #### Adding Your Branch @@ -158,7 +158,7 @@ This is the recommended method. Read about [How to Setup and Maintain a Local In 6. Check your `git status` to see unstaged files. -7. Add your edited files: `git add path/to/filename.ext` You can also do: `git add .` to add all unstaged files. Take care, though, because you can accidentally add files you don't want added. Review your `git status` first. +7. Add your edited files: `git add path/to/filename.ext` You can also do: `git add .` to add all unstaged files. Take care, though, because you can accidentally add files you don't want to be added. Review your `git status` first. 8. Make sure your new site is added **alphabetically** to the existing list. @@ -170,7 +170,7 @@ See [Useful Tips for writing better Git commit messages](https://code.likeagirl. As a note, use the present tense for your commit messages (i.e. `Add` instead of `Added`). -10. If you would want to add/remove changes to previous commit, add the files as in Step 5 earlier, and use `git commit --amend` or `git commit --amend --no-edit` (for keeping the same commit message). +10. If you would want to add/remove changes to the previous commit, add the files as in Step 5 earlier, and use `git commit --amend` or `git commit --amend --no-edit` (for keeping the same commit message). 11. Push your commits to your GitHub Fork: `git push origin add/your-name` @@ -179,7 +179,7 @@ As a note, use the present tense for your commit messages (i.e. `Add` instead of 13. By default, all pull requests should be against the `Developer Portfolios` main repo, `master` branch. **Make sure that your Base Fork is set to developer-portfolios/master when raising a Pull Request.** -14. Submit a pull request from your branch to `Developer Portfolios` `master` branch. +14. Submit a pull request from your branch to the `Developer Portfolios` `master` branch. 15. The title (also called the subject) of your PR should be descriptive of your changes and succinctly indicate what is being fixed. From 1186b6c60d4397690c6d5b552fbe541a7777b7ab Mon Sep 17 00:00:00 2001 From: Ariel Andrade Date: Thu, 3 Feb 2022 20:03:56 -0300 Subject: [PATCH 003/250] added my portfolio on readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5369772..e2c6dc9 100755 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Anshuman Verma](https://anshumanv.dev/) - [Antonio Ferreiro](https://toniferr.github.io/) - [Anurag Hazra](https://anuraghazra.github.io) +- [Ariel Andrade](https://sudoariel.github.io/) - [Ariel Chura](https://arielchura.com) - [Arjun Ganesan](https://arjun-g.com) - [Arpit Gupta](http://arpitfolio.herokuapp.com) From 0588039453547fda902d53d1cf06cedbcd6a8420 Mon Sep 17 00:00:00 2001 From: Robert Andrade <37059904+RobertAndradeJr@users.noreply.github.com> Date: Mon, 7 Feb 2022 22:06:48 -0600 Subject: [PATCH 004/250] Added my portfolio at https://robertandradejr.dev/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2c6dc9..9542cba 100755 --- a/README.md +++ b/README.md @@ -364,6 +364,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Rick Hanlon](https://rickhanlonii.github.io/) - [Riley J. Shaw](https://rileyjshaw.com) - [Rimenes Ribeiro](https://rimenesribeiro.com) +- [Roberto Andrade](https://robertandradejr.dev/) - [Rodrigo Kamada](https://rodrigo.kamada.com.br/) - [Rohit Jakhar](http://rohitjakhar.me/) - [Rohit Jain](https://kingtechnologies.in/) From 192812928f036265b2c33b336300cd56331559ca Mon Sep 17 00:00:00 2001 From: Vedant Athavale Date: Fri, 11 Feb 2022 02:40:15 +0530 Subject: [PATCH 005/250] Added My Latest Portfolio Website Added my third portfolio website. I hope it helps the community. Thank you. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71be5f1..f987f5e 100755 --- a/README.md +++ b/README.md @@ -399,6 +399,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Valentine Elum](https://vahlcode.vercel.app) - [Varun Dey](https://varundey.me) - [Vatsal Shah](https://vatsalshah.in) +- [Vedant Athavale](https://vedantathavale.webflow.io/) - [Vedant Athavale](https://vedantathavale.netlify.app/) - [Vedant Milind Athavale](http://vedant-athavale.byethost31.com/portfolio.html?i=1) - [Victor Aremu](http://bit.ly/victoraremu) From 47a7fbe0e94270ff03d2446182c73635a3d947f5 Mon Sep 17 00:00:00 2001 From: Sijey Date: Sun, 13 Feb 2022 19:04:37 +0530 Subject: [PATCH 006/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5ffc9a..cdbffc1 100755 --- a/README.md +++ b/README.md @@ -400,6 +400,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Shannon Crabill](http://shannoncrabill.com) - [Shubham Tarade](https://coder-shanks.github.io/) - [Shuvam Manna](http://shuvam.xyz) +- [Sijey Praveen](https://sijey-praveen.github.io) - [Simon Knott](https://simonknott.de) - [Soham Mondal](https://sohammondal.com) - [Sonu kumar kushwaha](https://flyingsonu122.github.io/) From 90a56cd565f0918929ed630c8574b1befeebf149 Mon Sep 17 00:00:00 2001 From: Mohan Raj Date: Mon, 14 Feb 2022 00:18:45 +0530 Subject: [PATCH 007/250] Add Mohan Raj's Portfolio Website. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5ffc9a..15664f6 100755 --- a/README.md +++ b/README.md @@ -296,6 +296,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Mohamad Fadhil Yaacob](https://fadhil-blog.dev/) - [Mohammad Darmousa](https://mdarmousa.github.io/) - [Mohammad Rahmani](https://afgprogrammer.com) +- [Mohan Raj](https://zolomohan.com) - [Moritz Kornher](https://moritzkornher.de/) - [Mostafa Sameti](https://sameti.dev/) - [Mouad ZIANI](https://mouadziani.github.io/) From 5e1f55edf4d8dbdc444afbd11a17e7212220096c Mon Sep 17 00:00:00 2001 From: Rajekevin Date: Sat, 19 Feb 2022 18:15:40 +0100 Subject: [PATCH 008/250] Add rajekevin portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cdbffc1..0e1561a 100755 --- a/README.md +++ b/README.md @@ -360,6 +360,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Rahul Mahesh](https://rahulmahesh.netlify.com) - [Rahul Sawant](http://raalzz.com) - [Rajan Bhattarai](https://cdrrazan.com) +- [Rajekevin](https://rajekevin.fr) - [Ralf D. Müller](https://fiveandahalfstars.ninja/rdmueller.html) - [Rick Hanlon](https://rickhanlonii.github.io/) - [Riley J. Shaw](https://rileyjshaw.com) From 8b70c8e14f26b5350f067c06a5f40d112e73d364 Mon Sep 17 00:00:00 2001 From: abdenassar01 Date: Sun, 27 Feb 2022 17:43:09 +0100 Subject: [PATCH 009/250] =?UTF-8?q?adding=20abdenassar=20amimi=20portfolio?= =?UTF-8?q?=20=F0=9F=87=B2=F0=9F=87=A6=20=F0=9F=91=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e1561a..a10b32f 100755 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Aashutosh Rathi](https://aashutosh.dev) - [Aayush Kurup](https://aayushk47.tech) - [Abdelouahed Medjoudja](https://geekabdelouahed.github.io/flutter-web-portfolio) +- [AbdeNassar Amimi](https://abdenassar-portfolio-4smfcqph6-abdenassaramimi99-gmailcom.vercel.app/) - [Abdul Rahman](https://abdulrahman.id/) - [Abdul Rauf](https://armujahid.me) - [Abhinav Galodha](https://www.galodha.com) From 3a36bf4510cd6818c30f51885444719cdac1d348 Mon Sep 17 00:00:00 2001 From: "Franklin U.O. Ohaegbulam" <46662771+frankiefab100@users.noreply.github.com> Date: Mon, 28 Feb 2022 19:45:12 +0100 Subject: [PATCH 010/250] Add Franklin Ohaegbulam website Add my personal/portfolio website --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e1561a..6748cad 100755 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Flavia Medici](https://t.co/iQK1Hbx8xD?amp=1) - [Franklin Castellanos](https://onecastell.github.io) - [Franklin Huichi Contreras](https://franh20.github.io/) +- [Franklin Ohaegbulam](https://frankiefab.netlify.app) ## G From 2bc29d91956877455d13e7de15d87dc29b67ad8e Mon Sep 17 00:00:00 2001 From: Nawrasse Dahman Date: Wed, 2 Mar 2022 23:03:36 +0100 Subject: [PATCH 011/250] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6748cad..88ba42f 100755 --- a/README.md +++ b/README.md @@ -312,7 +312,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Nacho Caiafa](https://nachokai.github.io/rpg-cv) - [Nam Phan](https://namtphan.github.io) - [Nathan Simpson](https://nathansimpson.design) -- [Nawrasse Dahman](https://nawrasse.netlify.app/) +- [Nawrasse Dahman](https://nawrasse.vercel.app/) - [Nazia Shehnaz Joynab](https://geek-a-byte.github.io/) - [Nesrine Sghaier](https://nesrinesghaier.me) - [Nhlanhla Hasane](https://nhlanhlahasane.netlify.app/) From 4c79c9207314a372867282f320c4299b9f32092a Mon Sep 17 00:00:00 2001 From: Roxza <39166624+Roxza@users.noreply.github.com> Date: Sun, 13 Mar 2022 20:49:17 +0300 Subject: [PATCH 012/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88ba42f..76c887d 100755 --- a/README.md +++ b/README.md @@ -373,6 +373,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Rohith V](http://rohithvazhathody.pythonanywhere.com/) - [Roland L. Taylor](http://rolandixor.pro) - [Roman Smunyov](https://romanisthere.github.io/) +- [Roxza](https://roxza.me) - [Ropo John Olatujoye](http://simplycrownclothing.herokuapp.com) - [Roshan Kr Soni](https://roshankrsoni.github.io) - [Ryan Burgess](http://ryanburgess.com) From 562d09615a4c45ab26b0ebfadcb1206b057d3cd6 Mon Sep 17 00:00:00 2001 From: Jack Childs Date: Wed, 16 Mar 2022 19:21:52 +0000 Subject: [PATCH 013/250] add jackchilds.tech --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88ba42f..c36360e 100755 --- a/README.md +++ b/README.md @@ -204,6 +204,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## J +- [Jack Childs](https://jackchilds.tech) - [Jack Parsons](https://jackparsonss.me) - [Jacob Herper](https://jacobherper.com/) - [Jahir Fiquitiva](https://jahir.dev) From 9701b73141fdee0cdbdca15a6852f90bef8ad31c Mon Sep 17 00:00:00 2001 From: Thea Choem Date: Thu, 17 Mar 2022 15:36:33 +0700 Subject: [PATCH 014/250] Update domain to (https://thea.juniorise.com) From the previous PR, but different domain: https://github.com/emmabostian/developer-portfolios/pull/598 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c36360e..4a66f97 100755 --- a/README.md +++ b/README.md @@ -420,7 +420,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Tejas Kumar](http://tej.as) - [Tejaswi Chaudhari](https://tejaswichaudhari.me/) - [Tek Raj Joshi](https://t3kraj.netlify.app) -- [Thea Choem](https://www.theachoem.com/) +- [Thea Choem](https://thea.juniorise.com) - [Thea Mushambadze](https://highflyer910.github.io/) - [TheKaushikGoswami](https://thekaushikgoswami.github.io) - [Tom Sherman](https://tom-sherman.com) From 59ac8a8747149c791c2612983bbf06c5d4de1ab4 Mon Sep 17 00:00:00 2001 From: Priya Date: Thu, 24 Mar 2022 16:44:06 +0530 Subject: [PATCH 015/250] add my portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a66f97..02ff242 100755 --- a/README.md +++ b/README.md @@ -350,6 +350,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Pranav Choudhary](https://pranavelric.me/) - [Praveen Kumar Purushothaman](https://praveen.science/) - [Praveen Saini](https://praveen-me.github.io) +- [Priya Nayak](https://priya180975.github.io/portfolio/) - [Pushpak Chhajed](https://pushpak1300.github.io/) ## Q From b4c6c47fd6f1c6133524dd2ffaf45423413aae9a Mon Sep 17 00:00:00 2001 From: Nico Bachner Date: Thu, 24 Mar 2022 13:24:42 +0100 Subject: [PATCH 016/250] content: add Nico Bachner --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02ff242..30a4662 100755 --- a/README.md +++ b/README.md @@ -317,6 +317,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Nazia Shehnaz Joynab](https://geek-a-byte.github.io/) - [Nesrine Sghaier](https://nesrinesghaier.me) - [Nhlanhla Hasane](https://nhlanhlahasane.netlify.app/) +- [Nico Bachner](https://nicobachner.com) - [Nico van Zyl](https://nicovanzyl.com) - [Nicolo Rebughini](https://nirebu.com/) - [Nikita Sobolev](https://sobolevn.me/) From aee55dc32fe9a8ea0b49dc9a6d2c992709b4e427 Mon Sep 17 00:00:00 2001 From: aakashsh1999 Date: Fri, 25 Mar 2022 22:54:07 +0530 Subject: [PATCH 017/250] aakashsh1999 portfolio added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02ff242..13e3932 100755 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Aaryanna Simonelli](https://ashleighsimonelli.co.uk) - [Aashutosh Rathi](https://aashutosh.dev) - [Aayush Kurup](https://aayushk47.tech) +- [Aakash Sharma](https://aakash-sharma.netlify.app/) - [Abdelouahed Medjoudja](https://geekabdelouahed.github.io/flutter-web-portfolio) - [Abdul Rahman](https://abdulrahman.id/) - [Abdul Rauf](https://armujahid.me) From 34facb7b1f5a9a901b3cde4eef8a40cf5b5ab9f7 Mon Sep 17 00:00:00 2001 From: aakashsh1999 Date: Fri, 25 Mar 2022 23:04:48 +0530 Subject: [PATCH 018/250] aakashsh1999 portfolio added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13e3932..7385907 100755 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## A +- [Aakash Sharma](https://aakash-sharma.netlify.app/) - [Aaron Dunphy](https://aarondunphy.com) - [Aaryanna Simonelli](https://ashleighsimonelli.co.uk) - [Aashutosh Rathi](https://aashutosh.dev) - [Aayush Kurup](https://aayushk47.tech) -- [Aakash Sharma](https://aakash-sharma.netlify.app/) - [Abdelouahed Medjoudja](https://geekabdelouahed.github.io/flutter-web-portfolio) - [Abdul Rahman](https://abdulrahman.id/) - [Abdul Rauf](https://armujahid.me) From 2054695871e780031355f78dd1ba73d8885ac24c Mon Sep 17 00:00:00 2001 From: Roxza <39166624+Roxza@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:03:30 +0300 Subject: [PATCH 019/250] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76c887d..a41f70b 100755 --- a/README.md +++ b/README.md @@ -373,8 +373,8 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Rohith V](http://rohithvazhathody.pythonanywhere.com/) - [Roland L. Taylor](http://rolandixor.pro) - [Roman Smunyov](https://romanisthere.github.io/) -- [Roxza](https://roxza.me) - [Ropo John Olatujoye](http://simplycrownclothing.herokuapp.com) +- [Roxza](https://roxza.me) - [Roshan Kr Soni](https://roshankrsoni.github.io) - [Ryan Burgess](http://ryanburgess.com) - [Ryan MacLean](http://ryanmaclean.com) From 8cc8e7dbabed991791fac3a32b26d7971a562a79 Mon Sep 17 00:00:00 2001 From: Roxza <39166624+Roxza@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:05:03 +0300 Subject: [PATCH 020/250] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a41f70b..61eed89 100755 --- a/README.md +++ b/README.md @@ -374,8 +374,8 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Roland L. Taylor](http://rolandixor.pro) - [Roman Smunyov](https://romanisthere.github.io/) - [Ropo John Olatujoye](http://simplycrownclothing.herokuapp.com) -- [Roxza](https://roxza.me) - [Roshan Kr Soni](https://roshankrsoni.github.io) +- [Roxza](https://roxza.me) - [Ryan Burgess](http://ryanburgess.com) - [Ryan MacLean](http://ryanmaclean.com) From 303bb7ca1afcc9e38aa50b95f0580c1a5083986d Mon Sep 17 00:00:00 2001 From: Chuck Date: Sat, 26 Mar 2022 12:25:40 -0400 Subject: [PATCH 021/250] Create dependabot.yml --- .github/workflows/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000..8a6c155 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: ".github/workflows" + schedule: + interval: "daily" From 14bd44d5d180cd1d275146fa29c339b73010fe3b Mon Sep 17 00:00:00 2001 From: Chuck Date: Sat, 26 Mar 2022 12:26:41 -0400 Subject: [PATCH 022/250] Update link-checker.yml --- .github/workflows/link-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 9a2b9f4..066aaf5 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Link Checker - uses: lycheeverse/lychee-action@v1.0.6 + uses: lycheeverse/lychee-action@cb79c9607b37671965f8dbb54cae47795758a440 #1.1.1 with: args: README.md - name: Create Issue From File From 3aff04d84aed7d124353271a276a45b89eafe6f0 Mon Sep 17 00:00:00 2001 From: Chuck Date: Sat, 26 Mar 2022 12:30:17 -0400 Subject: [PATCH 023/250] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 38337f2..0c98d70 100755 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Aaryanna Simonelli](https://ashleighsimonelli.co.uk) - [Aashutosh Rathi](https://aashutosh.dev) - [Aayush Kurup](https://aayushk47.tech) -- [Abdelouahed Medjoudja](https://geekabdelouahed.github.io/flutter-web-portfolio) - [AbdeNassar Amimi](https://abdenassar-portfolio-4smfcqph6-abdenassaramimi99-gmailcom.vercel.app/) - [Abdul Rahman](https://abdulrahman.id/) - [Abdul Rauf](https://armujahid.me) @@ -129,7 +128,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Damian Markowski](https://damianmarkowski.com) - [Dania Al-Hakim](https://pixeldania.netlify.app/) - [Daniel Alberski](https://danielalberski.redark.pl/) -- [Daniel Canetti](https://danielcanetti.com/) - [Danilo Castro](https://www.welcomedeveloper.com/) - [Danstan Onyango](https://zemuldo.com/) - [Daniel Michael](https://www.daniel-michael.com/) @@ -351,7 +349,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Philipe Almeida](https://palmeida.netlify.app) - [Poonam Chauhan](https://poo17nam.github.io/profile) - [Pramesh Karki](https://karkipramesh.com.np/) -- [Pranav Choudhary](https://pranavelric.me/) - [Praveen Kumar Purushothaman](https://praveen.science/) - [Praveen Saini](https://praveen-me.github.io) - [Priya Nayak](https://priya180975.github.io/portfolio/) @@ -446,7 +443,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Varun Dey](https://varundey.me) - [Vatsal Shah](https://vatsalshah.in) - [Vedant Athavale](https://vedantathavale.webflow.io/) -- [Vedant Athavale](https://vedantathavale.netlify.app/) - [Vedant Milind Athavale](http://vedant-athavale.byethost31.com/portfolio.html?i=1) - [Victor Aremu](http://bit.ly/victoraremu) - [Vidushan Chooriyakumaran](https://vidu.sh/an) From 0df710512399c56d7b8003e85cdd9f695b34257c Mon Sep 17 00:00:00 2001 From: Chuck Date: Sat, 26 Mar 2022 12:33:09 -0400 Subject: [PATCH 024/250] Update link-checker.yml --- .github/workflows/link-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 066aaf5..0b9d621 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Link Checker - uses: lycheeverse/lychee-action@cb79c9607b37671965f8dbb54cae47795758a440 #1.1.1 + uses: lycheeverse/lychee-action@v1.4.1 with: args: README.md - name: Create Issue From File From 0394f1bed5987766f7a002401f64628247bc49bd Mon Sep 17 00:00:00 2001 From: Chuck Date: Sat, 26 Mar 2022 12:38:37 -0400 Subject: [PATCH 025/250] Delete dependabot.yml --- .github/workflows/dependabot.yml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml deleted file mode 100644 index 8a6c155..0000000 --- a/.github/workflows/dependabot.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: ".github/workflows" - schedule: - interval: "daily" From 501793189f5b9ab240cc81afea7cc0f20be33fc5 Mon Sep 17 00:00:00 2001 From: Hamza Ehsan Date: Tue, 5 Apr 2022 11:00:52 -0400 Subject: [PATCH 026/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c98d70..c90c246 100755 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## H +- [Hamza Ehsan](https://www.hamzaehsan.com) - [Harsh Goel](https://harshgoel.me) - [Harsh Singhvi](https://harshsinghvi.com) - [Hassan Ahmed](https://www.hassanahmed.net/) From 4c39dee7d836668f1e4c93c0896b73573738e19f Mon Sep 17 00:00:00 2001 From: Israel Mitolu Date: Tue, 5 Apr 2022 17:47:01 +0100 Subject: [PATCH 027/250] Add my portfolio- Israel Mitolu --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c98d70..b97a89f 100755 --- a/README.md +++ b/README.md @@ -200,6 +200,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Ishaan Sheikh](https://frikishaan.com) - [Isitha Subasinghe](https://isub.dev) - [Ismail Ghallou aka Smakosh](https://smakosh.com) +- [Israel Mitolu](https://israelmitolu.netlify.app) - [Iulian Rotaru](https://iulian.rotaru.fr) ## J From fadcced1e33e453a31861bafdf5175eee052be0b Mon Sep 17 00:00:00 2001 From: Muhammad Essa Date: Sun, 10 Apr 2022 13:37:52 +0500 Subject: [PATCH 028/250] I Muhammad Essa have added my portfolio! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e1561a..a13d40e 100755 --- a/README.md +++ b/README.md @@ -305,6 +305,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Muhammad Rashid](https://iamrashy.netlify.app) - [Muhammad Zeeshan](https://mzeeshan.me) - [Muntadhar Haydar](https://muntadhar.net) +- [Muhammad Essa](https://muhammadessa.com/) ## N From 5b095774d2502cd4979c72b550bcf42b597cea3b Mon Sep 17 00:00:00 2001 From: Jayant Parashar Date: Sun, 10 Apr 2022 20:10:46 +0530 Subject: [PATCH 029/250] refactor: updated portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c98d70..05a2957 100755 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Janessa Tran](http://janessatran.github.io) - [Javier Diaz](https://coderdiaz.me) - [Jayant Goel](http://jayantgoel001.github.io/) +- [Jayant Parashar](https://jparasha.github.io/) - [Jayed Rafi](https://jayedrafi.com) - [Jayvee Valenzuela](https://jayveepvalenzuela.github.io) - [Jeff Chiu](https://jeffchiucp.github.io/portfolio) From 17282e809af14310e7dbc87e14e2d08ca852b455 Mon Sep 17 00:00:00 2001 From: Gismo1337 Date: Mon, 11 Apr 2022 13:23:31 +0200 Subject: [PATCH 030/250] added my personal portfolio https://gismo1337.dev/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05a2957..d5fa2cd 100755 --- a/README.md +++ b/README.md @@ -398,6 +398,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Saurabh Daware](https://www.saurabhdaware.in/) - [Saurav M H](https://sauravmh.com) - [Scott Spence](https://scottspence.com) +- [Sebastian Richter](https://gismo1337.dev/) - [Sergei Chestakov](https://sergei.com) - [Seth Hall](https://sethhallcreative.com) - [Serhii Hidenko](https://lookmy.dev/) From a79de2ae136f8c316c0ca32092ec4aedc0452573 Mon Sep 17 00:00:00 2001 From: praveesh91 Date: Mon, 11 Apr 2022 17:01:17 +0530 Subject: [PATCH 031/250] praveesh portfolio added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05a2957..e5c27c5 100755 --- a/README.md +++ b/README.md @@ -352,6 +352,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Pramesh Karki](https://karkipramesh.com.np/) - [Praveen Kumar Purushothaman](https://praveen.science/) - [Praveen Saini](https://praveen-me.github.io) +- [Praveesh Pavithran](https://praveeshpavithran.online/) - [Priya Nayak](https://priya180975.github.io/portfolio/) - [Pushpak Chhajed](https://pushpak1300.github.io/) From ade2d71c6b5986b6b1f228abc192817370a38948 Mon Sep 17 00:00:00 2001 From: Chuck Date: Mon, 11 Apr 2022 08:16:25 -0400 Subject: [PATCH 032/250] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a13d40e..2a00530 100755 --- a/README.md +++ b/README.md @@ -302,10 +302,10 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Muhammad Abdullah](https://mabdullahse.com) - [Muhammad Muhaddis](https://muhaddis.info) - [Muhammad](http://muhammadraza.me) +- [Muhammad Essa](https://muhammadessa.com/) - [Muhammad Rashid](https://iamrashy.netlify.app) - [Muhammad Zeeshan](https://mzeeshan.me) - [Muntadhar Haydar](https://muntadhar.net) -- [Muhammad Essa](https://muhammadessa.com/) ## N From 8e17b8c2a5fe55981462c70c6287303fa74c497e Mon Sep 17 00:00:00 2001 From: Yuri Corredor Date: Sun, 17 Apr 2022 20:10:36 -0300 Subject: [PATCH 033/250] Add portfolio 'Yuri Corredor' to readme.md. Respect alphabetical order --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cadf93f..26974ec 100755 --- a/README.md +++ b/README.md @@ -473,6 +473,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [YiMing Han](https://yiminghan.com) - [Yosra Hashim](https://yhshi26.github.io/) - [Yuji Sato](https://www.yujisatojr.com/) +- [Yuri Corredor](https://www.yuricorredor.tech/) - [Yuri Faria](https://windows87.github.io/) ## Z From b4dc6324f6767a35c268800b45b017e2ad94a0e4 Mon Sep 17 00:00:00 2001 From: Manu Ioan Date: Sat, 23 Apr 2022 18:39:19 +0300 Subject: [PATCH 034/250] add/Ioan_Manu --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26974ec..5278458 100755 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Ibrahim Hizlioglu](https://www.ibrahimhizlioglu.com) - [Indrajeet Nikam](https://indrajeet.me/) - [Ingus Jansons](https://ingus.co.uk) +- [Ioan Manu](https://manuioan.com/) - [Ishaan Sheikh](https://frikishaan.com) - [Isitha Subasinghe](https://isub.dev) - [Ismail Ghallou aka Smakosh](https://smakosh.com) From 5dc6eb0534c8536855ceb79f408c805edafb1fb9 Mon Sep 17 00:00:00 2001 From: ABDELAZiZ EL ARASSi Date: Sun, 24 Apr 2022 11:50:36 +0000 Subject: [PATCH 035/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5278458..0c96434 100755 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Aaron Dunphy](https://aarondunphy.com) - [Aaryanna Simonelli](https://ashleighsimonelli.co.uk) - [Aashutosh Rathi](https://aashutosh.dev) +- [Abdelaziz El Arassi](http://aelarassi.com/) - [Aayush Kurup](https://aayushk47.tech) - [AbdeNassar Amimi](https://abdenassar-portfolio-4smfcqph6-abdenassaramimi99-gmailcom.vercel.app/) - [Abdul Rahman](https://abdulrahman.id/) From e54f3147dfb08a9485ba2f34d8cb7c26777194c5 Mon Sep 17 00:00:00 2001 From: Chuck Date: Mon, 25 Apr 2022 18:45:35 -0400 Subject: [PATCH 036/250] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5278458..b649bc5 100755 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Abdul Rauf](https://armujahid.me) - [Abhinav Galodha](https://www.galodha.com) - [Adam Alston](https://www.adamalston.com) -- [Adam Conrad](http://conradadam.com) - [Adil Aboulkacim](https://adilaboulkacim.com/) - [Aditya Vikram Singh](https://www.adityavsingh.com/) - [Adityakumar Sinha](https://aditya113141.github.io/) From 68aebdca6176056ec1b6d2455fe95e4230a0028b Mon Sep 17 00:00:00 2001 From: Chuck Date: Mon, 25 Apr 2022 18:50:48 -0400 Subject: [PATCH 037/250] Update README.md Clean up broken links --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index b649bc5..909f2b0 100755 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Aaron Dunphy](https://aarondunphy.com) - [Aaryanna Simonelli](https://ashleighsimonelli.co.uk) - [Aashutosh Rathi](https://aashutosh.dev) -- [Aayush Kurup](https://aayushk47.tech) - [AbdeNassar Amimi](https://abdenassar-portfolio-4smfcqph6-abdenassaramimi99-gmailcom.vercel.app/) - [Abdul Rahman](https://abdulrahman.id/) - [Abdul Rauf](https://armujahid.me) @@ -57,14 +56,12 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Angel Martinez](https://angelmtz.dev) - [Aniket Kudale](https://aniket.co) - [Anil Khatri](https://imkaka.github.io) -- [Ankit Kumar](https://ankitdroidgit.github.io/) - [Anshu Raj](https://anshuraj.github.io/) - [Anshuman Verma](https://anshumanv.dev/) - [Antonio Ferreiro](https://toniferr.github.io/) - [Anurag Hazra](https://anuraghazra.github.io) - [Ariel Andrade](https://sudoariel.github.io/) - [Ariel Chura](https://arielchura.com) -- [Arjun Ganesan](https://arjun-g.com) - [Arpit Gupta](http://arpitfolio.herokuapp.com) - [Arpit Sharma](https://yesarpit.github.io) - [Arsalan Shakil](https://arsalanshakil.github.io/) @@ -119,7 +116,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Cole Emeruche](https://coleruche.com/works/) - [Colin Lord](https://colinlord.com/) - [Collins Koech](https://collinskoechportfolio.web.app) -- [Cristiano Filho](https://cristianofilho.com.br) ## D @@ -225,7 +221,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Jeff Chiu](https://jeffchiucp.github.io/portfolio) - [Jens van Wijhe](https://jens.ai) - [Jeremy Grifski](https://jeremygrifski.com/) -- [Jerrin Bright](https://jbright.tech/) - [Jerry Hirsch](https://jerryhirsch.com/) - [Jim Raptis](http://www.raptis.wtf) - [Jo Lienhoop](https://jolienhoop.com/) @@ -244,7 +239,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Karthik Menon](https://www.karthikmenon.com/) - [Kaustubhai](https://kaustubhai.netlify.app/) - [Kelven Rubalaine](https://kelven.dev) -- [Khalid Saifullah](https://khaliddev.com) - [Khoironi Kurnia Syah](https://zekhoi.my.id/) - [Kyle Shook](http://Kyleshook.com) @@ -361,7 +355,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## Q -- [Qudusayo A](https://mequdusayo.netlify.app) + ## R From 357c9d6c2a91ff475ca8cdcb7e0e12d0b84acf0a Mon Sep 17 00:00:00 2001 From: Chuck Date: Mon, 25 Apr 2022 18:56:17 -0400 Subject: [PATCH 038/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 909f2b0..06cb5d5 100755 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Aaryanna Simonelli](https://ashleighsimonelli.co.uk) - [Aashutosh Rathi](https://aashutosh.dev) - [AbdeNassar Amimi](https://abdenassar-portfolio-4smfcqph6-abdenassaramimi99-gmailcom.vercel.app/) +- [Abdelaziz El Arassi](http://aelarassi.com/) - [Abdul Rahman](https://abdulrahman.id/) - [Abdul Rauf](https://armujahid.me) - [Abhinav Galodha](https://www.galodha.com) From f727641fc1ab4c3a97004dbc6a5eecedb953b7df Mon Sep 17 00:00:00 2001 From: Chuck Date: Tue, 26 Apr 2022 16:45:12 -0400 Subject: [PATCH 039/250] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 06cb5d5..3bc7c98 100755 --- a/README.md +++ b/README.md @@ -142,7 +142,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Efrén Martínez Rodríguez](https://www.efrenmartinez.dev/) - [Elio Jordan Lopes](https://develioper.vercel.app) -- [Emily Kondziola](https://emilykondziola.com/) - [Emmanuel ADEKPLOVI](https://homescriptone.com) - [Enea Xharja](https://eneaxharja.com) - [Ephraim Atta-Duncan](https://astrosaurus.me) @@ -302,7 +301,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Mouad ZIANI](https://mouadziani.github.io/) - [Muhammad Abdullah](https://mabdullahse.com) - [Muhammad Muhaddis](https://muhaddis.info) -- [Muhammad](http://muhammadraza.me) - [Muhammad Essa](https://muhammadessa.com/) - [Muhammad Rashid](https://iamrashy.netlify.app) - [Muhammad Zeeshan](https://mzeeshan.me) @@ -415,8 +413,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Sree Godavarthi](http://sreegodavarthi.github.io) - [Stefan Bohacek](https://fourtonfish.com/) - [Subhayu Kr Bala](http://subhayu.me) -- [Sukhpal Saini](https://sssaini.io/) -- [Syeda Aimen Batool](http://aimen.dev) ## T From fe096bf7c2fb36d5fcc1fbf065404d8f63aa2f88 Mon Sep 17 00:00:00 2001 From: Frances Coronel Date: Fri, 29 Apr 2022 09:45:29 -0700 Subject: [PATCH 040/250] Add Frances Coronel --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3bc7c98..3a5d8e7 100755 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Felix Leupold](https://xiel.dev) - [Fidalgo Pedro](http://fidalgo.dev) - [Flavia Medici](https://t.co/iQK1Hbx8xD?amp=1) +- [Frances Coronel](https://francescoronel.com) - [Franklin Castellanos](https://onecastell.github.io) - [Franklin Huichi Contreras](https://franh20.github.io/) - [Franklin Ohaegbulam](https://frankiefab.netlify.app) From 1f130de85ee35c2ec5dce6ca68dad724d8908097 Mon Sep 17 00:00:00 2001 From: Darshan Joshi <70624714+darshanjoshi16@users.noreply.github.com> Date: Sat, 30 Apr 2022 10:51:38 +0530 Subject: [PATCH 041/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a5d8e7..160fdd6 100755 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Danilo Castro](https://www.welcomedeveloper.com/) - [Danstan Onyango](https://zemuldo.com/) - [Daniel Michael](https://www.daniel-michael.com/) +- [Darshan Joshi](https://darshanjoshi-portfolio.hostman.site/) - [Davide Santangelo](https://davidesantangelo.com) - [Deepraj Rakshit](http://deeprajrakshit.me/) - [Denis Tokarev](https://devlato.com) From 3ba8f705549a8d0badcea080eb0e4fd17dd1c91f Mon Sep 17 00:00:00 2001 From: Keyur kakadiya <67643835+kakadiyakeyur53@users.noreply.github.com> Date: Sun, 1 May 2022 12:50:42 +0530 Subject: [PATCH 042/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a5d8e7..a67d277 100755 --- a/README.md +++ b/README.md @@ -240,6 +240,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Karthik Menon](https://www.karthikmenon.com/) - [Kaustubhai](https://kaustubhai.netlify.app/) - [Kelven Rubalaine](https://kelven.dev) +- [keyur kakadiya](https://keyur-kakadiya.herokuapp.com/) - [Khoironi Kurnia Syah](https://zekhoi.my.id/) - [Kyle Shook](http://Kyleshook.com) From 6a395cc22502b80fd5facaf4336697c5bfdeffe8 Mon Sep 17 00:00:00 2001 From: abhijhacodes Date: Sun, 1 May 2022 17:36:53 +0530 Subject: [PATCH 043/250] added abhishek jha portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 160fdd6..156b9d3 100755 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Abdul Rahman](https://abdulrahman.id/) - [Abdul Rauf](https://armujahid.me) - [Abhinav Galodha](https://www.galodha.com) +- [Abhishek Jha](https://abhijha.live/) - [Adam Alston](https://www.adamalston.com) - [Adil Aboulkacim](https://adilaboulkacim.com/) - [Aditya Vikram Singh](https://www.adityavsingh.com/) From 386525b3eff649058d9186fe3ac1d16b7c9f9e6d Mon Sep 17 00:00:00 2001 From: Aayush Kurup Date: Tue, 3 May 2022 15:21:09 +0530 Subject: [PATCH 044/250] added portfolio back --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6a2395..d620c39 100755 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Aaron Dunphy](https://aarondunphy.com) - [Aaryanna Simonelli](https://ashleighsimonelli.co.uk) - [Aashutosh Rathi](https://aashutosh.dev) +- [Aayush Kurup](https://aayushkurup.dev) - [AbdeNassar Amimi](https://abdenassar-portfolio-4smfcqph6-abdenassaramimi99-gmailcom.vercel.app/) - [Abdelaziz El Arassi](http://aelarassi.com/) - [Abdul Rahman](https://abdulrahman.id/) From 7a50879127769e8d8a90d5472aa0f78089cfd129 Mon Sep 17 00:00:00 2001 From: Dina Taklit Date: Sat, 7 May 2022 16:46:23 +0100 Subject: [PATCH 045/250] feat: README.md add my own portfolio, source code is provided in my git --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d620c39..3066dc8 100755 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Dick Wyn Yong](https://dickwyn.xyz) - [Dillion Megida](http://dillionmegida.com/) - [Dimitri Pashutskii](https://dpashutskii.com/) +- [Dina TAKLIT](https://dinataklit.github.io/DinaTaklitPortfolio/) - [Dino Gomez](https://dinogomez.github.io/) - [Drew Bredvick](https://drew.tech/) - [Durgesh Chaudhary](https://yodkwtf.com/) From de52dcf555aca95d2b32484fa8e7d4444910a904 Mon Sep 17 00:00:00 2001 From: Bhushan Borole Date: Thu, 12 May 2022 21:37:30 +0100 Subject: [PATCH 046/250] Add Bhushan Borole portfolio --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3066dc8..9fa7546 100755 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Bertil Tandayamo](https://www.bertiltandayamo.me/) - [Bhavani Ravi](http://bhavaniravi.com) - [Bhavya Tomar](https://bhavya.dev) +- [Bhushan Borole](https://bhushan-borole.github.io/) - [Bipin MV](https://bipinmv.github.io) - [Bob Matyas](https://www.bobmatyas.com) - [Bouwe Westerdijk](https://bouwe.io) @@ -360,8 +361,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## Q - - ## R - [Rafael Solis Melo](https://rsmelo92.github.io/portfolio/) From 67f901ee39b248a2ce4a946081c5c81125c62c6c Mon Sep 17 00:00:00 2001 From: Mostafa Abdelhamid <49042064+mhsmustafa84@users.noreply.github.com> Date: Thu, 19 May 2022 09:46:00 +0200 Subject: [PATCH 047/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9fa7546..f433e61 100755 --- a/README.md +++ b/README.md @@ -304,6 +304,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Mohammad Rahmani](https://afgprogrammer.com) - [Mohan Raj](https://zolomohan.com) - [Moritz Kornher](https://moritzkornher.de/) +- [Mostafa Abdelhamid](https://mostafa-abdelhamid.com/) - [Mostafa Sameti](https://sameti.dev/) - [Mouad ZIANI](https://mouadziani.github.io/) - [Muhammad Abdullah](https://mabdullahse.com) From e7846c5d8a9c1c8b27a89fff25c3a8ea20d37f62 Mon Sep 17 00:00:00 2001 From: Jatin Sharma Date: Sun, 22 May 2022 07:31:09 +0530 Subject: [PATCH 048/250] Adding Jatin Sharma's Portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f433e61..b897881 100755 --- a/README.md +++ b/README.md @@ -219,6 +219,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [James Turner](http://turnerj.com) - [Jane Manchun Wong](http://wongmjane.com) - [Janessa Tran](http://janessatran.github.io) +- [Jatin Sharma](http://j471n.in/) - [Javier Diaz](https://coderdiaz.me) - [Jayant Goel](http://jayantgoel001.github.io/) - [Jayant Parashar](https://jparasha.github.io/) From e918fc83b08e81bc50fa35c30a46c5210c7a09d5 Mon Sep 17 00:00:00 2001 From: Sai Teja Date: Sun, 22 May 2022 12:02:08 +0530 Subject: [PATCH 049/250] Add Sai Teja --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f433e61..865aceb 100755 --- a/README.md +++ b/README.md @@ -399,6 +399,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Santosh Yadav](http://santoshyadav.dev) - [Sanyam Kumar](https://sanyam.dev/) - [Sarang N](https://srng.dev) +- [Sai Teja](https://saiteja13427.github.io/) - [Saurabh Daware](https://www.saurabhdaware.in/) - [Saurav M H](https://sauravmh.com) - [Scott Spence](https://scottspence.com) From 67d286f9f72225dc962f76956c297c8a529db299 Mon Sep 17 00:00:00 2001 From: Rishabh Rawat Date: Sun, 22 May 2022 13:41:00 +0530 Subject: [PATCH 050/250] docs: add portfolio of rishabh rawat --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f433e61..fe8552d 100755 --- a/README.md +++ b/README.md @@ -373,6 +373,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Rick Hanlon](https://rickhanlonii.github.io/) - [Riley J. Shaw](https://rileyjshaw.com) - [Rimenes Ribeiro](https://rimenesribeiro.com) +- [Rishabh Rawat](https://rrawat.com) - [Roberto Andrade](https://robertandradejr.dev/) - [Rodrigo Kamada](https://rodrigo.kamada.com.br/) - [Rohit Jakhar](http://rohitjakhar.me/) From ddbbcccf55f248e16c44280497de59a2df6de09c Mon Sep 17 00:00:00 2001 From: zougari47 Date: Sun, 22 May 2022 12:57:56 +0100 Subject: [PATCH 051/250] add Ahmed Zougari portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57f0be2..008ee13 100755 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Adityakumar Sinha](https://aditya113141.github.io/) - [Agney Menon](https://agney.dev) - [Ahmad Awais](https://ahmadawais.com/) +- [Ahmed Zougari](https://ahmedzougari.netlify.app/) - [Ahsan Khan](https://ahsankhan.me/) - [Akash Pawara](https://akashpawara.com) - [Akash Rajpurohit](https://akashrajpurohit.com/) From 625ba62dcdd380fd26eaa4ca1bd6f26909ff5b77 Mon Sep 17 00:00:00 2001 From: Moustapha Mahmoud Date: Sun, 22 May 2022 16:21:56 +0200 Subject: [PATCH 052/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 008ee13..325307b 100755 --- a/README.md +++ b/README.md @@ -308,6 +308,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Moritz Kornher](https://moritzkornher.de/) - [Mostafa Abdelhamid](https://mostafa-abdelhamid.com/) - [Mostafa Sameti](https://sameti.dev/) +- [Moustapha Mahmoud](https://moustapha.me) - [Mouad ZIANI](https://mouadziani.github.io/) - [Muhammad Abdullah](https://mabdullahse.com) - [Muhammad Muhaddis](https://muhaddis.info) From bd669524cbbe63b3fb95fb2829e643f4a73525a0 Mon Sep 17 00:00:00 2001 From: Nawrasse Dahman Date: Mon, 30 May 2022 10:05:07 +0100 Subject: [PATCH 053/250] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 325307b..5a894ad 100755 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Nacho Caiafa](https://nachokai.github.io/rpg-cv) - [Nam Phan](https://namtphan.github.io) - [Nathan Simpson](https://nathansimpson.design) -- [Nawrasse Dahman](https://nawrasse.vercel.app/) +- [Nawrasse Dahman](https://www.nawrasse.tk/) - [Nazia Shehnaz Joynab](https://geek-a-byte.github.io/) - [Nesrine Sghaier](https://nesrinesghaier.me) - [Nhlanhla Hasane](https://nhlanhlahasane.netlify.app/) From 878a118b05687d060c7b03dcbee2534896256742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erdal=20TA=C5=9EKESEN?= Date: Wed, 1 Jun 2022 12:25:51 +0300 Subject: [PATCH 054/250] =?UTF-8?q?Add=20Erdal=20TA=C5=9EKESEN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a894ad..ef5d6e3 100755 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Emmanuel ADEKPLOVI](https://homescriptone.com) - [Enea Xharja](https://eneaxharja.com) - [Ephraim Atta-Duncan](https://astrosaurus.me) +- [Erdal TAŞKESEN](https://www.erdaltaskesen.com) - [Ezekiel Ekunola](https://ezekielekunola.com) ## F From a3d7bf10842ed3f2389c2790783c67f422129e85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristiano=20Filho=20=E2=9C=85?= <54041918+CristianoFIlho@users.noreply.github.com> Date: Fri, 10 Jun 2022 16:20:07 -0300 Subject: [PATCH 055/250] =?UTF-8?q?Update=20portifolio=20Cristiano=20Filho?= =?UTF-8?q?=20=E2=9C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef5d6e3..04aded6 100755 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Cole Emeruche](https://coleruche.com/works/) - [Colin Lord](https://colinlord.com/) - [Collins Koech](https://collinskoechportfolio.web.app) +- [Cristiano Filho](https://cristianofilho.github.io/) ## D From 24b70bc45493bb1ba1272425c84ed7fcf09b9e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristiano=20Filho=20=E2=9C=85?= <54041918+CristianoFIlho@users.noreply.github.com> Date: Fri, 10 Jun 2022 16:23:30 -0300 Subject: [PATCH 056/250] =?UTF-8?q?Update=20Portfolio=20Cristiano=20Filho?= =?UTF-8?q?=20=E2=9C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04aded6..fdfb324 100755 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Cole Emeruche](https://coleruche.com/works/) - [Colin Lord](https://colinlord.com/) - [Collins Koech](https://collinskoechportfolio.web.app) -- [Cristiano Filho](https://cristianofilho.github.io/) +- [Cristiano Filho](https://cristianofilho.github.io/ ) ## D From bf54f921a34c6fd10467ece285bf0e7e48d974be Mon Sep 17 00:00:00 2001 From: Dale Larroder <52998821+dlarroder@users.noreply.github.com> Date: Sun, 12 Jun 2022 23:48:27 +0800 Subject: [PATCH 057/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fdfb324..e5e59c1 100755 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## D - [Dale French](https://dalefrench.dev/) +- [Dale Larroder](https://dalelarroder.com/) - [Damian Markowski](https://damianmarkowski.com) - [Dania Al-Hakim](https://pixeldania.netlify.app/) - [Daniel Alberski](https://danielalberski.redark.pl/) From c43c7b067767aa978363f2b6343f96942289c83e Mon Sep 17 00:00:00 2001 From: sevbo2003 Date: Mon, 13 Jun 2022 19:55:08 +0500 Subject: [PATCH 058/250] Add `Abdusamad Malikov` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5e59c1..b659ecd 100755 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Abdelaziz El Arassi](http://aelarassi.com/) - [Abdul Rahman](https://abdulrahman.id/) - [Abdul Rauf](https://armujahid.me) +- [Abdusamad Malikov](https://www.abdusamad.uz) - [Abhinav Galodha](https://www.galodha.com) - [Abhishek Jha](https://abhijha.live/) - [Adam Alston](https://www.adamalston.com) From 115a15c4b1629189721ef0c7bfec7e1773eb3cd6 Mon Sep 17 00:00:00 2001 From: Philip Johnson Date: Mon, 13 Jun 2022 13:58:44 -1000 Subject: [PATCH 059/250] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e5e59c1..e4d84bd 100755 --- a/README.md +++ b/README.md @@ -248,6 +248,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Kapil Gorve](http://jskap.com) - [Karen Fletcher](https://knpfletcher.dev) - [Karthik Menon](https://www.karthikmenon.com/) +- [Katie Amberg-Johnson](https://kambergjohnson.com) (made with [TechFolios](https://techfolios.github.io)) - [Kaustubhai](https://kaustubhai.netlify.app/) - [Kelven Rubalaine](https://kelven.dev) - [keyur kakadiya](https://keyur-kakadiya.herokuapp.com/) @@ -357,6 +358,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Patrick Lehmann](https://patlehmann1.github.io/react_portfolio/) - [Patrick Obermeier](https://www.patrickobermeier.at/) - [Patrick Reid](http://iamreliq.com) +- [Philip Johnson](https://philipmjohnson.org) (made with [TechFolios](https://techfolios.github.io)) - [Philipe Almeida](https://palmeida.netlify.app) - [Poonam Chauhan](https://poo17nam.github.io/profile) - [Pramesh Karki](https://karkipramesh.com.np/) From 5dd454eac6ccfb1e7e22a3058e896ece13c14379 Mon Sep 17 00:00:00 2001 From: Rabin Poudyal Date: Thu, 16 Jun 2022 09:58:46 +0545 Subject: [PATCH 060/250] Add Rabin Poudyal portfolio --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16ea65d..0f9cd80 100755 --- a/README.md +++ b/README.md @@ -372,7 +372,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## Q ## R - +- [Rabin Poudyal](https://rabinpoudyal.com.np/) - [Rafael Solis Melo](https://rsmelo92.github.io/portfolio/) - [Rahul Mahesh](https://rahulmahesh.netlify.com) - [Rahul Sawant](http://raalzz.com) From b31069107f6e779fda035c18f9114612114a6769 Mon Sep 17 00:00:00 2001 From: 1hanzla100 Date: Mon, 20 Jun 2022 22:56:38 +0500 Subject: [PATCH 061/250] Added Hanzla's Portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f9cd80..fae9968 100755 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## H - [Hamza Ehsan](https://www.hamzaehsan.com) +- [Hanzla Tauqeer](https://github.com/1hanzla100/developer-portfolio) - [Harsh Goel](https://harshgoel.me) - [Harsh Singhvi](https://harshsinghvi.com) - [Hassan Ahmed](https://www.hassanahmed.net/) From d1be59416079d451d3cf73a39e574a3cc9a74fc7 Mon Sep 17 00:00:00 2001 From: ln-dev7 Date: Wed, 22 Jun 2022 06:30:14 +0100 Subject: [PATCH 062/250] add leonel ngoya on repository --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f9cd80..e4c8e8d 100755 --- a/README.md +++ b/README.md @@ -264,6 +264,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Leonardo Oliveira](https://leonardoliveira.com) - [Lee Warrick](http://leewarrick.com) - [Leroy Rosales](https://leroyrosales.com) +- [Leonel Ngoya](https://lndev.me) - [Lewis Ndiritu](https://thirsty-ritchie-2c12b7.netlify.app/) - [Lisa Blunt](https://lisablunt.github.io) - [Lisa Savoie](http://lscodes.com) From 702493bf6de3574b2eb5de5be83a42746057745d Mon Sep 17 00:00:00 2001 From: Ronny Coste Date: Wed, 22 Jun 2022 10:55:22 -0400 Subject: [PATCH 063/250] Ronny Coste --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4c8e8d..4fc2dd3 100755 --- a/README.md +++ b/README.md @@ -391,6 +391,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Rohith V](http://rohithvazhathody.pythonanywhere.com/) - [Roland L. Taylor](http://rolandixor.pro) - [Roman Smunyov](https://romanisthere.github.io/) +- [Ronny Coste](https://ronnycoste.com/) - [Ropo John Olatujoye](http://simplycrownclothing.herokuapp.com) - [Roshan Kr Soni](https://roshankrsoni.github.io) - [Roxza](https://roxza.me) From f3716c8245677d1c1ad9c9dc27676383594ae54c Mon Sep 17 00:00:00 2001 From: Hafid Date: Fri, 24 Jun 2022 11:40:29 +0200 Subject: [PATCH 064/250] add Hafid's portfolio --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fc2dd3..7b6e430 100755 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Cole Emeruche](https://coleruche.com/works/) - [Colin Lord](https://colinlord.com/) - [Collins Koech](https://collinskoechportfolio.web.app) -- [Cristiano Filho](https://cristianofilho.github.io/ ) +- [Cristiano Filho](https://cristianofilho.github.io/) ## D @@ -188,6 +188,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## H +- [Hafid Ziti](https://www.hafidziti.dev/) - [Hamza Ehsan](https://www.hamzaehsan.com) - [Harsh Goel](https://harshgoel.me) - [Harsh Singhvi](https://harshsinghvi.com) @@ -373,6 +374,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## Q ## R + - [Rabin Poudyal](https://rabinpoudyal.com.np/) - [Rafael Solis Melo](https://rsmelo92.github.io/portfolio/) - [Rahul Mahesh](https://rahulmahesh.netlify.com) From 2d53778d59c2bc6e069ddfaebbedd2b4670fb5ff Mon Sep 17 00:00:00 2001 From: Cui Date: Sun, 26 Jun 2022 20:09:39 +0200 Subject: [PATCH 065/250] add Cui Ding's portfolio site --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b6e430..d2bc6fd 100755 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Colin Lord](https://colinlord.com/) - [Collins Koech](https://collinskoechportfolio.web.app) - [Cristiano Filho](https://cristianofilho.github.io/) +- [Cui Ding](https://cuierd.github.io/) ## D From 0b74bde471460a8535d0e2660c99844f6597dcf8 Mon Sep 17 00:00:00 2001 From: ganeshpatil386386 Date: Mon, 27 Jun 2022 15:58:44 +0530 Subject: [PATCH 066/250] add Ganesh Portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2bc6fd..291b777 100755 --- a/README.md +++ b/README.md @@ -176,6 +176,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Gabriel Tekombo](https://gabrielthecode.com/) - [Gabriele Corti](https://borntofrappe.github.io/) - [Garv Nanwani](https://garvnanwani.netlify.app/) +- [Ganesh Patil](https://hardikjain.netlify.app/) - [Genesis Gabiola](https://genesisgabiola.now.sh/) - [Georges Atalla](https://www.georgesatalla.com/) - [Georgi Yanev](https://gyanev.com) From f249f285703584f7c24ed0a215ae2ddb6a10d747 Mon Sep 17 00:00:00 2001 From: ganeshpatil386386 Date: Mon, 27 Jun 2022 16:13:02 +0530 Subject: [PATCH 067/250] rearrange order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 291b777..6fe6ada 100755 --- a/README.md +++ b/README.md @@ -175,8 +175,8 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Gabriel Romualdo](https://xtrp.io/) ([@xtrp](https://github.com/xtrp)) - [Gabriel Tekombo](https://gabrielthecode.com/) - [Gabriele Corti](https://borntofrappe.github.io/) -- [Garv Nanwani](https://garvnanwani.netlify.app/) - [Ganesh Patil](https://hardikjain.netlify.app/) +- [Garv Nanwani](https://garvnanwani.netlify.app/) - [Genesis Gabiola](https://genesisgabiola.now.sh/) - [Georges Atalla](https://www.georgesatalla.com/) - [Georgi Yanev](https://gyanev.com) From fd255005ed0fceb08cc50b279e31a90bdb1c149b Mon Sep 17 00:00:00 2001 From: Jahidul Islam Date: Mon, 4 Jul 2022 20:10:33 +0600 Subject: [PATCH 068/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2615e8..fae64ec 100755 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Jack Childs](https://jackchilds.tech) - [Jack Parsons](https://jackparsonss.me) - [Jacob Herper](https://jacobherper.com/) +- [Jahidul Islam](https://xahidex.com) - [Jahir Fiquitiva](https://jahir.dev) - [Jai Kirdatt](https://JaiK.me) - [Jainam Desai](https://th3c0d3br34ker.github.io) From 69f79e630c9efed4a17546a323a550be2ebad07b Mon Sep 17 00:00:00 2001 From: Ashkan Misaghi Date: Mon, 4 Jul 2022 19:05:02 +0430 Subject: [PATCH 069/250] Adding Ashkan Misaghi - Django Developer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2615e8..a00e74c 100755 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Arsalan Shakil](https://arsalanshakil.github.io/) - [Arsh Sahzad](https://www.arsh.dev) - [Aryan Yadav](https://aryan77.github.io/) +- [Ashkan Misaghi](https://ashkanmisaghi.ir) - [Ashlee Boyer](http://ashleemboyer.dev) - [Ashutosh Singh](https://thecodepapaya.dev) - [Ashwin Hariharan](https://ashwinhariharan.tech) From c936df772a388dceef94573a79456142ee38ea5c Mon Sep 17 00:00:00 2001 From: paalss Date: Sat, 9 Jul 2022 10:16:50 +0200 Subject: [PATCH 070/250] add paalss portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d9f53af..225752f 100755 --- a/README.md +++ b/README.md @@ -375,6 +375,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Praveesh Pavithran](https://praveeshpavithran.online/) - [Priya Nayak](https://priya180975.github.io/portfolio/) - [Pushpak Chhajed](https://pushpak1300.github.io/) +- [Pål Stakvik](https://paalss.github.io/portfolio/) ## Q From bef003f4b2c2148db01f7cef37c73d4c96a471d7 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sun, 10 Jul 2022 13:19:49 +0800 Subject: [PATCH 071/250] add my new website --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d9f53af..e1b614d 100755 --- a/README.md +++ b/README.md @@ -238,6 +238,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Jayvee Valenzuela](https://jayveepvalenzuela.github.io) - [Jeff Chiu](https://jeffchiucp.github.io/portfolio) - [Jens van Wijhe](https://jens.ai) +- [Jeremy Erik Leong](https://www.jeremyerikleong.com) - [Jeremy Grifski](https://jeremygrifski.com/) - [Jerry Hirsch](https://jerryhirsch.com/) - [Jim Raptis](http://www.raptis.wtf) From 2d89c640268ae0bee4a27b8e1b2b44b7c2c16047 Mon Sep 17 00:00:00 2001 From: Vaibhav Vikas Date: Mon, 11 Jul 2022 06:06:10 +0000 Subject: [PATCH 072/250] Added @vaibhavvikas profile --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d9f53af..eebcea2 100755 --- a/README.md +++ b/README.md @@ -462,6 +462,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Vaibhav Jaiswal](https://vaibhavjaiswal.vercel.app/#/) - [Vaibhav Singh](http://vaibhavsingh97.com) +- [Vaibhav Vikas](https://vaibhavvikas.github.io/) - [Vaidhyanathan S M](https://vaidhyanathansm.netlify.app/) - [Valentine Elum](https://vahlcode.vercel.app) - [Varun Dey](https://varundey.me) From 081837263282880f1af3678e94055051ad0d3f35 Mon Sep 17 00:00:00 2001 From: Davi Lacerda Date: Mon, 11 Jul 2022 21:37:06 -0300 Subject: [PATCH 073/250] docs: added Davi Lacerda's Portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d906218..f886ca0 100755 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Daniel Michael](https://www.daniel-michael.com/) - [Darshan Joshi](https://darshanjoshi-portfolio.hostman.site/) - [Davide Santangelo](https://davidesantangelo.com) +- [Davi Lacerda](https://davilacerda.tech) - [Deepraj Rakshit](http://deeprajrakshit.me/) - [Denis Tokarev](https://devlato.com) - [Dheeraj Gupta](https://dheerajgupta.netlify.app/#/) From 8ef32ea595e5b2b5bff82a5f87065186ac3f46f3 Mon Sep 17 00:00:00 2001 From: Ahmed Zougari Date: Tue, 12 Jul 2022 03:12:38 +0100 Subject: [PATCH 074/250] update my link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d906218..0681c8a 100755 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Adityakumar Sinha](https://aditya113141.github.io/) - [Agney Menon](https://agney.dev) - [Ahmad Awais](https://ahmadawais.com/) -- [Ahmed Zougari](https://ahmedzougari.netlify.app/) +- [Ahmed Zougari](https://ahmedzougari.com) - [Ahsan Khan](https://ahsankhan.me/) - [Akash Pawara](https://akashpawara.com) - [Akash Rajpurohit](https://akashrajpurohit.com/) From 2aeb745ad7132c482fc16251fe3ed4a59fd5941a Mon Sep 17 00:00:00 2001 From: Varun Tiwari Date: Tue, 12 Jul 2022 22:23:24 +0530 Subject: [PATCH 075/250] :tada: Added Portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 18105b9..df99283 100755 --- a/README.md +++ b/README.md @@ -479,6 +479,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Visinigiri Aditya](https://visinigiri-aditya.me/) - [Vishwasa Navada K](https://vishwas.tech) - [Vito Sartori](https://vito.io) +- [Varun Kumar Tiwari](https://varuntiwari.xyz/) ## W From 0272914dd39257fb2345796bae8b3e7a6fa85ed3 Mon Sep 17 00:00:00 2001 From: Alex Michailidis Date: Sat, 16 Jul 2022 12:18:06 +0300 Subject: [PATCH 076/250] Added Alex Michailidis website to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 18105b9..c88e135 100755 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Alejandro Sobko](http://alejandrosobko.com) - [Alestor Aldous](http://alestor123.github.io/) - [Alex Goff](http://alex-goff.com) +- [Alex Michailidis](https://alexandros.tech/) - [Alexander Schmidt](https://alexanderschmidt.info/) - [Alexey Golub](http://tyrrrz.me) - [Alfred Dagenais](https://alfreddagenais.com) From ef261602f5a9658a2b481b33a88c737600c9c234 Mon Sep 17 00:00:00 2001 From: Derryk Theberge Date: Wed, 20 Jul 2022 13:31:24 -0500 Subject: [PATCH 077/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c88e135..d0c92d8 100755 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Davi Lacerda](https://davilacerda.tech) - [Deepraj Rakshit](http://deeprajrakshit.me/) - [Denis Tokarev](https://devlato.com) +- [Derryk Theberge](https://dtheberge.com/) - [Dheeraj Gupta](https://dheerajgupta.netlify.app/#/) - [Dick Wyn Yong](https://dickwyn.xyz) - [Dillion Megida](http://dillionmegida.com/) From 4b668be83c693ebc6fcfc62ac472f4863423f902 Mon Sep 17 00:00:00 2001 From: Varun Tiwari Date: Thu, 21 Jul 2022 11:27:36 +0530 Subject: [PATCH 078/250] Fixed alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df99283..cd48225 100755 --- a/README.md +++ b/README.md @@ -468,6 +468,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Vaidhyanathan S M](https://vaidhyanathansm.netlify.app/) - [Valentine Elum](https://vahlcode.vercel.app) - [Varun Dey](https://varundey.me) +- [Varun Kumar Tiwari](https://varuntiwari.xyz/) - [Vatsal Shah](https://vatsalshah.in) - [Vedant Athavale](https://vedantathavale.webflow.io/) - [Vedant Milind Athavale](http://vedant-athavale.byethost31.com/portfolio.html?i=1) @@ -479,7 +480,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Visinigiri Aditya](https://visinigiri-aditya.me/) - [Vishwasa Navada K](https://vishwas.tech) - [Vito Sartori](https://vito.io) -- [Varun Kumar Tiwari](https://varuntiwari.xyz/) ## W From d65e44e415da28e624efdef1d51a1c6efb49cbbd Mon Sep 17 00:00:00 2001 From: paalss Date: Thu, 21 Jul 2022 10:18:43 +0200 Subject: [PATCH 079/250] =?UTF-8?q?convert=20=C3=85=20to=20AA=20and=20re-s?= =?UTF-8?q?ort?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 225752f..09cc867 100755 --- a/README.md +++ b/README.md @@ -359,6 +359,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## P +- [Paal Stakvik](https://paalss.github.io/portfolio/) - [Pandiyan Murugan](https://pandiyancool.github.io/pandiyan.cool/) - [Pankaj Gaikar](https://pankajgaikar.com/) - [Patricia Aas](https://patricia.no/) @@ -375,7 +376,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Praveesh Pavithran](https://praveeshpavithran.online/) - [Priya Nayak](https://priya180975.github.io/portfolio/) - [Pushpak Chhajed](https://pushpak1300.github.io/) -- [Pål Stakvik](https://paalss.github.io/portfolio/) ## Q From ceccf28aa4965c6d89d0ed097540f79a077804d6 Mon Sep 17 00:00:00 2001 From: omar-moquete <101159428+omar-moquete@users.noreply.github.com> Date: Sat, 23 Jul 2022 13:13:31 -0400 Subject: [PATCH 080/250] Added Omar Moquete's portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53f1fc4..d1077a3 100755 --- a/README.md +++ b/README.md @@ -354,6 +354,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Olaolu Olawuyi](https://olaolu.dev) - [Omar Gastón Chalas](https://ogaston.com/) +- [Omar Moquete](https://omarmoquete.dev/) - [OOQQ](https://ooqq.me) - [Opeyemi Obembe](http://obem.be/opeyemi) - [Oscar Tian](http://www.bluexguardian.com) From b94c192d6caaa4452926947976787f130e2d6e38 Mon Sep 17 00:00:00 2001 From: Abolfazl Abdali Date: Sun, 24 Jul 2022 21:43:04 +0430 Subject: [PATCH 081/250] add Abolfazl Abdali portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1077a3..38d01a2 100755 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Abdusamad Malikov](https://www.abdusamad.uz) - [Abhinav Galodha](https://www.galodha.com) - [Abhishek Jha](https://abhijha.live/) +- [Abolfazl Abdali](https://abdali.dev/) - [Adam Alston](https://www.adamalston.com) - [Adil Aboulkacim](https://adilaboulkacim.com/) - [Aditya Vikram Singh](https://www.adityavsingh.com/) From 669c9f4722d29a1e4b303fdd6b63ccc9091f0aa6 Mon Sep 17 00:00:00 2001 From: omar-moquete <101159428+omar-moquete@users.noreply.github.com> Date: Tue, 26 Jul 2022 11:11:13 -0400 Subject: [PATCH 082/250] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1077a3..9211890 100755 --- a/README.md +++ b/README.md @@ -354,7 +354,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Olaolu Olawuyi](https://olaolu.dev) - [Omar Gastón Chalas](https://ogaston.com/) -- [Omar Moquete](https://omarmoquete.dev/) +- [Omar Moquete](https://om-sp.netlify.app/) - [OOQQ](https://ooqq.me) - [Opeyemi Obembe](http://obem.be/opeyemi) - [Oscar Tian](http://www.bluexguardian.com) From fdb80c8c1f453422cbcc856510c05e236f69916d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cho011=E2=80=9D?= Date: Thu, 28 Jul 2022 04:57:14 +0000 Subject: [PATCH 083/250] Add my portfolio. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9211890..0d1d4e1 100755 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## H +- [Hussein Sarea](https://ho011.vercel.app/) - [Hafid Ziti](https://www.hafidziti.dev/) - [Hamza Ehsan](https://www.hamzaehsan.com) - [Hanzla Tauqeer](https://github.com/1hanzla100/developer-portfolio) From 04f7cb42d569eb9ad442f06d1ad9d99b55954c51 Mon Sep 17 00:00:00 2001 From: Hussein Sarea <54902350+Ho011@users.noreply.github.com> Date: Fri, 29 Jul 2022 03:41:26 +0300 Subject: [PATCH 084/250] Reorder my site alphabetically --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d1d4e1..f74eb80 100755 --- a/README.md +++ b/README.md @@ -193,7 +193,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## H -- [Hussein Sarea](https://ho011.vercel.app/) - [Hafid Ziti](https://www.hafidziti.dev/) - [Hamza Ehsan](https://www.hamzaehsan.com) - [Hanzla Tauqeer](https://github.com/1hanzla100/developer-portfolio) @@ -203,6 +202,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Hassan Murtaza](https://hassanmurtaza.com) - [Herman Starikov](http://starikov.dev) - [Hungry Bear Studio](https://www.hungrybearstudios.com/) +- [Hussein Sarea](https://ho011.vercel.app/) - [Huzaifa Mustafa](https://www.huzaifamustafa.com/) - [Houari Zegai](https://zegai.netlify.com/) From e9d9e1fc400e3264c798a63d02cc4e55b4957b49 Mon Sep 17 00:00:00 2001 From: GohJunX <100596563+GohJunX@users.noreply.github.com> Date: Sat, 30 Jul 2022 13:21:18 +0800 Subject: [PATCH 085/250] Update README.md my url updated --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 837be0b..907eea3 100755 --- a/README.md +++ b/README.md @@ -190,6 +190,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Gift Egwuenu](https://giftegwuenu.com) - [Grace Snow](https://gracesnowdesign.co.uk) - [Godswill Umukoro](https://godswillumukoro.com/) +- [Goh Jun Xiang](https://gohjunxiang.mystrikingly.com) - [Govind Singh Ranawat](https://govindsingh9447.github.io/ranawattecofficial.github.io/) - [Gudi Varaprasad](https://gudivaraprasad.github.io/GVP/) From 27e30cf9a4a7c03c9d84678c3d7cef432c8a8e86 Mon Sep 17 00:00:00 2001 From: williamson922 <100593891+williamson922@users.noreply.github.com> Date: Sat, 30 Jul 2022 13:52:59 +0800 Subject: [PATCH 086/250] Add Portfolio This is my portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 837be0b..7d4d96b 100755 --- a/README.md +++ b/README.md @@ -374,6 +374,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Patrick Lehmann](https://patlehmann1.github.io/react_portfolio/) - [Patrick Obermeier](https://www.patrickobermeier.at/) - [Patrick Reid](http://iamreliq.com) +- [Pan Wei Lian](https://williampan.mystrikingly.com/?fbclid=IwAR0bXUiZEH2EJcuQZPAY-8yGLFpHJdxcQTtNAw1dbvRq8V_lBoRahaMTmTs) - [Philip Johnson](https://philipmjohnson.org) (made with [TechFolios](https://techfolios.github.io)) - [Philipe Almeida](https://palmeida.netlify.app) - [Poonam Chauhan](https://poo17nam.github.io/profile) From 407995dcdf9085a1a98a5a06b40ac12eba8dcfd8 Mon Sep 17 00:00:00 2001 From: Hubert Kimani Date: Sat, 30 Jul 2022 21:23:08 +0300 Subject: [PATCH 087/250] Update portfolio Added portfolio name and site --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4055b31..5c0d7e6 100755 --- a/README.md +++ b/README.md @@ -204,6 +204,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Hassan Ahmed](https://www.hassanahmed.net/) - [Hassan Murtaza](https://hassanmurtaza.com) - [Herman Starikov](http://starikov.dev) +- [Hubert Kimani](https://hubertkimani.me) - [Hungry Bear Studio](https://www.hungrybearstudios.com/) - [Hussein Sarea](https://ho011.vercel.app/) - [Huzaifa Mustafa](https://www.huzaifamustafa.com/) From bc20a804d6597037d832ae510d2864357aae2c3e Mon Sep 17 00:00:00 2001 From: Eduard Constantin Date: Sun, 31 Jul 2022 19:18:17 +0300 Subject: [PATCH 088/250] Add portfolio link --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c0d7e6..d6742a8 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ A list of developer portfolios for your inspiration -Have you built a portfolio? Are you proud of it?! Open a [PR](./CONTRIBUTING.md) to this repo and let's showcase your work! Refer to the [CONTRIBUTING](./CONTRIBUTING.md) file for direction. +Have you built a portfolio? Are you proud of it?! Open a [PR](./CONTRIBUTING.md) to this repo and let's showcase your +work! Refer to the [CONTRIBUTING](./CONTRIBUTING.md) file for direction. This repo was inspired by [Ali Spittel's](https://twitter.com/ASpittel) tweet [Portfolio](https://twitter.com/ASpittel/status/1171604728951779328) @@ -11,7 +12,9 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! --- -**Jump to:** [A](#a) | [B](#b) | [C](#c) | [D](#d) | [E](#e) | [F](#f) | [G](#g) | [H](#h) | [I](#i) | [J](#j) | [K](#k) | [L](#l) | [M](#m) | [N](#n) | [O](#o) | [P](#p) | [Q](#q) | [R](#r) | [S](#s) | [T](#t) | [U](#u) | [V](#v) | [W](#w) | [Y](#y) | [Z](#z) +**Jump to:** [A](#a) | [B](#b) | [C](#c) | [D](#d) | [E](#e) | [F](#f) | [G](#g) | [H](#h) | [I](#i) | [J](#j) | [K](#k) +| [L](#l) | [M](#m) | [N](#n) | [O](#o) | [P](#p) | [Q](#q) | [R](#r) | [S](#s) | [T](#t) | [U](#u) | [V](#v) | [W](#w) +| [Y](#y) | [Z](#z) --- @@ -155,6 +158,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## E +- [Eduard-Constantin Ibinceanu](https://eduardconstantin.github.io) - [Efrén Martínez Rodríguez](https://www.efrenmartinez.dev/) - [Elio Jordan Lopes](https://develioper.vercel.app) - [Emmanuel ADEKPLOVI](https://homescriptone.com) From 0618c1f208d8a92adf9f43e93b30a6ca609f9457 Mon Sep 17 00:00:00 2001 From: Pasindu Dilmin <42198639+pazindushane@users.noreply.github.com> Date: Tue, 2 Aug 2022 10:51:15 +0530 Subject: [PATCH 089/250] Added a Portfolio Link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c0d7e6..63a6814 100755 --- a/README.md +++ b/README.md @@ -371,6 +371,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Paal Stakvik](https://paalss.github.io/portfolio/) - [Pandiyan Murugan](https://pandiyancool.github.io/pandiyan.cool/) - [Pankaj Gaikar](https://pankajgaikar.com/) +- [Pazindu Shane](https://pazindushane.github.io/) - [Patricia Aas](https://patricia.no/) - [Patrick Hyatt](https://www.patrickhyatt.com/) - [Patrick Lehmann](https://patlehmann1.github.io/react_portfolio/) From d580b0c03767495c8f42fa057c81efb124b87660 Mon Sep 17 00:00:00 2001 From: Naveed Ahmed Date: Thu, 4 Aug 2022 14:58:40 +0500 Subject: [PATCH 090/250] Update README.md Portfolio Link Updated --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c0d7e6..11fd05b 100755 --- a/README.md +++ b/README.md @@ -342,6 +342,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Nacho Caiafa](https://nachokai.github.io/rpg-cv) - [Nam Phan](https://namtphan.github.io) - [Nathan Simpson](https://nathansimpson.design) +- [Naveed Ahmed](https://www.trixum.net/) - [Nawrasse Dahman](https://www.nawrasse.tk/) - [Nazia Shehnaz Joynab](https://geek-a-byte.github.io/) - [Nesrine Sghaier](https://nesrinesghaier.me) From f3d02d5f61d13ddb93c4c2f7dedf165e847870ee Mon Sep 17 00:00:00 2001 From: Eduard Constantin Date: Thu, 4 Aug 2022 20:19:55 +0300 Subject: [PATCH 091/250] Remove format --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d6742a8..a722709 100755 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ A list of developer portfolios for your inspiration -Have you built a portfolio? Are you proud of it?! Open a [PR](./CONTRIBUTING.md) to this repo and let's showcase your -work! Refer to the [CONTRIBUTING](./CONTRIBUTING.md) file for direction. +Have you built a portfolio? Are you proud of it?! Open a [PR](./CONTRIBUTING.md) to this repo and let's showcase your work! Refer to the [CONTRIBUTING](./CONTRIBUTING.md) file for direction. This repo was inspired by [Ali Spittel's](https://twitter.com/ASpittel) tweet [Portfolio](https://twitter.com/ASpittel/status/1171604728951779328) @@ -12,9 +11,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! --- -**Jump to:** [A](#a) | [B](#b) | [C](#c) | [D](#d) | [E](#e) | [F](#f) | [G](#g) | [H](#h) | [I](#i) | [J](#j) | [K](#k) -| [L](#l) | [M](#m) | [N](#n) | [O](#o) | [P](#p) | [Q](#q) | [R](#r) | [S](#s) | [T](#t) | [U](#u) | [V](#v) | [W](#w) -| [Y](#y) | [Z](#z) +**Jump to:** [A](#a) | [B](#b) | [C](#c) | [D](#d) | [E](#e) | [F](#f) | [G](#g) | [H](#h) | [I](#i) | [J](#j) | [K](#k) | [L](#l) | [M](#m) | [N](#n) | [O](#o) | [P](#p) | [Q](#q) | [R](#r) | [S](#s) | [T](#t) | [U](#u) | [V](#v) | [W](#w) | [Y](#y) | [Z](#z) --- From f78a221ebee54fd1bc82328ee021cb344f9416cd Mon Sep 17 00:00:00 2001 From: Pasindu Dilmin <42198639+pazindushane@users.noreply.github.com> Date: Thu, 4 Aug 2022 23:33:28 +0530 Subject: [PATCH 092/250] Added a Portfolio Link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63a6814..8a01c23 100755 --- a/README.md +++ b/README.md @@ -371,13 +371,13 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Paal Stakvik](https://paalss.github.io/portfolio/) - [Pandiyan Murugan](https://pandiyancool.github.io/pandiyan.cool/) - [Pankaj Gaikar](https://pankajgaikar.com/) -- [Pazindu Shane](https://pazindushane.github.io/) - [Patricia Aas](https://patricia.no/) - [Patrick Hyatt](https://www.patrickhyatt.com/) - [Patrick Lehmann](https://patlehmann1.github.io/react_portfolio/) - [Patrick Obermeier](https://www.patrickobermeier.at/) - [Patrick Reid](http://iamreliq.com) - [Pan Wei Lian](https://williampan.mystrikingly.com/?fbclid=IwAR0bXUiZEH2EJcuQZPAY-8yGLFpHJdxcQTtNAw1dbvRq8V_lBoRahaMTmTs) +- [Pazindu Shane](https://pazindushane.github.io/) - [Philip Johnson](https://philipmjohnson.org) (made with [TechFolios](https://techfolios.github.io)) - [Philipe Almeida](https://palmeida.netlify.app) - [Poonam Chauhan](https://poo17nam.github.io/profile) From eb6242ebc95eaf4342ae5e67539f414e6f59b9cb Mon Sep 17 00:00:00 2001 From: Shenggg2000 Date: Fri, 5 Aug 2022 21:29:39 +0800 Subject: [PATCH 093/250] add portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff3cfca..3920d41 100755 --- a/README.md +++ b/README.md @@ -192,6 +192,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Grace Snow](https://gracesnowdesign.co.uk) - [Godswill Umukoro](https://godswillumukoro.com/) - [Goh Jun Xiang](https://gohjunxiang.mystrikingly.com) +- [Goh You Sheng](https://shenggg2000.github.io/portfolio/) - [Govind Singh Ranawat](https://govindsingh9447.github.io/ranawattecofficial.github.io/) - [Gudi Varaprasad](https://gudivaraprasad.github.io/GVP/) From 5321c48bc5007933081b2106c0bccb8dedbcd9c1 Mon Sep 17 00:00:00 2001 From: williamson922 <100593891+williamson922@users.noreply.github.com> Date: Sat, 6 Aug 2022 16:16:42 +0800 Subject: [PATCH 094/250] modify website link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3920d41..949c97d 100755 --- a/README.md +++ b/README.md @@ -379,7 +379,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Patrick Lehmann](https://patlehmann1.github.io/react_portfolio/) - [Patrick Obermeier](https://www.patrickobermeier.at/) - [Patrick Reid](http://iamreliq.com) -- [Pan Wei Lian](https://williampan.mystrikingly.com/?fbclid=IwAR0bXUiZEH2EJcuQZPAY-8yGLFpHJdxcQTtNAw1dbvRq8V_lBoRahaMTmTs) +- [Pan Wei Lian](https://williamson922.github.io/) - [Pazindu Shane](https://pazindushane.github.io/) - [Philip Johnson](https://philipmjohnson.org) (made with [TechFolios](https://techfolios.github.io)) - [Philipe Almeida](https://palmeida.netlify.app) From bf0d6801fe974c2b90a00fffb88ff97e110be2f3 Mon Sep 17 00:00:00 2001 From: GohJunX <100596563+GohJunX@users.noreply.github.com> Date: Sat, 6 Aug 2022 18:54:34 +0800 Subject: [PATCH 095/250] change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3920d41..d382cc4 100755 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Gift Egwuenu](https://giftegwuenu.com) - [Grace Snow](https://gracesnowdesign.co.uk) - [Godswill Umukoro](https://godswillumukoro.com/) -- [Goh Jun Xiang](https://gohjunxiang.mystrikingly.com) +- [Goh Jun Xiang](https://gohjunx.github.io/GohJunXiang.github.io/) - [Goh You Sheng](https://shenggg2000.github.io/portfolio/) - [Govind Singh Ranawat](https://govindsingh9447.github.io/ranawattecofficial.github.io/) - [Gudi Varaprasad](https://gudivaraprasad.github.io/GVP/) From 4df988352b277ba5fbfe2130ffa40c0db0251660 Mon Sep 17 00:00:00 2001 From: izuutech Date: Wed, 10 Aug 2022 12:22:24 +0100 Subject: [PATCH 096/250] Add Joshua Izuchukwu --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78918b4..c068497 100755 --- a/README.md +++ b/README.md @@ -256,6 +256,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Josef Aidt](https://josefaidt.dev) - [Joseph Friedman](http://DecentGradient.com) - [Joshua Chinwendu](http://joshualine.github.io) +- [Joshua Izuchukwu](https://joshuaizu.vercel.app) - [Julia Johnson](http://juliacodes.com) ## K From f4c306d7a5f5afe0c145e83fab8f889276eba839 Mon Sep 17 00:00:00 2001 From: Mukul Chugh Date: Fri, 12 Aug 2022 05:01:35 +0530 Subject: [PATCH 097/250] update Readme.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wanted to showcase my Portfolio here. Thanks 👍🏻 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c068497..1eae22e 100755 --- a/README.md +++ b/README.md @@ -338,6 +338,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Muhammad Essa](https://muhammadessa.com/) - [Muhammad Rashid](https://iamrashy.netlify.app) - [Muhammad Zeeshan](https://mzeeshan.me) +- [Mukul Chugh](https://mukulchugh.com) - [Muntadhar Haydar](https://muntadhar.net) ## N From 16c3423c2a1b94c15c748641754c3dbd98042f6d Mon Sep 17 00:00:00 2001 From: safwan917 Date: Mon, 15 Aug 2022 14:17:24 +0800 Subject: [PATCH 098/250] add personal portfolio to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1eae22e..cc59e92 100755 --- a/README.md +++ b/README.md @@ -298,6 +298,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Madhan K](https://madhank93.github.io/) - [Mads Hougesen](https://mhouge.dk/) - [Mahmoud AlSharif](https://malsharif.me) +- [Malik Muhammad Safwan](https://maliksafwan.netlify.app/) - [Maram Sai Harsha Vardhan Reddy](https://maramsaiharsha.netlify.com) - [Marc Backes](http://marc.dev) - [Marcos Aguayo](https://marcosaguayo.com) From 16827f8e0cc11f9b238eb478034225f78bf91e5f Mon Sep 17 00:00:00 2001 From: suhailroushan13 Date: Thu, 18 Aug 2022 03:51:49 +0000 Subject: [PATCH 099/250] Added My Portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1eae22e..6d432e7 100755 --- a/README.md +++ b/README.md @@ -456,6 +456,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Sree Godavarthi](http://sreegodavarthi.github.io) - [Stefan Bohacek](https://fourtonfish.com/) - [Subhayu Kr Bala](http://subhayu.me) +- [Suhail Roushan](https://suhailroushan.com) ## T From c79aab63093d80a896f1f22b202d314bbc03de4f Mon Sep 17 00:00:00 2001 From: Chuck Date: Mon, 22 Aug 2022 14:21:14 -0400 Subject: [PATCH 100/250] Update link-checker.yml --- .github/workflows/link-checker.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 0b9d621..1a2842c 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -8,13 +8,17 @@ jobs: linkChecker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + - name: Link Checker - uses: lycheeverse/lychee-action@v1.4.1 + id: lychee + uses: lycheeverse/lychee-action@v1.5.1 with: args: README.md + - name: Create Issue From File - uses: peter-evans/create-issue-from-file@v2 + if: steps.lychee.outputs.exit_code != 0 + uses: peter-evans/create-issue-from-file@v4 with: title: "[Bot] Broken Links Report" content-filepath: ./lychee/out.md From ce021f747a7c8e51c988299b8a44eb8b666866d2 Mon Sep 17 00:00:00 2001 From: Chuck Date: Tue, 23 Aug 2022 14:12:01 -0400 Subject: [PATCH 101/250] Update README.md --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 1169c5b..f9a5e4e 100755 --- a/README.md +++ b/README.md @@ -98,7 +98,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Bob Matyas](https://www.bobmatyas.com) - [Bouwe Westerdijk](https://bouwe.io) - [Brad Garropy](https://bradgarropy.com) -- [Brahim Boulhend](https://brahime.com) - [Brianna Roby](http://brianna-roby.com) - [Brittany Chiang](https://brittanychiang.com) @@ -240,7 +239,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Jane Manchun Wong](http://wongmjane.com) - [Janessa Tran](http://janessatran.github.io) - [Jatin Sharma](http://j471n.in/) -- [Javier Diaz](https://coderdiaz.me) - [Jayant Goel](http://jayantgoel001.github.io/) - [Jayant Parashar](https://jparasha.github.io/) - [Jayed Rafi](https://jayedrafi.com) @@ -302,7 +300,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Maram Sai Harsha Vardhan Reddy](https://maramsaiharsha.netlify.com) - [Marc Backes](http://marc.dev) - [Marcos Aguayo](https://marcosaguayo.com) -- [Mark Vergel Banguis](https://www.banguismv.me/) - [Marijan Smetko](https://msmetko.xyz) - [Mario Kandut](https://www.mariokandut.com) - [Markus Polzer](https://www.rapidtech1898.com/) @@ -326,7 +323,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Mimi Kim](https://seeyouspacecow.com) - [Mitul Savani](http://mitulsavani.com) - [Mohamad Fadhil Yaacob](https://fadhil-blog.dev/) -- [Mohammad Darmousa](https://mdarmousa.github.io/) - [Mohammad Rahmani](https://afgprogrammer.com) - [Mohan Raj](https://zolomohan.com) - [Moritz Kornher](https://moritzkornher.de/) @@ -399,7 +395,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## R - [Rabin Poudyal](https://rabinpoudyal.com.np/) -- [Rafael Solis Melo](https://rsmelo92.github.io/portfolio/) - [Rahul Mahesh](https://rahulmahesh.netlify.com) - [Rahul Sawant](http://raalzz.com) - [Rajan Bhattarai](https://cdrrazan.com) @@ -456,7 +451,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Sourav Dutta](http://i-am-souravdutta.firebaseapp.com) - [Sree Godavarthi](http://sreegodavarthi.github.io) - [Stefan Bohacek](https://fourtonfish.com/) -- [Subhayu Kr Bala](http://subhayu.me) - [Suhail Roushan](https://suhailroushan.com) ## T @@ -468,7 +462,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Thea Choem](https://thea.juniorise.com) - [Thea Mushambadze](https://highflyer910.github.io/) - [TheKaushikGoswami](https://thekaushikgoswami.github.io) -- [Tom Sherman](https://tom-sherman.com) - [Travis Fischer](https://transitivebullsh.it) ## U @@ -494,7 +487,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Vikas Ukani](https://vikas-ukani.github.io/) - [Vinay Somawat](https://vinaysomawat.github.io/) - [Vincent Milum Jr](http://darkain.com) -- [Visinigiri Aditya](https://visinigiri-aditya.me/) - [Vishwasa Navada K](https://vishwas.tech) - [Vito Sartori](https://vito.io) From c10187a68310c6c7896dcce03fd8c740cd88ddfa Mon Sep 17 00:00:00 2001 From: Abdellatif Laghjaj Date: Thu, 25 Aug 2022 17:43:19 +0100 Subject: [PATCH 102/250] add new developer portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9a5e4e..30aa15a 100755 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Aashutosh Rathi](https://aashutosh.dev) - [Aayush Kurup](https://aayushkurup.dev) - [AbdeNassar Amimi](https://abdenassar-portfolio-4smfcqph6-abdenassaramimi99-gmailcom.vercel.app/) +- [Abdellatif Laghjaj](http://abdellatif-laghjaj.ml/) - [Abdelaziz El Arassi](http://aelarassi.com/) - [Abdul Rahman](https://abdulrahman.id/) - [Abdul Rauf](https://armujahid.me) From fcd5561b222dc02d04a8aa219558fcc2283082f6 Mon Sep 17 00:00:00 2001 From: Aishanii <59767187+Aishanipach@users.noreply.github.com> Date: Fri, 26 Aug 2022 18:27:02 +0530 Subject: [PATCH 103/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9a5e4e..e654d10 100755 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Aditya Vikram Singh](https://www.adityavsingh.com/) - [Adityakumar Sinha](https://aditya113141.github.io/) - [Agney Menon](https://agney.dev) +- [Aishani Pachauri](https://aishanipach.netlify.app/) - [Ahmad Awais](https://ahmadawais.com/) - [Ahmed Zougari](https://ahmedzougari.com) - [Ahsan Khan](https://ahsankhan.me/) From ca4d9460c95518c804ec9e3dabd032bec042fa95 Mon Sep 17 00:00:00 2001 From: Abdellatif Laghjaj Date: Fri, 26 Aug 2022 16:03:16 +0100 Subject: [PATCH 104/250] add the new portfolio in the right order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30aa15a..a86db1d 100755 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Aashutosh Rathi](https://aashutosh.dev) - [Aayush Kurup](https://aayushkurup.dev) - [AbdeNassar Amimi](https://abdenassar-portfolio-4smfcqph6-abdenassaramimi99-gmailcom.vercel.app/) -- [Abdellatif Laghjaj](http://abdellatif-laghjaj.ml/) - [Abdelaziz El Arassi](http://aelarassi.com/) +- [Abdellatif Laghjaj](http://abdellatif-laghjaj.ml/) - [Abdul Rahman](https://abdulrahman.id/) - [Abdul Rauf](https://armujahid.me) - [Abdusamad Malikov](https://www.abdusamad.uz) From c5434f1ab23d24e28a6890ddd5673c78b071b4f1 Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Fri, 26 Aug 2022 21:34:27 +0530 Subject: [PATCH 105/250] Add: Taranjeet Singh portfolio. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72d0fcd..c9f5ccc 100755 --- a/README.md +++ b/README.md @@ -458,6 +458,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## T - [Tanisha Gupta](https://tanishagupta1.github.io/Tanisha-Gupta-portfolio/) +- [Taranjeet Singh](https://taranjeet.co/) - [Tejas Kumar](http://tej.as) - [Tejaswi Chaudhari](https://tejaswichaudhari.me/) - [Tek Raj Joshi](https://t3kraj.netlify.app) From d10c6f42c3fa9c7d8833840446f1a30ad994297b Mon Sep 17 00:00:00 2001 From: Raihan hosen <83702632+raihanhosen011@users.noreply.github.com> Date: Sat, 27 Aug 2022 04:13:13 +0600 Subject: [PATCH 106/250] Add abdul Raihan portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c9f5ccc..e91f6b4 100755 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Abdelaziz El Arassi](http://aelarassi.com/) - [Abdellatif Laghjaj](http://abdellatif-laghjaj.ml/) - [Abdul Rahman](https://abdulrahman.id/) +- [Abdul Raihan](https://raihanhosen.com/) - [Abdul Rauf](https://armujahid.me) - [Abdusamad Malikov](https://www.abdusamad.uz) - [Abhinav Galodha](https://www.galodha.com) From 9aed0933bb01e733ad69602cc680c5e652a5a1f6 Mon Sep 17 00:00:00 2001 From: George <61952924+chr-ge@users.noreply.github.com> Date: Sun, 28 Aug 2022 21:54:13 +0300 Subject: [PATCH 107/250] add/george-christeas --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e91f6b4..b6bcb04 100755 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Garv Nanwani](https://garvnanwani.netlify.app/) - [Genesis Gabiola](https://genesisgabiola.now.sh/) - [Georges Atalla](https://www.georgesatalla.com/) +- [George Christeas](https://chr-ge.com/) - [Georgi Yanev](https://gyanev.com) - [Gherciu Gheorghe](https://gherciu.github.io/portfolio/) - [Gianluca Fiore](http://gianlucafiore.it) From 81e3c54d49539f473ee73956e49ee133a120b8db Mon Sep 17 00:00:00 2001 From: Tiago Hermano Date: Wed, 31 Aug 2022 01:15:54 -0300 Subject: [PATCH 108/250] add my portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6bcb04..24395cd 100755 --- a/README.md +++ b/README.md @@ -468,6 +468,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Thea Mushambadze](https://highflyer910.github.io/) - [TheKaushikGoswami](https://thekaushikgoswami.github.io) - [Travis Fischer](https://transitivebullsh.it) +- [Tiago Hermano](https://tiagohermano.dev/) ## U From 63edb80f448e0d228f7f54a1a608c4a6c035e585 Mon Sep 17 00:00:00 2001 From: Tiago Hermano Date: Wed, 31 Aug 2022 14:58:59 +0000 Subject: [PATCH 109/250] chore: place my portfolio link in alphabetic order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24395cd..7f1b46f 100755 --- a/README.md +++ b/README.md @@ -464,11 +464,11 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Tejas Kumar](http://tej.as) - [Tejaswi Chaudhari](https://tejaswichaudhari.me/) - [Tek Raj Joshi](https://t3kraj.netlify.app) +- [Tiago Hermano](https://tiagohermano.dev/) - [Thea Choem](https://thea.juniorise.com) - [Thea Mushambadze](https://highflyer910.github.io/) - [TheKaushikGoswami](https://thekaushikgoswami.github.io) - [Travis Fischer](https://transitivebullsh.it) -- [Tiago Hermano](https://tiagohermano.dev/) ## U From 60a5e92d2c6a10dc969ec323e5f5894d4f8c1275 Mon Sep 17 00:00:00 2001 From: Jordan Salazar Date: Wed, 31 Aug 2022 16:56:36 -0500 Subject: [PATCH 110/250] feat: add Rafael's portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f1b46f..318658b 100755 --- a/README.md +++ b/README.md @@ -401,6 +401,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Rabin Poudyal](https://rabinpoudyal.com.np/) - [Rahul Mahesh](https://rahulmahesh.netlify.com) - [Rahul Sawant](http://raalzz.com) +- [Rafael Salazar](https://rafalazar.github.io/) - [Rajan Bhattarai](https://cdrrazan.com) - [Rajekevin](https://rajekevin.fr) - [Ralf D. Müller](https://fiveandahalfstars.ninja/rdmueller.html) From 01348d59e557cda37948bb6f1522d5973dbc0503 Mon Sep 17 00:00:00 2001 From: Jordan Salazar Date: Thu, 1 Sep 2022 09:59:50 -0500 Subject: [PATCH 111/250] fix: name in alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 318658b..418242c 100755 --- a/README.md +++ b/README.md @@ -399,9 +399,9 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## R - [Rabin Poudyal](https://rabinpoudyal.com.np/) +- [Rafael Salazar](https://rafalazar.github.io/) - [Rahul Mahesh](https://rahulmahesh.netlify.com) - [Rahul Sawant](http://raalzz.com) -- [Rafael Salazar](https://rafalazar.github.io/) - [Rajan Bhattarai](https://cdrrazan.com) - [Rajekevin](https://rajekevin.fr) - [Ralf D. Müller](https://fiveandahalfstars.ninja/rdmueller.html) From f424e10402b6bc8929179cf99cb1e02b3074e23c Mon Sep 17 00:00:00 2001 From: Joseph Palma <43054953+josephpalma@users.noreply.github.com> Date: Thu, 1 Sep 2022 12:22:26 -1000 Subject: [PATCH 112/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 418242c..b684f01 100755 --- a/README.md +++ b/README.md @@ -257,6 +257,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Jordi Espinoza Mendoza](https://www.itsmejordi.live/#/) - [Josef Aidt](https://josefaidt.dev) - [Joseph Friedman](http://DecentGradient.com) +- [Joseph Palma](https://josephpalma.dev) - [Joshua Chinwendu](http://joshualine.github.io) - [Joshua Izuchukwu](https://joshuaizu.vercel.app) - [Julia Johnson](http://juliacodes.com) From e6f65c4fd3be7c1324c864a76706974f22354c63 Mon Sep 17 00:00:00 2001 From: mrepol742 Date: Sat, 3 Sep 2022 00:55:48 +0800 Subject: [PATCH 113/250] Added Melvin Jones Repol Portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b684f01..53a779a 100755 --- a/README.md +++ b/README.md @@ -322,6 +322,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Md Nabil Ahsan](https://www.mdnabilahsan.com/) - [Md Usman Ansari](https://mdusmanansari.netlify.app/) - [Mertcan Kose](https://mertcankose.vercel.app) +- [Melvin Jones Repol](https://mrepol742.github.io) - [Michael Hoffmann (Mokkapps)](https://mokkapps.de/) - [Michelle Brenner](https://michellebrenner.com) - [Miguel Rodriguez](https://migu.es) From 4aed8a009a51f14fb23924d197f8f2fdc6c6b571 Mon Sep 17 00:00:00 2001 From: mrepol742 Date: Sat, 3 Sep 2022 01:29:25 +0800 Subject: [PATCH 114/250] Added Melvin Jones Repol Portfolio --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53a779a..9385b38 100755 --- a/README.md +++ b/README.md @@ -321,8 +321,8 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Mayank Aggarwal](https://mayank0255.github.io/) - [Md Nabil Ahsan](https://www.mdnabilahsan.com/) - [Md Usman Ansari](https://mdusmanansari.netlify.app/) -- [Mertcan Kose](https://mertcankose.vercel.app) - [Melvin Jones Repol](https://mrepol742.github.io) +- [Mertcan Kose](https://mertcankose.vercel.app) - [Michael Hoffmann (Mokkapps)](https://mokkapps.de/) - [Michelle Brenner](https://michellebrenner.com) - [Miguel Rodriguez](https://migu.es) From 027a69ae6093d1cbbca3fe5526b667b048127c2f Mon Sep 17 00:00:00 2001 From: Masculus Date: Sat, 3 Sep 2022 08:01:10 +0800 Subject: [PATCH 115/250] Update README.md Add my portfolio. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9385b38..8e3dbb4 100755 --- a/README.md +++ b/README.md @@ -309,6 +309,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Mario Kandut](https://www.mariokandut.com) - [Markus Polzer](https://www.rapidtech1898.com/) - [Marouane Rassili](https://mrassili.com) +- [Masculus](https://github.com/masculus.vercel.app) - [Mason Slover](https://github.com/MasonSlover/ProcessingPortfolio) - [Matt Filer](http://mattfiler.co.uk) - [Matteo Lobello](https://matteolobello.it) From aa1a239fa205e7c944877ba1bdf742b3e004a010 Mon Sep 17 00:00:00 2001 From: musaddiq-ashfaq Date: Sat, 3 Sep 2022 14:32:30 +0500 Subject: [PATCH 116/250] Added website --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e3dbb4..2ff0f46 100755 --- a/README.md +++ b/README.md @@ -344,6 +344,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Muhammad Zeeshan](https://mzeeshan.me) - [Mukul Chugh](https://mukulchugh.com) - [Muntadhar Haydar](https://muntadhar.net) +- [Musaddiq Ashfaq](https://musaddiq-ashfaq.github.io/Portfolio) ## N From 42ff40eb75c41168f979d38dbc7df5036a5f091f Mon Sep 17 00:00:00 2001 From: Felix Date: Wed, 7 Sep 2022 19:16:28 +0200 Subject: [PATCH 117/250] Added Felix Tellmann - https://flext.dev --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ff0f46..62c3492 100755 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Faisal Ahmed Khan](https://FaisalAhmedKhan.github.io/) - [Fayaz Bin Salam](https://p32929.github.io/) - [Felix Leupold](https://xiel.dev) +- [Felix Tellmann](https://flext.dev) - [Fidalgo Pedro](http://fidalgo.dev) - [Flavia Medici](https://t.co/iQK1Hbx8xD?amp=1) - [Frances Coronel](https://francescoronel.com) From d8c172615017efb0e15a94771c3750de379a876f Mon Sep 17 00:00:00 2001 From: MorePog <95282692+MorePog@users.noreply.github.com> Date: Thu, 8 Sep 2022 09:49:14 +0200 Subject: [PATCH 118/250] seb-graf portfolio added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ff0f46..1665293 100755 --- a/README.md +++ b/README.md @@ -444,6 +444,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Saurabh Daware](https://www.saurabhdaware.in/) - [Saurav M H](https://sauravmh.com) - [Scott Spence](https://scottspence.com) +- [Sebastien Graf](https://seb-graf.com) - [Sebastian Richter](https://gismo1337.dev/) - [Sergei Chestakov](https://sergei.com) - [Seth Hall](https://sethhallcreative.com) From e3839104ad96cfbfdf96f280f2f87d7a7144fe4f Mon Sep 17 00:00:00 2001 From: Bakare Afolabi Date: Sun, 11 Sep 2022 19:10:26 +0100 Subject: [PATCH 119/250] my portfolio --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9156e1..18ce1a5 100755 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Azhar Zafar](http://azharr.com) ## B - +- [Bakare Afolabi](http://afolabibakare.netlify.app) - [Bankole Ahmed](http://bankoleahmed.netlify.com) - [Becca Bailey](http://Becca.is) - [Bekah Hawrot Weigel](http://bekahhw.github.io) From c12f0832fd7210b7dde3840b85ad9d67f6760b98 Mon Sep 17 00:00:00 2001 From: augericke Date: Wed, 14 Sep 2022 22:19:27 -0400 Subject: [PATCH 120/250] update readme.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 18ce1a5..b54ecf2 100755 --- a/README.md +++ b/README.md @@ -82,10 +82,12 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Ashutosh Singh](https://thecodepapaya.dev) - [Ashwin Hariharan](https://ashwinhariharan.tech) - [Atanas Atanasov](https://atanas.info) +- [Austin Gericke](https://www.austingericke.com/) - [Austin Pham](https://auspham.dev) - [Azhar Zafar](http://azharr.com) ## B + - [Bakare Afolabi](http://afolabibakare.netlify.app) - [Bankole Ahmed](http://bankoleahmed.netlify.com) - [Becca Bailey](http://Becca.is) From 26fd512ad10627d60fc586863f889e7023450b2d Mon Sep 17 00:00:00 2001 From: Zaur Sharifov Date: Thu, 15 Sep 2022 16:41:27 +0300 Subject: [PATCH 121/250] add/zaur-sharifov --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 18ce1a5..c90c126 100755 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Azhar Zafar](http://azharr.com) ## B + - [Bakare Afolabi](http://afolabibakare.netlify.app) - [Bankole Ahmed](http://bankoleahmed.netlify.com) - [Becca Bailey](http://Becca.is) @@ -521,5 +522,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## Z +- [Zaur Sharifov](https://www.zaursharifov.com) - [Ziyad](https://ziyadsk.github.io/portfolio-V2/) - [Zonayed Ahmed](https://zonayed.me/) From a7fb0027a77e26ca051bc141844db900a277ec8b Mon Sep 17 00:00:00 2001 From: Ike Date: Thu, 15 Sep 2022 19:57:02 -0700 Subject: [PATCH 122/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b54ecf2..c749a1c 100755 --- a/README.md +++ b/README.md @@ -222,6 +222,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Ian Trent](https://iantrent.com) - [Ibrahim Hizlioglu](https://www.ibrahimhizlioglu.com) +- [Ike Ofoegbu](https://iodev.io) - [Indrajeet Nikam](https://indrajeet.me/) - [Ingus Jansons](https://ingus.co.uk) - [Ioan Manu](https://manuioan.com/) From 49f45803af436ce55cc5d473029104e8012ff471 Mon Sep 17 00:00:00 2001 From: ashu08 Date: Sat, 17 Sep 2022 21:22:11 +0530 Subject: [PATCH 123/250] add/LoveCodingWithAshu --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b54ecf2..dea95a6 100755 --- a/README.md +++ b/README.md @@ -298,6 +298,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Luca Lischetti](https://sirlisko.com) - [Luis Cacho](https://luiscachog.io) - [Luisa Rojas García](https://luisarojas.com) +- [LoveCodingWithAshu](https://lovecodingwithashu.tech) ## M From 2c04ca73f9cb491dcdd13bc67796ec9417dbe470 Mon Sep 17 00:00:00 2001 From: ashu08 Date: Sun, 18 Sep 2022 08:10:59 +0530 Subject: [PATCH 124/250] add/LoveCodingWithAshu --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dea95a6..181baf3 100755 --- a/README.md +++ b/README.md @@ -293,12 +293,13 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Lisa Savoie](http://lscodes.com) - [Liz Lam](https://lizlam.github.io/) - [Long Do](https://longpdo.github.io/) +- [LoveCodingWithAshu](https://lovecodingwithashu.tech) - [Louay Hamada](https://louayhamada.com) - [Luca Fluri](https://www.lucafluri.ch/) - [Luca Lischetti](https://sirlisko.com) - [Luis Cacho](https://luiscachog.io) - [Luisa Rojas García](https://luisarojas.com) -- [LoveCodingWithAshu](https://lovecodingwithashu.tech) + ## M From 5689f41df024547679ffa0e0b49f4d41b7aa33bc Mon Sep 17 00:00:00 2001 From: ashu08 Date: Sun, 18 Sep 2022 08:11:42 +0530 Subject: [PATCH 125/250] add/LoveCodingWithAshu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 181baf3..2a18d46 100755 --- a/README.md +++ b/README.md @@ -293,8 +293,8 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Lisa Savoie](http://lscodes.com) - [Liz Lam](https://lizlam.github.io/) - [Long Do](https://longpdo.github.io/) -- [LoveCodingWithAshu](https://lovecodingwithashu.tech) - [Louay Hamada](https://louayhamada.com) +- [LoveCodingWithAshu](https://lovecodingwithashu.tech) - [Luca Fluri](https://www.lucafluri.ch/) - [Luca Lischetti](https://sirlisko.com) - [Luis Cacho](https://luiscachog.io) From bd0baecd63328c644c469f4dca9683b678782046 Mon Sep 17 00:00:00 2001 From: Liplan Lekipising Date: Wed, 21 Sep 2022 21:02:26 +0300 Subject: [PATCH 126/250] add Liplan Lekipising portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca06832..52642d4 100755 --- a/README.md +++ b/README.md @@ -290,6 +290,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Leroy Rosales](https://leroyrosales.com) - [Leonel Ngoya](https://lndev.me) - [Lewis Ndiritu](https://thirsty-ritchie-2c12b7.netlify.app/) +- [Liplan Lekipising](https://lekipising.tech/) - [Lisa Blunt](https://lisablunt.github.io) - [Lisa Savoie](http://lscodes.com) - [Liz Lam](https://lizlam.github.io/) From e1faca36019399e01b5a2151aa78f555154df7cd Mon Sep 17 00:00:00 2001 From: Chuck Date: Wed, 21 Sep 2022 15:18:06 -0400 Subject: [PATCH 127/250] Update README.md Updated links --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 5e242f1..9f9357e 100755 --- a/README.md +++ b/README.md @@ -76,10 +76,8 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Arpit Sharma](https://yesarpit.github.io) - [Arsalan Shakil](https://arsalanshakil.github.io/) - [Arsh Sahzad](https://www.arsh.dev) -- [Aryan Yadav](https://aryan77.github.io/) - [Ashkan Misaghi](https://ashkanmisaghi.ir) - [Ashlee Boyer](http://ashleemboyer.dev) -- [Ashutosh Singh](https://thecodepapaya.dev) - [Ashwin Hariharan](https://ashwinhariharan.tech) - [Atanas Atanasov](https://atanas.info) - [Austin Gericke](https://www.austingericke.com/) @@ -160,7 +158,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## E - [Eduard-Constantin Ibinceanu](https://eduardconstantin.github.io) -- [Efrén Martínez Rodríguez](https://www.efrenmartinez.dev/) - [Elio Jordan Lopes](https://develioper.vercel.app) - [Emmanuel ADEKPLOVI](https://homescriptone.com) - [Enea Xharja](https://eneaxharja.com) @@ -200,7 +197,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Goh Jun Xiang](https://gohjunx.github.io/GohJunXiang.github.io/) - [Goh You Sheng](https://shenggg2000.github.io/portfolio/) - [Govind Singh Ranawat](https://govindsingh9447.github.io/ranawattecofficial.github.io/) -- [Gudi Varaprasad](https://gudivaraprasad.github.io/GVP/) ## H @@ -242,7 +238,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Jai Kirdatt](https://JaiK.me) - [Jainam Desai](https://th3c0d3br34ker.github.io) - [Jake Ginesin](https://jakegines.in/) -- [James Mutuku](https://mutuku.me) - [James Turner](http://turnerj.com) - [Jane Manchun Wong](http://wongmjane.com) - [Janessa Tran](http://janessatran.github.io) @@ -297,7 +292,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Long Do](https://longpdo.github.io/) - [Louay Hamada](https://louayhamada.com) - [LoveCodingWithAshu](https://lovecodingwithashu.tech) -- [Luca Fluri](https://www.lucafluri.ch/) - [Luca Lischetti](https://sirlisko.com) - [Luis Cacho](https://luiscachog.io) - [Luisa Rojas García](https://luisarojas.com) @@ -346,7 +340,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Mouad ZIANI](https://mouadziani.github.io/) - [Muhammad Abdullah](https://mabdullahse.com) - [Muhammad Muhaddis](https://muhaddis.info) -- [Muhammad Essa](https://muhammadessa.com/) - [Muhammad Rashid](https://iamrashy.netlify.app) - [Muhammad Zeeshan](https://mzeeshan.me) - [Mukul Chugh](https://mukulchugh.com) @@ -422,7 +415,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Rishabh Rawat](https://rrawat.com) - [Roberto Andrade](https://robertandradejr.dev/) - [Rodrigo Kamada](https://rodrigo.kamada.com.br/) -- [Rohit Jakhar](http://rohitjakhar.me/) - [Rohit Jain](https://kingtechnologies.in/) - [Rohith V](http://rohithvazhathody.pythonanywhere.com/) - [Roland L. Taylor](http://rolandixor.pro) @@ -441,7 +433,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Sagar Giri](https://girisagar46.github.io/) - [Sagar Khurana](https://hellosagar.vercel.app/) - [Sajal Sharma](https://sajalsharma.com) -- [Sambhav Saxena](https://sambhav.vercel.app) - [Samik Malhotra](https://samikmalhotra.netlify.app/) - [Samrat Mitra](https://lionelsamrat10.github.io) - [Santosh Yadav](http://santoshyadav.dev) @@ -452,7 +443,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Saurav M H](https://sauravmh.com) - [Scott Spence](https://scottspence.com) - [Sebastien Graf](https://seb-graf.com) -- [Sebastian Richter](https://gismo1337.dev/) - [Sergei Chestakov](https://sergei.com) - [Seth Hall](https://sethhallcreative.com) - [Serhii Hidenko](https://lookmy.dev/) @@ -461,7 +451,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Shannon Crabill](http://shannoncrabill.com) - [Shubham Tarade](https://coder-shanks.github.io/) - [Shuvam Manna](http://shuvam.xyz) -- [Sijey Praveen](https://sijey-praveen.github.io) - [Simon Knott](https://simonknott.de) - [Soham Mondal](https://sohammondal.com) - [Sonu kumar kushwaha](https://flyingsonu122.github.io/) From 7659a09641abad4703862f471cddc53804a0a95b Mon Sep 17 00:00:00 2001 From: Chuck Date: Thu, 22 Sep 2022 14:49:37 -0400 Subject: [PATCH 128/250] Update README.md Fix broken links --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9f9357e..0ab0737 100755 --- a/README.md +++ b/README.md @@ -310,7 +310,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Mario Kandut](https://www.mariokandut.com) - [Markus Polzer](https://www.rapidtech1898.com/) - [Marouane Rassili](https://mrassili.com) -- [Masculus](https://github.com/masculus.vercel.app) - [Mason Slover](https://github.com/MasonSlover/ProcessingPortfolio) - [Matt Filer](http://mattfiler.co.uk) - [Matteo Lobello](https://matteolobello.it) From 666c15c9decafb4123e3dda3e36f30c1081d972d Mon Sep 17 00:00:00 2001 From: Ahmed Almory <40957053+ahmedalmory@users.noreply.github.com> Date: Sat, 24 Sep 2022 20:49:13 +0200 Subject: [PATCH 129/250] add Ahmed Almory's portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ab0737..6f36184 100755 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Adityakumar Sinha](https://aditya113141.github.io/) - [Agney Menon](https://agney.dev) - [Aishani Pachauri](https://aishanipach.netlify.app/) +- [Ahmad Almory](https://ahmedalmory.github.io/portfolio) - [Ahmad Awais](https://ahmadawais.com/) - [Ahmed Zougari](https://ahmedzougari.com) - [Ahsan Khan](https://ahsankhan.me/) From 61489e97b9a2d329309755ed55a364303e5e05c1 Mon Sep 17 00:00:00 2001 From: danilobatson <69876068+danilobatson@users.noreply.github.com> Date: Mon, 26 Sep 2022 23:44:48 -0400 Subject: [PATCH 130/250] Adding portfolio for Danilo Batson --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ab0737..957f066 100755 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Damian Markowski](https://damianmarkowski.com) - [Dania Al-Hakim](https://pixeldania.netlify.app/) - [Daniel Alberski](https://danielalberski.redark.pl/) +- [Danilo Batson](https://danilobatson.github.io/portfolio/) - [Danilo Castro](https://www.welcomedeveloper.com/) - [Danstan Onyango](https://zemuldo.com/) - [Daniel Michael](https://www.daniel-michael.com/) From 7c423b78b94f574b12d4e44eac6bc76d6c1a34bd Mon Sep 17 00:00:00 2001 From: paalss Date: Mon, 3 Oct 2022 18:26:16 +0200 Subject: [PATCH 131/250] update link to Paal Stakvik's portfolio --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09cc867..68ec03e 100755 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## P -- [Paal Stakvik](https://paalss.github.io/portfolio/) +- [Paal Stakvik](https://paalss.vercel.app/) - [Pandiyan Murugan](https://pandiyancool.github.io/pandiyan.cool/) - [Pankaj Gaikar](https://pankajgaikar.com/) - [Patricia Aas](https://patricia.no/) From 4f84c2f821ac6b1ca80cbc6011cc3776906051df Mon Sep 17 00:00:00 2001 From: Yinka Adedire Date: Fri, 7 Oct 2022 09:03:17 -0700 Subject: [PATCH 132/250] Add Yinka Adedire's portfolio to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03122eb..6ba1ed0 100755 --- a/README.md +++ b/README.md @@ -510,6 +510,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Yashita Namdeo](https://yashitanamdeo.github.io/) - [Yechiel Kalmenson](https://yechiel.me) - [YiMing Han](https://yiminghan.com) +- [Yinka Adedire](https://yinka.codes) - [Yosra Hashim](https://yhshi26.github.io/) - [Yuji Sato](https://www.yujisatojr.com/) - [Yuri Corredor](https://www.yuricorredor.tech/) From 8d60431db015c287a9bdd5154dd0f0903ddeb2cd Mon Sep 17 00:00:00 2001 From: Pawaret Muengkaew Date: Sat, 8 Oct 2022 15:42:29 +0700 Subject: [PATCH 133/250] Adding Pawaret Meungkaew portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ba1ed0..6a65fe7 100755 --- a/README.md +++ b/README.md @@ -388,6 +388,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Patrick Obermeier](https://www.patrickobermeier.at/) - [Patrick Reid](http://iamreliq.com) - [Pan Wei Lian](https://williamson922.github.io/) +- [Pawaret Meungkaew](https://www.pawaret.dev/) - [Pazindu Shane](https://pazindushane.github.io/) - [Philip Johnson](https://philipmjohnson.org) (made with [TechFolios](https://techfolios.github.io)) - [Philipe Almeida](https://palmeida.netlify.app) From 3aae461f10ec73f4660c0ed8ac04be1ab7c279e3 Mon Sep 17 00:00:00 2001 From: Nuwan Jaliyagoda Date: Tue, 11 Oct 2022 22:15:41 +0530 Subject: [PATCH 134/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a65fe7..3b62bf3 100755 --- a/README.md +++ b/README.md @@ -365,6 +365,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Nisarg Patel](https://nisarg.io) - [Nischal Dutt](https://nischaldutt.netlify.app/) - [Nitesh Seram](https://niteshseram.in) +- [Nuwan Jaliyagoda](http://nuwanjaliyagoda.com/) ## O From c2a59b901849c735f79c880744c41ec3f9e16213 Mon Sep 17 00:00:00 2001 From: Gabriel Sozinho <90806505+gabrielsozinho@users.noreply.github.com> Date: Thu, 13 Oct 2022 20:27:45 -0300 Subject: [PATCH 135/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b62bf3..55dbf04 100755 --- a/README.md +++ b/README.md @@ -183,6 +183,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## G - [Gabriel Romualdo](https://xtrp.io/) ([@xtrp](https://github.com/xtrp)) +- [Gabriel Sozinho](https://gabrielsozinho.ga) - [Gabriel Tekombo](https://gabrielthecode.com/) - [Gabriele Corti](https://borntofrappe.github.io/) - [Ganesh Patil](https://hardikjain.netlify.app/) From 3e1435e66bcfd1b664a658a0079c4138c33b67b1 Mon Sep 17 00:00:00 2001 From: Sauvik Nath Date: Fri, 21 Oct 2022 23:31:56 +0530 Subject: [PATCH 136/250] Sauvik Nath Portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55dbf04..a5730e1 100755 --- a/README.md +++ b/README.md @@ -445,6 +445,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Sai Teja](https://saiteja13427.github.io/) - [Saurabh Daware](https://www.saurabhdaware.in/) - [Saurav M H](https://sauravmh.com) +- [Sauvik Nath](https://sauviknath.com) - [Scott Spence](https://scottspence.com) - [Sebastien Graf](https://seb-graf.com) - [Sergei Chestakov](https://sergei.com) From 1f36b0fbab3450c4ebb63e6e4cab852f8a1b4fc4 Mon Sep 17 00:00:00 2001 From: Hatem Date: Fri, 28 Oct 2022 21:31:51 +0200 Subject: [PATCH 137/250] feat: add `Hatem Ahmad` portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55dbf04..74b97cd 100755 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Harsh Singhvi](https://harshsinghvi.com) - [Hassan Ahmed](https://www.hassanahmed.net/) - [Hassan Murtaza](https://hassanmurtaza.com) +- [Hatem Ahmad](https://codewithmenow.tech) - [Herman Starikov](http://starikov.dev) - [Hubert Kimani](https://hubertkimani.me) - [Hungry Bear Studio](https://www.hungrybearstudios.com/) From 465beccf52e63cc85a20fe5114bd92b1b81610fd Mon Sep 17 00:00:00 2001 From: AI | Blockchain | Full Stack Engineer Date: Sat, 29 Oct 2022 08:52:24 -0700 Subject: [PATCH 138/250] Add Henry's Portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39864df..f7e8619 100755 --- a/README.md +++ b/README.md @@ -211,6 +211,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Hassan Ahmed](https://www.hassanahmed.net/) - [Hassan Murtaza](https://hassanmurtaza.com) - [Hatem Ahmad](https://codewithmenow.tech) +- [Henry Lee](https://dragon-star.onrender.com/#/home) - [Herman Starikov](http://starikov.dev) - [Hubert Kimani](https://hubertkimani.me) - [Hungry Bear Studio](https://www.hungrybearstudios.com/) From 4b2c01a0d6be3340eaa26ca5b32d5b1446380a59 Mon Sep 17 00:00:00 2001 From: Evander Inacio Date: Sat, 29 Oct 2022 21:50:53 -0300 Subject: [PATCH 139/250] add Evander Inacio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7e8619..4c517c2 100755 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Enea Xharja](https://eneaxharja.com) - [Ephraim Atta-Duncan](https://astrosaurus.me) - [Erdal TAŞKESEN](https://www.erdaltaskesen.com) +- [Evander Inácio](https://evander.vercel.app/) - [Ezekiel Ekunola](https://ezekielekunola.com) ## F From 3af4f7f1780546fd904955dd35779929c61c4db1 Mon Sep 17 00:00:00 2001 From: AnandhuSajan <48052601+AnandhuSajan@users.noreply.github.com> Date: Tue, 1 Nov 2022 03:51:16 +0530 Subject: [PATCH 140/250] Update README.md Add me --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c517c2..72b6b5f 100755 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Aman Shrivastava](https://aman04.netlify.app/) - [Amit Gujar](https://amitgujar.github.io/) - [Amruth Pillai](https://amruthpillai.com) +- [Anandhu Sajan](https://anandhusajan.com) - [Andreas Beuger](https://beuger.dev) - [Andrej Sharapov](https://sharapov.dev) - [Andrew Woods](https://andrewwoods.net) From 9e088359c68175c15e96f8bcfc82402cc9b0d092 Mon Sep 17 00:00:00 2001 From: Bohdan Khvorostovskyi Date: Tue, 1 Nov 2022 19:32:04 -0400 Subject: [PATCH 141/250] Add Bohdan Khvorostovskyi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c517c2..1164cfc 100755 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Bhavya Tomar](https://bhavya.dev) - [Bhushan Borole](https://bhushan-borole.github.io/) - [Bipin MV](https://bipinmv.github.io) +- [Bohdan Khvorostovskyi](https://khvorostovskyi.com) - [Bob Matyas](https://www.bobmatyas.com) - [Bouwe Westerdijk](https://bouwe.io) - [Brad Garropy](https://bradgarropy.com) From ace390f6af32c6b40188d376182ca6b0d4b405a6 Mon Sep 17 00:00:00 2001 From: Bohdan Khvorostovskyi Date: Tue, 1 Nov 2022 20:17:27 -0400 Subject: [PATCH 142/250] alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1164cfc..baecc08 100755 --- a/README.md +++ b/README.md @@ -99,8 +99,8 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Bhavya Tomar](https://bhavya.dev) - [Bhushan Borole](https://bhushan-borole.github.io/) - [Bipin MV](https://bipinmv.github.io) -- [Bohdan Khvorostovskyi](https://khvorostovskyi.com) - [Bob Matyas](https://www.bobmatyas.com) +- [Bohdan Khvorostovskyi](https://khvorostovskyi.com) - [Bouwe Westerdijk](https://bouwe.io) - [Brad Garropy](https://bradgarropy.com) - [Brianna Roby](http://brianna-roby.com) From c135e900983326035ddcb302718e5d88a553607a Mon Sep 17 00:00:00 2001 From: Vitalik Hakim <103062998+vitalikim@users.noreply.github.com> Date: Thu, 3 Nov 2022 09:52:30 +0000 Subject: [PATCH 143/250] Added My Website --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index baecc08..b7d0eea 100755 --- a/README.md +++ b/README.md @@ -505,6 +505,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Vinay Somawat](https://vinaysomawat.github.io/) - [Vincent Milum Jr](http://darkain.com) - [Vishwasa Navada K](https://vishwas.tech) +- [Vitalik Hakim](https://vitalikhakim.tech/) - [Vito Sartori](https://vito.io) ## W From c2087eac9a179804758286b12b31a3bc810e0918 Mon Sep 17 00:00:00 2001 From: FleetAdmiralJakob Date: Fri, 4 Nov 2022 12:20:34 +0100 Subject: [PATCH 144/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7d0eea..5b8385b 100755 --- a/README.md +++ b/README.md @@ -245,6 +245,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Jai Kirdatt](https://JaiK.me) - [Jainam Desai](https://th3c0d3br34ker.github.io) - [Jake Ginesin](https://jakegines.in/) +- [Jakob Rössner](https://roessner.tech) - [James Turner](http://turnerj.com) - [Jane Manchun Wong](http://wongmjane.com) - [Janessa Tran](http://janessatran.github.io) From bc51e3bc0d9a4c56ae25f920ddf0e89451033136 Mon Sep 17 00:00:00 2001 From: jubin369 Date: Sat, 5 Nov 2022 21:00:18 +0530 Subject: [PATCH 145/250] Jubin ayoob portfolio --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b8385b..848c8f5 100755 --- a/README.md +++ b/README.md @@ -267,6 +267,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Joseph Palma](https://josephpalma.dev) - [Joshua Chinwendu](http://joshualine.github.io) - [Joshua Izuchukwu](https://joshuaizu.vercel.app) +- [Jubin Ayoob](web-portfolio-jubin369.vercel.app) - [Julia Johnson](http://juliacodes.com) ## K @@ -304,7 +305,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Luis Cacho](https://luiscachog.io) - [Luisa Rojas García](https://luisarojas.com) - ## M - [Madhan K](https://madhank93.github.io/) From 0cae2c9ab4bb818af7769ef20c156b87e443a65c Mon Sep 17 00:00:00 2001 From: jubin369 Date: Sat, 5 Nov 2022 21:06:28 +0530 Subject: [PATCH 146/250] changes... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 848c8f5..4c39a0e 100755 --- a/README.md +++ b/README.md @@ -267,7 +267,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Joseph Palma](https://josephpalma.dev) - [Joshua Chinwendu](http://joshualine.github.io) - [Joshua Izuchukwu](https://joshuaizu.vercel.app) -- [Jubin Ayoob](web-portfolio-jubin369.vercel.app) +- [Jubin Ayoob](https://web-portfolio-jubin369.vercel.app/) - [Julia Johnson](http://juliacodes.com) ## K From 0a358d0688a2468fae559b34471f4d1dc126b90d Mon Sep 17 00:00:00 2001 From: Dragon Warrior Date: Mon, 7 Nov 2022 14:25:55 +0100 Subject: [PATCH 147/250] Update Henry portfolio --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c39a0e..6a7ec45 100755 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Hassan Ahmed](https://www.hassanahmed.net/) - [Hassan Murtaza](https://hassanmurtaza.com) - [Hatem Ahmad](https://codewithmenow.tech) -- [Henry Lee](https://dragon-star.onrender.com/#/home) +- [Henry Lee](https://dragonwarrior.vercel.app) - [Herman Starikov](http://starikov.dev) - [Hubert Kimani](https://hubertkimani.me) - [Hungry Bear Studio](https://www.hungrybearstudios.com/) From 5855013ef02baba3f8a0a395c40b365dc4bb645f Mon Sep 17 00:00:00 2001 From: Andrianarisoa Daniel Date: Thu, 10 Nov 2022 11:36:58 +0300 Subject: [PATCH 148/250] added Andrianarisoa Daniel's portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c39a0e..164c3c2 100755 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Andreas Beuger](https://beuger.dev) - [Andrej Sharapov](https://sharapov.dev) - [Andrew Woods](https://andrewwoods.net) +- [Andrianarisoa Daniel](https://radanfolio.vercel.app) - [Andy Bell](https://andy-bell.design/) - [Angel Martinez](https://angelmtz.dev) - [Aniket Kudale](https://aniket.co) From 9ab833888dccd05731a4527f4e4da84d8289471b Mon Sep 17 00:00:00 2001 From: Jonathan Kila Date: Tue, 15 Nov 2022 14:55:56 +0000 Subject: [PATCH 149/250] add/jonathan-kila --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 164c3c2..9db4539 100755 --- a/README.md +++ b/README.md @@ -263,6 +263,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Jim Raptis](http://www.raptis.wtf) - [Jo Lienhoop](https://jolienhoop.com/) - [Jordi Espinoza Mendoza](https://www.itsmejordi.live/#/) +- [Jonathan Kila](https://excelsior2021.github.io) - [Josef Aidt](https://josefaidt.dev) - [Joseph Friedman](http://DecentGradient.com) - [Joseph Palma](https://josephpalma.dev) From 66951ebbce8f5e8dcc83b5f99096307ffff839ce Mon Sep 17 00:00:00 2001 From: Jonathan Kila Date: Tue, 15 Nov 2022 17:10:32 +0000 Subject: [PATCH 150/250] listing now in alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9db4539..192932a 100755 --- a/README.md +++ b/README.md @@ -262,8 +262,8 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Jerry Hirsch](https://jerryhirsch.com/) - [Jim Raptis](http://www.raptis.wtf) - [Jo Lienhoop](https://jolienhoop.com/) -- [Jordi Espinoza Mendoza](https://www.itsmejordi.live/#/) - [Jonathan Kila](https://excelsior2021.github.io) +- [Jordi Espinoza Mendoza](https://www.itsmejordi.live/#/) - [Josef Aidt](https://josefaidt.dev) - [Joseph Friedman](http://DecentGradient.com) - [Joseph Palma](https://josephpalma.dev) From a485957110c9958da6a61169ea2fe084ebe5a148 Mon Sep 17 00:00:00 2001 From: Harlon Garcia Date: Thu, 17 Nov 2022 10:31:28 -0300 Subject: [PATCH 151/250] add harlon garcia's portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9e9396..b71cf55 100755 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Hafid Ziti](https://www.hafidziti.dev/) - [Hamza Ehsan](https://www.hamzaehsan.com) - [Hanzla Tauqeer](https://github.com/1hanzla100/developer-portfolio) +- [Harlon Garcia](https://harlon.netlify.app) - [Harsh Goel](https://harshgoel.me) - [Harsh Singhvi](https://harshsinghvi.com) - [Hassan Ahmed](https://www.hassanahmed.net/) From 311750c1ce92a0db60929b8cb0de219191dc268e Mon Sep 17 00:00:00 2001 From: Dhanush Date: Sun, 27 Nov 2022 20:59:58 +0530 Subject: [PATCH 152/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9e9396..9e9b88a 100755 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Deepraj Rakshit](http://deeprajrakshit.me/) - [Denis Tokarev](https://devlato.com) - [Derryk Theberge](https://dtheberge.com/) +- [Dhanush Nehru](https://whatsapp-portfolio-dhanushnehru.netlify.app/) - [Dheeraj Gupta](https://dheerajgupta.netlify.app/#/) - [Dick Wyn Yong](https://dickwyn.xyz) - [Dillion Megida](http://dillionmegida.com/) From 4a9448f8e022d49db1f235f70fd17100ed24c8a9 Mon Sep 17 00:00:00 2001 From: Hari Prasad Date: Sun, 4 Dec 2022 20:02:17 +0530 Subject: [PATCH 153/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e9b88a..bc3e2e8 100755 --- a/README.md +++ b/README.md @@ -211,6 +211,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Hafid Ziti](https://www.hafidziti.dev/) - [Hamza Ehsan](https://www.hamzaehsan.com) - [Hanzla Tauqeer](https://github.com/1hanzla100/developer-portfolio) +- [Hari Prasad](https://hariprasd.me) - [Harsh Goel](https://harshgoel.me) - [Harsh Singhvi](https://harshsinghvi.com) - [Hassan Ahmed](https://www.hassanahmed.net/) From 48dbddb5076173d7d9baee247eb7d58a4e48910c Mon Sep 17 00:00:00 2001 From: Halid Date: Mon, 5 Dec 2022 15:36:32 +0300 Subject: [PATCH 154/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc3e2e8..efdd5f3 100755 --- a/README.md +++ b/README.md @@ -209,6 +209,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## H - [Hafid Ziti](https://www.hafidziti.dev/) +- [Halit İslam İçli](https://halid.dev/) - [Hamza Ehsan](https://www.hamzaehsan.com) - [Hanzla Tauqeer](https://github.com/1hanzla100/developer-portfolio) - [Hari Prasad](https://hariprasd.me) From 57b13b16fcca74d6bc1ac0bb33661b19952d3081 Mon Sep 17 00:00:00 2001 From: Shivam Kaushal Date: Wed, 7 Dec 2022 17:22:44 +0530 Subject: [PATCH 155/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55038f0..ff09ab3 100644 --- a/README.md +++ b/README.md @@ -466,6 +466,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Shaan Khan](https://www.shaankhan.dev/) - [Shahid Shaikh](http://shahidshaikh.com) - [Shannon Crabill](http://shannoncrabill.com) +- [Shivam Kaushal](https://shivamkaushal.in) - [Shubham Tarade](https://coder-shanks.github.io/) - [Shuvam Manna](http://shuvam.xyz) - [Simon Knott](https://simonknott.de) From e85419413c28eb66a945dffe72471d664e592856 Mon Sep 17 00:00:00 2001 From: Satish Jhanwer Date: Thu, 8 Dec 2022 13:16:50 +0530 Subject: [PATCH 156/250] chore: added my portfolio and website link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff09ab3..4e47251 100644 --- a/README.md +++ b/README.md @@ -455,6 +455,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Sanyam Kumar](https://sanyam.dev/) - [Sarang N](https://srng.dev) - [Sai Teja](https://saiteja13427.github.io/) +- [Satish Jhanwer](https://satishjhanwer.github.io/) ([@satishjhanwer](https://github.com/satishjhanwer)) - [Saurabh Daware](https://www.saurabhdaware.in/) - [Saurav M H](https://sauravmh.com) - [Sauvik Nath](https://sauviknath.com) From c4a53f23ff6bc882238f14f695c10fbe938436e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aycan=20=C3=96=C4=9F=C3=BCt?= <74212439+aycanogut@users.noreply.github.com> Date: Mon, 12 Dec 2022 13:12:58 +0300 Subject: [PATCH 157/250] add portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e47251..38d8d4d 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Atanas Atanasov](https://atanas.info) - [Austin Gericke](https://www.austingericke.com/) - [Austin Pham](https://auspham.dev) +- [Aycan Öğüt](https://aycan.dev) - [Azhar Zafar](http://azharr.com) ## B From 5a3c0cbc1d6d32431064599a470167669df6845e Mon Sep 17 00:00:00 2001 From: Nawrasse Dahman Date: Fri, 16 Dec 2022 01:27:57 +0100 Subject: [PATCH 158/250] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e47251..a034e4f 100644 --- a/README.md +++ b/README.md @@ -366,7 +366,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Nam Phan](https://namtphan.github.io) - [Nathan Simpson](https://nathansimpson.design) - [Naveed Ahmed](https://www.trixum.net/) -- [Nawrasse Dahman](https://www.nawrasse.tk/) +- [Nawrasse Dahman](https://www.nawrassedahman.tk/) - [Nazia Shehnaz Joynab](https://geek-a-byte.github.io/) - [Nesrine Sghaier](https://nesrinesghaier.me) - [Nhlanhla Hasane](https://nhlanhlahasane.netlify.app/) From 68f56521fb57fb81125adafa88c92cc14e0083f0 Mon Sep 17 00:00:00 2001 From: Chuck Date: Tue, 20 Dec 2022 07:06:44 -0500 Subject: [PATCH 159/250] Update link-checker.yml --- .github/workflows/link-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 1a2842c..3d1faca 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -2,7 +2,7 @@ on: repository_dispatch: workflow_dispatch: schedule: - - cron: "00 18 * * *" + - cron: "00 18 * * 0" name: Check markdown links jobs: linkChecker: From ee227fe6daaeaab369211d58d28fc5f702429415 Mon Sep 17 00:00:00 2001 From: Chuck Date: Tue, 20 Dec 2022 07:06:52 -0500 Subject: [PATCH 160/250] Update README.md --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 926896e..05fedae 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Anurag Hazra](https://anuraghazra.github.io) - [Ariel Andrade](https://sudoariel.github.io/) - [Ariel Chura](https://arielchura.com) -- [Arpit Gupta](http://arpitfolio.herokuapp.com) - [Arpit Sharma](https://yesarpit.github.io) - [Arsalan Shakil](https://arsalanshakil.github.io/) - [Arsh Sahzad](https://www.arsh.dev) @@ -101,7 +100,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Bhavani Ravi](http://bhavaniravi.com) - [Bhavya Tomar](https://bhavya.dev) - [Bhushan Borole](https://bhushan-borole.github.io/) -- [Bipin MV](https://bipinmv.github.io) - [Bob Matyas](https://www.bobmatyas.com) - [Bohdan Khvorostovskyi](https://khvorostovskyi.com) - [Bouwe Westerdijk](https://bouwe.io) @@ -230,7 +228,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## I -- [Ian Trent](https://iantrent.com) - [Ibrahim Hizlioglu](https://www.ibrahimhizlioglu.com) - [Ike Ofoegbu](https://iodev.io) - [Indrajeet Nikam](https://indrajeet.me/) @@ -288,8 +285,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Katie Amberg-Johnson](https://kambergjohnson.com) (made with [TechFolios](https://techfolios.github.io)) - [Kaustubhai](https://kaustubhai.netlify.app/) - [Kelven Rubalaine](https://kelven.dev) -- [keyur kakadiya](https://keyur-kakadiya.herokuapp.com/) -- [Khoironi Kurnia Syah](https://zekhoi.my.id/) - [Kyle Shook](http://Kyleshook.com) ## L @@ -356,7 +351,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Muhammad Abdullah](https://mabdullahse.com) - [Muhammad Muhaddis](https://muhaddis.info) - [Muhammad Rashid](https://iamrashy.netlify.app) -- [Muhammad Zeeshan](https://mzeeshan.me) - [Mukul Chugh](https://mukulchugh.com) - [Muntadhar Haydar](https://muntadhar.net) - [Musaddiq Ashfaq](https://musaddiq-ashfaq.github.io/Portfolio) @@ -437,7 +431,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Roland L. Taylor](http://rolandixor.pro) - [Roman Smunyov](https://romanisthere.github.io/) - [Ronny Coste](https://ronnycoste.com/) -- [Ropo John Olatujoye](http://simplycrownclothing.herokuapp.com) - [Roshan Kr Soni](https://roshankrsoni.github.io) - [Roxza](https://roxza.me) - [Ryan Burgess](http://ryanburgess.com) @@ -464,7 +457,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Sebastien Graf](https://seb-graf.com) - [Sergei Chestakov](https://sergei.com) - [Seth Hall](https://sethhallcreative.com) -- [Serhii Hidenko](https://lookmy.dev/) - [Shaan Khan](https://www.shaankhan.dev/) - [Shahid Shaikh](http://shahidshaikh.com) - [Shannon Crabill](http://shannoncrabill.com) @@ -506,7 +498,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Vaidhyanathan S M](https://vaidhyanathansm.netlify.app/) - [Valentine Elum](https://vahlcode.vercel.app) - [Varun Dey](https://varundey.me) -- [Varun Kumar Tiwari](https://varuntiwari.xyz/) - [Vatsal Shah](https://vatsalshah.in) - [Vedant Athavale](https://vedantathavale.webflow.io/) - [Vedant Milind Athavale](http://vedant-athavale.byethost31.com/portfolio.html?i=1) From 266a437092464dbf55174a0c52dc51920260ba43 Mon Sep 17 00:00:00 2001 From: Aashir Khan Date: Fri, 23 Dec 2022 20:19:29 +0500 Subject: [PATCH 161/250] Update README.md portfolio added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05fedae..5f89f46 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## A +- [Aashir Khan](https://portfolio-n4sn.vercel.app/) - [Aakash Sharma](https://aakash-sharma.netlify.app/) - [Aaron Dunphy](https://aarondunphy.com) - [Aaryanna Simonelli](https://ashleighsimonelli.co.uk) From 7e42f90a97150698bf279cca6a174d380a5501e6 Mon Sep 17 00:00:00 2001 From: Silas Rodrigues Date: Sat, 24 Dec 2022 13:05:28 -0300 Subject: [PATCH 162/250] add portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f89f46..3c66a08 100644 --- a/README.md +++ b/README.md @@ -464,6 +464,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Shivam Kaushal](https://shivamkaushal.in) - [Shubham Tarade](https://coder-shanks.github.io/) - [Shuvam Manna](http://shuvam.xyz) +- [Silas Rodrigues](https://silasrodrigues.vercel.app) - [Simon Knott](https://simonknott.de) - [Soham Mondal](https://sohammondal.com) - [Sonu kumar kushwaha](https://flyingsonu122.github.io/) From 82aad736d1ad41d27a69d565574296063e4cdc01 Mon Sep 17 00:00:00 2001 From: Tek Kshetri <39838116+iamtekson@users.noreply.github.com> Date: Wed, 28 Dec 2022 10:57:48 -0700 Subject: [PATCH 163/250] added Tek's name --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c66a08..b09101b 100644 --- a/README.md +++ b/README.md @@ -479,6 +479,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Taranjeet Singh](https://taranjeet.co/) - [Tejas Kumar](http://tej.as) - [Tejaswi Chaudhari](https://tejaswichaudhari.me/) +- [Tek Kshetri](http://tekkshetri.com.np) - [Tek Raj Joshi](https://t3kraj.netlify.app) - [Tiago Hermano](https://tiagohermano.dev/) - [Thea Choem](https://thea.juniorise.com) From ba8711ba44f8ed99bdc661066b789a771c581b4d Mon Sep 17 00:00:00 2001 From: SumitNalavade Date: Wed, 28 Dec 2022 23:56:00 -0600 Subject: [PATCH 164/250] Add Sumit Nalavade --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c66a08..30f43ef 100644 --- a/README.md +++ b/README.md @@ -472,6 +472,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Sree Godavarthi](http://sreegodavarthi.github.io) - [Stefan Bohacek](https://fourtonfish.com/) - [Suhail Roushan](https://suhailroushan.com) +- [Sumit Nalavade](https://sumitnalavade.vercel.app/) ## T From 85912ffd6c7d1e6e655301908740c5cfd69ae80a Mon Sep 17 00:00:00 2001 From: Chuck Date: Thu, 29 Dec 2022 09:19:15 -0500 Subject: [PATCH 165/250] Update README.md Update broken links --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 87ca78a..8141da1 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Akshat Gupta](https://www.akshatvg.com) - [Alejandro Sobko](http://alejandrosobko.com) - [Alestor Aldous](http://alestor123.github.io/) -- [Alex Goff](http://alex-goff.com) - [Alex Michailidis](https://alexandros.tech/) - [Alexander Schmidt](https://alexanderschmidt.info/) - [Alexey Golub](http://tyrrrz.me) @@ -252,7 +251,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Jake Ginesin](https://jakegines.in/) - [Jakob Rössner](https://roessner.tech) - [James Turner](http://turnerj.com) -- [Jane Manchun Wong](http://wongmjane.com) - [Janessa Tran](http://janessatran.github.io) - [Jatin Sharma](http://j471n.in/) - [Jayant Goel](http://jayantgoel001.github.io/) @@ -297,7 +295,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Lee Warrick](http://leewarrick.com) - [Leroy Rosales](https://leroyrosales.com) - [Leonel Ngoya](https://lndev.me) -- [Lewis Ndiritu](https://thirsty-ritchie-2c12b7.netlify.app/) - [Liplan Lekipising](https://lekipising.tech/) - [Lisa Blunt](https://lisablunt.github.io) - [Lisa Savoie](http://lscodes.com) @@ -406,7 +403,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Pramesh Karki](https://karkipramesh.com.np/) - [Praveen Kumar Purushothaman](https://praveen.science/) - [Praveen Saini](https://praveen-me.github.io) -- [Praveesh Pavithran](https://praveeshpavithran.online/) - [Priya Nayak](https://priya180975.github.io/portfolio/) - [Pushpak Chhajed](https://pushpak1300.github.io/) From c0b08e187050aeb721011bfa4f5941ab3a4c54f3 Mon Sep 17 00:00:00 2001 From: Jonathan Kila Date: Thu, 29 Dec 2022 14:26:54 +0000 Subject: [PATCH 166/250] updated jonathan kila portfolio website url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8141da1..fe3c00f 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Jerry Hirsch](https://jerryhirsch.com/) - [Jim Raptis](http://www.raptis.wtf) - [Jo Lienhoop](https://jolienhoop.com/) -- [Jonathan Kila](https://excelsior2021.github.io) +- [Jonathan Kila](https://jonathankila.vercel.app) - [Jordi Espinoza Mendoza](https://www.itsmejordi.live/#/) - [Josef Aidt](https://josefaidt.dev) - [Joseph Friedman](http://DecentGradient.com) From 952dc357493b59f1b26e9d116d237a4706b35c9d Mon Sep 17 00:00:00 2001 From: Boris Edison <67020745+BorisEdison@users.noreply.github.com> Date: Fri, 30 Dec 2022 18:40:08 +0530 Subject: [PATCH 167/250] added boris edison portfolio url --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe3c00f..7345cb6 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Bhushan Borole](https://bhushan-borole.github.io/) - [Bob Matyas](https://www.bobmatyas.com) - [Bohdan Khvorostovskyi](https://khvorostovskyi.com) +- [Boris Edison](https://borisedison.in/) - [Bouwe Westerdijk](https://bouwe.io) - [Brad Garropy](https://bradgarropy.com) - [Brianna Roby](http://brianna-roby.com) From 617ab449790a4c3109d7e2b7cf1ed4945004e143 Mon Sep 17 00:00:00 2001 From: Ajay-Kannan7 Date: Sat, 31 Dec 2022 14:02:36 +0530 Subject: [PATCH 168/250] added portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7345cb6..c9b9d1d 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Ahmad Awais](https://ahmadawais.com/) - [Ahmed Zougari](https://ahmedzougari.com) - [Ahsan Khan](https://ahsankhan.me/) +- [Ajay Kannan](https://ajaykannan.netlify.app/) - [Akash Pawara](https://akashpawara.com) - [Akash Rajpurohit](https://akashrajpurohit.com/) - [Akshat Gupta](https://www.akshatvg.com) From 00f0e3d39db9b234cae1db21c81145a5a975dc23 Mon Sep 17 00:00:00 2001 From: Amogh Telkar Date: Tue, 3 Jan 2023 11:24:38 +0530 Subject: [PATCH 169/250] Update README.md Hello, I've added my portfolio to this repository according to the lexicographical and alphabetical order. Hope to get my pull request merged! Thanks. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7345cb6..ab123e7 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Aman Mittal](http://amanhimself.dev) - [Aman Shrivastava](https://aman04.netlify.app/) - [Amit Gujar](https://amitgujar.github.io/) +- [Amogh Telkar](https://amoghtelkar.com) - [Amruth Pillai](https://amruthpillai.com) - [Anandhu Sajan](https://anandhusajan.com) - [Andreas Beuger](https://beuger.dev) From 97a1a1fdfdf972106c0248d9d49664e149c9fb80 Mon Sep 17 00:00:00 2001 From: Chuck Date: Thu, 5 Jan 2023 06:23:51 -0500 Subject: [PATCH 170/250] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2d28b13..6a5fc1c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Abdul Rauf](https://armujahid.me) - [Abdusamad Malikov](https://www.abdusamad.uz) - [Abhinav Galodha](https://www.galodha.com) -- [Abhishek Jha](https://abhijha.live/) - [Abolfazl Abdali](https://abdali.dev/) - [Adam Alston](https://www.adamalston.com) - [Adil Aboulkacim](https://adilaboulkacim.com/) @@ -206,7 +205,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Godswill Umukoro](https://godswillumukoro.com/) - [Goh Jun Xiang](https://gohjunx.github.io/GohJunXiang.github.io/) - [Goh You Sheng](https://shenggg2000.github.io/portfolio/) -- [Govind Singh Ranawat](https://govindsingh9447.github.io/ranawattecofficial.github.io/) ## H From 76aff434637e20d61ed676cb36058d3c9e0fc526 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 10 Jan 2023 13:04:14 +0000 Subject: [PATCH 171/250] Removal of deadlink to maxmohammadi.com --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6a5fc1c..37eca6f 100644 --- a/README.md +++ b/README.md @@ -325,7 +325,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Matteo Lobello](https://matteolobello.it) - [Matvey Kottsov](https://matvey.codes/) - [Maverick](https://supacode.dev/) -- [Max Mohammadi](http://www.maxmohammadi.com/) - [Maxim Villivald](https://villivald.com/) - [Maya Shavin](https://www.mayashavin.com/) - [Mayank Agarwal](https://mayankagarwal.me/) From 4287ef8d7a600e85876540e8ffd34b6acd993fa8 Mon Sep 17 00:00:00 2001 From: Jiseeeh Date: Thu, 12 Jan 2023 00:46:27 +0800 Subject: [PATCH 172/250] add: add john carlo portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37eca6f..d4ee558 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Jerry Hirsch](https://jerryhirsch.com/) - [Jim Raptis](http://www.raptis.wtf) - [Jo Lienhoop](https://jolienhoop.com/) +- [John Carlo Camara](https://jiseeeh.vercel.app/) - [Jonathan Kila](https://jonathankila.vercel.app) - [Jordi Espinoza Mendoza](https://www.itsmejordi.live/#/) - [Josef Aidt](https://josefaidt.dev) From 863792bdebd3aad48607a5bf65ec32ce366b0be6 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 12 Jan 2023 13:35:59 +0000 Subject: [PATCH 173/250] removal of dead links --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index d4ee558..e718c38 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Aman Anku](http://amananku26.github.io) - [Aman Mittal](http://amanhimself.dev) - [Aman Shrivastava](https://aman04.netlify.app/) -- [Amit Gujar](https://amitgujar.github.io/) - [Amogh Telkar](https://amoghtelkar.com) - [Amruth Pillai](https://amruthpillai.com) - [Anandhu Sajan](https://anandhusajan.com) @@ -106,7 +105,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Boris Edison](https://borisedison.in/) - [Bouwe Westerdijk](https://bouwe.io) - [Brad Garropy](https://bradgarropy.com) -- [Brianna Roby](http://brianna-roby.com) - [Brittany Chiang](https://brittanychiang.com) ## C @@ -280,7 +278,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Kaleigh Scruggs](http://kaleighscruggs.com) - [Kamran Hamid](https://mkamranhamid.netlify.com) -- [Kapil Gorve](http://jskap.com) - [Karen Fletcher](https://knpfletcher.dev) - [Karthik Menon](https://www.karthikmenon.com/) - [Katie Amberg-Johnson](https://kambergjohnson.com) (made with [TechFolios](https://techfolios.github.io)) @@ -323,7 +320,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Marouane Rassili](https://mrassili.com) - [Mason Slover](https://github.com/MasonSlover/ProcessingPortfolio) - [Matt Filer](http://mattfiler.co.uk) -- [Matteo Lobello](https://matteolobello.it) - [Matvey Kottsov](https://matvey.codes/) - [Maverick](https://supacode.dev/) - [Maxim Villivald](https://villivald.com/) @@ -357,7 +353,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## N - [Nacho Caiafa](https://nachokai.github.io/rpg-cv) -- [Nam Phan](https://namtphan.github.io) - [Nathan Simpson](https://nathansimpson.design) - [Naveed Ahmed](https://www.trixum.net/) - [Nawrasse Dahman](https://www.nawrassedahman.tk/) From 0af7da42d8d481c484190d73cbdc0d2bdde03eea Mon Sep 17 00:00:00 2001 From: Khaled Date: Sat, 14 Jan 2023 11:30:05 +0600 Subject: [PATCH 174/250] Added my portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e718c38..bf5069f 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Katie Amberg-Johnson](https://kambergjohnson.com) (made with [TechFolios](https://techfolios.github.io)) - [Kaustubhai](https://kaustubhai.netlify.app/) - [Kelven Rubalaine](https://kelven.dev) +- [Khaled Ahmed](https://khaled.is-a.dev) - [Kyle Shook](http://Kyleshook.com) ## L From 9b6ef289c2bb8be9d3c442b56e830cc7f9a7ede6 Mon Sep 17 00:00:00 2001 From: Kaustubh Dwivedi Date: Sun, 15 Jan 2023 12:36:17 +0530 Subject: [PATCH 175/250] Added "Kaustubh Dwivedi" Portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bf5069f..427f61c 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Karen Fletcher](https://knpfletcher.dev) - [Karthik Menon](https://www.karthikmenon.com/) - [Katie Amberg-Johnson](https://kambergjohnson.com) (made with [TechFolios](https://techfolios.github.io)) +- [Kaustubh Dwivedi] (https://portfolio-onlykingkd.vercel.app/) - [Kaustubhai](https://kaustubhai.netlify.app/) - [Kelven Rubalaine](https://kelven.dev) - [Khaled Ahmed](https://khaled.is-a.dev) From 98dfbef192e7e0d33d1db9b20587e6ce580df4ff Mon Sep 17 00:00:00 2001 From: Alexandre Santos Date: Sun, 15 Jan 2023 12:56:20 -0300 Subject: [PATCH 176/250] alexandre santos --- .idea/.gitignore | 5 +++++ .idea/developer-portfolios.iml | 12 ++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ README.md | 1 + 5 files changed, 32 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/developer-portfolios.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/developer-portfolios.iml b/.idea/developer-portfolios.iml new file mode 100644 index 0000000..0c8867d --- /dev/null +++ b/.idea/developer-portfolios.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..bffbdf5 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index e718c38..b5b194c 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Alestor Aldous](http://alestor123.github.io/) - [Alex Michailidis](https://alexandros.tech/) - [Alexander Schmidt](https://alexanderschmidt.info/) +- [Alexandre Santos](https://alexandresantosal91.github.io) - [Alexey Golub](http://tyrrrz.me) - [Alfred Dagenais](https://alfreddagenais.com) - [Ali Spittel](http://alispit.tel) From 93892e590d13ed8a230a209a3045f30183edc366 Mon Sep 17 00:00:00 2001 From: Khaled Mohamed <73050798+krypton225@users.noreply.github.com> Date: Mon, 16 Jan 2023 20:29:40 +0200 Subject: [PATCH 177/250] ADD John Doe portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bf5069f..b3d5b3f 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Joshua Izuchukwu](https://joshuaizu.vercel.app) - [Jubin Ayoob](https://web-portfolio-jubin369.vercel.app/) - [Julia Johnson](http://juliacodes.com) +- [John Doe](https://portfolio-john2.netlify.app/) ## K From 0643cc1cad1f98e23dcd42e5dc4b3465cc7689e0 Mon Sep 17 00:00:00 2001 From: Khaled Mohamed <73050798+krypton225@users.noreply.github.com> Date: Mon, 16 Jan 2023 20:44:14 +0200 Subject: [PATCH 178/250] Edit John Doe portfolio position Rearrange the position of John Doe portfolio in the correct order of the list. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3d5b3f..372c9c8 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Jim Raptis](http://www.raptis.wtf) - [Jo Lienhoop](https://jolienhoop.com/) - [John Carlo Camara](https://jiseeeh.vercel.app/) +- [John Doe](https://portfolio-john2.netlify.app/) - [Jonathan Kila](https://jonathankila.vercel.app) - [Jordi Espinoza Mendoza](https://www.itsmejordi.live/#/) - [Josef Aidt](https://josefaidt.dev) @@ -273,7 +274,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Joshua Izuchukwu](https://joshuaizu.vercel.app) - [Jubin Ayoob](https://web-portfolio-jubin369.vercel.app/) - [Julia Johnson](http://juliacodes.com) -- [John Doe](https://portfolio-john2.netlify.app/) ## K From 8176c5f6941806b4737736f498fc4a6883ebbbdd Mon Sep 17 00:00:00 2001 From: eclectic-coding Date: Mon, 16 Jan 2023 13:54:49 -0500 Subject: [PATCH 179/250] Add gitignore --- .gitignore | 171 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100755 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..ac8d997 --- /dev/null +++ b/.gitignore @@ -0,0 +1,171 @@ + +# Created by https://www.gitignore.io/api/linux,visualstudiocode,jetbrains+all,sublimetext,vim +# Edit at https://www.gitignore.io/?templates=linux,visualstudiocode,jetbrains+all,sublimetext,vim + +.DS_Store + +### JetBrains+all ### +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# Generated files +.idea/**/contentModel.xml + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +# Gradle and Maven with auto-import +# When using Gradle or Maven with auto-import, you should exclude module files, +# since they will be recreated, and may cause churn. Uncomment if using +# auto-import. +# .idea/modules.xml +# .idea/*.iml +# .idea/modules +# *.iml +# *.ipr + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser + +### JetBrains+all Patch ### +# Ignores the whole .idea folder and all .iml files +# See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360 + +.idea/ + +# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023 + +*.iml +modules.xml +.idea/misc.xml +*.ipr + +# Sonarlint plugin +.idea/sonarlint + +### Linux ### +*~ + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + +### SublimeText ### +# Cache files for Sublime Text +*.tmlanguage.cache +*.tmPreferences.cache +*.stTheme.cache + +# Workspace files are user-specific +*.sublime-workspace + +# Project files should be checked into the repository, unless a significant +# proportion of contributors will probably not be using Sublime Text +# *.sublime-project + +# SFTP configuration file +sftp-config.json + +# Package control specific files +Package Control.last-run +Package Control.ca-list +Package Control.ca-bundle +Package Control.system-ca-bundle +Package Control.cache/ +Package Control.ca-certs/ +Package Control.merged-ca-bundle +Package Control.user-ca-bundle +oscrypto-ca-bundle.crt +bh_unicode_properties.cache + +# Sublime-github package stores a github token in this file +# https://packagecontrol.io/packages/sublime-github +GitHub.sublime-settings + +### Vim ### +# Swap +[._]*.s[a-v][a-z] +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p] + +# Session +Session.vim +Sessionx.vim + +# Temporary +.netrwhist +# Auto-generated tag files +tags +# Persistent undo +[._]*.un~ + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history + +# End of https://www.gitignore.io/api/linux,visualstudiocode,jetbrains+all,sublimetext,vim +n \ No newline at end of file From 1e4fd7138d5969585b7fee5c6662588a564bfeef Mon Sep 17 00:00:00 2001 From: Alexandre Santos <122564125+alexandresantosal91@users.noreply.github.com> Date: Mon, 16 Jan 2023 17:48:21 -0300 Subject: [PATCH 180/250] Delete .gitignore --- .idea/.gitignore | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .idea/.gitignore diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index b58b603..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ From 76063656efb55a78f232c5649afcf1e084c56bdd Mon Sep 17 00:00:00 2001 From: Alexandre Santos <122564125+alexandresantosal91@users.noreply.github.com> Date: Mon, 16 Jan 2023 17:48:43 -0300 Subject: [PATCH 181/250] Delete developer-portfolios.iml --- .idea/developer-portfolios.iml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .idea/developer-portfolios.iml diff --git a/.idea/developer-portfolios.iml b/.idea/developer-portfolios.iml deleted file mode 100644 index 0c8867d..0000000 --- a/.idea/developer-portfolios.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file From d6cde604e47fec296cd0c9700e61f8e457c2c89f Mon Sep 17 00:00:00 2001 From: "Jatin Sharma (desktop)" Date: Tue, 17 Jan 2023 04:37:20 +0530 Subject: [PATCH 182/250] Adding more portfolios --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6972973..7b971eb 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Deepraj Rakshit](http://deeprajrakshit.me/) - [Denis Tokarev](https://devlato.com) - [Derryk Theberge](https://dtheberge.com/) +- [Delba](https://delba.dev/) - [Dhanush Nehru](https://whatsapp-portfolio-dhanushnehru.netlify.app/) - [Dheeraj Gupta](https://dheerajgupta.netlify.app/#/) - [Dick Wyn Yong](https://dickwyn.xyz) @@ -170,6 +171,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Ephraim Atta-Duncan](https://astrosaurus.me) - [Erdal TAŞKESEN](https://www.erdaltaskesen.com) - [Evander Inácio](https://evander.vercel.app/) +- [Evil Rabbit](https://evilrabb.it/) - [Ezekiel Ekunola](https://ezekielekunola.com) ## F @@ -215,6 +217,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Hari Prasad](https://hariprasd.me) - [Harsh Goel](https://harshgoel.me) - [Harsh Singhvi](https://harshsinghvi.com) +- [Harsh Singh](https://harshsingh.xyz/) - [Hassan Ahmed](https://www.hassanahmed.net/) - [Hassan Murtaza](https://hassanmurtaza.com) - [Hatem Ahmad](https://codewithmenow.tech) @@ -283,7 +286,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Karen Fletcher](https://knpfletcher.dev) - [Karthik Menon](https://www.karthikmenon.com/) - [Katie Amberg-Johnson](https://kambergjohnson.com) (made with [TechFolios](https://techfolios.github.io)) -- [Kaustubh Dwivedi] (https://portfolio-onlykingkd.vercel.app/) +- [Kaustubh Dwivedi](https://portfolio-onlykingkd.vercel.app/) - [Kaustubhai](https://kaustubhai.netlify.app/) - [Kelven Rubalaine](https://kelven.dev) - [Khaled Ahmed](https://khaled.is-a.dev) @@ -296,6 +299,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Leandro Simões](https://lesimoes.dev) - [Leonardo Oliveira](https://leonardoliveira.com) - [Lee Warrick](http://leewarrick.com) +- [Lee Robinson](https://leerob.io/) - [Leroy Rosales](https://leroyrosales.com) - [Leonel Ngoya](https://lndev.me) - [Liplan Lekipising](https://lekipising.tech/) From 6dd6f71889a5c4729d7c8851febf41e598abf6be Mon Sep 17 00:00:00 2001 From: Daniel Castro Date: Tue, 17 Jan 2023 12:20:42 -0400 Subject: [PATCH 183/250] Add portfolio Apologies for the previous mistake. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b971eb..b0799c3 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Damian Markowski](https://damianmarkowski.com) - [Dania Al-Hakim](https://pixeldania.netlify.app/) - [Daniel Alberski](https://danielalberski.redark.pl/) +- [Daniel Castro](https://rwxdan.dev/) - [Danilo Batson](https://danilobatson.github.io/portfolio/) - [Danilo Castro](https://www.welcomedeveloper.com/) - [Danstan Onyango](https://zemuldo.com/) From e1f3ee3dcb7e5d5a8ea77855c596e9f23ccfc454 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 18 Jan 2023 08:43:08 +0000 Subject: [PATCH 184/250] Removal of dead link --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b0799c3..91f37ca 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## E - [Eduard-Constantin Ibinceanu](https://eduardconstantin.github.io) -- [Elio Jordan Lopes](https://develioper.vercel.app) - [Emmanuel ADEKPLOVI](https://homescriptone.com) - [Enea Xharja](https://eneaxharja.com) - [Ephraim Atta-Duncan](https://astrosaurus.me) From 5512122ddc2cb062f84d61dd727d911fe00f0bf4 Mon Sep 17 00:00:00 2001 From: Arup Mandal <110271890+cyberboyarup@users.noreply.github.com> Date: Wed, 18 Jan 2023 15:44:12 +0530 Subject: [PATCH 185/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0799c3..9db11ae 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Austin Pham](https://auspham.dev) - [Aycan Öğüt](https://aycan.dev) - [Azhar Zafar](http://azharr.com) +- [Arup Mandal](https://arupmandal.github.io/) ## B From ffcfe25962fffef41495e553322e28037b99df81 Mon Sep 17 00:00:00 2001 From: Andrianarisoa Daniel Date: Wed, 18 Jan 2023 15:59:09 +0300 Subject: [PATCH 186/250] updated with my new domain --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9db11ae..6ce3e76 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Andreas Beuger](https://beuger.dev) - [Andrej Sharapov](https://sharapov.dev) - [Andrew Woods](https://andrewwoods.net) -- [Andrianarisoa Daniel](https://radanfolio.vercel.app) +- [Andrianarisoa Daniel](https://www.devist.xyz) - [Andy Bell](https://andy-bell.design/) - [Angel Martinez](https://angelmtz.dev) - [Aniket Kudale](https://aniket.co) From 14ecc7e337643d1f93dcfc121981231d174af818 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 18 Jan 2023 18:30:17 +0000 Subject: [PATCH 187/250] Fix typo in domain --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91f37ca..eae0060 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## E - [Eduard-Constantin Ibinceanu](https://eduardconstantin.github.io) +- [Elio Jordan Lopes](https://developer.vercel.app) - [Emmanuel ADEKPLOVI](https://homescriptone.com) - [Enea Xharja](https://eneaxharja.com) - [Ephraim Atta-Duncan](https://astrosaurus.me) From c357cb9ecff9b96687915e99d12642d8a06248b7 Mon Sep 17 00:00:00 2001 From: jainex17 Date: Thu, 19 Jan 2023 11:47:08 +0530 Subject: [PATCH 188/250] add portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 589e1bc..ad27aac 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Jahir Fiquitiva](https://jahir.dev) - [Jai Kirdatt](https://JaiK.me) - [Jainam Desai](https://th3c0d3br34ker.github.io) +- [Jainex Patel](https://jainex.vercel.app/) - [Jake Ginesin](https://jakegines.in/) - [Jakob Rössner](https://roessner.tech) - [James Turner](http://turnerj.com) From d25db3a3521947927902d844b7300415085bbffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= <86272521+cristiancmoises@users.noreply.github.com> Date: Mon, 23 Jan 2023 19:48:40 -0400 Subject: [PATCH 189/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad27aac..d493a62 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Colin Lord](https://colinlord.com/) - [Collins Koech](https://collinskoechportfolio.web.app) - [Cristiano Filho](https://cristianofilho.github.io/) +- [Cristian Cezar Moisés](https://live-one.vercel.app/) - [Cui Ding](https://cuierd.github.io/) ## D From 5d141bfd11363448fbe9f575796c3aebbb96557e Mon Sep 17 00:00:00 2001 From: Chuck Date: Mon, 23 Jan 2023 20:27:28 -0500 Subject: [PATCH 190/250] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d493a62..caeecd7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Abdelaziz El Arassi](http://aelarassi.com/) - [Abdellatif Laghjaj](http://abdellatif-laghjaj.ml/) - [Abdul Rahman](https://abdulrahman.id/) -- [Abdul Raihan](https://raihanhosen.com/) - [Abdul Rauf](https://armujahid.me) - [Abdusamad Malikov](https://www.abdusamad.uz) - [Abhinav Galodha](https://www.galodha.com) From bf502ff0b50af8f5c5e1599a8b8854c8f752bb5e Mon Sep 17 00:00:00 2001 From: Khaled Mohamed <73050798+krypton225@users.noreply.github.com> Date: Tue, 24 Jan 2023 21:41:10 +0200 Subject: [PATCH 191/250] ADD Thomas David portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index caeecd7..e72892e 100644 --- a/README.md +++ b/README.md @@ -485,6 +485,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Tejaswi Chaudhari](https://tejaswichaudhari.me/) - [Tek Kshetri](http://tekkshetri.com.np) - [Tek Raj Joshi](https://t3kraj.netlify.app) +- [Thomas David](https://thomas-david-portfolio.netlify.app/) - [Tiago Hermano](https://tiagohermano.dev/) - [Thea Choem](https://thea.juniorise.com) - [Thea Mushambadze](https://highflyer910.github.io/) From e2fb9c083def9ea6b9838e97a2d71f7e062881c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20AYDO=C4=9EDU?= Date: Wed, 25 Jan 2023 16:39:13 +0300 Subject: [PATCH 192/250] Added portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e72892e..a451028 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Harsh Goel](https://harshgoel.me) - [Harsh Singhvi](https://harshsinghvi.com) - [Harsh Singh](https://harshsingh.xyz/) +- [Hasan Aydoğdu](https://haydogdu1990.github.io/resume-json-css/) - [Hassan Ahmed](https://www.hassanahmed.net/) - [Hassan Murtaza](https://hassanmurtaza.com) - [Hatem Ahmad](https://codewithmenow.tech) From a8e4200784a650ed82f28abdfd942ea6bd3f7f7e Mon Sep 17 00:00:00 2001 From: "kenta.yamamoto" Date: Sat, 28 Jan 2023 18:47:08 +0900 Subject: [PATCH 193/250] Added portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a451028..fbe1b99 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Kaustubh Dwivedi](https://portfolio-onlykingkd.vercel.app/) - [Kaustubhai](https://kaustubhai.netlify.app/) - [Kelven Rubalaine](https://kelven.dev) +- [Kenta Yamamoto](https://ychof.com) - [Khaled Ahmed](https://khaled.is-a.dev) - [Kyle Shook](http://Kyleshook.com) From 717019826fb17bb586c2fc957068f26ce802ec42 Mon Sep 17 00:00:00 2001 From: Bhagawat Adhikari Date: Sat, 28 Jan 2023 17:57:41 +0600 Subject: [PATCH 194/250] add bhagawat-adhikari --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a451028..8ae58d3 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Ben Rogers](https://benrogers.dev) - [Berat Bozkurt](https://beratbozkurt.net/) - [Bertil Tandayamo](https://www.bertiltandayamo.me/) +- [Bhagawat Adhikari](https://github.com/bhagawatadhikari) - [Bhavani Ravi](http://bhavaniravi.com) - [Bhavya Tomar](https://bhavya.dev) - [Bhushan Borole](https://bhushan-borole.github.io/) From 83457c9793aa91beff36eb6f8c187a92a2102e93 Mon Sep 17 00:00:00 2001 From: Seunghun Bang Date: Sun, 29 Jan 2023 06:31:46 +0900 Subject: [PATCH 195/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ae58d3..b6e860f 100644 --- a/README.md +++ b/README.md @@ -463,6 +463,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Sebastien Graf](https://seb-graf.com) - [Sergei Chestakov](https://sergei.com) - [Seth Hall](https://sethhallcreative.com) +- [Seunghun Bang](https://https://seunghun-website.vercel.app/) - [Shaan Khan](https://www.shaankhan.dev/) - [Shahid Shaikh](http://shahidshaikh.com) - [Shannon Crabill](http://shannoncrabill.com) From 41a7975d4959354a49f4c6c2d16e5ac01bc57b91 Mon Sep 17 00:00:00 2001 From: Seunghun Bang Date: Sun, 29 Jan 2023 09:33:11 +0900 Subject: [PATCH 196/250] My link is broken --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22b4608..4fc3f07 100644 --- a/README.md +++ b/README.md @@ -464,7 +464,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Sebastien Graf](https://seb-graf.com) - [Sergei Chestakov](https://sergei.com) - [Seth Hall](https://sethhallcreative.com) -- [Seunghun Bang](https://https://seunghun-website.vercel.app/) +- [Seunghun Bang](https://seunghun-website.vercel.app/) - [Shaan Khan](https://www.shaankhan.dev/) - [Shahid Shaikh](http://shahidshaikh.com) - [Shannon Crabill](http://shannoncrabill.com) From aa8b7c14046311d0ebb03b8ebe5d052cad3bb834 Mon Sep 17 00:00:00 2001 From: Hemsundar Paranthaman <71200984+Hemsundar15@users.noreply.github.com> Date: Sun, 29 Jan 2023 06:48:03 +0530 Subject: [PATCH 197/250] Update README.md Add my portfolio site --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fc3f07..67876fa 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Hassan Ahmed](https://www.hassanahmed.net/) - [Hassan Murtaza](https://hassanmurtaza.com) - [Hatem Ahmad](https://codewithmenow.tech) +- [Hemsundar Paranthaman](https://hemdev.vercel.app) - [Henry Lee](https://dragonwarrior.vercel.app) - [Herman Starikov](http://starikov.dev) - [Hubert Kimani](https://hubertkimani.me) From de2d14501faa6650a794439b681b5c7523d2a044 Mon Sep 17 00:00:00 2001 From: Chuck Date: Tue, 31 Jan 2023 08:22:09 -0500 Subject: [PATCH 198/250] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 67876fa..34f92ee 100644 --- a/README.md +++ b/README.md @@ -372,7 +372,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Naveed Ahmed](https://www.trixum.net/) - [Nawrasse Dahman](https://www.nawrassedahman.tk/) - [Nazia Shehnaz Joynab](https://geek-a-byte.github.io/) -- [Nesrine Sghaier](https://nesrinesghaier.me) - [Nhlanhla Hasane](https://nhlanhlahasane.netlify.app/) - [Nico Bachner](https://nicobachner.com) - [Nico van Zyl](https://nicovanzyl.com) From e2f313a278e73b4b133a8ff4b05c424c19023bf7 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Yadav Date: Tue, 31 Jan 2023 13:31:19 +0000 Subject: [PATCH 199/250] add RajeshKumarYadav --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 34f92ee..0a5b742 100644 --- a/README.md +++ b/README.md @@ -426,6 +426,8 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Rahul Sawant](http://raalzz.com) - [Rajan Bhattarai](https://cdrrazan.com) - [Rajekevin](https://rajekevin.fr) +- [Rajesh Kumar Yadav](https://rajeshkumaryadav.com) +- [Rajesh Kumar Yadav](https://r-k-y.com) - [Ralf D. Müller](https://fiveandahalfstars.ninja/rdmueller.html) - [Rick Hanlon](https://rickhanlonii.github.io/) - [Riley J. Shaw](https://rileyjshaw.com) From 4eadc10331b4a8c86448caa73f95c0e3ddb30622 Mon Sep 17 00:00:00 2001 From: Lakshan Rukantha <64830641+LakshanRukantha@users.noreply.github.com> Date: Sun, 5 Feb 2023 13:59:16 +0530 Subject: [PATCH 200/250] Added 'Lakshan Rukantha' Portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a5b742..020ab4d 100644 --- a/README.md +++ b/README.md @@ -301,6 +301,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## L +- [Lakshan Rukantha](https://lakshanrukantha.github.io/) - [Lars Roettig](https://larsroettig.dev) - [Laurie Barth](http://laurieontech.dev) - [Leandro Simões](https://lesimoes.dev) From f9daf55d2239b0b06608a97ddf021059e11f3a78 Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 6 Feb 2023 15:08:30 +0000 Subject: [PATCH 201/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 020ab4d..51d991e 100644 --- a/README.md +++ b/README.md @@ -494,6 +494,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Tek Raj Joshi](https://t3kraj.netlify.app) - [Thomas David](https://thomas-david-portfolio.netlify.app/) - [Tiago Hermano](https://tiagohermano.dev/) +- [Tim Jones](https://timmoth.com/) - [Thea Choem](https://thea.juniorise.com) - [Thea Mushambadze](https://highflyer910.github.io/) - [TheKaushikGoswami](https://thekaushikgoswami.github.io) From dbdd378316bd849e3c1b5636b009f7120c809ca5 Mon Sep 17 00:00:00 2001 From: Vinay Pratap Singh Date: Wed, 8 Feb 2023 17:53:22 +0530 Subject: [PATCH 202/250] added: vinay portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51d991e..01066a8 100644 --- a/README.md +++ b/README.md @@ -521,6 +521,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Vidushan Chooriyakumaran](https://vidu.sh/an) - [Vikas Ukani](https://vikas-ukani.github.io/) - [Vinay Somawat](https://vinaysomawat.github.io/) +- [Vinay Pratap Singh](https://harvi.me/) - [Vincent Milum Jr](http://darkain.com) - [Vishwasa Navada K](https://vishwas.tech) - [Vitalik Hakim](https://vitalikhakim.tech/) From 4fa75c983df39f2ad6d3dd6fa8ba5b0dbfb733c3 Mon Sep 17 00:00:00 2001 From: Vinay Pratap Singh Date: Thu, 9 Feb 2023 12:33:38 +0530 Subject: [PATCH 203/250] fixed alphabetical order --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51d991e..4533ce4 100644 --- a/README.md +++ b/README.md @@ -520,6 +520,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Victor Aremu](http://bit.ly/victoraremu) - [Vidushan Chooriyakumaran](https://vidu.sh/an) - [Vikas Ukani](https://vikas-ukani.github.io/) +- [Vinay Pratap Singh](https://harvi.me/) - [Vinay Somawat](https://vinaysomawat.github.io/) - [Vincent Milum Jr](http://darkain.com) - [Vishwasa Navada K](https://vishwas.tech) From 8a9b154dd221045a16bc2096345ac46c4e7dd267 Mon Sep 17 00:00:00 2001 From: Vinay Pratap Singh Date: Thu, 9 Feb 2023 12:34:33 +0530 Subject: [PATCH 204/250] fixed duplicate --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0693e11..4533ce4 100644 --- a/README.md +++ b/README.md @@ -522,7 +522,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Vikas Ukani](https://vikas-ukani.github.io/) - [Vinay Pratap Singh](https://harvi.me/) - [Vinay Somawat](https://vinaysomawat.github.io/) -- [Vinay Pratap Singh](https://harvi.me/) - [Vincent Milum Jr](http://darkain.com) - [Vishwasa Navada K](https://vishwas.tech) - [Vitalik Hakim](https://vitalikhakim.tech/) From 440dbd249d32e08628c76458cd3019f1ea769aee Mon Sep 17 00:00:00 2001 From: Narpat Aanjana Date: Thu, 9 Feb 2023 22:13:18 +0530 Subject: [PATCH 205/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4533ce4..9cf7495 100644 --- a/README.md +++ b/README.md @@ -371,6 +371,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Nacho Caiafa](https://nachokai.github.io/rpg-cv) - [Nathan Simpson](https://nathansimpson.design) - [Naveed Ahmed](https://www.trixum.net/) +- [Narpat Aanjana](https://www.narpataanjana.live/) - [Nawrasse Dahman](https://www.nawrassedahman.tk/) - [Nazia Shehnaz Joynab](https://geek-a-byte.github.io/) - [Nhlanhla Hasane](https://nhlanhlahasane.netlify.app/) From dcae7ed69cd303a2a10263173f11824dbe4497aa Mon Sep 17 00:00:00 2001 From: Narpat Aanjana Date: Thu, 9 Feb 2023 22:19:38 +0530 Subject: [PATCH 206/250] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cf7495..ac5634d 100644 --- a/README.md +++ b/README.md @@ -371,7 +371,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Nacho Caiafa](https://nachokai.github.io/rpg-cv) - [Nathan Simpson](https://nathansimpson.design) - [Naveed Ahmed](https://www.trixum.net/) -- [Narpat Aanjana](https://www.narpataanjana.live/) +- [Narpat Aanjana][(https://www.narpataanjana.live/)] - [Nawrasse Dahman](https://www.nawrassedahman.tk/) - [Nazia Shehnaz Joynab](https://geek-a-byte.github.io/) - [Nhlanhla Hasane](https://nhlanhlahasane.netlify.app/) From 62fe1f32f00e8af78ea52891f12760f018dd5a47 Mon Sep 17 00:00:00 2001 From: Narpat Aanjana Date: Thu, 9 Feb 2023 22:20:35 +0530 Subject: [PATCH 207/250] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac5634d..494c450 100644 --- a/README.md +++ b/README.md @@ -371,7 +371,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Nacho Caiafa](https://nachokai.github.io/rpg-cv) - [Nathan Simpson](https://nathansimpson.design) - [Naveed Ahmed](https://www.trixum.net/) -- [Narpat Aanjana][(https://www.narpataanjana.live/)] +- [Narpat Aanjana](https://www.narpataanjana.live) - [Nawrasse Dahman](https://www.nawrassedahman.tk/) - [Nazia Shehnaz Joynab](https://geek-a-byte.github.io/) - [Nhlanhla Hasane](https://nhlanhlahasane.netlify.app/) From 608f6dc501309d7e6f8d0784cb8bbd550988bf5e Mon Sep 17 00:00:00 2001 From: Narpat Aanjana Date: Thu, 9 Feb 2023 22:23:44 +0530 Subject: [PATCH 208/250] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 494c450..32f6530 100644 --- a/README.md +++ b/README.md @@ -371,7 +371,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Nacho Caiafa](https://nachokai.github.io/rpg-cv) - [Nathan Simpson](https://nathansimpson.design) - [Naveed Ahmed](https://www.trixum.net/) -- [Narpat Aanjana](https://www.narpataanjana.live) +- [Narpat Aanjana](https://narpataanjana.live) - [Nawrasse Dahman](https://www.nawrassedahman.tk/) - [Nazia Shehnaz Joynab](https://geek-a-byte.github.io/) - [Nhlanhla Hasane](https://nhlanhlahasane.netlify.app/) From 174c10f29ddc5b6f2f0a5b2ceb327813068c7ec5 Mon Sep 17 00:00:00 2001 From: Schleidens_Dev Date: Thu, 9 Feb 2023 13:11:09 -0500 Subject: [PATCH 209/250] add schleidens.dev portfolio to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51d991e..8fa9ad4 100644 --- a/README.md +++ b/README.md @@ -463,6 +463,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Saurabh Daware](https://www.saurabhdaware.in/) - [Saurav M H](https://sauravmh.com) - [Sauvik Nath](https://sauviknath.com) +- [Schleidens Dev](https://schleidens.netlify.app/) - [Scott Spence](https://scottspence.com) - [Sebastien Graf](https://seb-graf.com) - [Sergei Chestakov](https://sergei.com) From 67e018e6a1d9703965326833dc665c359f2b19e4 Mon Sep 17 00:00:00 2001 From: Edward Yudinkov Date: Fri, 10 Feb 2023 10:22:45 +0300 Subject: [PATCH 210/250] added yudinkov.dev to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4533ce4..08c217b 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Evander Inácio](https://evander.vercel.app/) - [Evil Rabbit](https://evilrabb.it/) - [Ezekiel Ekunola](https://ezekielekunola.com) +- [Eduard Yudinkov](https://yudinkov.dev/) ## F From 138051bd62c01d9c72c5558609f406f547e78478 Mon Sep 17 00:00:00 2001 From: Edward Yudinkov Date: Fri, 10 Feb 2023 10:37:29 +0300 Subject: [PATCH 211/250] changed the order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08c217b..8bade4c 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## E - [Eduard-Constantin Ibinceanu](https://eduardconstantin.github.io) +- [Eduard Yudinkov](https://yudinkov.dev/) - [Elio Jordan Lopes](https://developer.vercel.app) - [Emmanuel ADEKPLOVI](https://homescriptone.com) - [Enea Xharja](https://eneaxharja.com) @@ -176,7 +177,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Evander Inácio](https://evander.vercel.app/) - [Evil Rabbit](https://evilrabb.it/) - [Ezekiel Ekunola](https://ezekielekunola.com) -- [Eduard Yudinkov](https://yudinkov.dev/) ## F From 0d24f40f871232b41e9c77e622a8f17bde1cfa92 Mon Sep 17 00:00:00 2001 From: 8rxn Date: Sun, 12 Feb 2023 13:05:45 +0530 Subject: [PATCH 212/250] Add Raj-aryan-Portfolio --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b8af907..3928bd7 100644 --- a/README.md +++ b/README.md @@ -425,6 +425,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Rafael Salazar](https://rafalazar.github.io/) - [Rahul Mahesh](https://rahulmahesh.netlify.com) - [Rahul Sawant](http://raalzz.com) +- [Raj Aryan](https://rajxryan.vercel.app) - [Rajan Bhattarai](https://cdrrazan.com) - [Rajekevin](https://rajekevin.fr) - [Rajesh Kumar Yadav](https://rajeshkumaryadav.com) @@ -446,6 +447,8 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Ryan Burgess](http://ryanburgess.com) - [Ryan MacLean](http://ryanmaclean.com) + + ## S - [Sagar Mude](https://sagarmude.netlify.app/) From bd7d5a08e6b6d69eadecc6f873652efbfd49a94e Mon Sep 17 00:00:00 2001 From: Marie Bawanan Date: Mon, 13 Feb 2023 19:32:10 +0800 Subject: [PATCH 213/250] add marieflor.dev --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8af907..b5972cb 100644 --- a/README.md +++ b/README.md @@ -330,6 +330,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Maram Sai Harsha Vardhan Reddy](https://maramsaiharsha.netlify.com) - [Marc Backes](http://marc.dev) - [Marcos Aguayo](https://marcosaguayo.com) +- [Marieflor Bawanan](https://marieflor.dev) - [Marijan Smetko](https://msmetko.xyz) - [Mario Kandut](https://www.mariokandut.com) - [Markus Polzer](https://www.rapidtech1898.com/) From 4f18467e4b711a2b9d6ae1300da6e4981fac03ae Mon Sep 17 00:00:00 2001 From: Sarvesh Patil Date: Wed, 15 Feb 2023 23:30:33 +0530 Subject: [PATCH 214/250] add sarveshpatil.com --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8af907..30ade3d 100644 --- a/README.md +++ b/README.md @@ -458,6 +458,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Santosh Yadav](http://santoshyadav.dev) - [Sanyam Kumar](https://sanyam.dev/) - [Sarang N](https://srng.dev) +- [Sarvesh Patil](https://sarveshpatil.com) - [Sai Teja](https://saiteja13427.github.io/) - [Satish Jhanwer](https://satishjhanwer.github.io/) ([@satishjhanwer](https://github.com/satishjhanwer)) - [Saurabh Daware](https://www.saurabhdaware.in/) From f21dabd9def5158febed338c4819ea190bdf6866 Mon Sep 17 00:00:00 2001 From: aljonnnnn Date: Thu, 16 Feb 2023 17:27:25 +0800 Subject: [PATCH 215/250] add delumenaljon.studio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d304a38..2fbc036 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Alexey Golub](http://tyrrrz.me) - [Alfred Dagenais](https://alfreddagenais.com) - [Ali Spittel](http://alispit.tel) +- [Aljon De Lumen](https://www.delumenaljon.studio) - [Allan Muturi](https://allanmuturi.vercel.app/) - [Aloys Dillar](https://trolologuy.github.io/) - [Aman Anku](http://amananku26.github.io) From 4a9260fe91094c226c232f9b3fd3d00d980d4e2b Mon Sep 17 00:00:00 2001 From: Dhaval Patel Date: Sat, 18 Feb 2023 17:31:13 +0530 Subject: [PATCH 216/250] add my portfolio to this valuable list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d304a38..b76c31c 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## D +- [Dhaval Patel](https://dhavalcode.com) - [Dale French](https://dalefrench.dev/) - [Dale Larroder](https://dalelarroder.com/) - [Damian Markowski](https://damianmarkowski.com) From 72b09421a4f306a93d5b6131f2fd68739d1cd3d5 Mon Sep 17 00:00:00 2001 From: Dhaval Patel Date: Mon, 20 Feb 2023 20:57:51 +0530 Subject: [PATCH 217/250] listing moved to bottom --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b76c31c..8682d12 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## D -- [Dhaval Patel](https://dhavalcode.com) - [Dale French](https://dalefrench.dev/) - [Dale Larroder](https://dalelarroder.com/) - [Damian Markowski](https://damianmarkowski.com) @@ -165,6 +164,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Dino Gomez](https://dinogomez.github.io/) - [Drew Bredvick](https://drew.tech/) - [Durgesh Chaudhary](https://yodkwtf.com/) +- [Dhaval Patel](https://dhavalcode.com) ## E From 6d7b88be054a26331ebe9d0392c501b9086a0c1b Mon Sep 17 00:00:00 2001 From: Dhaval Patel Date: Mon, 20 Feb 2023 21:09:38 +0530 Subject: [PATCH 218/250] placed at right position --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8682d12..70405ba 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Derryk Theberge](https://dtheberge.com/) - [Delba](https://delba.dev/) - [Dhanush Nehru](https://whatsapp-portfolio-dhanushnehru.netlify.app/) +- [Dhaval Patel](https://dhavalcode.com) - [Dheeraj Gupta](https://dheerajgupta.netlify.app/#/) - [Dick Wyn Yong](https://dickwyn.xyz) - [Dillion Megida](http://dillionmegida.com/) @@ -164,7 +165,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Dino Gomez](https://dinogomez.github.io/) - [Drew Bredvick](https://drew.tech/) - [Durgesh Chaudhary](https://yodkwtf.com/) -- [Dhaval Patel](https://dhavalcode.com) + ## E From 8b8ba40084b18afa8a15cdc332aab23b852378ba Mon Sep 17 00:00:00 2001 From: Chuck Date: Tue, 21 Feb 2023 07:16:40 -0500 Subject: [PATCH 219/250] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d741e1..2fe2340 100644 --- a/README.md +++ b/README.md @@ -374,9 +374,9 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## N - [Nacho Caiafa](https://nachokai.github.io/rpg-cv) +- [Narpat Aanjana](https://narpataanjana.live) - [Nathan Simpson](https://nathansimpson.design) - [Naveed Ahmed](https://www.trixum.net/) -- [Narpat Aanjana](https://narpataanjana.live) - [Nawrasse Dahman](https://www.nawrassedahman.tk/) - [Nazia Shehnaz Joynab](https://geek-a-byte.github.io/) - [Nhlanhla Hasane](https://nhlanhlahasane.netlify.app/) From 175ddadf2e0e98addd18c35f67c46a6f81659ba5 Mon Sep 17 00:00:00 2001 From: Chuck Date: Sat, 25 Feb 2023 10:50:11 -0500 Subject: [PATCH 220/250] Update README.md Fix broken links --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 2fe2340..fb49e04 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Hasan Aydoğdu](https://haydogdu1990.github.io/resume-json-css/) - [Hassan Ahmed](https://www.hassanahmed.net/) - [Hassan Murtaza](https://hassanmurtaza.com) -- [Hatem Ahmad](https://codewithmenow.tech) - [Hemsundar Paranthaman](https://hemdev.vercel.app) - [Henry Lee](https://dragonwarrior.vercel.app) - [Herman Starikov](http://starikov.dev) @@ -362,7 +361,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Moritz Kornher](https://moritzkornher.de/) - [Mostafa Abdelhamid](https://mostafa-abdelhamid.com/) - [Mostafa Sameti](https://sameti.dev/) -- [Moustapha Mahmoud](https://moustapha.me) - [Mouad ZIANI](https://mouadziani.github.io/) - [Muhammad Abdullah](https://mabdullahse.com) - [Muhammad Muhaddis](https://muhaddis.info) @@ -449,7 +447,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Roman Smunyov](https://romanisthere.github.io/) - [Ronny Coste](https://ronnycoste.com/) - [Roshan Kr Soni](https://roshankrsoni.github.io) -- [Roxza](https://roxza.me) - [Ryan Burgess](http://ryanburgess.com) - [Ryan MacLean](http://ryanmaclean.com) From 055e7225b55313d0e8691a9ff4da4254de3a0c90 Mon Sep 17 00:00:00 2001 From: InCogNiTo124 Date: Sun, 26 Feb 2023 00:12:45 +0100 Subject: [PATCH 221/250] Update lychee-action --- .github/workflows/link-checker.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 3d1faca..dbbec9d 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -1,8 +1,8 @@ on: - repository_dispatch: - workflow_dispatch: - schedule: - - cron: "00 18 * * 0" + repository_dispatch: + workflow_dispatch: + schedule: + - cron: "00 18 * * 0" name: Check markdown links jobs: linkChecker: @@ -12,12 +12,14 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.5.1 + uses: lycheeverse/lychee-action@v1.6.1 with: - args: README.md + args: README.md + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create Issue From File - if: steps.lychee.outputs.exit_code != 0 + if: env.lychee_exit_code != 0 uses: peter-evans/create-issue-from-file@v4 with: title: "[Bot] Broken Links Report" From 4c995dd0b2bc100acdd25978a9cc7b18a2089323 Mon Sep 17 00:00:00 2001 From: sneharatnani Date: Sun, 26 Feb 2023 15:53:28 +0530 Subject: [PATCH 222/250] add sneharatnani.com --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index fb49e04..2f87bd9 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Drew Bredvick](https://drew.tech/) - [Durgesh Chaudhary](https://yodkwtf.com/) - ## E - [Eduard-Constantin Ibinceanu](https://eduardconstantin.github.io) @@ -450,8 +449,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Ryan Burgess](http://ryanburgess.com) - [Ryan MacLean](http://ryanmaclean.com) - - ## S - [Sagar Mude](https://sagarmude.netlify.app/) @@ -484,6 +481,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Shuvam Manna](http://shuvam.xyz) - [Silas Rodrigues](https://silasrodrigues.vercel.app) - [Simon Knott](https://simonknott.de) +- [Sneha Ratnani](https://www.sneharatnani.com/) - [Soham Mondal](https://sohammondal.com) - [Sonu kumar kushwaha](https://flyingsonu122.github.io/) - [Sourav Dutta](http://i-am-souravdutta.firebaseapp.com) From eb325a02aad1cbaac4dcd59bdb6c0d873b1da8d7 Mon Sep 17 00:00:00 2001 From: Kidus Bewket Date: Tue, 28 Feb 2023 21:26:00 -0500 Subject: [PATCH 223/250] Added kidus.ca --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f87bd9..8cc0d72 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Kelven Rubalaine](https://kelven.dev) - [Kenta Yamamoto](https://ychof.com) - [Khaled Ahmed](https://khaled.is-a.dev) +- [Kidus Bewket](https://kidus.ca) - [Kyle Shook](http://Kyleshook.com) ## L From 2fefbbfbee8f972c35ba8bb1b7e547d890ae07f9 Mon Sep 17 00:00:00 2001 From: Nikita Date: Wed, 1 Mar 2023 10:37:02 +0700 Subject: [PATCH 224/250] Add Nikita Rusetskii portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8cc0d72..d3ec874 100644 --- a/README.md +++ b/README.md @@ -381,6 +381,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Nico Bachner](https://nicobachner.com) - [Nico van Zyl](https://nicovanzyl.com) - [Nicolo Rebughini](https://nirebu.com/) +- [Nikita Rusetskii](https://xtenzq.github.io/) - [Nikita Sobolev](https://sobolevn.me/) - [Nipun Jain](https://lucifernipun22.github.io/) - [Nisarg Patel](https://nisarg.io) From f86ea165aa9eded6e2aec823d0a25c74e6853f3e Mon Sep 17 00:00:00 2001 From: Anmol Baranwal <74038190+Anmol-Baranwal@users.noreply.github.com> Date: Fri, 3 Mar 2023 00:11:57 -0800 Subject: [PATCH 225/250] feat: add Vijay Verma Portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3ec874..d478645 100644 --- a/README.md +++ b/README.md @@ -527,6 +527,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Vedant Milind Athavale](http://vedant-athavale.byethost31.com/portfolio.html?i=1) - [Victor Aremu](http://bit.ly/victoraremu) - [Vidushan Chooriyakumaran](https://vidu.sh/an) +- [Vijay Verma](https://vjy.me/) - [Vikas Ukani](https://vikas-ukani.github.io/) - [Vinay Pratap Singh](https://harvi.me/) - [Vinay Somawat](https://vinaysomawat.github.io/) From 0c0bc68aa1cfa0c52b4cb1a75cad5441d9d53c12 Mon Sep 17 00:00:00 2001 From: Connor Jarrett <69452544+conjardev@users.noreply.github.com> Date: Sun, 5 Mar 2023 16:40:21 +0000 Subject: [PATCH 226/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d478645..4096856 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Cole Emeruche](https://coleruche.com/works/) - [Colin Lord](https://colinlord.com/) - [Collins Koech](https://collinskoechportfolio.web.app) +- [Connor Jarrett](https://connorjarrett.com) - [Cristiano Filho](https://cristianofilho.github.io/) - [Cristian Cezar Moisés](https://live-one.vercel.app/) - [Cui Ding](https://cuierd.github.io/) From b294aef24c171e902f3c9da2a373458fe4f507b4 Mon Sep 17 00:00:00 2001 From: Mathiscool <82745607+testbot-github@users.noreply.github.com> Date: Tue, 7 Mar 2023 20:57:10 +0530 Subject: [PATCH 227/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d478645..ef97419 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Markus Polzer](https://www.rapidtech1898.com/) - [Marouane Rassili](https://mrassili.com) - [Mason Slover](https://github.com/MasonSlover/ProcessingPortfolio) +- [MathisCool](https://mathiscool.is-a.dev) - [Matt Filer](http://mattfiler.co.uk) - [Matvey Kottsov](https://matvey.codes/) - [Maverick](https://supacode.dev/) From fa8ff36655733d9d236b3c1a1be276dceef62ce2 Mon Sep 17 00:00:00 2001 From: Hoang Nguyen <38454021+hoangdesu@users.noreply.github.com> Date: Thu, 9 Mar 2023 04:07:01 +0700 Subject: [PATCH 228/250] added Hoang Nguyen (hoangdesu) portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d478645..82d992c 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Hungry Bear Studio](https://www.hungrybearstudios.com/) - [Hussein Sarea](https://ho011.vercel.app/) - [Huzaifa Mustafa](https://www.huzaifamustafa.com/) +- [Hoang Nguyen](https://hoangdesu.com/) - [Houari Zegai](https://zegai.netlify.com/) ## I From 65b18a00ff78efd8aa53a739cf56265d6ce5301f Mon Sep 17 00:00:00 2001 From: Carson <57198646+carson-coder@users.noreply.github.com> Date: Sat, 11 Mar 2023 14:26:41 -0500 Subject: [PATCH 229/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d478645..e71a7ae 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Cade Kynaston](https://cade.codes) - [Caitlyn Greffly](https://caitlyngreffly.com/) +- [Carson Coder](https://www.carsoncoder.com) - [Casper Iversen](https://caspertheghost.me) - [Cecelia Martinez](http://ceceliacreates.com) - [Charles C. Pustejovsky III](https://cpustejovsky.com/) From 22150bdfde894b66fefffc70b23f36a99ee56f34 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Mon, 20 Mar 2023 12:31:25 +0530 Subject: [PATCH 230/250] added portfolio for Abhinav Kumar --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e71a7ae..43359d0 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Abdul Rauf](https://armujahid.me) - [Abdusamad Malikov](https://www.abdusamad.uz) - [Abhinav Galodha](https://www.galodha.com) +- [Abhinav Kumar](https://my-portfolio-flax-kappa.vercel.app/) - [Abolfazl Abdali](https://abdali.dev/) - [Adam Alston](https://www.adamalston.com) - [Adil Aboulkacim](https://adilaboulkacim.com/) From 29d3ec10baca354bf7f623fe80349c7b40ae469d Mon Sep 17 00:00:00 2001 From: TheInfamousGrim Date: Mon, 20 Mar 2023 22:01:48 +0000 Subject: [PATCH 231/250] =?UTF-8?q?Add=20=F0=9F=96=BC=EF=B8=8F:=20Add=20ge?= =?UTF-8?q?orge=20fincher's=20portfolio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 43359d0..94b3d8d 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Genesis Gabiola](https://genesisgabiola.now.sh/) - [Georges Atalla](https://www.georgesatalla.com/) - [George Christeas](https://chr-ge.com/) +- [George Fincher](https://www.grimfunky.dev/) - [Georgi Yanev](https://gyanev.com) - [Gherciu Gheorghe](https://gherciu.github.io/portfolio/) - [Gianluca Fiore](http://gianlucafiore.it) From 5fd68a52ec5e5281aad9917c24ecd1e4ea281c77 Mon Sep 17 00:00:00 2001 From: Joe Dean Date: Tue, 21 Mar 2023 08:20:07 +0100 Subject: [PATCH 232/250] Remove xvba_debug.log This file appears to have been added by accident, and is not relevant for this repository. It should be removed. --- logs/xvba_debug.log | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 logs/xvba_debug.log diff --git a/logs/xvba_debug.log b/logs/xvba_debug.log deleted file mode 100644 index 88f5732..0000000 --- a/logs/xvba_debug.log +++ /dev/null @@ -1,4 +0,0 @@ -2021-08-09 11:30:53 info: XVBA Live Server extension is now active! -2021-08-09 11:30:53 debug: Start Watch Excel Export VBA Files -2021-08-09 11:30:54 debug: Start Run Macro Server -2021-08-09 11:33:52 debug: Close Watch Excel Export VBA Files From 6089027197981ba8df814ded04e6622fdf70cee8 Mon Sep 17 00:00:00 2001 From: Chuck Date: Tue, 21 Mar 2023 08:42:29 -0400 Subject: [PATCH 233/250] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 161eb26..5975de7 100644 --- a/README.md +++ b/README.md @@ -234,12 +234,12 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Hemsundar Paranthaman](https://hemdev.vercel.app) - [Henry Lee](https://dragonwarrior.vercel.app) - [Herman Starikov](http://starikov.dev) +- [Hoang Nguyen](https://hoangdesu.com/) +- [Houari Zegai](https://zegai.netlify.com/) - [Hubert Kimani](https://hubertkimani.me) - [Hungry Bear Studio](https://www.hungrybearstudios.com/) - [Hussein Sarea](https://ho011.vercel.app/) - [Huzaifa Mustafa](https://www.huzaifamustafa.com/) -- [Hoang Nguyen](https://hoangdesu.com/) -- [Houari Zegai](https://zegai.netlify.com/) ## I From 2a4788ea459bf663dc4c72a932852e1b0e3947e5 Mon Sep 17 00:00:00 2001 From: Ayush Nighoskar Date: Tue, 21 Mar 2023 18:36:41 +0530 Subject: [PATCH 234/250] Added Ayush_Nighoskar_Portfolio Added Ayush_Nighoskar_Portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5975de7..f337f14 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Aycan Öğüt](https://aycan.dev) - [Azhar Zafar](http://azharr.com) - [Arup Mandal](https://arupmandal.github.io/) +- [Ayush Nighoskar] (https://ayushn.netlify.app/) ## B From b46539234e74ad5aad16894cb6846cb60eb437d8 Mon Sep 17 00:00:00 2001 From: Ayush Nighoskar Date: Wed, 22 Mar 2023 09:45:16 +0530 Subject: [PATCH 235/250] Updated README.md file Updated README.md file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f337f14..b7b7331 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Aycan Öğüt](https://aycan.dev) - [Azhar Zafar](http://azharr.com) - [Arup Mandal](https://arupmandal.github.io/) -- [Ayush Nighoskar] (https://ayushn.netlify.app/) +- [Ayush Nighoskar](https://ayushn.netlify.app/) ## B From f8a04ccd0dedd8254cc5a3131430ac7ab7407852 Mon Sep 17 00:00:00 2001 From: Joe Dean Date: Wed, 22 Mar 2023 16:40:52 +0100 Subject: [PATCH 236/250] Added [Joe Dean](https://joedean.dev) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f337f14..3c0e15f 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Jerry Hirsch](https://jerryhirsch.com/) - [Jim Raptis](http://www.raptis.wtf) - [Jo Lienhoop](https://jolienhoop.com/) +- [Joe Dean](https://joedean.dev) - [John Carlo Camara](https://jiseeeh.vercel.app/) - [John Doe](https://portfolio-john2.netlify.app/) - [Jonathan Kila](https://jonathankila.vercel.app) From c08db327ea97ab4c2757c92d61c090bcdb438693 Mon Sep 17 00:00:00 2001 From: Assad Isah Date: Thu, 23 Mar 2023 11:15:02 +0100 Subject: [PATCH 237/250] Update README.md Add a new portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f337f14..cb89586 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Arpit Sharma](https://yesarpit.github.io) - [Arsalan Shakil](https://arsalanshakil.github.io/) - [Arsh Sahzad](https://www.arsh.dev) +- [Assad Isah](https://nottherealalanturing.tech) - [Ashkan Misaghi](https://ashkanmisaghi.ir) - [Ashlee Boyer](http://ashleemboyer.dev) - [Ashwin Hariharan](https://ashwinhariharan.tech) From e8fe534400ef61e31c88c37b2bd92715ac1a81c6 Mon Sep 17 00:00:00 2001 From: Chuck Date: Thu, 23 Mar 2023 08:31:30 -0400 Subject: [PATCH 238/250] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c0e15f..ab3494d 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Arpit Sharma](https://yesarpit.github.io) - [Arsalan Shakil](https://arsalanshakil.github.io/) - [Arsh Sahzad](https://www.arsh.dev) +- [Arup Mandal](https://arupmandal.github.io/) - [Ashkan Misaghi](https://ashkanmisaghi.ir) - [Ashlee Boyer](http://ashleemboyer.dev) - [Ashwin Hariharan](https://ashwinhariharan.tech) @@ -87,9 +88,8 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Austin Gericke](https://www.austingericke.com/) - [Austin Pham](https://auspham.dev) - [Aycan Öğüt](https://aycan.dev) -- [Azhar Zafar](http://azharr.com) -- [Arup Mandal](https://arupmandal.github.io/) - [Ayush Nighoskar] (https://ayushn.netlify.app/) +- [Azhar Zafar](http://azharr.com) ## B From 7b60432a5bee7cf7f11bf633f8e5224838190a5c Mon Sep 17 00:00:00 2001 From: Elmo Nickol <41835231+elmonickcool@users.noreply.github.com> Date: Sat, 25 Mar 2023 08:11:00 +0800 Subject: [PATCH 239/250] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc6ee94..574b9bb 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Eduard-Constantin Ibinceanu](https://eduardconstantin.github.io) - [Eduard Yudinkov](https://yudinkov.dev/) - [Elio Jordan Lopes](https://developer.vercel.app) +- [Elmo Nickol](https://elmonickcool.vercel.app) - [Emmanuel ADEKPLOVI](https://homescriptone.com) - [Enea Xharja](https://eneaxharja.com) - [Ephraim Atta-Duncan](https://astrosaurus.me) From 37180dae3b2c2a097aca62c67ce69ab446b4ed3b Mon Sep 17 00:00:00 2001 From: Pranshu Patel Date: Wed, 29 Mar 2023 07:04:18 +0530 Subject: [PATCH 240/250] added pranshu05 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 574b9bb..7474836 100644 --- a/README.md +++ b/README.md @@ -428,6 +428,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Philipe Almeida](https://palmeida.netlify.app) - [Poonam Chauhan](https://poo17nam.github.io/profile) - [Pramesh Karki](https://karkipramesh.com.np/) +- [Pranshu05](https://pranshu05.github.io/) - [Praveen Kumar Purushothaman](https://praveen.science/) - [Praveen Saini](https://praveen-me.github.io) - [Priya Nayak](https://priya180975.github.io/portfolio/) From 3b16144331120e621bf0f5cd2781d02be3955d60 Mon Sep 17 00:00:00 2001 From: FrozenHearth Date: Thu, 30 Mar 2023 16:28:53 +0530 Subject: [PATCH 241/250] Add Vishwanath B's portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7474836..ebcc31b 100644 --- a/README.md +++ b/README.md @@ -544,6 +544,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Vinay Pratap Singh](https://harvi.me/) - [Vinay Somawat](https://vinaysomawat.github.io/) - [Vincent Milum Jr](http://darkain.com) +- [Vishwanath B](https://frozenhearth.vercel.app) - [Vishwasa Navada K](https://vishwas.tech) - [Vitalik Hakim](https://vitalikhakim.tech/) - [Vito Sartori](https://vito.io) From 0f2a8fbdde1a52f4f05bfeda1371ffef17672f7e Mon Sep 17 00:00:00 2001 From: shashank-crypto Date: Sun, 2 Apr 2023 12:11:46 +0530 Subject: [PATCH 242/250] add/shashank-portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ebcc31b..1272f73 100644 --- a/README.md +++ b/README.md @@ -490,6 +490,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Shaan Khan](https://www.shaankhan.dev/) - [Shahid Shaikh](http://shahidshaikh.com) - [Shannon Crabill](http://shannoncrabill.com) +- [Shashank Kumar Chaudhary](https://my-portfolio-shashank-crypto.vercel.app/) - [Shivam Kaushal](https://shivamkaushal.in) - [Shubham Tarade](https://coder-shanks.github.io/) - [Shuvam Manna](http://shuvam.xyz) From 700c34332e7c91ff9a674dbebf9c477c2954c296 Mon Sep 17 00:00:00 2001 From: Santript Mehta Date: Thu, 6 Apr 2023 15:36:40 +0530 Subject: [PATCH 243/250] added my portfolio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1272f73..41fc967 100644 --- a/README.md +++ b/README.md @@ -473,6 +473,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Samik Malhotra](https://samikmalhotra.netlify.app/) - [Samrat Mitra](https://lionelsamrat10.github.io) - [Santosh Yadav](http://santoshyadav.dev) +- [Santript Mehta](https://santriptmehta.me/web-home/) - [Sanyam Kumar](https://sanyam.dev/) - [Sarang N](https://srng.dev) - [Sarvesh Patil](https://sarveshpatil.com) From d1790e78300d1afb68205f3dc4d08e6a9e7ca319 Mon Sep 17 00:00:00 2001 From: Chethin Manage <55030581+cmanage1@users.noreply.github.com> Date: Thu, 6 Apr 2023 22:20:37 -0400 Subject: [PATCH 244/250] Add cmanage1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41fc967..1d4c999 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Chetan Padia](https://chetbox.com) - [Chetan Raj](https://chetanraj.in/) - [Chetanya Kandhari](https://availchet.github.io) +- [Chethin Manage](https://www.cmanage.dev/) - [Chicago IT Systems](https://www.chicagoitsystems.com/) - [Chirag Bhalotia](https://chirag.codes) - [Chirag Samal](http://chiragsamal.github.io/) From 28f75bebf80438d98c9bf958fd04a70e116a5b8f Mon Sep 17 00:00:00 2001 From: Yukiteno Date: Sat, 8 Apr 2023 21:27:12 +0800 Subject: [PATCH 245/250] add/laurence-young --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41fc967..711fc53 100644 --- a/README.md +++ b/README.md @@ -316,6 +316,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Lakshan Rukantha](https://lakshanrukantha.github.io/) - [Lars Roettig](https://larsroettig.dev) +- [Laurence Young](https://portfolio-yukiteno.vercel.app/) - [Laurie Barth](http://laurieontech.dev) - [Leandro Simões](https://lesimoes.dev) - [Leonardo Oliveira](https://leonardoliveira.com) From b54ce0e8f3066f2366d0bae4b46fdbbbf7b63105 Mon Sep 17 00:00:00 2001 From: Abass Dev Date: Mon, 10 Apr 2023 01:43:44 +0000 Subject: [PATCH 246/250] add abassdev.com --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab0d93e..c37c5c0 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Aaryanna Simonelli](https://ashleighsimonelli.co.uk) - [Aashutosh Rathi](https://aashutosh.dev) - [Aayush Kurup](https://aayushkurup.dev) +- [Abass Dev](https://abassdev.com) - [AbdeNassar Amimi](https://abdenassar-portfolio-4smfcqph6-abdenassaramimi99-gmailcom.vercel.app/) - [Abdelaziz El Arassi](http://aelarassi.com/) - [Abdellatif Laghjaj](http://abdellatif-laghjaj.ml/) From 5e42630f0aee6a5b0d23e7f5268f55d8c05ec666 Mon Sep 17 00:00:00 2001 From: mokhelek Date: Wed, 19 Apr 2023 20:16:09 +0200 Subject: [PATCH 247/250] added my portfolio --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c37c5c0..7656e25 100644 --- a/README.md +++ b/README.md @@ -300,11 +300,11 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Julia Johnson](http://juliacodes.com) ## K - - [Kaleigh Scruggs](http://kaleighscruggs.com) - [Kamran Hamid](https://mkamranhamid.netlify.com) - [Karen Fletcher](https://knpfletcher.dev) - [Karthik Menon](https://www.karthikmenon.com/) +- [Katleho Mokhele](https://mokhele.pythonanywhere.com) - [Katie Amberg-Johnson](https://kambergjohnson.com) (made with [TechFolios](https://techfolios.github.io)) - [Kaustubh Dwivedi](https://portfolio-onlykingkd.vercel.app/) - [Kaustubhai](https://kaustubhai.netlify.app/) From 0e60ed60e5954b749d1216fdfc4bc5f1c972b1b5 Mon Sep 17 00:00:00 2001 From: mohammedyh Date: Thu, 20 Apr 2023 21:18:56 +0100 Subject: [PATCH 248/250] Add mohammedcoded.dev --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7656e25..1fb45c4 100644 --- a/README.md +++ b/README.md @@ -371,6 +371,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Mitul Savani](http://mitulsavani.com) - [Mohamad Fadhil Yaacob](https://fadhil-blog.dev/) - [Mohammad Rahmani](https://afgprogrammer.com) +- [Mohammed-Yousuf Hamid](https://mohammedcodes.dev) - [Mohan Raj](https://zolomohan.com) - [Moritz Kornher](https://moritzkornher.de/) - [Mostafa Abdelhamid](https://mostafa-abdelhamid.com/) From 4fd68fa9e98ac3a03229d990e83ec59ecb668813 Mon Sep 17 00:00:00 2001 From: Amir Akbulut Date: Fri, 28 Apr 2023 23:01:34 +0200 Subject: [PATCH 249/250] Update README.md Added portfolio of Amir Akbulut --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1fb45c4..df18b52 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## A +- [Amir Akbulut](https://amirdev.nl/) - [Aashir Khan](https://portfolio-n4sn.vercel.app/) - [Aakash Sharma](https://aakash-sharma.netlify.app/) - [Aaron Dunphy](https://aarondunphy.com) From a0f0afc31c726b4e4b68d8a3e08063a2be351614 Mon Sep 17 00:00:00 2001 From: Amir Akbulut Date: Fri, 28 Apr 2023 23:06:53 +0200 Subject: [PATCH 250/250] Update README.md Changes position to be alphabetically sorted --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df18b52..bbb59e3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! ## A -- [Amir Akbulut](https://amirdev.nl/) - [Aashir Khan](https://portfolio-n4sn.vercel.app/) - [Aakash Sharma](https://aakash-sharma.netlify.app/) - [Aaron Dunphy](https://aarondunphy.com) @@ -63,6 +62,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio! - [Aman Mittal](http://amanhimself.dev) - [Aman Shrivastava](https://aman04.netlify.app/) - [Amogh Telkar](https://amoghtelkar.com) +- [Amir Akbulut](https://amirdev.nl/) - [Amruth Pillai](https://amruthpillai.com) - [Anandhu Sajan](https://anandhusajan.com) - [Andreas Beuger](https://beuger.dev)