index.html (1809B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Charles Baptista | Home</title> 5 <meta charset="utf-8"> 6 <link rel='stylesheet' type='text/css' href='style.css'> 7 <link rel="icon" type=image/png" href='./imgs/ovetenebrae.png'> 8 </head> 9 10 <body> 11 <header> 12 <h1><a href="./index.html">Charles Baptista</a></h1> 13 </header> 14 15 <div id="top_nav"> 16 <b><a href="./index.html">Home</a></b> 17 <a href="./tapestry.html">Tapestry</a> 18 <a href="./models.html">Models</a> 19 <a href="http://git.charlesbaptista.com">Git</a> 20 <a href="./dotfiles.html">dotfiles</a> 21 <a href="./links.html">Links</a> 22 </div> 23 24 <div id="side_nav"> 25 <br> 26 <li> 27 <a href="./fkik.html">Forward & Inverse Kinematics</a> 28 <a href="./rbtree.html">Red Black Trees</a> 29 </li> 30 </div> 31 32 <div id="center_content"> 33 <h3>About Me</h3> 34 <p>I'm Charles Baptista and this is my website. I'm a multidisciplinary engineer aspiring to independence and mastery.</p> 35 <p>I write about projects I'm working on. Maybe the things I've learned will be useful to you.</p> 36 <p>I'm a corporate worker currently in the service of <a href="https://www.berkshiregrey.com>">Berkshire Grey</a> as a field engineer. 37 <br>I've previously worked at <a href="http://www.cytonome.com/">Cytonome</a>, <a href="http://www.sharkninja.com/">SharkNinja</a> & <a href="http://www.ydreams.com/">YDreams Robotics</a>. 38 <br>I graduated from <a href="https://wit.edu/">Wentworth Institute of Technology</a> with a BSME in 2018. </p> 39 <p>You can email me at <a href=mailto:charles@charlesbaptista.com>charles@charlesbaptista.com</a>.</p> 40 <div id="article_menu"> 41 <h3>Articles</h3> 42 <ul> 43 <li><strong>09.06.2018</strong> - <a href="./fkik.html">Forward & Inverse Kinematics</a></li> 44 <li><strong>12.22.2016</strong> - <a href="./rbtree.html">Red Black Trees</a></li> 45 </ul> 46 </div> 47 48 </div> 49 50 </body> 51 </html>