From 29c8ef9b7a4e4f3b66da4d517f5067d93ee20320 Mon Sep 17 00:00:00 2001 From: Vu Tuan Anh <128233728+anhvt3010@users.noreply.github.com> Date: Tue, 18 Feb 2025 13:30:20 +0700 Subject: [PATCH 01/10] Create anhvt.json --- domains/anhvt.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/anhvt.json diff --git a/domains/anhvt.json b/domains/anhvt.json new file mode 100644 index 000000000..b8e61bcdb --- /dev/null +++ b/domains/anhvt.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "anhvt3010" + }, + "record": { + "CNAME": "https://build-cv.vercel.app" + } +} From 4818ef406a88829c54771f2c01fdb1bc9f8b6c78 Mon Sep 17 00:00:00 2001 From: Vu Tuan Anh <128233728+anhvt3010@users.noreply.github.com> Date: Tue, 18 Feb 2025 07:48:45 +0000 Subject: [PATCH 02/10] update code --- domains/anhvt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/anhvt.json b/domains/anhvt.json index b8e61bcdb..e750992e6 100644 --- a/domains/anhvt.json +++ b/domains/anhvt.json @@ -3,6 +3,6 @@ "username": "anhvt3010" }, "record": { - "CNAME": "https://build-cv.vercel.app" + "CNAME": "build-cv.vercel.app" } } From 032848ce6967a6844e574fa215d45c866556e1bf Mon Sep 17 00:00:00 2001 From: Ashkan Tofangdar Date: Tue, 18 Feb 2025 15:05:35 +0330 Subject: [PATCH 03/10] Create ashkan.json --- domains/ashkan.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/ashkan.json diff --git a/domains/ashkan.json b/domains/ashkan.json new file mode 100644 index 000000000..ad34f385a --- /dev/null +++ b/domains/ashkan.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ashkan4472" + }, + "record": { + "CNAME": "ashkan4472.github.io" + } +} From ac43bf00d70ff0b97a032fcf12cf2fc506c87702 Mon Sep 17 00:00:00 2001 From: Vo-Hoang-Tuan Ngo Date: Tue, 18 Feb 2025 14:12:30 +0100 Subject: [PATCH 04/10] Create zerot69.json --- domains/zerot69.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/zerot69.json diff --git a/domains/zerot69.json b/domains/zerot69.json new file mode 100644 index 000000000..a7ceda1cb --- /dev/null +++ b/domains/zerot69.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "zerot69" + }, + "record": { + "CNAME": "zerot69.github.io" + } +} From e8ccbadd6b38ac7c26eed2701ac664133cfb888f Mon Sep 17 00:00:00 2001 From: WSteeven Date: Tue, 18 Feb 2025 10:04:04 -0500 Subject: [PATCH 05/10] add my subdomain file JSON --- domains/wilson-cordova.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/wilson-cordova.json diff --git a/domains/wilson-cordova.json b/domains/wilson-cordova.json new file mode 100644 index 000000000..c05e472c1 --- /dev/null +++ b/domains/wilson-cordova.json @@ -0,0 +1,11 @@ +{ + "description": "Subdominio para el portafolio de Wilson Córdova", + "repo": "https://github.com/WSteeven/wilson-steeven.github.io", + "owner": { + "username": "WSteeven", + "email": "wilson972906@gmail.com" + }, + "record": { + "CNAME": ["wsteeven.github.io"] + } +} \ No newline at end of file From 30e9f9f99d98e5434c74348e4bc28ea104e109af Mon Sep 17 00:00:00 2001 From: Vo-Hoang-Tuan Ngo Date: Wed, 19 Feb 2025 13:50:19 +0100 Subject: [PATCH 06/10] Update zerot69.json --- domains/zerot69.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/zerot69.json b/domains/zerot69.json index a7ceda1cb..c4654bd07 100644 --- a/domains/zerot69.json +++ b/domains/zerot69.json @@ -1,6 +1,7 @@ { "owner": { - "username": "zerot69" + "username": "zerot69", + "email": "ngo.vo.hoang.tuan.69@gmail.com" }, "record": { "CNAME": "zerot69.github.io" From 582b21ea4e8bd610698b6c1730e169231c8f954e Mon Sep 17 00:00:00 2001 From: "G.T." Date: Thu, 20 Feb 2025 12:39:19 +0300 Subject: [PATCH 07/10] the guvent.is-a.dev request --- domains/guvent.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/guvent.json diff --git a/domains/guvent.json b/domains/guvent.json new file mode 100644 index 000000000..470563897 --- /dev/null +++ b/domains/guvent.json @@ -0,0 +1,12 @@ +{ + "description": "The portfolio site of Guven Topal", + "repo": "https://github.com/guvent/guvent", + "owner": { + "username": "guvent", + "email": "me@guvent.com" + }, + "record": { + "CNAME": "guvent.com" + } + } + \ No newline at end of file From ac8bbe3cc9e0f0e2f059d01eae21d31bdaff97bd Mon Sep 17 00:00:00 2001 From: Vu Tuan Anh <128233728+anhvt3010@users.noreply.github.com> Date: Fri, 21 Feb 2025 01:13:04 +0000 Subject: [PATCH 08/10] add contact --- domains/anhvt.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/anhvt.json b/domains/anhvt.json index e750992e6..3200b804f 100644 --- a/domains/anhvt.json +++ b/domains/anhvt.json @@ -1,6 +1,7 @@ { "owner": { - "username": "anhvt3010" + "username": "anhvt3010", + "email": "anh.vt.3010@gmail.com" }, "record": { "CNAME": "build-cv.vercel.app" From 8e36a67fb0832c98146e1fdcbfa75548d8e05627 Mon Sep 17 00:00:00 2001 From: Ashkan Tofangdar Date: Fri, 21 Feb 2025 14:03:46 +0330 Subject: [PATCH 09/10] Update ashkan.json --- domains/ashkan.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/ashkan.json b/domains/ashkan.json index ad34f385a..c0f2d160b 100644 --- a/domains/ashkan.json +++ b/domains/ashkan.json @@ -1,6 +1,9 @@ { + "description": "Welcome to Ashkan's portfolio – a full-stack developer specializing in Angular, React, NestJS, Go, and cloud-native applications", + "repo": "https://github.com/Ashkan4472/ashkan4472.github.io", "owner": { - "username": "ashkan4472" + "username": "ashkan4472", + "email": "ashkan4472@gmail.com" }, "record": { "CNAME": "ashkan4472.github.io" From 5178b44ab3df2ba115d2109a8f4515dc3e595856 Mon Sep 17 00:00:00 2001 From: WSteeven <34004641+WSteeven@users.noreply.github.com> Date: Fri, 21 Feb 2025 10:27:24 -0500 Subject: [PATCH 10/10] Update domains/wilson-cordova.json Remove unnecessary brackets Co-authored-by: JustDeveloper --- domains/wilson-cordova.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/wilson-cordova.json b/domains/wilson-cordova.json index c05e472c1..737221366 100644 --- a/domains/wilson-cordova.json +++ b/domains/wilson-cordova.json @@ -6,6 +6,6 @@ "email": "wilson972906@gmail.com" }, "record": { - "CNAME": ["wsteeven.github.io"] + "CNAME": "wsteeven.github.io" } } \ No newline at end of file