Skip to content

calvinhus/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Resume Static Website

This project is used for my personal website, it's a simple static website hosted in GitHub Pages.

Features

  • Button to download resume
  • Button to contact me via email
  • Small icons for key skills
  • Progress bar for coding skills
  • Swiper to show certificates
  • Small preview of portfolio, with links to the corresponding github repo
  • Footer with links to my github and linkedin

Deploy

This application is deployed in GitHub pages here.

However, in order to develop it without having to push the changes to the repo every time, I created a docker-compose file to deploy locally in a simple web server (based on the nginx:alpine image).

To deploy make sure you have docker installed and just run the command:

$ docker-compose up -d 

This should start the server in detached mode, locally at port 80 (localhost:80) allowing you to make changes to the code and see them in real time.

TBD

  • Add custom domain

Note: This project is based on a free template by Did Coding

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors