-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfinishers.html
More file actions
99 lines (99 loc) · 3.87 KB
/
Copy pathfinishers.html
File metadata and controls
99 lines (99 loc) · 3.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE" ="edge" />
<meta name=“viewport” content="width=device-width" initial-scale=1.0">
<title>Homepage</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<header>
<nav class="navbar">
<h3 class="heading--3">Black Tiger</h3>
<ul class="navigation">
<li><a href="./index.html">Origin</a></li>
<li><a href="./incarnations.html">Incarnations</a></li>
<li><a href="./finishers.html">Finishers</a></li>
</ul>
</nav>
<div class="heroText">
<h1 class="heroTitle">The Black Tiger</h1>
<h2 class="heroSub">Japan Pro Wrestling Icon</h2>
</div>
</header>
<section class="grid-container">
<img
src="https://slack-imgs.com/?c=1&o1=ro&url=https%3A%2F%2Fluchavavoom.com%2Fwp-content%2Fuploads%2F2018%2F04%2Fblack-tiger-mask.jpg"
alt=""
class="img1"
/>
<div class="text1">
<ul class="lists">
<li><strong>Black Tiger Bomb (Sitout crucifix powerbomb)</strong></li>
<li>
Also known as a Niagara Driver, Splash Mountain, or Black Tiger
Bomb, this powerbomb is similar to the Crucifix Powerbomb, but
instead of the wrestler falling forward to drop the opponent, the
attacking wrestler falls to a seated position for a pinfall attempt
instead of releasing the opponent.
</li>
<li>
Innovated by Kyoko Inoue and popularized by Black Tiger. A top rope
version was used by Konnan as well. It is used by Roman Reigns as a
signature move.
</li>
</ul>
</div>
<img
src="https://upload.wikimedia.org/wikipedia/commons/9/9a/Piledriver.gif
"
alt=""
class="img2"
/>
<div class="text2">
<ul class="lists">
<li><strong>Kneeling belly to belly piledriver</strong></li>
<li>
The Undertaker performs the Tombstone Piledriver Often referred to
as a Tombstone piledriver. The wrestler first stands facing an
opponent and places their stronger arm between the opponent's legs
and their weaker arm on the opponent's opposite shoulder.
</li>
<li>
The wrestler then lifts the opponent onto their stronger shoulder,
turning them upside-down, similar to a scoop slam lift. The opponent
is then lowered while being held so that the opponent's head is
hanging between the standing wrestler's knees. The wrestler then
falls or jumps to their knees, driving the opponent's head into the
mat
</li>
</ul>
</div>
<img
src="https://slack-imgs.com/?c=1&o1=ro&url=https%3A%2F%2Fluchavavoom.com%2Fwp-content%2Fuploads%2F2018%2F04%2Fblack-tiger-mask.jpg"
alt=""
class="img3"
/>
<div class="text3">
<ul class="lists">
<li><strong>Tiger suplex</strong></li>
<li>
Innovated by Alfonso Dantés and popularized by the original Tiger
Mask (Satoru Sayama), this move sees the wrestler standing behind
their opponent, hooks both of the opponent's arms from the sides,
and places their hands palm down flat against the opponent's upper
back.
</li>
<li>
The wrestler then lifts the opponent up and falls backwards, arching
their back and legs and then slamming the opponent down to the mat
shoulder and neck first. Like other suplex variations, this move can
either end in a bridging pin or be released upon execution.
</li>
</ul>
</div>
</section>
<footer></footer>
</body>
</html>