Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. <html lang="en"><head>
  2. <title>Orfeas Antoniou</title>
  3. <!-- Required meta tags -->
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6.  
  7.  
  8. <link rel="stylesheet" href="css/style.css">
  9. <link href="https://fonts.googleapis.com/css?family=PT+Mono&amp;display=swap" rel="stylesheet">
  10.  
  11. <!-- Bootstrap CSS -->
  12. <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
  13. <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
  14. </head>
  15.  
  16. <body cz-shortcut-listen="true" style="
  17. ">
  18. <div class="background" style="
  19. width: 100vw;
  20. height: 100vh;
  21. position: absolute;
  22. background-image: url(&quot;https://wallpaperaccess.com/full/260192.jpg&quot;);
  23. opacity: 0.1;
  24. background-size: cover;
  25. top: 0;
  26. "></div>
  27.  
  28. <div class="container" style="
  29. margin-top: 150px;
  30. ">
  31. <div class="row mt-5">
  32. <div class="col-12 text-center">
  33. <img src="img/profile.jpg" class="rounded-circle img-profile" alt="Orfeas" style="
  34. width: 200px;
  35. border: 1px solid #d0d0d0;
  36. ">
  37. </div>
  38. </div>
  39. <div class="row mt-5">
  40. <div class="col-12 text-center">
  41. <h1 style="
  42. color: #716e6e;
  43. ">Orfeas Antoniou</h1>
  44. </div>
  45. </div>
  46. <div class="row mt-5">
  47. <div class="col-12 text-center">
  48.  
  49.  
  50. <a class="gray" href="https://github.com/orfeasa" style="
  51. margin-right: 32px;
  52. "><i class="fa fa-github fa-3x" aria-hidden="true"></i></a>
  53. <a class="gray" href="https://www.linkedin.com/in/orfeasa/"><i class="fa fa-linkedin fa-3x" aria-hidden="true"></i></a></div>
  54.  
  55. </div>
  56. </div>
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. <!-- Optional JavaScript -->
  64. <!-- jQuery first, then Popper.js, then Bootstrap JS -->
  65. <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
  66. <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
  67. <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
  68.  
  69.  
  70. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement