Guest User

Untitled

a guest
May 5th, 2016
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta charset="utf-8">
  4. <title>Design</title>
  5. <link rel="stylesheet" type="text/css" href="styles.css">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. </head>
  8. <body>
  9. <!-- Login etc -->
  10. <div id="top">
  11. <form action="index.php" method="post" name="login">
  12. <label>Username: </label>
  13. <input type="text" name="username">
  14. <img src="../img/logo_try.jpg">
  15. <label>Password: </label>
  16. <input type="password" name="passwort">
  17. </form>
  18. </div>
  19. <div id="main">
  20. <!-- Header -->
  21. <div id="header">
  22.  
  23. </div>
  24. <!-- General -->
  25. <div id="general">
  26. <div id="test">
  27. <div id="desc">
  28. <div id="title">
  29. <img src="../img/abilities/champion_icon.png">
  30. <strong>Riven</strong><br/>
  31. </div>
  32. <div id="detail">
  33. <ul>
  34. <li>&nbsp;&nbsp;Class: Fighter, Assassin</li>
  35. <li>&nbsp;&nbsp;Primary Stats: Attack damage, Cooldown reduction</li>
  36. <li>&nbsp;&nbsp;Position: Toplane, Jungle, Midlane</li>
  37. </ul>
  38. </div>
  39. </div>
  40. </div>
  41. </div>
  42. <!-- Menubar -->
  43. <div id="menu">
  44. <ul>
  45. <li id="p"><span>Passive</span></a></li>
  46. <li id="q"><span>Ability 1 [Q]</span></li>
  47. <li id="w"><span>Ability 2 [W]</span></li>
  48. <li id="e"><span>Ability 3 [E]</span></li>
  49. <li id="r"><span>Ability 4 [R]</span></li>
  50. </ul>
  51. </div>
  52. <!-- Sections -->
  53. <div id="sections">
  54. <div id="sec1">
  55. <img class="skill_pic" src="../img/abilities/runic_blade.png">
  56. <div class="skill_desc">
  57. Rivens abilities charge her weapon, causing her to deal bonus damage based
  58. <strong>on her level</strong> + a percentage of her total <strong><orange>attack
  59. damage</orange></strong>.
  60. </div>
  61. <video src="../vid/passive.mp4">
  62. </div>
  63. <div id="sec2">
  64. <img class="skill_pic" src="../img/abilities/broken_wings.png">
  65. <div class="skill_desc">
  66. Riven strikes our in front of her, dealing <strong><orange>physical
  67. damage</orange></strong> to all enemies in the area. Can be recast 2 additional
  68. times. The third strike will knock up.
  69. </div>
  70. <video src="../vid/q.mp4">
  71. </div>
  72. <div id="sec3">
  73. <img class="skill_pic" src="../img/abilities/ki_burst.png">
  74. <div class="skill_desc">
  75. Releases a shockwave that <strong>stuns all nearby enemies for 0.75s</strong>
  76. as well as dealing <strong><orange>physical damage</orange></strong>
  77. </div>
  78. <video src="../vid/w.mp4">
  79. </div>
  80. <div id="sec4">
  81. <img class="skill_pic" src="../img/abilities/valor.png">
  82. <div class="skill_desc">
  83. Causes Riven to dash towards the cursor, gaining a <strong>shield for 1.5 seconds
  84. </strong> which scales with her <strong><orange>total attack damage</orange>
  85. </strong>.
  86.  
  87. </div>
  88. <video src="../vid/e.mp4">
  89. </div>
  90. <div id="sec5">
  91. <img class="skill_pic" src="../img/abilities/wind_slash.png">
  92. <div class="skill_desc">
  93. Grants Riven <strong><orange>additional attack damage</orange>
  94. </strong> and increases the range of all damaging abilities. The second cast fires
  95. a cone-missile, <strong><orange>dealing physical damage</strong></orange>
  96. </div>
  97. <video src="../vid/q.mp4">
  98. </div>
  99. </div>
  100. </div>
  101. <div id="footer">
  102. <img src="../img/logo_try.jpg">
  103. </div>
  104. </body>
  105. </html>
Add Comment
Please, Sign In to add comment