From 244ca2b0d867f50184b5e833cda3fcc5fdad7c99 Mon Sep 17 00:00:00 2001 From: Yubin Zhen Date: Sun, 9 Feb 2025 09:33:32 -0800 Subject: [PATCH 1/4] fixed margin/spacing --- src/components/projects/professionals.tsx | 8 ++++---- src/components/projects/research.tsx | 6 +++--- src/components/resources/articles.tsx | 2 +- src/components/resources/external.tsx | 10 +++++----- src/components/resources/notes.tsx | 8 +++++--- 5 files changed, 18 insertions(+), 16 deletions(-) diff --git a/src/components/projects/professionals.tsx b/src/components/projects/professionals.tsx index b37966d..41fb659 100644 --- a/src/components/projects/professionals.tsx +++ b/src/components/projects/professionals.tsx @@ -2,14 +2,14 @@ import React from "react"; const Professionals = () => { return ( -
+
-

+

Engineers/Technical Professionals

-
+
-

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea diff --git a/src/components/projects/research.tsx b/src/components/projects/research.tsx index 4755818..67027f9 100644 --- a/src/components/projects/research.tsx +++ b/src/components/projects/research.tsx @@ -8,13 +8,13 @@ const Research = () => { ]; return ( -

+
-

Projects & Research

+

Projects & Research

-

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea diff --git a/src/components/resources/articles.tsx b/src/components/resources/articles.tsx index 2977bc9..1d9363f 100644 --- a/src/components/resources/articles.tsx +++ b/src/components/resources/articles.tsx @@ -8,7 +8,7 @@ const categoryTitles: { [key: string]: string } = { }; const Articles = () => { return ( -

+
Articles
diff --git a/src/components/resources/external.tsx b/src/components/resources/external.tsx index 55fed2f..318e5d3 100644 --- a/src/components/resources/external.tsx +++ b/src/components/resources/external.tsx @@ -2,12 +2,12 @@ import React from "react"; const External = () => { return ( -
-
-

External Resources

-

+

+
+

External Resources

+
-

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea diff --git a/src/components/resources/notes.tsx b/src/components/resources/notes.tsx index b8db6e6..6e21840 100644 --- a/src/components/resources/notes.tsx +++ b/src/components/resources/notes.tsx @@ -4,10 +4,12 @@ import { notesData } from "@/data/notesData"; const Notes = () => { return ( -

+
-

Lecture Notes

-
+

+ Lecture Notes +

+
From cb4c4050d259886ec30debad23ba6a477a05f7fd Mon Sep 17 00:00:00 2001 From: Yubin Zhen Date: Sun, 9 Feb 2025 09:44:34 -0800 Subject: [PATCH 2/4] fixed external resources --- src/components/resources/external.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/resources/external.tsx b/src/components/resources/external.tsx index 318e5d3..e67efb2 100644 --- a/src/components/resources/external.tsx +++ b/src/components/resources/external.tsx @@ -2,12 +2,12 @@ import React from "react"; const External = () => { return ( -
-
+
+

External Resources

-

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea From 612aa350fca7b251f2019400d47fc37dc29a7c66 Mon Sep 17 00:00:00 2001 From: Yubin Zhen Date: Sun, 9 Feb 2025 18:02:33 -0800 Subject: [PATCH 3/4] edited --- src/components/projects/medical.tsx | 2 +- src/components/projects/professionals.tsx | 2 +- src/components/projects/research.tsx | 2 +- src/components/resources/articles.tsx | 2 +- src/components/resources/external.tsx | 2 +- src/components/resources/notes.tsx | 2 +- src/components/resources/videos.tsx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/projects/medical.tsx b/src/components/projects/medical.tsx index 76ae560..4e576c3 100644 --- a/src/components/projects/medical.tsx +++ b/src/components/projects/medical.tsx @@ -2,7 +2,7 @@ import React from "react"; const Medical = () => { return ( -

+

Medical diff --git a/src/components/projects/professionals.tsx b/src/components/projects/professionals.tsx index 41fb659..9d77952 100644 --- a/src/components/projects/professionals.tsx +++ b/src/components/projects/professionals.tsx @@ -2,7 +2,7 @@ import React from "react"; const Professionals = () => { return ( -
+

Engineers/Technical Professionals diff --git a/src/components/projects/research.tsx b/src/components/projects/research.tsx index 67027f9..4bf6205 100644 --- a/src/components/projects/research.tsx +++ b/src/components/projects/research.tsx @@ -8,7 +8,7 @@ const Research = () => { ]; return ( -
+

Projects & Research

diff --git a/src/components/resources/articles.tsx b/src/components/resources/articles.tsx index 1d9363f..b2919c4 100644 --- a/src/components/resources/articles.tsx +++ b/src/components/resources/articles.tsx @@ -8,7 +8,7 @@ const categoryTitles: { [key: string]: string } = { }; const Articles = () => { return ( -
+
Articles
diff --git a/src/components/resources/external.tsx b/src/components/resources/external.tsx index e67efb2..2650e79 100644 --- a/src/components/resources/external.tsx +++ b/src/components/resources/external.tsx @@ -2,7 +2,7 @@ import React from "react"; const External = () => { return ( -
+

External Resources

diff --git a/src/components/resources/notes.tsx b/src/components/resources/notes.tsx index 6e21840..1741294 100644 --- a/src/components/resources/notes.tsx +++ b/src/components/resources/notes.tsx @@ -4,7 +4,7 @@ import { notesData } from "@/data/notesData"; const Notes = () => { return ( -
+

Lecture Notes diff --git a/src/components/resources/videos.tsx b/src/components/resources/videos.tsx index 6e13380..edcc822 100644 --- a/src/components/resources/videos.tsx +++ b/src/components/resources/videos.tsx @@ -9,7 +9,7 @@ type Video = { const Videos = () => { return ( -
+
Videos
From f27c15f1c314ec8435a0f424a9c460352eea50c8 Mon Sep 17 00:00:00 2001 From: Yubin Zhen Date: Sun, 9 Feb 2025 18:03:27 -0800 Subject: [PATCH 4/4] edited --- src/components/projects/medical.tsx | 2 +- src/components/projects/professionals.tsx | 2 +- src/components/projects/research.tsx | 2 +- src/components/resources/articles.tsx | 2 +- src/components/resources/external.tsx | 2 +- src/components/resources/notes.tsx | 2 +- src/components/resources/videos.tsx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/projects/medical.tsx b/src/components/projects/medical.tsx index 4e576c3..14e8181 100644 --- a/src/components/projects/medical.tsx +++ b/src/components/projects/medical.tsx @@ -2,7 +2,7 @@ import React from "react"; const Medical = () => { return ( -
+

Medical diff --git a/src/components/projects/professionals.tsx b/src/components/projects/professionals.tsx index 9d77952..216ea54 100644 --- a/src/components/projects/professionals.tsx +++ b/src/components/projects/professionals.tsx @@ -2,7 +2,7 @@ import React from "react"; const Professionals = () => { return ( -
+

Engineers/Technical Professionals diff --git a/src/components/projects/research.tsx b/src/components/projects/research.tsx index 4bf6205..4863bca 100644 --- a/src/components/projects/research.tsx +++ b/src/components/projects/research.tsx @@ -8,7 +8,7 @@ const Research = () => { ]; return ( -
+

Projects & Research

diff --git a/src/components/resources/articles.tsx b/src/components/resources/articles.tsx index b2919c4..5cb26c2 100644 --- a/src/components/resources/articles.tsx +++ b/src/components/resources/articles.tsx @@ -8,7 +8,7 @@ const categoryTitles: { [key: string]: string } = { }; const Articles = () => { return ( -
+
Articles
diff --git a/src/components/resources/external.tsx b/src/components/resources/external.tsx index 2650e79..3f0a8a2 100644 --- a/src/components/resources/external.tsx +++ b/src/components/resources/external.tsx @@ -2,7 +2,7 @@ import React from "react"; const External = () => { return ( -
+

External Resources

diff --git a/src/components/resources/notes.tsx b/src/components/resources/notes.tsx index 1741294..d0ac33a 100644 --- a/src/components/resources/notes.tsx +++ b/src/components/resources/notes.tsx @@ -4,7 +4,7 @@ import { notesData } from "@/data/notesData"; const Notes = () => { return ( -
+

Lecture Notes diff --git a/src/components/resources/videos.tsx b/src/components/resources/videos.tsx index edcc822..84bcf96 100644 --- a/src/components/resources/videos.tsx +++ b/src/components/resources/videos.tsx @@ -9,7 +9,7 @@ type Video = { const Videos = () => { return ( -
+
Videos