winchesterkirk

About Page

May 8th, 2015
638
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. <!--
  2.  
  3. About Page by Cai @speedsterkid
  4.  
  5. Do not remove credit, redistribute, steal from or use as a base.
  6.  
  7. Contact off Anon me if you have any questions or concerns.
  8.  
  9. Enjoy!
  10.  
  11. -->
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14.  
  15. <head>
  16.  
  17. <title>YOUR TITLE</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20.  
  21. <style type="text/css">
  22. body {background-color: #e3f3fc; font-family:consolas; font-size:11px;}
  23.  
  24. ul{list-style-type:none; margin-left:-40px;}
  25.  
  26. li{padding:3px; border-bottom:1px solid #e3f3fc; margin-top:5px; text-align:right; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;}
  27.  
  28. li a:hover{letter-spacing:2px; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;}
  29.  
  30. a{color:black; text-decoration:none; text-shadow:1px 1px 1px #bad8eb; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;}
  31.  
  32. #inhale{width:600px; height:450px; margin-left:200px; margin-top:150px; margin-left:auto; margin-right:auto;}
  33.  
  34. #me{width:250px; margin-left:0px; position:fixed;background-color:white; padding:10px; margin-top:34px;}
  35.  
  36. #tags{width:250px; margin-left:330px; position:fixed; background-color:white; padding:10px; margin-top:34px;}
  37.  
  38. #title{padding:10px; width:250px; border-bottom:1px solid black; background-color:white; position:fixed; margin-top:0px; margin-left:0px; border-top-left-radius:4px;border-top-right-radius:4px;}
  39.  
  40. #cred{position:fixed;bottom:5px;right:5px;font-size:11px;}
  41. #cred a{text-decoration:none;}
  42.  
  43. </style></head><body>
  44.  
  45. <div id="inhale">
  46.  
  47. <div id="title">Representation of Me</div><div id="me">
  48. <!--- PUT AN IMAGE THAT REPRESENTS YOU HERE --->
  49. <center><img style="max-height:160px;" src="YOUR IMAGE GOES HERE"/></div></center>
  50.  
  51. <div style="margin-top:232px" id="title">About Me</div>
  52. <div style="max-height:150px; overflow:auto; margin-top:266px" id="me">
  53. <!--- WRITE YOUR ABOUT ME HERE --->
  54. <p>Hey dude, this is an example paragraph, start each paragraph with that P in carrots you see to the side, and end it the same way, but with an extra slash at the front like this.</p>
  55. </div>
  56.  
  57. <div style="margin-left:330px" id="title">Navigation</div>
  58. <div id="tags">
  59. <!--- WRITE YOUR TAGS HERE --->
  60. Tagging System<ul style="margin-top:-5px;">
  61. <li><a href="/tagged/example">Example</a></li>
  62. <li><a href="/tagged/woah">Woah</a></li>
  63. </ul>
  64. <!--- WRITE YOUR LINKS HERE --->
  65. Links
  66. <p><a href="http://website.com">Link</a>, <a href="http://website.com">Linky</a>
  67. </div>
  68.  
  69. <!--- LEAVE THIS BIT ALONE --->
  70. <div id="cred"><a href="http://pastebin.com/u/winchesterkirk">Credit</a></div>
  71.  
  72. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment