Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions pages/contribute.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Contribute to NACSE</title>
<link rel="stylesheet" href="/assets/css/style.css"/>
</head>
<body>
<main>
<h1>Contribute to NACSE</h1>

<section>
<h2>What We're Looking For</h2>
<p>
Articles, tutorials, and applied write-ups are welcome.
NACSE focuses on practical cybersecurity and systems engineering topics —
real systems, real challenges, and actionable insights.
</p>
</section>

<section>
<h2>Attribution</h2>
<p>
Submissions are published under the author's name with full credit.
Your work, your byline.
</p>
</section>

<section>
<h2>How to Submit</h2>
<p>
Contributors can reach out via LinkedIn or Discord to discuss ideas
or submit work.
</p>
</section>

<footer>
<p><em>An initiative by Tech with Orgito.</em></p>
</footer>
</main>
</body>
</html>