Advertisement
Guest User

Untitled

a guest
May 7th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title> Marmetsdesign </title>
  5. <link rel="stylesheet" type="text/css" href="css/stylesheet.css">
  6. </head>
  7. <body>
  8. <div class="marmetsdesign-topleft">
  9. <a href="index.html">
  10. <img src="images/logo.png" width="400">
  11. </a>
  12. </div>
  13. <div id="navigationbar-background">
  14. <ul>
  15. <li class="home"><a href="index.html">Homepage</a></li>
  16. <li class="portfolio"><a href="">Portfolio</a></li>
  17. <li class="about"><a href="">About</a></li>
  18. <li class="contact"><a href="">Contact</a></li>
  19. </ul>
  20. </div>
  21. <div class="klavimg">
  22. <img src="images/klaviatuur.png" width="1920px">
  23. </div>
  24. <div id="category-1">
  25. <div class="worldwide-image">
  26. <img src="images/worldwide.png">
  27. </div>
  28. <div class="category-worldwide-text">
  29. <h3> Worldwide </h3>
  30. <p>The service we offer has worldwide support. It means we make any artworks,
  31. any banners or any logos irrespective the country you are from. The prices will
  32. be the same for the euro currency but may change the for US dollar currency.</p>
  33. </div>
  34. </div>
  35. <div id="category-2">
  36. <div class="orders-image">
  37. <img src="images/easytoorder.png">
  38. </div>
  39. <div class="category-orders-text">
  40. <h3>Easy to order</h3>
  41. <p>Ordering an artwork is easier than you expect. We made ordering easier,
  42. so you have to send a mail with the order. That means the mail should consist
  43. of the info for the artwork (colors, styles etc.) Find out more by clicking
  44. on the Contact bar on the navigation bar.</p>
  45. </div>
  46. </div>
  47. <div id="category-3">
  48. <div class="intime-image">
  49. <img src="images/intime.png">
  50. </div>
  51. <div class="category-intime-text">
  52. <h3>In-Time</h3>
  53. <p>Almost every time we finish our orders in time. Sometimes it may take
  54. longer than promised but our first priority is the quality and staying
  55. in promised time. Due to the time that goes over, makes offer cost less.<p>
  56. </div>
  57. </div>
  58. </body>
  59. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement