SecBSD's current website code
This commit is contained in:
commit
0535ccbe63
33 changed files with 2918 additions and 0 deletions
59
index.html
Normal file
59
index.html
Normal file
|
@ -0,0 +1,59 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<title>SecBSD</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="SecBSD">
|
||||
<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 class="active">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>
|
||||
<li><a href="sponsors.html">Sponsors</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<div class="box welcome">
|
||||
<h3><span class="green">█</span> SecBSD</h3>
|
||||
<p>
|
||||
Welcome to our passionate community-driven project!<br><br>
|
||||
We're dedicated to developing a security-focused UNIX-like
|
||||
operating system based on the renowned OpenBSD.<br><br>
|
||||
SecBSD is designed to meet the needs of security researchers,
|
||||
pentesters, bug hunters, cybersecurity professionals, hacktivists,
|
||||
and privacy-conscious individuals.
|
||||
</p>
|
||||
<p>
|
||||
At the core of our development process is the same philosophy as OpenBSD,
|
||||
emphasizing robust security, privacy protection, and strong cryptography by
|
||||
default.
|
||||
</p>
|
||||
<p>
|
||||
Join a vibrant community of like-minded individuals and gain valuable insights
|
||||
from BSD users through our collaborative forum. Our commitment to open source
|
||||
principles ensures transparency, fostering innovation and shared learning.
|
||||
</p>
|
||||
<div class="year">2024</div>
|
||||
</div>
|
||||
<div class="arthome">
|
||||
<img src="img/arthome.png" alt="[Artwork]">
|
||||
</div>
|
||||
<div class="footer">
|
||||
<ul class="contact">
|
||||
<li><a rel="me" href="https://exquisite.social/@secbsd"><img src="/img/mastodon.png" alt="[Mastodon]"></a></li>
|
||||
<li><a href="https://code.laylo.cloud/SecBSD"><img src="/img/git-laylo.png" alt="[Git-Laylo]"></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue