Advertisement
odeysseus_thm

portfolio / ANCHOR

Oct 4th, 2018
2,266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6.  
  7.  
  8.  
  9. anchor portfolio
  10.  
  11. @odeysseus
  12.  
  13.  
  14.  
  15.  
  16. -->
  17.  
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20.  
  21. <title>portfolio</title>
  22.  
  23. <style type="text/css">
  24.  
  25. * { margin:0;padding:0;box-sizing:border-box; }
  26. iframe.tmblr-controls { display:none!important; }
  27.  
  28. @-webkit-keyframes fadein {
  29. 0% {opacity: 0;}
  30. 100% { opacity: 1; }
  31. }
  32.  
  33. @-moz-keyframes fadein {
  34. 0% { opacity: 0; }
  35. 100% { opacity: 1; }
  36. }
  37.  
  38. @keyframes fadein {
  39. 0% { opacity: 0; }
  40. 100% { opacity: 1; }
  41. }
  42.  
  43. .tmblr-iframe { display:none; } /* to hide tumblr controls */
  44.  
  45. a { text-decoration:none;color:#333;transition:0.15s ease-in;}
  46. a:hover { color:#aaa; }
  47. b,strong { color:#333; /* bold text */ }
  48.  
  49. body {
  50. background:#fff;
  51. font-family:'Georgia',serif; /*font*/
  52. font-size:12px; /* font size */
  53. line-height:190%;
  54. font-weight:300;
  55. color:#767676; /* text color */
  56. -webkit-animation: fadein 1s;
  57. -moz-animation: fadein 1s;
  58. animation: fadein 1s;
  59. -moz-osx-font-smoothing:grayscale;
  60. -webkit-font-smoothing:antialiased;
  61. font-smoothing:antialiased;
  62.  
  63. }
  64.  
  65. section {
  66. margin:150px;
  67. width:600px;
  68. }
  69.  
  70. h1,h2 {
  71. font-weight:400;
  72. color:#333;
  73. margin-bottom:5px;
  74. }
  75.  
  76. h1 { font-size:20px; }
  77. h2 { font-size:16px; }
  78.  
  79. article {
  80. margin-top:40px;
  81. padding-top:40px;
  82. border-top:1px solid #eee;
  83. display:block;
  84. min-height:140px;
  85. }
  86.  
  87. article img {
  88. width:100px;
  89. height:100px;
  90. border-radius:100%;
  91. float:left;
  92. margin-right:40px;
  93. }
  94.  
  95. nav { margin-top:5px; }
  96. .content { width:460px;margin-left:140px; }
  97. .anchor { bottom:27px;right:27px;position:fixed; }
  98.  
  99. </style>
  100. </head>
  101. <body>
  102. <section>
  103. <header>
  104. <h1>portfolio</h1> <!--title-->
  105.  
  106. <!--description-->
  107.  
  108. this is a page for writing projects, themes, chapbooks &mdash; whatever you create
  109.  
  110. <!--end description-->
  111.  
  112. <nav><!--links-->
  113. <a href="link url">home</a> .
  114. <a href="link url">dash</a> .
  115. <a href="link url">inbox</a>
  116. <!--end links--></nav>
  117. </header>
  118.  
  119. <!--example project-->
  120. <article>
  121. <img src="image url"/>
  122.  
  123. <div class="content">
  124. <h2>project heading</h2> <!--heading-->
  125.  
  126. <!--description -->
  127.  
  128. some description text.
  129.  
  130. <!--end description-->
  131.  
  132. <nav> <!--project links (optional) -->
  133.  
  134. <a href="#!">some</a> .
  135. <a href="#!">relevant</a> .
  136. <a href="#!">links</a>
  137. <!--end project links--> </nav>
  138. </div>
  139. </article>
  140. <!--end project-->
  141.  
  142. <!--example project-->
  143. <article>
  144. <img src="image url"/>
  145.  
  146. <div class="content">
  147. <h2>project heading</h2> <!--heading-->
  148.  
  149. <!--description -->
  150.  
  151. some description text.
  152.  
  153. <!--end description-->
  154.  
  155. <nav> <!--project links (optional) -->
  156.  
  157. <a href="#!">some</a> .
  158. <a href="#!">relevant</a> .
  159. <a href="#!">links</a>
  160. <!--end project links--> </nav>
  161. </div>
  162. </article>
  163. <!--end project-->
  164. </section>
  165.  
  166. <div class="anchor"><a href="http://odeysseus.tumblr.com">O</a></div>
  167. </body>
  168. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement