You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
1
+
# Minimal Portfolio Theme
2
+
3
+
A clean, minimal portfolio theme built with Next.js and Tailwind CSS. Perfect for academics, researchers, or developers who want a simple yet elegant way to showcase their work.
4
+
5
+
Developed with Cursor! It's amazing!
6
+
7
+
## Features
8
+
9
+
-**Clean Minimal Design**: Focus on content with a distraction-free design
10
+
-**Responsive Layout**: Looks great on all devices from mobile to desktop
11
+
-**Interactive Sections**: Expandable sections for education, research, skills, and more
12
+
-**Easy Customization**: Simple to modify with Tailwind CSS utility classes
13
+
-**Performance Optimized**: Fast loading with Next.js optimizations
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
44
+
4.Open http://localhost:3000to see your site
18
45
19
-
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
46
+
### Deployment
20
47
21
-
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts)to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
48
+
This site is configured for deployment to GitHub Pages through GitHub Actions. For detailed instructions, see the GitHub workflow in `.github/workflows/nextjs.yml`.
22
49
23
-
## Learn More
50
+
## Customization
24
51
25
-
To learn more about Next.js, take a look at the following resources:
52
+
See the [customization guide](./docs/CUSTOMIZATION.md) for detailed instructions on personalizing the theme.
26
53
27
-
-[Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
28
-
-[Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
54
+
For information about the project structure, see the [project structure documentation](./docs/PROJECT_STRUCTURE.md).
29
55
30
-
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
56
+
## License
31
57
32
-
## Deploy on Vercel
58
+
This project is open source and available under the [MIT License](./LICENSE).
33
59
34
-
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
60
+
## Acknowledgments
35
61
36
-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
62
+
- Built with [Next.js](https://nextjs.org/)
63
+
- Styled with [Tailwind CSS](https://tailwindcss.com/)
Hi, I'm an incoming PhD at <ahref="https://nsl.usc.edu/"className="underline text-zinc-800 hover:text-zinc-600">University of Southern California</a>, advised by Professor <ahref="https://seojinpark.net/"className="underline text-zinc-800 hover:text-zinc-600">Seo Jin Park</a>. I have a broad interest of distributed and operating systems.
70
+
Hi, I'm an incoming PhD at <StyledLinkhref="https://nsl.usc.edu/"variant="underline">University of Southern California</StyledLink>, advised by Professor <StyledLinkhref="https://seojinpark.net/"variant="underline">Seo Jin Park</StyledLink>. I have a broad interest of distributed and operating systems.
66
71
</p>
67
72
</div>
68
73
</Card>
@@ -117,9 +122,9 @@ export default function Home() {
117
122
July 2024 - Present
118
123
</p>
119
124
<ulclassName="mt-3 space-y-3 pl-5 text-sm">
120
-
<liclassName="rounded-lg bg-zinc-50 p-2.5 border border-zinc-100 shadow-sm dark:bg-zinc-50 dark:text-zinc-800 dark:border-zinc-100">Built a tool for monitoring application performance and profiling resource usage at microsecond scale.</li>
121
-
<liclassName="rounded-lg bg-zinc-50 p-2.5 border border-zinc-100 shadow-sm dark:bg-zinc-50 dark:text-zinc-800 dark:border-zinc-100">Achieved less than 10% runtime overhead while identifying lock contention, interference, and hardware resource bottlenecks.</li>
<ProjectItem>Built a tool for monitoring application performance and profiling resource usage at microsecond scale.</ProjectItem>
126
+
<ProjectItem>Achieved less than 10% runtime overhead while identifying lock contention, interference, and hardware resource bottlenecks.</ProjectItem>
127
+
<ProjectItem>Investigating memory bandwidth contention and resource demand heterogeneity.</ProjectItem>
123
128
</ul>
124
129
</div>
125
130
@@ -132,10 +137,10 @@ export default function Home() {
132
137
June 2023 - June 2024
133
138
</p>
134
139
<ulclassName="mt-3 space-y-3 pl-5 text-sm">
135
-
<liclassName="rounded-lg bg-zinc-50 p-2.5 border border-zinc-100 shadow-sm dark:bg-zinc-50 dark:text-zinc-800 dark:border-zinc-100">Built a Software Fault Isolation system for process-level sandboxing.</li>
136
-
<liclassName="rounded-lg bg-zinc-50 p-2.5 border border-zinc-100 shadow-sm dark:bg-zinc-50 dark:text-zinc-800 dark:border-zinc-100">Implemented a library OS with fast inter-process communications.</li>
0 commit comments