Skip to content

Instantly share code, notes, and snippets.

@amiune
amiune / markdown2cv.html
Last active July 11, 2025 09:06
Converts a github markdown file into a pretty CV in html
<!--
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">
@amiune
amiune / jquery.tooltip.js
Created July 8, 2021 18:18 — forked from aaronrussell/jquery.tooltip.js
jQuery Tooltip Plugin
/**
* 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
*