Session 1
Session 1
Create your resume in web
- Create a github Repository
- Add your resume in html
- SignUp to Vercel
- Add your Github to Vercel
- Configure your domain
1. Create Github Repository
Create a new private github repository with any name. This repository will host your html files that will contain the resume and all the details
To create a repository, go to https://github.com/new and select Private and then click on Green button Create repository
2. Add your resume in html
After the repository is created click on create new file and enter the filename as resume.html. You can add your contents inside the file and click on the commit message.

3. SignUp to Vercel
Go to https://vercel.com

Sign up using your github

4. Add github to your vercel account
Inside vercel app, click on new project Add Github Project
Give Permission to your Github account, Select the repositories that you want to give access. I would recommend to select selective repositories. Click on import.
Select the Framework Preset as other and Roo Directory as ./. And after this click on Deploy
Once you have deployed the services, you can see your app in the dashboard.
5. Configure your domain
Click on Settings on vercel and then click on domains
Under Domains add your hello-my-domain.com and then click on Add
Add the following Type Name and Value to your domain mapping.
Go to hello-my-domain.com to see your website.
Note: the domain mapping will take sometime to be available over web