Advertisement
Sajgoniarz

Resume

Jul 29th, 2017
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.32 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  6. <title>XXXX Resume</title>
  7. <link rel="stylesheet" href="//cdn.materialdesignicons.com/2.0.46/css/materialdesignicons.min.css">
  8. <link href="/styles/styles.css" rel="stylesheet"/>
  9. </head>
  10. <body>
  11. <header>
  12. <h1>XXXX <small>Full-Stack Developer</small>
  13. </header>
  14. <main>
  15. <aside>
  16. <h2>Personal Informations</h2>
  17. <img src="/images/photo.png" />
  18. <article>
  19. <h3>Basic Informations</h3>
  20. <p>
  21. <h4>Address</h4>
  22. <i class="mdi mdi-home"></i>
  23. XXXXXX
  24. XXXXXX
  25. </p>
  26. <p>
  27. <h4>Birthdate</h4>
  28. <i class="mdi mdi-cake-variant"></i>
  29. XX.XX.XXXX
  30. </p>
  31. <p>
  32. <h4>Contact</h4>
  33. <i class="mdi mdi-phone"></i>
  34. <a href="tel:+48XXXXXXXXX">XXX XXX XXX</a>
  35. <a href="mailto:XXXX@gmail.com">XXXX@gmail.com</a>
  36. </p>
  37.  
  38. </article>
  39. <article>
  40. <h3>Languages</h3>
  41. <i class="mdi mdi-earth"></i>
  42. <p>
  43. <ul>
  44. <li>Polish - mother tongue</li>
  45. <li>English - B2</li>
  46. </ul>
  47. </p>
  48. </article>
  49. <article>
  50. <h3>Soft Skill</h3>
  51. <i class="md mdi-people"></i>
  52. <p>
  53. <ul>
  54. <li>Confident</li>
  55. <li>Cooperative</li>
  56. <li>Willingnes to learn</li>
  57. <li>Adaptable</li>
  58. <li>Result oriented</li>
  59. <li>Dedicated</li>
  60. </ul>
  61. </p>
  62. </article>
  63. <article>
  64. <h3>Hobbies</h3>
  65. <p>
  66. <ul>
  67. <li>Reading</li>
  68. <li>Running</li>
  69. <li>Iaidō</li>
  70. </ul>
  71. </p>
  72. </article>
  73. <article>
  74. <h3>Social Links</h3>
  75. <p>
  76. <i class="mdi mdi-linkedin"></i>
  77. <a href="https://www.linkedin.com/in/XXXX">linkedin.com/in/XXXX</a>
  78. </p>
  79. <p>
  80. <i class="mdi mdi-github-circle"></i>
  81. <a href="https://github.com/XXXX/">github.com/XXXX</a>
  82. </p>
  83. </article>
  84. </aside>
  85. <section>
  86. <h2>Work Experience</h2>
  87. <article>
  88. <h3>
  89. XXXX
  90. <span>
  91. <time datetime="XXXX">XXXX</time> - <time datetime="XXXX">XXXX</time>
  92. </span>
  93. </h3>
  94. <p>XXXX<p>
  95. <p>
  96. Development and support web components of Digital Signage products including Online Reservation System, Queue System and CMS for dedicated displays.
  97. </p>
  98. </article>
  99. <article>
  100. <h3>
  101. XXXX
  102. <span>
  103. <time datetime="XXXX">XXXX</time> - <time datetime="XXXX">XXXX</time>
  104. </span>
  105. </h3>
  106. <p>XXXX<p>
  107. <p>
  108. Early development phase of ERP System - Salary module.
  109. </p>
  110. </article>
  111. </section>
  112. <section>
  113. <h2>Internships</h2>
  114. <article>
  115. <h3>
  116. XXXX
  117. <span>
  118. <time datetime="XXXX">XXXX</time> - <time datetime="XXXX">XXXX</time>
  119. </span>
  120. </h3>
  121. <p>XXXX<p>
  122. <p>
  123. Supporting another developers in various tasks, mostly updating client websites content and bugfixing.
  124. </p>
  125. </article>
  126. </section>
  127. <section>
  128. <h2>Education</h2>
  129. <article>
  130. <h3>
  131. XXXX
  132. <span>
  133. <time datetime="XXXX">XXXX</time> - <time datetime="XXXX">XXXX</time>
  134. </span>
  135. </h3>
  136. <p>XXXX<p>
  137. </article>
  138. </section>
  139. <section>
  140. <h2>Skill</h2>
  141. <article>
  142. <h3>
  143. Programming Languages
  144. </h3>
  145. <p>
  146. <ul>
  147. <li>C# <span clas="bar cs"></li>
  148. <li>PHP <span clas="bar php"></li>
  149. <li>JS <span clas="bar js"></li>
  150. <li>C++ <span clas="bar cpp"></li>
  151. </ul>
  152. </p>
  153. </article>
  154. <article>
  155. <h3>
  156. Back-End Frameworks
  157. </h3>
  158. <p>
  159. <ul>
  160. <li>Kohana 3<span clas="bar kohana"></li>
  161. <li>ASP.NET MVC <span clas="bar asp"></li>
  162. <li>Symfony 2<span clas="bar symfony"></li>
  163. </ul>
  164. </p>
  165. </article>
  166. <article>
  167. <h3>
  168. Another technologies & tools
  169. </h3>
  170. <p>
  171. HTML5, CSS3, AngularJS, Angular, ReactJS, WPF, Windows Forms, NodeJS, Git, REST, SOAP, Npm, Bower, EF, PostgreSQL
  172. </p>
  173. </article>
  174. </section>
  175. </main>
  176. <footer>
  177. <p>
  178. I hereby give consent for my personal data included in my application to be processed for the purposes of the recruitment process under the Personal Data Protection Act as of 29 August 1997, consolidated text: Journal of Laws 2016, item 922 as amended.
  179. </p>
  180. </footer>
  181. </body>
  182. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement