All Projects → aw → Portfolio

aw / Portfolio

Licence: mit
Curate your code and show the world how great you are

Projects that are alternatives of or similar to Portfolio

Govuk Frontend
GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.
Stars: ✭ 490 (+2233.33%)
Mutual labels:  portfolio
Ovilia.github.io
Ovilia's personal site
Stars: ✭ 814 (+3776.19%)
Mutual labels:  portfolio
Migreyes
The personal site of Mig Reyes, Design Director at Sprout Social.
Stars: ✭ 23 (+9.52%)
Mutual labels:  portfolio
Flexible Jekyll
Flexible-Jekyll is a simple and clean theme for Jekyll
Stars: ✭ 531 (+2428.57%)
Mutual labels:  portfolio
Atlassian Python Api
Atlassian Python REST API wrapper
Stars: ✭ 564 (+2585.71%)
Mutual labels:  portfolio
Portfolio
My photography portfolio based on PHP Silex micro-framework
Stars: ✭ 16 (-23.81%)
Mutual labels:  portfolio
Gatsby Starter Mate
An accessible and fast portfolio starter for Gatsby integrated with Contentful CMS.
Stars: ✭ 472 (+2147.62%)
Mutual labels:  portfolio
Portfolio Photo
Jekyll based portfolio using Flickr API.
Stars: ✭ 15 (-28.57%)
Mutual labels:  portfolio
Node Binance Trader
Cryptocurrency Trading Strategy & Portfolio Management Development Framework for Binance. Follow open NBT trading signals at
Stars: ✭ 720 (+3328.57%)
Mutual labels:  portfolio
Developer Portfolio
Single page developer portfolio template.
Stars: ✭ 23 (+9.52%)
Mutual labels:  portfolio
Gatsby Portfolio Dev
A portfolio for developers
Stars: ✭ 556 (+2547.62%)
Mutual labels:  portfolio
Alphapy
Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost
Stars: ✭ 564 (+2585.71%)
Mutual labels:  portfolio
Gatsby Simplefolio
⚡️ A minimal Gatsby portfolio template for Developers
Stars: ✭ 895 (+4161.9%)
Mutual labels:  portfolio
Competitive Programming
📌 📚 Solution of competitive programming problems, code templates, Data Structures and Algorithms, hackathons, interviews and much more.
Stars: ✭ 496 (+2261.9%)
Mutual labels:  portfolio
Reactjs Portfolio Mern Website
My Portfolio | Full Stack MERN Application
Stars: ✭ 25 (+19.05%)
Mutual labels:  portfolio
Accessible Autocomplete
An autocomplete component, built to be accessible.
Stars: ✭ 474 (+2157.14%)
Mutual labels:  portfolio
Sourcerer App
🦄 Sourcerer app makes a visual profile from your GitHub and git repositories.
Stars: ✭ 6,645 (+31542.86%)
Mutual labels:  portfolio
Masterportfolio
🔥 The Complete Customizable Software Developer Portfolio Template which lets you showcase your work and provides each and every detail about you as Software Developer.
Stars: ✭ 913 (+4247.62%)
Mutual labels:  portfolio
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+3990.48%)
Mutual labels:  portfolio
Django Photoblog
Photographer portfolio website powered by Django Framework. Features photo gallery with infinite scrolling, tagging, thumbnail generation and CMS for creating pages. Configured for Heroku and S3.
Stars: ✭ 19 (-9.52%)
Mutual labels:  portfolio

Your GitHub Portfolio

Curate your code and show the world how great you are

Example

Here's an example of my curated portfolio.

What

Some people believe GitHub is not your CV. I agree with the idea that a profile without context is meaningless, but rather than sit back and complain, I decided to do something about it.

This weekend project of mine is designed to help developers showcase their work. It's a place to curate your code (open source or not), and provide potential employers an opportunity to see how you think, how you work, the context of your code, and why you might be a good fit for their company.

Getting started

  1. Fork this repo
  2. Edit the settings in the index.html file
  3. Add posts to the _posts directory following the jekyll format: YYYY-MM-DD-post-title.md see template.md
  4. Add a CNAME if you want a custom domain.
  5. Test your portfolio locally: jekyll serve

Settings

The index.html file contains 4 settings which allow you to specify your GitHub username, your fullname, the Bootswatch theme, and the Highlight.js syntax highlighter of your choice.

Example:

bootswatch: journal
highlightjs: github
githubuser: aw
fullname: Alexander Williams

Posts

Your posts will appear in reverse chronological order (newest first). The site can be navigated using left/right arrow keys, by swiping (mobile) or clicking the arrow buttons.

Simply copy the template.md and edit to your liking.

Once published, your portfolio will be visible on https://username.github.io/portfolio

Some notes

  • fav_snippet, fav_snippet_url, fav_review are optional. The template will render without them if they're omitted.
  • There are 5 status types: open, closed, merged for pull requests, and in-progress, deprecated for regular projects.
  • language is used for syntax highlighting your fav_snippet
  • review should be written in proper English prose. Explain your work, constraints, ideas and motivations for having written the code.
  • fav_snippet and fav_review can be used to highlight something you appreciate in your code. It can be a great one-liner, or a line you were ecstatic to remove.

Notice

This project uses many open sourced projects which are licensed under MIT or BSD.

You can view the list in the NOTICE file.

Thanks

Many thanks go out to the various people who have contributed and dedicated countless "free" hours to these open source projects. Your hard work is very much appreciated.

Contributing

If you make improvements, please do a pull-request so others can benefit from them.

Current portfolios

Here are other developers using this as their portfolio.

If you're using this for your own code, please modify the PORTFOLIOS.md and add your name/url to the list so others can discover your great work (alphabetical order please, sort by first name).

License

All code is licensed under the MIT license.

All original texts and images are licensed under the Creative Commons Attribution NonCommercial NoDerivs license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].