Skip to content

Commit ef05237

Browse files
committed
Added project links and added button hover transitions
1 parent 31b6c3c commit ef05237

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

app/globals.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ h1 {
139139
box-shadow: 2px 2px 0px #000;
140140
font-family: "IBM Plex Mono", monospace;
141141
margin: 0.25rem;
142+
transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
142143
}
143144

144145
.social-link:hover {

app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ export default function Home() {
6767

6868
<p className="mt-5">
6969
I've worked as an undergraduate researcher at the <b>Berkeley AI Research (BAIR) Lab</b>,
70-
creating LLM parsers for large-scale security logs and enabling sample-efficient prompt optimization for
70+
creating <a href="https://sky.cs.berkeley.edu/project/matryoshka/" target="_blank" rel="noopener noreferrer" className="link">LLM parsers for large-scale security logs</a> and enabling sample-efficient prompt optimization for
7171
data-constrained reasoning tasks. I've also spent 1 year interning at <b>T-Mobile Research</b>, finetuning
7272
telco-RAG systems for domain adaptation and building evaluation frameworks for synthetic datasets (and filing <b>2 USPTO utility patents</b> for my work).
73-
I'm interning at <b>Amazon</b> this summer, evaluating the autonomous multi-agent shopping framework.
73+
I'm interning at <b>Amazon</b> this summer, evaluating the autonomous multi-agent shopping framework. I also created <a href="https://github.com/rishiskhare/perplexity-on-google-search" target="_blank" rel="noopener noreferrer" className="link">Perplexity on Google Search</a>.
7474
</p>
7575

7676
<p className="mt-5">

0 commit comments

Comments
 (0)