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:700px"> 8 <div id="header" style="text-align:center" > 9 <h1>Josep Caselles</h1> 10 <h2>About me</h2> 11 </div> 12 <div id="Content"> 13 <div id="General" style="width:350px;float:left;padding-right:50px" > 14 <p>Josep Caselles is the nickname for Arnau Orriols, pianist by profession. 15 I'm graduated at Catalonia's Superior School of Music, at Barcelona. 16 Currently I combine my concertist life with teaching work in a musical 17 school.</p> 18 <p>I've been into software development for two years now. 19 I started in a corricular course in college learning basic c++, 20 and after that, mostly self-training, I 've started to learnt to 21 develop Android applicatons with Java and the Android API. Apart from 22 that, I've managed to learn everything I could about FOSS and Linux systems. </p> 23 <p>My main goal nowadays is to find somewhere to take my carreer where these 24 poles of my life converge. All suggestions are much appreciated :)</p> 25 </div> 26 <div id="resume" style="width:280px;float:left;padding:5px"> 27 <h2>Resume</h2> 28 <hr> 29 <h3>Contact</h3> 30 <p>Arnau Orriols</p> 31 <p>josepcaselles@gmail.com</p> 32 <p>Barcelona, Spain.</p> 33 <h3>Education</h3> 34 <ul> 35 <li>Piano Interpretation Degree</li> 36 <li>Some other stuff</li> 37 </ul> 38 </div> 39 </div> 40 </div> 41 42 </body> 43 </html>