-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-us.html
More file actions
64 lines (56 loc) · 2.89 KB
/
about-us.html
File metadata and controls
64 lines (56 loc) · 2.89 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - VoidCore</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="navbar">
<div class="logo">
Void<span class="highlight">Core</span>
</div>
<div class="nav-links">
<a href="index.html" class="nav-item">Home</a>
<a href="about-us.html" class="nav-item">About Us</a>
<a href="void-ransomware.html" class="nav-item">Void Ransomware</a>
<a href="recruitment.html" class="nav-item">Recruitment</a>
<li><a href="flags.html" class="nav-item">Flags</a></li>
</div>
<a href="login.html" class="login-btn">Login</a>
</div>
<div class="about-us-container">
<h1 class="about-title">About VoidCore</h1>
<div class="about-content">
<p class="intro-text">
VoidCore is at the forefront of a new era in cybersecurity operations, blending cutting-edge technology with strategic precision. We specialize in disrupting global leaders by breaching their most vulnerable systems. Our reach is vast, and our goals are clear: to expose the fragility of the modern digital economy.
</p>
<h2 class="mission-title">Our Mission</h2>
<p class="mission-text">
We aim to create a world where no corporation or government entity is safe from the shadows. Our operations involve a blend of high-end ransomware, cyber espionage, and data theft designed to shake the pillars of large institutions. With every breach, we further our cause, demanding massive ransoms in exchange for the return of vital corporate data. Glory to our leader VoidSoup!!
</p>
<p class="mission-text">
Glory to our leader <strong style="color: white;">VoidSoup</strong>!!
</p>
<h2 class="stats-title">VoidCore Statistics</h2>
<ul class="stats-list">
<li><strong>Founded:</strong> 2024</li>
<li><strong>Global Reach:</strong> 45+ countries</li>
<li><strong>Net Worth:</strong> $2.5b Rev</li>
<li><strong>Ransom Collected:</strong> 5.5b+</li>
</ul>
<h2 class="values-title">Our Values</h2>
<ul class="values-list">
<li>Innovative: Always evolving our attack strategies and tactics.</li>
<li>Disruptive: Challenging the status quo with every operation.</li>
<li>Effective: Maximizing the impact of every breach.</li>
<li>Deadly leader: Expert Pentration Testers! All hail MrVortex!!!.</li>
</ul>
</div>
</div>
<footer class="footer">
<p>© 2024 VoidCore. All rights reserved.</p>
</footer>
</body>
</html>