-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (62 loc) · 2.77 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Gojo Satoru</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="/css/master.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="about">
<img class="about-pic"src="images/about.png" alt="gojo-picture">
</div>
<div class="top-container">
<img src="images/cloud.png" alt="cloud-image" class="top-cloud"></span>
<h1><span class="cloud"> I'm Gojo Satoru.</h1>
<h2>The strongest <span class="pro">Jujutsu</span> Sorcerer.</h2>
<img src="images/cloud.png" alt="cloud-image" class="bottom-cloud">
<img src="images/mountain.png" alt="mountain-image" class="mountain">
</div>
<div class="middle-container">
<div class="profile">
<img src="images/gojo-modified.png" alt="gojo-pic" height="250px">
<h2>Hello.</h2>
<p class="intro">Teacher at the Tokyo Jujutsu High. I'm the main protagonists of Jujutsu Kaisen. A special grade jujutsu sorcerer.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="pow" src="images/red1.png" alt="power pic" height="200px" width="400px">
<h3>The Reversed Form Of Limitless</h3>
<p>Red Cursed Technique Reversal is the exact opposite of Blue. Instead of forcing matter together, it generates the power to repel by infusing reversed cursed energy into the power of Limitless.</p>
</div>
<div class="skill-row">
<img class="limitless" src="images/limitless1.png" alt="limitless power pic" height="200px" width="450px">
<h3>Domain Expansion</h3>
<p>Gojo's Domain Expansion Technique is known as the Unlimited Void. The Unlimited Void is the space of the Limitless, void of anything. In this space, an enemy is overwhelmed with limitless information.</p>
</div>
</div>
<hr><br>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you wanna be a Jujutsu sorcerer</h3>
<p>You can contact me by clicking any of the links down here👇🏻</p>
<br><br>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<br>
<br>
<br>
<div class="bottom-container">
<a class="footer-link" href="https://github.com/sashanksaya">GitHub</a>
<a class="footer-link" href="https://www.instagram.com/sashank_saya/?hl=en">Instagram</a>
<a class="footer-link" href="https://twitter.com/jujutsu_kaisen_?lang=en">Twitter</a><br><br>
<p id="copy">© 2022 <span class="pro">Sashank Saya.</span> All rights reserved.</p>
</div>
</body>
</html>