-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (49 loc) · 1.48 KB
/
Copy pathindex.html
File metadata and controls
53 lines (49 loc) · 1.48 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
52
53
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Akshay Reddy</title>
<style>
body {
max-width: 640px;
margin: 3rem auto;
padding: 0 1rem;
font-family: Georgia, serif;
font-size: 17px;
line-height: 1.6;
color: #222;
}
h1 { font-size: 1.6rem; margin-bottom: 0.2rem; }
h2 { font-size: 1.1rem; margin-top: 2rem; }
.muted { color: #666; }
a { color: #1a4b8c; }
ul { padding-left: 1.2rem; }
hr { border: none; border-top: 1px solid #ddd; margin: 2rem 0; }
</style>
</head>
<body>
<h1>Akshay Reddy</h1>
<p class="muted">Software engineer</p>
<p>
I build backend systems and AI agents. Currently working on agent
platforms, memory systems, and evaluation tooling.
</p>
<h2>Projects</h2>
<ul>
<li><strong>Dummy project one</strong> — a placeholder description of something interesting.</li>
<li><strong>Dummy project two</strong> — another placeholder, one line long.</li>
<li><strong>Dummy project three</strong> — yet another placeholder.</li>
</ul>
<h2>Writing</h2>
<ul>
<li><a href="#">A placeholder post title</a> <span class="muted">— Jun 2026</span></li>
<li><a href="#">Another placeholder post</a> <span class="muted">— Mar 2026</span></li>
</ul>
<hr>
<p class="muted">
<a href="https://github.com/internet-zero">GitHub</a> ·
<a href="mailto:officialinternetzero@gmail.com">Email</a>
</p>
</body>
</html>