From 09036e17766c990c6a5167d9d4e2a66a1f360e3a Mon Sep 17 00:00:00 2001 From: Dalai Jotisalikorn Surenjargal Date: Mon, 1 Jan 2024 11:59:41 +0700 Subject: [PATCH 1/7] feat: home page --- src/pages/home.astro | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/pages/home.astro diff --git a/src/pages/home.astro b/src/pages/home.astro new file mode 100644 index 0000000..c53ed0a --- /dev/null +++ b/src/pages/home.astro @@ -0,0 +1,6 @@ +
+

Information System

+

Development

+
From fd966e321022684b1c62b3442594ced0ff30aae4 Mon Sep 17 00:00:00 2001 From: Dalai Jotisalikorn Surenjargal Date: Mon, 1 Jan 2024 12:15:25 +0700 Subject: [PATCH 2/7] feat: add image --- src/assets/isd_logo.svg | 40 ++++++++++++++++++++++++++++++++++++++++ src/pages/home.astro | 18 ++++++++++++++++-- 2 files changed, 56 insertions(+), 2 deletions(-) create mode 100644 src/assets/isd_logo.svg diff --git a/src/assets/isd_logo.svg b/src/assets/isd_logo.svg new file mode 100644 index 0000000..c2c3a95 --- /dev/null +++ b/src/assets/isd_logo.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/pages/home.astro b/src/pages/home.astro index c53ed0a..a735aa9 100644 --- a/src/pages/home.astro +++ b/src/pages/home.astro @@ -1,6 +1,20 @@ -

Information System

Development

-
+ +
+ logo +
+

What is ISD?

+

+ ฝ่ายพัฒนาระบบสารสนเทศ (Information System Development - ISD) + เป็นฝ่ายภายใต้องค์การบริหารสโมสรนิสิตจุฬาฯ (อบจ.) ที่มีหน้าที่ร่วมมือกับ + อบจ. และองค์กรต่าง ๆ ในจุฬาฯ เพื่อพัฒนาระบบเว็บไซต์ แอปพลิเคชัน + และระบบสารสนเทศอื่น ๆ ที่อำนวยความสะดวก และเป็นประโยชน์ต่อนิสิตจุฬาฯ +

+
+
From 7e0b62cf01851e80cadbab2a693d6f910e90f1c3 Mon Sep 17 00:00:00 2001 From: Dalai Jotisalikorn Surenjargal Date: Thu, 4 Jan 2024 20:12:26 +0700 Subject: [PATCH 3/7] feat: add bubble --- src/pages/home.astro | 21 +++++++++++++++++++-- tailwind.config.mjs | 1 + 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/src/pages/home.astro b/src/pages/home.astro index a735aa9..1f0e518 100644 --- a/src/pages/home.astro +++ b/src/pages/home.astro @@ -1,10 +1,27 @@
+
+
+

Information System

Development

+
+
+
+
+
+
-
+
logo
Date: Thu, 18 Jan 2024 22:13:45 +0700 Subject: [PATCH 4/7] fix: change file location --- src/pages/home.astro | 37 ------------------------------------- src/pages/index.astro | 41 ++++++++++++++++++++++++++++++++++++++--- tailwind.config.mjs | 1 - tsconfig.json | 3 +++ 4 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 src/pages/home.astro diff --git a/src/pages/home.astro b/src/pages/home.astro deleted file mode 100644 index 1f0e518..0000000 --- a/src/pages/home.astro +++ /dev/null @@ -1,37 +0,0 @@ -
-
-
-
-

Information System

-

Development

-
-
-
-
-
-
-
-
- logo -
-

What is ISD?

-

- ฝ่ายพัฒนาระบบสารสนเทศ (Information System Development - ISD) - เป็นฝ่ายภายใต้องค์การบริหารสโมสรนิสิตจุฬาฯ (อบจ.) ที่มีหน้าที่ร่วมมือกับ - อบจ. และองค์กรต่าง ๆ ในจุฬาฯ เพื่อพัฒนาระบบเว็บไซต์ แอปพลิเคชัน - และระบบสารสนเทศอื่น ๆ ที่อำนวยความสะดวก และเป็นประโยชน์ต่อนิสิตจุฬาฯ -

-
-
diff --git a/src/pages/index.astro b/src/pages/index.astro index ce28d38..3183978 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -3,7 +3,42 @@ import Layout from "../layouts/Layout.astro"; --- -
-

Hello Astro

-
+
+
+
+
+
+

Information System

+

Development

+
+
+
+
+
+
+
+
+ logo +
+

What is ISD?

+

+ ฝ่ายพัฒนาระบบสารสนเทศ (Information System Development - ISD) + เป็นฝ่ายภายใต้องค์การบริหารสโมสรนิสิตจุฬาฯ (อบจ.) ที่มีหน้าที่ร่วมมือกับ + อบจ. และองค์กรต่าง ๆ ในจุฬาฯ เพื่อพัฒนาระบบเว็บไซต์ แอปพลิเคชัน + และระบบสารสนเทศอื่น ๆ ที่อำนวยความสะดวก และเป็นประโยชน์ต่อนิสิตจุฬาฯ +

+
+
diff --git a/tailwind.config.mjs b/tailwind.config.mjs index e3ee913..f8a2096 100644 --- a/tailwind.config.mjs +++ b/tailwind.config.mjs @@ -4,6 +4,5 @@ export default { theme: { extend: {}, }, - plugins: [], }; diff --git a/tsconfig.json b/tsconfig.json index bcbf8b5..60a2a14 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,6 @@ { + "compilerOptions": { + "jsx": "react" + }, "extends": "astro/tsconfigs/strict" } From dc133a52ba8940bd4b7b36dea29306aece73962e Mon Sep 17 00:00:00 2001 From: Dalai Jotisalikorn Surenjargal Date: Thu, 18 Jan 2024 23:03:35 +0700 Subject: [PATCH 5/7] fix: responsive design --- src/pages/index.astro | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 3183978..15fca9d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,24 +4,28 @@ import Layout from "../layouts/Layout.astro";
-
+
-

Information System

-

Development

-
+ +

Information System

Development

+
From d8acec2ed13082ca6a9d4802031da6f66ab87e5a Mon Sep 17 00:00:00 2001 From: Dalai Jotisalikorn Surenjargal Date: Sat, 20 Jan 2024 11:45:47 +0700 Subject: [PATCH 6/7] fix: add description --- src/pages/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 9ae6173..67bb484 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,8 +1,8 @@ --- import Layout from "../layouts/Layout.astro"; --- - - + +
From 6df7daf088198f9ad31a34d023918388c9ce7c0f Mon Sep 17 00:00:00 2001 From: Dalai Jotisalikorn Surenjargal Date: Sat, 20 Jan 2024 12:27:01 +0700 Subject: [PATCH 7/7] fix: ui --- src/pages/index.astro | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 67bb484..2c2f4ab 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,18 +4,20 @@ import Layout from "../layouts/Layout.astro";
-

Information System

Development

+

Information System

+ Development +

- logo + logo