-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
249 lines (214 loc) · 6.68 KB
/
index.html
File metadata and controls
249 lines (214 loc) · 6.68 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
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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="ByteBreach is a cybersecurity and privacy-focused initiative building secure, open-source tools and solutions for the modern internet.">
<meta name="keywords" content="ByteBreach, cybersecurity, privacy, security tools, open source">
<meta name="author" content="ByteBreach">
<meta name="robots" content="index, follow">
<title>ByteBreach | Cybersecurity & Privacy</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<style>
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
background-color: #f8f9fb;
color: #333;
line-height: 1.6;
}
header {
background-color: #ffffff;
border-bottom: 1px solid #e1e4e8;
padding: 20px 0;
}
.container {
max-width: 1000px;
margin: auto;
padding: 0 20px;
}
header h1 {
margin: 0;
font-size: 1.8em;
color: #1f2933;
}
header p {
margin: 5px 0 0;
color: #6b7280;
}
section {
padding: 50px 0;
}
h2 {
color: #1f2933;
margin-bottom: 20px;
}
p {
max-width: 800px;
}
.features {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
}
.feature {
background: #ffffff;
padding: 20px;
border-radius: 6px;
border: 1px solid #e1e4e8;
}
.feature i {
color: #2563eb;
font-size: 1.5em;
margin-bottom: 10px;
}
.feature h3 {
margin: 10px 0;
font-size: 1.1em;
}
footer {
background-color: #ffffff;
border-top: 1px solid #e1e4e8;
padding: 20px 0;
text-align: center;
font-size: 0.85em;
color: #6b7280;
}
.social-links a {
margin: 0 10px;
color: #2563eb;
font-size: 1.3em;
text-decoration: none;
}
.notice {
background-color: #eef2ff;
border-left: 4px solid #2563eb;
padding: 15px;
margin-top: 30px;
max-width: 800px;
}
/* Greeting */
.greeting-box {
display: none;
position: fixed;
bottom: 20px;
right: 20px;
background: #ffffff;
border: 1px solid #e1e4e8;
padding: 15px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
max-width: 300px;
}
.greeting-box.show {
display: block;
}
.greeting-box button {
margin-top: 10px;
background: #2563eb;
color: #ffffff;
border: none;
padding: 6px 10px;
cursor: pointer;
border-radius: 4px;
}
.greeting-box button:hover {
background: #1d4ed8;
}
@media (max-width: 768px) {
header h1 {
font-size: 1.4em;
}
}
</style>
</head>
<body>
<header>
<div class="container">
<h1>ByteBreach</h1>
<p>Cybersecurity & Privacy-Focused Open Source</p>
</div>
</header>
<section>
<div class="container">
<h2>About ByteBreach</h2>
<p>
ByteBreach is a cybersecurity initiative focused on building secure,
privacy-respecting, and open-source tools for developers, individuals,
and organizations.
</p>
<p>
Our work emphasizes transparency, minimal data collection, and
user-controlled security without invasive tracking.
</p>
</div>
</section>
<section>
<div class="container">
<h2>What We Build</h2>
<div class="features">
<div class="feature">
<i class="fas fa-lock"></i>
<h3>Privacy-First Tools</h3>
<p>Security solutions that respect user privacy by design.</p>
</div>
<div class="feature">
<i class="fas fa-code"></i>
<h3>Open Source Software</h3>
<p>Fully transparent code that anyone can audit and improve.</p>
</div>
<div class="feature">
<i class="fas fa-user-shield"></i>
<h3>Tor & Anonymity Solutions</h3>
<p>Tools that help users publish and protect services anonymously.</p>
</div>
<div class="feature">
<i class="fas fa-book"></i>
<h3>Education & Research</h3>
<p>Learning resources and experiments around security.</p>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<h2>Privacy Commitment</h2>
<div class="notice">
<strong>We respect your privacy.</strong><br>
This website does not collect personal data.
A small local cookie is used only to remember whether the welcome message
has been shown.
</div>
</div>
</section>
<section>
<div class="container">
<h2>Connect</h2>
<div class="social-links">
<a href="https://github.com/ByteBreach" title="GitHub"><i class="fab fa-github"></i></a>
<a href="https://twitter.com/mrfidal" title="Twitter"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/mr.fidal" title="Instagram"><i class="fab fa-instagram"></i></a>
<a href="https://t.me/mrfidal" title="Telegram"><i class="fab fa-telegram"></i></a>
</div>
</div>
</section>
<footer>
© 2024 ByteBreach — Open, Secure, Privacy-First
</footer>
<div id="greetingBox" class="greeting-box">
<strong>Welcome to ByteBreach</strong>
<p>Open-source security tools built with privacy in mind.</p>
<button id="closeGreeting">Close</button>
</div>
<script>
const seen = document.cookie.includes("seen=true");
if (!seen) {
document.getElementById("greetingBox").classList.add("show");
}
document.getElementById("closeGreeting").onclick = () => {
document.getElementById("greetingBox").classList.remove("show");
document.cookie = "seen=true; max-age=604800; path=/";
};
</script>
</body>
</html>