forked from soulr344/soulr344.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (54 loc) · 2.16 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
<!DOCTYPE html>
<html>
<head>
<title> soulr344 - GitHub Pages </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> -->
<script src="./script/script.js"></script>
<link rel="stylesheet" href="./style/style.css">
</head>
<body>
<div class="top-bar">
<span class="title">Soul Reaper</span>
<div class="three-bar">
<div class="bar bar1"></div>
<div class="bar bar2"></div>
<div class="bar bar3"></div>
</div>
</div>
<div class="top-menu">
<div class="option">Home</div>
<div class="option">Contact</div>
<div class="option">About</div>
</div>
<div class="main-body">
<div class="main">
<!-- Every dynamically generated posts will go here -->
</div>
<div class="contact-body">
<div class="block">
<span class="title">Contact Me!</span>
<hr>
<p class="content" style="line-height: 150%;">
Github: <a href="https://github.com/soulr344/">Here</a><br>
Telegram: <a href="https://t.me/soulr344/">Here</a><br>
XDA-Developers: <a href="https://forum.xda-developers.com/m/soulr344.9838527/">Here</a><br>
</p>
</div>
</div>
<div class="about-body">
<div class="block">
<span class="title">About Me!</span>
<hr>
<p class="content" style="line-height: 150%;">
I'm Soul Reaper, a 16 year old, Grade 11 student who loves coding. School's are meh...
</p>
</div>
</div>
<div class="footer">
Copyright © 2021 soulr344
<img src="icons/gh.png" alt="GitHub Profile">
</div>
</div>
</body>
</html>