Introduce pet-projects dir
[lcapit-junk-code.git] / pet-projects / web / home-page / index.html
blobd348c1f1195f37405b61523dcf2639519ac5d40a
1 <html>
2 <head>
3 <link rel="stylesheet" type="text/css" href="style.css" />
4 <title>Luiz's Home Page</title>
5 </head>
6 <body>
8 <h3 align="center">Luiz Fernando N. Capitulino</h3>
9 <table cellspacing="20" align="center">
10 <tr>
11 <td><a href="http://twitter.com/capitulino">twitter</a></td>
12 <td><a href="http://blog.cpu.eti.br">blog</a></td>
13 <td><a href="mailto: lcapitulino@gmail.com">email</a></td>
14 <td><a href="repos.html">repositories</a></td>
15 </tr>
16 </table>
18 <hr>
20 <h4><a href="junkcode.html">Junk Code</a></h4>
21 <blockquote>
22 Small projects and several code examples.
23 </blockquote>
25 <h4><a href="jos.html">JOS</a></h4>
26 <blockquote>
27 JOS is an operating system written (mostly) by me.
28 </blockquote>
30 <h4><a href="http://repo.or.cz/w/lcapit-linux-patches.git">Linux kernel patches</a></h4>
31 <blockquote>
32 The repository I use to store the Linux patches I am working on.
33 </blockquote>
35 <h4><a href="tcc.html">Final Project</a></h4>
36 <blockquote>
37 My University Final Project, in Portuguese.
38 </blockquote>
40 <h4><a href="http://blog.cpu.eti.br/?p=91">libgit-thin</a></h4>
41 <blockquote>
42 My 2007 Summer of Code project.
43 </blockquote>
45 </body>
46 </html>