-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6960931
commit 65fb54d
Showing
7 changed files
with
36 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
 | ||
|
||
### 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"> | ||
|
||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
|
@@ -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' | ||
}; |