Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahsankhan26/termfolio

Terminal inspired Portfolio website.
https://github.com/ahsankhan26/termfolio

hacktoberfest html-css-javascript portfolio portfolio-website terminal

Last synced: 18 days ago
JSON representation

Terminal inspired Portfolio website.

Awesome Lists containing this project

README

        

TermFolio

:desktop_computer: A Portfolio Website that looks and acts like a Terminal :computer:







Preview




Setup

1. Clone the repository

```ruby
# Clone this repository
$ git clone https://github.com/ahsankhan26/TermFolio.git

# Go to the repository folder
$ cd TermFolio
```
2. 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

```javascript
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 :wrench:

* HTML
* CSS
* JavaScript