Advertisement
Guest User

Marie Designs

a guest
Aug 30th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,900,900i" rel="stylesheet">
  6. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  7. <a name="top"></a>
  8. <title>Marie Designs</title>
  9.  
  10. <style>
  11.  
  12. body {
  13. margin:0px;
  14. height:100%;
  15. width:100%;
  16. background: url(rockywall.png);
  17. font-family: 'Lato', sans-serif;
  18. color: #000000;
  19. font-size:10px;
  20. word-wrap:break-word;
  21. overflow:scroll;
  22. overflow-x:hidden;
  23. }
  24. a {
  25. color:#000000;
  26. -webkit-transition: all .3s ease-in-out;
  27. -moz-transition: all .3s ease-in-out;
  28. -o-transition: all .3s ease-in-out;
  29. -ms-transition: all .3s ease-in-out;
  30. transition: all .3s ease-in-out;
  31. }
  32. a:hover {
  33. color:#90D4B7;
  34. -webkit-transition: all .3s ease-in-out;
  35. -moz-transition: all .3s ease-in-out;
  36. -o-transition: all .3s ease-in-out;
  37. -ms-transition: all .3s ease-in-out;
  38. transition: all .3s ease-in-out;
  39. }
  40. h1 {
  41. font-weight:bold;
  42. text-transform:uppercase;
  43. letter-spacing:1px;
  44. font-size:.9vw;
  45. }
  46. h2{
  47. font-weight:bold;
  48. text-transform:uppercase;
  49. letter-spacing:2px;
  50. font-size:.7vw;
  51. }
  52. p {
  53. font-style:italic;
  54. font-size:.7vw;
  55. }
  56. table, td, th {
  57. border: 1px solid black;
  58. }
  59.  
  60. table {
  61. border-collapse: collapse;
  62. width:90%;
  63. left:100%;
  64. right:100%;
  65. }
  66.  
  67. th {
  68. width: px;
  69. vertical-align: center;
  70. }
  71. #logo img {
  72. position:absolute;
  73. background:#;
  74. width:7%;
  75. padding:15px 25px;
  76. z-index:9;
  77. }
  78. #header {
  79. position:absolute;
  80. padding:10px;
  81. width:100%;
  82. height:15%;
  83. background-color:#FFFFFF;
  84. text-align:right;
  85. }
  86. ul#navlinks li {
  87. font-weight:bold;
  88. text-transform:uppercase;
  89. letter-spacing:1px;
  90. font-size:.9vw;
  91. padding: 20px 40px 0px 0px;
  92. display:inline-block;
  93. }
  94. #bottombar {
  95. position:absolute;
  96. background:#ffffff;
  97. border-top:1px solid #D3D3D3;
  98. width:100%;
  99. height:auto;
  100. padding:20px;
  101. bottom:4%;
  102. }
  103. ul#social li {
  104. position:relative;
  105. padding: 0px 10px 0px 0px;
  106. display:inline-block;
  107. vertical-align:middle;
  108. }
  109. ul#totop li {
  110. position:relative;
  111. font-size:.6vw;
  112. padding: 20px 20px 0px 0px;
  113. display:inline-block;
  114. vertical-align:middle;
  115. left:85%;
  116. }
  117. #leftcontent {
  118. position:absolute;
  119. width:10%;
  120. height:auto;
  121. left: 115px;
  122. top:72%;
  123. background:#ADADAD;
  124. }
  125. #rightcontent {
  126. position:relative;
  127. width:200px;
  128. height:auto;
  129. }
  130. #footer {
  131. position:absolute;
  132. width:100%;
  133. bottom:0px;
  134. padding:15px;
  135. background-color:#000000;
  136. color:#ffffff;
  137. text-align:center;
  138. }
  139. .subtitle {
  140. font-style:italic;
  141. letter-spacing:.5px;
  142. font-size:.7vw;
  143. padding-right:40px;
  144. }
  145. .banner {
  146. position:absolute;
  147. top:17%;
  148. width:100%;
  149. height:50%;
  150. background-image:url(1_v3.jpg);
  151. background-size:100% 125%;
  152. background-color:#DCDCDC;
  153. }
  154. .texture1 {
  155. position:absolute;
  156. top:3%;
  157. width:100%;
  158. height:3%;
  159. opacity:0.7;
  160. background-color:#ffffff;
  161. }
  162. .texture2 {
  163. position:absolute;
  164. bottom:18%;
  165. width:100%;
  166. height:3%;
  167. opacity:0.7;
  168. background-color:#ffffff;
  169. }
  170. .texture3 {
  171. position:absolute;
  172. bottom:0%;
  173. width:100%;
  174. height:11%;
  175. opacity:0.7;
  176. padding-top:1%;
  177. background-color:#ffffff;
  178. color:#000000;
  179. font-weight:bold;
  180. font-style:italic;
  181. font-size:1.5vw;
  182. text-align:center;
  183. }
  184. </style>
  185. </head>
  186.  
  187. <body>
  188. <div id="logo">
  189. <a href="index.html"><img src="logo.png" alt="logo"/></a>
  190. </div>
  191. <div id="header">
  192. <ul id="navlinks">
  193. <li>Home </li>
  194. <li>About</li>
  195. <li>Portfolio</li>
  196. <li>Contact</li>
  197. </ul>
  198. <br>
  199. <div class="subtitle">
  200. Creativity is contageous, pass it on
  201. </div>
  202. </div>
  203. <div class="banner">
  204. <div class="texture1">
  205. </div>
  206. <div class="texture2">
  207. </div>
  208. <div class="texture3">
  209. Welcome to my wonderful world.
  210. </div>
  211. </div>
  212. <div id="leftcontent">
  213. <h1>Hello!</h1>
  214. <p>I'm Annika Kirvan, a freelance graphic designer from Wudinna South Australia.<br><br>
  215. I'm always on the look out for my next design adventure. If you're interested in working together, would like to learn more about me or have any questions, send me an email at hello@marie.com.au or fill out the form on my contact page.</p>
  216. </div>
  217. <div id="bottombar">
  218. <ul id="social">
  219. <li><i class="fa fa-facebook fa-2x"></i> </li>
  220. <li><i class="fa fa-twitter fa-2x"></i></li>
  221. <li><i class="fa fa-google-plus fa-2x"></i></li>
  222. <li><i class="fa fa-instagram fa-2x"></i></li>
  223. <li><i class="fa fa-behance fa-2x"></i></li>
  224. &emsp;&emsp;
  225. <li><h2>Social</h2></li>
  226. </ul>
  227. <ul id="totop">
  228. <li><h2>Back to top</h2></li>
  229. <a href='#top'>
  230. <li><i class="fa fa-angle-up fa-3x" ></i></li>
  231. </a>
  232. </ul>
  233. </div>
  234. <div id="footer">
  235. Web Design © Marie 2016 | Privacy Policy | Terms & Conditions
  236. </div>
  237. </body>
  238. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement