<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Iurii Didkovskyi</title> <link href='//fonts.googleapis.com/css?family=Roboto+Condensed:300' rel='stylesheet' type='text/css'> <style> body { background:#000; font-family: 'Roboto Condensed', sans-serif; color:#fff; text-align: center; font-size:36px; } .content { margin-top: 60px; } section { margin-bottom: 1em; } h1, h2, h3 { font-weight: 300; margin: 0 auto 0.3em; line-height: 1.1; } h1 { font-size: 2em; } h4 { font-weight: 300; margin: 0.5em auto; line-height: 1em; } img{ max-width: 170px; border-radius: 50%; /*margin-bottom: 1em;*/ } a{ color:#fff; text-decoration: none; border-bottom: solid 1px #fff; } section.contacts {margin-bottom: 3em} @media only screen and (min-width: 1000px) { /* .content { margin : 100px auto; width: 800px; display: grid; display: ms-grid; grid-template-columns: repeat(4, 200px); grid-template-rows: 1fr 1fr 1fr; } section.photo { grid-column-start: 1; grid-column-end: 2; grid-row-start: 1; grid-row-end: 2; } section.name { grid-column: 2 / span 3; grid-row: 1 / 2; } section.social, section.contacts { align-self: center; } section.social { grid-column: 1 / 2; grid-row: 2 / 3; } section.contacts { grid-column: 2 / 5; grid-row: 2 / 3; } */ section.copyright { /* grid-column: 1 / span 4; align-self: end; margin: 0px;*/ font-size: .5em; line-height: .5em; } } @media only screen and (max-width: 999px) { body { font-size: 30px; } .content { margin-top: 50px; } /* section.name, section.social, section.contacts { margin-bottom: 3em; }*/ section.copyright { font-size: 0.6em; } img{ max-width: 150px; } } @media only screen and (max-width: 650px) { body { font-size: 24px; } .content { margin-top: 30px; } /*section.name, section.social, section.contacts { margin-bottom: 4em; }*/ section.copyright { font-size: 0.6em; } img{ max-width: 120px; } } @media print { body { background: #FFFFFF; color: #000000; } section.social { display: none; } /* a[href^=https]:after { content:" " attr(href) " "; color: #000000; } */ section { margin: 2em; } h4 > a { color: #000000 } } </style> </head> <body> <div class="content"> <section class="photo"> <img src="images/ya.jpg" alt="Iurii Didkovskyi"> </section> <section class="name"> <h1>Iurii Didkovskyi</h1> <h2>Software Engineer</h2> </section> <section class="social"> <h3> <a href="https://www.linkedin.com/in/didkovskyi/">LinkedIn</a> </h3> <h3> <a href="https://github.com/hichnik">Github</a> </h3> <h3> <a href="https://www.facebook.com/iurii.didkovskyi">Facebook</a> </h3> </section> <section class="contacts"> <h4>skype: <a href="skype:yury-uanic?call">yury-uanic</a></h4> <h4>email: <a href="mailto: y.didkovskyi@gmail.com">y.didkovskyi@gmail.com</a></h4> <h4>tel: <a href="callto:+380503827056">+38 050 382 70 56</a></h4> </section> <section class="copyright"> <p>&copy; 2020</p> </section> </div> </body> <script> /* Google analytics here */ var doge = [ '%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', '%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%wow%%%%%%%%%%', '%%%%such tool%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', '%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', '%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', '%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%many inspekt%%%', '%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', '%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', '%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', '%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', '%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', '%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', '%%h4xz0r%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', '%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', '%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%1337%%%%%%%', '%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', '%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', '%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', '%%curiositi%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', '%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%doge++%%%%%%%%%%%', '%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%' ]; console.log(doge.join('\n')); </script> </html>