This file contains hidden or 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
| <!-- | |
| Markdown 2 CV | |
| Convert a markdown to a pretty CV | |
| Developer: Hernan Amiune | |
| hernan.amiune.com | |
| Licensed under MIT | |
| --> | |
| <!DOCTYPE html> | |
| <!-- choose the light or dark theme --> | |
| <html lang="en" data-theme="light"> |
This file contains hidden or 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
| /** | |
| * jQuery Tooltip Plugin | |
| *@requires jQuery v1.2.6 | |
| * http://www.socialembedded.com/labs | |
| * | |
| * Copyright (c) Hernan Amiune (hernan.amiune.com) | |
| * Dual licensed under the MIT and GPL licenses: | |
| * http://www.opensource.org/licenses/mit-license.php | |
| * http://www.gnu.org/licenses/gpl.html | |
| * |