Fyronix / Cmd-portfolio

Cmd-portfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TermFolio

🖥️ 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/Fyronix/Cmd-portfolio.git

# Go to the repository folder
$ cd TermFolio

# 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'}
  ]
}

Made Using 🔧

  • HTML
  • CSS
  • JavaScript

About

Cmd-portfolio

License:Apache License 2.0


Languages

Language:JavaScript 53.1%Language:CSS 27.6%Language:HTML 19.3%