Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>#TUT_DJ SakakiUnderGround Vol.03</title>
  6. <link rel="stylesheet" href="./style.css">
  7. </head>
  8. <body>
  9. <header>
  10. <div class="header__logo"><img src="" alt="SakakiUG"></div>
  11. <div class="header__title">
  12. <h1>
  13. <span class="title__hash-tag">#TUT_DJ</span>
  14. <span class="title__title">SakakiUnderGround</span>
  15. </h1>
  16. <h2><span class="title__subtitle">Emotional and Uplifting Sounds: All Genre DJ Event</span></h2>
  17.  
  18. </div>
  19. </header>
  20. <div class="main">
  21. <div class="column__left">
  22. <div class="date">
  23. <span class="date__year">2016.</span><span class="date__day">11.19</span>
  24. <span class="date__week">sat.</span>
  25. </div>
  26. <div class="time">
  27. <div class="time__start">
  28. <span class="start__start"></span>
  29. <span class="start__time">12:00</span>
  30. </div>
  31. <div class="time__close">
  32. <span class="close__time">17:15</span>
  33. </div>
  34. </div>
  35. <div class="door">
  36. <span class="door__value">Free</span>
  37. </div>
  38. </div>
  39. <div class="column__right">
  40. <div class="grounds">
  41. <span class="grounds__name">Toyohashi Univ. of Tech.</span>
  42. <span class="grounds__room">Commons 1</span>
  43. <span class="grounds__note">Cafeteria & Shop 1F</span>
  44. <div class="grounds__jp">
  45. <span>豊橋技科大 福利施設1階<br>コモンズ1</span>
  46. </div>
  47. </div>
  48. </div>
  49. </div>
  50.  
  51. </body>
  52. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement