-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (45 loc) · 1.28 KB
/
index.html
File metadata and controls
49 lines (45 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>NACSE — Applied Cybersecurity & Systems Engineering</title>
<link rel="stylesheet" href="/assets/css/style.css"/>
</head>
<body>
<header>
<h1>NACSE</h1>
<p>Newsletter of Applied Cybersecurity & Systems Engineering</p>
</header>
<main>
<section>
<h2>About NACSE</h2>
<p>
NACSE is a monthly newsletter focused on applied cybersecurity and systems engineering.
It examines real systems, engineering decisions, and security outcomes shaped by
architecture, configuration, and operational context.
</p>
</section>
<section>
<h2>Latest</h2>
<ul>
<li>
<a href="/issues/2026-01.html">New Blog #1 — Presenting NACSE</a>
<span>(2026-02-01)</span>
</li>
</ul>
</section>
<section>
<h2>Contribute</h2>
<p>
Articles, tutorials, and applied write-ups are welcome.
Contributions are published under the author’s name with full credit.
</p>
<p>Contact via LinkedIn or Discord.</p>
</section>
</main>
<footer>
<p>An initiative by Tech with Orgito.</p>
</footer>
</body>
</html>