Advertisement
mvsil

index.html

Dec 29th, 2018
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. <!--There's nothing here for you lol-->
  2. <!DOCTYPE html>
  3. <link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:200,400,500,700" rel="stylesheet">
  4. <html lang="en">
  5. <head>
  6. <meta charset="UTF-8">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  8. <meta name="viewport" content="width = device-width, initial-scale = 1.0, minimum-scale = 1.0" />
  9. <style>
  10. html, body, div, form, fieldset, legend, label {
  11. margin: 0;
  12. padding: 0;
  13. text-align: left;
  14. outline: none;
  15. }
  16. html, input {
  17. line-height: 1.6em;
  18. }
  19. html, body {
  20. height: 100%;
  21. width: 100%;
  22. }
  23. a:link {
  24. color: #000000;
  25. }
  26. a:visited {
  27. color: #000000;
  28. padding: 0;
  29. }
  30. a:hover {
  31. color: #000000;
  32. transition: 0.5s;
  33. }
  34. h1 {
  35. font-size: 2.5em;
  36. line-height: 1em;
  37. font-family: 'IBM Plex Sans', sans-serif;
  38. font-weight: 700;
  39. letter-spacing: -0.06em;
  40. margin: 0 0 0.4em;
  41. }
  42. p {
  43. max-width: 43em;
  44. }
  45. #content {
  46. max-width: 820px;
  47. padding: 1em 2em;
  48. }
  49. #content p {
  50. font-family: 'IBM Plex Sans', sans-serif;
  51. color: #000000;
  52. font-weight: 400;
  53. }
  54. #content .content-links {
  55. text-decoration: none;
  56. border-bottom: 0.05em dashed #000000;
  57. color: #000000;
  58. }
  59. #content a.content-links:hover {
  60. color: #dc2430;
  61. border-bottom: 0.05em dashed #dc2430;
  62. transition: 0.5s;
  63. }
  64. @media all and (max-width: 40em) {
  65. h1 {font-size: 2.5em}
  66. img {width: 50%}
  67. }
  68. </style>
  69. </head>
  70. <body>
  71. <section id="page_section">
  72. <div id="content">
  73. <h1>Hi, my name is vkeyboardv</h1>
  74. <p>I'm a trainee <a href="https://github.com/vkeyboardv" class="content-links">web developer</a>, <a href="https://www.flickr.com/photos/136272303@N02/albums" class="content-links">amatour film photographer</a> and experienced graphic designer.<br><br>Feel free to contact me <a href="mailto:[email protected]" class="content-links">[email protected]</a></p>
  75. <a href="https://twitter.com/vkeyboardv?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @vkeyboardv</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
  76. </div>
  77. <!-- Yandex.Metrika counter -->
  78. <script type="text/javascript" >
  79. (function (d, w, c) {
  80. (w[c] = w[c] || []).push(function() {
  81. try {
  82. w.yaCounter48945818 = new Ya.Metrika({
  83. id:48945818,
  84. clickmap:true,
  85. trackLinks:true,
  86. accurateTrackBounce:true
  87. });
  88. } catch(e) { }
  89. });
  90. var n = d.getElementsByTagName("script")[0],
  91. s = d.createElement("script"),
  92. f = function () { n.parentNode.insertBefore(s, n); };
  93. s.type = "text/javascript";
  94. s.async = true;
  95. s.src = "https://mc.yandex.ru/metrika/watch.js";
  96. if (w.opera == "[object Opera]") {
  97. d.addEventListener("DOMContentLoaded", f, false);
  98. } else { f(); }
  99. })(document, window, "yandex_metrika_callbacks");
  100. </script>
  101.  
  102. <noscript><div><img src="https://mc.yandex.ru/watch/48945818" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
  103. <!-- /Yandex.Metrika counter -->
  104. </body>
  105. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement