-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpudge.html
More file actions
100 lines (93 loc) · 4.61 KB
/
pudge.html
File metadata and controls
100 lines (93 loc) · 4.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="keywords" content="Dota 2, Defend of the Ancients, Pudge, Ogre Magi, Invoker, Puck, Rubick "/>
<meta name="description" content="Dota 2 fan site. You can find informations about Dota 2 here."/>
<meta name="author" content="Marko Veljković"/>
<meta name="copyright" content="Marko Veljković"/>
<link rel="shortcut icon" href="images/icons/icon.png" />
<title>Dota 2</title>
<link rel="stylesheet" href="heroes.css" type="text/css"/>
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script type="text/javascript" src="ddmenu.js"></script>
<script src="search.js"></script>
</head>
<body onLoad="pretragaXML()">
<div id="omot">
<div id="zaglavlje">
<div id="logo"><a href="index.html"><img src="images/logos/logo.png" alt="Dota Logo" class="logoo" /></a></div>
<div id="menudesno">
<form action="#"><input class="search" type="text" size="20" placeholder="Search..." autocomplete="off" id="tbSearch" onKeyUp="pretragaXML();" /></form>
<p id="result"></p>
</div>
</div>
<div id="menu">
<div id="menulevo">
<ul id="sddm">
<li><a href="index.html" >Home</a></li>
<li><a href="history.html">History</a></li>
<li><a href="heroes.html" onmouseover="mopen('m2')" onmouseout="mclosetime()">Heroes</a>
<div id="m2"
onmouseover="mcancelclosetime()"
onmouseout="mclosetime()">
<a href="pudge.html">Pudge</a>
<a href="ogre.html">Ogre Magi</a>
<a href="invoker.html">Invoker</a>
<a href="puck.html">Puck</a>
<a href="rubick.html">Rubick</a>
</div>
</li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="author.html">Author</a></li>
</ul>
<div style="clear:both"></div>
</div>
</div>
<div id="omotsredina">
<div id="desnakolona">
<h1>Pudge</h1><br/>
<div class="text"><p>Pudge, the Butcher, is a melee strength hero feared for his incredible gank prowess.
Though he may not look like it, he is one of the strongest gankers and disablers in the entire game, with his combo of three active abilities proving more than sufficient to kill fragile enemy heroes in the early and mid-game. His signature ability, Meat Hook, is a grapple that is thrown out in a straight line; if it snags a target, it will drag them back to Pudge, dealing enormous damage to it if it was an enemy. Although it is difficult to use effectively, it is a very powerful ganking and initiation spell due to its ability to displace enemies, and also has the utility of being able to save an endangered ally. He can then follow up with his ultimate, Dismember, a channeled disable that deals further damage to the target over a few seconds and increases in lethality the more strength Pudge has, while also healing Pudge for its duration. During this period, he can activate Rot to deal even more damage while he is consuming his foe, and use it to slow and finish them off if they survive the initial assault.</p></div>
</div>
<div id="levakolonaa">
<img class="pudge" src="images/pudge.png" width="300px" height="500px" alt="heroes" />
</div>
</div>
<div class="cisti"></div>
<div id="footer">
<div id="socialNetworks">
<ul>
<li><a href="https://www.facebook.com/" target="_blank"><img src="images/icons/facebook.png" alt="facebook logo"
height="40px" width="40px"/></a></li>
<li><a href="https://twitter.com/" target="_blank"><img src="images/icons/gplus.png" alt="gplus logo"
height="40px" width="40px"/></a></li>
<li><a href="https://www.google.rs/" target="_blank"><img src="images/icons/twitter.png" alt="twitter logo"
height="40px" width="40px" /></a></li>
<li><a href="rss.xml" target="_blank"><img src="images/icons/rss.png" alt="rss logo" height="40px" width="40px" /></a></li></ul>
</div>
<div id="ifmeni">
<p>
<a href="index.html">Home</a>
|
<a href="char.html">Heroes</a>
|
<a href="history.html">History</a>
|
<a href="gallery.html">Gallery</a>
|
<a href="contact.html">Contact</a>
|
<a href="author.html">Author</a>
|
<a href="sitemap.xml" target="blank">Sitemap</a>
|
<a href="dokumentacija.pdf" target="blank">Documentation</a>
</p>
</div>
</div>
</div>
</body>
</html>