Skip to content

Commit e075eb3

Browse files
committed
another update to sidebar
1 parent d57c687 commit e075eb3

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/app/page.tsx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ export default function Home() {
4848

4949
<div className="border-2 border-gray-800 rounded p-2">
5050
<h3 className="font-bold">Quick Facts:</h3>
51-
<p>📍: Vancouver, Canada</p>
52-
<p>🏫: Studying Data Science @ Simon Fraser University</p>
51+
<p>📍Vancouver, Canada</p>
52+
<p>🏫Studying Data Science @ Simon Fraser Univ.</p>
5353
</div>
5454

5555
<div className="border-2 border-gray-800 rounded p-2">
@@ -62,6 +62,15 @@ export default function Home() {
6262
</ul>
6363
</div>
6464

65+
<div className="border-2 border-gray-800 rounded p-2">
66+
<h3 className="font-bold">Stack:</h3>
67+
<ul className="list-disc pl-5">
68+
<li>Preferred: Python, Next.js, Tailwind</li>
69+
<li>Proficient: Java, C++, Bash, PHP, SQL, QGIS</li>
70+
<li>Want to learn: Rust</li>
71+
</ul>
72+
</div>
73+
6574

6675
</div>
6776

0 commit comments

Comments
 (0)