PageRenderTime 65ms CodeModel.GetById 18ms RepoModel.GetById 8ms app.codeStats 0ms

/index.html

https://gitlab.com/a.crecotun/krekotun.ru
HTML | 63 lines | 59 code | 4 blank | 0 comment | 0 complexity | 37a498161be48c92e1809534e6ff4dd9 MD5 | raw file
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Крекотун Алексей Владимирович front-end разработчик</title>
  6. <link rel="stylesheet" href="style.css">
  7. </head>
  8. <body>
  9. <header>
  10. <figure>
  11. <img src="userpic.png" height="100" width="100" alt="">
  12. </figure>
  13. <h1>Алексей Крекотун</h1>
  14. <h2>front-end веб-разработчик</h2>
  15. </header>
  16. <section>
  17. <dl>
  18. <dt>Навыки</dt>
  19. <dd>
  20. <ul>
  21. <li><b>Отлично</b> html, jade, twig, css, stylus, less</li>
  22. <li><b>Средне</b> javascript, jquery, coffeescript, angular.js</li>
  23. <li><b>Слабо</b> node.js, php, wordpress, mongodb, mysql</li>
  24. </ul>
  25. </dd>
  26. </dl>
  27. <dl>
  28. <dt>Ссылки</dt>
  29. <dd>
  30. <ul>
  31. <li><a href="https://www.linkedin.com/in/krekotun">linkedin</a></li>
  32. <li><a href="https://github.com/Krekotun">github</a></li>
  33. <li><a href="https://twitter.com/akrekotun">twitter</a></li>
  34. <li><a href="http://habrahabr.ru/users/Dobrii/">habrahabr</a></li>
  35. </ul>
  36. </dd>
  37. </dl>
  38. <dl>
  39. <dt>Контакты</dt>
  40. <dd>
  41. <ul>
  42. <li><a href="mailto:a.krekotun@gmail.com">a.krekotun@gmail.com</a></li>
  43. </ul>
  44. </dd>
  45. </dl>
  46. </section>
  47. <footer>
  48. <a href="en.html">in english</a>
  49. </footer>
  50. <script>
  51. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  52. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  53. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  54. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  55. ga('create', 'UA-46476558-1', 'auto');
  56. ga('send', 'pageview');
  57. </script>
  58. </body>
  59. </html>