Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Roskilde festival</title>
  6. <link rel="stylesheet" href="styles.css">
  7. <link href="https://fonts.googleapis.com/css?family=Raleway:b:bi" rel="stylesheet">
  8. </head>
  9.  
  10. <body>
  11. <div class="wrapper">
  12. <div class="menu">
  13. <ul>
  14. <li><a href="">News</a></li>
  15. <li><a href="">Music</a></li>
  16. <li><a href="">Ticket</a></li>
  17. <li><a href="">Guide</a></li>
  18. <li><a href="">Shop</a></li>
  19. <li><a href="">Other</a></li>
  20. </ul>
  21. </div>
  22. </div>
  23. <div class="topwrapper">
  24. <div class="container">
  25. <div class="logo"><img src="images/rf2015logo.png" alt=""></div>
  26. <div class="content">
  27. <h1>Roskilde festival</h1>
  28. <underribrik>june-july</underribrik>
  29.  
  30. </div>
  31. </div>
  32.  
  33. <div class= "news">
  34. <div class="container">
  35. <h2>Latest news</h2>
  36. </div>
  37. </div>
  38.  
  39. <div class="main">
  40. <div class="container">
  41. <div class ="box1">
  42. <h3>Design the new roskildelised tuborg beer can</h3>
  43. <div class="banner">Placeholder</div>
  44.  
  45. </div>
  46. <div class="box2">
  47. <div class="img1"><img src="images/tuborg-design.jpg" alt=""></div>
  48. <div class="text1">
  49. <h3>the compitition</h3>
  50. <p>Every year Tuborg produces loads of beer cans to be sold at the festival. The special thing about them is that they are designed with Roskilde colours.<br><br>
  51. This year we’re inviting YOU to help us decorate the beer cans. We’ve left a blank space on the can – and we’d like you to fill in the very best design you can come up with.<br><br>
  52. Anything goes – your imagination is the only limit. However, you must be able to open and work in our PSD template file (made for Photoshop).
  53. Deadline is 9 February at 12:00. Just follow the link below and get cracking. Please notice, you must be at least 18 years old to enter the contest.
  54. </p>
  55. </div>
  56.  
  57. </div>
  58.  
  59.  
  60.  
  61.  
  62. </div>
  63.  
  64. </div>
  65.  
  66.  
  67.  
  68.  
  69. </div>
  70.  
  71.  
  72. </body>
  73. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement