Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <meta charset="utf-8">
  5.     <meta name="viewport" content="initial-scale=1,width=device-width">
  6.     <script src="material-components-web/material-components-web.js"></script>
  7.     <link rel="stylesheet" href="material-components-web/material-components-web.css">
  8.     <link rel="stylesheet" href="material-components-web/material-components-web-extras.css">
  9.     <script src="script.js">
  10.     </script>
  11.     <title>Ansikte</title>
  12.   </head>
  13.  
  14. <body>
  15.   <header class="mdc-toolbar mdc-toolbar--fixed">
  16.     <div class="mdc-toolbar__row">
  17.       <section class="mdc-toolbar__section mdc-toolbar__section--align-start">
  18.         <a id="menu" class="material-icons mdc-toolbar__icon--menu">hej</a>
  19.         <span class="mdc-toolbar__title">Title</span>
  20.         <span class="mdc-toolbar__title">yooo</span>
  21.       </section>
  22.     </div>
  23.   </header>
  24.   <main class="mdc-toolbar-fixed-adjust">
  25.     <p class="demo-paragraph">
  26.       A demo paragraph here.
  27.     </p>
  28.   </main>
  29.  
  30.   <aside class="mdc-temporary-drawer mdc-typography">
  31.   <nav class="mdc-temporary-drawer__drawer">
  32.     <div class="mdc-temporary-drawer__toolbar-spacer"></div>
  33.     <nav id="icon-with-text-demo" class="mdc-temporary-drawer__content mdc-list">
  34.       <a class="mdc-list-item mdc-temporary-drawer--selected" href="#">
  35.         <i class="material-icons mdc-list-item__start-detail" aria-hidden="true">stars</i>Inbox
  36.       </a>
  37.       <a class="mdc-list-item" href="#">
  38.         <i class="material-icons mdc-list-item__start-detail" aria-hidden="true">star</i>Star
  39.       </a>
  40.     </nav>
  41.   </nav>
  42. </aside>
  43.  
  44.  
  45.  
  46.  
  47.     <h1 class="mdc-typography--headline">Who is Natures prophet?</h1>
  48.     <h2 class="mdc-typography--title">About</h2>
  49.     <p>Nature's Prophet is a ranged intelligence hero, whose play style is different from most intelligence heroes, because he can be almost anywhere at any given time with his Teleportation. This ability allows him to participate in most ganks and pushes at a moment's notice. With Sprout, he creates a ring of trees, trapping anyone within them in place, serving to disable anyone caught within them. The trees around him serve as his objects of power; using them, he summons sentient tree beings known as Treants from trees on the map with his Nature's Call ability. Wrath of Nature is the main and only directly damaging spell in his arsenal, but it can potentially be very powerful, as it can inflict increased damage with each bounce off subsequent enemies and can clear out multiple creep waves with its moderate cooldown and mana cost. Commonly played as a ganker, offlaner and jungler and known as a strong pusher, Nature's Prophet has superb farming capabilities and global presence, giving him the power to be anywhere on the map. Late-game, Nature's Prophet makes himself useful by constantly distracting and annoying the enemy team by pushing. If attention is not given to him, he can single-handedly win the game by constantly taking several towers or even the Ancient.
  50.  
  51. </p>
  52.  
  53.     <div class="mdc-textfield mdc-typography" data-mdc-auto-init="MDCTextfield">
  54.       <input type="text" class="mdc-textfield__input" id="input" name="" value="">
  55.       <label for="input" class="mdc-textfield__label">Skriv din text här jao</label>
  56.     </div>
  57.  
  58.   </body>
  59. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement