Static portfolio site deployed to farnoodf.github.io and farnood.tech on every push to main.
Pushes to main run .github/workflows/deploy.yml, which publishes index.html and assets/ to GitHub Pages. The site is served at:
- https://farnood.tech (custom domain)
- https://farnoodf.github.io (redirects to
farnood.tech)
Custom domain is configured in the repo's GitHub Pages settings. Porkbun DNS records:
| Type | Host | Answer |
|---|---|---|
| A | @ |
185.199.108.153 |
| A | @ |
185.199.109.153 |
| A | @ |
185.199.110.153 |
| A | @ |
185.199.111.153 |
| CNAME | www |
farnoodf.github.io |
vCard is a fully responsive personal portfolio website, responsive for all devices, built using HTML, CSS, and JavaScript.
Before you begin, ensure you have met the following requirements:
- Git must be installed on your operating system.
To install vCard, follow these steps:
Linux and macOS:
sudo git clone https://github.com/codewithsadee/vcard-personal-portfolio.gitWindows:
git clone https://github.com/codewithsadee/vcard-personal-portfolio.gitIf you want to contact me you can reach me at Twitter.
This project is free to use and does not contains any license.

