-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
182 lines (182 loc) · 11.5 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="google-adsense-account" content="ca-pub-7945526097226654">
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<link rel="icon" href="https://cdn.discordapp.com/avatars/746808861066788895/3831221cf9eaa01234006a0e1aed9f6c.webp?size=40" type="image/x-icon" />
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<title>iMerciless | Official Website</title>
<meta content="iMerciless | Official Website" property="og:title" />
<meta content="The official website for the amazing YouTuber and developer, iMerciless" property="og:description" />
<meta content="https://imerciless.com/" property="og:url" />
<meta content="https://cdn.discordapp.com/avatars/746808861066788895/3831221cf9eaa01234006a0e1aed9f6c.webp?size=40" property="og:image" />
<meta content="#000000" data-react-helmet="true" name="theme-color" />
<script>
window.onload = function () {
setTimeout(function() {
window.scrollTo(-110, -110); // Scroll to the top after a short delay
}, 0);
}
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7945526097226654"
crossorigin="anonymous"></script>
</head>
<body>
<header>
<div class="logo">iMerciless</div>
<div class="menu-toggle">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
<nav>
<ul>
<li><a href="#home"><img src="assets/home_icon.png" alt="Home" class="nav-icon"> Home</a></li>
<li><a href="#about"><img src="assets/about_icon.png" alt="About" class="nav-icon"> About</a></li>
<li><a href="#projects"><img src="assets/projects_icon.png" alt="Projects" class="nav-icon"> Projects</a></li>
<li><a href="#contact"><img src="assets/contact_icon.png" alt="Contact" class="nav-icon"> Contact</a></li>
<li><a href="https://discord.gg/vRcmY5JYtR" target="_blank"><img src="assets/discord_icon.png" alt="Discord" class="nav-icon discord-icon"> Discord</a></li>
<li><a href="https://www.youtube.com/@imerciless" target="_blank"><img src="assets/youtube_icon.png" alt="YouTube" class="nav-icon youtube-icon"> YouTube</a></li>
<li><a href="login" class="btn-login"><img src="assets/login_icon.png" alt="Login" class="nav-icon"> Login</a></li>
</ul>
</nav>
</header>
<main>
<section id="home" class="hero">
<div class="content">
<h1>Welcome to <span class="highlight">my website!</span></h1>
<p class="sub-heading">Unlocking Creativity, One Project at a Time</p>
<a href="#about" class="btn">Learn More</a>
</div>
</section>
<section id="about" class="about">
<div class="content">
<h2>About Me</h2>
<p>Hey! I'm iMerciless! I am a small, yet passionate content creator and developer. If you subscribed to my channel it would make my day! Thank so much! ❤️</p>
</div>
</section>
<section id="projects" class="projects">
<div class="content">
<h2>My Projects</h2>
<p>Notice: I do not condone nor promote cheating! Any cheat modification I have developed or coded were all for educational purposes and WILL NOT be public or published.</p>
<div class="content project-container">
<div class="project">
<h3>Moonsense Client <span class="project-status green">In Development</span></h3>
<p>An upcoming free-to-use Minecraft client supporting versions from 1.8.9 to the latest, equipped with FPS boosts and features tailored to enhance your gameplay experience.</p>
</div>
<div class="project">
<h3>Merciless Client <span class="project-status yellow">Slow Development</span></h3>
<p>Merciless Client is a free, FPS Boosting minecraft client developed for and by the minecraft YouTuber iMerciless.</p>
</div>
<div class="project">
<h3>Merciless Overlay <span class="project-status yellow">Slow Development</span></h3>
<p>A customizable stats overlay for Hypixel BedWars, seamlessly integrated with AntiSniper functionality.</p>
</div>
<div class="project">
<h3>RubyAI <span class="project-status yellow">Slow Development</span></h3>
<p>RubyVoiceAI is a simple voice-controlled assistant written in Python. It can perform various tasks based on voice commands.</p>
</div>
<div class="project">
<h3>iMerciless.com <span class="project-status yellow">Slow Development</span></h3>
<p>The official website for iMerciless, serving as a platform to showcase our work and connect with our community.</p>
</div>
<div class="project">
<h3>orakle.lol <span class="project-status yellow">Slow Development</span></h3>
<p>Official website for the hypixel guild, orakle.</p>
</div>
<div class="project">
<h3>Merciless's Minion <span class="project-status yellow">Slow Development</span></h3>
<p>Official discord bot for the discord server iMerciless's Community.</p>
</div>
</div>
</div>
</section>
<section id="projects" class="projects">
<div class="content">
<h2>My Dead Projects</h2>
<p>Notice: I do not condone nor promote cheating! Any cheat modification I have developed or coded were all for educational purposes and WILL NOT be public or published.</p>
<div class="content project-container">
<div class="project">
<h3>Merciless Lite <span class="project-status red">Abandoned</span></h3>
<p>A 1.8 Forge Ghost Client, made to bypass cracked server's such as PikaNetwork, Herobrine, and BlocksMC.</p>
</div>
<div class="project">
<h3>Nexus AI <span class="project-status green">Finished</span></h3>
<p>Nexus AI was the first version before RubyAI was released. This unlreleased AI has little to no features, other than responding to simple commands such as "what time is it?"</p>
</div>
<div class="project">
<h3>Indigo Client <span class="project-status red">Abandoned</span></h3>
<p>A private, invite only, 1.8.9 forge hacked client. Made specifically for blocksmc.</p>
</div>
<div class="project">
<h3>Alpha Client <span class="project-status red">Abandoned</span></h3>
<p>A 1.8.9 PvP Client made for cracked servers, such as PikaNetwork, BlocksMC and many more!</p>
</div>
<div class="project">
<h3>Alpha Client Lite <span class="project-status red">Abandoned</span></h3>
<p>A 1.7 PvP Client with minimal modifications to increase the FPS of Minecraft by 10 fold.</p>
</div>
<div class="project">
<h3>Aethian Lite <span class="project-status red">Abandoned</span></h3>
<p>A universal AutoClicker. Supports MacOS and Windows.</p>
</div>
<div class="project">
<h3>Crystal Client <span class="project-status red">Abandoned</span></h3>
<p>A simple minimalistic minecraft client made to optimize the older version of Minecraft.</p>
</div>
<div class="project">
<h3>Mercy AntiCheat <span class="project-status red">Abandoned</span></h3>
<p>A minecraft mutli-version supported AntiCheat developed to dected players using the Indigo Client.</p>
</div>
<div class="project">
<h3>NightSupport <span class="project-status green">Finished</span></h3>
<p>A multi-purpose discord bot with many different features such as, comminity, moderation, music, and many more commands!</p>
</div>
<div class="project">
<h3>Blissolic.com <span class="project-status red">Abandoned</span></h3>
<p>An unofficial website for the YouTuber Blissolic, designed to provide insights into their content and community.</p>
</div>
<div class="project">
<h3>Project: Metal <span class="project-status red">Abandoned</span></h3>
<p>A new project that is sort of unknown to the public. However what we do know is that it was going to be a new first person shooter game, however iMerciless has since left the project abandoned.</p>
</div>
</div>
</div>
</section>
<section id="version-selection">
<div class="content">
<h2>Website Version Selection</h2>
<div class="version-buttons">
<a href="v/1.html" class="version-link">Website Version: 1<br><span class="version-description">2023-11-29</span></a>
<a href="v/2.html" class="version-link">Website Version: 2<br><span class="version-description">2023-12-10</span></a>
<a href="v/3.html" class="version-link">Website Version: 3<br><span class="version-description">2024-01-1</span></a>
<a href="v/4.html" class="version-link">Website Version: 4<br><span class="version-description">2024-02-11</span></a>
<a href="https://imerciless.com" class="version-link">Website Version: 5<br><span class="version-description">2024-03-19</span></a>
<!-- Add more links for other versions if needed -->
</div>
</div>
</section>
<section id="contact" class="contact hero">
<div class="content">
<h2>Get in Touch</h2>
<p>Have a project in mind or just want to say hello? Feel free to reach out!</p>
</div>
</section>
</main>
<footer>
<div class="content">
<p>© 2024 iMerciless. All rights reserved.</p>
<ul class="social-links">
<li><a href="https://twitter.com/imercilessly_" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.youtube.com/@imerciless" target="_blank"><i class="fab fa-youtube"></i></a></li>
<li><a href="https://github.com/imercilessly" target="_blank"><i class="fab fa-github"></i></a></li>
<li><a href="https://discord.gg/vRcmY5JYtR" target="_blank"><i class="fab fa-discord"></i></a></li>
</ul>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>