-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (66 loc) · 3.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Real Steel</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/lottie-web/5.7.14/lottie.min.js"></script>
<script src="animations.js" defer></script>
<script src="index.js" defer></script>
</head>
<body>
<div class="gradient-background"></div>
<div class="top-bar">
<div class="wrapper">
<div class="profile">
<!-- Add your social links here -->
<a href="https://discord.com/users/756728175894986824" target="_blank" rel="noopener noreferrer">
<img src="/content/pfp.png" alt="Discord Profile">
</a>
<a href="https://github.com/skullcrushercmd" target="_blank" rel="noopener noreferrer">
<div id="github" class="lottie"></div>
</a>
<a href="https://www.youtube.com/channel/UCeo0VreehjhaiPYnf4K7kSQ" target="_blank" rel="noopener noreferrer">
<div id="youtube" class="lottie"></div>
</a>
</div>
<div class="navigation">
<!-- Add your navigation links here -->
<a href="about.html" target="_blank" rel="noopener noreferrer">
<div id="info" class="info"></div>
</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div>
</div>
<a href="index.html" class="title">
<span class="steel">rea</span><span class="tesla">L</span> <span class="steel">stee</span><span class="tesla">L</span>
</a>
</div>
<div class="content-container">
<div class="content">
<div class="content-large">
hello, my name is <span class="highlight">sukuna</span>
</div>
<div class="content-left">
<p> </p>
<p>the goal of this website is to provide a place for me </p>
<p>to put my projects and other things i want to share with the world.</p>
<p>the goal of this website is to provide a place for me </p>
<p>to put my projects and other things i want to share with the world.</p>
<p>the goal of this website is to provide a place for me </p>
<p>to put my projects and other things i want to share with the world.</p>
<p>the goal of this website is to provide a place for me </p>
<p>to put my projects and other things i want to share with the world.</p>
<p>the goal of this website is to provide a place for me </p>
<p>to put my projects and other things i want to share with the world.</p>
<p>the goal of this website is to provide a place for me </p>
<p>to put my projects and other things i want to share with the world.</p>
<p>the goal of this website is to provide a place for me </p>
<p>to put my projects and other things i want to share with the world.</p>
<p>the goal of this website is to provide a place for me </p>
<p>to put my projects and other things i want to share with the world.</p>
<p></p>
</div>
</div>
</div>