Skip to content

Commit

Permalink
Added README | Updated for global
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivanesh-S committed Mar 22, 2020
1 parent 6960931 commit 65fb54d
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 10 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# portfolio-minimal [(Demo)](https://sivanesh-s.github.io/portfolio-minimal/)
This is for developers who thinks

**"My work and code speaks more than a Portfolio"**


A small **minimal Portfolio** for developers who are tiring of thinking about creating their own new portfolio website.

**NO WEB DEVELOPMENT SKILLS NEEDED** (If you do have, then can customize with your skills and ideas. :smile:)

## Responsive
It is fully responsible.

### Laptops
![Laptops and Big screens](./README_DOCS/lg.JPG "Laptops and Big Screens")

### Tabs
<img src="./README_DOCS/md.JPG" style="display: inline" width="500px">

### Mobile
<img src="./README_DOCS/sm.JPG" style="display: inline"
width="182px" >

## Data for the Portfolio
You don't need to surf through HTML docs and update the data. All the data needed for your portfolio must be updated in `data.js`. (_Right now just for functionality I provided my links. You can change it_)

<img src="./README_DOCS/Data.jpg">

---
Binary file added README_DOCS/Data.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added README_DOCS/Lg.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added README_DOCS/My Portfolio.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added README_DOCS/md.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added README_DOCS/sm.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 7 additions & 10 deletions data.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
const main = {
name: 'Sivanesh',
mail: '[email protected]',
img: 'https://sivanesh-s.github.io/images/sivanesh1.jpeg',
// Must make it like that typable like old portfolio version
name: 'Your Name',
mail: '[email protected]',
img: 'https://organicthemes.com/demo/profile/files/2018/05/profile-pic.jpg',
role: ['Full Stack Developer'],
// https://ionicons.com/
// Refer https://ionicons.com/ and put the icon name inside iconName key
connects: [
{
name: 'Home',
Expand Down Expand Up @@ -38,14 +37,12 @@ const main = {
},
{
name: 'Mail',
iconName: 'mail-outline'
// link: ''
iconName: 'mail-outline',
link: `mailto:${'[email protected]'}?Subject=Hello%20again`
}
],
links: [
{ name: 'Projects', link: '#projects' },
{ name: 'Blogs', link: '#blogs' }
]
};

// 'https://organicthemes.com/demo/profile/files/2018/05/profile-pic.jpg'
};

0 comments on commit 65fb54d

Please sign in to comment.