SkillAgentSearch skills...

TermFolio

Terminal inspired Portfolio website.

Install / Use

/learn @ahsankhan26/TermFolio
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<h1 id="title" align="center">TermFolio</h1> <h3 align="center">:desktop_computer: A Portfolio Website that looks and acts like a Terminal :computer:</h3> <p align="center"> <a href="#title"><img src="https://forthebadge.com/images/badges/made-with-javascript.svg"></a> <a href="#title"><img src="https://forthebadge.com/images/badges/built-with-love.svg"></a> <a href="#title"><img src="https://forthebadge.com/images/badges/designed-in-ms-paint.svg"></a> </p> <p align="center"> <img href="#title" width="75%" src="https://user-images.githubusercontent.com/28962172/103942527-5c248f00-5152-11eb-9010-b2757b652209.png"/> </p> <h1 id="preview" align="center">Preview</h1> <p align="center"> <a href="https://ahsankhan.me/TermFolio"><img src="https://forthebadge.com/images/badges/check-it-out.svg"></a> </p> <h1 id="setup">Setup</h1>
  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
<h4>Resume</h4>

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

<h4>data.js</h4>
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'}
  ]
}
<h1 id="tools">Made Using :wrench:</h1>
  • HTML
  • CSS
  • JavaScript
View on GitHub
GitHub Stars22
CategoryDevelopment
Updated26d ago
Forks4

Languages

JavaScript

Security Score

95/100

Audited on Feb 24, 2026

No findings