<!DOCTYPE html> <html>
<head> <meta charset="utf-8" /> <title>Slides | ankitgoyal.me</title> <!-- The stylesheet --> <link rel="stylesheet" href="styles.css" /> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <div class="container"> <caption> This page showcases my awesome slides! </caption> <ul> </ul> <!--<ol>--> <!--<li><a href="llvm-instruction-selection/main/index.html">LLVM instruction selection presentation</a></li>--> <!--<li><a href="llvm-pragmas/main/index.html">LLVM pragmas</a></li>--> <!--</ol>--> </div> <footer> <!--Copyright © 2014 <b>Ankit Goyal</b>--> <b>Credits:</b> <br/> Deployed using <a href="https://github.com/goyalankit">mdpresent</a><br/> Slides made using <a href="https://github.com/egonSchiele/mdpress">mdpress</a><br/> Deployed on <a href="http://heroku.com/">heroku</a><br/><br/> <a href="http://goyalankit.com/"><i>Copyright © 2014 <b>Ankit Goyal</b></i></a> </footer> </body>
</html>