-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwriteups.html
More file actions
39 lines (36 loc) · 1.46 KB
/
Copy pathwriteups.html
File metadata and controls
39 lines (36 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Write ups from pa7ch3s. Section under development. Publishing limited by in-house constraints.">
<title>pa7ch3s: Write Ups</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css?v=carousel-fix">
</head>
<body>
<header class="site-header">
<nav class="nav">
<a href="whoami.html" class="nav-link">Who Am I?</a>
<a href="index.html#focus" class="nav-link">Focus</a>
<a href="tools.html" class="nav-link">Tools</a>
<a href="writeups.html" class="nav-link">Write Ups</a>
<a href="index.html#contact" class="nav-link">Contact</a>
<a href="resume.html" class="nav-link">Resume</a>
</nav>
</header>
<main>
<section class="section">
<h2 class="section-title">Write Ups</h2>
<div class="about-content writeups-blurb">
<p>I am still developing this section, and in-house constraints limit what I can publish here for now.</p>
</div>
</section>
</main>
<footer class="site-footer">
<p>© 2026 • App Designed by pa7ch3s</p>
</footer>
</body>
</html>