2024-01-09 04:00:05 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset=utf-8>
|
|
|
|
<title>Hardware Donation</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="description" content="Hardware Donation">
|
|
|
|
<link rel="canonical" href="https://secbsd.org/">
|
|
|
|
<link rel="stylesheet" href="secbsd.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<nav>
|
|
|
|
<div>
|
|
|
|
<h1><a href="index.html">
|
|
|
|
<img src="/img/logo.png" alt="[SecBSD]"></a>
|
|
|
|
</h1>
|
|
|
|
</div>
|
|
|
|
<ul>
|
|
|
|
<li><a href="index.html">About</a></li>
|
|
|
|
<li><a href="download.html">Download</a></li>
|
|
|
|
<li><a href="docs.html">Docs</a></li>
|
|
|
|
<li><a href="faq.html">Faq</a></li>
|
|
|
|
<li><a href="team.html">Team</a></li>
|
2024-06-22 05:14:38 +02:00
|
|
|
<li><a href="donate.html">Donate</a></li>
|
2024-01-09 04:00:05 +01:00
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</header>
|
|
|
|
<div class="box hardware">
|
|
|
|
<div class="title green">HARD</div>
|
|
|
|
<div class="subtitle">WARE</div>
|
|
|
|
<div class="txt">
|
|
|
|
<span class="green">█</span><b class="purple"> Interested in supporting us?</b>
|
|
|
|
<div>
|
|
|
|
<h2>Hardware wanted:</h2>
|
|
|
|
<ul class="list">
|
2024-06-22 05:14:38 +02:00
|
|
|
<li>DDR4 RAM 1x32GB 3200MT/s.
|
2024-01-09 04:00:05 +01:00
|
|
|
</li>
|
2024-06-22 05:14:38 +02:00
|
|
|
<li>SSD 2x1TB.
|
2024-01-09 04:00:05 +01:00
|
|
|
</li>
|
2024-06-22 05:14:38 +02:00
|
|
|
<li>NVMe PCIe Mode 22110 M.2 512GB.
|
2024-01-09 04:00:05 +01:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<h3>You don't have hardware but you still want to help us?</h3>
|
|
|
|
<ul class="list">
|
|
|
|
<li>Spread the word in your social media. #SecBSD</li>
|
|
|
|
<li>Be a SecBSD advocate. We need hackers sharing ideas all over
|
|
|
|
the world.
|
|
|
|
</li>
|
|
|
|
<li>Prepare an Write-Up using SecBSD and share your knowledge
|
|
|
|
and hacking skills to the community.
|
|
|
|
</li>
|
|
|
|
<li>Attend our hackathons. We want to solve big problems and
|
|
|
|
hack everything.
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|