Spaces:
Configuration error
Configuration error
| 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> |