Skip to content

ahsankhan26/TermFolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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