Advertisement
Guest User

Untitled

a guest
Nov 16th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="EN">
  3. <head>
  4. <title>Html1</title>
  5. <meta charset="utf-8">
  6. </head>
  7. <body>
  8. <img src="" alt="Robot Bob" align="center" width="500" height="500">
  9. <h2 align="center">Bob Robot</h2>
  10.  
  11. <ul>
  12. <li>
  13. <u><b>Personal information</b></u><br>
  14. <table>
  15. <tr>
  16. <td>Full name</td>
  17. <td>Bob Robot S3PO</td>
  18. </tr>
  19. <tr>
  20. <td>Date of birth</td>
  21. <td><time>01.01.1970</time></td>
  22. </tr>
  23. <tr>
  24. <td>Sex</td>
  25. <td>Undefined</td>
  26. </tr>
  27. </table>
  28. </li>
  29. <li>
  30. <u><b>Education</b></u><br>
  31. Graduated Robotus State University with qualification <abbr title="Artificial intelligence">AI</abbr>
  32. and machine learning engineer.
  33. </li>
  34. <li>
  35. <u><b>Projects and additional trainings</b></u><br>
  36. <ul>
  37. <li>
  38. I have finished several online courses (Python, HTML&CSS, SQL, Bash scripts, Git).
  39. </li>
  40. <li>
  41. Frequently enhance my skills in online resource CodeWars.
  42. </li>
  43. <li>
  44. In order to maintain my skills in different technologies on high level
  45. and to develop the teamwork I began the project, the main idea of which
  46. is the organization of everyday life events. The project is at the design
  47. stage and selecting of technology stack, is currently suspended.
  48. </li>
  49. </ul>
  50. </li>
  51. <li>
  52. <u><b>Technical skills</b></u><br>
  53. <ul>
  54. <li>
  55. Know well, frequently use: Java SE.
  56. </li>
  57. <li>
  58. Know, have an experience of using: C++/STL, C#, HTML&CSS, XML, XML Schema, DTD, XSLT, XPath,
  59. WinApi32, MFC, AWT, Swing, Maven, Hibernate, JDBC, JUnit, Log4j, Json, SQL, MySQL,
  60. assembler (masm32), algorithms and data structures, OOP, UML,
  61. computational mathematics, regular expressions, patterns.
  62. </li>
  63. <li>
  64. Have general knowledge and small experience of using: Python, Ruby, R, Bash scripts, Bat files,
  65. makefiles, WPF, WinForm, Qt, H2.
  66. </li>
  67. <li>
  68. Operating Systems: Windows, Linux-based OS(Arch).
  69. </li>
  70. </ul>
  71. </li>
  72. <li>
  73. <u><b>Work experience</b></u><br>
  74. <table>
  75. <tr>
  76. <td>2015.01.01 - 2016.01.01</td>
  77. <td>Robotus Research Park</td>
  78. <td>Business analyst in <abbr title="Artificial intelligence">AI</abbr> sphere</td>
  79. </tr>
  80. <tr>
  81. <td>2015.01.01 - 2014.01.01</td>
  82. <td>Robam Training Center</td>
  83. <td>Director of machine learning laboratory</td>
  84. </tr>
  85. <tr>
  86. <td>2015.01.01 - 2016.01.01</td>
  87. <td>Roorle corporation</td>
  88. <td>System architect, head of deep neural networks department</td>
  89. </tr>
  90. </table>
  91. </li>
  92. <li>
  93. <u><b>Speaking languages</b></u><br>
  94. <ul>
  95. <li>Robotus language(Native)</li>
  96. <li>English language(Upper-intermediate)</li>
  97. </ul>
  98. </li>
  99. <li>
  100. <u><b>Contact information</b></u><br>
  101. <address>
  102. 2 Robova street ap. 12, Robosk, Republic of Robotus<br>
  103. Email: <a href="">BobRobot@robomail.com</a><br>
  104. Phone: +888888888888
  105. </address>
  106. </li>
  107. </ul>
  108.  
  109. </body>
  110. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement