README / README.md
p7inc3's picture
Update README.md
2ae5487 verified
---
license: mit
short_description: Cutting-edge ML & Robust Cybersecurity Community
title: blackXmask Community
---
<style>
/* ============================
🌌 BACKGROUND ANIMATION
============================ */
.container {
font-family: 'Segoe UI', sans-serif;
padding: 60px 20px;
text-align: center;
color: #e5e7eb;
background: linear-gradient(-45deg, #050816, #0f172a, #111827, #020617);
background-size: 400% 400%;
animation: moveBG 12s ease infinite;
}
@keyframes moveBG {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
/* ============================
πŸ–Ό HERO IMAGE
============================ */
.hero img {
width: 160px;
border-radius: 16px;
box-shadow: 0 15px 40px rgba(0,0,0,0.6);
animation: float 5s ease-in-out infinite;
}
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-10px); }
100% { transform: translateY(0px); }
}
/* ============================
🏷 TITLE
============================ */
h1 {
font-size: 2.6rem;
margin-top: 20px;
background: linear-gradient(90deg, #60a5fa, #a78bfa, #34d399);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/* ============================
✍️ TEXT
============================ */
p {
max-width: 800px;
margin: auto;
line-height: 1.7;
color: #cbd5e1;
}
/* ============================
πŸ“¦ CARDS
============================ */
.card-container {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 20px;
margin-top: 40px;
}
.card {
background: rgba(255,255,255,0.05);
padding: 20px;
border-radius: 12px;
width: 260px;
box-shadow: 0 10px 30px rgba(0,0,0,0.3);
transition: transform 0.3s ease;
}
.card:hover {
transform: translateY(-8px);
}
.card h3 {
color: #93c5fd;
}
.card p {
font-size: 0.95rem;
}
/* ============================
πŸ”— LINKS
============================ */
a {
color: #60a5fa;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* ============================
πŸ“± RESPONSIVE
============================ */
@media (max-width: 768px) {
.card-container {
flex-direction: column;
align-items: center;
}
}
</style>
<div class="container">
<!-- HERO -->
<div class="hero">
<img src="https://cdn-uploads.huggingface.co/production/uploads/6a0dc58788a46066d74879e6/CO9z14h4_FdXPqFc3l2MP.png">
</div>
<h1>blackXmask Community</h1>
<p>
Welcome to <b>blackXmask</b> β€” a cutting-edge community where
Machine Learning meets Cybersecurity. We explore adversarial AI,
LLM safety, prompt injection defense, and next-gen secure intelligence systems.
</p>
<p>
Our mission is to build a future where AI systems are not only powerful,
but also resilient, explainable, and secure against real-world threats.
</p>
<!-- CARDS -->
<div class="card-container">
<div class="card">
<h3>🧠 Machine Learning</h3>
<p>Research in adversarial ML, LLM training, and safety alignment systems.</p>
</div>
<div class="card">
<h3>πŸ›‘ Cybersecurity</h3>
<p>Focus on prompt injection, jailbreak defense, and AI threat modeling.</p>
</div>
<div class="card">
<h3>⚑ Innovation</h3>
<p>Building next-gen tools that merge AI + security + automation.</p>
</div>
</div>
<!-- LINKS -->
<h2 style="margin-top:40px;">🀝 Connect With Us</h2>
<p>
πŸ”— GitHub: <a href="https://github.com">blackXmask</a><br>
🌐 Community: AI Security Research Hub<br>
πŸš€ Focus: ML + Cybersecurity + Adversarial AI
</p>
</div>