Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ahsankhan26/termfolio
- Owner: ahsankhan26
- License: apache-2.0
- Created: 2021-01-01T10:17:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T11:49:04.000Z (3 months ago)
- Last Synced: 2024-10-11T12:12:10.544Z (about 1 month ago)
- Topics: hacktoberfest, html-css-javascript, portfolio, portfolio-website, terminal
- Language: JavaScript
- Homepage: https://ahsankhan.me/TermFolio
- Size: 129 KB
- Stars: 22
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 siteResume
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