-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (82 loc) · 2.28 KB
/
index.html
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
<html>
<head>
<meta charset="utf-8">
<title>Sashank's First site</title>
<body>
<table cellspacing="10">
<tr>
<td> <img src="images/gojo-modified.png" alt="Gojo Saturo picture" width="350" height="300">
</td>
<td>
<h1>Gojo Satoru</h1>
<p><em>Teacher at the <strong><a href="https://jujutsu-kaisen.fandom.com/wiki/Tokyo_Metropolitan_Curse_Technical_College">Tokyo Jujutsu High</a>.</strong></em></p>
<p><em>He is one of the main protagonists of <strong><a href="https://g.co/kgs/RymvnX">Jujutsu Kaisen</a></strong> </em>. He is a special grade jujutsu sorcerer. </p>
</td>
</tr>
</table>
<hr>
<h3><a href="https://youtu.be/-xt1y8Ldsos">Strengths and Techniques</a></h3>
<ul>
<li>Immense Strength</li>
<ul>
<li>powerful punches</li>
<li>fight against powerful curses without a problem</li>
</ul>
<li>Immense Speed & Reflexes</li>
<ul style="i">
<li>Capable of moving faster than the eye could perceive.</li>
<li>Can also eliminate a thousand transfigured humans in five minutes.</li>
</ul>
<li>Tactical Intellect</li>
<ul>
<li>He is capable of figuring out his opponent's plan with minimum information.</li>
<li>He is also capable of conceiving multiple battle strategies while fighting at blinding speeds.</li>
</ul>
</ul>
<hr>
<h3>Achievements</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2019-2020</td>
<td>Best trainer of the year</td>
</tr>
<tr>
<td>2018-cur</td>
<td>Strongest jujutsu sorcerer</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<p>
<h3>Powers</h3>
</p>
<table cellspacing="10">
<tbody>
<tr>
<td>Limitless</td>
<td>⭐️⭐️⭐️⭐️⭐️</td>
<td>Cursed Technique Lapse</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Infinity</td>
<td>⭐️⭐️⭐️⭐️⭐️</td>
<td>Hollow Purple</td>
<td>⭐️⭐️⭐️</td>
</tr>
</tbody>
</table>
<hr>
<a href="hobbies.html">Hobbies</a>
<p><a href="contact.html">Contact information</a></p>
</body>
</html>