Skip to content

Commit

Permalink
version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kariminf committed Aug 31, 2018
1 parent 1e3db9d commit 0fd81aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ node_js:
deploy:
provider: npm
email: [email protected]
api_key:
secure: GxyL45MvKIVDtlduvRHFOV8tURjS8deUbw62xrAKSMh2Gdy2SWnSdw+x4i+F1/WyNldNOK2Mt5V6+azlxC53FihqrY57jyd/UCSSue/80Ai5daFtb4INdZKIc0kuG42FEQHvAupB2hWjnvITTxRXNxBJIxqsdDtk807Q+CkrY8/eYssy0IkkC+n9p0+oSiuYGp1MKTAzDqC3Yl1Wpb+D9H4MXrZ6Awp32fBqapMd7lVxkb6PVnm1sHN615aBHQvvA2IvR8Ce3gxPDyPEL/j3n4NxxqnjkPdbLBje6zfJDB9v5H27O9cdHLZ7/T7jdW+IFYQqLZfS5N3+/PD3fteqZ1vw9SKDAhYMYSU/e6HIhv3AuDKHzwQ+Uq5npxS5HdI5G9F+DJywXAIT8smZtVZrUEoEky1f2k77WikC3qff9c5M696X1O3l1c/B9/73j0ZK3wkv4KNcAcNV/n9aCLfDvSMT3+NKJw7H4aLFG9wVQvpqMiPytRYuRPVC0yntfMrJj45O63HE4rhCCrziq6tDyb8LwsVBZNrW0OOed5vSI4TkMbw/IdKQzYSBuZPqXfhGvqfrbajgfQ/XAMgHG/6xNOsI3yyEzu0x0fRFjvwGBgErra6L04IW2C2lTChhY/TNBERa5LqvMOj/M/5H9i2PwURka1OteqA5OHe/knKnfx8=
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ This will break the projects developed on precedent versions.
* FIX: Fixing bugs
* DEL: Delete or deprecate some functions

## Version 2.0.0
## Version 2.0.0 (2018-08-31)
* IMPROVE: layer/flat.css, carousel/violet
* NEW: birthday icon
* NEW: carousel/dos.css carousel/dark.css
* NEW: carousel/dos.css, carousel/dark.css, layer/paged.css
* FIX: percentage inside bars
* ADD: swipe function when using mobile phone (carousel theme)
* NEW: layer/paged.css
* IMPROVE: carousel styles (position, etc.)
* ADD: bars with values functionality (eg. Advanced, Beginner, etc.)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cv.json",
"version": "1.3.10",
"version": "2.0.0",
"description": "CV webpage dynamically created from a json file and a template",
"main": "cv.json.js",
"bin": "install.js",
Expand Down
2 changes: 1 addition & 1 deletion themes/layer/paged.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ a {color: blue;}
}

#scontent a:hover {
transform: rotate(360deg);
transform:scale(0.8,0.8);
transition: transform 0.2s ease;
}

Expand Down

0 comments on commit 0fd81aa

Please sign in to comment.