-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (81 loc) · 2.31 KB
/
index.html
File metadata and controls
83 lines (81 loc) · 2.31 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Archers's Personal Site</title>
</head>
<body>
<table cellspacing ="40">
<tr>
<td><img src="https://upload.wikimedia.org/wikipedia/en/1/1f/Green_Arrow_%28circa_2021%29.jpg" alt="The Green Arrow"></td>
<td><h1>Oliver Queen / The Green Arrow</h1>
<p><em>A <strong>hero</strong> aiming to save my city. I am <a href="https://arrow.fandom.com/wiki/Oliver_Queen"> The Green Arrow</a>.</em></p>
<p>I am a trained martial artist and a have claimed mastery in the art of archery.</p></td>
</tr>
</table>
<hr>
<h3>Learned combat and archery from:</h3>
<ul>
<li>Island of Lian YU</li>
<li>A.R.G.U.S mission in Hong Kong</li>
<li>Rampages in Russia</li>
<li>Training under Ra's al Ghul in Nanda Parbat</li>
</ul>
<h3>Accomplishment's through the years:</h3>
<table>
<thead>
<tr>
<th>Dates</th>
<th>Opponents</th>
</tr>
</thead>
<tbody>
<tr>
<td>2012-2013</td>
<td>Defeated Malcom Merlyn <a href="https://arrow.fandom.com/wiki/Malcolm_Merlyn">/ Dark Archer</a></td>
</tr>
<tr>
<td>2013-2014</td>
<td>Defeated Slade Wilson <a href="https://arrow.fandom.com/wiki/Slade_Wilson">/ Deathstroke</a></td>
</tr>
<tr>
<td>2014-2015</td>
<td>Defeated Ra's al Ghul <a href="https://arrow.fandom.com/wiki/Ra%27s_al_Ghul">/ Demon's Head</a></td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<h3>Skills:</h3>
<table cellspacing="20">
<tr>
<td>Martial Arts</td>
<td>****</td>
</tr>
<tr>
<td>Archery</td>
<td>*****</td>
</tr>
<tr>
<td>Marksmanship</td>
<td>***</td>
</tr>
<tr>
<td>Acrobatics</td>
<td>****</td>
</tr>
<tr>
<td>Speed</td>
<td>****</td>
</tr>
<tr>
<td>Resorces</td>
<td>*****</td>
</tr>
</table>
<hr>
<p><a href="team.html">Team Arrow</a></p>
<p><a href="contact.html">Contact</a></p>
</body>
</html>