From fb6f4866190bf72364e4559ec064407d53b49e61 Mon Sep 17 00:00:00 2001 From: Michael Braverman Date: Fri, 16 Oct 2020 17:24:25 +0300 Subject: [PATCH 01/14] mb domain new domain --- domains/mb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mb diff --git a/domains/mb b/domains/mb new file mode 100644 index 000000000..246c7c3e5 --- /dev/null +++ b/domains/mb @@ -0,0 +1,11 @@ +{ + "description": "Michael's personal developer website", + "repo": "https://github.com/mbrav", + "owner": { + "username": "mbrav", + "email": "mbrav@protonmail.com" + }, + "record": { + "CNAME": "mbrav.github.io" + } +} From 3edebbbcb7c31bd484f66681d54ca4956c83d741 Mon Sep 17 00:00:00 2001 From: Luis Santana Date: Wed, 21 Oct 2020 22:20:08 +0000 Subject: [PATCH 02/14] lsantana.is-a.dev --- domains/lsantana.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/lsantana.json diff --git a/domains/lsantana.json b/domains/lsantana.json new file mode 100644 index 000000000..a44bdb993 --- /dev/null +++ b/domains/lsantana.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "lsantana486", + "email": "lsantana.486@gmail.com" + }, + "description": "Personal domain for portofolio with my name Luis Santana", + "repo": "https://github.com/lsantana486/lsantana486", + "record": { + "CNAME": "lsantana.dev" + } +} \ No newline at end of file From 9536c0a609abb086073cc9b459f1b71e3df56736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=B0=E0=A5=8B=E0=A4=B9=E0=A4=BF=E0=A4=A4=20=E0=A4=B9?= =?UTF-8?q?=E0=A4=BF=E0=A4=B2?= Date: Thu, 22 Oct 2020 11:18:17 +0530 Subject: [PATCH 03/14] Create rohithill.json --- domains/rohithill.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/rohithill.json diff --git a/domains/rohithill.json b/domains/rohithill.json new file mode 100644 index 000000000..61ed66781 --- /dev/null +++ b/domains/rohithill.json @@ -0,0 +1,10 @@ +{ + "description": "I like computers", + "repo": "https://github.com/rohithill/rohithill.github.io", + "owner": { + "username": "rohithill" + }, + "record": { + "CNAME": "rohithill.github.io" + } +} From 6623b3342ec52319fe41c853ab664813cbb96529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=B0=E0=A5=8B=E0=A4=B9=E0=A4=BF=E0=A4=A4=20=E0=A4=B9?= =?UTF-8?q?=E0=A4=BF=E0=A4=B2?= Date: Thu, 22 Oct 2020 11:28:55 +0530 Subject: [PATCH 04/14] Update rohithill.json --- domains/rohithill.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/rohithill.json b/domains/rohithill.json index 61ed66781..cd4fd2418 100644 --- a/domains/rohithill.json +++ b/domains/rohithill.json @@ -2,7 +2,8 @@ "description": "I like computers", "repo": "https://github.com/rohithill/rohithill.github.io", "owner": { - "username": "rohithill" + "username": "rohithill", + "email": "truezeroxy@gmail.com" }, "record": { "CNAME": "rohithill.github.io" From eafbe4aea1b4e8b011ff6a552dbfc7ea0d9dddb5 Mon Sep 17 00:00:00 2001 From: Adarsh R <42464891+adarsh-qclw@users.noreply.github.com> Date: Thu, 22 Oct 2020 11:32:09 +0530 Subject: [PATCH 05/14] Create adarshr.json --- domains/adarshr.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/adarshr.json diff --git a/domains/adarshr.json b/domains/adarshr.json new file mode 100644 index 000000000..1ea461cf1 --- /dev/null +++ b/domains/adarshr.json @@ -0,0 +1,11 @@ +{ + "description": "Adarsh's portfolio!", + "repo": "https://github.com/adarsh-qclw/adarsh-qclw.github.io", + "owner": { + "username": "adarsh-qclw", + "email": "adoo2001@gmail.com" + }, + "record": { + "CNAME": "adarsh-qclw.github.io" + } +} From 6571f5e704d6de9a649eb3f399b26471198b8a5a Mon Sep 17 00:00:00 2001 From: kenpem Date: Thu, 22 Oct 2020 11:56:13 +0100 Subject: [PATCH 06/14] Create ken.json --- domains/ken.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ken.json diff --git a/domains/ken.json b/domains/ken.json new file mode 100644 index 000000000..3052e8455 --- /dev/null +++ b/domains/ken.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ken Pemberton", + "email": "kenpem@gmail.com" + }, + "record": { + "CNAME": "grumpyoldfart.org" + } +} From 0817e684d329f27b10ec6a2d57fa7b34476fe699 Mon Sep 17 00:00:00 2001 From: Tristan Date: Thu, 22 Oct 2020 13:19:39 +0200 Subject: [PATCH 07/14] Add tristan.json --- domains/tristan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/tristan.json diff --git a/domains/tristan.json b/domains/tristan.json new file mode 100644 index 000000000..44416c51b --- /dev/null +++ b/domains/tristan.json @@ -0,0 +1,11 @@ +{ + "description": "Tristans personal Website", + "repo": "https://github.com/holymarcell", + "owner": { + "username": "holymarcell", + "email": "is-a.dev@holy-mail.de" + }, + "record": { + "URL": "https://holy-mail.de" + } +} From 298cc17cb879143820a2b412bbd20f2699bdbbf8 Mon Sep 17 00:00:00 2001 From: Michael Braverman Date: Thu, 22 Oct 2020 15:05:02 +0300 Subject: [PATCH 08/14] Rename mb to mb.json --- domains/{mb => mb.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{mb => mb.json} (100%) diff --git a/domains/mb b/domains/mb.json similarity index 100% rename from domains/mb rename to domains/mb.json From aad47ef49a5a2ca276cad861cd60400c6241e482 Mon Sep 17 00:00:00 2001 From: mozartrafi <40928387+mozartrafi@users.noreply.github.com> Date: Thu, 22 Oct 2020 20:03:23 +0700 Subject: [PATCH 09/14] Create zhycorp.json --- domains/zhycorp.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/zhycorp.json diff --git a/domains/zhycorp.json b/domains/zhycorp.json new file mode 100644 index 000000000..5d082b41c --- /dev/null +++ b/domains/zhycorp.json @@ -0,0 +1,11 @@ +{ + "description": "A simple non-static site for Zhycorp", + "repo": "https://github.com/zhycorp", + "owner": { + "username": "zhycorp", + "email": "support@zhycorp.xyz" + }, + "record": { + "CNAME": "rd73mzgq7jp59yq0.preview.edgeapp.net" + } +} From 3154f92fdd1b46743fd1f9ab4cbd38d46637c373 Mon Sep 17 00:00:00 2001 From: Ahsw7 <58834629+Ahsw7@users.noreply.github.com> Date: Thu, 22 Oct 2020 23:15:07 +0700 Subject: [PATCH 10/14] Create ahsw.json --- domains/ahsw.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ahsw.json diff --git a/domains/ahsw.json b/domains/ahsw.json new file mode 100644 index 000000000..7ef2f05c3 --- /dev/null +++ b/domains/ahsw.json @@ -0,0 +1,11 @@ +{ + "description": "Ahsw Personal Website", + "repo": "https://github.com/Ahsw7", + "owner": { + "username": "Ahsw", + "email": "jasjusjambu.segar@gmail.com" + }, + "record": { + "URL": "rd73mzgq78p59yq0.preview.edgeapp.net" + } +} From fbfdffb4e957cb24a944b2a25e50236462b7c71c Mon Sep 17 00:00:00 2001 From: Hadi Ka <35663745+Nystrex@users.noreply.github.com> Date: Thu, 22 Oct 2020 16:04:38 -0400 Subject: [PATCH 11/14] Create hadi --- domains/hadi | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/hadi diff --git a/domains/hadi b/domains/hadi new file mode 100644 index 000000000..eaad5f94d --- /dev/null +++ b/domains/hadi @@ -0,0 +1,11 @@ +{ + "description": "Nystrex's Personal Website", + "repo": "https://github.com/Nystrex", + "owner": { + "username": "Nystrex", + "email": "hadi@nystrex.com" + }, + "record": { + "CNAME": "nystrex.com" + } +} From e88f178a666d18c4dc2bff066416a91d35427bb7 Mon Sep 17 00:00:00 2001 From: Hadi Ka <35663745+Nystrex@users.noreply.github.com> Date: Thu, 22 Oct 2020 16:06:30 -0400 Subject: [PATCH 12/14] Rename hadi to hadi.json --- domains/{hadi => hadi.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{hadi => hadi.json} (100%) diff --git a/domains/hadi b/domains/hadi.json similarity index 100% rename from domains/hadi rename to domains/hadi.json From 89e1a9e9567bd7efcb6c4b39522f2e8b3ca8d12b Mon Sep 17 00:00:00 2001 From: Rafael Santana Date: Thu, 22 Oct 2020 20:44:24 -0300 Subject: [PATCH 13/14] create rafalmeida73.json --- domains/rafalmeida73.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rafalmeida73.json diff --git a/domains/rafalmeida73.json b/domains/rafalmeida73.json new file mode 100644 index 000000000..d2621e401 --- /dev/null +++ b/domains/rafalmeida73.json @@ -0,0 +1,11 @@ +{ + "description": "This website is a link to my personal developer portfolio.", + "repo": "https://github.com/rafalmeida73/rafalmeida73.github.io", + "owner": { + "username": "rafalmeida73", + "email": "rafaelsantana7213@gmail.com" + }, + "record": { + "CNAME": "rafalmeida73.github.io" + } +} From 96af6e9569b7ca97f07824d41c9a91e91b6ef924 Mon Sep 17 00:00:00 2001 From: Ahsw7 <58834629+Ahsw7@users.noreply.github.com> Date: Fri, 23 Oct 2020 09:31:24 +0700 Subject: [PATCH 14/14] Update ahsw.json --- domains/ahsw.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ahsw.json b/domains/ahsw.json index 7ef2f05c3..5a9ab36d7 100644 --- a/domains/ahsw.json +++ b/domains/ahsw.json @@ -6,6 +6,6 @@ "email": "jasjusjambu.segar@gmail.com" }, "record": { - "URL": "rd73mzgq78p59yq0.preview.edgeapp.net" + "CNAME": "rd73mzgq78p59yq0.preview.edgeapp.net" } }