From ba92a759715565e062e1d695f6c8955079faa616 Mon Sep 17 00:00:00 2001 From: Joe Lee Official <70639311+joeleeofficial@users.noreply.github.com> Date: Sat, 30 Jan 2021 22:51:12 +0800 Subject: [PATCH 01/13] Create bs.json --- domains/bs.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/bs.json diff --git a/domains/bs.json b/domains/bs.json new file mode 100644 index 000000000..0f8223adf --- /dev/null +++ b/domains/bs.json @@ -0,0 +1,11 @@ +{ + "description": "A Website for my api + "repo": "https://github.com/brawlie/api", + "owner": { + "username": "joeleeofficial", + "email": "tojoeleeofficial@gmail.com" + }, + "record": { + "CNAME": "7b9fd2b3-d702-4577-bcbf-a1a529ad3f3d.repl.co" + } +} From 9a1d274d3a49cf0b1b1e9dbb2f65829c50a0f29d Mon Sep 17 00:00:00 2001 From: Benjamin Smith Date: Mon, 1 Feb 2021 13:32:29 -0800 Subject: [PATCH 02/13] Create m04.json --- domains/m04.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/m04.json diff --git a/domains/m04.json b/domains/m04.json new file mode 100644 index 000000000..1f5c262ae --- /dev/null +++ b/domains/m04.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Merlin04", + "email": "is-a-dev@benjaminsmith.dev" + }, + "description": "Redirect to personal website", + "repo": "https://github.com/merlin04/benjaminsmith.dev", + "record": { + "URL": "https://benjaminsmith.dev" + } +} From 19b630ae07c735cc00bce2a960caf5fe4c238d2e Mon Sep 17 00:00:00 2001 From: Joe Lee Official <70639311+joeleeofficial@users.noreply.github.com> Date: Tue, 2 Feb 2021 08:26:20 +0800 Subject: [PATCH 03/13] Update bs.json --- domains/bs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/bs.json b/domains/bs.json index 0f8223adf..e7daac5a3 100644 --- a/domains/bs.json +++ b/domains/bs.json @@ -1,8 +1,8 @@ { - "description": "A Website for my api + "description": "a website for my api", "repo": "https://github.com/brawlie/api", "owner": { - "username": "joeleeofficial", + "username": "brawlie", "email": "tojoeleeofficial@gmail.com" }, "record": { From 555486bc2871c3fb1e6803d2cb8668a0ac354039 Mon Sep 17 00:00:00 2001 From: Samarth Kulshrestha Date: Tue, 2 Feb 2021 13:39:31 +0530 Subject: [PATCH 04/13] adding samarth.json --- domains/samarth.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/samarth.json diff --git a/domains/samarth.json b/domains/samarth.json new file mode 100644 index 000000000..585ceb6b6 --- /dev/null +++ b/domains/samarth.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Samarth2005", + "email": "samarthkulshresth@gmail.com" + }, + "record": { + "A": [ + "76.76.21.21" + ] + } +} From ce6a98af5a468ecefc1f3309a59458aaed8b3f61 Mon Sep 17 00:00:00 2001 From: ZeroTwo <69979824+ZeroTwoDev@users.noreply.github.com> Date: Tue, 2 Feb 2021 15:13:24 +0100 Subject: [PATCH 05/13] updated the domain cuz cool --- domains/zerotwo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/zerotwo.json b/domains/zerotwo.json index 287eab13b..155bc7092 100644 --- a/domains/zerotwo.json +++ b/domains/zerotwo.json @@ -6,6 +6,6 @@ "email": "halil_ismail@yahoo.com" }, "record": { - "CNAME": "hosting.gitbook.io" + "CNAME": "zerotwodev.github.io" } -} \ No newline at end of file +} From 9c6324315233b823179fa7f1f6ae040839458e77 Mon Sep 17 00:00:00 2001 From: Hector Vigil - Escalera Ramos <78450330+Hector-Vigil@users.noreply.github.com> Date: Tue, 2 Feb 2021 23:44:01 -0500 Subject: [PATCH 06/13] Create hector-vigil.json --- domains/hector-vigil.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/hector-vigil.json diff --git a/domains/hector-vigil.json b/domains/hector-vigil.json new file mode 100644 index 000000000..c6181f2db --- /dev/null +++ b/domains/hector-vigil.json @@ -0,0 +1,11 @@ +{ + "description": "hector-vigil", + "repo": "https://github.com/Hector-Vigil/hector-vigil.github.io", + "owner": { + "username": "hector-vigil", + "email": "vigilescalera.h@gmail.com" + }, + "record": { + "CNAME": "hector-vigil.github.io" + } +} From 483967c4f3537868264c331f335ead06d6dabf67 Mon Sep 17 00:00:00 2001 From: Sudhan Date: Wed, 3 Feb 2021 16:10:44 +0530 Subject: [PATCH 07/13] Added my sub domain --- domains/sudhan.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/sudhan.json diff --git a/domains/sudhan.json b/domains/sudhan.json new file mode 100644 index 000000000..8bd4515ec --- /dev/null +++ b/domains/sudhan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "sudhanplayz", + "email": "sudhanplayz@gmail.com" + }, + "description": "A Personal Website for me", + "record": { + "URL": "https://sudhanplayz.live/" + } +} From 7144a33907c9ca70d9d58b4c5f29063e06e42b32 Mon Sep 17 00:00:00 2001 From: Abdurrahman075 <70652348+Abdurrahman075@users.noreply.github.com> Date: Fri, 5 Feb 2021 22:51:13 +0700 Subject: [PATCH 08/13] Update fayyadh.json --- domains/fayyadh.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/fayyadh.json b/domains/fayyadh.json index b50eebdec..8d5e7635c 100644 --- a/domains/fayyadh.json +++ b/domains/fayyadh.json @@ -1,11 +1,11 @@ { - "description": "Fayyadh Personal Website", - "repo": "https://github.com/Abdurrahman075/reweb", + "description": "My Personal Website", + "repo": "https://github.com/Abdurrahman075/fayyadh-my-id", "owner": { "username": "Fayyadh", "email": "fayyadh.abdurrahman007@gmail.com" }, "record": { - "CNAME": "glitch.edgeapp.net" + "URL": "https://fayyadh.my.id" } } From 09ddec9d3774ffacc7b229051db74f9f5731490e Mon Sep 17 00:00:00 2001 From: Siddhant Pandey <72205726+siddhant094@users.noreply.github.com> Date: Sat, 6 Feb 2021 16:36:38 +0530 Subject: [PATCH 09/13] Create siddhant.json --- domains/siddhant.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/siddhant.json diff --git a/domains/siddhant.json b/domains/siddhant.json new file mode 100644 index 000000000..c52e4ff40 --- /dev/null +++ b/domains/siddhant.json @@ -0,0 +1,11 @@ +{ + "description": "Siddhant's personal site", + "repo": "https://github.com/siddhant094", + "owner": { + "username": "siddhant094", + "email": "pandeysiddhant21@gmail.com" + }, + "record": { + "URL": "https://siddhantt.netlify.app" + } +} From 3290d622649c2e3a25eb34bded7d7d9f7413cd05 Mon Sep 17 00:00:00 2001 From: Marcus Weinberger Date: Mon, 8 Feb 2021 11:47:40 +0000 Subject: [PATCH 10/13] Create marcusj.json --- domains/marcusj.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/marcusj.json diff --git a/domains/marcusj.json b/domains/marcusj.json new file mode 100644 index 000000000..434f2789a --- /dev/null +++ b/domains/marcusj.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio of Marcus Weinberger", + "repo": "https://github.com/AgeOfMarcus", + "owner": { + "username": "AgeOfMarcus", + "email": "marcusjw.ftw@gmail.com" + }, + "record": { + "CNAME": "dev.marcusj.tech" + } +} From 2260dad053d31e20c56410c69e6c3ff8065d8f5e Mon Sep 17 00:00:00 2001 From: Miguel Piedrafita Date: Wed, 10 Feb 2021 13:16:35 +0100 Subject: [PATCH 11/13] Create miguel.json --- domains/miguel.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/miguel.json diff --git a/domains/miguel.json b/domains/miguel.json new file mode 100644 index 000000000..bf19dfe0d --- /dev/null +++ b/domains/miguel.json @@ -0,0 +1,11 @@ +{ + "description": "Miguel Piedrafita's website", + "repo": "https://github.com/m1guelpf", + "owner": { + "username": "m1guelpf", + "email": "soy@miguelpiedrafita.com" + }, + "record": { + "URL": "https://miguelpiedrafita.com" + } +} From 339a9eedeceb5016b452c5925a0f3884881a0d88 Mon Sep 17 00:00:00 2001 From: Aman Jain Date: Thu, 11 Feb 2021 08:26:55 +0530 Subject: [PATCH 12/13] Create aman.json --- domains/aman.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/aman.json diff --git a/domains/aman.json b/domains/aman.json new file mode 100644 index 000000000..4bc4678ed --- /dev/null +++ b/domains/aman.json @@ -0,0 +1,11 @@ +{ + "description": "This website is a link to my personal developer portfolio.", + "repo": "https://github.com/jn-aman", + "owner": { + "username": "jn-aman", + "email": "aman.j@safepath.ai" + }, + "record": { + "CNAME": "aman.wiki" + } +} From 0167afff210eaa1334f8628928bf3cd66a904a10 Mon Sep 17 00:00:00 2001 From: Cot <54806075+StalkerMeyr@users.noreply.github.com> Date: Thu, 11 Feb 2021 13:41:43 +0300 Subject: [PATCH 13/13] Rename cit.json to space.json --- domains/{cit.json => space.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{cit.json => space.json} (98%) diff --git a/domains/cit.json b/domains/space.json similarity index 98% rename from domains/cit.json rename to domains/space.json index efe7377ac..e862da34b 100644 --- a/domains/cit.json +++ b/domains/space.json @@ -9,4 +9,4 @@ "185.87.48.199" ] } -} \ No newline at end of file +}