Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Costenslayer</title>
  5. </head>
  6. <body>
  7. <div class="box">
  8. <img class="Costenslayer" src="https://mozillians.org/media/uploads/sorl-cache/e1/dc/e1dc3522437126fba90fa166b6225492.jpg" alt="Costenslayer">
  9. <h1>Stefan Costen</h1>
  10. <h2>Acting Mozilla Rep</h2>
  11. <div id="contact">
  12.  
  13. <a title="Email" href="mailto:stefancosten@mozilla.org.uk"><img class="contact" src="https://designmodo.github.io/Flat-UI/img/icons/svg/mail.svg" alt="Email"></a>
  14.  
  15. <a title="Twitter" href="https://twitter.com/costenslayer"><img class="contact" src="https://g.twimg.com/Twitter_logo_blue.png" width="50px" alt="Twitter"></a>
  16.  
  17. <a title="LinkedIn" href="https://www.linkedin.com/in/stefancosten"><img class="contact" src="http://press.linkedin.com/display-media/209/4" alt="LinkedIN"></a>
  18.  
  19. <a title="Mozillians Profile" href="https://mozillians.org/en-US/u/costenslayer/"><img class="decoded" alt="https://mozillians.org/static/mozillians/img/mozillians-logo.png" src="https://mozillians.org/static/mozillians/img/mozillians-logo.png"
  20. alt="Twitter"></a>
  21.  
  22. </div>
  23.  
  24. <div id="text"><p>Hay there <b>Stefan Costen</b> The Vast majority of internet people Know me as Costenslayer, its been a name iv had for many years.</p><p>
  25. I'm a Webmaker mentor out there to #TeachTheWeb There for helping others teach others.
  26. <p>
  27. On of the projects i work with Is EPIK (epik.org.uk) to help teach young people to code using Minecraft as a TOOL.
  28. <p>
  29. I'm looking to promote all things Open source And An all round Supporter of Mozilla and the Mozilla Mission
  30. <p>
  31. <p class="footer">
  32.  
  33. Background photo: <a href="https://pbs.twimg.com/profile_background_images/378800000120497515/d692dc536b3fc5511599b81840941d58.jpeg">Costenslayer</a></p>
  34. </div></div>
  35. </body>
  36.  
  37. <style>
  38. body {
  39. background:url(https://pbs.twimg.com/profile_background_images/378800000120497515/d692dc536b3fc5511599b81840941d58.jpeg);
  40. background-repeat: no-repeat;
  41. background-size: cover;
  42. background-attachment: fixed;
  43. background-position: top center;
  44. }
  45.  
  46. iframe {
  47. text-align:center;
  48. padding-left:15px;
  49. }
  50.  
  51. div.box {
  52. background-color:#fff;
  53. padding:1%;
  54. min-width:250px;
  55. max-width:650px;
  56. margin:3% auto 5%;
  57. position: relative;
  58. border: 1px #fff solid;
  59. }
  60.  
  61. h1 {
  62. font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
  63. padding-right:10px;
  64. padding-left:10px;
  65. margin-bottom:-15px;
  66. color:#3498db;
  67. font-size:3em;
  68. vertical-align:text-top;
  69. }
  70.  
  71. h2 {
  72. font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
  73. padding: 5px 10px 10px 5px;
  74. color:#7f8c8d;
  75. font-size:1.5em;
  76. vertical-align:text-top;
  77. }
  78.  
  79. p {
  80. font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
  81. padding-right:10px;
  82. padding-left:10px;
  83. color:#333;
  84. font-size:18px;
  85. vertical-align:text-top;
  86. }
  87.  
  88. p.footer {
  89. font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
  90. padding: 10px 0px 5px;
  91. color:#333;
  92. font-size:12px;
  93. text-align:center;
  94. }
  95.  
  96. a {
  97. color:#333;
  98. }
  99.  
  100. img.Costenslayer {
  101. max-width:200px;
  102. float:left;
  103. margin:10px 20px 10px 10px;
  104. border:1px #333 solid;
  105. }
  106.  
  107. #left {
  108. float:left;
  109. width:33%;
  110. }
  111.  
  112. #right {
  113. float:right;
  114. min-width:100px;
  115. max-width:450px;
  116. }
  117.  
  118. #contact {
  119. font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
  120. font-size:0.8em
  121. }
  122.  
  123. #text {
  124. padding-top:10px;
  125. }
  126.  
  127.  
  128. img.contact {
  129. width:50px;
  130. padding-right:2%;
  131. }
  132.  
  133.  
  134. </style>
  135. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement