Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.  
  4. <head>
  5. <meta charset="UTF-8">
  6. </head>
  7.  
  8. <title>
  9. CV
  10. </title>
  11.  
  12. <body>
  13.  
  14. <h1> <b> Michal Krzywoszynski </b> </h1>
  15. <img src="picture.jpg" width="180" height="200" align="right" border=2 style="margin-right: 2cm" />
  16.  
  17. <table>
  18.  
  19. <tr align="left"> <b> <th> E-mail: </th> </b> <td> pankabanosek@gmail.com </td> </tr>
  20. <tr align="left"> <b> <th> Numer telefonu: </th> </b> <td> +48 534 711 704 </td> </tr>
  21. <tr align="left"> <b> <th> Imie: </th> </b> <td> Michal </td> </tr>
  22. <tr align="left"> <b> <th> Nazwisko: </th> </b> <td> Krzywoszynski </td> </tr>
  23. <tr align="left"> <b> <th> Ulica: </th> </b> <td> Wojska Polskiego 26 </td> </tr>
  24. <tr align="left"> <b> <th> Kod pocztowy: </th> </b> <td> 59-940 </td> </tr>
  25. <tr align="left"> <b> <th> Miasto: </th> </b> <td> Wegliniec </td> </tr> </b>
  26.  
  27.  
  28. </table>
  29.  
  30. <h2> Doswiadczenie zawodowe </h2>
  31. <hr noshade="noshade"/>
  32.  
  33. <table>
  34. <table cellspacing="30">
  35. <tr align="left" valign= "top"> <b> <th> lipiec 2016 </th> </b> <td> Pomocnik na dziale lakiernictwo </br> Weber Hydraulika Sp. z o.o. </td> </tr>
  36. </table>
  37.  
  38. <h2> Wyksztalcenie </h2>
  39. <hr noshade="noshade"/>
  40.  
  41. <table>
  42. <table cellspacing="30">
  43. <tr align="left" valign= "top"> <b> <th> 2011 - 2014 </th> </b> <td> Gimnazjum w Weglincu </td> </tr>
  44. <tr align="left" valign= "top"> <b> <th> 2014 - ... </th> </b> <td> Zespol Szkol Elektronicznych w Boleslawcu </td>
  45. </table>
  46.  
  47. <h2> Zainteresowania / hobby </h2>
  48. <hr noshade="noshade"/>
  49.  
  50. <table>
  51. <table cellspacing="10">
  52. <tr align="left" valign= "top"> <th> - sporty ekstremalne </th>
  53. <tr align="left" valign= "top"> <th> - gry video </th>
  54. <tr align="left" valign= "top"> <th> - fascynacja kultura wschodu </th>
  55. <tr align="left" valign= "top"> <th> - grafika komputerowa oraz malarstwo </th>
  56. </table>
  57.  
  58. <h2> Dodatkowe umiejetnosci </h2>
  59. <hr noshade="noshade"/>
  60.  
  61.  
  62. <table>
  63. <table cellspacing="10">
  64. <tr align="left" valign= "top"> <th> - prawo jazdy kat. B </th>
  65. <tr align="left" valign= "top"> <th> - zonglowanie </th>
  66. <tr align="left" valign= "top"> <th> - umiejetnosc pracy w zespole </th>
  67. <tr align="left" valign= "top"> <th> - dobra znajomosc jezyka angielskiego </th>
  68. <tr align="left" valign= "top"> <th> - 1 000 000 neuronkow na LNU Edukacja (programowanie w C++) </th>
  69. </table>
  70.  
  71. <hr noshade="noshade"/>
  72.  
  73. <th>
  74. Autor: <address> Michal Krzywoszynski (pankabanosek@gmail.com) </address>
  75. Wyrazam zgode na przetwarzanie moich danych osobowych dla potrzeb niezbednych do realizacji
  76. procesu rekrutacji (zgodnie z Ustawa z dnia 29.08.1997 roku o Ochronie Danych Osobowych;
  77. tekst jednolity: Dz. U. 2016 r. poz. 922).
  78. </th>
  79.  
  80. </body>
  81. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement