Html training doc. Code in GitHub
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>About Josep Caselles</title> 5 </head> 6 <body> 7 <div id="container" style="width:730px"> 8 <div id="header" style="text-align:center;width:700px;border-style:solid;border-width:5px;border-color:red;" > 9 <h1>Josep Caselles</h1> 10 <h2>About me</h2> 11 </div> 12 <div id="Content" style="width:710px;"> 13 <div id="General" style="width:340px;float:left;margin-top:10px;padding-right:50px;padding-left:10px;border-style:solid;border-width:5px;border-color:yellow;" > 14 <p>Josep Caselles is the nickname for Arnau Orriols, pianist by profession. I'm graduated at Catalonia's Superior School of Music, at Barcelona. Currently I combine my concertist life with teaching work in a musical school.</p> 15 <p>I've been into software development for two years now. I started in a corricular course in college learning basic c++, and after that, mostly self-training, I 've started to learnt to develop Android applicatons with Java and the Android API. Apart from that, I've managed to learn everything I could about FOSS and Linux systems. </p> 16 <p>My main goal nowadays is to find somewhere to take my carreer where these poles of my life converge. All suggestions are much appreciated :)</p> 17 </div> 18 <div id="resume" style="width:265px;float:left;margin:10px;padding-left:5px;border-style:solid;border-width:5px;border-color:blue;"> 19 <h2>Resume</h2> 20 <hr> 21 <h3>Contact</h3> 22 <p>Arnau Orriols</p> 23 <p>josepcaselles@gmail.com</p> 24 <p>Barcelona, Spain.</p> 25 <h3>Education</h3> 26 <ul> 27 <li>Piano Interpretation Degree</li> 28 <li>Some other stuff</li> 29 </ul> 30 <h3>Links of your interest</h3> 31 <ul> 32 <li><a href="https://github.com/JCaselles?tab=repositories" target="_blank">GitHub Repositories</a></li> 33 <li><a href="http://josepcaselles.wordpress.com" target="_blank">Personal Blog</a></li> 34 </ul> 35 </div> 36 </div> 37 </div> 38 </body> 39 </html>