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 1/9] 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 2/9] 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 3/9] 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 4/9] 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 5/9] 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 6/9] 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 7/9] 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 8/9] 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 9/9] 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" + } +}