All Projects → hashirshoaeb → Home

hashirshoaeb / Home

Licence: lgpl-3.0
The personal website/portfolio of Hashir Shoaib. Built using React and Bootstrap.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Home

Portfolio Template
A beautiful minimal and accessible portfolio template for Developers. Give it a star 🌟 if you find it useful.
Stars: ✭ 175 (-28.86%)
Mutual labels:  portfolio, portfolio-website, template
Developerfolio
🚀 Software Developer Portfolio Template that helps you showcase your work and skills as a software developer.
Stars: ✭ 2,814 (+1043.9%)
Mutual labels:  portfolio, portfolio-website, template
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 (+271.14%)
Mutual labels:  portfolio, portfolio-website, template
startbootstrap-stylish-portfolio-jekyll
Jekyll theme based on Stylish Portfolio Bootstrap theme
Stars: ✭ 20 (-91.87%)
Mutual labels:  portfolio, portfolio-website, bootstrap-4
Devportfolio
A lightweight, customizable single-page personal portfolio website template built with JavaScript and Sass
Stars: ✭ 3,582 (+1356.1%)
Mutual labels:  portfolio, portfolio-website, template
Portfolio Template
An Open-Sourced Template for developers to show-off there skills. Made with ReactJS
Stars: ✭ 52 (-78.86%)
Mutual labels:  portfolio, portfolio-website, template
Varadbhogayata.github.io
My Portfolio - Personal Website
Stars: ✭ 95 (-61.38%)
Mutual labels:  portfolio, portfolio-website, template
Portfolio Generator
JS framework to dynamically generate a portfolio site from a JSON file
Stars: ✭ 135 (-45.12%)
Mutual labels:  portfolio, portfolio-website
Minimalist Portfolio
A simple minimalist one page portfolio. Link:
Stars: ✭ 136 (-44.72%)
Mutual labels:  portfolio, portfolio-website
Portfoliohub
Your portfolio is captured here!
Stars: ✭ 152 (-38.21%)
Mutual labels:  portfolio, portfolio-website
Devfolio
A modern and production-ready personal portfolio + blog template built with GatsbyJs and TailwindCSS
Stars: ✭ 154 (-37.4%)
Mutual labels:  portfolio, portfolio-website
Vinaysomawat.github.io
Portfolio webpage to showcase description of word experiences, educations, projects with demo images and reference links, programming profiles across all platforms and mooc/award certificates.
Stars: ✭ 166 (-32.52%)
Mutual labels:  portfolio, portfolio-website
Portfolio Generator
HoxNox - Portfolios Made Easy, Generate portfolios in 3 easy steps
Stars: ✭ 166 (-32.52%)
Mutual labels:  portfolio, portfolio-website
Gabriel Adorf Portfolio
Gabriel Adorf's personal website
Stars: ✭ 133 (-45.93%)
Mutual labels:  portfolio, portfolio-website
Gridsome Forestry Starter
Gridsome starter kit with Forestry (CMS)
Stars: ✭ 127 (-48.37%)
Mutual labels:  portfolio, template
Studorlio
Portfolio website template
Stars: ✭ 141 (-42.68%)
Mutual labels:  portfolio, template
Fama
TailwindCSS based personal branding template. Built with react and framer-motion
Stars: ✭ 121 (-50.81%)
Mutual labels:  portfolio, template
Dev Folio
🔥 A collection of Free Portfolio templates for developers.
Stars: ✭ 120 (-51.22%)
Mutual labels:  portfolio, template
Kross Hugo
Kross Creative Portfolio Template
Stars: ✭ 172 (-30.08%)
Mutual labels:  portfolio, bootstrap-4
Vuepress Homepage
📄 Elegant & friendly homepage (bio, tech portfolio, resume, doc...) template with Markdown and VuePress
Stars: ✭ 186 (-24.39%)
Mutual labels:  portfolio, template

Developer's Portfolio ✨

It is a personal static website/portfolio template hosted with GitHub Pages, built to showcase my recent projects. Site URL / Demo: hashirshoaeb.github.io

About Me · Report Bug · Request Feature

GitHub contributors GitHub stars GitHub forks GitHub issues GitHub license Twitter Follow

Site preview

Table of Contents

Technology Stack 🛠️

Dependencies defined in package.json:

Reactjs | Bootstrap | Typist | GitHub API | Instagram API

Structure ⚓

  • Navigation bar (optional)
  • Body
    • Name | Profession
    • Contact / Follow / Find me / Facebook / LinkedIn / GitHub / Instagram / Email / CodePen
    • Resume | About me
  • About Me
    • Display picture (optional)
    • About myself, my Interests, Goals and Hobbies
    • Things I'm good at (Skills)
    • Resume button
  • Recent Projects (using GitHub API) (optional)
  • Leadership (optional)
    • Paragraph
    • Carousel images
  • Skills (optional)
    • Technical Skills
    • Soft Skills
  • Footer
    • Footer Note (optional)
    • Copyrights - open source
    • Acknowledgements(

Sharing 💗

Project is open source. Feel free to make your own version. All you need to do is to fork this repository, edit src/editable-stuff/config.js and add resume. Mark star ⭐ if you like the project.

Prerequisites 🍪

You should have Node.js and Git installed on your PC. You should also own a GitHub account.

Setup And Deployment 🔧

  1. To Get Started, Fork this repository to your GitHub account:

  2. Clone the forked repo from your account using:

      git clone https://github.com/<your-username>/home.git
    
  3. Open in editor and edit src/editable-stuff/config.js file.

  4. Add your resume as <resume.pdf> in place of src/editable-stuff/resume.pdf

  5. Edit title and meta description in public/index.html.

  6. Change URL in package.json file:

     "homepage": "https://<your-username>.github.io/home"
    

    Or for deployment at custom domain, refer create-react-app.dev

  7. After editing run the following bash commands:

    npm install
    npm start
    
  8. To deploy website, run:

     npm run build
     npm run deploy
    

    Or for deployment at <username>.github.io, refer READMEdocs/custom-deployment.md and pages.js

  9. Congrats your site is up and running. To see it live, visit:

      https://<your-username>.github.io/home
    
  10. To change the thumbnail image:

    • Navigate to the "public" folder.
    • There you will see "social-image.png".
    • Delete it.
    • Take a screenshot of your version and rename it "social-image.png" and place it there.

Next time if you make changes, repeat from step 8.

Facing issues? Feel free to contact at [email protected].

Contributing 🙌

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Issues

If anyone is looking to make some contribution, the following are issues that you can solve:

  • [ ] UI improvements
  • [ ] Code optimization
  • [x] Routing
  • [ ] SEO

Showcase 🚀

Have you changed something in the code to create your own version? Feel free to share with me, I will list them in this space.


Guhyun Chung


Hamza Sohail


Aymun Tariq


Ana Ashrafi


Jeffery John


Remi Mestdagh

Versão em Português 🇧🇷

Esse projeto foi traduzido para português! Se você gostou dele e quer criar a sua própria versão, confira o repositório do @tashima42 em https://github.com/Tashima42/home. Novas contribuições e revisões na tradução são muito bem vindas!

Stargazers over time

Stargazers over time

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].