diff options
| author | Carlos Sosa <gnusosa@gnusosa.net> | 2020-03-19 15:09:32 -0700 |
|---|---|---|
| committer | Carlos Sosa <gnusosa@gnusosa.net> | 2020-03-19 15:09:32 -0700 |
| commit | 1213016d5e1d535237b28935ae1a859abb6bf307 (patch) | |
| tree | 78054752a2891400344c6c5b388084c6a525844f /talks/index.html | |
| parent | adb1a4da84fdd5c12a0ed48736d1bbca69a943fa (diff) | |
Add platicas and talks assets
Diffstat (limited to 'talks/index.html')
| -rw-r--r-- | talks/index.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/talks/index.html b/talks/index.html new file mode 100644 index 0000000..ad8400e --- /dev/null +++ b/talks/index.html @@ -0,0 +1,37 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> + <head> + <title>gnusosa - Carlos Ivan Sosa</title> + <meta name="Generator" content="Vim/7.2"> + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> + <link rel="stylesheet" href="blueprint/screen.css" type="text/css" media="screen, projection"> + <link rel="stylesheet" href="blueprint/print.css" type="text/css" media="print"> + <!--[if lt IE 8]><link rel="stylesheet" href="blueprint/ie.css" + type="text/css" media="screen, projection"><![endif]--> + </head> + <body> + <div class="container"> + <div class="span-19 prepend-1 append-4 top"> + <hr class="space"> + <hr class="space"> + <h1> + gnusosa + </h1> + <div class="column span-12 colborder first"> + <h3 class="quiet"> + Talks and Workshops + </h3> + <p>This is a recollection of talks and workshops I've given in the past.</p> + <p class="talk"><a href="http://gnusosa.net/talks/workshop-vim-hackmeet/">Make better use of Vim</a> - This talk was presented at <a href="https://hackmeet.org/">Hackmeet</a> 2012. + <br /> + <span class="quiet">Basic use of Vim, How to effectively edit a file, and its Philosophy.</span> + </p> + <div class="column span-6 last"> + </div> + <hr> + </div> + <div class="span-19 prepend-1 append-4 bottom"> + </div> + </div> + </body> +</html> |
