Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 1.76 KB

README.md

File metadata and controls

67 lines (53 loc) · 1.76 KB

TermFolio

🖥️ A Portfolio Website that looks and acts like a Terminal 💻

Preview

Setup

  1. Clone the repository
# Clone this repository
$ git clone https://github.com/ahsankhan26/TermFolio.git

# Go to the repository folder
$ cd TermFolio
  1. Open the index.html file in your browser to view the site

Resume

just place your resume in the 'assets' directory and add the name of the file in 'data.js'.

data.js

var data = {
  name : [
    {name: 'Name', value: 'YOUR NAME HERE'}
  ],
  bio: [
    {name: 'Name', value: 'YOUR NAME HERE'},
    {name: 'Email', value: 'YOUR EMAIL HERE'}
  ],
  github: [
    {name: 'GitHub', value: 'YOUR GITHUB USERNAME HERE'}
  ],
  projects: [
    {name: 'ProjectName1', value: 'PROJECT LINK HERE'},
    {name: 'ProjectName1', value: 'PROJECT LINK HERE'}
  ],
  resume: 'ResumeName.pdf',
  socials: [
    {name: 'LinkedIn', value: 'SITE URL'},
    {name: 'Github', value: 'SITE URL'}
  ]
}

Made Using 🔧

  • HTML
  • CSS
  • JavaScript