Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
571
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.59 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="pl">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-CA-Compatible" content="IE=edge,chrome=1" />
  6.  
  7. <title>Wojciech Wróbel - portfolio</title>
  8.  
  9. <meta name="description" content="Stworze dla Ciebie wyjatkowa strone www! Zatrudnij programiste webowego: PHP, javaScript, HTML, CSS, MySQL, WordPress, Joomla, Drupal." />
  10. <meta name="keywords" content="zamów, strone, tworzenie, www, programista, portfolio, php, javascript, html, css, WordPress, Joomla, Drupal" />
  11.  
  12. <link rel="stylesheet" href="style.css" type="text/css" />
  13. <link rel="stylesheet" href="css/fontello.css" type="text/css" />
  14. <link href="https://fonts.googleapis.com/css?family=Josefin+Sans|Lato" rel="stylesheet">
  15.  
  16. <script src="timer.js"></script>
  17.  
  18. </head>
  19.  
  20. <body onload="odliczanie();">
  21. <div id="container">
  22.  
  23. <div class="rectangle">
  24. <div id="logo"><a href="index.html" class="tilelinkhtml5">Wojciech Wróbel</a></div>
  25. <div id="zegar">12:00:00</div>
  26. <div style="clear: both;"></div>
  27. </div>
  28.  
  29. <div class="square">
  30. <div class="tile1">
  31. <a href="kimjestem.html" class="tilelink"><i class="demo-icon icon-user"></i><br />Kim jestem?</a>
  32. </div>
  33. <a href="oferta.html" class="tilelinkhtml5">
  34. <div class="tile1">
  35. <div class="tile6">
  36. <img src="Mc2.png" height="100" ><br />Minecraft</a>
  37. </div>
  38. </div>
  39. </a>
  40. <div style="clear:both;"></div>
  41.  
  42. <div class="tile2">
  43. <a href="cv.html" class="tilelink"><i class="demo-icon icon-graduation-cap"></i><br />Curriculum vitae</a>
  44. </div>
  45. <div class="tile3">
  46. <a href="kontakt.html" class="tilelink"><i class="demo-icon icon-mail"></i><br />Kontakt ze mna</a>
  47. </div>
  48. <div style="clear:both;"></div>
  49.  
  50. <div class="tile4">
  51. <i></i>Oszczedzaj ta cenna walute ktora wydajesz na lewo i prawo<br /> - czas
  52. </div>
  53. </div>
  54. <div class="square">
  55. <div class="tile5">
  56. Tytul podstrony<br /><br />
  57. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac neque neque. Vivamus erat ligula, rutrum vel aliquet vel, hendrerit eget justo. Maecenas posuere posuere mi. Proin a urna sed ante feugiat ornare.
  58. </div>
  59. <div class="yt">
  60. <a href="https://www.youtube.com/channel/UCfSb11c2J481YMnvvYLiGCQ" target="_blank" class="sociallink"><i class="icon-youtube"></i></a>
  61. </div>
  62. <div class="fb">
  63. <a href="http://facebook.com" target="_blank" class="sociallink"><i class="demo-icon icon-facebook-official"></i></a>
  64. </div>
  65. <div class="gplus">
  66. <a href="http://plus.google.com" target="_blank" class="sociallink"><i class="icon-gplus"></i>
  67. </div></a>
  68. <div class="tw">
  69. <a href="http://twitter.com" target="_blank" class="sociallink"><i class="demo-icon icon-twitter-squared"></i>
  70. </div></a>
  71. </div>
  72. <div style="clear:both;"></div>
  73.  
  74. <div class="rectangle">2017 &copy; Wojciech Wróbel - portfolio.<i class="demo-icon icon-mail-alt"></i> gormit06@gmail.com</div>
  75.  
  76. </div>
  77.  
  78. </body>
  79. </html>
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86. body
  87. {
  88. background-color: #303030;
  89. color: #ffffff;
  90. font-family: 'Lato', sans-serif;
  91. font-size: 20px;
  92. }
  93.  
  94. #container
  95. {
  96. width: 1000px;
  97. margin-left: auto;
  98. margin-right: auto;
  99. }
  100.  
  101. .rectangle
  102. {
  103. width: 960px;
  104. margin: 20px;
  105. text-align: center;
  106. }
  107.  
  108. .square
  109. {
  110. width: 50%;
  111. float: left;
  112. }
  113.  
  114. #logo
  115. {
  116. float: left;
  117. font-family: 'Josefin Sans', sans-serif;
  118. font-size: 70px;
  119. width: 600px;
  120. text-align: left;
  121. }
  122.  
  123. #zegar
  124. {
  125. float: left;
  126. font-family: 'Josefin Sans', sans-serif;
  127. font-size: 70px;
  128. text-align: left;
  129. }
  130.  
  131. .tile1
  132. {
  133. margin: 10px;
  134. width: 230px;
  135. height: 142px;
  136. background-color: #3095d3;
  137. float: left;
  138. text-align: center;
  139. }
  140.  
  141. .tile1:hover
  142. {
  143. background-color: #2084c2;
  144. }
  145.  
  146. .tile2
  147. {
  148. margin: 10px;
  149. width: 230px;
  150. height: 142px;
  151. background-color: #666666;
  152. float: left;
  153. text-align: center;
  154. }
  155.  
  156. .tile2:hover
  157. {
  158. background-color: #555555;
  159. }
  160.  
  161. .tile3
  162. {
  163. margin: 10px;
  164. width: 230px;
  165. height: 142px;
  166. background-color: #93c748;
  167. float: left;
  168. text-align: center;
  169. }
  170.  
  171. .tile3:hover
  172. {
  173. background-color: #82b637;
  174. }
  175.  
  176. .tile4
  177. {
  178. margin: 10px;
  179. width: 420px;
  180. height: 82px;
  181. background-color: #ee5a32;
  182. text-align: center;
  183. font-size: 26px;
  184. padding: 30px;
  185. line-height: 120%;
  186. }
  187.  
  188. .tile5
  189. {
  190. margin: 10px;
  191. width: 420px;
  192. height: 244px;
  193. background-color: #666666;
  194. text-align: justify;
  195. padding: 30px;
  196. text-align: center;
  197. }
  198.  
  199. .tile6
  200. {
  201. width: 210px;
  202. height: 142px;
  203. float: left;
  204. text-align: center;
  205. line-height: 0%;
  206. margin-top: 10px;
  207. }
  208.  
  209. .yt
  210. {
  211. margin: 10px;
  212. width: 105px;
  213. height: 142px;
  214. background-color: #d94348;
  215. float: left;
  216. }
  217.  
  218. .yt:hover
  219. {
  220. background-color: #c83237;
  221. }
  222.  
  223. .fb
  224. {
  225. margin: 10px;
  226. width: 105px;
  227. height: 142px;
  228. background-color: #4668b3;
  229. float: left;
  230. }
  231.  
  232. .fb:hover
  233. {
  234. background-color: #3557a2;
  235. }
  236.  
  237. .gplus
  238. {
  239. margin: 10px;
  240. width: 105px;
  241. height: 142px;
  242. background-color: #d95333;
  243. float: left;
  244. }
  245.  
  246. .gplus:hover
  247. {
  248. background-color: #c84222;
  249. }
  250.  
  251. .tw
  252. {
  253. margin: 10px;
  254. width: 105px;
  255. height: 142px;
  256. background-color: #3095d3;
  257. float: left;
  258. }
  259.  
  260. .tw:hover
  261. {
  262. background-color: #2084c2;
  263. }
  264.  
  265. a.tilelink
  266. {
  267. color: #ffffff;
  268. text-decoration: none;
  269. display: block;
  270. width: 230px;
  271. height: 142px;
  272. }
  273.  
  274. a.tilelinkhtml5
  275. {
  276. color: #ffffff;
  277. text-decoration: none;
  278. }
  279.  
  280. a.sociallink
  281. {
  282. color: #ffffff;
  283. text-decoration: none;
  284. display: block;
  285. width: 105px;
  286. height: 142px;
  287. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement