A single page, static HTML document indicating the optimal ways to get ahold of a person through the descriptive medium of buttons and links.
Heavily based on the design elements of uno-zen.
Built for this site (demo).
git clone https://github.com/TheLarsonAgency/person-profile-template.git my-profile
cd $_
Edit the following tags:
- title
- meta tags
- gravatar img tag
- h1 header tag
- links (see comments for examples)
Replace the image tags with your images in the index.html
file, or place your own images in place of the old images (with the same file names).
From the root directory, execute the following:
python3 -m http.server
Open a browser and point it to http://localhost:8000
.
git pull
Merge any conflicts.
Please submit feature requests and issues using GitHub.