-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (81 loc) · 2.69 KB
/
index.html
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/terminal.min.css" />
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js" async></script>
<title>nealpatel</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=PT+Mono&display=swap');
:root {
--background-color: #fafafa;
--font-stack: "PT Mono";
--global-font-size: 17px;
}
.terminal-card header {
background-color: #f8d551;
}
.terminal-card header {
color: #000000;
}
</style>
</head>
<body>
<div class="container">
<h1 class="terminal-prompt">patel.codes</h1>
</div>
<div class="container">
<section id="about">
<div>
<h2>about</h2>
<p>hi, my name is neal patel.</p>
<p>i enjoy building things and taking them apart. other than mathematics and programming,
i particularly enjoy:
<li>* cooking (modern gastronomy, fusion cuisines)</li>
<li>* space travel and exploration</li>
<li>* algorithmic trading</li>
<li>* film photography</li>
<li>* prime numbers</li>
<li>* <strong style="color: #f8d551;background-color: black;">#f8d551</strong></li>
<li>* piano</li>
</p>
<p>currently, i am software engineer at google working on go cryptography and security.</p>
</div>
</section>
</div>
<div class="container">
<h2>musings</h2>
<section class="terminal-card toc-container" id="musings">
<header>Table of Contents</header>
<ol class="terminal-toc container">
<!-- <li><a href="fermat.html">visualizing fermat primes accidentally</a></li> -->
<!-- <li><a href="interstellar.html">session cookie exploit for interstellar 70mm</a></li> -->
<li><a href="./blogs/useless-30dte-lemma.html">
don't let LLMs erode first principles thinking
</a></li>
</ol>
</section>
</div>
<br><br>
<div class="container">
<section>
<h2>galleries</h2>
<ul>
<nav>
<li><a href="./galleries/untitled-no1/wall.html">untitled #1</a></li>
</nav>
</ul>
</section>
</div>
<br><br>
<div class="container">
<!-- <h2>contact<a><small><sup>top</sup></small></a></h2> -->
<h2>connect</h2>
<section id="connect">
<li>linkedin: <a href="https://linkedin.com/in/thatnealpatel">thatnealpatel</a></li>
<li>github: <a href="https://github.com/thatnealpatel">thatnealpatel</a></li>
<li><p>email: neal@ [ my website ]</p></li>
</section>
</div>
</body>
</html>