-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwriteup.html
More file actions
51 lines (50 loc) · 1.74 KB
/
Copy pathwriteup.html
File metadata and controls
51 lines (50 loc) · 1.74 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
50
51
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1, viewport-fit=cover" name="viewport"/>
<title>writeup | c4tz</title>
<link href="static/css/style.css" rel="stylesheet"/>
</head>
<body>
<div class="page">
<aside class="sidebar">
<a class="brand" href="../">
<img alt="" class="avatar" src="https://m.media-amazon.com/images/I/511PnEDrRfL._AC_.jpg"/>
<div><h1>c4tz</h1><p>projects, research & writeups</p></div>
</a>
<nav class="snav">
<ul>
<li><a alt="" href="../"> ../</a></li>
<li><a alt="" aria-current="page" href="/writeup.html"> writeup</a></li>
<li><a alt="" href="/portfolio.html"> project</a></li>
<li><a alt="" href="/research.html"> research</a></li>
<li><a alt="" href="/about.html"> abouts</a></li>
</ul>
</nav>
</aside>
<div class="content">
<div class="topbar">
<img alt="" class="avatar" src="https://m.media-amazon.com/images/I/511PnEDrRfL._AC_.jpg"/>
<strong>c4tz</strong>
</div>
<main class="main">
<h2 class="page-title">writeup</h2>
<section class="list">
<a class="card" href="Writeup/writeup-cdsa.html"><h2>Write-Up — CDSA</h2></a>
<a class="card" href="Writeup/writeup-cjca.html"><h2>Write-Up — CJCA</h2></a>
<a class="card" href="Writeup/writeup-ai-red-team.html"><h2>Write-Up — AI Red Teaming</h2></a>
</section>
</main>
<footer class="footer">© 2025 c4tz — respect cats</footer>
</div>
</div>
<nav aria-label="Navigation mobile" class="mobile-nav">
<a alt="" aria-current="page" href="/writeup.html"><span>writeup</span></a>
<a alt="" href="/portfolio.html"><span>project</span></a>
<a alt="" href="/research.html"><span>research</span></a>
<a alt="" href="/about.html"><span>abouts</span></a>
</nav>
<script src="/static/js/page-transition.js" defer></script>
</body>
</html>