Skip to content

A personal static website/portfolio hosted with GitHub Pages, built to showcase my recent projects.

License

Notifications You must be signed in to change notification settings

TheLordA/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Developer's Portfolio ✨

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

About Me · Report Bug · Request Feature

Site preview

Table of Contents

Sharing 💗

Project is open source. Feel free to make your own version. All you need to do is to fork this repository, edit all of my informations with yours and don't forget to add your resume.
Mark star ⭐ if you like the project.

Prerequisites 🍪

You should have Node.js and Git installed on your machine, and of course 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/TheLordA/resume.git
  3. Open in editor and edit the files with your informations.

  4. Add your resume at src/Assets, and don't forget the to edit the import at src/components/Resume/Resume.js with your file name.

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

  6. Change URL in package.json file:

     "homepage": "https://<your-username>.github.io/<your-repo-name>"
  7. After editing run the following bash commands:

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

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

      https://<your-username>.github.io/<your-repo-name>
    
  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 ferrak.anass@gmail.com.

Contributing 🙌

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

Upcoming Features / Improvements 🔗

  • Improve performances.
  • Deep code refactoring.
  • Improve UI (Desktop & mobile).
  • Add Terminal UI.
  • Button to download resume/CV.
  • Customize the number of projects to show in website.
  • Blog page.