-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (59 loc) · 3.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name='description' content="The official personal website for Ziad (Mr.X) Software (aka. Insertx2k Dev, Mr.X)"/>
<link rel='stylesheet' href='index.css'/>
<script>
function copyDiscord() {
navigator.clipboard.writeText("Mr.X#9026");
alert("Copied Discord Tag to your Clipboard");
}
</script>
<title>Insertx2k Dev's Website</title>
<link rel="icon" href="https://raw.githubusercontent.com/InsertX2k/mrx/main/iconmrx.jpg">
</head>
<body>
<div class="holderdiv">
<div class="mrxpfp_div" title="Ziad Ahmed (aka. Mr.X) worldwidely known as Insertx2k Dev, is an expert Desktop Software Developer known for his popular project 'Temp_Cleaner GUI'">
<img src="mrx.jpg" class="mrxpfp" >
</div>
<div class="mrxsociallinks_div">
<p class="before_socialbuttons">
Ziad (Mr.X)'s Official Website
</p>
<div class="profilebutton" onclick="parent.location='https://insertx2k.github.io/temp_cleaner_gui'">
<img src="tcgicon.png" class="smallicon" alt="Temp_Cleaner GUI Logo">
<p class="link">Temp_Cleaner GUI</p>
</div>
<div class="megawake_button" onclick="parent.location='https://sourceforge.net/projects/megawake/'">
<img src="megawake.png" class="megawake_small" alt="megawake Logo"><p class="megawakelink">megawake</p>
</div>
<div class="scrbreak_button" onclick="parent.location='https://insertx2k.github.io/scrbreak/'">
<img src="scrbreak.png" class="scrbreak_small" alt="scrbreak Logo"><p class="scrbreaklink">scrbreak (ScreenBreak)</p>
</div>
<div class="githubprofile_button" onclick="parent.location='https://github.com/InsertX2k'">
<img src="gh.png" class="ghlogo_small" alt="Github Logo"><p class="ghlink">Github</p>
</div>
<div class="sourceforge_button" onclick="parent.location='https://sourceforge.net/u/mrxofficial/profile/'">
<img src="sourceforge2.png" class="sourceforge_small" alt="SourceForge Logo"><p class="sourceforge_link">SourceForge</p>
</div>
<div class="twitter_button" onclick="parent.location='https://twitter.com/insertplayztw'">
<img src="twitter.png" alt="Twitter Logo" class="twitter_small"><p class="twitter_link">@insertplayztw</p>
</div>
<div class="osuprofile_button" onclick="parent.location='https://osu.ppy.sh/users/29144820'">
<img src="osu.png" alt="osu! Logo" class="osu_small"><p class="osu_link">insertx2k_dev</p>
</div>
<div class="discord_button" onclick="copyDiscord();">
<img src="discord.png" alt="Discord Logo" class="discord_small"><p class="discord_link">Mr.X#9026</p>
</div>
<div class="discord_server_button" onclick="parent.location='https://discord.com/invite/HUMsUpaaHn'">
<img src="server.png" alt="Server Logo" class="server_small"><p class="discord_server_link">Discord Server</p>
</div>
<div class="donate_button" onclick="parent.location='https://www.buymeacoffee.com/insertx2kdev'">
<img src="coffee.png" alt="A cup of coffee" class="coffee_small"><p class="donation_link">Support me!</p>
</div>
</div>
</div>
</body>
</html>