Just clone the repository and update the data.js file
# Clone this repository
$ git clone https://github.com/ahsankhan26/TermFolio.git
# Go to the repository folder
$ cd TermFolio
# Open the file(data.js)
just place your resume in the 'assets' directory and add the name of the file in 'data.js'.
var data = {
name : 'YOUR NAME HERE',
bio: [
{name: 'Name', value: 'YOUR NAME HERE'},
{name: 'Email', value: 'YOUR EMAIL HERE'}
],
github: 'YOUR GITHUB USERNAME HERE',
projects: [
{name: 'ProjectName1', url: 'PROJECT LINK HERE'},
{name: 'ProjectName1', url: 'PROJECT LINK HERE'}
],
resume: 'ResumeName.pdf',
socials: [
{name: 'LinkedIn', url: 'SITE URL'},
{name: 'Github', url: 'SITE URL'}
]
}
- HTML
- CSS
- JavaScript