Skip to content

Commit b8fbb7c

Browse files
committed
Content updates
1 parent cc5716f commit b8fbb7c

8 files changed

Lines changed: 22 additions & 24 deletions

File tree

blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</script>
1414
<meta charset="UTF-8" />
1515
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
16-
<title>Blog Robin's Site</title>
16+
<title>Blog - Robin's Site</title>
1717

1818
<link rel="stylesheet" href="css/shared.css" />
1919
<link rel="stylesheet" href="css/blog.css" />

course.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Course Robin's Site</title>
7+
<title>Course - Robin's Site</title>
88
<link rel="stylesheet" href="css/shared.css">
99
<link rel="stylesheet" href="css/notes.css">
1010
</head>

index.html

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,11 @@
3131
<article>
3232
<h1>Hello, I'm Robin.</h1>
3333
<p>
34-
This site serves as a platform for me to document my thoughts, projects, and anything else I find worth
35-
sharing. I share random ideas and stuff I created about school, life, etc. (Not any type of
34+
A little bit of self intro, I'm a freshman at the NYU studying Computer Science and Mathematics.
35+
This site serves as a platform for me to document my thoughts, projects, and anything else I find
36+
worth sharing. I share random ideas and stuff I created about school, life, etc. (Not any type of
3637
category that I want to fall into, journal, diary, because it would feel kind of restrictive on
37-
'how'/'what' should I write about anything.) Just a little bit of self intro, I'm a freshman at the NYU
38-
studying
39-
Computer Science and Mathematics.
38+
'how'/'what' should I write about anything.)
4039
</p>
4140

4241
<h2>What You Might Find Here</h2>
@@ -79,26 +78,26 @@ <h2>Tech Stack</h2>
7978
lightweight, the ones being used including:
8079
</p>
8180
<ul>
82-
<li><code>js-yaml</code> parse front-matter in notes</li>
83-
<li><code>DOMPurify</code> sanitize rendered HTML</li>
84-
<li><code>MathJax</code> render LaTeX/math expressions</li>
85-
<li><code>marked.js</code> Markdown -> HTML parsing</li>
86-
<li><code>node-fetch</code> HTTP client for serverless functions</li>
87-
<li><code>sanitize-html</code> clean user input in comments</li>
88-
<li><code>@upstash/redis</code> serverless KV caching</li>
89-
<li><code>pg</code> Neon serverless PostgreSQL driver</li>
81+
<li><code>js-yaml</code> - parse front-matter in notes</li>
82+
<li><code>DOMPurify</code> - sanitize rendered HTML</li>
83+
<li><code>MathJax</code> - render LaTeX/math expressions</li>
84+
<li><code>marked.js</code> - Markdown -> HTML parsing</li>
85+
<li><code>node-fetch</code> - HTTP client for serverless functions</li>
86+
<li><code>sanitize-html</code> - clean user input in comments</li>
87+
<li><code>@upstash/redis</code> - serverless KV caching</li>
88+
<li><code>pg</code> - Neon serverless PostgreSQL driver</li>
9089
</ul>
9190

9291
<h2>Future Plans</h2>
9392
<p>
9493
I plan to add more features and improve the design over time. Some ideas include:
9594
</p>
9695
<ul>
97-
<li>Improving the comment system</li>
96+
<li><del>Improving the comment system</del> (Done)</li>
9897
<li>Adding a search feature for easier navigation</li>
99-
<li>Enhancing the overall design and responsiveness</li>
100-
<li>Supporting more Markdown features</li>
101-
<li>Notifying users of new posts or updates</li>
98+
<li><u>Enhancing the overall design and responsiveness</u> (In progress)</li>
99+
<li><u>Supporting more Markdown features</u> (In progress for parsing in general)</li>
100+
<li><u>Notifying users of new posts or updates</u> (In progress)</li>
102101
<li>Add a section for ideas pop up in my mind</li>
103102
</article>
104103
</main>

note.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<meta charset="UTF-8" />
1818
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
19-
<title>Note Robins Site</title>
19+
<title>Note - Robin's Site</title>
2020
<link rel="stylesheet" href="css/shared.css" />
2121
<link rel="stylesheet" href="css/notes.css" />
2222
<meta http-equiv="Content-Security-Policy" content="default-src 'self';

notes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</script>
1414
<meta charset="UTF-8" />
1515
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
16-
<title>Notes Robin's Site</title>
16+
<title>Notes - Robin's Site</title>
1717

1818
<link rel="stylesheet" href="css/shared.css" />
1919
<link rel="stylesheet" href="css/notes.css" />

post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</script>
1414
<meta charset="UTF-8" />
1515
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
16-
<title>Post Robin's Site</title>
16+
<title>Post - Robin's Site</title>
1717

1818
<link rel="stylesheet" href="css/shared.css" />
1919
<link rel="stylesheet" href="css/post.css" />

projects.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ <h1>Projects</h1>
3535
I find meaningful or fun.</p>
3636

3737
<section id="projects-list">
38-
<!-- Dynamic project entries will be loaded here -->
3938
</section>
4039

4140
<a href="index.html" class="back-link">Back to Home</a>

projects/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"link": "https://github.com/localhost433/FAISS",
1212
"repo": "localhost433/FAISS",
1313
"tech": "Python, FAISS, Sentence Transformers",
14-
"description": "A semantic search engine (with interface) that uses FAISS and Sentence Transformers to index and search through trained indices."
14+
"description": "Winner of 2025 Corner-DSC-BAC Datathon, collaborated with Tomas Gutierrez & Yarden Morad. A semantic search engine (with interface) that uses FAISS and Sentence Transformers to index and search through trained indices."
1515
},
1616
{
1717
"title": "Prime Factorization Game",

0 commit comments

Comments
 (0)