Skip to content

Keshav-babu/terminal-poerfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TerminalFolio

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

Preview

Setup

Just clone the repository and update the data.js file

# Clone this repository
$ git clone https://github.com/Keshav-babu/terminal-poerfolio.git

# Go to the repository folder
$ cd 
terminal-poerfolio

# Open the file(data.js)

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'}
  ]
}
  • HTML
  • CSS
  • JavaScript

About

A Terminal that act like portfolio

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published