Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Ceci est mon CV</title>
  6. <meta name="description" content="cette page parle de moi">
  7. </head>
  8. <body>
  9. <header>
  10. <center>
  11. <img src="../images/avatar.png" width="200px">
  12. <marquee><h1>Yves Skrzypczyk</h1></marquee>
  13. <h2>Dev WEB</h2>
  14. <nav>
  15. <a href="">Telecharger mon CV</a>
  16. </nav>
  17. </center>
  18. </header>
  19.  
  20. <section>
  21. <hr>
  22. <h3>Experiences pro</h3>
  23. <table border="1px">
  24. <tr>
  25. <th>Année</th>
  26. <th>Entreprise</th>
  27. <th>Poste</th>
  28. </tr>
  29. <tr>
  30. <td>2017</td>
  31. <td>RESEAU-GES</td>
  32. <td>Formateur WEB</td>
  33. </tr>
  34. <tr>
  35. <td>2016</td>
  36. <td>RESEAU-GES</td>
  37. <td>Formateur WEB</td>
  38. </tr>
  39. <tr>
  40. <td>2015</td>
  41. <td>RESEAU-GES</td>
  42. <td>Formateur WEB</td>
  43. </tr>
  44. </table>
  45.  
  46. </section>
  47. <hr>
  48. <h3>Compétences</h3>
  49. HTML5 & CSS3 <progress value="80" max="100"></progress> <br>
  50. PHP5 <progress value="90" max="100"></progress> <br>
  51. Javascript <progress value="95" max="100"></progress> <br>
  52.  
  53.  
  54. <section>
  55.  
  56. </section>
  57. <hr>
  58. <h3>Formations</h3>
  59. <ol>
  60. <li>ESGI - Master
  61. <li>ESGI - Licence
  62. <li>Léonard de VINCI - CFA Licence
  63. </ol>
  64.  
  65. <section>
  66.  
  67. </section>
  68. <hr>
  69. <h3>Divers</h3>
  70. <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10501.896943014895!2d2.3897343!3d48.8491666!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x5891d8d62e8535c7!2sEcole+Sup%C3%A9rieure+de+G%C3%A9nie+Informatique+(ESGI)!5e0!3m2!1sfr!2sfr!4v1490350314172" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
  71.  
  72.  
  73. <section>
  74.  
  75. </section>
  76.  
  77. <footer>
  78. <center>
  79. <b>©Yves Skrzypczyk - 2017</b>
  80. </center>
  81.  
  82. </footer>
  83. </body>
  84. </html>v
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement