From c22295eac503c4fce73f09ffef13ce1a10bc5d43 Mon Sep 17 00:00:00 2001 From: ls-prabhu Date: Wed, 26 Mar 2025 19:27:37 +0530 Subject: [PATCH 01/61] Create prabhu.json its 3rd patch ;( still learning --- domains/prabhu.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/prabhu.json diff --git a/domains/prabhu.json b/domains/prabhu.json new file mode 100644 index 000000000..6a1eeb431 --- /dev/null +++ b/domains/prabhu.json @@ -0,0 +1,10 @@ +{ + "domain": "prabhu", + "owner": { + "email": "prabhuls2005@gmail.com", + "username": "ls-prabhu" + }, + "record": { + "CNAME": "ls-prabhu.github.io" + } +} From d0aba92c6eea212f7066ae449bb39ec2ed68c011 Mon Sep 17 00:00:00 2001 From: muhammadhaad Date: Sun, 27 Apr 2025 18:36:03 +0500 Subject: [PATCH 02/61] Add initial configuration for muhammadhaad.json --- domains/muhammadhaad.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/muhammadhaad.json diff --git a/domains/muhammadhaad.json b/domains/muhammadhaad.json new file mode 100644 index 000000000..44d46ac0c --- /dev/null +++ b/domains/muhammadhaad.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "muhammadhaad", + "email": "haad1111997@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=muhammadhaad.is-a.dev,a12bad171212129c491c" + } +} \ No newline at end of file From 6ba7893c7736e20c9bb1d486a2a267bb8a6d8a98 Mon Sep 17 00:00:00 2001 From: muhammadhaad Date: Sun, 27 Apr 2025 22:30:37 +0500 Subject: [PATCH 03/61] feat(domains): add _vercel.muhammadhaad.json configuration file --- domains/{muhammadhaad.json => _vercel.muhammadhaad.json} | 1 + 1 file changed, 1 insertion(+) rename domains/{muhammadhaad.json => _vercel.muhammadhaad.json} (84%) diff --git a/domains/muhammadhaad.json b/domains/_vercel.muhammadhaad.json similarity index 84% rename from domains/muhammadhaad.json rename to domains/_vercel.muhammadhaad.json index 44d46ac0c..79b223505 100644 --- a/domains/muhammadhaad.json +++ b/domains/_vercel.muhammadhaad.json @@ -1,6 +1,7 @@ { "owner": { "username": "muhammadhaad", + "linkedin": "muhammadhaad", "email": "haad1111997@gmail.com" }, "records": { From a8cf7e3066a87d0b568eb52ac82247444569df2b Mon Sep 17 00:00:00 2001 From: rohitsinhsonawane <54910119+rohitsinhsonawane@users.noreply.github.com> Date: Sun, 27 Apr 2025 23:35:35 +0530 Subject: [PATCH 04/61] Create rohitsonawane.json --- domains/rohitsonawane.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rohitsonawane.json diff --git a/domains/rohitsonawane.json b/domains/rohitsonawane.json new file mode 100644 index 000000000..56e391f5e --- /dev/null +++ b/domains/rohitsonawane.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rohitsinhsonawane", + "email": "rohitsinh.sonawane@gmail.com" + }, + "record": { + "CNAME": "rohitsinhsonawane.github.io" + } +} From c1f55d5c64a73d9c7b587474eda0ade46bfcbfe1 Mon Sep 17 00:00:00 2001 From: muhammadhaad Date: Mon, 28 Apr 2025 23:45:12 +0500 Subject: [PATCH 05/61] Add portfolio description and repository link to Vercel configuration --- domains/_vercel.muhammadhaad.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/domains/_vercel.muhammadhaad.json b/domains/_vercel.muhammadhaad.json index 79b223505..77f38ad25 100644 --- a/domains/_vercel.muhammadhaad.json +++ b/domains/_vercel.muhammadhaad.json @@ -1,4 +1,6 @@ { + "description": "Muhammad Haad Bin Zahid's Portfolio Website", + "repo": "https://github.com/muhammadhaad/my-portfolio-v2", "owner": { "username": "muhammadhaad", "linkedin": "muhammadhaad", From 26f0f5c0adefab74fa23c22ab55912c482bb5bba Mon Sep 17 00:00:00 2001 From: muhammadhaad Date: Mon, 28 Apr 2025 23:51:40 +0500 Subject: [PATCH 06/61] Remove portfolio description and LinkedIn from Vercel configuration; add new domain configuration file. --- domains/_vercel.muhammadhaad.json | 3 --- domains/muhammadhaad.json | 9 +++++++++ 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 domains/muhammadhaad.json diff --git a/domains/_vercel.muhammadhaad.json b/domains/_vercel.muhammadhaad.json index 77f38ad25..44d46ac0c 100644 --- a/domains/_vercel.muhammadhaad.json +++ b/domains/_vercel.muhammadhaad.json @@ -1,9 +1,6 @@ { - "description": "Muhammad Haad Bin Zahid's Portfolio Website", - "repo": "https://github.com/muhammadhaad/my-portfolio-v2", "owner": { "username": "muhammadhaad", - "linkedin": "muhammadhaad", "email": "haad1111997@gmail.com" }, "records": { diff --git a/domains/muhammadhaad.json b/domains/muhammadhaad.json new file mode 100644 index 000000000..e7f9cbfcb --- /dev/null +++ b/domains/muhammadhaad.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "muhammadhaad", + "email": "haad1111997@gmail.com" + }, + "records": { + "CNAME": "muhammadhaad.vercel.app" + } +} \ No newline at end of file From 8139c54a4f24994c874caf4b55449a35f3ae895f Mon Sep 17 00:00:00 2001 From: wiseqingyang Date: Tue, 29 Apr 2025 13:45:06 +0800 Subject: [PATCH 07/61] create qingyang.json --- domains/qingyang.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/qingyang.json diff --git a/domains/qingyang.json b/domains/qingyang.json new file mode 100644 index 000000000..0eca129de --- /dev/null +++ b/domains/qingyang.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "wiseqingyang", + "email": "wiseqingyang@163.com" + }, + "description": "a tool box for web development", + "records": { + "CNAME": "jisuxiang.pages.dev" + } +} \ No newline at end of file From 8d6c6eaaa540f9f9fa6149b6712e2b3638916a7c Mon Sep 17 00:00:00 2001 From: barooon165 <112069172+onbao165@users.noreply.github.com> Date: Thu, 1 May 2025 09:53:11 +0700 Subject: [PATCH 08/61] Create onbao165.json --- domains/onbao165.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/onbao165.json diff --git a/domains/onbao165.json b/domains/onbao165.json new file mode 100644 index 000000000..791fb766f --- /dev/null +++ b/domains/onbao165.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "onbao165", + "email": "ongiabaoit22@gmail.com" + }, + "record": { + "CNAME": "onbao165.github.io" + } +} From 16df6b5137c844e71a0dda41a50150b793f5cd95 Mon Sep 17 00:00:00 2001 From: barooon165 <112069172+onbao165@users.noreply.github.com> Date: Thu, 1 May 2025 13:56:02 +0700 Subject: [PATCH 09/61] Update onbao165.json --- domains/onbao165.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/onbao165.json b/domains/onbao165.json index 791fb766f..7f2d463f1 100644 --- a/domains/onbao165.json +++ b/domains/onbao165.json @@ -3,7 +3,7 @@ "username": "onbao165", "email": "ongiabaoit22@gmail.com" }, - "record": { + "records": { "CNAME": "onbao165.github.io" } } From 27091bfb9346351c91f62e9822c16dc23bb58ee2 Mon Sep 17 00:00:00 2001 From: 2T Nguyen <95197224+iaohtdev@users.noreply.github.com> Date: Thu, 1 May 2025 18:16:43 +0700 Subject: [PATCH 10/61] Create its-2t-here --- domains/its-2t-here | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/its-2t-here diff --git a/domains/its-2t-here b/domains/its-2t-here new file mode 100644 index 000000000..bf9f3759e --- /dev/null +++ b/domains/its-2t-here @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "iaohtdev", + "email": "iaoht.dev@gmail.com" + }, + "records": { + "CNAME": "iaohtdev.github.io" + } +} From 28d056be62f810f546f6de60fe26f262c44c05f3 Mon Sep 17 00:00:00 2001 From: VulcanoSoftware <113239901+VulcanoSoftware@users.noreply.github.com> Date: Thu, 1 May 2025 13:55:22 +0200 Subject: [PATCH 11/61] Create _discord.vulcanocraft.json --- domains/_discord.vulcanocraft.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 domains/_discord.vulcanocraft.json diff --git a/domains/_discord.vulcanocraft.json b/domains/_discord.vulcanocraft.json new file mode 100644 index 000000000..f2d823bdb --- /dev/null +++ b/domains/_discord.vulcanocraft.json @@ -0,0 +1,5 @@ +{ + "records": { + "TXT": "dh=2854f14976030f4425262b688f761e0d99e78865" + } +} From b8197f5ab502cbb0ad214d74aadb3d3ee9e2e84a Mon Sep 17 00:00:00 2001 From: VulcanoSoftware <113239901+VulcanoSoftware@users.noreply.github.com> Date: Thu, 1 May 2025 17:02:44 +0200 Subject: [PATCH 12/61] Update _discord.vulcanocraft.json --- domains/_discord.vulcanocraft.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/domains/_discord.vulcanocraft.json b/domains/_discord.vulcanocraft.json index f2d823bdb..e65b87e70 100644 --- a/domains/_discord.vulcanocraft.json +++ b/domains/_discord.vulcanocraft.json @@ -1,4 +1,8 @@ { + "owner": { + "username": "VulcanoSoftware", + "email": "vulcanosoftwareinc@gmail.com" + }, "records": { "TXT": "dh=2854f14976030f4425262b688f761e0d99e78865" } From e5f10b560f8c2d8c3a746c4428f3a7071bb380d1 Mon Sep 17 00:00:00 2001 From: VulcanoSoftware <113239901+VulcanoSoftware@users.noreply.github.com> Date: Thu, 1 May 2025 17:27:28 +0200 Subject: [PATCH 13/61] Create info.vulcanocraft.json --- domains/info.vulcanocraft.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/info.vulcanocraft.json diff --git a/domains/info.vulcanocraft.json b/domains/info.vulcanocraft.json new file mode 100644 index 000000000..7b023f01a --- /dev/null +++ b/domains/info.vulcanocraft.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "VulcanoSoftware", + "discord": "814891541205876767" + }, + "records": { + "MX": [ + "smtp.google.com" + ] + } +} From a0d311511e96c77fbdeaa73e85c80cc2de72cac6 Mon Sep 17 00:00:00 2001 From: Jefferson Dantas <52979246+josejefferson@users.noreply.github.com> Date: Thu, 1 May 2025 17:55:27 +0000 Subject: [PATCH 14/61] Create josejefferson domain --- domains/_vercel.josejefferson.json | 9 +++++++++ domains/josejefferson.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.josejefferson.json create mode 100644 domains/josejefferson.json diff --git a/domains/_vercel.josejefferson.json b/domains/_vercel.josejefferson.json new file mode 100644 index 000000000..1ec3a6f14 --- /dev/null +++ b/domains/_vercel.josejefferson.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "josejefferson", + "email": "jeffersonn.jjdaj@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=josejefferson.is-a.dev,9fb9fa0d0951706fa167" + } +} \ No newline at end of file diff --git a/domains/josejefferson.json b/domains/josejefferson.json new file mode 100644 index 000000000..0c20488a8 --- /dev/null +++ b/domains/josejefferson.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "josejefferson", + "email": "jeffersonn.jjdaj@gmail.com" + }, + "records": { + "CNAME": "josejefferson.vercel.app" + } +} \ No newline at end of file From 4048c6f219b1b769bbd9cdfcaf835ca604580538 Mon Sep 17 00:00:00 2001 From: Raditya Aydin <74106446+Radiit@users.noreply.github.com> Date: Fri, 2 May 2025 01:50:22 +0700 Subject: [PATCH 15/61] add: domain request json --- domains/your-domain-name.is-a.dev.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/your-domain-name.is-a.dev.json diff --git a/domains/your-domain-name.is-a.dev.json b/domains/your-domain-name.is-a.dev.json new file mode 100644 index 000000000..fb7d20faf --- /dev/null +++ b/domains/your-domain-name.is-a.dev.json @@ -0,0 +1,12 @@ +{ + "description": "Raditya's Portfolio Web", + "owner": { + "username": "radityaaydin", + "email": "radityaaydin@gmail.com" + }, + "records": { + "A": [ + "40.81.30.214" + ] + } +} From 57ae602178a9a3ed9fcb0164d40b4ca8e5b411dd Mon Sep 17 00:00:00 2001 From: Raditya Aydin <74106446+Radiit@users.noreply.github.com> Date: Fri, 2 May 2025 02:25:30 +0700 Subject: [PATCH 16/61] fix json file name --- domains/{your-domain-name.is-a.dev.json => radit.is-a.dev.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{your-domain-name.is-a.dev.json => radit.is-a.dev.json} (100%) diff --git a/domains/your-domain-name.is-a.dev.json b/domains/radit.is-a.dev.json similarity index 100% rename from domains/your-domain-name.is-a.dev.json rename to domains/radit.is-a.dev.json From 6206183719d1faf9df5ee6d3933d137955251aa6 Mon Sep 17 00:00:00 2001 From: Andrey de Oliveira <20956226+andreydeoliveira@users.noreply.github.com> Date: Thu, 1 May 2025 17:06:16 -0300 Subject: [PATCH 17/61] Create andreyontech.json --- domains/andreyontech.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/andreyontech.json diff --git a/domains/andreyontech.json b/domains/andreyontech.json new file mode 100644 index 000000000..71a054652 --- /dev/null +++ b/domains/andreyontech.json @@ -0,0 +1,10 @@ +{ + "owner": { + "email": "andreyontech@gmail.com", + "twitter": "AndreyOnTech" + }, + "record": { + "CNAME": "andreyontech.vercel.app" + }, + "ttl": 3600 +} From d2eec3e67e2ed9e50f7315ea4303834da4f9cef1 Mon Sep 17 00:00:00 2001 From: Alora Mia Date: Fri, 2 May 2025 20:33:00 +0900 Subject: [PATCH 18/61] Create room.alora.json --- domains/room.alora.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/room.alora.json diff --git a/domains/room.alora.json b/domains/room.alora.json new file mode 100644 index 000000000..b62ebd0d1 --- /dev/null +++ b/domains/room.alora.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "aloramiaa", + "email": "xaloramia@gmail.com" + }, + "records": { + "CNAME": "violetroom.vercel.app" + } +} From df4786704db74994779a92fcfa7a9320f0e610b2 Mon Sep 17 00:00:00 2001 From: Alora Mia Date: Fri, 2 May 2025 20:33:42 +0900 Subject: [PATCH 19/61] Update alora.json --- domains/alora.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/domains/alora.json b/domains/alora.json index 688213315..4eb7711ff 100644 --- a/domains/alora.json +++ b/domains/alora.json @@ -1,15 +1,9 @@ { "owner": { "username": "aloramiaa", - "email": "xaloramia@gmail.com", - "discord": "7q8x" + "email": "xaloramia@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], - "MX": ["mx.zoho.in", "mx2.zoho.in", "mx3.zoho.in"], - "TXT": [ - "v=spf1 include:zohomail.in ~all", - "google-site-verification=6uglJKM9-BmooIZLCRAqgnGaT2_M48hkicRD1bphXHk" - ] + "CNAME": "alora-verse.vercel.app" } } From 13d2320c654c24012654425a7534efc606f068db Mon Sep 17 00:00:00 2001 From: Alora Mia Date: Fri, 2 May 2025 20:34:22 +0900 Subject: [PATCH 20/61] Update _vercel.alora.json --- domains/_vercel.alora.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/_vercel.alora.json b/domains/_vercel.alora.json index 6dea93acb..438cc8c90 100644 --- a/domains/_vercel.alora.json +++ b/domains/_vercel.alora.json @@ -10,7 +10,9 @@ "vc-domain-verify=profile.alora.is-a.dev,71bd18cc5db61dc75f91", "vc-domain-verify=blog.alora.is-a.dev,39b11f87634c4710b9ab", "vc-domain-verify=verify.alora.is-a.dev,df9b78e72bc7a2889bc8", - "vc-domain-verify=share.alora.is-a.dev,abbc2694ca2401b3a842" + "vc-domain-verify=share.alora.is-a.dev,abbc2694ca2401b3a842", + "vc-domain-verify=room.alora.is-a.dev,185a01c120ff2e7883e4", + "vc-domain-verify=alora.is-a.dev,f8390941aa6278184bcb" ] } } From e839b570fc8df9b550f2dd8c345307db959acf2e Mon Sep 17 00:00:00 2001 From: erdem Date: Fri, 2 May 2025 17:21:10 +0300 Subject: [PATCH 21/61] Update erdem.json --- domains/erdem.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/erdem.json b/domains/erdem.json index 4a67f4f1d..fa9169568 100644 --- a/domains/erdem.json +++ b/domains/erdem.json @@ -1,9 +1,9 @@ { "owner": { - "username": "erdem85", - "email": "erdm@disroot.org" + "username": "ta2edh", + "email": "erdemhacisalihoglu@hotmail.com" }, "records": { - "URL": "https://erdem.lol" + "URL": "https://ta2edh.vercel.app" } } From a959436aa46db6969261253a717f0e9af964aea9 Mon Sep 17 00:00:00 2001 From: yoogoworkspace Date: Sat, 3 May 2025 03:44:41 +0530 Subject: [PATCH 22/61] Create yoogo.is-a.dev.json --- domains/yoogo.is-a.dev.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/yoogo.is-a.dev.json diff --git a/domains/yoogo.is-a.dev.json b/domains/yoogo.is-a.dev.json new file mode 100644 index 000000000..dfbb7c7fe --- /dev/null +++ b/domains/yoogo.is-a.dev.json @@ -0,0 +1,11 @@ +{ + "description": "My portfolio hosted on Netlify", + "repo": "https://github.com/yoogoworkspace/register", + "owner": { + "username": "yoogoworkspace", + "email": "[yoogoworkspace@gmail.com]" + }, + "records": { + "CNAME": "yoogo.netlify.app" + } +} From 43984a1de16bb6aaf3fb1ab7b0ff94cb3b95cc21 Mon Sep 17 00:00:00 2001 From: yoogoworkspace Date: Sat, 3 May 2025 03:55:28 +0530 Subject: [PATCH 23/61] Update yoogo.is-a.dev.json --- domains/yoogo.is-a.dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/yoogo.is-a.dev.json b/domains/yoogo.is-a.dev.json index dfbb7c7fe..675e0eec0 100644 --- a/domains/yoogo.is-a.dev.json +++ b/domains/yoogo.is-a.dev.json @@ -6,6 +6,6 @@ "email": "[yoogoworkspace@gmail.com]" }, "records": { - "CNAME": "yoogo.netlify.app" + "A": ["75.2.60.5"] } } From bd9b5ac637d6f29ad2b6220d9cf542b0aa20732d Mon Sep 17 00:00:00 2001 From: ZGX089 <81836228+ZGX089@users.noreply.github.com> Date: Sat, 3 May 2025 02:42:52 +0300 Subject: [PATCH 24/61] Create zg.json --- domains/zg.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/zg.json diff --git a/domains/zg.json b/domains/zg.json new file mode 100644 index 000000000..563a0305f --- /dev/null +++ b/domains/zg.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ZGX089", + "discord": "594080319007883264" + }, + "records": { + "A": ["85.194.246.69"] + } +} From 75a92cb3af49269f1097a7dd498864ac0646cddd Mon Sep 17 00:00:00 2001 From: ZGX089 <81836228+ZGX089@users.noreply.github.com> Date: Sat, 3 May 2025 02:43:24 +0300 Subject: [PATCH 25/61] Create zgx.json --- domains/zgx.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/zgx.json diff --git a/domains/zgx.json b/domains/zgx.json new file mode 100644 index 000000000..563a0305f --- /dev/null +++ b/domains/zgx.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ZGX089", + "discord": "594080319007883264" + }, + "records": { + "A": ["85.194.246.69"] + } +} From 3ca3e0b8947394dac35284f41e2bd3ab2451a616 Mon Sep 17 00:00:00 2001 From: AVVERSION <79741360+AVVERSION@users.noreply.github.com> Date: Sat, 3 May 2025 23:58:53 +0530 Subject: [PATCH 26/61] Update and rename avversion.json to foglomon.json --- domains/avversion.json | 8 -------- domains/foglomon.json | 9 +++++++++ 2 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 domains/avversion.json create mode 100644 domains/foglomon.json diff --git a/domains/avversion.json b/domains/avversion.json deleted file mode 100644 index d553c9bb0..000000000 --- a/domains/avversion.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "AVVERSION" - }, - "records": { - "CNAME": "avversion.github.io" - } -} diff --git a/domains/foglomon.json b/domains/foglomon.json new file mode 100644 index 000000000..a6a16931c --- /dev/null +++ b/domains/foglomon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "foglomon" + "discord": "foglomon" + }, + "records": { + "CNAME": "foglomon.github.io" + } +} From f9911d39687c637f99b7e1a1237cfcea715946d4 Mon Sep 17 00:00:00 2001 From: x7v8p3m2q9l0 <96309725+x7v8p3m2q9l0@users.noreply.github.com> Date: Sun, 4 May 2025 09:21:46 +0700 Subject: [PATCH 27/61] Update negativez.json --- domains/negativez.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/negativez.json b/domains/negativez.json index c54c294ab..0291de523 100644 --- a/domains/negativez.json +++ b/domains/negativez.json @@ -7,5 +7,5 @@ "records": { "CNAME": "x7v8p3m2q9l0.github.io" }, - "proxied": false + "proxied": true } From 8399c4d875d837e9d8c914207c44e53ec1681334 Mon Sep 17 00:00:00 2001 From: khty <164098315+hkhty@users.noreply.github.com> Date: Mon, 5 May 2025 15:42:13 -0400 Subject: [PATCH 28/61] Update and rename kramual.json to khty.json --- domains/{kramual.json => khty.json} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename domains/{kramual.json => khty.json} (56%) diff --git a/domains/kramual.json b/domains/khty.json similarity index 56% rename from domains/kramual.json rename to domains/khty.json index 354d96335..da3735d9a 100644 --- a/domains/kramual.json +++ b/domains/khty.json @@ -1,9 +1,9 @@ { "owner": { - "username": "kramual", + "username": "hkhty", "email": "khtyiscooler@gmail.com" }, "records": { - "CNAME": "kramual.github.io" + "CNAME": "hkhty.github.io" } } From 198dcee490cdb9647c0aa28bae0dd1b7423956f6 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Tue, 6 May 2025 22:28:42 +0800 Subject: [PATCH 29/61] prettier + remove some invalid repo fields --- domains/0xmaruf.json | 1 - domains/_discord.britto.json | 14 ++++++------ domains/_discord.dvergaram.json | 14 ++++++------ domains/_discord.sabidzpro.json | 14 ++++++------ domains/_discord.thetommylong.json | 16 +++++++------- ...hub-pages-challenge-araguaci.araguaci.json | 14 ++++++------ ...hub-pages-challenge-brittojo7n.britto.json | 14 ++++++------ ...s-challenge-daniel-vergaram.dvergaram.json | 14 ++++++------ ...github-pages-challenge-fa-fifi.fafifi.json | 16 +++++++------- ...ages-challenge-x7v8p3m2q9l0.negativez.json | 14 ++++++------ domains/_vercel.afifihsnm.json | 14 ++++++------ domains/_vercel.armaan44.json | 16 +++++++------- domains/_vercel.be63.json | 14 ++++++------ domains/_vercel.datadash.json | 16 +++++++------- domains/_vercel.gauravdubey.json | 14 ++++++------ domains/_vercel.hendrick.json | 19 ++++++++-------- domains/_vercel.kawet.json | 14 ++++++------ domains/_vercel.larry.json | 14 ++++++------ domains/_vercel.navdeep.json | 14 ++++++------ domains/_vercel.sabidzpro.json | 20 ++++++++--------- domains/_vercel.selenyon.json | 14 ++++++------ domains/_vercel.trix.json | 14 ++++++------ domains/_vercel.zpleum.json | 14 ++++++------ domains/aaqif.json | 1 - domains/abdullah.json | 1 - domains/abdullahcxd.json | 7 +++++- domains/abdulrahman.json | 1 - domains/abegehr.json | 1 - domains/abeltranp94.json | 1 - domains/abhilash.json | 1 - domains/abhrajitdas.json | 1 - domains/abiels.json | 7 +++++- domains/acaiberii.json | 1 - domains/acutewoof.json | 1 - domains/adamkarepin.json | 1 - domains/adeebkhan.json | 1 - domains/adonisfx.json | 1 - domains/adoqet.json | 7 +++++- domains/adwait.json | 1 - domains/afifihsnm.json | 14 ++++++------ domains/afnan.json | 1 - domains/ag.json | 1 - domains/ahmadeyamin.json | 1 - domains/ahmosys.json | 1 - domains/aiden.json | 1 - domains/aj.json | 4 +++- domains/ajaykrshna.json | 1 - domains/akk1to.json | 7 +++++- domains/akshit.json | 1 - domains/albert.json | 1 - domains/alden.json | 1 - domains/alephdiallo.json | 7 +++++- domains/alexis.json | 1 - domains/all.json | 7 +++++- domains/alora.json | 7 +++++- domains/aluwi.json | 1 - domains/alwen.json | 1 - domains/am1ncmd.json | 16 +++++++------- domains/amin.json | 7 +++++- domains/amit.json | 1 - domains/anandyeole.json | 1 - domains/ananth.json | 1 - domains/anas.json | 1 - domains/anautonell.json | 1 - domains/andriampeno.json | 1 - domains/angela-caldas.json | 16 +++++++------- domains/anhnguyen.json | 5 ++++- domains/anshkabra.json | 1 - domains/anthony2be.json | 1 - domains/antonio.json | 1 - domains/anuj.json | 1 - domains/anushi.json | 1 - domains/api.catzboy.json | 1 - domains/api.zoom.json | 1 - domains/aqsakhan.json | 1 - domains/aravindh.json | 1 - domains/ariffhazmi.json | 1 - domains/arijit.json | 1 - domains/armaan44.json | 1 - domains/arslan.json | 1 - domains/arunvishnu.json | 1 - domains/aruria.json | 12 ++++++++-- domains/aryamaan.json | 7 +++++- domains/asbp.json | 1 - domains/ashishagr.json | 7 +++++- domains/ashutosh.json | 1 - domains/asim.json | 1 - domains/aspect.json | 1 - domains/aswin-m-v.json | 1 - domains/aswin-vs.json | 1 - domains/ataim.json | 1 - domains/atharv.json | 1 - domains/athira-li.json | 1 - domains/ausy.json | 2 +- domains/autodiscover.yash.json | 1 - domains/avnoor-gamerz.json | 1 - domains/axewbotx.json | 1 - domains/ayushmansarkar.json | 1 - domains/azeem.json | 1 - domains/azeez.json | 7 +++++- domains/baturalp.json | 1 - domains/be63.json | 14 ++++++------ domains/ben.json | 7 +++++- domains/benet.json | 7 +++++- domains/bennett1412.json | 1 - domains/beno.json | 1 - domains/bento64.json | 1 - domains/bhadra.json | 1 - domains/bhattcodes.json | 1 - domains/bhushankhopkarr.json | 1 - domains/blog.catzboy.json | 1 - domains/blog.chuyentinorz.json | 1 - domains/blog.ttkt.json | 12 +++++----- domains/blurnope.json | 1 - domains/bob16077.json | 1 - domains/boba.json | 1 - domains/box.json | 1 - domains/brandnewwick.json | 7 +++++- domains/brian.json | 1 - domains/bru.json | 1 - domains/bur.json | 7 +++++- domains/c00l.json | 1 - domains/caenjones.json | 1 - domains/calder.json | 14 ++++++------ domains/canavan.json | 7 +++++- domains/carlosgiralt.json | 1 - domains/cassie.json | 1 - domains/catzboy.json | 1 - domains/caz.json | 1 - domains/chadee.json | 7 +++++- domains/chandsi.json | 5 ++++- domains/char.json | 1 - domains/chess.json | 7 +++++- domains/chethan.json | 1 - domains/ciaobot.json | 4 +++- domains/cinnamonshrine.json | 1 - domains/cloudy.json | 1 - domains/cloudz.json | 1 - domains/connor.json | 1 - domains/crazo7924.json | 5 ++++- domains/creature.json | 1 - domains/crischutu07.json | 7 +++++- domains/cyteon.json | 5 ++++- domains/d3nxel.json | 1 - domains/dan.json | 1 - domains/dani.json | 1 - domains/daniel4-scratch.json | 1 - domains/darkdevil.json | 7 +++++- domains/datamind.json | 1 - domains/davemp.json | 1 - domains/dayowebevents.json | 1 - domains/debs.json | 1 - domains/dehteam3.json | 1 - domains/deniz.json | 7 +++++- domains/denver.json | 1 - domains/designcode.json | 14 ++++++------ domains/dhilipan.json | 5 ++++- domains/dhiraj.json | 1 - domains/dhruvil.json | 7 +++++- domains/didelfo.json | 14 ++++++------ domains/dimanet.json | 1 - domains/dinesh.json | 1 - domains/divik.json | 1 - domains/dmmay.json | 7 +++++- domains/dooly.json | 1 - domains/douglasffilho.json | 1 - domains/drdilyor.json | 1 - domains/dresan.json | 1 - domains/dsrev.json | 1 - domains/dvergaram.json | 14 ++++++------ domains/dydestroyer.json | 1 - domains/dzdevelopers.json | 5 ++++- domains/edition.json | 22 +++++++++---------- domains/edmonddevera.json | 1 - domains/edrea.json | 1 - domains/educatedsuddenbucket.json | 7 +++++- domains/ekinvarli.json | 1 - domains/eldho-baby.json | 14 ++++++------ domains/eldho.json | 14 ++++++------ domains/eldhobaby.json | 14 ++++++------ domains/eldinesh.json | 1 - domains/elf.json | 1 - domains/ella.json | 1 - domains/elyagoubi.json | 7 +++++- domains/emanuele.json | 14 ++++++------ domains/encoder.js.json | 7 +++++- domains/eryquicc.json | 7 +++++- domains/eternal-network.json | 1 - domains/ethxrnity.json | 1 - domains/every.json | 7 +++++- domains/evie.json | 7 +++++- domains/evils.json | 1 - domains/fab1andev.json | 1 - domains/fafifi.json | 7 +++++- domains/faultywindows.json | 7 +++++- domains/fayasnoushad.json | 1 - domains/files.allancoding.json | 1 - domains/fmode.json | 1 - domains/fondfracz.json | 16 +++++++------- domains/forsas.json | 1 - domains/foufou-exe.json | 1 - domains/foxsden.json | 7 +++++- domains/foyet.json | 1 - domains/fran.json | 7 +++++- domains/franciskafieh.json | 1 - domains/frcat.json | 1 - domains/freebies.json | 1 - domains/fsanchir.json | 1 - domains/furkancetinkaya.json | 1 - domains/gamingboots.json | 1 - domains/gauravdubey.json | 14 ++++++------ domains/gbot.json | 7 +++++- domains/gcet.aaqif.json | 1 - domains/ghsearch.json | 2 +- domains/gilmar-dave-gamboa.json | 1 - domains/gilmar.json | 1 - domains/gizzy.json | 7 +++++- domains/gorkem.json | 1 - domains/guilherme.json | 21 +++++++++--------- domains/gulsah.json | 1 - domains/gxlpes.json | 1 - domains/hansana.json | 7 +++++- domains/hansen.json | 1 - domains/harsh-patel.json | 1 - domains/harshmallick.json | 1 - domains/harshnj.json | 7 +++++- domains/harshvardhan.json | 1 - domains/haseebai.json | 4 ++-- domains/haseena.json | 1 - domains/hendrick.json | 21 +++++++++--------- domains/hexviewer.json | 7 +++++- domains/hisham.json | 1 - domains/hjmao.json | 1 - domains/hnks.json | 1 - domains/hooman.json | 1 - domains/houlton.json | 1 - domains/huntroid.json | 7 +++++- domains/huygd.json | 4 +++- domains/huygmd.json | 4 +++- domains/hyro.json | 1 - domains/iakzs.json | 7 +++++- domains/ice-head.json | 7 +++++- domains/img.juststudio.json | 7 +++++- domains/imnahn.json | 1 - domains/imy.json | 1 - domains/infernum.json | 1 - domains/infinityloop.json | 1 - domains/ipuppyyt.json | 7 +++++- domains/iqat.json | 1 - domains/isa.json | 1 - domains/ishaanmehta.json | 1 - domains/ishh.json | 7 +++++- domains/itsdharmik.json | 1 - domains/itsmealdo.json | 1 - domains/itsnicecraft.json | 1 - domains/j.json | 7 +++++- domains/jackson.json | 7 +++++- domains/jadebetty.json | 7 +++++- domains/jannator.json | 14 ++++++------ domains/jayy.json | 1 - domains/jean.json | 1 - domains/jessehoekema.json | 7 +++++- domains/jessiflessi.json | 7 +++++- domains/jhos.json | 7 +++++- domains/jimmster.json | 1 - domains/jj.json | 7 +++++- domains/joe.json | 1 - domains/joe50097.json | 5 ++++- domains/joesepp.json | 1 - domains/joesjourney.json | 7 +++++- domains/johnythomas.json | 1 - domains/joinsachinarya.json | 1 - domains/jonestse.json | 1 - domains/julian.json | 7 +++++- domains/just.json | 7 +++++- domains/justdeveloper.json | 7 +++++- domains/justforever.json | 1 - domains/juststudio.json | 7 +++++- domains/jzitnik.json | 5 ++++- domains/k93msy.json | 1 - domains/kai.json | 1 - domains/kanti-tkm.json | 1 - domains/kappurumedia.json | 1 - domains/kavi.json | 1 - domains/kaweees.json | 1 - domains/kawet.json | 14 ++++++------ domains/keli5.json | 1 - domains/kells.json | 1 - domains/keybinds.json | 7 +++++- domains/khcrv.json | 1 - domains/kilic.json | 1 - domains/kiran.json | 1 - domains/kuldeep.json | 7 +++++- domains/kweller.json | 1 - domains/lakhindar.json | 7 +++++- domains/larry.json | 14 ++++++------ domains/laufey.json | 1 - domains/leha.json | 1 - domains/liam.json | 7 +++++- domains/lighty.json | 7 +++++- domains/lilac.json | 1 - domains/lingle.json | 1 - domains/lndr2501.json | 1 - domains/lnminh1411.json | 7 +++++- domains/logan.json | 1 - domains/lok.json | 1 - domains/loomeh.json | 5 ++++- domains/loser.json | 7 +++++- domains/losr.json | 7 +++++- domains/lowsummer.json | 1 - domains/luciano.json | 16 +++++++------- domains/luis-ciber.json | 1 - domains/luisgerardovillanueva.json | 1 - domains/lunax0390.json | 1 - domains/lungustefan.json | 7 +++++- domains/lxz.json | 1 - domains/m.ps.json | 5 ++++- domains/m04.json | 1 - domains/m4hbod.json | 1 - domains/maclong.json | 1 - domains/madhavjhawar.json | 1 - domains/madhead341.json | 7 +++++- domains/mahmoud.json | 7 +++++- domains/mahmud.json | 1 - domains/mail.gs.json | 5 ++++- domains/mail.lver.json | 5 ++++- domains/mail.mrstickypiston.json | 5 ++++- domains/mail.mxnticek.json | 5 ++++- domains/makhbaz.json | 1 - domains/match.json | 7 +++++- domains/matheus.json | 1 - domains/mathu-lmn.json | 1 - domains/matrixcoder.json | 7 +++++- domains/maximilian.json | 7 +++++- domains/maxt.json | 1 - domains/mcotocel.json | 1 - domains/mcreed.json | 7 +++++- domains/mcstatus.json | 4 +++- domains/media.ttkt.json | 12 +++++----- domains/mertdemir.json | 1 - domains/meywy.json | 1 - domains/mihai.json | 1 - domains/mineek.json | 1 - domains/mioscape.json | 1 - domains/miraclecherrypie.json | 1 - domains/mirozr.json | 1 - domains/mirzosharif.json | 1 - domains/miyuki.json | 10 ++++----- domains/mizu.json | 1 - domains/moddedstuffguy.json | 1 - domains/moha.json | 1 - domains/mohammad87115.json | 1 - domains/mohannadk28.json | 1 - domains/mohdsohel.json | 1 - domains/moon.json | 1 - domains/morphoit.json | 1 - domains/morzhstudio.json | 7 +++++- domains/mosaab.json | 8 +++++-- domains/mrkos.json | 1 - domains/mrshoe.json | 1 - domains/muchenski.json | 1 - domains/muizzz.json | 1 - domains/murodovazizmurod.json | 1 - domains/nabil.json | 1 - domains/natalievu.json | 1 - domains/navdeep.json | 15 ++++++------- domains/nebula.json | 1 - domains/neel.json | 1 - domains/neki.json | 7 +++++- domains/neon.json | 7 +++++- domains/nettles.json | 1 - domains/nico.json | 1 - domains/nicol.json | 1 - domains/nikhil.json | 1 - domains/nikhilji.json | 1 - domains/ninjaasmoke.json | 1 - domains/nisarga.json | 1 - domains/nischay.json | 7 +++++- domains/niyakipham.json | 1 - domains/noir.json | 1 - domains/nooz.json | 7 +++++- domains/not-ethan.json | 7 +++++- domains/notaussie.json | 1 - domains/notefct.json | 1 - domains/notjadeja.json | 7 +++++- domains/ntg.json | 1 - domains/nv2k3.json | 1 - domains/nyx.json | 1 - domains/ofheather.json | 1 - domains/omnianims.json | 14 ++++++------ domains/orestsaban.json | 7 +++++- domains/ovillafuerte94.json | 1 - domains/owais.json | 1 - domains/oxmc.json | 7 +++++- domains/p2m.json | 1 - domains/pashigin.json | 1 - domains/patriciafelix.json | 1 - domains/peach.json | 1 - domains/pedrito.json | 1 - domains/peme969.json | 7 +++++- domains/pemtshewang.json | 1 - domains/penguin.json | 7 +++++- domains/peroxide.json | 1 - domains/phani.json | 1 - domains/play.alora.json | 1 - domains/pranavagrawal.json | 7 +++++- domains/pranawww.json | 20 ++++++++--------- domains/projassets.oxmc.json | 7 +++++- domains/quincetart10.json | 7 +++++- domains/rafaelfernandes.json | 7 +++++- domains/random2.json | 7 +++++- domains/raunak.json | 7 +++++- domains/raviteja-geddada.json | 7 +++++- domains/realfara.json | 7 +++++- domains/realyash.json | 7 +++++- domains/ryz.json | 4 ++-- domains/s1ow.json | 7 +++++- domains/sabidzpro.json | 9 ++------ domains/sameerk.json | 7 +++++- domains/sanket.json | 1 - domains/sc.json | 7 +++++- domains/scythemedia.json | 7 +++++- domains/sebastian.json | 7 +++++- domains/securesandbox.json | 5 +---- domains/seekhue.json | 18 +++++++-------- domains/seen.json | 4 +++- domains/seven.json | 12 ++++++++-- domains/shad.json | 7 +++++- domains/shept.json | 7 +++++- domains/shomy.json | 7 +++++- domains/sife.json | 7 +++++- domains/sincererflame71.json | 7 +++++- domains/sivaraj.json | 7 +++++- domains/skar.json | 7 +++++- domains/spaxly.json | 7 +++++- domains/stefdp.json | 8 ++----- domains/sty.json | 7 +++++- domains/superstrellaa.json | 18 +++++++-------- domains/thaihung.json | 7 +++++- domains/thetommylong.json | 20 ++++++++--------- domains/theveryheavy.json | 7 +++++- domains/trix.json | 2 +- domains/ultimatemedia.json | 7 +++++- domains/upd.oxmc.json | 7 +++++- domains/vintheweirdass.json | 5 ++++- domains/vivek.json | 7 +++++- domains/vra.json | 7 +++++- domains/w3teal.json | 5 ++++- domains/willo.json | 7 +++++- domains/woofer.json | 7 +++++- domains/woundrite.json | 7 +++++- domains/wwr.json | 17 +++++++------- domains/www.alvin.json | 4 +++- domains/www.thetommylong.json | 16 +++++++------- domains/xenside.json | 7 +++++- domains/xrap1dx.json | 5 ++++- domains/yash.json | 7 +++++- domains/yunexiz.json | 7 +++++- domains/yxz.json | 7 +++++- domains/zpleum.json | 14 ++++++------ domains/zumate.json | 5 ++++- 461 files changed, 1255 insertions(+), 846 deletions(-) diff --git a/domains/0xmaruf.json b/domains/0xmaruf.json index 6b9148f05..36e0af533 100644 --- a/domains/0xmaruf.json +++ b/domains/0xmaruf.json @@ -1,6 +1,5 @@ { "description": "Personal Portfolio Hosted on Netlify", - "repo": "https://github.com/Marufms4/0xMarufNextjs", "owner": { "username": "marufms4", "email": "marufsm4@gmail.com" diff --git a/domains/_discord.britto.json b/domains/_discord.britto.json index 80bca6e38..bc27f6e6e 100644 --- a/domains/_discord.britto.json +++ b/domains/_discord.britto.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "brittojo7n", - "email": "sjbritto2003@gmail.com" - }, - "records": { - "TXT": "dh=e17819212bff38615864de2f37516b1a42f882ec" - } + "owner": { + "username": "brittojo7n", + "email": "sjbritto2003@gmail.com" + }, + "records": { + "TXT": "dh=e17819212bff38615864de2f37516b1a42f882ec" + } } diff --git a/domains/_discord.dvergaram.json b/domains/_discord.dvergaram.json index 95a2b0363..af7bd2aba 100644 --- a/domains/_discord.dvergaram.json +++ b/domains/_discord.dvergaram.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "Daniel-VergaraM", - "email": "dvergaram.dev@gmail.com" - }, - "records": { - "TXT": "dh=c8db3ed841716fec1cbf50586354c8cbe94ac6ba" - } + "owner": { + "username": "Daniel-VergaraM", + "email": "dvergaram.dev@gmail.com" + }, + "records": { + "TXT": "dh=c8db3ed841716fec1cbf50586354c8cbe94ac6ba" + } } diff --git a/domains/_discord.sabidzpro.json b/domains/_discord.sabidzpro.json index f09b58f91..e56af4dc7 100644 --- a/domains/_discord.sabidzpro.json +++ b/domains/_discord.sabidzpro.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "saifulabidin", - "email": "syaiful.osd@yahoo.com" - }, - "records": { - "TXT": "dh=a25a4d7cffc472b9402e6544f5f79f84c001e563" - } + "owner": { + "username": "saifulabidin", + "email": "syaiful.osd@yahoo.com" + }, + "records": { + "TXT": "dh=a25a4d7cffc472b9402e6544f5f79f84c001e563" + } } diff --git a/domains/_discord.thetommylong.json b/domains/_discord.thetommylong.json index a3f5cafe9..2de7032ca 100644 --- a/domains/_discord.thetommylong.json +++ b/domains/_discord.thetommylong.json @@ -1,10 +1,10 @@ { - "description": "Currently used for portfolio website and SMTP mail server", - "owner": { - "username": "TheTommylongIsHeree", - "discord": "thetommylong" - }, - "records": { - "TXT": "dh=112935453eef7c160175f5248382ad40924848b0" - } + "description": "Currently used for portfolio website and SMTP mail server", + "owner": { + "username": "TheTommylongIsHeree", + "discord": "thetommylong" + }, + "records": { + "TXT": "dh=112935453eef7c160175f5248382ad40924848b0" + } } diff --git a/domains/_github-pages-challenge-araguaci.araguaci.json b/domains/_github-pages-challenge-araguaci.araguaci.json index da2084631..426d2d781 100644 --- a/domains/_github-pages-challenge-araguaci.araguaci.json +++ b/domains/_github-pages-challenge-araguaci.araguaci.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "araguaci", - "email": "araguaci@gmail.com" - }, - "records": { - "TXT": "a7fe82e3e40b3a6288d681e8f88a4f" - } + "owner": { + "username": "araguaci", + "email": "araguaci@gmail.com" + }, + "records": { + "TXT": "a7fe82e3e40b3a6288d681e8f88a4f" + } } diff --git a/domains/_github-pages-challenge-brittojo7n.britto.json b/domains/_github-pages-challenge-brittojo7n.britto.json index 20f0c8b0f..ac946487d 100644 --- a/domains/_github-pages-challenge-brittojo7n.britto.json +++ b/domains/_github-pages-challenge-brittojo7n.britto.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "brittojo7n", - "email": "sjbritto2003@gmail.com" - }, - "records": { - "TXT": "83dc774a341548d80026a939840f62" - } + "owner": { + "username": "brittojo7n", + "email": "sjbritto2003@gmail.com" + }, + "records": { + "TXT": "83dc774a341548d80026a939840f62" + } } diff --git a/domains/_github-pages-challenge-daniel-vergaram.dvergaram.json b/domains/_github-pages-challenge-daniel-vergaram.dvergaram.json index 1e2273687..a8db2ec54 100644 --- a/domains/_github-pages-challenge-daniel-vergaram.dvergaram.json +++ b/domains/_github-pages-challenge-daniel-vergaram.dvergaram.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "DanieL-VergaraM", - "email": "dvergaram.dev@gmail.com" - }, - "records": { - "TXT": "20d54184fa1ce18728ea1eb5d25b1e" - } + "owner": { + "username": "DanieL-VergaraM", + "email": "dvergaram.dev@gmail.com" + }, + "records": { + "TXT": "20d54184fa1ce18728ea1eb5d25b1e" + } } diff --git a/domains/_github-pages-challenge-fa-fifi.fafifi.json b/domains/_github-pages-challenge-fa-fifi.fafifi.json index 02c2647a0..efcce90b7 100644 --- a/domains/_github-pages-challenge-fa-fifi.fafifi.json +++ b/domains/_github-pages-challenge-fa-fifi.fafifi.json @@ -1,10 +1,10 @@ { - "description": "Github page domain verification", - "owner": { - "username": "fa-fifi", - "email": "fafifi1997@gmail.com" - }, - "records": { - "TXT": "b81b58a5a862ac448e7a996d96272f" - } + "description": "Github page domain verification", + "owner": { + "username": "fa-fifi", + "email": "fafifi1997@gmail.com" + }, + "records": { + "TXT": "b81b58a5a862ac448e7a996d96272f" + } } diff --git a/domains/_github-pages-challenge-x7v8p3m2q9l0.negativez.json b/domains/_github-pages-challenge-x7v8p3m2q9l0.negativez.json index 8f0605c90..53f59bbfa 100644 --- a/domains/_github-pages-challenge-x7v8p3m2q9l0.negativez.json +++ b/domains/_github-pages-challenge-x7v8p3m2q9l0.negativez.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "x7v8p3m2q9l0", - "email": "rbgkbj@gmail.com" - }, - "records": { - "TXT": "454c65660aac23fc0cfb152dac0282" - } + "owner": { + "username": "x7v8p3m2q9l0", + "email": "rbgkbj@gmail.com" + }, + "records": { + "TXT": "454c65660aac23fc0cfb152dac0282" + } } diff --git a/domains/_vercel.afifihsnm.json b/domains/_vercel.afifihsnm.json index da539b044..9a2d9128c 100644 --- a/domains/_vercel.afifihsnm.json +++ b/domains/_vercel.afifihsnm.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "afifihsnm", - "email": "afifihsanke2@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=afifihsnm.is-a.dev,1139cce076ac655e6950" - } + "owner": { + "username": "afifihsnm", + "email": "afifihsanke2@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=afifihsnm.is-a.dev,1139cce076ac655e6950" + } } diff --git a/domains/_vercel.armaan44.json b/domains/_vercel.armaan44.json index a84a1edab..e4e38513d 100644 --- a/domains/_vercel.armaan44.json +++ b/domains/_vercel.armaan44.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "Armaan4477", - "email": "nakhudaarmaan66@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=armaan44.is-a.dev,1bdc792d1224de9fb7ec" - } -} \ No newline at end of file + "owner": { + "username": "Armaan4477", + "email": "nakhudaarmaan66@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=armaan44.is-a.dev,1bdc792d1224de9fb7ec" + } +} diff --git a/domains/_vercel.be63.json b/domains/_vercel.be63.json index e771f7fc3..1bb81af4d 100644 --- a/domains/_vercel.be63.json +++ b/domains/_vercel.be63.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "BlueEgg063", - "email": "ritvaank63@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=be63.is-a.dev,c80ebc1792bc36b290b8" - } + "owner": { + "username": "BlueEgg063", + "email": "ritvaank63@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=be63.is-a.dev,c80ebc1792bc36b290b8" + } } diff --git a/domains/_vercel.datadash.json b/domains/_vercel.datadash.json index dd0daa2a2..95e842634 100644 --- a/domains/_vercel.datadash.json +++ b/domains/_vercel.datadash.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "Armaan4477", - "email": "nakhudaarmaan66@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=datadash.is-a.dev,3d6956be80bf968c831b" - } -} \ No newline at end of file + "owner": { + "username": "Armaan4477", + "email": "nakhudaarmaan66@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=datadash.is-a.dev,3d6956be80bf968c831b" + } +} diff --git a/domains/_vercel.gauravdubey.json b/domains/_vercel.gauravdubey.json index 8955e3e22..21ff04707 100644 --- a/domains/_vercel.gauravdubey.json +++ b/domains/_vercel.gauravdubey.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "gauravdubey19", - "email": "dubeygaurav520@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=gauravdubey.is-a.dev,2bfe868091e321f3c88c" - } + "owner": { + "username": "gauravdubey19", + "email": "dubeygaurav520@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=gauravdubey.is-a.dev,2bfe868091e321f3c88c" + } } diff --git a/domains/_vercel.hendrick.json b/domains/_vercel.hendrick.json index 1d840d12b..a8eeaff41 100644 --- a/domains/_vercel.hendrick.json +++ b/domains/_vercel.hendrick.json @@ -1,10 +1,9 @@ -{ - "owner": { - "username": "Xhand98", - "email": "hendrickherrera9@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=hendrick.is-a.dev,38f181ae8a8eda1db463" - } - } - \ No newline at end of file +{ + "owner": { + "username": "Xhand98", + "email": "hendrickherrera9@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=hendrick.is-a.dev,38f181ae8a8eda1db463" + } +} diff --git a/domains/_vercel.kawet.json b/domains/_vercel.kawet.json index e6a47d94d..599d9e976 100644 --- a/domains/_vercel.kawet.json +++ b/domains/_vercel.kawet.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "Kawet00", - "email": "kawet00@proton.me" - }, - "records": { - "TXT": "vc-domain-verify=kawet.is-a.dev,e9d56f9052f76702848a" - } + "owner": { + "username": "Kawet00", + "email": "kawet00@proton.me" + }, + "records": { + "TXT": "vc-domain-verify=kawet.is-a.dev,e9d56f9052f76702848a" + } } diff --git a/domains/_vercel.larry.json b/domains/_vercel.larry.json index b06de9571..66e7c5715 100644 --- a/domains/_vercel.larry.json +++ b/domains/_vercel.larry.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "dlir2404", - "email": "dinhlinh.work24@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=larry.is-a.dev,e80ab9e4db63485894d6" - } + "owner": { + "username": "dlir2404", + "email": "dinhlinh.work24@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=larry.is-a.dev,e80ab9e4db63485894d6" + } } diff --git a/domains/_vercel.navdeep.json b/domains/_vercel.navdeep.json index 94f42d7e9..586df1b28 100644 --- a/domains/_vercel.navdeep.json +++ b/domains/_vercel.navdeep.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "Navdeep-Codes", - "email": "navdeep13dps@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=navdeep.is-a.dev,f3b3d4488b914f2fb991" - } + "owner": { + "username": "Navdeep-Codes", + "email": "navdeep13dps@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=navdeep.is-a.dev,f3b3d4488b914f2fb991" + } } diff --git a/domains/_vercel.sabidzpro.json b/domains/_vercel.sabidzpro.json index 2e35a177f..3dd984d6b 100644 --- a/domains/_vercel.sabidzpro.json +++ b/domains/_vercel.sabidzpro.json @@ -1,11 +1,11 @@ { - "description": "Portfolio saya yang di-deploy di Vercel", - "repo": "https://github.com/saifulabidin/saifulabidin.github.io", - "owner": { - "username": "saifulabidin", - "email": "syaiful.osd@yahoo.com" - }, - "records": { - "TXT":"vc-domain-verify=sabidzpro.is-a.dev,d94791005dd8e24e874c" - } - } \ No newline at end of file + "description": "Portfolio saya yang di-deploy di Vercel", + "repo": "https://github.com/saifulabidin/saifulabidin.github.io", + "owner": { + "username": "saifulabidin", + "email": "syaiful.osd@yahoo.com" + }, + "records": { + "TXT": "vc-domain-verify=sabidzpro.is-a.dev,d94791005dd8e24e874c" + } +} diff --git a/domains/_vercel.selenyon.json b/domains/_vercel.selenyon.json index e8323d5c1..388017223 100644 --- a/domains/_vercel.selenyon.json +++ b/domains/_vercel.selenyon.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "Selenyon", - "email": "selenyonni@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=selenyon.is-a.dev,53f04c64c3c2f20c96cb" - } + "owner": { + "username": "Selenyon", + "email": "selenyonni@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=selenyon.is-a.dev,53f04c64c3c2f20c96cb" + } } diff --git a/domains/_vercel.trix.json b/domains/_vercel.trix.json index ba5e1624f..f28ec9f79 100644 --- a/domains/_vercel.trix.json +++ b/domains/_vercel.trix.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "tr1xem", - "email": "admin@trix.is-a.dev" - }, - "records": { - "TXT": "vc-domain-verify=trix.is-a.dev,4b093361e4130cf2636b" - } + "owner": { + "username": "tr1xem", + "email": "admin@trix.is-a.dev" + }, + "records": { + "TXT": "vc-domain-verify=trix.is-a.dev,4b093361e4130cf2636b" + } } diff --git a/domains/_vercel.zpleum.json b/domains/_vercel.zpleum.json index 3a8394122..8f8f1f599 100644 --- a/domains/_vercel.zpleum.json +++ b/domains/_vercel.zpleum.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "zpleum", - "email": "wiraphat.makwong@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=zpleum.is-a.dev,34df59a5daf8df76e183" - } + "owner": { + "username": "zpleum", + "email": "wiraphat.makwong@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=zpleum.is-a.dev,34df59a5daf8df76e183" + } } diff --git a/domains/aaqif.json b/domains/aaqif.json index 81c454e40..4dcfafe52 100644 --- a/domains/aaqif.json +++ b/domains/aaqif.json @@ -1,6 +1,5 @@ { "description": "Portfolio", - "repo": "https://github.com/aaqifshafi/react-portfolio", "owner": { "username": "aaqifshafi", "email": "aaqifshafi@gmail.com" diff --git a/domains/abdullah.json b/domains/abdullah.json index 4e7507194..9e267b860 100644 --- a/domains/abdullah.json +++ b/domains/abdullah.json @@ -1,6 +1,5 @@ { "description": "Abdullah Personal Website", - "repo": "https://github.com/Mdabdullah3/me-portfolio", "owner": { "username": "Mdabdullah3", "email": "mdabdullahnoman777@gmail.com" diff --git a/domains/abdullahcxd.json b/domains/abdullahcxd.json index 489ab2f9c..5fc411203 100644 --- a/domains/abdullahcxd.json +++ b/domains/abdullahcxd.json @@ -7,7 +7,12 @@ "discord": "sabdullahcxd" }, "records": { - "A": ["185.199.109.153", "185.199.110.153", "185.199.108.153", "185.199.111.153"], + "A": [ + "185.199.109.153", + "185.199.110.153", + "185.199.108.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": ["v=spf1 include:spf.improvmx.com ~all"] } diff --git a/domains/abdulrahman.json b/domains/abdulrahman.json index 1bff2f1a5..8e6a9bd72 100644 --- a/domains/abdulrahman.json +++ b/domains/abdulrahman.json @@ -1,6 +1,5 @@ { "description": "Personal site to showcase my future works.", - "repo": "https://github.com/abdulrahman1s/abdulrahman1s.github.io", "owner": { "username": "abdulrahman1s", "email": "mail@abdulrahman.dev" diff --git a/domains/abegehr.json b/domains/abegehr.json index 395941318..a324f1ec0 100644 --- a/domains/abegehr.json +++ b/domains/abegehr.json @@ -1,6 +1,5 @@ { "description": "Personal webpage", - "repo": "https://github.com/abegehr/abegehr.github.io", "owner": { "username": "abegehr", "email": "anton@begehr.me", diff --git a/domains/abeltranp94.json b/domains/abeltranp94.json index ce11442ab..6b5adebf0 100644 --- a/domains/abeltranp94.json +++ b/domains/abeltranp94.json @@ -1,6 +1,5 @@ { "description": "Ariel Beltrán Paneque", - "repo": "https://github.com/abeltranp9476/abeltranp94.github.io", "owner": { "username": "abeltranp9476", "email": "abeltran.9476@gmail.com" diff --git a/domains/abhilash.json b/domains/abhilash.json index 5801b36cf..65fc387af 100644 --- a/domains/abhilash.json +++ b/domains/abhilash.json @@ -1,6 +1,5 @@ { "description": "Personal portfolio", - "repo": "https://github.com/ostrichization/ostrichization.github.io", "owner": { "username": "Ostrichization", "email": "abhilashk1@proton.me", diff --git a/domains/abhrajitdas.json b/domains/abhrajitdas.json index cf456e7ed..8519b73b6 100644 --- a/domains/abhrajitdas.json +++ b/domains/abhrajitdas.json @@ -1,6 +1,5 @@ { "description": "My personal Portfolio Webdite", - "repo": "https://github.com/Abhrajitdas02/Abhrajitdas02.github.io", "owner": { "username": "Abhrajitdas02", "email": "abhrajitdas12245@gmail.com", diff --git a/domains/abiels.json b/domains/abiels.json index ad76e0ce0..8c7452f33 100644 --- a/domains/abiels.json +++ b/domains/abiels.json @@ -4,6 +4,11 @@ "username": "Abiel0" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/acaiberii.json b/domains/acaiberii.json index b5d6ffbc9..5e8aee9bb 100644 --- a/domains/acaiberii.json +++ b/domains/acaiberii.json @@ -1,6 +1,5 @@ { "description": "acaiberii's website", - "repo": "https://github.com/acaiberii/acaiberii.github.io", "owner": { "username": "acaiberii", "email": "studiouifxdesignersandcoders@gmail.com" diff --git a/domains/acutewoof.json b/domains/acutewoof.json index 5542ca1a5..b3a2fc480 100644 --- a/domains/acutewoof.json +++ b/domains/acutewoof.json @@ -1,6 +1,5 @@ { "description": "ACuteWoof's Personal Site", - "repo": "https://github.com/acutewoof/acutewoof.github.io", "owner": { "username": "acutewoof", "email": "acutewoof@gmail.com" diff --git a/domains/adamkarepin.json b/domains/adamkarepin.json index 4a37d6034..5a8fad9a1 100644 --- a/domains/adamkarepin.json +++ b/domains/adamkarepin.json @@ -1,6 +1,5 @@ { "description": "Personal portfolio website", - "repo": "https://github.com/K7Adam/my-webfolio-angular", "owner": { "username": "K7Adam", "twitter": "7AdamK" diff --git a/domains/adeebkhan.json b/domains/adeebkhan.json index d1d4b7654..84bf62c10 100644 --- a/domains/adeebkhan.json +++ b/domains/adeebkhan.json @@ -1,6 +1,5 @@ { "description": "Describe the use of this subdomain", - "repo": "https://github.com/akpathan2799/akpathan2799.github.io", "owner": { "username": "akpathan2799", "email": "akpathan2799@gmail.com" diff --git a/domains/adonisfx.json b/domains/adonisfx.json index 72eca076b..061d6d5f9 100644 --- a/domains/adonisfx.json +++ b/domains/adonisfx.json @@ -1,6 +1,5 @@ { "description": "This is a domain for my personal website!", - "repo": "https://github.com/Adonisfx/adonisfx.github.io", "owner": { "username": "Adonisfx", "email": "ogulcanozturk72@gmail.com", diff --git a/domains/adoqet.json b/domains/adoqet.json index 82af864cf..5475fe8e3 100644 --- a/domains/adoqet.json +++ b/domains/adoqet.json @@ -4,7 +4,12 @@ "email": "adoqet@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.111.153", "185.199.110.153", "185.199.109.153"], + "A": [ + "185.199.108.153", + "185.199.111.153", + "185.199.110.153", + "185.199.109.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": ["v=spf1 include:spf.improvmx.com ~all"] } diff --git a/domains/adwait.json b/domains/adwait.json index aee3b7e92..a46864421 100644 --- a/domains/adwait.json +++ b/domains/adwait.json @@ -1,6 +1,5 @@ { "description": "Portfolio-Website", - "repo": "https://github.com/Adwait0901/Portfolio", "owner": { "username": "Adwait0901", "email": "adwaitpatil0901@gmail.com" diff --git a/domains/afifihsnm.json b/domains/afifihsnm.json index 05708b723..50a39e5ea 100644 --- a/domains/afifihsnm.json +++ b/domains/afifihsnm.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "afifihsnm", - "email": "afifihsanke2@gmail.com" - }, - "records": { - "CNAME": "afifihsnm.vercel.app" - } + "owner": { + "username": "afifihsnm", + "email": "afifihsanke2@gmail.com" + }, + "records": { + "CNAME": "afifihsnm.vercel.app" + } } diff --git a/domains/afnan.json b/domains/afnan.json index 2d663bce6..39d1d5ad3 100644 --- a/domains/afnan.json +++ b/domains/afnan.json @@ -1,6 +1,5 @@ { "description": "My portfolio website", - "repo": "https://github.com/Sayed-Afnan-Khazi/sayed-afnan-khazi.github.io", "owner": { "username": "Sayed-Afnan-Khazi", "email": "oofnanfake1@gmail.com" diff --git a/domains/ag.json b/domains/ag.json index 8f4584300..537139c15 100644 --- a/domains/ag.json +++ b/domains/ag.json @@ -1,6 +1,5 @@ { "description": "My personal Website", - "repo": "https://github.com/andreasgrafen/andreasgrafen", "owner": { "username": "andreasgrafen", "email": "software@grafen.info" diff --git a/domains/ahmadeyamin.json b/domains/ahmadeyamin.json index fea76091a..bf9fe5343 100644 --- a/domains/ahmadeyamin.json +++ b/domains/ahmadeyamin.json @@ -1,6 +1,5 @@ { "description": "Eyamin Personal Website", - "repo": "https://github.com/ahmadeyamin/ahmadeyamin.github.io", "owner": { "username": "ahmadeyamin", "email": "ahmadeyamin@gmail.com" diff --git a/domains/ahmosys.json b/domains/ahmosys.json index 923bf4a1e..f55b7839e 100644 --- a/domains/ahmosys.json +++ b/domains/ahmosys.json @@ -1,6 +1,5 @@ { "description": "Ahmosys's personal website", - "repo": "https://github.com/ahmosys/ahmosys.github.io", "owner": { "username": "Ahmosys", "email": "ahmosyspro@protonmail.com", diff --git a/domains/aiden.json b/domains/aiden.json index dedda22f8..843a835e7 100644 --- a/domains/aiden.json +++ b/domains/aiden.json @@ -1,6 +1,5 @@ { "description": "Redirect for my personal website", - "repo": "https://github.com/ignSKRRRTT/register", "owner": { "username": "ignSKRRRTT", "email": "me@aiden.gg" diff --git a/domains/aj.json b/domains/aj.json index 0cda870e0..8215b0232 100644 --- a/domains/aj.json +++ b/domains/aj.json @@ -5,6 +5,8 @@ }, "records": { "A": ["76.76.21.21"], - "TXT": ["google-site-verification=CT0XYnjNC4mKSCOf5Bg0MhiAI1iA5fE2j0cQRJ6PNNo"] + "TXT": [ + "google-site-verification=CT0XYnjNC4mKSCOf5Bg0MhiAI1iA5fE2j0cQRJ6PNNo" + ] } } diff --git a/domains/ajaykrshna.json b/domains/ajaykrshna.json index 2fbb806d1..e49b13476 100644 --- a/domains/ajaykrshna.json +++ b/domains/ajaykrshna.json @@ -1,6 +1,5 @@ { "description": "For personal use", - "repo": "https://github.com/ajaykrshna/ajaykrshna.github.io", "owner": { "username": "ajaykrshna", "email": "ajaykfan@gmail.com" diff --git a/domains/akk1to.json b/domains/akk1to.json index 9cca909c4..3b09f5422 100644 --- a/domains/akk1to.json +++ b/domains/akk1to.json @@ -7,7 +7,12 @@ "discord": "727497287777124414" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/akshit.json b/domains/akshit.json index 82c347375..ce288accd 100644 --- a/domains/akshit.json +++ b/domains/akshit.json @@ -1,6 +1,5 @@ { "description": "Akshit's Personal Website", - "repo": "github.com/4kshi7/akshit2k", "owner": { "username": "4kshi7", "email": "akshitgaur2003@gmail.com" diff --git a/domains/albert.json b/domains/albert.json index 19787382b..54b313fb7 100644 --- a/domains/albert.json +++ b/domains/albert.json @@ -1,6 +1,5 @@ { "description": "Albert's Portfolio Website", - "repo": "https://github.com/albert1033/albert-portfolio", "owner": { "username": "albert1033", "email": "vuongdingtuong.an@gmail.com", diff --git a/domains/alden.json b/domains/alden.json index 00db138b9..f23965ed0 100644 --- a/domains/alden.json +++ b/domains/alden.json @@ -1,6 +1,5 @@ { "description": "Websitenya alden si dawg yang sangaddd keren", - "repo": "https://github.com/Schmeichel-web/aldenpbm.github.io", "owner": { "username": "Schmeichel-web", "manager": "cupglassdev", diff --git a/domains/alephdiallo.json b/domains/alephdiallo.json index 2a3c331dc..20e2cbb40 100644 --- a/domains/alephdiallo.json +++ b/domains/alephdiallo.json @@ -5,7 +5,12 @@ "note": "This record was created by is-a.dev Discord bot via discord id: 427265238404956172" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=alephdiallo@mail.com" } diff --git a/domains/alexis.json b/domains/alexis.json index 15893df27..eeb01e5e0 100644 --- a/domains/alexis.json +++ b/domains/alexis.json @@ -1,6 +1,5 @@ { "description": "Personnal website of", - "repo": "https://github.com/alexis-elaxis/alexis-elaxis.github.io", "owner": { "username": "alexis-elaxis", "email": "contact@alexiis.fr", diff --git a/domains/all.json b/domains/all.json index b7d93b000..ca0dd8941 100644 --- a/domains/all.json +++ b/domains/all.json @@ -7,7 +7,12 @@ "discord": "1117482901353812088" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "TXT": [ "google-site-verification=BbYZhMhwA6qo69R2udUA6wKJidmrTiWflfU01Kjm7eI", "yandex-verification: 7cc47fa77df61676" diff --git a/domains/alora.json b/domains/alora.json index 688213315..2ce8932e2 100644 --- a/domains/alora.json +++ b/domains/alora.json @@ -5,7 +5,12 @@ "discord": "7q8x" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx.zoho.in", "mx2.zoho.in", "mx3.zoho.in"], "TXT": [ "v=spf1 include:zohomail.in ~all", diff --git a/domains/aluwi.json b/domains/aluwi.json index d1f45ae68..07f62d739 100644 --- a/domains/aluwi.json +++ b/domains/aluwi.json @@ -1,6 +1,5 @@ { "description": "my portfolio", - "repo": "https://github.com/Aluwi21/Aluwi21.github.io", "owner": { "username": "Aluwi21", "email": "21fayyadh@gmail.com", diff --git a/domains/alwen.json b/domains/alwen.json index 5a22228fe..d36280e26 100644 --- a/domains/alwen.json +++ b/domains/alwen.json @@ -1,6 +1,5 @@ { "description": "Arvind's portfolio website", - "repo": "https://github.com/alwenpy/alwen-portfolio", "owner": { "username": "alwenpy", "email": "alwen1928@gmail.com" diff --git a/domains/am1ncmd.json b/domains/am1ncmd.json index 2489991f8..1be4f8ae8 100644 --- a/domains/am1ncmd.json +++ b/domains/am1ncmd.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "Am1nCmd", - "email": "shadow47_@msn.com" - }, - "records": { - "CNAME": "am1ncmd.pages.dev" - } -} \ No newline at end of file + "owner": { + "username": "Am1nCmd", + "email": "shadow47_@msn.com" + }, + "records": { + "CNAME": "am1ncmd.pages.dev" + } +} diff --git a/domains/amin.json b/domains/amin.json index 98d64aeb1..f8914138e 100644 --- a/domains/amin.json +++ b/domains/amin.json @@ -6,6 +6,11 @@ "email": "mjmwtmjls@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/amit.json b/domains/amit.json index c076d686e..bd3a7c141 100644 --- a/domains/amit.json +++ b/domains/amit.json @@ -1,6 +1,5 @@ { "description": "Amit's website", - "repo": "https://github.com/amittkulkarni/amittkulkarni.github.io", "owner": { "username": "amittkulkarni", "email": "amitcoolkarni@outlook.com" diff --git a/domains/anandyeole.json b/domains/anandyeole.json index df96db15b..3e694ce83 100644 --- a/domains/anandyeole.json +++ b/domains/anandyeole.json @@ -1,5 +1,4 @@ { - "repo": "https://github.com/anandyeole/anandyeole.github.io", "owner": { "username": "anandyeole", "email": "anandyeole@duck.com" diff --git a/domains/ananth.json b/domains/ananth.json index 2747e8483..04bcfe24d 100644 --- a/domains/ananth.json +++ b/domains/ananth.json @@ -1,6 +1,5 @@ { "description": "Personal portfolio website", - "repo": "https://github.com/ANANTH-SWAMY/ananth-swamy.github.io", "owner": { "username": "ANANTH-SWAMY", "email": "ananth.nps@gmail.com" diff --git a/domains/anas.json b/domains/anas.json index 260da127f..6cd3d374e 100644 --- a/domains/anas.json +++ b/domains/anas.json @@ -1,6 +1,5 @@ { "description": "Anasov Github Portfolio", - "repo": "https://github.com/ItzAnasov/ItzAnasov.github.io", "owner": { "username": "ItzAnasov", "email": "anasybal@mail.ru" diff --git a/domains/anautonell.json b/domains/anautonell.json index eb5227d40..c49ebb1ed 100644 --- a/domains/anautonell.json +++ b/domains/anautonell.json @@ -1,6 +1,5 @@ { "description": "My Portofolio website!", - "repo": "https://github.com/anautonell/portofolio-website", "owner": { "username": "anautonell", "email": "help@myprotect.xyz", diff --git a/domains/andriampeno.json b/domains/andriampeno.json index 27fe1aebd..29fd7047e 100644 --- a/domains/andriampeno.json +++ b/domains/andriampeno.json @@ -1,6 +1,5 @@ { "description": "Domain for my personal portfolio", - "repo": "https://github.com/odie100/odie100.github.io", "owner": { "username": "odie100", "email": "andriampeno.odilon@gmail.com" diff --git a/domains/angela-caldas.json b/domains/angela-caldas.json index 25f741902..510956182 100644 --- a/domains/angela-caldas.json +++ b/domains/angela-caldas.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "sucodelarangela", - "email": "aes.caldas@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} \ No newline at end of file + "owner": { + "username": "sucodelarangela", + "email": "aes.caldas@gmail.com" + }, + "records": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/anhnguyen.json b/domains/anhnguyen.json index b15f358c5..ef9fcc689 100644 --- a/domains/anhnguyen.json +++ b/domains/anhnguyen.json @@ -5,7 +5,10 @@ }, "records": { "A": ["103.97.126.29"], - "TXT": ["zoho-verification=zb23469214.zmverify.zoho.com", "v=spf1 include:zohomail.com ~all"], + "TXT": [ + "zoho-verification=zb23469214.zmverify.zoho.com", + "v=spf1 include:zohomail.com ~all" + ], "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"] } } diff --git a/domains/anshkabra.json b/domains/anshkabra.json index ed0c5ad60..0607c3fef 100644 --- a/domains/anshkabra.json +++ b/domains/anshkabra.json @@ -1,6 +1,5 @@ { "description": "For my portfolio", - "repo": "https://github.com/Anshkabra2012/portfolio", "owner": { "username": "AnshKabra2012", "email": "anshkabra.india@gmail.com", diff --git a/domains/anthony2be.json b/domains/anthony2be.json index 625972aa1..bff5ec3fb 100644 --- a/domains/anthony2be.json +++ b/domains/anthony2be.json @@ -1,6 +1,5 @@ { "description": "Personal website", - "repo": "github.com/Anthony2be/fresh-blog", "owner": { "username": "Anthony2be", "email": "adubovitsky1234@gmail.com", diff --git a/domains/antonio.json b/domains/antonio.json index 5e3e40151..203ec2864 100644 --- a/domains/antonio.json +++ b/domains/antonio.json @@ -1,6 +1,5 @@ { "description": "For my personal landing page", - "repo": "https://github.com/YantCaccia/yantcaccia.github.io", "owner": { "username": "YantCaccia", "email": "yantcaccia@gmail.com" diff --git a/domains/anuj.json b/domains/anuj.json index d9951ac30..1b88a0447 100644 --- a/domains/anuj.json +++ b/domains/anuj.json @@ -1,6 +1,5 @@ { "description": "Anuj' Welcome to my portfolio", - "repo": "https://anujmutha.github.io/Portfolio", "owner": { "username": "AnujMutha", "email": "mutha.am16@gmail.com" diff --git a/domains/anushi.json b/domains/anushi.json index 7d7db4762..2b294e72e 100644 --- a/domains/anushi.json +++ b/domains/anushi.json @@ -1,6 +1,5 @@ { "description": "Anushi' Welcome to my portfolio", - "repo": "https://github.com/anushi13prsnl/Anushi-Portfolio/", "owner": { "username": "Anushi13prsnl", "email": "anushi4849@gmail.com" diff --git a/domains/api.catzboy.json b/domains/api.catzboy.json index 312a7b509..21169f48b 100644 --- a/domains/api.catzboy.json +++ b/domains/api.catzboy.json @@ -1,6 +1,5 @@ { "description": "Api", - "repo": "https://github.com/Maruful007/Maruful007.github.io", "owner": { "username": "Maruful007", "email": "marufulislamsami2007@gmail.com" diff --git a/domains/api.zoom.json b/domains/api.zoom.json index 1438d500f..a26919222 100644 --- a/domains/api.zoom.json +++ b/domains/api.zoom.json @@ -1,6 +1,5 @@ { "description": "A API where I will host all of my images/videos/stuff like it", - "repo": "https://github.com/theoldzoom/theoldzoom.github.io", "owner": { "username": "theoldzoom", "email": "theoldzoom@gmail.com", diff --git a/domains/aqsakhan.json b/domains/aqsakhan.json index 6ffe8b09d..4621adb44 100644 --- a/domains/aqsakhan.json +++ b/domains/aqsakhan.json @@ -1,6 +1,5 @@ { "description": "personal portfolio", - "repo": "https://github.com/aqsakhan/v1.github.io", "owner": { "username": "aqsakhan", "email": "aqsa250bpl@outlook.com", diff --git a/domains/aravindh.json b/domains/aravindh.json index 0e84fd31e..4bc110cac 100644 --- a/domains/aravindh.json +++ b/domains/aravindh.json @@ -1,6 +1,5 @@ { "description": "aravindh.is-a.dev", - "repo": "https://github.com/Aravindh-4195/aravindh-4195.github.io", "owner": { "username": "Aravindh-4195", "email": "1mareeduaravindh1@gmail.com" diff --git a/domains/ariffhazmi.json b/domains/ariffhazmi.json index c89436658..8cb893fa8 100644 --- a/domains/ariffhazmi.json +++ b/domains/ariffhazmi.json @@ -1,6 +1,5 @@ { "description": "Ariffhazmi's Website", - "repo": "https://github.com/Areplesapelagi/ariffhazmi.git", "owner": { "username": "Areplesapelagi", "email": "muhdariffhazmi@gmail.com" diff --git a/domains/arijit.json b/domains/arijit.json index b33818917..40bf24f85 100644 --- a/domains/arijit.json +++ b/domains/arijit.json @@ -1,6 +1,5 @@ { "description": "Site of Arijit", - "repo": "https://github.com/ArijitTheDev/arijitthedev.github.io", "owner": { "username": "ArijitTheDev", "email": "itsarijitdebnath@gmail.com", diff --git a/domains/armaan44.json b/domains/armaan44.json index d03204786..472a2d042 100644 --- a/domains/armaan44.json +++ b/domains/armaan44.json @@ -1,6 +1,5 @@ { "description": "Portfolio-Website", - "repo": "https://github.com/Armaan4477/Portfolio", "owner": { "username": "Armaan4477", "email": "nakhudaarmaan66@gmail.com" diff --git a/domains/arslan.json b/domains/arslan.json index 3c398bf2e..ce50c9b7e 100644 --- a/domains/arslan.json +++ b/domains/arslan.json @@ -1,6 +1,5 @@ { "description": "Arslan's World (links and socials)", - "repo": "https://github.com/sandwiching/sandwiching.github.io", "owner": { "username": "sandwiching", "email": "77godlike@bk.ru" diff --git a/domains/arunvishnu.json b/domains/arunvishnu.json index 547d1cc0f..19056c35e 100644 --- a/domains/arunvishnu.json +++ b/domains/arunvishnu.json @@ -1,6 +1,5 @@ { "description": "arunvishnu.is-a.dev: website for my portoflio", - "repo": "https://github.com/arunvishnu/magicui-portfolio", "owner": { "username": "arunvishnu", "email": "arun.vishnu@gmail.com" diff --git a/domains/aruria.json b/domains/aruria.json index 0c97ae91a..49ded7b04 100644 --- a/domains/aruria.json +++ b/domains/aruria.json @@ -4,8 +4,16 @@ "discord": "1175481072088268920" }, "records": { - "A": ["185.199.108.153", "185.199.110.153", "185.199.109.153", "185.199.111.153"], - "TXT": ["zoho-verification=zb76097651.zmverify.zoho.com", "v=spf1 include:zohomail.com ~all"], + "A": [ + "185.199.108.153", + "185.199.110.153", + "185.199.109.153", + "185.199.111.153" + ], + "TXT": [ + "zoho-verification=zb76097651.zmverify.zoho.com", + "v=spf1 include:zohomail.com ~all" + ], "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"] } } diff --git a/domains/aryamaan.json b/domains/aryamaan.json index f44a05a53..3ca2dbdfe 100644 --- a/domains/aryamaan.json +++ b/domains/aryamaan.json @@ -4,7 +4,12 @@ "email": "9236.stkabirdio@gmail.com" }, "records": { - "A": ["185.199.110.153", "185.199.108.153", "185.199.111.153", "185.199.109.153"], + "A": [ + "185.199.110.153", + "185.199.108.153", + "185.199.111.153", + "185.199.109.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/asbp.json b/domains/asbp.json index b5b9362bf..8bb49f598 100644 --- a/domains/asbp.json +++ b/domains/asbp.json @@ -1,6 +1,5 @@ { "description": "Agung's Portofolio Website", - "repo": "https://github.com/asbp/asbp.github.io", "owner": { "username": "asbp", "email": "guungofficial@gmail.com" diff --git a/domains/ashishagr.json b/domains/ashishagr.json index 63f5ad81e..7d6868a39 100644 --- a/domains/ashishagr.json +++ b/domains/ashishagr.json @@ -4,7 +4,12 @@ "email": "code.with.aasheesh@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": ["v=spf1 include:spf.improvmx.com ~all"] } diff --git a/domains/ashutosh.json b/domains/ashutosh.json index 56c371c33..55204ea59 100644 --- a/domains/ashutosh.json +++ b/domains/ashutosh.json @@ -1,6 +1,5 @@ { "description": "Ashutosh Kumar's Portfolio", - "repo": "https://github.com/Ashutoshcoder/ashutoshcoder.github.io", "owner": { "username": "Ashutoshcoder", "email": "ashutoshkumardbms@gmail.com" diff --git a/domains/asim.json b/domains/asim.json index b8432667f..45308595e 100644 --- a/domains/asim.json +++ b/domains/asim.json @@ -1,6 +1,5 @@ { "description": "Asim Bera's Portfolio", - "repo": "https://github.com/asimbera/asimbera.github.io", "owner": { "username": "asimbera", "email": "asimbera@outlook.in" diff --git a/domains/aspect.json b/domains/aspect.json index 72de56438..54dc6cdfd 100644 --- a/domains/aspect.json +++ b/domains/aspect.json @@ -1,6 +1,5 @@ { "description": "My personal blog", - "repo": "https://github.com/Aspectsides/aspectsides.github.io", "owner": { "username": "Aspectsides", "email": "aspectsidesxyz@gmail.com", diff --git a/domains/aswin-m-v.json b/domains/aswin-m-v.json index edbe09fbc..02a1655b2 100644 --- a/domains/aswin-m-v.json +++ b/domains/aswin-m-v.json @@ -1,6 +1,5 @@ { "description": "Personal website me , Aswin M V", - "repo": "https://github.com/AswinArsha/mypersonalwebsite.git", "owner": { "username": "AswinArsha", "email": "aswinmv13@gmail.com" diff --git a/domains/aswin-vs.json b/domains/aswin-vs.json index 720b994f9..47109d4b3 100644 --- a/domains/aswin-vs.json +++ b/domains/aswin-vs.json @@ -1,6 +1,5 @@ { "description": "Portfolio of Aswin V S", - "repo": "https://github.com/aswin-vs/Portfolio", "owner": { "username": "aswin-vs", "email": "aswinvs.nitt@gmail.com" diff --git a/domains/ataim.json b/domains/ataim.json index 858f2ece4..eb4e0aecb 100644 --- a/domains/ataim.json +++ b/domains/ataim.json @@ -1,6 +1,5 @@ { "description": "For my portofolio", - "repo": "https://ataim9999.github.io/mrataim", "owner": { "username": "ataim9999", "email": "daanprive0@gmail.com" diff --git a/domains/atharv.json b/domains/atharv.json index e8247bc8a..a52fa4762 100644 --- a/domains/atharv.json +++ b/domains/atharv.json @@ -1,6 +1,5 @@ { "description": "Personal website for Atharv", - "repo": "https://github.com/realatharv/atharv.github.io", "owner": { "username": "realatharv", "email": "atharv.sbiz@gmail.com", diff --git a/domains/athira-li.json b/domains/athira-li.json index 0bd20ab33..6fa7ce379 100644 --- a/domains/athira-li.json +++ b/domains/athira-li.json @@ -1,6 +1,5 @@ { "description": "Athira's Web-Dev Home", - "repo": "https://github.com/Athira-L-I/Athira-L-I.github.io", "owner": { "username": "Athira-L-I", "email": "athirali4582@gmail.com" diff --git a/domains/ausy.json b/domains/ausy.json index ed155adb1..c65fe2938 100644 --- a/domains/ausy.json +++ b/domains/ausy.json @@ -1,6 +1,6 @@ { "description": "austinfenne.is-a.dev", - "repo": "https://https://github.com/FenneAustin/FenneAustin.github.io", + "repo": "https://github.com/FenneAustin/FenneAustin.github.io", "owner": { "username": "FenneAustin", "email": "austindfenne@gmail.com" diff --git a/domains/autodiscover.yash.json b/domains/autodiscover.yash.json index b8d433114..716849508 100644 --- a/domains/autodiscover.yash.json +++ b/domains/autodiscover.yash.json @@ -1,6 +1,5 @@ { "description": "Link to my portfolio site.", - "repo": "https://github.com/real-yash/website", "owner": { "username": "real-yash", "email": "connect@real-yash.is-a.dev" diff --git a/domains/avnoor-gamerz.json b/domains/avnoor-gamerz.json index c7e17bbab..1429aa91e 100644 --- a/domains/avnoor-gamerz.json +++ b/domains/avnoor-gamerz.json @@ -1,6 +1,5 @@ { "description": "Official WEBSITE OF aVNOOR gAMERZ", - "repo": "https://github.com/Avnoor-Gamerz/avnoor-gamerz.github.io", "owner": { "username": "avnoor-gamerz", "email": "avnoorchahal001@gmail.com", diff --git a/domains/axewbotx.json b/domains/axewbotx.json index 9791dd721..3e148c2b8 100644 --- a/domains/axewbotx.json +++ b/domains/axewbotx.json @@ -1,6 +1,5 @@ { "description": "Personal Website", - "repo": "https://github.com/AxewBoTX/axewbotx.github.io", "owner": { "username": "AxewBoTX", "email": "lovedeepbrar54155@gmail.com", diff --git a/domains/ayushmansarkar.json b/domains/ayushmansarkar.json index b1d4f0022..9adbcf6c2 100644 --- a/domains/ayushmansarkar.json +++ b/domains/ayushmansarkar.json @@ -1,6 +1,5 @@ { "description": "To Host my personal website :)", - "repo": "https://github.com/AyushmanSarkar/ayushman-sarkar.github.io", "owner": { "username": "AyushmanSarkar", "email": "aayushmans2008@gmail.com" diff --git a/domains/azeem.json b/domains/azeem.json index 58e09b7b6..8af0eaba2 100644 --- a/domains/azeem.json +++ b/domains/azeem.json @@ -1,6 +1,5 @@ { "description": "Personal Portfolio", - "repo": "https://github.com/azeemidrisi/azeemidrisi.github.io", "owner": { "username": "azeemidrisi", "email": "azeemidrisi@protonmail.com" diff --git a/domains/azeez.json b/domains/azeez.json index 10d8868df..8b101fdd6 100644 --- a/domains/azeez.json +++ b/domains/azeez.json @@ -6,7 +6,12 @@ "discord": "azeezbna" }, "records": { - "A": ["185.199.109.153", "185.199.110.153", "185.199.111.153", "185.199.108.153"], + "A": [ + "185.199.109.153", + "185.199.110.153", + "185.199.111.153", + "185.199.108.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/baturalp.json b/domains/baturalp.json index 308dac2f2..035171328 100644 --- a/domains/baturalp.json +++ b/domains/baturalp.json @@ -1,6 +1,5 @@ { "description": "Baturalp Sönmez Portfolio website", - "repo": "https://github.com/Baturalp52/Baturalp52.github.io", "owner": { "username": "Baturalp52", "email": "baturalpsonmez2002@gmail.com" diff --git a/domains/be63.json b/domains/be63.json index e9fe87f33..b6d9b3929 100644 --- a/domains/be63.json +++ b/domains/be63.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "BlueEgg063", - "email": "ritvaank63@gmail.com" - }, - "records": { - "CNAME": "cname.vercel-dns.com" - } + "owner": { + "username": "BlueEgg063", + "email": "ritvaank63@gmail.com" + }, + "records": { + "CNAME": "cname.vercel-dns.com" + } } diff --git a/domains/ben.json b/domains/ben.json index 07a1a0092..6e552ad84 100644 --- a/domains/ben.json +++ b/domains/ben.json @@ -4,7 +4,12 @@ "email": "me@benspace.xyz" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/benet.json b/domains/benet.json index c6f8c3560..9701be2c9 100644 --- a/domains/benet.json +++ b/domains/benet.json @@ -6,7 +6,12 @@ "email": "okbutwhoaskedlikefr@gmail.com" }, "records": { - "A": ["185.199.111.153", "185.199.108.153", "185.199.110.153", "185.199.109.153"], + "A": [ + "185.199.111.153", + "185.199.108.153", + "185.199.110.153", + "185.199.109.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/bennett1412.json b/domains/bennett1412.json index 021db19ff..ec5d08d4d 100644 --- a/domains/bennett1412.json +++ b/domains/bennett1412.json @@ -1,6 +1,5 @@ { "description": "Deploying my portfolio website", - "repo": "https://github.com/bennett1412/portfolio2.0", "owner": { "username": "bennett1412", "email": "bennettmadavana@gmail.com", diff --git a/domains/beno.json b/domains/beno.json index 2b6e523fd..01042f22d 100644 --- a/domains/beno.json +++ b/domains/beno.json @@ -1,6 +1,5 @@ { "description": "Ingeniero Informático con mención en Gestión de la Información. Me enfoco en desarrollo de software y manejo de datos. Idioma español, inglés y ruso.", - "repo": "https://github.com/BenoAbarcaS/pf", "owner": { "username": "BenoAbarcaS", "email": "abarcabernardo00@gmail.com" diff --git a/domains/bento64.json b/domains/bento64.json index 8f3213aec..887619400 100644 --- a/domains/bento64.json +++ b/domains/bento64.json @@ -1,6 +1,5 @@ { "description": "I need a great looking (sub)domain for my website", - "repo": "https://github.com/bento64/bento64.github.io", "owner": { "username": "bento64", "email": "bento64@disroot.org" diff --git a/domains/bhadra.json b/domains/bhadra.json index d8a567296..e42031472 100644 --- a/domains/bhadra.json +++ b/domains/bhadra.json @@ -1,6 +1,5 @@ { "description": "Personal Website", - "repo": "https://github.com/BhadraJayakumarSandhya/BhadraJayakumarSandhya.github.io", "owner": { "username": "BhadraJayakumarSandhya", "email": "tomjerryparu@gmail.com" diff --git a/domains/bhattcodes.json b/domains/bhattcodes.json index 293ce1d35..1dcafb4c5 100644 --- a/domains/bhattcodes.json +++ b/domains/bhattcodes.json @@ -1,6 +1,5 @@ { "description": "Aman Bhatt's personal website", - "repo": "https://github.com/bhattcodes/bhattcodes.github.io", "owner": { "username": "bhattcodes", "email": "bhatt.codes@gmail.com" diff --git a/domains/bhushankhopkarr.json b/domains/bhushankhopkarr.json index 134a7b298..e39b31dc0 100644 --- a/domains/bhushankhopkarr.json +++ b/domains/bhushankhopkarr.json @@ -1,6 +1,5 @@ { "description": "This subdomain is a redirection to my personal portfolio.", - "repo": "https://github.com/bhushankhopkarr/bhushankhopkarr.github.io", "owner": { "username": "bhushankhopkarr", "email": "bhushankhopkar06@gmail.com", diff --git a/domains/blog.catzboy.json b/domains/blog.catzboy.json index 0233496da..d5e120534 100644 --- a/domains/blog.catzboy.json +++ b/domains/blog.catzboy.json @@ -1,6 +1,5 @@ { "description": "Catzboy's Blog", - "repo": "https://github.com/Maruful007/Maruful007.github.io", "owner": { "username": "Maruful007", "email": "marufulislamsami2007@gmail.com" diff --git a/domains/blog.chuyentinorz.json b/domains/blog.chuyentinorz.json index a374ebd0e..7ac9d30a9 100644 --- a/domains/blog.chuyentinorz.json +++ b/domains/blog.chuyentinorz.json @@ -1,6 +1,5 @@ { "description": "This website is a blogpost for ChuyenTinORZ", - "repo": "https://github.com/akk1to/orz-blog", "owner": { "username": "akk1to", "email": "akk1to.dev@gmail.com", diff --git a/domains/blog.ttkt.json b/domains/blog.ttkt.json index a67710867..b0b96fda2 100644 --- a/domains/blog.ttkt.json +++ b/domains/blog.ttkt.json @@ -1,8 +1,8 @@ { - "owner": { - "username": "bteamapp" - }, - "records": { - "CNAME": "ghs.google.com" - } + "owner": { + "username": "bteamapp" + }, + "records": { + "CNAME": "ghs.google.com" + } } diff --git a/domains/blurnope.json b/domains/blurnope.json index 858d67820..b7a38c2ad 100644 --- a/domains/blurnope.json +++ b/domains/blurnope.json @@ -1,5 +1,4 @@ { - "repo": "https://github.com/blurnope/blurnope.github.io", "owner": { "username": "blurnope", "email": "cynosuregone@gmail.com", diff --git a/domains/bob16077.json b/domains/bob16077.json index 6cb270c84..41a366976 100644 --- a/domains/bob16077.json +++ b/domains/bob16077.json @@ -1,6 +1,5 @@ { "description": "A personal page that also gives information on my projects", - "repo": "https://github.com/Bob16077/bob16077.github.io", "owner": { "username": "bob16077", "discord": "bob16077777" diff --git a/domains/boba.json b/domains/boba.json index 0b207f6ae..b19dda09c 100644 --- a/domains/boba.json +++ b/domains/boba.json @@ -1,6 +1,5 @@ { "description": "A personal blog.", - "repo": "https://github.com/tarob0ba/tarob0ba.github.io", "owner": { "username": "tarob0ba", "email": "beckett@chatter-social.com" diff --git a/domains/box.json b/domains/box.json index b66f036df..1e5574b55 100644 --- a/domains/box.json +++ b/domains/box.json @@ -1,6 +1,5 @@ { "description": "Personal Website", - "repo": "https://github.com/Default-Box/website", "owner": { "username": "Default-Box", "twitter": "DefaultBox_", diff --git a/domains/brandnewwick.json b/domains/brandnewwick.json index 0ccc04549..53d66adf9 100644 --- a/domains/brandnewwick.json +++ b/domains/brandnewwick.json @@ -4,6 +4,11 @@ "email": "alephdiallo@mail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/brian.json b/domains/brian.json index 542339dd1..975fcd6b9 100644 --- a/domains/brian.json +++ b/domains/brian.json @@ -1,6 +1,5 @@ { "description": "fittsqo's is-a.dev domain", - "repo": "https://github.com/fittsqo/fittsqo.github.io", "owner": { "username": "fittsqo", "email": "fittsqo@gmail.com" diff --git a/domains/bru.json b/domains/bru.json index 7a6751df2..e3f552821 100644 --- a/domains/bru.json +++ b/domains/bru.json @@ -1,6 +1,5 @@ { "description": "Brunos's personal developer website", - "repo": "https://github.com/BrunoWithoutH/BrunoWithoutH.github.io", "owner": { "username": "BrunoWithoutH", "email": "pinheirobrunoevaristo@gmail.com" diff --git a/domains/bur.json b/domains/bur.json index 742da2a77..754f483b9 100644 --- a/domains/bur.json +++ b/domains/bur.json @@ -6,6 +6,11 @@ "discord": "burandby" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/c00l.json b/domains/c00l.json index 5fcb35f05..72b65aace 100644 --- a/domains/c00l.json +++ b/domains/c00l.json @@ -1,6 +1,5 @@ { "description": "Heyayyu' game developer", - "repo": "https://github.com/heyayyu/heyyayu.github.io", "owner": { "username": "Heyayyu", "email": "imrbk123abc@gmail.com" diff --git a/domains/caenjones.json b/domains/caenjones.json index f36338bfb..9f953af10 100644 --- a/domains/caenjones.json +++ b/domains/caenjones.json @@ -1,6 +1,5 @@ { "description": "My personal website and blog", - "repo": "https://github.com/vcc3v/vcc3v.github.io", "owner": { "username": "vcc3v", "email": "cj@caenjones.com" diff --git a/domains/calder.json b/domains/calder.json index cd02cf0a2..d9d36032c 100644 --- a/domains/calder.json +++ b/domains/calder.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "da-coder-jr", - "email": "calderlovelace@gmail.com" - }, - "records": { - "CNAME": "da-coder-jr.github.io" - } + "owner": { + "username": "da-coder-jr", + "email": "calderlovelace@gmail.com" + }, + "records": { + "CNAME": "da-coder-jr.github.io" + } } diff --git a/domains/canavan.json b/domains/canavan.json index ed78e0645..1ca8d15d9 100644 --- a/domains/canavan.json +++ b/domains/canavan.json @@ -6,7 +6,12 @@ "discord": "707170199861854209" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/carlosgiralt.json b/domains/carlosgiralt.json index 2af2acb42..74442b0f3 100644 --- a/domains/carlosgiralt.json +++ b/domains/carlosgiralt.json @@ -1,6 +1,5 @@ { "description": "code-a-bit", - "repo": "https://github.com/carlosgiralt/carlosgiralt.github.io", "owner": { "username": "carlosgiralt", "twitter": "cagiraltt" diff --git a/domains/cassie.json b/domains/cassie.json index 4a967803e..25b8b7854 100644 --- a/domains/cassie.json +++ b/domains/cassie.json @@ -1,6 +1,5 @@ { "description": "Personal website", - "repo": "https://github.com/diordnas/diordnas.github.io", "owner": { "username": "Diordnas", "email": "cassthepurple@gmail.com" diff --git a/domains/catzboy.json b/domains/catzboy.json index b186a6300..645f64595 100644 --- a/domains/catzboy.json +++ b/domains/catzboy.json @@ -1,6 +1,5 @@ { "description": "Catzboy Profilo", - "repo": "https://github.com/Maruful007/Maruful007.github.io", "owner": { "username": "Maruful007", "email": "marufulislamsami2007@gmail.com" diff --git a/domains/caz.json b/domains/caz.json index 88a9e2609..e56b098fc 100644 --- a/domains/caz.json +++ b/domains/caz.json @@ -1,6 +1,5 @@ { "description": "Just Another One Of Those Portfolios.", - "repo": "https://github.com/crazyaccess/crazyaccess.github.io", "owner": { "username": "crazyaccess", "email": "caz@monke.team", diff --git a/domains/chadee.json b/domains/chadee.json index 373da5a47..60d3fe18b 100644 --- a/domains/chadee.json +++ b/domains/chadee.json @@ -7,6 +7,11 @@ "email": "esurginet2011@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/chandsi.json b/domains/chandsi.json index 00c1cd00f..d75bda769 100644 --- a/domains/chandsi.json +++ b/domains/chandsi.json @@ -5,7 +5,10 @@ }, "records": { "A": ["76.76.21.21"], - "TXT": ["zoho-verification=zb40348561.zmverify.zoho.in", "v=spf1 include:zoho.in ~all"], + "TXT": [ + "zoho-verification=zb40348561.zmverify.zoho.in", + "v=spf1 include:zoho.in ~all" + ], "MX": ["mx.zoho.in", "mx2.zoho.in", "mx3.zoho.in"] } } diff --git a/domains/char.json b/domains/char.json index 74b49cfa0..35e2c1f57 100644 --- a/domains/char.json +++ b/domains/char.json @@ -1,6 +1,5 @@ { "description": "Use to portfolio", - "repo": "https://github.com/chard33/portafolio---Alura", "owner": { "username": "chard33", "email": "jchar33@hotmail.com" diff --git a/domains/chess.json b/domains/chess.json index 9be88ff5e..93977032f 100644 --- a/domains/chess.json +++ b/domains/chess.json @@ -4,6 +4,11 @@ "discord": "1167825360151380032" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/chethan.json b/domains/chethan.json index 669e7ac1f..54f2a3129 100644 --- a/domains/chethan.json +++ b/domains/chethan.json @@ -1,6 +1,5 @@ { "description": "Portfolio of Chethan Yadav", - "repo": "https://github.com/chethanyadav456/chethanyadav456.github.io", "owner": { "username": "chethanyadav456", "email": "chethanyadav456@gmail.com", diff --git a/domains/ciaobot.json b/domains/ciaobot.json index 1e00ca66a..b92633d4d 100644 --- a/domains/ciaobot.json +++ b/domains/ciaobot.json @@ -5,6 +5,8 @@ }, "records": { "A": ["144.91.115.195"], - "TXT": ["google-site-verification=ESHkpD4wk4-a2cqONn73cRaELmis2IzdBRB3Fw-t1Dw"] + "TXT": [ + "google-site-verification=ESHkpD4wk4-a2cqONn73cRaELmis2IzdBRB3Fw-t1Dw" + ] } } diff --git a/domains/cinnamonshrine.json b/domains/cinnamonshrine.json index e7748e0f9..d3e9abcb6 100644 --- a/domains/cinnamonshrine.json +++ b/domains/cinnamonshrine.json @@ -1,6 +1,5 @@ { "description": "Main Pages", - "repo": "https://github.com/CinnamonShrine/CinnamonShrine.github.io", "owner": { "username": "CinnamonShrine", "email": "marifbillah524@gmail.com", diff --git a/domains/cloudy.json b/domains/cloudy.json index d55991241..186106b5b 100644 --- a/domains/cloudy.json +++ b/domains/cloudy.json @@ -1,6 +1,5 @@ { "description": "Cloudy's Site", - "repo": "https://github.com/cloudysleet/cloudysleet.github.io", "owner": { "username": "Cloudysleet", "email": "cloudzareonsky@gmail.com", diff --git a/domains/cloudz.json b/domains/cloudz.json index 5adc8346b..a3173fba0 100644 --- a/domains/cloudz.json +++ b/domains/cloudz.json @@ -1,6 +1,5 @@ { "description": "Cloud'z Website", - "repo": "https://github.com/Cloudy408/cloudy408.github.io", "owner": { "username": "Cloudy408", "email": "gamerscloud408@gmail.com" diff --git a/domains/connor.json b/domains/connor.json index 4113f9b04..cfde3fb8d 100644 --- a/domains/connor.json +++ b/domains/connor.json @@ -1,6 +1,5 @@ { "description": "Personal portfolio.", - "repo": "https://github.com/ConnorDoesDev/connordoesdev.github.io", "owner": { "username": "ConnorDoesDev", "email": "connor@dmc.chat" diff --git a/domains/crazo7924.json b/domains/crazo7924.json index fb7de5d73..3b3b86e40 100644 --- a/domains/crazo7924.json +++ b/domains/crazo7924.json @@ -4,7 +4,10 @@ "discord": "466605393309859840" }, "records": { - "TXT": ["zoho-verification=zb09491787.zmverify.zoho.in", "v=spf1 include:zoho.in ~all"], + "TXT": [ + "zoho-verification=zb09491787.zmverify.zoho.in", + "v=spf1 include:zoho.in ~all" + ], "MX": ["mx.zoho.in", "mx2.zoho.in", "mx3.zoho.in"] } } diff --git a/domains/creature.json b/domains/creature.json index eb18c7cfd..c9247ca25 100644 --- a/domains/creature.json +++ b/domains/creature.json @@ -1,6 +1,5 @@ { "description": "This subdomain is for personal purpose only!", - "repo": "https://github.com/pranay5464/pranay5463.github.io", "owner": { "username": "pranay5463", "email": "pranay7091@gmail.com", diff --git a/domains/crischutu07.json b/domains/crischutu07.json index 068aed00d..cc6bc0b13 100644 --- a/domains/crischutu07.json +++ b/domains/crischutu07.json @@ -4,7 +4,12 @@ "email": "crischutu07owo@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/cyteon.json b/domains/cyteon.json index cf8d705b9..f0e437381 100644 --- a/domains/cyteon.json +++ b/domains/cyteon.json @@ -4,7 +4,10 @@ "discord": "871722786006138960" }, "records": { - "TXT": ["zoho-verification=zb91651102.zmverify.zoho.eu", "v=spf1 include:zohomail.eu ~all"], + "TXT": [ + "zoho-verification=zb91651102.zmverify.zoho.eu", + "v=spf1 include:zohomail.eu ~all" + ], "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"] } } diff --git a/domains/d3nxel.json b/domains/d3nxel.json index fa3ef4621..89a1369c6 100644 --- a/domains/d3nxel.json +++ b/domains/d3nxel.json @@ -1,6 +1,5 @@ { "description": "My friends website", - "repo": "https://github.com/ExpediteDC/denzel", "owner": { "username": "ExpediteDC", "email": "vien@courvix.com" diff --git a/domains/dan.json b/domains/dan.json index a8b331fd4..ef4652405 100644 --- a/domains/dan.json +++ b/domains/dan.json @@ -1,6 +1,5 @@ { "description": "Dan's Blog and Portfolio", - "repo": "https://github.com/DanField12/DanField12.github.io.git", "owner": { "username": "DanField12", "email": "dan.field643@gmail.com" diff --git a/domains/dani.json b/domains/dani.json index 7313cb32d..0d23081ab 100644 --- a/domains/dani.json +++ b/domains/dani.json @@ -1,6 +1,5 @@ { "description": "Danidev's Website", - "repo": "https://github.com/Danidev819/danidev819.github.io", "owner": { "username": "Danidev819", "email": "danidev82@gmail.com", diff --git a/domains/daniel4-scratch.json b/domains/daniel4-scratch.json index 09752ce63..1a6607815 100644 --- a/domains/daniel4-scratch.json +++ b/domains/daniel4-scratch.json @@ -1,6 +1,5 @@ { "description": "Daniel barton's website", - "repo": "https://github.com/daniel4-scratch/daniel4-scrcatch.github.io", "owner": { "username": "daniel4-scratch", "email": "llama552621@gmail.com" diff --git a/domains/darkdevil.json b/domains/darkdevil.json index 42237867a..aa51ee13a 100644 --- a/domains/darkdevil.json +++ b/domains/darkdevil.json @@ -7,7 +7,12 @@ "discord": "LRxDark Dare Devil#0001" }, "records": { - "A": ["185.199.109.153", "185.199.110.153", "185.199.111.153", "185.199.108.153"], + "A": [ + "185.199.109.153", + "185.199.110.153", + "185.199.111.153", + "185.199.108.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/datamind.json b/domains/datamind.json index 662eb1d03..674cf4986 100644 --- a/domains/datamind.json +++ b/domains/datamind.json @@ -1,6 +1,5 @@ { "description": "personal site", - "repo": "https://github.com/DatamindDev/DatamindDev.github.io", "owner": { "username": "DatamindDev", "email": "datamindcontact@gmail.com", diff --git a/domains/davemp.json b/domains/davemp.json index 52f138f9c..396a3c961 100644 --- a/domains/davemp.json +++ b/domains/davemp.json @@ -1,6 +1,5 @@ { "description": "David Mendoza Pardo", - "repo": "https://github.com/dave-mp/davemp", "owner": { "username": "dave-mp", "email": "david.mendoza@chibchapps.io", diff --git a/domains/dayowebevents.json b/domains/dayowebevents.json index a7add50e7..e73383944 100644 --- a/domains/dayowebevents.json +++ b/domains/dayowebevents.json @@ -1,6 +1,5 @@ { "description": "dayowebevents.is-a.dev", - "repo": "https://github.com/dbillion/EventsGatherApp.github.io", "owner": { "username": "dbillion", "email": "dayozoe@gmail.com" diff --git a/domains/debs.json b/domains/debs.json index d76af097b..d0c1e626b 100644 --- a/domains/debs.json +++ b/domains/debs.json @@ -1,6 +1,5 @@ { "description": "Deb's Personal Portfolio Page", - "repo": "https://github.com/deboneil07/deboneil07.github.io", "owner": { "username": "deboneil07", "email": "bhattacharjeedeboneil@gmail.com" diff --git a/domains/dehteam3.json b/domains/dehteam3.json index 6e3db7fa6..c6dc3cb5b 100644 --- a/domains/dehteam3.json +++ b/domains/dehteam3.json @@ -1,6 +1,5 @@ { "description": "Hi, I am Thomas Aka dehteam3, I like coding, playing games", - "repo": "https://github.com/dehteam3/dehteam3.github.io", "owner": { "username": "dehteam3", "email": "thomasemad2008@gmail.com" diff --git a/domains/deniz.json b/domains/deniz.json index fffec122c..d14cd7ad8 100644 --- a/domains/deniz.json +++ b/domains/deniz.json @@ -8,7 +8,12 @@ "note": "I don't use twitter that much, you may have a better chance to contact me through discord" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": [ "forward-email=MDcyNzA3YjVlMTdjNzhhYS1iMzA0NDgxN2RjMmZiODZhODI5Y2UyNmUzNzY5NjJhZWZkMTA4MjBlNDEyYTk3MTc0MjhkN2NlMmQxNWQ5MmFi", diff --git a/domains/denver.json b/domains/denver.json index beab424a3..005a268bd 100644 --- a/domains/denver.json +++ b/domains/denver.json @@ -1,6 +1,5 @@ { "description": "This domain (denver.is-a.dev) is used for scripting Denver's bio and as a portfolio", - "repo": "https://github.com/DenStudies7700/DenStudies7700.github.io", "owner": { "username": "DenStudies7700", "discord": "ImDenver#7700" diff --git a/domains/designcode.json b/domains/designcode.json index 2d1c9e04b..1ca111b61 100644 --- a/domains/designcode.json +++ b/domains/designcode.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "lucianofedericopereira", - "email": "lucianofullstack@gmail.com" - }, - "records": { - "URL": "https://lucianofedericopereira.github.io/articles" - } + "owner": { + "username": "lucianofedericopereira", + "email": "lucianofullstack@gmail.com" + }, + "records": { + "URL": "https://lucianofedericopereira.github.io/articles" + } } diff --git a/domains/dhilipan.json b/domains/dhilipan.json index c2019160c..727f89dd8 100644 --- a/domains/dhilipan.json +++ b/domains/dhilipan.json @@ -6,6 +6,9 @@ "records": { "A": ["75.2.60.5"], "MX": ["mx1.simplelogin.co", "mx2.simplelogin.co"], - "TXT": ["sl-verification=wpdcbpaapmqwevjvnaifhpwdvozldi", "v=spf1 include:simplelogin.co ~all"] + "TXT": [ + "sl-verification=wpdcbpaapmqwevjvnaifhpwdvozldi", + "v=spf1 include:simplelogin.co ~all" + ] } } diff --git a/domains/dhiraj.json b/domains/dhiraj.json index f80e204aa..cce05744d 100644 --- a/domains/dhiraj.json +++ b/domains/dhiraj.json @@ -1,6 +1,5 @@ { "description": "It's my personal portfolio website.", - "repo": "https://github.com/Dhiraj275/my-portfolio", "owner": { "username": "Dhiraj275", "email": "dhirajprajapati.co@gmail.com", diff --git a/domains/dhruvil.json b/domains/dhruvil.json index 46fc35808..23aa43300 100644 --- a/domains/dhruvil.json +++ b/domains/dhruvil.json @@ -6,7 +6,12 @@ "email": "dhruvil1808@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/didelfo.json b/domains/didelfo.json index 1f59d8a2c..0e926fd25 100644 --- a/domains/didelfo.json +++ b/domains/didelfo.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "didelfo", - "email": "didelfostudios@gmail.com" - }, - "records": { - "CNAME": "didelfo.github.io" - } + "owner": { + "username": "didelfo", + "email": "didelfostudios@gmail.com" + }, + "records": { + "CNAME": "didelfo.github.io" + } } diff --git a/domains/dimanet.json b/domains/dimanet.json index 94e8c8b3e..a955bcf5b 100644 --- a/domains/dimanet.json +++ b/domains/dimanet.json @@ -1,6 +1,5 @@ { "description": "dimanet.is-a.dev", - "repo": "https://github.com/dimalmfao/dimalmfao.github.io", "owner": { "username": "dimanet", "email": "alreadytakenman0@gmail.com" diff --git a/domains/dinesh.json b/domains/dinesh.json index 7d3ca5c96..fb30eb077 100644 --- a/domains/dinesh.json +++ b/domains/dinesh.json @@ -1,6 +1,5 @@ { "description": "Dinesh Kumar's personal developer website", - "repo": "https://github.com/dinesh-ysl/dinesh-ysl.github.io", "owner": { "username": "dinesh-ysl", "email": "dseera6@gmail.com" diff --git a/domains/divik.json b/domains/divik.json index 2d560a319..d3f3f33d1 100644 --- a/domains/divik.json +++ b/domains/divik.json @@ -1,6 +1,5 @@ { "description": "My Personal site", - "repo": "https://github.com/Code19Master/portfolio", "owner": { "username": "Code19Master", "email": "divikbabbar@gmail.com" diff --git a/domains/dmmay.json b/domains/dmmay.json index 36faa104e..edc136eec 100644 --- a/domains/dmmay.json +++ b/domains/dmmay.json @@ -4,6 +4,11 @@ "email": "azura22@skiff.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/dooly.json b/domains/dooly.json index 0dc1708ac..ac0c84a40 100644 --- a/domains/dooly.json +++ b/domains/dooly.json @@ -1,6 +1,5 @@ { "Dooly": "Dooly is a Dev.", - "repo": "https://github.com/entry0917/doolyweb", "owner": { "username": "entry0917", "email": "seeun0917@naver.com", diff --git a/domains/douglasffilho.json b/domains/douglasffilho.json index a9de0c4a6..17d428dad 100644 --- a/domains/douglasffilho.json +++ b/domains/douglasffilho.json @@ -1,6 +1,5 @@ { "description": "Douglas Filho personal portifolio website", - "repo": "https://github.com/douglasffilho/me", "owner": { "username": "douglasffilho", "email": "douglasf.filho@gmail.com" diff --git a/domains/drdilyor.json b/domains/drdilyor.json index 8b3a64e7c..9f42cf453 100644 --- a/domains/drdilyor.json +++ b/domains/drdilyor.json @@ -1,6 +1,5 @@ { "description": "Drdilyor's website and (non-existent) blog", - "repo": "https://github.com/drdilyor/drdilyor.github.io", "owner": { "username": "drdilyor", "email": "drdilyor@outlook.com" diff --git a/domains/dresan.json b/domains/dresan.json index e46e6cf04..fb531e536 100644 --- a/domains/dresan.json +++ b/domains/dresan.json @@ -1,6 +1,5 @@ { "description": "Personal website", - "repo": "https://github.com/dresandev/dresandev.github.io", "owner": { "username": "dresandev", "email": "dresan.dev@gmail.com", diff --git a/domains/dsrev.json b/domains/dsrev.json index 815748f6d..9a6ecd742 100644 --- a/domains/dsrev.json +++ b/domains/dsrev.json @@ -1,6 +1,5 @@ { "description": "dsrev's blog", - "repo": "https://github.com/dsrev/dsrev.github.io", "owner": { "username": "dsrev", "email": "dsrev@snopyta.org", diff --git a/domains/dvergaram.json b/domains/dvergaram.json index bc0925f15..b713f068d 100644 --- a/domains/dvergaram.json +++ b/domains/dvergaram.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "Daniel-VergaraM", - "email": "dvergaram.dev@gmail.com" - }, - "records": { - "CNAME": "daniel-vergaram.github.io" - } + "owner": { + "username": "Daniel-VergaraM", + "email": "dvergaram.dev@gmail.com" + }, + "records": { + "CNAME": "daniel-vergaram.github.io" + } } diff --git a/domains/dydestroyer.json b/domains/dydestroyer.json index f9d0225db..4a3025f1d 100644 --- a/domains/dydestroyer.json +++ b/domains/dydestroyer.json @@ -1,6 +1,5 @@ { "description": "DyDestroyer's github pages site, do not expect much at all", - "repo": "https://github.com/DyDestroyer1027/DyDestroyer1027.github.io", "owner": { "username": "DyDestroyer1027", "discord": "dydestroyer#1027" diff --git a/domains/dzdevelopers.json b/domains/dzdevelopers.json index 782a4cb4e..f157c1d43 100644 --- a/domains/dzdevelopers.json +++ b/domains/dzdevelopers.json @@ -18,6 +18,9 @@ "priority": 50 } ], - "TXT": ["zoho-verification=zb51189051.zmverify.zoho.com", "v=spf1 include:zoho.com ~all"] + "TXT": [ + "zoho-verification=zb51189051.zmverify.zoho.com", + "v=spf1 include:zoho.com ~all" + ] } } diff --git a/domains/edition.json b/domains/edition.json index 5b9cda660..c84653ef2 100644 --- a/domains/edition.json +++ b/domains/edition.json @@ -1,11 +1,11 @@ -{ - "description": "Website to introduce the project I have made", - "repo": "https://github.com/maxyeh0817/Edition", - "owner": { - "username": "maxyeh0817", - "email": "maxyeh0817@gmail.com" - }, - "records": { - "CNAME": "maxyeh0817.github.io" - } -} +{ + "description": "Website to introduce the project I have made", + "repo": "https://github.com/maxyeh0817/Edition", + "owner": { + "username": "maxyeh0817", + "email": "maxyeh0817@gmail.com" + }, + "records": { + "CNAME": "maxyeh0817.github.io" + } +} diff --git a/domains/edmonddevera.json b/domains/edmonddevera.json index 32fc48596..7514f5425 100644 --- a/domains/edmonddevera.json +++ b/domains/edmonddevera.json @@ -1,6 +1,5 @@ { "description": "To create a portfolio and use in web development ", - "repo": "https://tsuuukiii.github.io/PortfolioWebsite", "owner": { "username": "Tsuuukiii", "email": "deverajan6@gmail.com" diff --git a/domains/edrea.json b/domains/edrea.json index 6dce8f857..57341dda8 100644 --- a/domains/edrea.json +++ b/domains/edrea.json @@ -1,6 +1,5 @@ { "description": "Portfolio", - "repo": "https://github.com/RUW3T/peach.git", "owner": { "username": "Edrea", "email": "edrea@metalunits.com" diff --git a/domains/educatedsuddenbucket.json b/domains/educatedsuddenbucket.json index 97091ccff..ede849828 100644 --- a/domains/educatedsuddenbucket.json +++ b/domains/educatedsuddenbucket.json @@ -4,7 +4,12 @@ "email": "educatedsuddenbucket@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "AAAA": [ "2606:50c0:8000::153", "2606:50c0:8001::153", diff --git a/domains/ekinvarli.json b/domains/ekinvarli.json index 3cfc99e82..3103d3c02 100644 --- a/domains/ekinvarli.json +++ b/domains/ekinvarli.json @@ -1,6 +1,5 @@ { "description": "ekinvarli.is-a.dev", - "repo": "https://github.com/eknvarli/eknvarli.github.io", "owner": { "username": "eknvarli", "email": "ekinnos@tutanota.com", diff --git a/domains/eldho-baby.json b/domains/eldho-baby.json index 9c8a36ea2..48fb5e2e8 100644 --- a/domains/eldho-baby.json +++ b/domains/eldho-baby.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "odinson123456", - "email":"itzmeeldhobaby@gmail.com" - }, - "records": { - "CNAME": "portfolio-9k8.pages.dev" - } + "owner": { + "username": "odinson123456", + "email": "itzmeeldhobaby@gmail.com" + }, + "records": { + "CNAME": "portfolio-9k8.pages.dev" + } } diff --git a/domains/eldho.json b/domains/eldho.json index 9c8a36ea2..48fb5e2e8 100644 --- a/domains/eldho.json +++ b/domains/eldho.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "odinson123456", - "email":"itzmeeldhobaby@gmail.com" - }, - "records": { - "CNAME": "portfolio-9k8.pages.dev" - } + "owner": { + "username": "odinson123456", + "email": "itzmeeldhobaby@gmail.com" + }, + "records": { + "CNAME": "portfolio-9k8.pages.dev" + } } diff --git a/domains/eldhobaby.json b/domains/eldhobaby.json index 9c8a36ea2..48fb5e2e8 100644 --- a/domains/eldhobaby.json +++ b/domains/eldhobaby.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "odinson123456", - "email":"itzmeeldhobaby@gmail.com" - }, - "records": { - "CNAME": "portfolio-9k8.pages.dev" - } + "owner": { + "username": "odinson123456", + "email": "itzmeeldhobaby@gmail.com" + }, + "records": { + "CNAME": "portfolio-9k8.pages.dev" + } } diff --git a/domains/eldinesh.json b/domains/eldinesh.json index 1b15fa02f..68aa8eeda 100644 --- a/domains/eldinesh.json +++ b/domains/eldinesh.json @@ -1,6 +1,5 @@ { "description": "Dinesh Kumar's personal developer website", - "repo": "https://github.com/eldinesh/eldinesh.github.io", "owner": { "username": "eldinesh", "email": "dseera6@gmail.com" diff --git a/domains/elf.json b/domains/elf.json index 3f55e02c9..e361c9296 100644 --- a/domains/elf.json +++ b/domains/elf.json @@ -1,6 +1,5 @@ { "description": "Elflanded's Development Website.", - "repo": "https://github.com/Elflanded/website", "owner": { "username": "Elflanded", "email": "elflanded@gmail.com" diff --git a/domains/ella.json b/domains/ella.json index b00fd69cd..a24030c88 100644 --- a/domains/ella.json +++ b/domains/ella.json @@ -1,6 +1,5 @@ { "description": "Ella's Portfolio", - "repo": "https://github.com/eilla1/ella.is-a.dev-redirect", "owner": { "username": "eilla1", "email": "exu6056@gmail.com" diff --git a/domains/elyagoubi.json b/domains/elyagoubi.json index 7d31c5af2..53bbaf65a 100644 --- a/domains/elyagoubi.json +++ b/domains/elyagoubi.json @@ -4,7 +4,12 @@ "email": "elyagoubiabdessattar@gmail.com" }, "records": { - "A": ["185.199.111.153", "185.199.108.153", "185.199.109.153", "185.199.110.153"], + "A": [ + "185.199.111.153", + "185.199.108.153", + "185.199.109.153", + "185.199.110.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/emanuele.json b/domains/emanuele.json index d29e39178..a09df20ee 100644 --- a/domains/emanuele.json +++ b/domains/emanuele.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "Manueloso", - "email": "paracetamolo2005@gmail.com" - }, - "records": { - "CNAME": "wandering-resonance-c9c9.regamanu2005.workers.dev" - } + "owner": { + "username": "Manueloso", + "email": "paracetamolo2005@gmail.com" + }, + "records": { + "CNAME": "wandering-resonance-c9c9.regamanu2005.workers.dev" + } } diff --git a/domains/encoder.js.json b/domains/encoder.js.json index 41bcfee7f..5f922f703 100644 --- a/domains/encoder.js.json +++ b/domains/encoder.js.json @@ -7,7 +7,12 @@ "discord": "1117482901353812088" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "TXT": [ "google-site-verification=P7ELjV5zIY2_cPQKYzlhvdzVPxBvXm9xKXeRBo4VgGE", "yandex-verification: 82b564dd74f37b10" diff --git a/domains/eryquicc.json b/domains/eryquicc.json index e27a568da..dd1e7107b 100644 --- a/domains/eryquicc.json +++ b/domains/eryquicc.json @@ -5,7 +5,12 @@ "username": "Eryquicc" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/eternal-network.json b/domains/eternal-network.json index 5b30205d4..657a6a307 100644 --- a/domains/eternal-network.json +++ b/domains/eternal-network.json @@ -1,6 +1,5 @@ { "description": "eternal-network.is-a.dev", - "repo": "https://github.com/Eternal-Network/eternal-network.github.io", "owner": { "username": "Eternal-Network", "email": "neealdon2@proton.me" diff --git a/domains/ethxrnity.json b/domains/ethxrnity.json index 6de26f9ea..78469066d 100644 --- a/domains/ethxrnity.json +++ b/domains/ethxrnity.json @@ -1,6 +1,5 @@ { "description": "My personal website", - "repo": "https://github.com/ethxrnity/ethxrnity.github.io", "owner": { "username": "ethxrnity", "email": "ethxrnity@gmail.com", diff --git a/domains/every.json b/domains/every.json index 0526633c6..5d20c4a71 100644 --- a/domains/every.json +++ b/domains/every.json @@ -7,6 +7,11 @@ "discord": "1117482901353812088" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/evie.json b/domains/evie.json index 55c044941..dfb2b95bb 100644 --- a/domains/evie.json +++ b/domains/evie.json @@ -5,7 +5,12 @@ "discord": "encyclopedic" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=NGYyZmU5YzE0YTJlZjk5MC0zYjM3YTRiNTM1N2MyNzliNTUyMDdlM2ZiZjBiMDAwZmFlOGI0MjM3NjM0NDUyNjRhYzc2ZWM5MmMxMmI5Yzg4" } diff --git a/domains/evils.json b/domains/evils.json index 7a9501570..343fbd680 100644 --- a/domains/evils.json +++ b/domains/evils.json @@ -1,6 +1,5 @@ { "description": "Portofolio", - "repo": "https://github.com/evils7/evils7.github.io", "owner": { "username": "evils7", "email": "info@evils.gay" diff --git a/domains/fab1andev.json b/domains/fab1andev.json index a31007c6f..c5126f8fb 100644 --- a/domains/fab1andev.json +++ b/domains/fab1andev.json @@ -1,6 +1,5 @@ { "description": "Fab1anDev subdomain for fab1andev.github.io", - "repo": "https://github.com/Fab1anDev/fab1andev.github.io", "owner": { "username": "Fab1anDev", "email": "fab1andev@proton.me", diff --git a/domains/fafifi.json b/domains/fafifi.json index d4a660492..9925c3d3f 100644 --- a/domains/fafifi.json +++ b/domains/fafifi.json @@ -5,7 +5,12 @@ "email": "fafifi1997@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "TXT": "google-site-verification=_yRLGQg5CylaCRwbj4qjPtzNKurSqbltbCqnli0nhvI" } } diff --git a/domains/faultywindows.json b/domains/faultywindows.json index 4e0830f6e..171a4089f 100644 --- a/domains/faultywindows.json +++ b/domains/faultywindows.json @@ -5,7 +5,12 @@ "discord": "1041028534690386051" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "AAAA": [ "2606:50c0:8000::153", "2606:50c0:8001::153", diff --git a/domains/fayasnoushad.json b/domains/fayasnoushad.json index d822ce64c..1a4f019fd 100644 --- a/domains/fayasnoushad.json +++ b/domains/fayasnoushad.json @@ -1,6 +1,5 @@ { "description": "My personal site", - "repo": "https://github.com/FayasNoushad/fayasnoushad.github.io", "owner": { "username": "FayasNoushad", "twitter": "FayasNoushad" diff --git a/domains/files.allancoding.json b/domains/files.allancoding.json index c4fcb3cc7..7d412b44e 100644 --- a/domains/files.allancoding.json +++ b/domains/files.allancoding.json @@ -1,6 +1,5 @@ { "description": "My files website", - "repo": "https://github.com/allancoding/files.allancoding.is-a.dev", "owner": { "username": "allancoding", "email": "allancoding.dev@gmail.com", diff --git a/domains/fmode.json b/domains/fmode.json index 051cd8fd4..df8b402c2 100644 --- a/domains/fmode.json +++ b/domains/fmode.json @@ -1,6 +1,5 @@ { "description": "Documentation website of vulnerability in ChromeOS", - "repo": "https://github.com/jOaawd/imperfect-secure", "owner": { "username": "jOaawd", "email": "fmodeteam@gmail.com" diff --git a/domains/fondfracz.json b/domains/fondfracz.json index 7da00a19f..b09be4a19 100644 --- a/domains/fondfracz.json +++ b/domains/fondfracz.json @@ -1,9 +1,9 @@ - { - "owner": { - "username": "Fraczdev", - "email": "fraczdev@gmail.com" - }, - "records": { - "CNAME": "fondfracz.netlify.app" - } +{ + "owner": { + "username": "Fraczdev", + "email": "fraczdev@gmail.com" + }, + "records": { + "CNAME": "fondfracz.netlify.app" } +} diff --git a/domains/forsas.json b/domains/forsas.json index e49bb1331..3561b226a 100644 --- a/domains/forsas.json +++ b/domains/forsas.json @@ -1,6 +1,5 @@ { "description": "Forsas website and blog", - "repo": "https://github.com/forsas/forsas.github.io", "owner": { "username": "forsas", "email": "forsaslt@gmail.com" diff --git a/domains/foufou-exe.json b/domains/foufou-exe.json index 21c452b43..e86dea10c 100644 --- a/domains/foufou-exe.json +++ b/domains/foufou-exe.json @@ -1,6 +1,5 @@ { "description": "Personal website", - "repo": "https://github.com/Foufou-exe/foufou-exe.github.io", "owner": { "username": "Foufou-exe", "email": "thibaut.maurras34@gmail.com", diff --git a/domains/foxsden.json b/domains/foxsden.json index 935dfbe2c..f689fa782 100644 --- a/domains/foxsden.json +++ b/domains/foxsden.json @@ -4,7 +4,12 @@ "email": "foxsdenyt+isadev@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.forwardemail.net"], "TXT": "forward-email=foxsdenyt@gmail.com" } diff --git a/domains/foyet.json b/domains/foyet.json index 9a6449d7a..336e9689b 100644 --- a/domains/foyet.json +++ b/domains/foyet.json @@ -1,6 +1,5 @@ { "description": "Link to my blog/personal website", - "repo": "https://github.com/THL007/personal-blog", "owner": { "username": "thl007", "email": "thl7.de@gmail.com" diff --git a/domains/fran.json b/domains/fran.json index dc390230a..76280fc71 100644 --- a/domains/fran.json +++ b/domains/fran.json @@ -4,7 +4,12 @@ "discord": "xzon1x" }, "records": { - "A": ["185.199.108.153", "185.199.110.153", "185.199.109.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.110.153", + "185.199.109.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/franciskafieh.json b/domains/franciskafieh.json index abfe2412b..e5e95eb20 100644 --- a/domains/franciskafieh.json +++ b/domains/franciskafieh.json @@ -1,6 +1,5 @@ { "description": "Francis Kafieh's Personal Blog", - "repo": "https://github.com/franciskafieh/franciskafieh.github.io", "owner": { "username": "franciskafieh", "email": "kafieh.francis@gmail.com" diff --git a/domains/frcat.json b/domains/frcat.json index 02690d9e0..87117e43d 100644 --- a/domains/frcat.json +++ b/domains/frcat.json @@ -1,6 +1,5 @@ { "description": "FRCat's Website", - "repo": "https://github.com/frcat/Website", "owner": { "username": "French-Cat", "discord": "French Cat#0002" diff --git a/domains/freebies.json b/domains/freebies.json index 1618e61fd..8f8ce1d70 100644 --- a/domains/freebies.json +++ b/domains/freebies.json @@ -1,6 +1,5 @@ { "description": "Free Resources For Your Designs!", - "repo": "https://github.com/icancodebeauty/freebies", "owner": { "username": "icancodebeauty", "email": "admin@itsjava.ml" diff --git a/domains/fsanchir.json b/domains/fsanchir.json index afb7bba29..f5033905c 100644 --- a/domains/fsanchir.json +++ b/domains/fsanchir.json @@ -1,6 +1,5 @@ { "description": "FSanchir", - "repo": "https://github.com/fsanchir/fsanchir.github.io", "owner": { "username": "fsanchir", "email": "fsanchir@fsip.ml" diff --git a/domains/furkancetinkaya.json b/domains/furkancetinkaya.json index 4b78bcba9..89646991d 100644 --- a/domains/furkancetinkaya.json +++ b/domains/furkancetinkaya.json @@ -1,6 +1,5 @@ { "description": "my portfolio site", - "repo": "https://github.com/honeybadger4768/furkancetinkaya", "owner": { "username": "honeybadger4768", "email": "furkancetinkaya0746@gmail.com", diff --git a/domains/gamingboots.json b/domains/gamingboots.json index c035deb98..10f40cb38 100644 --- a/domains/gamingboots.json +++ b/domains/gamingboots.json @@ -1,6 +1,5 @@ { "description": "A description", - "repo": "https://github.com/gamingboots/gamingboots.github.io", "owner": { "username": "gamingboots", "email": "gamngboots19@gmail.com" diff --git a/domains/gauravdubey.json b/domains/gauravdubey.json index fa3abc41b..f01897715 100644 --- a/domains/gauravdubey.json +++ b/domains/gauravdubey.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "gauravdubey19", - "email": "dubeygaurav520@gmail.com" - }, - "records": { - "CNAME": "gauravdubey.vercel.app" - } + "owner": { + "username": "gauravdubey19", + "email": "dubeygaurav520@gmail.com" + }, + "records": { + "CNAME": "gauravdubey.vercel.app" + } } diff --git a/domains/gbot.json b/domains/gbot.json index d5dddbff3..c32906d6d 100644 --- a/domains/gbot.json +++ b/domains/gbot.json @@ -4,6 +4,11 @@ "discord": "694986201739952229" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/gcet.aaqif.json b/domains/gcet.aaqif.json index 0a3f6637d..0c2bb7ba7 100644 --- a/domains/gcet.aaqif.json +++ b/domains/gcet.aaqif.json @@ -1,6 +1,5 @@ { "description": "gcet project", - "repo": "https://github.com/aaqifshafi/G-CET", "owner": { "username": "aaqifshafi", "email": "aaqifshafi@gmail.com" diff --git a/domains/ghsearch.json b/domains/ghsearch.json index 0bd42dec0..b2fc4ca29 100644 --- a/domains/ghsearch.json +++ b/domains/ghsearch.json @@ -1,6 +1,6 @@ { "description": "Aplicación web para buscar repositorios en GitHub por tema, utilizando la API de GitHub. Construida con HTML, CSS y JavaScript.", - "repo": "https://https://github.com/herwingx/awesome-github-search", + "repo": "https://github.com/herwingx/awesome-github-search", "owner": { "username": "herwingx", "email": "herwingmacias@gmail.com" diff --git a/domains/gilmar-dave-gamboa.json b/domains/gilmar-dave-gamboa.json index a51b84f4e..c5b90d177 100644 --- a/domains/gilmar-dave-gamboa.json +++ b/domains/gilmar-dave-gamboa.json @@ -1,6 +1,5 @@ { "description": "My portfolio", - "repo": "https://github.com/davegamboa99/my-portfolio", "owner": { "username": "davegamboa99", "email": "davegamboa99@gmail.com" diff --git a/domains/gilmar.json b/domains/gilmar.json index 76771492f..305854fbb 100644 --- a/domains/gilmar.json +++ b/domains/gilmar.json @@ -1,6 +1,5 @@ { "description": "My personal website", - "repo": "https://github.com/gilmarodp/gilmarodp.github.io", "owner": { "username": "gilmarodp", "email": "gilmar.odp@gmail.com" diff --git a/domains/gizzy.json b/domains/gizzy.json index 8900af9fe..afb135869 100644 --- a/domains/gizzy.json +++ b/domains/gizzy.json @@ -6,7 +6,12 @@ "discord": "gizzyowo" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "AAAA": [ "2606:50c0:8000::153", "2606:50c0:8001::153", diff --git a/domains/gorkem.json b/domains/gorkem.json index 9a7f022bf..ee45c490e 100644 --- a/domains/gorkem.json +++ b/domains/gorkem.json @@ -1,6 +1,5 @@ { "description": "Görkem's Website", - "repo": "https://github.com/gorkeem/gorkeem.github.io", "owner": { "username": "gorkeem", "email": "gorkemy000@gmail.com" diff --git a/domains/guilherme.json b/domains/guilherme.json index 36b5bcff4..26f007941 100644 --- a/domains/guilherme.json +++ b/domains/guilherme.json @@ -1,11 +1,10 @@ -{ - "description": "Guilherme Lacerda's personal website", - "repo": "https://github.com/lacerdaguilherme/lacerdaguilherme.github.io", - "owner": { - "username": "lacerdaguilherme", - "email": "lacerdaguilherme@gmail.com" - }, - "records": { - "CNAME": "lacerdaguilherme.github.io" - } - } \ No newline at end of file +{ + "description": "Guilherme Lacerda's personal website", + "owner": { + "username": "lacerdaguilherme", + "email": "lacerdaguilherme@gmail.com" + }, + "records": { + "CNAME": "lacerdaguilherme.github.io" + } +} diff --git a/domains/gulsah.json b/domains/gulsah.json index 82c3537df..5d8781e01 100644 --- a/domains/gulsah.json +++ b/domains/gulsah.json @@ -1,6 +1,5 @@ { "description": "The portfolio site of Gülşah Düzgün", - "repo": "https://github.com/GulsahDuzgun/Portfolio", "owner": { "username": "GulsahDuzgun", "email": "duzgun.gulsah27@gmail.com" diff --git a/domains/gxlpes.json b/domains/gxlpes.json index 42c5aad2f..13ce88d2f 100644 --- a/domains/gxlpes.json +++ b/domains/gxlpes.json @@ -1,6 +1,5 @@ { "description": "Website portfolio", - "repo": "https://github.com/gxlpes/gxlpes.github.io", "owner": { "username": "gxlpes", "email": "guilhermxlopes@gmail.com" diff --git a/domains/hansana.json b/domains/hansana.json index b0ff756e6..99fb903b6 100644 --- a/domains/hansana.json +++ b/domains/hansana.json @@ -6,7 +6,12 @@ "email": "josephandrew1@logicstreak.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "AAAA": [ "2606:50c0:8000::153", "2606:50c0:8001::153", diff --git a/domains/hansen.json b/domains/hansen.json index e563ac964..47048f389 100644 --- a/domains/hansen.json +++ b/domains/hansen.json @@ -1,6 +1,5 @@ { "description": "Portfolio site", - "repo": "https://github.com/HansenKhi/hansenkhi.github.io", "owner": { "username": "HansenKhi", "email": "hansenkhi45@gmail.com" diff --git a/domains/harsh-patel.json b/domains/harsh-patel.json index 070cb751c..58b15a8e8 100644 --- a/domains/harsh-patel.json +++ b/domains/harsh-patel.json @@ -1,6 +1,5 @@ { "description": "Harsh's website", - "repo": "https://github.com/harshpat/harshpat.github.io", "owner": { "username": "harshpat", "email": "patel.harsh28@gmail.com" diff --git a/domains/harshmallick.json b/domains/harshmallick.json index e79561c67..44942059d 100644 --- a/domains/harshmallick.json +++ b/domains/harshmallick.json @@ -1,6 +1,5 @@ { "description": "My portfolio website", - "repo": "https://github.com/harsh-mallick/portfolio", "owner": { "username": "harsh-mallick", "email": "harshmallick052009@gmail.com" diff --git a/domains/harshnj.json b/domains/harshnj.json index 0c20a6187..00bba3922 100644 --- a/domains/harshnj.json +++ b/domains/harshnj.json @@ -5,7 +5,12 @@ "email": "harshnj@proton.me" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "AAAA": [ "2606:50c0:8000::153", "2606:50c0:8001::153", diff --git a/domains/harshvardhan.json b/domains/harshvardhan.json index 8e8257d0c..b1bb95e88 100644 --- a/domains/harshvardhan.json +++ b/domains/harshvardhan.json @@ -1,6 +1,5 @@ { "description": "My Personal Portfolio", - "repo": "https://github.com/Harshvardhan5703/HarshPortfolio", "owner": { "username": "Harshvardhan5703", "email": "shekhawat.harsh287@gmail.com" diff --git a/domains/haseebai.json b/domains/haseebai.json index 4b6677628..410cda78d 100644 --- a/domains/haseebai.json +++ b/domains/haseebai.json @@ -3,9 +3,9 @@ "repo": "https://github.com/hassibayub/Haseeb-portfolio-website/", "owner": { "username": "hassibayub", - "email": "hassibayub@gmail.com" + "email": "hassibayub@gmail.com" }, "records": { "CNAME": "hassibayub.github.io" } -} \ No newline at end of file +} diff --git a/domains/haseena.json b/domains/haseena.json index b323e500b..94c61cb60 100644 --- a/domains/haseena.json +++ b/domains/haseena.json @@ -1,6 +1,5 @@ { "description": "Haseena's website", - "repo": "https://github.com/haseena-hassan/is-a-dev", "owner": { "username": "haseena-hassan", "email": "haseena2199@gmail.com" diff --git a/domains/hendrick.json b/domains/hendrick.json index ba0243ad2..3d6296a1c 100644 --- a/domains/hendrick.json +++ b/domains/hendrick.json @@ -1,11 +1,10 @@ -{ - "owner": { - "username": "Xhand98", - "email": "hendrickherrera9@gmail.com" - }, - "records": { - "CNAME": "cname.vercel-dns.com" - }, - "description": "Portfolio of Hendrick" - } - +{ + "owner": { + "username": "Xhand98", + "email": "hendrickherrera9@gmail.com" + }, + "records": { + "CNAME": "cname.vercel-dns.com" + }, + "description": "Portfolio of Hendrick" +} diff --git a/domains/hexviewer.json b/domains/hexviewer.json index 92600d01b..8cd7ce839 100644 --- a/domains/hexviewer.json +++ b/domains/hexviewer.json @@ -4,6 +4,11 @@ "email": "educatedsuddenbucket@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/hisham.json b/domains/hisham.json index 16455fdfc..35f275b6c 100644 --- a/domains/hisham.json +++ b/domains/hisham.json @@ -1,6 +1,5 @@ { "description": "Hisham is a dev", - "repo": "https://github.com/hishamalip/hishamalip.github.io", "owner": { "username": "hishamalip", "email": "hishamalip@gmail.com" diff --git a/domains/hjmao.json b/domains/hjmao.json index 202313d86..0da95d907 100644 --- a/domains/hjmao.json +++ b/domains/hjmao.json @@ -1,6 +1,5 @@ { "description": "hjmao.is-a.dev", - "repo": "https://github.com/huajianmao/huajianmao.github.io", "owner": { "username": "huajianmao", "email": "huajianmao@gmail.com" diff --git a/domains/hnks.json b/domains/hnks.json index 7c46fd20e..080df614c 100644 --- a/domains/hnks.json +++ b/domains/hnks.json @@ -1,5 +1,4 @@ { - "repo": "https://github.com/hnks-gh/hnks-gh.github.io", "owner": { "username": "hnks-gh", "email": "contact@mellifluous.eu.org" diff --git a/domains/hooman.json b/domains/hooman.json index ba94c074f..b51e10b78 100644 --- a/domains/hooman.json +++ b/domains/hooman.json @@ -1,6 +1,5 @@ { "description": "my personal site", - "repo": "https://github.com/ThisIsALegitUsername/thisisalegitusername.github.io", "owner": { "username": "hooman23", "discord": "hooman23" diff --git a/domains/houlton.json b/domains/houlton.json index 2c8eecb61..5175ab9b3 100644 --- a/domains/houlton.json +++ b/domains/houlton.json @@ -1,6 +1,5 @@ { "description": "houlton.is-a.dev -> solo.to/houlton redirect.", - "repo": "https://github.com/ahoulton/register", "owner": { "username": "ahoulton", "email": "ignhoulton@gmail.com" diff --git a/domains/huntroid.json b/domains/huntroid.json index 1b9cce339..45f1d4ea9 100644 --- a/domains/huntroid.json +++ b/domains/huntroid.json @@ -4,7 +4,12 @@ "email": "srimath8@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "AAAA": [ "2606:50c0:8000::153", "2606:50c0:8001::153", diff --git a/domains/huygd.json b/domains/huygd.json index 6c75b069a..3d86eef55 100644 --- a/domains/huygd.json +++ b/domains/huygd.json @@ -7,6 +7,8 @@ }, "records": { "A": ["103.77.240.59"], - "TXT": ["google-site-verification=ccDxQ_D0wTltS6cPq0sG76u3vGEPeqFFQEwHOGfXXE8"] + "TXT": [ + "google-site-verification=ccDxQ_D0wTltS6cPq0sG76u3vGEPeqFFQEwHOGfXXE8" + ] } } diff --git a/domains/huygmd.json b/domains/huygmd.json index 44b19db8c..e781ede6f 100644 --- a/domains/huygmd.json +++ b/domains/huygmd.json @@ -7,6 +7,8 @@ }, "records": { "A": ["103.77.240.59"], - "TXT": ["google-site-verification=FCWHg1XBnXBvp3xuLqQatJfp0esM4CrZYbPfkhkMzyk"] + "TXT": [ + "google-site-verification=FCWHg1XBnXBvp3xuLqQatJfp0esM4CrZYbPfkhkMzyk" + ] } } diff --git a/domains/hyro.json b/domains/hyro.json index 468bf91fe..3bb5e1031 100644 --- a/domains/hyro.json +++ b/domains/hyro.json @@ -1,6 +1,5 @@ { "description": "Link to my website site.", - "repo": "https://github.com/xHyroM/xHyroM/tree/master/web", "owner": { "username": "xHyroM", "email": "generalkubo@gmail.com" diff --git a/domains/iakzs.json b/domains/iakzs.json index 799509b5d..b267083de 100644 --- a/domains/iakzs.json +++ b/domains/iakzs.json @@ -6,7 +6,12 @@ "email": "iakzs@protonmail.com" }, "records": { - "A": ["185.199.109.153", "185.199.110.153", "185.199.111.153", "185.199.108.153"], + "A": [ + "185.199.109.153", + "185.199.110.153", + "185.199.111.153", + "185.199.108.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~allCOPY" } diff --git a/domains/ice-head.json b/domains/ice-head.json index ab9e8a9ed..81ffe9578 100644 --- a/domains/ice-head.json +++ b/domains/ice-head.json @@ -5,7 +5,12 @@ "note": "This record was created by is-a.dev Discord bot via discord id: 744472773715427368" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=heads.ice@protonmail.com" } diff --git a/domains/img.juststudio.json b/domains/img.juststudio.json index 06d6f9d78..b58dea7ec 100644 --- a/domains/img.juststudio.json +++ b/domains/img.juststudio.json @@ -7,6 +7,11 @@ "discord": "1117482901353812088" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/imnahn.json b/domains/imnahn.json index f7571a53b..57ac65f02 100644 --- a/domains/imnahn.json +++ b/domains/imnahn.json @@ -1,6 +1,5 @@ { "description": "Just my portfolio", - "repo": "https://github.com/imnotnahn/myportfolio", "owner": { "username": "imnotnahn", "email": "thanhnhan.contact.work@gmail.com", diff --git a/domains/imy.json b/domains/imy.json index 55ca21db8..97ea5f5b9 100644 --- a/domains/imy.json +++ b/domains/imy.json @@ -1,6 +1,5 @@ { "description": "My portfolio", - "repo": "https://github.com/IMYdev/IMYdev.github.io", "owner": { "username": "IMYdev", "email": "omranmansour096@gmail.com" diff --git a/domains/infernum.json b/domains/infernum.json index 01842dbe4..f660d7148 100644 --- a/domains/infernum.json +++ b/domains/infernum.json @@ -1,6 +1,5 @@ { "description": "Portfolio site for me.", - "repo": "https://github.com/Infernum1/Infernum1.github.io", "owner": { "username": "Infernum1", "email": "infernum1212@gmail.com" diff --git a/domains/infinityloop.json b/domains/infinityloop.json index 63ab1a384..c6a1ee0b8 100644 --- a/domains/infinityloop.json +++ b/domains/infinityloop.json @@ -1,6 +1,5 @@ { "description": "Short link for sharing", - "repo": "https://github.com/InfinityLoop1/InfinityLoop", "owner": { "username": "InfinityLoop", "discord": "infinityloopdev" diff --git a/domains/ipuppyyt.json b/domains/ipuppyyt.json index 295424562..0a9e9ea2d 100644 --- a/domains/ipuppyyt.json +++ b/domains/ipuppyyt.json @@ -7,7 +7,12 @@ "discord": "iPuppyYT#3684" }, "records": { - "A": ["185.199.110.153", "185.199.108.153", "185.199.111.153", "185.199.109.153"], + "A": [ + "185.199.110.153", + "185.199.108.153", + "185.199.111.153", + "185.199.109.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/iqat.json b/domains/iqat.json index 79a70e468..72d75d825 100644 --- a/domains/iqat.json +++ b/domains/iqat.json @@ -1,6 +1,5 @@ { "description": "Portfolio for Muhammad Taqi (Iqat)", - "repo": "https://github.com/Iqat476/Iqat476.github.io", "owner": { "username": "Iqat476", "email": "iqat476@gmail.com" diff --git a/domains/isa.json b/domains/isa.json index 6028afa99..0b4d9e062 100644 --- a/domains/isa.json +++ b/domains/isa.json @@ -1,6 +1,5 @@ { "description": "This is for nottisa cool stuff", - "repo": "https://github.com/nottisa/nottisa.github.io", "owner": { "username": "nottisa", "email": "theonewhohasthisemail@gmail.com", diff --git a/domains/ishaanmehta.json b/domains/ishaanmehta.json index b324fdfe1..1f03823fc 100644 --- a/domains/ishaanmehta.json +++ b/domains/ishaanmehta.json @@ -1,6 +1,5 @@ { "description": "Personal portfolio for Ishaan Mehta (IIIT Surat)", - "repo": "https://github.com/ishaanmehta4/portfolio", "owner": { "username": "ishaanmehta4", "email": "ishaanmehta4@gmail.com" diff --git a/domains/ishh.json b/domains/ishh.json index 5241337e0..b43d97a70 100644 --- a/domains/ishh.json +++ b/domains/ishh.json @@ -6,7 +6,12 @@ "email": "ishh-xd@proton.me" }, "records": { - "A": ["185.199.111.153", "185.199.110.153", "185.199.108.153", "185.199.109.153"], + "A": [ + "185.199.111.153", + "185.199.110.153", + "185.199.108.153", + "185.199.109.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": ["v=spf1 include:spf.improvmx.com ~all"] } diff --git a/domains/itsdharmik.json b/domains/itsdharmik.json index e1f7aad6b..acccec1ab 100644 --- a/domains/itsdharmik.json +++ b/domains/itsdharmik.json @@ -1,6 +1,5 @@ { "description": "Want this domain to host my portfolio.", - "repo": "https://github.com/itsdharmik/itsdharmik.github.io", "owner": { "username": "itsdharmik", "email": "dharmikparmar2004@yahoo.com", diff --git a/domains/itsmealdo.json b/domains/itsmealdo.json index 96690356f..71b953cdc 100644 --- a/domains/itsmealdo.json +++ b/domains/itsmealdo.json @@ -1,6 +1,5 @@ { "description": "itsmealdo Webs", - "repo": "https://github.com/itsmealdo/itsmealdo.github.io", "owner": { "username": "itsmealdo", "email": "aldosaputra@gmail.com" diff --git a/domains/itsnicecraft.json b/domains/itsnicecraft.json index f66ce1e9e..012b1933c 100644 --- a/domains/itsnicecraft.json +++ b/domains/itsnicecraft.json @@ -1,6 +1,5 @@ { "description": "Personal website", - "repo": "https://github.com/itsnicecraft/itsnicecraft.github.io", "owner": { "username": "itsnicecraft", "twitter": "itsnicecraft" diff --git a/domains/j.json b/domains/j.json index c1a82a022..14f572cf5 100644 --- a/domains/j.json +++ b/domains/j.json @@ -7,7 +7,12 @@ "discord": "1117482901353812088" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": ["v=spf1 include:spf.improvmx.com ~all"] } diff --git a/domains/jackson.json b/domains/jackson.json index d0ce0b64c..488627e7a 100644 --- a/domains/jackson.json +++ b/domains/jackson.json @@ -4,6 +4,11 @@ "discord": "jackson!#0001" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/jadebetty.json b/domains/jadebetty.json index 397623665..3831be5d4 100644 --- a/domains/jadebetty.json +++ b/domains/jadebetty.json @@ -4,7 +4,12 @@ "discord": "758617912566087681" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/jannator.json b/domains/jannator.json index b761e7d44..e2cc1f61c 100644 --- a/domains/jannator.json +++ b/domains/jannator.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "Jannator171", - "email": "Jannator17@proton.me" - }, - "records": { - "A": ["216.24.57.1"] - } + "owner": { + "username": "Jannator171", + "email": "Jannator17@proton.me" + }, + "records": { + "A": ["216.24.57.1"] + } } diff --git a/domains/jayy.json b/domains/jayy.json index abb03a3ce..5cf1f04e0 100644 --- a/domains/jayy.json +++ b/domains/jayy.json @@ -1,6 +1,5 @@ { "description": "My small little dev page thingy", - "repo": "https://github.com/fiskdk/jayy", "owner": { "username": "fiskdk", "email": "jayyisdev@gmail.com", diff --git a/domains/jean.json b/domains/jean.json index 2f11a8833..94e257a94 100644 --- a/domains/jean.json +++ b/domains/jean.json @@ -1,6 +1,5 @@ { "description": "A website showcasing all of Jean's work", - "repo": "https://github.com/EmperorJean/emperorjean.github.io", "owner": { "username": "emperorjean", "twitter": "emperorjean_" diff --git a/domains/jessehoekema.json b/domains/jessehoekema.json index 283c92ce3..6b9624dd1 100644 --- a/domains/jessehoekema.json +++ b/domains/jessehoekema.json @@ -4,6 +4,11 @@ "email": "jessehoekema@icloud.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/jessiflessi.json b/domains/jessiflessi.json index 283c92ce3..6b9624dd1 100644 --- a/domains/jessiflessi.json +++ b/domains/jessiflessi.json @@ -4,6 +4,11 @@ "email": "jessehoekema@icloud.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/jhos.json b/domains/jhos.json index 283c92ce3..6b9624dd1 100644 --- a/domains/jhos.json +++ b/domains/jhos.json @@ -4,6 +4,11 @@ "email": "jessehoekema@icloud.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/jimmster.json b/domains/jimmster.json index 1277be943..0478293e1 100644 --- a/domains/jimmster.json +++ b/domains/jimmster.json @@ -1,6 +1,5 @@ { "description": "A unsusually stupid developers programming blog", - "repo": "https://github.com/Khhs167/jimms-cave", "owner": { "username": "Khhs167", "email": "khhs1671@gmail.com" diff --git a/domains/jj.json b/domains/jj.json index adfc0ffcb..4d8f7e22f 100644 --- a/domains/jj.json +++ b/domains/jj.json @@ -6,7 +6,12 @@ "email": "TheBotlyNoob@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.111.153", "185.199.110.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.111.153", + "185.199.110.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/joe.json b/domains/joe.json index de93daf9f..92153a263 100644 --- a/domains/joe.json +++ b/domains/joe.json @@ -1,6 +1,5 @@ { "description": "Joe Banks", - "repo": "https://github.com/jb3/jb3.github.io", "owner": { "username": "jb3", "email": "joseph@josephbanks.me" diff --git a/domains/joe50097.json b/domains/joe50097.json index 706b47bf3..0af118c55 100644 --- a/domains/joe50097.json +++ b/domains/joe50097.json @@ -5,7 +5,10 @@ }, "records": { "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"], - "TXT": ["zoho-verification=zb32862044.zmverify.zoho.com", "v=spf1 include:zohomail.com ~all"], + "TXT": [ + "zoho-verification=zb32862044.zmverify.zoho.com", + "v=spf1 include:zohomail.com ~all" + ], "A": ["75.2.60.5"] } } diff --git a/domains/joesepp.json b/domains/joesepp.json index 7bceaf356..54a3e0461 100644 --- a/domains/joesepp.json +++ b/domains/joesepp.json @@ -1,6 +1,5 @@ { "description": "My portfolio website showcasing my work and skills", - "repo": "https://github.com//joesepph.github.io", "owner": { "username": "joesepph", "email": "markwer.dev@proton.me", diff --git a/domains/joesjourney.json b/domains/joesjourney.json index b77bdc67c..cbf4edcfc 100644 --- a/domains/joesjourney.json +++ b/domains/joesjourney.json @@ -4,7 +4,12 @@ "email": "stickeman715@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx.mailtie.com"], "TXT": "mailtie=joesjourney500@gmail.com" } diff --git a/domains/johnythomas.json b/domains/johnythomas.json index bf66c827b..105a8ef13 100644 --- a/domains/johnythomas.json +++ b/domains/johnythomas.json @@ -1,6 +1,5 @@ { "description": "This website is a link to my personal developer portfolio.", - "repo": "https://github.com/johnythomas2002/johnythomas2002.github.io", "owner": { "username": "johnythomas2002", "email": "johnypani111@gmail.com" diff --git a/domains/joinsachinarya.json b/domains/joinsachinarya.json index 597e120d0..6f937f2c2 100644 --- a/domains/joinsachinarya.json +++ b/domains/joinsachinarya.json @@ -1,6 +1,5 @@ { "description": "Portfolio website", - "repo": "https://github.com/joinsachinarya/joinsachinarya.is-a.dev.git", "owner": { "username": "joinsachinarya", "email": "joinsachinarya@gmail.com", diff --git a/domains/jonestse.json b/domains/jonestse.json index 50a4593cf..160cc908a 100644 --- a/domains/jonestse.json +++ b/domains/jonestse.json @@ -1,6 +1,5 @@ { "description": "Jones Tse's Portfolio Website", - "repo": "https://github.com/chunghei0116/portfolio", "owner": { "username": "chunghei0116", "email": "chungheibrad@gmail.com" diff --git a/domains/julian.json b/domains/julian.json index d8019ecf1..1c95c8410 100644 --- a/domains/julian.json +++ b/domains/julian.json @@ -4,7 +4,12 @@ "email": "sono.arbeit@gmail.com" }, "records": { - "A": ["185.199.110.153", "185.199.108.153", "185.199.109.153", "185.199.111.153"], + "A": [ + "185.199.110.153", + "185.199.108.153", + "185.199.109.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] } } diff --git a/domains/just.json b/domains/just.json index 7581106da..0b6e7eef5 100644 --- a/domains/just.json +++ b/domains/just.json @@ -7,6 +7,11 @@ "discord": "1117482901353812088" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/justdeveloper.json b/domains/justdeveloper.json index 1d9f3f24c..0177f6a25 100644 --- a/domains/justdeveloper.json +++ b/domains/justdeveloper.json @@ -7,7 +7,12 @@ "discord": "1117482901353812088" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": [ "google-site-verification=qBaFslC7xe6gcHiolYEJ32HjpJVk-ZOMbRpu_1zkm_s", diff --git a/domains/justforever.json b/domains/justforever.json index 229e24cc2..d41dcd48a 100644 --- a/domains/justforever.json +++ b/domains/justforever.json @@ -1,6 +1,5 @@ { "description": "DevJustForever's personal developer website", - "repo": "https://github.com/DevJustForever/devjustforever.github.io", "owner": { "username": "DevJustForever", "email": "mertcelik0541@gmail.com" diff --git a/domains/juststudio.json b/domains/juststudio.json index caa153bc0..8d8fb0cdb 100644 --- a/domains/juststudio.json +++ b/domains/juststudio.json @@ -7,7 +7,12 @@ "discord": "1117482901353812088" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"], "TXT": [ "v=spf1 include:zohomail.eu ~all", diff --git a/domains/jzitnik.json b/domains/jzitnik.json index 0bd469e1c..4c9ef53e7 100644 --- a/domains/jzitnik.json +++ b/domains/jzitnik.json @@ -5,6 +5,9 @@ "discord": "KLIND#1906" }, "records": { - "MX": ["a257fec0e9137cd3.mx2.emailprofi.seznam.cz", "a257fec0e9137cd3.mx1.emailprofi.seznam.cz"] + "MX": [ + "a257fec0e9137cd3.mx2.emailprofi.seznam.cz", + "a257fec0e9137cd3.mx1.emailprofi.seznam.cz" + ] } } diff --git a/domains/k93msy.json b/domains/k93msy.json index c9109873e..c1d5730ca 100644 --- a/domains/k93msy.json +++ b/domains/k93msy.json @@ -1,6 +1,5 @@ { "description": "K93MSY website", - "repo": "https://github.com/K93MSY/K93MSY.github.io", "owner": { "username": "K93MSY", "email": "kuritama0903@gmail.com" diff --git a/domains/kai.json b/domains/kai.json index 0bca6260a..11daa02b2 100644 --- a/domains/kai.json +++ b/domains/kai.json @@ -1,6 +1,5 @@ { "description": "KAI is a Dev", - "repo": "https://github.com/blackaimc/blackaimc.github.io", "owner": { "username": "blackaimc", "email": "blackaimc@gmail.com" diff --git a/domains/kanti-tkm.json b/domains/kanti-tkm.json index eb53242b1..5f5f79e7b 100644 --- a/domains/kanti-tkm.json +++ b/domains/kanti-tkm.json @@ -1,6 +1,5 @@ { "description": "Toyota Fan Website", - "repo": "https://ashc1ty.github.io/test-toyo/", "owner": { "username": "AshC1ty", "email": "ashcity07734@gmail.com" diff --git a/domains/kappurumedia.json b/domains/kappurumedia.json index 0e9b6984f..58d395d67 100644 --- a/domains/kappurumedia.json +++ b/domains/kappurumedia.json @@ -1,6 +1,5 @@ { "description": "I'm a developer", - "repo": "https://github.com/CyrusCore/cyruscore.github.io", "owner": { "username": "CyrusCore", "email": "abramsatria7@gmail.com" diff --git a/domains/kavi.json b/domains/kavi.json index cf1b1a116..40847ba61 100644 --- a/domains/kavi.json +++ b/domains/kavi.json @@ -1,6 +1,5 @@ { "description": "Portfolio website", - "repo": "https://github.com/dkaviarasu/dkaviarasu.github.io", "owner": { "username": "dkaviarasu", "twitter": "kaviarasudm" diff --git a/domains/kaweees.json b/domains/kaweees.json index 356ca5943..7577328cc 100644 --- a/domains/kaweees.json +++ b/domains/kaweees.json @@ -1,6 +1,5 @@ { "description": "Kaweees is a Dev", - "repo": "https://github.com/Kaweees/is-a-dev", "owner": { "username": "Kaweees", "email": "miguelvillafloran@gmail.com" diff --git a/domains/kawet.json b/domains/kawet.json index 2b2becc64..a9000df0d 100644 --- a/domains/kawet.json +++ b/domains/kawet.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "Kawet00", - "email": "kawet00@proton.me" - }, - "records": { - "CNAME": "portfolio-ty6q.vercel.app" - } + "owner": { + "username": "Kawet00", + "email": "kawet00@proton.me" + }, + "records": { + "CNAME": "portfolio-ty6q.vercel.app" + } } diff --git a/domains/keli5.json b/domains/keli5.json index f9a909e7a..fa4f82236 100644 --- a/domains/keli5.json +++ b/domains/keli5.json @@ -1,6 +1,5 @@ { "description": "keli5", - "repo": "https://github.com/keli5/keli5.github.io", "owner": { "username": "keli5", "twitter": "keli5_letters" diff --git a/domains/kells.json b/domains/kells.json index 59057dffa..21ae4eb15 100644 --- a/domains/kells.json +++ b/domains/kells.json @@ -1,6 +1,5 @@ { "description": "Kells is Developer!", - "repo": "https://github.com/jwkim101201/jwkim101201.github.io", "owner": { "username": "jwkim101201", "email": "jwkim101201@gmail.com" diff --git a/domains/keybinds.json b/domains/keybinds.json index 9f4f0eb4f..096009a17 100644 --- a/domains/keybinds.json +++ b/domains/keybinds.json @@ -4,7 +4,12 @@ "email": "admin@trix.is-a.dev" }, "records": { - "A": ["185.199.110.153", "185.199.109.153", "185.199.111.153", "185.199.108.153"], + "A": [ + "185.199.110.153", + "185.199.109.153", + "185.199.111.153", + "185.199.108.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] } } diff --git a/domains/khcrv.json b/domains/khcrv.json index 11016497d..ad9745663 100644 --- a/domains/khcrv.json +++ b/domains/khcrv.json @@ -1,6 +1,5 @@ { "description": "KhCrv Portfolio Website", - "repo": "https://github.com/KhCrv/khcrv.github.io", "owner": { "username": "KhCrv", "email": "pedusty@hotmail.com" diff --git a/domains/kilic.json b/domains/kilic.json index b707c09d9..04572388a 100644 --- a/domains/kilic.json +++ b/domains/kilic.json @@ -4,7 +4,6 @@ "email": "muhammeddkilicc@gmail.com" }, "description": "personal site", - "repo": "https://github.com/kiliczsh/kiliczsh.github.io", "records": { "CNAME": "kiliczsh.github.io" } diff --git a/domains/kiran.json b/domains/kiran.json index 512890ad8..9be263f2f 100644 --- a/domains/kiran.json +++ b/domains/kiran.json @@ -1,6 +1,5 @@ { "description": "My very own is a dev domain for github pages", - "repo": "https://github.com/kiranhart/kiranhart.github.io", "owner": { "username": "kiranhart", "email": "kiran.hart@live.com" diff --git a/domains/kuldeep.json b/domains/kuldeep.json index d594e3091..8a91b92e2 100644 --- a/domains/kuldeep.json +++ b/domains/kuldeep.json @@ -4,6 +4,11 @@ "discord": "1268262461576839222" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/kweller.json b/domains/kweller.json index 61971d1eb..9aa0d4b0d 100644 --- a/domains/kweller.json +++ b/domains/kweller.json @@ -1,6 +1,5 @@ { "description": "kweller.is-a.dev", - "repo": "https://github.com/real-kwellercat/real-kwellercat.github.io.git", "owner": { "username": "real-kwellercat", "email": "lucas.rausch.732@k12.friscoisd.org" diff --git a/domains/lakhindar.json b/domains/lakhindar.json index 24a4ee688..b23908368 100644 --- a/domains/lakhindar.json +++ b/domains/lakhindar.json @@ -4,7 +4,12 @@ "email": "dev.lakhindarpal@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=dev.lakhindarpal@gmail.com" } diff --git a/domains/larry.json b/domains/larry.json index 3ca6c3bca..54caf04df 100644 --- a/domains/larry.json +++ b/domains/larry.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "dlir2404", - "email": "dinhlinh.work24@gmail.com" - }, - "records": { - "CNAME": "dlir-portfolio.vercel.app" - } + "owner": { + "username": "dlir2404", + "email": "dinhlinh.work24@gmail.com" + }, + "records": { + "CNAME": "dlir-portfolio.vercel.app" + } } diff --git a/domains/laufey.json b/domains/laufey.json index 925aee987..303638773 100644 --- a/domains/laufey.json +++ b/domains/laufey.json @@ -1,6 +1,5 @@ { "description": "Configuring a .is-a.dev domain for my friend, laufey.", - "repo": "https://github.com/idlidev/laufey-web", "owner": { "username": "idlidev", "email": "idliyout@gmail.com" diff --git a/domains/leha.json b/domains/leha.json index ec6ae3046..52913a8fe 100644 --- a/domains/leha.json +++ b/domains/leha.json @@ -1,6 +1,5 @@ { "description": "Leha's little part of the web", - "repo": "https://github.com/leha-code/leha-code.github.io", "owner": { "username": "leha-code", "email": "pezleha@duck.com", diff --git a/domains/liam.json b/domains/liam.json index 2f5e931a0..4add2404d 100644 --- a/domains/liam.json +++ b/domains/liam.json @@ -4,7 +4,12 @@ "email": "liamdev@duck.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" }, diff --git a/domains/lighty.json b/domains/lighty.json index a03371106..e3a5e40ed 100644 --- a/domains/lighty.json +++ b/domains/lighty.json @@ -5,7 +5,12 @@ "discord": "1108616541739700284" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": ["v=spf1 include:spf.improvmx.com ~all"] } diff --git a/domains/lilac.json b/domains/lilac.json index 50f0c0d25..2ae835237 100644 --- a/domains/lilac.json +++ b/domains/lilac.json @@ -1,6 +1,5 @@ { "description": "ima runnit up til my feet stop, pls god", - "repo": "https://github.com/capoxxo/capoxxo.github.io", "owner": { "username": "capoxxo", "email": "cloudberry1337@gmail.com", diff --git a/domains/lingle.json b/domains/lingle.json index ca0775d58..ce217b083 100644 --- a/domains/lingle.json +++ b/domains/lingle.json @@ -1,6 +1,5 @@ { "description": "LingleDev's developer site", - "repo": "https://github.com/LingleDev/lingledev.github.io", "owner": { "username": "LingleDev", "email": "gideon.lingle2023@gmail.com", diff --git a/domains/lndr2501.json b/domains/lndr2501.json index f393585cb..7c8ae2302 100644 --- a/domains/lndr2501.json +++ b/domains/lndr2501.json @@ -2,7 +2,6 @@ "owner": { "username": "Lndr2501" }, - "repo": "https://github.com/Lndr2501/Lndr2501", "records": { "CNAME": "lndr2501.github.io" } diff --git a/domains/lnminh1411.json b/domains/lnminh1411.json index 43b9e42d1..84dfa6907 100644 --- a/domains/lnminh1411.json +++ b/domains/lnminh1411.json @@ -6,7 +6,12 @@ "discord": "cvn2484" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=nhatminh.forwarding@gmail.com" } diff --git a/domains/logan.json b/domains/logan.json index 13f29eb3d..752a43a71 100644 --- a/domains/logan.json +++ b/domains/logan.json @@ -1,6 +1,5 @@ { "description": "LoganTheDudeRox's custom development website.", - "repo": "https://github.com/LoganLikesToCode/LoganLikesToCode.github.io", "owner": { "username": "LoganLikesToCode", "email": "logantheduderox@gmail.com", diff --git a/domains/lok.json b/domains/lok.json index fb66d2a16..e771a07c2 100644 --- a/domains/lok.json +++ b/domains/lok.json @@ -1,6 +1,5 @@ { "description": "Lok's portfolio website", - "repo": "https://github.com/lokgubhaju/lokgubhaju.github.io", "owner": { "username": "lokgubhaju", "email": "lok.gubhaju@gmail.com" diff --git a/domains/loomeh.json b/domains/loomeh.json index e695def2f..925e6eb8f 100644 --- a/domains/loomeh.json +++ b/domains/loomeh.json @@ -6,6 +6,9 @@ "records": { "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"], "A": ["76.76.21.21"], - "TXT": ["v=spf1 include:zohomail.eu ~all", "zoho-verification=zb06679817.zmverify.zoho.eu"] + "TXT": [ + "v=spf1 include:zohomail.eu ~all", + "zoho-verification=zb06679817.zmverify.zoho.eu" + ] } } diff --git a/domains/loser.json b/domains/loser.json index 182c6e9cb..e01850142 100644 --- a/domains/loser.json +++ b/domains/loser.json @@ -5,7 +5,12 @@ "note": "This record was created by is-a.dev Discord bot via discord id: 1106868081843777537" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=gus.creten@gmail.com" } diff --git a/domains/losr.json b/domains/losr.json index 182c6e9cb..e01850142 100644 --- a/domains/losr.json +++ b/domains/losr.json @@ -5,7 +5,12 @@ "note": "This record was created by is-a.dev Discord bot via discord id: 1106868081843777537" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=gus.creten@gmail.com" } diff --git a/domains/lowsummer.json b/domains/lowsummer.json index 7c7307ae6..891864ac4 100644 --- a/domains/lowsummer.json +++ b/domains/lowsummer.json @@ -1,6 +1,5 @@ { "description": "Low Summer, simple apps with beautiful ui", - "repo": "https://github.com/LowSummer/lowsummer.github.io", "owner": { "username": "LowSummer", "email": "bressynickolas2007@gmail.com", diff --git a/domains/luciano.json b/domains/luciano.json index 9e331be7e..c60be6160 100644 --- a/domains/luciano.json +++ b/domains/luciano.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "lucianofedericopereira", - "email": "lucianofullstack@gmail.com" - }, - "records": { - "URL": "https://github.com/lucianofedericopereira" - } -} \ No newline at end of file + "owner": { + "username": "lucianofedericopereira", + "email": "lucianofullstack@gmail.com" + }, + "records": { + "URL": "https://github.com/lucianofedericopereira" + } +} diff --git a/domains/luis-ciber.json b/domains/luis-ciber.json index 8e4073eec..c31dc9e6f 100644 --- a/domains/luis-ciber.json +++ b/domains/luis-ciber.json @@ -1,6 +1,5 @@ { "description": "Luis Correa Leyva", - "repo": "https://github.com/correaleyval/correaleyval.github.io", "owner": { "username": "correaleyval", "email": "correaleyval@gmail.com" diff --git a/domains/luisgerardovillanueva.json b/domains/luisgerardovillanueva.json index 3bad69061..3799a3efd 100644 --- a/domains/luisgerardovillanueva.json +++ b/domains/luisgerardovillanueva.json @@ -1,6 +1,5 @@ { "description": "Personal portfolio website", - "repo": "https://github.com/GerardoVillla/portfolio", "owner": { "username": "GerardoVillla", "email": "luismendezgd@gmail.com" diff --git a/domains/lunax0390.json b/domains/lunax0390.json index 1894827b8..5296d10a2 100644 --- a/domains/lunax0390.json +++ b/domains/lunax0390.json @@ -1,6 +1,5 @@ { "description": "Nobio Yep", - "repo": "https://github.com/lunax0390/lunax0390.github.io", "owner": { "username": "lunax0390", "email": "moonsec99@gmail.com" diff --git a/domains/lungustefan.json b/domains/lungustefan.json index 17c64822b..2b4226274 100644 --- a/domains/lungustefan.json +++ b/domains/lungustefan.json @@ -7,7 +7,12 @@ "mobile": "+40756450998" }, "records": { - "NS": ["ns.lungustefan.ro", "ns2.lungustefan.ro", "ns3.lungustefan.ro", "ns4.lungustefan.ro"], + "NS": [ + "ns.lungustefan.ro", + "ns2.lungustefan.ro", + "ns3.lungustefan.ro", + "ns4.lungustefan.ro" + ], "DS": [ { "key_tag": 10684, diff --git a/domains/lxz.json b/domains/lxz.json index 0d11218be..8c0383970 100644 --- a/domains/lxz.json +++ b/domains/lxz.json @@ -1,6 +1,5 @@ { "description": "justforlxz personal website", - "repo": "https://github.com/lxz/justforlxz.github.io", "owner": { "username": "justforlxz", "twitter": "justforlxz" diff --git a/domains/m.ps.json b/domains/m.ps.json index ab274c052..e39fd3d5f 100644 --- a/domains/m.ps.json +++ b/domains/m.ps.json @@ -4,7 +4,10 @@ "notes": "I rarely go on my emails. If I do its because I needed a verification code." }, "records": { - "TXT": ["zoho-verification=zb51857919.zmverify.zoho.com", "v=spf1 include:zohomail.com ~all"], + "TXT": [ + "zoho-verification=zb51857919.zmverify.zoho.com", + "v=spf1 include:zohomail.com ~all" + ], "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"] } } diff --git a/domains/m04.json b/domains/m04.json index e878e7131..a3373e897 100644 --- a/domains/m04.json +++ b/domains/m04.json @@ -4,7 +4,6 @@ "email": "is-a-dev@benjaminsmith.dev" }, "description": "Redirect to personal website", - "repo": "https://github.com/merlin04/benjaminsmith.dev", "records": { "URL": "https://benjaminsmith.dev" } diff --git a/domains/m4hbod.json b/domains/m4hbod.json index e56f7fb6b..6c02e8f0c 100644 --- a/domains/m4hbod.json +++ b/domains/m4hbod.json @@ -1,6 +1,5 @@ { "description": "M4hbod's .is-a.dev domain", - "repo": "https://github.com/M4hbod/m4hbod.github.io", "owner": { "username": "M4hbod", "email": "m4hbod@proton.me", diff --git a/domains/maclong.json b/domains/maclong.json index a6b646d37..88c8c2b74 100644 --- a/domains/maclong.json +++ b/domains/maclong.json @@ -1,6 +1,5 @@ { "description": "Mac Long's personal developer portfolio and blog.", - "repo": "https://github.com/maclong9/maclong9", "owner": { "username": "maclong9", "email": "maclong9@icloud.com" diff --git a/domains/madhavjhawar.json b/domains/madhavjhawar.json index e40df148b..d23312329 100644 --- a/domains/madhavjhawar.json +++ b/domains/madhavjhawar.json @@ -1,6 +1,5 @@ { "description": "personal webste", - "repo": "https://github.com/madhav32x/madhav32x.github.io", "owner": { "username": "madhav32x", "email": "madhavjhawar@gmail.com" diff --git a/domains/madhead341.json b/domains/madhead341.json index 182c6e9cb..e01850142 100644 --- a/domains/madhead341.json +++ b/domains/madhead341.json @@ -5,7 +5,12 @@ "note": "This record was created by is-a.dev Discord bot via discord id: 1106868081843777537" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=gus.creten@gmail.com" } diff --git a/domains/mahmoud.json b/domains/mahmoud.json index b2b74776e..f742e8a64 100644 --- a/domains/mahmoud.json +++ b/domains/mahmoud.json @@ -6,7 +6,12 @@ }, "repo": "https://github.com/oMvhmoud/oMvhmoud.github.io", "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/mahmud.json b/domains/mahmud.json index 326e4990e..fc72ff0c9 100644 --- a/domains/mahmud.json +++ b/domains/mahmud.json @@ -1,6 +1,5 @@ { "description": "mahmud's portfolio website", - "repo": "https://github.com/JBAxB8h7/JBAxB8h7.github.io", "owner": { "username": "JBAxB8h7", "email": "kanieloutis758@gmail.com", diff --git a/domains/mail.gs.json b/domains/mail.gs.json index 5452770ab..a4cccbbfe 100644 --- a/domains/mail.gs.json +++ b/domains/mail.gs.json @@ -5,7 +5,10 @@ "notes": "I'm occasionally on Twitter from time to time; hit me up if you need to talk to me. Let me know you're from is-a.dev." }, "records": { - "TXT": ["zoho-verification=zb26727871.zmverify.zoho.com", "v=spf1 include:zohomail.com ~all"], + "TXT": [ + "zoho-verification=zb26727871.zmverify.zoho.com", + "v=spf1 include:zohomail.com ~all" + ], "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"] } } diff --git a/domains/mail.lver.json b/domains/mail.lver.json index 46426fb17..c33e51d71 100644 --- a/domains/mail.lver.json +++ b/domains/mail.lver.json @@ -5,7 +5,10 @@ "email": "profoundlvr@gmail.com" }, "records": { - "TXT": ["zoho-verification=zb43169475.zmverify.zoho.com", "v=spf1 include:zohomail.com ~all"], + "TXT": [ + "zoho-verification=zb43169475.zmverify.zoho.com", + "v=spf1 include:zohomail.com ~all" + ], "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"] } } diff --git a/domains/mail.mrstickypiston.json b/domains/mail.mrstickypiston.json index f6411c571..9b7d14222 100644 --- a/domains/mail.mrstickypiston.json +++ b/domains/mail.mrstickypiston.json @@ -4,7 +4,10 @@ "discord": "700766242268774471" }, "records": { - "TXT": ["zoho-verification=zb27779902.zmverify.zoho.eu", "v=spf1 include:zohomail.eu ~all"], + "TXT": [ + "zoho-verification=zb27779902.zmverify.zoho.eu", + "v=spf1 include:zohomail.eu ~all" + ], "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"] } } diff --git a/domains/mail.mxnticek.json b/domains/mail.mxnticek.json index 6bb586cc6..41e76e66b 100644 --- a/domains/mail.mxnticek.json +++ b/domains/mail.mxnticek.json @@ -5,6 +5,9 @@ "email": "plainrock@seznam.cz" }, "records": { - "MX": ["d9025d2074984e72.mx2.emailprofi.seznam.cz", "d9025d2074984e72.mx1.emailprofi.seznam.cz"] + "MX": [ + "d9025d2074984e72.mx2.emailprofi.seznam.cz", + "d9025d2074984e72.mx1.emailprofi.seznam.cz" + ] } } diff --git a/domains/makhbaz.json b/domains/makhbaz.json index b1e2f660f..e3bfa15b8 100644 --- a/domains/makhbaz.json +++ b/domains/makhbaz.json @@ -1,6 +1,5 @@ { "description": "Makhbaz's .is-a.dev domain", - "repo": "https://github.com/Makhbaz/makhbaz.github.io", "owner": { "username": "Makhbaz", "email": "makhbaz@proton.me", diff --git a/domains/match.json b/domains/match.json index 48290e772..b6c8791ca 100644 --- a/domains/match.json +++ b/domains/match.json @@ -6,6 +6,11 @@ "email": "imad.kh@outlook.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/matheus.json b/domains/matheus.json index 74ad2971a..e85aaea17 100644 --- a/domains/matheus.json +++ b/domains/matheus.json @@ -1,6 +1,5 @@ { "description": "Matheus Costa's personal developer website", - "repo": "https://github.com/mthcsta/mthcsta.github.io", "owner": { "username": "mthcsta", "email": "matheuscosta.dev@yahoo.com" diff --git a/domains/mathu-lmn.json b/domains/mathu-lmn.json index f14c6d7f0..fe8478524 100644 --- a/domains/mathu-lmn.json +++ b/domains/mathu-lmn.json @@ -1,6 +1,5 @@ { "description": "mathu-lmn.is-a.dev", - "repo": "https://github.com/Mathu-lmn/mathu-lmn.github.io", "owner": { "username": "mathu-lmn", "discord": "Mathu_lmn#6970" diff --git a/domains/matrixcoder.json b/domains/matrixcoder.json index 0f0686a99..a87a1e644 100644 --- a/domains/matrixcoder.json +++ b/domains/matrixcoder.json @@ -6,7 +6,12 @@ "email": "tkgoutamm625@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/maximilian.json b/domains/maximilian.json index afae37fd1..7b4ad3e3d 100644 --- a/domains/maximilian.json +++ b/domains/maximilian.json @@ -4,7 +4,12 @@ "email": "maxhei.21@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/maxt.json b/domains/maxt.json index 7abf1430d..c0178a897 100644 --- a/domains/maxt.json +++ b/domains/maxt.json @@ -1,6 +1,5 @@ { "description": "Max's Portfolio/Cool Website", - "repo": "https://github.com/MaxTCodes/maxt-is-a.dev", "owner": { "username": "MaxTCodes", "email": "dev@maxt-is-a.dev" diff --git a/domains/mcotocel.json b/domains/mcotocel.json index 3837e110e..fe539f59f 100644 --- a/domains/mcotocel.json +++ b/domains/mcotocel.json @@ -1,6 +1,5 @@ { "description": "Matei Cotocel's Site", - "repo": "https://github.com/mcotocel/mcotocel.github.io", "owner": { "username": "mcotocel", "email": "mcotocel@outlook.com" diff --git a/domains/mcreed.json b/domains/mcreed.json index dc25a00eb..d70207fc1 100644 --- a/domains/mcreed.json +++ b/domains/mcreed.json @@ -4,6 +4,11 @@ "email": "marwankalosha005@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/mcstatus.json b/domains/mcstatus.json index 87b27702b..75737f71a 100644 --- a/domains/mcstatus.json +++ b/domains/mcstatus.json @@ -6,6 +6,8 @@ }, "records": { "A": ["89.106.200.1"], - "TXT": ["google-site-verification=nDh74FzhzmLwzfX4wZWHjZOjNXmTCKyuw89TGKOIfkE"] + "TXT": [ + "google-site-verification=nDh74FzhzmLwzfX4wZWHjZOjNXmTCKyuw89TGKOIfkE" + ] } } diff --git a/domains/media.ttkt.json b/domains/media.ttkt.json index a67710867..b0b96fda2 100644 --- a/domains/media.ttkt.json +++ b/domains/media.ttkt.json @@ -1,8 +1,8 @@ { - "owner": { - "username": "bteamapp" - }, - "records": { - "CNAME": "ghs.google.com" - } + "owner": { + "username": "bteamapp" + }, + "records": { + "CNAME": "ghs.google.com" + } } diff --git a/domains/mertdemir.json b/domains/mertdemir.json index 58dd4344b..4da4959d4 100644 --- a/domains/mertdemir.json +++ b/domains/mertdemir.json @@ -1,6 +1,5 @@ { "description": "Mert Demir CV", - "repo": "https://github.com/mertdemir0/mertdemir0.github.io", "owner": { "username": "mertdemir0", "email": "mertdemir@pec.it" diff --git a/domains/meywy.json b/domains/meywy.json index ee55f53e2..2499f9616 100644 --- a/domains/meywy.json +++ b/domains/meywy.json @@ -1,6 +1,5 @@ { "description": "Portfolio", - "repo": "https://github.com/Meywy/meywy.github.io", "owner": { "username": "Meywy", "email": "meywyy@gmail.com", diff --git a/domains/mihai.json b/domains/mihai.json index abc5ee29f..1a411ad79 100644 --- a/domains/mihai.json +++ b/domains/mihai.json @@ -1,5 +1,4 @@ { - "repo": "https://github.com/8xu/web", "owner": { "username": "8xu", "email": "mihai@8xu.tech", diff --git a/domains/mineek.json b/domains/mineek.json index 317ec10e3..c2bb5216e 100644 --- a/domains/mineek.json +++ b/domains/mineek.json @@ -1,6 +1,5 @@ { "description": "My personal website", - "repo": "https://github.com/mineek/mineek.github.io", "owner": { "username": "mineek", "discord": "Mineek#6323" diff --git a/domains/mioscape.json b/domains/mioscape.json index 78e23ed45..92a1b1b54 100644 --- a/domains/mioscape.json +++ b/domains/mioscape.json @@ -1,6 +1,5 @@ { "description": "This website is a link to my personal blog.", - "repo": "https://github.com/mioscape/mioscape.github.io", "owner": { "username": "mioscape", "email": "mioscape@gmail.com" diff --git a/domains/miraclecherrypie.json b/domains/miraclecherrypie.json index ac424818b..29a43b6ff 100644 --- a/domains/miraclecherrypie.json +++ b/domains/miraclecherrypie.json @@ -1,6 +1,5 @@ { "description": "My personal website goes here", - "repo": "https://github.com/MiracleCherryPie/miraclecherrypie.github.io", "owner": { "username": "MiracleCherryPie", "email": "christianpandapotans@gmail.com" diff --git a/domains/mirozr.json b/domains/mirozr.json index 917e3dbd1..f6d9e58f8 100644 --- a/domains/mirozr.json +++ b/domains/mirozr.json @@ -1,5 +1,4 @@ { - "repo": "https://github.com/Miroslavchen/hatynka_0A.github.io", "owner": { "username": "miroslavchen", "email": "miroslavnezgoduk8@gmail.com" diff --git a/domains/mirzosharif.json b/domains/mirzosharif.json index bc9db065a..c8e0f00bb 100644 --- a/domains/mirzosharif.json +++ b/domains/mirzosharif.json @@ -1,6 +1,5 @@ { "description": "Mirzosharif's website", - "repo": "https://github.com/habiboffdev/habiboffdev.github.io", "owner": { "username": "habiboffdev", "email": "mirzoupwork@gmail.com" diff --git a/domains/miyuki.json b/domains/miyuki.json index cd7318d14..47675cb13 100644 --- a/domains/miyuki.json +++ b/domains/miyuki.json @@ -7,7 +7,10 @@ }, "records": { "URL": "https://miyuki-yue.dev", - "TXT": ["d72fbdc8-2bf2-468b-96b7-818bd8dcffb9", "v=spf1 include:spf.spacemail.com ~all"], + "TXT": [ + "d72fbdc8-2bf2-468b-96b7-818bd8dcffb9", + "v=spf1 include:spf.spacemail.com ~all" + ], "SRV": [ { "priority": 0, @@ -16,10 +19,7 @@ "target": "autoconfig.spacemail.com" } ], - "MX": [ - "mx1.spacemail.com", - "mx2.spacemail.com" - ] + "MX": ["mx1.spacemail.com", "mx2.spacemail.com"] }, "proxied": false } diff --git a/domains/mizu.json b/domains/mizu.json index f36843e77..5e20e9656 100644 --- a/domains/mizu.json +++ b/domains/mizu.json @@ -1,6 +1,5 @@ { "description": "Mizu's Page", - "repo": "https://github.com/miyagawamizu/miyagawamizu.github.io", "owner": { "username": "miyagawamizu", "email": "miyagawamizu@gmail.com", diff --git a/domains/moddedstuffguy.json b/domains/moddedstuffguy.json index 40ae9d811..3bb53e0f2 100644 --- a/domains/moddedstuffguy.json +++ b/domains/moddedstuffguy.json @@ -1,6 +1,5 @@ { "description": "My Personal Developer WebPage", - "repo": "https://github.com/moddedstuffguy/moddedstuffguy.github.io", "owner": { "username": "moddedstuffguy", "email": "pruebecitasg2@gmail.com" diff --git a/domains/moha.json b/domains/moha.json index 0cd37dc9c..327e90f07 100644 --- a/domains/moha.json +++ b/domains/moha.json @@ -1,6 +1,5 @@ { "description": "Mohaned's personal website", - "repo": "https://github.com/mohanedashraf/mohanedashraf.github.io", "owner": { "username": "mohanedashraf", "twitter": "mohanedzz" diff --git a/domains/mohammad87115.json b/domains/mohammad87115.json index 7e54cc395..4608c7628 100644 --- a/domains/mohammad87115.json +++ b/domains/mohammad87115.json @@ -1,6 +1,5 @@ { "description": "I'm using this subdomain to make my portfolio website", - "repo": "https://github.com/mohammad87115/mohammad87115.github.io", "owner": { "username": "mohammad87115", "email": "mohammad87115@gmail.com", diff --git a/domains/mohannadk28.json b/domains/mohannadk28.json index 47a830889..3d6cd10ad 100644 --- a/domains/mohannadk28.json +++ b/domains/mohannadk28.json @@ -1,6 +1,5 @@ { "description": "Mohannadk28's Temporary Page", - "repo": "https://github.com/Mohannadk28/Mohannadk28.github.io", "owner": { "username": "Mohannadk28", "email": "mohannadk28@protonmail.com" diff --git a/domains/mohdsohel.json b/domains/mohdsohel.json index 332064025..6c68a320a 100644 --- a/domains/mohdsohel.json +++ b/domains/mohdsohel.json @@ -1,6 +1,5 @@ { "description": "My personal Portfolio website", - "repo": "https://github.com/realsohel/realsohel.github.io", "owner": { "username": "realsohel", "email": "salmanisohail26@gmail.com", diff --git a/domains/moon.json b/domains/moon.json index 7a08266f5..2706bdb31 100644 --- a/domains/moon.json +++ b/domains/moon.json @@ -1,6 +1,5 @@ { "description": "SORRY I REALIZED I WANTED TO CHANGE MY SUBDOMAIN SORRY FOR THE INCONVIENENCE", - "repo": "https://github.com/cx622/cx622.github.io", "owner": { "username": "cx622", "email": "this-email@is-sus.com" diff --git a/domains/morphoit.json b/domains/morphoit.json index f9f06a61b..80c324983 100644 --- a/domains/morphoit.json +++ b/domains/morphoit.json @@ -1,6 +1,5 @@ { "description": "morphoit profile site", - "repo": "https://github.com/morphoit/morphoit.github.io", "owner": { "username": "morphoit", "email": "morphoits@gmail.com" diff --git a/domains/morzhstudio.json b/domains/morzhstudio.json index 95d03df9d..f8013865e 100644 --- a/domains/morzhstudio.json +++ b/domains/morzhstudio.json @@ -5,7 +5,12 @@ "discord": "1261855255147057220" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "AAAA": [ "2606:50c0:8000::153", "2606:50c0:8001::153", diff --git a/domains/mosaab.json b/domains/mosaab.json index 5d6f22826..614d9051a 100644 --- a/domains/mosaab.json +++ b/domains/mosaab.json @@ -1,12 +1,16 @@ { "description": "Personal website of MosaabGKA", - "repo": "https://github.com/MosaabGKA/MosaabGKA.github.io", "owner": { "username": "MosaabGKA", "email": "mosaabgka@outlook.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/mrkos.json b/domains/mrkos.json index 18c35b716..af8a8b2db 100644 --- a/domains/mrkos.json +++ b/domains/mrkos.json @@ -1,6 +1,5 @@ { "description": "Personal Page", - "repo": "https://github.com/mrkOS1210/mrkos1210.github.io", "owner": { "username": "mrkOS1210" }, diff --git a/domains/mrshoe.json b/domains/mrshoe.json index 358c35003..3268b1385 100644 --- a/domains/mrshoe.json +++ b/domains/mrshoe.json @@ -1,6 +1,5 @@ { "description": "MrShoe Development website", - "repo": "https://github.com/MrShoe-Development/Website", "owner": { "username": "mrshoeshoe66", "email": "mrshoeshoe66@gmail.com" diff --git a/domains/muchenski.json b/domains/muchenski.json index 9b2360b3b..5cdec6d0c 100644 --- a/domains/muchenski.json +++ b/domains/muchenski.json @@ -1,6 +1,5 @@ { "description": "Muchenski's personal developer website", - "repo": "https://github.com/Muchenski/muchenski.github.io", "owner": { "username": "Muchenski", "email": "muchenski.dev@gmail.com" diff --git a/domains/muizzz.json b/domains/muizzz.json index 72375d663..88a7ecf72 100644 --- a/domains/muizzz.json +++ b/domains/muizzz.json @@ -1,6 +1,5 @@ { "description": "This subdomain is a redirection to my personal portfolio", - "repo": "https://github.com/muizzatam/muizzatam.github.io", "owner": { "username": "MuizZatam", "email": "muizzatam110@gmail.com", diff --git a/domains/murodovazizmurod.json b/domains/murodovazizmurod.json index cc17b4473..50a84c48d 100644 --- a/domains/murodovazizmurod.json +++ b/domains/murodovazizmurod.json @@ -1,6 +1,5 @@ { "description": "Murodov Azizmurod's website", - "repo": "https://github.com/murodovazizmurod/murodovazizmurod.github.io", "owner": { "username": "murodovazizmurod", "email": "murodovazizmurod@gmail.com" diff --git a/domains/nabil.json b/domains/nabil.json index ed9bceae4..b94c08972 100644 --- a/domains/nabil.json +++ b/domains/nabil.json @@ -1,6 +1,5 @@ { "description": "Rahat Morshed Nabil - Portfolio", - "repo": "https://github.com/imrmnabil/profile", "owner": { "username": "imrmnabil", "email": "imrmnabil@gmail.com" diff --git a/domains/natalievu.json b/domains/natalievu.json index f6b08887c..df4637caf 100644 --- a/domains/natalievu.json +++ b/domains/natalievu.json @@ -1,6 +1,5 @@ { "description": "Portfolio for Natalie Vu", - "repo": "https://github.com/tnvu7/tnvu7.github.io", "owner": { "username": "tnvu7", "email": "vuthunga2001@gmail.com" diff --git a/domains/navdeep.json b/domains/navdeep.json index b274d2718..c90f3d01e 100644 --- a/domains/navdeep.json +++ b/domains/navdeep.json @@ -1,11 +1,10 @@ { - "owner": { - "username": "Navdeep-Codes", - "email": "navdeep13dps@gmail.com" - }, - - "records": { - "CNAME": "navdeepsingh-tech.vercel.app" - } + "owner": { + "username": "Navdeep-Codes", + "email": "navdeep13dps@gmail.com" + }, + "records": { + "CNAME": "navdeepsingh-tech.vercel.app" + } } diff --git a/domains/nebula.json b/domains/nebula.json index 50dd5901b..a0e6640fb 100644 --- a/domains/nebula.json +++ b/domains/nebula.json @@ -1,6 +1,5 @@ { "description": "My personal website", - "repo": "https://github.com/itsnebulalol/nebulayt.xyz", "owner": { "username": "itsnebulalol", "email": "computerman1229@gmail.com" diff --git a/domains/neel.json b/domains/neel.json index d581dca52..277c4ca22 100644 --- a/domains/neel.json +++ b/domains/neel.json @@ -1,6 +1,5 @@ { "description": "Personal Portfolio Website of Neel Mishra", - "repo": "https://github.com/Neel-07/my_portfolio", "owner": { "username": "neelmishra", "email": "neelmishra9125@gmail.com" diff --git a/domains/neki.json b/domains/neki.json index 7fbcdea6e..88df6a8dc 100644 --- a/domains/neki.json +++ b/domains/neki.json @@ -5,7 +5,12 @@ "email": "santyfisela@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/neon.json b/domains/neon.json index e52e1d09f..0ccc4d97c 100644 --- a/domains/neon.json +++ b/domains/neon.json @@ -9,7 +9,12 @@ }, "records": { "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/nettles.json b/domains/nettles.json index 2edea1734..fb4469694 100644 --- a/domains/nettles.json +++ b/domains/nettles.json @@ -1,6 +1,5 @@ { "description": "Add some description", - "repo": "https://github.com/nettlees/nettleee.github.io", "owner": { "username": "nettlees", "email": "nettles.dev@gmail.com", diff --git a/domains/nico.json b/domains/nico.json index 01fa58410..f91981306 100644 --- a/domains/nico.json +++ b/domains/nico.json @@ -1,6 +1,5 @@ { "description": "Personal Website", - "repo": "https://github.com/NicoGaming77/NicoGaming77.github.io", "owner": { "username": "NicoGaming77", "email": "nicodreyer7@icloud.com", diff --git a/domains/nicol.json b/domains/nicol.json index de509b29d..c3bac188b 100644 --- a/domains/nicol.json +++ b/domains/nicol.json @@ -1,6 +1,5 @@ { "description": "Lina website", - "repo": "https://github.com/Linadevv/Linadevv.github.io", "owner": { "username": "Linadevv" }, diff --git a/domains/nikhil.json b/domains/nikhil.json index 2ac4f9d0e..3b91e4487 100644 --- a/domains/nikhil.json +++ b/domains/nikhil.json @@ -1,6 +1,5 @@ { "description": "Nikhil Singh Website", - "repo": "https://github.com/nikhils4/nikhils4.github.io", "owner": { "username": "nikhils4", "email": "nikhilsingh498@gmail.com" diff --git a/domains/nikhilji.json b/domains/nikhilji.json index 57572de60..525c8a13e 100644 --- a/domains/nikhilji.json +++ b/domains/nikhilji.json @@ -1,6 +1,5 @@ { "description": "Nikhil Ji ki Website", - "repo": "https://github.com/cityji/cityji.github.io", "owner": { "username": "cityji", "email": "mail.tiwarinikhil+domainIsADev@googlemail.com" diff --git a/domains/ninjaasmoke.json b/domains/ninjaasmoke.json index 42654ae43..cd63d03f2 100644 --- a/domains/ninjaasmoke.json +++ b/domains/ninjaasmoke.json @@ -1,6 +1,5 @@ { "description": "portfolio | nithin", - "repo": "https://github.com/ninjaasmoke/ninjaasmoke.github.io", "owner": { "username": "ninjaasmoke", "email": "nithins674@gmail.com" diff --git a/domains/nisarga.json b/domains/nisarga.json index 83ca98870..087637fd1 100644 --- a/domains/nisarga.json +++ b/domains/nisarga.json @@ -1,6 +1,5 @@ { "description": "Nisarga", - "repo": "https://github.com/ni5arga/ni5arga.github.io", "owner": { "username": "ni5arga", "email": "adhikarynisarga17@gmail.com", diff --git a/domains/nischay.json b/domains/nischay.json index 56d9130a1..9fb88be57 100644 --- a/domains/nischay.json +++ b/domains/nischay.json @@ -9,7 +9,12 @@ "discord": "OGGY#9889" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/niyakipham.json b/domains/niyakipham.json index 17b685fed..0273a3b99 100644 --- a/domains/niyakipham.json +++ b/domains/niyakipham.json @@ -1,6 +1,5 @@ { "description": "niyakipham.is-a.dev", - "repo": "https://github.com/alexis-elaxis/alexis-elaxis.github.io", "owner": { "username": "niyakipham", "email": "niyakipham@gmail.com" diff --git a/domains/noir.json b/domains/noir.json index 0ffde0ce7..1a9ef08eb 100644 --- a/domains/noir.json +++ b/domains/noir.json @@ -1,6 +1,5 @@ { "description": "noir's website", - "repo": "https://github.com/noirdevelopment/noirdevelopment.github.io", "owner": { "username": "noirdevelopment", "email": "xyroemail1@gmail.com", diff --git a/domains/nooz.json b/domains/nooz.json index 2c3685230..d21facc0d 100644 --- a/domains/nooz.json +++ b/domains/nooz.json @@ -7,7 +7,12 @@ "discord": "Nooz#0816" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/not-ethan.json b/domains/not-ethan.json index b55513d76..1fe4b05b3 100644 --- a/domains/not-ethan.json +++ b/domains/not-ethan.json @@ -6,6 +6,11 @@ "records": { "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all", - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/notaussie.json b/domains/notaussie.json index 973551a64..56650ea0e 100644 --- a/domains/notaussie.json +++ b/domains/notaussie.json @@ -1,6 +1,5 @@ { "description": "Personal site / Portafolio.", - "repo": "https://github.com/NotAussie/NotAussieIsADev", "owner": { "username": "NotAussie", "email": "Aussie_Okay@protonmail.com" diff --git a/domains/notefct.json b/domains/notefct.json index 85fd5c73c..51e0a4aef 100644 --- a/domains/notefct.json +++ b/domains/notefct.json @@ -1,6 +1,5 @@ { "description": "notefct personal developer website", - "repo": "https://github.com/notefct/aboutme", "owner": { "username": "notefct", "email": "edunlima2007@gmail.com" diff --git a/domains/notjadeja.json b/domains/notjadeja.json index f44a05a53..3ca2dbdfe 100644 --- a/domains/notjadeja.json +++ b/domains/notjadeja.json @@ -4,7 +4,12 @@ "email": "9236.stkabirdio@gmail.com" }, "records": { - "A": ["185.199.110.153", "185.199.108.153", "185.199.111.153", "185.199.109.153"], + "A": [ + "185.199.110.153", + "185.199.108.153", + "185.199.111.153", + "185.199.109.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/ntg.json b/domains/ntg.json index 4f88436af..28f86a25b 100644 --- a/domains/ntg.json +++ b/domains/ntg.json @@ -1,6 +1,5 @@ { "description": "Dot Nothing here :)", - "repo": "https://github.com/dotntg/dotntg.github.io", "owner": { "username": "dotntg", "email": "dotntg.dev@gmail.com" diff --git a/domains/nv2k3.json b/domains/nv2k3.json index a49feb9b5..e24ae7fc9 100644 --- a/domains/nv2k3.json +++ b/domains/nv2k3.json @@ -1,6 +1,5 @@ { "description": "Nv2k3's portfolio website", - "repo": "https://github.com/nv2k3/nv2k3.github.io", "owner": { "username": "nv2k3", "email": "nagendrar.537@gmail.com" diff --git a/domains/nyx.json b/domains/nyx.json index a295adb14..970a4004e 100644 --- a/domains/nyx.json +++ b/domains/nyx.json @@ -1,6 +1,5 @@ { "description": "Blog for my personal thoughts and projects", - "repo": "https://github.com/devnyxie/devnyxie.github.io", "owner": { "username": "devnyxie", "email": "timbusinez@gmail.com" diff --git a/domains/ofheather.json b/domains/ofheather.json index de4f45709..9ecfd9734 100644 --- a/domains/ofheather.json +++ b/domains/ofheather.json @@ -1,6 +1,5 @@ { "description": "It is for my portfolio", - "repo": "https://github.com/alfonso12dev/portfolio", "owner": { "username": "alfonso12dev", "email": "bmeza9407@gmail.com" diff --git a/domains/omnianims.json b/domains/omnianims.json index 3f41524f0..609ed22da 100644 --- a/domains/omnianims.json +++ b/domains/omnianims.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "omnianims", - "email": "ayomidefolagbade756@gmail.com" - }, - "records": { - "CNAME": "omnianims.github.io" - } + "owner": { + "username": "omnianims", + "email": "ayomidefolagbade756@gmail.com" + }, + "records": { + "CNAME": "omnianims.github.io" + } } diff --git a/domains/orestsaban.json b/domains/orestsaban.json index 1970f1545..e6b884f13 100644 --- a/domains/orestsaban.json +++ b/domains/orestsaban.json @@ -5,7 +5,12 @@ "email": "OrestSaban@OrestSaban.is-a.dev" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] } } diff --git a/domains/ovillafuerte94.json b/domains/ovillafuerte94.json index daf0e7b9b..cc251b759 100644 --- a/domains/ovillafuerte94.json +++ b/domains/ovillafuerte94.json @@ -1,6 +1,5 @@ { "description": "Omar Villafuerte", - "repo": "https://github.com/ovillafuerte94/ovillafuerte94.github.io", "owner": { "username": "ovillafuerte94", "email": "ovillafuerte.94@gmail.com" diff --git a/domains/owais.json b/domains/owais.json index 407b86359..88ab6c631 100644 --- a/domains/owais.json +++ b/domains/owais.json @@ -1,6 +1,5 @@ { "description": "Portfolio", - "repo": "https://github.com/Muhammad-Owais-Warsi/portfolio2.1", "owner": { "username": "Muhammad-Owais-Warsi", "email": "warsimuhammadowais@gmail.com" diff --git a/domains/oxmc.json b/domains/oxmc.json index 2c554d37f..c3818205d 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -5,7 +5,12 @@ "discord": "oxmc7769" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=contact:oxmc7769.mail@gmail.com,jadenmc:oxmc7769.mail@gmail.com,buisness:oxmc7769.mail@gmail.com" } diff --git a/domains/p2m.json b/domains/p2m.json index 1acac3383..d4a5fdb96 100644 --- a/domains/p2m.json +++ b/domains/p2m.json @@ -1,6 +1,5 @@ { "description": "Domain name for me and my friends for our french minecraft server", - "repo": "https://github.com/Philipou/register", "owner": { "username": "Philipou", "email": "philippe.lestrohan@les4vents.eu" diff --git a/domains/pashigin.json b/domains/pashigin.json index e70774f95..0b1acabee 100644 --- a/domains/pashigin.json +++ b/domains/pashigin.json @@ -1,6 +1,5 @@ { "description": "Subdomain for personal use to present myself", - "repo": "https://github.com/Pashigin/register", "owner": { "username": "pashigin", "telegram": "pashigin" diff --git a/domains/patriciafelix.json b/domains/patriciafelix.json index c42fac22d..5fa30d831 100644 --- a/domains/patriciafelix.json +++ b/domains/patriciafelix.json @@ -1,6 +1,5 @@ { "description": "Portfolio Website", - "repo": "https://github.com/patriciafelixx/patriciafelixx.github.io", "owner": { "username": "patriciafelixx", "email": "patriciafelixx@outlook.com" diff --git a/domains/peach.json b/domains/peach.json index caf2ed431..4db2e3718 100644 --- a/domains/peach.json +++ b/domains/peach.json @@ -1,6 +1,5 @@ { "description": "Peach's Website!", - "repo": "https://github.com/RUW3T/peach.github.io", "owner": { "username": "Peach", "email": "azisbillah95@gmail.com", diff --git a/domains/pedrito.json b/domains/pedrito.json index 60d8d0701..f2372d5c7 100644 --- a/domains/pedrito.json +++ b/domains/pedrito.json @@ -1,6 +1,5 @@ { "description": "For my private VPS ", - "repo": "https://github.com/Ranojay1/Ranojay1.github.io", "owner": { "username": "Ranojay1", "email": "pegomsan@gmail.com", diff --git a/domains/peme969.json b/domains/peme969.json index f6ee4e479..94278ac3d 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -4,7 +4,12 @@ "email": "me@peme969.dev" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "TXT": ["forward-email=hello:me@peme969.dev, bot:bot@peme969.dev"], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"] } diff --git a/domains/pemtshewang.json b/domains/pemtshewang.json index 124a8db51..4dfa407a3 100644 --- a/domains/pemtshewang.json +++ b/domains/pemtshewang.json @@ -1,6 +1,5 @@ { "description": "The subdomain will be used for my github portfolio :)", - "repo": "https://github.com/pemtshewang/pemtshewang.github.io", "owner": { "username": "pemtshewang", "email": "pemtshewang500@gmail.com", diff --git a/domains/penguin.json b/domains/penguin.json index 8ec83069f..0b237e11f 100644 --- a/domains/penguin.json +++ b/domains/penguin.json @@ -4,7 +4,12 @@ "email": "br14n.universe@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx.zoho.com.au", "mx2.zoho.com.au", "mx3.zoho.com.au"], "TXT": "v=spf1 include:zoho.com.au ~all" } diff --git a/domains/peroxide.json b/domains/peroxide.json index fcc87b69c..3a79d9fe3 100644 --- a/domains/peroxide.json +++ b/domains/peroxide.json @@ -1,6 +1,5 @@ { "description": "I would like to use this subdomain for my website, but mostly for a custom email.", - "repo": "https://github.com/oShinyMew/oShinyMew.github.io", "owner": { "username": "oShinyMew", "email": "modelcafe14266@gmail.com", diff --git a/domains/phani.json b/domains/phani.json index 338370d99..a04fc31cb 100644 --- a/domains/phani.json +++ b/domains/phani.json @@ -1,6 +1,5 @@ { "description": "PortFolio Showcasing my Works and contact details", - "repo": "https://github.com/Phani2425/My-Portfolio", "owner": { "username": "Phani2425", "email": "mohantyphanibhusan@gmail.com" diff --git a/domains/play.alora.json b/domains/play.alora.json index be26ac150..c7b5766f1 100644 --- a/domains/play.alora.json +++ b/domains/play.alora.json @@ -1,6 +1,5 @@ { "description": "Making my MC server accessible via a custom domain name", - "repo": "https://www.minecraft.com/", "owner": { "username": "aloramiaa", "email": "xaloramia@gmail.com" diff --git a/domains/pranavagrawal.json b/domains/pranavagrawal.json index 91ce6f1d5..0a625266c 100644 --- a/domains/pranavagrawal.json +++ b/domains/pranavagrawal.json @@ -6,7 +6,12 @@ "email": "pranavagrawal321@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "AAAA": [ "2606:50c0:8000::153", "2606:50c0:8001::153", diff --git a/domains/pranawww.json b/domains/pranawww.json index e61df59e0..14a352788 100644 --- a/domains/pranawww.json +++ b/domains/pranawww.json @@ -1,10 +1,10 @@ -{ - "owner": { - "username": "pranav322", - "email": "pranav88096@gmail.com" - }, - "records": { - "CNAME": "dualportfolioo.vercel.app" - }, - "proxied": true -} \ No newline at end of file +{ + "owner": { + "username": "pranav322", + "email": "pranav88096@gmail.com" + }, + "records": { + "CNAME": "dualportfolioo.vercel.app" + }, + "proxied": true +} diff --git a/domains/projassets.oxmc.json b/domains/projassets.oxmc.json index bb175cb4a..015b641cd 100644 --- a/domains/projassets.oxmc.json +++ b/domains/projassets.oxmc.json @@ -5,7 +5,12 @@ "discord": "oxmc7769" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=contact:oxmc7769.mail@gmail.com" } diff --git a/domains/quincetart10.json b/domains/quincetart10.json index efadd54d1..aad4d4193 100644 --- a/domains/quincetart10.json +++ b/domains/quincetart10.json @@ -6,7 +6,12 @@ "discord": "862644161156218891" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": [ "5a3d085e4aa47645.mx1.emailprofi.seznam.cz", "5a3d085e4aa47645.mx2.emailprofi.seznam.cz" diff --git a/domains/rafaelfernandes.json b/domains/rafaelfernandes.json index 7454da89f..85d6e725b 100644 --- a/domains/rafaelfernandes.json +++ b/domains/rafaelfernandes.json @@ -6,7 +6,12 @@ "email": "marcorafaeldemelo16@protonmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] }, "proxied": true } diff --git a/domains/random2.json b/domains/random2.json index 92600d01b..8cd7ce839 100644 --- a/domains/random2.json +++ b/domains/random2.json @@ -4,6 +4,11 @@ "email": "educatedsuddenbucket@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/raunak.json b/domains/raunak.json index 4a8e627f4..95449851e 100644 --- a/domains/raunak.json +++ b/domains/raunak.json @@ -5,6 +5,11 @@ "discord": "964547951273840650" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/raviteja-geddada.json b/domains/raviteja-geddada.json index e36ea6fdc..ff6f62629 100644 --- a/domains/raviteja-geddada.json +++ b/domains/raviteja-geddada.json @@ -4,6 +4,11 @@ "email": "geddadaraviteja612@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/realfara.json b/domains/realfara.json index d8e8c638b..b95a51a8f 100644 --- a/domains/realfara.json +++ b/domains/realfara.json @@ -4,7 +4,12 @@ "email": "faradey.iskra@mail.ru" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "AAAA": [ "2606:50c0:8000::153", "2606:50c0:8001::153", diff --git a/domains/realyash.json b/domains/realyash.json index 8282105fb..191e2d92d 100644 --- a/domains/realyash.json +++ b/domains/realyash.json @@ -5,7 +5,12 @@ "email": "tempyuva00@gmail.com" }, "records": { - "A": ["185.199.111.153", "185.199.109.153", "185.199.108.153", "185.199.110.153"], + "A": [ + "185.199.111.153", + "185.199.109.153", + "185.199.108.153", + "185.199.110.153" + ], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=yashpatil.pvt@gmail.com" } diff --git a/domains/ryz.json b/domains/ryz.json index f86d37108..12bcc3af8 100644 --- a/domains/ryz.json +++ b/domains/ryz.json @@ -6,7 +6,7 @@ "discord": "4ryz" }, "records": { - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] } } diff --git a/domains/s1ow.json b/domains/s1ow.json index 27d4dd383..c2fac3d65 100644 --- a/domains/s1ow.json +++ b/domains/s1ow.json @@ -7,7 +7,12 @@ "discord": "1027559943462727740" }, "records": { - "A": ["185.199.108.153", "185.199.110.153", "185.199.109.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.110.153", + "185.199.109.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/sabidzpro.json b/domains/sabidzpro.json index 816e43c07..121e992ec 100644 --- a/domains/sabidzpro.json +++ b/domains/sabidzpro.json @@ -8,12 +8,7 @@ "proxied": true, "records": { "CNAME": "sabidzpro.vercel.app", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": [ - "v=spf1 include:spf.improvmx.com ~all" - ] + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] } } diff --git a/domains/sameerk.json b/domains/sameerk.json index fb3e4471a..926c10090 100644 --- a/domains/sameerk.json +++ b/domains/sameerk.json @@ -5,6 +5,11 @@ "discord": "937701712293163118" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/sanket.json b/domains/sanket.json index ebdfb5be9..84038588e 100644 --- a/domains/sanket.json +++ b/domains/sanket.json @@ -4,7 +4,6 @@ "email": "sanketlakhani80@gmail.com" }, "records": { - "CNAME": "sanketlakhani.vercel.app" } } diff --git a/domains/sc.json b/domains/sc.json index dfacbc5df..6b77737bd 100644 --- a/domains/sc.json +++ b/domains/sc.json @@ -6,7 +6,12 @@ "email": "swarchuri06@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/scythemedia.json b/domains/scythemedia.json index a7e2aa815..7d32540bc 100644 --- a/domains/scythemedia.json +++ b/domains/scythemedia.json @@ -4,7 +4,12 @@ "email": "tswartz22@aol.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/sebastian.json b/domains/sebastian.json index 9b9c4c3a7..0528e4817 100644 --- a/domains/sebastian.json +++ b/domains/sebastian.json @@ -4,7 +4,12 @@ "email": "wwpoqpua@anonaddy.me" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com -all" } diff --git a/domains/securesandbox.json b/domains/securesandbox.json index d15d119ca..502fc1cc9 100644 --- a/domains/securesandbox.json +++ b/domains/securesandbox.json @@ -6,10 +6,7 @@ "discord": "crowleycrowd" }, "records": { - "MX": [ - "feedback-smtp.us-east-1.amazonses.com", - "mx.smtp.dev" - ], + "MX": ["feedback-smtp.us-east-1.amazonses.com", "mx.smtp.dev"], "TXT": [ "v=spf1 include:amazonses.com ~all", "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqstJSWbINtFx1fSomoSdFnVgLNt9dQgSrwrBQKyWqVd/FCUJxSKftjXAUthTCddxGwggtlrm3nbj8/fwNUpTDJ0znmG3JnuSmZ3Ac/HBrnySZjyQw152/A9eW+wMYMsk4DjACYfkGubdIx12i5LS4YFeBbYjtAVHkf4Oy7Xj2EQIDAQAB", diff --git a/domains/seekhue.json b/domains/seekhue.json index b4ea45487..4a08edf5f 100644 --- a/domains/seekhue.json +++ b/domains/seekhue.json @@ -1,10 +1,10 @@ { - "description": "牙慧 (Blog)", - "owner": { - "username": "hu3rror", - "email": "hu3rror@proton.me" - }, - "records": { - "A": ["75.2.60.5"] - } -} \ No newline at end of file + "description": "牙慧 (Blog)", + "owner": { + "username": "hu3rror", + "email": "hu3rror@proton.me" + }, + "records": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/seen.json b/domains/seen.json index 83ea33441..5ddf02535 100644 --- a/domains/seen.json +++ b/domains/seen.json @@ -7,6 +7,8 @@ "records": { "URL": "https://github.com/Seendator", "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": ["v=spf1 include:spf.improvmx.com include:_spf.elasticemail.com ~all"] + "TXT": [ + "v=spf1 include:spf.improvmx.com include:_spf.elasticemail.com ~all" + ] } } diff --git a/domains/seven.json b/domains/seven.json index 61414c16f..ee8d07a8b 100644 --- a/domains/seven.json +++ b/domains/seven.json @@ -4,8 +4,16 @@ "discord": "882124409945587773" }, "records": { - "A": ["185.199.110.153", "185.199.108.153", "185.199.111.153", "185.199.109.153"], + "A": [ + "185.199.110.153", + "185.199.108.153", + "185.199.111.153", + "185.199.109.153" + ], "MX": ["mx1.simplelogin.co", "mx2.simplelogin.co"], - "TXT": ["sl-verification=ivfyrhmrpfrkrgrkywcghobxqkhynw", "v=spf1 include:simplelogin.co ~all"] + "TXT": [ + "sl-verification=ivfyrhmrpfrkrgrkywcghobxqkhynw", + "v=spf1 include:simplelogin.co ~all" + ] } } diff --git a/domains/shad.json b/domains/shad.json index 85cf2e0f0..246e1fd01 100644 --- a/domains/shad.json +++ b/domains/shad.json @@ -4,6 +4,11 @@ "email": "saksham.access@yahoo.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/shept.json b/domains/shept.json index 1346f3d10..c9eca6c33 100644 --- a/domains/shept.json +++ b/domains/shept.json @@ -4,7 +4,12 @@ "email": "maxiheinrich007@yahoo.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/shomy.json b/domains/shomy.json index b0e30f882..a409d913b 100644 --- a/domains/shomy.json +++ b/domains/shomy.json @@ -5,7 +5,12 @@ "twitter": "shomykohai" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": [ "forward-email=MzBmYTJhZTc2Y2UyM2IzZS1jOGZmZDMwNWQzZjc2ZmIzMWIzZDQwOGZlNjNjZmMwMmQ5OTZhZTU2YTAxMGI1MGQ2ODk1MDFkYTEyMjM4OTk1Y2UyMWU3M2Y5NDc3YTk3NWQzN2NlYWVmMTY5ZGYyNzJmODljZGJlY2JiNmNmNWZkZmQyMTUxMzMxOGY5ZjExOA==", diff --git a/domains/sife.json b/domains/sife.json index 6c34f4067..07cbbab4b 100644 --- a/domains/sife.json +++ b/domains/sife.json @@ -4,7 +4,12 @@ "email": "sifed@qq.com" }, "records": { - "A": ["185.199.110.153", "185.199.109.153", "185.199.108.153", "185.199.111.153"], + "A": [ + "185.199.110.153", + "185.199.109.153", + "185.199.108.153", + "185.199.111.153" + ], "TXT": "v=spf1 include:spf.improvmx.com ~all", "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] } diff --git a/domains/sincererflame71.json b/domains/sincererflame71.json index d4d4c44f4..6aead491d 100644 --- a/domains/sincererflame71.json +++ b/domains/sincererflame71.json @@ -4,7 +4,12 @@ "email": "DarkNightcore8@outlook.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "AAAA": [ "2606:50c0:8000::153", "2606:50c0:8001::153", diff --git a/domains/sivaraj.json b/domains/sivaraj.json index 10b4660d7..d51178175 100644 --- a/domains/sivaraj.json +++ b/domains/sivaraj.json @@ -5,7 +5,12 @@ "discord": "1057144035812327524" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "AAAA": [ "2606:50c0:8000::153", "2606:50c0:8001::153", diff --git a/domains/skar.json b/domains/skar.json index 5d65d3eeb..f3c14e93a 100644 --- a/domains/skar.json +++ b/domains/skar.json @@ -7,6 +7,11 @@ "discord": "_sameermalik" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/spaxly.json b/domains/spaxly.json index bca13bc1e..950bdf36c 100644 --- a/domains/spaxly.json +++ b/domains/spaxly.json @@ -5,7 +5,12 @@ "discord": "569920282546929694" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=ohmrc2545@gmail.com" } diff --git a/domains/stefdp.json b/domains/stefdp.json index 346160efb..2d4f3e4a2 100644 --- a/domains/stefdp.json +++ b/domains/stefdp.json @@ -5,11 +5,7 @@ }, "records": { "URL": "https://stefdp.com", - "MX": [ - "mail.stefdp.com" - ], - "TXT": [ - "v=spf1 mx ~all" - ] + "MX": ["mail.stefdp.com"], + "TXT": ["v=spf1 mx ~all"] } } diff --git a/domains/sty.json b/domains/sty.json index 0f97067ef..7e6cd8bba 100644 --- a/domains/sty.json +++ b/domains/sty.json @@ -4,6 +4,11 @@ "email": "satyam99jha@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/superstrellaa.json b/domains/superstrellaa.json index e69f9ee4b..18a7b0164 100644 --- a/domains/superstrellaa.json +++ b/domains/superstrellaa.json @@ -1,11 +1,11 @@ { - "description": "My personal portfolio", - "repo": "https://github.com/superstrellaa/superstrellaa.github.io", - "owner": { - "username": "superstrellaa", - "email": "superstrellayt@gmail.com" - }, - "records": { - "CNAME": "superstrellaa.github.io" - } + "description": "My personal portfolio", + "repo": "https://github.com/superstrellaa/superstrellaa.github.io", + "owner": { + "username": "superstrellaa", + "email": "superstrellayt@gmail.com" + }, + "records": { + "CNAME": "superstrellaa.github.io" + } } diff --git a/domains/thaihung.json b/domains/thaihung.json index 45f9f4e9c..bdb200b64 100644 --- a/domains/thaihung.json +++ b/domains/thaihung.json @@ -5,7 +5,12 @@ "note": "This record was created by is-a.dev Discord bot via discord id: 892626947430051900" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/thetommylong.json b/domains/thetommylong.json index 317af9857..20febe89e 100644 --- a/domains/thetommylong.json +++ b/domains/thetommylong.json @@ -1,12 +1,12 @@ { - "description": "Currently used for portfolio website and SMTP mail server", - "owner": { - "username": "TheTommylongIsHeree", - "discord": "thetommylong" - }, - "records": { - "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], - "TXT": "forward-email=MzhmMzFiMTE5MzQzMWU3Yi0wMTUyZTEzZjg1Mjg0OGUzNjFiNzkzMmE2MGY1MDM3ZmUxY2IzODdlOWEzYTUyZGUyYjZjMzcwMzE3MWExZjNi", - "A": ["75.2.60.5"] - } + "description": "Currently used for portfolio website and SMTP mail server", + "owner": { + "username": "TheTommylongIsHeree", + "discord": "thetommylong" + }, + "records": { + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": "forward-email=MzhmMzFiMTE5MzQzMWU3Yi0wMTUyZTEzZjg1Mjg0OGUzNjFiNzkzMmE2MGY1MDM3ZmUxY2IzODdlOWEzYTUyZGUyYjZjMzcwMzE3MWExZjNi", + "A": ["75.2.60.5"] + } } diff --git a/domains/theveryheavy.json b/domains/theveryheavy.json index 86cb91e1c..4f8cc7f4e 100644 --- a/domains/theveryheavy.json +++ b/domains/theveryheavy.json @@ -4,7 +4,12 @@ "discord": "1266113644643614803" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.simplelogin.co", "mx2.simplelogin.co"], "TXT": [ "sl-verification=annotwbbqjhagomrimwzthorstvzhw", diff --git a/domains/trix.json b/domains/trix.json index d440478d8..51149afe2 100644 --- a/domains/trix.json +++ b/domains/trix.json @@ -4,7 +4,7 @@ "email": "admin@trixsly.xyz" }, "records": { - "A":["76.76.21.21"], + "A": ["76.76.21.21"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] } } diff --git a/domains/ultimatemedia.json b/domains/ultimatemedia.json index 03ae8cdb3..725453d48 100644 --- a/domains/ultimatemedia.json +++ b/domains/ultimatemedia.json @@ -6,7 +6,12 @@ "email": "coreyw.ultimatemedia@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/upd.oxmc.json b/domains/upd.oxmc.json index bb175cb4a..015b641cd 100644 --- a/domains/upd.oxmc.json +++ b/domains/upd.oxmc.json @@ -5,7 +5,12 @@ "discord": "oxmc7769" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=contact:oxmc7769.mail@gmail.com" } diff --git a/domains/vintheweirdass.json b/domains/vintheweirdass.json index c3fc2a9c2..6ccc14995 100644 --- a/domains/vintheweirdass.json +++ b/domains/vintheweirdass.json @@ -8,7 +8,10 @@ }, "records": { "URL": "https://vtwa.is-a.dev", - "TXT": ["zoho-verification=zb23163854.zmverify.zoho.com", "v=spf1 include:zohomail.com ~all"], + "TXT": [ + "zoho-verification=zb23163854.zmverify.zoho.com", + "v=spf1 include:zohomail.com ~all" + ], "MX": ["mx.zoho.com"] } } diff --git a/domains/vivek.json b/domains/vivek.json index 60402be76..b7d8865ca 100644 --- a/domains/vivek.json +++ b/domains/vivek.json @@ -6,7 +6,12 @@ "email": "vivekoraon@pm.me" }, "records": { - "A": ["185.199.109.153", "185.199.108.153", "185.199.111.153", "185.199.110.153"], + "A": [ + "185.199.109.153", + "185.199.108.153", + "185.199.111.153", + "185.199.110.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/vra.json b/domains/vra.json index fa4430724..c8e866db4 100644 --- a/domains/vra.json +++ b/domains/vra.json @@ -4,7 +4,12 @@ "email": "rawatsiddhant25@gmail.com" }, "records": { - "A": ["185.199.110.153", "185.199.109.153", "185.199.111.153", "185.199.108.153"], + "A": [ + "185.199.110.153", + "185.199.109.153", + "185.199.111.153", + "185.199.108.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] } } diff --git a/domains/w3teal.json b/domains/w3teal.json index a5f62b2c8..d2240daf7 100644 --- a/domains/w3teal.json +++ b/domains/w3teal.json @@ -7,7 +7,10 @@ }, "records": { "A": ["76.76.21.21"], - "TXT": ["aspe:keyoxide.org:YM7J2J5UIVYRWSHRSOTYFYJ2HQ", "v=spf1 include:spf.improvmx.com ~all"], + "TXT": [ + "aspe:keyoxide.org:YM7J2J5UIVYRWSHRSOTYFYJ2HQ", + "v=spf1 include:spf.improvmx.com ~all" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] } } diff --git a/domains/willo.json b/domains/willo.json index 9c10e1b27..7673b14a5 100644 --- a/domains/willo.json +++ b/domains/willo.json @@ -6,7 +6,12 @@ "twitter": "willoizcitron" }, "records": { - "A": ["185.199.109.153", "185.199.108.153", "185.199.111.153", "185.199.110.153"], + "A": [ + "185.199.109.153", + "185.199.108.153", + "185.199.111.153", + "185.199.110.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/woofer.json b/domains/woofer.json index 80a952b2b..3954f985d 100644 --- a/domains/woofer.json +++ b/domains/woofer.json @@ -5,6 +5,11 @@ "discord": "wooferthywoof" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/woundrite.json b/domains/woundrite.json index f54d71604..82541027a 100644 --- a/domains/woundrite.json +++ b/domains/woundrite.json @@ -4,6 +4,11 @@ "email": "ndbendale2004@gmail.com" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } diff --git a/domains/wwr.json b/domains/wwr.json index 1bcb00b30..5a7c3d5cc 100644 --- a/domains/wwr.json +++ b/domains/wwr.json @@ -1,11 +1,10 @@ { - "description": "wwr.icu", - "owner": { - "username": "wwricu", - "email": "me@wwr.icu" - }, - "records": { - "URL": "https://wwr.icu" - } + "description": "wwr.icu", + "owner": { + "username": "wwricu", + "email": "me@wwr.icu" + }, + "records": { + "URL": "https://wwr.icu" } - \ No newline at end of file +} diff --git a/domains/www.alvin.json b/domains/www.alvin.json index ef85ead5a..cfd6f7657 100644 --- a/domains/www.alvin.json +++ b/domains/www.alvin.json @@ -5,6 +5,8 @@ }, "records": { "A": ["76.76.21.21"], - "TXT": ["google-site-verification=OFAPUslqNNZEkB5-UDAC1K1QjXCwDW_e3flhEchoobM"] + "TXT": [ + "google-site-verification=OFAPUslqNNZEkB5-UDAC1K1QjXCwDW_e3flhEchoobM" + ] } } diff --git a/domains/www.thetommylong.json b/domains/www.thetommylong.json index 49292fc38..d0161c2b1 100644 --- a/domains/www.thetommylong.json +++ b/domains/www.thetommylong.json @@ -1,10 +1,10 @@ { - "description": "Currently used for portfolio website and SMTP mail server", - "owner": { - "username": "TheTommylongIsHeree", - "discord": "thetommylong" - }, - "records": { - "CNAME": "cool-sorbet-8aff60.netlify.app" - } + "description": "Currently used for portfolio website and SMTP mail server", + "owner": { + "username": "TheTommylongIsHeree", + "discord": "thetommylong" + }, + "records": { + "CNAME": "cool-sorbet-8aff60.netlify.app" + } } diff --git a/domains/xenside.json b/domains/xenside.json index a96169263..a56934f1b 100644 --- a/domains/xenside.json +++ b/domains/xenside.json @@ -4,7 +4,12 @@ "email": "xenside@xenside.is-a.dev" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/xrap1dx.json b/domains/xrap1dx.json index 1c54ac0f6..c8d282f90 100644 --- a/domains/xrap1dx.json +++ b/domains/xrap1dx.json @@ -7,6 +7,9 @@ "records": { "A": ["69.30.249.53"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": ["v=spf1 include:spf.improvmx.com ~all", "zoho-verification=zb43908801.zmverify.zoho.eu"] + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all", + "zoho-verification=zb43908801.zmverify.zoho.eu" + ] } } diff --git a/domains/yash.json b/domains/yash.json index 3657e4402..1638336bf 100644 --- a/domains/yash.json +++ b/domains/yash.json @@ -6,7 +6,12 @@ "email": "connect@real-yash.is-a.dev" }, "records": { - "A": ["185.199.111.153", "185.199.109.153", "185.199.108.153", "185.199.110.153"], + "A": [ + "185.199.111.153", + "185.199.109.153", + "185.199.108.153", + "185.199.110.153" + ], "MX": ["yash-isa-dev01i.mail.protection.outlook.com"], "TXT": "v=spf1 include:spf.protection.outlook.com -all" } diff --git a/domains/yunexiz.json b/domains/yunexiz.json index f4d30f895..0084b77f8 100644 --- a/domains/yunexiz.json +++ b/domains/yunexiz.json @@ -4,7 +4,12 @@ "discord": "1040303561847881729" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "AAAA": [ "2606:50c0:8000::153", "2606:50c0:8001::153", diff --git a/domains/yxz.json b/domains/yxz.json index aadb11151..b7f1dd199 100644 --- a/domains/yxz.json +++ b/domains/yxz.json @@ -5,7 +5,12 @@ "discord": "yz9551" }, "records": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "AAAA": [ "2606:50c0:8000::153", "2606:50c0:8001::153", diff --git a/domains/zpleum.json b/domains/zpleum.json index 55c2e85e5..e9be746ec 100644 --- a/domains/zpleum.json +++ b/domains/zpleum.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "zpleum", - "email": "wiraphat.makwong@gmail.com" - }, - "records": { - "CNAME": "zpleum.vercel.app" - } + "owner": { + "username": "zpleum", + "email": "wiraphat.makwong@gmail.com" + }, + "records": { + "CNAME": "zpleum.vercel.app" + } } diff --git a/domains/zumate.json b/domains/zumate.json index a6dc7c1f1..e3ea1ca07 100644 --- a/domains/zumate.json +++ b/domains/zumate.json @@ -4,7 +4,10 @@ "discord": "823939421686071386" }, "records": { - "TXT": ["zoho-verification=zb15561523.zmverify.zoho.com", "v=spf1 include:zohomail.com ~all"], + "TXT": [ + "zoho-verification=zb15561523.zmverify.zoho.com", + "v=spf1 include:zohomail.com ~all" + ], "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"] } } From 198773988c4dbdcb945ce7e5ee76dcd7e15be0fe Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Tue, 6 May 2025 22:49:06 +0800 Subject: [PATCH 30/61] remove invalid repo fields --- domains/aakhilv.json | 3 +-- domains/aaksa.json | 3 +-- domains/aankit.json | 1 - domains/api-peantastic.json | 1 - domains/api.kruase.json | 1 - domains/benoit.json | 1 - domains/cdn.serstars.json | 1 - domains/dtducas.json | 1 - domains/files.heyaxo.json | 1 - domains/florent.json | 1 - domains/hater-of-vectors.json | 1 - domains/heyaxo.json | 1 - domains/himanshu.json | 1 - domains/idcesares.json | 1 - domains/irumvanselme.json | 1 - domains/itsjhonalex.json | 1 - domains/jsworld.json | 12 ------------ domains/killerf.json | 1 - domains/kruase.json | 1 - domains/la-pyae-oo.json | 1 - domains/leolb.json | 1 - domains/lio.json | 1 - domains/lver.json | 1 - domains/mail.lver.json | 1 - domains/manhnguyen18.json | 1 - domains/miyuki.json | 1 - domains/nakim.json | 1 - domains/omkar.json | 1 - domains/paulmarc.json | 1 - domains/pavlo.json | 1 - domains/peantastic.json | 1 - domains/satyamjha.json | 1 - domains/shivabajpai.json | 1 - domains/si458.json | 1 - domains/spacemail._domainkey.miyuki.json | 1 - domains/tandevhtml.json | 1 - domains/tranminhtan.json | 1 - domains/trucpham.json | 1 - domains/vu.json | 1 - domains/williamwei.json | 1 - 40 files changed, 2 insertions(+), 53 deletions(-) delete mode 100644 domains/jsworld.json diff --git a/domains/aakhilv.json b/domains/aakhilv.json index f7189df10..74f05b458 100644 --- a/domains/aakhilv.json +++ b/domains/aakhilv.json @@ -1,6 +1,5 @@ { "description": "A personal portfolio site for all my projects and commissions.", - "repo": "https://github.com/aakhilv/portfolio", "owner": { "username": "aakhilv", "email": "bluninja165@gmail.com", @@ -9,4 +8,4 @@ "records": { "CNAME": "aakhilv.github.io" } -} +} \ No newline at end of file diff --git a/domains/aaksa.json b/domains/aaksa.json index 71e85886b..53a1e661c 100644 --- a/domains/aaksa.json +++ b/domains/aaksa.json @@ -1,6 +1,5 @@ { "description": "aaksa.is-a.dev", - "repo": "https://github.com/aaksa/aaksan.github.io", "owner": { "username": "aaksa", "email": "andiaksa16@gmail.com" @@ -8,4 +7,4 @@ "records": { "CNAME": "aaksa.github.io" } -} +} \ No newline at end of file diff --git a/domains/aankit.json b/domains/aankit.json index b0a103628..a8e8126d1 100644 --- a/domains/aankit.json +++ b/domains/aankit.json @@ -1,6 +1,5 @@ { "description": "Ankit's GitHub page", - "repo": "https://github.com/Ankit-0310", "owner": { "username": "Ankit-0310", "email": "ankitarya753@gmail.com", diff --git a/domains/api-peantastic.json b/domains/api-peantastic.json index a15682f33..047d02b39 100644 --- a/domains/api-peantastic.json +++ b/domains/api-peantastic.json @@ -4,7 +4,6 @@ "email": "leostark.vndev@gmail.com" }, "description": "Hello, my name is Peantastic, and I am a dedicated developer with a passion for creating innovative solutions and enhancing user experiences. It's a pleasure to connect with you!", - "repo": "https://github.com/peantastic/", "records": { "CNAME": "tantinh.onrender.com" } diff --git a/domains/api.kruase.json b/domains/api.kruase.json index 73a8578de..fd2c7115a 100644 --- a/domains/api.kruase.json +++ b/domains/api.kruase.json @@ -1,6 +1,5 @@ { "description": "Development and pet-project APIs", - "repo": "https://github.com/KruASe76", "owner": { "username": "KruASe76", "email": "kruanse@ya.ru", diff --git a/domains/benoit.json b/domains/benoit.json index e20999dca..2c4c2fae6 100644 --- a/domains/benoit.json +++ b/domains/benoit.json @@ -4,7 +4,6 @@ "email": "benoit.guchet@gmail.com" }, "description": "I'm a dev and this is my portfolio", - "repo": "https://github.com/theredled", "records": { "A": ["194.31.52.251"] } diff --git a/domains/cdn.serstars.json b/domains/cdn.serstars.json index 782e6a2a0..e61116b23 100644 --- a/domains/cdn.serstars.json +++ b/domains/cdn.serstars.json @@ -1,5 +1,4 @@ { - "repo": "https://github.com/SerStars-2/", "owner": { "username": "SerStars", "twitter": "SerStars_lol" diff --git a/domains/dtducas.json b/domains/dtducas.json index bb9aa41cd..9e9ccc789 100644 --- a/domains/dtducas.json +++ b/domains/dtducas.json @@ -1,6 +1,5 @@ { "description": "Personal website for DTDucas", - "repo": "https://github.com/DTDucas", "owner": { "username": "DTDucas", "email": "baymax.contact@gmail.com" diff --git a/domains/files.heyaxo.json b/domains/files.heyaxo.json index a3074e130..71979eb3f 100644 --- a/domains/files.heyaxo.json +++ b/domains/files.heyaxo.json @@ -1,5 +1,4 @@ { - "repo": "https://github.com/verygafanhot", "owner": { "username": "Verygafanhot", "email": "verygafanhot@gmail.com", diff --git a/domains/florent.json b/domains/florent.json index 9d7120e5b..810623472 100644 --- a/domains/florent.json +++ b/domains/florent.json @@ -1,5 +1,4 @@ { - "repo": "https://github.com/flobsx", "owner": { "username": "flobsx", "email": "flo@bsx.pm" diff --git a/domains/hater-of-vectors.json b/domains/hater-of-vectors.json index e472a50e0..3782f00e6 100644 --- a/domains/hater-of-vectors.json +++ b/domains/hater-of-vectors.json @@ -1,6 +1,5 @@ { "description": "Test website for hater of vectors projects", - "repo": "https://github.com/Mortadelo24/", "owner": { "username": "Mortadelo24", "email": "jdmp010101@gmail.com" diff --git a/domains/heyaxo.json b/domains/heyaxo.json index 9187d7f2b..d7c62c1d0 100644 --- a/domains/heyaxo.json +++ b/domains/heyaxo.json @@ -1,6 +1,5 @@ { "description": "My personal homepage!", - "repo": "https://github.com/verygafanhot", "owner": { "username": "Verygafanhot", "email": "verygafanhot@gmail.com", diff --git a/domains/himanshu.json b/domains/himanshu.json index c4c16ef58..6bdedeb4b 100644 --- a/domains/himanshu.json +++ b/domains/himanshu.json @@ -1,6 +1,5 @@ { "description": "This website is a link to my personal developer portfolio.", - "repo": "github.com/HIMU-2001/portfolio", "owner": { "username": "HIMU-2001", "email": "himanshuuu.2001@gmail.com", diff --git a/domains/idcesares.json b/domains/idcesares.json index bfacdc800..eb4049009 100644 --- a/domains/idcesares.json +++ b/domains/idcesares.json @@ -1,6 +1,5 @@ { "description": "Isaac D'Césares personal website", - "repo": "https://github.com/idcesares", "owner": { "username": "idcesares", "email": "isaac.dcesares@gmail.com" diff --git a/domains/irumvanselme.json b/domains/irumvanselme.json index 6b28ad46e..4bdb866ad 100644 --- a/domains/irumvanselme.json +++ b/domains/irumvanselme.json @@ -3,7 +3,6 @@ "username": "irumvanselme", "email": "andesanselme@gmail.com" }, - "repo": "irumvanselme.github.io", "records": { "CNAME": "irumvanselme.github.io" } diff --git a/domains/itsjhonalex.json b/domains/itsjhonalex.json index 77779d82f..d1022d32f 100644 --- a/domains/itsjhonalex.json +++ b/domains/itsjhonalex.json @@ -1,6 +1,5 @@ { "description": "itsjhonalex.is-a.dev", - "repo": "github.com/ItsJhonAlex/PortfolioDev", "owner": { "username": "ItsJhonAlex", "email": "itsjhonalex@gmail.com" diff --git a/domains/jsworld.json b/domains/jsworld.json deleted file mode 100644 index 23e9beb91..000000000 --- a/domains/jsworld.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Hello I Made project JS World - A magical world where u can learn Java Script. I dont want to use js.org subdomain.", - "repo": "https://js.fireurl.ga", - "owner": { - "username": "pythoniaweb", - "email": "gamerciter2@gmail.com", - "twitter": "dont have" - }, - "records": { - "CNAME": "pythoniaweb.github.io" - } -} diff --git a/domains/killerf.json b/domains/killerf.json index 6d2157449..fedb0c5e0 100644 --- a/domains/killerf.json +++ b/domains/killerf.json @@ -1,6 +1,5 @@ { "description": "The Person Who Hacked QLASH RP And got away with it with nothing to lose, An Exploiter to say the least; Welcome to the other side", - "repo": "https://guns.lol/killerf", "owner": { "username": "MohamexDR", "email": "loliehentaixd@gmail.com" diff --git a/domains/kruase.json b/domains/kruase.json index 8a220fd43..771d770a1 100644 --- a/domains/kruase.json +++ b/domains/kruase.json @@ -1,6 +1,5 @@ { "description": "Root subdomain, just a CNAME to Vercel", - "repo": "https://github.com/KruASe76", "owner": { "username": "KruASe76", "email": "kruanse@ya.ru", diff --git a/domains/la-pyae-oo.json b/domains/la-pyae-oo.json index ad2b61038..e86a84e80 100644 --- a/domains/la-pyae-oo.json +++ b/domains/la-pyae-oo.json @@ -1,6 +1,5 @@ { "description": "For my static portfolio website", - "repo": "https://github.com/LaPyaeOo", "owner": { "username": "LaPyaeOo", "email": "lapyaeootharthar@gmail.com" diff --git a/domains/leolb.json b/domains/leolb.json index a651268d8..c9529cf0e 100644 --- a/domains/leolb.json +++ b/domains/leolb.json @@ -1,6 +1,5 @@ { "description": "Leo LB Portfolio", - "repo": "https://github.com/leo-lb29", "owner": { "username": "leo-lb29", "email": "postyourbot@gmail.com" diff --git a/domains/lio.json b/domains/lio.json index ebf9d0aec..d54bf4690 100644 --- a/domains/lio.json +++ b/domains/lio.json @@ -1,6 +1,5 @@ { "description": "Homepage redirect for Lio", - "repo": "https://werewolf.codes", "owner": { "username": "hokkqi", "email": "lio@werewolf.design" diff --git a/domains/lver.json b/domains/lver.json index 0c795fd00..458e939d4 100644 --- a/domains/lver.json +++ b/domains/lver.json @@ -1,5 +1,4 @@ { - "repo": "https://github.com/lverx", "owner": { "username": "lverx", "email": "profoundlvr@gmail.com" diff --git a/domains/mail.lver.json b/domains/mail.lver.json index c33e51d71..22d73c48e 100644 --- a/domains/mail.lver.json +++ b/domains/mail.lver.json @@ -1,5 +1,4 @@ { - "repo": "https://github.com/lverx", "owner": { "username": "lverx", "email": "profoundlvr@gmail.com" diff --git a/domains/manhnguyen18.json b/domains/manhnguyen18.json index 32db9750d..98251eb50 100644 --- a/domains/manhnguyen18.json +++ b/domains/manhnguyen18.json @@ -1,6 +1,5 @@ { "description": "manhnguyen18 portfolio", - "repo": "https://github.com/nguyenmanh18", "owner": { "username": "nguyenmanh18", "email": "nguyenmanh1891997@gmail.com" diff --git a/domains/miyuki.json b/domains/miyuki.json index 47675cb13..d4fea8529 100644 --- a/domains/miyuki.json +++ b/domains/miyuki.json @@ -1,6 +1,5 @@ { "description": "Miyuki Yue's is-a.dev domain", - "repo": "https://github.com/YueMiyuki", "owner": { "username": "YueMiyuki", "email": "me@miyuki-yue.dev" diff --git a/domains/nakim.json b/domains/nakim.json index 10c154634..63e788888 100644 --- a/domains/nakim.json +++ b/domains/nakim.json @@ -1,6 +1,5 @@ { "description": "Personal website", - "repo": "https://github.com/xaviermawet", "owner": { "username": "xaviermawet", "email": "xavier@nakim.be" diff --git a/domains/omkar.json b/domains/omkar.json index 3e79c1879..214820316 100644 --- a/domains/omkar.json +++ b/domains/omkar.json @@ -3,7 +3,6 @@ "username": "omkarkirpan", "email": "okirpan@gmail.com" }, - "repo": "https://github.com/omkarkirpan", "records": { "CNAME": "omkarkirpan.com" } diff --git a/domains/paulmarc.json b/domains/paulmarc.json index 30a85c469..54f0bcabb 100644 --- a/domains/paulmarc.json +++ b/domains/paulmarc.json @@ -1,6 +1,5 @@ { "description": "Personal Dev website for paulmarc.is-a.dev", - "repo": "https://github.com/paulmarc", "owner": { "username": "paulmarc", "email": "develop@paulmarc.org" diff --git a/domains/pavlo.json b/domains/pavlo.json index 5f19a0c80..2ffd15b22 100644 --- a/domains/pavlo.json +++ b/domains/pavlo.json @@ -1,6 +1,5 @@ { "description": "Documentation for https://github.com/olvap80", - "repo": "https://github.com/olvap80", "owner": { "username": "olvap80", "email": "olvap@i.ua" diff --git a/domains/peantastic.json b/domains/peantastic.json index 34a2943a9..b4dd37533 100644 --- a/domains/peantastic.json +++ b/domains/peantastic.json @@ -4,7 +4,6 @@ "email": "leostark.vndev@gmail.com" }, "description": "👋 Hello! I'm Do Tan Tinh, a passionate developer with expertise in efficient web solutions. Explore my portfolio and contact me on GitHub.", - "repo": "https://github.com/peantastic/", "records": { "CNAME": "dotantinh.onrender.com" } diff --git a/domains/satyamjha.json b/domains/satyamjha.json index 723418aad..20d10c788 100644 --- a/domains/satyamjha.json +++ b/domains/satyamjha.json @@ -1,6 +1,5 @@ { "description": "Pool full of Diamonds", - "repo": "https://github.com/dev-satyamjha", "owner": { "username": "dev-satyamjha", "email": "realsatyam02@gmail.com" diff --git a/domains/shivabajpai.json b/domains/shivabajpai.json index 6edeb948d..88ce2c585 100644 --- a/domains/shivabajpai.json +++ b/domains/shivabajpai.json @@ -1,6 +1,5 @@ { "description": "Portfolio website for Shiva Bajpai", - "repo": "https://github.com/Shiva-Bajpai/", "owner": { "username": "Shiva-Bajpai", "email": "shivabajpai2006@gmail.com" diff --git a/domains/si458.json b/domains/si458.json index 093279c53..d5546cc78 100644 --- a/domains/si458.json +++ b/domains/si458.json @@ -1,6 +1,5 @@ { "description": "an open source software developer supporting opensource applications", - "repo": "https://github.com/si458", "owner": { "username": "si458", "email": "simonsmith5521@gmail.com" diff --git a/domains/spacemail._domainkey.miyuki.json b/domains/spacemail._domainkey.miyuki.json index 3cad4221b..f241fc719 100644 --- a/domains/spacemail._domainkey.miyuki.json +++ b/domains/spacemail._domainkey.miyuki.json @@ -1,6 +1,5 @@ { "description": "Miyuki Yue's is-a.dev mail TXT record", - "repo": "https://github.com/YueMiyuki", "owner": { "username": "YueMiyuki", "email": "me@miyuki-yue.dev" diff --git a/domains/tandevhtml.json b/domains/tandevhtml.json index 2b69909a5..fa5c1aa7a 100644 --- a/domains/tandevhtml.json +++ b/domains/tandevhtml.json @@ -1,6 +1,5 @@ { "description": "Documentation website for tanbaycu Dev Website AI", - "repo": "https://github.com/tanbaycu", "owner": { "username": "tanbaycu", "email": "mnew20128@gmail.com" diff --git a/domains/tranminhtan.json b/domains/tranminhtan.json index e31799a5a..479c9cb5f 100644 --- a/domains/tranminhtan.json +++ b/domains/tranminhtan.json @@ -1,6 +1,5 @@ { "description": "Documents AI website for tanbaycu", - "repo": "https://github.com/tanbaycu", "owner": { "username": "tanbaycu", "email": "mnew20128@gmail.com" diff --git a/domains/trucpham.json b/domains/trucpham.json index 30414d776..64df4f6c2 100644 --- a/domains/trucpham.json +++ b/domains/trucpham.json @@ -1,6 +1,5 @@ { "description": "My portfolio website.", - "repo": "https://github.com/trucpham04", "owner": { "username": "trucpham04", "email": "trucpham04@proton.me" diff --git a/domains/vu.json b/domains/vu.json index b115cb2d4..f128db694 100644 --- a/domains/vu.json +++ b/domains/vu.json @@ -1,6 +1,5 @@ { "description": "Vu-is-Me", - "repo": "https://github.com/vuisme/", "owner": { "username": "vuisme", "email": "me@vutn.net" diff --git a/domains/williamwei.json b/domains/williamwei.json index 69409870d..86cf8a530 100644 --- a/domains/williamwei.json +++ b/domains/williamwei.json @@ -1,6 +1,5 @@ { "description": "William Wei's Blog", - "repo": "https://github.com/WiIIiamWei", "owner": { "username": "WiIIiamWei", "email": "me@williamwei.top" From a1db1f458f35643e4afcca5ff198227977902320 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Tue, 6 May 2025 22:52:18 +0800 Subject: [PATCH 31/61] remove repo and description fields --- domains/0spol.json | 2 -- domains/0xflotus.json | 2 -- domains/0xviel.json | 2 -- domains/111.json | 2 -- domains/1ndrajeet.json | 2 -- domains/1rogman.json | 2 -- domains/37cut.json | 2 -- domains/44.json | 2 -- domains/45i.json | 2 -- domains/62radio.json | 2 -- domains/6502.json | 2 -- domains/_discord.devansh.json | 2 -- domains/_discord.thenoppy12.json | 2 -- domains/_dmarc.chriscent.json | 2 -- domains/_dnslink.daoch4n.json | 2 -- domains/_github-pages-challenge-ananth-swamy.ananth.json | 2 -- domains/_github-pages-challenge-arch881010.arch.json | 2 -- domains/_github-pages-challenge-ayvacs.ave.json | 2 -- domains/_github-pages-challenge-b1ue-dev.blue.json | 2 -- .../_github-pages-challenge-bi0hazardd.jonathancarrillo.json | 2 -- domains/_github-pages-challenge-chadeeeee.chadee.json | 2 -- domains/_github-pages-challenge-enderpoint07.enderpoint.json | 2 -- domains/_github-pages-challenge-kenwuqianghao.kenwu.json | 2 -- domains/_github-pages-challenge-mcalec-dev.mcalec.json | 2 -- domains/_github-pages-challenge-noobshubham.shubham.json | 2 -- domains/_github-pages-challenge-shreyas-itb.shreyasitb.json | 2 -- domains/_github-pages-challenge-thenoppy12.thenoppy12.json | 2 -- ..._github-pages-challenge-therookiecoder.therookiecoder.json | 2 -- domains/_vercel.1ndrajeet.json | 3 --- domains/_vercel.blog.chuyentinorz.json | 2 -- domains/_vercel.chriscent.json | 2 -- domains/_vercel.deadshot.json | 2 -- domains/_vercel.docs.flowwing.json | 2 -- domains/_vercel.itsjhonalex.json | 2 -- domains/_vercel.matheusdev.json | 2 -- domains/_vercel.sabidzpro.json | 2 -- domains/_vercel.ujjvaljoshi.json | 2 -- domains/_vercel.vinay.json | 2 -- domains/_vercel.w3teal.json | 2 -- domains/a-furry.json | 2 -- domains/a1x5h04.json | 2 -- domains/aakanksha.json | 2 -- domains/aakarsh.json | 2 -- domains/aakhilv.json | 2 +- domains/aaksa.json | 2 +- domains/aaraam.json | 2 -- domains/aarno.json | 2 -- domains/aayushakacloudy.json | 2 -- domains/abdo.json | 2 -- domains/abdullahcxd.json | 2 -- domains/abdulrshaikh.json | 2 -- domains/abeja.json | 2 -- domains/abelblue.json | 2 -- domains/abh80.json | 2 -- domains/abhigyantrips.json | 2 -- domains/abhijith.json | 2 -- domains/abhint.json | 2 -- domains/abishek.json | 2 -- domains/abubakar.json | 2 -- domains/ac21.json | 2 -- domains/achraf.json | 2 -- domains/adais.json | 2 -- domains/adamperkowski.json | 2 -- domains/adarshvijay.json | 2 -- domains/adharsh.json | 2 -- domains/adhi.json | 2 -- domains/adi.json | 2 -- domains/adil.json | 2 -- domains/adithyapaib.json | 2 -- domains/adityavag.json | 2 -- domains/admir.json | 2 -- domains/adolar0042.json | 2 -- domains/adrian.json | 2 -- domains/aespada.json | 2 -- domains/aftermath.json | 2 -- domains/afton.json | 2 -- domains/agamjot-singh.json | 2 -- domains/agelos.json | 2 -- domains/agent.json | 2 -- domains/agung.json | 2 -- domains/ahammednibras.json | 2 -- domains/ahmad-muhajir.json | 2 -- domains/ahmedashraf.json | 2 -- domains/ahuja-m.json | 2 -- domains/ahysa.andgyk.json | 2 -- domains/ajay-charotariya.json | 2 -- domains/ajays.json | 2 -- domains/ajit-thakor.json | 2 -- domains/ajt-lkmn.json | 2 -- domains/akanksha.json | 2 -- domains/akcord.json | 2 -- domains/akhilesh.json | 2 -- domains/akira.json | 2 -- domains/akk1to.json | 2 -- domains/akrm.json | 2 -- domains/akshay-n.json | 2 -- domains/akshay.json | 2 -- domains/akshayan.json | 2 -- domains/akshsingla.json | 2 -- domains/akshya.json | 2 -- domains/akta-chavda.json | 2 -- domains/akzana.json | 2 -- domains/alas.json | 2 -- domains/albertodm.json | 2 -- domains/albinvar.json | 2 -- domains/aldnnnz.json | 2 -- domains/alechu.json | 2 -- domains/alejandropi.json | 2 -- domains/alen.json | 2 -- domains/alessandro.json | 2 -- domains/alessandrobellesia.json | 2 -- domains/alestor123.json | 2 -- domains/alexandre-machado.json | 2 -- domains/alexjoseph.json | 2 -- domains/alexlykesas.json | 2 -- domains/alexmercerind.json | 2 -- domains/alfred.json | 2 -- domains/algebraic-effects.akshay.json | 2 -- domains/ali-abdurrazzak.json | 2 -- domains/ali.json | 2 -- domains/all.json | 2 -- domains/allancoding.json | 2 -- domains/allen-xavier.json | 2 -- domains/aloo-bun.json | 2 -- domains/alperen.json | 2 -- domains/alphaspheredotai.json | 2 -- domains/alvito.json | 2 -- domains/amaankazi.json | 2 -- domains/amal-sebastian.json | 2 -- domains/amal.json | 2 -- domains/amanza17.json | 2 -- domains/amardeep.json | 2 -- domains/ameen.json | 2 -- domains/amenya.json | 2 -- domains/amin.json | 2 -- domains/amiralam.json | 2 -- domains/ammar.json | 2 -- domains/amosmurmu.json | 2 -- domains/amuffin.json | 2 -- domains/amy.json | 2 -- domains/andgyk.json | 2 -- domains/andr.json | 2 -- domains/andrianina.json | 2 -- domains/andronasef.json | 2 -- domains/andy.json | 2 -- domains/angelo.json | 2 -- domains/angelwuff.json | 2 -- domains/angganix.json | 2 -- domains/aniketrajsingh.json | 2 -- domains/animesh-kotka.json | 2 -- domains/anish.json | 2 -- domains/ankiprajapati.json | 2 -- domains/ankit-acquaintsoft.json | 2 -- domains/ankit-chaubey.json | 2 -- domains/ankit.json | 2 -- domains/ankitchaubey.json | 2 -- domains/anmail.json | 2 -- domains/anmol-chaudhary.json | 2 -- domains/anmol.json | 2 -- domains/ann.json | 2 -- domains/annihilatorrrr.json | 2 -- domains/anon.json | 2 -- domains/ansari-atharnadim.json | 2 -- domains/ansari-saify.json | 2 -- domains/anthrxc.json | 2 -- domains/anthxny.json | 2 -- domains/antlis.json | 2 -- domains/antoangiaothong.akk1to.json | 2 -- domains/anttondev.json | 2 -- domains/anujer.json | 2 -- domains/anujrajak.json | 2 -- domains/apoloz.json | 2 -- domains/app-giua.json | 2 -- domains/applesfruit.json | 2 -- domains/aqtk.json | 2 -- domains/arafat-alim.json | 2 -- domains/arafatrahaman.json | 2 -- domains/aramos.json | 2 -- domains/arch.json | 2 -- domains/archelaus.json | 2 -- domains/archie.json | 2 -- domains/aref.json | 2 -- domains/arhanansari.json | 2 -- domains/ari.json | 2 -- domains/arif.json | 2 -- domains/arizerr.json | 2 -- domains/arjuncvinod.json | 2 -- domains/arpana.json | 2 -- domains/arsenobetaine.json | 2 -- domains/artiefuzzz.json | 2 -- domains/arunava.json | 2 -- domains/arush.json | 2 -- domains/arvindt.json | 2 -- domains/arwi.json | 2 -- domains/ary.json | 2 -- domains/aryaejoumalai.json | 2 -- domains/aryan.json | 2 -- domains/asad.json | 2 -- domains/ashan.json | 2 -- domains/ashc1ty.json | 2 -- domains/ashish-g-gupta.json | 2 -- domains/ashishji.json | 2 -- domains/ashkan.json | 2 -- domains/ashleymavericks.json | 2 -- domains/ashtonfabby.json | 2 -- domains/ashutosh-pandey.json | 2 -- domains/ashwa.json | 2 -- domains/ashwin.json | 2 -- domains/asil.json | 2 -- domains/asriel.json | 2 -- domains/asuna.json | 2 -- domains/aswin.json | 2 -- domains/aswinop.json | 2 -- domains/aswinrout.json | 2 -- domains/asya.json | 2 -- domains/athulanoop.json | 2 -- domains/atul.json | 2 -- domains/ausy.json | 2 -- domains/ave.json | 2 -- domains/avellea.json | 2 -- domains/averse.json | 2 -- domains/avi.json | 4 +--- domains/awais.json | 2 -- domains/ayaangrover.json | 2 -- domains/ayberk.json | 2 -- domains/aynonyme.json | 2 -- domains/aypro.json | 2 -- domains/ayush.json | 2 -- domains/ayushh.json | 2 -- domains/ayushtiwari.json | 2 -- domains/azeez.json | 2 -- domains/b45i.json | 2 -- domains/badend.json | 2 -- domains/badonix.json | 2 -- domains/bandhan.json | 2 -- domains/baquir.json | 2 -- domains/barisdeniz.json | 2 -- domains/bartoszm77.json | 2 -- domains/basidh.json | 2 -- domains/basil.json | 2 -- domains/bd.json | 2 -- domains/bdhackers009.json | 2 -- domains/bear.json | 2 -- domains/bedanth.json | 2 -- domains/belle.json | 2 -- domains/benet.json | 2 -- domains/bentley.json | 2 -- domains/bernard2806.json | 2 -- domains/bernardofoegbu.json | 2 -- domains/betaprj.akk1to.json | 2 -- domains/bhargav-gohil.json | 2 -- domains/bhavesh-acquaintsoft.json | 2 -- domains/bhavesh-p-patel.json | 2 -- domains/bhavitha.json | 2 -- domains/bhavyagupta.json | 2 -- domains/bhumkah-patel.json | 2 -- domains/biko.json | 2 -- domains/bilal.json | 2 -- domains/bilalthepunjabi.json | 2 -- domains/bill.json | 2 -- domains/billvog.json | 2 -- domains/bimal.json | 2 -- domains/bipin-bheda.json | 2 -- domains/bitsexploited.json | 2 -- domains/blackdx.json | 2 -- domains/blaine.json | 2 -- domains/blog.hafi.json | 2 -- domains/blog.quincetart10.json | 2 -- domains/blog.shaunfurtado.json | 2 -- domains/blogs.aakanksha.json | 2 -- domains/blogs.shaunak.json | 2 -- domains/blue.json | 2 -- domains/blueberry.json | 2 -- domains/bmrdsc.json | 2 -- domains/bnfone.json | 2 -- domains/bob.json | 2 -- domains/bolt.json | 2 -- domains/brandon.json | 2 -- domains/breadomaticc.json | 2 -- domains/breakertws.json | 2 -- domains/bree.json | 2 -- domains/brew.json | 2 -- domains/brin.json | 2 -- domains/bro.json | 2 -- domains/brodes.json | 2 -- domains/broodje56.json | 2 -- domains/brooklyn.json | 2 -- domains/bruno-eilliar.json | 2 -- domains/bryce.json | 2 -- domains/bsapi.json | 2 -- domains/btleffler.json | 2 -- domains/bud.json | 2 -- domains/burak.json | 2 -- domains/c0ba1t.json | 2 -- domains/calculator.notaperson535.json | 2 -- domains/canaris.json | 2 -- domains/canavan.json | 2 -- domains/carlos-miranda.json | 2 -- domains/cas.json | 2 -- domains/catsarecoo.json | 2 -- domains/catto24.json | 2 -- domains/cattopytheweb.json | 2 -- domains/cc.json | 2 -- domains/cd.json | 2 -- domains/cdn.aayush.json | 2 -- domains/cdn.nziie.json | 2 -- domains/celsojr.json | 2 -- domains/censor.json | 2 -- domains/centi.json | 2 -- domains/cesardarizaleta.json | 2 -- domains/cgprograms.json | 2 -- domains/chad.json | 2 -- domains/chadee.json | 2 -- domains/chang.json | 2 -- domains/changliu.json | 2 -- domains/charalampos.json | 2 -- domains/charlie.json | 2 -- domains/charmy.json | 2 -- domains/chaubey.json | 2 -- domains/chauhan-pradip.json | 2 -- domains/checkmate-os.sx9.json | 2 -- domains/chef.json | 2 -- domains/cheftheo.json | 2 -- domains/chenpeng.json | 2 -- domains/chess.amaankazi.json | 2 -- domains/chikoiko.json | 2 -- domains/chino.json | 2 -- domains/chintan-prajapati.json | 2 -- domains/chirag-adhvaryu.json | 2 -- domains/chirag-parikh.json | 2 -- domains/chriscent.json | 2 -- domains/chromesec.json | 2 -- domains/cindy.json | 2 -- domains/cirkutry.json | 2 -- domains/classlink.json | 2 -- domains/clyron.json | 2 -- domains/cmd410.json | 2 -- domains/code-vista.json | 2 -- domains/codewithgem.json | 2 -- domains/codexkun.json | 2 -- domains/codwizer.json | 2 -- domains/cole.json | 2 -- domains/conorsheehan1.json | 2 -- domains/cozymy.json | 2 -- domains/cr1ket.json | 2 -- domains/creepso.json | 2 -- domains/cristianmihai.json | 2 -- domains/crvt.json | 2 -- domains/crystal.json | 2 -- domains/cs.json | 2 -- domains/ctrlraul.json | 2 -- domains/cuinc99.json | 2 -- domains/cutt37.json | 2 -- domains/cyanic76.json | 2 -- domains/cyanide.json | 2 -- domains/cycloneaddons.json | 2 -- domains/daamin.json | 2 -- domains/daboltgod.json | 2 -- domains/dailycat.json | 2 -- domains/damned.json | 2 -- domains/dan-habot.json | 2 -- domains/dangdat.json | 2 -- domains/danialajamil.json | 2 -- domains/danielpedroza.json | 2 -- domains/danilezheng4.json | 2 -- domains/daniyor.json | 2 -- domains/danosyrus.json | 2 -- domains/daoch4n.json | 2 -- domains/daria.json | 2 -- domains/dariorodrigon.json | 2 -- domains/darji-ravi.json | 2 -- domains/darkdevil.json | 2 -- domains/datadash.json | 2 -- domains/datit309.json | 2 -- domains/davidheredia.json | 2 -- domains/davidpizarro.json | 2 -- domains/davidramirez.json | 2 -- domains/davipatricio.json | 2 -- domains/daxoron.json | 2 -- domains/deadshot.json | 2 -- domains/dean.json | 2 -- domains/debaleena.json | 2 -- domains/debjotimallick.json | 2 -- domains/debkanchan.json | 2 -- domains/deepak.json | 2 -- domains/deepesh.json | 2 -- domains/defective.json | 2 -- domains/delta.json | 2 -- domains/deltafumble.json | 2 -- domains/demonkingswarn.json | 2 -- domains/deniz.json | 2 -- domains/dennis.json | 2 -- domains/dev-dco.json | 2 -- domains/dev10us.json | 2 -- domains/devansh.json | 2 -- domains/devanshu.json | 2 -- domains/developerjosh.json | 2 -- domains/devhavok.json | 2 -- domains/devon.json | 2 -- domains/devvault.json | 2 -- domains/dhanush.json | 2 -- domains/dharmx.json | 2 -- domains/dharti-mungara.json | 2 -- domains/dhaval-kareliya.json | 2 -- domains/dheirya.json | 2 -- domains/dhinesh.json | 2 -- domains/dhruvil.json | 2 -- domains/dhruvkoshta.json | 2 -- domains/diamondbroplayz.json | 2 -- domains/didimukhtar.json | 2 -- domains/dinesh-vaghasia.json | 2 -- domains/dinuhifi.json | 2 -- domains/dipmala-shrimali.json | 2 -- domains/dirgha-ukani.json | 2 -- domains/discord-lakshishere.json | 2 -- domains/discordlakshishere.json | 2 -- domains/discusser.json | 2 -- domains/divyam.json | 2 -- domains/djaana.json | 2 -- domains/dllb.json | 2 -- domains/docs.flowwing.json | 2 -- domains/domb.json | 2 -- domains/donut.json | 2 -- domains/doom.json | 2 -- domains/dotexe3301.json | 2 -- domains/doug.json | 2 -- domains/dqmn.json | 2 -- domains/drago-cuven.json | 2 -- domains/drew.json | 2 -- domains/drish-xd.json | 2 -- domains/drmonocle.json | 2 -- domains/drv123323.json | 2 -- domains/dsaw.json | 2 -- domains/dscbmr.json | 2 -- domains/duc.json | 2 -- domains/dudani-meet.json | 2 -- domains/dumkalpoly.json | 2 -- domains/durlavkalita.json | 2 -- domains/dushmanta.json | 2 -- domains/duzo.json | 2 -- domains/dwii.json | 2 -- domains/easynebula.json | 2 -- domains/eazyblack.json | 2 -- domains/ecalzo.json | 2 -- domains/echo2477.json | 2 -- domains/ed-henrique.json | 2 -- domains/edition.json | 2 -- domains/eduardo.json | 2 -- domains/edudutra.json | 2 -- domains/edwin-lh.json | 2 -- domains/eesa.json | 2 -- domains/elanchezhiyan-p.json | 2 -- domains/elbernaoui.json | 2 -- domains/eldano.json | 2 -- domains/eldin.json | 2 -- domains/eldios.json | 2 -- domains/elias.json | 2 -- domains/elijah629.json | 2 -- domains/elisaterumi.json | 2 -- domains/elyazid.json | 2 -- domains/emamut.json | 2 -- domains/emhl.json | 2 -- domains/emojisteg.json | 2 -- domains/encoder.js.json | 2 -- domains/enderdev.json | 2 -- domains/enderpoint.json | 2 -- domains/enginecreations.json | 2 -- domains/eojeda.json | 2 -- domains/epgeroy.json | 2 -- domains/epiccooldog.json | 2 -- domains/erdwpe.json | 2 -- domains/ericlin.json | 2 -- domains/eryquicc.json | 2 -- domains/eshanized.json | 2 -- domains/essawy.json | 2 -- domains/eternasuno.json | 2 -- domains/ethereumvd.json | 2 -- domains/euskindar.json | 2 -- domains/eutrix.json | 2 -- domains/evan.json | 2 -- domains/evans.json | 2 -- domains/evansrrr.json | 2 -- domains/every.json | 2 -- domains/ewan.json | 2 -- domains/existing.json | 2 -- domains/eyus00.json | 2 -- domains/fabiancrx.json | 2 -- domains/factory.json | 2 -- domains/faisal.json | 2 -- domains/faiz.json | 2 -- domains/falguni-prajapati.json | 2 -- domains/farel.json | 2 -- domains/farkot.json | 2 -- domains/fastering.json | 2 -- domains/fauzi.json | 2 -- domains/fcircle-doc.json | 2 -- domains/federico.json | 2 -- domains/fel1x0u.json | 2 -- domains/fernandocuba.json | 2 -- domains/filip.json | 2 -- domains/filmflu.json | 2 -- domains/fireexe.json | 2 -- domains/fishycraft.json | 2 -- domains/fjavierlh.json | 2 -- domains/floppy.json | 2 -- domains/flowwing.json | 2 -- domains/fluffythebunny.json | 2 -- domains/fodorzsolt.json | 2 -- domains/fongg.json | 2 -- domains/formuna.json | 2 -- domains/foxy4096.json | 2 -- domains/frankra.json | 2 -- domains/frazix.json | 2 -- domains/frd.json | 2 -- domains/frost-voltage-wiki.json | 2 -- domains/frost.json | 2 -- domains/ft.json | 2 -- domains/ftn.json | 2 -- domains/fullpwn.json | 2 -- domains/furryr.json | 2 -- domains/furti.json | 2 -- domains/fusoras.json | 2 -- domains/fxrysh.json | 2 -- domains/g-pratik.json | 2 -- domains/gabolemus.json | 2 -- domains/galacyber.json | 2 -- domains/gamil.json | 2 -- domains/ganesh.json | 2 -- domains/ganeswarv.json | 2 -- domains/gary.json | 2 -- domains/gaurav.json | 2 -- domains/gauravsingh.json | 2 -- domains/gavin.json | 2 -- domains/gavrielsatrio.json | 2 -- domains/geopjr.json | 2 -- domains/gewalee.json | 2 -- domains/gg.json | 2 -- domains/ghex.json | 2 -- domains/ghsearch.json | 2 -- domains/giahuy.json | 2 -- domains/giovanni.json | 2 -- domains/giovstechs.json | 2 -- domains/gizmora2.json | 2 -- domains/glomdom.json | 2 -- domains/glpzzz.json | 2 -- domains/glyphtones.json | 4 +--- domains/gmanthemarioguy.json | 2 -- domains/gnanaelisa.json | 2 -- domains/godkode.json | 2 -- domains/godwhite.json | 2 -- domains/gokay.json | 2 -- domains/golden.json | 2 -- domains/golvellius32.json | 2 -- domains/gopal.json | 2 -- domains/gourav.json | 2 -- domains/govinda.json | 2 -- domains/grif.json | 2 -- domains/grishma-chhayani.json | 2 -- domains/gtvolk.json | 2 -- domains/guillelm.json | 2 -- domains/guillelm71.json | 2 -- domains/gustavo.json | 2 -- domains/gustyff.json | 2 -- domains/guvent.json | 2 -- domains/gvl610.json | 2 -- domains/h3r3t1c.json | 2 -- domains/habeel.json | 2 -- domains/hachiro.json | 2 -- domains/hackqd.json | 2 -- domains/haco.json | 2 -- domains/hafi.json | 2 -- domains/haft.json | 2 -- domains/halil.json | 2 -- domains/hamdi.json | 2 -- domains/hammed.json | 2 -- domains/hanchow.json | 2 -- domains/hansana.json | 2 -- domains/hardik-chandan.json | 2 -- domains/hari.json | 2 -- domains/haridarshan.json | 2 -- domains/harikrishnanps.json | 2 -- domains/harjakrepp.json | 2 -- domains/harsh-mehta.json | 2 -- domains/harshad-patoliya.json | 2 -- domains/harshd.json | 2 -- domains/harshk.json | 2 -- domains/harys.json | 2 -- domains/hasan.json | 2 -- domains/haseebai.json | 2 -- domains/hash-cracker.json | 2 -- domains/hashir.json | 2 -- domains/hatkid.json | 2 -- domains/haubaka.json | 2 -- domains/haykaody.json | 2 -- domains/hector-vigil.json | 2 -- domains/heet.json | 2 -- domains/heli-joshi.json | 2 -- domains/hemanth.json | 2 -- domains/henry.json | 2 -- domains/herkura.json | 2 -- domains/heterl0.json | 2 -- domains/hextris.json | 2 -- domains/hi-lrmn.json | 2 -- domains/hiddenblack.json | 2 -- domains/hilmansyah.json | 2 -- domains/hinal-sanghvi.json | 2 -- domains/hipo.json | 2 -- domains/hiren-brahmbhatt.json | 2 -- domains/hiten.json | 2 -- domains/hitesh-makodiya.json | 2 -- domains/hjc.json | 2 -- domains/hongquang.json | 2 -- domains/hoojinguyen.json | 2 -- domains/horibyte.json | 2 -- domains/hozzywozzy.json | 2 -- domains/hu-kaixiang.json | 2 -- domains/hungphambkc.json | 2 -- domains/hungthai.json | 2 -- domains/huseyin.json | 2 -- domains/huyen.json | 2 -- domains/huygd.json | 2 -- domains/huygmd-is-a-dev.json | 2 -- domains/huygmd.json | 2 -- domains/huz.json | 2 -- domains/hyena.json | 2 -- domains/iagobruno.json | 2 -- domains/iakshay.json | 2 -- domains/iakzs.json | 2 -- domains/ice.json | 2 -- domains/icm.json | 2 -- domains/ico.json | 2 -- domains/icvn.json | 2 -- domains/ikraiyan.json | 2 -- domains/ilawy.json | 2 -- domains/ilhadev.json | 2 -- domains/illy.json | 2 -- domains/ilya.json | 2 -- domains/images.civic.json | 2 -- domains/imat.json | 2 -- domains/img.juststudio.json | 2 -- domains/imlasiya.json | 2 -- domains/imnyang.json | 2 -- domains/incbom.json | 2 -- domains/indra87g.json | 2 -- domains/inkilu.json | 2 -- domains/innocentzero.json | 2 -- domains/integr.json | 2 -- domains/invalidnoah.json | 2 -- domains/inxlo.json | 2 -- domains/ireknazm.json | 2 -- domains/irfan.json | 2 -- domains/irfann.json | 2 -- domains/isalvarez.json | 2 -- domains/ishh.json | 2 -- domains/ishwar.json | 2 -- domains/islandboy.json | 2 -- domains/isqne.json | 2 -- domains/italo.json | 2 -- domains/itsomsarraf.json | 2 -- domains/itz-rj-here.json | 2 -- domains/itzporium.json | 2 -- domains/ivedant.json | 2 -- domains/iviswanathreddy.json | 2 -- domains/iystreem.json | 2 -- domains/izumie.json | 2 -- domains/j.json | 2 -- domains/j3ffjessie.json | 2 -- domains/jacob.json | 2 -- domains/jaennova.json | 2 -- domains/jagan.json | 2 -- domains/jagdhish-mer.json | 2 -- domains/jagdish-mer.json | 2 -- domains/jagruti-metaliya.json | 2 -- domains/jai.json | 2 -- domains/jairomorales.json | 2 -- domains/jal.json | 2 -- domains/jalaj.json | 2 -- domains/jameshartley.json | 2 -- domains/jamestheflash.json | 2 -- domains/jamestheflash22.json | 2 -- domains/janeq.json | 2 -- domains/janith.json | 2 -- domains/jariullah.json | 2 -- domains/jasa.json | 2 -- domains/jasondevgm.json | 2 -- domains/jatin.json | 2 -- domains/java.json | 2 -- domains/javi.json | 2 -- domains/jawad0501.json | 2 -- domains/jax.json | 2 -- domains/jay-bhalodiya.json | 2 -- domains/jay-d-dave.json | 2 -- domains/jayantkageri.json | 2 -- domains/jaycedotbin.json | 2 -- domains/jayg.json | 2 -- domains/jayraj.json | 2 -- domains/jb.json | 2 -- domains/jc-wu.json | 2 -- domains/jcarpenter.json | 2 -- domains/jcquieta.json | 2 -- domains/jean-arthur.json | 2 -- domains/jeanpierre.json | 2 -- domains/jeanrondon.json | 2 -- domains/jecoh.json | 2 -- domains/jeevan.json | 2 -- domains/jeferson.json | 2 -- domains/jefferson.json | 2 -- domains/jeffrey.json | 2 -- domains/jeielmiranda.json | 2 -- domains/jeremie.json | 2 -- domains/jerikchan.json | 2 -- domains/jerry.json | 2 -- domains/jesusvaladez.json | 2 -- domains/jg.json | 2 -- domains/jhonneg.json | 2 -- domains/jhw.json | 2 -- domains/jimmy.json | 2 -- domains/jitendrasaraf.json | 2 -- domains/jithumon.json | 2 -- domains/jj.json | 2 -- domains/joaovitorzv.json | 2 -- domains/joel.json | 2 -- domains/joelbobanoffline.json | 2 -- domains/joelee.json | 2 -- domains/joey.json | 2 -- domains/johan.json | 2 -- domains/john.json | 2 -- domains/johna.json | 2 -- domains/johnsonlee.json | 2 -- domains/johntena.json | 2 -- domains/joker.json | 2 -- domains/jon.json | 2 -- domains/jonasfroeller.json | 2 -- domains/jonathan-russ.json | 2 -- domains/jonathan.json | 2 -- domains/jonathangeva.json | 2 -- domains/jonathanmoya.json | 2 -- domains/josh-ferrell.json | 2 -- domains/joshuawise.json | 2 -- domains/jovan.json | 2 -- domains/joyal-jijo.json | 2 -- domains/jpedro.json | 2 -- domains/jqshuv.json | 2 -- domains/jrdrwn.json | 2 -- domains/jrmessias.json | 2 -- domains/jsthh.json | 2 -- domains/juan-samayoa.json | 2 -- domains/juanjo.json | 2 -- domains/jubal.json | 2 -- domains/juikulkarni.json | 2 -- domains/juin.json | 2 -- domains/juqwtf.json | 2 -- domains/just-muzz.json | 2 -- domains/just.json | 2 -- domains/justdeveloper.json | 2 -- domains/justin.json | 2 -- domains/juststudio.json | 2 -- domains/justtobbi.json | 2 -- domains/justtrynacode.json | 2 -- domains/jvdesign.json | 2 -- domains/jwaxy.json | 2 -- domains/jznctt.json | 2 -- domains/kaivalya.json | 2 -- domains/kajetan.json | 2 -- domains/kamlendras.json | 2 -- domains/kanetu.json | 2 -- domains/kappy.json | 2 -- domains/karify98.json | 2 -- domains/karthikeyanj.json | 2 -- domains/kartik.json | 2 -- domains/karttikeya.json | 2 -- domains/kashif-kadri.json | 2 -- domains/kaushalbuccha.json | 2 -- domains/kaushik-bhadarka.json | 2 -- domains/kaustubh.json | 2 -- domains/kaz.json | 2 -- domains/kckarnige.json | 2 -- domains/keishi.json | 2 -- domains/keithkhaotic.json | 2 -- domains/keju.json | 2 -- domains/kelly.json | 4 +--- domains/kentaylor.json | 2 -- domains/kenwu.json | 2 -- domains/kev.json | 2 -- domains/kevin-xavier.json | 2 -- domains/kevin.json | 2 -- domains/keyruu.json | 2 -- domains/keyurnimavat.json | 2 -- domains/khao.json | 2 -- domains/khateeb.json | 2 -- domains/khuathuykien.json | 2 -- domains/khushraj.json | 2 -- domains/kiara.json | 2 -- domains/kikemendez.json | 2 -- domains/killua.json | 2 -- domains/kishan-bagiya.json | 2 -- domains/kishore.json | 2 -- domains/klouqzz.json | 2 -- domains/kml.json | 2 -- domains/konnn04.json | 2 -- domains/korrykatti.json | 2 -- domains/koslz.json | 2 -- domains/kotikov.json | 2 -- domains/kristiantokarim.json | 2 -- domains/krunch.json | 2 -- domains/ktevin01.json | 2 -- domains/kunsh13.json | 2 -- domains/kylemartin.json | 2 -- domains/l.json | 2 -- domains/l6174.json | 2 -- domains/lacti.json | 2 -- domains/lakhani-palak.json | 2 -- domains/lakshisherediscord.json | 2 -- domains/lakshya.json | 2 -- domains/lambda.json | 2 -- domains/lamnguyenz.json | 2 -- domains/lamps-dev.json | 2 -- domains/legendsayantan.json | 2 -- domains/levi.json | 2 -- domains/liancg.json | 2 -- domains/liju.json | 2 -- domains/lilitha-mdlalana.json | 2 -- domains/limbanitejal.json | 2 -- domains/limeware.json | 2 -- domains/linbuxiao.json | 2 -- domains/linkman.json | 2 -- domains/linksrayan.json | 2 -- domains/linusx.json | 2 -- domains/linux.json | 2 -- domains/linuxlover.json | 2 -- domains/lipi.json | 2 -- domains/lknows.json | 2 -- domains/llama.json | 2 -- domains/llanero.json | 2 -- domains/loisvelasco.json | 2 -- domains/looker.json | 2 -- domains/lordshoray.json | 2 -- domains/lostdir69.json | 2 -- domains/louis.json | 2 -- domains/lovishprabhakar.json | 2 -- domains/lrmn.json | 2 -- domains/lsalas.json | 2 -- domains/luanrt.json | 2 -- domains/luanvu.json | 2 -- domains/lucasbaronio.json | 2 -- domains/lucasp.json | 2 -- domains/lucaszick.json | 2 -- domains/lucy.json | 2 -- domains/luistena.json | 2 -- domains/luizdario.json | 2 -- domains/lukas.json | 2 -- domains/luke.json | 2 -- domains/luki.json | 2 -- domains/lyaxsh.json | 2 -- domains/lytwest.json | 2 -- domains/machip3r.json | 2 -- domains/macos.notaperson535.json | 2 -- domains/maddy.json | 2 -- domains/madhan.json | 2 -- domains/magitian.json | 2 -- domains/magniquick.json | 2 -- domains/mahdi.json | 2 -- domains/maheta-bhavik.json | 2 -- domains/mahevish-husseni.json | 2 -- domains/mail.devansh.json | 2 -- domains/mail.fran.json | 2 -- domains/mail.sx9.json | 2 -- domains/malbouy.json | 2 -- domains/manas.json | 2 -- domains/manav.json | 2 -- domains/mandaninikunj.json | 2 -- domains/manish-madi.json | 2 -- domains/manish.json | 2 -- domains/manishgautam.json | 2 -- domains/manoj-kumar-c.json | 2 -- domains/manoj.json | 2 -- domains/manu.json | 2 -- domains/marcus.json | 2 -- domains/mariano-avila.json | 2 -- domains/mark.json | 2 -- domains/markaguirre.json | 2 -- domains/marten-mrfc.json | 2 -- domains/martial.json | 2 -- domains/martin.json | 2 -- domains/masdzub.json | 2 -- domains/masmiyen.json | 2 -- domains/matanku.json | 2 -- domains/match.json | 2 -- domains/mateoguidi.json | 2 -- domains/mateuseap.json | 2 -- domains/matheusdev.json | 2 -- domains/mathiassm.json | 2 -- domains/mathiscool.json | 2 -- domains/matrixcoder.json | 2 -- domains/mausami-parmar.json | 2 -- domains/maxwelbm.json | 2 -- domains/mayank-rathva.json | 2 -- domains/mayank2808sharma.json | 2 -- domains/mayur.json | 2 -- domains/mayurraut.json | 2 -- domains/mburguete.json | 2 -- domains/mc.haft.json | 2 -- domains/mcalec.json | 2 -- domains/medhanite.json | 2 -- domains/medinilla.json | 2 -- domains/mehmetabak.json | 2 -- domains/mehrshad.json | 2 -- domains/melwyn.json | 2 -- domains/mesren2.json | 2 -- domains/mewwme.json | 2 -- domains/michael.json | 2 -- domains/michi.json | 2 -- domains/midair.json | 2 -- domains/miguelsole.json | 2 -- domains/mihir-patel-agc.json | 2 -- domains/mikey.json | 2 -- domains/mikko.json | 2 -- domains/milan.json | 2 -- domains/mimic.json | 2 -- domains/minhh2792.json | 2 -- domains/minhtan.json | 2 -- domains/minhvo.json | 2 -- domains/minitor.json | 2 -- domains/miu.json | 2 -- domains/mk.json | 2 -- domains/mkblane.json | 2 -- domains/mkk.json | 2 -- domains/mldeveer.json | 2 -- domains/mnsrulz.json | 2 -- domains/modasser.json | 2 -- domains/moddatei.json | 2 -- domains/moddy.json | 2 -- domains/moh.json | 2 -- domains/mohamedhisham.json | 2 -- domains/mohammedasif-shaikh.json | 2 -- domains/mohdjariullah.json | 2 -- domains/mohit-sundrani.json | 2 -- domains/moku.json | 2 -- domains/momoka.json | 2 -- domains/moni.json | 2 -- domains/moo.json | 2 -- domains/mopamo.json | 2 -- domains/moritz.json | 2 -- domains/mostafaefafi.json | 2 -- domains/mpult.json | 2 -- domains/mqry.json | 2 -- domains/mrdavidss.json | 2 -- domains/mricecream.json | 2 -- domains/muhalvin.json | 2 -- domains/muhammad-yusuf.json | 2 -- domains/muiz.json | 2 -- domains/mukesh-tadpad.json | 2 -- domains/mxnticek.json | 2 -- domains/my5ter.json | 2 -- domains/myster.json | 2 -- domains/mystery.json | 2 -- domains/mzunino.json | 2 -- domains/n.json | 2 -- domains/nadeerasilva.json | 2 -- domains/naffy.json | 2 -- domains/nagarajgond.json | 2 -- domains/nahid.json | 2 -- domains/naltheduck.json | 2 -- domains/naman-machchhar.json | 2 -- domains/naman.json | 2 -- domains/nan.json | 2 -- domains/narender.json | 2 -- domains/natya.json | 2 -- domains/nayan-gorasiya.json | 2 -- domains/nayandas.json | 2 -- domains/nd24.json | 2 -- domains/neeyl.json | 2 -- domains/nef.json | 2 -- domains/nek0zyx.json | 2 -- domains/nekitori17.json | 2 -- domains/neon.json | 2 -- domains/neranjana.json | 2 -- domains/nerd.json | 2 -- domains/nes.json | 2 -- domains/neven.json | 2 -- domains/neville.json | 2 -- domains/newkernel.json | 2 -- domains/nexus.json | 2 -- domains/ngocjohn.json | 2 -- domains/nhemgomia.json | 2 -- domains/nhim411.json | 2 -- domains/nicatdcw.json | 2 -- domains/nicesapien.json | 2 -- domains/nicojsuarez.json | 2 -- domains/nidhis-patel.json | 2 -- domains/nidun.json | 2 -- domains/nightmaregods.json | 2 -- domains/nikaxe.json | 2 -- domains/niki-tiwari.json | 2 -- domains/nileshhaldar98.json | 2 -- domains/ninjastrikers.json | 2 -- domains/ninju.json | 2 -- domains/nino.json | 2 -- domains/nipul-bhogayat.json | 2 -- domains/nirav-bhut.json | 2 -- domains/nirushan.json | 2 -- domains/nitesh-rathod.json | 2 -- domains/nithinbiju.json | 2 -- domains/nlog0312.json | 2 -- domains/nmsderp.json | 2 -- domains/noel.json | 2 -- domains/noise.json | 2 -- domains/noma.json | 2 -- domains/noob.json | 2 -- domains/nooz.json | 2 -- domains/notanicepenguin.json | 2 -- domains/notaperson535.json | 2 -- domains/notcoded.json | 2 -- domains/nothazz.json | 2 -- domains/noxsin.json | 2 -- domains/nozura.json | 2 -- domains/nrdybhu1.json | 2 -- domains/nuxsh.json | 2 -- domains/nvcoden.json | 2 -- domains/nxb1t.json | 2 -- domains/nxrmqlly.json | 2 -- domains/nyanbrowser.json | 2 -- domains/nziie.json | 2 -- domains/ofer.json | 2 -- domains/ofersadan.json | 2 -- domains/okan12300.json | 2 -- domains/oleksa.json | 2 -- domains/olili.json | 2 -- domains/omarmarquez.json | 2 -- domains/oneclick-macos-simple-kvm.notaperson535.json | 2 -- domains/onkarsathe.json | 2 -- domains/onthepixel.json | 2 -- domains/oopshnik.json | 2 -- domains/optidium.json | 2 -- domains/orcapet.json | 2 -- domains/oreo.json | 2 -- domains/otter.json | 2 -- domains/p-kinjal.json | 2 -- domains/pa1.json | 2 -- domains/paban.json | 2 -- domains/pajsen.json | 2 -- domains/pal-rakesh-2.json | 2 -- domains/panchal-chirag.json | 2 -- domains/panchal-jatin.json | 2 -- domains/panchal-meet.json | 2 -- domains/pandya-riddhi.json | 2 -- domains/papyrus.json | 2 -- domains/paranoiasystem.json | 2 -- domains/pardhasaradhichandana.json | 2 -- domains/parmar-dixita.json | 2 -- domains/parrothacker1.json | 2 -- domains/parth.json | 2 -- domains/passadissubmari.json | 2 -- domains/patel-darshit.json | 2 -- domains/patel-hetal.json | 2 -- domains/patel-jatin.json | 2 -- domains/patel-kalpesh.json | 2 -- domains/patel-komal.json | 2 -- domains/patel-monal.json | 2 -- domains/patel-parthiv.json | 2 -- domains/patel-radhika.json | 2 -- domains/patelhardik-p.json | 2 -- domains/pathan-imran.json | 2 -- domains/pavankteja.json | 2 -- domains/pdf.aaqif.json | 2 -- domains/pearlcz.json | 2 -- domains/pedrofff.json | 2 -- domains/perfecthabibur.json | 2 -- domains/peris.json | 2 -- domains/pete.json | 2 -- domains/peterbuga.json | 2 -- domains/peyloride.json | 2 -- domains/pgscom.json | 2 -- domains/pgscom54.json | 2 -- domains/phamthanhnghia.json | 2 -- domains/phelix.json | 2 -- domains/phelixdusengimana.json | 2 -- domains/philcajurao.json | 2 -- domains/picklerick.json | 2 -- domains/pie.json | 2 -- domains/pinchese.json | 2 -- domains/pingoda.json | 2 -- domains/pinkyplant.json | 2 -- domains/pinont.json | 2 -- domains/pisarevski.json | 2 -- domains/pixel.json | 2 -- domains/pixelplayz.json | 2 -- domains/piyushkatyal.json | 2 -- domains/piyushrb.json | 2 -- domains/plague.json | 2 -- domains/playwithbmr.json | 2 -- domains/plopilpy.json | 2 -- domains/ploszukiwacz.json | 2 -- domains/pmint05.json | 2 -- domains/pndaboi.json | 2 -- domains/poked.json | 2 -- domains/polopro.json | 2 -- domains/poppy.json | 2 -- domains/portfolio.json | 2 -- domains/posandu.json | 2 -- domains/potatoland4492.json | 2 -- domains/ppierzchalka.json | 2 -- domains/pr0k41.json | 2 -- domains/prabhakaranjm.json | 2 -- domains/prabhas.json | 2 -- domains/prabin.json | 2 -- domains/practical.json | 2 -- domains/prajapati-divya.json | 2 -- domains/pramod-rawat.json | 2 -- domains/pranavagrawal.json | 2 -- domains/pranavs.json | 2 -- domains/pranavsaxena.json | 2 -- domains/pranavsingh.json | 2 -- domains/pranjal.json | 2 -- domains/praquron.json | 2 -- domains/prasant.json | 2 -- domains/prateek.json | 2 -- domains/pratike-patel.json | 2 -- domains/pratikp-patel.json | 2 -- domains/pratikshya.json | 2 -- domains/prime.json | 2 -- domains/prince.json | 2 -- domains/pritam.json | 2 -- domains/priti-shide.json | 2 -- domains/priyanshul.json | 2 -- domains/priyas-rana.json | 2 -- domains/prnice.json | 2 -- domains/proghead00.json | 2 -- domains/programmerraja.json | 2 -- domains/projects.catzboy.json | 2 -- domains/prokai-kun.json | 2 -- domains/prokai.json | 2 -- domains/proxy.json | 2 -- domains/proxzima.json | 2 -- domains/push.json | 2 -- domains/pushpak.json | 2 -- domains/pxsty.json | 2 -- domains/pyaesonewin.json | 2 -- domains/pythonplumber.json | 2 -- domains/pyve.json | 2 -- domains/qloha.json | 2 -- domains/qnos.json | 2 -- domains/quick.json | 2 -- domains/quincetart10.json | 2 -- domains/quvi.json | 2 -- domains/quydang.json | 2 -- domains/qwertx.json | 2 -- domains/qwertyr0.json | 2 -- domains/rabbi-shuki.json | 2 -- domains/rafaelfernandes.json | 2 -- domains/rafalmeida73.json | 2 -- domains/rafsan.json | 2 -- domains/rag3r.json | 2 -- domains/raghav.json | 2 -- domains/rahul-rabari.json | 2 -- domains/rahulcodes.json | 2 -- domains/rahulgurujala.json | 2 -- domains/rahulkirangaddam.json | 2 -- domains/rahulsunil.json | 2 -- domains/rahulverma.json | 2 -- domains/rajputshashank.json | 2 -- domains/rakib.json | 2 -- domains/rakibhossain.json | 2 -- domains/ram.json | 2 -- domains/rameez.json | 2 -- domains/ramoweb.json | 2 -- domains/ramsheed.json | 2 -- domains/random.json | 2 -- domains/rapixar.json | 2 -- domains/rasmus.json | 2 -- domains/rathee.json | 2 -- domains/ravana.json | 2 -- domains/ravi-pate.json | 2 -- domains/ravi.json | 2 -- domains/raviteja.json | 2 -- domains/rawir.json | 2 -- domains/rayane-nekena.json | 2 -- domains/raymonzhang.json | 2 -- domains/reading.json | 2 -- domains/realmzersdomain.json | 2 -- domains/receipes.json | 2 -- domains/rededge.json | 2 -- domains/rediblesky.json | 2 -- domains/redirect.akk1to.json | 2 -- domains/rednek46.json | 2 -- domains/reed.json | 2 -- domains/reefsalty.json | 2 -- domains/reiyuchan.json | 2 -- domains/rekto.json | 2 -- domains/relicrb.json | 2 -- domains/ren.json | 2 -- domains/renzyx.json | 2 -- domains/rep.json | 2 -- domains/resend._domainkey.chriscent.json | 2 -- domains/resolved.json | 2 -- domains/retr0.json | 2 -- domains/retr0xraiden.json | 2 -- domains/retro.horibyte.json | 2 -- domains/reuben.json | 2 -- domains/reuel.json | 2 -- domains/revolux.json | 2 -- domains/rfwn.json | 2 -- domains/ricardo.json | 2 -- domains/ricecx.json | 2 -- domains/rilecraft.json | 2 -- domains/riley.json | 2 -- domains/rilliat.json | 2 -- domains/ririn.json | 2 -- domains/rishabh.json | 2 -- domains/rishika.json | 2 -- domains/riskybotredirect.json | 2 -- domains/riskymh.json | 2 -- domains/riskymhredirect.json | 2 -- domains/risshi.json | 2 -- domains/ritesh.json | 2 -- domains/rithinjose.json | 2 -- domains/riviox.json | 2 -- domains/rivos.json | 2 -- domains/riya.json | 2 -- domains/rizmyabdulla.json | 2 -- domains/rizqi.json | 2 -- domains/rjk.json | 2 -- domains/rllanonymous.json | 2 -- domains/rlx.json | 2 -- domains/rmd.json | 2 -- domains/rob.json | 2 -- domains/robin.json | 2 -- domains/rodolfo.json | 2 -- domains/roger.json | 2 -- domains/rohanjaiswal.json | 2 -- domains/rohit-sony.json | 2 -- domains/rohit.json | 2 -- domains/rohithborana.json | 2 -- domains/rohithill.json | 2 -- domains/rohitkaushal.json | 2 -- domains/romi.json | 2 -- domains/romzyytv.json | 2 -- domains/roshansahani.json | 2 -- domains/roxza.json | 2 -- domains/roy.json | 2 -- domains/royalty.json | 2 -- domains/rpadrell.json | 2 -- domains/rpj.json | 2 -- domains/rrrokhtar.json | 2 -- domains/rubiin.json | 2 -- domains/ruby.json | 2 -- domains/ruchitawagh.json | 2 -- domains/rudra.json | 2 -- domains/ruizo.json | 2 -- domains/rumesh.json | 2 -- domains/rupankar.json | 2 -- domains/rushi.json | 2 -- domains/rushil-patel.json | 2 -- domains/rushil.json | 2 -- domains/rusiru.json | 2 -- domains/rustemb.json | 2 -- domains/rutkuli.json | 2 -- domains/rv178.json | 2 -- domains/rvc11.json | 2 -- domains/rwithik.json | 2 -- domains/rxyhn.json | 2 -- domains/ryannkim327.json | 2 -- domains/rzkyfhrzi21.json | 2 -- domains/s-kunjan.json | 2 -- domains/s-nishit.json | 2 -- domains/saba.json | 2 -- domains/sabidzpro.json | 2 -- domains/sadie.json | 2 -- domains/sadik.json | 2 -- domains/saeef.json | 2 -- domains/sageofluke.json | 2 -- domains/saharsh.json | 2 -- domains/sahil.json | 2 -- domains/sahilchoudhary.json | 2 -- domains/sailohitaksh-cryptic.json | 2 -- domains/sairaj.json | 2 -- domains/saizuo.json | 2 -- domains/sajid.json | 2 -- domains/sakko.json | 2 -- domains/sam-jspn.json | 2 -- domains/sam.json | 2 -- domains/samarth-asthana.json | 2 -- domains/samatbk.json | 2 -- domains/sameera.json | 2 -- domains/samet.json | 2 -- domains/samfareez.json | 2 -- domains/samia-islam-sua.json | 2 -- domains/samihatasnim.json | 2 -- domains/samir-vaghela.json | 2 -- domains/samir.json | 2 -- domains/samirp.json | 2 -- domains/saml.json | 2 -- domains/samo.json | 2 -- domains/samp.alora.json | 2 -- domains/samriddha.json | 2 -- domains/samson.json | 2 -- domains/samuel.json | 2 -- domains/samuelnihbos.json | 2 -- domains/sanana.json | 2 -- domains/sandira.json | 2 -- domains/sandro.json | 2 -- domains/sandun.json | 2 -- domains/sangeeth.json | 2 -- domains/sanjay-makasana.json | 2 -- domains/sanjay-suryavanshi.json | 2 -- domains/sanjaykumar.json | 2 -- domains/santiago.json | 2 -- domains/santito.json | 2 -- domains/santosh.json | 2 -- domains/santoshgiri.json | 2 -- domains/saras008.json | 2 -- domains/sarath.json | 2 -- domains/sarcaster.json | 2 -- domains/sarthak-malhotra.json | 2 -- domains/sashankp.json | 2 -- domains/sasial.json | 2 -- domains/saswatsamal.json | 2 -- domains/sathish.json | 2 -- domains/satindar.json | 2 -- domains/saturn.json | 2 -- domains/satyamv7.json | 2 -- domains/saunak.json | 2 -- domains/savan-makawana.json | 2 -- domains/savinov.json | 2 -- domains/savio.json | 2 -- domains/saviomartin.json | 2 -- domains/saya.json | 2 -- domains/sayantan.json | 2 -- domains/sc.json | 2 -- domains/scientific-dev.json | 2 -- domains/scoobies.json | 2 -- domains/scoobis.json | 2 -- domains/sdizdarevic.json | 2 -- domains/sdxqw.json | 2 -- domains/seka.json | 2 -- domains/semanteo.json | 2 -- domains/send.chriscent.json | 2 -- domains/senthil.json | 2 -- domains/sep.json | 2 -- domains/seqyu.json | 2 -- domains/serhii-koba.json | 2 -- domains/seria.json | 2 -- domains/sfe.json | 2 -- domains/sfx.json | 2 -- domains/sh13y.json | 2 -- domains/shadowalker.json | 2 -- domains/shafi100.json | 2 -- domains/shahjenish.json | 2 -- domains/shajanjp.json | 2 -- domains/shakeel-ahamad.json | 2 -- domains/shakera-vora.json | 2 -- domains/shakib04.json | 2 -- domains/shambhavi.json | 2 -- domains/shan.json | 2 -- domains/shane.json | 2 -- domains/shanise.json | 2 -- domains/sharad-rajyaguru.json | 2 -- domains/sharad.json | 2 -- domains/sharafat.json | 2 -- domains/sharan.json | 2 -- domains/sharanvasoya.json | 2 -- domains/share.alora.json | 2 -- domains/sharifclick.json | 2 -- domains/shashank.json | 2 -- domains/shashankag.json | 2 -- domains/shaunfurtado.json | 2 -- domains/shays.json | 2 -- domains/she.json | 2 -- domains/sheldon.json | 2 -- domains/shenjunru.json | 2 -- domains/shikhar.json | 2 -- domains/shikharreyya.json | 2 -- domains/shirishshinde.json | 2 -- domains/shirsak.json | 2 -- domains/shivamtrivedi.json | 2 -- domains/shivananda.json | 2 -- domains/shivang.json | 2 -- domains/shoaib-shaikhh.json | 2 -- domains/shoumik.json | 2 -- domains/shravan.json | 2 -- domains/shresth.json | 2 -- domains/shrey.json | 2 -- domains/shrivatsav.json | 2 -- domains/shubham.json | 2 -- domains/shubhamlal.json | 2 -- domains/shubhamsharma.json | 2 -- domains/shukraditya.json | 2 -- domains/shweta-gotecha.json | 2 -- domains/shyam.json | 2 -- domains/shyran.json | 2 -- domains/sid385.json | 2 -- domains/siddharth03.json | 2 -- domains/sidhant.json | 2 -- domains/sidmaji.json | 2 -- domains/siful.json | 2 -- domains/sig1._domainkey.ft.json | 2 -- domains/simon.json | 2 -- domains/singh-jitendar.json | 2 -- domains/siow-kai-yang.json | 2 -- domains/sirmacr0.json | 2 -- domains/siya.json | 2 -- domains/skar.json | 2 -- domains/skierka.json | 2 -- domains/skmojid.json | 2 -- domains/skulix.json | 2 -- domains/skydonald.json | 2 -- domains/slavicman.json | 2 -- domains/slovaks.json | 2 -- domains/slow.json | 2 -- domains/sly.json | 2 -- domains/smeagol.json | 2 -- domains/smlxdesign.json | 2 -- domains/snbhowmik.json | 2 -- domains/snehal.json | 2 -- domains/snowcatridge10.json | 2 -- domains/snowyid.json | 2 -- domains/soap.json | 2 -- domains/socordia.json | 2 -- domains/sofa.json | 2 -- domains/soham.json | 2 -- domains/solareclipse995.json | 2 -- domains/somenicetables.json | 2 -- domains/someone.json | 2 -- domains/somesh.json | 2 -- domains/someshtiwari.json | 2 -- domains/soni-aakas.json | 2 -- domains/sonu.json | 2 -- domains/soothe.json | 2 -- domains/sora-os.json | 2 -- domains/soumya-das.json | 2 -- domains/sourabh.json | 2 -- domains/sourav-parida.json | 2 -- domains/sourav.json | 2 -- domains/soymadip.json | 2 -- domains/spechide.json | 2 -- domains/specteado.json | 2 -- domains/spencer.json | 2 -- domains/spicyaxolotl.json | 2 -- domains/splatboy-dev.json | 2 -- domains/spongly.json | 2 -- domains/spoozy.json | 2 -- domains/spreadsheets600.json | 2 -- domains/spud.json | 2 -- domains/squair.json | 2 -- domains/srihari.json | 2 -- domains/srp.json | 2 -- domains/star.json | 2 -- domains/starkblaze01.json | 2 -- domains/starry.json | 2 -- domains/status.jes.json | 2 -- domains/steake.json | 2 -- domains/stebanportfolio.json | 2 -- domains/stef.json | 2 -- domains/steven.json | 2 -- domains/stevesajeev.json | 2 -- domains/stkong.json | 2 -- domains/stovonson.json | 2 -- domains/string-null.json | 2 -- domains/stringent.json | 2 -- domains/stvn.json | 2 -- domains/subasi.json | 2 -- domains/subhadeepzilong.json | 2 -- domains/subhajit.json | 2 -- domains/subham.json | 2 -- domains/sudania-ajay.json | 2 -- domains/sudev.json | 2 -- domains/sudhanparajuli.json | 2 -- domains/sudip.json | 2 -- domains/suman.json | 2 -- domains/sumedhaa.json | 2 -- domains/summon-the-coder.json | 2 -- domains/sunnyychi.json | 2 -- domains/sunzizhuo.json | 2 -- domains/superharmony910.json | 2 -- domains/supers0n1k.json | 2 -- domains/superstrellaa.json | 2 -- domains/suraez.json | 2 -- domains/suraj.json | 2 -- domains/surajh-patel.json | 2 -- domains/surendran-soumya.json | 2 -- domains/surge.json | 2 -- domains/surya.json | 2 -- domains/suryaansh.json | 2 -- domains/suryajith.json | 2 -- domains/sushankghimire.json | 2 -- domains/sussyrayan.json | 2 -- domains/sutirth.json | 2 -- domains/suu.json | 2 -- domains/svg.json | 2 -- domains/svloog.json | 2 -- domains/swami.json | 2 -- domains/swapnil.json | 2 -- domains/swastik.json | 2 -- domains/swenet.json | 2 -- domains/sweta-solanki.json | 2 -- domains/syahiramali.json | 2 -- domains/synacktra.json | 2 -- domains/synthara.json | 2 -- domains/syofyanzuhad.json | 2 -- domains/taha.json | 2 -- domains/tahakocabuga.json | 2 -- domains/tahmidrayat.json | 2 -- domains/tainguyen.json | 2 -- domains/takase.json | 2 -- domains/tamim.json | 2 -- domains/tanbaycu.json | 2 -- domains/tanish-chahal.json | 2 -- domains/tanish-poddar.json | 2 -- domains/tanish2002.json | 2 -- domains/tanos.json | 2 -- domains/tanuj-nagpal.json | 2 -- domains/tanveer.json | 2 -- domains/tanyalai.json | 2 -- domains/tarik.json | 2 -- domains/tartej.json | 2 -- domains/tas33n.json | 2 -- domains/tasawar-hussain.json | 2 -- domains/tassio.json | 2 -- domains/tawhid.json | 2 -- domains/tawiah.json | 2 -- domains/tawqeer.json | 2 -- domains/tca.json | 2 -- domains/tclement0922.json | 2 -- domains/tdm.json | 2 -- domains/technohacker.json | 2 -- domains/techstarmahesh.json | 2 -- domains/techy.json | 2 -- domains/teesh.json | 2 -- domains/tekno.json | 2 -- domains/temelkov.json | 2 -- domains/ten.json | 2 -- domains/teobouvard.json | 2 -- domains/terminalbmr.json | 2 -- domains/terroid.json | 2 -- domains/th3.json | 2 -- domains/thamizh.json | 2 -- domains/thanbv1510.json | 2 -- domains/tharindu.json | 2 -- domains/tharukrenuja.json | 2 -- domains/thatoddshade.json | 2 -- domains/theavian.json | 2 -- domains/thecode-breaker.json | 2 -- domains/thegloriousduck.json | 2 -- domains/thehackerdude1083.json | 2 -- domains/thenoppy12.json | 2 -- domains/theo.json | 2 -- domains/thequackyduck.json | 2 -- domains/therookiecoder.json | 2 -- domains/thesanju.json | 2 -- domains/thesyed.json | 2 -- domains/thewickedkarma.json | 2 -- domains/thewonglife.json | 2 -- domains/thiago.json | 2 -- domains/thiagomarsili.json | 2 -- domains/thomas-shelby.json | 2 -- domains/thomas.json | 2 -- domains/thorgathis.json | 2 -- domains/thorito.json | 2 -- domains/tibor.json | 2 -- domains/tictactoe.amaankazi.json | 2 -- domains/tien.json | 2 -- domains/tiep-dv.json | 2 -- domains/tim-vdb.json | 2 -- domains/tim.json | 2 -- domains/tim232.json | 2 -- domains/timi2506.json | 2 -- domains/timothy.json | 2 -- domains/timothynn.json | 2 -- domains/tiyanof.json | 2 -- domains/tju-emg.json | 2 -- domains/tlwbr.json | 2 -- domains/to-zeeshan.json | 2 -- domains/toast.json | 2 -- domains/toasted.json | 2 -- domains/toastedstuff.json | 2 -- domains/tokyo.json | 2 -- domains/tomascornelles.json | 2 -- domains/tomiszivacs.json | 2 -- domains/tong.json | 2 -- domains/toxocious.json | 2 -- domains/trackstore.json | 2 -- domains/trademark.json | 2 -- domains/tranthanhlong.json | 2 -- domains/trauma.json | 2 -- domains/tricked.json | 2 -- domains/triyatna.json | 2 -- domains/trug.json | 2 -- domains/tsognyam.json | 2 -- domains/tsull360.json | 2 -- domains/tungtran.json | 2 -- domains/tweets.clyron.json | 2 -- domains/twiska.json | 2 -- domains/twistedtransistor.json | 2 -- domains/udit.json | 2 -- domains/uiopler.json | 2 -- domains/ujalakhasiya.json | 2 -- domains/ultimatemedia.json | 2 -- domains/unichord.json | 2 -- domains/unseen.json | 2 -- domains/upload.cdn.akk1to.json | 2 -- domains/usamakhalid.json | 2 -- domains/user-exe.json | 2 -- domains/user0.json | 2 -- domains/v1.neon.json | 2 -- domains/val.json | 2 -- domains/valerius.json | 2 -- domains/valo-io.json | 2 -- domains/vampirepapi.json | 2 -- domains/vanhzxje.json | 2 -- domains/vapedevv.json | 2 -- domains/varun.json | 2 -- domains/vasharma05.json | 2 -- domains/vasu-xd.json | 2 -- domains/vasu.json | 2 -- domains/vasuxd.json | 2 -- domains/vaxad.json | 2 -- domains/verma-sanjeet.json | 2 -- domains/veronicacamarzana.json | 2 -- domains/versions.johna.json | 2 -- domains/vhardik.json | 2 -- domains/vic.json | 2 -- domains/victoneux.json | 2 -- domains/viet.json | 2 -- domains/vigkrishna.json | 2 -- domains/vihanga.json | 2 -- domains/vik.json | 2 -- domains/vikram.json | 2 -- domains/vikyaiyer.json | 2 -- domains/vimalsaraswat.json | 2 -- domains/vinay.json | 2 -- domains/vinayak.json | 2 -- domains/vineet.json | 2 -- domains/vineetkhemnani.json | 2 -- domains/vinitshah.json | 2 -- domains/vintheweirdass.json | 2 -- domains/viperadnan.json | 2 -- domains/viplav-mistry.json | 2 -- domains/viral-gadhiya.json | 2 -- domains/viral-soni.json | 2 -- domains/viren-trivedi.json | 2 -- domains/virtual.json | 2 -- domains/vishalanarase.json | 2 -- domains/vishalg.json | 2 -- domains/vishalkrsharma.json | 2 -- domains/vishnu.json | 2 -- domains/vivek.json | 2 -- domains/vivekkumar.json | 2 -- domains/vma.json | 2 -- domains/vontey.json | 2 -- domains/voxel.json | 2 -- domains/voxxdevv.json | 2 -- domains/vrivera.json | 2 -- domains/vs206.json | 2 -- domains/vsecoder.json | 2 -- domains/vtwa.json | 2 -- domains/vulcanwm.json | 2 -- domains/vumacc.json | 2 -- domains/vyas-rahul.json | 2 -- domains/vyfor.json | 2 -- domains/vysakh.json | 2 -- domains/w3teal.json | 2 -- domains/wahid7852.json | 2 -- domains/warren.json | 2 -- domains/wasd228.json | 2 -- domains/watercat.json | 2 -- domains/wavingcat.json | 2 -- domains/wbalaile.json | 2 -- domains/werz.json | 2 -- domains/what.json | 2 -- domains/whitekj.json | 2 -- domains/wiggly.json | 2 -- domains/wiicreation.json | 2 -- domains/wildchamo.json | 2 -- domains/will.json | 2 -- domains/william2sober.json | 2 -- domains/willian.json | 2 -- domains/willo.json | 2 -- domains/wilson-cordova.json | 2 -- domains/wilson.json | 2 -- domains/win11-tutorial.notaperson535.json | 2 -- domains/win11.notaperson535.json | 2 -- domains/windfarms.json | 2 -- domains/windol.json | 2 -- domains/winters.json | 2 -- domains/wired.json | 2 -- domains/wisit.json | 2 -- domains/withercubes.json | 2 -- domains/wkrzywiec.json | 2 -- domains/wopian.json | 2 -- domains/worlarusham.json | 2 -- domains/wumpus.json | 2 -- domains/wyatt.json | 2 -- domains/wzx.json | 2 -- domains/xabdoat.json | 2 -- domains/xanudu.json | 2 -- domains/xave.json | 2 -- domains/xavier.json | 2 -- domains/xaxa.json | 2 -- domains/xdevman.json | 2 -- domains/xdoxx123.json | 2 -- domains/xhide341.json | 2 -- domains/xiaolangkong.json | 2 -- domains/xiaoxi-tw.json | 2 -- domains/xkhronoz.json | 2 -- domains/xlr.json | 2 -- domains/xpr.json | 2 -- domains/xpugno.json | 2 -- domains/xrcs.json | 2 -- domains/xuyifei.json | 2 -- domains/xvrtech.json | 2 -- domains/xyter.json | 2 -- domains/yacoreq.json | 2 -- domains/yajtpg.json | 2 -- domains/yakate.json | 2 -- domains/yakiyo.json | 2 -- domains/yamenher.json | 2 -- domains/yandao.json | 2 -- domains/yang.json | 2 -- domains/yanmaker.json | 2 -- domains/yas.json | 2 -- domains/yash-poojara.json | 2 -- domains/yash.json | 2 -- domains/yashh-chauhan.json | 2 -- domains/yashraj.json | 2 -- domains/yassin.json | 2 -- domains/yatinmalhotra.json | 2 -- domains/yedu.json | 2 -- domains/yeetedwin.json | 2 -- domains/yejun.json | 2 -- domains/yeppiidev.json | 2 -- domains/yescyyt.json | 2 -- domains/yhkz.json | 2 -- domains/yigit.json | 2 -- domains/yiro.json | 2 -- domains/yisus82.json | 2 -- domains/yolobnb.json | 2 -- domains/yorodm.json | 2 -- domains/yose.json | 2 -- domains/youcef.json | 2 -- domains/yousef.json | 2 -- domains/ypratham.json | 2 -- domains/yug.json | 2 -- domains/yuk7.json | 2 -- domains/yukii.json | 2 -- domains/yuksel.json | 2 -- domains/yurei.json | 2 -- domains/yurimontero.json | 2 -- domains/yusuf.json | 2 -- domains/yuting.json | 2 -- domains/yuukari.json | 2 -- domains/yuuto.json | 2 -- domains/zahid.json | 2 -- domains/zaid-kadri.json | 2 -- domains/zaid.json | 2 -- domains/zarox.json | 2 -- domains/zeaxey.json | 2 -- domains/zeeshan.json | 2 -- domains/zelle.json | 2 -- domains/zener.json | 2 -- domains/zeptar.json | 2 -- domains/zero.json | 2 -- domains/zerotwo.json | 2 -- domains/zeus.json | 2 -- domains/zhiyao.json | 2 -- domains/zhu.json | 2 -- domains/ziari.json | 2 -- domains/zidanify.json | 2 -- domains/ziriksi.json | 2 -- domains/zjfc.json | 2 -- domains/zoldyako.json | 2 -- domains/zoom.json | 2 -- domains/zstg.json | 2 -- domains/ztzt.json | 2 -- domains/zuhaib.json | 2 -- domains/zyztem.json | 2 -- 1775 files changed, 5 insertions(+), 3552 deletions(-) diff --git a/domains/0spol.json b/domains/0spol.json index e9d48b8da..23bd4fa4f 100644 --- a/domains/0spol.json +++ b/domains/0spol.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/0spol/0spol.github.io", "owner": { "username": "0spol", "email": "gaparicio368@gmail.com" diff --git a/domains/0xflotus.json b/domains/0xflotus.json index 1a2a58ef5..5c535e12d 100644 --- a/domains/0xflotus.json +++ b/domains/0xflotus.json @@ -1,6 +1,4 @@ { - "description": "0xflotus' personal developer website", - "repo": "https://github.com/0xflotus/0xflotus.github.io", "owner": { "username": "0xflotus", "email": "0xflotus@gmail.com" diff --git a/domains/0xviel.json b/domains/0xviel.json index 2cf63860e..466732567 100644 --- a/domains/0xviel.json +++ b/domains/0xviel.json @@ -1,6 +1,4 @@ { - "description": "0xviel github page", - "repo": "https://github.com/nobuyaki/nobuyaki.github.io", "owner": { "username": "nobuyaki", "email": "contact@0xviel.my.id", diff --git a/domains/111.json b/domains/111.json index b00999cbc..f24612228 100644 --- a/domains/111.json +++ b/domains/111.json @@ -1,6 +1,4 @@ { - "description": "This domain is my bios webpage created using html, js and css", - "repo": "https://github.com/jaycuh/jaycuh.github.io", "owner": { "username": "joaawd", "email": "fmodeteam@gmail.com" diff --git a/domains/1ndrajeet.json b/domains/1ndrajeet.json index 3fdd867cc..5dd6c7f9c 100644 --- a/domains/1ndrajeet.json +++ b/domains/1ndrajeet.json @@ -1,6 +1,4 @@ { - "description": "Applying for an is-a.dev domain for my portfolio. (1ndrajeet.vercel.app)", - "repo": "https://github.com/1ndrajeet/1ndrajeet.github.io", "owner": { "username": "1ndrajeet", "email": "omkar.kulkarni.3174@gmail.com" diff --git a/domains/1rogman.json b/domains/1rogman.json index 22ffb351a..0a0703f92 100644 --- a/domains/1rogman.json +++ b/domains/1rogman.json @@ -1,6 +1,4 @@ { - "description": "Applying for an is-a.dev domain on behalf of my friend so he can use one.", - "repo": "https://github.com/EndingPencil/EndingPencil.github.io", "owner": { "username": "EndingPencil", "email": "watsonsohil@gmail.com" diff --git a/domains/37cut.json b/domains/37cut.json index 30817882e..32d797342 100644 --- a/domains/37cut.json +++ b/domains/37cut.json @@ -1,6 +1,4 @@ { - "description": "Url redirect to cutt37.is-a.dev", - "repo": "https://github.com/37cut/37cut.github.io", "owner": { "username": "37cut", "email": "cutt37@outlook.com" diff --git a/domains/44.json b/domains/44.json index 2d14b4eff..93514734d 100644 --- a/domains/44.json +++ b/domains/44.json @@ -1,6 +1,4 @@ { - "description": "44.is-a.dev", - "repo": "https://github.com/9xN/9xN.github.io", "owner": { "username": "9xN", "email": "0@fbi.ac" diff --git a/domains/45i.json b/domains/45i.json index f0b1b4e55..4a83f979b 100644 --- a/domains/45i.json +++ b/domains/45i.json @@ -1,6 +1,4 @@ { - "description": "45i.is-a.dev", - "repo": "https://github.com/45i/things", "owner": { "username": "45i", "email": "sayakpalit61@gmail.com" diff --git a/domains/62radio.json b/domains/62radio.json index 1643a5bbe..feecc27ee 100644 --- a/domains/62radio.json +++ b/domains/62radio.json @@ -1,6 +1,4 @@ { - "description": "62radio.is-a.dev", - "repo": "https://github.com/radio-indonesia/radio-indonesia.github.io", "owner": { "username": "lrmn7", "email": "lrmn.dev@gmail.com", diff --git a/domains/6502.json b/domains/6502.json index 6937c9328..39aba9920 100644 --- a/domains/6502.json +++ b/domains/6502.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website for 6502", - "repo": "https://github.com/nobody5050/nobody5050.github.io", "owner": { "username": "Nobody5050", "email": "levibelland@gmail.com" diff --git a/domains/_discord.devansh.json b/domains/_discord.devansh.json index f5251b342..1e8943591 100644 --- a/domains/_discord.devansh.json +++ b/domains/_discord.devansh.json @@ -1,6 +1,4 @@ { - "description": "dc domain connect", - "repo": "https://github.com/devanshyadav2010/register", "owner": { "username": "devanshyadav2010", "email": "dev8adam576@gmail.com", diff --git a/domains/_discord.thenoppy12.json b/domains/_discord.thenoppy12.json index be3d3b3ff..33c59882e 100644 --- a/domains/_discord.thenoppy12.json +++ b/domains/_discord.thenoppy12.json @@ -1,6 +1,4 @@ { - "description": "Discord Domain Verify", - "repo": "https://github.com/thenoppy12/thenoppy12.github.io", "owner": { "username": "BussyBakks", "email": "lengochuykiengiang@gmail.com", diff --git a/domains/_dmarc.chriscent.json b/domains/_dmarc.chriscent.json index 48915c003..fd15d5f1c 100644 --- a/domains/_dmarc.chriscent.json +++ b/domains/_dmarc.chriscent.json @@ -1,6 +1,4 @@ { - "description": "A practice portfolio for web design challenges.", - "repo": "https://github.com/KishonShrill/website-portfolio", "owner": { "username": "KishonShrill", "email": "crystalbluew@gmail.com" diff --git a/domains/_dnslink.daoch4n.json b/domains/_dnslink.daoch4n.json index 0a3ebc7eb..e436e5f59 100644 --- a/domains/_dnslink.daoch4n.json +++ b/domains/_dnslink.daoch4n.json @@ -1,6 +1,4 @@ { - "description": "IPFS DNSLink integration for Web3-enabled video player", - "repo": "https://github.com/dtub3/DaokoTube", "owner": { "username": "daoch4n", "email": "digitaimadness@pm.me" diff --git a/domains/_github-pages-challenge-ananth-swamy.ananth.json b/domains/_github-pages-challenge-ananth-swamy.ananth.json index be74c665b..0a41bdb75 100644 --- a/domains/_github-pages-challenge-ananth-swamy.ananth.json +++ b/domains/_github-pages-challenge-ananth-swamy.ananth.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio website (domain verification)", - "repo": "https://github.com/ANANTH-SWAMY/ananth-swamy.github.io", "owner": { "username": "ANANTH-SWAMY", "email": "ananth.nps@gmail.com" diff --git a/domains/_github-pages-challenge-arch881010.arch.json b/domains/_github-pages-challenge-arch881010.arch.json index ac7fa75ea..edca0719e 100644 --- a/domains/_github-pages-challenge-arch881010.arch.json +++ b/domains/_github-pages-challenge-arch881010.arch.json @@ -1,6 +1,4 @@ { - "description": "My personal website on arch.is-a.dev (main files in repo/repository)[Github Challenge].", - "repo": "https://github.com/Arch881010/Arch881010", "owner": { "username": "Arch881010", "email": "arch@arch1010.dev", diff --git a/domains/_github-pages-challenge-ayvacs.ave.json b/domains/_github-pages-challenge-ayvacs.ave.json index 49c9d7663..58e56077c 100644 --- a/domains/_github-pages-challenge-ayvacs.ave.json +++ b/domains/_github-pages-challenge-ayvacs.ave.json @@ -1,6 +1,4 @@ { - "description": "Personal site for github@ayvacs (GH Pages verification)", - "repo": "https://github.com/ayvacs/ayvacs.github.io", "owner": { "username": "ayvacs", "email": "ayvacs@proton.me" diff --git a/domains/_github-pages-challenge-b1ue-dev.blue.json b/domains/_github-pages-challenge-b1ue-dev.blue.json index d8be5ca4e..e1d5e5cf6 100644 --- a/domains/_github-pages-challenge-b1ue-dev.blue.json +++ b/domains/_github-pages-challenge-b1ue-dev.blue.json @@ -1,6 +1,4 @@ { - "description": "Personal site for b1uedev, a.k.a Blue.", - "repo": "https://github.com/B1ue-Dev/b1ue-dev.github.io", "owner": { "username": "B1ue-Dev", "email": "ngolong1396@hotmail.com", diff --git a/domains/_github-pages-challenge-bi0hazardd.jonathancarrillo.json b/domains/_github-pages-challenge-bi0hazardd.jonathancarrillo.json index a504e93ab..60f66e242 100644 --- a/domains/_github-pages-challenge-bi0hazardd.jonathancarrillo.json +++ b/domains/_github-pages-challenge-bi0hazardd.jonathancarrillo.json @@ -1,6 +1,4 @@ { - "description": "Personal site for github@bi0hazarDD (GH Pages verification)", - "repo": "https://github.com/bi0hazarDD/bi0hazarDD.github.io", "owner": { "username": "bi0hazarDD", "email": "jonathan-8@hotmail.co.uk" diff --git a/domains/_github-pages-challenge-chadeeeee.chadee.json b/domains/_github-pages-challenge-chadeeeee.chadee.json index 54aa16ccb..b27499786 100644 --- a/domains/_github-pages-challenge-chadeeeee.chadee.json +++ b/domains/_github-pages-challenge-chadeeeee.chadee.json @@ -1,6 +1,4 @@ { - "description": "Chadee website", - "repo": "https://github.com/chadeeeee/chadee-site", "owner": { "username": "chadeeeee", "telegram": "chadeeeeeeeeee", diff --git a/domains/_github-pages-challenge-enderpoint07.enderpoint.json b/domains/_github-pages-challenge-enderpoint07.enderpoint.json index 3fef2d721..341bec35c 100644 --- a/domains/_github-pages-challenge-enderpoint07.enderpoint.json +++ b/domains/_github-pages-challenge-enderpoint07.enderpoint.json @@ -1,6 +1,4 @@ { - "description": "EnderPoint's dev site", - "repo": "https://github.com/EnderPoint07/EnderPoint07.github.io", "owner": { "username": "EnderPoint07", "discord": "DotM38#5497", diff --git a/domains/_github-pages-challenge-kenwuqianghao.kenwu.json b/domains/_github-pages-challenge-kenwuqianghao.kenwu.json index 6679adedd..bd9996469 100644 --- a/domains/_github-pages-challenge-kenwuqianghao.kenwu.json +++ b/domains/_github-pages-challenge-kenwuqianghao.kenwu.json @@ -1,6 +1,4 @@ { - "description": "This is Ken Wu's personal portfolio website.", - "repo": "https://github.com/kenwuqianghao/kenwuqianghao.github.io", "owner": { "username": "KenWuqianghao", "email": "wooqianghao@gmail.com", diff --git a/domains/_github-pages-challenge-mcalec-dev.mcalec.json b/domains/_github-pages-challenge-mcalec-dev.mcalec.json index be8f1883f..274d950b7 100644 --- a/domains/_github-pages-challenge-mcalec-dev.mcalec.json +++ b/domains/_github-pages-challenge-mcalec-dev.mcalec.json @@ -1,6 +1,4 @@ { - "description": "mcalec.is-a.dev", - "repo": "https://github.com/mcalec-dev/mcalec.is-a.dev", "owner": { "username": "mcalec-dev", "email": "hello@mcalec.dev", diff --git a/domains/_github-pages-challenge-noobshubham.shubham.json b/domains/_github-pages-challenge-noobshubham.shubham.json index 50c000d5e..fab3d3f83 100644 --- a/domains/_github-pages-challenge-noobshubham.shubham.json +++ b/domains/_github-pages-challenge-noobshubham.shubham.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio Website", - "repo": "https://github.com/noobshubham/Portfolio", "owner": { "username": "noobshubham", "email": "noobshubham65@gmail.com" diff --git a/domains/_github-pages-challenge-shreyas-itb.shreyasitb.json b/domains/_github-pages-challenge-shreyas-itb.shreyasitb.json index 9e1a0edd9..9ce844cf8 100644 --- a/domains/_github-pages-challenge-shreyas-itb.shreyasitb.json +++ b/domains/_github-pages-challenge-shreyas-itb.shreyasitb.json @@ -1,6 +1,4 @@ { - "description": "Personal site for github@Shreyas-ITB (GH Pages verification)", - "repo": "https://github.com/Shreyas-ITB/Portfolio", "owner": { "username": "Shreyas-ITB", "email": "shreyasbrillint@gmail.com" diff --git a/domains/_github-pages-challenge-thenoppy12.thenoppy12.json b/domains/_github-pages-challenge-thenoppy12.thenoppy12.json index bb9386b8e..11a3489a8 100644 --- a/domains/_github-pages-challenge-thenoppy12.thenoppy12.json +++ b/domains/_github-pages-challenge-thenoppy12.thenoppy12.json @@ -1,6 +1,4 @@ { - "description": "Github Pages Register Domain", - "repo": "https://github.com/thenoppy12/thenoppy12.github.io", "owner": { "username": "BussyBakks", "email": "lengochuykiengiang@gmail.com", diff --git a/domains/_github-pages-challenge-therookiecoder.therookiecoder.json b/domains/_github-pages-challenge-therookiecoder.therookiecoder.json index 7ab699ded..dc2c44e73 100644 --- a/domains/_github-pages-challenge-therookiecoder.therookiecoder.json +++ b/domains/_github-pages-challenge-therookiecoder.therookiecoder.json @@ -1,6 +1,4 @@ { - "description": "GitHub domain verification for my personal website", - "repo": "https://github.com/theRookieCoder/theRookieCoder.github.io", "owner": { "username": "theRookieCoder", "email": "ileshkt@gmail.com", diff --git a/domains/_vercel.1ndrajeet.json b/domains/_vercel.1ndrajeet.json index 44eb55629..a2b55fd6d 100644 --- a/domains/_vercel.1ndrajeet.json +++ b/domains/_vercel.1ndrajeet.json @@ -1,7 +1,4 @@ { - "description": "Applying for an is-a.dev domain for my portfolio. (1ndrajeet.vercel.app)", - "repo": "https://github.com/1ndrajeet/1ndrajeet.github.io", - "owner": { "username": "1ndrajeet", "email": "omkar.kulkarni.3174@gmail.com" diff --git a/domains/_vercel.blog.chuyentinorz.json b/domains/_vercel.blog.chuyentinorz.json index 0e0a83ff3..7389ffcf4 100644 --- a/domains/_vercel.blog.chuyentinorz.json +++ b/domains/_vercel.blog.chuyentinorz.json @@ -1,6 +1,4 @@ { - "description": "This website is blogpost for ChuyenTinORZ", - "repo": "https://github.com/akk1to/akk1to.github.io", "owner": { "username": "akk1to", "email": "akk1to.dev@gmail.com", diff --git a/domains/_vercel.chriscent.json b/domains/_vercel.chriscent.json index ee688c3d4..26cec3e5e 100644 --- a/domains/_vercel.chriscent.json +++ b/domains/_vercel.chriscent.json @@ -1,6 +1,4 @@ { - "description": "A practice portfolio for web design challenges.", - "repo": "https://github.com/KishonShrill/website-portfolio", "owner": { "username": "KishonShrill", "email": "crystalbluew@gmail.com" diff --git a/domains/_vercel.deadshot.json b/domains/_vercel.deadshot.json index c9af99a4e..a7552ccf1 100644 --- a/domains/_vercel.deadshot.json +++ b/domains/_vercel.deadshot.json @@ -1,6 +1,4 @@ { - "description": "A simple portfolio template made by me.", - "repo": "https://github.com/deadshotofficial/minimal-portfolio", "owner": { "username": "deadshotofficial", "email": "deadshot3r@pm.me", diff --git a/domains/_vercel.docs.flowwing.json b/domains/_vercel.docs.flowwing.json index 972f9fc74..3a5b0ef0a 100644 --- a/domains/_vercel.docs.flowwing.json +++ b/domains/_vercel.docs.flowwing.json @@ -1,6 +1,4 @@ { - "description": "Documentation Flow-Wing Programming Language", - "repo": "https://github.com/kushagra1212/Flow-Wing", "owner": { "username": "kushagra1212", "email": "kushagrarathore002@gmail.com" diff --git a/domains/_vercel.itsjhonalex.json b/domains/_vercel.itsjhonalex.json index 4fae01ee7..5f2f3d883 100644 --- a/domains/_vercel.itsjhonalex.json +++ b/domains/_vercel.itsjhonalex.json @@ -1,6 +1,4 @@ { - "description": "itsjhonalex.is-a.dev", - "repo": "github.com/ItsJhonAlex/PortfolioDev", "owner": { "username": "ItsJhonAlex", "email": "itsjhonalex@gmail.com" diff --git a/domains/_vercel.matheusdev.json b/domains/_vercel.matheusdev.json index 1bdc60847..85c7023b8 100644 --- a/domains/_vercel.matheusdev.json +++ b/domains/_vercel.matheusdev.json @@ -1,6 +1,4 @@ { - "description": "Web Developer Portifolio", - "repo": "https://github.com/matheusfdosan/portifolio/", "owner": { "username": "matheusfdosan", "email": "matheusfaustinoe20@gmail.com", diff --git a/domains/_vercel.sabidzpro.json b/domains/_vercel.sabidzpro.json index 3dd984d6b..7d311020a 100644 --- a/domains/_vercel.sabidzpro.json +++ b/domains/_vercel.sabidzpro.json @@ -1,6 +1,4 @@ { - "description": "Portfolio saya yang di-deploy di Vercel", - "repo": "https://github.com/saifulabidin/saifulabidin.github.io", "owner": { "username": "saifulabidin", "email": "syaiful.osd@yahoo.com" diff --git a/domains/_vercel.ujjvaljoshi.json b/domains/_vercel.ujjvaljoshi.json index fa75c32eb..365d7ad37 100644 --- a/domains/_vercel.ujjvaljoshi.json +++ b/domains/_vercel.ujjvaljoshi.json @@ -1,6 +1,4 @@ { - "description": "Portfolio Website", - "repo": "https://github.com/ujjvaljoshi45/ujjvaljoshi45", "owner": { "username": "ujjvaljoshi45", "email": "ujjvaljoshi45@gmail.com" diff --git a/domains/_vercel.vinay.json b/domains/_vercel.vinay.json index a53c8fc53..feec59674 100644 --- a/domains/_vercel.vinay.json +++ b/domains/_vercel.vinay.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio Website", - "repo": "https://github.com/vinugawade/vinux.in", "owner": { "username": "vinugawade", "email": "vinulike11@gmail.com", diff --git a/domains/_vercel.w3teal.json b/domains/_vercel.w3teal.json index 8bfac1bd0..e8ad7ea07 100644 --- a/domains/_vercel.w3teal.json +++ b/domains/_vercel.w3teal.json @@ -1,6 +1,4 @@ { - "description": "Used for my W3Teal's blog website.", - "repo": "https://github.com/w3teal/w3teal.github.io", "owner": { "username": "w3teal", "email": "w3teal@gmail.com" diff --git a/domains/a-furry.json b/domains/a-furry.json index 3eaf85ff6..f059b828e 100644 --- a/domains/a-furry.json +++ b/domains/a-furry.json @@ -1,6 +1,4 @@ { - "description": "Ashley's website", - "repo": "https://github.com/Sxshley/sxshley.github.io", "owner": { "username": "Sxshley", "email": "tsuuunyaaa@gmail.com", diff --git a/domains/a1x5h04.json b/domains/a1x5h04.json index 758c36178..90902c805 100644 --- a/domains/a1x5h04.json +++ b/domains/a1x5h04.json @@ -3,8 +3,6 @@ "username": "A1X5H04", "email": "alishbaig2004@gmail.com" }, - "description": "a1x5h04's Portfolio", - "repo": "https://github.com/a1x5h04/portfolio", "records": { "CNAME": "a1x5h04.pages.dev" } diff --git a/domains/aakanksha.json b/domains/aakanksha.json index 228296959..8d6b0474e 100644 --- a/domains/aakanksha.json +++ b/domains/aakanksha.json @@ -1,6 +1,4 @@ { - "description": "Aakanksha's .is-a.dev domain", - "repo": "https://github.com/aakankshabhende/aakankshabhende.github.io", "owner": { "username": "aakankshabhende", "email": "aakanksha0407@gmail.com" diff --git a/domains/aakarsh.json b/domains/aakarsh.json index fdeaabf15..5e7ac0d33 100644 --- a/domains/aakarsh.json +++ b/domains/aakarsh.json @@ -1,6 +1,4 @@ { - "description": "My portfolio website", - "repo": "https://github.com/Aakarsh-Kumar/persnol", "owner": { "username": "Aakarsh-Kumar", "email": "aakarsh2504@gmail.com", diff --git a/domains/aakhilv.json b/domains/aakhilv.json index 74f05b458..0bf0e809a 100644 --- a/domains/aakhilv.json +++ b/domains/aakhilv.json @@ -8,4 +8,4 @@ "records": { "CNAME": "aakhilv.github.io" } -} \ No newline at end of file +} diff --git a/domains/aaksa.json b/domains/aaksa.json index 53a1e661c..786512d49 100644 --- a/domains/aaksa.json +++ b/domains/aaksa.json @@ -7,4 +7,4 @@ "records": { "CNAME": "aaksa.github.io" } -} \ No newline at end of file +} diff --git a/domains/aaraam.json b/domains/aaraam.json index 3ec5ad9b0..0788bf9f1 100644 --- a/domains/aaraam.json +++ b/domains/aaraam.json @@ -1,6 +1,4 @@ { - "description": "This website is a link to my personal developer portfolio.", - "repo": "https://github.com/aaraam/aaraam.github.io", "owner": { "username": "aaraam", "email": "aaraam.goblin@gmail.com" diff --git a/domains/aarno.json b/domains/aarno.json index fa6221bc3..e5edc1288 100644 --- a/domains/aarno.json +++ b/domains/aarno.json @@ -1,6 +1,4 @@ { - "description": "My Personal Website.", - "repo": "https://github.com/DorianAarno/dorianaarno.github.io", "owner": { "username": "DorianAarno", "email": "aarnodorian56@gmail.com" diff --git a/domains/aayushakacloudy.json b/domains/aayushakacloudy.json index ae522cf3f..e4f974ebb 100644 --- a/domains/aayushakacloudy.json +++ b/domains/aayushakacloudy.json @@ -1,6 +1,4 @@ { - "description": "Aayush aka Cloudy's Arcade Home", - "repo": "https://github.com/gamedevCloudy/gamedevCloudy.github.io", "owner": { "username": "gamedevCloudy", "email": "aaayush.dev@gmail.com" diff --git a/domains/abdo.json b/domains/abdo.json index 72db2f553..48e73ac06 100644 --- a/domains/abdo.json +++ b/domains/abdo.json @@ -1,6 +1,4 @@ { - "description": "Abdo AT Main Web Page", - "repo": "https://github.com/xAbdoAT/xabdoat.github.io", "owner": { "username": "xAbdoAT", "email": "xabdoat@gmail.com", diff --git a/domains/abdullahcxd.json b/domains/abdullahcxd.json index 5fc411203..87e8cb6cf 100644 --- a/domains/abdullahcxd.json +++ b/domains/abdullahcxd.json @@ -1,6 +1,4 @@ { - "description": "Portfolio use", - "repo": "https://github.com/abdullahcxd/abdullahcxd.github.io", "owner": { "username": "abdullahcxd", "email": "sabdullahcxd@gmail.com", diff --git a/domains/abdulrshaikh.json b/domains/abdulrshaikh.json index c080d3efa..d423dd7db 100644 --- a/domains/abdulrshaikh.json +++ b/domains/abdulrshaikh.json @@ -1,6 +1,4 @@ { - "description": "Abdul's personal developer website", - "repo": "https://github.com/ariskycode/ariskycode.github.io", "owner": { "username": "ariskycode", "email": "arirfanshaikh23@gmail.com" diff --git a/domains/abeja.json b/domains/abeja.json index 19703fdbd..98c453073 100644 --- a/domains/abeja.json +++ b/domains/abeja.json @@ -1,6 +1,4 @@ { - "description": "Abeja's portfolio", - "repo": "https://github.com/TheRealCrazyfuy/TheRealCrazyfuy.github.io", "owner": { "username": "TheRealCrazyfuy", "discord": "realabeja", diff --git a/domains/abelblue.json b/domains/abelblue.json index e0dfc53fc..e35df785c 100644 --- a/domains/abelblue.json +++ b/domains/abelblue.json @@ -1,6 +1,4 @@ { - "description": "Abel Mitiku's website", - "repo": "https://github.com/abel-blue/abelblue.dev", "owner": { "username": "abel-blue", "email": "abelmgetnet@gmail.com" diff --git a/domains/abh80.json b/domains/abh80.json index 62cf00fe6..e8de9957b 100644 --- a/domains/abh80.json +++ b/domains/abh80.json @@ -1,6 +1,4 @@ { - "description": "Link to my portfolio site.", - "repo": "https://github.com/abh80/abh80.github.io", "owner": { "username": "abh80", "email": "boatgithub27@gmail.com", diff --git a/domains/abhigyantrips.json b/domains/abhigyantrips.json index a52b9faf9..beb11327c 100644 --- a/domains/abhigyantrips.json +++ b/domains/abhigyantrips.json @@ -1,6 +1,4 @@ { - "description": "A personal website, with biodata.", - "repo": "https://github.com/abhigyantrips/abhigyantrips.github.io", "owner": { "username": "abhigyantrips", "email": "abhigyantrips@gmail.com" diff --git a/domains/abhijith.json b/domains/abhijith.json index df75c1ba3..8cde3bf8b 100644 --- a/domains/abhijith.json +++ b/domains/abhijith.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio", - "repo": "https://github.com/abhisawesome/abhisawesome.github.io", "owner": { "username": "abhisawesome", "email": "abhijithababhijith@gmail.com" diff --git a/domains/abhint.json b/domains/abhint.json index c71d02ed8..f2defe958 100644 --- a/domains/abhint.json +++ b/domains/abhint.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio written in HTML and JS", - "repo": "https://github.com/abhint/abhint.github.io", "owner": { "username": "abhint", "email": "notifyabhijith@gmail.com", diff --git a/domains/abishek.json b/domains/abishek.json index 37598a5be..24441a899 100644 --- a/domains/abishek.json +++ b/domains/abishek.json @@ -1,6 +1,4 @@ { - "description": "Abishek's portfolio website", - "repo": "https://github.com/vj-abishek/vj-abishek.github.io", "owner": { "username": "vj-abishek", "email": "abigosearch@gmail.com" diff --git a/domains/abubakar.json b/domains/abubakar.json index 04c3b33a5..bd5855745 100644 --- a/domains/abubakar.json +++ b/domains/abubakar.json @@ -1,6 +1,4 @@ { - "description": "My personal portfolio", - "repo": "https://github.com/AbubakarKang/AbubakarKang.github.io", "owner": { "username": "AbubakarKang", "discord": "TheHacker#4418" diff --git a/domains/ac21.json b/domains/ac21.json index 3fc1298bd..31781aec7 100644 --- a/domains/ac21.json +++ b/domains/ac21.json @@ -1,6 +1,4 @@ { - "description": "Atharva Chandwadkar's Portfolio", - "repo": "https://github.com/atharva21-stack/atharva21-stack.github.io", "owner": { "username": "atharva21-stack", "email": "chandwadkar28@gmail.com" diff --git a/domains/achraf.json b/domains/achraf.json index bc8f13230..8fc855b27 100644 --- a/domains/achraf.json +++ b/domains/achraf.json @@ -1,6 +1,4 @@ { - "description": "Achraf's Website!", - "repo": "https://github.com/Ax-r/ax-r.github.io", "owner": { "username": "Ax-r", "email": "hostmaster@netcourrier.com" diff --git a/domains/adais.json b/domains/adais.json index 2e1833fff..ee5b178f0 100644 --- a/domains/adais.json +++ b/domains/adais.json @@ -1,6 +1,4 @@ { - "description": "Personal developer website", - "repo": "https://github.com/leixiaoda/openai", "owner": { "username": "leixiaoda", "email": "leixiaoda@gmail.com" diff --git a/domains/adamperkowski.json b/domains/adamperkowski.json index 8dda3d1f5..49d6c82cd 100644 --- a/domains/adamperkowski.json +++ b/domains/adamperkowski.json @@ -1,6 +1,4 @@ { - "description": "Adam Perkowski's personal website", - "repo": "https://github.com/adamperkowski/website", "owner": { "username": "adamperkowski", "email": "adas1per@protonmail.com" diff --git a/domains/adarshvijay.json b/domains/adarshvijay.json index 70e3f20a3..2be7ac759 100644 --- a/domains/adarshvijay.json +++ b/domains/adarshvijay.json @@ -1,6 +1,4 @@ { - "description": "Adarsh Vijay's Site for things he doesn't know yet", - "repo": "https://github.com/adarsh-av13/adarsh-av13.github.io", "owner": { "username": "adarsh-av13", "email": "dra4474@gmail.com" diff --git a/domains/adharsh.json b/domains/adharsh.json index 40f365e4a..fc1e9cee5 100644 --- a/domains/adharsh.json +++ b/domains/adharsh.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio", - "repo": "https://github.com/adharsh-A/portfolio2024", "owner": { "username": "adharsh-a", "email": "adharshcodes@gmail.com" diff --git a/domains/adhi.json b/domains/adhi.json index a70ad920f..4b65cf5bb 100644 --- a/domains/adhi.json +++ b/domains/adhi.json @@ -1,6 +1,4 @@ { - "description": "Adhi", - "repo": "https://github.com/adhithyakrishna/adhithyakrishna.github.io", "owner": { "username": "Adhi", "email": "akrishna.cse21@gmail.com" diff --git a/domains/adi.json b/domains/adi.json index be551d6dc..96d8be933 100644 --- a/domains/adi.json +++ b/domains/adi.json @@ -1,6 +1,4 @@ { - "description": "Adrian is a dev", - "repo": "https://github.com/stryfe200fps/adrian", "owner": { "username": "stryfe200fps", "email": "fsdainsleif@gmail.com" diff --git a/domains/adil.json b/domains/adil.json index 68b70d87e..8ccaf70a9 100644 --- a/domains/adil.json +++ b/domains/adil.json @@ -1,6 +1,4 @@ { - "description": "Adil Mohammed's Dev Portfolio", - "repo": "https://github.com/adil-uddin/adil-uddin.github.io", "owner": { "username": "adil-uddin", "email": "adilaryan786@gmail.com" diff --git a/domains/adithyapaib.json b/domains/adithyapaib.json index bb4647be5..606648bc8 100644 --- a/domains/adithyapaib.json +++ b/domains/adithyapaib.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio Website", - "repo": "https://github.com/adithyapaib/adithyapaib.github.io", "owner": { "username": "adithyapaib", "email": "paiadithya26@gmail.com", diff --git a/domains/adityavag.json b/domains/adityavag.json index fc039567f..0e5d02c34 100644 --- a/domains/adityavag.json +++ b/domains/adityavag.json @@ -1,6 +1,4 @@ { - "description": "For Portfolio", - "repo": "https://github.com/adityavag/portfolio", "owner": { "username": "adityavag", "email": "adi247u@gmail.com" diff --git a/domains/admir.json b/domains/admir.json index 4de59ff46..563eb4cb8 100644 --- a/domains/admir.json +++ b/domains/admir.json @@ -1,6 +1,4 @@ { - "description": "Admir", - "repo": "https://github.com/justadmir/justadmir.github.io", "owner": { "username": "justadmir", "email": "admirtahiraj242@gmail.com" diff --git a/domains/adolar0042.json b/domains/adolar0042.json index 4c1898aa2..0df382020 100644 --- a/domains/adolar0042.json +++ b/domains/adolar0042.json @@ -1,6 +1,4 @@ { - "description": "personal website", - "repo": "https://github.com/adolar0042/adolar0042.github.io", "owner": { "username": "Adolar0042", "email": "adolar0042@gmail.com" diff --git a/domains/adrian.json b/domains/adrian.json index fb92df02a..c44cf5aa5 100644 --- a/domains/adrian.json +++ b/domains/adrian.json @@ -1,6 +1,4 @@ { - "description": "The awesome portfolio site for Adrian Grimm", - "repo": "https://github.com/usmcamgrimm/usmcamgrimm.github.io", "owner": { "username": "usmcamgrimm", "email": "usmcamgrimm@gmail.com" diff --git a/domains/aespada.json b/domains/aespada.json index 6c1f6b044..cc771ce67 100644 --- a/domains/aespada.json +++ b/domains/aespada.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio", - "repo": "https://github.com/alexES13/alexES13.github.io", "owner": { "username": "alexES13", "email": "butano_tren.7r@icloud.com" diff --git a/domains/aftermath.json b/domains/aftermath.json index 3804762fe..c17be8713 100644 --- a/domains/aftermath.json +++ b/domains/aftermath.json @@ -1,6 +1,4 @@ { - "description": "Describe the use of this subdomain", - "repo": "https://github.com/AfterMath9/aftermath9.github.io", "owner": { "username": "AfterMath9", "email": "amrmafalani@yahoo.com", diff --git a/domains/afton.json b/domains/afton.json index 1b384fdd6..bc5af8c84 100644 --- a/domains/afton.json +++ b/domains/afton.json @@ -1,6 +1,4 @@ { - "description": "My webpage, made using LiveTerm by Cveinnt", - "repo": "https://github.com/aftoncodes/aftoncodes.github.io", "owner": { "username": "aftoncodes", "email": "williamafton.codes@gmail.com", diff --git a/domains/agamjot-singh.json b/domains/agamjot-singh.json index 23a83a8ee..6dad1f4cc 100644 --- a/domains/agamjot-singh.json +++ b/domains/agamjot-singh.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio Webapp", - "repo": "https://github.com/agamjotsingh18/agamjotsingh18.github.io", "owner": { "username": "agamjotsingh18", "email": "agamjotsingh1801@gmail.com", diff --git a/domains/agelos.json b/domains/agelos.json index 2d6872400..95f45edb3 100644 --- a/domains/agelos.json +++ b/domains/agelos.json @@ -1,6 +1,4 @@ { - "description": "agelospanagiotakis profile", - "repo": "https://github.com/agelospanagiotakis/agelospanagiotakis.github.io", "owner": { "username": "agelospanagiotakis", "email": "agelospanagiotakis@gmail.com" diff --git a/domains/agent.json b/domains/agent.json index 06aa210f5..c096de745 100644 --- a/domains/agent.json +++ b/domains/agent.json @@ -1,6 +1,4 @@ { - "description": "Agent's Developer Portfolio", - "repo": "https://github.com/relentiousdragon/isadev-site/tree/main", "owner": { "username": "relentiousdragon", "email": "relentoor@gmail.com", diff --git a/domains/agung.json b/domains/agung.json index 3dc592e4f..c90040f9f 100644 --- a/domains/agung.json +++ b/domains/agung.json @@ -1,6 +1,4 @@ { - "description": "Profile Page", - "repo": "https://github.com/aw09/aw09.github.io", "owner": { "username": "aw09", "email": "agungwck.99@gmail.com" diff --git a/domains/ahammednibras.json b/domains/ahammednibras.json index b6f475a25..b63d16e2c 100644 --- a/domains/ahammednibras.json +++ b/domains/ahammednibras.json @@ -1,6 +1,4 @@ { - "description": "I want to use this domain as my personal web portfolio.", - "repo": "https://github.com/ahammednibras8/ahammednibras8.github.io", "owner": { "username": "ahammednibras8", "email": "ahammednibras@hey.com", diff --git a/domains/ahmad-muhajir.json b/domains/ahmad-muhajir.json index b05221f9f..67fc5e0ea 100644 --- a/domains/ahmad-muhajir.json +++ b/domains/ahmad-muhajir.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio", - "repo": "https://github.com/amuhajirs/amuhajirs.github.io", "owner": { "username": "amuhajirs", "email": "jeremyjeferson71@gmail.com" diff --git a/domains/ahmedashraf.json b/domains/ahmedashraf.json index 379d1b7fb..d4bfb3462 100644 --- a/domains/ahmedashraf.json +++ b/domains/ahmedashraf.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio", - "repo": "https://github.com/AhmedrAshraf/ahmedrashraf", "owner": { "username": "ahmedrashraf", "email": "ahmedr.0331@gmail.com" diff --git a/domains/ahuja-m.json b/domains/ahuja-m.json index 597f0b217..5c453c4e1 100644 --- a/domains/ahuja-m.json +++ b/domains/ahuja-m.json @@ -1,6 +1,4 @@ { - "description": "This is a user", - "repo": "https://github.com/ahuja-m/ahuja-m.github.io", "owner": { "username": "ahuja-m" }, diff --git a/domains/ahysa.andgyk.json b/domains/ahysa.andgyk.json index dac02600e..ff9b1be67 100644 --- a/domains/ahysa.andgyk.json +++ b/domains/ahysa.andgyk.json @@ -1,6 +1,4 @@ { - "description": "Ahysa Discord bot website", - "repo": "https://github.com/andgyk/ahysa", "owner": { "username": "andgyk", "email": "an4g7k@gmail.com" diff --git a/domains/ajay-charotariya.json b/domains/ajay-charotariya.json index 28154d314..5941955b5 100644 --- a/domains/ajay-charotariya.json +++ b/domains/ajay-charotariya.json @@ -1,6 +1,4 @@ { - "description": "Ajay charotariya.", - "repo": "https://github.com/ajay-charotariya/ajay-charotariya.github.io", "owner": { "username": "ajay-charotariya" }, diff --git a/domains/ajays.json b/domains/ajays.json index 04d4e2426..c5afa9794 100644 --- a/domains/ajays.json +++ b/domains/ajays.json @@ -1,6 +1,4 @@ { - "description": "want to use it for hosting my portfolio site", - "repo": "https://github.com/Dev-Ajay-sahani/Ajay_site", "owner": { "username": "Dev-Ajay-sahani", "email": "ajays.dev.contact@gmail.com" diff --git a/domains/ajit-thakor.json b/domains/ajit-thakor.json index f14b829e5..c83f9bd2a 100644 --- a/domains/ajit-thakor.json +++ b/domains/ajit-thakor.json @@ -1,6 +1,4 @@ { - "description": "Ajit Portfolio.", - "repo": "https://github.com/ajit-thakor/ajit-thakor.github.io", "owner": { "username": "ajit-thakor" }, diff --git a/domains/ajt-lkmn.json b/domains/ajt-lkmn.json index d19edac5c..94d91d1f8 100644 --- a/domains/ajt-lkmn.json +++ b/domains/ajt-lkmn.json @@ -1,6 +1,4 @@ { - "description": "Documentation website for is-a.dev", - "repo": "https://github.com/ajanthaa-lakkshmanan/ajanthaa-lakkshmanan.github.io", "owner": { "username": "ajanthaa-lakkshmanan", "email": "ajanthal@srmist.edu.in" diff --git a/domains/akanksha.json b/domains/akanksha.json index b488ef49d..9612a7c31 100644 --- a/domains/akanksha.json +++ b/domains/akanksha.json @@ -1,6 +1,4 @@ { - "description": "Akanksha' Welcome to my portfolio", - "repo": "https://github.com/AkankshaMishra2/Akanksha-Folio", "owner": { "username": "AkankshaMishra2", "email": "akankshamishra20042@gmail.com" diff --git a/domains/akcord.json b/domains/akcord.json index 778f1468c..45d6b6f63 100644 --- a/domains/akcord.json +++ b/domains/akcord.json @@ -1,6 +1,4 @@ { - "description": "AKCord's Portfolio", - "repo": "https://github.com/AKCord/akcord.github.io", "owner": { "username": "AKCord", "email": "shrestha.aeniv@gmail.com", diff --git a/domains/akhilesh.json b/domains/akhilesh.json index bf21cc699..5608a2e1d 100644 --- a/domains/akhilesh.json +++ b/domains/akhilesh.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/ProCoderAkhil/ProCoderAkhil.github.io", "owner": { "username": "ProCoderAkhil", "email": "AkhilRamachandran@gmail.com" diff --git a/domains/akira.json b/domains/akira.json index d67796ecc..97ea25bbe 100644 --- a/domains/akira.json +++ b/domains/akira.json @@ -1,6 +1,4 @@ { - "description": "Akira's Dev Webpage", - "repo": "https://github.com/cakira/cakira.github.io.git", "owner": { "username": "cakira", "email": "cleber.akira@gmail.com" diff --git a/domains/akk1to.json b/domains/akk1to.json index 3b09f5422..4071c5dc4 100644 --- a/domains/akk1to.json +++ b/domains/akk1to.json @@ -1,6 +1,4 @@ { - "description": "This website is my personal portfollo XD (let it on rq)", - "repo": "https://github.com/akk1to/akk1to.github.io", "owner": { "username": "akk1to", "email": "akk1to.dev@gmail.com", diff --git a/domains/akrm.json b/domains/akrm.json index 2e3f46d7d..16eeccd79 100644 --- a/domains/akrm.json +++ b/domains/akrm.json @@ -1,6 +1,4 @@ { - "description": "my portfolio", - "repo": "https://github.com/KemoXtech/my-portfolio", "owner": { "username": "KemoXtech", "email": "aljmalrealstate@gmail.com", diff --git a/domains/akshay-n.json b/domains/akshay-n.json index 56a4067cc..31b0d86ba 100644 --- a/domains/akshay-n.json +++ b/domains/akshay-n.json @@ -1,6 +1,4 @@ { - "description": "Akshay's email alias", - "repo": "https://github.com/phenax/phenax.github.io", "owner": { "username": "phenax", "email": "phenax5@gmail.com" diff --git a/domains/akshay.json b/domains/akshay.json index e4b83aa5c..2f42ab9ab 100644 --- a/domains/akshay.json +++ b/domains/akshay.json @@ -1,6 +1,4 @@ { - "description": "Akshay's portfolio website and blog", - "repo": "https://github.com/phenax/ediblemonad.dev", "owner": { "username": "phenax", "email": "phenax5@gmail.com" diff --git a/domains/akshayan.json b/domains/akshayan.json index 3f63ed67b..1760d9a14 100644 --- a/domains/akshayan.json +++ b/domains/akshayan.json @@ -1,6 +1,4 @@ { - "description": "Akshayan's Profile", - "repo": "https://github.com/akshayans/akshayans.github.io", "owner": { "username": "akshayans", "email": "akshayan@afhstudio.ml" diff --git a/domains/akshsingla.json b/domains/akshsingla.json index 31817d5fb..ca4a9fefb 100644 --- a/domains/akshsingla.json +++ b/domains/akshsingla.json @@ -3,8 +3,6 @@ "username": "Aktindo", "email": "akshit.singla.dps@gmail.com" }, - "description": "Personal website.", - "repo": "https://github.com/Aktindo/personal-website", "records": { "URL": "https://akshsingla.vercel.app" } diff --git a/domains/akshya.json b/domains/akshya.json index dfacec186..8122cc4d7 100644 --- a/domains/akshya.json +++ b/domains/akshya.json @@ -1,6 +1,4 @@ { - "description": "Portfolio Website", - "repo": "https://github.com/LowkeyGUY4444/LowkeyGUY4444.github.io", "owner": { "username": "LowkeyGUY4444", "email": "akshyathapa23@gmail.com" diff --git a/domains/akta-chavda.json b/domains/akta-chavda.json index 122905d20..d7b262725 100644 --- a/domains/akta-chavda.json +++ b/domains/akta-chavda.json @@ -1,6 +1,4 @@ { - "description": "ankita chavda.", - "repo": "https://github.com/akta-chavda/akta-chavda.github.io", "owner": { "username": "akta-chavda" }, diff --git a/domains/akzana.json b/domains/akzana.json index 20acea5dd..6fa83829f 100644 --- a/domains/akzana.json +++ b/domains/akzana.json @@ -1,6 +1,4 @@ { - "description": "Portfolio Site for Akzana. I want to host small projects on Akzana.Is-A.Dev to showcase my software engineering skills.", - "repo": "https://github.com/akzana/akzana.github.io", "owner": { "username": "akzana", "email": "akzanaklepsch@outlook.com" diff --git a/domains/alas.json b/domains/alas.json index e20f05cc8..348bfd644 100644 --- a/domains/alas.json +++ b/domains/alas.json @@ -1,6 +1,4 @@ { - "description": "better domain for a portfolio website and email", - "repo": "https://github.com/alastrantia/alastrantia.github.io", "owner": { "username": "Alastrantia", "email": "niklasnoneedtoknow@gmail.com" diff --git a/domains/albertodm.json b/domains/albertodm.json index 0749d9e48..d681d21af 100644 --- a/domains/albertodm.json +++ b/domains/albertodm.json @@ -1,10 +1,8 @@ { - "repo": "https://github.com/MonforteGG/portfolio", "owner": { "username": "MonforteGG", "email": "albdiamun@gmail.com" }, - "description": "portfolio website", "records": { "CNAME": "albertodm.netlify.app" } diff --git a/domains/albinvar.json b/domains/albinvar.json index 2bb1b5874..9bfa75a39 100644 --- a/domains/albinvar.json +++ b/domains/albinvar.json @@ -1,6 +1,4 @@ { - "description": "Albin's Personal Website", - "repo": "https://github.com/albinvar/albinvar.github.io", "owner": { "username": "albinvar", "email": "albinvar@pm.me" diff --git a/domains/aldnnnz.json b/domains/aldnnnz.json index 62ecace9c..9181de914 100644 --- a/domains/aldnnnz.json +++ b/domains/aldnnnz.json @@ -1,6 +1,4 @@ { - "description": "portofolio", - "repo": "https://github.com/aldnnnz/aldnnnz.github.io", "owner": { "username": "aldnnnz", "email": "aldynnn@yahoo.com" diff --git a/domains/alechu.json b/domains/alechu.json index c2349fabe..bdcde28dc 100644 --- a/domains/alechu.json +++ b/domains/alechu.json @@ -1,6 +1,4 @@ { - "description": "My personal website to describe who I am and what I'm currently doing as a developer", - "repo": "https://github.com/Alechuu/alechuu.github.io", "owner": { "username": "Alechuu", "email": "alechu.dev@icloud.com" diff --git a/domains/alejandropi.json b/domains/alejandropi.json index d71c74a6e..67e1dca84 100644 --- a/domains/alejandropi.json +++ b/domains/alejandropi.json @@ -1,6 +1,4 @@ { - "description": "Alejandro's Portfolio ", - "repo": "https://github.com/AlejandroPiCano/alejandropi", "owner": { "username": "AlejandroPiCano", "email": "alejandro.pi87@gmail.com" diff --git a/domains/alen.json b/domains/alen.json index c8bcf0749..cc251b464 100644 --- a/domains/alen.json +++ b/domains/alen.json @@ -1,6 +1,4 @@ { - "description": "Alen's page", - "repo": "https://github.com/alenseeman/alenseeman.github.io", "owner": { "username": "alenseeman", "email": "alenseeman@hotmail.com" diff --git a/domains/alessandro.json b/domains/alessandro.json index cebd492e8..e32d00fc6 100644 --- a/domains/alessandro.json +++ b/domains/alessandro.json @@ -1,6 +1,4 @@ { - "description": "Alessandro's portfolio", - "repo": "https://github.com/alessandroaussems/portfolio", "owner": { "username": "alessandroaussems", "email": "me@alessandroaussems.be" diff --git a/domains/alessandrobellesia.json b/domains/alessandrobellesia.json index d6985dc53..1c2888cce 100644 --- a/domains/alessandrobellesia.json +++ b/domains/alessandrobellesia.json @@ -1,6 +1,4 @@ { - "description": "Alessandro Bellesia personal website", - "repo": "https://github.com/alessandrobellesia/alessandrobellesia.github.io", "owner": { "username": "alessandrobellesia", "x": "@ale_bellesia" diff --git a/domains/alestor123.json b/domains/alestor123.json index 4bb8e7fbb..0a4f5d058 100644 --- a/domains/alestor123.json +++ b/domains/alestor123.json @@ -1,6 +1,4 @@ { - "description": "A Mortal Web Developer With Immortal Dreams", - "repo": "https://github.com/alestor123/alestor123.github.io", "owner": { "username": "alestor123", "email": "alestoraldous@gmail.com" diff --git a/domains/alexandre-machado.json b/domains/alexandre-machado.json index fa9f90d1d..d11720384 100644 --- a/domains/alexandre-machado.json +++ b/domains/alexandre-machado.json @@ -1,6 +1,4 @@ { - "description": "My personal domain.", - "repo": "https://github.com/alexandre-machado/alexandre-machado.github.io", "owner": { "username": "alexandre-machado", "email": "alexandre@machado.cc" diff --git a/domains/alexjoseph.json b/domains/alexjoseph.json index 0adbcbcd4..8a9d0171c 100644 --- a/domains/alexjoseph.json +++ b/domains/alexjoseph.json @@ -1,6 +1,4 @@ { - "description": "This is my first githib page", - "repo": "https://github.com/alexkjoseph/alexkjoseph.github.io", "owner": { "username": "alexkjoseph", "email": "aj71563@gmail.com" diff --git a/domains/alexlykesas.json b/domains/alexlykesas.json index c6c241e53..c088cc594 100644 --- a/domains/alexlykesas.json +++ b/domains/alexlykesas.json @@ -1,6 +1,4 @@ { - "description": "Alex Lykesas's personal developer website", - "repo": "https://github.com/Alexookah/alexlykesas.com", "owner": { "username": "alexookah", "email": "alexlykesas@gmail.com" diff --git a/domains/alexmercerind.json b/domains/alexmercerind.json index bd8542e6c..2bbabdbb5 100644 --- a/domains/alexmercerind.json +++ b/domains/alexmercerind.json @@ -1,6 +1,4 @@ { - "description": "A redirect to my actual personal website on GitHub Pages", - "repo": "https://github.com/alexmercerind/alexmercerind.github.io", "owner": { "username": "alexmercerind", "email": "alexmercerind@gmail.com", diff --git a/domains/alfred.json b/domains/alfred.json index bbbc14b37..210882e5f 100644 --- a/domains/alfred.json +++ b/domains/alfred.json @@ -1,6 +1,4 @@ { - "description": "MkDocs website for alfred-discord-bot", - "repo": "https://github.com/AlfredDiscordBot/AlfredDiscordBot.github.io", "owner": { "username": "AlfredDiscordBot", "email": "alvinallen333@gmail.com" diff --git a/domains/algebraic-effects.akshay.json b/domains/algebraic-effects.akshay.json index cdb4498c4..06946f290 100644 --- a/domains/algebraic-effects.akshay.json +++ b/domains/algebraic-effects.akshay.json @@ -1,6 +1,4 @@ { - "description": "Docs for algebraic effects library", - "repo": "https://github.com/phenax/algebraic-effects", "owner": { "username": "phenax", "email": "phenax5@gmail.com" diff --git a/domains/ali-abdurrazzak.json b/domains/ali-abdurrazzak.json index 929af9cbe..e410065c9 100644 --- a/domains/ali-abdurrazzak.json +++ b/domains/ali-abdurrazzak.json @@ -1,6 +1,4 @@ { - "description": "A subdomain to direct ali's portofolio github pages", - "repo": "https://github.com/aliabdurrazzak/aliabdurrazzak.github.io", "owner": { "username": "aliabdurrazzak", "email": "aliabdurrazzak@gmail.com", diff --git a/domains/ali.json b/domains/ali.json index 54f80771b..b1675bfc8 100644 --- a/domains/ali.json +++ b/domains/ali.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/hmd-ali/hmd-ali.github.io", "owner": { "username": "hmd-ali", "email": "letsmailali.h@gmail.com" diff --git a/domains/all.json b/domains/all.json index ca0dd8941..6ef61a6e5 100644 --- a/domains/all.json +++ b/domains/all.json @@ -1,6 +1,4 @@ { - "description": "Visualization of raw-api.is-a.dev", - "repo": "https://github.com/JustDeveloper1/all.is-a.dev", "owner": { "username": "JustDeveloper1", "email": "dev@j.is-a.dev", diff --git a/domains/allancoding.json b/domains/allancoding.json index c2fa80c30..900684325 100644 --- a/domains/allancoding.json +++ b/domains/allancoding.json @@ -1,6 +1,4 @@ { - "description": "My main website", - "repo": "https://github.com/allancoding/allancoding.is-a.dev", "owner": { "username": "allancoding", "email": "allancoding.dev@gmail.com", diff --git a/domains/allen-xavier.json b/domains/allen-xavier.json index d62e7c9fc..2f5b36a86 100644 --- a/domains/allen-xavier.json +++ b/domains/allen-xavier.json @@ -1,6 +1,4 @@ { - "description": "For Portfolio Website", - "repo": "https://github.com/xavierallem/AllenXavier", "owner": { "username": "xavierallem", "email": "xavierallem1999@gmail.com" diff --git a/domains/aloo-bun.json b/domains/aloo-bun.json index 3ae97bb78..9edcc0b80 100644 --- a/domains/aloo-bun.json +++ b/domains/aloo-bun.json @@ -1,6 +1,4 @@ { - "description": "Aloo Bun Website", - "repo": "https://github.com/AshC1ty/ashc1ty.github.io", "owner": { "username": "AshC1ty", "email": "ashcity07734@gmail.com" diff --git a/domains/alperen.json b/domains/alperen.json index bc732ecab..a1cc9a8d0 100644 --- a/domains/alperen.json +++ b/domains/alperen.json @@ -1,6 +1,4 @@ { - "description": "Alperen Aslan Portfolio", - "repo": "https://github.com/alperenasln/alperenasln.github.io", "owner": { "username": "alperenasln", "email": "alperenaslan55@gmail.com" diff --git a/domains/alphaspheredotai.json b/domains/alphaspheredotai.json index 700647280..a3f1e1858 100644 --- a/domains/alphaspheredotai.json +++ b/domains/alphaspheredotai.json @@ -1,6 +1,4 @@ { - "description": "Website of AlphaSphere.AI Team", - "repo": "https://github.com/AlphaSphereDotAI/AlphaSphereDotAI.github.io", "owner": { "username": "AlphaSphereDotAI", "email": "AlphaSphere.AI@gmail.com" diff --git a/domains/alvito.json b/domains/alvito.json index eeb47e404..51ede65bf 100644 --- a/domains/alvito.json +++ b/domains/alvito.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio website", - "repo": "https://github.com/alvitodev/alvitodev.github.io", "owner": { "username": "alvitodev", "email": "alvitodev@protonmail.com" diff --git a/domains/amaankazi.json b/domains/amaankazi.json index 0e711f80c..d12b7a80e 100644 --- a/domains/amaankazi.json +++ b/domains/amaankazi.json @@ -1,6 +1,4 @@ { - "description": "Amaan Kazi's website containing portfolio, projects, games and more", - "repo": "https://github.com/Amaan-Kazi/website-amaan-kazi", "owner": { "username": "Amaan-Kazi", "email": "amaankazi1793@gmail.com" diff --git a/domains/amal-sebastian.json b/domains/amal-sebastian.json index 82bdf7787..c6c86609c 100644 --- a/domains/amal-sebastian.json +++ b/domains/amal-sebastian.json @@ -1,6 +1,4 @@ { - "description": "Amal's personal developer website", - "repo": "https://github.com/amalsebs/amalsebs.github.io", "owner": { "username": "amalsebs", "email": "amalsebastian48@gmail.com" diff --git a/domains/amal.json b/domains/amal.json index 82bdf7787..c6c86609c 100644 --- a/domains/amal.json +++ b/domains/amal.json @@ -1,6 +1,4 @@ { - "description": "Amal's personal developer website", - "repo": "https://github.com/amalsebs/amalsebs.github.io", "owner": { "username": "amalsebs", "email": "amalsebastian48@gmail.com" diff --git a/domains/amanza17.json b/domains/amanza17.json index e7a55a8eb..c8499caf7 100644 --- a/domains/amanza17.json +++ b/domains/amanza17.json @@ -1,6 +1,4 @@ { - "description": "amanza17.is-a.dev", - "repo": "https://github.com/Amanza17/Amanza17.github.io.git", "owner": { "username": "Amanza17", "email": "a.manzanares.2023@alumnos.urjc.es" diff --git a/domains/amardeep.json b/domains/amardeep.json index af91e3df6..555846e90 100644 --- a/domains/amardeep.json +++ b/domains/amardeep.json @@ -1,6 +1,4 @@ { - "description": "Amardeep Lakshkar Portfolio", - "repo": "https://github.com/amardeeplakshkar/portfolio", "owner": { "username": "amardeeplakshkar", "email": "amardeep.devs@gmail.com" diff --git a/domains/ameen.json b/domains/ameen.json index d0a28bc2b..bece1f239 100644 --- a/domains/ameen.json +++ b/domains/ameen.json @@ -1,6 +1,4 @@ { - "description": "portfolio website", - "repo": "https://github.com/am333n/my_portfolio", "owner": { "username": "am333n", "email": "muhammedameen752@gmail.com" diff --git a/domains/amenya.json b/domains/amenya.json index 6c0182d1a..c6f72666a 100644 --- a/domains/amenya.json +++ b/domains/amenya.json @@ -1,6 +1,4 @@ { - "description": "My personal portfolio", - "repo": "https://github.com/aspects19/aspects19", "owner": { "username": "aspects19", "email": "ambezos388@hotmail.com" diff --git a/domains/amin.json b/domains/amin.json index f8914138e..c5e6ca836 100644 --- a/domains/amin.json +++ b/domains/amin.json @@ -1,6 +1,4 @@ { - "description": "website for my links", - "repo": "https://github.com/amenm0/littlelink.github.io", "owner": { "username": "amenm0", "email": "mjmwtmjls@gmail.com" diff --git a/domains/amiralam.json b/domains/amiralam.json index 374602cbe..55d72c069 100644 --- a/domains/amiralam.json +++ b/domains/amiralam.json @@ -1,6 +1,4 @@ { - "description": "This is my personal portfolio", - "repo": "https://github.com/amiralamf4/amiralamf4.github.io", "owner": { "username": "amiralamf4", "email": "sameer72135@gmail.com", diff --git a/domains/ammar.json b/domains/ammar.json index 96c3a3281..b29835f38 100644 --- a/domains/ammar.json +++ b/domains/ammar.json @@ -1,6 +1,4 @@ { - "description": "Ammar's personal website", - "repo": "https://github.com/Ammaryasser1998/ammaryasser1998.github.io", "owner": { "username": "Ammaryasser1998", "email": "amyss1910@gmail.com" diff --git a/domains/amosmurmu.json b/domains/amosmurmu.json index 12bd4b37b..86dded754 100644 --- a/domains/amosmurmu.json +++ b/domains/amosmurmu.json @@ -1,6 +1,4 @@ { - "description": "Personal Software Portfolio", - "repo": "https://github.com/amosmurmu/amosmurmu.github.io.git", "owner": { "username": "amosmurmu", "email": "amosmurmu002@gmail.com" diff --git a/domains/amuffin.json b/domains/amuffin.json index 2c5988a8c..c58c3937c 100644 --- a/domains/amuffin.json +++ b/domains/amuffin.json @@ -1,6 +1,4 @@ { - "description": "amuffins website", - "repo": "https://github.com/amagicmuffin/amagicmuffin.github.io", "owner": { "username": "amagicmuffin", "email": "2014wcheng@gmail.com" diff --git a/domains/amy.json b/domains/amy.json index 5a815f628..8d69470ea 100644 --- a/domains/amy.json +++ b/domains/amy.json @@ -1,6 +1,4 @@ { - "description": "Amy's is-a-dev domain", - "repo": "https://github.com/nullishamy/nullishamy.github.io", "owner": { "username": "nullishamy", "email": "contact@amyerskine.me" diff --git a/domains/andgyk.json b/domains/andgyk.json index c8b14826e..cb6f003ea 100644 --- a/domains/andgyk.json +++ b/domains/andgyk.json @@ -1,6 +1,4 @@ { - "description": "andgyk website", - "repo": "https://github.com/andgyk/andgyk.github.io", "owner": { "username": "andgyk", "email": "an4g7k@gmail.com" diff --git a/domains/andr.json b/domains/andr.json index fc15a8966..b72a1efe2 100644 --- a/domains/andr.json +++ b/domains/andr.json @@ -1,6 +1,4 @@ { - "description": "Domain for my personal blog", - "repo": "https://github.com/rbaks/rbaks.github.io", "owner": { "username": "rbaks", "email": "andri.bakoson@gmail.com" diff --git a/domains/andrianina.json b/domains/andrianina.json index fc15a8966..b72a1efe2 100644 --- a/domains/andrianina.json +++ b/domains/andrianina.json @@ -1,6 +1,4 @@ { - "description": "Domain for my personal blog", - "repo": "https://github.com/rbaks/rbaks.github.io", "owner": { "username": "rbaks", "email": "andri.bakoson@gmail.com" diff --git a/domains/andronasef.json b/domains/andronasef.json index 6d06bc469..972461a54 100644 --- a/domains/andronasef.json +++ b/domains/andronasef.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio", - "repo": "https://github.com/andronasef/andronasef.github.io", "owner": { "username": "andronasef", "email": "andronasef@gmail.com", diff --git a/domains/andy.json b/domains/andy.json index ddb2310fd..9d957adfa 100644 --- a/domains/andy.json +++ b/domains/andy.json @@ -1,6 +1,4 @@ { - "description": "Andy's portfolio website", - "repo": "https://github.com/andyfaizan/andyfaizan.github.io", "owner": { "username": "andyfaizan", "email": "andyfaizan@gmail.com" diff --git a/domains/angelo.json b/domains/angelo.json index 504a08f58..4263d97c7 100644 --- a/domains/angelo.json +++ b/domains/angelo.json @@ -1,6 +1,4 @@ { - "description": "Link for Angelo's personal site on GitHub pages", - "repo": "https://github.com/angelofallars/angelofallars.github.io", "owner": { "username": "angelofallars", "email": "ba.fallaria@gmail.com" diff --git a/domains/angelwuff.json b/domains/angelwuff.json index 13e946324..15d16d3e2 100644 --- a/domains/angelwuff.json +++ b/domains/angelwuff.json @@ -1,6 +1,4 @@ { - "description": "Angel Wuffy", - "repo": "https://github.com/Angelix1/Angelix1.github.io", "owner": { "username": "Angelix1", "twitter": "AngelTheWolfy" diff --git a/domains/angganix.json b/domains/angganix.json index 844a6a1ac..ba1999605 100644 --- a/domains/angganix.json +++ b/domains/angganix.json @@ -1,6 +1,4 @@ { - "description": "For personal site, blogging, and displayed portofolio", - "repo": "https://github.com/angganix/angganix.github.io", "owner": { "username": "angganix", "email": "angganix@gmail.com" diff --git a/domains/aniketrajsingh.json b/domains/aniketrajsingh.json index dbc457490..5b1ad26aa 100644 --- a/domains/aniketrajsingh.json +++ b/domains/aniketrajsingh.json @@ -1,6 +1,4 @@ { - "description": "The Domain is going to be used for my Portfolio", - "repo": "https://github.com/aniketrajsingh/aniketrajsingh.github.io", "owner": { "username": "aniketrajsingh", "email": "aniket@tfug-ghaziabad.tech", diff --git a/domains/animesh-kotka.json b/domains/animesh-kotka.json index 6767df3d1..e24e87623 100644 --- a/domains/animesh-kotka.json +++ b/domains/animesh-kotka.json @@ -1,6 +1,4 @@ { - "description": "Simple Portfolio", - "repo": "https://github.com/AnimeshKotka/Animesh-Kotka-Portfolio", "owner": { "username": "AnimeshKotka", "email": "animesh@kotka.tech" diff --git a/domains/anish.json b/domains/anish.json index b6d6a3bfe..a38452c6b 100644 --- a/domains/anish.json +++ b/domains/anish.json @@ -4,8 +4,6 @@ "email": "anishmandalme1234@outlook.com", "twitter": "anishsay" }, - "description": "This website is for my personal portfolio.", - "repo": "https://github.com/anish-mandal/anish-mandal.github.io", "records": { "CNAME": "anish-mandal.github.io" } diff --git a/domains/ankiprajapati.json b/domains/ankiprajapati.json index ebc893d14..638f3e3ba 100644 --- a/domains/ankiprajapati.json +++ b/domains/ankiprajapati.json @@ -1,6 +1,4 @@ { - "description": "ankit Prajapati.", - "repo": "https://github.com/ankiprajapati/ankiprajapati.github.io", "owner": { "username": "ankiprajapati" }, diff --git a/domains/ankit-acquaintsoft.json b/domains/ankit-acquaintsoft.json index fbe906a7f..85c46e8d2 100644 --- a/domains/ankit-acquaintsoft.json +++ b/domains/ankit-acquaintsoft.json @@ -1,6 +1,4 @@ { - "description": "This website is a link to my personal developer portfolio.", - "repo": "https://github.com/ankit-acquaintsoft/ankit-acquaintsoft.github.io", "owner": { "username": "ankit-dere" }, diff --git a/domains/ankit-chaubey.json b/domains/ankit-chaubey.json index d3179da9e..af2eb31e9 100644 --- a/domains/ankit-chaubey.json +++ b/domains/ankit-chaubey.json @@ -1,6 +1,4 @@ { - "description": "Ankit Chaubey's GitHub page", - "repo": "https://github.com/ankit-chaubey/ankit-chaubey", "owner": { "username": "ankit-chaubey", "email": "m.ankitchaubey@gmail.com", diff --git a/domains/ankit.json b/domains/ankit.json index f9bc5b8cf..74ed5f687 100644 --- a/domains/ankit.json +++ b/domains/ankit.json @@ -1,6 +1,4 @@ { - "description": "Will be using this subdomain for personal portfolio", - "repo": "https://github.com/ankitjain-1/ankitjain-1.github.io", "owner": { "username": "ankitjain-1", "email": "akjain6067.aj@gmail.com" diff --git a/domains/ankitchaubey.json b/domains/ankitchaubey.json index d3179da9e..af2eb31e9 100644 --- a/domains/ankitchaubey.json +++ b/domains/ankitchaubey.json @@ -1,6 +1,4 @@ { - "description": "Ankit Chaubey's GitHub page", - "repo": "https://github.com/ankit-chaubey/ankit-chaubey", "owner": { "username": "ankit-chaubey", "email": "m.ankitchaubey@gmail.com", diff --git a/domains/anmail.json b/domains/anmail.json index 6fea1f054..6ccc2c760 100644 --- a/domains/anmail.json +++ b/domains/anmail.json @@ -1,6 +1,4 @@ { - "description": "Subdomain my own website and email forwarding", - "repo": "https://github.com/ririko5834/register", "owner": { "username": "ririko5834", "email": "wolfo89+anmail@protonmail.com" diff --git a/domains/anmol-chaudhary.json b/domains/anmol-chaudhary.json index eff313293..c502a27fa 100644 --- a/domains/anmol-chaudhary.json +++ b/domains/anmol-chaudhary.json @@ -1,6 +1,4 @@ { - "description": "Portfolio", - "repo": "https://github.com/4nmolChaudhary/portfolio-v2", "owner": { "username": "4nmolChaudhary", "email": "chaudharyanmol321@gmail.com" diff --git a/domains/anmol.json b/domains/anmol.json index a9e03c592..cca7277c8 100644 --- a/domains/anmol.json +++ b/domains/anmol.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio webpage", - "repo": "https://github.com/tecanmol/Portfolio", "owner": { "username": "tecanmol", "email": "panmol735@gmail.com" diff --git a/domains/ann.json b/domains/ann.json index 335ea1e04..022b67a77 100644 --- a/domains/ann.json +++ b/domains/ann.json @@ -1,6 +1,4 @@ { - "description": "Personal website to host bio info and other things", - "repo": "https://github.com/true1ann/true1ann.github.io", "owner": { "username": "true1ann", "email": "true1ann@tutamail.com" diff --git a/domains/annihilatorrrr.json b/domains/annihilatorrrr.json index f89ca15f1..e04688845 100644 --- a/domains/annihilatorrrr.json +++ b/domains/annihilatorrrr.json @@ -1,6 +1,4 @@ { - "repo": "https://github.com/annihilatorrrr/annihilatorrrr.github.io", - "description": "My personal website.", "owner": { "username": "annihilatorrrr", "email": "annihilatorspark@gmail.com", diff --git a/domains/anon.json b/domains/anon.json index 81ad0da0c..5a2a7df50 100644 --- a/domains/anon.json +++ b/domains/anon.json @@ -1,6 +1,4 @@ { - "description": "Anondev's personal profile website", - "repo": "https://github.com/anondev-sudo/anondev-sudo", "owner": { "username": "anondev-sudo", "email": "contact@anonym-dev.tk" diff --git a/domains/ansari-atharnadim.json b/domains/ansari-atharnadim.json index afb52eaa1..21e587d72 100644 --- a/domains/ansari-atharnadim.json +++ b/domains/ansari-atharnadim.json @@ -1,6 +1,4 @@ { - "description": "This is my website", - "repo": "https://github.com/ansari-atharnadim/ansari-atharnadim.github.io", "owner": { "username": "ansari-atharnadim" }, diff --git a/domains/ansari-saify.json b/domains/ansari-saify.json index 8a0467f4c..6c333c244 100644 --- a/domains/ansari-saify.json +++ b/domains/ansari-saify.json @@ -1,6 +1,4 @@ { - "description": "This website is a link to my personal developer portfolio.", - "repo": "https://github.com/ansari-saify/ansari-saify.github.io", "owner": { "username": "ansari-saify" }, diff --git a/domains/anthrxc.json b/domains/anthrxc.json index 5510a1866..3234bb501 100644 --- a/domains/anthrxc.json +++ b/domains/anthrxc.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio website", - "repo": "https://github.com/anthrxc/portfolio", "owner": { "username": "anthrxc", "email": "anthromadayt@gmail.com" diff --git a/domains/anthxny.json b/domains/anthxny.json index 56c6bb3fb..a10420d61 100644 --- a/domains/anthxny.json +++ b/domains/anthxny.json @@ -1,6 +1,4 @@ { - "description": "My perosnal portfolio", - "repo": "https://github.com/anthonycursewl/brd-portfolio", "owner": { "username": "anthonycursewl", "email": "zerpaathony.wx@breadriuss.com" diff --git a/domains/antlis.json b/domains/antlis.json index 2bc7cf424..6f5780a81 100644 --- a/domains/antlis.json +++ b/domains/antlis.json @@ -1,6 +1,4 @@ { - "description": "Personal website", - "repo": "https://github.com/antlis/antlis.github.io", "owner": { "username": "antlis", "email": "crabs@cock.li" diff --git a/domains/antoangiaothong.akk1to.json b/domains/antoangiaothong.akk1to.json index dd3addfe3..fdf47929c 100644 --- a/domains/antoangiaothong.akk1to.json +++ b/domains/antoangiaothong.akk1to.json @@ -1,6 +1,4 @@ { - "description": "This website is my personal portfollo XD (let it on rq)", - "repo": "https://github.com/akk1to/atgtsystem", "owner": { "username": "akk1to", "email": "akk1to.dev@gmail.com", diff --git a/domains/anttondev.json b/domains/anttondev.json index 12c82360b..58f89fec7 100644 --- a/domains/anttondev.json +++ b/domains/anttondev.json @@ -1,6 +1,4 @@ { - "description": "Anttondev's portfolio", - "repo": "https://github.com/antton-dev/portfolio-challenge", "owner": { "username": "antton-dev", "email": "antton.chevrier@etik.com" diff --git a/domains/anujer.json b/domains/anujer.json index 8e58eccec..92eda4089 100644 --- a/domains/anujer.json +++ b/domains/anujer.json @@ -1,6 +1,4 @@ { - "description": "Anuj' Welcome to my portfolio", - "repo": "https://github.com/Anuj-er/Folio-Anuj", "owner": { "username": "Anuj-er", "email": "anujkumar142000@gmail.com" diff --git a/domains/anujrajak.json b/domains/anujrajak.json index 7dfc82a3d..c5a898822 100644 --- a/domains/anujrajak.json +++ b/domains/anujrajak.json @@ -1,6 +1,4 @@ { - "repo": "https://github.com/anujrajak/anujrajak.github.io", - "description": "Verification for anujrajak.is-a.dev", "owner": { "username": "anujrajak", "email": "mr.anujrajak@gmail.com" diff --git a/domains/apoloz.json b/domains/apoloz.json index 11af38f9c..1013146bd 100644 --- a/domains/apoloz.json +++ b/domains/apoloz.json @@ -1,6 +1,4 @@ { - "description": "Anatoliy Poloz portfolio", - "repo": "https://github.com/tolyod/tolyod.github.io", "owner": { "username": "tolyod", "email": "anatoliy.poloz@gmail.com" diff --git a/domains/app-giua.json b/domains/app-giua.json index 4ff1b0245..1db9ddbff 100644 --- a/domains/app-giua.json +++ b/domains/app-giua.json @@ -1,6 +1,4 @@ { - "description": "Giua-App è l'applicazione non ufficiale dei registri elettronici giua@school", - "repo": "https://github.com/Milanstarkk/Giua-App", "owner": { "username": "Milanstarkk", "email": "milanstark09yt@gmail.com" diff --git a/domains/applesfruit.json b/domains/applesfruit.json index 9f7dab039..6545cacf1 100644 --- a/domains/applesfruit.json +++ b/domains/applesfruit.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio page with my recent and past projects, experiences, and more.", - "repo": "https://github.com/applesfruit/applesfruit.github.io", "owner": { "username": "applesfruit", "email": "arya.kshipra@gmail.com", diff --git a/domains/aqtk.json b/domains/aqtk.json index 7931f82a7..fe491401f 100644 --- a/domains/aqtk.json +++ b/domains/aqtk.json @@ -1,6 +1,4 @@ { - "description": "Describe the use of this subdomain", - "repo": "https://github.com/GoldenStarGamer/aqtk", "owner": { "username": "GoldenStarGamer", "email": "vicentetavareslima@gmail.com" diff --git a/domains/arafat-alim.json b/domains/arafat-alim.json index e594a0b01..0552d6b81 100644 --- a/domains/arafat-alim.json +++ b/domains/arafat-alim.json @@ -1,6 +1,4 @@ { - "description": "My portfolio website hosted on Netlify", - "repo": "https://github.com/Arafat-alim/my-portfolio", "owner": { "username": "arafat-alim", "email": "arafat97alim@gmail.com" diff --git a/domains/arafatrahaman.json b/domains/arafatrahaman.json index 70ad1c85d..54ba64b78 100644 --- a/domains/arafatrahaman.json +++ b/domains/arafatrahaman.json @@ -1,6 +1,4 @@ { - "description": "A personal portfolio website", - "repo": "https://github.com/Hieser21/portfolio", "owner": { "username": "Hieser21", "email": "rarafat883@gmail.com" diff --git a/domains/aramos.json b/domains/aramos.json index c1c9705a8..dee83b88d 100644 --- a/domains/aramos.json +++ b/domains/aramos.json @@ -1,6 +1,4 @@ { - "description": "The awesome portfolio site for Alejandro Ramos", - "repo": "https://github.com/Al327/al327.github.io", "owner": { "username": "al327", "email": "ramosgalejandro3f@gmail.com" diff --git a/domains/arch.json b/domains/arch.json index fe3b3ee75..5cad01fee 100644 --- a/domains/arch.json +++ b/domains/arch.json @@ -1,6 +1,4 @@ { - "description": "My personal website on arch.is-a.dev (main files in repo/repository).", - "repo": "https://github.com/Arch881010/Arch881010", "owner": { "username": "Arch881010", "email": "arch@arch1010.dev", diff --git a/domains/archelaus.json b/domains/archelaus.json index c8ab522bd..fa6773a06 100644 --- a/domains/archelaus.json +++ b/domains/archelaus.json @@ -1,6 +1,4 @@ { - "description": "Portfolio", - "repo": "https://github.com/archelaus/archelaus.github.io", "owner": { "username": "archelaus", "email": "archelaus@skiff.com" diff --git a/domains/archie.json b/domains/archie.json index 3804ab5be..db225de17 100644 --- a/domains/archie.json +++ b/domains/archie.json @@ -1,6 +1,4 @@ { - "description": "My personal developer portfolio.", - "repo": "https://github.com/iLikeToCode/iliketocode.github.io", "owner": { "username": "iLikeToCode", "email": "archie@archiesbytes.xyz" diff --git a/domains/aref.json b/domains/aref.json index 55cfa8f53..c28b5e50d 100644 --- a/domains/aref.json +++ b/domains/aref.json @@ -1,6 +1,4 @@ { - "description": "My personal website", - "repo": "https://github.com/stormaref/stormaref.github.io", "owner": { "username": "stormaref", "email": "storm.aref@gmail.com" diff --git a/domains/arhanansari.json b/domains/arhanansari.json index 403075675..a4b8c432b 100644 --- a/domains/arhanansari.json +++ b/domains/arhanansari.json @@ -1,6 +1,4 @@ { - "description": "A sleek and 3D portfolio website for Arhan Ansari.", - "repo": "https://github.com/ArhanAnsari/Arhans-Portfolio", "owner": { "username": "ArhanAnsari", "email": "arhanansari2009@gmail.com", diff --git a/domains/ari.json b/domains/ari.json index 0792a8651..135805c90 100644 --- a/domains/ari.json +++ b/domains/ari.json @@ -1,6 +1,4 @@ { - "repo": "https://ari.lt/git", - "description": "Ari-web: A personal website of a Lithuanian open source developer Ari Archer (Arija A.) who provides different free, private, and open source services for others.", "owner": { "username": "TruncatedDinoSour", "email": "ari@ari.lt" diff --git a/domains/arif.json b/domains/arif.json index 90bf0a427..1130843d2 100644 --- a/domains/arif.json +++ b/domains/arif.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio Website", - "repo": "https://github.com/Arif-Islam/Portfolio-site", "owner": { "username": "Arif-Islam", "email": "arif8491@gmail.com" diff --git a/domains/arizerr.json b/domains/arizerr.json index b149479b3..24ea33544 100644 --- a/domains/arizerr.json +++ b/domains/arizerr.json @@ -1,6 +1,4 @@ { - "description": "Github Page", - "repo": "https://github.com/Arizerr/Arizerr.github.io", "owner": { "username": "Arizerr", "email": "arisiraj738@gmail.com" diff --git a/domains/arjuncvinod.json b/domains/arjuncvinod.json index 9253f6836..98bd13975 100644 --- a/domains/arjuncvinod.json +++ b/domains/arjuncvinod.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website", - "repo": "https://github.com/arjuncvinod/arjuncvinod.github.io", "owner": { "username": "arjuncvinod", "email": "arjuncvinod007@gmail.com", diff --git a/domains/arpana.json b/domains/arpana.json index 03cdeb9eb..041f3e24d 100644 --- a/domains/arpana.json +++ b/domains/arpana.json @@ -1,6 +1,4 @@ { - "description": "Meet Arpana!", - "repo": "https://github.com/winter-code/winter-code", "owner": { "username": "winter-code", "email": "arpana11mehta@gmail.com", diff --git a/domains/arsenobetaine.json b/domains/arsenobetaine.json index d338993e7..ccf834ba8 100644 --- a/domains/arsenobetaine.json +++ b/domains/arsenobetaine.json @@ -1,6 +1,4 @@ { - "description": "A personal website for information on me and my projects.", - "repo": "https://github.com/arsenobetaine/arsenobetaine.is-a.dev", "owner": { "username": "arsenobetaine", "email": "arsenobetaine@gmail.com" diff --git a/domains/artiefuzzz.json b/domains/artiefuzzz.json index 360ee85a3..7443c5042 100644 --- a/domains/artiefuzzz.json +++ b/domains/artiefuzzz.json @@ -1,6 +1,4 @@ { - "description": "ArtieFuzzz's personal website", - "repo": "https://github.com/ArtieFuzzz/artiefuzzz.github.io", "owner": { "username": "ArtieFuzzz", "email": "jardenz.den@gmail.com" diff --git a/domains/arunava.json b/domains/arunava.json index 01f80580e..f54516ebe 100644 --- a/domains/arunava.json +++ b/domains/arunava.json @@ -1,6 +1,4 @@ { - "description": "is-a.dev subdomain for my portfolio", - "repo": "https://github.com/its-ag/arunava.tech", "owner": { "username": "its-ag", "email": "itsag0024@gmail.com" diff --git a/domains/arush.json b/domains/arush.json index 467e88a24..baec51fe6 100644 --- a/domains/arush.json +++ b/domains/arush.json @@ -1,6 +1,4 @@ { - "description": "arush.is-a.dev: website for my portoflio", - "repo": "https://github.com/ArushYadlapati/website", "owner": { "username": "ArushYadlapati", "email": "hello@arush.me" diff --git a/domains/arvindt.json b/domains/arvindt.json index 8fd8947a0..f4198e48a 100644 --- a/domains/arvindt.json +++ b/domains/arvindt.json @@ -1,6 +1,4 @@ { - "description": "ARVIN3108's personal blog", - "repo": "https://github.com/ARVIN3108/arvin3108.github.io", "owner": { "username": "ARVIN3108", "discord": "arvin3108.id", diff --git a/domains/arwi.json b/domains/arwi.json index 079d82acc..f274c33bf 100644 --- a/domains/arwi.json +++ b/domains/arwi.json @@ -1,6 +1,4 @@ { - "description": "Arwichok", - "repo": "https://github.com/arwichok/arwichok.github.io", "owner": { "username": "arwichok", "email": "arwichok@gmail.com" diff --git a/domains/ary.json b/domains/ary.json index c98f60f26..dc02b0fe1 100644 --- a/domains/ary.json +++ b/domains/ary.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio Website", - "repo": "https://github.com/aryan2bamane/Portfolio", "owner": { "username": "aryan2bamane", "email": "aryanbamane2@gmail.com" diff --git a/domains/aryaejoumalai.json b/domains/aryaejoumalai.json index bc41da5f0..8d176df25 100644 --- a/domains/aryaejoumalai.json +++ b/domains/aryaejoumalai.json @@ -1,6 +1,4 @@ { - "description": "portfolio project", - "repo": "https://github.com/AryaEjoumalai/portfolio", "owner": { "username": "AryaEjoumalai", "email": "aryaejoumalai@gmail.com" diff --git a/domains/aryan.json b/domains/aryan.json index de0aea296..7f55abfdf 100644 --- a/domains/aryan.json +++ b/domains/aryan.json @@ -1,6 +1,4 @@ { - "description": "Portfolio Website", - "repo": "https://github.com/aryanpatel142006/personalWebsite", "owner": { "username": "aryanpatel142006", "email": "aryanpatel142006@gmail.com", diff --git a/domains/asad.json b/domains/asad.json index 4a9d9a18a..8f23843c3 100644 --- a/domains/asad.json +++ b/domains/asad.json @@ -1,6 +1,4 @@ { - "description": "👋 Hello there! I'm Asad, nice to meet you. Building things that bring delight to users is what I enjoy, always learning new stuff everyday.", - "repo": "https://github.com/AsadRazaJutt1/asadrazajutt1.github.io", "owner": { "username": "AsadRazaJutt1", "email": "asadrazajutt1@gmail.com" diff --git a/domains/ashan.json b/domains/ashan.json index abc7f3087..2ff8a142e 100644 --- a/domains/ashan.json +++ b/domains/ashan.json @@ -1,6 +1,4 @@ { - "description": "Using For as a Learner,Developer and a youtuber", - "repo": "https://github.com/SealedSlinger/SealedSlinger.github.io", "owner": { "username": "SealedSlinger", "email": "infoxkingyt@gmail.com", diff --git a/domains/ashc1ty.json b/domains/ashc1ty.json index 280e0002b..9edcc0b80 100644 --- a/domains/ashc1ty.json +++ b/domains/ashc1ty.json @@ -1,6 +1,4 @@ { - "description": "AshC1ty's Website", - "repo": "https://github.com/AshC1ty/ashc1ty.github.io", "owner": { "username": "AshC1ty", "email": "ashcity07734@gmail.com" diff --git a/domains/ashish-g-gupta.json b/domains/ashish-g-gupta.json index 1274d0345..0f0aea5e4 100644 --- a/domains/ashish-g-gupta.json +++ b/domains/ashish-g-gupta.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/ashish-g-gupta/ashish-g-gupta.github.io", "owner": { "username": "ashish-g-gupta" }, diff --git a/domains/ashishji.json b/domains/ashishji.json index 9276ae393..3a8449749 100644 --- a/domains/ashishji.json +++ b/domains/ashishji.json @@ -1,6 +1,4 @@ { - "description": "Ashish Verma Portfolio Website", - "repo": "https://github.com/ashishjii/ashishjii.github.io", "owner": { "username": "AshishJii", "email": "ashishverma208004@gmail.com" diff --git a/domains/ashkan.json b/domains/ashkan.json index 41a0846ae..455fb100f 100644 --- a/domains/ashkan.json +++ b/domains/ashkan.json @@ -1,6 +1,4 @@ { - "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", "email": "ashkan4472@gmail.com" diff --git a/domains/ashleymavericks.json b/domains/ashleymavericks.json index 5b0a8f4e6..66d313bb0 100644 --- a/domains/ashleymavericks.json +++ b/domains/ashleymavericks.json @@ -1,6 +1,4 @@ { - "description": "Portfolio Website", - "repo": "https://github.com/ashleymavericks/Portfolio-Site", "owner": { "username": "ashlyemavericks", "email": "singhanurag024@gmail.com" diff --git a/domains/ashtonfabby.json b/domains/ashtonfabby.json index 53989000b..d5af22f0f 100644 --- a/domains/ashtonfabby.json +++ b/domains/ashtonfabby.json @@ -1,6 +1,4 @@ { - "description": "personal portfolio website", - "repo": "https://github.com/AshtonFabby/portfolio.git", "owner": { "username": "ashtonfabby", "email": "ashtonfabbt@gmail.com" diff --git a/domains/ashutosh-pandey.json b/domains/ashutosh-pandey.json index 96d11c2da..2875b037f 100644 --- a/domains/ashutosh-pandey.json +++ b/domains/ashutosh-pandey.json @@ -1,6 +1,4 @@ { - "description": "This is my personal portfolio website", - "repo": "https://github.com/DataCrusade1999/datacrusade1999.github.io", "owner": { "username": "DataCrusade1999", "email": "ashutosh.pandeyhlr007@gmail.com", diff --git a/domains/ashwa.json b/domains/ashwa.json index 7ecccb90d..1d7a80906 100644 --- a/domains/ashwa.json +++ b/domains/ashwa.json @@ -1,6 +1,4 @@ { - "description": "A personal website, for ash.", - "repo": "https://github.com/NatBLida68/NatBLida68.github.io", "owner": { "username": "NatBLida68", "email": "aswajith.jithu888@gmail.com" diff --git a/domains/ashwin.json b/domains/ashwin.json index e88566deb..f5c2102ee 100644 --- a/domains/ashwin.json +++ b/domains/ashwin.json @@ -1,6 +1,4 @@ { - "description": "sample repo", - "repo": "https://github.com/ashwin3082002/ashwin3082002.github.io", "owner": { "username": "ashwin3082002", "email": "ashwin3082002@gmail.com", diff --git a/domains/asil.json b/domains/asil.json index c60de6938..800f6a01e 100644 --- a/domains/asil.json +++ b/domains/asil.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website for Asil", - "repo": "https://github.com/asyard/asyard.github.io", "owner": { "username": "asyard", "discord": "asyard" diff --git a/domains/asriel.json b/domains/asriel.json index 0ffdd8d31..5bd163e36 100644 --- a/domains/asriel.json +++ b/domains/asriel.json @@ -1,6 +1,4 @@ { - "description": "asriel.is-a.dev", - "repo": "https://github.com/asrielthegoat/asrielthegoat.github.io", "owner": { "username": "AsrieltheGoat", "email": "ganyu@segs.eu.org", diff --git a/domains/asuna.json b/domains/asuna.json index 6a1bd3464..0fcace600 100644 --- a/domains/asuna.json +++ b/domains/asuna.json @@ -1,6 +1,4 @@ { - "description": "Asuna Personal Website", - "repo": "https://github.com/ehAsuna/ehAsuna.github.io", "owner": { "username": "ehAsuna", "email": "codeasaurousteam@gmail.com" diff --git a/domains/aswin.json b/domains/aswin.json index 8c07a7b0b..04c826c34 100644 --- a/domains/aswin.json +++ b/domains/aswin.json @@ -1,6 +1,4 @@ { - "description": "Aswin's personal portfolio", - "repo": "https://github.com/aswinskumar67/iamaswin.github.io", "owner": { "username": "aswinskumar67", "email": "aswin.skumaro2bme@gmail.com" diff --git a/domains/aswinop.json b/domains/aswinop.json index e3ebc0f2f..f13852a53 100644 --- a/domains/aswinop.json +++ b/domains/aswinop.json @@ -1,6 +1,4 @@ { - "description": "Aswin's portfolio and project wikis", - "repo": "https://github.com/AswinOP/aswinop.github.io", "owner": { "username": "AswinOP", "email": "itsaswinop@gmail.com", diff --git a/domains/aswinrout.json b/domains/aswinrout.json index def7a5466..0b3e2730f 100644 --- a/domains/aswinrout.json +++ b/domains/aswinrout.json @@ -1,6 +1,4 @@ { - "description": "aswinrout.is-a.dev", - "repo": "https://github.com/AswinCreates/aswincreates.github.io", "owner": { "username": "AswinCreates", "email": "aswin94281@gmail.com" diff --git a/domains/asya.json b/domains/asya.json index 06bfdd985..d5b125d42 100644 --- a/domains/asya.json +++ b/domains/asya.json @@ -1,6 +1,4 @@ { - "description": "Personal portofolio website", - "repo": "https://github.com/Glenferdinza/glenferdinza.github.io", "owner": { "username": "Glenferdinza", "email": "ghisyadesign21@gmail.com" diff --git a/domains/athulanoop.json b/domains/athulanoop.json index 84f7c3d48..14307be0f 100644 --- a/domains/athulanoop.json +++ b/domains/athulanoop.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website", - "repo": "https://github.com/alpha-og/portfolio", "owner": { "username": "alpha-og", "email": "athulanoop2020@gmail.com" diff --git a/domains/atul.json b/domains/atul.json index 66df28f31..e6c7aea50 100644 --- a/domains/atul.json +++ b/domains/atul.json @@ -1,6 +1,4 @@ { - "description": "Coming Soon", - "repo": "https://github.com/AtulPatil-me/AtulPatil-me.github.io", "owner": { "username": "Atul-Patil-99", "email": "atuluttampatil.1757@gmail.com" diff --git a/domains/ausy.json b/domains/ausy.json index c65fe2938..2925eae18 100644 --- a/domains/ausy.json +++ b/domains/ausy.json @@ -1,6 +1,4 @@ { - "description": "austinfenne.is-a.dev", - "repo": "https://github.com/FenneAustin/FenneAustin.github.io", "owner": { "username": "FenneAustin", "email": "austindfenne@gmail.com" diff --git a/domains/ave.json b/domains/ave.json index 2c214ea1e..b3d691a89 100644 --- a/domains/ave.json +++ b/domains/ave.json @@ -1,6 +1,4 @@ { - "description": "Personal website for @ayvacs", - "repo": "https://github.com/ayvacs/ayvacs.github.io", "owner": { "username": "ayvacs", "email": "ayvacs@proton.me" diff --git a/domains/avellea.json b/domains/avellea.json index 3fb6804af..746c08d2b 100644 --- a/domains/avellea.json +++ b/domains/avellea.json @@ -1,6 +1,4 @@ { - "description": "Personal website.", - "repo": "https://github.com/Avellea/Avellea.github.io", "owner": { "username": "Avellea", "discord": "Ave#2776" diff --git a/domains/averse.json b/domains/averse.json index 16198a694..b259575f1 100644 --- a/domains/averse.json +++ b/domains/averse.json @@ -1,6 +1,4 @@ { - "description": "Personal site", - "repo": "https://github.com/AverseABFun/my-site", "owner": { "username": "AverseABFun", "email": "averse.abfun@gmail.com" diff --git a/domains/avi.json b/domains/avi.json index a8b80c5b7..5412da4a7 100644 --- a/domains/avi.json +++ b/domains/avi.json @@ -5,7 +5,5 @@ }, "records": { "CNAME": "avipars.github.io" - }, - "description": "Personal website with useful links", - "repo": "https://github.com/avipars/avipars.github.io" + } } diff --git a/domains/awais.json b/domains/awais.json index 23d2c8a18..13e156c06 100644 --- a/domains/awais.json +++ b/domains/awais.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website for Awais Khan Niazi", - "repo": "https://github.com/askhan963/register", "owner": { "username": "askhan963", "email": "awaisknas963@gmail.com" diff --git a/domains/ayaangrover.json b/domains/ayaangrover.json index 6af4d5b6a..f731ab543 100644 --- a/domains/ayaangrover.json +++ b/domains/ayaangrover.json @@ -1,6 +1,4 @@ { - "description": "A better link for my personal profile", - "repo": "https://github.com/ayaangrover/ayaangrover.github.io", "owner": { "username": "ayaangrover", "email": "ayaangrover@gmail.com", diff --git a/domains/ayberk.json b/domains/ayberk.json index 38c188a90..cda58c7de 100644 --- a/domains/ayberk.json +++ b/domains/ayberk.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio", - "repo": "https://github.com/ayberktandogan/ayberktandogan.github.io", "owner": { "username": "ayberktandogan", "email": "ayberk.tandogan@outlook.com" diff --git a/domains/aynonyme.json b/domains/aynonyme.json index 1165e78fa..86a2ef4d0 100644 --- a/domains/aynonyme.json +++ b/domains/aynonyme.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio", - "repo": "https://github.com/AYn0nyme/ayn0nyme.github.io", "owner": { "username": "AYn0nyme", "email": "aynonyme@proton.me" diff --git a/domains/aypro.json b/domains/aypro.json index b2978dbcd..3bbd77b55 100644 --- a/domains/aypro.json +++ b/domains/aypro.json @@ -1,6 +1,4 @@ { - "description": "Aypro's personal website", - "repo": "https://github.com/aypro-droid/aypro-droid.github.io", "owner": { "username": "aypro-droid", "email": "ayprogaming1@gmail.com" diff --git a/domains/ayush.json b/domains/ayush.json index b679b500b..20ebf26cc 100644 --- a/domains/ayush.json +++ b/domains/ayush.json @@ -1,6 +1,4 @@ { - "description": "My Website", - "repo": "https://github.com/Itzayushzz/Itzayushzz.github.io", "owner": { "username": "Itzayushzz", "discord": "Ayush_Ezz#6057" diff --git a/domains/ayushh.json b/domains/ayushh.json index 6a6b61b15..63d5316a1 100644 --- a/domains/ayushh.json +++ b/domains/ayushh.json @@ -1,6 +1,4 @@ { - "description": "Ayush personal website", - "repo": "https://github.com/Ayush-Kotlin-Dev/GFG_GGV", "owner": { "username": "ayush-kotlin-dev", "email": "shweetarai@gmail.com" diff --git a/domains/ayushtiwari.json b/domains/ayushtiwari.json index 20c0cb818..1694729e1 100644 --- a/domains/ayushtiwari.json +++ b/domains/ayushtiwari.json @@ -1,6 +1,4 @@ { - "description": "ayushtiwari.is-a.dev for my portfolio website", - "repo": "https://github.com/aaayushh7/myPortfolio.git", "owner": { "username": "aaayushh7", "discord": "_aaayushh" diff --git a/domains/azeez.json b/domains/azeez.json index 8b101fdd6..44760bdfa 100644 --- a/domains/azeez.json +++ b/domains/azeez.json @@ -1,6 +1,4 @@ { - "description": "azeez.is-a.dev", - "repo": "https://github.com/azizbna/azizbna.github.io", "owner": { "username": "azizbna", "discord": "azeezbna" diff --git a/domains/b45i.json b/domains/b45i.json index 1b6fc1472..edd21561a 100644 --- a/domains/b45i.json +++ b/domains/b45i.json @@ -1,6 +1,4 @@ { - "description": "B45i - Home Page", - "repo": "https://github.com/B45i/b45i.github.io", "owner": { "username": "B45i", "email": "amalshajan2011@gmail.com" diff --git a/domains/badend.json b/domains/badend.json index 40b897ef6..08d77d740 100644 --- a/domains/badend.json +++ b/domains/badend.json @@ -3,8 +3,6 @@ "username": "BadEnd777", "email": "badend777@proton.me" }, - "description": "👋 Hello, I'm BadEnd, a passionate Full Stack Developer with a solid background in web development. I specialize in creating efficient web solutions and am always seeking opportunities to deliver high-quality work. Feel free to view my personal website, featured projects, and contact information on GitHub.", - "repo": "https://github.com/BadEnd777/Personal-Website", "records": { "CNAME": "badend.pages.dev" } diff --git a/domains/badonix.json b/domains/badonix.json index faef42ca2..2e3bc83b7 100644 --- a/domains/badonix.json +++ b/domains/badonix.json @@ -1,6 +1,4 @@ { - "description": "Portfolio Website", - "repo": "https://github.com/Badonix/portfolio_react", "owner": { "username": "badonix", "email": "nikdanelia@gmail.com" diff --git a/domains/bandhan.json b/domains/bandhan.json index ed3c876a8..8509e0596 100644 --- a/domains/bandhan.json +++ b/domains/bandhan.json @@ -1,6 +1,4 @@ { - "description": "Bandhan's Profile", - "repo": "https://github.com/bamunjal/bamunjal.github.io", "owner": { "username": "bamunjal", "email": "bamunjal1995@gmail.com" diff --git a/domains/baquir.json b/domains/baquir.json index 139266f68..699874e90 100644 --- a/domains/baquir.json +++ b/domains/baquir.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio Website", - "repo": "https://github.com/mohd-baquir-qureshi/mohd-baquir-qureshi.github.io", "owner": { "username": "mohd-baquir-qureshi", "email": "dumboo0798@gmail.com" diff --git a/domains/barisdeniz.json b/domains/barisdeniz.json index 1a0c35685..ad2539c2e 100644 --- a/domains/barisdeniz.json +++ b/domains/barisdeniz.json @@ -1,6 +1,4 @@ { - "description": "Personal website for Barış Deniz Sağlam", - "repo": "https://github.com/bdsaglam/bdsaglam.github.io", "owner": { "username": "bdsaglam", "email": "bdsaglam@gmail.com" diff --git a/domains/bartoszm77.json b/domains/bartoszm77.json index f88bcbb2f..d14b3bac9 100644 --- a/domains/bartoszm77.json +++ b/domains/bartoszm77.json @@ -1,6 +1,4 @@ { - "description": "bartoszm77.is-a.dev", - "repo": "https://github.com/b2rt0szm77/b2rt0szm77.github.io", "owner": { "username": "bartoszm77", "discord": "bartoszm77#3458" diff --git a/domains/basidh.json b/domains/basidh.json index ca0d378df..9ba25c912 100644 --- a/domains/basidh.json +++ b/domains/basidh.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio", - "repo": "https://github.com/abdulbasidh/portfolio", "owner": { "username": "abdulbasidh", "email": "farz.basidh@gmail.com" diff --git a/domains/basil.json b/domains/basil.json index a757fd835..e06a88991 100644 --- a/domains/basil.json +++ b/domains/basil.json @@ -1,6 +1,4 @@ { - "description": "Basils' website", - "repo": "https://github.com/LowSpecCorgi/LowSpecCorgi.github.io", "owner": { "username": "LowSpecCorgi", "email": "haroldthesenpai@gmail.com", diff --git a/domains/bd.json b/domains/bd.json index f79ef4a55..52ebe0ac7 100644 --- a/domains/bd.json +++ b/domains/bd.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website.", - "repo": "https://github.com/cantcode023/bd.is-a.dev", "owner": { "username": "CantCode023", "email": "cantcode023@gmail.com" diff --git a/domains/bdhackers009.json b/domains/bdhackers009.json index 566b989d0..fb1f38b29 100644 --- a/domains/bdhackers009.json +++ b/domains/bdhackers009.json @@ -1,6 +1,4 @@ { - "description": "I will use this subdomain to host my portfolio via github pages", - "repo": "https://github.com/bdhackers009/bdhackers009.github.io", "owner": { "username": "BDhackers009", "email": "ahmedshifat1234@gmail.com" diff --git a/domains/bear.json b/domains/bear.json index c25df261d..4043ca238 100644 --- a/domains/bear.json +++ b/domains/bear.json @@ -1,6 +1,4 @@ { - "description": "Bear's Portfolio Website", - "repo": "https://github.com/bearts/bearts.github.io", "owner": { "username": "bearts", "email": "anujparihar@yahoo.com", diff --git a/domains/bedanth.json b/domains/bedanth.json index 3046c5302..8e52a2fb1 100644 --- a/domains/bedanth.json +++ b/domains/bedanth.json @@ -1,6 +1,4 @@ { - "description": "Bedant Hota's Portfolio", - "repo": "https://github.com/bedantH/bedantH.github.io", "owner": { "username": "bedantH", "email": "mohanesh.h2003@gmail.com" diff --git a/domains/belle.json b/domains/belle.json index bc057db55..67a523357 100644 --- a/domains/belle.json +++ b/domains/belle.json @@ -1,6 +1,4 @@ { - "description": "Belle's website", - "repo": "https://github.com/bellesea/personalwebsite", "owner": { "username": "bellesea", "email": "bellesee1212@gmail.com" diff --git a/domains/benet.json b/domains/benet.json index 9701be2c9..a1cccba28 100644 --- a/domains/benet.json +++ b/domains/benet.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/JohnnyMoneJohnny/JohnnyMoneJohnny.github.io", "owner": { "username": "JohnnyMoneJohnny", "email": "okbutwhoaskedlikefr@gmail.com" diff --git a/domains/bentley.json b/domains/bentley.json index 8b4a11837..9a90f01a3 100644 --- a/domains/bentley.json +++ b/domains/bentley.json @@ -1,6 +1,4 @@ { - "description": "Cool blog name for my portfolio websiet", - "repo": "https://github.com/BentleyOph/blog", "owner": { "username": "BentleyOph", "email": "bentleyonyango@gmail.com" diff --git a/domains/bernard2806.json b/domains/bernard2806.json index 197f67e3b..f9ea6a3c2 100644 --- a/domains/bernard2806.json +++ b/domains/bernard2806.json @@ -1,6 +1,4 @@ { - "description": "Portafolio personal con proyectos, habilidades y contacto.", - "repo": "https://github.com/Bernard2806/Portafolio", "owner": { "username": "Bernard2806", "email": "berramuspegonzalez@gmail.com" diff --git a/domains/bernardofoegbu.json b/domains/bernardofoegbu.json index e365dd70d..4193fba42 100644 --- a/domains/bernardofoegbu.json +++ b/domains/bernardofoegbu.json @@ -1,6 +1,4 @@ { - "description": "I want to use it for hosting my portfolio site", - "repo": "https://github.com/O-BERNARDOFOEGBU/my-portfolio", "owner": { "username": "O-BERNARDOFOEGBU", "email": "obinnaofoegbu71@gmail.com" diff --git a/domains/betaprj.akk1to.json b/domains/betaprj.akk1to.json index 078208546..fdf47929c 100644 --- a/domains/betaprj.akk1to.json +++ b/domains/betaprj.akk1to.json @@ -1,6 +1,4 @@ { - "description": "This website is for my personal project hosting XD (let it on rq)", - "repo": "https://github.com/akk1to/betaprj.github.io", "owner": { "username": "akk1to", "email": "akk1to.dev@gmail.com", diff --git a/domains/bhargav-gohil.json b/domains/bhargav-gohil.json index f485c3ea0..ff71ba8a4 100644 --- a/domains/bhargav-gohil.json +++ b/domains/bhargav-gohil.json @@ -1,6 +1,4 @@ { - "description": "Bhargav Gohil's personal developer website", - "repo": "https://github.com/bhargav252000/bhargav252000.github.io", "owner": { "username": "bhargav252000", "email": "bhargavgohil25@gmail.com" diff --git a/domains/bhavesh-acquaintsoft.json b/domains/bhavesh-acquaintsoft.json index 1c1268384..59d9fd292 100644 --- a/domains/bhavesh-acquaintsoft.json +++ b/domains/bhavesh-acquaintsoft.json @@ -1,6 +1,4 @@ { - "description": "This website is a link to my personal developer portfolio.", - "repo": "https://github.com/bhavesh-acquaintsoft/bhavesh-acquaintsoft.github.io", "owner": { "username": "bhavesh-acquaintsoft" }, diff --git a/domains/bhavesh-p-patel.json b/domains/bhavesh-p-patel.json index c2f821346..b1003c11e 100644 --- a/domains/bhavesh-p-patel.json +++ b/domains/bhavesh-p-patel.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/Bhavesh-p-Patel/Bhavesh-p-Patel.github.io", "owner": { "username": "Bhavesh-p-Patel" }, diff --git a/domains/bhavitha.json b/domains/bhavitha.json index 9f34b8838..cd90d2e44 100644 --- a/domains/bhavitha.json +++ b/domains/bhavitha.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website", - "repo": "https://github.com/nightcoder26/bhavitha", "owner": { "username": "nightcoder26", "twitter": "night_coder26" diff --git a/domains/bhavyagupta.json b/domains/bhavyagupta.json index c1845b310..e83d54d87 100644 --- a/domains/bhavyagupta.json +++ b/domains/bhavyagupta.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website", - "repo": "https://github.com/BhavyaGupta315/Portfolio", "owner": { "username": "BhavyaGupta315", "twitter": "Bhavya_Gupta315" diff --git a/domains/bhumkah-patel.json b/domains/bhumkah-patel.json index bcf97bcd7..fb8c20232 100644 --- a/domains/bhumkah-patel.json +++ b/domains/bhumkah-patel.json @@ -1,6 +1,4 @@ { - "description": "bhumika patel.", - "repo": "https://github.com/bhumkah-patel/bhumkah-patel.github.io", "owner": { "username": "bhumkah-patel" }, diff --git a/domains/biko.json b/domains/biko.json index 1d2bc0415..721537e98 100644 --- a/domains/biko.json +++ b/domains/biko.json @@ -1,6 +1,4 @@ { - "description": "Personal website that will be used as an introduction to me, how to contact me, my blog posts and more", - "repo": "https://github.com/Bikoil/bikoil.github.io", "owner": { "username": "bikoil", "email": "devbikoilu@gmail.com", diff --git a/domains/bilal.json b/domains/bilal.json index 50676f113..961ce8981 100644 --- a/domains/bilal.json +++ b/domains/bilal.json @@ -1,6 +1,4 @@ { - "description": "BilalBsd's developer website", - "repo": "https://github.com/bilalbsd/bilalbsd.github.io", "owner": { "username": "Bilalbsd", "email": "dev.bilalb@gmail.com" diff --git a/domains/bilalthepunjabi.json b/domains/bilalthepunjabi.json index 94e53c37b..4666012ed 100644 --- a/domains/bilalthepunjabi.json +++ b/domains/bilalthepunjabi.json @@ -1,6 +1,4 @@ { - "description": "Personal Website for bilalthepunjabi's Homelab - (PaaS-Coolify) - host portfolio projects sample (with dynamic IPv4, which is why I need Cloudflare Nameservers).", - "repo": "https://github.com/bilalthepunjabi/register", "owner": { "username": "bilalthepunjabi", "email": "bilalthepunjabi@gmail.com" diff --git a/domains/bill.json b/domains/bill.json index dda92eb05..70ccc328b 100644 --- a/domains/bill.json +++ b/domains/bill.json @@ -1,6 +1,4 @@ { - "description": "Bill's blog site.", - "repo": "https://github.com/CMBill/CMBill.github.io", "owner": { "username": "CMBill", "email": "callmebill@billw.cn", diff --git a/domains/billvog.json b/domains/billvog.json index 3056bfe9e..f0878fa26 100644 --- a/domains/billvog.json +++ b/domains/billvog.json @@ -1,6 +1,4 @@ { - "description": "billvog's Portfolio Website", - "repo": "https://github.com/billvog/billvog.github.io", "owner": { "username": "billvog", "email": "hey@billvog.com" diff --git a/domains/bimal.json b/domains/bimal.json index 2c9bec885..465d92270 100644 --- a/domains/bimal.json +++ b/domains/bimal.json @@ -1,6 +1,4 @@ { - "description": "My personal website goes here", - "repo": "https://github.com/bimal-inc/bimal-inc.github.io", "owner": { "username": "bimal-inc", "email": "bimalyadavemail7@gmail.com", diff --git a/domains/bipin-bheda.json b/domains/bipin-bheda.json index 039235f0f..3cb1927a4 100644 --- a/domains/bipin-bheda.json +++ b/domains/bipin-bheda.json @@ -1,6 +1,4 @@ { - "description": "Bipin Bheda Profile.", - "repo": "https://github.com/bipin-bheda/bipin-bheda.github.io", "owner": { "username": "bipin-bheda" }, diff --git a/domains/bitsexploited.json b/domains/bitsexploited.json index bedc3093c..249724466 100644 --- a/domains/bitsexploited.json +++ b/domains/bitsexploited.json @@ -1,6 +1,4 @@ { - "description": "A portfolio website", - "repo": "https://github.com/bitsexploited/bitsexploited.github.io", "owner": { "username": "BitsExploited", "email": "tspamiitesh@gmail.com" diff --git a/domains/blackdx.json b/domains/blackdx.json index 856f4a0ab..fa92d7c5b 100644 --- a/domains/blackdx.json +++ b/domains/blackdx.json @@ -1,6 +1,4 @@ { - "description": "Use is for a little portfolio", - "repo": "https://github.com/blackdx/homepage", "owner": { "username": "blackdx", "email": "blackdxnet@gmail.com", diff --git a/domains/blaine.json b/domains/blaine.json index 582e66bf1..e7eb6d5f9 100644 --- a/domains/blaine.json +++ b/domains/blaine.json @@ -1,6 +1,4 @@ { - "description": "The face of Blaine, on the web", - "repo": "https://github.com/Blakeinstein/Blakeinstein.github.io", "owner": { "username": "Blakeinstein", "email": "rishi1998@gmail.com" diff --git a/domains/blog.hafi.json b/domains/blog.hafi.json index 5655388b0..37e815348 100644 --- a/domains/blog.hafi.json +++ b/domains/blog.hafi.json @@ -3,8 +3,6 @@ "username": "HafiTheCat", "discord": "hafi_the_cat" }, - "description": "A personal Blog", - "repo": "https://github.com/HafiTheCat/hafis_code_continuum", "records": { "CNAME": "hafis-code-continuum.netlify.app" } diff --git a/domains/blog.quincetart10.json b/domains/blog.quincetart10.json index 00f6bd24f..793a14045 100644 --- a/domains/blog.quincetart10.json +++ b/domains/blog.quincetart10.json @@ -1,6 +1,4 @@ { - "description": "Personal blog", - "repo": "https://github.com/QuinceTart10/blog", "owner": { "username": "QuinceTart10", "discord": "862644161156218891" diff --git a/domains/blog.shaunfurtado.json b/domains/blog.shaunfurtado.json index a804ceb67..390cadd58 100644 --- a/domains/blog.shaunfurtado.json +++ b/domains/blog.shaunfurtado.json @@ -1,6 +1,4 @@ { - "description": "Blog Website for Shaun Furtado", - "repo": "https://github.com/Shaunfurtado/DevHavok", "owner": { "username": "Shaunfurtado", "email": "shaunf1801@gmail.com" diff --git a/domains/blogs.aakanksha.json b/domains/blogs.aakanksha.json index a0dfa8218..66003b279 100644 --- a/domains/blogs.aakanksha.json +++ b/domains/blogs.aakanksha.json @@ -1,6 +1,4 @@ { - "description": "Aakanksha's Blog", - "repo": "https://github.com/aakankshabhende/aakankshabhende.github.io", "owner": { "username": "aakankshabhende", "email": "aakanksha0407@gmail.com" diff --git a/domains/blogs.shaunak.json b/domains/blogs.shaunak.json index e9916cb37..06cab881e 100644 --- a/domains/blogs.shaunak.json +++ b/domains/blogs.shaunak.json @@ -1,6 +1,4 @@ { - "description": "Shaunak's Blog", - "repo": "https://github.com/Shaunak-Pandya/Shaunak-Pandya.github.io", "owner": { "username": "Shaunak-Pandya", "email": "shaunak.n.pandya@gmail.com" diff --git a/domains/blue.json b/domains/blue.json index 1aafa7a55..6c946a67d 100644 --- a/domains/blue.json +++ b/domains/blue.json @@ -1,6 +1,4 @@ { - "description": "My personal site, for introducing myself.", - "repo": "https://github.com/b1ue-dev/b1ue-dev.github.io", "owner": { "username": "B1ue-Dev", "email": "b1uedev@outlook.com", diff --git a/domains/blueberry.json b/domains/blueberry.json index d3380d287..45e689004 100644 --- a/domains/blueberry.json +++ b/domains/blueberry.json @@ -1,6 +1,4 @@ { - "description": "My personal website", - "repo": "https://github.com/NgVGB/NgVGB.github.io", "owner": { "username": "NgVGB", "email": "dangnguyen101191@gmail.com" diff --git a/domains/bmrdsc.json b/domains/bmrdsc.json index e9aab818b..1cde8a7c9 100644 --- a/domains/bmrdsc.json +++ b/domains/bmrdsc.json @@ -1,6 +1,4 @@ { - "description": "for discord website", - "repo": "https://srpvt.github.io/card/", "owner": { "username": "SRPVT", "email": "gta69editz@gmail.com" diff --git a/domains/bnfone.json b/domains/bnfone.json index 6f830f4ca..7f5dbdff2 100644 --- a/domains/bnfone.json +++ b/domains/bnfone.json @@ -1,6 +1,4 @@ { - "description": "Personal Website for bnfone's Homelab (sadly with dynamic IPv4, which is why I need Cloudflare Nameservers).", - "repo": "https://github.com/6nf0n3/is-a-dev_register", "owner": { "username": "bnfone", "email": "is-a-dev-registration.zbden@simplelogin.com" diff --git a/domains/bob.json b/domains/bob.json index 32fb4fd0f..5cd5b5943 100644 --- a/domains/bob.json +++ b/domains/bob.json @@ -1,6 +1,4 @@ { - "description": "Personal website", - "repo": "https://github.com/Rubinskiy/rubinskiy.github.io", "owner": { "username": "Rubinskiy", "discord": "rubinskiy#5258" diff --git a/domains/bolt.json b/domains/bolt.json index d73caf24e..9dc4e2020 100644 --- a/domains/bolt.json +++ b/domains/bolt.json @@ -1,6 +1,4 @@ { - "description": "Bolt's portfolio website", - "repo": "https://github.com/Adityeahhh/portfolio", "owner": { "username": "Adityeahhh", "email": "adty200807@gmail.com" diff --git a/domains/brandon.json b/domains/brandon.json index b2b349256..4370a2cd5 100644 --- a/domains/brandon.json +++ b/domains/brandon.json @@ -1,6 +1,4 @@ { - "description": "Brandon Hexsel - Full Stack Engineer", - "repo": "https://github.com/b-hexsoul/b-hexsoul.github.io", "owner": { "username": "b-hexsoul", "email": "brandon.hexsel@gmail.com" diff --git a/domains/breadomaticc.json b/domains/breadomaticc.json index 75bca9600..7a36d2e96 100644 --- a/domains/breadomaticc.json +++ b/domains/breadomaticc.json @@ -1,6 +1,4 @@ { - "description": "BreadoMatic Beginner Dev", - "repo": "https://github.com/breadomaticc/breadomaticc.github.io", "owner": { "username": "breadomaticc", "email": "animaxionpd@gmail.com" diff --git a/domains/breakertws.json b/domains/breakertws.json index d072cd9e2..808c59881 100644 --- a/domains/breakertws.json +++ b/domains/breakertws.json @@ -1,6 +1,4 @@ { - "description": "Portfolio by Breaker TWS", - "repo": "https://github.com/BreakerTWS/breakertws.github.io", "owner": { "username": "BreakerTWS", "email": "breakingtws@gmail.com" diff --git a/domains/bree.json b/domains/bree.json index 199bf8ca3..f3c89d711 100644 --- a/domains/bree.json +++ b/domains/bree.json @@ -1,6 +1,4 @@ { - "description": "Bree is a Dev", - "repo": "https://github.com/breekoy/breekoy.github.io", "owner": { "username": "breekoy", "email": "mcwall.breekoy@gmail.com" diff --git a/domains/brew.json b/domains/brew.json index 6175cbade..c0c503249 100644 --- a/domains/brew.json +++ b/domains/brew.json @@ -1,6 +1,4 @@ { - "description": "brews writeups", - "repo": "https://github.com/0x62797465/0x62797465.github.io", "owner": { "username": "0x62797465", "email": "bytebrew@cocaine.ninja" diff --git a/domains/brin.json b/domains/brin.json index 2b29a3858..be9a58ea0 100644 --- a/domains/brin.json +++ b/domains/brin.json @@ -1,6 +1,4 @@ { - "description": "Personal site", - "repo": "https://github.com/brinterwastaken/brinterwastaken.github.io", "owner": { "username": "brinterwastaken", "email": "trin.n2848@gmail.com" diff --git a/domains/bro.json b/domains/bro.json index 2e5178a26..2d56ffb76 100644 --- a/domains/bro.json +++ b/domains/bro.json @@ -1,6 +1,4 @@ { - "description": "Portfolio Website", - "repo": "https://github.com/codevodka/Random-PDF", "owner": { "username": "codevodka", "email": "mafiurislam2022@gmail.com" diff --git a/domains/brodes.json b/domains/brodes.json index fc95ae8bc..121aadade 100644 --- a/domains/brodes.json +++ b/domains/brodes.json @@ -1,6 +1,4 @@ { - "description": "small Website of mine, may have done it wrong", - "repo": "https://github.com/Br0des/Website", "owner": { "username": "br0des", "email": "brodyyeah@proton.me" diff --git a/domains/broodje56.json b/domains/broodje56.json index 58a05b429..d5d2b3611 100644 --- a/domains/broodje56.json +++ b/domains/broodje56.json @@ -1,6 +1,4 @@ { - "description": "Personal domain for website and email", - "repo": "https://github.com/Broodje565/broodje56", "owner": { "username": "Broodje565", "email": "loic.vcamp@gmail.com" diff --git a/domains/brooklyn.json b/domains/brooklyn.json index 280050387..34c4f4e0f 100644 --- a/domains/brooklyn.json +++ b/domains/brooklyn.json @@ -1,6 +1,4 @@ { - "description": "im brooklyn :3", - "repo": "https://github.com/BrooklynWasHere/brooklynwashere.github.io", "owner": { "username": "BrooklynWasHere", "email": "redmiror@outlook.com", diff --git a/domains/bruno-eilliar.json b/domains/bruno-eilliar.json index 10044b816..500e1673f 100644 --- a/domains/bruno-eilliar.json +++ b/domains/bruno-eilliar.json @@ -1,6 +1,4 @@ { - "description": "Personal blog to build my brand as developer.", - "repo": "https://github.com/Eilliar/eilliar.github.io", "owner": { "username": "Eilliar", "email": "engbrunoeilliar@gmail.com" diff --git a/domains/bryce.json b/domains/bryce.json index 44d400829..e9c3e371a 100644 --- a/domains/bryce.json +++ b/domains/bryce.json @@ -1,6 +1,4 @@ { - "description": "website to describe me", - "repo": "https://github.com/GitHubFanTest/GitHubFanTest.github.io", "owner": { "username": "GitHubFanTest", "email": "feelingbloxyburger24@gmail.com" diff --git a/domains/bsapi.json b/domains/bsapi.json index 72e3d658e..d696874bf 100644 --- a/domains/bsapi.json +++ b/domains/bsapi.json @@ -1,6 +1,4 @@ { - "description": "documentation for bsapi.js", - "repo": "https://github.com/botstudios/bsapi.js-docs", "owner": { "username": "leecheeyong", "email": "tojoeleeofficial@gmail.com" diff --git a/domains/btleffler.json b/domains/btleffler.json index dd9632831..6c7a8b6d7 100644 --- a/domains/btleffler.json +++ b/domains/btleffler.json @@ -1,6 +1,4 @@ { - "description": "btleffler.is-a.dev - Benjamin Leffler's Website", - "repo": "https://github.com/btleffler/btleffler.github.io", "owner": { "username": "btleffler", "email": "btleffler@gmail.com" diff --git a/domains/bud.json b/domains/bud.json index e62787c61..a66e2b25f 100644 --- a/domains/bud.json +++ b/domains/bud.json @@ -1,6 +1,4 @@ { - "description": "Looks nicer than if it were github.io", - "repo": "https://github.com/bud3699/bud3699.github.io", "owner": { "username": "bud3699", "email": "bud3699@gmail.com" diff --git a/domains/burak.json b/domains/burak.json index aa52eaa3c..9f4b89446 100644 --- a/domains/burak.json +++ b/domains/burak.json @@ -1,6 +1,4 @@ { - "description": "Burak's Tech Insights: AI, Software, and More", - "repo": "https://github.com/burakince/burakince.github.io", "owner": { "username": "burakince", "email": "me@burakince.com", diff --git a/domains/c0ba1t.json b/domains/c0ba1t.json index acba99b73..56a4845b8 100644 --- a/domains/c0ba1t.json +++ b/domains/c0ba1t.json @@ -1,6 +1,4 @@ { - "description": "hosting personal / portfolio website for myself!", - "repo": "https://github.com/0xC0ba1t/0xc0ba1t.github.io", "owner": { "username": "0xC0ba1t", "email": "main0xc0ba1t@duck.com" diff --git a/domains/calculator.notaperson535.json b/domains/calculator.notaperson535.json index c11a631ab..9d2902206 100644 --- a/domains/calculator.notaperson535.json +++ b/domains/calculator.notaperson535.json @@ -1,6 +1,4 @@ { - "description": "My modern calculator", - "repo": "https://github.com/notAperson535/moderncalculator", "owner": { "username": "notAperson535", "email": "notAperson939@gmail.com" diff --git a/domains/canaris.json b/domains/canaris.json index fe92b4c40..092c6917b 100644 --- a/domains/canaris.json +++ b/domains/canaris.json @@ -1,6 +1,4 @@ { - "description": "My Personal Website.", - "repo": "https://github.com/DET171/det171.github.io", "owner": { "username": "Canaris", "email": "mrgeek484@gmail.com" diff --git a/domains/canavan.json b/domains/canavan.json index 1ca8d15d9..50a052214 100644 --- a/domains/canavan.json +++ b/domains/canavan.json @@ -1,6 +1,4 @@ { - "description": "My little web profile", - "repo": "https://github.com/Ninja-5000/ninja-5000.github.io", "owner": { "username": "Ninja-5000", "discord": "707170199861854209" diff --git a/domains/carlos-miranda.json b/domains/carlos-miranda.json index 9c9e7e994..ba071f4e9 100644 --- a/domains/carlos-miranda.json +++ b/domains/carlos-miranda.json @@ -1,6 +1,4 @@ { - "description": "Use to portfolio", - "repo": "https://github.com/chard33/portfolio.github.io", "owner": { "username": "chard33", "email": "jchar33@hotmail.com" diff --git a/domains/cas.json b/domains/cas.json index 5ab8fdace..ed43d2b55 100644 --- a/domains/cas.json +++ b/domains/cas.json @@ -1,6 +1,4 @@ { - "description": "lil bio", - "repo": "https://github.com/caswantsanap/bio", "owner": { "username": "caswantsanap", "email": "caswantsanap@gmail.com" diff --git a/domains/catsarecoo.json b/domains/catsarecoo.json index 4c68ff5cd..051a2dc86 100644 --- a/domains/catsarecoo.json +++ b/domains/catsarecoo.json @@ -1,6 +1,4 @@ { - "description": "Invites Bot Site", - "repo": "https://catsarecoo.github.io", "owner": { "username": "catsarecoo", "email": "twistedpandora91@gmail.com" diff --git a/domains/catto24.json b/domains/catto24.json index c7a7a2c92..1c033cfc9 100644 --- a/domains/catto24.json +++ b/domains/catto24.json @@ -1,6 +1,4 @@ { - "description": "different domain for pages website", - "repo": "https://github.com/catto24/catto24.github.io", "owner": { "username": "catto24", "email": "catto24@proton.me", diff --git a/domains/cattopytheweb.json b/domains/cattopytheweb.json index b2f4ee451..903dc80ce 100644 --- a/domains/cattopytheweb.json +++ b/domains/cattopytheweb.json @@ -1,6 +1,4 @@ { - "description": "My personal website and email forwarding", - "repo": "https://github.com/CattopyTheWeb/cattopytheweb.github.io", "owner": { "username": "CattopyTheWeb", "discord": "cattopytheweb404" diff --git a/domains/cc.json b/domains/cc.json index 75cb548e3..3217da3b6 100644 --- a/domains/cc.json +++ b/domains/cc.json @@ -1,6 +1,4 @@ { - "description": "A subdomain for iamcc.github.io", - "repo": "https://github.com/iamcc/iamcc.github.io", "owner": { "username": "iamcc", "email": "sic.hcq@gmail.com", diff --git a/domains/cd.json b/domains/cd.json index 2aac9378f..3f7a84dff 100644 --- a/domains/cd.json +++ b/domains/cd.json @@ -1,6 +1,4 @@ { - "description": "Redirect to my personal website", - "repo": "https://github.com/thunder-coding/CodingThunder", "owner": { "username": "thunder-coding", "email": "yakshbari4@gmail.com", diff --git a/domains/cdn.aayush.json b/domains/cdn.aayush.json index 9bec5c8c4..e727a0ae1 100644 --- a/domains/cdn.aayush.json +++ b/domains/cdn.aayush.json @@ -1,6 +1,4 @@ { - "description": "CDN for Aayu5h", - "repo": "https://github.com/OpAayush/cdn", "owner": { "username": "OpAayush", "email": "aayush.agrawalm@gmail.com" diff --git a/domains/cdn.nziie.json b/domains/cdn.nziie.json index 9104eaadb..5c263651c 100644 --- a/domains/cdn.nziie.json +++ b/domains/cdn.nziie.json @@ -1,6 +1,4 @@ { - "description": "Nziie's cdn images", - "repo": "https://github.com/Nzii3/website", "owner": { "username": "Nzii3", "email": "exeyst@gmail.com" diff --git a/domains/celsojr.json b/domains/celsojr.json index c5550d056..078b8aad1 100644 --- a/domains/celsojr.json +++ b/domains/celsojr.json @@ -1,6 +1,4 @@ { - "description": "CelsoJr's developer personal website", - "repo": "https://github.com/celsojr/celsojr", "owner": { "username": "celsojr", "email": "celsojrfull@gmail.com" diff --git a/domains/censor.json b/domains/censor.json index 31fed2b79..0766ff546 100644 --- a/domains/censor.json +++ b/domains/censor.json @@ -1,6 +1,4 @@ { - "description": "My personal Website", - "repo": "https://github.com/cens6r/cens6r.github.io", "owner": { "username": "censor", "email": "cens6r.dev@gmail.com", diff --git a/domains/centi.json b/domains/centi.json index d67a84ae2..d3a287327 100644 --- a/domains/centi.json +++ b/domains/centi.json @@ -1,6 +1,4 @@ { - "description": "My personal portfolio", - "repo": "https://github.com/nCenti/portfolio", "owner": { "username": "nCenti", "email": "contactocenti@gmail.com", diff --git a/domains/cesardarizaleta.json b/domains/cesardarizaleta.json index 386f47e5b..8ef938f33 100644 --- a/domains/cesardarizaleta.json +++ b/domains/cesardarizaleta.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/cesardarizaleta/cesarfolio", "owner": { "username": "cesardarizaleta", "email": "cesardarizaleta@gmail.com" diff --git a/domains/cgprograms.json b/domains/cgprograms.json index df5d61ac5..109991b2b 100644 --- a/domains/cgprograms.json +++ b/domains/cgprograms.json @@ -1,6 +1,4 @@ { - "description": "CompuGenius Programs creates programs and games to better the computer world.", - "repo": "https://github.com/CompuGenius/cgprograms", "owner": { "username": "compugenius", "email": "github@cgprograms.com" diff --git a/domains/chad.json b/domains/chad.json index d1c6c03a0..783e05e7e 100644 --- a/domains/chad.json +++ b/domains/chad.json @@ -1,6 +1,4 @@ { - "description": "Chad's GitHub", - "repo": "https://github.com/djsnipa1/djsnipa1.github.io", "owner": { "username": "djsnipa1", "email": "chadboyce@gmail.com", diff --git a/domains/chadee.json b/domains/chadee.json index 60d3fe18b..03bd21cb5 100644 --- a/domains/chadee.json +++ b/domains/chadee.json @@ -1,6 +1,4 @@ { - "description": "Chadee website", - "repo": "https://github.com/chadeeeee/chadee-site", "owner": { "username": "chadeeeee", "telegram": "chadeeeeeeeeee", diff --git a/domains/chang.json b/domains/chang.json index ae5fea992..ab1d0d759 100644 --- a/domains/chang.json +++ b/domains/chang.json @@ -1,6 +1,4 @@ { - "description": "Chang's Personal Website", - "repo": "https://github.com/bobbyliu117/bobbyliu117.github.io", "owner": { "username": "bobbyliu117", "twitter": "changisadev" diff --git a/domains/changliu.json b/domains/changliu.json index c363f68bd..a27cd6e0e 100644 --- a/domains/changliu.json +++ b/domains/changliu.json @@ -1,6 +1,4 @@ { - "description": "Chang Liu's Personal Website", - "repo": "https://github.com/changbobbyliu/changbobbyliu.github.io", "owner": { "username": "changbobbyliu", "email": "changbobbyliu@gmail.com", diff --git a/domains/charalampos.json b/domains/charalampos.json index c65263fa3..8f9389edd 100644 --- a/domains/charalampos.json +++ b/domains/charalampos.json @@ -1,6 +1,4 @@ { - "description": "Redirection domain for my personal website", - "repo": "https://github.com/cfanoulis/fanoulis.dev", "owner": { "username": "cfanoulis", "email": "domains@fanoulis.dev" diff --git a/domains/charlie.json b/domains/charlie.json index 1efb16c26..b41eccd00 100644 --- a/domains/charlie.json +++ b/domains/charlie.json @@ -1,6 +1,4 @@ { - "description": "Charlie is a Dev", - "repo": "https://github.com/cachrisman/cachrisman.github.io", "owner": { "username": "cachrisman", "email": "charlie.chrisman@gmail.com" diff --git a/domains/charmy.json b/domains/charmy.json index af9fd9533..6d7172c1b 100644 --- a/domains/charmy.json +++ b/domains/charmy.json @@ -1,6 +1,4 @@ { - "description": "Need the subdomain for my discord bot website", - "repo": "https://github.com/yurehito/charmy-website.git", "owner": { "username": "yurehito", "discord": "https://discord.com/users/998608551431897170" diff --git a/domains/chaubey.json b/domains/chaubey.json index d3179da9e..af2eb31e9 100644 --- a/domains/chaubey.json +++ b/domains/chaubey.json @@ -1,6 +1,4 @@ { - "description": "Ankit Chaubey's GitHub page", - "repo": "https://github.com/ankit-chaubey/ankit-chaubey", "owner": { "username": "ankit-chaubey", "email": "m.ankitchaubey@gmail.com", diff --git a/domains/chauhan-pradip.json b/domains/chauhan-pradip.json index ecc0620da..936a8dba1 100644 --- a/domains/chauhan-pradip.json +++ b/domains/chauhan-pradip.json @@ -1,6 +1,4 @@ { - "description": "My website", - "repo": "https://github.com/chauhan-pradip/chauhan-pradip.github.io", "owner": { "username": "chauhan-pradip" }, diff --git a/domains/checkmate-os.sx9.json b/domains/checkmate-os.sx9.json index 797ee0401..909205867 100644 --- a/domains/checkmate-os.sx9.json +++ b/domains/checkmate-os.sx9.json @@ -1,6 +1,4 @@ { - "description": "CheckMateOS", - "repo": "https://sx-9.github.io/sx-web-os", "owner": { "username": "SX-9", "twitter": "SX_Discord", diff --git a/domains/chef.json b/domains/chef.json index 2714e060a..e4516ed5b 100644 --- a/domains/chef.json +++ b/domains/chef.json @@ -1,6 +1,4 @@ { - "description": "Codechef SRM NCR Chapter", - "repo": "https://github.com/Codechef-SRM-NCR-Chapter/Codechef-SRM-NCR-Chapter.github.io.git", "owner": { "username": "Codechef-SRM-NCR-Chapter", "email": "srmcodechefchapter@gmail.com" diff --git a/domains/cheftheo.json b/domains/cheftheo.json index 87111d55c..38230580f 100644 --- a/domains/cheftheo.json +++ b/domains/cheftheo.json @@ -1,6 +1,4 @@ { - "description": "This website represents a portofolio", - "repo": "https://cheftheo.github.io/", "owner": { "username": "cheftheo", "email": "marascu.theodor@gmail.com" diff --git a/domains/chenpeng.json b/domains/chenpeng.json index 0428f4a57..d39b7a0f0 100644 --- a/domains/chenpeng.json +++ b/domains/chenpeng.json @@ -1,6 +1,4 @@ { - "description": "Patrick Chen's develop site", - "repo": "https://github.com/PatrickChen928/patrickchen928.github.io", "owner": { "username": "PatrickChen928", "email": "cp786156072@gmail.com" diff --git a/domains/chess.amaankazi.json b/domains/chess.amaankazi.json index ffe1e4914..d4473cf83 100644 --- a/domains/chess.amaankazi.json +++ b/domains/chess.amaankazi.json @@ -1,6 +1,4 @@ { - "description": "Chess online, with bot, locally", - "repo": "https://github.com/Amaan-Kazi/Chess", "owner": { "username": "Amaan-Kazi", "email": "amaankazi1793@gmail.com" diff --git a/domains/chikoiko.json b/domains/chikoiko.json index bd182e90d..212e5ebe2 100644 --- a/domains/chikoiko.json +++ b/domains/chikoiko.json @@ -1,6 +1,4 @@ { - "description": "Personal website for @chikoiko", - "repo": "https://github.com/chikoiko/chikoiko.github.io", "owner": { "username": "chikoiko", "email": "itsmezark05@gmail.com" diff --git a/domains/chino.json b/domains/chino.json index dd6846338..cb15bcfa8 100644 --- a/domains/chino.json +++ b/domains/chino.json @@ -1,6 +1,4 @@ { - "description": "My website", - "repo": "https://github.com/AutumnVN/chino.pages.dev", "owner": { "username": "AutumnVN", "email": "autumnvnchino@gmail.com", diff --git a/domains/chintan-prajapati.json b/domains/chintan-prajapati.json index d831e5b4e..5eedbda38 100644 --- a/domains/chintan-prajapati.json +++ b/domains/chintan-prajapati.json @@ -1,6 +1,4 @@ { - "description": "Chintan Profile.", - "repo": "https://github.com/chintan-prajapati/chintan-prajapati.github.io", "owner": { "username": "chintan-prajapati" }, diff --git a/domains/chirag-adhvaryu.json b/domains/chirag-adhvaryu.json index 731767275..256acffc3 100644 --- a/domains/chirag-adhvaryu.json +++ b/domains/chirag-adhvaryu.json @@ -1,6 +1,4 @@ { - "description": "This website is a link to my personal developer portfolio.", - "repo": "https://github.com/Chirag-Adhvaryu/chirag-adhvaryu.github.io", "owner": { "username": "Chirag-Adhvaryu" }, diff --git a/domains/chirag-parikh.json b/domains/chirag-parikh.json index 4e89e118d..ab51c7e8a 100644 --- a/domains/chirag-parikh.json +++ b/domains/chirag-parikh.json @@ -1,6 +1,4 @@ { - "description": "This is person site", - "repo": "https://github.com/chirag-parikh/chirag-parikh.github.io", "owner": { "username": "chirag-parikh" }, diff --git a/domains/chriscent.json b/domains/chriscent.json index d28de21e1..354fec955 100644 --- a/domains/chriscent.json +++ b/domains/chriscent.json @@ -1,6 +1,4 @@ { - "description": "A practice portfolio for web design challenges.", - "repo": "https://github.com/KishonShrill/website-portfolio", "owner": { "username": "KishonShrill", "email": "crystalbluew@gmail.com" diff --git a/domains/chromesec.json b/domains/chromesec.json index d01118b50..52dc8bd72 100644 --- a/domains/chromesec.json +++ b/domains/chromesec.json @@ -1,6 +1,4 @@ { - "description": "Website for ChromeSEC a guide for admins to secure their chromeOS devices", - "repo": "https://github.com/CaenJones/ChromeSEC", "owner": { "username": "CaenJones", "email": "cj@caenjones.com" diff --git a/domains/cindy.json b/domains/cindy.json index a6b7b86df..f7dd088f7 100644 --- a/domains/cindy.json +++ b/domains/cindy.json @@ -1,6 +1,4 @@ { - "description": "portefolio website", - "repo": "https://github.com/cindynatorella/cindynatorella.github.io", "owner": { "username": "cindynatorella", "email": "cindy.e.roullet@gmail.com" diff --git a/domains/cirkutry.json b/domains/cirkutry.json index 68d793a6c..92e13c6fd 100644 --- a/domains/cirkutry.json +++ b/domains/cirkutry.json @@ -1,6 +1,4 @@ { - "description": "Personal site", - "repo": "https://github.com/Cirkutry/site", "owner": { "username": "Cirkutry", "discord": "kre0lidge" diff --git a/domains/classlink.json b/domains/classlink.json index a22ae7307..64af15fff 100644 --- a/domains/classlink.json +++ b/domains/classlink.json @@ -1,6 +1,4 @@ { - "description": "Classlink hidden games?", - "repo": "https://github.com/MassaHex/massahex.github.io", "owner": { "username": "MassaHex", "email": "tres3mincraft@gmail.com", diff --git a/domains/clyron.json b/domains/clyron.json index e8c23972b..e39d5944a 100644 --- a/domains/clyron.json +++ b/domains/clyron.json @@ -1,6 +1,4 @@ { - "description": "Personal website of Clyron", - "repo": "https://github.com/theclyron/theclyron.github.io", "owner": { "username": "theclyron", "email": "onenonlyclyron@gmail.com" diff --git a/domains/cmd410.json b/domains/cmd410.json index a90d864d4..fe6a4332d 100644 --- a/domains/cmd410.json +++ b/domains/cmd410.json @@ -1,6 +1,4 @@ { - "description": "Crystal Melting Dot's site", - "repo": "https://github.com/cmd410/cmd410.github.io", "owner": { "username": "cmd410", "email": "stresspassing@gmail.com" diff --git a/domains/code-vista.json b/domains/code-vista.json index 2afcef4f8..3b5448909 100644 --- a/domains/code-vista.json +++ b/domains/code-vista.json @@ -1,6 +1,4 @@ { - "description": "Just a personal website to use with this is-a.dev subdomain", - "repo": "https://github.com/JavaVista/code-vista-site", "owner": { "username": "JavaVista", "discord": "codevista", diff --git a/domains/codewithgem.json b/domains/codewithgem.json index 72c188356..907a21d88 100644 --- a/domains/codewithgem.json +++ b/domains/codewithgem.json @@ -1,6 +1,4 @@ { - "description": "Gem Rey is an IT student, a freelance software developer and cybersecurity enthusiast.", - "repo": "https://github.com/gemrey13/gemrey13.github.io", "owner": { "username": "gemrey13", "email": "gemreyranola@gmail.com" diff --git a/domains/codexkun.json b/domains/codexkun.json index 48180cc6c..91dfbcdb4 100644 --- a/domains/codexkun.json +++ b/domains/codexkun.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/KunalBishwal/Portfolio_IDE", "owner": { "username": "KunalBishwal", "email": "kunalbishwal2004@gmail.com" diff --git a/domains/codwizer.json b/domains/codwizer.json index c3f1d1fe7..79c239616 100644 --- a/domains/codwizer.json +++ b/domains/codwizer.json @@ -1,6 +1,4 @@ { - "description": "Create resume page, and add this link in social", - "repo": "https://github.com/Codwizer/codwizer.github.io", "owner": { "username": "codwiz", "email": "devcodwiz@gmail.com" diff --git a/domains/cole.json b/domains/cole.json index 894273eec..f1f6441f3 100644 --- a/domains/cole.json +++ b/domains/cole.json @@ -1,6 +1,4 @@ { - "description": "Link to colewilson.xyz", - "repo": "https://github.com/cole-wilson/colewilson.xyz", "owner": { "username": "cole-wilson", "email": "support@colewilson.xyz" diff --git a/domains/conorsheehan1.json b/domains/conorsheehan1.json index f5d1e809d..57b7d4af2 100644 --- a/domains/conorsheehan1.json +++ b/domains/conorsheehan1.json @@ -1,6 +1,4 @@ { - "description": "ConorSheehan1's personal website and blog", - "repo": "https://github.com/ConorSheehan1/ConorSheehan1.github.io", "owner": { "username": "ConorSheehan1", "email": "conor.sheehan.dev@gmail.com" diff --git a/domains/cozymy.json b/domains/cozymy.json index ed2b83879..58bc6d048 100644 --- a/domains/cozymy.json +++ b/domains/cozymy.json @@ -1,6 +1,4 @@ { - "description": "A personal portfolio site for all my projects.", - "repo": "https://github.com/cozymy/cozymy.github.io", "owner": { "username": "cozymy", "email": "kunalkundrra@gmail.com", diff --git a/domains/cr1ket.json b/domains/cr1ket.json index 5a95934da..abe3da9f8 100644 --- a/domains/cr1ket.json +++ b/domains/cr1ket.json @@ -1,6 +1,4 @@ { - "description": "Using for my personal site cr1ket.xyz", - "repo": "https://github.com/NoahMK21100/NoahMK21100.github.io", "owner": { "username": "NoahMK21100", "email": "NoahMK21100@gmail.com", diff --git a/domains/creepso.json b/domains/creepso.json index fba285c40..09b485c64 100644 --- a/domains/creepso.json +++ b/domains/creepso.json @@ -1,6 +1,4 @@ { - "description": "I will use this website to make it a portfolio", - "repo": "https://github.com/creepsooff/creepsooff.github.io", "owner": { "username": "creepsooff", "email": "eternel_universite0s@icloud.com" diff --git a/domains/cristianmihai.json b/domains/cristianmihai.json index 4e0aa40ab..72d121f04 100644 --- a/domains/cristianmihai.json +++ b/domains/cristianmihai.json @@ -1,6 +1,4 @@ { - "description": "My personal dev website.", - "repo": "https://github.com/CristianEduardMihai/is-a.dev.github.io", "owner": { "username": "CristianEduardMihai", "email": "cristianeduardmihai@gmail.com" diff --git a/domains/crvt.json b/domains/crvt.json index 8d0187319..4319c3f84 100644 --- a/domains/crvt.json +++ b/domains/crvt.json @@ -1,6 +1,4 @@ { - "description": "portfolio / profile page", - "repo": "https://github.com/slovakians/crvts", "owner": { "username": "Slovakians", "email": "siresirol937@gmail.com" diff --git a/domains/crystal.json b/domains/crystal.json index 7587dd2b6..1e8e9169f 100644 --- a/domains/crystal.json +++ b/domains/crystal.json @@ -1,6 +1,4 @@ { - "description": "For hosting my portfolio", - "repo": "https://github.com/crystalbajgai/portfolio", "owner": { "username": "crystalbajgai", "email": "crystalbajgai@gmail.com", diff --git a/domains/cs.json b/domains/cs.json index f41388112..ebe543816 100644 --- a/domains/cs.json +++ b/domains/cs.json @@ -1,6 +1,4 @@ { - "description": "ShoreCN Space", - "repo": "https://github.com/ShoreCN/ShoreCN.github.io", "owner": { "username": "ShoreCN", "email": "c.shore.cn@gmail.com" diff --git a/domains/ctrlraul.json b/domains/ctrlraul.json index ccdf3c434..bee9e7162 100644 --- a/domains/ctrlraul.json +++ b/domains/ctrlraul.json @@ -1,6 +1,4 @@ { - "description": "Personal Website", - "repo": "https://github.com/ctrlraul/ctrlraul.github.io", "owner": { "username": "ctrlraul", "email": "mailctrlraul@gmail.com", diff --git a/domains/cuinc99.json b/domains/cuinc99.json index 0b1fb35f9..9cea5797d 100644 --- a/domains/cuinc99.json +++ b/domains/cuinc99.json @@ -1,6 +1,4 @@ { - "description": "A Portfolio Website", - "repo": "https://github.com/cuinc99/cuinc99.github.io", "owner": { "username": "cuinc99", "email": "cuinc99@gmail.com" diff --git a/domains/cutt37.json b/domains/cutt37.json index 3e6f654c3..6289d0497 100644 --- a/domains/cutt37.json +++ b/domains/cutt37.json @@ -1,6 +1,4 @@ { - "description": "Personal website", - "repo": "https://github.com/37cut/37cut.github.io", "owner": { "username": "37cut", "email": "cutt37@outlook.com" diff --git a/domains/cyanic76.json b/domains/cyanic76.json index 7d9be38af..421c7c2b1 100644 --- a/domains/cyanic76.json +++ b/domains/cyanic76.json @@ -1,6 +1,4 @@ { - "description": "Cyanic's website (link to cyanic.me)", - "repo": "https://codeberg.org/Cyanic76/pages", "owner": { "username": "Cyanic76", "email": "git@cyanic.me" diff --git a/domains/cyanide.json b/domains/cyanide.json index e30a412a7..6c8ef1ff5 100644 --- a/domains/cyanide.json +++ b/domains/cyanide.json @@ -1,6 +1,4 @@ { - "description": "I am a professional developer that loves to code in HTML, CSS, and JavaScript!", - "repo": "https://github.com/cyanide1x/cyanide1x.github.io", "owner": { "username": "cyanide1x", "email": "contact@cyanidedev.mn", diff --git a/domains/cycloneaddons.json b/domains/cycloneaddons.json index 8879b0745..c0fd87673 100644 --- a/domains/cycloneaddons.json +++ b/domains/cycloneaddons.json @@ -1,6 +1,4 @@ { - "description": "Use for portfolio.", - "repo": "https://github.com/CycloneAddons/cycloneaddons.github.io", "owner": { "username": "CycloneAddons", "email": "cycloneaddon@gmail.com", diff --git a/domains/daamin.json b/domains/daamin.json index 6633d3ec8..ff09fd451 100644 --- a/domains/daamin.json +++ b/domains/daamin.json @@ -1,6 +1,4 @@ { - "description": "Portfolio Website", - "repo": "https://github.com/Daamin909/website/", "owner": { "username": "Daamin909", "email": "ashai.daamin@gmail.com" diff --git a/domains/daboltgod.json b/domains/daboltgod.json index 720e597e1..7785fcc1b 100644 --- a/domains/daboltgod.json +++ b/domains/daboltgod.json @@ -1,6 +1,4 @@ { - "description": "Portfolio", - "repo": "https://github.com/ItzPhoenixYaKnow/website", "owner": { "username": "ItzPhoenixYaknow", "email": "daboltgod22@outlook.com" diff --git a/domains/dailycat.json b/domains/dailycat.json index 2b0469f54..dbef1b526 100644 --- a/domains/dailycat.json +++ b/domains/dailycat.json @@ -1,6 +1,4 @@ { - "description": "dailycat.is-a.dev", - "repo": "https://github.com/dailycats/dailycats.github.io", "owner": { "username": "lrmn7", "email": "lrmn.dev@gmail.com", diff --git a/domains/damned.json b/domains/damned.json index 05bbead85..6010bd6ee 100644 --- a/domains/damned.json +++ b/domains/damned.json @@ -1,6 +1,4 @@ { - "description": "damned.is-a.dev", - "repo": "https://github.com/damnedstudios/damnedstudios.github.io", "owner": { "username": "damnedstudios", "email": "arda.efe.gokce.2@gmail.com" diff --git a/domains/dan-habot.json b/domains/dan-habot.json index 0531a3123..c4e6b4d9d 100644 --- a/domains/dan-habot.json +++ b/domains/dan-habot.json @@ -1,6 +1,4 @@ { - "description": "My links", - "repo": "https://github.com/danhab99/danhab99.github.io", "owner": { "username": "danhab99", "email": "dan.habot@gmail.com" diff --git a/domains/dangdat.json b/domains/dangdat.json index 3bc3b4fc4..1ded7911e 100644 --- a/domains/dangdat.json +++ b/domains/dangdat.json @@ -1,6 +1,4 @@ { - "description": "This website is a link to my personal portfolio", - "repo": "https://github.com/aurorakid/taotap", "owner": { "username": "aurorakid", "email": "nguyendangdat412@gmail.com" diff --git a/domains/danialajamil.json b/domains/danialajamil.json index 13dd4f2bd..5b6432a20 100644 --- a/domains/danialajamil.json +++ b/domains/danialajamil.json @@ -1,6 +1,4 @@ { - "description": "danialajamil.is-a.dev", - "repo": "https://github.com/KawakazeRin/my-portfolio-site", "owner": { "username": "KawakazeRin", "email": "satyamverma46@outlook.com" diff --git a/domains/danielpedroza.json b/domains/danielpedroza.json index 5da531a9d..b7121f911 100644 --- a/domains/danielpedroza.json +++ b/domains/danielpedroza.json @@ -1,6 +1,4 @@ { - "description": "Daniel's developer website", - "repo": "https://github.com/daniepusb/daniepusb.github.io", "owner": { "username": "daniepusb", "linkedin": "https://www.linkedin.com/in/danielpedroza87" diff --git a/domains/danilezheng4.json b/domains/danilezheng4.json index d5188f862..c1cd2ce54 100644 --- a/domains/danilezheng4.json +++ b/domains/danilezheng4.json @@ -1,6 +1,4 @@ { - "description": "danilezheng4's portfolio", - "repo": "https://github.com/danilezheng4/danilezheng4.github.io", "owner": { "username": "danilezheng4", "email": "danilezheng4@outlook.com" diff --git a/domains/daniyor.json b/domains/daniyor.json index a01bff2b8..2310b1bc6 100644 --- a/domains/daniyor.json +++ b/domains/daniyor.json @@ -1,6 +1,4 @@ { - "description": "Daniyor's Portfolio", - "repo": "https://github.com/Daniyor2020/devdan", "owner": { "username": "Daniyor2020", "email": "dani.bolta87@gmail.com" diff --git a/domains/danosyrus.json b/domains/danosyrus.json index 71f088da2..06178b70e 100644 --- a/domains/danosyrus.json +++ b/domains/danosyrus.json @@ -1,6 +1,4 @@ { - "description": "Personal Resume", - "repo": "https://github.com/danosyrus/danosyrus.github.io", "owner": { "username": "danosyrus", "email": "danosyrus@tuta.io", diff --git a/domains/daoch4n.json b/domains/daoch4n.json index 86c75c1bc..38442abd0 100644 --- a/domains/daoch4n.json +++ b/domains/daoch4n.json @@ -1,6 +1,4 @@ { - "description": "Web3-enabled video player for Daoko MVs", - "repo": "https://github.com/dtub3/DaokoTube", "owner": { "username": "daoch4n", "email": "digitaimadness@pm.me" diff --git a/domains/daria.json b/domains/daria.json index 17908dfc7..7bfb5b6a3 100644 --- a/domains/daria.json +++ b/domains/daria.json @@ -1,6 +1,4 @@ { - "description": "Daria is a dev", - "repo": "https://github.com/dariatrainor/dariatrainor.github.io", "owner": { "username": "dariatrainor", "email": "dariasu@gmail.com" diff --git a/domains/dariorodrigon.json b/domains/dariorodrigon.json index 0818abec9..55b020e2e 100644 --- a/domains/dariorodrigon.json +++ b/domains/dariorodrigon.json @@ -1,6 +1,4 @@ { - "description": "Dario Rodri Gon is a dev", - "repo": "https://github.com/dario-rodriguez/dario-rodriguez.github.io", "owner": { "username": "dario-rodriguez", "email": "dario.rg.1990@gmail.com" diff --git a/domains/darji-ravi.json b/domains/darji-ravi.json index 05984a1b2..80d4f30ee 100644 --- a/domains/darji-ravi.json +++ b/domains/darji-ravi.json @@ -1,6 +1,4 @@ { - "description": "Ravi Profile.", - "repo": "https://github.com/darji-ravi/darji-ravi.github.io", "owner": { "username": "darji-ravi" }, diff --git a/domains/darkdevil.json b/domains/darkdevil.json index aa51ee13a..8572cbd0d 100644 --- a/domains/darkdevil.json +++ b/domains/darkdevil.json @@ -1,6 +1,4 @@ { - "description": "darkdevil.is-a.dev", - "repo": "https://github.com/LRxDarkDevil/Personal-web", "owner": { "username": "LRxDarkDevil", "email": "tahaadnanawan@gmail.com", diff --git a/domains/datadash.json b/domains/datadash.json index d51fd6cf9..215e9c4c2 100644 --- a/domains/datadash.json +++ b/domains/datadash.json @@ -1,6 +1,4 @@ { - "description": "Project-Website", - "repo": "https://github.com/Armaan4477/Cross-Platform-Media-Sharing", "owner": { "username": "Armaan4477", "email": "nakhudaarmaan66@gmail.com" diff --git a/domains/datit309.json b/domains/datit309.json index 804a2aa07..18997335a 100644 --- a/domains/datit309.json +++ b/domains/datit309.json @@ -1,6 +1,4 @@ { - "description": "Documentation website for is-a.dev", - "repo": "https://github.com/datit309309/register", "owner": { "username": "datit309", "email": "datit309@gmail.com" diff --git a/domains/davidheredia.json b/domains/davidheredia.json index 083f173be..2d585b272 100644 --- a/domains/davidheredia.json +++ b/domains/davidheredia.json @@ -1,6 +1,4 @@ { - "description": "Portofolio PWA", - "repo": "https://github.com/dherediat97/Portfolio", "owner": { "username": "dherediat97", "email": "dherediat97@gmail.com" diff --git a/domains/davidpizarro.json b/domains/davidpizarro.json index 36b93344d..4e6c0a560 100644 --- a/domains/davidpizarro.json +++ b/domains/davidpizarro.json @@ -1,6 +1,4 @@ { - "description": "Use the domain for my porfolio", - "repo": "https://github.com/DavidPPizarro/davidppizarro.github.io", "owner": { "username": "DavidPPizarro", "email": "paulpizarro151@gmail.com" diff --git a/domains/davidramirez.json b/domains/davidramirez.json index 1345e31cb..1b4fdee9d 100644 --- a/domains/davidramirez.json +++ b/domains/davidramirez.json @@ -1,6 +1,4 @@ { - "description": "My portfolio website made with Astro", - "repo": "https://github.com/davidzz-code/portfolio.git", "owner": { "username": "davidzz-code", "email": "mixing.drr@gmail.com" diff --git a/domains/davipatricio.json b/domains/davipatricio.json index 0d082b34b..2ba050caf 100644 --- a/domains/davipatricio.json +++ b/domains/davipatricio.json @@ -1,6 +1,4 @@ { - "description": "Davi Patricio's personal developer website", - "repo": "https://github.com/davipatricio/website", "owner": { "username": "davipatricio", "email": "davipatricio@protonmail.com" diff --git a/domains/daxoron.json b/domains/daxoron.json index bb95bbbf5..c8377f0e6 100644 --- a/domains/daxoron.json +++ b/domains/daxoron.json @@ -1,6 +1,4 @@ { - "description": "daxoron' personal developer website", - "repo": "https://github.com/daxoron/daxoron.github.io", "owner": { "username": "daxoron", "email": "daxoron.dev@gmail.com" diff --git a/domains/deadshot.json b/domains/deadshot.json index 007115999..ac138c11b 100644 --- a/domains/deadshot.json +++ b/domains/deadshot.json @@ -1,6 +1,4 @@ { - "description": "A simple portfolio template made by me.", - "repo": "https://github.com/deadshotofficial/minimal-portfolio", "owner": { "username": "deadshotofficial", "email": "deadshot3r@pm.me", diff --git a/domains/dean.json b/domains/dean.json index a4097ce17..7818bf1d6 100644 --- a/domains/dean.json +++ b/domains/dean.json @@ -1,6 +1,4 @@ { - "description": "Personal blog and porfolio", - "repo": "https://github.com/dandepan303/frosti", "owner": { "username": "dandepan303", "email": "dandepan303@gmail.com" diff --git a/domains/debaleena.json b/domains/debaleena.json index 6d8ebd0eb..fcac8d625 100644 --- a/domains/debaleena.json +++ b/domains/debaleena.json @@ -1,6 +1,4 @@ { - "description": "host my portfolio.", - "repo": "https://github.com/Debaleena84/personal-portfolio-website", "owner": { "username": "Debaleena84", "email": "des.debaleenabasu@gmail.com" diff --git a/domains/debjotimallick.json b/domains/debjotimallick.json index 77650705d..816ade953 100644 --- a/domains/debjotimallick.json +++ b/domains/debjotimallick.json @@ -1,6 +1,4 @@ { - "description": "This subdomain is for my own testing and learning purpose.", - "repo": "https://github.com/DebjotiMallick/debjotimallick.github.io", "owner": { "username": "debjotimallick", "email": "debjoti97@gmail.com" diff --git a/domains/debkanchan.json b/domains/debkanchan.json index c747487c9..bb54ddfe2 100644 --- a/domains/debkanchan.json +++ b/domains/debkanchan.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/debkanchan/debkanchan.github.io", "owner": { "username": "debkanchan", "email": "debu.samadder@gmail.com" diff --git a/domains/deepak.json b/domains/deepak.json index b376ebc62..08d0d153b 100644 --- a/domains/deepak.json +++ b/domains/deepak.json @@ -1,6 +1,4 @@ { - "description": "Deepak's Personal Site", - "repo": "https://github.com/marchinghunter/marchinghunter.github.io", "owner": { "username": "marchinghunter", "email": "dm6593120@gmail.com" diff --git a/domains/deepesh.json b/domains/deepesh.json index 1a6a93863..61651d302 100644 --- a/domains/deepesh.json +++ b/domains/deepesh.json @@ -1,6 +1,4 @@ { - "description": "Use for portfolio.", - "repo": "https://github.com/DeepeshXCodes/deepeshxcodes.github.io", "owner": { "username": "DeepeshXCodes", "email": "deepesh.chakravartii@gmail.com" diff --git a/domains/defective.json b/domains/defective.json index 85660cc1a..8f1505f86 100644 --- a/domains/defective.json +++ b/domains/defective.json @@ -1,6 +1,4 @@ { - "description": "Describe the use of this subdomain", - "repo": "https://github.com/Defective4/defective4.github.io", "owner": { "username": "Defective4", "email": "def3ctive4@gmail.com" diff --git a/domains/delta.json b/domains/delta.json index 7d9992285..f60520427 100644 --- a/domains/delta.json +++ b/domains/delta.json @@ -1,6 +1,4 @@ { - "description": "Leo's personal website using Github Pages", - "repo": "https://github.com/leocatsune/leocatsune.github.io", "owner": { "username": "LeoCatsune", "twitter": "LeoCatsune" diff --git a/domains/deltafumble.json b/domains/deltafumble.json index 2b961e105..0e359c206 100644 --- a/domains/deltafumble.json +++ b/domains/deltafumble.json @@ -1,6 +1,4 @@ { - "description": "My blog", - "repo": "https://github.com/deltafumble/deltafumble.github.io", "owner": { "username": "deltafumble", "email": "deltafumblecontact@skiff.com", diff --git a/domains/demonkingswarn.json b/domains/demonkingswarn.json index e545c22f8..b6c68ce6f 100644 --- a/domains/demonkingswarn.json +++ b/domains/demonkingswarn.json @@ -1,6 +1,4 @@ { - "description": "DemonKingSwarn's personal developer website", - "repo": "https://github.com/demonkingswarn/demonkingswarn.github.io", "owner": { "username": "DemonKingSwarn", "email": "demonkingswarn@protonmail.com" diff --git a/domains/deniz.json b/domains/deniz.json index d14cd7ad8..13d6c992d 100644 --- a/domains/deniz.json +++ b/domains/deniz.json @@ -1,6 +1,4 @@ { - "description": "This domain is used by Deniz Tunç / creeperkafasi as a personal portfolio", - "repo": "https://github.com/creeperkafasi/creeperkafasi.github.io", "owner": { "username": "creeperkafasi", "twitter": "_creeperkafasi_", diff --git a/domains/dennis.json b/domains/dennis.json index 070fb4d05..750242d02 100644 --- a/domains/dennis.json +++ b/domains/dennis.json @@ -1,6 +1,4 @@ { - "description": "Dennis is a Dev", - "repo": "https://github.com/dvandervlag/dvandervlag.github.io", "owner": { "username": "dvandervlag", "email": "dvandervlag@gmail.com" diff --git a/domains/dev-dco.json b/domains/dev-dco.json index ed8bd305d..d0a68cd39 100644 --- a/domains/dev-dco.json +++ b/domains/dev-dco.json @@ -1,6 +1,4 @@ { - "description": "/dev/ co-op website.", - "repo": "https://dev-dco.github.io", "owner": { "username": "dev-dco", "email": "dev-coop@murena.io" diff --git a/domains/dev10us.json b/domains/dev10us.json index 4fd2a6879..a61875f48 100644 --- a/domains/dev10us.json +++ b/domains/dev10us.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio Site", - "repo": "https://dev10us1ty.github.io", "owner": { "username": "melonmasteristaken", "email": "melonmasteristaken@gmail.com" diff --git a/domains/devansh.json b/domains/devansh.json index e5fa056f6..56b41e1b5 100644 --- a/domains/devansh.json +++ b/domains/devansh.json @@ -1,6 +1,4 @@ { - "description": "portfolio", - "repo": "https://github.com/devanshyadav2010/register", "owner": { "username": "devanshyadav2010", "email": "dev8adam576@gmail.com", diff --git a/domains/devanshu.json b/domains/devanshu.json index 2430cb2f1..9c0b150fd 100644 --- a/domains/devanshu.json +++ b/domains/devanshu.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/DevanshuTripathi/portfolio", "owner": { "username": "DevanshuTripathi", "email": "aditheprince120@gmail.com" diff --git a/domains/developerjosh.json b/domains/developerjosh.json index 0b5f51c3a..7232b7e75 100644 --- a/domains/developerjosh.json +++ b/domains/developerjosh.json @@ -1,6 +1,4 @@ { - "description": "A personal portfolio site for all my projects and commissions.", - "repo": "https://github.com/DeveloperJosh/Blue", "owner": { "username": "DeveloperJosh", "email": "joshwells409@gmail.com", diff --git a/domains/devhavok.json b/domains/devhavok.json index 29686d137..579f374f9 100644 --- a/domains/devhavok.json +++ b/domains/devhavok.json @@ -1,6 +1,4 @@ { - "description": "My Personal Blog", - "repo": "https://github.com/DevHavok/devhavok.github.io", "owner": { "username": "Shaunfurtado", "email": "shaunf1801@gmail.com" diff --git a/domains/devon.json b/domains/devon.json index 4c100a188..e33122460 100644 --- a/domains/devon.json +++ b/domains/devon.json @@ -1,6 +1,4 @@ { - "description": "Devon Powell is a full-stack software engineer", - "repo": "https://github.com/D-Pow/d-pow.github.io", "owner": { "username": "D-Pow" }, diff --git a/domains/devvault.json b/domains/devvault.json index d471bfe20..ea9159570 100644 --- a/domains/devvault.json +++ b/domains/devvault.json @@ -1,6 +1,4 @@ { - "description": "Link for DevVault personal site on GitHub pages", - "repo": "https://github.com/DevVault/devvault.github.io", "owner": { "username": "DevVault", "email": "admin@devvault.ru" diff --git a/domains/dhanush.json b/domains/dhanush.json index 442b08d37..f7af06e5a 100644 --- a/domains/dhanush.json +++ b/domains/dhanush.json @@ -1,6 +1,4 @@ { - "description": "A personal site for all my stuff", - "repo": "https://github.com/b1ackshadow/b1ackshadow.github.io", "owner": { "username": "b1ackshadow", "email": "actuallydc@gmail.com" diff --git a/domains/dharmx.json b/domains/dharmx.json index 3dad7cc89..5d405f019 100644 --- a/domains/dharmx.json +++ b/domains/dharmx.json @@ -1,6 +1,4 @@ { - "description": "Porfolio and Blog", - "repo": "https://github.com/dharmx/dharmx.github.io", "owner": { "username": "dharmx", "email": "dharmx.dev@gmail.com", diff --git a/domains/dharti-mungara.json b/domains/dharti-mungara.json index c3b17a816..f83250eca 100644 --- a/domains/dharti-mungara.json +++ b/domains/dharti-mungara.json @@ -1,6 +1,4 @@ { - "description": "Dharti mungara Profile.", - "repo": "https://github.com/dharti-mungara/dharti-mungara.github.io", "owner": { "username": "dharti-mungara" }, diff --git a/domains/dhaval-kareliya.json b/domains/dhaval-kareliya.json index f470ec237..7a4f94205 100644 --- a/domains/dhaval-kareliya.json +++ b/domains/dhaval-kareliya.json @@ -1,6 +1,4 @@ { - "description": "This is a personal website", - "repo": "https://github.com/dhaval-kareliya/dhaval-kareliya.github.io", "owner": { "username": "dhaval-kareliya" }, diff --git a/domains/dheirya.json b/domains/dheirya.json index 756b947e9..c31625c03 100644 --- a/domains/dheirya.json +++ b/domains/dheirya.json @@ -1,6 +1,4 @@ { - "description": "An awesome portfolio site for Dheirya Tyagi", - "repo": "https://github.com/Dheirya/dheiryaweb", "owner": { "username": "Dheirya", "email": "mail@socialrumbles.com", diff --git a/domains/dhinesh.json b/domains/dhinesh.json index 34ef458a7..31685589e 100644 --- a/domains/dhinesh.json +++ b/domains/dhinesh.json @@ -1,6 +1,4 @@ { - "description": "Dhinesh's portfolio website", - "repo": "https://github.com/mdhinesh/mdhinesh.github.io", "owner": { "username": "mdhinesh", "email": "mdhinesh3103@gmail.com" diff --git a/domains/dhruvil.json b/domains/dhruvil.json index 23aa43300..93d6bf749 100644 --- a/domains/dhruvil.json +++ b/domains/dhruvil.json @@ -1,6 +1,4 @@ { - "description": "For portfolio", - "repo": "https://github.com/DhruvilMoradiya/DhruvilMoradiya.github.io", "owner": { "username": "DhruvilMoradiya", "email": "dhruvil1808@gmail.com" diff --git a/domains/dhruvkoshta.json b/domains/dhruvkoshta.json index 85319e0b0..048ea489e 100644 --- a/domains/dhruvkoshta.json +++ b/domains/dhruvkoshta.json @@ -1,6 +1,4 @@ { - "repo": "https://github.com/Dhruvkoshta/Dhruvkoshta.github.io", - "description": "portfolio site", "owner": { "username": "Dhruvkoshta", "email": "dhruvkoshta@gmail.com" diff --git a/domains/diamondbroplayz.json b/domains/diamondbroplayz.json index 4d16b285c..66aa3b0ba 100644 --- a/domains/diamondbroplayz.json +++ b/domains/diamondbroplayz.json @@ -1,6 +1,4 @@ { - "description": "My coding blog", - "repo": "https://github.com/wavysblog/wavysblog.github.io", "owner": { "username": "DiamondBroPlayz", "email": "diamondbroplayz@proton.me", diff --git a/domains/didimukhtar.json b/domains/didimukhtar.json index 344698ded..0c5319ce4 100644 --- a/domains/didimukhtar.json +++ b/domains/didimukhtar.json @@ -1,6 +1,4 @@ { - "description": "The awesome portfolio site for Al-Mukhtar Jamilat Ladidi", - "repo": "https://github.com/didimukhtar/didimukhtar.github.io", "owner": { "username": "didimukhtar", "email": "jamilatmukhtar2014@gmail.com" diff --git a/domains/dinesh-vaghasia.json b/domains/dinesh-vaghasia.json index 17c20ee5d..0e6d05243 100644 --- a/domains/dinesh-vaghasia.json +++ b/domains/dinesh-vaghasia.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/dinesh-vaghasia/dinesh-vaghasia.github.io", "owner": { "username": "dinesh-vaghasia" }, diff --git a/domains/dinuhifi.json b/domains/dinuhifi.json index 231cda4ed..d31849c52 100644 --- a/domains/dinuhifi.json +++ b/domains/dinuhifi.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio", - "repo": "https://github.com/dinuhifi/dinuhifi.github.io", "owner": { "username": "dinuhifi", "email": "dinesh23110077@snuchennai.edu.in" diff --git a/domains/dipmala-shrimali.json b/domains/dipmala-shrimali.json index a5a750812..8c89ccb1e 100644 --- a/domains/dipmala-shrimali.json +++ b/domains/dipmala-shrimali.json @@ -1,6 +1,4 @@ { - "description": "About Fork", - "repo": "https://github.com/dipmala-shrimali/dipmala-shrimali.github.io", "owner": { "username": "dipmala-shrimali" }, diff --git a/domains/dirgha-ukani.json b/domains/dirgha-ukani.json index 025cbd479..3dd7c4288 100644 --- a/domains/dirgha-ukani.json +++ b/domains/dirgha-ukani.json @@ -1,6 +1,4 @@ { - "description": "This is personal website", - "repo": "https://github.com/dirgha-ukani/dirgha-ukani.github.io", "owner": { "username": "dirgha-ukani" }, diff --git a/domains/discord-lakshishere.json b/domains/discord-lakshishere.json index 147365afe..62341ad1b 100644 --- a/domains/discord-lakshishere.json +++ b/domains/discord-lakshishere.json @@ -1,6 +1,4 @@ { - "description": "Welcome to my experimental domain", - "repo": "https://github.com/WebLux7/WebLux", "owner": { "username": "WebLux7", "email": "lucky7049sp@gmail.com" diff --git a/domains/discordlakshishere.json b/domains/discordlakshishere.json index 147365afe..62341ad1b 100644 --- a/domains/discordlakshishere.json +++ b/domains/discordlakshishere.json @@ -1,6 +1,4 @@ { - "description": "Welcome to my experimental domain", - "repo": "https://github.com/WebLux7/WebLux", "owner": { "username": "WebLux7", "email": "lucky7049sp@gmail.com" diff --git a/domains/discusser.json b/domains/discusser.json index d88210b01..27a929945 100644 --- a/domains/discusser.json +++ b/domains/discusser.json @@ -1,6 +1,4 @@ { - "description": "Hosts Discusser's personal website", - "repo": "https://github.com/Discusser/discusser.github.io", "owner": { "username": "Discusser", "email": "noobly321growing@gmail.com" diff --git a/domains/divyam.json b/domains/divyam.json index 26e83a9ca..1ff5d78c7 100644 --- a/domains/divyam.json +++ b/domains/divyam.json @@ -1,6 +1,4 @@ { - "description": "Divyam's personal website", - "repo": "https://github.com/DivyamAhuja/divyamahuja.github.io", "owner": { "username": "DivyamAhuja", "email": "ahujadivyam@gmail.com" diff --git a/domains/djaana.json b/domains/djaana.json index eff6329ff..d192cc7c9 100644 --- a/domains/djaana.json +++ b/domains/djaana.json @@ -1,6 +1,4 @@ { - "description": "For a personnal portfolio", - "repo": "https://github.com/djaana/djaana.github.io", "owner": { "username": "djaana", "discord": "djaana", diff --git a/domains/dllb.json b/domains/dllb.json index 679e46a58..1e3af9985 100644 --- a/domains/dllb.json +++ b/domains/dllb.json @@ -1,6 +1,4 @@ { - "description": "This repo contains my personal portfolio site.", - "repo": "https://github.com/dllbdev/homepage", "owner": { "username": "dllbdev", "email": "dllb.dev@proton.me" diff --git a/domains/docs.flowwing.json b/domains/docs.flowwing.json index 805929e81..a6ca77354 100644 --- a/domains/docs.flowwing.json +++ b/domains/docs.flowwing.json @@ -1,6 +1,4 @@ { - "description": "Documentation Flow-Wing Programming Language", - "repo": "https://github.com/kushagra1212/Flow-Wing", "owner": { "username": "kushagra1212", "email": "kushagrarathore002@gmail.com" diff --git a/domains/domb.json b/domains/domb.json index ca9d7854d..cb39d7db0 100644 --- a/domains/domb.json +++ b/domains/domb.json @@ -1,6 +1,4 @@ { - "description": "to be able to use .is-a.dev domain", - "repo": "https://smailiukas.github.io/", "owner": { "username": "smailiukas", "email": "domantas.bulotas@gmail.com" diff --git a/domains/donut.json b/domains/donut.json index 893656d06..d2ec931ae 100644 --- a/domains/donut.json +++ b/domains/donut.json @@ -1,6 +1,4 @@ { - "description": "Welcome to donut2008's website!", - "repo": "https://github.com/donut2008/donut2008.github.io", "owner": { "username": "donut2008", "discord": "donut#6852" diff --git a/domains/doom.json b/domains/doom.json index b6d284c60..96fd6f4b7 100644 --- a/domains/doom.json +++ b/domains/doom.json @@ -1,6 +1,4 @@ { - "description": "My personal website inspired by 90s personal websites made in Geocities", - "repo": "https://github.com/itsdoomone/itsdoomone.github.io", "owner": { "username": "ItsDoomOne", "email": "leodroid796@gmail.com", diff --git a/domains/dotexe3301.json b/domains/dotexe3301.json index f55b82264..8aa09e9ef 100644 --- a/domains/dotexe3301.json +++ b/domains/dotexe3301.json @@ -1,6 +1,4 @@ { - "description": "For my GitHub Pages URL", - "repo": "https://github.com/dotexe3301/dotexe3301.github.io", "owner": { "username": "dotexe3301", "email": "shiveshvijay707@gmail.com" diff --git a/domains/doug.json b/domains/doug.json index e9b129ca6..c349bafd0 100644 --- a/domains/doug.json +++ b/domains/doug.json @@ -1,6 +1,4 @@ { - "description": "Personal website", - "repo": "https://github.com/drssoccer55/drssoccer55.github.io", "owner": { "username": "drssoccer55", "email": "sextondouglas@pm.me" diff --git a/domains/dqmn.json b/domains/dqmn.json index e985decc8..0c5b06052 100644 --- a/domains/dqmn.json +++ b/domains/dqmn.json @@ -1,6 +1,4 @@ { - "description": "dqmn.is-a.dev", - "repo": "https://github.com/dqmn/dqmn.github.io", "owner": { "username": "dqmn", "email": "dqmnbackup@gmail.com" diff --git a/domains/drago-cuven.json b/domains/drago-cuven.json index 511009e52..7d1fc2c26 100644 --- a/domains/drago-cuven.json +++ b/domains/drago-cuven.json @@ -1,6 +1,4 @@ { - "description": "a site for Drago Cuven's general content", - "repo": "https://github.com/Drago-Cuven/drago-cuven.github.io", "owner": { "username": "Drago-Cuven", "email": "MartinelplayzYT@gmail.com", diff --git a/domains/drew.json b/domains/drew.json index defdbd8c4..cedeb6f35 100644 --- a/domains/drew.json +++ b/domains/drew.json @@ -1,6 +1,4 @@ { - "description": "My page", - "repo": "https://github.com/zessu/zessu.github.io", "owner": { "username": "zessu", "email": "regime-pluck-gulf@duck.com" diff --git a/domains/drish-xd.json b/domains/drish-xd.json index a53752505..9a525f7c0 100644 --- a/domains/drish-xd.json +++ b/domains/drish-xd.json @@ -1,6 +1,4 @@ { - "description": "Drish | Portfolio", - "repo": "https://github.com/Drish-xD/Drish-xD.github.io", "owner": { "username": "Drish-xD", "email": "drish.xd@gmail.com" diff --git a/domains/drmonocle.json b/domains/drmonocle.json index a7317dd45..0e6a2ea7b 100644 --- a/domains/drmonocle.json +++ b/domains/drmonocle.json @@ -1,6 +1,4 @@ { - "description": "DrMonocle Website", - "repo": "https://github.com/monocledr/monocledr.github.io", "owner": { "username": "monocledr", "email": "contact.drmonocle@gmail.com" diff --git a/domains/drv123323.json b/domains/drv123323.json index dfa4b1707..ea8770eb4 100644 --- a/domains/drv123323.json +++ b/domains/drv123323.json @@ -1,6 +1,4 @@ { - "description": "My personal developer portfolio.", - "repo": "https://github.com/dizzy123323/dizzy123323.github.io", "owner": { "username": "dizzy123323", "email": "Dhruvksuru@gmail.com" diff --git a/domains/dsaw.json b/domains/dsaw.json index 8bf482b56..f7dc5a292 100644 --- a/domains/dsaw.json +++ b/domains/dsaw.json @@ -1,6 +1,4 @@ { - "description": "dsaw's blog", - "repo": "https://github.com/dsaw/dsaw.github.io", "owner": { "username": "dsaw", "email": "dsawthedsawwhat@gmail.com" diff --git a/domains/dscbmr.json b/domains/dscbmr.json index 26afdb153..8d07cfe1c 100644 --- a/domains/dscbmr.json +++ b/domains/dscbmr.json @@ -1,6 +1,4 @@ { - "description": "Profile card", - "repo": "https://srpvt.github.io/DSCBMR", "owner": { "username": "SRPVT", "email": "syedrayangames@gmail.com" diff --git a/domains/duc.json b/domains/duc.json index 6ea882e6a..55c4da161 100644 --- a/domains/duc.json +++ b/domains/duc.json @@ -1,6 +1,4 @@ { - "description": "duc.is-a.dev", - "repo": "https://github.com/duc-ios/duc-ios.github.io", "owner": { "username": "duc-ios", "email": "hi@duk.one" diff --git a/domains/dudani-meet.json b/domains/dudani-meet.json index fa3b1c42d..8c468728a 100644 --- a/domains/dudani-meet.json +++ b/domains/dudani-meet.json @@ -1,6 +1,4 @@ { - "description": "Meet Portfolio.", - "repo": "https://github.com/dudani-meet/dudani-meet.github.io", "owner": { "username": "dudani-meet" }, diff --git a/domains/dumkalpoly.json b/domains/dumkalpoly.json index da44d67de..89f814633 100644 --- a/domains/dumkalpoly.json +++ b/domains/dumkalpoly.json @@ -1,6 +1,4 @@ { - "description": "Educational Website", - "repo": "https://github.com/dumkalpoly/dumkalpoly.github.io", "owner": { "username": "dumkalpoly", "email": "dumkalpoly@yahoo.com" diff --git a/domains/durlavkalita.json b/domains/durlavkalita.json index 86661b90f..6b01c5f83 100644 --- a/domains/durlavkalita.json +++ b/domains/durlavkalita.json @@ -1,6 +1,4 @@ { - "description": "Portfolio/blog of Durlav Kalita", - "repo": "https://github.com/durlavkalita/durlavkalita.github.io", "owner": { "username": "durlavkalita", "email": "durlavk98@gmail.com" diff --git a/domains/dushmanta.json b/domains/dushmanta.json index 02383e2ef..1581b6bfc 100644 --- a/domains/dushmanta.json +++ b/domains/dushmanta.json @@ -1,6 +1,4 @@ { - "description": "Portfolio", - "repo": "https://github.com/dushmanta05/dushmanta05.github.io", "owner": { "username": "dushmanta05", "email": "dushbehera05@gmail.com", diff --git a/domains/duzo.json b/domains/duzo.json index c801e201c..04c2f2d95 100644 --- a/domains/duzo.json +++ b/domains/duzo.json @@ -1,6 +1,4 @@ { - "description": "For Duzo's website", - "repo": "https://github.com/Duzos/duzos.github.io", "owner": { "username": "Duzos" }, diff --git a/domains/dwii.json b/domains/dwii.json index 1b743527f..f3d982c72 100644 --- a/domains/dwii.json +++ b/domains/dwii.json @@ -1,6 +1,4 @@ { - "description": "DwiiUnknown is a dev.", - "repo": "https://github.com/ItzMeDwii/dwii", "owner": { "username": "ItzMeDwii", "email": "dwiiunknown@gmail.com" diff --git a/domains/easynebula.json b/domains/easynebula.json index 6601b6c06..6cccdd83c 100644 --- a/domains/easynebula.json +++ b/domains/easynebula.json @@ -1,6 +1,4 @@ { - "description": "Links to the github page which displays a README file", - "repo": "https://github.com/EasyNebula/EasyNebula", "owner": { "username": "EasyNebula", "email": "geographicalfacts16@gmail.com", diff --git a/domains/eazyblack.json b/domains/eazyblack.json index 0ae6f5469..35d796b8c 100644 --- a/domains/eazyblack.json +++ b/domains/eazyblack.json @@ -1,6 +1,4 @@ { - "description": "eazyblack website.", - "repo": "https://github.com/EAZYBLACK/eazyblack.github.io", "owner": { "username": "eazyblack", "email": "eazywhite40@gmail.com" diff --git a/domains/ecalzo.json b/domains/ecalzo.json index c8d423a01..13b4ff971 100644 --- a/domains/ecalzo.json +++ b/domains/ecalzo.json @@ -1,6 +1,4 @@ { - "description": "Evan's personal developer blog", - "repo": "https://github.com/Ecalzo/ecalzo.github.io", "owner": { "username": "ecalzo", "email": "evancalz@me.com" diff --git a/domains/echo2477.json b/domains/echo2477.json index 8cdb1e33a..04867ca68 100644 --- a/domains/echo2477.json +++ b/domains/echo2477.json @@ -1,6 +1,4 @@ { - "description": "Echo's personal website", - "repo": "https://github.com/echo2477/echo2477.github.io", "owner": { "username": "echo2477", "email": "pku.eko16@gmail.com" diff --git a/domains/ed-henrique.json b/domains/ed-henrique.json index 81e8ec408..bc2dae599 100644 --- a/domains/ed-henrique.json +++ b/domains/ed-henrique.json @@ -1,6 +1,4 @@ { - "description": "Personal blog", - "repo": "https://github.com/ed-henrique/blog", "owner": { "username": "ed-henrique", "email": "edu.hen.fm@gmail.com" diff --git a/domains/edition.json b/domains/edition.json index c84653ef2..ee1f0da1d 100644 --- a/domains/edition.json +++ b/domains/edition.json @@ -1,6 +1,4 @@ { - "description": "Website to introduce the project I have made", - "repo": "https://github.com/maxyeh0817/Edition", "owner": { "username": "maxyeh0817", "email": "maxyeh0817@gmail.com" diff --git a/domains/eduardo.json b/domains/eduardo.json index fb5569647..ced277fd2 100644 --- a/domains/eduardo.json +++ b/domains/eduardo.json @@ -1,6 +1,4 @@ { - "description": "Personal subdomain", - "repo": "https://github.com/eduardonobrega/personal-website", "owner": { "username": "eduardonobrega", "email": "eduardo.nobrrega@gmail.com" diff --git a/domains/edudutra.json b/domains/edudutra.json index 8eb0266ac..edfe6198f 100644 --- a/domains/edudutra.json +++ b/domains/edudutra.json @@ -1,6 +1,4 @@ { - "description": "Personal subdomain", - "repo": "https://github.com/edudutra/edudutra.github.io", "owner": { "username": "edudutra", "email": "emdutra@gmail.com" diff --git a/domains/edwin-lh.json b/domains/edwin-lh.json index 54f2beb39..ee1eef26a 100644 --- a/domains/edwin-lh.json +++ b/domains/edwin-lh.json @@ -1,6 +1,4 @@ { - "description": "Custom github pages domain", - "repo": "https://github.com/ezerinz/ezerinz.github.io", "owner": { "username": "ezerinz", "email": "edwinnnzx@gmail.com", diff --git a/domains/eesa.json b/domains/eesa.json index e94d1ab8f..2b98dd995 100644 --- a/domains/eesa.json +++ b/domains/eesa.json @@ -1,6 +1,4 @@ { - "description": "Making a .is-a.dev domain as an alt url for my site.", - "repo": "https://github.com/eesazahed/eesa.zahed.ca", "owner": { "username": "eesazahed", "email": "eszhd1@gmail.com" diff --git a/domains/elanchezhiyan-p.json b/domains/elanchezhiyan-p.json index 5b1e38a69..47c988e65 100644 --- a/domains/elanchezhiyan-p.json +++ b/domains/elanchezhiyan-p.json @@ -1,6 +1,4 @@ { - "description": "Elanchezhiyan's personal developer website", - "repo": "https://github.com/Elanchezhiyan-P/Elanchezhiyan-P.git", "owner": { "username": "Elanchezhiyan-P", "email": "elanche97@gmail.com" diff --git a/domains/elbernaoui.json b/domains/elbernaoui.json index c85c50f48..e9699050b 100644 --- a/domains/elbernaoui.json +++ b/domains/elbernaoui.json @@ -1,6 +1,4 @@ { - "description": "this is for my personal website", - "repo": "https://github.com/EL-Bernaoui/elbernaoui", "owner": { "username": "EL-Bernaoui", "twitter": "ELBRN_Achraf" diff --git a/domains/eldano.json b/domains/eldano.json index 29f9fe895..d17f271db 100644 --- a/domains/eldano.json +++ b/domains/eldano.json @@ -1,6 +1,4 @@ { - "description": "Personal website for eldano dev", - "repo": "https://github.com/eldano/eldano.github.io", "owner": { "username": "eldano", "twitter": "eldanov2" diff --git a/domains/eldin.json b/domains/eldin.json index 19658b42e..8cc460ebb 100644 --- a/domains/eldin.json +++ b/domains/eldin.json @@ -1,6 +1,4 @@ { - "repo": "https://github.com/ahmed-eldin/ahmed-eldin.github.io", - "description": "Ahmed's Website", "owner": { "username": "ahmed-eldin", "email": "ahmedeldin98@gmail.com" diff --git a/domains/eldios.json b/domains/eldios.json index bfa477309..086afa6ea 100644 --- a/domains/eldios.json +++ b/domains/eldios.json @@ -1,6 +1,4 @@ { - "description": "Personal website for Lele - eldios", - "repo": "https://github.com/eldios/eldios.github.io", "owner": { "username": "eldios", "twitter": "eldios" diff --git a/domains/elias.json b/domains/elias.json index b00e7b498..d35fe0388 100644 --- a/domains/elias.json +++ b/domains/elias.json @@ -1,6 +1,4 @@ { - "description": "My personal website, im learning web dev!", - "repo": "https://github.com/EliasKernel/EliasKernel.github.io", "owner": { "username": "eliaskernel", "email": "eliaskernel@protonmail.com", diff --git a/domains/elijah629.json b/domains/elijah629.json index 47c84d8a3..99f39d3b0 100644 --- a/domains/elijah629.json +++ b/domains/elijah629.json @@ -1,6 +1,4 @@ { - "description": "Redirect to https://elijah629.vercel.app", - "repo": "https://github.com/Elijah629/portfolio", "owner": { "username": "Elijah629", "discord": "Elijah629#6199" diff --git a/domains/elisaterumi.json b/domains/elisaterumi.json index 95d8de861..6a21f2d4c 100644 --- a/domains/elisaterumi.json +++ b/domains/elisaterumi.json @@ -1,6 +1,4 @@ { - "description": "Personal subdomain", - "repo": "https://github.com/lisaterumi/lisaterumi.github.io", "owner": { "username": "lisaterumi", "email": "contato@mulheresprogramando.com.br" diff --git a/domains/elyazid.json b/domains/elyazid.json index faadb44f3..ac491454e 100644 --- a/domains/elyazid.json +++ b/domains/elyazid.json @@ -1,6 +1,4 @@ { - "description": "Personal website", - "repo": "https://github.com/MrElyazid/MrElyazid.github.io", "owner": { "username": "MrElyazid", "email": "elyazid.assouli@gmail.com" diff --git a/domains/emamut.json b/domains/emamut.json index 235a2ca62..e0dafd393 100644 --- a/domains/emamut.json +++ b/domains/emamut.json @@ -1,6 +1,4 @@ { - "description": "Faber Vergara - Web Developer", - "repo": "https://github.com/emamut/cv", "owner": { "username": "emamut", "email": "fabervergara@gmail.ocm" diff --git a/domains/emhl.json b/domains/emhl.json index 9d84f03d2..d9d9e4169 100644 --- a/domains/emhl.json +++ b/domains/emhl.json @@ -1,6 +1,4 @@ { - "description": "personal page", - "repo": "https://github.com/emhl/emhl.github.io", "owner": { "username": "emhl", "email": "stnr.emil@gmail.com" diff --git a/domains/emojisteg.json b/domains/emojisteg.json index 91c2f8075..c9727bd14 100644 --- a/domains/emojisteg.json +++ b/domains/emojisteg.json @@ -1,6 +1,4 @@ { - "description": "Cloudflare Pages site for emojisteg", - "repo": "https://github.com/carterlasalle/emojistega", "owner": { "username": "carterlasalle", "email": "carterlasalle@gmail.com" diff --git a/domains/encoder.js.json b/domains/encoder.js.json index 5f922f703..f541da5df 100644 --- a/domains/encoder.js.json +++ b/domains/encoder.js.json @@ -1,6 +1,4 @@ { - "description": "Encoder.js", - "repo": "https://github.com/JustStudio7/Encoder", "owner": { "username": "JustDeveloper1", "email": "support@juststudio.is-a.dev", diff --git a/domains/enderdev.json b/domains/enderdev.json index fcbb6034a..8f030cfaa 100644 --- a/domains/enderdev.json +++ b/domains/enderdev.json @@ -1,6 +1,4 @@ { - "description": "Personal site for EnderDev", - "repo": "https://github.com/EnderDev/EnderDev", "owner": { "username": "EnderDev", "email": "kieran@dothq.co", diff --git a/domains/enderpoint.json b/domains/enderpoint.json index 5673ed677..51aabff37 100644 --- a/domains/enderpoint.json +++ b/domains/enderpoint.json @@ -1,6 +1,4 @@ { - "description": "EnderPoint's dev site", - "repo": "https://github.com/EnderPoint07/EnderPoint07.github.io", "owner": { "username": "EnderPoint07", "discord": "DotM38#5497", diff --git a/domains/enginecreations.json b/domains/enginecreations.json index de555c2ae..fdf47929c 100644 --- a/domains/enginecreations.json +++ b/domains/enginecreations.json @@ -1,6 +1,4 @@ { - "description": "Engine Creations(TM) main pages", - "repo": "https://github.com/akk1to/enginecreations.github.io", "owner": { "username": "akk1to", "email": "akk1to.dev@gmail.com", diff --git a/domains/eojeda.json b/domains/eojeda.json index 256c76de1..4d25f13ff 100644 --- a/domains/eojeda.json +++ b/domains/eojeda.json @@ -1,6 +1,4 @@ { - "description": "Personal webpage", - "repo": "https://github.com/eojeda89/eojeda89.github.io", "owner": { "username": "eojeda89", "email": "ernestoojeda89@gmail.com" diff --git a/domains/epgeroy.json b/domains/epgeroy.json index d473494bb..0c99765df 100644 --- a/domains/epgeroy.json +++ b/domains/epgeroy.json @@ -1,6 +1,4 @@ { - "description": "/home/epgeroy", - "repo": "https://github.com/epgeroy/epgeroy.github.io", "owner": { "username": "epgeroy", "email": "epgeroy@gmail.com" diff --git a/domains/epiccooldog.json b/domains/epiccooldog.json index cb15057de..d11b5d97e 100644 --- a/domains/epiccooldog.json +++ b/domains/epiccooldog.json @@ -1,6 +1,4 @@ { - "description": "Personal/Portfolio", - "repo": "https://github.com/ARubikMaster/is-a.dev", "owner": { "username": "arubikmaster", "email": "epiccooldog@techie.com", diff --git a/domains/erdwpe.json b/domains/erdwpe.json index faafbc74b..5d330ee1b 100644 --- a/domains/erdwpe.json +++ b/domains/erdwpe.json @@ -1,6 +1,4 @@ { - "description": "erdwpe website", - "repo": "https://github.com/erdwpe/erdwpe.github.io", "owner": { "username": "erdwpe", "email": "erdwpe@gmail.com", diff --git a/domains/ericlin.json b/domains/ericlin.json index 007f74be7..8b6b9e54b 100644 --- a/domains/ericlin.json +++ b/domains/ericlin.json @@ -1,6 +1,4 @@ { - "description": "To get a cool looking subdomain for my portfolio hosted on netlify", - "repo": "https://github.com/ericafk0001/Portfolio.git", "owner": { "username": "ericafk0001", "email": "dxslyofficial@gmail.com" diff --git a/domains/eryquicc.json b/domains/eryquicc.json index dd1e7107b..7cb142e95 100644 --- a/domains/eryquicc.json +++ b/domains/eryquicc.json @@ -1,6 +1,4 @@ { - "description": "Personal use", - "repo": "https://github.com/eryquicc/eryquicc.github.io", "owner": { "username": "Eryquicc" }, diff --git a/domains/eshanized.json b/domains/eshanized.json index 62694f4ab..5be92ac76 100644 --- a/domains/eshanized.json +++ b/domains/eshanized.json @@ -1,6 +1,4 @@ { - "description": "eshanized.is-a.dev", - "repo": "https://github.com/eshanized/eshanized.github.io", "owner": { "username": "eshanized", "email": "m.eshanized@gmail.com" diff --git a/domains/essawy.json b/domains/essawy.json index 921bab84f..77e0405e1 100644 --- a/domains/essawy.json +++ b/domains/essawy.json @@ -1,6 +1,4 @@ { - "description": "Abdelrahman Essawy - Full Stack Software Engineer", - "repo": "https://github.com/abdelrahman-essawy/abdelrahman-essawy.github.io", "owner": { "username": "abdelrahman-essawy", "email": "abdelrahman.mo.essawy@gmail.com" diff --git a/domains/eternasuno.json b/domains/eternasuno.json index 19bcd550c..41873647e 100644 --- a/domains/eternasuno.json +++ b/domains/eternasuno.json @@ -1,6 +1,4 @@ { - "description": "Blog for eternasuno", - "repo": "https://github.com/eternasuno/eternasuno.github.io", "owner": { "username": "eternasuno", "email": "eternasuno@gmail.com" diff --git a/domains/ethereumvd.json b/domains/ethereumvd.json index 7bb75f5a8..e1782d38c 100644 --- a/domains/ethereumvd.json +++ b/domains/ethereumvd.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio website", - "repo": "https://github.com/ethereumvd/ethereumvd.github.io", "owner": { "username": "ethereumvd", "email": "ethereum249@gmail.com" diff --git a/domains/euskindar.json b/domains/euskindar.json index 31ca2834a..899a28528 100644 --- a/domains/euskindar.json +++ b/domains/euskindar.json @@ -1,6 +1,4 @@ { - "description": "Fron-end challenges", - "repo": "https://github.com/Euskindar/CHALLENGES", "owner": { "username": "Euskindar", "email": "julenjph@hotmail.com" diff --git a/domains/eutrix.json b/domains/eutrix.json index 219002696..bd2781a72 100644 --- a/domains/eutrix.json +++ b/domains/eutrix.json @@ -1,6 +1,4 @@ { - "description": "A website to show off my projects.", - "repo": "https://github.com/Eutrix/eutrix.github.io", "owner": { "username": "Eutrix", "discord": "Tony25#4455" diff --git a/domains/evan.json b/domains/evan.json index 9ab1eb526..5410c3a84 100644 --- a/domains/evan.json +++ b/domains/evan.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/GeopJr/geopjr.dev", "owner": { "username": "GeopJr", "email": "domains@geopjr.dev" diff --git a/domains/evans.json b/domains/evans.json index d343a40e9..239a451ca 100644 --- a/domains/evans.json +++ b/domains/evans.json @@ -1,6 +1,4 @@ { - "description": "A personal portfolio website", - "repo": "https://github.com/evansrrr/evans", "owner": { "username": "Evansrrr", "email": "enzoraziore@outlook.com" diff --git a/domains/evansrrr.json b/domains/evansrrr.json index d343a40e9..239a451ca 100644 --- a/domains/evansrrr.json +++ b/domains/evansrrr.json @@ -1,6 +1,4 @@ { - "description": "A personal portfolio website", - "repo": "https://github.com/evansrrr/evans", "owner": { "username": "Evansrrr", "email": "enzoraziore@outlook.com" diff --git a/domains/every.json b/domains/every.json index 5d20c4a71..5d47175ef 100644 --- a/domains/every.json +++ b/domains/every.json @@ -1,6 +1,4 @@ { - "description": "Screenshot of every accessible .is-a.dev website by @actuallyundefined", - "repo": "https://github.com/JustDeveloper1/every.is-a.dev", "owner": { "username": "JustDeveloper1", "email": "dev@j.is-a.dev", diff --git a/domains/ewan.json b/domains/ewan.json index 5e2b18a7d..5c99ead13 100644 --- a/domains/ewan.json +++ b/domains/ewan.json @@ -1,6 +1,4 @@ { - "description": "personal portfolio for dev", - "repo": "https://github.com/Ewan-Dev/ewan-dev.github.io", "owner": { "username": "Ewan-Dev", "email": "lyricizer2@gmail.com" diff --git a/domains/existing.json b/domains/existing.json index 39ebe4ae6..95b4a20f7 100644 --- a/domains/existing.json +++ b/domains/existing.json @@ -1,6 +1,4 @@ { - "description": "Personal Blog", - "repo": "https://github.com/existing-dev/existingdev", "owner": { "username": "existing-dev", "email": "maamelankar.deveer@gmail.com" diff --git a/domains/eyus00.json b/domains/eyus00.json index d651279d2..7e8e3dbe6 100644 --- a/domains/eyus00.json +++ b/domains/eyus00.json @@ -1,6 +1,4 @@ { - "description": "eyus00's site", - "repo": "https://github.com/eyus00/eyus00.github.io", "owner": { "username": "eyus00", "email": "eyus00@duck.com" diff --git a/domains/fabiancrx.json b/domains/fabiancrx.json index 65e851111..5f45feed8 100644 --- a/domains/fabiancrx.json +++ b/domains/fabiancrx.json @@ -1,6 +1,4 @@ { - "description": "home/croxx", - "repo": "https://github.com/fabiancrx/fabiancrx.github.io", "owner": { "username": "fabiancrx", "email": "croxx5f@gmail.com" diff --git a/domains/factory.json b/domains/factory.json index d027eae57..96a48da29 100644 --- a/domains/factory.json +++ b/domains/factory.json @@ -1,6 +1,4 @@ { - "description": "Factory for manufacturing is-a-dev domains.", - "repo": "https://github.com/orangci/factory.is-a.dev", "owner": { "username": "orangci", "email": "c@orangc.net" diff --git a/domains/faisal.json b/domains/faisal.json index 9f48251b9..47ebd55f2 100644 --- a/domains/faisal.json +++ b/domains/faisal.json @@ -1,6 +1,4 @@ { - "description": "Faisal Portfolio Website", - "repo": "https://github.com/faisal-fida/faisal-fida.github.io", "owner": { "username": "faisal-fida", "email": "arainfaisal826@gmail.com", diff --git a/domains/faiz.json b/domains/faiz.json index 8121eec4f..bc2098d10 100644 --- a/domains/faiz.json +++ b/domains/faiz.json @@ -1,6 +1,4 @@ { - "description": "faizath.github.io", - "repo": "https://github.com/faizath/faizath.github.io", "owner": { "username": "faizath", "email": "faiz@ctemplar.com" diff --git a/domains/falguni-prajapati.json b/domains/falguni-prajapati.json index 4c0876dd4..effbcfb17 100644 --- a/domains/falguni-prajapati.json +++ b/domains/falguni-prajapati.json @@ -1,6 +1,4 @@ { - "description": "This is falguni prajapati", - "repo": "https://github.com/falguni-prajapati/falguni-prajapati.github.io", "owner": { "username": "falguni-prajapati" }, diff --git a/domains/farel.json b/domains/farel.json index 6cd539ef9..9d76f1738 100644 --- a/domains/farel.json +++ b/domains/farel.json @@ -1,6 +1,4 @@ { - "description": "Personal development, testing, and deployment", - "repo": "https://github.com/FarelRA/profile", "owner": { "username": "FarelRA", "email": "farelreskiaditiya22@gmail.com" diff --git a/domains/farkot.json b/domains/farkot.json index 9e47ce74a..2868e75d8 100644 --- a/domains/farkot.json +++ b/domains/farkot.json @@ -1,6 +1,4 @@ { - "description": "Portafolio Farkot09", - "repo": "https://github.com/farkot09/farkot09.github.io", "owner": { "username": "farkot09", "email": "viagramo2011@gmail.com" diff --git a/domains/fastering.json b/domains/fastering.json index 2d11a9bba..9b60f17c9 100644 --- a/domains/fastering.json +++ b/domains/fastering.json @@ -1,6 +1,4 @@ { - "description": "Fastering18 portofolio website", - "repo": "https://github.com/Fastering18/Fastering18.github.io", "owner": { "username": "fastering18", "email": "fastering18@gmail.com" diff --git a/domains/fauzi.json b/domains/fauzi.json index 72102f218..2595a561c 100644 --- a/domains/fauzi.json +++ b/domains/fauzi.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio web", - "repo": "https://github.com/FauziFerdiansyah/fauziferdiansyah.github.io", "owner": { "username": "FauziFerdiansyah", "email": "fetruzie2@gmail.com" diff --git a/domains/fcircle-doc.json b/domains/fcircle-doc.json index 6fc909004..df0fc12d2 100644 --- a/domains/fcircle-doc.json +++ b/domains/fcircle-doc.json @@ -1,6 +1,4 @@ { - "description": "fcircle-doc", - "repo": "https://github.com/hiltay/hexo-circle-of-friends-doc", "owner": { "username": "yyyz", "email": "yyyzlyh@gmail.com" diff --git a/domains/federico.json b/domains/federico.json index 1dc85b3b4..359b8123a 100644 --- a/domains/federico.json +++ b/domains/federico.json @@ -1,6 +1,4 @@ { - "description": "Professional website", - "repo": "https://github.com/Thefederico/federico", "owner": { "username": "Thefederico", "email": "xooxes@gmail.com" diff --git a/domains/fel1x0u.json b/domains/fel1x0u.json index 4e96d2f0d..bf11277bf 100644 --- a/domains/fel1x0u.json +++ b/domains/fel1x0u.json @@ -1,6 +1,4 @@ { - "description": "Add some description", - "repo": "https://github.com/fel1x0u/fel1x0u.github.io", "owner": { "username": "fel1x0u", "email": "felixcou@pm.me", diff --git a/domains/fernandocuba.json b/domains/fernandocuba.json index cc413a144..f42ec0b7a 100644 --- a/domains/fernandocuba.json +++ b/domains/fernandocuba.json @@ -1,6 +1,4 @@ { - "description": "This website is a link to my personal developer portfolio.", - "repo": "https://github.com/fernando-cuba/fernando-cuba.github.io", "owner": { "username": "fernando-cuba", "email": "lfernando.cubar@gmail.com" diff --git a/domains/filip.json b/domains/filip.json index f61b41822..a6f37887b 100644 --- a/domains/filip.json +++ b/domains/filip.json @@ -1,6 +1,4 @@ { - "description": "Filip's personal site and/or CV", - "repo": "https://github.com/totalolage/totalolage.github.io", "owner": { "username": "totalolage", "email": "filip@kalny.net" diff --git a/domains/filmflu.json b/domains/filmflu.json index 05881f993..00d09649e 100644 --- a/domains/filmflu.json +++ b/domains/filmflu.json @@ -1,6 +1,4 @@ { - "description": "Film Flu Web Platform", - "repo": "https://github.com/dherediat97/FilmFlu", "owner": { "username": "dherediat97", "email": "dherediat97@gmail.com" diff --git a/domains/fireexe.json b/domains/fireexe.json index 74f8cb534..482bfca04 100644 --- a/domains/fireexe.json +++ b/domains/fireexe.json @@ -1,6 +1,4 @@ { - "description": "A portofolio website about me :D", - "repo": "https://github.com/fireemerald1/fire-exe-website.github.io", "owner": { "username": "fireemerald1", "email": "imguyexeboii@gmail.com" diff --git a/domains/fishycraft.json b/domains/fishycraft.json index eb4e648a5..4d86a70f3 100644 --- a/domains/fishycraft.json +++ b/domains/fishycraft.json @@ -1,6 +1,4 @@ { - "description": "Fishycraft's amazing site", - "repo": "https://github.com/Fishycraft/fishycraft.github.io", "owner": { "username": "Fishycraft", "email": "fishycraft@yahoo.com", diff --git a/domains/fjavierlh.json b/domains/fjavierlh.json index 029a9be97..70a98aa4c 100644 --- a/domains/fjavierlh.json +++ b/domains/fjavierlh.json @@ -1,6 +1,4 @@ { - "description": "F Javier López GitHub profile", - "repo": "https://github.com/fjavierlh/fjavierlh.github.io", "owner": { "username": "fjavierlh", "email": "fjavierlh@gmail.com" diff --git a/domains/floppy.json b/domains/floppy.json index 6a37c3a75..f95b0c99a 100644 --- a/domains/floppy.json +++ b/domains/floppy.json @@ -1,6 +1,4 @@ { - "description": "floppy's website", - "repo": "https://github.com/FloppyCodes/FloppyCodes.github.io", "owner": { "username": "FloppyCodes", "email": "floppydisk2020@outlook.com", diff --git a/domains/flowwing.json b/domains/flowwing.json index 712b8f072..6374382de 100644 --- a/domains/flowwing.json +++ b/domains/flowwing.json @@ -1,6 +1,4 @@ { - "description": "Flow-Wing Programming Language", - "repo": "https://github.com/kushagra1212/Flow-Wing", "owner": { "username": "kushagra1212", "email": "kushagrarathore002@gmail.com" diff --git a/domains/fluffythebunny.json b/domains/fluffythebunny.json index 0e0fdbec6..31e761a2a 100644 --- a/domains/fluffythebunny.json +++ b/domains/fluffythebunny.json @@ -1,6 +1,4 @@ { - "description": "using it for my developer portfolio", - "repo": "https://github.com/Fluffythebunny/fluffythebunny.is-a.dev", "owner": { "username": "Fluffythebunny", "email": "puglsytt@gmail.com", diff --git a/domains/fodorzsolt.json b/domains/fodorzsolt.json index e01a29cc6..8a1d20852 100644 --- a/domains/fodorzsolt.json +++ b/domains/fodorzsolt.json @@ -3,8 +3,6 @@ "email": "fodorzsolt92@gmail.com", "username": "fzsatti" }, - "description": "My portfolio website", - "repo": "https://github.com/fzsatti/fodorzsolt.is-a.dev", "records": { "CNAME": "fzsatti.github.io" } diff --git a/domains/fongg.json b/domains/fongg.json index 1836be30a..dff80918e 100644 --- a/domains/fongg.json +++ b/domains/fongg.json @@ -1,6 +1,4 @@ { - "description": "nphng15.is-a.dev", - "repo": "https://github.com/nphng15/nphng15.github.io", "owner": { "username": "nphng15", "email": "23521172@gm.uit.edu.vn" diff --git a/domains/formuna.json b/domains/formuna.json index b175bcb1e..305e98a29 100644 --- a/domains/formuna.json +++ b/domains/formuna.json @@ -1,6 +1,4 @@ { - "description": "My website for my projects", - "repo": "https://github.com/FormunaGit/formunagit.github.io", "owner": { "username": "FormunaGit", "discord": "754657845563097108" diff --git a/domains/foxy4096.json b/domains/foxy4096.json index d7fecd715..3fa39feaf 100644 --- a/domains/foxy4096.json +++ b/domains/foxy4096.json @@ -1,6 +1,4 @@ { - "description": "A Dumb Web Devloper Who Loves Django", - "repo": "https://github.com/foxy4096/foxy4096.github.io", "owner": { "username": "foxy4096", "email": "adityapriyadarshi669@gmail.com", diff --git a/domains/frankra.json b/domains/frankra.json index 236f6710b..4af96e719 100644 --- a/domains/frankra.json +++ b/domains/frankra.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/frankra/frankra.github.io", "owner": { "username": "frankra", "email": "rafael.h.frank@gmail.com" diff --git a/domains/frazix.json b/domains/frazix.json index 2845c821d..116401cd4 100644 --- a/domains/frazix.json +++ b/domains/frazix.json @@ -1,6 +1,4 @@ { - "description": "Frazix's personal developer website", - "repo": "https://github.com/Frazix12/Frazix12.github.io", "owner": { "username": "Frazix12", "email": "frazixgaming22@gmail.com" diff --git a/domains/frd.json b/domains/frd.json index 676aa1270..7c18d25f8 100644 --- a/domains/frd.json +++ b/domains/frd.json @@ -1,6 +1,4 @@ { - "description": "frd.is-a.dev.", - "repo": "https://github.com/superXdev/portfolio-next", "owner": { "username": "superXdev", "email": "fikrizhanking@gmail.com" diff --git a/domains/frost-voltage-wiki.json b/domains/frost-voltage-wiki.json index 6c8f7740c..7a0bc798e 100644 --- a/domains/frost-voltage-wiki.json +++ b/domains/frost-voltage-wiki.json @@ -1,6 +1,4 @@ { - "description": "Frost's VoltageOS Wiki", - "repo": "https://gitlab.com/Karan-Frost/wiki.frost.me", "owner": { "username": "Karan-Frost", "email": "frost.github@gmail.com" diff --git a/domains/frost.json b/domains/frost.json index 3045b981d..fff1337df 100644 --- a/domains/frost.json +++ b/domains/frost.json @@ -1,6 +1,4 @@ { - "description": "Frost // Cyberpunk", - "repo": "https://github.com/Karan-Frost/karan-frost.github.io", "owner": { "username": "Karan-Frost", "email": "frost.github@gmail.com" diff --git a/domains/ft.json b/domains/ft.json index 16cc893d1..63479fb7d 100644 --- a/domains/ft.json +++ b/domains/ft.json @@ -1,6 +1,4 @@ { - "description": "For the email address h@ft.is-a.dev", - "repo": "https://github.com/HaftIsntHere/is-a.dev/", "owner": { "username": "HaftIsntHere", "email": "haftthedev@gmail.com" diff --git a/domains/ftn.json b/domains/ftn.json index 0faef10fa..7488c0922 100644 --- a/domains/ftn.json +++ b/domains/ftn.json @@ -1,6 +1,4 @@ { - "description": "frthr's personal site", - "repo": "https://github.com/furthir/furthir.github.io", "owner": { "username": "furthir", "email": "furthir@pm.me" diff --git a/domains/fullpwn.json b/domains/fullpwn.json index d2e8f6379..6ab01b355 100644 --- a/domains/fullpwn.json +++ b/domains/fullpwn.json @@ -1,6 +1,4 @@ { - "description": "My main site.", - "repo": "https://github.com/fullpwn/fullpwn.github.io", "owner": { "username": "fullpwn", "email": "fullpwn@cumallover.me", diff --git a/domains/furryr.json b/domains/furryr.json index 8d8f138a3..1607a0fa6 100644 --- a/domains/furryr.json +++ b/domains/furryr.json @@ -1,6 +1,4 @@ { - "description": "Subdomain for furryr.github.io", - "repo": "https://github.com/FurryR/furryr.github.io", "owner": { "username": "FurryR", "email": "awathefox@gmail.com" diff --git a/domains/furti.json b/domains/furti.json index 1d9589dd3..8e0cee224 100644 --- a/domains/furti.json +++ b/domains/furti.json @@ -1,6 +1,4 @@ { - "description": "furti's personal website", - "repo": "https://github.com/furtidev/furtidev.github.io", "owner": { "username": "furtidev", "email": "furtidev@proton.me", diff --git a/domains/fusoras.json b/domains/fusoras.json index 633693b05..f6f20832f 100644 --- a/domains/fusoras.json +++ b/domains/fusoras.json @@ -1,6 +1,4 @@ { - "description": "Porfolio website", - "repo": "https://github.com/FuSoraS/portfolio", "owner": { "username": "FuSoraS", "email": "developer.FuSoraS@gmail.com" diff --git a/domains/fxrysh.json b/domains/fxrysh.json index 61d2d4058..58332d614 100644 --- a/domains/fxrysh.json +++ b/domains/fxrysh.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio written in VueJS", - "repo": "https://github.com/fxrysh/portfolio", "owner": { "username": "fxrysh", "discord": "Fxrysh#5947", diff --git a/domains/g-pratik.json b/domains/g-pratik.json index a69f92db7..1699fb402 100644 --- a/domains/g-pratik.json +++ b/domains/g-pratik.json @@ -1,6 +1,4 @@ { - "description": "This is my website", - "repo": "https://github.com/g-pratik/g-pratik.github.io", "owner": { "username": "g-pratik" }, diff --git a/domains/gabolemus.json b/domains/gabolemus.json index dec2386f1..5c1c185a5 100644 --- a/domains/gabolemus.json +++ b/domains/gabolemus.json @@ -1,6 +1,4 @@ { - "description": "gabolemus personal website", - "repo": "https://github.com/gabolemus/gabolemus.github.io", "owner": { "username": "gabolemus", "email": "glemus.stuart@gmail.com" diff --git a/domains/galacyber.json b/domains/galacyber.json index 4a47db644..4630379c7 100644 --- a/domains/galacyber.json +++ b/domains/galacyber.json @@ -1,6 +1,4 @@ { - "description": "My personal portofolio", - "repo": "https://github.com/MGalaCyber/mgalacyber.github.io", "owner": { "username": "MGalaCyber", "discord": "GalaXd#9165" diff --git a/domains/gamil.json b/domains/gamil.json index a42282bde..f00fb92c5 100644 --- a/domains/gamil.json +++ b/domains/gamil.json @@ -1,6 +1,4 @@ { - "description": "Gamil's Portfolio", - "repo": "https://github.com/gamilmohamed/gamilmohamed.github.io", "owner": { "username": "gamilmohamed", "email": "mohamed.gamil@outlook.fr" diff --git a/domains/ganesh.json b/domains/ganesh.json index 5aa9d741f..20ec495eb 100644 --- a/domains/ganesh.json +++ b/domains/ganesh.json @@ -1,6 +1,4 @@ { - "description": "Ganesh Sekhar's Personal Portfolio", - "repo": "https://github.com/iamganeshsekhar/iamganeshsekhar.github.io", "owner": { "username": "iamganeshsekhar", "email": "ganeshsekha6@gmail.com" diff --git a/domains/ganeswarv.json b/domains/ganeswarv.json index 6ff2d7029..a2b14c11d 100644 --- a/domains/ganeswarv.json +++ b/domains/ganeswarv.json @@ -1,6 +1,4 @@ { - "repo": "https://github.com/ganeswar-velvadapu/portfolio", - "description": "My Portfolio Webiste", "owner": { "username": "ganeswar-velvadapu", "email": "ganeshvelvadapu@gmail.com" diff --git a/domains/gary.json b/domains/gary.json index d26fedfb9..b93bb2289 100644 --- a/domains/gary.json +++ b/domains/gary.json @@ -1,6 +1,4 @@ { - "description": "gary site", - "repo": "https://github.com/Zach11111/garysite", "owner": { "username": "zach11111", "email": "contact@garybot.dev" diff --git a/domains/gaurav.json b/domains/gaurav.json index bfe559ba8..4facd8094 100644 --- a/domains/gaurav.json +++ b/domains/gaurav.json @@ -1,6 +1,4 @@ { - "description": "Gaurav Tewari", - "repo": "https://github.com/tewarig/tewarig.github.io", "owner": { "username": "tewarig", "email": "gauravtewari111@gmail.com" diff --git a/domains/gauravsingh.json b/domains/gauravsingh.json index 58a1f5da3..d57c4b5cb 100644 --- a/domains/gauravsingh.json +++ b/domains/gauravsingh.json @@ -1,6 +1,4 @@ { - "description": "Using it to point to my Portfolio on GitHub Pages", - "repo": "https://github.com/knowgaurav/knowgaurav.github.io", "owner": { "username": "knowgaurav", "email": "qj1b83fmt@mozmail.com" diff --git a/domains/gavin.json b/domains/gavin.json index 4baf595ac..614ea796a 100644 --- a/domains/gavin.json +++ b/domains/gavin.json @@ -1,6 +1,4 @@ { - "description": "Gavin Ferdinand Chee's Personal Portfolio", - "repo": "https://github.com/GavinFerdinandChee/GavinFerdinandChee.github.io", "owner": { "username": "GavinFerdinandChee", "email": "gavin.ferdinand@proton.me", diff --git a/domains/gavrielsatrio.json b/domains/gavrielsatrio.json index 2d7ea24f9..2b51363f1 100644 --- a/domains/gavrielsatrio.json +++ b/domains/gavrielsatrio.json @@ -1,6 +1,4 @@ { - "description": "Gavriel Satrio github pages", - "repo": "https://github.com/gavrielsatrio/gavrielsatrio.github.io", "owner": { "username": "gavrielsatrio", "email": "gavriel228@gmail.com" diff --git a/domains/geopjr.json b/domains/geopjr.json index 9ab1eb526..5410c3a84 100644 --- a/domains/geopjr.json +++ b/domains/geopjr.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/GeopJr/geopjr.dev", "owner": { "username": "GeopJr", "email": "domains@geopjr.dev" diff --git a/domains/gewalee.json b/domains/gewalee.json index 4066751c2..6b2006a19 100644 --- a/domains/gewalee.json +++ b/domains/gewalee.json @@ -1,6 +1,4 @@ { - "description": "Github Pages serving as an online resume site for gewaleelek", - "repo": "https://github.com/gewaleelek/gewaleelek.github.io", "owner": { "username": "gewaleelek" }, diff --git a/domains/gg.json b/domains/gg.json index ad51cf2b7..d2ed4510b 100644 --- a/domains/gg.json +++ b/domains/gg.json @@ -1,6 +1,4 @@ { - "description": "Portfolio", - "repo": "https://github.com/i-m-Gaurav/Portfolio.git", "owner": { "username": "i-m-Gaurav", "email": "indiagauravkumar@gmail.com" diff --git a/domains/ghex.json b/domains/ghex.json index eb8488bd8..6acfd4876 100644 --- a/domains/ghex.json +++ b/domains/ghex.json @@ -1,6 +1,4 @@ { - "description": "My personal website", - "repo": "https://github.com/ghextercortes/ghextercortes.github.io", "owner": { "username": "ghextercortes", "email": "ghextershumies@gmail.com", diff --git a/domains/ghsearch.json b/domains/ghsearch.json index b2fc4ca29..a3eba62ed 100644 --- a/domains/ghsearch.json +++ b/domains/ghsearch.json @@ -1,6 +1,4 @@ { - "description": "Aplicación web para buscar repositorios en GitHub por tema, utilizando la API de GitHub. Construida con HTML, CSS y JavaScript.", - "repo": "https://github.com/herwingx/awesome-github-search", "owner": { "username": "herwingx", "email": "herwingmacias@gmail.com" diff --git a/domains/giahuy.json b/domains/giahuy.json index d8d9ea36b..7d285df59 100644 --- a/domains/giahuy.json +++ b/domains/giahuy.json @@ -1,6 +1,4 @@ { - "description": "I Make the Worst Discord Bot on Earth", - "repo": "https://github.com/mtheintrude23/register", "owner": { "username": "mtheintrude23", "email": "hostbotfree@gmail.com", diff --git a/domains/giovanni.json b/domains/giovanni.json index bb3a032b5..e6c268d52 100644 --- a/domains/giovanni.json +++ b/domains/giovanni.json @@ -5,8 +5,6 @@ "twitter": "santini__gio", "discord": "ItachiSan#2408" }, - "description": "is-a.dev subdomain for my personal blog", - "repo": "https://github.com/ItachiSan/itachisan.github.io", "records": { "CNAME": "itachisan.github.io" } diff --git a/domains/giovstechs.json b/domains/giovstechs.json index 225899eb3..2e666791c 100644 --- a/domains/giovstechs.json +++ b/domains/giovstechs.json @@ -1,6 +1,4 @@ { - "description": "GiovsTechs' Website", - "repo": "https://github.com/GiovsTech/Website", "owner": { "username": "giovstechs", "email": "me@gianstech.it" diff --git a/domains/gizmora2.json b/domains/gizmora2.json index 304a38e83..ec3889c59 100644 --- a/domains/gizmora2.json +++ b/domains/gizmora2.json @@ -1,6 +1,4 @@ { - "description": "Personal developer profile/blog", - "repo": "https://github.com/GizmoRA2/me", "owner": { "username": "GizmoRA2", "email": "gizmora2@gmail.com" diff --git a/domains/glomdom.json b/domains/glomdom.json index d30682b46..f7298fa8f 100644 --- a/domains/glomdom.json +++ b/domains/glomdom.json @@ -1,6 +1,4 @@ { - "description": "projects", - "repo": "https://github.com/glomdom/glomdom.github.io", "owner": { "username": "glomdom", "email": "22115@uktc-bg.com" diff --git a/domains/glpzzz.json b/domains/glpzzz.json index fdb640630..efd7c27c3 100644 --- a/domains/glpzzz.json +++ b/domains/glpzzz.json @@ -1,6 +1,4 @@ { - "description": "Gabriel A. López López", - "repo": "https://github.com/glpzzz/glpzzz.github.io", "owner": { "username": "glpzzz", "email": "glpz@daxslab.com" diff --git a/domains/glyphtones.json b/domains/glyphtones.json index 7dc5955dd..73bca6013 100644 --- a/domains/glyphtones.json +++ b/domains/glyphtones.json @@ -6,7 +6,5 @@ "records": { "A": ["5.75.148.17"], "AAAA": ["2a01:04f8:0c0c:947e:0000:0000:0000:0001"] - }, - "description": "Glyphtones is a website that I made for sharing Nothing Phone ringtones that feature glyph light effects. https://nothing.tech/", - "repo": "https://github.com/Firu115/nothing_glyphtones" + } } diff --git a/domains/gmanthemarioguy.json b/domains/gmanthemarioguy.json index 86c2f739a..765eb637d 100644 --- a/domains/gmanthemarioguy.json +++ b/domains/gmanthemarioguy.json @@ -1,6 +1,4 @@ { - "description": "This is to be used on my blog.", - "repo": "https://github.com/gmanthemarioguy/gmanthemarioguy.github.io", "owner": { "username": "gmanthemarioguy", "email": "gman36147@gmail.com" diff --git a/domains/gnanaelisa.json b/domains/gnanaelisa.json index 1f037d7a5..ebf3d7cc7 100644 --- a/domains/gnanaelisa.json +++ b/domains/gnanaelisa.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website", - "repo": "https://github.com/jgnanaelisa/gnanaelisa.github.io", "owner": { "username": "jgnanaelisa", "email": "gnanaelisa@gmail.com" diff --git a/domains/godkode.json b/domains/godkode.json index eb575b9b0..ec2b101d0 100644 --- a/domains/godkode.json +++ b/domains/godkode.json @@ -1,6 +1,4 @@ { - "description": "Flex", - "repo": "https://github.com/GodKode69/GodKode69.github.io", "owner": { "username": "GodKode69", "email": "knownasraghav@gmail.com" diff --git a/domains/godwhite.json b/domains/godwhite.json index 372412337..f3885bd77 100644 --- a/domains/godwhite.json +++ b/domains/godwhite.json @@ -1,6 +1,4 @@ { - "description": "A javascript developer!", - "repo": "https://github.com/GodwhiteTaiwan/Docs", "owner": { "username": "GodwhiteTaiwan", "email": "godwhite.yt.channel@gmail.com", diff --git a/domains/gokay.json b/domains/gokay.json index fafe08fbc..354ccd281 100644 --- a/domains/gokay.json +++ b/domains/gokay.json @@ -1,6 +1,4 @@ { - "description": "Personal website for the use of gokay", - "repo": "https://github.com/gokay05/gokay05.github.io", "owner": { "username": "gokay05", "email": "gyamankurt@gmail.com" diff --git a/domains/golden.json b/domains/golden.json index a2ee06e27..816f1912c 100644 --- a/domains/golden.json +++ b/domains/golden.json @@ -1,6 +1,4 @@ { - "description": "Golden's Public Site", - "repo": "https://github.com/goldenboys2011/goldenboys2011.github.io", "owner": { "username": "goldenboys2011", "email": "ody.chryssos@gmail.com", diff --git a/domains/golvellius32.json b/domains/golvellius32.json index 586ad0358..3075dfd8a 100644 --- a/domains/golvellius32.json +++ b/domains/golvellius32.json @@ -1,6 +1,4 @@ { - "description": "Golvellius's website", - "repo": "https://github.com/golvellius32/skills-github-pages-public", "owner": { "username": "golvellius32", "email": "golvellius@hotmail.com" diff --git a/domains/gopal.json b/domains/gopal.json index 918befef2..ca8b12e8d 100644 --- a/domains/gopal.json +++ b/domains/gopal.json @@ -1,6 +1,4 @@ { - "description": "Gopal's Portfolio website", - "repo": "https://github.com/Gopal0Gupta/gopal0gupta.github.io", "owner": { "username": "gopal0gupta", "email": "k7523337@gmail.com" diff --git a/domains/gourav.json b/domains/gourav.json index eb421ca1b..11386f1de 100644 --- a/domains/gourav.json +++ b/domains/gourav.json @@ -1,6 +1,4 @@ { - "description": "Domain for my potfolio website", - "repo": "https://github.com/darkdevil3610/portfolio", "owner": { "username": "darkdevil3610", "email": "herokugourav@gmail.com", diff --git a/domains/govinda.json b/domains/govinda.json index 3d256ca81..034c441be 100644 --- a/domains/govinda.json +++ b/domains/govinda.json @@ -1,6 +1,4 @@ { - "description": "Govinda Khabas Website", - "repo": "https://github.com/gkhabas76/gkhabas76.github.io", "owner": { "username": "gkhabas76", "email": "gkhabas76@gmail.com" diff --git a/domains/grif.json b/domains/grif.json index f0bf65a40..11d3af48a 100644 --- a/domains/grif.json +++ b/domains/grif.json @@ -1,6 +1,4 @@ { - "description": "My own hub for everything that I do!", - "repo": "https://github.com/GrifTheDev/grifthedev.github.io", "owner": { "username": "GrifTheDev", "email": "tmjeteo3@gmail.com" diff --git a/domains/grishma-chhayani.json b/domains/grishma-chhayani.json index f84fc984a..907c4db6e 100644 --- a/domains/grishma-chhayani.json +++ b/domains/grishma-chhayani.json @@ -1,6 +1,4 @@ { - "description": "Grishma Profile.", - "repo": "https://github.com/grishma-chhayani/grishma-chhayani.github.io", "owner": { "username": "grishma-chhayani" }, diff --git a/domains/gtvolk.json b/domains/gtvolk.json index fd1bf44d5..ed5c13c3c 100644 --- a/domains/gtvolk.json +++ b/domains/gtvolk.json @@ -1,6 +1,4 @@ { - "description": "Link for GTVolk personal site on GitHub pages", - "repo": "https://github.com/GTVolk/gtvolk.github.io", "owner": { "username": "GTVolk", "email": "gtvolk31@gmail.com" diff --git a/domains/guillelm.json b/domains/guillelm.json index 7fc56c3e2..663970d8f 100644 --- a/domains/guillelm.json +++ b/domains/guillelm.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio Tech Website...", - "repo": "https://github.com/guilleLM71/guillelm71.github.io", "owner": { "username": "guilleLM71", "email": "jlauram3@fcpn.edu.bo" diff --git a/domains/guillelm71.json b/domains/guillelm71.json index 7fc56c3e2..663970d8f 100644 --- a/domains/guillelm71.json +++ b/domains/guillelm71.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio Tech Website...", - "repo": "https://github.com/guilleLM71/guillelm71.github.io", "owner": { "username": "guilleLM71", "email": "jlauram3@fcpn.edu.bo" diff --git a/domains/gustavo.json b/domains/gustavo.json index 44642b8a1..135bb9486 100644 --- a/domains/gustavo.json +++ b/domains/gustavo.json @@ -1,6 +1,4 @@ { - "description": "Gustavo Arsenio's talk blog ", - "repo": "https://github.com/GustavoArsenio/GustavoArsenio.github.io", "owner": { "username": "GustavoArsenio", "email": "Gustavo.arsenio.sousa@hotmail.com", diff --git a/domains/gustyff.json b/domains/gustyff.json index 8383ea93c..568c4b873 100644 --- a/domains/gustyff.json +++ b/domains/gustyff.json @@ -1,6 +1,4 @@ { - "description": "A personal developer portfolio", - "repo": "https://github.com/denisz-becskei/denisz-becskei.github.io", "owner": { "username": "denisz-becskei", "email": "gustyff.the.dev@gmail.com" diff --git a/domains/guvent.json b/domains/guvent.json index 87bef6409..36c326cfe 100644 --- a/domains/guvent.json +++ b/domains/guvent.json @@ -1,6 +1,4 @@ { - "description": "The portfolio site of Guven Topal", - "repo": "https://github.com/guvent/guvent", "owner": { "username": "guvent", "email": "me@guvent.com" diff --git a/domains/gvl610.json b/domains/gvl610.json index f1e7b0ec1..90ae93970 100644 --- a/domains/gvl610.json +++ b/domains/gvl610.json @@ -1,6 +1,4 @@ { - "description": "Host my Github pages. I don't want giangvinhloc610 but instead just gvl610", - "repo": "https://github.com/giangvinhloc610/giangvinhloc610.github.io", "owner": { "username": "gvl610", "email": "giangvinhloc610@gmail.com", diff --git a/domains/h3r3t1c.json b/domains/h3r3t1c.json index f69cc189a..cd573e53f 100644 --- a/domains/h3r3t1c.json +++ b/domains/h3r3t1c.json @@ -1,6 +1,4 @@ { - "description": "My personal page", - "repo": "https://github.com/lfdominguez/lfdominguez.github.io", "owner": { "username": "lfdominguez", "email": "ldominguezvega@gmail.com" diff --git a/domains/habeel.json b/domains/habeel.json index 1221ac0fb..b64a0f1a6 100644 --- a/domains/habeel.json +++ b/domains/habeel.json @@ -1,6 +1,4 @@ { - "description": "For my personal website", - "repo": "https://github.com/Habeel06/Habeel06.github.io", "owner": { "username": "Habeel06", "email": "mirhabeelahmad06@gmail.com", diff --git a/domains/hachiro.json b/domains/hachiro.json index 3702b0825..ad9dfa6e8 100644 --- a/domains/hachiro.json +++ b/domains/hachiro.json @@ -1,6 +1,4 @@ { - "description": "Redirects to my freind's roblox pfp (temp)", - "repo": "https://github.com/bananalolok/register", "owner": { "username": "bananalolok", "discord": "banana_lol_7678" diff --git a/domains/hackqd.json b/domains/hackqd.json index 2f5b3a846..e62eb9397 100644 --- a/domains/hackqd.json +++ b/domains/hackqd.json @@ -1,6 +1,4 @@ { - "description": "personal website", - "repo": "https://github.com/hackqd/hackqd.github.io", "owner": { "username": "hackqd", "email": "hackqdftw@gmail.com" diff --git a/domains/haco.json b/domains/haco.json index 892c4a4b6..4418871bf 100644 --- a/domains/haco.json +++ b/domains/haco.json @@ -1,6 +1,4 @@ { - "description": "haco.is-a.dev", - "repo": "https://github.com/MRHACO/Haco-Main-Website", "owner": { "username": "MRHACO", "email": "jasonytonlinecomeandsee@gmail.com", diff --git a/domains/hafi.json b/domains/hafi.json index 254506258..96a45c471 100644 --- a/domains/hafi.json +++ b/domains/hafi.json @@ -3,8 +3,6 @@ "username": "HafiTheCat", "discord": "hafi_the_cat" }, - "description": "Website about about me", - "repo": "https://github.com/HafiTheCat/hafi_the_cat.github.io", "records": { "CNAME": "hafithecat.github.io" } diff --git a/domains/haft.json b/domains/haft.json index ed1ec90e7..f82e27f1d 100644 --- a/domains/haft.json +++ b/domains/haft.json @@ -1,6 +1,4 @@ { - "description": "socials, etc", - "repo": "https://github.com/HaftIsntHere/haftisnthere.github.io", "owner": { "username": "HaftIsntHere", "discord": "imhaft", diff --git a/domains/halil.json b/domains/halil.json index b7e8703b6..c30f58ffe 100644 --- a/domains/halil.json +++ b/domains/halil.json @@ -1,6 +1,4 @@ { - "description": "portfolio", - "repo": "https://github.com/halil-dll/halil-dll.github.io", "owner": { "username": "halil-dll", "email": "halil@pissmail.com" diff --git a/domains/hamdi.json b/domains/hamdi.json index e423adc53..d0bd8e2c0 100644 --- a/domains/hamdi.json +++ b/domains/hamdi.json @@ -1,6 +1,4 @@ { - "description": "Portfolio", - "repo": "https://github.com/hb12devtn/Portfolio", "owner": { "username": "hb12devtn", "email": "h.bougattaya1212@gmail.com" diff --git a/domains/hammed.json b/domains/hammed.json index a6cd859a5..fb56256bb 100644 --- a/domains/hammed.json +++ b/domains/hammed.json @@ -1,6 +1,4 @@ { - "description": "Link to my portfolio site.", - "repo": "https://github.com/devhammed/devhammed.github.io", "owner": { "username": "devhammed", "email": "hey@hammed.dev" diff --git a/domains/hanchow.json b/domains/hanchow.json index b8d46d54c..52bad86f2 100644 --- a/domains/hanchow.json +++ b/domains/hanchow.json @@ -1,6 +1,4 @@ { - "description": "This subdomain is used for my personal tech writing blog.", - "repo": "https://github.com/zhhlmr/zhhlmr.github.io", "owner": { "username": "zhhlmr", "email": "zhouhan199132@gmail.com", diff --git a/domains/hansana.json b/domains/hansana.json index 99fb903b6..d251b581b 100644 --- a/domains/hansana.json +++ b/domains/hansana.json @@ -1,6 +1,4 @@ { - "description": "Hansana's Portfolio", - "repo": "https://github.com/DevHanza/hansana.is-a.dev", "owner": { "username": "DevHanza", "email": "josephandrew1@logicstreak.com" diff --git a/domains/hardik-chandan.json b/domains/hardik-chandan.json index b3537f3d0..3efc04162 100644 --- a/domains/hardik-chandan.json +++ b/domains/hardik-chandan.json @@ -1,6 +1,4 @@ { - "description": "This website is a link to my personal developer portfolio.", - "repo": "https://github.com/hardik-chandan/hardik-chandan.github.io", "owner": { "username": "hardik-chandan", "email": "hardikchandan4231@gmail.com" diff --git a/domains/hari.json b/domains/hari.json index 38e6dc4ed..d47ad99e3 100644 --- a/domains/hari.json +++ b/domains/hari.json @@ -1,6 +1,4 @@ { - "description": "Hari's portfolio", - "repo": "https://github.com/harishnkr/harishnkr.github.io", "owner": { "username": "harishnkr", "email": "hari2menon1234@gmail.com" diff --git a/domains/haridarshan.json b/domains/haridarshan.json index bbc198157..d3a86a21e 100644 --- a/domains/haridarshan.json +++ b/domains/haridarshan.json @@ -1,6 +1,4 @@ { - "description": "haridarshan.is-a.dev, for my portfolio", - "repo": "https://github.com/hdck007/me", "owner": { "username": "hdck007" }, diff --git a/domains/harikrishnanps.json b/domains/harikrishnanps.json index 4a3f01c93..4f278a556 100644 --- a/domains/harikrishnanps.json +++ b/domains/harikrishnanps.json @@ -1,6 +1,4 @@ { - "description": "superjedi", - "repo": "https://github.com/super-jedi/super-jedi.github.io", "owner": { "username": "super-jedi", "email": "harikrishnan.ps@hotmail.com" diff --git a/domains/harjakrepp.json b/domains/harjakrepp.json index 323d5196e..e7aa2485a 100644 --- a/domains/harjakrepp.json +++ b/domains/harjakrepp.json @@ -1,6 +1,4 @@ { - "description": "My personal portofolio", - "repo": "https://github.com/harjakrepp/harjakrepp.github.io", "owner": { "username": "Harjakrepp", "discord": "harjacraft#2385", diff --git a/domains/harsh-mehta.json b/domains/harsh-mehta.json index 3f982ff73..7ea7cf6e6 100644 --- a/domains/harsh-mehta.json +++ b/domains/harsh-mehta.json @@ -1,6 +1,4 @@ { - "description": "harsh-mehta.is-a.dev", - "repo": "https://harsh05dev.github.io/My_Portfolio_2023", "owner": { "username": "Harsh05dev", "email": "harshmehta1505@gmail.com" diff --git a/domains/harshad-patoliya.json b/domains/harshad-patoliya.json index f985518d2..1c58b06b1 100644 --- a/domains/harshad-patoliya.json +++ b/domains/harshad-patoliya.json @@ -1,6 +1,4 @@ { - "description": "Portfolio site.", - "repo": "https://github.com/harshad-patoliya/harshad-patoliya.github.io", "owner": { "username": "harshad-patoliya" }, diff --git a/domains/harshd.json b/domains/harshd.json index 44a596a53..d074d4f71 100644 --- a/domains/harshd.json +++ b/domains/harshd.json @@ -1,6 +1,4 @@ { - "description": "Portfolio", - "repo": "https://github.com/harsh-writes-code/harsh-writes-code.github.io", "owner": { "username": "harsh-writes-code", "email": "happydhimanbarara@gmail.com" diff --git a/domains/harshk.json b/domains/harshk.json index a31eebc2f..faea00cb4 100644 --- a/domains/harshk.json +++ b/domains/harshk.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio", - "repo": "https://github.com/harshk04/Portfolio_Harsh", "owner": { "username": "harshk04", "email": "kumawatharsh2004@gmail.com" diff --git a/domains/harys.json b/domains/harys.json index 4956a1d81..ecbe40ab6 100644 --- a/domains/harys.json +++ b/domains/harys.json @@ -1,6 +1,4 @@ { - "description": "For my personal showcase website.", - "repo": "https://github.com/harys722/harys722.github.io", "owner": { "username": "harys722", "discord": "1203357768610746385" diff --git a/domains/hasan.json b/domains/hasan.json index 453be35f8..3b25bbbfe 100644 --- a/domains/hasan.json +++ b/domains/hasan.json @@ -1,6 +1,4 @@ { - "description": "My personal website", - "repo": "https://github.com/bistcuite/bistcuite.github.io", "owner": { "username": "bistcuite", "email": "hnk1440@gmail.com" diff --git a/domains/haseebai.json b/domains/haseebai.json index 410cda78d..48461b870 100644 --- a/domains/haseebai.json +++ b/domains/haseebai.json @@ -1,6 +1,4 @@ { - "description": "Haseeb Ayub's Portfolio Website", - "repo": "https://github.com/hassibayub/Haseeb-portfolio-website/", "owner": { "username": "hassibayub", "email": "hassibayub@gmail.com" diff --git a/domains/hash-cracker.json b/domains/hash-cracker.json index 9f5f2d40a..e948b4e94 100644 --- a/domains/hash-cracker.json +++ b/domains/hash-cracker.json @@ -1,6 +1,4 @@ { - "description": "A portfolio website", - "repo": "https://github.com/hash-cracker/hash-cracker.github.io", "owner": { "username": "Hash-Cracker", "email": "tspamiitesh@gmail.com" diff --git a/domains/hashir.json b/domains/hashir.json index 78fe8f4bb..4d21fdea5 100644 --- a/domains/hashir.json +++ b/domains/hashir.json @@ -3,8 +3,6 @@ "email": "harishbb168@gmail.com", "username": "harish" }, - "description": "My portfolio website", - "repo": "https://github.com/HarishB167/hs-app", "records": { "URL": "https://hmser.netlify.app" } diff --git a/domains/hatkid.json b/domains/hatkid.json index 8eef5e7a0..8b7c5bf4e 100644 --- a/domains/hatkid.json +++ b/domains/hatkid.json @@ -1,6 +1,4 @@ { - "description": "hat_kid's domain!", - "repo": "https://github.com/thehatkid/thehatkid.github.io", "owner": { "username": "thehatkid", "email": "saha22023@gmail.com", diff --git a/domains/haubaka.json b/domains/haubaka.json index 7824ac73f..5eedafc53 100644 --- a/domains/haubaka.json +++ b/domains/haubaka.json @@ -1,6 +1,4 @@ { - "description": "Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu Hậu", - "repo": "https://github.com/HauBaka/haubaka.github.io", "owner": { "username": "HauBaka", "email": "hauvong@proton.me" diff --git a/domains/haykaody.json b/domains/haykaody.json index 44efd09a9..d68a735c2 100644 --- a/domains/haykaody.json +++ b/domains/haykaody.json @@ -1,6 +1,4 @@ { - "description": "Haykaody Portfolio Website", - "repo": "https://github.com/neoryans/haykaody", "owner": { "username": "neoryans", "email": "ryansneo@gmail.com" diff --git a/domains/hector-vigil.json b/domains/hector-vigil.json index 3ad5b0f6a..a86928105 100644 --- a/domains/hector-vigil.json +++ b/domains/hector-vigil.json @@ -1,6 +1,4 @@ { - "description": "hector-vigil", - "repo": "https://github.com/Hector-Vigil/hector-vigil.github.io", "owner": { "username": "hector-vigil", "email": "vigilescalera.h@gmail.com" diff --git a/domains/heet.json b/domains/heet.json index 3477479a4..263e79fec 100644 --- a/domains/heet.json +++ b/domains/heet.json @@ -1,6 +1,4 @@ { - "description": "Terminal Style Portfolio", - "repo": "https://github.com/heetjpande/terminal", "owner": { "username": "heetjpande", "email": "heetjpande@gmail.com", diff --git a/domains/heli-joshi.json b/domains/heli-joshi.json index c4cc069eb..daa7a71cb 100644 --- a/domains/heli-joshi.json +++ b/domains/heli-joshi.json @@ -1,6 +1,4 @@ { - "description": "Heli Profile.", - "repo": "https://github.com/heli-joshi/heli-joshi.github.io", "owner": { "username": "heli-joshi" }, diff --git a/domains/hemanth.json b/domains/hemanth.json index 03c6bbbe4..47d69a0c1 100644 --- a/domains/hemanth.json +++ b/domains/hemanth.json @@ -1,6 +1,4 @@ { - "description": "Hemanth's developer portfolio", - "repo": "https://github.com/Hemanthwarrier/hemanth.github.io", "owner": { "username": "Hemanthwarrier", "email": "hemanthwarrier@gmail.com" diff --git a/domains/henry.json b/domains/henry.json index aa3b66e86..737098701 100644 --- a/domains/henry.json +++ b/domains/henry.json @@ -1,6 +1,4 @@ { - "description": "My website, I guess?", - "repo": "https://github.com/henryhuangbc/henryhuangbc.github.io", "owner": { "username": "henryhuangbc", "email": "space.galaxy.world@gmail.com", diff --git a/domains/herkura.json b/domains/herkura.json index b3c7278ca..ebea2fca2 100644 --- a/domains/herkura.json +++ b/domains/herkura.json @@ -1,6 +1,4 @@ { - "description": "Herkura's Portfolio", - "repo": "https://github.com/herkura/.me", "owner": { "username": "herkura", "email": "hershilpiplani16@gmail.com" diff --git a/domains/heterl0.json b/domains/heterl0.json index 45f2e4a3c..a67d09bca 100644 --- a/domains/heterl0.json +++ b/domains/heterl0.json @@ -1,6 +1,4 @@ { - "description": "Heterl0 Personal Blog Site", - "repo": "https://github.com/hieulvVn/eleventy-blog", "owner": { "username": "hieulvVn", "email": "hieulv@kdigi.vn" diff --git a/domains/hextris.json b/domains/hextris.json index 7af71b204..4355be874 100644 --- a/domains/hextris.json +++ b/domains/hextris.json @@ -1,6 +1,4 @@ { - "description": "hextris.is-a.dev", - "repo": "https://github.com/NRZT567/nrzt567.github.io", "owner": { "username": "nrzt", "email": "nrzt5678@gmail.com" diff --git a/domains/hi-lrmn.json b/domains/hi-lrmn.json index a47897ab9..ed9efd39d 100644 --- a/domains/hi-lrmn.json +++ b/domains/hi-lrmn.json @@ -1,6 +1,4 @@ { - "description": "hi-lrmn.is-a.dev", - "repo": "https://github.com/hi-lrmn/hi-lrmn.github.io", "owner": { "username": "lrmn7", "email": "lrmn.dev@gmail.com", diff --git a/domains/hiddenblack.json b/domains/hiddenblack.json index c798f596e..7e57e6b8c 100644 --- a/domains/hiddenblack.json +++ b/domains/hiddenblack.json @@ -1,6 +1,4 @@ { - "description": "My website", - "repo": "https://github.com/Hidden-black/hidden-black.github.io", "owner": { "username": "hidden-black", "email": "shashwatrai_28@outlook.com" diff --git a/domains/hilmansyah.json b/domains/hilmansyah.json index acc845195..c930b4320 100644 --- a/domains/hilmansyah.json +++ b/domains/hilmansyah.json @@ -1,6 +1,4 @@ { - "description": "Hillzacky is Hilmansyah", - "repo": "https://github.com/Hillzacky/hillzacky.github.io", "owner": { "username": "Hillzacky", "email": "hilmansyah@xhr.my.id", diff --git a/domains/hinal-sanghvi.json b/domains/hinal-sanghvi.json index 234f34f41..d28624126 100644 --- a/domains/hinal-sanghvi.json +++ b/domains/hinal-sanghvi.json @@ -1,6 +1,4 @@ { - "description": "Personal website for now", - "repo": "https://github.com/hinal-sanghvi/hinal-sanghvi.github.io", "owner": { "username": "hinal-sanghvi" }, diff --git a/domains/hipo.json b/domains/hipo.json index 70945db27..69fa3405e 100644 --- a/domains/hipo.json +++ b/domains/hipo.json @@ -1,6 +1,4 @@ { - "description": "badowhp blog page", - "repo": "https://github.com/badowhp/badowhp.github.io", "owner": { "username": "badowhp", "email": "badowhp@gmail.com" diff --git a/domains/hiren-brahmbhatt.json b/domains/hiren-brahmbhatt.json index c348f544c..f4e44da47 100644 --- a/domains/hiren-brahmbhatt.json +++ b/domains/hiren-brahmbhatt.json @@ -1,6 +1,4 @@ { - "description": "Hiren Brahmbhatt.", - "repo": "https://github.com/hiren-brahmbhatt/hiren-brahmbhatt.github.io", "owner": { "username": "hiren-brahmbhatt", "email": "hiren-brahmbhatt@acquaintsoft.com" diff --git a/domains/hiten.json b/domains/hiten.json index 1287f6357..b55387591 100644 --- a/domains/hiten.json +++ b/domains/hiten.json @@ -1,6 +1,4 @@ { - "description": "Hiten's portfolio website", - "repo": "https://github.com/htadg/htadg.github.io", "owner": { "username": "htadg", "email": "sharma.hiten3@gmail.com" diff --git a/domains/hitesh-makodiya.json b/domains/hitesh-makodiya.json index e5cc09501..b76ff9b37 100644 --- a/domains/hitesh-makodiya.json +++ b/domains/hitesh-makodiya.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/hitesh-makodiya/hitesh-makodiya.github.io", "owner": { "username": "hitesh-makodiya" }, diff --git a/domains/hjc.json b/domains/hjc.json index 8d6fe21f5..9bb7b165a 100644 --- a/domains/hjc.json +++ b/domains/hjc.json @@ -1,6 +1,4 @@ { - "description": "The repo is my personal blog,it will record the things about how to develop.I will make some tutorials as well.", - "repo": "https://github.com/hjc-code/hjc-code.github.io", "owner": { "username": "hjc-code", "email": "houjuncheng.me@gmail.com" diff --git a/domains/hongquang.json b/domains/hongquang.json index 0b087a900..363dadd61 100644 --- a/domains/hongquang.json +++ b/domains/hongquang.json @@ -1,6 +1,4 @@ { - "description": "For introduce myself", - "repo": "https://github.com/HQuang/HQuang", "owner": { "username": "quanglh268", "email": "quanglh268@gmail.com" diff --git a/domains/hoojinguyen.json b/domains/hoojinguyen.json index 413b3e2d4..0ff0a2b00 100644 --- a/domains/hoojinguyen.json +++ b/domains/hoojinguyen.json @@ -1,6 +1,4 @@ { - "description": "hoojinguyen.is-a.dev : This is my personal notebook", - "repo": "https://github.com/hoojinguyen/portfolio-by-ai", "owner": { "username": "hoojinguyen", "email": "vn.hoinv98@gmail.com" diff --git a/domains/horibyte.json b/domains/horibyte.json index cff70fef2..825aa14bb 100644 --- a/domains/horibyte.json +++ b/domains/horibyte.json @@ -1,6 +1,4 @@ { - "description": "Horibyte's personal website", - "repo": "https://github.com/horibyte/horibyte.github.io", "owner": { "username": "horibyte", "email": "thehoribyte@gmail.com" diff --git a/domains/hozzywozzy.json b/domains/hozzywozzy.json index 69ab8585b..78b3352cb 100644 --- a/domains/hozzywozzy.json +++ b/domains/hozzywozzy.json @@ -3,8 +3,6 @@ "username": "hozzywozzy", "email": "hozzywozzy@terrorist.lol" }, - "description": "domain for testing purposes", - "repo": "https://github.com/hozzywozzy/hozzywozzy", "records": { "CNAME": "hozzywozzy.github.io" } diff --git a/domains/hu-kaixiang.json b/domains/hu-kaixiang.json index a1c47b00e..fae2bdb2a 100644 --- a/domains/hu-kaixiang.json +++ b/domains/hu-kaixiang.json @@ -1,6 +1,4 @@ { - "description": "Hu Kaixiang's Personal Site", - "repo": "https://github.com/Maxhu787/g4o2-website", "owner": { "username": "Maxhu787", "email": "maxhu787@gmail.com" diff --git a/domains/hungphambkc.json b/domains/hungphambkc.json index a31e2be1c..8717e6bdb 100644 --- a/domains/hungphambkc.json +++ b/domains/hungphambkc.json @@ -1,6 +1,4 @@ { - "description": "Portfolio redirect for hungphambkc", - "repo": "https://github.com/hungphambkc/hungphambkc.github.io", "owner": { "username": "hungphambkc", "email": "phamhung2001@icloud.com" diff --git a/domains/hungthai.json b/domains/hungthai.json index 51cc5e04e..b1c379ca7 100644 --- a/domains/hungthai.json +++ b/domains/hungthai.json @@ -1,6 +1,4 @@ { - "description": "Personal Resume Website", - "repo": "https://github.com/hungthai1401/resume", "owner": { "username": "hungthai1401", "email": "hungthai1401.it@gmail.com" diff --git a/domains/huseyin.json b/domains/huseyin.json index 62c0081f0..b8ac0cbaa 100644 --- a/domains/huseyin.json +++ b/domains/huseyin.json @@ -1,6 +1,4 @@ { - "description": "Hüseyin Çınars personal web site", - "repo": "https://github.com/Huseyin-Cinar/huseyin.dev", "owner": { "username": "Huseyin-Cinar", "email": "gslicocuk8080@gmail.com" diff --git a/domains/huyen.json b/domains/huyen.json index bfe51baf3..7425b5419 100644 --- a/domains/huyen.json +++ b/domains/huyen.json @@ -1,6 +1,4 @@ { - "description": "Huyền's website", - "repo": "https://github.com/huyenit200x/huyenit200x.github.io", "owner": { "username": "huyenit200x", "email": "huyenit200x@gmail.com", diff --git a/domains/huygd.json b/domains/huygd.json index 3d86eef55..f620c0fd9 100644 --- a/domains/huygd.json +++ b/domains/huygd.json @@ -1,6 +1,4 @@ { - "description": "First domain to study", - "repo": "https://github.com/huygmdvn/register", "owner": { "username": "huygmdvn", "email": "huynhquochuytkna@gmail.com" diff --git a/domains/huygmd-is-a-dev.json b/domains/huygmd-is-a-dev.json index 4e250ea8c..3aaffa57c 100644 --- a/domains/huygmd-is-a-dev.json +++ b/domains/huygmd-is-a-dev.json @@ -1,6 +1,4 @@ { - "description": "My second domain, should be used to feature my project in the future", - "repo": "https://github.com/huygmdvn/register", "owner": { "username": "huygmdvn", "email": "huynhquochuytkna@gmail.com" diff --git a/domains/huygmd.json b/domains/huygmd.json index e781ede6f..60e2a8d9b 100644 --- a/domains/huygmd.json +++ b/domains/huygmd.json @@ -1,6 +1,4 @@ { - "description": "The domain I will use to test a PHP code", - "repo": "https://github.com/huygmdvn/register", "owner": { "username": "huygmdvn", "email": "huynhquochuytkna@gmail.com" diff --git a/domains/huz.json b/domains/huz.json index 79af7e866..54afa6c49 100644 --- a/domains/huz.json +++ b/domains/huz.json @@ -1,6 +1,4 @@ { - "description": "Huz Personal Portfolio", - "repo": "https://github.com/Nooby69/Huz", "owner": { "username": "Nooby69", "email": "farighinsaan123@gmail.com", diff --git a/domains/hyena.json b/domains/hyena.json index a90c48fda..91a8f6c39 100644 --- a/domains/hyena.json +++ b/domains/hyena.json @@ -1,6 +1,4 @@ { - "description": "hagen's portfolio", - "repo": "https://github.com/MrGriefs/hyena.gay", "owner": { "username": "MrGriefs", "email": "hagen@paw.bot" diff --git a/domains/iagobruno.json b/domains/iagobruno.json index 5e3445d3b..914927582 100644 --- a/domains/iagobruno.json +++ b/domains/iagobruno.json @@ -1,6 +1,4 @@ { - "description": "My portfolio website", - "repo": "https://github.com/iagobruno/iagobruno.github.io", "owner": { "username": "iagobruno", "email": "iagobruno.dev@gmail.com", diff --git a/domains/iakshay.json b/domains/iakshay.json index 9fd281c88..66febdcd6 100644 --- a/domains/iakshay.json +++ b/domains/iakshay.json @@ -1,6 +1,4 @@ { - "description": "Hola! This is Akshay's personal website.", - "repo": "https://github.com/akshay1018/akshay1018.github.io", "owner": { "username": "Akshay1018", "email": "ak715173@gmail.com", diff --git a/domains/iakzs.json b/domains/iakzs.json index b267083de..f09c39a05 100644 --- a/domains/iakzs.json +++ b/domains/iakzs.json @@ -1,6 +1,4 @@ { - "description": "iakzs.is-a.dev", - "repo": "https://github.com/iakzs/iakzs.github.io", "owner": { "username": "iakzs", "email": "iakzs@protonmail.com" diff --git a/domains/ice.json b/domains/ice.json index e0df201ea..bc8c1a573 100644 --- a/domains/ice.json +++ b/domains/ice.json @@ -1,6 +1,4 @@ { - "description": "Ice's personal developer website", - "repo": "https://github.com/u0f/u0f.github.io", "owner": { "username": "u0f", "email": "ice.dev1234@gmail.com" diff --git a/domains/icm.json b/domains/icm.json index fdb191af9..283553826 100644 --- a/domains/icm.json +++ b/domains/icm.json @@ -1,6 +1,4 @@ { - "description": "Im ICM, a monster who likes to code but a noob in it, trying to learn js and likes to edit photos.", - "repo": "https://github.com/ICM185/icm185.github.io", "owner": { "username": "ICM185", "email": "ironcladmonster185@gmail.com" diff --git a/domains/ico.json b/domains/ico.json index ef12932aa..df0bc01f9 100644 --- a/domains/ico.json +++ b/domains/ico.json @@ -1,6 +1,4 @@ { - "description": "Simply Iconical", - "repo": "https://github.com/babyico/babyico.github.io", "owner": { "username": "babyico", "email": "iconical@programmer.net" diff --git a/domains/icvn.json b/domains/icvn.json index 4acae2297..dbccc5773 100644 --- a/domains/icvn.json +++ b/domains/icvn.json @@ -1,6 +1,4 @@ { - "description": "A minecraft server", - "repo": "https://github.com/HaiYTB/register", "owner": { "username": "HaiYTB", "email": "haiwt2xbox@gmail.com" diff --git a/domains/ikraiyan.json b/domains/ikraiyan.json index 7906747ab..3eca93a25 100644 --- a/domains/ikraiyan.json +++ b/domains/ikraiyan.json @@ -1,6 +1,4 @@ { - "description": "For my Portfolio", - "repo": "https://github.com/IKRAIYAN/ikraiyan.github.io", "owner": { "username": "IKRAIYAN", "email": "ihkraiyan@gmail.com", diff --git a/domains/ilawy.json b/domains/ilawy.json index 3d1eed126..0afe6ebd1 100644 --- a/domains/ilawy.json +++ b/domains/ilawy.json @@ -1,6 +1,4 @@ { - "description": "Personal website", - "repo": "https://github.com/ilawy/ilawy", "owner": { "username": "ilawy", "email": "ilawy@proton.me" diff --git a/domains/ilhadev.json b/domains/ilhadev.json index d7a7b842a..d0c937fe3 100644 --- a/domains/ilhadev.json +++ b/domains/ilhadev.json @@ -1,6 +1,4 @@ { - "description": "adalbertobrant.is-a.dev", - "repo": "https://github.com/adalbertobrant/adalbertobrant", "owner": { "username": "adalbertobrant", "email": "adalbertobrant@protonmail.com" diff --git a/domains/illy.json b/domains/illy.json index 14b176738..93d547674 100644 --- a/domains/illy.json +++ b/domains/illy.json @@ -1,6 +1,4 @@ { - "description": "Personal about me and Projects website", - "repo": "https://github.com/illy-dev/illy-dev.github.io", "owner": { "username": "illy-dev", "email": "illythehase@gmail.com" diff --git a/domains/ilya.json b/domains/ilya.json index 59a71b658..8f7ebf33d 100644 --- a/domains/ilya.json +++ b/domains/ilya.json @@ -1,6 +1,4 @@ { - "description": "Ilya Stepanov's portfolio website", - "repo": "https://github.com/thatslegit/threejs-portfolio", "owner": { "username": "thatslegit", "email": "iliastepanov1996@gmail.com" diff --git a/domains/images.civic.json b/domains/images.civic.json index 0d398772c..de4648d23 100644 --- a/domains/images.civic.json +++ b/domains/images.civic.json @@ -1,6 +1,4 @@ { - "description": "image server", - "repo": "https://github.com/civic1007/image-service", "owner": { "username": "civic1007", "discord": "civic1007" diff --git a/domains/imat.json b/domains/imat.json index 212bd59a1..3a0e2d0dc 100644 --- a/domains/imat.json +++ b/domains/imat.json @@ -1,6 +1,4 @@ { - "description": "Developer portfolio", - "repo": "https://github.com/imatx/imatx.github.io", "owner": { "username": "imatx", "email": "adam.essakhi16+github@gmail.com" diff --git a/domains/img.juststudio.json b/domains/img.juststudio.json index b58dea7ec..4606d6f7e 100644 --- a/domains/img.juststudio.json +++ b/domains/img.juststudio.json @@ -1,6 +1,4 @@ { - "description": "JustStudio.", - "repo": "https://github.com/JustStudio7/images", "owner": { "username": "JustDeveloper1", "email": "support@juststudio.is-a.dev", diff --git a/domains/imlasiya.json b/domains/imlasiya.json index 85d626f97..fe526db0d 100644 --- a/domains/imlasiya.json +++ b/domains/imlasiya.json @@ -1,6 +1,4 @@ { - "description": "My Personal Portfolio", - "repo": "https://github.com/ImLasiya/ImLasiya.github.io", "owner": { "username": "ImLasiya", "email": "shsherlocksl@gmail.com", diff --git a/domains/imnyang.json b/domains/imnyang.json index 0723bdb04..eef801fc1 100644 --- a/domains/imnyang.json +++ b/domains/imnyang.json @@ -1,6 +1,4 @@ { - "description": "imnyang.is-a.dev", - "repo": "https://github.com/imnyang/is-a-dev", "owner": { "username": "imnyang", "email": "me@imnya.ng" diff --git a/domains/incbom.json b/domains/incbom.json index 559f102e3..f4db189d3 100644 --- a/domains/incbom.json +++ b/domains/incbom.json @@ -1,6 +1,4 @@ { - "description": "Incbom's Portfolo", - "repo": "https://github.com/incbomdev/incbomdev.github.io", "owner": { "username": "IncbomDev", "email": "incbomyt@gmail.com", diff --git a/domains/indra87g.json b/domains/indra87g.json index 7638cd61a..8f5a27925 100644 --- a/domains/indra87g.json +++ b/domains/indra87g.json @@ -1,6 +1,4 @@ { - "description": "indra87g: Hosted on Cloudlflare Pages", - "repo": "https://github.com/indra87g/indra87g-website", "owner": { "username": "indra87g", "email": "twinightwheel50@gmail.com" diff --git a/domains/inkilu.json b/domains/inkilu.json index 9756bb3ba..9421d8846 100644 --- a/domains/inkilu.json +++ b/domains/inkilu.json @@ -1,6 +1,4 @@ { - "description": "Personal Page", - "repo": "https://github.com/inkilu/Personal-web", "owner": { "username": "inkilu", "discord": "ink#6343" diff --git a/domains/innocentzero.json b/domains/innocentzero.json index 43d997dc3..1bb07c9e9 100644 --- a/domains/innocentzero.json +++ b/domains/innocentzero.json @@ -1,6 +1,4 @@ { - "description": "My personal blog", - "repo": "https://codeberg.org/innocentzer0/pages", "owner": { "username": "InnocentZero", "email": "isfarulhaque@proton.me" diff --git a/domains/integr.json b/domains/integr.json index 00974e993..b93854a9f 100644 --- a/domains/integr.json +++ b/domains/integr.json @@ -1,6 +1,4 @@ { - "description": "Personal Page", - "repo": "https://github.com/Integr-0/integr-0.github.io", "owner": { "username": "Integr-0", "email": "erik.reitbauer@outlook.de", diff --git a/domains/invalidnoah.json b/domains/invalidnoah.json index 3573bb3c7..23f834a3c 100644 --- a/domains/invalidnoah.json +++ b/domains/invalidnoah.json @@ -1,6 +1,4 @@ { - "description": "Describe the use of this subdomain", - "repo": "https://github.com/InvalidNoah/InvalidNoah.github.io", "owner": { "username": "InvalidNoah", "email": "me@noahist.live", diff --git a/domains/inxlo.json b/domains/inxlo.json index fe2d6b4d9..3ee216c01 100644 --- a/domains/inxlo.json +++ b/domains/inxlo.json @@ -1,6 +1,4 @@ { - "description": "inxlo.is-a.dev", - "repo": "https://github.com/xlenco/xlenco.github.io", "owner": { "username": "xlenco", "email": "xlenco@hotmail.com" diff --git a/domains/ireknazm.json b/domains/ireknazm.json index b252e4f78..b5d906d86 100644 --- a/domains/ireknazm.json +++ b/domains/ireknazm.json @@ -1,6 +1,4 @@ { - "description": "The domain will be used for a new version of my portfolio site, later in a future :)", - "repo": "https://github.com/Nagellan/Portfolio-v2", "owner": { "username": "Nagellan", "email": "ireknazmievirek@gmail.com" diff --git a/domains/irfan.json b/domains/irfan.json index dcbe0ccfb..d90aad799 100644 --- a/domains/irfan.json +++ b/domains/irfan.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/irfanbacker/irfanbacker.github.io", "owner": { "username": "irfanbacker", "email": "irfuvk@gmail.com" diff --git a/domains/irfann.json b/domains/irfann.json index f745bf347..a5517a1db 100644 --- a/domains/irfann.json +++ b/domains/irfann.json @@ -1,6 +1,4 @@ { - "description": "personal portfolio", - "repo": "https://github.com/IrfanAnsarii/IrfanAnsarii.github.io", "owner": { "username": "IrfanAnsarii", "email": "irfangittech@gmail.com" diff --git a/domains/isalvarez.json b/domains/isalvarez.json index eceb942f1..d58cff1f5 100644 --- a/domains/isalvarez.json +++ b/domains/isalvarez.json @@ -1,6 +1,4 @@ { - "description": "I'll use isalvarez.is-a.dev for my personal portfolio.", - "repo": "https://github.com/isAlvarezDev/portfolio", "owner": { "username": "isAlvarezDev", "email": "alvarezisaac871@gmail.com" diff --git a/domains/ishh.json b/domains/ishh.json index b43d97a70..59f009e28 100644 --- a/domains/ishh.json +++ b/domains/ishh.json @@ -1,6 +1,4 @@ { - "description": "ishh.is-a.dev", - "repo": "https://github.com/ishh-xd/ishh-xd.github.io", "owner": { "username": "ishh-xd", "email": "ishh-xd@proton.me" diff --git a/domains/ishwar.json b/domains/ishwar.json index 5c3c9571d..8c5f9d449 100644 --- a/domains/ishwar.json +++ b/domains/ishwar.json @@ -1,6 +1,4 @@ { - "description": "Documentation website for is-a.dev", - "repo": "https://github.com/ishwar00/ishwarstuff", "owner": { "username": "ishwar00", "email": "ishwargowda100@gmail.com" diff --git a/domains/islandboy.json b/domains/islandboy.json index a6df7e355..5a8e0fbfa 100644 --- a/domains/islandboy.json +++ b/domains/islandboy.json @@ -1,6 +1,4 @@ { - "description": "Sub-domain of IslandBoy in is-a.dev", - "repo": "https://github.com/islandboymv/is-a-dev-register", "owner": { "username": "islandboymv", "email": "mifzaal.scout@gmail.com" diff --git a/domains/isqne.json b/domains/isqne.json index 8b1bc7ad5..31d98bc3c 100644 --- a/domains/isqne.json +++ b/domains/isqne.json @@ -1,6 +1,4 @@ { - "description": "The isqneeh Website :D | OBS: Repo is Private", - "repo": "https://github.com/Isqneeh/isqnechan", "owner": { "username": "Isqne", "email": "isqne@protonmail.com" diff --git a/domains/italo.json b/domains/italo.json index 5dc438034..2b76d29e4 100644 --- a/domains/italo.json +++ b/domains/italo.json @@ -1,6 +1,4 @@ { - "description": "Personal subdomain - italo.is-a.dev", - "repo": "https://github.com/ItaloSa/italosa.github.io", "owner": { "username": "italoSa", "email": "italosousa@duck.com" diff --git a/domains/itsomsarraf.json b/domains/itsomsarraf.json index 8db4c3c59..b96f4dcc5 100644 --- a/domains/itsomsarraf.json +++ b/domains/itsomsarraf.json @@ -1,6 +1,4 @@ { - "description": "My personal Website", - "repo": "https://github.com/itsomsarraf/itsomsarraf.github.io", "owner": { "username": "itsOmSarraf", "email": "itsomsarraf@gmail.com" diff --git a/domains/itz-rj-here.json b/domains/itz-rj-here.json index b5548163e..e033cbba0 100644 --- a/domains/itz-rj-here.json +++ b/domains/itz-rj-here.json @@ -1,6 +1,4 @@ { - "description": "It'z RJ's Website", - "repo": "https://github.com/itz-rj-here/itz-rj-here.github.io", "owner": { "username": "itz-rj-here", "email": "faiadmahmudadil@gmail.com" diff --git a/domains/itzporium.json b/domains/itzporium.json index c404dde5c..fbb94f53e 100644 --- a/domains/itzporium.json +++ b/domains/itzporium.json @@ -1,6 +1,4 @@ { - "description": "This subdomain is used for my personal website, just for a portfolio.", - "repo": "https://github.com/codernocook/codernocook.github.io", "owner": { "username": "codernocook", "email": "poriumbox@fbi.ac", diff --git a/domains/ivedant.json b/domains/ivedant.json index 698552bff..d0cdcc0fe 100644 --- a/domains/ivedant.json +++ b/domains/ivedant.json @@ -1,6 +1,4 @@ { - "description": "Vedant Naidu's Portfolio", - "repo": "https://github.com/Flash2014/Flash2014.github.io", "owner": { "username": "Flash2014", "email": "naiduvedant@gmail.com" diff --git a/domains/iviswanathreddy.json b/domains/iviswanathreddy.json index f27f07151..486e1453a 100644 --- a/domains/iviswanathreddy.json +++ b/domains/iviswanathreddy.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio written in Ruby and HTML", - "repo": "https://github.com/iviswanathreddy/iviswanathreddy.github.io.git", "owner": { "username": "iviswanathreddy", "email": "i.viswanath666@gmail.com" diff --git a/domains/iystreem.json b/domains/iystreem.json index 38ff0f8d0..cfe23a8ae 100644 --- a/domains/iystreem.json +++ b/domains/iystreem.json @@ -1,6 +1,4 @@ { - "description": "its for my portfolio", - "repo": "https://github.com/IYSTREEM/iystreem.github.io", "owner": { "username": "IYSTREEM", "email": "iystreem186@gmail.com" diff --git a/domains/izumie.json b/domains/izumie.json index 2958ebff1..ee0e5e33d 100644 --- a/domains/izumie.json +++ b/domains/izumie.json @@ -1,6 +1,4 @@ { - "description": "izumie.is-a.dev subdomain", - "repo": "https://github.com/LexisMate/register", "owner": { "username": "LexisMate", "email": "izumieprivateltd@gmail.com" diff --git a/domains/j.json b/domains/j.json index 14f572cf5..adeb8b62d 100644 --- a/domains/j.json +++ b/domains/j.json @@ -1,6 +1,4 @@ { - "description": "Short link to juststudio.is-a.dev", - "repo": "https://github.com/JustStudio7/juststudio7.github.io/tree/main", "owner": { "username": "JustDeveloper1", "email": "support@juststudio.is-a.dev", diff --git a/domains/j3ffjessie.json b/domains/j3ffjessie.json index edb22c9c9..013630b9f 100644 --- a/domains/j3ffjessie.json +++ b/domains/j3ffjessie.json @@ -1,6 +1,4 @@ { - "description": "Jeff Jessie's Portfolio Website", - "repo": "https://github.com/j3ffjessie/j3ffjessie.github.io", "owner": { "username": "j3ffjessie", "email": "j3ffjessie@protonmail.com" diff --git a/domains/jacob.json b/domains/jacob.json index 420092cc6..f7e006dcf 100644 --- a/domains/jacob.json +++ b/domains/jacob.json @@ -1,6 +1,4 @@ { - "description": "My cool dev", - "repo": "https://github.com/jacob13400/jacob13400.github.io", "owner": { "username": "jacob13400", "email": "jacob13400@gmail.com" diff --git a/domains/jaennova.json b/domains/jaennova.json index eb6ce771e..a4b775e6d 100644 --- a/domains/jaennova.json +++ b/domains/jaennova.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio", - "repo": "https://github.com/jaennova/portfolio", "owner": { "username": "jaennova", "email": "jaendevp@gmail.com" diff --git a/domains/jagan.json b/domains/jagan.json index 7c7dc0cac..47d4756fd 100644 --- a/domains/jagan.json +++ b/domains/jagan.json @@ -1,6 +1,4 @@ { - "description": "My Personal Website.", - "repo": "https://github.com/MR-JAGANMOHAN/MR-JAGANMOHAN.github.io", "owner": { "username": "MR-JAGANMOHAN", "email": "jaganpenke124@gmail.com" diff --git a/domains/jagdhish-mer.json b/domains/jagdhish-mer.json index 3461cb51a..3eac068ab 100644 --- a/domains/jagdhish-mer.json +++ b/domains/jagdhish-mer.json @@ -1,6 +1,4 @@ { - "description": "jagdish Profile.", - "repo": "https://github.com/jagdish-der/jagdish-der.github.io", "owner": { "username": "jagdish-der" }, diff --git a/domains/jagdish-mer.json b/domains/jagdish-mer.json index ddd9d270d..62dab050b 100644 --- a/domains/jagdish-mer.json +++ b/domains/jagdish-mer.json @@ -1,6 +1,4 @@ { - "description": "my Profile.", - "repo": "https://github.com/jagdish-mer/jagdish-mer.github.io", "owner": { "username": "jagdish-mer" }, diff --git a/domains/jagruti-metaliya.json b/domains/jagruti-metaliya.json index 9041ae32c..1f7283c00 100644 --- a/domains/jagruti-metaliya.json +++ b/domains/jagruti-metaliya.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/jagruti-metaliya/jagruti-metaliya.github.io", "owner": { "username": "jagruti-metaliya", "email": "jagruti.metaliya@truestaz.com" diff --git a/domains/jai.json b/domains/jai.json index e938e7f27..64f932c63 100644 --- a/domains/jai.json +++ b/domains/jai.json @@ -1,6 +1,4 @@ { - "description": "Jai Singh Rathore's Portfolio Website", - "repo": "https://github.com/jaizxzx/jaizxzx.github.io", "owner": { "username": "jaizxzx", "email": "jaisinghrathore4432@gmail.com" diff --git a/domains/jairomorales.json b/domains/jairomorales.json index 845bcee5b..2dae004f3 100644 --- a/domains/jairomorales.json +++ b/domains/jairomorales.json @@ -1,6 +1,4 @@ { - "description": "jairomorales.is-a.dev", - "repo": "https://github.com/Icky17/icky17.github.io", "owner": { "username": "Icky17", "email": "jairomoralesperez0@gmail.com", diff --git a/domains/jal.json b/domains/jal.json index f3fcec086..35a421dba 100644 --- a/domains/jal.json +++ b/domains/jal.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio of Jal, Full Stack Dev", - "repo": "https://github.com/Jal-GG/Jal-Patel", "owner": { "username": "Jal-GG", "email": "jalvrund2017@gmail.com" diff --git a/domains/jalaj.json b/domains/jalaj.json index d6911ecc6..59036e119 100644 --- a/domains/jalaj.json +++ b/domains/jalaj.json @@ -1,6 +1,4 @@ { - "description": "Jalaj's Portfolio", - "repo": "https://github.com/jalajcodes/jalaj", "owner": { "username": "jalajcodes", "twitter": "jalajcodes" diff --git a/domains/jameshartley.json b/domains/jameshartley.json index fd9005268..96058ba6a 100644 --- a/domains/jameshartley.json +++ b/domains/jameshartley.json @@ -1,6 +1,4 @@ { - "description": "Portfolio domain showcasing projects", - "repo": "https://github.com/jdbhartley/portfolio_nuro", "owner": { "username": "jdbhartley", "discord": "MobiSlick#3640" diff --git a/domains/jamestheflash.json b/domains/jamestheflash.json index e5a351e41..858db2e60 100644 --- a/domains/jamestheflash.json +++ b/domains/jamestheflash.json @@ -1,6 +1,4 @@ { - "description": "Wheel of fortune", - "repo": "https://github.com/JamesTheFlash22/JamesTheFlash22.github.io", "owner": { "username": "JamesTheFlash", "email": "me@jamestheflash22.is-a.dev" diff --git a/domains/jamestheflash22.json b/domains/jamestheflash22.json index c206df6ea..9ceb9a0db 100644 --- a/domains/jamestheflash22.json +++ b/domains/jamestheflash22.json @@ -1,6 +1,4 @@ { - "description": "Use for zoho mail", - "repo": "https://github.com/JamesTheFlash22/JamesTheFlash22.github.io", "owner": { "username": "JamesTheFlash22", "email": "davidebu43@gmail.com" diff --git a/domains/janeq.json b/domains/janeq.json index fdff1b3a7..dfe4a6c40 100644 --- a/domains/janeq.json +++ b/domains/janeq.json @@ -1,6 +1,4 @@ { - "description": "I wanna use this website as a database of brawl stars assets", - "repo": "https://github.com/notjaneq/bs", "owner": { "username": "notjaneq", "email": "a2012989z@gmail.com" diff --git a/domains/janith.json b/domains/janith.json index 9aa40979c..b8cd36600 100644 --- a/domains/janith.json +++ b/domains/janith.json @@ -1,6 +1,4 @@ { - "description": "Janith .is-a.dev domain", - "repo": "https://github.com/janithpm/janithpm.github.io", "owner": { "username": "Janithpm", "email": "janithmadarasinghe@gmail.com" diff --git a/domains/jariullah.json b/domains/jariullah.json index eb6159bc6..e845a8e62 100644 --- a/domains/jariullah.json +++ b/domains/jariullah.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/Mohdjariullah/portfolio1", "owner": { "username": "mohdjariullah", "email": "mohdjariullah@gmail.com" diff --git a/domains/jasa.json b/domains/jasa.json index 12ed6dc56..0a9bdec3e 100644 --- a/domains/jasa.json +++ b/domains/jasa.json @@ -1,6 +1,4 @@ { - "description": "Describe the use of this subdomain", - "repo": "https://github.com/mrsanjaya/mrsanjaya.github.io", "owner": { "username": "mrsanjaya", "email": "sandhysanjaya0110@gmail.com" diff --git a/domains/jasondevgm.json b/domains/jasondevgm.json index 497784e93..a5d5b9fcf 100644 --- a/domains/jasondevgm.json +++ b/domains/jasondevgm.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio Website", - "repo": "https://github.com/jasondevgm/jasondevgm.github.io.git", "owner": { "username": "jasondevgm", "email": "jasondevgm@gmail.com" diff --git a/domains/jatin.json b/domains/jatin.json index 3e0d74837..99a7dec32 100644 --- a/domains/jatin.json +++ b/domains/jatin.json @@ -1,6 +1,4 @@ { - "description": "A personal site for all my cool stuff", - "repo": "https://github.com/Jateeeen/Jateeeen.github.io", "owner": { "username": "Jateeeen", "email": "jatin@linkxtr.app" diff --git a/domains/java.json b/domains/java.json index 6ef57e6fb..91faaf8f0 100644 --- a/domains/java.json +++ b/domains/java.json @@ -1,6 +1,4 @@ { - "description": "Java's Website", - "repo": "https://github.com/javascript-void0/javascript-void0.github.io", "owner": { "username": "javascript-void0", "discord": "Java#3865" diff --git a/domains/javi.json b/domains/javi.json index 137d1958e..7d834b86f 100644 --- a/domains/javi.json +++ b/domains/javi.json @@ -1,6 +1,4 @@ { - "description": "Javi's dev website", - "repo": "https://github.com/itsjavi/itsjavi.github.io", "owner": { "username": "itsjavi", "discord": "itsjavi" diff --git a/domains/jawad0501.json b/domains/jawad0501.json index c3fa92aff..e41ab79e6 100644 --- a/domains/jawad0501.json +++ b/domains/jawad0501.json @@ -1,6 +1,4 @@ { - "description": "jawad's personal portfolio website", - "repo": "https://github.com/Jawad0501/terminal-portfolio.git", "owner": { "username": "Jawad0501", "email": "anmjawad007@gmail.com" diff --git a/domains/jax.json b/domains/jax.json index 076f136c8..c212c2a19 100644 --- a/domains/jax.json +++ b/domains/jax.json @@ -1,6 +1,4 @@ { - "description": "Jackson's Portfolio", - "repo": "https://github.com/jxaq/jxaq.github.io", "owner": { "username": "jxaq", "email": "wild.dives.0x@icloud.com" diff --git a/domains/jay-bhalodiya.json b/domains/jay-bhalodiya.json index 696090459..429a2a522 100644 --- a/domains/jay-bhalodiya.json +++ b/domains/jay-bhalodiya.json @@ -1,6 +1,4 @@ { - "description": "Jay Bhalodiya.", - "repo": "https://github.com/jay-bhalodiya/jay-bhalodiya.github.io", "owner": { "username": "jay-bhalodiya", "email": "jay.bhalodiya@acquaintsoft.com" diff --git a/domains/jay-d-dave.json b/domains/jay-d-dave.json index 505d92620..69903dd4b 100644 --- a/domains/jay-d-dave.json +++ b/domains/jay-d-dave.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/Jay-d-dave/Jay-d-dave.github.io", "owner": { "username": "jay-d-dave", "email": "jay.dave@truestaz.com" diff --git a/domains/jayantkageri.json b/domains/jayantkageri.json index d58034c0a..724aedb49 100644 --- a/domains/jayantkageri.json +++ b/domains/jayantkageri.json @@ -1,6 +1,4 @@ { - "description": "Nothing is easy in life when you aren't interested.", - "repo": "https://github.com/jayantkageri/Website", "owner": { "username": "jayantkageri", "email": "jayantkageri@gmail.com" diff --git a/domains/jaycedotbin.json b/domains/jaycedotbin.json index 3bd7d2b07..cf2fabf5a 100644 --- a/domains/jaycedotbin.json +++ b/domains/jaycedotbin.json @@ -1,6 +1,4 @@ { - "description": "John Carlo Austria a.k.a jaycedotbin", - "repo": "https://github.com/jaycedotbin/jaycedotbin.github.io", "owner": { "username": "jaycedotbin", "email": "johncarloaustria@protonmail.com", diff --git a/domains/jayg.json b/domains/jayg.json index 2176267c5..b45ac0813 100644 --- a/domains/jayg.json +++ b/domains/jayg.json @@ -1,6 +1,4 @@ { - "description": "Used to be a URL I used for my personal website, now redirects to new URL", - "repo": "https://github.com/JayGgit/JayGgit.github.io", "owner": { "username": "JayGgit", "email": "jyaptkd2126@gmail.com", diff --git a/domains/jayraj.json b/domains/jayraj.json index ddfdd3f11..b755a894b 100644 --- a/domains/jayraj.json +++ b/domains/jayraj.json @@ -1,6 +1,4 @@ { - "description": "personal website", - "repo": "https://github.com/kyoichishido/personal_website", "owner": { "username": "kyoichishido", "email": "jayrajcodes@gmail.com", diff --git a/domains/jb.json b/domains/jb.json index d02533b67..c74b6cd9a 100644 --- a/domains/jb.json +++ b/domains/jb.json @@ -1,6 +1,4 @@ { - "description": "jbcarreon123's personal website", - "repo": "https://github.com/jbcarreon123/jbs-website/", "owner": { "username": "jbcarreon123", "email": "jbcarreon212@gmail.com" diff --git a/domains/jc-wu.json b/domains/jc-wu.json index 41d15b1b8..7f1439057 100644 --- a/domains/jc-wu.json +++ b/domains/jc-wu.json @@ -1,6 +1,4 @@ { - "description": "To create a personal portfolio website", - "repo": "https://github.com/jc-wu1/jc-wu1.github.io", "owner": { "username": "jc-wu1", "email": "testingpurposeonlyemail@gmail.com" diff --git a/domains/jcarpenter.json b/domains/jcarpenter.json index 5e15492ff..d29ab78bd 100644 --- a/domains/jcarpenter.json +++ b/domains/jcarpenter.json @@ -1,6 +1,4 @@ { - "description": "jcarpenter's personal site", - "repo": "https://github.com/jcarpenter48/jcarpenter48.github.io", "owner": { "username": "jcarpenter48", "email": "jcarpenter48@mail.com" diff --git a/domains/jcquieta.json b/domains/jcquieta.json index db21d60f6..b4068a88f 100644 --- a/domains/jcquieta.json +++ b/domains/jcquieta.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/jcgaming-official/jcgaming-official.github.io", "owner": { "username": "jcgaming-official", "email": "dev.jcquieta@gmail.com" diff --git a/domains/jean-arthur.json b/domains/jean-arthur.json index 4ff57507a..6d9a5cf76 100644 --- a/domains/jean-arthur.json +++ b/domains/jean-arthur.json @@ -1,6 +1,4 @@ { - "description": "Part of my portfolio website", - "repo": "https://github.com/8n9ght/univers", "owner": { "username": "8n9ght", "email": "8n9ght@gmail.com" diff --git a/domains/jeanpierre.json b/domains/jeanpierre.json index c4c541f3b..c8ed44ac8 100644 --- a/domains/jeanpierre.json +++ b/domains/jeanpierre.json @@ -1,6 +1,4 @@ { - "description": "Jean Pierre's presentation", - "repo": "https://github.com/LittleMega777/LittleMega777.github.io", "owner": { "username": "LittleMega777", "email": "pierrecouto02@gmail.com" diff --git a/domains/jeanrondon.json b/domains/jeanrondon.json index 36f4130b8..0103a4cb6 100644 --- a/domains/jeanrondon.json +++ b/domains/jeanrondon.json @@ -1,6 +1,4 @@ { - "description": "Jean's portfolio website and blog - JavaScript Developer, working as Frontend Dev, developer with over 3 years of JavaScript experience and a constant interest in learning new technologies. I have a solid experience in web, mobile, and desktop Frontend development.", - "repo": "https://github.com/jeandv/my-next-portfolio", "owner": { "username": "jeandv", "email": "jeanrdev@gmail.com", diff --git a/domains/jecoh.json b/domains/jecoh.json index 0466d4186..2eaa46aba 100644 --- a/domains/jecoh.json +++ b/domains/jecoh.json @@ -1,6 +1,4 @@ { - "description": "For personal/portfolio use only.", - "repo": "https://github.com/jecoh12/jecoh-is-a.dev", "owner": { "username": "jecoh12", "email": "jecoh12@gmail.com" diff --git a/domains/jeevan.json b/domains/jeevan.json index a2e8ae0c1..06fd36e4b 100644 --- a/domains/jeevan.json +++ b/domains/jeevan.json @@ -1,6 +1,4 @@ { - "description": "Jeevan's Portfolio", - "repo": "https://github.com/jeevan900929/jeevan900929.github.io", "owner": { "username": "jeevan900929", "email": "jeevan.900929@gmail.com" diff --git a/domains/jeferson.json b/domains/jeferson.json index 1ed562a3e..336d9a73e 100644 --- a/domains/jeferson.json +++ b/domains/jeferson.json @@ -1,6 +1,4 @@ { - "description": "Jeferson Brito's Portfolio", - "repo": "https://github.com/jeferson-sb/portfolio", "owner": { "username": "jeferson-sb", "linkedin": "https://www.linkedin.com/in/jeferson-sb" diff --git a/domains/jefferson.json b/domains/jefferson.json index 2b85d9d49..e594d4347 100644 --- a/domains/jefferson.json +++ b/domains/jefferson.json @@ -1,6 +1,4 @@ { - "description": "Jefferson Michael Profile", - "repo": "https://github.com/jeffersonjpr/jeffersonjpr", "owner": { "username": "jeffersonjpr", "email": "jeffersonjpr@gmail.com" diff --git a/domains/jeffrey.json b/domains/jeffrey.json index ce3631c5c..334d92804 100644 --- a/domains/jeffrey.json +++ b/domains/jeffrey.json @@ -1,6 +1,4 @@ { - "description": "This website is a link to my personal developer portfolio.", - "repo": "https://github.com/SquarePear/personal-site", "owner": { "username": "SquarePear", "email": "jeffrey@reygames.com" diff --git a/domains/jeielmiranda.json b/domains/jeielmiranda.json index 3852fa810..6c41d8449 100644 --- a/domains/jeielmiranda.json +++ b/domains/jeielmiranda.json @@ -1,6 +1,4 @@ { - "description": "Personal subdomain", - "repo": "https://github.com/Jeiel0rbit/Jeiel0rbit.github.io", "owner": { "username": "Jeiel0rbit", "email": "jeiel@duck.com" diff --git a/domains/jeremie.json b/domains/jeremie.json index 08c81d225..1169a8c7d 100644 --- a/domains/jeremie.json +++ b/domains/jeremie.json @@ -1,6 +1,4 @@ { - "description": "Jeremie (w01f) is a dev !", - "repo": "https://github.com/0xw01f/isadev.github.io", "owner": { "username": "0xw01f", "email": "one_w01f@protonmail.ch", diff --git a/domains/jerikchan.json b/domains/jerikchan.json index e05252d48..c8e977240 100644 --- a/domains/jerikchan.json +++ b/domains/jerikchan.json @@ -1,6 +1,4 @@ { - "description": "jerikchan.is-a.dev", - "repo": "https://github.com/jerikchan/jerikchan.github.io", "owner": { "username": "jerikchan", "email": "jerikchan@gmail.com" diff --git a/domains/jerry.json b/domains/jerry.json index de8092ebd..cff818ca8 100644 --- a/domains/jerry.json +++ b/domains/jerry.json @@ -1,6 +1,4 @@ { - "description": "Jerry's Portfolio Website", - "repo": "https://github.com/j3rrythomas/j3rrythomas.github.io", "owner": { "username": "j3rrythomas", "email": "jerrythomasjohn9@gmail.com" diff --git a/domains/jesusvaladez.json b/domains/jesusvaladez.json index fb3aa0991..3631456ec 100644 --- a/domains/jesusvaladez.json +++ b/domains/jesusvaladez.json @@ -1,6 +1,4 @@ { - "description": "Use to show a personal portfolio", - "repo": "https://github.com/JesusVala/JesusValadez.github.io.git", "owner": { "username": "JesusVala", "email": "jesusvaladezf@outlook.com" diff --git a/domains/jg.json b/domains/jg.json index ed004749f..8d19cc890 100644 --- a/domains/jg.json +++ b/domains/jg.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio site for Jonathan Geva (short for jonathangeva)", - "repo": "https://github.com/jonathan-geva/Portfolio", "owner": { "username": "jonathan-geva", "discord": "jonilul21" diff --git a/domains/jhonneg.json b/domains/jhonneg.json index 95d8cc417..50a964436 100644 --- a/domains/jhonneg.json +++ b/domains/jhonneg.json @@ -1,6 +1,4 @@ { - "description": "Portfolio", - "repo": "https://github.com/Jhonneg/jhonneg", "owner": { "username": "Jhonneg", "email": "jonee4339@hotmail.com", diff --git a/domains/jhw.json b/domains/jhw.json index 3bcc1d605..d5fdc5730 100644 --- a/domains/jhw.json +++ b/domains/jhw.json @@ -1,6 +1,4 @@ { - "description": "Jason Wohlgemuth's resume", - "repo": "https://github.com/jhwohlgemuth/resume", "owner": { "username": "jhwohlgemuth", "twitter": "jhwohlgemuth" diff --git a/domains/jimmy.json b/domains/jimmy.json index e6ae3be98..9cb88941c 100644 --- a/domains/jimmy.json +++ b/domains/jimmy.json @@ -1,6 +1,4 @@ { - "description": "JIMMY's Personal Website", - "repo": "https://github.com/JIMMY1371/jimmy1371.github.io", "owner": { "username": "JIMMY1371", "email": "idkvro8@gmail.com", diff --git a/domains/jitendrasaraf.json b/domains/jitendrasaraf.json index b094cb72d..3c36197f7 100644 --- a/domains/jitendrasaraf.json +++ b/domains/jitendrasaraf.json @@ -1,6 +1,4 @@ { - "description": "portfolio page", - "repo": "https://github.com/jiten398/portfolio-latest", "owner": { "username": "jiten398", "email": "jitendrasaraf65@gmail.com" diff --git a/domains/jithumon.json b/domains/jithumon.json index 393efd172..5e7859ded 100644 --- a/domains/jithumon.json +++ b/domains/jithumon.json @@ -1,6 +1,4 @@ { - "description": "Jithumon's Personal Website", - "repo": "https://github.com/jithumon/jithumon.github.com", "owner": { "username": "jithumon", "email": "jithumondev@gmail.com", diff --git a/domains/jj.json b/domains/jj.json index 4d8f7e22f..bfc050e52 100644 --- a/domains/jj.json +++ b/domains/jj.json @@ -1,6 +1,4 @@ { - "description": "JJ's Website", - "repo": "https://github.com/TheBotlyNoob/website", "owner": { "username": "TheBotlyNoob", "email": "TheBotlyNoob@gmail.com" diff --git a/domains/joaovitorzv.json b/domains/joaovitorzv.json index b8e9bc078..a0695d5ec 100644 --- a/domains/joaovitorzv.json +++ b/domains/joaovitorzv.json @@ -1,6 +1,4 @@ { - "description": "joaovitorzv blog", - "repo": "https://github.com/joaovitorzv/joaovitorzv.github.io", "owner": { "username": "joaovitorzv", "email": "joaovitorzv@outlook.com", diff --git a/domains/joel.json b/domains/joel.json index fc759ac46..b6b6e637a 100644 --- a/domains/joel.json +++ b/domains/joel.json @@ -1,6 +1,4 @@ { - "description": "Joel's dev blog", - "repo": "https://github.com/9oelM/9oelm.github.io", "owner": { "username": "9oelm", "twitter": "9oelm" diff --git a/domains/joelbobanoffline.json b/domains/joelbobanoffline.json index 3e290e980..74a07eeb7 100644 --- a/domains/joelbobanoffline.json +++ b/domains/joelbobanoffline.json @@ -1,6 +1,4 @@ { - "description": "For Portfolio", - "repo": "https://github.com/JoelBobanOffline/JoelBobanOffline.github.io", "owner": { "username": "JoelBobanOffline", "email": "joelboban2007@gmail.com" diff --git a/domains/joelee.json b/domains/joelee.json index 5d4cdf9d9..12e1b337d 100644 --- a/domains/joelee.json +++ b/domains/joelee.json @@ -1,6 +1,4 @@ { - "description": "my personal website", - "repo": "https://github.com/teamjoelee/me", "owner": { "username": "teamjoelee", "email": "tojoeleeofficial@gmail.com" diff --git a/domains/joey.json b/domains/joey.json index 2de2640c4..71202b64b 100644 --- a/domains/joey.json +++ b/domains/joey.json @@ -1,6 +1,4 @@ { - "description": "GitHub Pages verification for joey.is-a.dev", - "repo": "https://github.com/jlai403/jlai403.github.io", "owner": { "username": "jlai403", "discord": "120522740590575616" diff --git a/domains/johan.json b/domains/johan.json index 33a5980cb..5090b9fcd 100644 --- a/domains/johan.json +++ b/domains/johan.json @@ -1,6 +1,4 @@ { - "description": "Personal website of Johan von Forstner", - "repo": "https://github.com/johan12345/johan12345.github.io", "owner": { "username": "johan12345", "email": "johan.forstner@gmail.com" diff --git a/domains/john.json b/domains/john.json index e716ad5b7..3b0392c54 100644 --- a/domains/john.json +++ b/domains/john.json @@ -1,6 +1,4 @@ { - "description": "John Peterson's personal development page.", - "repo": "https://github.com/majesticturtlejp/majesticturtlejp.github.io", "owner": { "username": "majesticturtlejp", "email": "johnp5419@gmail.com", diff --git a/domains/johna.json b/domains/johna.json index 58dc247fd..0a220428d 100644 --- a/domains/johna.json +++ b/domains/johna.json @@ -1,6 +1,4 @@ { - "description": "My personal website", - "repo": "https://github.com/Johna-123/Johna-123.github.io", "owner": { "username": "Johna-123", "email": "j-verstraaten@hotmail.com" diff --git a/domains/johnsonlee.json b/domains/johnsonlee.json index 6132db7bb..9a74d5b6b 100644 --- a/domains/johnsonlee.json +++ b/domains/johnsonlee.json @@ -1,6 +1,4 @@ { - "description": "Personal website of Johnson Lee", - "repo": "https://github.com/johnsonlee/johnsonlee.github.io", "owner": { "username": "johnsonlee", "email": "g.johnsonlee@gmail.com" diff --git a/domains/johntena.json b/domains/johntena.json index 8c9e8aa29..9d18636d4 100644 --- a/domains/johntena.json +++ b/domains/johntena.json @@ -1,6 +1,4 @@ { - "description": "JohnT portfolio website", - "repo": "https://github.com/johnTena/johntena.github.io", "owner": { "username": "johnTena", "email": "secnetwork.mx13@gmail.com" diff --git a/domains/joker.json b/domains/joker.json index 08ce94bde..46dac0dcf 100644 --- a/domains/joker.json +++ b/domains/joker.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio website of joker", - "repo": "https://github.com/JoKeRxTD/joker.is-a.dev", "owner": { "username": "JoKeRxTD", "email": "joker@mythbot.org", diff --git a/domains/jon.json b/domains/jon.json index b6c4493e4..16882c195 100644 --- a/domains/jon.json +++ b/domains/jon.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/jon-edward/jon-edward.github.io", "owner": { "username": "jon-edward", "email": "townsend.jonathan.e@gmail.com" diff --git a/domains/jonasfroeller.json b/domains/jonasfroeller.json index 33334b6d3..180fea561 100644 --- a/domains/jonasfroeller.json +++ b/domains/jonasfroeller.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website.", - "repo": "https://github.com/jonasfroeller/jonasfroeller", "owner": { "username": "jonasfroeller", "email": "j.froe@gmx.at" diff --git a/domains/jonathan-russ.json b/domains/jonathan-russ.json index 24d6547aa..274506343 100644 --- a/domains/jonathan-russ.json +++ b/domains/jonathan-russ.json @@ -1,6 +1,4 @@ { - "description": "Personal Website", - "repo": "https://github.com/JonathanXDR/Application-Website-Frontend", "owner": { "username": "JonathanXDR", "email": "jonathan.russ@bluewin.ch", diff --git a/domains/jonathan.json b/domains/jonathan.json index b7f3947b1..abd01e1d7 100644 --- a/domains/jonathan.json +++ b/domains/jonathan.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website.", - "repo": "https://github.com/jonasfroeller/jonasfroeller", "owner": { "username": "JonathanB500", "email": "jonathanbuitrago505@gmail.com" diff --git a/domains/jonathangeva.json b/domains/jonathangeva.json index e845953af..8d19cc890 100644 --- a/domains/jonathangeva.json +++ b/domains/jonathangeva.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio site for Jonathan Geva", - "repo": "https://github.com/jonathan-geva/Portfolio", "owner": { "username": "jonathan-geva", "discord": "jonilul21" diff --git a/domains/jonathanmoya.json b/domains/jonathanmoya.json index 57e5bdb9c..e0576a5e7 100644 --- a/domains/jonathanmoya.json +++ b/domains/jonathanmoya.json @@ -1,6 +1,4 @@ { - "description": "Subdominio personal para portfolio web", - "repo": "https://github.com/srgrover/portfolio", "owner": { "username": "srgrover", "email": "jthmoya.webdev@gmail.com" diff --git a/domains/josh-ferrell.json b/domains/josh-ferrell.json index a12a26238..4f3fbf0eb 100644 --- a/domains/josh-ferrell.json +++ b/domains/josh-ferrell.json @@ -1,6 +1,4 @@ { - "description": "Josh Ferrell Personal Github Page", - "repo": "https://github.com/josh-ferrell/josh-ferrell", "owner": { "username": "josh-ferrell", "email": "josh.ferrell@gmail.com" diff --git a/domains/joshuawise.json b/domains/joshuawise.json index e0377cab0..278fbb76f 100644 --- a/domains/joshuawise.json +++ b/domains/joshuawise.json @@ -1,6 +1,4 @@ { - "description": "Joshua Wise's Personal Page", - "repo": "https://github.com/jlwisedev/jlwisedev.github.io", "owner": { "username": "jlwisedev", "email": "jlwiseeha24@gmail.com" diff --git a/domains/jovan.json b/domains/jovan.json index df03c4b79..403ddb77c 100644 --- a/domains/jovan.json +++ b/domains/jovan.json @@ -1,6 +1,4 @@ { - "description": "portfolio jovaneah", - "repo": "https://github.com/jovaneah/jovaneah", "owner": { "username": "jovaneah", "email": "jovaneah@gmail.com" diff --git a/domains/joyal-jijo.json b/domains/joyal-jijo.json index 9fbc6ca1a..52556a9f5 100644 --- a/domains/joyal-jijo.json +++ b/domains/joyal-jijo.json @@ -1,6 +1,4 @@ { - "description": "joyal portfolio", - "repo": "https://github.com/joyal-jij0/portfolio", "owner": { "username": "joyal-jij0", "discord": "joyal_jij0" diff --git a/domains/jpedro.json b/domains/jpedro.json index a43d95c28..761be7b36 100644 --- a/domains/jpedro.json +++ b/domains/jpedro.json @@ -1,6 +1,4 @@ { - "description": "Personal blog", - "repo": "https://github.com/jpedro/jpedro.github.io", "owner": { "username": "jpedro", "email": "github@jpedro.dev" diff --git a/domains/jqshuv.json b/domains/jqshuv.json index 714d0ff27..a516b4c54 100644 --- a/domains/jqshuv.json +++ b/domains/jqshuv.json @@ -1,6 +1,4 @@ { - "description": "Jqshuv's Portfolio Page", - "repo": "https://github.com/jqshuv/jqshuv.github.io", "owner": { "username": "jqshuv", "email": "jqshuv@gmail.com", diff --git a/domains/jrdrwn.json b/domains/jrdrwn.json index 9100ad3c0..c70a16500 100644 --- a/domains/jrdrwn.json +++ b/domains/jrdrwn.json @@ -1,6 +1,4 @@ { - "description": "For a personal website", - "repo": "https://github.com/jrdrwn/jrdrwn.github.io", "owner": { "username": "jrdrwn", "email": "jordirwn@gmail.com", diff --git a/domains/jrmessias.json b/domains/jrmessias.json index c59c1de50..f562eb242 100644 --- a/domains/jrmessias.json +++ b/domains/jrmessias.json @@ -1,6 +1,4 @@ { - "description": "For a personal website", - "repo": "https://github.com/jrmessias/jrmessias.github.io", "owner": { "username": "jrmessias", "email": "jrmessias@gmail.com", diff --git a/domains/jsthh.json b/domains/jsthh.json index 1427d8ec5..a04208bcb 100644 --- a/domains/jsthh.json +++ b/domains/jsthh.json @@ -1,6 +1,4 @@ { - "description": "JensenTHH's Portfolio ", - "repo": "https://github.com/Jensen-THH/ng-three", "owner": { "username": "Jensen-THH", "email": "tranhohiep.01@gmail.com" diff --git a/domains/juan-samayoa.json b/domains/juan-samayoa.json index 7efacb098..0b331dae3 100644 --- a/domains/juan-samayoa.json +++ b/domains/juan-samayoa.json @@ -1,6 +1,4 @@ { - "description": "Portafolio of Juan Samayoa, a viewable page that shows my experience and projects worked on and will be updated from now on so needed this to begin", - "repo": "https://github.com/JuanSamayoa/Portafolio-HTML", "owner": { "username": "JuanSamayoa", "email": "juancho1705@gmail.com" diff --git a/domains/juanjo.json b/domains/juanjo.json index 27830ebd0..cbff096ba 100644 --- a/domains/juanjo.json +++ b/domains/juanjo.json @@ -1,6 +1,4 @@ { - "description": "Juanjo personal developer website", - "repo": "https://github.com/string-null/string-null.github.io", "owner": { "username": "string-null", "email": "null0x22@protonmail.com" diff --git a/domains/jubal.json b/domains/jubal.json index 337879455..c61cc232d 100644 --- a/domains/jubal.json +++ b/domains/jubal.json @@ -1,6 +1,4 @@ { - "description": "Jubal Slone's website", - "repo": "https://github.com/jubalslone/jubalslone.github.io", "owner": { "username": "jubalslone", "email": "jubal.slone@gmail.com" diff --git a/domains/juikulkarni.json b/domains/juikulkarni.json index 43edf0374..2119df761 100644 --- a/domains/juikulkarni.json +++ b/domains/juikulkarni.json @@ -1,6 +1,4 @@ { - "description": "Personal Website", - "repo": "https://github.com/jkulkarni01/jkulkarni01.github.io", "owner": { "username": "jkulkarni01", "email": "jui01kulkarni@gmail.com" diff --git a/domains/juin.json b/domains/juin.json index be88daff5..454d07fe1 100644 --- a/domains/juin.json +++ b/domains/juin.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio", - "repo": "https://github.com/Juin28/Juin28.github.io", "owner": { "username": "Juin28", "email": "tanjuinlong@gmail.com" diff --git a/domains/juqwtf.json b/domains/juqwtf.json index f16e102a6..31f59c08d 100644 --- a/domains/juqwtf.json +++ b/domains/juqwtf.json @@ -1,6 +1,4 @@ { - "description": "juqwtf site", - "repo": "https://github.com/juqwtf/juq.github.io", "owner": { "username": "juqwtf", "email": "juqwtf@gmail.com" diff --git a/domains/just-muzz.json b/domains/just-muzz.json index 654f0fe18..96bf2fefb 100644 --- a/domains/just-muzz.json +++ b/domains/just-muzz.json @@ -1,6 +1,4 @@ { - "description": "Portfolio site", - "repo": "https://github.com/just-muzz/just-muzz.github.io", "owner": { "username": "just-Muzz", "email": "idrisking759@gmail.com", diff --git a/domains/just.json b/domains/just.json index 0b6e7eef5..b2b16c79f 100644 --- a/domains/just.json +++ b/domains/just.json @@ -1,6 +1,4 @@ { - "description": "Just an Ultimate Site Tool docs", - "repo": "https://github.com/JustDeveloper1/justdeveloper1.github.io", "owner": { "username": "JustDeveloper1", "email": "justdeveloper@juststudio.is-a.dev", diff --git a/domains/justdeveloper.json b/domains/justdeveloper.json index 0177f6a25..3ceb15eb8 100644 --- a/domains/justdeveloper.json +++ b/domains/justdeveloper.json @@ -1,6 +1,4 @@ { - "description": "JustDeveloper", - "repo": "https://github.com/JustDeveloper1/justdeveloper1.github.io", "owner": { "username": "JustDeveloper1", "email": "justdeveloper@juststudio.is-a.dev", diff --git a/domains/justin.json b/domains/justin.json index 616e2ce16..cee523374 100644 --- a/domains/justin.json +++ b/domains/justin.json @@ -1,6 +1,4 @@ { - "description": "My personal Page", - "repo": "https://github.com/justinjohnymathew/justinjohnymathew.github.io", "owner": { "username": "justinjohnymathew", "email": "justinjohny.jj@gmail.com" diff --git a/domains/juststudio.json b/domains/juststudio.json index 8d8fb0cdb..ab4892535 100644 --- a/domains/juststudio.json +++ b/domains/juststudio.json @@ -1,6 +1,4 @@ { - "description": "JustStudio.", - "repo": "https://github.com/JustStudio7/juststudio7.github.io", "owner": { "username": "JustDeveloper1", "email": "support@juststudio.is-a.dev", diff --git a/domains/justtobbi.json b/domains/justtobbi.json index 8f96f0f0e..439de5fab 100644 --- a/domains/justtobbi.json +++ b/domains/justtobbi.json @@ -1,6 +1,4 @@ { - "description": "Personal Website and Portfolio", - "repo": "https://github.com/justTOBBI/justtobbi.github.io", "owner": { "username": "justTOBBI", "email": "justtobbi@gmail.com" diff --git a/domains/justtrynacode.json b/domains/justtrynacode.json index e8bfce9d6..eb8cbb539 100644 --- a/domains/justtrynacode.json +++ b/domains/justtrynacode.json @@ -1,6 +1,4 @@ { - "description": "Tryna's website", - "repo": "https://github.com/JustTrynacodee/JustTrynaCodee.github.io", "owner": { "username": "JustTrynacodee", "discord": "JustTrynaCode#0810" diff --git a/domains/jvdesign.json b/domains/jvdesign.json index 8eac1d43a..86caf128f 100644 --- a/domains/jvdesign.json +++ b/domains/jvdesign.json @@ -1,6 +1,4 @@ { - "description": "Domain for projects page", - "repo": "https://github.com/JVDesignBavaria/jvdesignbavaria.github.io", "owner": { "username": "JVDesignBavaria", "twitter": "JVDesignBavaria" diff --git a/domains/jwaxy.json b/domains/jwaxy.json index 1cebf059a..01c546de1 100644 --- a/domains/jwaxy.json +++ b/domains/jwaxy.json @@ -1,6 +1,4 @@ { - "description": "I want to use this for my personal website.", - "repo": "https://github.com/jwaxy/jwaxy.github.io", "owner": { "username": "jwaxy", "email": "me@yxawj.aleeas.com" diff --git a/domains/jznctt.json b/domains/jznctt.json index 0d7828a8e..eec4f82e1 100644 --- a/domains/jznctt.json +++ b/domains/jznctt.json @@ -1,6 +1,4 @@ { - "description": "Profile Website of Jznctt", - "repo": "https://github.com/ncttjz/ncttjz.github.io", "owner": { "username": "ncttjz", "email": "jznctt@gmail.com" diff --git a/domains/kaivalya.json b/domains/kaivalya.json index 52306f03e..bb95edeb0 100644 --- a/domains/kaivalya.json +++ b/domains/kaivalya.json @@ -1,6 +1,4 @@ { - "description": "For my Personal Portfolio website", - "repo": "https://github.com/Kaivalya4/Kaivalya4.github.io", "owner": { "username": "Kaivalya4", "email": "kt6819@yahoo.com" diff --git a/domains/kajetan.json b/domains/kajetan.json index 1eea74110..eba1cca95 100644 --- a/domains/kajetan.json +++ b/domains/kajetan.json @@ -1,6 +1,4 @@ { - "description": "Personal use for my portofolio website", - "repo": "https://github.com/Kajpio/kajpio.github.io", "owner": { "username": "Kajpio", "email": "thugmichel14@gmail.com" diff --git a/domains/kamlendras.json b/domains/kamlendras.json index 7b8807bcd..09a0abc4d 100644 --- a/domains/kamlendras.json +++ b/domains/kamlendras.json @@ -1,6 +1,4 @@ { - "description": "my personal web page", - "repo": "https://github.com/kamlendras/kamlendras.github.io", "owner": { "username": "kamlendras", "email": "kamlendras@proton.me" diff --git a/domains/kanetu.json b/domains/kanetu.json index 8984a5bc0..d6f4755fb 100644 --- a/domains/kanetu.json +++ b/domains/kanetu.json @@ -1,6 +1,4 @@ { - "description": "Kane Tu's personal developer website", - "repo": "https://github.com/kanetu/kanetu.github.io", "owner": { "username": "kanetu", "email": "kanetu731@gmail.com" diff --git a/domains/kappy.json b/domains/kappy.json index 39802004a..f8a697d90 100644 --- a/domains/kappy.json +++ b/domains/kappy.json @@ -1,6 +1,4 @@ { - "description": "KAPPY`s website, made by @JustDeveloper1", - "repo": "https://github.com/KAPPYSQUAD/kappysquad.github.io", "owner": { "username": "KAPPYSQUAD", "email": "justdeveloper@juststudio.is-a.dev", diff --git a/domains/karify98.json b/domains/karify98.json index 7d71e303b..9f78d0a18 100644 --- a/domains/karify98.json +++ b/domains/karify98.json @@ -1,6 +1,4 @@ { - "description": "karify98's website", - "repo": "https://github.com/karify98/karify98.github.io", "owner": { "username": "karify98", "email": "nnnam048@gmail.com" diff --git a/domains/karthikeyanj.json b/domains/karthikeyanj.json index 0dc4bdfad..50f396221 100644 --- a/domains/karthikeyanj.json +++ b/domains/karthikeyanj.json @@ -1,6 +1,4 @@ { - "description": "Portfolio of karthikeyan J", - "repo": "https://github.com/karthik1915/my-vue-portfolio", "owner": { "username": "karthik1915", "email": "karthikeyanj1915@gmail.com" diff --git a/domains/kartik.json b/domains/kartik.json index 6b307345a..cfaafdbfc 100644 --- a/domains/kartik.json +++ b/domains/kartik.json @@ -1,6 +1,4 @@ { - "description": "Kartik's website", - "repo": "https://github.com/kartiktalwar2003/kartiktalwar2003.github.io", "owner": { "username": "kartiktalwar2003", "email": "kartiktalwar2003@gmail.com" diff --git a/domains/karttikeya.json b/domains/karttikeya.json index 0a825a35d..7a1235551 100644 --- a/domains/karttikeya.json +++ b/domains/karttikeya.json @@ -1,6 +1,4 @@ { - "description": "Karttikeya's portfolio website", - "repo": "https://github.com/KartKernel/KartKernel.github.io", "owner": { "username": "Karttikeya", "email": "karttikeyashahi@gmail.com" diff --git a/domains/kashif-kadri.json b/domains/kashif-kadri.json index 501f8393e..c3846f8dd 100644 --- a/domains/kashif-kadri.json +++ b/domains/kashif-kadri.json @@ -1,6 +1,4 @@ { - "description": "This is personal website", - "repo": "https://github.com/kashif-kadri/kashif-kadri.github.io", "owner": { "username": "kashif-kadri" }, diff --git a/domains/kaushalbuccha.json b/domains/kaushalbuccha.json index 95cbfddc2..7ee61c860 100644 --- a/domains/kaushalbuccha.json +++ b/domains/kaushalbuccha.json @@ -1,6 +1,4 @@ { - "description": "Devloper Portfolio", - "repo": "https://github.com/kaushalbuccha/Portfolio", "owner": { "username": "kaushalbuccha", "email": "kaushaljain741@gmail.com", diff --git a/domains/kaushik-bhadarka.json b/domains/kaushik-bhadarka.json index 23c9fffdf..8d8dbd32c 100644 --- a/domains/kaushik-bhadarka.json +++ b/domains/kaushik-bhadarka.json @@ -1,6 +1,4 @@ { - "description": "Kaushik Bhadarka.", - "repo": "https://github.com/kaushik-bhadarka/kaushik-bhadarka.github.io", "owner": { "username": "kaushik-bhadarka", "email": "kaushik-bhadarka@acquaintsoft.com" diff --git a/domains/kaustubh.json b/domains/kaustubh.json index 01c6f589c..c313198dc 100644 --- a/domains/kaustubh.json +++ b/domains/kaustubh.json @@ -1,6 +1,4 @@ { - "description": "For my portfolio website made by using HTML + CSS and JS", - "repo": "https://github.com/kaustubhkharvi/kaustubhkharvi.github.io", "owner": { "username": "kaustubhkharvi", "email": "kaustubh_2008@outlook.com", diff --git a/domains/kaz.json b/domains/kaz.json index d702d7479..0c023e601 100644 --- a/domains/kaz.json +++ b/domains/kaz.json @@ -1,6 +1,4 @@ { - "description": "Add some description", - "repo": "https://github.com/kazz0001/kazz0001.github.io", "owner": { "username": "kazz0001", "email": "badchicken11690@gmail.com" diff --git a/domains/kckarnige.json b/domains/kckarnige.json index 13063eb25..c1d9ece8f 100644 --- a/domains/kckarnige.json +++ b/domains/kckarnige.json @@ -1,6 +1,4 @@ { - "description": "KayoticCarnige is a dev", - "repo": "https://github.com/kckarnige/kckarnige.github.io", "owner": { "username": "kckarnige", "email": "kayos156official@gmail.com", diff --git a/domains/keishi.json b/domains/keishi.json index bdfeaee3c..8227f0ab8 100644 --- a/domains/keishi.json +++ b/domains/keishi.json @@ -1,6 +1,4 @@ { - "description": "Keishi's portfolio", - "repo": "https://github.com/VoidKeishi/PPA-Porfolio", "owner": { "username": "VoidKeishi", "email": "phananha4@gmail.com" diff --git a/domains/keithkhaotic.json b/domains/keithkhaotic.json index 791893a85..a9a0e0320 100644 --- a/domains/keithkhaotic.json +++ b/domains/keithkhaotic.json @@ -1,6 +1,4 @@ { - "description": "Keith Khaotic's personal website link", - "repo": "https://github.com/KeithKhaotic/KeithKhaotic.github.io", "owner": { "username": "KeithKhaotic", "email": "keithbussyness@gmail.com", diff --git a/domains/keju.json b/domains/keju.json index 3273ee8a5..2c11e66cc 100644 --- a/domains/keju.json +++ b/domains/keju.json @@ -1,6 +1,4 @@ { - "description": "Kelvin Julian - Personal Website", - "repo": "https://github.com/kejuuu/kejuuu.github.io", "owner": { "username": "kejuuu", "email": "kelvinjulian.kj@gmail.com", diff --git a/domains/kelly.json b/domains/kelly.json index 755a62cb9..9b27867d4 100644 --- a/domains/kelly.json +++ b/domains/kelly.json @@ -1,11 +1,9 @@ { - "description": "Kelly Lawrence's personal website.", "owner": { "email": "kelly@kellylawrence.ca", "username": "kellylawrence" }, "records": { "CNAME": "kellylawrence.github.io" - }, - "repo": "https://github.com/kellylawrence/kellylawrence.github.io" + } } diff --git a/domains/kentaylor.json b/domains/kentaylor.json index aaef57213..29e165f88 100644 --- a/domains/kentaylor.json +++ b/domains/kentaylor.json @@ -1,6 +1,4 @@ { - "description": "Keith Khaotic's personal website link", - "repo": "https://github.com/ktappdev/register", "owner": { "username": "Kentaylorappdev", "email": "Kentaylorappdev@gmail.com", diff --git a/domains/kenwu.json b/domains/kenwu.json index e1860525c..204a1a69a 100644 --- a/domains/kenwu.json +++ b/domains/kenwu.json @@ -1,6 +1,4 @@ { - "description": "This is Ken Wu's personal portfolio website.", - "repo": "https://github.com/kenwuqianghao/kenwuqianghao.github.io", "owner": { "username": "KenWuqianghao", "email": "wooqianghao@gmail.com", diff --git a/domains/kev.json b/domains/kev.json index a7f31c3a4..6fa98d2ff 100644 --- a/domains/kev.json +++ b/domains/kev.json @@ -1,6 +1,4 @@ { - "description": "Personal website", - "repo": "https://github.com/kevinle108/kevinle108.github.io", "owner": { "username": "kevinle108", "email": "kevinle108@gmail.com" diff --git a/domains/kevin-xavier.json b/domains/kevin-xavier.json index 1038704fd..014f98756 100644 --- a/domains/kevin-xavier.json +++ b/domains/kevin-xavier.json @@ -1,6 +1,4 @@ { - "description": "This subdomain points to my Netlify site", - "repo": "https://github.com/keviiixaviiii/My-Portfolio", "owner": { "username": "keviiixaviiii", "email": "iamkevinxavi@gmail.com" diff --git a/domains/kevin.json b/domains/kevin.json index 411ffec4b..410f46251 100644 --- a/domains/kevin.json +++ b/domains/kevin.json @@ -1,6 +1,4 @@ { - "description": "portfolio", - "repo": "https://github.com/kevincrafturu2/portfolio-bolt.new", "owner": { "username": "kevincrafturu2", "email": "kevincrafturu2@gmail.com" diff --git a/domains/keyruu.json b/domains/keyruu.json index aa23da768..c07725ace 100644 --- a/domains/keyruu.json +++ b/domains/keyruu.json @@ -1,6 +1,4 @@ { - "description": "Keyruu aka Lucas", - "repo": "https://github.com/keyruu/traversetown-htmx", "owner": { "username": "keyruu", "email": "me@keyruu.de" diff --git a/domains/keyurnimavat.json b/domains/keyurnimavat.json index d63ac3307..b59be9fdc 100644 --- a/domains/keyurnimavat.json +++ b/domains/keyurnimavat.json @@ -1,6 +1,4 @@ { - "description": "keyur Profile.", - "repo": "https://github.com/keyurnimavat/keyurnimavat.github.io", "owner": { "username": "keyurnimavat" }, diff --git a/domains/khao.json b/domains/khao.json index 2f1998385..30d762333 100644 --- a/domains/khao.json +++ b/domains/khao.json @@ -1,6 +1,4 @@ { - "description": "Khao's Portfolio Website", - "repo": "https://github.com/KhaoDoesDev/portfolio", "owner": { "username": "KhaoDoesDev", "email": "khao@khaodoes.dev" diff --git a/domains/khateeb.json b/domains/khateeb.json index 7d3bfdaaa..1298a1371 100644 --- a/domains/khateeb.json +++ b/domains/khateeb.json @@ -1,6 +1,4 @@ { - "description": "Welcome to Khateeb's portfolio - a showcase of full-stack development projects and skills. Explore my work in web development, software engineering, and creative solutions built with modern technologies.", - "repo": "https://github.com/khateeboveskey/khateeboveskey.github.io", "owner": { "username": "khateeboveskey", "email": "khateeboveskey@gmail.com" diff --git a/domains/khuathuykien.json b/domains/khuathuykien.json index d685fb1d5..56d3d1b25 100644 --- a/domains/khuathuykien.json +++ b/domains/khuathuykien.json @@ -1,6 +1,4 @@ { - "description": "Describe the use of this subdomain", - "repo": "https://github.com/kiensamson0000/kiensamson0000.github.io", "owner": { "username": "kiensamson0000", "email": "kienkh99@gmail.com" diff --git a/domains/khushraj.json b/domains/khushraj.json index 085d89230..a7ae2a577 100644 --- a/domains/khushraj.json +++ b/domains/khushraj.json @@ -1,6 +1,4 @@ { - "description": "Khushraj Rathod's personal website.", - "repo": "https://github.com/KhushrajRathod/www.khushrajrathod.com", "owner": { "username": "KhushrajRathod", "email": "me@khushrajrathod.com" diff --git a/domains/kiara.json b/domains/kiara.json index 054cf9cc9..6515d5f63 100644 --- a/domains/kiara.json +++ b/domains/kiara.json @@ -1,6 +1,4 @@ { - "description": "Amelia Corp Official Website.", - "repo": "https://github.com/aaraam/aaraam.github.io", "owner": { "username": "ameliakiara", "email": "contact@kiara.my.id" diff --git a/domains/kikemendez.json b/domains/kikemendez.json index 2deb4ba0f..4c2cf517b 100644 --- a/domains/kikemendez.json +++ b/domains/kikemendez.json @@ -3,8 +3,6 @@ "username": "Kikeme98", "email": "l.e.mendez1998@gmail.com" }, - "description": "My personal site portfolio", - "repo": "https://github.com/Kikeme98/react-frontend-dev-portfolio.git", "records": { "CNAME": "kikeme98.github.io" } diff --git a/domains/killua.json b/domains/killua.json index ac6398aa1..593e5b0df 100644 --- a/domains/killua.json +++ b/domains/killua.json @@ -1,6 +1,4 @@ { - "description": "Personal Page", - "repo": "https://github.com/Killua7362/Killua7362.github.io", "owner": { "username": "Killua7362", "email": "bhat7362@gmail.com" diff --git a/domains/kishan-bagiya.json b/domains/kishan-bagiya.json index 06e941250..cda1d19b4 100644 --- a/domains/kishan-bagiya.json +++ b/domains/kishan-bagiya.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/kishan-bagiya/kishan-bagiya.github.io", "owner": { "username": "kishan-bagiya" }, diff --git a/domains/kishore.json b/domains/kishore.json index 8140b44b6..bbbd12bb0 100644 --- a/domains/kishore.json +++ b/domains/kishore.json @@ -1,6 +1,4 @@ { - "description": "personal portfolio", - "repo": "https://github.com/Kishore0122/portfolio", "owner": { "username": "Kishore0122", "email": "kishorepanuganti278@gmail.com" diff --git a/domains/klouqzz.json b/domains/klouqzz.json index 0ff586ccf..1455f8388 100644 --- a/domains/klouqzz.json +++ b/domains/klouqzz.json @@ -1,6 +1,4 @@ { - "description": "Klouqz Website's", - "repo": "https://github.com/klouqzz/klouqzz.github.io", "owner": { "username": "klouqzz", "email": "klouqz@gmail.com" diff --git a/domains/kml.json b/domains/kml.json index 68a9354ad..5725aad7c 100644 --- a/domains/kml.json +++ b/domains/kml.json @@ -1,6 +1,4 @@ { - "description": "Personal website kmlupreti", - "repo": "https://github.com/kmlupreti/register", "owner": { "username": "kmlupreti", "email": "kmlupreti@protonmail.com" diff --git a/domains/konnn04.json b/domains/konnn04.json index 8b5c75256..2cb0efebd 100644 --- a/domains/konnn04.json +++ b/domains/konnn04.json @@ -1,6 +1,4 @@ { - "description": "My personal website", - "repo": "https://github.com/konnn04/konnn04.github.io", "owner": { "username": "konnn04", "email": "trieukon1011@gmail.com" diff --git a/domains/korrykatti.json b/domains/korrykatti.json index f8ddd7392..6af165b3f 100644 --- a/domains/korrykatti.json +++ b/domains/korrykatti.json @@ -1,6 +1,4 @@ { - "description": "Domain for my personal website", - "repo": "https://github.com/KorryKatti/korrykatti.github.io", "owner": { "username": "KorryKatti", "email": "8nctvx7gi@mozmail.com", diff --git a/domains/koslz.json b/domains/koslz.json index 2faecf016..a81c387fe 100644 --- a/domains/koslz.json +++ b/domains/koslz.json @@ -1,6 +1,4 @@ { - "description": "koslz.is-a.dev", - "repo": "https://github.com/koslz-studios/koslz-studios.github.io", "owner": { "username": "iakzs", "email": "iakzs@protonmail.com" diff --git a/domains/kotikov.json b/domains/kotikov.json index 27c0745d6..0dfe21c8f 100644 --- a/domains/kotikov.json +++ b/domains/kotikov.json @@ -1,6 +1,4 @@ { - "description": "Portfolio.", - "repo": "https://github.com/kotru21/kotikov", "owner": { "username": "kotru21", "email": "kotikovv@proton.me" diff --git a/domains/kristiantokarim.json b/domains/kristiantokarim.json index 73374f47c..e93b92042 100644 --- a/domains/kristiantokarim.json +++ b/domains/kristiantokarim.json @@ -1,6 +1,4 @@ { - "description": "For portfolio and personal page", - "repo": "https://github.com/kristiantokarim/kristiantokarim.github.io", "owner": { "username": "kristiantokarim", "email": "kristiantokarim@gmail.com" diff --git a/domains/krunch.json b/domains/krunch.json index 0736fe607..df748487a 100644 --- a/domains/krunch.json +++ b/domains/krunch.json @@ -1,6 +1,4 @@ { - "description": "Profile Page", - "repo": "https://github.com/RadioactivePotato/krunch-is-a-dev", "owner": { "username": "RadioactivePotato", "discord": "1166013268008120340" diff --git a/domains/ktevin01.json b/domains/ktevin01.json index 70929b2b6..a00fae856 100644 --- a/domains/ktevin01.json +++ b/domains/ktevin01.json @@ -1,6 +1,4 @@ { - "description": "Behold, My Stuff", - "repo": "https://github.com/ktevin01/register.is-a-dev", "owner": { "username": "ktevin01", "email": "ktevin@icloud.com" diff --git a/domains/kunsh13.json b/domains/kunsh13.json index f1ffb796f..df434fd0e 100644 --- a/domains/kunsh13.json +++ b/domains/kunsh13.json @@ -1,6 +1,4 @@ { - "description": "kunsh13.is-a.dev", - "repo": "https://github.com/kunsh13/iptv", "owner": { "username": "kunsh13", "email": "kunshmaurya@gmail.com" diff --git a/domains/kylemartin.json b/domains/kylemartin.json index 954ac39b5..28dc51c42 100644 --- a/domains/kylemartin.json +++ b/domains/kylemartin.json @@ -1,6 +1,4 @@ { - "description": "Kyle Martin", - "repo": "https://github.com/js-kyle/js-kyle.github.io", "owner": { "username": "js-kyle" }, diff --git a/domains/l.json b/domains/l.json index aa84a3969..04cd3af82 100644 --- a/domains/l.json +++ b/domains/l.json @@ -1,6 +1,4 @@ { - "description": "redirect domain", - "repo": "https://github.com/xkcdnerd/xkcdnerd.github.io", "owner": { "username": "xkcdnerd", "email": "evanwang330@gmail.com" diff --git a/domains/l6174.json b/domains/l6174.json index 74c604e56..c49caae77 100644 --- a/domains/l6174.json +++ b/domains/l6174.json @@ -1,6 +1,4 @@ { - "description": "My Profile Website", - "repo": "https://github.com/l6174/l6174.github.io", "owner": { "username": "l6174", "email": "l6174@proton.me" diff --git a/domains/lacti.json b/domains/lacti.json index bc4bb7a45..2f87b3748 100644 --- a/domains/lacti.json +++ b/domains/lacti.json @@ -1,6 +1,4 @@ { - "description": "Lacti's blog", - "repo": "https://github.com/lacti/lacti.github.io", "owner": { "username": "lacti", "email": "lactrious@gmail.com" diff --git a/domains/lakhani-palak.json b/domains/lakhani-palak.json index eb1806a80..73e8745d3 100644 --- a/domains/lakhani-palak.json +++ b/domains/lakhani-palak.json @@ -1,6 +1,4 @@ { - "description": "Lakhani Palak.", - "repo": "https://github.com/lakhani-palak/lakhani-palak.github.io", "owner": { "username": "lakhani-palak" }, diff --git a/domains/lakshisherediscord.json b/domains/lakshisherediscord.json index 147365afe..62341ad1b 100644 --- a/domains/lakshisherediscord.json +++ b/domains/lakshisherediscord.json @@ -1,6 +1,4 @@ { - "description": "Welcome to my experimental domain", - "repo": "https://github.com/WebLux7/WebLux", "owner": { "username": "WebLux7", "email": "lucky7049sp@gmail.com" diff --git a/domains/lakshya.json b/domains/lakshya.json index 2e181e1b8..a317cfa6d 100644 --- a/domains/lakshya.json +++ b/domains/lakshya.json @@ -3,8 +3,6 @@ "username": "lakshyaCreates", "email": "lakshya.creates07@gmail.com" }, - "description": "Lakshya's Personal Portfolio Website", - "repo": "https://github.com/lakshyaCreates/lakshyasharma", "records": { "URL": "https://lakshyasharma.dev" } diff --git a/domains/lambda.json b/domains/lambda.json index 50cd75cb2..fbafb4b9c 100644 --- a/domains/lambda.json +++ b/domains/lambda.json @@ -1,6 +1,4 @@ { - "description": "Personal Site for Stadial", - "repo": "https://github.com/stadial/stadial.github.io", "owner": { "username": "stadial", "email": "kfulain.uphrj@aleeas.com" diff --git a/domains/lamnguyenz.json b/domains/lamnguyenz.json index aea117025..e0feac5ca 100644 --- a/domains/lamnguyenz.json +++ b/domains/lamnguyenz.json @@ -1,6 +1,4 @@ { - "description": "Personal Blog Site", - "repo": "https://github.com/LamNguyenz/lamnguyenz.github.io", "owner": { "username": "LamNguyenz", "email": "lamnguyen11e@gmail.com" diff --git a/domains/lamps-dev.json b/domains/lamps-dev.json index 14362f91e..720d43dd0 100644 --- a/domains/lamps-dev.json +++ b/domains/lamps-dev.json @@ -1,6 +1,4 @@ { - "description": "For my projects.", - "repo": "https://github.com/lamps-dev/lamps-dev.github.io", "owner": { "username": "lamps-dev", "email": "ilovelampadaire@gmail.com", diff --git a/domains/legendsayantan.json b/domains/legendsayantan.json index 4feb2cef1..03d3658eb 100644 --- a/domains/legendsayantan.json +++ b/domains/legendsayantan.json @@ -1,6 +1,4 @@ { - "description": "LegendSayantan's Project Wiki Page", - "repo": "https://github.com/legendsayantan/legendsayantan.github.io", "owner": { "username": "legendsayantan", "email": "legendsayantanpaul@gmail.com", diff --git a/domains/levi.json b/domains/levi.json index 780265fb8..603c8e9f5 100644 --- a/domains/levi.json +++ b/domains/levi.json @@ -1,6 +1,4 @@ { - "description": "Leví Arista Resume", - "repo": "https://github.com/leviarista/resume", "owner": { "username": "leviarista", "email": "levi.arista@gmail.com", diff --git a/domains/liancg.json b/domains/liancg.json index e04cee837..cb5636e68 100644 --- a/domains/liancg.json +++ b/domains/liancg.json @@ -1,6 +1,4 @@ { - "description": "Lian's Own Dev Domain", - "repo": "https://github.com/liancastellon/liancastellon.github.io", "owner": { "username": "liancastellon", "email": "liancg@gmail.com" diff --git a/domains/liju.json b/domains/liju.json index fc8155a00..659168a28 100644 --- a/domains/liju.json +++ b/domains/liju.json @@ -1,6 +1,4 @@ { - "description": "Liju's personal development page", - "repo": "https://github.com/lijujayakumar/lijujayakumar.github.io", "owner": { "username": "lijujayakumar", "email": "lijusankar@gmail.com" diff --git a/domains/lilitha-mdlalana.json b/domains/lilitha-mdlalana.json index e372e97b9..73ee3ab34 100644 --- a/domains/lilitha-mdlalana.json +++ b/domains/lilitha-mdlalana.json @@ -1,6 +1,4 @@ { - "description": "portfolio website", - "repo": "https://github.com/lilitha-mdlalana/nuxt_portfolio", "owner": { "username": "lilitha-mdlalana", "email": "innomdlalana@gmail.com" diff --git a/domains/limbanitejal.json b/domains/limbanitejal.json index 092d1853c..e1728040e 100644 --- a/domains/limbanitejal.json +++ b/domains/limbanitejal.json @@ -1,6 +1,4 @@ { - "description": "Limbani tejal Profile.", - "repo": "https://github.com/limbanitejal/limbanitejal.github.io", "owner": { "username": "limbanitejal" }, diff --git a/domains/limeware.json b/domains/limeware.json index 626ba2af8..225fe3d09 100644 --- a/domains/limeware.json +++ b/domains/limeware.json @@ -1,6 +1,4 @@ { - "description": "LimeWare's Official site", - "repo": "https://github.com/dunno8489/dunno8489.github.io", "owner": { "username": "dunno8489" }, diff --git a/domains/linbuxiao.json b/domains/linbuxiao.json index b1872d0c3..136e0ced4 100644 --- a/domains/linbuxiao.json +++ b/domains/linbuxiao.json @@ -1,6 +1,4 @@ { - "description": "Lin's Blog", - "repo": "https://github.com/linbuxiao/linbuxiao.github.io", "owner": { "username": "linbuxiao", "email": "linbuxiao@gmail.com" diff --git a/domains/linkman.json b/domains/linkman.json index b582d2587..c857326c1 100644 --- a/domains/linkman.json +++ b/domains/linkman.json @@ -1,6 +1,4 @@ { - "description": "Website to put information about my projects", - "repo": "https://github.com/linkman8912/website", "owner": { "username": "linkman8912", "email": "linkman8912@proton.me" diff --git a/domains/linksrayan.json b/domains/linksrayan.json index 985fc4ee2..d5c1b2eca 100644 --- a/domains/linksrayan.json +++ b/domains/linksrayan.json @@ -1,6 +1,4 @@ { - "description": "portfolio website", - "repo": "https://linkssyedrayan.github.io/portfolio", "owner": { "username": "linkssyedrayan", "email": "kgold3796@gmail.com" diff --git a/domains/linusx.json b/domains/linusx.json index c14585b1e..c312e012f 100644 --- a/domains/linusx.json +++ b/domains/linusx.json @@ -1,6 +1,4 @@ { - "description": "Just my personal website, static on github pages. Generated with hugo", - "repo": "https://github.com/linuzzx/linuzzx.github.io", "owner": { "username": "linuzzx", "email": "galaxylinus@gmail.com" diff --git a/domains/linux.json b/domains/linux.json index 6850bed2e..afc1bf53f 100644 --- a/domains/linux.json +++ b/domains/linux.json @@ -1,6 +1,4 @@ { - "description": "Linux For All", - "repo": "https://github.com/linuxforall3/linuxforall3.github.io", "owner": { "username": "linux", "email": "linuxforall32@proton.me" diff --git a/domains/linuxlover.json b/domains/linuxlover.json index 2cc5b7eeb..cb2182e17 100644 --- a/domains/linuxlover.json +++ b/domains/linuxlover.json @@ -1,6 +1,4 @@ { - "description": "A website for my program", - "repo": "https://github.com/winvistalover/winvistalover.github.io", "owner": { "username": "winvistalover", "discord": "952930824351780904" diff --git a/domains/lipi.json b/domains/lipi.json index a979d1764..2a9346c79 100644 --- a/domains/lipi.json +++ b/domains/lipi.json @@ -1,6 +1,4 @@ { - "description": "Lipi's .is-a.dev reg", - "repo": "https://github.com/ReticentFacade/reticentfacade.github.io/", "owner": { "username": "ReticentFacade", "email": "lipisharma2911@gmail.com" diff --git a/domains/lknows.json b/domains/lknows.json index 715112745..2d5f2df4b 100644 --- a/domains/lknows.json +++ b/domains/lknows.json @@ -1,6 +1,4 @@ { - "description": "Link for lknow's personal site on GitHub pages", - "repo": "https://github.com/lknows/lknows.github.io", "owner": { "username": "lknows", "email": "easyg53@gmail.com", diff --git a/domains/llama.json b/domains/llama.json index 0dba44fbc..4dbcae734 100644 --- a/domains/llama.json +++ b/domains/llama.json @@ -1,6 +1,4 @@ { - "description": "LlamaLad7's personal website", - "repo": "https://github.com/LlamaLad7/llamalad7.github.io", "owner": { "username": "LlamaLad7", "email": "l3gomindstorms@gmail.com" diff --git a/domains/llanero.json b/domains/llanero.json index cd4b058d7..cb48e752f 100644 --- a/domains/llanero.json +++ b/domains/llanero.json @@ -1,6 +1,4 @@ { - "description": "Robert Blog", - "repo": "https://github.com/robert-ds/robert-ds.github.io", "owner": { "username": "robert-ds", "email": "vasquez.robert.andres@gmail.com", diff --git a/domains/loisvelasco.json b/domains/loisvelasco.json index c3eb0d0d6..e1bd4a5a0 100644 --- a/domains/loisvelasco.json +++ b/domains/loisvelasco.json @@ -3,8 +3,6 @@ "username": "loiSvelasco", "email": "loisuperficialvelasco@gmail.com" }, - "description": "Blog && Portfolio", - "repo": "https://github.com/loiSvelasco/loisvelasco.github.io", "records": { "CNAME": "loisvelasco.github.io" } diff --git a/domains/looker.json b/domains/looker.json index deb7b75c6..203dad011 100644 --- a/domains/looker.json +++ b/domains/looker.json @@ -1,6 +1,4 @@ { - "description": "LooKeR's Portfolio", - "repo": "https://github.com/Iamlooker/iamlooker.github.io", "owner": { "username": "Iamlooker", "email": "mohit2002ss@gmail.com", diff --git a/domains/lordshoray.json b/domains/lordshoray.json index 9ebfc7a9a..056efe0e3 100644 --- a/domains/lordshoray.json +++ b/domains/lordshoray.json @@ -1,6 +1,4 @@ { - "description": "Shoray's Portfolio Website", - "repo": "https://github.com/Shoray2002/Shoray2002.github.io", "owner": { "username": "Shoray2002", "email": "shoryasinghall@gmail.com" diff --git a/domains/lostdir69.json b/domains/lostdir69.json index c9c5d8ae3..cd914a482 100644 --- a/domains/lostdir69.json +++ b/domains/lostdir69.json @@ -1,6 +1,4 @@ { - "description": "My info Website", - "repo": "https://github.com/lostdir69/Lostdir69.github.io", "owner": { "username": "lostdir69", "email": "lostdirx69@gmail.com" diff --git a/domains/louis.json b/domains/louis.json index f181be053..e9bbd0a52 100644 --- a/domains/louis.json +++ b/domains/louis.json @@ -1,6 +1,4 @@ { - "description": "A portofolio", - "repo": "https://github.com/louloudev59/portofolio", "owner": { "username": "louloudev59", "email": "louis.vasseur5@gmail.com" diff --git a/domains/lovishprabhakar.json b/domains/lovishprabhakar.json index 2263dd167..ee05da12e 100644 --- a/domains/lovishprabhakar.json +++ b/domains/lovishprabhakar.json @@ -1,6 +1,4 @@ { - "description": "This website is a link to my personal developer portfoilio.", - "repo": "https://github.com/lovishprabhakar/lovishprabhakar.github.io", "owner": { "username": "lovishprabhakar", "email": "2020010006574@gndu.ac.in" diff --git a/domains/lrmn.json b/domains/lrmn.json index d7cc128b5..18eb45b4b 100644 --- a/domains/lrmn.json +++ b/domains/lrmn.json @@ -1,6 +1,4 @@ { - "description": "lrmn.is-a.dev", - "repo": "https://github.com/lrmn7/lrmn7.github.io", "owner": { "username": "lrmn7", "email": "lrmnid@gmail.com" diff --git a/domains/lsalas.json b/domains/lsalas.json index ff1c80564..7628f7219 100644 --- a/domains/lsalas.json +++ b/domains/lsalas.json @@ -1,6 +1,4 @@ { - "description": "Test website for lsalas.is-a.dev using hosintger.com", - "repo": "https://github.com/leondrisalas/Lsalas", "owner": { "username": "leondrisalas", "email": "leondrisalas@gmail.com" diff --git a/domains/luanrt.json b/domains/luanrt.json index 2fda875af..3d56578ae 100644 --- a/domains/luanrt.json +++ b/domains/luanrt.json @@ -1,6 +1,4 @@ { - "description": "The personal website for LuanRT", - "repo": "https://github.com/luanrt/luanrt.github.io", "owner": { "username": "luanrt", "email": "luan.lrt4@gmail.com" diff --git a/domains/luanvu.json b/domains/luanvu.json index 1c4d83fab..351e07136 100644 --- a/domains/luanvu.json +++ b/domains/luanvu.json @@ -1,6 +1,4 @@ { - "description": "My portfolio website", - "repo": "https://github.com/zthanhluan/luan.is-a.dev", "owner": { "username": "zthanhluan", "email": "dientu078@gmail.com" diff --git a/domains/lucasbaronio.json b/domains/lucasbaronio.json index 6dd9c64fa..fc420353d 100644 --- a/domains/lucasbaronio.json +++ b/domains/lucasbaronio.json @@ -1,6 +1,4 @@ { - "description": "Portfolio - Lucas Baronio", - "repo": "https://github.com/lucasbaronio/dev-portfolio", "owner": { "username": "lucasbaronio", "email": "lbaronio20@hotmail.com" diff --git a/domains/lucasp.json b/domains/lucasp.json index f218a222e..d4e882cba 100644 --- a/domains/lucasp.json +++ b/domains/lucasp.json @@ -1,6 +1,4 @@ { - "description": "lucasp.is-a.dev", - "repo": "https://github.com/lucaspuntillo/lucaspuntillo.github.io/", "owner": { "username": "lucaspuntillo", "email": "puntillol@linuxmail.org" diff --git a/domains/lucaszick.json b/domains/lucaszick.json index 0d5967ae2..b36bdd832 100644 --- a/domains/lucaszick.json +++ b/domains/lucaszick.json @@ -1,6 +1,4 @@ { - "description": "Lucas Zick's website", - "repo": "https://github.com/LucasZick/lucaszick.github.io", "owner": { "username": "lucaszick", "email": "lucasalexandrezick@gmail.com" diff --git a/domains/lucy.json b/domains/lucy.json index 2c28fb822..fb5a43313 100644 --- a/domains/lucy.json +++ b/domains/lucy.json @@ -1,6 +1,4 @@ { - "description": "Lucy.is-a.dev", - "repo": "https://github.com/Hai-Lucy/Hai-Lucy.github.io", "owner": { "username": "lrmn7", "email": "lrmn.dev@gmail.com", diff --git a/domains/luistena.json b/domains/luistena.json index b8ba69b00..451864b82 100644 --- a/domains/luistena.json +++ b/domains/luistena.json @@ -1,6 +1,4 @@ { - "description": "Luis Tena's portfolio", - "repo": "https://github.com/devluist/devluist.github.io", "owner": { "username": "devluist", "email": "des.luistena@hotmail.com", diff --git a/domains/luizdario.json b/domains/luizdario.json index c4098214a..11dcd0e48 100644 --- a/domains/luizdario.json +++ b/domains/luizdario.json @@ -1,6 +1,4 @@ { - "description": "Personal subdomain", - "repo": "https://github.com/luizearaujo/luizdario.github.io", "owner": { "username": "luizearaujo", "email": "luiz.dario.araujo@hotmail.com" diff --git a/domains/lukas.json b/domains/lukas.json index a5805bf00..31b1ef1a2 100644 --- a/domains/lukas.json +++ b/domains/lukas.json @@ -1,6 +1,4 @@ { - "description": "Lukas' Developer Page!", - "repo": "https://github.com/lukpopp0/lukpopp0.github.io", "owner": { "username": "LukPopp0", "email": "luk.popp0@gmail.com", diff --git a/domains/luke.json b/domains/luke.json index f68d4c1ff..a302000fb 100644 --- a/domains/luke.json +++ b/domains/luke.json @@ -1,6 +1,4 @@ { - "description": "New LukeDev's Official Website", - "repo": "https://github.com/LukeIsHereToDevelop/New-Website", "owner": { "username": "LukeIsHereToDevelop", "email": "LucaC@dynox.us" diff --git a/domains/luki.json b/domains/luki.json index 91dbd0ecf..10b17a9dc 100644 --- a/domains/luki.json +++ b/domains/luki.json @@ -1,6 +1,4 @@ { - "description": "Used for blogging", - "repo": "https://github.com/lzif/lzif.github.io", "owner": { "username": "lzif", "email": "lukyfriendly@gmail.com" diff --git a/domains/lyaxsh.json b/domains/lyaxsh.json index 52771baf1..ec18a5653 100644 --- a/domains/lyaxsh.json +++ b/domains/lyaxsh.json @@ -1,6 +1,4 @@ { - "description": "Simple portfolio website for lyaxsh", - "repo": "https://github.com/lyaxsh/lyaxsh.github.io", "owner": { "username": "lyaxsh", "email": "lakshnahar.forwork@gmail.com" diff --git a/domains/lytwest.json b/domains/lytwest.json index e61bff991..7a0b27ec5 100644 --- a/domains/lytwest.json +++ b/domains/lytwest.json @@ -1,6 +1,4 @@ { - "description": "My Personal Website uwu :3", - "repo": "https://github.com/Lytwest/lytwest.github.io", "owner": { "username": "Lytwest", "email": "lytwest@gmail.com" diff --git a/domains/machip3r.json b/domains/machip3r.json index 1fe2e01cf..0c2d9203e 100644 --- a/domains/machip3r.json +++ b/domains/machip3r.json @@ -1,6 +1,4 @@ { - "description": "MacHip3r Portfolio", - "repo": "https://github.com/machip3r/portfolio", "owner": { "username": "machip3r", "email": "mac_258@hotmail.com" diff --git a/domains/macos.notaperson535.json b/domains/macos.notaperson535.json index dbce7cb18..9d2902206 100644 --- a/domains/macos.notaperson535.json +++ b/domains/macos.notaperson535.json @@ -1,6 +1,4 @@ { - "description": "A macOS recreation in HTML", - "repo": "https://github.com/notAperson535/macOS-HTML", "owner": { "username": "notAperson535", "email": "notAperson939@gmail.com" diff --git a/domains/maddy.json b/domains/maddy.json index 6b59b5369..7c35d0b10 100644 --- a/domains/maddy.json +++ b/domains/maddy.json @@ -1,6 +1,4 @@ { - "description": "Maddy Rocks :)", - "repo": "https://github.com/madhav-madhusoodanan/madhav-madhusoodanan.github.io", "owner": { "username": "madhav-madhusoodanan", "email": "f20200049@pilani.bits-pilani.ac.in" diff --git a/domains/madhan.json b/domains/madhan.json index 6724bd5d4..655aa9b2a 100644 --- a/domains/madhan.json +++ b/domains/madhan.json @@ -1,6 +1,4 @@ { - "description": "Madhan's portfolio", - "repo": "https://github.com/madhank93/madhank93.github.io", "owner": { "username": "madhank93", "email": "madhankumaravelu93@gmail.com" diff --git a/domains/magitian.json b/domains/magitian.json index 4b184cecd..2839d974f 100644 --- a/domains/magitian.json +++ b/domains/magitian.json @@ -1,6 +1,4 @@ { - "description": "Home for my blogs", - "repo": "https://github.com/TheMagitian/themagitian.github.io-old", "owner": { "username": "magitian", "email": "magitian@duck.com" diff --git a/domains/magniquick.json b/domains/magniquick.json index 3cf69ac93..d68b8d1a0 100644 --- a/domains/magniquick.json +++ b/domains/magniquick.json @@ -1,6 +1,4 @@ { - "description": "magniquick's personal site", - "repo": "https://github.com/Magniquick/magniquick.github.io", "owner": { "username": "magniquick", "discord": "Magniquick#5003" diff --git a/domains/mahdi.json b/domains/mahdi.json index 07ddf72d7..0628a2e93 100644 --- a/domains/mahdi.json +++ b/domains/mahdi.json @@ -1,6 +1,4 @@ { - "description": "my dev portfolio website", - "repo": "https://github.com/Mahdi-Hazrati/mahdi.is-a.dev", "owner": { "username": "mahdi-hazrati", "email": "mahdihazratimailbox@gmail.com" diff --git a/domains/maheta-bhavik.json b/domains/maheta-bhavik.json index 625810bfe..249d42c13 100644 --- a/domains/maheta-bhavik.json +++ b/domains/maheta-bhavik.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/maheta-bhavik/maheta-bhavik.github.io", "owner": { "username": "maheta-bhavik" }, diff --git a/domains/mahevish-husseni.json b/domains/mahevish-husseni.json index a9d69e736..9a1361d7f 100644 --- a/domains/mahevish-husseni.json +++ b/domains/mahevish-husseni.json @@ -1,6 +1,4 @@ { - "description": "Mahevish Husseni", - "repo": "https://github.com/mahevish-husseni/mahevish-husseni.github.io", "owner": { "username": "mahevish-husseni" }, diff --git a/domains/mail.devansh.json b/domains/mail.devansh.json index 4f66bdbf7..2a0fb4929 100644 --- a/domains/mail.devansh.json +++ b/domains/mail.devansh.json @@ -1,6 +1,4 @@ { - "description": "mail forwarding", - "repo": "https://github.com/devanshyadav2010/register", "owner": { "username": "devanshyadav2010", "email": "dev8adam576@gmail.com", diff --git a/domains/mail.fran.json b/domains/mail.fran.json index 735c5c084..d89411a88 100644 --- a/domains/mail.fran.json +++ b/domains/mail.fran.json @@ -1,6 +1,4 @@ { - "description": "Fran's email", - "repo": "https://fran.is-a.dev", "owner": { "discord": "xzonix", "email": "xz1@dr.com", diff --git a/domains/mail.sx9.json b/domains/mail.sx9.json index ca8c289d1..9f1da3923 100644 --- a/domains/mail.sx9.json +++ b/domains/mail.sx9.json @@ -1,6 +1,4 @@ { - "description": "SX's Email", - "repo": "https://sx9.is-a.dev", "owner": { "discord": "SX-Spy-Agent#1377", "email": "sx-91@outlook.com", diff --git a/domains/malbouy.json b/domains/malbouy.json index 7936b3aec..2ce34ee6b 100644 --- a/domains/malbouy.json +++ b/domains/malbouy.json @@ -1,6 +1,4 @@ { - "description": "Coming soon", - "repo": "https://github.com/malbouy/malbouy.github.io", "owner": { "username": "malbouy", "email": "malbouy@techie.com" diff --git a/domains/manas.json b/domains/manas.json index 654c43989..698017a20 100644 --- a/domains/manas.json +++ b/domains/manas.json @@ -1,6 +1,4 @@ { - "description": "Manas' Portfolio Website", - "repo": "https://github.com/manas140/manas140.github.io", "owner": { "username": "Manas140", "email": "manas140@protonmail.com" diff --git a/domains/manav.json b/domains/manav.json index eb7d33aa1..eac4b57c2 100644 --- a/domains/manav.json +++ b/domains/manav.json @@ -1,6 +1,4 @@ { - "description": "Devloper Portfolio", - "repo": "https://github.com/Manav011/Manav011.github.io", "owner": { "username": "Manav011", "email": "manavbafna87+github@gmail.com" diff --git a/domains/mandaninikunj.json b/domains/mandaninikunj.json index 9bbff6bf1..796428d49 100644 --- a/domains/mandaninikunj.json +++ b/domains/mandaninikunj.json @@ -1,6 +1,4 @@ { - "description": "nikunj Profile.", - "repo": "https://github.com/mandaninikunj/mandaninikunj.github.io", "owner": { "username": "mandaninikunj" }, diff --git a/domains/manish-madi.json b/domains/manish-madi.json index d1bd0bf58..4f71b379e 100644 --- a/domains/manish-madi.json +++ b/domains/manish-madi.json @@ -1,6 +1,4 @@ { - "description": "Manish's Personal Website", - "repo": "https://github.com/m-manish03/m-manish03", "owner": { "username": "m-manish03", "email": "manish.rebel14@gmail.com" diff --git a/domains/manish.json b/domains/manish.json index 5e5db521d..9ea3df45c 100644 --- a/domains/manish.json +++ b/domains/manish.json @@ -1,6 +1,4 @@ { - "description": "Manish's Personal Website", - "repo": "https://github.com/manish7479dlp/manish7479dlp.github.io", "owner": { "username": "manish7479dlp", "email": "manish7479dlp@gmail.com" diff --git a/domains/manishgautam.json b/domains/manishgautam.json index 98ffb54ba..7ab8ba565 100644 --- a/domains/manishgautam.json +++ b/domains/manishgautam.json @@ -1,6 +1,4 @@ { - "description": "Manish Gautam's Website", - "repo": "https://github.com/Manishmg3994/Manishmg3994.github.io", "owner": { "username": "Manishmg3994", "email": "manishgautammg7@gmail.com" diff --git a/domains/manoj-kumar-c.json b/domains/manoj-kumar-c.json index 92870944e..fd8f22ab5 100644 --- a/domains/manoj-kumar-c.json +++ b/domains/manoj-kumar-c.json @@ -1,6 +1,4 @@ { - "description": "Manojkumar C personal developer website", - "repo": "https://github.com/Manoj-kumar-C/manojkumar-c-dev", "owner": { "username": "Manoj-kumar-C", "email": "developermanoj2003@gmail.com" diff --git a/domains/manoj.json b/domains/manoj.json index f24dd23a9..856757397 100644 --- a/domains/manoj.json +++ b/domains/manoj.json @@ -1,6 +1,4 @@ { - "description": "Manoj's portfolio website", - "repo": "https://github.com/ManojINaik/portfolio", "owner": { "username": "ManojINaik", "email": "naik97059@gmail.com" diff --git a/domains/manu.json b/domains/manu.json index b344cf0e2..3651f84d0 100644 --- a/domains/manu.json +++ b/domains/manu.json @@ -1,6 +1,4 @@ { - "description": "manu.is-a.dev", - "repo": "https://github.com/manuthecoder/manuthecoder", "owner": { "username": "manuthecoder", "email": "manusvathgurudath@gmail.com" diff --git a/domains/marcus.json b/domains/marcus.json index a8ed3b3e3..19c659fd9 100644 --- a/domains/marcus.json +++ b/domains/marcus.json @@ -1,6 +1,4 @@ { - "description": "A portfolio website for HeroGamers (Marcus).", - "repo": "https://github.com/HeroGamers/Portfolio", "owner": { "username": "HeroGamers", "email": "webmaster@herogamers.dev", diff --git a/domains/mariano-avila.json b/domains/mariano-avila.json index 584471674..be8527db9 100644 --- a/domains/mariano-avila.json +++ b/domains/mariano-avila.json @@ -1,6 +1,4 @@ { - "description": "personal portfolio using github pages", - "repo": "https://github.com/dxravage/dxravage.github.io", "owner": { "username": "dxravage", "email": "marianoavilaj4@gmail.com", diff --git a/domains/mark.json b/domains/mark.json index 7ceee3f04..829caa5b2 100644 --- a/domains/mark.json +++ b/domains/mark.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website", - "repo": "https://github.com/t1devzeus/register", "owner": { "username": "t1devzeus", "email": "dev.caspian.hayashi@gmail.com", diff --git a/domains/markaguirre.json b/domains/markaguirre.json index 72853de81..59fc6f191 100644 --- a/domains/markaguirre.json +++ b/domains/markaguirre.json @@ -1,6 +1,4 @@ { - "description": "Developer Portfolio", - "repo": "https://github.com/MarkAguirre26/folio", "owner": { "username": "MarkAguirre26", "email": "markaguirre26@gmail.com" diff --git a/domains/marten-mrfc.json b/domains/marten-mrfc.json index de45c4e40..f7b054c78 100644 --- a/domains/marten-mrfc.json +++ b/domains/marten-mrfc.json @@ -1,6 +1,4 @@ { - "description": "For my portfolio site", - "repo": "https://github.com/Marten-Mrfc/Marten-Mrfc", "owner": { "username": "Marten-Mrfc", "email": "martensog@gmail.com" diff --git a/domains/martial.json b/domains/martial.json index e8aad0f25..a7afbbfa2 100644 --- a/domains/martial.json +++ b/domains/martial.json @@ -1,6 +1,4 @@ { - "description": "Martial is a dev", - "repo": "https://github.com/MartialSeron/MartialSeron.github.io", "owner": { "username": "MartialSeron", "email": "martial.seron@gmail.com" diff --git a/domains/martin.json b/domains/martin.json index 8851fbd59..ddffc2d5b 100644 --- a/domains/martin.json +++ b/domains/martin.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/martinshaw/martinshaw.github.io", "owner": { "username": "martinshaw", "email": "hello@martinshaw.co" diff --git a/domains/masdzub.json b/domains/masdzub.json index 63a38d8d6..255549bf2 100644 --- a/domains/masdzub.json +++ b/domains/masdzub.json @@ -1,6 +1,4 @@ { - "description": "My Personal Website.", - "repo": "https://github.com/masdzub/masdzub.github.io", "owner": { "username": "masdzub", "email": "hello@masdzub.com" diff --git a/domains/masmiyen.json b/domains/masmiyen.json index bc9372838..ed3c3da33 100644 --- a/domains/masmiyen.json +++ b/domains/masmiyen.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio ", - "repo": "https://github.com/MASMIYEN/masmiyen.github.io", "owner": { "username": "MASMIYEN", "email": "masmiyen@gmail.com", diff --git a/domains/matanku.json b/domains/matanku.json index 660fe503e..177eb9b81 100644 --- a/domains/matanku.json +++ b/domains/matanku.json @@ -1,6 +1,4 @@ { - "description": "matanku github page", - "repo": "https://github.com/unsnipeable/unsnipeable.github.io", "owner": { "username": "unsnipeable", "email": "mtnkylolomg@gmail.com", diff --git a/domains/match.json b/domains/match.json index b6c8791ca..160ea9734 100644 --- a/domains/match.json +++ b/domains/match.json @@ -1,6 +1,4 @@ { - "description": "Imad", - "repo": "https://github.com/imadboy89/match", "owner": { "username": "imadboy89", "email": "imad.kh@outlook.com" diff --git a/domains/mateoguidi.json b/domains/mateoguidi.json index 7b932f3c7..a2e744d90 100644 --- a/domains/mateoguidi.json +++ b/domains/mateoguidi.json @@ -1,6 +1,4 @@ { - "description": "Mateo GUIDI's Portfolio", - "repo": "https://github.com/MateoGuidi/mateoguidi.github.io", "owner": { "username": "MateoGuidi", "email": "mateo.guidi5@gmail.com" diff --git a/domains/mateuseap.json b/domains/mateuseap.json index a97380fd7..62cfb4730 100644 --- a/domains/mateuseap.json +++ b/domains/mateuseap.json @@ -1,6 +1,4 @@ { - "description": "My portfolio", - "repo": "https://github.com/mateuseap/mateuseap.github.io", "owner": { "username": "mateuseap", "email": "mateuseap@mateuseap.com" diff --git a/domains/matheusdev.json b/domains/matheusdev.json index d8d492aee..49b9939db 100644 --- a/domains/matheusdev.json +++ b/domains/matheusdev.json @@ -1,6 +1,4 @@ { - "description": "Web Developer Portifolio", - "repo": "https://github.com/matheusfdosan/portifolio/", "owner": { "username": "matheusfdosan", "email": "matheusfaustinoe20@gmail.com", diff --git a/domains/mathiassm.json b/domains/mathiassm.json index 0116e5369..23b0f8e17 100644 --- a/domains/mathiassm.json +++ b/domains/mathiassm.json @@ -3,8 +3,6 @@ "username": "mathiassm", "twitter": "mathiassm" }, - "description": "MathiasSM's Personal Site", - "repo": "https://github.com/MathiasSM/mathiassm.github.io", "records": { "URL": "https://mathiassm.dev" } diff --git a/domains/mathiscool.json b/domains/mathiscool.json index 0687aa8f4..544c570b5 100644 --- a/domains/mathiscool.json +++ b/domains/mathiscool.json @@ -1,6 +1,4 @@ { - "description": "Mathiscool personal website", - "repo": "https://testbot-github.github.io/Mathiscool", "owner": { "username": "testbot-github", "email": "testbot-github@gmail.com" diff --git a/domains/matrixcoder.json b/domains/matrixcoder.json index a87a1e644..e8da9729f 100644 --- a/domains/matrixcoder.json +++ b/domains/matrixcoder.json @@ -1,6 +1,4 @@ { - "description": "For my Personal Portfolio.", - "repo": "https://github.com/MatrixCoder0101/MatrixCoder0101.github.io", "owner": { "username": "MatrixCoder0101", "email": "tkgoutamm625@gmail.com" diff --git a/domains/mausami-parmar.json b/domains/mausami-parmar.json index 1cc70465a..93d986a11 100644 --- a/domains/mausami-parmar.json +++ b/domains/mausami-parmar.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/mausami-parmar/mausami-parmar.github.io", "owner": { "username": "mausami-parmar" }, diff --git a/domains/maxwelbm.json b/domains/maxwelbm.json index 7b0deb9c5..7b1c5b392 100644 --- a/domains/maxwelbm.json +++ b/domains/maxwelbm.json @@ -1,6 +1,4 @@ { - "description": "My blog personal.", - "repo": "https://github.com/maxwelbm/maxwelbm.github.io", "owner": { "username": "maxwelbm", "email": "maxwelbm@hotmail.com" diff --git a/domains/mayank-rathva.json b/domains/mayank-rathva.json index 00d6c8397..59e8aafee 100644 --- a/domains/mayank-rathva.json +++ b/domains/mayank-rathva.json @@ -1,6 +1,4 @@ { - "description": "This is personal website", - "repo": "https://github.com/mayank-rathva/mayank-rathva.github.io", "owner": { "username": "mayank-rathva" }, diff --git a/domains/mayank2808sharma.json b/domains/mayank2808sharma.json index 535acdaca..a58f21715 100644 --- a/domains/mayank2808sharma.json +++ b/domains/mayank2808sharma.json @@ -1,6 +1,4 @@ { - "description": "mayank2808sharma personal developer website", - "repo": "https://github.com/Mayank2808sharma/protfolio-website", "owner": { "username": "mayank2808sharma", "email": "mayank2808sharma@gmail.com", diff --git a/domains/mayur.json b/domains/mayur.json index ff89f24f9..dcc71b7ea 100644 --- a/domains/mayur.json +++ b/domains/mayur.json @@ -1,6 +1,4 @@ { - "description": "Mayur Dange is a Developer!", - "repo": "https://github.com/mayurdange/mayurdange.github.io", "owner": { "username": "mayurdange", "email": "mayurdange@live.com" diff --git a/domains/mayurraut.json b/domains/mayurraut.json index 6241b7100..acd5b3201 100644 --- a/domains/mayurraut.json +++ b/domains/mayurraut.json @@ -1,6 +1,4 @@ { - "description": "Personal Website", - "repo": "https://github.com/razobeckett/razobeckett.github.io", "owner": { "username": "razobeckett", "email": "mayurraut.dev@gmail.com" diff --git a/domains/mburguete.json b/domains/mburguete.json index 491ca5273..b80182d7a 100644 --- a/domains/mburguete.json +++ b/domains/mburguete.json @@ -1,6 +1,4 @@ { - "description": "Mariano Burguete's Portfolio", - "repo": "https://github.com/nai98x/is-a-dev", "owner": { "username": "nai98x", "email": "marianoburguete@gmail.com" diff --git a/domains/mc.haft.json b/domains/mc.haft.json index 228ad9aa6..74927671a 100644 --- a/domains/mc.haft.json +++ b/domains/mc.haft.json @@ -1,6 +1,4 @@ { - "description": "socials, etc", - "repo": "https://github.com/HaftIsntHere/haftisnthere.github.io", "owner": { "username": "HaftIsntHere", "discord": "imhaft", diff --git a/domains/mcalec.json b/domains/mcalec.json index 4f4d7826b..bb4b6ef9c 100644 --- a/domains/mcalec.json +++ b/domains/mcalec.json @@ -1,6 +1,4 @@ { - "description": "mcalec.is-a.dev", - "repo": "https://github.com/mcalec-dev/mcalec.is-a.dev", "owner": { "username": "mcalec-dev", "email": "hello@mcalec.dev", diff --git a/domains/medhanite.json b/domains/medhanite.json index b58f430a1..f6b8724cc 100644 --- a/domains/medhanite.json +++ b/domains/medhanite.json @@ -1,6 +1,4 @@ { - "description": "medhanite is a dev", - "repo": "https://github.com/medhanite/medhanite.github.io", "owner": { "username": "EyobYb", "email": "eyobyirgu@gmail.com" diff --git a/domains/medinilla.json b/domains/medinilla.json index 356b02b64..a626c2c3f 100644 --- a/domains/medinilla.json +++ b/domains/medinilla.json @@ -1,6 +1,4 @@ { - "description": "nedinilla is a dev", - "repo": "https://github.com/cmedinilla/cmedinilla.github.io", "owner": { "username": "cmedinilla", "email": "cris.medinill@gmail.com" diff --git a/domains/mehmetabak.json b/domains/mehmetabak.json index 06d0882d0..5cee1e423 100644 --- a/domains/mehmetabak.json +++ b/domains/mehmetabak.json @@ -1,6 +1,4 @@ { - "description": "This is for my personal website made.", - "repo": "https://github.com/memoli0/Dev", "owner": { "username": "memoli0", "email": "indiahelloim01@gmail.com" diff --git a/domains/mehrshad.json b/domains/mehrshad.json index f622ced8c..7442d444b 100644 --- a/domains/mehrshad.json +++ b/domains/mehrshad.json @@ -1,6 +1,4 @@ { - "description": "Overview And Introduction of Owner's Open Source Projects", - "repo": "https://github.com/SaintScraTchY/SaintScraTchY.github.io", "owner": { "username": "SaintScraTchY", "email": "mehrshad2028@gmail.com" diff --git a/domains/melwyn.json b/domains/melwyn.json index a88017f56..13b6529df 100644 --- a/domains/melwyn.json +++ b/domains/melwyn.json @@ -1,6 +1,4 @@ { - "description": "Melwyn's personal website", - "repo": "https://github.com/melwyn95/melwyn95.github.io", "owner": { "username": "melwyn95", "email": "melwyn95@gmail.com" diff --git a/domains/mesren2.json b/domains/mesren2.json index c09aaf642..d15216463 100644 --- a/domains/mesren2.json +++ b/domains/mesren2.json @@ -1,6 +1,4 @@ { - "description": "main website for mesren2", - "repo": "https://github.com/mesren2/mesren2.github.io", "owner": { "username": "mesren2", "email": "iamreallysilly90@gmail.com" diff --git a/domains/mewwme.json b/domains/mewwme.json index 1d652cd54..78a62d555 100644 --- a/domains/mewwme.json +++ b/domains/mewwme.json @@ -1,6 +1,4 @@ { - "description": "mewwme.is-a.dev", - "repo": "https://github.com/mewwme/mewwme.github.io", "owner": { "username": "lrmn7", "email": "lrmn.dev@gmail.com" diff --git a/domains/michael.json b/domains/michael.json index dffe94773..e4f1a37b8 100644 --- a/domains/michael.json +++ b/domains/michael.json @@ -1,6 +1,4 @@ { - "description": "Michael's portfolio website and blog", - "repo": "https://github.com/michaelmano/michaelmano.github.io", "owner": { "username": "michaelmano", "email": "michael.mano26@gmail.com" diff --git a/domains/michi.json b/domains/michi.json index 9e7d71fb7..dfc703494 100644 --- a/domains/michi.json +++ b/domains/michi.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website.", - "repo": "https://github.com/Michi4/Michi4", "owner": { "username": "Michi4", "email": "michael.ruep@gmail.com" diff --git a/domains/midair.json b/domains/midair.json index 7a6f2ddb4..170acd4d3 100644 --- a/domains/midair.json +++ b/domains/midair.json @@ -1,6 +1,4 @@ { - "description": "Personal Portofolio", - "repo": "https://github.com/zMidair/zMidair.github.io", "owner": { "username": "zMidair", "email": "midair4546@gmail.com", diff --git a/domains/miguelsole.json b/domains/miguelsole.json index 30ba48c05..8a0ea20a4 100644 --- a/domains/miguelsole.json +++ b/domains/miguelsole.json @@ -1,6 +1,4 @@ { - "description": "Miguel Sole's personal portfolio", - "repo": "https://github.com/Msole18/12-portfolio", "owner": { "username": "Msole18", "email": "miguel.sole18@gmail.com" diff --git a/domains/mihir-patel-agc.json b/domains/mihir-patel-agc.json index 6b7ed9819..20a44ef7d 100644 --- a/domains/mihir-patel-agc.json +++ b/domains/mihir-patel-agc.json @@ -1,6 +1,4 @@ { - "description": "Mihir Patel Portfolio.", - "repo": "https://github.com/mihir-patel-agc/mihir-patel-agc.github.io", "owner": { "username": "mihir-patel-agc" }, diff --git a/domains/mikey.json b/domains/mikey.json index 1a94b1911..d7b16dede 100644 --- a/domains/mikey.json +++ b/domains/mikey.json @@ -1,6 +1,4 @@ { - "description": "A young full-stack developer who loves Python!", - "repo": "https://github.com/isigebengu-mikey/isigebengu-mikey.github.io", "owner": { "username": "isigebengu-mikey", "email": "mikey@mikeyo.ml" diff --git a/domains/mikko.json b/domains/mikko.json index f900452e3..e6fb2c014 100644 --- a/domains/mikko.json +++ b/domains/mikko.json @@ -1,6 +1,4 @@ { - "description": "Mikko's Developer Page", - "repo": "https://github.com/mikkortx/cv", "owner": { "username": "mikkortx", "email": "mikkoahh@gmail.com", diff --git a/domains/milan.json b/domains/milan.json index 27efac826..28542825a 100644 --- a/domains/milan.json +++ b/domains/milan.json @@ -1,6 +1,4 @@ { - "description": "Milan's personal website and blog", - "repo": "https://github.com/milanaryal/milanaryal.github.io", "owner": { "username": "milanaryal", "mastodon": "@milanaryal@mastodon.social" diff --git a/domains/mimic.json b/domains/mimic.json index d8cd80f3b..025ccf234 100644 --- a/domains/mimic.json +++ b/domains/mimic.json @@ -1,6 +1,4 @@ { - "description": "@mimic's personal portfolio", - "repo": "https://github.com/GioMjds/Personal-Portfolio.git", "owner": { "username": "GioMjds", "email": "giomjds@gmail.com" diff --git a/domains/minhh2792.json b/domains/minhh2792.json index 0947f70f9..50ebe1644 100644 --- a/domains/minhh2792.json +++ b/domains/minhh2792.json @@ -1,6 +1,4 @@ { - "description": "minhh2792's personal website", - "repo": "https://github.com/minhh2792/minhh2792.github.io", "owner": { "username": "minhh2792", "email": "minhh2792.work@gmail.com", diff --git a/domains/minhtan.json b/domains/minhtan.json index 119428d5c..34f570d0f 100644 --- a/domains/minhtan.json +++ b/domains/minhtan.json @@ -1,6 +1,4 @@ { - "description": "Trình giả lập chạy mã Python trên website.", - "repo": "https://github.com/tanbaycu/pythonCLI-webapp", "owner": { "username": "tanbaycu", "email": "tanbaycu@gmail.com" diff --git a/domains/minhvo.json b/domains/minhvo.json index 22b3d27fa..e71e90104 100644 --- a/domains/minhvo.json +++ b/domains/minhvo.json @@ -1,6 +1,4 @@ { - "description": "minhomega.github.io", - "repo": "https://github.com/minhomega/minhomega.github.io", "owner": { "username": "minhomega", "email": "minhvo050298@gmail.com", diff --git a/domains/minitor.json b/domains/minitor.json index de26f6f5c..93e39ab36 100644 --- a/domains/minitor.json +++ b/domains/minitor.json @@ -1,6 +1,4 @@ { - "description": "Self hosted service", - "repo": "https://github.com/MinitorMHS/register", "owner": { "username": "minitormhs", "email": "me@minitor.eu.org" diff --git a/domains/miu.json b/domains/miu.json index 47879539e..f5f8881b2 100644 --- a/domains/miu.json +++ b/domains/miu.json @@ -1,6 +1,4 @@ { - "description": "Miu.is-a.dev", - "repo": "https://github.com/Miu-Discord/Miu-Discord.github.io", "owner": { "username": "lrmn7", "email": "lrmn.dev@gmail.com", diff --git a/domains/mk.json b/domains/mk.json index 41cc20074..eb3fdf097 100644 --- a/domains/mk.json +++ b/domains/mk.json @@ -1,6 +1,4 @@ { - "description": "mklabs' website", - "repo": "https://github.com/mklabs/mklabs.github.com", "owner": { "username": "mklabs", "email": "daniel.mickael@gmail.com" diff --git a/domains/mkblane.json b/domains/mkblane.json index 672cee076..94c23c4d7 100644 --- a/domains/mkblane.json +++ b/domains/mkblane.json @@ -1,6 +1,4 @@ { - "description": "My personal website and portfolio", - "repo": "https://github.com/mkblane/mkblane.github.io", "owner": { "username": "mkblane", "email": "rendaniman@outlook.com" diff --git a/domains/mkk.json b/domains/mkk.json index c691da598..dbcb2bad6 100644 --- a/domains/mkk.json +++ b/domains/mkk.json @@ -1,6 +1,4 @@ { - "description": "portfolio | Urinx", - "repo": "https://github.com/urinx/urinx.github.io", "owner": { "username": "maokangkun", "email": "uri.lqy@gmail.com" diff --git a/domains/mldeveer.json b/domains/mldeveer.json index cd5ec6dbe..95b4a20f7 100644 --- a/domains/mldeveer.json +++ b/domains/mldeveer.json @@ -1,6 +1,4 @@ { - "description": "Portfolio Website", - "repo": "https://github.com/existing-dev/mldeveer", "owner": { "username": "existing-dev", "email": "maamelankar.deveer@gmail.com" diff --git a/domains/mnsrulz.json b/domains/mnsrulz.json index 648965f6a..f9cb683a5 100644 --- a/domains/mnsrulz.json +++ b/domains/mnsrulz.json @@ -1,6 +1,4 @@ { - "description": "mnsrulz web", - "repo": "https://github.com/mnsrulz/mnsrulz.github.io", "owner": { "username": "mnsrulz", "email": "mnsrulz@gmail.com" diff --git a/domains/modasser.json b/domains/modasser.json index 8b2fa1f47..d78a1a56a 100644 --- a/domains/modasser.json +++ b/domains/modasser.json @@ -1,6 +1,4 @@ { - "description": "This domain will be used for my Portfolio Page", - "repo": "https://github.com/TheProjectsX/theprojectsx.github.io", "owner": { "username": "TheProjectsX", "email": "modassermubin@gmail.com", diff --git a/domains/moddatei.json b/domains/moddatei.json index 4ea36907c..cc0099e94 100644 --- a/domains/moddatei.json +++ b/domains/moddatei.json @@ -1,6 +1,4 @@ { - "description": "this is my profile / portfolio", - "repo": "https://github.com/moddatei/moddatei.github.io", "owner": { "username": "moddatei", "email": "moddatei@proton.me" diff --git a/domains/moddy.json b/domains/moddy.json index 7a5b2c617..fedbc2c00 100644 --- a/domains/moddy.json +++ b/domains/moddy.json @@ -1,6 +1,4 @@ { - "description": "🚀 This is the official site for Moddy, a Discord bot.", - "repo": "https://github.com/MilkTools/moddybot", "owner": { "username": "MilkTools", "email": "milktuto@gmail.com", diff --git a/domains/moh.json b/domains/moh.json index a1f975f66..afb7a02ea 100644 --- a/domains/moh.json +++ b/domains/moh.json @@ -1,6 +1,4 @@ { - "description": "My Profile Website", - "repo": "https://github.com/minoyahia/personal-website", "owner": { "username": "minoyahia", "email": "notminoyahiahf@gmail.com" diff --git a/domains/mohamedhisham.json b/domains/mohamedhisham.json index 66962b14c..c2047781d 100644 --- a/domains/mohamedhisham.json +++ b/domains/mohamedhisham.json @@ -1,6 +1,4 @@ { - "description": "The personal website for Mohamed Hisham", - "repo": "https://github.com/MH0386/MH0386.github.io", "owner": { "username": "MH0386", "email": "mohamed.hisham.abdelzaher@gmail.com" diff --git a/domains/mohammedasif-shaikh.json b/domains/mohammedasif-shaikh.json index 7db86e267..5ae03d48e 100644 --- a/domains/mohammedasif-shaikh.json +++ b/domains/mohammedasif-shaikh.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/mohammedasif-shaikh/mohammedasif-shaikh.github.io", "owner": { "username": "mohammedasif-shaikh" }, diff --git a/domains/mohdjariullah.json b/domains/mohdjariullah.json index ee7634593..46b855ce1 100644 --- a/domains/mohdjariullah.json +++ b/domains/mohdjariullah.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/Mohdjariullah/portfolio1/", "owner": { "username": "mohdjariullah", "email": "mohdjariullah@gmail.com", diff --git a/domains/mohit-sundrani.json b/domains/mohit-sundrani.json index 80a6258f7..78645b40e 100644 --- a/domains/mohit-sundrani.json +++ b/domains/mohit-sundrani.json @@ -1,6 +1,4 @@ { - "description": "Portfolio", - "repo": "https://github.com/mohit-sundrani/portfolio", "owner": { "username": "mohit-sundrani", "email": "mohit4sundrani@gmail.com" diff --git a/domains/moku.json b/domains/moku.json index 9df227de6..109581458 100644 --- a/domains/moku.json +++ b/domains/moku.json @@ -1,6 +1,4 @@ { - "description": "Portfolio Website", - "repo": "https://github.com/Moku922/CSS_HTML-CV_Website", "owner": { "username": "Moku922", "email": "abdulmoqtadir1@gmail.com" diff --git a/domains/momoka.json b/domains/momoka.json index 208e1f168..40f002ec6 100644 --- a/domains/momoka.json +++ b/domains/momoka.json @@ -1,6 +1,4 @@ { - "description": "M0M0K4S4N.github.io", - "repo": "https://github.com/M0M0K4S4N/M0M0K4S4N.github.io", "owner": { "username": "M0M0K4S4N", "email": "momokasan@proton.me" diff --git a/domains/moni.json b/domains/moni.json index e5730debb..1a9edbe19 100644 --- a/domains/moni.json +++ b/domains/moni.json @@ -1,6 +1,4 @@ { - "description": "My personal website to showcase the stuff that I do", - "repo": "https://github.com/monitrr/monitrr.github.io", "owner": { "username": "monitrr", "email": "aanilsaint26@gmail.com" diff --git a/domains/moo.json b/domains/moo.json index 76af07339..8e9eff8d0 100644 --- a/domains/moo.json +++ b/domains/moo.json @@ -1,6 +1,4 @@ { - "description": "moo.is-a.dev", - "repo": "https://github.com/moo-7/moo-7.github.io", "owner": { "username": "lrmn7", "email": "lrmn.dev@gmail.com", diff --git a/domains/mopamo.json b/domains/mopamo.json index dca19fc65..61cd6d21c 100644 --- a/domains/mopamo.json +++ b/domains/mopamo.json @@ -1,6 +1,4 @@ { - "description": "MoPaMo's GitHub page", - "repo": "https://github.com/MoPaMo/mopamo.github.io", "owner": { "username": "MoPaMo", "email": "mopamo@protonmail.com", diff --git a/domains/moritz.json b/domains/moritz.json index 255bae2ae..b08fdfc15 100644 --- a/domains/moritz.json +++ b/domains/moritz.json @@ -1,6 +1,4 @@ { - "description": "Website of Moritz Friedrich.", - "repo": "https://github.com/Radiergummi/Radiergummi", "owner": { "username": "Radiergummi", "email": "m@9dev.de" diff --git a/domains/mostafaefafi.json b/domains/mostafaefafi.json index 43b5bbd5e..6db7ceea8 100644 --- a/domains/mostafaefafi.json +++ b/domains/mostafaefafi.json @@ -1,6 +1,4 @@ { - "description": "Mostafa Efafi's is-a-dev domain", - "repo": "https://github.com/mostafa-efafi/intro", "owner": { "username": "mostafa-efafi", "email": "mostafa.ef@gmail.com" diff --git a/domains/mpult.json b/domains/mpult.json index ef8f95d06..91995e17a 100644 --- a/domains/mpult.json +++ b/domains/mpult.json @@ -1,6 +1,4 @@ { - "description": "MPults's website", - "repo": "https://github.com/MPult/MPult.github.io", "owner": { "username": "MPult", "email": "MPult@protonmail.com" diff --git a/domains/mqry.json b/domains/mqry.json index b3a8ae419..00fc94357 100644 --- a/domains/mqry.json +++ b/domains/mqry.json @@ -1,6 +1,4 @@ { - "description": "a showcase of what i do", - "repo": "https://github.com/mqry/mqry.github.io", "owner": { "username": "mqry", "email": "mayjane27refuerzo@gmail.com", diff --git a/domains/mrdavidss.json b/domains/mrdavidss.json index 682b88be2..00fb5b108 100644 --- a/domains/mrdavidss.json +++ b/domains/mrdavidss.json @@ -1,6 +1,4 @@ { - "description": "David's Github Page", - "repo": "https://mrdavidss-vgg.github.io/profile/", "owner": { "username": "mrdavidss-vgg", "email": "mrdavidssbusiness@gmail.com", diff --git a/domains/mricecream.json b/domains/mricecream.json index c7fbcac17..e90c9b7b3 100644 --- a/domains/mricecream.json +++ b/domains/mricecream.json @@ -1,6 +1,4 @@ { - "description": "Mr. Icecream's Website", - "repo": "https://github.com/mr1cecream/mr1cecream.github.io", "owner": { "username": "mr1cecream", "email": "guy@ochakov.com", diff --git a/domains/muhalvin.json b/domains/muhalvin.json index 42ed1f441..f3b6654b7 100644 --- a/domains/muhalvin.json +++ b/domains/muhalvin.json @@ -1,6 +1,4 @@ { - "description": "For my portofolio and personal project", - "repo": "https://github.com/muhalvin/muhalvin.github.io", "owner": { "username": "muhalvin", "email": "work.muhalvin@gmail.com" diff --git a/domains/muhammad-yusuf.json b/domains/muhammad-yusuf.json index de5392ae7..51d5ead40 100644 --- a/domains/muhammad-yusuf.json +++ b/domains/muhammad-yusuf.json @@ -1,6 +1,4 @@ { - "description": "Describe the use of this subdomain", - "repo": "https://github.com/mhmmd-ysf/mhmmd-ysf", "owner": { "username": "mhmmd-ysf", "email": "muhammad_yusuf22@outlook.com" diff --git a/domains/muiz.json b/domains/muiz.json index 2b19981f6..470dffb61 100644 --- a/domains/muiz.json +++ b/domains/muiz.json @@ -1,6 +1,4 @@ { - "description": "My portfolio", - "repo": "https://github.com/MuizU/muizu.github.io", "owner": { "username": "MuizU", "email": "muizuvais99@gmail.com" diff --git a/domains/mukesh-tadpad.json b/domains/mukesh-tadpad.json index 9e5531bbf..2abcc0451 100644 --- a/domains/mukesh-tadpad.json +++ b/domains/mukesh-tadpad.json @@ -1,6 +1,4 @@ { - "description": "This is a website", - "repo": "https://github.com/mukesh-tadpad/mukesh-tadpad.github.io", "owner": { "username": "mukesh-tadpad" }, diff --git a/domains/mxnticek.json b/domains/mxnticek.json index 1189f3929..7fca04aa7 100644 --- a/domains/mxnticek.json +++ b/domains/mxnticek.json @@ -1,6 +1,4 @@ { - "description": "no", - "repo": "https://github.com/VlastikYoutubeKo/vlastikyoutubeko.github.io", "owner": { "username": "VlastikYoutubeKo", "email": "mxnticek@proton.me" diff --git a/domains/my5ter.json b/domains/my5ter.json index 317f855b3..794557d8c 100644 --- a/domains/my5ter.json +++ b/domains/my5ter.json @@ -1,6 +1,4 @@ { - "description": "Myster's website", - "repo": "https://github.com/MysterV/mysterv.github.io", "owner": { "username": "MysterV", "email": "myster@ik.me", diff --git a/domains/myster.json b/domains/myster.json index 317f855b3..794557d8c 100644 --- a/domains/myster.json +++ b/domains/myster.json @@ -1,6 +1,4 @@ { - "description": "Myster's website", - "repo": "https://github.com/MysterV/mysterv.github.io", "owner": { "username": "MysterV", "email": "myster@ik.me", diff --git a/domains/mystery.json b/domains/mystery.json index 3b6ae3d26..69b104d2d 100644 --- a/domains/mystery.json +++ b/domains/mystery.json @@ -1,6 +1,4 @@ { - "description": "5Mystery aka SilentDemonSD Personal Tech Website...", - "repo": "https://github.com/SilentDemonSD/SilentDemonSD.github.io", "owner": { "username": "SilentDemonSD", "email": "mysterysd.sd@gmail.com" diff --git a/domains/mzunino.json b/domains/mzunino.json index dda59d840..0bb9effca 100644 --- a/domains/mzunino.json +++ b/domains/mzunino.json @@ -1,6 +1,4 @@ { - "description": "Mariano Zunino's personal portfolio site", - "repo": "https://github.com/marianozunino/portfolio", "owner": { "username": "marianozunino", "email": "marianoz@posteo.net" diff --git a/domains/n.json b/domains/n.json index 153a0ac1d..69b8884e2 100644 --- a/domains/n.json +++ b/domains/n.json @@ -1,6 +1,4 @@ { - "description": "backup domain for my url shortener", - "repo": "https://github.com/NotNalin/url-shortener", "owner": { "username": "NotNalin", "email": "notnalin@protonmail.com", diff --git a/domains/nadeerasilva.json b/domains/nadeerasilva.json index 9e385dbeb..e0d23001c 100644 --- a/domains/nadeerasilva.json +++ b/domains/nadeerasilva.json @@ -1,6 +1,4 @@ { - "description": "My personal portfolio", - "repo": "https://github.com/NadeeraSilvaa/nadeerasilvaa.github.io", "owner": { "username": "nadeerasilvaa", "email": "nadeerasilva01@gmail.com" diff --git a/domains/naffy.json b/domains/naffy.json index 3d407dbe9..254f6abda 100644 --- a/domains/naffy.json +++ b/domains/naffy.json @@ -1,6 +1,4 @@ { - "description": "My personal portfolio website", - "repo": "https://github.com/knownasnaffy/knownasnaffy.github.io", "owner": { "username": "knownasnaffy", "twitter": "dharni_naffy" diff --git a/domains/nagarajgond.json b/domains/nagarajgond.json index ab48ac0e5..198659fc3 100644 --- a/domains/nagarajgond.json +++ b/domains/nagarajgond.json @@ -1,6 +1,4 @@ { - "description": "Nagaraj's Dev website", - "repo": "https://github.com/nagarajgond/nagarajgond.github.io", "owner": { "username": "nagarajgond", "email": "nagarajgond@live.com" diff --git a/domains/nahid.json b/domains/nahid.json index cd9ea1373..be0d657b6 100644 --- a/domains/nahid.json +++ b/domains/nahid.json @@ -1,6 +1,4 @@ { - "description": "nahid.is-a.dev", - "repo": "https://github.com/SOUROVKHANNAHID/SOUROVKHANNAHID.github.io", "owner": { "username": "SOUROVKHANNAHID", "email": "SourovKhanNahid@gmail.com" diff --git a/domains/naltheduck.json b/domains/naltheduck.json index c9342f073..89457f9fb 100644 --- a/domains/naltheduck.json +++ b/domains/naltheduck.json @@ -1,6 +1,4 @@ { - "description": "for my own info-website", - "repo": "https://github.com/PewZew/naLTheDuck_Web", "owner": { "username": "PewZew", "email": "lanlehoang957@gmail.com" diff --git a/domains/naman-machchhar.json b/domains/naman-machchhar.json index ba55cd465..c4481f903 100644 --- a/domains/naman-machchhar.json +++ b/domains/naman-machchhar.json @@ -1,6 +1,4 @@ { - "description": "Naman Profile.", - "repo": "https://github.com/naman-machchhar/naman-machchhar.github.io", "owner": { "username": "naman-machchhar" }, diff --git a/domains/naman.json b/domains/naman.json index de885508c..97eaef273 100644 --- a/domains/naman.json +++ b/domains/naman.json @@ -1,6 +1,4 @@ { - "description": "Naman - Portfolio", - "repo": "https://github.com/Naman-Gururani/Naman-Gururani.github.io", "owner": { "username": "Naman-Gururani", "email": "gururaninaman@gmail.com" diff --git a/domains/nan.json b/domains/nan.json index db3e38ce2..0a7411306 100644 --- a/domains/nan.json +++ b/domains/nan.json @@ -1,6 +1,4 @@ { - "description": "It's Nan!", - "repo": "https://github.com/BegalNenen/begalnenen.github.io", "owner": { "username": "BegalNenen", "email": "harpesmun69@gmail.com", diff --git a/domains/narender.json b/domains/narender.json index c5050652b..641b6ffdf 100644 --- a/domains/narender.json +++ b/domains/narender.json @@ -1,6 +1,4 @@ { - "description": "Narender's Personal Website and Blog", - "repo": "https://github.com/nkkize/nkkize.github.io", "owner": { "username": "nkkize", "email": "nkk.snat@gmail.com" diff --git a/domains/natya.json b/domains/natya.json index b031d2414..00cde125f 100644 --- a/domains/natya.json +++ b/domains/natya.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio Website", - "repo": "https://github.com/studiousgamer/studiousgamer.github.io", "owner": { "username": "studiousgamer", "email": "natyavidhanbiswas10@gmail.com", diff --git a/domains/nayan-gorasiya.json b/domains/nayan-gorasiya.json index 09ea75fc3..0db699ce6 100644 --- a/domains/nayan-gorasiya.json +++ b/domains/nayan-gorasiya.json @@ -1,6 +1,4 @@ { - "description": "Nayan Gorasiya.", - "repo": "https://github.com/nayan-gorasiya/nayan-gorasiya.github.io", "owner": { "username": "nayan-gorasiya", "email": "nayan-gorasiya@acquaintsoft.com" diff --git a/domains/nayandas.json b/domains/nayandas.json index df9b188bc..955740679 100644 --- a/domains/nayandas.json +++ b/domains/nayandas.json @@ -1,6 +1,4 @@ { - "description": "Personal blog for Nayan Das (NayanJD)", - "repo": "https://github.com/NayanJD/nayanjd.github.io", "owner": { "username": "NayanJD", "email": "dastms@gmail.com" diff --git a/domains/nd24.json b/domains/nd24.json index 1b86aa625..21f7e0d15 100644 --- a/domains/nd24.json +++ b/domains/nd24.json @@ -1,6 +1,4 @@ { - "description": "natedog2424's portfolio website", - "repo": "https://github.com/natedog2424/natedog2424.github.io", "owner": { "username": "natedog2424", "email": "natedog2424mail@gmail.com" diff --git a/domains/neeyl.json b/domains/neeyl.json index 384632699..d3824aa5d 100644 --- a/domains/neeyl.json +++ b/domains/neeyl.json @@ -1,6 +1,4 @@ { - "description": "Subhramit's experimental playfield", - "repo": "https://github.com/subhramit/subhramit.github.io", "owner": { "username": "subhramit", "email": "subhramit.bb@live.in" diff --git a/domains/nef.json b/domains/nef.json index 7b0f6f032..7b6cee6d9 100644 --- a/domains/nef.json +++ b/domains/nef.json @@ -1,6 +1,4 @@ { - "description": "Describe the use of this subdomain", - "repo": "https://github.com/nefter/eleventy-netlify-boilerplate", "owner": { "username": "nefter", "email": "therealnefter@gmail.com" diff --git a/domains/nek0zyx.json b/domains/nek0zyx.json index c5c1de27f..2842d9f0d 100644 --- a/domains/nek0zyx.json +++ b/domains/nek0zyx.json @@ -1,6 +1,4 @@ { - "description": "Serving my website fr fr", - "repo": "https://github.com/nek0zyx/nek0zyx.github.io", "owner": { "username": "nek0zyx", "email": "nek0zyx@costmiku.space" diff --git a/domains/nekitori17.json b/domains/nekitori17.json index adbdd3dfb..ebe993f90 100644 --- a/domains/nekitori17.json +++ b/domains/nekitori17.json @@ -1,6 +1,4 @@ { - "description": "Nyaaaaaa!!!!", - "repo": "https://github.com/nekitori17/nekitori17.github.io", "owner": { "username": "nekitori17", "email": "cuongnguyen286641@gmail.com", diff --git a/domains/neon.json b/domains/neon.json index 0ccc4d97c..64baa32a0 100644 --- a/domains/neon.json +++ b/domains/neon.json @@ -1,6 +1,4 @@ { - "description": "Domain for my portfolio website", - "repo": "https://github.com/GoodBoyNeon/goodboyneon.github.io", "owner": { "username": "GoodBoyNeon", "discord": "neonthedeveloper", diff --git a/domains/neranjana.json b/domains/neranjana.json index 777d150ea..924c83c7e 100644 --- a/domains/neranjana.json +++ b/domains/neranjana.json @@ -1,6 +1,4 @@ { - "description": "Neranjana's is-a.dev subdomain", - "repo": "https://github.com/NandiyaLive/is-a-dev", "owner": { "username": "NandiyaLive", "email": "neranjanaprsd@gmail.com" diff --git a/domains/nerd.json b/domains/nerd.json index cdba3aa1c..3ae2e5914 100644 --- a/domains/nerd.json +++ b/domains/nerd.json @@ -1,6 +1,4 @@ { - "description": "website", - "repo": "https://github.com/xkcdnerd/xkcdnerd.github.io", "owner": { "username": "xkcdnerd", "email": "evanwang330@gmail.com" diff --git a/domains/nes.json b/domains/nes.json index 5d1381ed7..bc88ea9fe 100644 --- a/domains/nes.json +++ b/domains/nes.json @@ -1,6 +1,4 @@ { - "description": "Link for personal website hosted on github pages", - "repo": "https://github.com/undefinedDarkness/undefinedDarkness.github.io", "owner": { "username": "undefinedDarkness", "discord": "Dark NES#4901" diff --git a/domains/neven.json b/domains/neven.json index b70140e65..3590c46d4 100644 --- a/domains/neven.json +++ b/domains/neven.json @@ -1,6 +1,4 @@ { - "repo": "https://github.com/nevenxr/nevenxr.github.io", - "description": "Personal Website", "owner": { "username": "nevenxr", "discord": "Neven#3985" diff --git a/domains/neville.json b/domains/neville.json index 519e1c23e..f8766d6c3 100644 --- a/domains/neville.json +++ b/domains/neville.json @@ -1,6 +1,4 @@ { - "description": "New personal website im gonna make ", - "repo": "https://github.com/Neville03/Neville03.github.io", "owner": { "username": "Neville03", "email": "zuweyrh1@gmail.com" diff --git a/domains/newkernel.json b/domains/newkernel.json index 208080750..73218064e 100644 --- a/domains/newkernel.json +++ b/domains/newkernel.json @@ -1,6 +1,4 @@ { - "description": "NewKernel's Website", - "repo": "https://github.com/KernelNew/kernelnew.github.io", "owner": { "username": "KernelNew", "email": "new.kernel@outlook.com" diff --git a/domains/nexus.json b/domains/nexus.json index 7d1f102c6..b010e7fb5 100644 --- a/domains/nexus.json +++ b/domains/nexus.json @@ -1,6 +1,4 @@ { - "description": "Nexus.is-a.dev", - "repo": "https://github.com/Nexzon/nexzon.github.io", "owner": { "username": "Nexus", "email": "uvraysxc@gmail.com" diff --git a/domains/ngocjohn.json b/domains/ngocjohn.json index e838ff168..db807b3a0 100644 --- a/domains/ngocjohn.json +++ b/domains/ngocjohn.json @@ -1,6 +1,4 @@ { - "description": "personal website", - "repo": "https://github.com/ngocjohn/ngocjohn.github.io", "owner": { "username": "ngocjohn", "email": "ngocjohn@me.com", diff --git a/domains/nhemgomia.json b/domains/nhemgomia.json index 68ac05f3a..aaf421c7b 100644 --- a/domains/nhemgomia.json +++ b/domains/nhemgomia.json @@ -1,6 +1,4 @@ { - "description": "Nhem Gomia portfolio website.", - "repo": "https://github.com/nhemgomia/nhemgomia.github.io", "owner": { "username": "nhemgomia", "discord": "nhemdgaf" diff --git a/domains/nhim411.json b/domains/nhim411.json index 2daab0e99..447026e62 100644 --- a/domains/nhim411.json +++ b/domains/nhim411.json @@ -1,6 +1,4 @@ { - "description": "Le Hoai Nam's website", - "repo": "https://github.com/nhim411/nhim411.github.io", "owner": { "username": "nhim411", "email": "lehoainam1998@gmail.com" diff --git a/domains/nicatdcw.json b/domains/nicatdcw.json index ff259e7ca..387f6e845 100644 --- a/domains/nicatdcw.json +++ b/domains/nicatdcw.json @@ -1,6 +1,4 @@ { - "description": "Only Cheeini (Nicat.dcw) Portofolio", - "repo": "https://github.com/Nicat-dcw/nicat-dcw.github.io", "owner": { "username": "Cheeini", "email": "kurtbot60@gmail.com" diff --git a/domains/nicesapien.json b/domains/nicesapien.json index 6cf5aed09..1cfd4d103 100644 --- a/domains/nicesapien.json +++ b/domains/nicesapien.json @@ -1,6 +1,4 @@ { - "description": "idk mane why did u delete it \n my portfolio website btw", - "repo": "nicesapien.netlify.app", "owner": { "username": "nicesapien", "email": "nicesapien@duck.com", diff --git a/domains/nicojsuarez.json b/domains/nicojsuarez.json index f42b4ba6b..c4a899e48 100644 --- a/domains/nicojsuarez.json +++ b/domains/nicojsuarez.json @@ -1,6 +1,4 @@ { - "description": "Personal use", - "repo": "https://github.com/NicoJSuarez2/PersonalPage", "owner": { "username": "nicojsuarez2", "email": "javinsurez@gmail.com" diff --git a/domains/nidhis-patel.json b/domains/nidhis-patel.json index f8b6bf1c2..357254772 100644 --- a/domains/nidhis-patel.json +++ b/domains/nidhis-patel.json @@ -1,6 +1,4 @@ { - "description": "This is a personal", - "repo": "https://github.com/nidhis-patel/nidhis-patel.github.io", "owner": { "username": "nidhis-patel" }, diff --git a/domains/nidun.json b/domains/nidun.json index d1b913f43..6ea4850d2 100644 --- a/domains/nidun.json +++ b/domains/nidun.json @@ -1,6 +1,4 @@ { - "description": "new update to request new cname", - "repo": "https://github.com/nldun/nldun.github.io", "owner": { "username": "nldun", "email": "rezkyto@gmail.com" diff --git a/domains/nightmaregods.json b/domains/nightmaregods.json index 99c35221e..110e890ce 100644 --- a/domains/nightmaregods.json +++ b/domains/nightmaregods.json @@ -1,6 +1,4 @@ { - "description": "nightmaregods.is-a.dev", - "repo": "https://github.com/Nightmaregodss/nightmaregodss.github.io", "owner": { "username": "nightmaregodss", "discord": "Demon Emperor NightmareGods#0001" diff --git a/domains/nikaxe.json b/domains/nikaxe.json index f85c9c3e9..9e4f2e53d 100644 --- a/domains/nikaxe.json +++ b/domains/nikaxe.json @@ -1,6 +1,4 @@ { - "description": "Place for me to share anything I make", - "repo": "https://github.com/Nikaxe-dev/nikaxe.dev", "owner": { "username": "Nikaxe-dev", "email": "iamnikaxing@gmail.com" diff --git a/domains/niki-tiwari.json b/domains/niki-tiwari.json index 92b36a036..9791670d5 100644 --- a/domains/niki-tiwari.json +++ b/domains/niki-tiwari.json @@ -1,6 +1,4 @@ { - "description": "my self niki tiwari", - "repo": "https://github.com/niki-tiwari/niki-tiwari.github.io", "owner": { "username": "niki-tiwari" }, diff --git a/domains/nileshhaldar98.json b/domains/nileshhaldar98.json index 4bd44eb3a..819c48942 100644 --- a/domains/nileshhaldar98.json +++ b/domains/nileshhaldar98.json @@ -1,6 +1,4 @@ { - "description": "Nilesh Haldar", - "repo": "https://github.com/nileshhaldar98/nileshhaldar98.github.io", "owner": { "username": "nileshhaldar98", "email": "nileshhaldar98@gmail.com" diff --git a/domains/ninjastrikers.json b/domains/ninjastrikers.json index 594a28b09..026aa9752 100644 --- a/domains/ninjastrikers.json +++ b/domains/ninjastrikers.json @@ -1,6 +1,4 @@ { - "description": "ninjastrikers.is-a.dev -> own site redirect", - "repo": "https://github.com/ninjastrikers/is-a-dev-register", "owner": { "username": "ninjastrikers", "email": "leonhart@ninjastrikers.net" diff --git a/domains/ninju.json b/domains/ninju.json index 6600146e0..bf7230db2 100644 --- a/domains/ninju.json +++ b/domains/ninju.json @@ -1,6 +1,4 @@ { - "description": "Ninju's personal developer website", - "repo": "https://github.com/Ninju69/ninju69.github.io", "owner": { "username": "Ninju69", "email": "inju2692@outlook.com" diff --git a/domains/nino.json b/domains/nino.json index 3e9f66766..1e3785fa2 100644 --- a/domains/nino.json +++ b/domains/nino.json @@ -1,6 +1,4 @@ { - "description": "TokisakiNinoVn", - "repo": "https://github.com/TokisakiNinoVn/TokisakiNinoVn.github.io", "owner": { "username": "TokisakiNinoVn", "email": "trieuduytancbg@gmail.com", diff --git a/domains/nipul-bhogayat.json b/domains/nipul-bhogayat.json index e2d7f263c..e643d6895 100644 --- a/domains/nipul-bhogayat.json +++ b/domains/nipul-bhogayat.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/nipul-bhogayat/nipul-bhogayat.github.io", "owner": { "username": "nipul-bhogayat" }, diff --git a/domains/nirav-bhut.json b/domains/nirav-bhut.json index d72c1e4ce..a95713dac 100644 --- a/domains/nirav-bhut.json +++ b/domains/nirav-bhut.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/nirav-bhut/nirav-bhut.github.io", "owner": { "username": "nirav-bhut" }, diff --git a/domains/nirushan.json b/domains/nirushan.json index da3255fc0..d74b43802 100644 --- a/domains/nirushan.json +++ b/domains/nirushan.json @@ -1,6 +1,4 @@ { - "description": "Personal Website --> nirushan.is-a.dev", - "repo": "https://github.com/nirushan1/nirushan1.github.io", "owner": { "username": "nirushan1", "email": "nirushan.prabaharan@gmail.com", diff --git a/domains/nitesh-rathod.json b/domains/nitesh-rathod.json index 202c46248..ca903a8f6 100644 --- a/domains/nitesh-rathod.json +++ b/domains/nitesh-rathod.json @@ -1,6 +1,4 @@ { - "description": "Nitesh Rathod.", - "repo": "https://github.com/nitesh-rathod/nitesh-rathod.github.io", "owner": { "username": "nitesh-rathod" }, diff --git a/domains/nithinbiju.json b/domains/nithinbiju.json index 92e562644..6c0c9bf04 100644 --- a/domains/nithinbiju.json +++ b/domains/nithinbiju.json @@ -1,6 +1,4 @@ { - "description": "Personal Web Page", - "repo": "https://nithinbiju007.github.io/nithinbiju007.github.io", "owner": { "username": "nithinbiju007", "email": "nithinbijubiss@gmail.com" diff --git a/domains/nlog0312.json b/domains/nlog0312.json index a4de8f75b..ec98fd2df 100644 --- a/domains/nlog0312.json +++ b/domains/nlog0312.json @@ -1,6 +1,4 @@ { - "description": "Profile card", - "repo": "https://github.com/nLog0312/nlog0312.github.io", "owner": { "username": "nLog0312", "email": "nlog.021203@gmail.com" diff --git a/domains/nmsderp.json b/domains/nmsderp.json index b63997743..c498873d3 100644 --- a/domains/nmsderp.json +++ b/domains/nmsderp.json @@ -1,6 +1,4 @@ { - "description": "A place for my small projects, and maybe a blog in the future.", - "repo": "https://github.com/nmsderp/nmsderp.github.io", "owner": { "username": "nmsderp", "email": "nmsderp@gmail.com" diff --git a/domains/noel.json b/domains/noel.json index 3a68d5de9..fb2687e6d 100644 --- a/domains/noel.json +++ b/domains/noel.json @@ -1,6 +1,4 @@ { - "description": "Personal profile page", - "repo": "https://github.com/noeljacob/noeljacob.github.io", "owner": { "username": "NoelJacob", "email": "noeljacob91@gmail.com", diff --git a/domains/noise.json b/domains/noise.json index 8f6772faa..841d65df6 100644 --- a/domains/noise.json +++ b/domains/noise.json @@ -1,6 +1,4 @@ { - "description": "This is a domain for my personal website!", - "repo": "https://github.com/iamthen0ise/iamthen0ise.github.io", "owner": { "username": "iamthen0ise", "email": "evgenii.uvarov.post@gmail.com" diff --git a/domains/noma.json b/domains/noma.json index 28d2938b5..fc6616455 100644 --- a/domains/noma.json +++ b/domains/noma.json @@ -1,6 +1,4 @@ { - "description": "noma4321's personal website", - "repo": "https://github.com/Noma4321/noma4321.github.io", "owner": { "username": "Noma4321", "email": "noma4321business@gmail.com" diff --git a/domains/noob.json b/domains/noob.json index 55f9b7731..be35d5d0b 100644 --- a/domains/noob.json +++ b/domains/noob.json @@ -1,6 +1,4 @@ { - "description": "My personal portfolio site, made in nextjs", - "repo": "https://github.com/IMXNOOBX/universe", "owner": { "username": "IMXNOOBX", "email": "me@noob.bio" diff --git a/domains/nooz.json b/domains/nooz.json index d21facc0d..e904976b4 100644 --- a/domains/nooz.json +++ b/domains/nooz.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio for nooz", - "repo": "https://github.com/NoozSBC/portfolio", "owner": { "username": "NoozSBC", "email": "zhengm58@gmail.com", diff --git a/domains/notanicepenguin.json b/domains/notanicepenguin.json index c2c38e6f2..a2abf1c7f 100644 --- a/domains/notanicepenguin.json +++ b/domains/notanicepenguin.json @@ -1,6 +1,4 @@ { - "description": "I will use this to learn HTML5 and CSS3 + to share myself!", - "repo": "https://github.com/notanicepenguin/notanicepenguin.github.io", "owner": { "username": "notanicepenguin" }, diff --git a/domains/notaperson535.json b/domains/notaperson535.json index ecfebd9ab..9d2902206 100644 --- a/domains/notaperson535.json +++ b/domains/notaperson535.json @@ -1,6 +1,4 @@ { - "description": "My about me website", - "repo": "https://github.com/notAperson535/notAperson535", "owner": { "username": "notAperson535", "email": "notAperson939@gmail.com" diff --git a/domains/notcoded.json b/domains/notcoded.json index 0e4d00c59..1fe6918b8 100644 --- a/domains/notcoded.json +++ b/domains/notcoded.json @@ -1,6 +1,4 @@ { - "description": "use is-a.dev domain", - "repo": "https://github.com/not-coded/not-coded.github.io", "owner": { "username": "not-coded", "discord": "notcoded", diff --git a/domains/nothazz.json b/domains/nothazz.json index 6a16f5103..5ea6c96ec 100644 --- a/domains/nothazz.json +++ b/domains/nothazz.json @@ -1,6 +1,4 @@ { - "description": "My personal site", - "repo": "https://github.com/nothazz/nothazz.github.io", "owner": { "username": "nothazz", "email": "hazz73963@gmail.com" diff --git a/domains/noxsin.json b/domains/noxsin.json index 7d5d0e7fd..1db2143be 100644 --- a/domains/noxsin.json +++ b/domains/noxsin.json @@ -1,6 +1,4 @@ { - "description": "A noxsin's webpage", - "repo": "https://github.com/komysh/komysh.github.io", "owner": { "username": "komysh", "email": "arcteac@gmail.com", diff --git a/domains/nozura.json b/domains/nozura.json index 7ddc3f8c7..ece1b3622 100644 --- a/domains/nozura.json +++ b/domains/nozura.json @@ -1,6 +1,4 @@ { - "description": "a cool portfolio site from _Novandra", - "repo": "https://github.com/inozura/inozura.github.io", "owner": { "username": "inozura", "email": "nodhzen@gmail.com" diff --git a/domains/nrdybhu1.json b/domains/nrdybhu1.json index 211e575f2..5e17bf5b5 100644 --- a/domains/nrdybhu1.json +++ b/domains/nrdybhu1.json @@ -1,6 +1,4 @@ { - "description": "My Personal Website", - "repo": "https://github.com/NrdyBhu1/nrdybhu1.github.io", "owner": { "username": "NrdyBhu1", "email": "NrdyBhu1@gmail.com" diff --git a/domains/nuxsh.json b/domains/nuxsh.json index bde45fe44..e29149442 100644 --- a/domains/nuxsh.json +++ b/domains/nuxsh.json @@ -1,6 +1,4 @@ { - "description": "hi, im nuxsh", - "repo": "https://github.com/nuxshed/nuxshed.github.io", "owner": { "username": "nuxshed", "email": "nuxshed@gmail.com", diff --git a/domains/nvcoden.json b/domains/nvcoden.json index 91fc18d9c..af787af88 100644 --- a/domains/nvcoden.json +++ b/domains/nvcoden.json @@ -1,6 +1,4 @@ { - "description": "Blog for my personal stuff and things I like", - "repo": "https://github.com/nvcoden/nvcoden.github.io", "owner": { "username": "nvcoden", "email": "navneeths55555@gmail.com" diff --git a/domains/nxb1t.json b/domains/nxb1t.json index 83e4204e1..a6ea6571a 100644 --- a/domains/nxb1t.json +++ b/domains/nxb1t.json @@ -1,6 +1,4 @@ { - "description": "Personal Blog", - "repo": "https://github.com/nxb1t/nxb1t.github.io", "owner": { "username": "nxb1t", "email": "nxb1t@proton.me", diff --git a/domains/nxrmqlly.json b/domains/nxrmqlly.json index 804bcb038..6e95b334e 100644 --- a/domains/nxrmqlly.json +++ b/domains/nxrmqlly.json @@ -1,6 +1,4 @@ { - "description": "Personal website", - "repo": "https://github.com/nxrmqlly/nxrmqlly.github.io", "owner": { "username": "nxrmqlly", "email": "ritam.das3110@outlook.com" diff --git a/domains/nyanbrowser.json b/domains/nyanbrowser.json index e5bd1c1a2..c58558e66 100644 --- a/domains/nyanbrowser.json +++ b/domains/nyanbrowser.json @@ -1,6 +1,4 @@ { - "description": "Website to download nyanbrowser", - "repo": "https://github.com/nyanbrowser/nyanbrowser.github.io", "owner": { "username": "hoppygamer", "email": "hoppyloser11@gmail.com" diff --git a/domains/nziie.json b/domains/nziie.json index c3cea0d27..5c263651c 100644 --- a/domains/nziie.json +++ b/domains/nziie.json @@ -1,6 +1,4 @@ { - "description": "Nziie's Developer Website", - "repo": "https://github.com/Nzii3/website", "owner": { "username": "Nzii3", "email": "exeyst@gmail.com" diff --git a/domains/ofer.json b/domains/ofer.json index e77c9e505..69a2ce825 100644 --- a/domains/ofer.json +++ b/domains/ofer.json @@ -1,6 +1,4 @@ { - "description": "Ofer Sadan", - "repo": "https://github.com/ofersadan85/portfolio", "owner": { "username": "ofersadan85", "email": "ofersadan85@gmail.com" diff --git a/domains/ofersadan.json b/domains/ofersadan.json index 8f6f8e846..11edae86a 100644 --- a/domains/ofersadan.json +++ b/domains/ofersadan.json @@ -1,6 +1,4 @@ { - "description": "Ofer Sadan's GitHub profile", - "repo": "https://github.com/ofersadan85/ofersadan85", "owner": { "username": "ofersadan85", "email": "ofersadan85@gmail.com" diff --git a/domains/okan12300.json b/domains/okan12300.json index fcc4a8f7b..f75277f2b 100644 --- a/domains/okan12300.json +++ b/domains/okan12300.json @@ -1,6 +1,4 @@ { - "description": "Just trying to be a Software Developer", - "repo": "https://github.com/okan12300/okan12300.github.io", "owner": { "username": "okan12300", "email": "okanakd89@outlook.com", diff --git a/domains/oleksa.json b/domains/oleksa.json index 30a1fd826..57eac8052 100644 --- a/domains/oleksa.json +++ b/domains/oleksa.json @@ -1,6 +1,4 @@ { - "description": "Oleksa's personal portfolio pagee", - "repo": "https://github.com/angelofallars/angelofallars.github.io", "owner": { "username": "oleksa15", "email": "oleksaa.ua@gmail.com" diff --git a/domains/olili.json b/domains/olili.json index f4a89f424..ea1f2076b 100644 --- a/domains/olili.json +++ b/domains/olili.json @@ -1,6 +1,4 @@ { - "description": "Olili daniel portfolio", - "repo": "https://github.com/Olili2017/olili2017.github.io", "owner": { "username": "Olili2017", "email": "olilidaniel@gmail.com" diff --git a/domains/omarmarquez.json b/domains/omarmarquez.json index c5cafaa91..eaf009c14 100644 --- a/domains/omarmarquez.json +++ b/domains/omarmarquez.json @@ -1,6 +1,4 @@ { - "description": "Omar Márquez minimalist portfolio", - "repo": "https://github.com/Trkiller02/minimalist-portfolio", "owner": { "username": "Trkiller02", "email": "trollkiller0207@gmail.com" diff --git a/domains/oneclick-macos-simple-kvm.notaperson535.json b/domains/oneclick-macos-simple-kvm.notaperson535.json index 81ea93757..9d2902206 100644 --- a/domains/oneclick-macos-simple-kvm.notaperson535.json +++ b/domains/oneclick-macos-simple-kvm.notaperson535.json @@ -1,6 +1,4 @@ { - "description": "My macOS VM guide website", - "repo": "https://github.com/notAperson535/OneClick-macOS-Simple-KVM", "owner": { "username": "notAperson535", "email": "notAperson939@gmail.com" diff --git a/domains/onkarsathe.json b/domains/onkarsathe.json index ab983784b..72c1d2ce5 100644 --- a/domains/onkarsathe.json +++ b/domains/onkarsathe.json @@ -1,6 +1,4 @@ { - "description": "Personal Website", - "repo": "https://github.com/Onkarsathe007/portfolio", "owner": { "username": "Onkarsathe007", "email": "onkarsathe96k@gmail.com" diff --git a/domains/onthepixel.json b/domains/onthepixel.json index df925a524..035ecba46 100644 --- a/domains/onthepixel.json +++ b/domains/onthepixel.json @@ -1,6 +1,4 @@ { - "description": "OnThePixel.net Dont play allown", - "repo": "https://github.com/TinyBrickBoy/register/", "owner": { "username": "TinyBrickBoy", "email": "leo@scherr.xyz" diff --git a/domains/oopshnik.json b/domains/oopshnik.json index 1e225eee6..584a8791c 100644 --- a/domains/oopshnik.json +++ b/domains/oopshnik.json @@ -1,6 +1,4 @@ { - "description": "Personal website for me", - "repo": "https://github.com/oopshnik/oopshnik.github.io", "owner": { "username": "oopshnik", "discord": "1186159079178108982" diff --git a/domains/optidium.json b/domains/optidium.json index 9b029f269..818e20ade 100644 --- a/domains/optidium.json +++ b/domains/optidium.json @@ -1,6 +1,4 @@ { - "description": "A little project with the help of my friends", - "repo": "https://github.com/XMODERLIVE/Optidium.github.io", "owner": { "username": "XMODERLIVE", "email": "ka237133@gmail.com" diff --git a/domains/orcapet.json b/domains/orcapet.json index 8711e592e..cd9538d5f 100644 --- a/domains/orcapet.json +++ b/domains/orcapet.json @@ -1,6 +1,4 @@ { - "description": "Orca Pet's site", - "repo": "https://github.com/orca-pet3910/orca-pet3910.github.io", "owner": { "username": "orca-pet3910", "email": "user0thenyancat@proton.me", diff --git a/domains/oreo.json b/domains/oreo.json index a860c0742..d4968ad66 100644 --- a/domains/oreo.json +++ b/domains/oreo.json @@ -1,6 +1,4 @@ { - "description": "A website for YummyOreo", - "repo": "https://github.com/YummyOreo/yummyoreo.github.io", "owner": { "username": "YummyOreo", "email": "bobgim20@gmail.com", diff --git a/domains/otter.json b/domains/otter.json index 781e8cba3..c4e4c1f6e 100644 --- a/domains/otter.json +++ b/domains/otter.json @@ -1,6 +1,4 @@ { - "description": "My personal website!", - "repo": "https://github.com/OtterCodes101/OtterCodes101.github.io", "owner": { "username": "OtterCodes101", "email": "oliver.anderson4435@gmail.com" diff --git a/domains/p-kinjal.json b/domains/p-kinjal.json index 45e599eb0..19d40669f 100644 --- a/domains/p-kinjal.json +++ b/domains/p-kinjal.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/p-kinjal/p-kinjal.github.io", "owner": { "username": "p-kinjal" }, diff --git a/domains/pa1.json b/domains/pa1.json index 5648acace..23d1df965 100644 --- a/domains/pa1.json +++ b/domains/pa1.json @@ -1,6 +1,4 @@ { - "description": "It's my personal portfolio page", - "repo": "https://github.com/pavan-ambekar/pavan-ambekar.github.io", "owner": { "username": "pavan-ambekar", "email": "pavan479eC@gmail.com" diff --git a/domains/paban.json b/domains/paban.json index 905875d21..2bf01289f 100644 --- a/domains/paban.json +++ b/domains/paban.json @@ -1,6 +1,4 @@ { - "description": "Portfolio of Paban", - "repo": "https://github.com/Pabanjyoti/Pabanjyoti.github.io", "owner": { "username": "Pabanjyoti", "email": "pawanjyotimail@gmail.com" diff --git a/domains/pajsen.json b/domains/pajsen.json index 410cd8183..ae2d73f8e 100644 --- a/domains/pajsen.json +++ b/domains/pajsen.json @@ -1,6 +1,4 @@ { - "description": "Pajsen's developer website", - "repo": "https://github.com/pajsen-media/pajsen-media.github.io", "owner": { "username": "Pajsen9263", "email": "admin@cybercore.gq" diff --git a/domains/pal-rakesh-2.json b/domains/pal-rakesh-2.json index 25f6660a7..f289c5005 100644 --- a/domains/pal-rakesh-2.json +++ b/domains/pal-rakesh-2.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/pal-rakesh/pal-rakesh.github.io", "owner": { "username": "pal-rakesh", "email": "rakesh.pal@truestaz.com" diff --git a/domains/panchal-chirag.json b/domains/panchal-chirag.json index cae2e7a38..95756f920 100644 --- a/domains/panchal-chirag.json +++ b/domains/panchal-chirag.json @@ -1,6 +1,4 @@ { - "description": "Chirag Profile.", - "repo": "https://github.com/panchal-chirag/panchal-chirag.github.io", "owner": { "username": "panchal-chirag" }, diff --git a/domains/panchal-jatin.json b/domains/panchal-jatin.json index 1eaba96c0..1186773df 100644 --- a/domains/panchal-jatin.json +++ b/domains/panchal-jatin.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/panchal-jatin/panchal-jatin.github.io", "owner": { "username": "panchal-jatin" }, diff --git a/domains/panchal-meet.json b/domains/panchal-meet.json index 8bdbd1d8c..7a36068b0 100644 --- a/domains/panchal-meet.json +++ b/domains/panchal-meet.json @@ -1,6 +1,4 @@ { - "description": "This is a panchal meet", - "repo": "https://github.com/panchal-meet/panchal-meet.github.io", "owner": { "username": "panchal-meet" }, diff --git a/domains/pandya-riddhi.json b/domains/pandya-riddhi.json index 6736bc811..ad288561c 100644 --- a/domains/pandya-riddhi.json +++ b/domains/pandya-riddhi.json @@ -1,6 +1,4 @@ { - "description": "Riddhi pandya profile.", - "repo": "https://github.com/pandya-riddhi/pandya-riddhi.github.io", "owner": { "username": "pandya-riddhi" }, diff --git a/domains/papyrus.json b/domains/papyrus.json index b11906ce7..38a9a45af 100644 --- a/domains/papyrus.json +++ b/domains/papyrus.json @@ -1,6 +1,4 @@ { - "description": "Howdy I'm Papyrus and I created this is website", - "repo": "https://github.com/Papyrus0444/papyrus0444.github.io", "owner": { "username": "Papyrus0444", "email": "vladbogdanmicu@gmail.com" diff --git a/domains/paranoiasystem.json b/domains/paranoiasystem.json index 838fdbe05..1d53aadd0 100644 --- a/domains/paranoiasystem.json +++ b/domains/paranoiasystem.json @@ -1,6 +1,4 @@ { - "description": "ParanoiaSystem's Domain", - "repo": "https://github.com/paranoiasystem/paranoiasystem.github.io", "owner": { "username": "paranoiasystem", "email": "marcoferraioli@live.com" diff --git a/domains/pardhasaradhichandana.json b/domains/pardhasaradhichandana.json index e78545c6b..b8b055e0e 100644 --- a/domains/pardhasaradhichandana.json +++ b/domains/pardhasaradhichandana.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/pardha-saradhi411/pardhasaradhichandana", "owner": { "username": "pardha-saradhi411", "email": "pardhasaradhi7477@gmail.com" diff --git a/domains/parmar-dixita.json b/domains/parmar-dixita.json index 02f284014..92b5e7fb8 100644 --- a/domains/parmar-dixita.json +++ b/domains/parmar-dixita.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/parmar-dixita/parmar-dixita.github.io", "owner": { "username": "parmar-dixita" }, diff --git a/domains/parrothacker1.json b/domains/parrothacker1.json index fe53eb3c5..3e005c0ce 100644 --- a/domains/parrothacker1.json +++ b/domains/parrothacker1.json @@ -1,6 +1,4 @@ { - "description": "A portfolio website", - "repo": "https://github.com/parrothacker1/parrothacker1.github.io", "owner": { "username": "parrothacker1", "email": "rajeevgoutham1@proton.me", diff --git a/domains/parth.json b/domains/parth.json index 9490c655a..05ef2ecc2 100644 --- a/domains/parth.json +++ b/domains/parth.json @@ -1,6 +1,4 @@ { - "description": "An awesome new place for my Portfolio !", - "repo": "https://github.com/parthpanchal123/profile", "owner": { "username": "parthpanchal123", "email": "parthpanchal53@gmail.com" diff --git a/domains/passadissubmari.json b/domains/passadissubmari.json index 647547b7b..a0b97c6e3 100644 --- a/domains/passadissubmari.json +++ b/domains/passadissubmari.json @@ -1,6 +1,4 @@ { - "description": "Passadís Submarí", - "repo": "https://github.com/Cucusise/passadissummari", "owner": { "username": "Cucusise", "email": "cucusise@gmail.com" diff --git a/domains/patel-darshit.json b/domains/patel-darshit.json index ef58c3b70..b8d00c3af 100644 --- a/domains/patel-darshit.json +++ b/domains/patel-darshit.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/Patel-Darshit/patel-darshit.github.io", "owner": { "username": "Patel-Darshit", "email": "darshit.patel@truestaz.com" diff --git a/domains/patel-hetal.json b/domains/patel-hetal.json index 6d824f9b3..f841be4f0 100644 --- a/domains/patel-hetal.json +++ b/domains/patel-hetal.json @@ -1,6 +1,4 @@ { - "description": "Hetal Profile.", - "repo": "https://github.com/patel-hetal/patel-hetal.github.io", "owner": { "username": "patel-hetal" }, diff --git a/domains/patel-jatin.json b/domains/patel-jatin.json index a6fd86195..991f84220 100644 --- a/domains/patel-jatin.json +++ b/domains/patel-jatin.json @@ -1,6 +1,4 @@ { - "description": "My dev website", - "repo": "https://github.com/patel-jatin/patel-jatin.github.io", "owner": { "username": "patel-jatin" }, diff --git a/domains/patel-kalpesh.json b/domains/patel-kalpesh.json index 5143059e5..749461f49 100644 --- a/domains/patel-kalpesh.json +++ b/domains/patel-kalpesh.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/Patle-Kalpesh/Patle-Kalpesh.github.io", "owner": { "username": "Patle-Kalpesh", "email": "kalpesh.patel@truestaz.com" diff --git a/domains/patel-komal.json b/domains/patel-komal.json index 84fb8c4b9..586dd9189 100644 --- a/domains/patel-komal.json +++ b/domains/patel-komal.json @@ -1,6 +1,4 @@ { - "description": "This is komal patel", - "repo": "https://github.com/patel-komal/patel-komal.github.io", "owner": { "username": "patel-komal" }, diff --git a/domains/patel-monal.json b/domains/patel-monal.json index e693523f8..1ff23799c 100644 --- a/domains/patel-monal.json +++ b/domains/patel-monal.json @@ -1,6 +1,4 @@ { - "description": "This is personal website", - "repo": "https://github.com/patel-monal/patel-monal.github.io", "owner": { "username": "patel-monal" }, diff --git a/domains/patel-parthiv.json b/domains/patel-parthiv.json index 392379c93..b40b0e128 100644 --- a/domains/patel-parthiv.json +++ b/domains/patel-parthiv.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/patel-parthiv/patel-parthiv.github.io", "owner": { "username": "patel-parthiv" }, diff --git a/domains/patel-radhika.json b/domains/patel-radhika.json index 5e1a92b1a..6ab06d8de 100644 --- a/domains/patel-radhika.json +++ b/domains/patel-radhika.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/patel-radhika/patel-radhika.github.io", "owner": { "username": "patel-radhika", "email": "radhika.patel@truestaz.com" diff --git a/domains/patelhardik-p.json b/domains/patelhardik-p.json index 53789af5f..0bac30f98 100644 --- a/domains/patelhardik-p.json +++ b/domains/patelhardik-p.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/patelhardik-p/patelhardik-p.github.io", "owner": { "username": "patelhardik-p" }, diff --git a/domains/pathan-imran.json b/domains/pathan-imran.json index 5aa2aed65..2ee73e8f2 100644 --- a/domains/pathan-imran.json +++ b/domains/pathan-imran.json @@ -1,6 +1,4 @@ { - "description": "Imran Profile.", - "repo": "https://github.com/pathan-imran/pathan-imran.github.io", "owner": { "username": "pathan-imran" }, diff --git a/domains/pavankteja.json b/domains/pavankteja.json index 6a6eac24c..2485f75dc 100644 --- a/domains/pavankteja.json +++ b/domains/pavankteja.json @@ -1,6 +1,4 @@ { - "description": "Want to use it to showcase my portfolio", - "repo": "https://github.com/pavan-k-teja/pavan-k-teja.github.io", "owner": { "username": "pavan-k-teja", "email": "pavan@pavan.gg" diff --git a/domains/pdf.aaqif.json b/domains/pdf.aaqif.json index fbb28c8c1..eff295108 100644 --- a/domains/pdf.aaqif.json +++ b/domains/pdf.aaqif.json @@ -1,6 +1,4 @@ { - "description": "PDF", - "repo": "https://github.com/aaqifshafi/chat-with-pdf", "owner": { "username": "aaqifshafi", "email": "aaqifshafi@gmail.com" diff --git a/domains/pearlcz.json b/domains/pearlcz.json index 8157c8e5c..7d7fce804 100644 --- a/domains/pearlcz.json +++ b/domains/pearlcz.json @@ -1,6 +1,4 @@ { - "description": "Making a website about me and my projects.", - "repo": "https://github.com/0pearlcz0/is-a.dev", "owner": { "username": "0pearlcz0", "email": "vitekjurcik@gmail.com", diff --git a/domains/pedrofff.json b/domains/pedrofff.json index 4f592f61e..bad1744b4 100644 --- a/domains/pedrofff.json +++ b/domains/pedrofff.json @@ -1,6 +1,4 @@ { - "description": "Portfolio", - "repo": "https://github.com/Pedrofff23/Portfolio", "owner": { "username": "Pedrofff23", "email": "pmendes09@hotmail.com" diff --git a/domains/perfecthabibur.json b/domains/perfecthabibur.json index 803602394..15ec2f8b9 100644 --- a/domains/perfecthabibur.json +++ b/domains/perfecthabibur.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website", - "repo": "https://github.com/perfecthabibur/perfecthabibur.github.io", "owner": { "username": "perfecthabibur", "email": "socialhabibur@gmail.com" diff --git a/domains/peris.json b/domains/peris.json index e7c0d6745..6ae8af135 100644 --- a/domains/peris.json +++ b/domains/peris.json @@ -1,6 +1,4 @@ { - "description": "Peris's Portfolio", - "repo": "https://github.com/perisrai/perisrai.github.io", "owner": { "username": "perisrai", "email": "perishrai@gmail.com" diff --git a/domains/pete.json b/domains/pete.json index 9f5a68343..2efcf6536 100644 --- a/domains/pete.json +++ b/domains/pete.json @@ -1,6 +1,4 @@ { - "description": "Portfolio of a fullstack developer", - "repo": "https://github.com/daspete/pete-github-io", "owner": { "username": "daspete", "email": "daspetemail@gmail.com" diff --git a/domains/peterbuga.json b/domains/peterbuga.json index 4efac15da..61f11ba17 100644 --- a/domains/peterbuga.json +++ b/domains/peterbuga.json @@ -1,6 +1,4 @@ { - "description": "Presentation website for peterbuga", - "repo": "https://github.com/peterbuga/peterbuga.github.io", "owner": { "username": "peterbuga", "discord": "902580031044325407" diff --git a/domains/peyloride.json b/domains/peyloride.json index de37e9afb..7877cc9f0 100644 --- a/domains/peyloride.json +++ b/domains/peyloride.json @@ -1,6 +1,4 @@ { - "description": "Peyloride - Okan Binli", - "repo": "https://github.com/peyloride/peyloride", "owner": { "username": "peyloride", "email": "okanbinli@gmail.com" diff --git a/domains/pgscom.json b/domains/pgscom.json index c1570956f..5e34c4313 100644 --- a/domains/pgscom.json +++ b/domains/pgscom.json @@ -1,6 +1,4 @@ { - "description": "Url redirect to pgscom.es", - "repo": "https://github.com/pgscom/pgscom.github.io", "owner": { "username": "pgscom", "twitter": "PGSCOM_54" diff --git a/domains/pgscom54.json b/domains/pgscom54.json index c1570956f..5e34c4313 100644 --- a/domains/pgscom54.json +++ b/domains/pgscom54.json @@ -1,6 +1,4 @@ { - "description": "Url redirect to pgscom.es", - "repo": "https://github.com/pgscom/pgscom.github.io", "owner": { "username": "pgscom", "twitter": "PGSCOM_54" diff --git a/domains/phamthanhnghia.json b/domains/phamthanhnghia.json index 3f323e6c3..f0928435e 100644 --- a/domains/phamthanhnghia.json +++ b/domains/phamthanhnghia.json @@ -1,6 +1,4 @@ { - "description": "phamthanhnghia.is-a.dev", - "repo": "https://github.com/phamthanhnghia/phamthanhnghia.github.io", "owner": { "username": "phamthanhnghia", "email": "phamthanhnghia.it@gmail.com" diff --git a/domains/phelix.json b/domains/phelix.json index 8d580b5db..21aa1665e 100644 --- a/domains/phelix.json +++ b/domains/phelix.json @@ -1,6 +1,4 @@ { - "description": "Phelix Dusengimana is a full-stack developer(FE Heavy) and ui designer", - "repo": "https://github.com/phelixdusengimana/phelixdusengimana", "owner": { "username": "phelixdusengimana", "email": "phelixdusengimana@gmail.com" diff --git a/domains/phelixdusengimana.json b/domains/phelixdusengimana.json index 8d580b5db..21aa1665e 100644 --- a/domains/phelixdusengimana.json +++ b/domains/phelixdusengimana.json @@ -1,6 +1,4 @@ { - "description": "Phelix Dusengimana is a full-stack developer(FE Heavy) and ui designer", - "repo": "https://github.com/phelixdusengimana/phelixdusengimana", "owner": { "username": "phelixdusengimana", "email": "phelixdusengimana@gmail.com" diff --git a/domains/philcajurao.json b/domains/philcajurao.json index 8e7a44a4d..c309e790e 100644 --- a/domains/philcajurao.json +++ b/domains/philcajurao.json @@ -1,6 +1,4 @@ { - "description": "my firstime here and for my portfolio website", - "repo": "https://github.com/philcajurao/philcajurao.github.io", "owner": { "username": "philcajurao", "email": "philcajurao@gmail.com" diff --git a/domains/picklerick.json b/domains/picklerick.json index ff07babae..4d12ddc9e 100644 --- a/domains/picklerick.json +++ b/domains/picklerick.json @@ -1,6 +1,4 @@ { - "description": "cool stuff", - "repo": "https://github.com/ticklerick/ticklerick.github.io", "owner": { "username": "ticklerick", "email": "pickle@anonemail.net" diff --git a/domains/pie.json b/domains/pie.json index 16403f4e5..7e9b1cf0d 100644 --- a/domains/pie.json +++ b/domains/pie.json @@ -1,6 +1,4 @@ { - "description": "pii4's personal website", - "repo": "https://github.com/4pii4/4pii4.github.io", "owner": { "username": "4pii4", "email": "naivenevaii@gmail.com" diff --git a/domains/pinchese.json b/domains/pinchese.json index c63ed2155..46150eebe 100644 --- a/domains/pinchese.json +++ b/domains/pinchese.json @@ -1,6 +1,4 @@ { - "description": "a website and portfolio for me and my projects", - "repo": "https://github.com/pinchese/pinchese.github.io", "owner": { "username": "pinchese", "email": "pinchese@protonmail.com" diff --git a/domains/pingoda.json b/domains/pingoda.json index cecbb4feb..7bc40122c 100644 --- a/domains/pingoda.json +++ b/domains/pingoda.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio for Pingoda", - "repo": "https://github.com/Pingoda/pingoda.github.io", "owner": { "username": "Pingoda", "email": "francescoclem915@gmail.com", diff --git a/domains/pinkyplant.json b/domains/pinkyplant.json index b7c37f6fe..bdd2df40d 100644 --- a/domains/pinkyplant.json +++ b/domains/pinkyplant.json @@ -1,6 +1,4 @@ { - "description": "Jay's website and portfolio.", - "repo": "https://github.com/pinkyplant/pinkyplant.github.io", "owner": { "username": "pinkyplant", "email": "pinkyplantz@proton.me", diff --git a/domains/pinont.json b/domains/pinont.json index a58d240f6..fafc3affb 100644 --- a/domains/pinont.json +++ b/domains/pinont.json @@ -1,6 +1,4 @@ { - "description": "My Personal Web.", - "repo": "https://github.com/PinozenTH/PinozenTH.github.io", "owner": { "username": "PinozenTH", "email": "Pinozen.Thailand@gmail.com" diff --git a/domains/pisarevski.json b/domains/pisarevski.json index 3adf24edc..d0a037a94 100644 --- a/domains/pisarevski.json +++ b/domains/pisarevski.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/pisarevski/pisarevski.github.io", "owner": { "username": "pisarevski", "email": "pisarevsc@gmail.com" diff --git a/domains/pixel.json b/domains/pixel.json index 3c6893513..cf61ee4b6 100644 --- a/domains/pixel.json +++ b/domains/pixel.json @@ -1,6 +1,4 @@ { - "description": "BasicPixel's personal website", - "repo": "https://github.com/BasicPixel/basicpixel.github.io", "owner": { "username": "BasicPixel", "email": "osama.mo.qudah@gmail.com", diff --git a/domains/pixelplayz.json b/domains/pixelplayz.json index 5c54eb724..d5503d4bf 100644 --- a/domains/pixelplayz.json +++ b/domains/pixelplayz.json @@ -1,6 +1,4 @@ { - "description": "PixelPlayz's Developer Website", - "repo": "https://github.com/PixelPlayzXD/PixelPlayzXD", "owner": { "username": "PixelPlayzXD", "email": "pixelplayz1887@gmail.com" diff --git a/domains/piyushkatyal.json b/domains/piyushkatyal.json index 9bbe5d7a6..438c3d9b5 100644 --- a/domains/piyushkatyal.json +++ b/domains/piyushkatyal.json @@ -1,6 +1,4 @@ { - "description": "Serves as an alias to primary domain", - "repo": "https://github.com/piyushk77/piyushk77.github.io", "owner": { "username": "piyushk77", "email": "pshkatyal8@gmail.com" diff --git a/domains/piyushrb.json b/domains/piyushrb.json index 1afd54dbd..a9189afaa 100644 --- a/domains/piyushrb.json +++ b/domains/piyushrb.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio Website", - "repo": "https://github.com/pibiswal/pibiswal.github.io", "owner": { "username": "pibiswal", "email": "urpiyush39@gmail.com" diff --git a/domains/plague.json b/domains/plague.json index 5f36ded38..9fa5230aa 100644 --- a/domains/plague.json +++ b/domains/plague.json @@ -1,6 +1,4 @@ { - "description": "My souper personal domain.", - "repo": "https://github.com/pl4gue/pl4gue.github.io", "owner": { "username": "pl4gue", "email": "viniciuslucianocardoso@gmail.com", diff --git a/domains/playwithbmr.json b/domains/playwithbmr.json index d8202cec9..c738f1f87 100644 --- a/domains/playwithbmr.json +++ b/domains/playwithbmr.json @@ -1,6 +1,4 @@ { - "description": "PORTFOLIO", - "repo": "https://rxhggames.github.io/PORTFOLIO/", "owner": { "username": "RXHGGAMES", "email": "syedyaseerali854@gmail.com" diff --git a/domains/plopilpy.json b/domains/plopilpy.json index f21d9010e..20e12a110 100644 --- a/domains/plopilpy.json +++ b/domains/plopilpy.json @@ -1,6 +1,4 @@ { - "description": "My personal page, where I demonstrate some HTML and JS", - "repo": "https://github.com/plopilpy/plopilpy.github.io", "owner": { "username": "plopilpy", "email": "plopilpy@tazzy.ca", diff --git a/domains/ploszukiwacz.json b/domains/ploszukiwacz.json index 7381251ab..15137cafb 100644 --- a/domains/ploszukiwacz.json +++ b/domains/ploszukiwacz.json @@ -1,6 +1,4 @@ { - "description": "Personal Website for PlOszukiwacz", - "repo": "https://github.com/ploszukiwacz/website_new", "owner": { "username": "ploszukiwacz", "email": "ploszukiwacz1@gmail.com" diff --git a/domains/pmint05.json b/domains/pmint05.json index 6fc967d97..55fa09a13 100644 --- a/domains/pmint05.json +++ b/domains/pmint05.json @@ -1,6 +1,4 @@ { - "description": "Subdomain for my personal developer website", - "repo": "https://github.com/pmint05/pmint05.github.io", "owner": { "username": "pmint05", "email": "pmint05@protonmail.com", diff --git a/domains/pndaboi.json b/domains/pndaboi.json index fc00e92f6..b1a9b84ad 100644 --- a/domains/pndaboi.json +++ b/domains/pndaboi.json @@ -1,6 +1,4 @@ { - "description": "PndaBoi's Website!", - "repo": "https://github.com/PndaBoi/pndaboi.github.io", "owner": { "username": "PndaBoi", "email": "vareshplayzyt@gmail.com", diff --git a/domains/poked.json b/domains/poked.json index a032bbabb..631345450 100644 --- a/domains/poked.json +++ b/domains/poked.json @@ -1,6 +1,4 @@ { - "description": "poked.is-a.dev", - "repo": "https://github.com/PokedWasTaken/PokedWasTaken.github.io", "owner": { "username": "PokedWasTaken", "email": "pokedwastaken@gmail.com", diff --git a/domains/polopro.json b/domains/polopro.json index 3ca5c080e..18fe8b400 100644 --- a/domains/polopro.json +++ b/domains/polopro.json @@ -1,6 +1,4 @@ { - "description": "polo pro", - "repo": "https://github.com/polo-1245-oficial/polo-1245-oficial.github.io", "owner": { "username": "polo-1245-oficial", "email": "contacto@polo1245.es" diff --git a/domains/poppy.json b/domains/poppy.json index dd2525ac8..01c5d6d7f 100644 --- a/domains/poppy.json +++ b/domains/poppy.json @@ -1,6 +1,4 @@ { - "description": "poppy.is-a.dev", - "repo": "https://github.com/ignpoppyseed/ignpoppyseed.github.io", "owner": { "username": "ignpoppyseed", "email": "ignpoppyseed@cloverbrand.xyz" diff --git a/domains/portfolio.json b/domains/portfolio.json index de4f45709..bb92064e5 100644 --- a/domains/portfolio.json +++ b/domains/portfolio.json @@ -1,6 +1,4 @@ { - "description": "It is for my portfolio", - "repo": "https://github.com/alfonso12dev/portfolio", "owner": { "username": "alfonso12dev", "email": "bmeza9407@gmail.com" diff --git a/domains/posandu.json b/domains/posandu.json index 5a2a93fb1..d239e4fd8 100644 --- a/domains/posandu.json +++ b/domains/posandu.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio", - "repo": "https://github.com/Posandu/posandu.github.io", "owner": { "username": "posandu", "email": "posandumapa@gmail.com", diff --git a/domains/potatoland4492.json b/domains/potatoland4492.json index 7d00f6823..9c1a1ecea 100644 --- a/domains/potatoland4492.json +++ b/domains/potatoland4492.json @@ -1,6 +1,4 @@ { - "description": "A personal site for all my projects.", - "repo": "https://github.com/potatoland4492/potatoland4492.github.io", "owner": { "username": "potatoland4492", "email": "potatoland4492@gmail.com" diff --git a/domains/ppierzchalka.json b/domains/ppierzchalka.json index 5b4008705..a30b70bfb 100644 --- a/domains/ppierzchalka.json +++ b/domains/ppierzchalka.json @@ -1,6 +1,4 @@ { - "description": "Personal website of Przemyslaw Pierzchalka", - "repo": "https://github.com/ppierzchalka/firegarden", "owner": { "username": "ppierzchalka", "email": "przemekpierzchalka@gmail.com" diff --git a/domains/pr0k41.json b/domains/pr0k41.json index 8285e0b6d..c1f117466 100644 --- a/domains/pr0k41.json +++ b/domains/pr0k41.json @@ -1,6 +1,4 @@ { - "description": "Prokai's Website", - "repo": "https://github.com/pr0k41/pr0k41.github.io", "owner": { "username": "pr0k41", "email": "pr0k41@proton.me" diff --git a/domains/prabhakaranjm.json b/domains/prabhakaranjm.json index 1f2d00390..aec13cf7c 100644 --- a/domains/prabhakaranjm.json +++ b/domains/prabhakaranjm.json @@ -1,6 +1,4 @@ { - "description": "Prabhakaran J M is a dev", - "repo": "https://github.com/prajaymas/prajaymas.github.io", "owner": { "username": "prabhakaranjm", "email": "prabhakaran.jm@gmail.com" diff --git a/domains/prabhas.json b/domains/prabhas.json index c33d0ed44..b4bec7fd1 100644 --- a/domains/prabhas.json +++ b/domains/prabhas.json @@ -1,6 +1,4 @@ { - "description": "A personal website with information about me, notes and blogs.", - "repo": "https://github.com/TrailingWhitespace/Website", "owner": { "username": "TrailingWhitespace", "email": "flash1719@protonmail.com" diff --git a/domains/prabin.json b/domains/prabin.json index d5c2edee2..fb101657c 100644 --- a/domains/prabin.json +++ b/domains/prabin.json @@ -1,6 +1,4 @@ { - "description": "Personal Web", - "repo": "https://github.com/prabincankod/prabincankod.github.io", "owner": { "username": "prabincankod", "email": "prabinsubedi2016@gmail.com" diff --git a/domains/practical.json b/domains/practical.json index 5bbabc293..2da00df9d 100644 --- a/domains/practical.json +++ b/domains/practical.json @@ -1,6 +1,4 @@ { - "description": "A website to show my portfolio.", - "repo": "https://github.com/practicaldev101/practicaldev101.github.io", "owner": { "username": "practicaldev101", "email": "carlosospinomonsalve@gmail.com" diff --git a/domains/prajapati-divya.json b/domains/prajapati-divya.json index 46da08d32..96b3e037f 100644 --- a/domains/prajapati-divya.json +++ b/domains/prajapati-divya.json @@ -1,6 +1,4 @@ { - "description": "Divya profile.", - "repo": "https://github.com/prajapati-divya/prajapati-divya.github.io", "owner": { "username": "prajapati-divya" }, diff --git a/domains/pramod-rawat.json b/domains/pramod-rawat.json index 443c836c8..ce1e7e2c9 100644 --- a/domains/pramod-rawat.json +++ b/domains/pramod-rawat.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/pramod-rawat/pramod-rawat.github.io", "owner": { "username": "pramod-rawat", "email": "pramod.rawat@truestaz.com" diff --git a/domains/pranavagrawal.json b/domains/pranavagrawal.json index 0a625266c..9d09b5b3f 100644 --- a/domains/pranavagrawal.json +++ b/domains/pranavagrawal.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/pranavagrawal321/pranavagrawal321.github.io", "owner": { "username": "pranavagrawal321", "email": "pranavagrawal321@gmail.com" diff --git a/domains/pranavs.json b/domains/pranavs.json index bd1b907e7..ca336eec2 100644 --- a/domains/pranavs.json +++ b/domains/pranavs.json @@ -1,6 +1,4 @@ { - "description": "Portfolio-website", - "repo": "https://github.com/Prs96/portfolio-website.git", "owner": { "username": "Prs96", "email": "pranavsudheesh34@gmail.com" diff --git a/domains/pranavsaxena.json b/domains/pranavsaxena.json index cf4a1f093..9715b05b3 100644 --- a/domains/pranavsaxena.json +++ b/domains/pranavsaxena.json @@ -1,6 +1,4 @@ { - "description": "Pranav Saxena's Personal Website", - "repo": "https://github.com/Pranav-Saxena/Pranav-Saxena.github.io", "owner": { "username": "Pranav-Saxena", "email": "pranavsaxena155@gmail.com", diff --git a/domains/pranavsingh.json b/domains/pranavsingh.json index 1d2342046..7108c3528 100644 --- a/domains/pranavsingh.json +++ b/domains/pranavsingh.json @@ -1,6 +1,4 @@ { - "description": "Documentation website for is-a.dev", - "repo": "https://github.com/pranavsinghpatil/portfolio", "owner": { "username": "pranavsinghpatil", "email": "puneet.pranav04@gmail.com" diff --git a/domains/pranjal.json b/domains/pranjal.json index 2ecba3e81..621d2e5a5 100644 --- a/domains/pranjal.json +++ b/domains/pranjal.json @@ -1,6 +1,4 @@ { - "description": "Subdomain for my personal page.", - "repo": "https://github.com/Pranjal-SB/Pranjal-SB", "owner": { "username": "Pranjal-SB", "email": "psbhatnagar.in@gmal.com" diff --git a/domains/praquron.json b/domains/praquron.json index a2fa2a159..e6d9c00eb 100644 --- a/domains/praquron.json +++ b/domains/praquron.json @@ -1,6 +1,4 @@ { - "description": "A website to share my projects", - "repo": "https://github.com/Praquron/praquron.github.io", "owner": { "username": "Praquron", "email": "praquron@gmail.com", diff --git a/domains/prasant.json b/domains/prasant.json index 5be81ab26..19888a523 100644 --- a/domains/prasant.json +++ b/domains/prasant.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio Website", - "repo": "https://github.com/prashant48653c/portfolio", "owner": { "username": "prashant48653c", "email": "acharyaprashant227@gmail.com" diff --git a/domains/prateek.json b/domains/prateek.json index 481ffcaae..e630ba3a6 100644 --- a/domains/prateek.json +++ b/domains/prateek.json @@ -1,6 +1,4 @@ { - "description": "Prateek Chaubey's Portfolio ", - "repo": "https://github.com/prateek-chaubey/prateek-chaubey.github.io", "owner": { "username": "prateek-chaubey", "email": "chaubeyprateek2@gmail.com", diff --git a/domains/pratike-patel.json b/domains/pratike-patel.json index 8e555cd75..0a404e049 100644 --- a/domains/pratike-patel.json +++ b/domains/pratike-patel.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/pratike-patel/pratike-patel.github.io", "owner": { "username": "pratike-patel" }, diff --git a/domains/pratikp-patel.json b/domains/pratikp-patel.json index 4c1c72539..63faf4516 100644 --- a/domains/pratikp-patel.json +++ b/domains/pratikp-patel.json @@ -1,6 +1,4 @@ { - "description": "This is a website", - "repo": "https://github.com/pratikp-patel/pratikp-patel.github.io", "owner": { "username": "pratikp-patel" }, diff --git a/domains/pratikshya.json b/domains/pratikshya.json index f333c0356..b02c76b25 100644 --- a/domains/pratikshya.json +++ b/domains/pratikshya.json @@ -1,6 +1,4 @@ { - "description": "Pratikshya website", - "repo": "https://github.com/pratikshya-gautam/portfolio", "owner": { "username": "pratikshya-gautam" }, diff --git a/domains/prime.json b/domains/prime.json index d5a939def..a6a5428fc 100644 --- a/domains/prime.json +++ b/domains/prime.json @@ -1,6 +1,4 @@ { - "description": "My personal website", - "repo": "https://github.com/primetdmomega/primetdmomega.github.io", "owner": { "username": "PrimeTDMomega", "email": "primetdmomega@gmail.com", diff --git a/domains/prince.json b/domains/prince.json index d5c7cc3b5..ee2b00958 100644 --- a/domains/prince.json +++ b/domains/prince.json @@ -1,6 +1,4 @@ { - "description": "Portfolio of Prince Raj", - "repo": "https://github.com/theprinceraj/theprinceraj.github.io", "owner": { "username": "theprinceraj", "email": "profile.princeraj@gmail.com", diff --git a/domains/pritam.json b/domains/pritam.json index d11f6c105..9be730017 100644 --- a/domains/pritam.json +++ b/domains/pritam.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio.", - "repo": "https://github.com/ImDarkShadow/ImDarkShadow", "owner": { "username": "ImDarkShadow", "email": "itspritam@proton.me" diff --git a/domains/priti-shide.json b/domains/priti-shide.json index 32bd898be..555d1375a 100644 --- a/domains/priti-shide.json +++ b/domains/priti-shide.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio.", - "repo": "https://github.com/priti-shide/priti-shide.github.io", "owner": { "username": "priti-shide" }, diff --git a/domains/priyanshul.json b/domains/priyanshul.json index 0ad46bde7..1fadc9cf5 100644 --- a/domains/priyanshul.json +++ b/domains/priyanshul.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio Website", - "repo": "https://github.com/Priyanshul1307/Priyanshul1307.github.io", "owner": { "username": "Priyanshul1307", "email": "piyanshul1307@gmail.com" diff --git a/domains/priyas-rana.json b/domains/priyas-rana.json index 14102e900..86d652f9b 100644 --- a/domains/priyas-rana.json +++ b/domains/priyas-rana.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/priyas-rana/priyas-rana.github.io", "owner": { "username": "priyas-rana" }, diff --git a/domains/prnice.json b/domains/prnice.json index 296ecdacc..239009702 100644 --- a/domains/prnice.json +++ b/domains/prnice.json @@ -3,8 +3,6 @@ "username": "Prn-Ice", "email": "isadev.0e7rj@slmail.me" }, - "repo": "https://portfolio.prnice.me", - "description": "Test domain for this really cool service", "records": { "URL": "https://portfolio.prnice.me" } diff --git a/domains/proghead00.json b/domains/proghead00.json index d53e2daf4..5a8bd6d1a 100644 --- a/domains/proghead00.json +++ b/domains/proghead00.json @@ -1,6 +1,4 @@ { - "description": "Susnata's is.a.dev domain!", - "repo": "https://github.com/proghead00/proghead00.github.io", "owner": { "username": "proghead00", "email": "susnata00@gmail.com" diff --git a/domains/programmerraja.json b/domains/programmerraja.json index 35788b182..47b879b09 100644 --- a/domains/programmerraja.json +++ b/domains/programmerraja.json @@ -1,6 +1,4 @@ { - "description": "programmerraja is.a.dev domain!", - "repo": "https://github.com/programmerraja/programmerraja.github.io", "owner": { "username": "programmerraja", "email": "boooathis123@gmail.com" diff --git a/domains/projects.catzboy.json b/domains/projects.catzboy.json index 68258e510..7f0010490 100644 --- a/domains/projects.catzboy.json +++ b/domains/projects.catzboy.json @@ -1,6 +1,4 @@ { - "description": "Showcase All My Projects", - "repo": "https://github.com/Maruful007/Maruful007.github.io", "owner": { "username": "Maruful007", "email": "marufulislamsami2007@gmail.com" diff --git a/domains/prokai-kun.json b/domains/prokai-kun.json index b548f6227..ff52ac0ff 100644 --- a/domains/prokai-kun.json +++ b/domains/prokai-kun.json @@ -1,6 +1,4 @@ { - "description": "Iakorp's Website", - "repo": "https://github.com/IAKORP/IAKORP.github.io", "owner": { "username": "IAKORP", "email": "prokaiindo003@gmail.com" diff --git a/domains/prokai.json b/domains/prokai.json index 43bee1e83..c8a01e7da 100644 --- a/domains/prokai.json +++ b/domains/prokai.json @@ -1,6 +1,4 @@ { - "description": "Iakorp's Website", - "repo": "https://github.com/14k0rp/14k0rp.github.io", "owner": { "username": "14k0rp", "email": "iakorp@protonmail.com" diff --git a/domains/proxy.json b/domains/proxy.json index cc1778ed4..9d2902206 100644 --- a/domains/proxy.json +++ b/domains/proxy.json @@ -1,6 +1,4 @@ { - "description": "Ultraviolet proxy", - "repo": "https://github.com/notAperson535/Ultraviolet-Static", "owner": { "username": "notAperson535", "email": "notAperson939@gmail.com" diff --git a/domains/proxzima.json b/domains/proxzima.json index 31bd53d6a..0ff399bfa 100644 --- a/domains/proxzima.json +++ b/domains/proxzima.json @@ -1,6 +1,4 @@ { - "description": "Describe the use of this subdomain", - "repo": "https://github.com/PROxZIMA/proxzima.github.io", "owner": { "username": "PROxZIMA", "email": "pratikbpingale9075@gmail.com", diff --git a/domains/push.json b/domains/push.json index c130e0f82..f968adbc7 100644 --- a/domains/push.json +++ b/domains/push.json @@ -1,6 +1,4 @@ { - "description": "Personal Website/ File Storage", - "repo": "https://github.com/pushingcc/pushingcc.github.io", "owner": { "username": "pushingcc", "email": "pushing@mailfence.com", diff --git a/domains/pushpak.json b/domains/pushpak.json index 821382492..a7995e760 100644 --- a/domains/pushpak.json +++ b/domains/pushpak.json @@ -1,6 +1,4 @@ { - "description": "Pushpak | Portfolio", - "repo": "https://github.com/Drish-xD/Drish-xD.github.io", "owner": { "username": "1pushpak1", "email": "pushpakkumawat20028@gmail.com" diff --git a/domains/pxsty.json b/domains/pxsty.json index 9d8bb2b4f..114952846 100644 --- a/domains/pxsty.json +++ b/domains/pxsty.json @@ -1,6 +1,4 @@ { - "description": "pxsty personal web page", - "repo": "https://github.com/pxsty0/pxsty0.github.io", "owner": { "username": "pxsty0", "email": "pxsty@pxserv.net" diff --git a/domains/pyaesonewin.json b/domains/pyaesonewin.json index 9b17ac62c..67f2352b2 100644 --- a/domains/pyaesonewin.json +++ b/domains/pyaesonewin.json @@ -1,6 +1,4 @@ { - "description": "Personal website and portfolio for Pyae Sone Win", - "repo": "https://github.com/mgmgpyaesonewin/mgmgpyaesonewin.github.io", "owner": { "username": "mgmgpyaesonewin", "email": "pyaesonewin.dev@gmail.com" diff --git a/domains/pythonplumber.json b/domains/pythonplumber.json index 9ac3d9ae3..a2b825a0a 100644 --- a/domains/pythonplumber.json +++ b/domains/pythonplumber.json @@ -1,6 +1,4 @@ { - "description": "Mario Python Plumbers's website", - "repo": "https://github.com/PythonPlumber/pythonplumber.github.io", "owner": { "username": "PythonPlumber", "email": "mario.yellow.bea@proton.me" diff --git a/domains/pyve.json b/domains/pyve.json index 1fedf2ca7..97d04b4c7 100644 --- a/domains/pyve.json +++ b/domains/pyve.json @@ -1,6 +1,4 @@ { - "description": "pyve's world", - "repo": "https://github.com/pvignau/pvignau.github.io", "owner": { "username": "pvignau", "email": "vignau.py@gmail.com" diff --git a/domains/qloha.json b/domains/qloha.json index ccdcbdba9..de20c6c4c 100644 --- a/domains/qloha.json +++ b/domains/qloha.json @@ -1,6 +1,4 @@ { - "description": "Portfolio", - "repo": "https://github.com/qloha/qloha.github.io", "owner": { "username": "qloha", "youtube": "https://youtube.com/@qloha", diff --git a/domains/qnos.json b/domains/qnos.json index 775242530..623a25cd5 100644 --- a/domains/qnos.json +++ b/domains/qnos.json @@ -1,6 +1,4 @@ { - "description": "Qnos`s profile", - "repo": "https://github.com/Qnos41/qnos.git", "owner": { "username": "Qnos", "email": "qnos237@gmail.com" diff --git a/domains/quick.json b/domains/quick.json index 60ed039b3..9d36badf3 100644 --- a/domains/quick.json +++ b/domains/quick.json @@ -1,6 +1,4 @@ { - "description": "quickdaffy's website", - "repo": "https://github.com/quickdaffy/quickdaffy.github.io", "owner": { "username": "quickdaffy", "email": "quickdaffy@gmail.com", diff --git a/domains/quincetart10.json b/domains/quincetart10.json index aad4d4193..a55ab0277 100644 --- a/domains/quincetart10.json +++ b/domains/quincetart10.json @@ -1,6 +1,4 @@ { - "description": "Personal site", - "repo": "https://github.com/QuinceTart10/quincetart10.github.io", "owner": { "username": "QuinceTart10", "discord": "862644161156218891" diff --git a/domains/quvi.json b/domains/quvi.json index a116f9b42..7bda87104 100644 --- a/domains/quvi.json +++ b/domains/quvi.json @@ -1,6 +1,4 @@ { - "description": "Domain for my bio", - "repo": "https://github.com/quvvii/quvvii.github.io", "owner": { "username": "quvvii", "email": "quvi.top@gmail.com" diff --git a/domains/quydang.json b/domains/quydang.json index eca27263d..28ac75842 100644 --- a/domains/quydang.json +++ b/domains/quydang.json @@ -1,6 +1,4 @@ { - "description": "I used for my learning purpose", - "repo": "https://github.com/quydang04/quydang04.github.io", "owner": { "username": "quydang04", "email": "dangvonguyen169@gmail.com" diff --git a/domains/qwertx.json b/domains/qwertx.json index 1e7058b47..f8cb09914 100644 --- a/domains/qwertx.json +++ b/domains/qwertx.json @@ -1,6 +1,4 @@ { - "description": "Gonna use this domain for my personal website and other pages/stuff", - "repo": "https://github.com/notqwertz/notqwertz.github.io", "owner": { "username": "notqwertz", "email": "zuweyrh752@gmail.com" diff --git a/domains/qwertyr0.json b/domains/qwertyr0.json index 792cfbfc3..7bf071a06 100644 --- a/domains/qwertyr0.json +++ b/domains/qwertyr0.json @@ -1,6 +1,4 @@ { - "description": "My Personal website", - "repo": "https://github.com/QwertyR0/Personal-Website", "owner": { "username": "QwertyR0", "discord": "qwerty.r0" diff --git a/domains/rabbi-shuki.json b/domains/rabbi-shuki.json index 3df40dcae..2f06557eb 100644 --- a/domains/rabbi-shuki.json +++ b/domains/rabbi-shuki.json @@ -1,6 +1,4 @@ { - "description": "TODO: update readme", - "repo": "https://github.com/rabbishuki/rabbishuki.github.io", "owner": { "username": "rabbishuki", "email": "rabbishuki+is-a-dev@gmail.com" diff --git a/domains/rafaelfernandes.json b/domains/rafaelfernandes.json index 85d6e725b..12f5e9463 100644 --- a/domains/rafaelfernandes.json +++ b/domains/rafaelfernandes.json @@ -1,6 +1,4 @@ { - "description": "Personal potifolho site.", - "repo": "https://github.com/RafaelFernandesBR/rafaelfernandes.github.io", "owner": { "username": "RafaelFernandesBR", "email": "marcorafaeldemelo16@protonmail.com" diff --git a/domains/rafalmeida73.json b/domains/rafalmeida73.json index debf94cff..a139d1151 100644 --- a/domains/rafalmeida73.json +++ b/domains/rafalmeida73.json @@ -1,6 +1,4 @@ { - "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" diff --git a/domains/rafsan.json b/domains/rafsan.json index 1fb9a6f1e..ba4dda7c8 100644 --- a/domains/rafsan.json +++ b/domains/rafsan.json @@ -1,6 +1,4 @@ { - "description": "Github Portfolio of rafsan", - "repo": "https://github.com/htrafsan/htrafsan.github.io", "owner": { "username": "htrafsan", "email": "rafsanoff@gmail.com" diff --git a/domains/rag3r.json b/domains/rag3r.json index 764d0b73d..6c33da463 100644 --- a/domains/rag3r.json +++ b/domains/rag3r.json @@ -1,6 +1,4 @@ { - "description": "My Website Portfolio and other stuff", - "repo": "https://github.com/Rage65/website", "owner": { "username": "Rage65", "email": "123thetechguy@gmail.com" diff --git a/domains/raghav.json b/domains/raghav.json index eb575b9b0..ec2b101d0 100644 --- a/domains/raghav.json +++ b/domains/raghav.json @@ -1,6 +1,4 @@ { - "description": "Flex", - "repo": "https://github.com/GodKode69/GodKode69.github.io", "owner": { "username": "GodKode69", "email": "knownasraghav@gmail.com" diff --git a/domains/rahul-rabari.json b/domains/rahul-rabari.json index a533f1e05..185e8a55d 100644 --- a/domains/rahul-rabari.json +++ b/domains/rahul-rabari.json @@ -1,6 +1,4 @@ { - "description": "This is personal website", - "repo": "https://github.com/rahul-rabari/rahul-rabari.github.io", "owner": { "username": "rahul-rabari" }, diff --git a/domains/rahulcodes.json b/domains/rahulcodes.json index e4ef8e819..2f9a7a063 100644 --- a/domains/rahulcodes.json +++ b/domains/rahulcodes.json @@ -1,6 +1,4 @@ { - "description": "Rahul Bussa's Portfolio", - "repo": "https://github.com/bussarahul/rahulcodes", "owner": { "username": "rahulcodes", "email": "rahulbussa@outlook.com" diff --git a/domains/rahulgurujala.json b/domains/rahulgurujala.json index 664142072..cec421424 100644 --- a/domains/rahulgurujala.json +++ b/domains/rahulgurujala.json @@ -1,6 +1,4 @@ { - "description": "Portfolio Website", - "repo": "https://github.com/rahulgurujala/personal-portfolio", "owner": { "username": "rahulgurujala", "email": "isaacnewtonrahul@gmail.com" diff --git a/domains/rahulkirangaddam.json b/domains/rahulkirangaddam.json index a808a0d0a..987635185 100644 --- a/domains/rahulkirangaddam.json +++ b/domains/rahulkirangaddam.json @@ -1,6 +1,4 @@ { - "description": "Rahul Kiran Gaddam Profile", - "repo": "https://github.com/rahgadda/rahgadda.github.io", "owner": { "username": "rahgadda", "email": "gaddam.rahul@gmail.com" diff --git a/domains/rahulsunil.json b/domains/rahulsunil.json index b3d5c970e..f47b193e5 100644 --- a/domains/rahulsunil.json +++ b/domains/rahulsunil.json @@ -1,6 +1,4 @@ { - "description": "Rahul Sunil - GenAI Engineer", - "repo": "https://github.com/rahulsunil2/rahulsunil-code-portfolio", "owner": { "username": "rahulsunil2", "email": "rahulsunil2@gmail.com" diff --git a/domains/rahulverma.json b/domains/rahulverma.json index 72e156ca1..6b17c2468 100644 --- a/domains/rahulverma.json +++ b/domains/rahulverma.json @@ -1,6 +1,4 @@ { - "description": "My Developer Portfolio", - "repo": "https://github.com/SudoRV/register", "owner": { "username": "SudoRV", "email": "rahulverma.1.2005@gamil.com" diff --git a/domains/rajputshashank.json b/domains/rajputshashank.json index aa479e1f6..1f203bab6 100644 --- a/domains/rajputshashank.json +++ b/domains/rajputshashank.json @@ -1,6 +1,4 @@ { - "description": "Shashank's portfolio", - "repo": "https://github.com/rajputshashank003/details", "owner": { "username": "rajputshashank003", "email": "hariomshashank@gmail.com" diff --git a/domains/rakib.json b/domains/rakib.json index ef6421f69..7939b36e4 100644 --- a/domains/rakib.json +++ b/domains/rakib.json @@ -1,6 +1,4 @@ { - "description": "for my portfolio website", - "repo": "https://github.com/rakibmia7254/portfolio", "owner": { "username": "rakibmia7254", "email": "rakib4ggp@gmail.com" diff --git a/domains/rakibhossain.json b/domains/rakibhossain.json index ef6421f69..7939b36e4 100644 --- a/domains/rakibhossain.json +++ b/domains/rakibhossain.json @@ -1,6 +1,4 @@ { - "description": "for my portfolio website", - "repo": "https://github.com/rakibmia7254/portfolio", "owner": { "username": "rakibmia7254", "email": "rakib4ggp@gmail.com" diff --git a/domains/ram.json b/domains/ram.json index 4c96ac6a6..ccc7bd791 100644 --- a/domains/ram.json +++ b/domains/ram.json @@ -1,6 +1,4 @@ { - "description": "personal use", - "repo": "https://github.com/thisisramhere/Portfolio", "owner": { "username": "thisisramhere", "email": "ramkiranmohan1759@gmail.com", diff --git a/domains/rameez.json b/domains/rameez.json index ff3a758b7..6722fb7d0 100644 --- a/domains/rameez.json +++ b/domains/rameez.json @@ -1,6 +1,4 @@ { - "description": "Personal website of Rameez", - "repo": "https://github.com/rameezrami/rameezrami.github.io", "owner": { "username": "rameezrami", "email": "rameespu@gmail.com" diff --git a/domains/ramoweb.json b/domains/ramoweb.json index 60f98412a..3643795c7 100644 --- a/domains/ramoweb.json +++ b/domains/ramoweb.json @@ -1,6 +1,4 @@ { - "description": "My personal Portfolio Ramoweb", - "repo": "https://github.com/d0vak1n/ramoweb", "owner": { "username": "d0vak1n", "email": "raul@ramoweb.com" diff --git a/domains/ramsheed.json b/domains/ramsheed.json index d1fa8d869..7190aca14 100644 --- a/domains/ramsheed.json +++ b/domains/ramsheed.json @@ -1,6 +1,4 @@ { - "description": "Personal website of Ramsheed", - "repo": "https://github.com/ramsheedrd/ramsheedrd.github.io", "owner": { "username": "ramsheedrd", "email": "ramsheedkc10@gmail.com" diff --git a/domains/random.json b/domains/random.json index 07fedd9b4..862d1c0af 100644 --- a/domains/random.json +++ b/domains/random.json @@ -1,6 +1,4 @@ { - "description": "Redirects to a random .is-a.dev site", - "repo": "https://github.com/gusruben/random-is-a-dev", "owner": { "username": "gusruben", "email": "gusruben@protonmail.com" diff --git a/domains/rapixar.json b/domains/rapixar.json index 52cc2760f..68ee9eace 100644 --- a/domains/rapixar.json +++ b/domains/rapixar.json @@ -1,6 +1,4 @@ { - "description": "The awesome portfolio site for Chinenye Raphael", - "repo": "https://github.com/rapixar/rapixar.github.io", "owner": { "username": "Rapixar", "email": "cudraphael@gmail.com" diff --git a/domains/rasmus.json b/domains/rasmus.json index 90b799acd..0790b227a 100644 --- a/domains/rasmus.json +++ b/domains/rasmus.json @@ -1,6 +1,4 @@ { - "description": "My personal site", - "repo": "https://github.com/rfoldbirk/rfoldbirk.github.io", "owner": { "username": "rfoldbirk", "twitter": "RasmusFoldberg" diff --git a/domains/rathee.json b/domains/rathee.json index 6b76f7f09..5e322a11e 100644 --- a/domains/rathee.json +++ b/domains/rathee.json @@ -1,6 +1,4 @@ { - "description": "Abhinav' Welcome to my portfolio", - "repo": "https://github.com/abhinavrathee/Folio-AbhinavRathee", "owner": { "username": "abhinavrathee", "email": "abhinavrathee00007@gmail.com" diff --git a/domains/ravana.json b/domains/ravana.json index 43099ca46..68c4f6e42 100644 --- a/domains/ravana.json +++ b/domains/ravana.json @@ -1,6 +1,4 @@ { - "description": "Ravana FM", - "repo": "https://ravana69.github.io/mainpage", "owner": { "username": "ravana69", "twitter": "hornyravana>" diff --git a/domains/ravi-pate.json b/domains/ravi-pate.json index 6df215ee5..96b712486 100644 --- a/domains/ravi-pate.json +++ b/domains/ravi-pate.json @@ -1,6 +1,4 @@ { - "description": "Portfolio site.", - "repo": "https://github.com/ravi-pate/ravi-pate.github.io", "owner": { "username": "ravi-pate" }, diff --git a/domains/ravi.json b/domains/ravi.json index 7fa918630..e33f6092f 100644 --- a/domains/ravi.json +++ b/domains/ravi.json @@ -1,6 +1,4 @@ { - "description": "Personal website of Ravi", - "repo": "https://github.com/ravikhokhar23/ravikhokhar23.github.io", "owner": { "username": "ravikhokhar23", "email": "khokhar.ravikumar@gmail.com" diff --git a/domains/raviteja.json b/domains/raviteja.json index 98d9bacc1..408a329b8 100644 --- a/domains/raviteja.json +++ b/domains/raviteja.json @@ -1,6 +1,4 @@ { - "description": "Ravi Teja's portfolio website", - "repo": "https://github.com/iraviteja/iraviteja.github.io", "owner": { "username": "iraviteja", "email": "iraviteja77@gmail.com", diff --git a/domains/rawir.json b/domains/rawir.json index 93156c30e..474e57276 100644 --- a/domains/rawir.json +++ b/domains/rawir.json @@ -1,6 +1,4 @@ { - "description": "Rawir's website", - "repo": "https://github.com/Rawiros/rawiros.github.io", "owner": { "username": "Rawiros", "email": "0x4d3a@protonmail.com", diff --git a/domains/rayane-nekena.json b/domains/rayane-nekena.json index f389c8612..6c6e85111 100644 --- a/domains/rayane-nekena.json +++ b/domains/rayane-nekena.json @@ -1,6 +1,4 @@ { - "description": "Domain for my personal portfolio", - "repo": "https://github.com/Online13/Online13.github.io", "owner": { "username": "Online13", "email": "rratiarivelo@gmail.com" diff --git a/domains/raymonzhang.json b/domains/raymonzhang.json index 3ad0698ed..7df7ef677 100644 --- a/domains/raymonzhang.json +++ b/domains/raymonzhang.json @@ -1,6 +1,4 @@ { - "description": "My personal website", - "repo": "https://github.com/raymon-zhang/website", "owner": { "username": "raymon-zhang", "email": "raymonzhang.rz@gmail.com" diff --git a/domains/reading.json b/domains/reading.json index 6a719709e..735a0aedf 100644 --- a/domains/reading.json +++ b/domains/reading.json @@ -1,6 +1,4 @@ { - "description": "For my personal website, The Reading Dimension. ^_^", - "repo": "https://github.com/readandprogress/thereadingdimension", "owner": { "username": "readandprogress", "email": "readandprogress@duck.com", diff --git a/domains/realmzersdomain.json b/domains/realmzersdomain.json index 414d8a2e5..fabf49da5 100644 --- a/domains/realmzersdomain.json +++ b/domains/realmzersdomain.json @@ -1,6 +1,4 @@ { - "description": "Realmzers Page", - "repo": "https://github.com/Realmzer/realmzer.github.io", "owner": { "username": "Realmzer", "email": "therealm4mc@gmail.com" diff --git a/domains/receipes.json b/domains/receipes.json index c49d2219e..c3fc0683b 100644 --- a/domains/receipes.json +++ b/domains/receipes.json @@ -1,6 +1,4 @@ { - "description": "My portfolio", - "repo": "https://github.com/receipes/receipes.github.io", "owner": { "username": "receipes", "discord": "receipes#3705" diff --git a/domains/rededge.json b/domains/rededge.json index 896370eeb..5ded6e33d 100644 --- a/domains/rededge.json +++ b/domains/rededge.json @@ -1,6 +1,4 @@ { - "description": "Chandula Janith's (RedEdge967) personal portfolio website made with glassmorphism UI", - "repo": "https://github.com/RedEdge967/RedEdge967.github.io", "owner": { "username": "RedEdge967", "email": "janithc967@gmail.com" diff --git a/domains/rediblesky.json b/domains/rediblesky.json index da87a619f..33b1fa340 100644 --- a/domains/rediblesky.json +++ b/domains/rediblesky.json @@ -1,6 +1,4 @@ { - "description": "RedibleSky's site", - "repo": "https://github.com/RedibleSky/RedibleSky.github.io", "owner": { "username": "RedibleSky", "email": "user0thenyancat@proton.me", diff --git a/domains/redirect.akk1to.json b/domains/redirect.akk1to.json index b5bfd6138..fdf47929c 100644 --- a/domains/redirect.akk1to.json +++ b/domains/redirect.akk1to.json @@ -1,6 +1,4 @@ { - "description": "This website is for redirect server", - "repo": "https://github.com/akk1to/redirect", "owner": { "username": "akk1to", "email": "akk1to.dev@gmail.com", diff --git a/domains/rednek46.json b/domains/rednek46.json index f9d9df2ac..3aa3d8af2 100644 --- a/domains/rednek46.json +++ b/domains/rednek46.json @@ -1,6 +1,4 @@ { - "description": "My Personal Portfolio", - "repo": "https://github.com/rednek46/rednek46.github.io", "owner": { "username": "rednek46", "email": "nuzer501@gmail.com" diff --git a/domains/reed.json b/domains/reed.json index c044a979e..00b8ccda6 100644 --- a/domains/reed.json +++ b/domains/reed.json @@ -1,6 +1,4 @@ { - "repo": "https://github.com/reed-jones/reedjones.com", - "description": "Reeds personal developer site", "owner": { "username": "reed-jones", "email": "reedjones@reedjones.com", diff --git a/domains/reefsalty.json b/domains/reefsalty.json index af096e44e..36eb59f0c 100644 --- a/domains/reefsalty.json +++ b/domains/reefsalty.json @@ -1,6 +1,4 @@ { - "description": "ReefSalty", - "repo": "https://github.com/github-username/reefsalty.github.io", "owner": { "username": "ReefSalty", "email": "hi@reefsalty.co.uk", diff --git a/domains/reiyuchan.json b/domains/reiyuchan.json index 77dc256ca..7cb7f38d0 100644 --- a/domains/reiyuchan.json +++ b/domains/reiyuchan.json @@ -1,6 +1,4 @@ { - "description": "reiyuchan personal website", - "repo": "https://github.com/reiyuchan/reiyuchan.github.io", "owner": { "username": "reiyuchan", "email": "iwakura.rei.tk@gmail.com" diff --git a/domains/rekto.json b/domains/rekto.json index d4794d5c9..2ba27f240 100644 --- a/domains/rekto.json +++ b/domains/rekto.json @@ -1,6 +1,4 @@ { - "description": "Rekto Website", - "repo": "https://github.com/rekto-dev/rekto-dev.github.io", "owner": { "username": "GetRekto", "email": "rekto.personal@outlook.com" diff --git a/domains/relicrb.json b/domains/relicrb.json index 20c7393ec..eb8a65258 100644 --- a/domains/relicrb.json +++ b/domains/relicrb.json @@ -1,6 +1,4 @@ { - "description": "Relic's Personal Site", - "repo": "https://github.com/RelicRB/RelicRB.github.io", "owner": { "username": "RelicRB", "email": "relicrb@gmail.com" diff --git a/domains/ren.json b/domains/ren.json index cdfaf59aa..3371c8c16 100644 --- a/domains/ren.json +++ b/domains/ren.json @@ -1,6 +1,4 @@ { - "description": "is-a.dev subdomain for my portfolio", - "repo": "https://github.com/rendotpy/portfolio", "owner": { "username": "rendotpy", "email": "arugh3@gmail.com" diff --git a/domains/renzyx.json b/domains/renzyx.json index b297a48d4..abf5750e9 100644 --- a/domains/renzyx.json +++ b/domains/renzyx.json @@ -1,6 +1,4 @@ { - "description": "xYugen's Portfolio", - "repo": "https://github.com/xyugen/portfolio", "owner": { "username": "xyugen", "email": "alex.arias.jorym@gmail.com" diff --git a/domains/rep.json b/domains/rep.json index 44b96b134..c7c5457ce 100644 --- a/domains/rep.json +++ b/domains/rep.json @@ -1,6 +1,4 @@ { - "description": "Im a nerd", - "repo": "https://github.com/reputationdev/reputationdev.github.io", "owner": { "username": "Reputation", "email": "omen@dashpvp.net" diff --git a/domains/resend._domainkey.chriscent.json b/domains/resend._domainkey.chriscent.json index 4f1b264fb..3636a5e64 100644 --- a/domains/resend._domainkey.chriscent.json +++ b/domains/resend._domainkey.chriscent.json @@ -1,6 +1,4 @@ { - "description": "A practice portfolio for web design challenges.", - "repo": "https://github.com/KishonShrill/website-portfolio", "owner": { "username": "KishonShrill", "email": "crystalbluew@gmail.com" diff --git a/domains/resolved.json b/domains/resolved.json index 21a44addd..678a54b6e 100644 --- a/domains/resolved.json +++ b/domains/resolved.json @@ -1,6 +1,4 @@ { - "description": "Hello", - "repo": "https://github.com/huukhoa04/resolved-io", "owner": { "username": "huukhoa04", "email": "huukhoa04@gmail.com", diff --git a/domains/retr0.json b/domains/retr0.json index 6de970e3f..bc8c1a573 100644 --- a/domains/retr0.json +++ b/domains/retr0.json @@ -1,6 +1,4 @@ { - "description": "Rer0's personal developer website", - "repo": "https://github.com/u0f/u0f.github.io", "owner": { "username": "u0f", "email": "ice.dev1234@gmail.com" diff --git a/domains/retr0xraiden.json b/domains/retr0xraiden.json index 58e8c017c..bacf7e1fd 100644 --- a/domains/retr0xraiden.json +++ b/domains/retr0xraiden.json @@ -1,6 +1,4 @@ { - "description": "My Developer Portfolio", - "repo": "https://github.com/raiden-16f7/raiden-16f7.github.io", "owner": { "username": "Raiden-16F7", "email": "fahad.rizwan07@gmail.com" diff --git a/domains/retro.horibyte.json b/domains/retro.horibyte.json index cff70fef2..825aa14bb 100644 --- a/domains/retro.horibyte.json +++ b/domains/retro.horibyte.json @@ -1,6 +1,4 @@ { - "description": "Horibyte's personal website", - "repo": "https://github.com/horibyte/horibyte.github.io", "owner": { "username": "horibyte", "email": "thehoribyte@gmail.com" diff --git a/domains/reuben.json b/domains/reuben.json index e908cedea..0add0229f 100644 --- a/domains/reuben.json +++ b/domains/reuben.json @@ -1,6 +1,4 @@ { - "description": "Personal Page", - "repo": "https://github.com/reuben-x/reuben-x.github.io", "owner": { "username": "reuben-x", "email": "reubenthomaspeter@gmail.com" diff --git a/domains/reuel.json b/domains/reuel.json index 32433beed..80df0f704 100644 --- a/domains/reuel.json +++ b/domains/reuel.json @@ -1,6 +1,4 @@ { - "description": "Personal Blog", - "repo": "https://github.com/reuel-k/reuel-k.github.io", "owner": { "username": "reuel-k", "email": "reuelk@protonmail.com" diff --git a/domains/revolux.json b/domains/revolux.json index 8e3eaf48b..37cb0d08b 100644 --- a/domains/revolux.json +++ b/domains/revolux.json @@ -1,6 +1,4 @@ { - "description": "For my personal portfolio", - "repo": "https://github.com/rxvolux/rxvolux.github.io", "owner": { "username": "rxvolux", "email": "business.itzswift@gmail.com", diff --git a/domains/rfwn.json b/domains/rfwn.json index 6d7afc087..87006f3d2 100644 --- a/domains/rfwn.json +++ b/domains/rfwn.json @@ -1,6 +1,4 @@ { - "description": "Personal Website", - "repo": "https://github.com/rfwn/rfwn.github.io", "owner": { "username": "rfwn", "email": "rfwn.mjd@gmail.com" diff --git a/domains/ricardo.json b/domains/ricardo.json index 2fa2b1653..4cde968cc 100644 --- a/domains/ricardo.json +++ b/domains/ricardo.json @@ -1,6 +1,4 @@ { - "description": "My personal website", - "repo": "https://github.com/RicardoGonzf/RicardoGonzf", "owner": { "username": "RicardoGonzf", "email": "ricardo@ricardogonz.es" diff --git a/domains/ricecx.json b/domains/ricecx.json index ba5486bdd..b75871486 100644 --- a/domains/ricecx.json +++ b/domains/ricecx.json @@ -1,10 +1,8 @@ { - "repo": "https://github.com/ricecx/ricecx.github.io", "owner": { "username": "RiceCX", "email": "andyl5463@gmail.com" }, - "description": "Hosting my website.", "records": { "CNAME": "ricecx.github.io" } diff --git a/domains/rilecraft.json b/domains/rilecraft.json index fb8f7f990..647d42833 100644 --- a/domains/rilecraft.json +++ b/domains/rilecraft.json @@ -1,6 +1,4 @@ { - "description": "Subdomain for my github pages site.", - "repo": "https://github.com/rilecraft/rilecraft.github.io", "owner": { "username": "rilecraft", "email": "rilecraft@gmail.com" diff --git a/domains/riley.json b/domains/riley.json index 62f952ef4..a0b7d61ac 100644 --- a/domains/riley.json +++ b/domains/riley.json @@ -1,6 +1,4 @@ { - "description": "Riley Chou's Personal Website", - "repo": "https://github.com/rileychou/rileychou.github.io", "owner": { "username": "rileychou", "email": "riley33chou@gmail.com", diff --git a/domains/rilliat.json b/domains/rilliat.json index acec2cb68..e10c107d2 100644 --- a/domains/rilliat.json +++ b/domains/rilliat.json @@ -1,6 +1,4 @@ { - "description": "Rilliat's is-a.dev domain", - "repo": "https://github.com/Rilliat/rilliat.github.io", "owner": { "username": "Rilliat", "email": "rilliatserver@gmail.com", diff --git a/domains/ririn.json b/domains/ririn.json index be3e7922c..c40db5341 100644 --- a/domains/ririn.json +++ b/domains/ririn.json @@ -1,6 +1,4 @@ { - "description": "ririn-hq", - "repo": "https://github.com/ririn-hq/ririn-hq.github.io", "owner": { "username": "ririn-hq", "email": "ririnvieux@gmail.com", diff --git a/domains/rishabh.json b/domains/rishabh.json index fd1298e92..b2a8cbb64 100644 --- a/domains/rishabh.json +++ b/domains/rishabh.json @@ -1,6 +1,4 @@ { - "description": "Is a dev subdomain for rishabh", - "repo": "https://github.com/rishabhc/rishabhc.github.io", "owner": { "username": "rishabhc", "email": "me@rishabh.ch" diff --git a/domains/rishika.json b/domains/rishika.json index eefd168ba..8b35ae43f 100644 --- a/domains/rishika.json +++ b/domains/rishika.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website", - "repo": "https://github.com/rishika105/Portfolio-Website-React", "owner": { "username": "rishika105", "email": "rishikaagarwal2316@gmail.com" diff --git a/domains/riskybotredirect.json b/domains/riskybotredirect.json index 97ce7c639..6a876c781 100644 --- a/domains/riskybotredirect.json +++ b/domains/riskybotredirect.json @@ -1,6 +1,4 @@ { - "description": "Discord Bot Website", - "repo": "https://github.com/RiskyMH/RiskyBOT", "owner": { "username": "RiskyMH", "discord": "RiskyMH#0182" diff --git a/domains/riskymh.json b/domains/riskymh.json index 305447e77..893e3aebc 100644 --- a/domains/riskymh.json +++ b/domains/riskymh.json @@ -1,6 +1,4 @@ { - "description": "Personal Website", - "repo": "https://github.com/RiskyMH/RiskyMH.github.io", "owner": { "username": "RiskyMH", "discord": "RiskyMH#0182" diff --git a/domains/riskymhredirect.json b/domains/riskymhredirect.json index fcb2de540..14444c2bb 100644 --- a/domains/riskymhredirect.json +++ b/domains/riskymhredirect.json @@ -1,6 +1,4 @@ { - "description": "Personal Website", - "repo": "https://github.com/RiskyMH/RiskyMH.github.io", "owner": { "username": "RiskyMH", "discord": "RiskyMH#0182" diff --git a/domains/risshi.json b/domains/risshi.json index 3b81997d8..91fc8b8ab 100644 --- a/domains/risshi.json +++ b/domains/risshi.json @@ -1,6 +1,4 @@ { - "description": "portfolio website", - "repo": "https://github.com/codeRisshi25/codeRisshi25.github.io", "owner": { "username": "codeRisshi25", "email": "risshirajsen@gmail.com" diff --git a/domains/ritesh.json b/domains/ritesh.json index 0abeff729..31db72aeb 100644 --- a/domains/ritesh.json +++ b/domains/ritesh.json @@ -1,6 +1,4 @@ { - "description": "For personal portfolio website.", - "repo": "https://github.com/riteshsargam/register", "owner": { "username": "riteshsargam", "email": "ritesh.sargam00@gmail.com" diff --git a/domains/rithinjose.json b/domains/rithinjose.json index 3b1121552..3b7658442 100644 --- a/domains/rithinjose.json +++ b/domains/rithinjose.json @@ -1,6 +1,4 @@ { - "description": "Personal Website", - "repo": "https://github.com/rithin-jose/rithin-jose.github.io", "owner": { "username": "rithin-jose", "twitter": "rithinja" diff --git a/domains/riviox.json b/domains/riviox.json index abf44ff5a..62d0c69cb 100644 --- a/domains/riviox.json +++ b/domains/riviox.json @@ -1,6 +1,4 @@ { - "description": "riviox's website", - "repo": "https://github.com/riviox/riviox.github.io", "owner": { "username": "riviox", "email": "rivioxyt@hotmail.com", diff --git a/domains/rivos.json b/domains/rivos.json index 30344055b..ad5faaa5e 100644 --- a/domains/rivos.json +++ b/domains/rivos.json @@ -1,6 +1,4 @@ { - "description": "Personal Portofolio", - "repo": "https://github.com/rioovs/rioovs.github.io", "owner": { "username": "rioovs", "email": "riooktaviansyah36@gmail.com" diff --git a/domains/riya.json b/domains/riya.json index 8d92c94c8..1ab4fbcde 100644 --- a/domains/riya.json +++ b/domains/riya.json @@ -1,6 +1,4 @@ { - "description": "Riya Roy", - "repo": "https://github.com/riyaroy2086/riyaroy2086.github.io", "owner": { "username": "riyaroy2086", "email": "riyaroy2086@gmal.com", diff --git a/domains/rizmyabdulla.json b/domains/rizmyabdulla.json index 204de6fda..92cdc37fd 100644 --- a/domains/rizmyabdulla.json +++ b/domains/rizmyabdulla.json @@ -1,6 +1,4 @@ { - "description": "Welcome to my creative haven! Explore a collection of my finest works that blend passion, innovation, and artistry. From captivating visual designs to thought-provoking written pieces, this portfolio domain showcases my journey as a versatile creator. Join me in celebrating the beauty of imagination and the power of expression", - "repo": "https://github.com/rizmyabdulla/rizmyabdulla", "owner": { "username": "rizmyabdulla", "email": "rizmyabdulla@gmail.com", diff --git a/domains/rizqi.json b/domains/rizqi.json index 60d6c9139..915635e59 100644 --- a/domains/rizqi.json +++ b/domains/rizqi.json @@ -1,6 +1,4 @@ { - "description": "Portofolio Website.", - "repo": "https://github.com/RizqiSeijuuro/portfolio", "owner": { "username": "RizqiSeijuuro", "email": "rizqiansyah52@gmail.com" diff --git a/domains/rjk.json b/domains/rjk.json index 3d4a82db7..34b5bd37a 100644 --- a/domains/rjk.json +++ b/domains/rjk.json @@ -1,6 +1,4 @@ { - "description": "This subdomain will be used by me to host my website and projects, which are currently under development ", - "repo": "https://github.com/rayyanjkhan/rayyanjkhan.github.io", "owner": { "username": "rayyanjkhan", "email": "r.khan13245@kgs.edu.pk", diff --git a/domains/rllanonymous.json b/domains/rllanonymous.json index 8a3d57c4a..c6f23f636 100644 --- a/domains/rllanonymous.json +++ b/domains/rllanonymous.json @@ -1,6 +1,4 @@ { - "description": "Lanonymous own website for contact.", - "repo": "https://github.com/RLLanonymous/RLLanonymous.github.io", "owner": { "username": "RLLanonymous", "email": "ethanweirich31@gmail.com" diff --git a/domains/rlx.json b/domains/rlx.json index ef0bb9ba6..50ff362f9 100644 --- a/domains/rlx.json +++ b/domains/rlx.json @@ -1,6 +1,4 @@ { - "description": "RLX's personal website", - "repo": "https://github.com/RLX-OP/rlx-op.github.io", "owner": { "username": "RLX-OP", "email": "contactrlxop@gmail.com" diff --git a/domains/rmd.json b/domains/rmd.json index 90ab943eb..d83f1f007 100644 --- a/domains/rmd.json +++ b/domains/rmd.json @@ -1,6 +1,4 @@ { - "description": "This subdomain is for my personal website.", - "repo": "https://github.com/danknessdra/danknessdra.github.io", "owner": { "username": "danknessdra", "email": "danknessdra@gmail.com" diff --git a/domains/rob.json b/domains/rob.json index bb4e39e0c..833f18bfb 100644 --- a/domains/rob.json +++ b/domains/rob.json @@ -1,6 +1,4 @@ { - "description": "Rob.Is-A.Dev Website", - "repo": "https://melroser.github.io", "owner": { "username": "melroser", "email": "biz@eml.cc" diff --git a/domains/robin.json b/domains/robin.json index 14ba9d18c..a0379cce1 100644 --- a/domains/robin.json +++ b/domains/robin.json @@ -1,6 +1,4 @@ { - "description": "Portfolio", - "repo": "https://github.com/RobinJesba/robinjesba.github.io", "owner": { "username": "RobinJesba", "email": "jb.robinm@gmail.com" diff --git a/domains/rodolfo.json b/domains/rodolfo.json index 56de0409d..c75b7a63b 100644 --- a/domains/rodolfo.json +++ b/domains/rodolfo.json @@ -1,6 +1,4 @@ { - "description": "Rodolfo Rodrigues developer page", - "repo": "https://github.com/rudwolf/rudwolf.github.io", "owner": { "username": "rudwolf", "email": "rudwolf@gmail.com" diff --git a/domains/roger.json b/domains/roger.json index d73527174..a07f0e1e2 100644 --- a/domains/roger.json +++ b/domains/roger.json @@ -1,6 +1,4 @@ { - "description": "Documentation website for is-a.dev", - "repo": "https://github.com/rogerHuntGauntlet/registerisadev", "owner": { "username": "rogerHuntGauntlet", "email": "regorhunt02052@gmail.com", diff --git a/domains/rohanjaiswal.json b/domains/rohanjaiswal.json index 408e1969e..cd7e39250 100644 --- a/domains/rohanjaiswal.json +++ b/domains/rohanjaiswal.json @@ -1,6 +1,4 @@ { - "description": "Rohan Jaiswal's portfolio", - "repo": "https://github.com/jaiswalrohan8796/jaiswalrohan8796", "owner": { "username": "jaiswalrohan8796", "email": "jaiswalrohan8796@gmail.com" diff --git a/domains/rohit-sony.json b/domains/rohit-sony.json index 89fb6b99e..7d901dea4 100644 --- a/domains/rohit-sony.json +++ b/domains/rohit-sony.json @@ -1,6 +1,4 @@ { - "description": "Rohit Profile.", - "repo": "https://github.com/rohit-sony/rohit-sony.github.io", "owner": { "username": "rohit-sony" }, diff --git a/domains/rohit.json b/domains/rohit.json index 37da425de..a642ce27f 100644 --- a/domains/rohit.json +++ b/domains/rohit.json @@ -1,6 +1,4 @@ { - "description": "Rohit Singh's Website", - "repo": "https://github.com/rohit-sama/portfolio_react", "owner": { "username": "roht-sama", "email": "rohit9804singh@gmail.com", diff --git a/domains/rohithborana.json b/domains/rohithborana.json index 42745dec0..6a653454d 100644 --- a/domains/rohithborana.json +++ b/domains/rohithborana.json @@ -1,6 +1,4 @@ { - "description": "Rohith's personal website", - "repo": "https://github.com/therohithborana/portfolio", "owner": { "username": "therohithborana", "email": "boranarohith07@gmail.com" diff --git a/domains/rohithill.json b/domains/rohithill.json index 1b54b2012..703fc96e3 100644 --- a/domains/rohithill.json +++ b/domains/rohithill.json @@ -1,6 +1,4 @@ { - "description": "I like computers", - "repo": "https://github.com/rohithill/rohithill.github.io", "owner": { "username": "rohithill", "email": "truezeroxy@gmail.com" diff --git a/domains/rohitkaushal.json b/domains/rohitkaushal.json index 16a2e09c0..301bf2533 100644 --- a/domains/rohitkaushal.json +++ b/domains/rohitkaushal.json @@ -1,6 +1,4 @@ { - "description": "My personal Portfolio", - "repo": "https://github.com/RohitKaushal7/RohitKaushal7.github.io", "owner": { "username": "RohitKaushal7", "email": "rohitkk252550@gmail.com" diff --git a/domains/romi.json b/domains/romi.json index 05118a442..ee4751d8f 100644 --- a/domains/romi.json +++ b/domains/romi.json @@ -1,6 +1,4 @@ { - "description": "portfolio rominaru", - "repo": "https://github.com/Leuthra/Leuthra", "owner": { "username": "leuthra", "email": "romi49610@gmail.com" diff --git a/domains/romzyytv.json b/domains/romzyytv.json index 879c4c40e..ec55201e9 100644 --- a/domains/romzyytv.json +++ b/domains/romzyytv.json @@ -1,6 +1,4 @@ { - "description": "RomzyyTV own website.", - "repo": "https://github.com/RomzyyTV/RomzyyTV.github.io", "owner": { "username": "RomzyyTV", "email": "jesaisqpaspourquoi@gmail.com" diff --git a/domains/roshansahani.json b/domains/roshansahani.json index d91d22302..0401ecf3b 100644 --- a/domains/roshansahani.json +++ b/domains/roshansahani.json @@ -1,6 +1,4 @@ { - "description": "Portofolio Website", - "repo": "https://github.com/felixop7/Portfolio", "owner": { "username": "felixop7", "email": "roshansahani226@gmail.com" diff --git a/domains/roxza.json b/domains/roxza.json index b02791a12..a03ba7f26 100644 --- a/domains/roxza.json +++ b/domains/roxza.json @@ -1,6 +1,4 @@ { - "description": "Roxza personal developer website", - "repo": "https://github.com/Roxza/Roxza.me", "owner": { "username": "roxza", "email": "me@roxza.me", diff --git a/domains/roy.json b/domains/roy.json index e11fdf6b4..8402c5d1a 100644 --- a/domains/roy.json +++ b/domains/roy.json @@ -1,6 +1,4 @@ { - "description": "Roy's portfolio website", - "repo": "https://github.com/rcrj/rcrj.github.io", "owner": { "username": "rcrj", "email": "rcrj95@gmail.com" diff --git a/domains/royalty.json b/domains/royalty.json index 1a1f338d9..5e39a20b7 100644 --- a/domains/royalty.json +++ b/domains/royalty.json @@ -1,6 +1,4 @@ { - "description": "A basic personal website about my projects and me.", - "repo": "https://github.com/hisRoyalty/hisroyalty.github.io", "owner": { "username": "hisRoyalty", "email": "hisroyal.baguette@gmail.com" diff --git a/domains/rpadrell.json b/domains/rpadrell.json index 36b151a22..61ede2dc5 100644 --- a/domains/rpadrell.json +++ b/domains/rpadrell.json @@ -1,6 +1,4 @@ { - "description": "Roger Padrell's portfolio website", - "repo": "https://github.com/roger-padrell/me", "owner": { "username": "roger-padrell", "email": "padrell.roger@gmail.com" diff --git a/domains/rpj.json b/domains/rpj.json index d66451835..276be4b5b 100644 --- a/domains/rpj.json +++ b/domains/rpj.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website", - "repo": "https://rpj09.github.io/Portfolio", "owner": { "username": "rpj09", "email": "singhripunjay09@gmail.com", diff --git a/domains/rrrokhtar.json b/domains/rrrokhtar.json index dd408627a..f350a17b1 100644 --- a/domains/rrrokhtar.json +++ b/domains/rrrokhtar.json @@ -1,6 +1,4 @@ { - "description": "MOKHTAR's personal website", - "repo": "https://github.com/rrrokhtar/rrrokhtar.github.io", "owner": { "username": "rrrokhtar", "email": "rrrokhtar@gmail.com", diff --git a/domains/rubiin.json b/domains/rubiin.json index 04efb21a4..4e7ceca82 100644 --- a/domains/rubiin.json +++ b/domains/rubiin.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio", - "repo": "https://github.com/rubiin/rubiin.github.io", "owner": { "username": "rubiin", "email": "roobin.bhandari@gmail.com" diff --git a/domains/ruby.json b/domains/ruby.json index c9358d06b..d6e1afbee 100644 --- a/domains/ruby.json +++ b/domains/ruby.json @@ -1,6 +1,4 @@ { - "description": "ruby.is-a.dev", - "repo": "https://github.com/hopefulruby/hopefulruby.github.io/", "owner": { "username": "hopefulruby", "email": "rubii.is.cool@outlook.com", diff --git a/domains/ruchitawagh.json b/domains/ruchitawagh.json index 3b4155462..521cb75e4 100644 --- a/domains/ruchitawagh.json +++ b/domains/ruchitawagh.json @@ -1,6 +1,4 @@ { - "description": "Portfolio", - "repo": "https://github.com/Roxie2003/Portfolio", "owner": { "username": "Roxie2003", "email": "ruchita03wagh@gmail.com" diff --git a/domains/rudra.json b/domains/rudra.json index 57bfd089d..5ca27f561 100644 --- a/domains/rudra.json +++ b/domains/rudra.json @@ -4,8 +4,6 @@ "email": "rudranshjoshi1806@gmail.com", "discord": "#2022" }, - "description": "Domain for my personal portfolio written w/ Django & TailwindCSS", - "repo": "https://github.com/FireHead90544/rudra-django", "records": { "A": ["20.219.132.8"] } diff --git a/domains/ruizo.json b/domains/ruizo.json index 98d4dea8a..993a607f0 100644 --- a/domains/ruizo.json +++ b/domains/ruizo.json @@ -1,6 +1,4 @@ { - "description": "My Territory", - "repo": "https://github.com/mezeru/mezeru.github.io", "owner": { "username": "Mezeru", "email": "jermpro0@gmail.com", diff --git a/domains/rumesh.json b/domains/rumesh.json index 02d8d85c4..d507af7ea 100644 --- a/domains/rumesh.json +++ b/domains/rumesh.json @@ -1,6 +1,4 @@ { - "description": "Rumesh's .is-a.dev domain", - "repo": "https://github.com/iRumesh/irumesh.github.io", "owner": { "username": "irumesh", "email": "irumesh.work@gmail.com" diff --git a/domains/rupankar.json b/domains/rupankar.json index afdcd5db1..5d1408b97 100644 --- a/domains/rupankar.json +++ b/domains/rupankar.json @@ -1,6 +1,4 @@ { - "description": "A portfolio website", - "repo": "https://github.com/InvictusRex/InvictusRex.github.io", "owner": { "username": "InvictusRex", "email": "rupankar.majumdar2023@vitstudent.ac.in" diff --git a/domains/rushi.json b/domains/rushi.json index e90ef66ab..c91615c3e 100644 --- a/domains/rushi.json +++ b/domains/rushi.json @@ -1,6 +1,4 @@ { - "description": "This domain will be used for my personal website.", - "repo": "https://github.com/rushi0n/rushi0n.github.io", "owner": { "username": "rushi0n", "email": "rushikushare99@gmail.com" diff --git a/domains/rushil-patel.json b/domains/rushil-patel.json index a9fa6fd92..359dca38c 100644 --- a/domains/rushil-patel.json +++ b/domains/rushil-patel.json @@ -1,6 +1,4 @@ { - "description": "For my Personal Portfolio website", - "repo": "https://github.com/rushilp1/rushilp1.github.io", "owner": { "username": "rushilp1", "email": "rushil.p1@ahduni.edu.in" diff --git a/domains/rushil.json b/domains/rushil.json index a9fa6fd92..359dca38c 100644 --- a/domains/rushil.json +++ b/domains/rushil.json @@ -1,6 +1,4 @@ { - "description": "For my Personal Portfolio website", - "repo": "https://github.com/rushilp1/rushilp1.github.io", "owner": { "username": "rushilp1", "email": "rushil.p1@ahduni.edu.in" diff --git a/domains/rusiru.json b/domains/rusiru.json index 96dc0fe81..42d49232d 100644 --- a/domains/rusiru.json +++ b/domains/rusiru.json @@ -1,6 +1,4 @@ { - "description": "Rusiru Anupama is a Dev", - "repo": "https://github.com/sparkstark03/register", "owner": { "username": "sparkstark03", "email": "rusirurasanjana@gmail.com" diff --git a/domains/rustemb.json b/domains/rustemb.json index a808a7328..4bac07cb7 100644 --- a/domains/rustemb.json +++ b/domains/rustemb.json @@ -1,6 +1,4 @@ { - "description": "Rustem B. dev page", - "repo": "https://github.com/RustemB/rustemb.github.io", "owner": { "username": "rustemb", "email": "rustemb@systemli.org" diff --git a/domains/rutkuli.json b/domains/rutkuli.json index ee368398f..0be5dbe2b 100644 --- a/domains/rutkuli.json +++ b/domains/rutkuli.json @@ -1,6 +1,4 @@ { - "description": "This website is a link to my personal developer website.", - "repo": "https://github.com/rutkuli/rutkuli.github.io", "owner": { "username": "Rutkuli", "email": "rutkuliofficial@gmail.com" diff --git a/domains/rv178.json b/domains/rv178.json index eef737362..fee933e42 100644 --- a/domains/rv178.json +++ b/domains/rv178.json @@ -1,6 +1,4 @@ { - "description": "is-a.dev subdomain for my portfolio", - "repo": "https://github.com/rv178/website", "owner": { "username": "rv178", "email": "idliyout@gmail.com" diff --git a/domains/rvc11.json b/domains/rvc11.json index 4653e53bd..9395186d6 100644 --- a/domains/rvc11.json +++ b/domains/rvc11.json @@ -1,6 +1,4 @@ { - "description": "RedVelvetCake11's website", - "repo": "https://github.com/redvelvetcake11/redvelvetcake11.github.io", "owner": { "username": "redvelvetcake11", "email": "membermadde.insiddev25120@hotmail.com" diff --git a/domains/rwithik.json b/domains/rwithik.json index de14d747c..43677233e 100644 --- a/domains/rwithik.json +++ b/domains/rwithik.json @@ -1,6 +1,4 @@ { - "description": "Rwithik's Website", - "repo": "https://github.com/rwithik/rwithik.github.io", "owner": { "username": "rwithik", "email": "rwithik@gmail.com" diff --git a/domains/rxyhn.json b/domains/rxyhn.json index d21c1198d..ff07158d3 100644 --- a/domains/rxyhn.json +++ b/domains/rxyhn.json @@ -1,6 +1,4 @@ { - "description": "Rxyhn's Personal Site", - "repo": "https://github.com/rxyhn/rxyhn.github.io", "owner": { "username": "rxyhn", "email": "rayhankafipratama333@gmail.com", diff --git a/domains/ryannkim327.json b/domains/ryannkim327.json index 98a215409..5b4f4be48 100644 --- a/domains/ryannkim327.json +++ b/domains/ryannkim327.json @@ -1,6 +1,4 @@ { - "description": "Ryann Kim Sesgundo, a student from Dalubhasaan ng Lungsod ng Lucena", - "repo": "https://github.com/RyannKim327/ryannkim327.github.io", "owner": { "username": "RyannKim327", "email": "weryses19@gmail.com" diff --git a/domains/rzkyfhrzi21.json b/domains/rzkyfhrzi21.json index f554098f0..7593ea0d8 100644 --- a/domains/rzkyfhrzi21.json +++ b/domains/rzkyfhrzi21.json @@ -1,6 +1,4 @@ { - "description": "Portfolio", - "repo": "https://github.com/rzkyfhrzi21/rzkyfhrzi21.github.io", "owner": { "username": "rzkyfhrzi21", "email": "rzkyfhrz21@gmail.com" diff --git a/domains/s-kunjan.json b/domains/s-kunjan.json index b0f761f0b..ab3f6b3b4 100644 --- a/domains/s-kunjan.json +++ b/domains/s-kunjan.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/s-kunjan/s-kunjan.github.io", "owner": { "username": "s-kunjan" }, diff --git a/domains/s-nishit.json b/domains/s-nishit.json index bcd74db2e..1430e9762 100644 --- a/domains/s-nishit.json +++ b/domains/s-nishit.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/s-nishit/s-nishit.github.io", "owner": { "username": "s-nishit" }, diff --git a/domains/saba.json b/domains/saba.json index c2a387b86..986c133f7 100644 --- a/domains/saba.json +++ b/domains/saba.json @@ -1,6 +1,4 @@ { - "description": "Portfolio page for full stack projects", - "repo": "https://github.com/itsaba/itsaba.github.io", "owner": { "username": "itsaba", "email": "saba.s@mail.com" diff --git a/domains/sabidzpro.json b/domains/sabidzpro.json index 121e992ec..81e3aeb32 100644 --- a/domains/sabidzpro.json +++ b/domains/sabidzpro.json @@ -1,6 +1,4 @@ { - "description": "Portfolio saya yang di-deploy di Vercel", - "repo": "https://github.com/saifulabidin/saifulabidin.github.io", "owner": { "username": "saifulabidin", "email": "syaiful.osd@yahoo.com" diff --git a/domains/sadie.json b/domains/sadie.json index c90cd81cf..74e94740c 100644 --- a/domains/sadie.json +++ b/domains/sadie.json @@ -1,6 +1,4 @@ { - "description": "Sadie Brooklyn's website", - "repo": "https://github.com/night-lake/night-lake.github.io", "owner": { "username": "night-lake", "email": "sadiebk@fluorine.me", diff --git a/domains/sadik.json b/domains/sadik.json index c29aefe39..97b9b5d36 100644 --- a/domains/sadik.json +++ b/domains/sadik.json @@ -1,6 +1,4 @@ { - "description": "For Portfolio", - "repo": "https://github.com/square-story/portfolio-next.js", "owner": { "username": "square-story", "email": "gibmepreo@gmail.com" diff --git a/domains/saeef.json b/domains/saeef.json index 6e016f873..807a79406 100644 --- a/domains/saeef.json +++ b/domains/saeef.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio site", - "repo": "https://github.com/saeef/isaeef.git", "owner": { "username": "saeef", "email": "saeef@outlook.com" diff --git a/domains/sageofluke.json b/domains/sageofluke.json index 9b6eabf06..74e16e444 100644 --- a/domains/sageofluke.json +++ b/domains/sageofluke.json @@ -1,6 +1,4 @@ { - "description": "SageofLuke.is-a.dev", - "repo": "https://github.com/sageofluke/sageofluke.github.io", "owner": { "username": "SageOfLuke", "email": "rj05tilak@hotmail.com" diff --git a/domains/saharsh.json b/domains/saharsh.json index b06e61b7c..59597b598 100644 --- a/domains/saharsh.json +++ b/domains/saharsh.json @@ -1,6 +1,4 @@ { - "description": "My portofilio!", - "repo": "https://github.com/Saharsh1223/saharsh1223.github.io", "owner": { "username": "Saharsh1223", "email": "psaharsh2@gmail.com", diff --git a/domains/sahil.json b/domains/sahil.json index f4ef6c7bd..3fb0bd96c 100644 --- a/domains/sahil.json +++ b/domains/sahil.json @@ -1,6 +1,4 @@ { - "description": "For Portfolio", - "repo": "https://github.com/SahilShidruk/My-Portfolio", "owner": { "username": "SahilShidruk", "discord": "1095900069095555133" diff --git a/domains/sahilchoudhary.json b/domains/sahilchoudhary.json index befecdd33..3b20d1577 100644 --- a/domains/sahilchoudhary.json +++ b/domains/sahilchoudhary.json @@ -1,6 +1,4 @@ { - "description": "A portfolio website to display my various achievements", - "repo": "https://github.com/iosahil/iosahil.github.io", "owner": { "username": "iosahil", "email": "sahil844101@gmail.com", diff --git a/domains/sailohitaksh-cryptic.json b/domains/sailohitaksh-cryptic.json index 5cfde4c53..5affc1cff 100644 --- a/domains/sailohitaksh-cryptic.json +++ b/domains/sailohitaksh-cryptic.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website", - "repo": "https://github.com/sailohitaksh-cryptic/portfolio", "owner": { "username": "sailohitaksh-cryptic", "email": "rainasai603@gmail.com" diff --git a/domains/sairaj.json b/domains/sairaj.json index 8aa693f53..c51cac81b 100644 --- a/domains/sairaj.json +++ b/domains/sairaj.json @@ -1,6 +1,4 @@ { - "description": "Portfolio Website", - "repo": "https://github.com/gegendepressed/gegendepressed.github.io", "owner": { "username": "gegendepressed", "email": "sairaj09pai@gmail.com" diff --git a/domains/saizuo.json b/domains/saizuo.json index e73ca3ecd..dca93cad1 100644 --- a/domains/saizuo.json +++ b/domains/saizuo.json @@ -1,6 +1,4 @@ { - "description": "Saizuo's Portfolio Website", - "repo": "https://github.com/saizuo/saizuo.github.io", "owner": { "username": "Saizuo", "email": "jhaakash177@gmail.com", diff --git a/domains/sajid.json b/domains/sajid.json index d820d644a..0166f7a1c 100644 --- a/domains/sajid.json +++ b/domains/sajid.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/sajidshahriar72543/sajidshahriar72543.github.io", "owner": { "username": "sajidshahriar72543", "email": "sazidshahriar39@gmail.com" diff --git a/domains/sakko.json b/domains/sakko.json index 636f14917..abe6ca8ec 100644 --- a/domains/sakko.json +++ b/domains/sakko.json @@ -1,6 +1,4 @@ { - "description": "SaKKo from Thailand", - "repo": "https://github.com/SaKKo/soontobeprogrammer.com", "owner": { "username": "sakko", "email": "saklism@gmail.com", diff --git a/domains/sam-jspn.json b/domains/sam-jspn.json index d8706d851..0972a31fa 100644 --- a/domains/sam-jspn.json +++ b/domains/sam-jspn.json @@ -1,6 +1,4 @@ { - "description": "Sam's website", - "repo": "https://github.com/Samuel-Jspn/lair", "owner": { "username": "Samuel-Jspn", "email": "sam.josephine@outlook.fr", diff --git a/domains/sam.json b/domains/sam.json index 37b8304fb..24334d66a 100644 --- a/domains/sam.json +++ b/domains/sam.json @@ -1,6 +1,4 @@ { - "description": "Sam Poder's personal website.", - "repo": "https://github.com/sampoder/w2", "owner": { "username": "sampoder", "email": "sam@sampoder.com" diff --git a/domains/samarth-asthana.json b/domains/samarth-asthana.json index 0b80f9b8d..22ea52061 100644 --- a/domains/samarth-asthana.json +++ b/domains/samarth-asthana.json @@ -1,6 +1,4 @@ { - "description": "Samarth Asthana", - "repo": "https://github.com/samarth-asthana/portfolio.github.io", "owner": { "username": "samarth-asthana", "email": "samarthasthana110@gmail.com" diff --git a/domains/samatbk.json b/domains/samatbk.json index 06eccebb0..6fe05953c 100644 --- a/domains/samatbk.json +++ b/domains/samatbk.json @@ -1,6 +1,4 @@ { - "description": "samatbk's website", - "repo": "https://github.com/samatbk/samatbk.github.io", "owner": { "username": "samatbk", "email": "samatbk@proton.me" diff --git a/domains/sameera.json b/domains/sameera.json index f1de8e870..3c2d98734 100644 --- a/domains/sameera.json +++ b/domains/sameera.json @@ -1,6 +1,4 @@ { - "description": "Building a personal portfolio website for my university software development project.", - "repo": "https://github.com/sameerasw/sameerasw.github.io", "owner": { "username": "sameerasw", "email": "sameera.whoami@gmail.com", diff --git a/domains/samet.json b/domains/samet.json index 0ebc520bb..d3c10ea79 100644 --- a/domains/samet.json +++ b/domains/samet.json @@ -1,6 +1,4 @@ { - "description": "This is a portfolio for me, SmugTheKiler, but is based off a template.", - "repo": "https://github.com/sa-met/sa-met.github.io", "owner": { "username": "Samett", "email": "sametak3210@gmail.com", diff --git a/domains/samfareez.json b/domains/samfareez.json index ad99dee1c..7efcd4a88 100644 --- a/domains/samfareez.json +++ b/domains/samfareez.json @@ -1,6 +1,4 @@ { - "description": "Personal site", - "repo": "https://github.com/zeerafle/zeerafle.github.io", "owner": { "username": "zeerafle", "email": "vsefareez@gmail.com" diff --git a/domains/samia-islam-sua.json b/domains/samia-islam-sua.json index f034fe630..3708b6b14 100644 --- a/domains/samia-islam-sua.json +++ b/domains/samia-islam-sua.json @@ -1,6 +1,4 @@ { - "description": "samia-islam-sua.is-a.dev", - "repo": "https://github.com/SamiaIslamSua/SamiaIslamSua.github.io", "owner": { "username": "SamiaIslamSua", "email": "SamiaIslamSua@gmail.com" diff --git a/domains/samihatasnim.json b/domains/samihatasnim.json index 743ec60b3..810498993 100644 --- a/domains/samihatasnim.json +++ b/domains/samihatasnim.json @@ -1,6 +1,4 @@ { - "description": "Samiha Tasnim's personal website.", - "repo": "https://github.com/samihaTasnim/website", "owner": { "username": "samihaTasnim", "discord": "sam.#7750", diff --git a/domains/samir-vaghela.json b/domains/samir-vaghela.json index 4ed4410e2..92e55228d 100644 --- a/domains/samir-vaghela.json +++ b/domains/samir-vaghela.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/samir-vaghela/samir-vaghela.github.io", "owner": { "username": "samir-vaghela", "email": "samir.vaghela@truestaz.com" diff --git a/domains/samir.json b/domains/samir.json index 6b249ad88..302b4f001 100644 --- a/domains/samir.json +++ b/domains/samir.json @@ -1,6 +1,4 @@ { - "description": "Samir's Portfolio Website.", - "repo": "https://github.com/SamirPaulb/samir.is-a.dev", "owner": { "username": "SamirPaulb", "email": "samirpaulb@gmail.com", diff --git a/domains/samirp.json b/domains/samirp.json index ff36efe69..378e6e04a 100644 --- a/domains/samirp.json +++ b/domains/samirp.json @@ -1,6 +1,4 @@ { - "description": "samir-is-a.dev", - "repo": "https://github.com/SamirPaul1/samirpaul", "owner": { "username": "SamirPaul1", "email": "samirpaulb@gmail.com", diff --git a/domains/saml.json b/domains/saml.json index f3cdac8b2..1459cd54b 100644 --- a/domains/saml.json +++ b/domains/saml.json @@ -1,6 +1,4 @@ { - "description": "Personal Website", - "repo": "https://github.com/SamDev-7/website", "owner": { "username": "SamDev-7", "email": "hello@samliu.dev" diff --git a/domains/samo.json b/domains/samo.json index a0ac71e5a..3a3cc92ed 100644 --- a/domains/samo.json +++ b/domains/samo.json @@ -1,6 +1,4 @@ { - "description": "im samo :3", - "repo": "https://github.com/GodSamomen/GodSamomen.github.io", "owner": { "username": "GodSamomen", "email": "godsamomen@protonmail.com", diff --git a/domains/samp.alora.json b/domains/samp.alora.json index 6aa617a67..799c58913 100644 --- a/domains/samp.alora.json +++ b/domains/samp.alora.json @@ -1,6 +1,4 @@ { - "description": "Making my SA-MP server accessible via a custom domain name", - "repo": "https://www.sa-mp.mp/", "owner": { "username": "aloramiaa", "email": "xaloramia@gmail.com" diff --git a/domains/samriddha.json b/domains/samriddha.json index dbe68a542..046b9b869 100644 --- a/domains/samriddha.json +++ b/domains/samriddha.json @@ -1,6 +1,4 @@ { - "description": "Link to my website", - "repo": "https://github.com/samriddha-basu-cloud/CV", "owner": { "username": "samriddha-basu-cloud", "email": "sb2899@srmist.edu.in", diff --git a/domains/samson.json b/domains/samson.json index 552c8fd78..92e45fc06 100644 --- a/domains/samson.json +++ b/domains/samson.json @@ -1,6 +1,4 @@ { - "description": "Personal website", - "repo": "https://github.com/MarsCapone/marscapone.github.io", "owner": { "username": "MarsCapone", "email": "samson@danziger.uk" diff --git a/domains/samuel.json b/domains/samuel.json index 62847229c..9d5d18593 100644 --- a/domains/samuel.json +++ b/domains/samuel.json @@ -1,6 +1,4 @@ { - "description": "Documentation pages for Samuel apps.", - "repo": "https://github.com/SISBEST/sisbest.github.io", "owner": { "username": "SISBEST", "email": "samuel@samuelsharp.com" diff --git a/domains/samuelnihbos.json b/domains/samuelnihbos.json index 16ffed2a1..8c8bbc63d 100644 --- a/domains/samuelnihbos.json +++ b/domains/samuelnihbos.json @@ -1,6 +1,4 @@ { - "description": "samuelnihbos.is-a.dev", - "repo": "https://github.com/samuelnihbos/samuelnihbos.github.io", "owner": { "username": "samuelnihbos", "email": "samuelnihbos@gnuweeb.org", diff --git a/domains/sanana.json b/domains/sanana.json index 28773f80e..051b825d3 100644 --- a/domains/sanana.json +++ b/domains/sanana.json @@ -1,6 +1,4 @@ { - "description": "sanana the skenana's personal website", - "repo": "https://github.com/TheOddGarlic/theoddgarlic.github.io", "owner": { "username": "TheOddGarlic", "email": "umutinanerdogan@pm.me", diff --git a/domains/sandira.json b/domains/sandira.json index 67c885728..0fdb87185 100644 --- a/domains/sandira.json +++ b/domains/sandira.json @@ -1,6 +1,4 @@ { - "description": "My personal portofolio", - "repo": "https://github.com/axolotlextnd/axolotlextnd.github.io", "owner": { "username": "axolotlextnd", "discord": "Sandira#0781" diff --git a/domains/sandro.json b/domains/sandro.json index fd2210f2d..78b97701c 100644 --- a/domains/sandro.json +++ b/domains/sandro.json @@ -3,8 +3,6 @@ "username": "Diordnas", "email": "alessandroeliot@gmail.com" }, - "description": "Personal site, as well as hosting a few tools", - "repo": "https://github.com/diordnas/diordnas.github.io", "records": { "CNAME": "diordnas.github.io" } diff --git a/domains/sandun.json b/domains/sandun.json index 11d82123c..4b9043f40 100644 --- a/domains/sandun.json +++ b/domains/sandun.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website of Sandun Madhushan", - "repo": "https://github.com/sandunMadhushan/sandunMadhushan.github.io", "owner": { "username": "sandunMadhushan", "email": "sandunhmadushan9330@gmail.com" diff --git a/domains/sangeeth.json b/domains/sangeeth.json index 3077a10ae..e035f4bab 100644 --- a/domains/sangeeth.json +++ b/domains/sangeeth.json @@ -1,10 +1,8 @@ { - "description": "PORTFOLIO", "owner": { "username": "sangeeth-606", "email": "sangeeth999123@gmail.com" }, - "repo": "https://github.com/sangeeth-606/meh", "records": { "CNAME": "github-sangeeth-606.github.io" } diff --git a/domains/sanjay-makasana.json b/domains/sanjay-makasana.json index ea7504151..caf4d0b19 100644 --- a/domains/sanjay-makasana.json +++ b/domains/sanjay-makasana.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/sanjay-makasana/jsanjay-makasana.github.io", "owner": { "username": "sanjay-makasana", "email": "sanjay.makasana@truestaz.com" diff --git a/domains/sanjay-suryavanshi.json b/domains/sanjay-suryavanshi.json index e2ea86afb..dcd756046 100644 --- a/domains/sanjay-suryavanshi.json +++ b/domains/sanjay-suryavanshi.json @@ -1,6 +1,4 @@ { - "description": "Sanjay Suryavanshi Profile.", - "repo": "https://github.com/Sanjay-Suryavanshi/Sanjay-Suryavanshi.github.io", "owner": { "username": "Sanjay-Suryavanshi" }, diff --git a/domains/sanjaykumar.json b/domains/sanjaykumar.json index 0c85287be..923a98c55 100644 --- a/domains/sanjaykumar.json +++ b/domains/sanjaykumar.json @@ -1,6 +1,4 @@ { - "description": "Vannila Portfolio", - "repo": "https://github.com/Ethi19/vanillajs-portfolio", "owner": { "username": "ethi19", "email": "sanjaykumardec98@gmail.com" diff --git a/domains/santiago.json b/domains/santiago.json index 6d75b0723..eda2f2169 100644 --- a/domains/santiago.json +++ b/domains/santiago.json @@ -1,6 +1,4 @@ { - "description": "Portafolio personal", - "repo": "https://github.com/smpineda129/portfolio", "owner": { "username": "smpineda129", "email": "smpineda129@gmail.com" diff --git a/domains/santito.json b/domains/santito.json index 6810909ac..78ed72183 100644 --- a/domains/santito.json +++ b/domains/santito.json @@ -1,6 +1,4 @@ { - "description": "Santito's Personal Site", - "repo": "https://github.com/San-tito/san-tito.github.io", "owner": { "username": "San-tito", "email": "devsantito@gmail.com" diff --git a/domains/santosh.json b/domains/santosh.json index e987faba3..6f31829af 100644 --- a/domains/santosh.json +++ b/domains/santosh.json @@ -1,6 +1,4 @@ { - "description": "Santosh Bhandari Personal Portfolio Website", - "repo": "https://github.com/santoshvandari/PersonalWebsite", "owner": { "username": "santoshvandari", "email": "info@bhandari-santosh.com.np" diff --git a/domains/santoshgiri.json b/domains/santoshgiri.json index d9d33d9a3..14832b707 100644 --- a/domains/santoshgiri.json +++ b/domains/santoshgiri.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio Website", - "repo": "https://github.com/santosh2345/santosh2345.github.io", "owner": { "username": "santosh2345", "email": "hi@santoshgiri.com.np" diff --git a/domains/saras008.json b/domains/saras008.json index b4ff92c6a..1fc9bcf60 100644 --- a/domains/saras008.json +++ b/domains/saras008.json @@ -1,6 +1,4 @@ { - "description": "Iyus Dedi Putra Github Profile", - "repo": "https://github.com/saras008/saras008.github.io", "owner": { "username": "saras008", "email": "simatupang2000@gmail.com" diff --git a/domains/sarath.json b/domains/sarath.json index e1c9ff609..266d50b02 100644 --- a/domains/sarath.json +++ b/domains/sarath.json @@ -1,6 +1,4 @@ { - "description": "Sarath's Website", - "repo": "https://github.com/Sharkaboi/sharkaboi.github.io", "owner": { "username": "Sharkaboi", "email": "sarathsedu@gmail.com" diff --git a/domains/sarcaster.json b/domains/sarcaster.json index 65dfe7386..18066eecc 100644 --- a/domains/sarcaster.json +++ b/domains/sarcaster.json @@ -1,6 +1,4 @@ { - "description": "Personal Website of Sarcaster", - "repo": "https://github.com/sarcasterXO/sarcasterxo.github.io", "owner": { "username": "sarcasterXO", "email": "sarcasteryt@gmail.com", diff --git a/domains/sarthak-malhotra.json b/domains/sarthak-malhotra.json index 5d46767d3..c7d637427 100644 --- a/domains/sarthak-malhotra.json +++ b/domains/sarthak-malhotra.json @@ -1,6 +1,4 @@ { - "description": "Portfolio Website for Sarthak Malhotra", - "repo": "https://github.com/SaM13997/portfolio-simple", "owner": { "username": "Sam13997", "email": "sarthakmalhotra251@gmail.com" diff --git a/domains/sashankp.json b/domains/sashankp.json index 123775f32..5e3e0405f 100644 --- a/domains/sashankp.json +++ b/domains/sashankp.json @@ -1,6 +1,4 @@ { - "description": "My portfolio website", - "repo": "https://github.com/Sashankps/portfolio-2023-react", "owner": { "username": "Sashankps", "email": "sashank.pilli@gmail.com" diff --git a/domains/sasial.json b/domains/sasial.json index 2feec2024..2db75a8e4 100644 --- a/domains/sasial.json +++ b/domains/sasial.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio", - "repo": "https://github.com/sasial-dev/Portfolio", "owner": { "username": "sasial-dev", "discord": "Sasial#9375" diff --git a/domains/saswatsamal.json b/domains/saswatsamal.json index d5db1a622..1049373f9 100644 --- a/domains/saswatsamal.json +++ b/domains/saswatsamal.json @@ -1,6 +1,4 @@ { - "description": "The website of Saswat Samal conataining all the links of him.", - "repo": "https://github.com/saswatsamal/saswatsamal.github.io", "owner": { "username": "saswatsamal", "email": "samalsaswat0@gmail.com", diff --git a/domains/sathish.json b/domains/sathish.json index a15890c3f..fbcf43b07 100644 --- a/domains/sathish.json +++ b/domains/sathish.json @@ -1,6 +1,4 @@ { - "description": "My personal dev blog", - "repo": "https://github.com/Muppidathi-sys/Muppidathi-sys.github.io", "owner": { "username": "Muppidathi-sys", "email": "muppidathi00@gmail.com" diff --git a/domains/satindar.json b/domains/satindar.json index fedf6c853..37f8b81c0 100644 --- a/domains/satindar.json +++ b/domains/satindar.json @@ -1,6 +1,4 @@ { - "description": "personal use / portfolio", - "repo": "https://github.com/satindar31/satindar31.github.io", "owner": { "username": "satindar31", "email": "satindar@satindar-is.me", diff --git a/domains/saturn.json b/domains/saturn.json index feb783a10..5cdb58829 100644 --- a/domains/saturn.json +++ b/domains/saturn.json @@ -1,6 +1,4 @@ { - "description": "Oficial website for saturn project.", - "repo": "https://github.com/neopromic/saturn", "owner": { "username": "neopromic", "email": "cusaowesley1@gmail.com" diff --git a/domains/satyamv7.json b/domains/satyamv7.json index eaf369328..890db4f2b 100644 --- a/domains/satyamv7.json +++ b/domains/satyamv7.json @@ -1,6 +1,4 @@ { - "description": "SatyamV7.is-a.dev", - "repo": "https://github.com/SatyamV7/SatyamV7.github.io", "owner": { "username": "SatyamV7", "email": "satyamverma46@outlook.com" diff --git a/domains/saunak.json b/domains/saunak.json index fb50567e2..189bc50cc 100644 --- a/domains/saunak.json +++ b/domains/saunak.json @@ -1,6 +1,4 @@ { - "description": "my portfolio website", - "repo": "https://github.com/Saunakghosh10/dfolio.git", "owner": { "username": "Saunakghosh10", "email": "saunakghosh710@gmail.com", diff --git a/domains/savan-makawana.json b/domains/savan-makawana.json index 4b86cccdd..75f230250 100644 --- a/domains/savan-makawana.json +++ b/domains/savan-makawana.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/savan-makawana/savan-makawana.github.io", "owner": { "username": "savan-makawana" }, diff --git a/domains/savinov.json b/domains/savinov.json index 5a64b49cf..dde17b1ba 100644 --- a/domains/savinov.json +++ b/domains/savinov.json @@ -1,6 +1,4 @@ { - "description": "savinov.is-a.dev", - "repo": "https://github.com/SavinTop/savintop.github.io", "owner": { "username": "SavinTop", "email": "savindeath@gmail.com" diff --git a/domains/savio.json b/domains/savio.json index 2b188de24..48d51239d 100644 --- a/domains/savio.json +++ b/domains/savio.json @@ -1,6 +1,4 @@ { - "description": "Savio Martin is a Dev", - "repo": "https://github.com/saviomartin/register", "owner": { "username": "saviomartin", "email": "saviomartin2020@gmail.com" diff --git a/domains/saviomartin.json b/domains/saviomartin.json index 3b966b3ed..14a4b0718 100644 --- a/domains/saviomartin.json +++ b/domains/saviomartin.json @@ -1,6 +1,4 @@ { - "description": "This website is a link to my personal developer portfolio.", - "repo": "https://github.com/martinthampi/martinthampi.github.io", "owner": { "username": "martinthampi", "email": "martinthampi@gmail.com" diff --git a/domains/saya.json b/domains/saya.json index 3972548e2..87f9e76fc 100644 --- a/domains/saya.json +++ b/domains/saya.json @@ -1,6 +1,4 @@ { - "description": "saya's site", - "repo": "https://github.com/yanNotDev/yanNotDev.github.io", "owner": { "username": "yanNotDev", "email": "aayantde@hotmail.com", diff --git a/domains/sayantan.json b/domains/sayantan.json index d93b33c80..7185a14ca 100644 --- a/domains/sayantan.json +++ b/domains/sayantan.json @@ -1,6 +1,4 @@ { - "description": "Sayantan's portfolio and project wikis", - "repo": "https://github.com/legendsayantan/legendsayantan.github.io", "owner": { "username": "legendsayantan", "email": "legendsayantan@gmail.com", diff --git a/domains/sc.json b/domains/sc.json index 6b77737bd..c59dfb6c8 100644 --- a/domains/sc.json +++ b/domains/sc.json @@ -1,6 +1,4 @@ { - "description": "My Personal Website", - "repo": "https://github.com/SC136/SC136.github.io", "owner": { "username": "SC136", "email": "swarchuri06@gmail.com" diff --git a/domains/scientific-dev.json b/domains/scientific-dev.json index 95ecdd8da..75bdc90cd 100644 --- a/domains/scientific-dev.json +++ b/domains/scientific-dev.json @@ -1,6 +1,4 @@ { - "description": "A personal website to display my projects and details about me.", - "repo": "https://github.com/scientific-dev/portfolio", "owner": { "username": "scientific-dev", "email": "scientificguy007@gmail.com", diff --git a/domains/scoobies.json b/domains/scoobies.json index f49a873f9..283b85726 100644 --- a/domains/scoobies.json +++ b/domains/scoobies.json @@ -1,6 +1,4 @@ { - "description": "Github Pages Site", - "repo": "https://github.com/turtletown73/turtletown73.github.io", "owner": { "username": "turtletown73", "email": "wetturtle45@gmail.com" diff --git a/domains/scoobis.json b/domains/scoobis.json index 08523df49..ac6cf7dca 100644 --- a/domains/scoobis.json +++ b/domains/scoobis.json @@ -1,6 +1,4 @@ { - "description": "scoobis website", - "repo": "https://github.com/turtletown73/http-server", "owner": { "username": "turtletown73", "email": "wetturtle45@gmail.com" diff --git a/domains/sdizdarevic.json b/domains/sdizdarevic.json index 048a05a45..646d3ce94 100644 --- a/domains/sdizdarevic.json +++ b/domains/sdizdarevic.json @@ -1,6 +1,4 @@ { - "description": "sdizdarevic.is-a.dev", - "repo": "https://github.com/sdizdarevic/sdizdarevic.github.io", "owner": { "username": "sdizdarevic", "email": "saudin.dizdarevic@gmail.com" diff --git a/domains/sdxqw.json b/domains/sdxqw.json index 6b55bad1d..2a7be8c6d 100644 --- a/domains/sdxqw.json +++ b/domains/sdxqw.json @@ -1,6 +1,4 @@ { - "description": "A personal portfolio site for my project.", - "repo": "https://github.com/AsarySoftware/AxstTweaker", "owner": { "username": "sdxqw", "email": "xntrowdev@gmail.com" diff --git a/domains/seka.json b/domains/seka.json index 3000ac92b..b60fc824b 100644 --- a/domains/seka.json +++ b/domains/seka.json @@ -1,6 +1,4 @@ { - "description": "lutherantz.is-a.dev", - "repo": "https://github.com/lutherantz/lutherantz.github.io", "owner": { "username": "lutherantz", "email": "sekausername@gmail.com", diff --git a/domains/semanteo.json b/domains/semanteo.json index d43533d91..3c4689f7b 100644 --- a/domains/semanteo.json +++ b/domains/semanteo.json @@ -1,6 +1,4 @@ { - "description": "semanteo.is-a.dev", - "repo": "https://github.com/Semanteo/semanteo.github.io", "owner": { "username": "Semanteo", "email": "simsim3374@gmail.com" diff --git a/domains/send.chriscent.json b/domains/send.chriscent.json index 60228ba6a..48fa15577 100644 --- a/domains/send.chriscent.json +++ b/domains/send.chriscent.json @@ -1,6 +1,4 @@ { - "description": "A practice portfolio for web design challenges.", - "repo": "https://github.com/KishonShrill/website-portfolio", "owner": { "username": "KishonShrill", "email": "crystalbluew@gmail.com" diff --git a/domains/senthil.json b/domains/senthil.json index e4bd409ac..3e6954296 100644 --- a/domains/senthil.json +++ b/domains/senthil.json @@ -1,6 +1,4 @@ { - "description": "Senthil's personal tech blog and portfolio", - "repo": "https://github.com/gptechland/senthil-portfolio", "owner": { "username": "gptechland", "email": "skn.hills@gmail.com" diff --git a/domains/sep.json b/domains/sep.json index 9ebc7fd3a..c64bedf1e 100644 --- a/domains/sep.json +++ b/domains/sep.json @@ -1,6 +1,4 @@ { - "description": "personel-website", - "repo": "https://github.com/sepultrex/sepultrex.github.io", "owner": { "username": "sepultrex", "email": "sepultrex@gmail.com" diff --git a/domains/seqyu.json b/domains/seqyu.json index 1265365c0..87c044a8a 100644 --- a/domains/seqyu.json +++ b/domains/seqyu.json @@ -1,6 +1,4 @@ { - "description": "I'm just some guy who enjoys Linux a bit too much", - "repo": "https://github.com/nvct-website/nvct-website.github.io", "owner": { "username": "nvct-website", "discord": "@seqyu." diff --git a/domains/serhii-koba.json b/domains/serhii-koba.json index 469ed8ad1..be36c5da0 100644 --- a/domains/serhii-koba.json +++ b/domains/serhii-koba.json @@ -1,6 +1,4 @@ { - "description": "A personal blog website", - "repo": "https://github.com/sergey-koba-mobidev/static_blog", "owner": { "username": "sergey-koba-mobidev", "email": "desgnkiss@gmail.com" diff --git a/domains/seria.json b/domains/seria.json index 93a930972..e5db6ad56 100644 --- a/domains/seria.json +++ b/domains/seria.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio, self-introduction website.", - "repo": "https://github.com/seriaati/seriaati.github.io", "owner": { "username": "seriaati", "email": "seria.ati@gmail.com", diff --git a/domains/sfe.json b/domains/sfe.json index 092ae494e..86a978f15 100644 --- a/domains/sfe.json +++ b/domains/sfe.json @@ -1,6 +1,4 @@ { - "description": "my personal docs", - "repo": "https://github.com/leecheeyong/leecheeyong", "owner": { "username": "leecheeyong", "email": "tribejoe.gg@gmail.com" diff --git a/domains/sfx.json b/domains/sfx.json index b78dbf9e7..a4c42856b 100644 --- a/domains/sfx.json +++ b/domains/sfx.json @@ -1,6 +1,4 @@ { - "description": "A personal website talking about my history", - "repo": "https://github.com/iamsfx/iamsfx.github.io", "owner": { "username": "iamsfx", "email": "sfx@fbi.ac", diff --git a/domains/sh13y.json b/domains/sh13y.json index 94f97bb2c..8d82fc525 100644 --- a/domains/sh13y.json +++ b/domains/sh13y.json @@ -1,6 +1,4 @@ { - "description": "For My Blog", - "repo": "https://github.com/sh13y/register", "owner": { "username": "sh13y", "email": "lucky10isuru@gmail.com" diff --git a/domains/shadowalker.json b/domains/shadowalker.json index 45d5f1933..e79117ec3 100644 --- a/domains/shadowalker.json +++ b/domains/shadowalker.json @@ -1,6 +1,4 @@ { - "description": "This domain will be used for my personal website.", - "repo": "https://github.com/shadowisdev/shadowisdev", "owner": { "username": "shadowisdev", "email": "shadowisdev@gmail.com" diff --git a/domains/shafi100.json b/domains/shafi100.json index fd5a7e537..cc62eadf7 100644 --- a/domains/shafi100.json +++ b/domains/shafi100.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio and blogging website of Md Abdullahil Shafi", - "repo": "https://github.com/shafi100/shafi100.github.io", "owner": { "username": "shafi100", "email": "pro.shafi.12@gmail.com", diff --git a/domains/shahjenish.json b/domains/shahjenish.json index 9dfb8b9e6..dcf1de110 100644 --- a/domains/shahjenish.json +++ b/domains/shahjenish.json @@ -1,6 +1,4 @@ { - "description": "Jenish Profile.", - "repo": "https://github.com/shahjenish/shahjenish.github.io", "owner": { "username": "shahjenish" }, diff --git a/domains/shajanjp.json b/domains/shajanjp.json index 0f3ac04bf..c0065df81 100644 --- a/domains/shajanjp.json +++ b/domains/shajanjp.json @@ -1,6 +1,4 @@ { - "description": "Full Stack Software Engineer", - "repo": "https://github.com/shajanjp/shajanjp.github.io", "owner": { "username": "shajanjp", "email": "shajanjp@gmail.com" diff --git a/domains/shakeel-ahamad.json b/domains/shakeel-ahamad.json index 7975ab0d9..6b3a2eedd 100644 --- a/domains/shakeel-ahamad.json +++ b/domains/shakeel-ahamad.json @@ -1,6 +1,4 @@ { - "description": "Shakeel profile.", - "repo": "https://github.com/shakeel-ahamad/shakeel-ahamad.github.io", "owner": { "username": "shakeel-ahamad" }, diff --git a/domains/shakera-vora.json b/domains/shakera-vora.json index 156360fa6..cc7a196b3 100644 --- a/domains/shakera-vora.json +++ b/domains/shakera-vora.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/shakera-vora/shakera-vora.github.io", "owner": { "username": "shakera-vora" }, diff --git a/domains/shakib04.json b/domains/shakib04.json index 332a09fa7..1d1a173d5 100644 --- a/domains/shakib04.json +++ b/domains/shakib04.json @@ -1,6 +1,4 @@ { - "description": "This domain will be used for my personal website.", - "repo": "https://github.com/shakib04/shakib04.github.io", "owner": { "username": "shakib04", "email": "shakib.joy@gmail.com" diff --git a/domains/shambhavi.json b/domains/shambhavi.json index 5b494faed..bb3ffc8d1 100644 --- a/domains/shambhavi.json +++ b/domains/shambhavi.json @@ -1,6 +1,4 @@ { - "description": "Shambhavi's Web-Dev Home", - "repo": "https://github.com/ShambhaviCodes/ShambhaviCodes.github.io", "owner": { "username": "ShambhaviCodes", "email": "shambhavimishra26@gmail.com" diff --git a/domains/shan.json b/domains/shan.json index c5335c9f3..f036b327d 100644 --- a/domains/shan.json +++ b/domains/shan.json @@ -1,6 +1,4 @@ { - "description": "My Personal Website ", - "repo": "https://github.com/Adwaith-Shan-Pk/Adwaith-Shan-Pk.github.io", "owner": { "username": "Adwaith-Shan-Pk", "email": "mail@adwaithshan.rf.gd", diff --git a/domains/shane.json b/domains/shane.json index cb0ae5e7d..fbeb96255 100644 --- a/domains/shane.json +++ b/domains/shane.json @@ -1,6 +1,4 @@ { - "description": "Shane Vandegrift, a friendly fullstack developer", - "repo": "https://github.com/vandesm14/vandesm14.github.io", "owner": { "username": "Vandesm14", "email": "vandesm14@gmail.com" diff --git a/domains/shanise.json b/domains/shanise.json index ef413d6d1..a5a177e0b 100644 --- a/domains/shanise.json +++ b/domains/shanise.json @@ -1,6 +1,4 @@ { - "description": "Domain registration for shanise.is.a.dev", - "repo": "https://github.com/shanise02/register", "owner": { "username": "shanise02", "email": "shanise.smith2001@gmail.com" diff --git a/domains/sharad-rajyaguru.json b/domains/sharad-rajyaguru.json index 6c297c765..329a8deb6 100644 --- a/domains/sharad-rajyaguru.json +++ b/domains/sharad-rajyaguru.json @@ -1,6 +1,4 @@ { - "description": "Sharad Profile.", - "repo": "https://github.com/sharad-rajyaguru/sharad-rajyaguru.github.io", "owner": { "username": "sharad-rajyaguru" }, diff --git a/domains/sharad.json b/domains/sharad.json index 37750d090..c07d2711b 100644 --- a/domains/sharad.json +++ b/domains/sharad.json @@ -1,6 +1,4 @@ { - "description": "Personal developer portfolio hosted on Render", - "repo": "https://github.com/SharadJ19/portfolio", "owner": { "username": "SharadJ19", "email": "sharadchandel2005@gmail.com" diff --git a/domains/sharafat.json b/domains/sharafat.json index cfdbc617a..ec911bab3 100644 --- a/domains/sharafat.json +++ b/domains/sharafat.json @@ -1,6 +1,4 @@ { - "description": "Sharafat Karim", - "repo": "https://github.com/SharafatKarim/sharafatkarim.github.io", "owner": { "username": "SharafatKarim", "email": "sharafat2004@gmail.com" diff --git a/domains/sharan.json b/domains/sharan.json index feb0256db..3dae3a1f0 100644 --- a/domains/sharan.json +++ b/domains/sharan.json @@ -1,6 +1,4 @@ { - "description": "Sharan's website", - "repo": "https://github.com/Vasoyasharan/Mywebsite", "owner": { "username": "Vasoyasharan", "email": "sharanvasoya@gmail.com" diff --git a/domains/sharanvasoya.json b/domains/sharanvasoya.json index a265a8c5e..3dae3a1f0 100644 --- a/domains/sharanvasoya.json +++ b/domains/sharanvasoya.json @@ -1,6 +1,4 @@ { - "description": "Sharan's website", - "repo": "https://github.com/Vasoyasharan/MyPortfolio", "owner": { "username": "Vasoyasharan", "email": "sharanvasoya@gmail.com" diff --git a/domains/share.alora.json b/domains/share.alora.json index 7f40fa9ee..5daf554c7 100644 --- a/domains/share.alora.json +++ b/domains/share.alora.json @@ -1,6 +1,4 @@ { - "description": "An open-source file sharing application with a cyberpunk dystopian interface. Built with Next.js, Supabase, and Tailwind CSS.", - "repo": "https://github.com/aloramiaa/fileshare", "owner": { "username": "aloramiaa", "email": "xaloramia@gmail.com" diff --git a/domains/sharifclick.json b/domains/sharifclick.json index b0dc82a71..421d9b8a8 100644 --- a/domains/sharifclick.json +++ b/domains/sharifclick.json @@ -1,6 +1,4 @@ { - "description": "personal website", - "repo": "https://github.com/SharifClick/sharifclick.github.io", "owner": { "username": "sharifclick", "email": "me.sharifahmed@gmail.com" diff --git a/domains/shashank.json b/domains/shashank.json index 00ff33c67..c6600b50e 100644 --- a/domains/shashank.json +++ b/domains/shashank.json @@ -1,6 +1,4 @@ { - "description": "Shashank's Github Page", - "repo": "https://github.com/ss-29/ss-29.github.io", "owner": { "username": "ss-29", "email": "shekhar2906@outlook.com", diff --git a/domains/shashankag.json b/domains/shashankag.json index 44c20c7be..4285ad8b0 100644 --- a/domains/shashankag.json +++ b/domains/shashankag.json @@ -1,6 +1,4 @@ { - "description": "Portfolio", - "repo": "https://github.com/ershashankgit/portfolio", "owner": { "username": "ershashankgit", "email": "contact@shashank.my.id" diff --git a/domains/shaunfurtado.json b/domains/shaunfurtado.json index 42aac7ee1..390cadd58 100644 --- a/domains/shaunfurtado.json +++ b/domains/shaunfurtado.json @@ -1,6 +1,4 @@ { - "description": "My Personal Portfolio Website", - "repo": "https://github.com/Shaunfurtado/Shaunfurtado.github.io", "owner": { "username": "Shaunfurtado", "email": "shaunf1801@gmail.com" diff --git a/domains/shays.json b/domains/shays.json index d99418952..cb889181a 100644 --- a/domains/shays.json +++ b/domains/shays.json @@ -1,6 +1,4 @@ { - "description": "my folio site", - "repo": "https://github.com/SHays24/SHays24.github.io", "owner": { "username": "SHays24", "discord": "munchkin2309" diff --git a/domains/she.json b/domains/she.json index 1abd867cd..fadaac0a4 100644 --- a/domains/she.json +++ b/domains/she.json @@ -1,6 +1,4 @@ { - "description": "My personal website", - "repo": "https://github.com/yuzhigang33/yuzhigang33.github.com", "owner": { "username": "yuzhigang33", "email": "yuzhigang33@gmail.com" diff --git a/domains/sheldon.json b/domains/sheldon.json index 4eca181b1..155e73704 100644 --- a/domains/sheldon.json +++ b/domains/sheldon.json @@ -1,6 +1,4 @@ { - "description": "Personal Website of Sheldon Menezes", - "repo": "https://github.com/0x5h31d0n/0x5h31d0n.github.io", "owner": { "username": "0x5h31d0n", "email": "samymenezes33@gmail.com" diff --git a/domains/shenjunru.json b/domains/shenjunru.json index 6a8aaf97f..60fa129a6 100644 --- a/domains/shenjunru.json +++ b/domains/shenjunru.json @@ -1,6 +1,4 @@ { - "description": "Shen Junru is a Dev", - "repo": "https://github.com/shenjunru/is-a-dev", "owner": { "username": "shenjunru", "email": "shenjunru@gmail.com" diff --git a/domains/shikhar.json b/domains/shikhar.json index 308c4d45f..86ed70a10 100644 --- a/domains/shikhar.json +++ b/domains/shikhar.json @@ -1,6 +1,4 @@ { - "description": "YOUR DESCRIPTION GOES HERE", - "repo": "https://github.com/adityasriv2317/portfolioAditya", "owner": { "username": "adityasriv2317", "email": "adityaxia9237@gmail.com" diff --git a/domains/shikharreyya.json b/domains/shikharreyya.json index 22ae3658b..74111eb80 100644 --- a/domains/shikharreyya.json +++ b/domains/shikharreyya.json @@ -1,6 +1,4 @@ { - "description": "For my personal projects", - "repo": "https://github.com/Poseidon0070/Poseidon0070.github.io", "owner": { "username": "Poseidon0070", "email": "criticalxsynergy@gmail.com", diff --git a/domains/shirishshinde.json b/domains/shirishshinde.json index 8cb3cf7be..3a3b62117 100644 --- a/domains/shirishshinde.json +++ b/domains/shirishshinde.json @@ -1,6 +1,4 @@ { - "description": "Shirish Satish Shinde's Portfolio", - "repo": "https://github.com/MasterShirishShinde/MasterShirishShinde.github.io", "owner": { "username": "MasterShirishShinde", "email": "shirishshinde2605@gmail.com" diff --git a/domains/shirsak.json b/domains/shirsak.json index 6398bffc2..207a90c28 100644 --- a/domains/shirsak.json +++ b/domains/shirsak.json @@ -3,8 +3,6 @@ "username": "shirsakm", "email": "shirsakm@gmail.com" }, - "description": "Hosts my personal website", - "repo": "https://github.com/shirsakm/website", "records": { "CNAME": "website-ndp.pages.dev" } diff --git a/domains/shivamtrivedi.json b/domains/shivamtrivedi.json index f91241cf9..55e68fcb3 100644 --- a/domains/shivamtrivedi.json +++ b/domains/shivamtrivedi.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio website", - "repo": "https://github.com/Shivam1303/portfolio.git", "owner": { "username": "Shivam1303", "email": "shivamtrivedi1434@gmail.com" diff --git a/domains/shivananda.json b/domains/shivananda.json index 77203fdd3..4eb73406a 100644 --- a/domains/shivananda.json +++ b/domains/shivananda.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio Website", - "repo": "https://github.com/ssk090/portfolio-2024", "owner": { "username": "ssk090", "email": "shivanandasai.38@gmail.com" diff --git a/domains/shivang.json b/domains/shivang.json index 40fe6ffd5..9a6f24949 100644 --- a/domains/shivang.json +++ b/domains/shivang.json @@ -1,6 +1,4 @@ { - "description": "Projects by Shivang Kakkar", - "repo": "https://github.com/ShivangKakkar/shivangkakkar.github.io", "owner": { "username": "ShivangKakkar", "email": "shivangkakkar88@gmail.com", diff --git a/domains/shoaib-shaikhh.json b/domains/shoaib-shaikhh.json index 84dd2020f..d62407d1f 100644 --- a/domains/shoaib-shaikhh.json +++ b/domains/shoaib-shaikhh.json @@ -1,6 +1,4 @@ { - "description": "Shoaib Shaikhh.", - "repo": "https://github.com/shoaib-shaikhh/shoaib-shaikhh.github.io", "owner": { "username": "shoaib-shaikhh", "email": "shoaib-shaikhh@acquaintsoft.com" diff --git a/domains/shoumik.json b/domains/shoumik.json index dd152bd46..26ee847b8 100644 --- a/domains/shoumik.json +++ b/domains/shoumik.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/mixmaker/mixmaker.github.io", "owner": { "username": "mixmaker", "email": "shoumikskdev@gmail.com", diff --git a/domains/shravan.json b/domains/shravan.json index b22b08291..2f5c35492 100644 --- a/domains/shravan.json +++ b/domains/shravan.json @@ -1,6 +1,4 @@ { - "description": "To get the .is-a.dev subdomain for my portfolio website", - "repo": "https://github.com/VirtualSquares/Portfolio", "owner": { "username": "VirtualSquares", "email": "shravanparadigm@gmail.com", diff --git a/domains/shresth.json b/domains/shresth.json index d8a301139..59503479d 100644 --- a/domains/shresth.json +++ b/domains/shresth.json @@ -1,6 +1,4 @@ { - "description": "My portfolio website", - "repo": "https://github.com/shhresth/Portfolio", "owner": { "username": "shhresth", "email": "shresthgupta106@gmail.com", diff --git a/domains/shrey.json b/domains/shrey.json index 222ec67bb..1f2f450b5 100644 --- a/domains/shrey.json +++ b/domains/shrey.json @@ -1,6 +1,4 @@ { - "description": "Portfolio", - "repo": "https://github.com/shreyzeous21/portfolio_fullstack", "owner": { "username": "shreyzeous21", "email": "shrey.sadhukhan21@gmail.com" diff --git a/domains/shrivatsav.json b/domains/shrivatsav.json index da9c7f876..7fd4956d4 100644 --- a/domains/shrivatsav.json +++ b/domains/shrivatsav.json @@ -1,6 +1,4 @@ { - "description": "nothing much here...", - "repo": "https://github.com/Millosaurs/portfolio", "owner": { "username": "Millosaurs", "email": "sharanshrivatsav0@gmail.com" diff --git a/domains/shubham.json b/domains/shubham.json index dfecd8cf5..b2ffb7e3e 100644 --- a/domains/shubham.json +++ b/domains/shubham.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio Website", - "repo": "https://github.com/noobshubham/Portfolio", "owner": { "username": "noobshubham", "email": "noobshubham65@gmail.com" diff --git a/domains/shubhamlal.json b/domains/shubhamlal.json index f77b0a412..68fa80499 100644 --- a/domains/shubhamlal.json +++ b/domains/shubhamlal.json @@ -1,6 +1,4 @@ { - "description": "Welcome to Shubham's Portfolio website! This website has been designed using the Ubuntu 20.04 theme, and has been developed using NEXT.js and Tailwind CSS. The website showcases my skills, projects, and experience in a visually appealing and user-friendly manner. The use of the Ubuntu 20.04 theme gives it a sleek and modern look, while the use of NEXT.js and Tailwind CSS ensures a fast and responsive user experience.With this website, I hope to demonstrate my expertise in web development and design, and provide visitors with a comprehensive overview of my skills and experience. Thank you for visiting my website, and please don't hesitate to get in touch if you have any questions or would like to discuss a project.", - "repo": "https://github.com/CERTIFIED2003/ubuntuOS-playground", "owner": { "username": "CERTIFIED2003", "email": "im.shubhamlal@gmail.com", diff --git a/domains/shubhamsharma.json b/domains/shubhamsharma.json index 8858164b1..f77ba253c 100644 --- a/domains/shubhamsharma.json +++ b/domains/shubhamsharma.json @@ -1,6 +1,4 @@ { - "description": "Self-made Linktree clone for myself.", - "repo": "https://github.com/Sharma-IT/linktree-clone", "owner": { "username": "Sharma-IT", "email": "shubhamsharma.emails@gmail.com" diff --git a/domains/shukraditya.json b/domains/shukraditya.json index 916371322..bb913356c 100644 --- a/domains/shukraditya.json +++ b/domains/shukraditya.json @@ -1,6 +1,4 @@ { - "description": "Personal Blog and portfolio", - "repo": "https://github.com/shukraditya/shukraditya", "owner": { "username": "shukraditya", "email": "shukra12bose@gmail.com" diff --git a/domains/shweta-gotecha.json b/domains/shweta-gotecha.json index 35bd4f064..5ad249884 100644 --- a/domains/shweta-gotecha.json +++ b/domains/shweta-gotecha.json @@ -1,6 +1,4 @@ { - "description": "site.", - "repo": "https://github.com/shweta-gotecha/shweta-gotecha.github.io", "owner": { "username": "shweta-gotecha" }, diff --git a/domains/shyam.json b/domains/shyam.json index 9020a377d..7fcb547c0 100644 --- a/domains/shyam.json +++ b/domains/shyam.json @@ -1,6 +1,4 @@ { - "description": "Making a .is-a.dev domain as an alt url for my site.", - "repo": "https://github.com/shyam0118/portfolio", "owner": { "username": "shyam0118", "email": "shyamalendunayak0118@gmail.com" diff --git a/domains/shyran.json b/domains/shyran.json index 04e98c842..23d4c65d4 100644 --- a/domains/shyran.json +++ b/domains/shyran.json @@ -1,6 +1,4 @@ { - "description": "Sergii Shyran - WebDev, Arch", - "repo": "https://github.com/sshyran/shyran.github.io", "owner": { "username": "sshyran", "email": "s.shyran@gmail.com" diff --git a/domains/sid385.json b/domains/sid385.json index 6af7f903f..f5c04bdad 100644 --- a/domains/sid385.json +++ b/domains/sid385.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio ", - "repo": "https://github.com/siddhant385/siddhant385.github.io", "owner": { "username": "siddhant385", "email": "ssiddhant.ssharma@gmail.com" diff --git a/domains/siddharth03.json b/domains/siddharth03.json index 2c8aeab71..08db71c03 100644 --- a/domains/siddharth03.json +++ b/domains/siddharth03.json @@ -1,6 +1,4 @@ { - "description": "To deploy portfolio website", - "repo": "https://github.com/sidshasane03/portfolio-website", "owner": { "username": "sidshasane03", "email": "siddharthshasane03@gmail.com" diff --git a/domains/sidhant.json b/domains/sidhant.json index d1ed46e6d..9f5f3ba02 100644 --- a/domains/sidhant.json +++ b/domains/sidhant.json @@ -1,6 +1,4 @@ { - "description": "This is for my personal portfolio", - "repo": "https://github.com/sidhant947/sidhant947.github.io", "owner": { "username": "sidhant947", "email": "khatkarsidhant@gmail.com" diff --git a/domains/sidmaji.json b/domains/sidmaji.json index 75aaba72a..54df5e7ec 100644 --- a/domains/sidmaji.json +++ b/domains/sidmaji.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio.", - "repo": "https://github.com/sidmaji/portfolio", "owner": { "username": "sidmaji", "email": "somebodyimportant0@gmail.com", diff --git a/domains/siful.json b/domains/siful.json index 4e4ac28de..fa5b53901 100644 --- a/domains/siful.json +++ b/domains/siful.json @@ -1,6 +1,4 @@ { - "description": "Frontend Developer Siful", - "repo": "https://github.com/sifulbd/sifulbd.github.io", "owner": { "username": "sifulbd", "email": "sifulweb@gmail.com" diff --git a/domains/sig1._domainkey.ft.json b/domains/sig1._domainkey.ft.json index 037d34860..ba0d06c1c 100644 --- a/domains/sig1._domainkey.ft.json +++ b/domains/sig1._domainkey.ft.json @@ -1,6 +1,4 @@ { - "description": "For the email address h@ft.is-a.dev", - "repo": "https://github.com/HaftIsntHere/is-a.dev/", "owner": { "username": "HaftIsntHere", "email": "haftthedev@gmail.com" diff --git a/domains/simon.json b/domains/simon.json index 9107042e0..84480bde9 100644 --- a/domains/simon.json +++ b/domains/simon.json @@ -1,6 +1,4 @@ { - "description": "My website :)", - "repo": "https://github.com/ssimondev/ssimondev.github.io", "owner": { "username": "ssimondev", "email": "simi.simecek@seznam.cz" diff --git a/domains/singh-jitendar.json b/domains/singh-jitendar.json index 2052d7de5..bf31e96da 100644 --- a/domains/singh-jitendar.json +++ b/domains/singh-jitendar.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/singh-jitendar/singh-jitendar.github.io", "owner": { "username": "singh-jitendar" }, diff --git a/domains/siow-kai-yang.json b/domains/siow-kai-yang.json index af0c93a46..17d40dd16 100644 --- a/domains/siow-kai-yang.json +++ b/domains/siow-kai-yang.json @@ -1,6 +1,4 @@ { - "description": "Portfolio go brrrrr", - "repo": "https://github.com/yeetus-maximus/yeetus-maximus.github.io", "owner": { "username": "yeetus-maximus", "email": "siowkaiyang@protonmail.com" diff --git a/domains/sirmacr0.json b/domains/sirmacr0.json index d5a249559..e082842b9 100644 --- a/domains/sirmacr0.json +++ b/domains/sirmacr0.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website for me", - "repo": "https://github.com/SirMacr0/SirMacr0.github.io", "owner": { "username": "SirMacr0", "email": "tunagunduz03@gmail.com" diff --git a/domains/siya.json b/domains/siya.json index 70f10288b..5b0a1b607 100644 --- a/domains/siya.json +++ b/domains/siya.json @@ -1,6 +1,4 @@ { - "description": "Siya's portfolio", - "repo": "https://github.com/rajputsiya/portfolio", "owner": { "username": "rajputsiya", "email": "siyarajput9258@gmail.com" diff --git a/domains/skar.json b/domains/skar.json index f3c14e93a..57be5af9c 100644 --- a/domains/skar.json +++ b/domains/skar.json @@ -1,6 +1,4 @@ { - "description": "for protfolio", - "repo": "https://github.com/sameer0022/protfolio", "owner": { "username": "sameer0022", "email": "samirkarki504@gmail.com", diff --git a/domains/skierka.json b/domains/skierka.json index 0f8ca6348..77c5ed1f5 100644 --- a/domains/skierka.json +++ b/domains/skierka.json @@ -1,6 +1,4 @@ { - "description": "Landing page to host EdTech projects", - "repo": "https://github.com/skierkcity/skierkcity.github.io", "owner": { "username": "skierkcity", "email": "jacobskierka@outlook.com" diff --git a/domains/skmojid.json b/domains/skmojid.json index 6e6545042..4116253bb 100644 --- a/domains/skmojid.json +++ b/domains/skmojid.json @@ -1,6 +1,4 @@ { - "description": "This is my personal portfolio", - "repo": "https://github.com/skmojid/portfolio", "owner": { "username": "skmojid", "email": "77mojid77@gmail.com", diff --git a/domains/skulix.json b/domains/skulix.json index 2635778a2..a33bee189 100644 --- a/domains/skulix.json +++ b/domains/skulix.json @@ -1,6 +1,4 @@ { - "description": "SkuliX personal website", - "repo": "https://github.com/SkuliX01/Portfolio", "owner": { "username": "SkuliX01", "email": "bartosz.krawczyk34@gmail.com" diff --git a/domains/skydonald.json b/domains/skydonald.json index 8910839d3..075f47fe0 100644 --- a/domains/skydonald.json +++ b/domains/skydonald.json @@ -1,6 +1,4 @@ { - "description": "SkyDonald's personal developer website", - "repo": "https://github.com/SkyDonald/skydonald.github.io", "owner": { "username": "SkyDonald", "email": "skydonald.dev@gmail.com" diff --git a/domains/slavicman.json b/domains/slavicman.json index 1a8170c58..7a858e323 100644 --- a/domains/slavicman.json +++ b/domains/slavicman.json @@ -1,6 +1,4 @@ { - "description": "The Slavic Dev Website", - "repo": "https://github.com/SlavicMan/slavicman.github.io", "owner": { "username": "SlavicMan", "email": "kizz4114@yahoo.com" diff --git a/domains/slovaks.json b/domains/slovaks.json index e827d1d1e..1efc19634 100644 --- a/domains/slovaks.json +++ b/domains/slovaks.json @@ -1,6 +1,4 @@ { - "description": "a website for my personal things", - "repo": "https://github.com/slovakians/crvt", "owner": { "username": "slovakians", "email": "vipmodzteam@gmail.com" diff --git a/domains/slow.json b/domains/slow.json index 0a1f1875b..143e8944b 100644 --- a/domains/slow.json +++ b/domains/slow.json @@ -1,6 +1,4 @@ { - "description": "slow personal developer website", - "repo": "https://github.com/slowwdev/slow", "owner": { "username": "slowwdev", "email": "slowdev14@gmail.com" diff --git a/domains/sly.json b/domains/sly.json index 53f0a6b20..917501449 100644 --- a/domains/sly.json +++ b/domains/sly.json @@ -1,6 +1,4 @@ { - "description": "Domain name for my personal portfolio website", - "repo": "https://github.com/SlyBouhafs/slybouhafs.github.io", "owner": { "username": "SlyBouhafs", "email": "khmedj+github@gmail.com" diff --git a/domains/smeagol.json b/domains/smeagol.json index d9f94f84d..1922fd6d0 100644 --- a/domains/smeagol.json +++ b/domains/smeagol.json @@ -1,6 +1,4 @@ { - "description": "Smeagol's github pages site, currently a work in progress", - "repo": "https://github.com/IamSmeagol/IamSmeagol.github.io", "owner": { "username": "IamSmeagol", "discord": "iamsmeagol" diff --git a/domains/smlxdesign.json b/domains/smlxdesign.json index 435b113af..8e8676461 100644 --- a/domains/smlxdesign.json +++ b/domains/smlxdesign.json @@ -1,6 +1,4 @@ { - "description": "SMLX Design's personal blog site", - "repo": "https://github.com/smlxdesign/astro-newsite", "owner": { "username": "smlxdesign", "email": "samuel.smlxdesign@gmail.com" diff --git a/domains/snbhowmik.json b/domains/snbhowmik.json index 8bca1e5e4..095849e9c 100644 --- a/domains/snbhowmik.json +++ b/domains/snbhowmik.json @@ -1,6 +1,4 @@ { - "description": "A Portfolio site for my Academic Career", - "repo": "https://github.com/snbhowmik/portfolio", "owner": { "username": "snbhowmik", "linkedin": "https://www.linkedin.com/in/snbhowmik/", diff --git a/domains/snehal.json b/domains/snehal.json index d4043d85e..16c32855e 100644 --- a/domains/snehal.json +++ b/domains/snehal.json @@ -1,6 +1,4 @@ { - "description": "Personal Website", - "repo": "https://github.com/sneh-al/sneh-al.github.io", "owner": { "username": "sneh-al", "email": "snehal1380@gmail.com" diff --git a/domains/snowcatridge10.json b/domains/snowcatridge10.json index e3805be79..dba55ff83 100644 --- a/domains/snowcatridge10.json +++ b/domains/snowcatridge10.json @@ -1,6 +1,4 @@ { - "description": "Snowcatridge10's awesome website!", - "repo": "https://github.com/snowcatridge10/snowcatridge10.github.io", "owner": { "username": "snowcatridge10", "email": "akreamer@pm.me" diff --git a/domains/snowyid.json b/domains/snowyid.json index e85ec0b40..0a85e29a1 100644 --- a/domains/snowyid.json +++ b/domains/snowyid.json @@ -1,6 +1,4 @@ { - "description": "I Use For My Homepage", - "repo": "https://github.com/HayBael/Haybael.github.io", "owner": { "username": "HayBael", "email": "botaklicin590@gmail.com" diff --git a/domains/soap.json b/domains/soap.json index 339cd5be8..28dbb1882 100644 --- a/domains/soap.json +++ b/domains/soap.json @@ -1,6 +1,4 @@ { - "description": "soap.is-a.dev", - "repo": "https://github.com/hmonsterg/hmonsterg.github.io", "owner": { "username": "HmonsterG", "email": "Plzdontgethacked@outlook.com" diff --git a/domains/socordia.json b/domains/socordia.json index 03385a569..3a01f4b5f 100644 --- a/domains/socordia.json +++ b/domains/socordia.json @@ -1,6 +1,4 @@ { - "description": "Documentation site for the socordia programming language", - "repo": "https://github.com/Socordia-Org/Socordia", "owner": { "username": "furesoft", "email": "chris.anders@outlook.de" diff --git a/domains/sofa.json b/domains/sofa.json index 8895b3c04..c166d3bcf 100644 --- a/domains/sofa.json +++ b/domains/sofa.json @@ -1,6 +1,4 @@ { - "description": "SlumberDemon's Developer Page", - "repo": "https://github.com/SlumberDemon/card", "owner": { "username": "SlumberDemon", "email": "contact.dev.teda@gmail.com", diff --git a/domains/soham.json b/domains/soham.json index 87915454d..df0dd62ce 100644 --- a/domains/soham.json +++ b/domains/soham.json @@ -1,6 +1,4 @@ { - "description": "Soham's personal website", - "repo": "https://github.com/sohamdoescode/sohamdoescode.github.io", "owner": { "username": "sohamdoescode", "email": "soham.b630@gmail.com" diff --git a/domains/solareclipse995.json b/domains/solareclipse995.json index bf1df99a4..4113f049d 100644 --- a/domains/solareclipse995.json +++ b/domains/solareclipse995.json @@ -1,6 +1,4 @@ { - "description": "Solar Eclipse personal website", - "repo": "https://github.com/solareclipse995/solareclipse995.github.io", "owner": { "username": "solareclipse995", "email": "solareclipse995@outlook.com" diff --git a/domains/somenicetables.json b/domains/somenicetables.json index 65644d540..27577030b 100644 --- a/domains/somenicetables.json +++ b/domains/somenicetables.json @@ -1,6 +1,4 @@ { - "description": "My personal about me page", - "repo": "https://github.com/somenicetables/somenicetables.github.io", "owner": { "username": "somenicetables", "email": "themadman2215@gmail.com", diff --git a/domains/someone.json b/domains/someone.json index 80f9a08df..6f7429415 100644 --- a/domains/someone.json +++ b/domains/someone.json @@ -1,6 +1,4 @@ { - "description": "OwO's page", - "repo": "https://github.com/ow0x/ow0x.github.io", "owner": { "username": "ow0x", "email": "studiouifxdesignersandcoders@gmail.com" diff --git a/domains/somesh.json b/domains/somesh.json index acf7cff16..6501161ca 100644 --- a/domains/somesh.json +++ b/domains/somesh.json @@ -1,6 +1,4 @@ { - "description": "Personal Website", - "repo": "https://github.com/someshportfoliohome/someshportfoliohome.github.io", "owner": { "username": "someshportfoliohome", "email": "yeahitspace@gmail.com" diff --git a/domains/someshtiwari.json b/domains/someshtiwari.json index 32a24930f..4cc4dc2b1 100644 --- a/domains/someshtiwari.json +++ b/domains/someshtiwari.json @@ -1,6 +1,4 @@ { - "description": "Add some description", - "repo": "https://github.com/someshportfolio/someshportfolio.github.io", "owner": { "username": "someshportfolio", "email": "yeahitspace@gmail.com" diff --git a/domains/soni-aakas.json b/domains/soni-aakas.json index dbfec26b0..e8e084538 100644 --- a/domains/soni-aakas.json +++ b/domains/soni-aakas.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/soni-aakas/soni-aakas.gihub.io", "owner": { "username": "soni-aakas", "email": "soni.aakas@truestaz.com" diff --git a/domains/sonu.json b/domains/sonu.json index d1dcb9450..d42c3d06b 100644 --- a/domains/sonu.json +++ b/domains/sonu.json @@ -1,6 +1,4 @@ { - "description": "Sonu's Website", - "repo": "https://github.com/Bad-Boy-Codes/bad-boy-codes.github.io", "owner": { "username": "bad-boy-codes", "email": "mail@semant.is-a.dev" diff --git a/domains/soothe.json b/domains/soothe.json index a6f167883..727beb1e6 100644 --- a/domains/soothe.json +++ b/domains/soothe.json @@ -1,6 +1,4 @@ { - "description": "Soothe.is-a.dev", - "repo": "https://github.com/soothe-bot/soothe-bot.github.io", "owner": { "username": "lrmn7", "email": "lrmn.dev@gmail.com", diff --git a/domains/sora-os.json b/domains/sora-os.json index 5b1e69d29..1e631f729 100644 --- a/domains/sora-os.json +++ b/domains/sora-os.json @@ -1,6 +1,4 @@ { - "description": "Cloud operating system", - "repo": "https://github.com/qloha/Sora-OS", "owner": { "username": "qloha", "youtube": "https://youtube.com/@qloha" diff --git a/domains/soumya-das.json b/domains/soumya-das.json index 5844b50f6..0fe22cacc 100644 --- a/domains/soumya-das.json +++ b/domains/soumya-das.json @@ -1,6 +1,4 @@ { - "description": "soumyah Profile.", - "repo": "https://github.com/soumyah-das/soumyah-das.github.io", "owner": { "username": "soumyah-das" }, diff --git a/domains/sourabh.json b/domains/sourabh.json index e16c15ee1..7274e2397 100644 --- a/domains/sourabh.json +++ b/domains/sourabh.json @@ -1,6 +1,4 @@ { - "description": "Sourabh Yadav's Portfolio", - "repo": "https://github.com/YadavSourabhGH/YadavSourabhGH.github.io", "owner": { "username": "YadavSourabhGH", "email": "yadav.sourabh9012@gmail.com" diff --git a/domains/sourav-parida.json b/domains/sourav-parida.json index 24c53e655..a7a94c514 100644 --- a/domains/sourav-parida.json +++ b/domains/sourav-parida.json @@ -1,6 +1,4 @@ { - "description": "I need a subdomain to customise it as in my university wifi i can not open my website", - "repo": "https://github.com/Sourav-Parida/My_website", "owner": { "username": "Sourav-Parida", "email": "souravparida170@gmail.com" diff --git a/domains/sourav.json b/domains/sourav.json index babc3c7e6..f71f0cb22 100644 --- a/domains/sourav.json +++ b/domains/sourav.json @@ -1,6 +1,4 @@ { - "description": "My Website", - "repo": "https://github.com/itzsouravkumar/itzsouravkumar.github.io", "owner": { "username": "itzsouravkumar", "discord": "itz_sour4v" diff --git a/domains/soymadip.json b/domains/soymadip.json index 5a5aa1ab1..d9bf182e2 100644 --- a/domains/soymadip.json +++ b/domains/soymadip.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio Site", - "repo": "https://github.com/soymadip/soymadip.github.io", "owner": { "username": "soymadip", "email": "soumadip@zohomail.in" diff --git a/domains/spechide.json b/domains/spechide.json index 1c1675fe8..ffc02e236 100644 --- a/domains/spechide.json +++ b/domains/spechide.json @@ -1,6 +1,4 @@ { - "description": "My personal site", - "repo": "https://github.com/SpEcHiDe/SpEcHiDe.github.io", "owner": { "username": "SpEcHiDe", "twitter": "SpEcHiDe" diff --git a/domains/specteado.json b/domains/specteado.json index e91da0315..751493145 100644 --- a/domains/specteado.json +++ b/domains/specteado.json @@ -1,6 +1,4 @@ { - "description": "Specteado's portfolio!", - "repo": "https://github.com/Specteado/specteado.github.io", "owner": { "username": "Specteado", "email": "jusefmasabanda10@gmail.com" diff --git a/domains/spencer.json b/domains/spencer.json index 7cfa0ca5f..208c4cb9f 100644 --- a/domains/spencer.json +++ b/domains/spencer.json @@ -1,6 +1,4 @@ { - "description": "Spencer's website", - "repo": "https://github.com/LeeSpencer/leespencer.github.io", "owner": { "username": "LeeSpencer", "email": "mr.lee.spencer@gmail.com" diff --git a/domains/spicyaxolotl.json b/domains/spicyaxolotl.json index 30bf016af..bf3e18b8b 100644 --- a/domains/spicyaxolotl.json +++ b/domains/spicyaxolotl.json @@ -1,6 +1,4 @@ { - "description": "My personal website", - "repo": "https://github.com/Spicy-Axolotl/spicy-axolotl.github.io", "owner": { "username": "Spicy-Axolotl", "discord": "Axolotl (mycoolface256)#4736" diff --git a/domains/splatboy-dev.json b/domains/splatboy-dev.json index 0ba70c2ee..1c2e1553f 100644 --- a/domains/splatboy-dev.json +++ b/domains/splatboy-dev.json @@ -1,6 +1,4 @@ { - "description": "Personal Development Website", - "repo": "https://github.com/splatboy20081/splatboy20081.github.io", "owner": { "username": "splatboy20081", "email": "nu@ll.com", diff --git a/domains/spongly.json b/domains/spongly.json index 3070f4617..fa798f327 100644 --- a/domains/spongly.json +++ b/domains/spongly.json @@ -1,6 +1,4 @@ { - "description": "Spongly's Personal Site", - "repo": "https://github.com/spongly/spongly.github.io", "owner": { "username": "spongly", "email": "mail.spongly@gmail.com" diff --git a/domains/spoozy.json b/domains/spoozy.json index bc38bcd83..196343b78 100644 --- a/domains/spoozy.json +++ b/domains/spoozy.json @@ -1,6 +1,4 @@ { - "description": "Spoozy website", - "repo": "https://github.com/Spoozy/Spoozy.github.io", "owner": { "username": "Spoozy", "email": "gaspardlebreton@outlook.com" diff --git a/domains/spreadsheets600.json b/domains/spreadsheets600.json index 4249a5fec..735f7fb26 100644 --- a/domains/spreadsheets600.json +++ b/domains/spreadsheets600.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio Website", - "repo": "https://github.com/SpreadSheets600/SpreadSheets600", "owner": { "username": "SpreadSheets600", "email": "sohammaity006@gmail.com" diff --git a/domains/spud.json b/domains/spud.json index fb0a6214e..fc65145c3 100644 --- a/domains/spud.json +++ b/domains/spud.json @@ -1,6 +1,4 @@ { - "description": "My own personal portfolio as a developer", - "repo": "https://github.com/MrPotato30/mrotato30.github.io", "owner": { "username": "mrpotato30", "email": "fahrelrizal08@gmail.com" diff --git a/domains/squair.json b/domains/squair.json index 075f3aaf0..6e3f8be6c 100644 --- a/domains/squair.json +++ b/domains/squair.json @@ -1,6 +1,4 @@ { - "description": "Dev Home Page", - "repo": "https://github.com/squairdev/squairdev.github.io", "owner": { "username": "squairdev", "email": "squairyt@gmail.com" diff --git a/domains/srihari.json b/domains/srihari.json index 94260d66e..e1559c0e7 100644 --- a/domains/srihari.json +++ b/domains/srihari.json @@ -1,6 +1,4 @@ { - "description": "Greetings from Sri Hari!", - "repo": "https://github.com/srhr17/srhr17.github.io", "owner": { "username": "srhr17", "email": "srhr1999@gmail.com" diff --git a/domains/srp.json b/domains/srp.json index 5cd36cf7d..8a9de0515 100644 --- a/domains/srp.json +++ b/domains/srp.json @@ -1,10 +1,8 @@ { - "description": "Personal/portfolio developer website for P. R. Swaroop (aka SRP)", "owner": { "username": "SwaroopSRP", "email": "srp31.swaroop@gmail.com" }, - "repo": "https://github.com/SwaroopSRP/portfolio-site", "records": { "CNAME": "swaroopsrp.github.io" } diff --git a/domains/star.json b/domains/star.json index 064212e3c..20e392bf2 100644 --- a/domains/star.json +++ b/domains/star.json @@ -1,6 +1,4 @@ { - "description": "About website", - "repo": "https://github.com/stardust-kyun/stardust-kyun.github.io", "owner": { "username": "stardust-kyun", "email": "stardust-kyun@proton.me" diff --git a/domains/starkblaze01.json b/domains/starkblaze01.json index cee175a99..df53248a7 100644 --- a/domains/starkblaze01.json +++ b/domains/starkblaze01.json @@ -1,6 +1,4 @@ { - "description": "starkblaze01's world", - "repo": "https://github.com/starkblaze01/starkblaze01", "owner": { "username": "starkblaze01", "email": "mp.pathela@gmail.com" diff --git a/domains/starry.json b/domains/starry.json index 8a154ab91..3e29d2628 100644 --- a/domains/starry.json +++ b/domains/starry.json @@ -1,6 +1,4 @@ { - "description": "Shivam's personal website!", - "repo": "https://github.com/starry-shivam/starry-shivam.github.io", "owner": { "username": "starry-shivam", "email": "krshivam24@proton.me" diff --git a/domains/status.jes.json b/domains/status.jes.json index 0b824d621..a1cb820f0 100644 --- a/domains/status.jes.json +++ b/domains/status.jes.json @@ -1,6 +1,4 @@ { - "description": "status page for my bot hosted on db hosting", - "repo": "https://github.com/BMO-Bots/CentroAssistenzaPoldhub", "owner": { "username": "jesgran", "email": "calzdani20@libero.it" diff --git a/domains/steake.json b/domains/steake.json index 03c79230a..b0ce089ef 100644 --- a/domains/steake.json +++ b/domains/steake.json @@ -1,6 +1,4 @@ { - "description": "Steake", - "repo": "https://github.com/Steake/about/", "owner": { "username": "steake", "email": "ollie.steake@gmail.com", diff --git a/domains/stebanportfolio.json b/domains/stebanportfolio.json index ed0bbef44..532f38f62 100644 --- a/domains/stebanportfolio.json +++ b/domains/stebanportfolio.json @@ -1,6 +1,4 @@ { - "description": "Give a profesional domain to my portfolio", - "repo": "https://github.com/fergone03/Portfolio-Desarrollador-Web", "owner": { "username": "fergone03", "email": "fergonesteban03@gmail.com" diff --git a/domains/stef.json b/domains/stef.json index c9d061af6..8f8f6302f 100644 --- a/domains/stef.json +++ b/domains/stef.json @@ -1,6 +1,4 @@ { - "description": "Just a link to my portfolio", - "repo": "https://stefcodes.co.uk", "owner": { "username": "stefcoders", "email": "stefan@stefcodes.co.uk" diff --git a/domains/steven.json b/domains/steven.json index 5d9bfcad0..01842e27d 100644 --- a/domains/steven.json +++ b/domains/steven.json @@ -1,6 +1,4 @@ { - "description": "Steven Frohlich's portfolio", - "repo": "https://github.com/StevenRonnyFrohlich/StevenRonnyFrohlich.github.io", "owner": { "username": "StevenRonnyFrohlich", "email": "steve.r.frohlich@gmail.com" diff --git a/domains/stevesajeev.json b/domains/stevesajeev.json index fb2b71ab9..ef55b0341 100644 --- a/domains/stevesajeev.json +++ b/domains/stevesajeev.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio webpage", - "repo": "https://github.com/SteveSajeev/SteveSajeev", "owner": { "username": "SteveSajeev", "email": "stevepsajeev2008@gmail.com" diff --git a/domains/stkong.json b/domains/stkong.json index 2191643a2..251a88cad 100644 --- a/domains/stkong.json +++ b/domains/stkong.json @@ -1,6 +1,4 @@ { - "description": "hosting personal / portfolio website for myself. Also this website is a link to my personal blog.", - "repo": "https://github.com/congltk1234/congltk1234.github.io", "owner": { "username": "congltk1234", "email": "suwuanxan@gmail.com", diff --git a/domains/stovonson.json b/domains/stovonson.json index 5998c1541..6e8542aff 100644 --- a/domains/stovonson.json +++ b/domains/stovonson.json @@ -1,6 +1,4 @@ { - "description": "It's in the URL.", - "repo": "https://github.com/stovonson/t89", "owner": { "username": "stovonson", "email": "me@stovonson.in", diff --git a/domains/string-null.json b/domains/string-null.json index 2b442375c..e18f5478d 100644 --- a/domains/string-null.json +++ b/domains/string-null.json @@ -1,6 +1,4 @@ { - "description": "My WEB", - "repo": "https://github.com/string-null/string-null.github.io", "owner": { "username": "string-null", "email": "biel.f.r.bfr@gmail.com", diff --git a/domains/stringent.json b/domains/stringent.json index b66ddf267..fdeff4c23 100644 --- a/domains/stringent.json +++ b/domains/stringent.json @@ -1,6 +1,4 @@ { - "description": "My Blog/Portfolio", - "repo": "https://github.com/StringentDev/StringentDev", "owner": { "username": "StringentDev", "email": "stringentdev@hotmail.com" diff --git a/domains/stvn.json b/domains/stvn.json index b78fd3046..6484fdcaf 100644 --- a/domains/stvn.json +++ b/domains/stvn.json @@ -1,6 +1,4 @@ { - "description": "Steven Conaway's personal website.", - "repo": "https://github.com/SConaway/portfolio", "owner": { "username": "sconaway", "email": "steven@stevenconaway.me" diff --git a/domains/subasi.json b/domains/subasi.json index e618ef8aa..bd11b5087 100644 --- a/domains/subasi.json +++ b/domains/subasi.json @@ -1,6 +1,4 @@ { - "description": "For a personnal portfolio", - "repo": "https://github.com/mhmmdlsubasi/mhmmdlsubasi.github.io", "owner": { "username": "mhmmdlsubasi", "email": "mhmmdlsubasi@outlook.com", diff --git a/domains/subhadeepzilong.json b/domains/subhadeepzilong.json index 26ab60636..88a02745d 100644 --- a/domains/subhadeepzilong.json +++ b/domains/subhadeepzilong.json @@ -1,6 +1,4 @@ { - "description": "SubhadeepZilong's personal developer website", - "repo": "https://github.com/SubhadeepZilong/subhadeepzilong.github.io", "owner": { "username": "SubhadeepZilong", "email": "subhadeepchakraborty555@gmail.com", diff --git a/domains/subhajit.json b/domains/subhajit.json index 6e33c0082..81c7a0ca1 100644 --- a/domains/subhajit.json +++ b/domains/subhajit.json @@ -1,6 +1,4 @@ { - "description": "My personal website hosted on GitHub Pages", - "repo": "https://github.com/HappySR/Subhajit-portfolio", "owner": { "username": "HappySR", "email": "darrang48@gmail.com" diff --git a/domains/subham.json b/domains/subham.json index 6b26ae46d..c9bcd8d74 100644 --- a/domains/subham.json +++ b/domains/subham.json @@ -1,6 +1,4 @@ { - "description": "Will be using the subdomain to host my portfolio using is a dev", - "repo": "https://github.com/skuma251/skuma251.github.io", "owner": { "username": "skuma251", "email": "skuma251@asu.edu" diff --git a/domains/sudania-ajay.json b/domains/sudania-ajay.json index ab0a2c4b3..b775354bc 100644 --- a/domains/sudania-ajay.json +++ b/domains/sudania-ajay.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/sudania-ajay/sudania-ajay.github.io", "owner": { "username": "sanjay-makasana", "email": "ajay.sudani@truestaz.com" diff --git a/domains/sudev.json b/domains/sudev.json index a81d5e3ab..d1ad71baa 100644 --- a/domains/sudev.json +++ b/domains/sudev.json @@ -1,6 +1,4 @@ { - "description": "Microsoft Student Ambassador, student at College of Engineering Trivandrum", - "repo": "https://github.com/gamegods3/gamegods3.github.io", "owner": { "username": "gamegods3", "email": "sudevssuresh@gmail.com" diff --git a/domains/sudhanparajuli.json b/domains/sudhanparajuli.json index 87c746e03..152520ee5 100644 --- a/domains/sudhanparajuli.json +++ b/domains/sudhanparajuli.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website, this is currently private and deployed in Netlify.", - "repo": "https://github.com/SudhanParajuli/Portfolio", "owner": { "username": "SudhanParajuli", "email": "dond38480@gmail.com" diff --git a/domains/sudip.json b/domains/sudip.json index a4eeb05dc..dd0e43d25 100644 --- a/domains/sudip.json +++ b/domains/sudip.json @@ -1,6 +1,4 @@ { - "description": "Host my portfolio website", - "repo": "https://github.com/sudipkundu999/sudipkundu", "owner": { "username": "sudipkundu999", "email": "sudipkundu999@gmail.com", diff --git a/domains/suman.json b/domains/suman.json index 08b4ad780..29fc9eeba 100644 --- a/domains/suman.json +++ b/domains/suman.json @@ -1,6 +1,4 @@ { - "description": "Suman's Personal Website", - "repo": "https://github.com/thatsuman/thatsuman.github.io", "owner": { "username": "thatsuman", "email": "suman.multiverse@gmail.com", diff --git a/domains/sumedhaa.json b/domains/sumedhaa.json index e31722f9a..a66b41303 100644 --- a/domains/sumedhaa.json +++ b/domains/sumedhaa.json @@ -1,6 +1,4 @@ { - "description": "Sumedhaa's Portfolio", - "repo": "https://github.com/misticorion/misticorion.github.io", "owner": { "username": "misticorion", "email": "mistic.orion@gmail.com" diff --git a/domains/summon-the-coder.json b/domains/summon-the-coder.json index 09e5aa282..7a5f8a8b3 100644 --- a/domains/summon-the-coder.json +++ b/domains/summon-the-coder.json @@ -1,6 +1,4 @@ { - "description": "Site about me", - "repo": "https://github.com/banana6boom/banana6boom.github.io", "owner": { "username": "banana6boom", "email": "themadhouse@mail.ru" diff --git a/domains/sunnyychi.json b/domains/sunnyychi.json index 5c42ceabb..ffedc6d79 100644 --- a/domains/sunnyychi.json +++ b/domains/sunnyychi.json @@ -1,6 +1,4 @@ { - "description": "A personal portfolio website", - "repo": "https://github.com/sunnyychi/Website", "owner": { "username": "sunnyychi", "email": "sunnyychi@lona-development.org" diff --git a/domains/sunzizhuo.json b/domains/sunzizhuo.json index f12d0b266..3eb18ec47 100644 --- a/domains/sunzizhuo.json +++ b/domains/sunzizhuo.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/UnidentifiedX/unidentifiedx.github.io", "owner": { "username": "UnidentifiedX", "email": "sunzizhuo33@gmail.com" diff --git a/domains/superharmony910.json b/domains/superharmony910.json index 8548ab9a6..ea74d518e 100644 --- a/domains/superharmony910.json +++ b/domains/superharmony910.json @@ -1,6 +1,4 @@ { - "description": "SuperHarmony910's personal developer website", - "repo": "https://github.com/SuperHarmony910/SuperHarmony910.github.io", "owner": { "username": "SuperHarmony910", "email": "superharmony910@gmail.com", diff --git a/domains/supers0n1k.json b/domains/supers0n1k.json index 7e146b307..287a7b681 100644 --- a/domains/supers0n1k.json +++ b/domains/supers0n1k.json @@ -1,6 +1,4 @@ { - "description": "supers0n1k's website. private email not disclosed. discord contact given", - "repo": "https://github.com/supers0n1k/supers0n1k.github.io", "owner": { "username": "supers0n1k", "discord": "46mil" diff --git a/domains/superstrellaa.json b/domains/superstrellaa.json index 18a7b0164..ec6095e3d 100644 --- a/domains/superstrellaa.json +++ b/domains/superstrellaa.json @@ -1,6 +1,4 @@ { - "description": "My personal portfolio", - "repo": "https://github.com/superstrellaa/superstrellaa.github.io", "owner": { "username": "superstrellaa", "email": "superstrellayt@gmail.com" diff --git a/domains/suraez.json b/domains/suraez.json index a94a3780a..b086e163a 100644 --- a/domains/suraez.json +++ b/domains/suraez.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio Website", - "repo": "https://github.com/Suraez/portfolio-2080", "owner": { "username": "suraez", "email": "oberais50@gmail.com" diff --git a/domains/suraj.json b/domains/suraj.json index 96de17f36..103d28d91 100644 --- a/domains/suraj.json +++ b/domains/suraj.json @@ -1,6 +1,4 @@ { - "description": "My personal developer website", - "repo": "https://github.com/Clay990/suraj", "owner": { "username": "Clay990", "email": "asuraj991m@gmail.com" diff --git a/domains/surajh-patel.json b/domains/surajh-patel.json index 86d0f0f9c..70bbfc561 100644 --- a/domains/surajh-patel.json +++ b/domains/surajh-patel.json @@ -1,6 +1,4 @@ { - "description": "surajh-patel Profile.", - "repo": "https://github.com/surajh-patel/surajh-patel.github.io", "owner": { "username": "surajh-patel" }, diff --git a/domains/surendran-soumya.json b/domains/surendran-soumya.json index c410718a1..825a587c2 100644 --- a/domains/surendran-soumya.json +++ b/domains/surendran-soumya.json @@ -1,6 +1,4 @@ { - "description": "surendran-soumya Profile.", - "repo": "https://github.com/surendran-soumya/surendran-soumya.github.io", "owner": { "username": "surendran-soumya" }, diff --git a/domains/surge.json b/domains/surge.json index 704c9d287..6a25c5300 100644 --- a/domains/surge.json +++ b/domains/surge.json @@ -1,6 +1,4 @@ { - "description": "personal website", - "repo": "https://github.com/teamjoelee/me", "owner": { "username": "teamjoelee", "email": "tojoeleeofficial@gmail.com" diff --git a/domains/surya.json b/domains/surya.json index 4faee80c4..713ec16d2 100644 --- a/domains/surya.json +++ b/domains/surya.json @@ -1,6 +1,4 @@ { - "description": "Profile Links", - "repo": "https://github.com/suryanarayanrenjith/suryanarayanrenjith.github.io", "owner": { "username": "suryanarayanrenjith", "email": "suryanarayanrenjith@outlook.com", diff --git a/domains/suryaansh.json b/domains/suryaansh.json index edc2bd8ce..9ba9c99d1 100644 --- a/domains/suryaansh.json +++ b/domains/suryaansh.json @@ -1,6 +1,4 @@ { - "description": "suryaansh's personal site", - "repo": "https://github.com/suryaanshah/suryaanshah.github.io", "owner": { "username": "suryaanshah", "email": "suryaanshchawla@gmail.com" diff --git a/domains/suryajith.json b/domains/suryajith.json index b9d6c1adc..97cec71a1 100644 --- a/domains/suryajith.json +++ b/domains/suryajith.json @@ -1,6 +1,4 @@ { - "description": "Personal Page", - "repo": "https://github.com/SuryajithR/suryajithr.github.io", "owner": { "username": "suryajith", "discord": "SuryJithr#5011" diff --git a/domains/sushankghimire.json b/domains/sushankghimire.json index 784e33898..7b01ce5af 100644 --- a/domains/sushankghimire.json +++ b/domains/sushankghimire.json @@ -1,6 +1,4 @@ { - "description": "Sushank Ghimire", - "repo": "https://github.com/Sushank-ghimire/ghimiresushank.com.np", "owner": { "username": "Sushank-ghimire", "email": "ghimiresushank08@gmail.com" diff --git a/domains/sussyrayan.json b/domains/sussyrayan.json index d99febe75..edc6b4bb7 100644 --- a/domains/sussyrayan.json +++ b/domains/sussyrayan.json @@ -1,6 +1,4 @@ { - "description": "portfolio website", - "repo": "https://syedrayangames.github.io/portfolio", "owner": { "username": "syedrayangames", "email": "syedyaseeralirayan5@gmail.com" diff --git a/domains/sutirth.json b/domains/sutirth.json index ed6ebcab6..ec2c9c414 100644 --- a/domains/sutirth.json +++ b/domains/sutirth.json @@ -1,6 +1,4 @@ { - "description": "sutirth is a Developer!", - "repo": "https://github.com/ricksr/ricksr.github.io", "owner": { "username": "ricksr", "email": "sutirtharej@gmail.com" diff --git a/domains/suu.json b/domains/suu.json index 5e468de9b..56db0b306 100644 --- a/domains/suu.json +++ b/domains/suu.json @@ -1,6 +1,4 @@ { - "description": "to make a url shortner website", - "repo": "https://github.com/OKBOTS/register", "owner": { "username": "OKBOTS", "email": "okbots1+2@gmail.com" diff --git a/domains/svg.json b/domains/svg.json index 4f3feab60..5d2a2d7ca 100644 --- a/domains/svg.json +++ b/domains/svg.json @@ -1,6 +1,4 @@ { - "description": "svg's website", - "repo": "https://github.com/svg-rs/svg.github.io", "owner": { "username": "svg-rs", "email": "kimmkayy8@proton.me" diff --git a/domains/svloog.json b/domains/svloog.json index ff4e08c9f..89e5337b4 100644 --- a/domains/svloog.json +++ b/domains/svloog.json @@ -1,6 +1,4 @@ { - "description": "just gonna put some projects here idk thought this might be cool to add some personality", - "repo": "https://github.com/slvoog/slvoog.github.io", "owner": { "username": "slvoog", "email": "svloogz@gmail.com", diff --git a/domains/swami.json b/domains/swami.json index 8b83ecac3..f8d8618dd 100644 --- a/domains/swami.json +++ b/domains/swami.json @@ -1,6 +1,4 @@ { - "description": "Portfolio Website", - "repo": "https://github.com/aadltya/portfolio-website", "owner": { "username": "aadltya", "email": "adityaedu22@gmail.com" diff --git a/domains/swapnil.json b/domains/swapnil.json index e94487244..cd0e23800 100644 --- a/domains/swapnil.json +++ b/domains/swapnil.json @@ -1,6 +1,4 @@ { - "description": "Aspiring tech enthusiast", - "repo": "https://github.com/SwapnilChand/SwapnilChand.github.io", "owner": { "username": "SwapnilChand", "email": "swapnilchand51@gmail.com" diff --git a/domains/swastik.json b/domains/swastik.json index c422c2600..893d44d08 100644 --- a/domains/swastik.json +++ b/domains/swastik.json @@ -1,6 +1,4 @@ { - "description": "About Swastik Baranwal", - "repo": "https://github.com/delta456/delta456.github.io", "owner": { "username": "delta456", "email": "swstkbaranwal@gmail.com", diff --git a/domains/swenet.json b/domains/swenet.json index 7f0b7ce0f..9ea5c7cbf 100644 --- a/domains/swenet.json +++ b/domains/swenet.json @@ -1,6 +1,4 @@ { - "description": "Portfolio", - "repo": "https://github.com/sweneet/sweneet.github.io", "owner": { "username": "sweneet", "email": "swenetbabapro@gmail.com", diff --git a/domains/sweta-solanki.json b/domains/sweta-solanki.json index b1aa61f7b..78a2d5ed3 100644 --- a/domains/sweta-solanki.json +++ b/domains/sweta-solanki.json @@ -1,6 +1,4 @@ { - "description": "My new website", - "repo": "https://github.com/sweta-solanki/sweta-solanki.github.io", "owner": { "username": "sweta-solanki", "email": "sweta.solank@truestaz.com" diff --git a/domains/syahiramali.json b/domains/syahiramali.json index 6cc27a893..5141b32a4 100644 --- a/domains/syahiramali.json +++ b/domains/syahiramali.json @@ -1,6 +1,4 @@ { - "description": "syahirAmali Portfolio", - "repo": "https://github.com/syahirAmali/syahirAmali.github.io", "owner": { "username": "syahirAmali", "email": "syahiramali@gmail.com" diff --git a/domains/synacktra.json b/domains/synacktra.json index 7931107b4..ffc90f945 100644 --- a/domains/synacktra.json +++ b/domains/synacktra.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/synacktraa/synacktraa.github.io", "owner": { "username": "synacktraa", "email": "synacktra.work@gmail.com" diff --git a/domains/synthara.json b/domains/synthara.json index 970f86b19..ecefa2fd3 100644 --- a/domains/synthara.json +++ b/domains/synthara.json @@ -1,6 +1,4 @@ { - "description": "🚀 Synthara – Your Smart AI Assistant Synthara is an advanced AI-powered virtual assistant designed to enhance productivity, answer queries, and automate tasks efficiently. Built with cutting-edge AI technology, Synthara delivers seamless interactions and intelligent responses.", - "repo": "https://github.com/ArhanAnsari/Synthara", "owner": { "username": "ArhanAnsari", "email": "arhanansari2009@gmail.com", diff --git a/domains/syofyanzuhad.json b/domains/syofyanzuhad.json index f48bfd5a2..e9b1c2bf8 100644 --- a/domains/syofyanzuhad.json +++ b/domains/syofyanzuhad.json @@ -1,6 +1,4 @@ { - "description": "Web Profile of Syofyan Zuhad", - "repo": "https://github.com/syofyanzuhad/syofyanzuhad.github.io", "owner": { "username": "syofyanzuhad", "email": "sofyanzuhad2@gmail.com" diff --git a/domains/taha.json b/domains/taha.json index 42cb3952b..806fcce54 100644 --- a/domains/taha.json +++ b/domains/taha.json @@ -1,6 +1,4 @@ { - "description": "Taha bou's Portfolio", - "repo": "https://github.com/tahakocabuga/taha2002.github.io", "owner": { "username": "taha2002", "email": "bouras1920@gmail.com" diff --git a/domains/tahakocabuga.json b/domains/tahakocabuga.json index e06b1f7dc..3cd7566cb 100644 --- a/domains/tahakocabuga.json +++ b/domains/tahakocabuga.json @@ -1,6 +1,4 @@ { - "description": "Taha Kocabuga's Portfolio", - "repo": "https://github.com/tahakocabuga/tahakocabuga.github.io", "owner": { "username": "tahakocabuga", "email": "tahakocabuga@gmail.com", diff --git a/domains/tahmidrayat.json b/domains/tahmidrayat.json index ee372e2e2..e29623d2b 100644 --- a/domains/tahmidrayat.json +++ b/domains/tahmidrayat.json @@ -1,6 +1,4 @@ { - "description": "Github Portfolio of Tahmid Rayat", - "repo": "https://github.com/htr-tech/htr-tech.github.io", "owner": { "username": "htr-tech", "email": "tahmidrayat@gmail.com" diff --git a/domains/tainguyen.json b/domains/tainguyen.json index e3e20d8db..e6280bd5b 100644 --- a/domains/tainguyen.json +++ b/domains/tainguyen.json @@ -1,6 +1,4 @@ { - "description": "this is my profile", - "repo": "https://github.com/taitai2107/web_cv", "owner": { "username": "taitai2107", "email": "nguyencongkhanhtai21072001@gmail.com" diff --git a/domains/takase.json b/domains/takase.json index 96bec004a..949f0c521 100644 --- a/domains/takase.json +++ b/domains/takase.json @@ -1,6 +1,4 @@ { - "description": "Takase's personal website", - "repo": "https://github.com/takase1121/takase1121.github.io", "owner": { "username": "takase1121", "email": "takase1121@proton.me" diff --git a/domains/tamim.json b/domains/tamim.json index 2e4cfe6c0..9c3e4b488 100644 --- a/domains/tamim.json +++ b/domains/tamim.json @@ -1,6 +1,4 @@ { - "description": "portfolio website", - "repo": "https://github.com/dev7amim/dev7amim.github.io", "owner": { "username": "dev7amim", "email": "dev7amim@yahoo.com" diff --git a/domains/tanbaycu.json b/domains/tanbaycu.json index d21ac0752..1478d83e4 100644 --- a/domains/tanbaycu.json +++ b/domains/tanbaycu.json @@ -1,6 +1,4 @@ { - "description": "Trang portfolio cá nhân của tôi.", - "repo": "https://github.com/tanbaycu/tanbaycu.github.io", "owner": { "username": "tanbaycu", "email": "tanbaycu@gmail.com" diff --git a/domains/tanish-chahal.json b/domains/tanish-chahal.json index 3410f41c1..570ac7e39 100644 --- a/domains/tanish-chahal.json +++ b/domains/tanish-chahal.json @@ -1,6 +1,4 @@ { - "description": "Tanish's Portfolio", - "repo": "https://github.com/TanishChahal/register", "owner": { "username": "TanishChahal", "email": "TanishChahal5705@gmail.com" diff --git a/domains/tanish-poddar.json b/domains/tanish-poddar.json index 66cd48cc1..f71bec8b7 100644 --- a/domains/tanish-poddar.json +++ b/domains/tanish-poddar.json @@ -1,6 +1,4 @@ { - "description": "Documentation website for is-a.dev", - "repo": "https://github.com/tanishpoddar/tanishpoddar.github.io", "owner": { "username": "tanishpoddar", "email": "tanishpoddar.18@gmail.com" diff --git a/domains/tanish2002.json b/domains/tanish2002.json index ed7ee78af..e75180a36 100644 --- a/domains/tanish2002.json +++ b/domains/tanish2002.json @@ -1,6 +1,4 @@ { - "description": "Tanish2002's Website", - "repo": "https://github.com/Tanish2002/Tanish2002.github.io", "owner": { "username": "Tanish2002", "email": "tanishkhare@gmail.com" diff --git a/domains/tanos.json b/domains/tanos.json index b3a721f16..20d786550 100644 --- a/domains/tanos.json +++ b/domains/tanos.json @@ -1,6 +1,4 @@ { - "description": "portfolio website", - "repo": "https://TacoGit.github.io", "owner": { "username": "TacoGit", "email": "opmijloly@gmail.com" diff --git a/domains/tanuj-nagpal.json b/domains/tanuj-nagpal.json index 446ea3f95..5933d377b 100644 --- a/domains/tanuj-nagpal.json +++ b/domains/tanuj-nagpal.json @@ -1,6 +1,4 @@ { - "description": "personal website", - "repo": "https://github.com/tanuj101/personal-web-space", "owner": { "username": "tanuj101", "email": "tanujnagpal999@gmail.com" diff --git a/domains/tanveer.json b/domains/tanveer.json index 55ccac128..46866b662 100644 --- a/domains/tanveer.json +++ b/domains/tanveer.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio Website of Tanveer Husyn", - "repo": "https://github.com/Tanveerhusyn/new_portfolio", "owner": { "username": "tanveerhusyn", "email": "tanveerhussain465@gmail.com" diff --git a/domains/tanyalai.json b/domains/tanyalai.json index d9e822b27..9b8a291b7 100644 --- a/domains/tanyalai.json +++ b/domains/tanyalai.json @@ -1,6 +1,4 @@ { - "description": "Tanya Lai's personal website", - "repo": "https://github.com/tanyalai/tanyalai.github.io", "owner": { "username": "tanyalai", "email": "tanyalai@outlook.com", diff --git a/domains/tarik.json b/domains/tarik.json index 7f930b851..540df33b3 100644 --- a/domains/tarik.json +++ b/domains/tarik.json @@ -1,6 +1,4 @@ { - "description": "Personal website of Tarık Coşkun", - "repo": "https://github.com/tarikcoskun/website", "owner": { "username": "tarikcoskun", "email": "tarikcskun@gmail.com" diff --git a/domains/tartej.json b/domains/tartej.json index e07234072..cef1c9ecb 100644 --- a/domains/tartej.json +++ b/domains/tartej.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio Site", - "repo": "https://github.com/TartejBrothers/Tarloic", "owner": { "username": "tartejbrothers", "email": "taranjeetsinghbedi2@gmail.com" diff --git a/domains/tas33n.json b/domains/tas33n.json index e382d5575..5c523b35f 100644 --- a/domains/tas33n.json +++ b/domains/tas33n.json @@ -1,6 +1,4 @@ { - "description": "Portfolio for my works..", - "repo": "https://github.com/tas33n/tas33n.github.io", "owner": { "username": "tas33n", "email": "tasu.legend@gmail.com" diff --git a/domains/tasawar-hussain.json b/domains/tasawar-hussain.json index 48d7e90b5..584213d22 100644 --- a/domains/tasawar-hussain.json +++ b/domains/tasawar-hussain.json @@ -1,6 +1,4 @@ { - "description": "tasawar-hussain.is-a.dev", - "repo": "https://github.com/tasawar-hussain/tasawar-hussain.github.io", "owner": { "username": "tasawar-hussain", "email": "me.tasawarhussain@gmail.com" diff --git a/domains/tassio.json b/domains/tassio.json index c452ed6a0..87bd569d4 100644 --- a/domains/tassio.json +++ b/domains/tassio.json @@ -1,6 +1,4 @@ { - "description": "tassiovirginio", - "repo": "https://github.com/tassiovirginio/tassiovirginio.github.io", "owner": { "username": "tassiovirginio", "email": "tassiovirginio@gmail.com" diff --git a/domains/tawhid.json b/domains/tawhid.json index f6b288ffe..4396270f0 100644 --- a/domains/tawhid.json +++ b/domains/tawhid.json @@ -1,6 +1,4 @@ { - "description": "Personal hobby site", - "repo": "https://github.com/Dumbo-programmer/Dumbo-programmer.github.io", "owner": { "username": "Dumbo-programmer", "email": "rony.120285d2k@gmail.com" diff --git a/domains/tawiah.json b/domains/tawiah.json index 4008caa0b..9fd77b8fd 100644 --- a/domains/tawiah.json +++ b/domains/tawiah.json @@ -1,6 +1,4 @@ { - "description": "Describe the use of this subdomain", - "repo": "https://github.com/tawiahnyt/tawiah", "owner": { "username": "tawiahnyt", "email": "tawiahin4k@gmail.com" diff --git a/domains/tawqeer.json b/domains/tawqeer.json index 848a4832d..7aab26996 100644 --- a/domains/tawqeer.json +++ b/domains/tawqeer.json @@ -1,6 +1,4 @@ { - "description": "Tawqeer's .is-a.dev domain", - "repo": "https://github.com/1k24bytes/1k24bytes.github.io", "owner": { "username": "1k24bytes.github.io", "email": "tawqeer21@gmail.com" diff --git a/domains/tca.json b/domains/tca.json index 4a1d92046..fc4287d15 100644 --- a/domains/tca.json +++ b/domains/tca.json @@ -1,6 +1,4 @@ { - "description": "TCA's official portfolio, if you can call it that.", - "repo": "https://github.com/ToastifyDev/devsite", "owner": { "username": "ToastifyDev", "email": "hey@toastify.tk" diff --git a/domains/tclement0922.json b/domains/tclement0922.json index 61dae9878..aaaa9c3ea 100644 --- a/domains/tclement0922.json +++ b/domains/tclement0922.json @@ -1,6 +1,4 @@ { - "description": "tclement0922's personal site", - "repo": "https://github.com/tclement0922/tclement0922.github.io", "owner": { "username": "tclement0922", "email": "dev.tclement0922@gmail.com" diff --git a/domains/tdm.json b/domains/tdm.json index 4ad8aab5a..a8202eacd 100644 --- a/domains/tdm.json +++ b/domains/tdm.json @@ -1,6 +1,4 @@ { - "description": "This website is a link to my personal developer portfolio.", - "repo": "https://github.com/loltdmmmos/loltdmmmos.github.io", "owner": { "username": "LolTDMMMOs", "email": "paymentstdm@gmail.com" diff --git a/domains/technohacker.json b/domains/technohacker.json index a334e5828..319e91245 100644 --- a/domains/technohacker.json +++ b/domains/technohacker.json @@ -1,6 +1,4 @@ { - "description": "Personal GitHub page", - "repo": "https://github.com/Technohacker/technohacker.github.io", "owner": { "username": "Technohacker", "email": "technohacker1995@gmail.com" diff --git a/domains/techstarmahesh.json b/domains/techstarmahesh.json index fdd3a0925..8b141b25d 100644 --- a/domains/techstarmahesh.json +++ b/domains/techstarmahesh.json @@ -1,6 +1,4 @@ { - "description": "Mahesh Sharma's personal developer website", - "repo": "https://github.com/techstarmahesh/techstarmahesh.github.io", "owner": { "username": "TechstarMahesh", "email": "mistermaheshsharma@gmail.com" diff --git a/domains/techy.json b/domains/techy.json index efa998edb..356692c88 100644 --- a/domains/techy.json +++ b/domains/techy.json @@ -1,6 +1,4 @@ { - "description": "Techy's blog", - "repo": "https://github.com/Techy/techy.github.io", "owner": { "username": "techy", "twitter": "tech_dude1" diff --git a/domains/teesh.json b/domains/teesh.json index 4929110ce..e10fb3d23 100644 --- a/domains/teesh.json +++ b/domains/teesh.json @@ -3,8 +3,6 @@ "username": "teesh3rt", "email": "teesh3rt@gmail.com" }, - "description": "Teesh's Site", - "repo": "https://github.com/teesh3rt/teesh3rt.github.io", "records": { "CNAME": "teesh3rt.github.io" } diff --git a/domains/tekno.json b/domains/tekno.json index 80f11542a..116e063c7 100644 --- a/domains/tekno.json +++ b/domains/tekno.json @@ -1,6 +1,4 @@ { - "description": "Custom domain for my personal site", - "repo": "https://github.com/TeknoSenpai/teknosenpai.github.io", "owner": { "username": "TeknoSenpai", "email": "tekno@hiri.dev", diff --git a/domains/temelkov.json b/domains/temelkov.json index d7c53df94..57db09a2a 100644 --- a/domains/temelkov.json +++ b/domains/temelkov.json @@ -1,6 +1,4 @@ { - "description": "Stanislav Temelkov Proffesional Portfolio", - "repo": "https://github.com/Temelkov/temelkov.github.io", "owner": { "username": "Temelkov", "email": "stanislav.temelkov@hotmail.com" diff --git a/domains/ten.json b/domains/ten.json index c097e8491..174af96f6 100644 --- a/domains/ten.json +++ b/domains/ten.json @@ -1,6 +1,4 @@ { - "description": "Ten's Landing Page", - "repo": "https://github.com/TenDRILLL/tendrilll.github.io", "owner": { "username": "TenDRILLL", "discord": "Ten#0010" diff --git a/domains/teobouvard.json b/domains/teobouvard.json index 7ca9ea649..1dc2fd733 100644 --- a/domains/teobouvard.json +++ b/domains/teobouvard.json @@ -1,6 +1,4 @@ { - "description": "Personal github page", - "repo": "https://github.com/teobouvard/teobouvard.github.io", "owner": { "username": "teobouvard" }, diff --git a/domains/terminalbmr.json b/domains/terminalbmr.json index 6d011b573..c74c79dca 100644 --- a/domains/terminalbmr.json +++ b/domains/terminalbmr.json @@ -1,6 +1,4 @@ { - "description": "Terminal portfolio website", - "repo": "https://rayxstudioz.github.io/terminal-portfolio", "owner": { "username": "RAYXSTUDIOZ", "email": "dvappsab@gmail.com" diff --git a/domains/terroid.json b/domains/terroid.json index 6db7ec3b3..d2ce537cc 100644 --- a/domains/terroid.json +++ b/domains/terroid.json @@ -1,6 +1,4 @@ { - "description": "Portfolio", - "repo": "https://github.com/skandabhairava/skandabhairava.github.io", "owner": { "username": "skandabhairava", "email": "skandabhairava@gmail.com" diff --git a/domains/th3.json b/domains/th3.json index fe1f535a9..a6b5beac8 100644 --- a/domains/th3.json +++ b/domains/th3.json @@ -1,6 +1,4 @@ { - "description": "Th3-C0der's subdomain", - "repo": "https://github.com/Th3-C0der/Th3-C0der.github.io", "owner": { "username": "Th3-C0der", "email": "Th3Drag8N@proton.me" diff --git a/domains/thamizh.json b/domains/thamizh.json index e0095f575..d88e14d49 100644 --- a/domains/thamizh.json +++ b/domains/thamizh.json @@ -1,6 +1,4 @@ { - "description": "for my personal website representing that i'm a dev", - "repo": "https://github.com/ThisisThamizh/ThisisThamizh.github.io", "owner": { "username": "ThisisThamizh", "email": "venthank88@gmail.com", diff --git a/domains/thanbv1510.json b/domains/thanbv1510.json index a21fd409c..d900a1b1b 100644 --- a/domains/thanbv1510.json +++ b/domains/thanbv1510.json @@ -1,6 +1,4 @@ { - "description": "thanbv1510's personal website", - "repo": "https://github.com/thanbv1510/thanbv1510.github.io", "owner": { "username": "thanbv1510", "email": "thanbv1510@gmail.com", diff --git a/domains/tharindu.json b/domains/tharindu.json index 2a23f4fed..729e9b40d 100644 --- a/domains/tharindu.json +++ b/domains/tharindu.json @@ -1,6 +1,4 @@ { - "description": "Tharindu's personal developer website", - "repo": "https://github.com/tharindusathis/tharindusathis.github.io", "owner": { "username": "tharindusathis", "email": "tharindu.sathis@gmail.com" diff --git a/domains/tharukrenuja.json b/domains/tharukrenuja.json index c88e9e71f..4d69aeb9e 100644 --- a/domains/tharukrenuja.json +++ b/domains/tharukrenuja.json @@ -1,6 +1,4 @@ { - "description": "Just Anohter Portfolio", - "repo": "https://github.com/TharukRenuja/tharukrenuja.github.io", "owner": { "username": "TharukRenuja", "email": "contact.tharukrenuja@gmail.com", diff --git a/domains/thatoddshade.json b/domains/thatoddshade.json index 0e5f46760..a6c6be489 100644 --- a/domains/thatoddshade.json +++ b/domains/thatoddshade.json @@ -1,6 +1,4 @@ { - "description": "thatoddshade's personal website", - "repo": "https://github.com/thatoddshade/thatoddshade.github.io", "owner": { "username": "thatoddshade", "email": "thatoddshade+contact@proton.me" diff --git a/domains/theavian.json b/domains/theavian.json index 15c801864..d065f690b 100644 --- a/domains/theavian.json +++ b/domains/theavian.json @@ -1,6 +1,4 @@ { - "description": "Personal portofolio website", - "repo": "https://github.com/theavian/theavian.github.io", "owner": { "username": "theavian", "email": "avicrafty8@gmail.com", diff --git a/domains/thecode-breaker.json b/domains/thecode-breaker.json index 6e60ced4f..f0fabd86c 100644 --- a/domains/thecode-breaker.json +++ b/domains/thecode-breaker.json @@ -1,6 +1,4 @@ { - "description": "Link for Adarsh's personal site on GitHub pages", - "repo": "https://github.com/theCode-Breaker/theCode-Breaker.github.io", "owner": { "username": "theCode-Breaker", "email": "theCodeBreaker.dev@gmail.com" diff --git a/domains/thegloriousduck.json b/domains/thegloriousduck.json index 1e9b0e936..f3bfe10c6 100644 --- a/domains/thegloriousduck.json +++ b/domains/thegloriousduck.json @@ -1,6 +1,4 @@ { - "description": "TheGloriousDuck's personal developer website", - "repo": "https://github.com/TheGloriousDuck/thegloriousduck.github.io", "owner": { "username": "TheGloriousDuck", "email": "thegloriousduck@protonmail.com" diff --git a/domains/thehackerdude1083.json b/domains/thehackerdude1083.json index 606e0bfe9..2e5e10f94 100644 --- a/domains/thehackerdude1083.json +++ b/domains/thehackerdude1083.json @@ -1,6 +1,4 @@ { - "description": "Running my new website", - "repo": "https://github.com/TheHackerDude1083/TheHackerDude1083.github.io", "owner": { "username": "TheHackerDude1083", "email": "shaheeransari57@gmail.com" diff --git a/domains/thenoppy12.json b/domains/thenoppy12.json index 876ba6661..08557a12d 100644 --- a/domains/thenoppy12.json +++ b/domains/thenoppy12.json @@ -1,6 +1,4 @@ { - "description": "Main Page", - "repo": "https://github.com/thenoppy12/thenoppy12.github.io", "owner": { "username": "BussyBakks", "email": "lengochuykiengiang@gmail.com", diff --git a/domains/theo.json b/domains/theo.json index 15289acb7..b3c5bb4ae 100644 --- a/domains/theo.json +++ b/domains/theo.json @@ -1,6 +1,4 @@ { - "description": "Personal website (blog and etc).", - "repo": "https://github.com/DrTheodor/drtheodor.github.io", "owner": { "username": "DrTheodor", "email": "teodor2k8@gmail.com", diff --git a/domains/thequackyduck.json b/domains/thequackyduck.json index 82b66b145..8d776e9dc 100644 --- a/domains/thequackyduck.json +++ b/domains/thequackyduck.json @@ -1,6 +1,4 @@ { - "description": "my portfolio", - "repo": "https://github.com/thequackyduck/thequackyduck.github.io", "owner": { "username": "thequackyduck", "email": "zcodezt@gmail.com" diff --git a/domains/therookiecoder.json b/domains/therookiecoder.json index 4415d81cd..17de9b55d 100644 --- a/domains/therookiecoder.json +++ b/domains/therookiecoder.json @@ -1,6 +1,4 @@ { - "description": "My personal website", - "repo": "https://github.com/theRookieCoder/theRookieCoder.github.io", "owner": { "username": "theRookieCoder", "email": "ileshkt@gmail.com", diff --git a/domains/thesanju.json b/domains/thesanju.json index 52436fbcb..9c67fc7a6 100644 --- a/domains/thesanju.json +++ b/domains/thesanju.json @@ -1,6 +1,4 @@ { - "description": "personal portfolio website", - "repo": "https://github.com/thesanju/thesanju.github.io", "owner": { "username": "thesanju", "email": "sanjayjr1official@gmail.com", diff --git a/domains/thesyed.json b/domains/thesyed.json index 691a57390..f57ec8964 100644 --- a/domains/thesyed.json +++ b/domains/thesyed.json @@ -1,6 +1,4 @@ { - "description": "Personal website and blog", - "repo": "https://github.com/AlephaNull/AlephaNull.github.io", "owner": { "username": "AlephaNull", "email": "ay.syed@pm.me" diff --git a/domains/thewickedkarma.json b/domains/thewickedkarma.json index 5edc56025..fd7831ccb 100644 --- a/domains/thewickedkarma.json +++ b/domains/thewickedkarma.json @@ -1,6 +1,4 @@ { - "description": "thewickedkarma's portfolio", - "repo": "https://github.com/thewickedkarma/thewickedkarma.github.io", "owner": { "username": "thewickedkarma", "email": "thewickedkarma@gmail.com" diff --git a/domains/thewonglife.json b/domains/thewonglife.json index 982e3ad87..d5ac4ea9d 100644 --- a/domains/thewonglife.json +++ b/domains/thewonglife.json @@ -1,6 +1,4 @@ { - "description": "Nicholas Wong's Personal Subdomain", - "repo": "https://github.com/TheWongLife/TheWongLife.github.io", "owner": { "username": "TheWongLife", "email": "nwong27@illinois.edu", diff --git a/domains/thiago.json b/domains/thiago.json index ae6577abe..427baecf1 100644 --- a/domains/thiago.json +++ b/domains/thiago.json @@ -1,6 +1,4 @@ { - "description": "Thiago S. Teixeira blog", - "repo": "https://github.com/teixeirazeus/teixeirazeus.github.io", "owner": { "username": "teixeirazeus", "email": "teixeira.zeus@gmail.com", diff --git a/domains/thiagomarsili.json b/domains/thiagomarsili.json index f89d5f73d..6c53f67b3 100644 --- a/domains/thiagomarsili.json +++ b/domains/thiagomarsili.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website", - "repo": "https://github.com/thiago-marsili/thiago-marsili.github.io", "owner": { "username": "Thiago-Marsili", "email": "thihoma@gmail.com" diff --git a/domains/thomas-shelby.json b/domains/thomas-shelby.json index 902bbce3c..a2de31675 100644 --- a/domains/thomas-shelby.json +++ b/domains/thomas-shelby.json @@ -1,6 +1,4 @@ { - "description": "Portfolio", - "repo": "https://github.com/prbhanu/prbhanu.github.io", "owner": { "username": "prbhanu", "email": "prbhanu1718@gmil.com", diff --git a/domains/thomas.json b/domains/thomas.json index a5cce2d0b..ed2cb855c 100644 --- a/domains/thomas.json +++ b/domains/thomas.json @@ -1,6 +1,4 @@ { - "description": "My personal portfolio as a programming language designer and developer.", - "repo": "https://github.com/thomasvergne/thomasvergne.github.io", "owner": { "username": "thomasvergne", "email": "thomas.vergne.contact@gmail.com", diff --git a/domains/thorgathis.json b/domains/thorgathis.json index 2c0534571..07763dacd 100644 --- a/domains/thorgathis.json +++ b/domains/thorgathis.json @@ -1,6 +1,4 @@ { - "description": "Thorgathis website", - "repo": "https://github.com/Thorgathis/thorgathis.github.io", "owner": { "username": "Thorgathis", "email": "thorgathis.dev@gmail.com" diff --git a/domains/thorito.json b/domains/thorito.json index 7f4f3fb23..004fdd9a7 100644 --- a/domains/thorito.json +++ b/domains/thorito.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio Website", - "repo": "https://github.com/thorito/thorito.github.io", "owner": { "username": "thorito", "email": "victor.villar.misa@gmail.com" diff --git a/domains/tibor.json b/domains/tibor.json index c52ae527c..b3d110e37 100644 --- a/domains/tibor.json +++ b/domains/tibor.json @@ -1,6 +1,4 @@ { - "description": "Something for my profile page", - "repo": "https://github.com/tibor309/tibor309.github.io", "owner": { "username": "tibor309", "email": "haxite@proton.me" diff --git a/domains/tictactoe.amaankazi.json b/domains/tictactoe.amaankazi.json index 153873879..92af9084d 100644 --- a/domains/tictactoe.amaankazi.json +++ b/domains/tictactoe.amaankazi.json @@ -1,6 +1,4 @@ { - "description": "Tic Tac Toe (X & O) local, online and bot", - "repo": "https://github.com/Amaan-Kazi/website-TicTacToe", "owner": { "username": "Amaan-Kazi", "email": "amaankazi1793@gmail.com" diff --git a/domains/tien.json b/domains/tien.json index e15820fe3..7cd981e2e 100644 --- a/domains/tien.json +++ b/domains/tien.json @@ -1,6 +1,4 @@ { - "description": "Personal Developer Start Page", - "repo": "https://github.com/TonyN678/TonyN678.github.io", "owner": { "username": "TonyN678", "email": "tientonybest2006@gmail.com" diff --git a/domains/tiep-dv.json b/domains/tiep-dv.json index f54cd5a0f..ed3a59d37 100644 --- a/domains/tiep-dv.json +++ b/domains/tiep-dv.json @@ -1,6 +1,4 @@ { - "description": "tiep-dv.is-a.dev : This is my personal notebook", - "repo": "https://github.com/tiep-dv/github-repository", "owner": { "username": "tiep-dv", "email": "tiepduongv@gmail.com" diff --git a/domains/tim-vdb.json b/domains/tim-vdb.json index a949b32a9..9bb02b194 100644 --- a/domains/tim-vdb.json +++ b/domains/tim-vdb.json @@ -1,6 +1,4 @@ { - "description": "My personal portfolio", - "repo": "https://github.com/tim-vdb/tim-vdb.github.io", "owner": { "username": "tim-vdb", "email": "timotheevdbosch@gmail.com" diff --git a/domains/tim.json b/domains/tim.json index 1d4d295d7..e0fe0888a 100644 --- a/domains/tim.json +++ b/domains/tim.json @@ -1,9 +1,7 @@ { - "description": "Tim is a Dev", "owner": { "username": "xorob0" }, - "repo": "https://github.com/xorob0/register", "records": { "CNAME": "toum.me" } diff --git a/domains/tim232.json b/domains/tim232.json index 9bcb361f6..8bc6923af 100644 --- a/domains/tim232.json +++ b/domains/tim232.json @@ -1,6 +1,4 @@ { - "description": "A Site for Me", - "repo": "https://github.com/EndBot4023/endbot4023.github.io", "owner": { "username": "endbot4023", "email": "endbot4023@gmail.com", diff --git a/domains/timi2506.json b/domains/timi2506.json index 4190d20d5..c4879912d 100644 --- a/domains/timi2506.json +++ b/domains/timi2506.json @@ -1,6 +1,4 @@ { - "description": "A Custom Domain for my Personal Website", - "repo": "https://github.com/timi2506/register", "owner": { "username": "timi2506", "email": "tim@glos-omu.uk" diff --git a/domains/timothy.json b/domains/timothy.json index 3154c5088..d9ea4ec7c 100644 --- a/domains/timothy.json +++ b/domains/timothy.json @@ -1,6 +1,4 @@ { - "description": "Timothy's Personal Website", - "repo": "https://github.com/tabrownies/tabrownies.github.io", "owner": { "username": "tabrownies", "email": "tabrownies@gmail.com" diff --git a/domains/timothynn.json b/domains/timothynn.json index cd937b5ac..f39c2dd72 100644 --- a/domains/timothynn.json +++ b/domains/timothynn.json @@ -1,6 +1,4 @@ { - "description": "timothynn's personal website", - "repo": "https://github.com/timothynn/timothynn.github.io", "owner": { "username": "timothynn", "email": "timothynn08@gmail.com", diff --git a/domains/tiyanof.json b/domains/tiyanof.json index 71302f325..00a484472 100644 --- a/domains/tiyanof.json +++ b/domains/tiyanof.json @@ -1,6 +1,4 @@ { - "description": "To make my website more cooler bc is-a.dev domain is cool ngl", - "repo": "https://github.com/tiyanof/tiyanof.github.io", "owner": { "username": "tiyanof", "email": "hannasophia1999@gmail.com", diff --git a/domains/tju-emg.json b/domains/tju-emg.json index b22ee9a83..54cb44f11 100644 --- a/domains/tju-emg.json +++ b/domains/tju-emg.json @@ -1,6 +1,4 @@ { - "description": "TJU Engineering Mechanics Guide", - "repo": "https://gitlab.com/tju-2021-engineering-mechanics-top-notch/tju-emg", "owner": { "username": "XiaoHuanwise", "email": "1056366209@qq.com" diff --git a/domains/tlwbr.json b/domains/tlwbr.json index 1a447a416..550e09fb1 100644 --- a/domains/tlwbr.json +++ b/domains/tlwbr.json @@ -1,6 +1,4 @@ { - "description": "My personal portfolio website", - "repo": "https://github.com/tolubori07/portfolio", "owner": { "username": "tolubori07", "email": "Tolubori07@gmail.com" diff --git a/domains/to-zeeshan.json b/domains/to-zeeshan.json index 9cae1a252..ab5841038 100644 --- a/domains/to-zeeshan.json +++ b/domains/to-zeeshan.json @@ -1,6 +1,4 @@ { - "description": "zeeshan's email", - "repo": "https://zeeshan.is-a.dev", "owner": { "username": "m-zeeshan42", "email": "zeeshanashraf424@gmail.com" diff --git a/domains/toast.json b/domains/toast.json index 6ceecbd7c..0ffe0cfb8 100644 --- a/domains/toast.json +++ b/domains/toast.json @@ -1,6 +1,4 @@ { - "description": "toast's toast", - "repo": "https://github.com/lightly-toasted/lightly-toasted.github.io", "owner": { "username": "lightly-toasted", "email": "tooast@duck.com" diff --git a/domains/toasted.json b/domains/toasted.json index fda1e5d9b..27d1fc97f 100644 --- a/domains/toasted.json +++ b/domains/toasted.json @@ -1,6 +1,4 @@ { - "description": "official website of toastedtoast", - "repo": "https://github.com/ToastedDev/toasted.dev", "owner": { "username": "ToastedDev", "email": "hey@toasted.dev", diff --git a/domains/toastedstuff.json b/domains/toastedstuff.json index ef66acedc..964a1b9da 100644 --- a/domains/toastedstuff.json +++ b/domains/toastedstuff.json @@ -1,6 +1,4 @@ { - "description": "toast's site lol", - "repo": "https://github.com/bpr1ch3/bpr1ch3.github.io", "owner": { "username": "bpr1ch3", "email": "toastedstufff@gmail.com" diff --git a/domains/tokyo.json b/domains/tokyo.json index c0199e800..263462017 100644 --- a/domains/tokyo.json +++ b/domains/tokyo.json @@ -1,6 +1,4 @@ { - "description": "A-Tokyo's website", - "repo": "https://github.com/a-tokyo/tokyo", "owner": { "username": "a-tokyo", "email": "ahmed.tokyo1@gmail.com" diff --git a/domains/tomascornelles.json b/domains/tomascornelles.json index 0f4c3822f..009d36c3c 100644 --- a/domains/tomascornelles.json +++ b/domains/tomascornelles.json @@ -1,6 +1,4 @@ { - "description": "Personal blog of Tomas Cornelles, Frontend developer", - "repo": "https://github.com/tomascornelles/tomascornelles", "owner": { "username": "tomascornelles", "email": "tomascornelles@gmail.com" diff --git a/domains/tomiszivacs.json b/domains/tomiszivacs.json index d68f36486..c5dfefc0b 100644 --- a/domains/tomiszivacs.json +++ b/domains/tomiszivacs.json @@ -1,6 +1,4 @@ { - "description": "Tomiszivacs' site", - "repo": "https://github.com/TomiSzivacs/TomiSzivacs.github.io", "owner": { "username": "TomiSzivacs", "email": "tomiyt999@gmail.com", diff --git a/domains/tong.json b/domains/tong.json index 2f952700a..bba74ec19 100644 --- a/domains/tong.json +++ b/domains/tong.json @@ -1,6 +1,4 @@ { - "description": "Tong's website", - "repo": "https://github.com/away0x/away0x", "owner": { "username": "tongwu", "email": "away0x@gmail.com" diff --git a/domains/toxocious.json b/domains/toxocious.json index 9eabcd462..4d01020e6 100644 --- a/domains/toxocious.json +++ b/domains/toxocious.json @@ -1,6 +1,4 @@ { - "description": "Setting up a repository as a blog and portfolio, and would love to use this as a domain.", - "repo": "https://github.com/toxocious/toxocious.github.io", "owner": { "username": "toxocious", "email": "toxocious@gmail.com", diff --git a/domains/trackstore.json b/domains/trackstore.json index eff6e515f..479e0617d 100644 --- a/domains/trackstore.json +++ b/domains/trackstore.json @@ -1,6 +1,4 @@ { - "description": "TrackStore is website where people can share and find Hill Climb Racing 2 custom tracks. It is not ready yet, but is actively under development. The email I used is a Proton Mail 'hide my email alias'. For more info on TrackStore, see https://github.com/TrackStore#README", - "repo": "https://github.com/TrackStore/TrackStore.github.io", "owner": { "username": "TrackStore", "email": "imaginary_macaw058@simplelogin.com" diff --git a/domains/trademark.json b/domains/trademark.json index d87db8b09..a777806c5 100644 --- a/domains/trademark.json +++ b/domains/trademark.json @@ -1,6 +1,4 @@ { - "description": "nice subdomain for my personal website.", - "repo": "https://github.com/trmrk/trademark", "owner": { "username": "trmrk", "email": "augmooney@gmail.com" diff --git a/domains/tranthanhlong.json b/domains/tranthanhlong.json index e6d1ecb5f..9205291ff 100644 --- a/domains/tranthanhlong.json +++ b/domains/tranthanhlong.json @@ -1,6 +1,4 @@ { - "description": "My personal webpage", - "repo": "https://github.com/iamthanhlong/iamthanhlong.github.io", "owner": { "username": "iamthanhlong", "email": "uxymqfzglvtqno@proton.me" diff --git a/domains/trauma.json b/domains/trauma.json index a6c5b6e7c..12990e1d7 100644 --- a/domains/trauma.json +++ b/domains/trauma.json @@ -1,6 +1,4 @@ { - "description": "Well, this is my github sub-domain for my future page", - "repo": "https://github.com/iitrauma/iitrauma.github.io", "owner": { "username": "iiTrauma", "email": "ignacio@asia.com", diff --git a/domains/tricked.json b/domains/tricked.json index c99b5e1b3..0a26f3afe 100644 --- a/domains/tricked.json +++ b/domains/tricked.json @@ -1,6 +1,4 @@ { - "description": "Tricked is a Dev", - "repo": "https://github.com/SkyBlockDev/skyblockdev.github.io", "owner": { "username": "skyblockdev", "email": "trickedcodes@tutanota.com" diff --git a/domains/triyatna.json b/domains/triyatna.json index 4d05dc90a..5a1b7a4ac 100644 --- a/domains/triyatna.json +++ b/domains/triyatna.json @@ -1,6 +1,4 @@ { - "description": "Subdomain Redirect", - "repo": "https://github.com/triyatna/triyatna.github.io", "owner": { "username": "triyatna", "email": "triyatna.com@gmail.com" diff --git a/domains/trug.json b/domains/trug.json index 387fec186..386205b12 100644 --- a/domains/trug.json +++ b/domains/trug.json @@ -1,6 +1,4 @@ { - "description": "Hello", - "repo": "https://github.com/vietrux/main", "owner": { "username": "vietrux", "email": "leviettrung.social@gmail.com" diff --git a/domains/tsognyam.json b/domains/tsognyam.json index c1a193aa1..43f6498e3 100644 --- a/domains/tsognyam.json +++ b/domains/tsognyam.json @@ -1,6 +1,4 @@ { - "description": "Tsognyam's Personal Portfolio", - "repo": "https://github.com/tsognyam/tsognyam.github.io", "owner": { "username": "tsognyam", "email": "tsognyamt@gmail.com", diff --git a/domains/tsull360.json b/domains/tsull360.json index 875da9641..3bfcb5def 100644 --- a/domains/tsull360.json +++ b/domains/tsull360.json @@ -1,6 +1,4 @@ { - "description": "Tim's personal website", - "repo": "https://github.com/tsull360/tsull360.github.io", "owner": { "username": "tsull360", "email": "tsull360@outlook.com" diff --git a/domains/tungtran.json b/domains/tungtran.json index 919ae5c8d..b40982cc4 100644 --- a/domains/tungtran.json +++ b/domains/tungtran.json @@ -1,6 +1,4 @@ { - "description": "tungtran's resume", - "repo": "https://github.com/tunganhtran/tunganhtran.github.io", "owner": { "username": "tunganhtran", "email": "tunganhtran94@gmail.com" diff --git a/domains/tweets.clyron.json b/domains/tweets.clyron.json index e8c23972b..e39d5944a 100644 --- a/domains/tweets.clyron.json +++ b/domains/tweets.clyron.json @@ -1,6 +1,4 @@ { - "description": "Personal website of Clyron", - "repo": "https://github.com/theclyron/theclyron.github.io", "owner": { "username": "theclyron", "email": "onenonlyclyron@gmail.com" diff --git a/domains/twiska.json b/domains/twiska.json index e83ee8c58..858c89d3a 100644 --- a/domains/twiska.json +++ b/domains/twiska.json @@ -1,6 +1,4 @@ { - "description": "My personal website", - "repo": "https://github.com/ttwisstterr/linktree", "owner": { "username": "ttwisstterr", "email": "twiskanadilaa.a@gmail.com" diff --git a/domains/twistedtransistor.json b/domains/twistedtransistor.json index b67ffc2aa..708a66ee8 100644 --- a/domains/twistedtransistor.json +++ b/domains/twistedtransistor.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio website", - "repo": "https://github.com/mikeisfree/webzone404", "owner": { "username": "mikeisfree", "email": "mzaperty@gmail.com" diff --git a/domains/udit.json b/domains/udit.json index 1fdb4d4cc..9d7c14094 100644 --- a/domains/udit.json +++ b/domains/udit.json @@ -1,6 +1,4 @@ { - "description": "Udit's portfolio", - "repo": "https://github.com/uditdev1/details", "owner": { "username": "uditdev", "email": "uditdev0008@gmail.com" diff --git a/domains/uiopler.json b/domains/uiopler.json index 684eea5fa..513cfdce0 100644 --- a/domains/uiopler.json +++ b/domains/uiopler.json @@ -1,6 +1,4 @@ { - "description": "Leads to my portfolio", - "repo": "https://github.com/uiopler/uiopler.github.io", "owner": { "username": "uiopler", "email": "uiopler.dev@gmail.com", diff --git a/domains/ujalakhasiya.json b/domains/ujalakhasiya.json index 605d12a86..19475b664 100644 --- a/domains/ujalakhasiya.json +++ b/domains/ujalakhasiya.json @@ -1,6 +1,4 @@ { - "description": "Portfolio site.", - "repo": "https://github.com/ujalakhasiya/ujalakhasiya.github.io", "owner": { "username": "ujalakhasiya" }, diff --git a/domains/ultimatemedia.json b/domains/ultimatemedia.json index 725453d48..61eb4dc31 100644 --- a/domains/ultimatemedia.json +++ b/domains/ultimatemedia.json @@ -1,6 +1,4 @@ { - "description": "The Ultimate Media official website", - "repo": "https://github.com/ultimatemediaorg/ultimatemediaorg.github.io", "owner": { "username": "ultimatemediaorg", "email": "coreyw.ultimatemedia@gmail.com" diff --git a/domains/unichord.json b/domains/unichord.json index aa96ca596..e2bf474f2 100644 --- a/domains/unichord.json +++ b/domains/unichord.json @@ -1,6 +1,4 @@ { - "description": "Unichord Apps website", - "repo": "https://github.com/unichord-apps/unichord-apps.github.io", "owner": { "username": "unichord-apps", "email": "unichord@pm.me" diff --git a/domains/unseen.json b/domains/unseen.json index 8a91e39c4..257f5e291 100644 --- a/domains/unseen.json +++ b/domains/unseen.json @@ -1,6 +1,4 @@ { - "description": "Unseen's Github Website", - "repo": "https://github.com/UnseenAcoustics/unseenacoustics.github.io", "owner": { "username": "UnseenAcoustics", "email": "edwir122@gmail.com" diff --git a/domains/upload.cdn.akk1to.json b/domains/upload.cdn.akk1to.json index e5b7d05df..fdf47929c 100644 --- a/domains/upload.cdn.akk1to.json +++ b/domains/upload.cdn.akk1to.json @@ -1,6 +1,4 @@ { - "description": "file uploader of akk1to.dev", - "repo": "https://github.com/akk1to/upload.cdn", "owner": { "username": "akk1to", "email": "akk1to.dev@gmail.com", diff --git a/domains/usamakhalid.json b/domains/usamakhalid.json index 0326cfc9b..031f01761 100644 --- a/domains/usamakhalid.json +++ b/domains/usamakhalid.json @@ -1,6 +1,4 @@ { - "description": "THIS IS MY PORTFOLIO WEBSITE, But I am still working on it. I will update it soon.", - "repo": "https://github.com/usama0155/portfolio", "owner": { "username": "usama0155", "email": "usamak5453@gmail.com" diff --git a/domains/user-exe.json b/domains/user-exe.json index a3486b48d..5a9031145 100644 --- a/domains/user-exe.json +++ b/domains/user-exe.json @@ -1,6 +1,4 @@ { - "description": "user.exe's personal dev website", - "repo": "https://github.com/mrhappyma/user.exe.is-a.dev", "owner": { "username": "mrhappyma", "email": "is-a-dev@a.userexe.me" diff --git a/domains/user0.json b/domains/user0.json index 88f35a7c2..f390b2fe4 100644 --- a/domains/user0.json +++ b/domains/user0.json @@ -1,6 +1,4 @@ { - "description": "My own web profile", - "repo": "https://github.com/user0-07161/user0-07161.github.io", "owner": { "username": "user0-07161", "email": "user0thenyancat@proton.me" diff --git a/domains/v1.neon.json b/domains/v1.neon.json index 17e418cb4..1f01c39dd 100644 --- a/domains/v1.neon.json +++ b/domains/v1.neon.json @@ -1,6 +1,4 @@ { - "description": "V1 of My Portfolio (neon.is-a.dev)", - "repo": "https://github.com/GoodBoyNeon/v1", "owner": { "username": "GoodBoyNeon", "discord": "neonthedeveloper", diff --git a/domains/val.json b/domains/val.json index 342fbf8f9..43841ac46 100644 --- a/domains/val.json +++ b/domains/val.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website", - "repo": "https://github.com/Btwonu/btwonu.github.io", "owner": { "username": "Btwonu", "email": "btwonu@gmail.com" diff --git a/domains/valerius.json b/domains/valerius.json index 55e79fed0..7e9fd1da0 100644 --- a/domains/valerius.json +++ b/domains/valerius.json @@ -1,6 +1,4 @@ { - "description": "valerius.is-a.dev", - "repo": "https://github.com/valerius21/register", "owner": { "username": "valerius21", "email": "dev@voidcode.net" diff --git a/domains/valo-io.json b/domains/valo-io.json index 97c160052..7d3f0ec1a 100644 --- a/domains/valo-io.json +++ b/domains/valo-io.json @@ -1,6 +1,4 @@ { - "description": "Static page, displaying the links to my socials", - "repo": "https://github.com/valo-io/valo-io.github.io", "owner": { "username": "valo-io", "email": "starfleet.valowolf@gmail.com", diff --git a/domains/vampirepapi.json b/domains/vampirepapi.json index ecd1d19cd..0e24563f6 100644 --- a/domains/vampirepapi.json +++ b/domains/vampirepapi.json @@ -1,6 +1,4 @@ { - "description": "vampirepapi's portfolio website", - "repo": "https://github.com/vampirepapi/vampirepapi.github.io", "owner": { "username": "vampirepapi", "email": "shubhamsourabh8@gmail.com" diff --git a/domains/vanhzxje.json b/domains/vanhzxje.json index 4e8b779d9..647958b2b 100644 --- a/domains/vanhzxje.json +++ b/domains/vanhzxje.json @@ -1,6 +1,4 @@ { - "description": "Horikita Suzune Github Pages", - "repo": "https://github.com/vanhzxje/vanhzxje.github.io", "owner": { "username": "vanhzxje", "email": "suzunesokawaiii@gmail.com", diff --git a/domains/vapedevv.json b/domains/vapedevv.json index 537bddd38..9e23d5ada 100644 --- a/domains/vapedevv.json +++ b/domains/vapedevv.json @@ -1,6 +1,4 @@ { - "description": "My discord profile & portfolio", - "repo": "https://github.com/jadjasjafsafasfasfsa/gkdgskgkskgksbbsdbsgsd", "owner": { "username": "jadjasjafsafasfasfsa", "email": "vapedev2@gmail.com", diff --git a/domains/varun.json b/domains/varun.json index f9eeeed00..29ab88859 100644 --- a/domains/varun.json +++ b/domains/varun.json @@ -1,6 +1,4 @@ { - "description": "Devloper Portfolio", - "repo": "https://github.com/varun-chaudhary/portfolio.github.io", "owner": { "username": "varun-chaudhary", "email": "varunc105@gmail.com" diff --git a/domains/vasharma05.json b/domains/vasharma05.json index 2a3481170..247ec2815 100644 --- a/domains/vasharma05.json +++ b/domains/vasharma05.json @@ -1,6 +1,4 @@ { - "description": "A REACT developer and software enthusiast.", - "repo": "https://github.com/vasharma05/vasharma05.github.io", "owner": { "username": "vasharma05", "email": "sharmava05@gmail.com" diff --git a/domains/vasu-xd.json b/domains/vasu-xd.json index 7ce345879..127066a4e 100644 --- a/domains/vasu-xd.json +++ b/domains/vasu-xd.json @@ -1,6 +1,4 @@ { - "description": "Vasu's personal developer website", - "repo": "https://github.com/Vasu-XD/Vasu-XD", "owner": { "username": "VasuXD", "email": "mr.v4su@gmail.com", diff --git a/domains/vasu.json b/domains/vasu.json index 48d82abad..6900961f0 100644 --- a/domains/vasu.json +++ b/domains/vasu.json @@ -1,6 +1,4 @@ { - "description": "Vasu's personal developer website", - "repo": "https://github.com/vasu-xd/Vasu-xD", "owner": { "username": "Vasu-xD", "email": "mr.v4su@gmail.com", diff --git a/domains/vasuxd.json b/domains/vasuxd.json index b7e219dfd..0b03d6f05 100644 --- a/domains/vasuxd.json +++ b/domains/vasuxd.json @@ -1,6 +1,4 @@ { - "description": "Vasu's personal developer website", - "repo": "https://github.com/VasuXD/VasuXD", "owner": { "username": "VasuXD", "email": "mr.v4su@gmail.com", diff --git a/domains/vaxad.json b/domains/vaxad.json index d97d2c347..90ee21a32 100644 --- a/domains/vaxad.json +++ b/domains/vaxad.json @@ -1,6 +1,4 @@ { - "description": "Varad's personal developer website", - "repo": "https://github.com/vaxad/portfolio3.0", "owner": { "username": "vaxad", "email": "varadprabhu111@gmail.com" diff --git a/domains/verma-sanjeet.json b/domains/verma-sanjeet.json index f6f72976c..0caa4c072 100644 --- a/domains/verma-sanjeet.json +++ b/domains/verma-sanjeet.json @@ -1,6 +1,4 @@ { - "description": "Sanjeet Verma.", - "repo": "https://github.com/verma-sanjeet/verma-sanjeet.github.io", "owner": { "username": "verma-sanjeet" }, diff --git a/domains/veronicacamarzana.json b/domains/veronicacamarzana.json index 1f181c156..0309c9125 100644 --- a/domains/veronicacamarzana.json +++ b/domains/veronicacamarzana.json @@ -1,6 +1,4 @@ { - "description": "Veronica Camarzana Website", - "repo": "https://github.com/vcamarzana/web", "owner": { "username": "vcamarzana", "email": "veronicacamarzana@outlook.es" diff --git a/domains/versions.johna.json b/domains/versions.johna.json index 1b55a97db..0f3953daf 100644 --- a/domains/versions.johna.json +++ b/domains/versions.johna.json @@ -1,6 +1,4 @@ { - "description": "A list of previous designs for my website", - "repo": "https://github.com/Johna-123/site-versions", "owner": { "username": "Johna-123", "email": "j-verstraaten@hotmail.com" diff --git a/domains/vhardik.json b/domains/vhardik.json index bc483486c..48a91fb49 100644 --- a/domains/vhardik.json +++ b/domains/vhardik.json @@ -1,6 +1,4 @@ { - "description": "Hardik Portofolio", - "repo": "https://github.com/Hardik-Vanani/portfolio", "owner": { "username": "Hardik-Vanani", "email": "vananihardik8553@gmail.com" diff --git a/domains/vic.json b/domains/vic.json index 48f707063..e45e09abf 100644 --- a/domains/vic.json +++ b/domains/vic.json @@ -1,6 +1,4 @@ { - "description": "my personal website", - "repo": "https://github.com/v1ctorio/v1ctorio.github.io", "owner": { "username": "victorioxd", "email": "vicxd@pm.me", diff --git a/domains/victoneux.json b/domains/victoneux.json index 530d7c0dc..e761c378f 100644 --- a/domains/victoneux.json +++ b/domains/victoneux.json @@ -1,6 +1,4 @@ { - "description": "victoneux's personal dev site", - "repo": "https://github.com/Victoneux/victoneux.github.io", "owner": { "username": "Victoneux", "email": "victoneux@protonmail.com" diff --git a/domains/viet.json b/domains/viet.json index a104d3723..295d4c2fc 100644 --- a/domains/viet.json +++ b/domains/viet.json @@ -1,6 +1,4 @@ { - "description": "Secondary domain for vietthe.dev", - "repo": "https://github.com/vietthedev/vietthe.dev", "owner": { "username": "vietthedev", "email": "vietthedev@gmail.com", diff --git a/domains/vigkrishna.json b/domains/vigkrishna.json index 6cb7103fb..fb66cce98 100644 --- a/domains/vigkrishna.json +++ b/domains/vigkrishna.json @@ -1,6 +1,4 @@ { - "description": "vigkrishna.is-a.dev", - "repo": "https://vigkrishna.github.io/Portfolio_2023", "owner": { "username": "vigkrishna", "email": "vigkrishna@yahoo.com" diff --git a/domains/vihanga.json b/domains/vihanga.json index b22ca8f1d..1fa584c17 100644 --- a/domains/vihanga.json +++ b/domains/vihanga.json @@ -1,6 +1,4 @@ { - "description": "For my personal projects site.", - "repo": "https://github.com/vihangaashin/vihangaashin.github.io", "owner": { "username": "vihangaashin", "email": "vihangapubg44@gmail.com", diff --git a/domains/vik.json b/domains/vik.json index 236bcf2e9..7d7978f8e 100644 --- a/domains/vik.json +++ b/domains/vik.json @@ -1,6 +1,4 @@ { - "description": "Vivek's Portfolio", - "repo": "https://github.com/xd-vik/imvik", "owner": { "username": "xd-vik", "email": "vivekcodzz@gmail.com" diff --git a/domains/vikram.json b/domains/vikram.json index f53b483c4..ef666c602 100644 --- a/domains/vikram.json +++ b/domains/vikram.json @@ -1,6 +1,4 @@ { - "description": "This domain will be used for my personal website.", - "repo": "https://github.com/vikramisdev/vikram", "owner": { "username": "vikramisdev", "email": "vs423502@gmail.com", diff --git a/domains/vikyaiyer.json b/domains/vikyaiyer.json index 1b2b2eb29..0e1218fc0 100644 --- a/domains/vikyaiyer.json +++ b/domains/vikyaiyer.json @@ -1,6 +1,4 @@ { - "description": "Vignesh Aiyer is a Developer!", - "repo": "https://github.com/vikyaiyer/jekyll-theme-minimal-resume", "owner": { "username": "vikyaiyer", "email": "vikyaiyer1997@gmail.com" diff --git a/domains/vimalsaraswat.json b/domains/vimalsaraswat.json index 09af4391f..be5ba7d44 100644 --- a/domains/vimalsaraswat.json +++ b/domains/vimalsaraswat.json @@ -1,6 +1,4 @@ { - "description": "Vimal Saraswat Portfolio", - "repo": "https://github.com/vimalsaraswat/vimalsaraswat.github.io", "owner": { "username": "vimalsaraswat", "email": "saraswatvimal1@gmail.com", diff --git a/domains/vinay.json b/domains/vinay.json index 80e2296e4..df268353a 100644 --- a/domains/vinay.json +++ b/domains/vinay.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio Website", - "repo": "https://github.com/vinugawade/vinux.in", "owner": { "username": "vinugawade", "email": "vinulike11@gmail.com", diff --git a/domains/vinayak.json b/domains/vinayak.json index a11952909..19a0a7a3d 100644 --- a/domains/vinayak.json +++ b/domains/vinayak.json @@ -1,6 +1,4 @@ { - "description": "Vinayak Kulkarni's Website", - "repo": "https://github.com/vinayakkulkarni/vinayakkulkarni.dev", "owner": { "username": "vinayakkulkarni", "email": "inbox.vinayak@gmail.com", diff --git a/domains/vineet.json b/domains/vineet.json index 265844df6..1be20f7d8 100644 --- a/domains/vineet.json +++ b/domains/vineet.json @@ -1,6 +1,4 @@ { - "description": "Link to my Landing Page", - "repo": "https://github.com/iamv1n/iamv1n.github.io", "owner": { "username": "iamv1n", "email": "vind3v17@gmail.com", diff --git a/domains/vineetkhemnani.json b/domains/vineetkhemnani.json index c22dadd9e..9e79b2899 100644 --- a/domains/vineetkhemnani.json +++ b/domains/vineetkhemnani.json @@ -1,6 +1,4 @@ { - "description": "Subdomain for my personal portfolio", - "repo": "https://github.com/vineetkhemnani/vineetkhemnani.github.io", "owner": { "username": "vineetkhemnani", "email": "vineetkhemnani09@gmail.com" diff --git a/domains/vinitshah.json b/domains/vinitshah.json index 630f74795..6ecd535f7 100644 --- a/domains/vinitshah.json +++ b/domains/vinitshah.json @@ -1,6 +1,4 @@ { - "description": "Portfolio Webisite", - "repo": "https://github.com/vinitshah101/portfolio-website", "owner": { "username": "vinitshah101", "email": "vinitshahofficial@gmail.com" diff --git a/domains/vintheweirdass.json b/domains/vintheweirdass.json index 6ccc14995..83101c21c 100644 --- a/domains/vintheweirdass.json +++ b/domains/vintheweirdass.json @@ -1,6 +1,4 @@ { - "description": "redirect. js that", - "repo": "https://github.com/vintheweirdass/vintheweirdass.github.io", "owner": { "username": "vintheweirdass", "twitter": "vintheweirdass", diff --git a/domains/viperadnan.json b/domains/viperadnan.json index 96d0a6153..a90b38176 100644 --- a/domains/viperadnan.json +++ b/domains/viperadnan.json @@ -1,6 +1,4 @@ { - "description": "portfolio", - "repo": "https://github.com/viperadnan-git/viperadnan-git.github.io", "owner": { "username": "viperadnan-git", "email": "viperadnan@gmail.com" diff --git a/domains/viplav-mistry.json b/domains/viplav-mistry.json index 9cebfb29f..182d87e81 100644 --- a/domains/viplav-mistry.json +++ b/domains/viplav-mistry.json @@ -1,6 +1,4 @@ { - "description": "Persona dev website", - "repo": "https://github.com/viplav-mistry/viplav-mistry.github.io", "owner": { "username": "viplav-mistry" }, diff --git a/domains/viral-gadhiya.json b/domains/viral-gadhiya.json index f38d79430..efbcbfc96 100644 --- a/domains/viral-gadhiya.json +++ b/domains/viral-gadhiya.json @@ -1,6 +1,4 @@ { - "description": "Viral Gadhiya Profile.", - "repo": "https://github.com/viral-gadhiya/viral-gadhiya.github.io", "owner": { "username": "viral-gadhiya" }, diff --git a/domains/viral-soni.json b/domains/viral-soni.json index 4ed9158d2..dcff8f26e 100644 --- a/domains/viral-soni.json +++ b/domains/viral-soni.json @@ -1,6 +1,4 @@ { - "description": "My personal developer profile", - "repo": "https://github.com/R-Okje/my-wasm-website", "owner": { "username": "R-Okje", "email": "vssviral@gmail.com" diff --git a/domains/viren-trivedi.json b/domains/viren-trivedi.json index 35f236020..37cb9193d 100644 --- a/domains/viren-trivedi.json +++ b/domains/viren-trivedi.json @@ -1,6 +1,4 @@ { - "description": "Viren Profile.", - "repo": "https://github.com/viren-trivedi/viren-trivedi.github.io", "owner": { "username": "viren-trivedi" }, diff --git a/domains/virtual.json b/domains/virtual.json index 6fc5a17cc..030482a0e 100644 --- a/domains/virtual.json +++ b/domains/virtual.json @@ -1,6 +1,4 @@ { - "description": "Virtual is a Dev", - "repo": "https://github.com/MarkAguirre26/virtual", "owner": { "username": "MarkAguirre26", "email": "markaguirre26@gmail.com" diff --git a/domains/vishalanarase.json b/domains/vishalanarase.json index b739fcd3c..7e20db0a5 100644 --- a/domains/vishalanarase.json +++ b/domains/vishalanarase.json @@ -1,6 +1,4 @@ { - "description": "Subdomain for my personal portfolio", - "repo": "https://github.com/vishalanarase/vishalanarase.github.io", "owner": { "username": "vishalanarase", "email": "iamvishalanarase@gmail.com", diff --git a/domains/vishalg.json b/domains/vishalg.json index f59cb7044..d7a9eb20c 100644 --- a/domains/vishalg.json +++ b/domains/vishalg.json @@ -1,6 +1,4 @@ { - "description": "Vishal Gupta Personal Portfolio Website", - "repo": "https://github.com/vishalpx/vishalpx.github.io", "owner": { "username": "vishalpx", "twitter": "vishal26x" diff --git a/domains/vishalkrsharma.json b/domains/vishalkrsharma.json index 1710a90d7..83c740f90 100644 --- a/domains/vishalkrsharma.json +++ b/domains/vishalkrsharma.json @@ -3,8 +3,6 @@ "username": "vishalkrsharma", "discord": "daredev1l#0205" }, - "description": "Vishal Kumar Sharma - Portfolio", - "repo": "https://github.com/vishalkrsharma/portfolio", "records": { "URL": "https://vishalkrsharma.vercel.app" } diff --git a/domains/vishnu.json b/domains/vishnu.json index 133d0be8b..6d7c4b8e8 100644 --- a/domains/vishnu.json +++ b/domains/vishnu.json @@ -1,6 +1,4 @@ { - "description": "Vishnu's personal website", - "repo": "https://github.com/vishnu012/vishnu012.github.io", "owner": { "username": "vishnu012", "email": "vishnu012@pm.me" diff --git a/domains/vivek.json b/domains/vivek.json index b7d8865ca..4dc93a241 100644 --- a/domains/vivek.json +++ b/domains/vivek.json @@ -1,6 +1,4 @@ { - "description": "Vivek's Website", - "repo": "https://github.com/vivek-oraon/vivek-oraon.github.io", "owner": { "username": "vivek-oraon", "email": "vivekoraon@pm.me" diff --git a/domains/vivekkumar.json b/domains/vivekkumar.json index 96e479c37..b7efc06a1 100644 --- a/domains/vivekkumar.json +++ b/domains/vivekkumar.json @@ -1,6 +1,4 @@ { - "description": "Vivek's portfolio website", - "repo": "https://github.com/VivekKumarNeu/VivekKumarNeu.github.io", "owner": { "username": "vivekkumarneu", "email": "vivek-kumar@live.in" diff --git a/domains/vma.json b/domains/vma.json index e9369b3d0..9690a8e7b 100644 --- a/domains/vma.json +++ b/domains/vma.json @@ -1,6 +1,4 @@ { - "description": "Link for vmadev-ru personal site on GitHub pages", - "repo": "https://github.com/vmadev-ru/vmadev-ru.github.io", "owner": { "username": "vmadev-ru", "email": "vmadev.ru@gmail.com" diff --git a/domains/vontey.json b/domains/vontey.json index c1dc32076..5f3afb851 100644 --- a/domains/vontey.json +++ b/domains/vontey.json @@ -1,6 +1,4 @@ { - "description": "Im gonna use this website for my personal use", - "repo": "https://github.com/vontey/vontey.github.io", "owner": { "username": "vontey", "email": "ash2vee@outlook.com" diff --git a/domains/voxel.json b/domains/voxel.json index 2da94f716..da7416841 100644 --- a/domains/voxel.json +++ b/domains/voxel.json @@ -1,6 +1,4 @@ { - "description": "personal website", - "repo": "https://github.com/voxel79/voxel79.github.io", "owner": { "username": "voxel79", "email": "voxelcool@gmail.com", diff --git a/domains/voxxdevv.json b/domains/voxxdevv.json index 812a1ee2d..c067a738d 100644 --- a/domains/voxxdevv.json +++ b/domains/voxxdevv.json @@ -1,6 +1,4 @@ { - "description": "A simple website showcasing projects crafted by my development team.", - "repo": "https://github.com/voxxdevv/voxxdevv.github.io/lmdesigns", "owner": { "username": "voxxdevv", "email": "nft@itis.top" diff --git a/domains/vrivera.json b/domains/vrivera.json index 4e7b65956..99ea32896 100644 --- a/domains/vrivera.json +++ b/domains/vrivera.json @@ -1,6 +1,4 @@ { - "description": "personal portfolio", - "repo": "https://github.com/vcntttt/portfolio", "owner": { "username": "vcntttt", "email": "vrivera.dev@gmail.com" diff --git a/domains/vs206.json b/domains/vs206.json index 35be83783..dde516335 100644 --- a/domains/vs206.json +++ b/domains/vs206.json @@ -1,6 +1,4 @@ { - "description": "is-a.dev subdomain for my portfolio", - "repo": "https://github.com/vs206/vs206.github.io", "owner": { "username": "vs206", "email": "singhvikal891@gmail.com" diff --git a/domains/vsecoder.json b/domains/vsecoder.json index 454b1ec13..2e4d78104 100644 --- a/domains/vsecoder.json +++ b/domains/vsecoder.json @@ -1,6 +1,4 @@ { - "description": "Create resume page, and add this link in social", - "repo": "https://github.com/vsecoder/vsecoder.github.io", "owner": { "username": "vsecoder", "email": "kreepmeister@gmail.com", diff --git a/domains/vtwa.json b/domains/vtwa.json index 50e913192..7900c4331 100644 --- a/domains/vtwa.json +++ b/domains/vtwa.json @@ -1,6 +1,4 @@ { - "description": "My base website. Very epik tbh 💥💥", - "repo": "https://github.com/vintheweirdass/vintheweirdass.github.io", "owner": { "username": "vintheweirdass", "twitter": "vintheweirdass", diff --git a/domains/vulcanwm.json b/domains/vulcanwm.json index 0302d6894..e92ae865c 100644 --- a/domains/vulcanwm.json +++ b/domains/vulcanwm.json @@ -1,6 +1,4 @@ { - "description": "My portfolio", - "repo": "https://github.com/VulcanWM/VulcanWM", "owner": { "username": "VulcanWM", "email": "vulcanwmemail@gmail.com" diff --git a/domains/vumacc.json b/domains/vumacc.json index 9076c9509..b20f2e56a 100644 --- a/domains/vumacc.json +++ b/domains/vumacc.json @@ -1,6 +1,4 @@ { - "description": "My terminal-styled portfolio website", - "repo": "https://github.com/Vumacc/Terminal-Portfolio/", "owner": { "username": "Vumacc", "email": "ays7.vumacc@gmail.com" diff --git a/domains/vyas-rahul.json b/domains/vyas-rahul.json index ddfe85f16..20ecb9bd8 100644 --- a/domains/vyas-rahul.json +++ b/domains/vyas-rahul.json @@ -1,6 +1,4 @@ { - "description": "Vyas Rahul.", - "repo": "https://github.com/nayan-gorasiya/vyas-rahul.github.io", "owner": { "username": "vyas-rahul", "email": "vyas-rahul@acquaintsoft.com" diff --git a/domains/vyfor.json b/domains/vyfor.json index 2f67920d6..4d903c50c 100644 --- a/domains/vyfor.json +++ b/domains/vyfor.json @@ -1,6 +1,4 @@ { - "description": "minimal portfolio", - "repo": "https://github.com/vyfor/page", "owner": { "username": "vyfor", "discord": "vyfor" diff --git a/domains/vysakh.json b/domains/vysakh.json index 326e11e6f..557011b1d 100644 --- a/domains/vysakh.json +++ b/domains/vysakh.json @@ -1,6 +1,4 @@ { - "description": "Personal Website", - "repo": "https://github.com/vyshuks/vyshuks.github.io", "owner": { "username": "vyshuks", "email": "vyshuks@gmail.com" diff --git a/domains/w3teal.json b/domains/w3teal.json index d2240daf7..c84d4a061 100644 --- a/domains/w3teal.json +++ b/domains/w3teal.json @@ -1,6 +1,4 @@ { - "description": "Used for my W3Teal's blog website, Keyoxide verification and ImprovMX.", - "repo": "https://github.com/w3teal/w3teal.github.io", "owner": { "username": "w3teal", "email": "w3teal@gmail.com" diff --git a/domains/wahid7852.json b/domains/wahid7852.json index f30053586..02eabcb48 100644 --- a/domains/wahid7852.json +++ b/domains/wahid7852.json @@ -1,6 +1,4 @@ { - "description": "portfolio site for Abdul Wahid Khan", - "repo": "https://github.com/Wahid7852/wahid-portfolio", "owner": { "username": "Wahid7852", "email": "wahidzk0091@gmail.com" diff --git a/domains/warren.json b/domains/warren.json index 68a381553..59789aa7d 100644 --- a/domains/warren.json +++ b/domains/warren.json @@ -1,6 +1,4 @@ { - "description": "GitHub profile of Warren", - "repo": "https://github.com/somethingwentwell/somethingwentwell.github.io", "owner": { "username": "somethingwentwell", "email": "wwwc@outlook.com" diff --git a/domains/wasd228.json b/domains/wasd228.json index 007f74be7..8b6b9e54b 100644 --- a/domains/wasd228.json +++ b/domains/wasd228.json @@ -1,6 +1,4 @@ { - "description": "To get a cool looking subdomain for my portfolio hosted on netlify", - "repo": "https://github.com/ericafk0001/Portfolio.git", "owner": { "username": "ericafk0001", "email": "dxslyofficial@gmail.com" diff --git a/domains/watercat.json b/domains/watercat.json index 9179299ce..d8f2ef70a 100644 --- a/domains/watercat.json +++ b/domains/watercat.json @@ -1,6 +1,4 @@ { - "description": "I am watercat", - "repo": "https://github.com/watercatuwu/watercatuwu.github.io", "owner": { "username": "watercatuwu", "email": "watercat0330@gmail.com" diff --git a/domains/wavingcat.json b/domains/wavingcat.json index 9ab85eef8..3268afad9 100644 --- a/domains/wavingcat.json +++ b/domains/wavingcat.json @@ -1,6 +1,4 @@ { - "description": "Just my homepage with my links :O :)", - "repo": "https://github.com/WavingCatDevs/WavingCatDevs.github.io", "owner": { "username": "wavingcatdevs", "email": "wavingcatdevs@gmail.com" diff --git a/domains/wbalaile.json b/domains/wbalaile.json index 904d37b80..ffd05e45f 100644 --- a/domains/wbalaile.json +++ b/domains/wbalaile.json @@ -1,6 +1,4 @@ { - "description": "Professional Web Developer portfolio site for William Balaile.", - "repo": "https://github.com/wilby-mj/wbalaile-dev", "owner": { "username": "wilby-mj", "twitter": "wilby_mj" diff --git a/domains/werz.json b/domains/werz.json index 64135d755..b9b4d945e 100644 --- a/domains/werz.json +++ b/domains/werz.json @@ -1,6 +1,4 @@ { - "description": "portfolio", - "repo": "https://github.com/0xwerz/0xwerz.github.io", "owner": { "username": "0xwerz", "email": "moussarabie40@gmail.com", diff --git a/domains/what.json b/domains/what.json index 7a8976164..e6d093a22 100644 --- a/domains/what.json +++ b/domains/what.json @@ -1,6 +1,4 @@ { - "description": "Personal Website", - "repo": "https://github.com/What-Question-Mark/What-Question-Mark.github.io", "owner": { "username": "What-Question-Mark", "email": "jack.weller@hotmail.com", diff --git a/domains/whitekj.json b/domains/whitekj.json index 458f7c202..c16d5c117 100644 --- a/domains/whitekj.json +++ b/domains/whitekj.json @@ -1,6 +1,4 @@ { - "description": "Personal blog", - "repo": "https://github.com/CwhiteKJ/CwhiteKJ.github.io", "owner": { "username": "CwhiteKJ", "email": "whitekj1221@gmail.com" diff --git a/domains/wiggly.json b/domains/wiggly.json index 3ab3e53f8..f3a7142c0 100644 --- a/domains/wiggly.json +++ b/domains/wiggly.json @@ -1,6 +1,4 @@ { - "description": "My wiggly site!", - "repo": "https://github.com/Artsui/wigglydev", "owner": { "username": "Artsui", "email": "dedica0123@gmail.com", diff --git a/domains/wiicreation.json b/domains/wiicreation.json index 6e3a1e677..cf8967525 100644 --- a/domains/wiicreation.json +++ b/domains/wiicreation.json @@ -1,6 +1,4 @@ { - "description": "Wiicreation is a recreation of the Nintendo Wii made in ElectronJS.", - "repo": "https://github.com/C1200/blog", "owner": { "username": "C1200", "email": "coreyw.ultimatemedia@gmail.com" diff --git a/domains/wildchamo.json b/domains/wildchamo.json index 4ab0a2e7b..111b5b07b 100644 --- a/domains/wildchamo.json +++ b/domains/wildchamo.json @@ -1,6 +1,4 @@ { - "description": "Personal website", - "repo": "https://github.com/wildchamo/Jose-Luis-Bedoya", "owner": { "username": "wildchamo", "email": "wildchamo@gmail.com" diff --git a/domains/will.json b/domains/will.json index 18d16ff7b..d7080bda1 100644 --- a/domains/will.json +++ b/domains/will.json @@ -1,6 +1,4 @@ { - "description": "William's site", - "repo": "https://websterwh16.github.io/willisadev", "owner": { "username": "websterwh16", "email": "websterwh16@gmail.com" diff --git a/domains/william2sober.json b/domains/william2sober.json index 7c163052f..156a994e6 100644 --- a/domains/william2sober.json +++ b/domains/william2sober.json @@ -1,6 +1,4 @@ { - "description": "The Website is to show off all my links and Dev Discord server", - "repo": "https://github.com/william2sober/is-a-dev", "owner": { "username": "william2sober", "email": "willliam2sober@gmail.com" diff --git a/domains/willian.json b/domains/willian.json index 22181d7e3..615588e06 100644 --- a/domains/willian.json +++ b/domains/willian.json @@ -1,6 +1,4 @@ { - "description": "Willian Arsenio's Website", - "repo": "https://github.com/waveiro/waveiro.github.io", "owner": { "username": "waveiro", "twitter": "waveiro" diff --git a/domains/willo.json b/domains/willo.json index 7673b14a5..79d77fabf 100644 --- a/domains/willo.json +++ b/domains/willo.json @@ -1,6 +1,4 @@ { - "description": "A First Willo`s Website", - "repo": "https://github.com/WilloIzCitron/willoizcitron.github.io", "owner": { "username": "WilloIzCitron", "twitter": "willoizcitron" diff --git a/domains/wilson-cordova.json b/domains/wilson-cordova.json index 0b70be0da..ce87cd580 100644 --- a/domains/wilson-cordova.json +++ b/domains/wilson-cordova.json @@ -1,6 +1,4 @@ { - "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" diff --git a/domains/wilson.json b/domains/wilson.json index 888034dae..cb8e31168 100644 --- a/domains/wilson.json +++ b/domains/wilson.json @@ -1,6 +1,4 @@ { - "description": "My portfolio", - "repo": "https://github.com/wmoralesl/wmoralesl.github.io", "owner": { "username": "wmoralesl", "email": "wilsonm57wm@gmail.com" diff --git a/domains/win11-tutorial.notaperson535.json b/domains/win11-tutorial.notaperson535.json index c530ae34b..9d2902206 100644 --- a/domains/win11-tutorial.notaperson535.json +++ b/domains/win11-tutorial.notaperson535.json @@ -1,6 +1,4 @@ { - "description": "Windows 11 in HTML tutorial", - "repo": "https://github.com/notAperson535/Win11-HTML-Tutorial", "owner": { "username": "notAperson535", "email": "notAperson939@gmail.com" diff --git a/domains/win11.notaperson535.json b/domains/win11.notaperson535.json index db1952cfb..9d2902206 100644 --- a/domains/win11.notaperson535.json +++ b/domains/win11.notaperson535.json @@ -1,6 +1,4 @@ { - "description": "My windows 11 in HTML", - "repo": "https://github.com/notAperson535/Win11-HTML", "owner": { "username": "notAperson535", "email": "notAperson939@gmail.com" diff --git a/domains/windfarms.json b/domains/windfarms.json index d940ae779..709b53b06 100644 --- a/domains/windfarms.json +++ b/domains/windfarms.json @@ -1,6 +1,4 @@ { - "description": "WindFarms offical website", - "repo": "https://github.com/windfarms/windfarms.github.io", "owner": { "username": "windfarms", "email": "windfarms@andrealicheri.anonaddy.com" diff --git a/domains/windol.json b/domains/windol.json index 84877b9fb..4415d35da 100644 --- a/domains/windol.json +++ b/domains/windol.json @@ -1,6 +1,4 @@ { - "description": "Windol Is a Dev", - "repo": "https://github.com/Windol/windol", "owner": { "username": "Windol", "email": "windol.dev@legytma.com.br", diff --git a/domains/winters.json b/domains/winters.json index bffedae9b..8770f1e7e 100644 --- a/domains/winters.json +++ b/domains/winters.json @@ -1,6 +1,4 @@ { - "description": "This subdomain would be used as my personal portfolio website and also as a blogging website wherein i'll write about web security topics and CTF challenges", - "repo": "https://github.com/winters0x64/winters0x64.github.io", "owner": { "username": "winters0x64", "email": "arun0x168codes@gmail.com", diff --git a/domains/wired.json b/domains/wired.json index c3520eaca..5dc22c788 100644 --- a/domains/wired.json +++ b/domains/wired.json @@ -1,6 +1,4 @@ { - "description": "This site is a little about me and some info soon", - "repo": "https://github.com/Wired-design/Wired-design.github.io", "owner": { "username": "Wired-design", "email": "wireddesign@outlook.com", diff --git a/domains/wisit.json b/domains/wisit.json index 6b53d8b4b..65a00b501 100644 --- a/domains/wisit.json +++ b/domains/wisit.json @@ -1,6 +1,4 @@ { - "description": "wisit moondet", - "repo": "https://github.com/Wisitt/wisit", "owner": { "username": "Wisitt", "email": "wisitmoondet@gmail.com" diff --git a/domains/withercubes.json b/domains/withercubes.json index eb8885dba..1e71ac3e9 100644 --- a/domains/withercubes.json +++ b/domains/withercubes.json @@ -1,6 +1,4 @@ { - "description": "WitherCubes' portfolio website", - "repo": "https://codeberg.org/WitherCubes/pages", "owner": { "username": "WitherCubes", "email": "withercubes@protonmail.com", diff --git a/domains/wkrzywiec.json b/domains/wkrzywiec.json index 5431ec89f..a2c64c155 100644 --- a/domains/wkrzywiec.json +++ b/domains/wkrzywiec.json @@ -1,6 +1,4 @@ { - "description": "My blog and portfolio", - "repo": "https://github.com/wkrzywiec/wkrzywiec.github.io", "owner": { "username": "wkrzywiec", "twitter": "wkrzywiec" diff --git a/domains/wopian.json b/domains/wopian.json index c827df8dd..781b7a1f6 100644 --- a/domains/wopian.json +++ b/domains/wopian.json @@ -1,6 +1,4 @@ { - "description": "Homepage for my projects and open source contributions", - "repo": "https://github.com/wopian/wopian.me", "owner": { "username": "wopian", "twitter": "wopian_" diff --git a/domains/worlarusham.json b/domains/worlarusham.json index ccca7c9de..686f5b3b5 100644 --- a/domains/worlarusham.json +++ b/domains/worlarusham.json @@ -1,6 +1,4 @@ { - "description": "my portfolio", - "repo": "https://github.com/worlarusham/my_portfolio", "owner": { "username": "worlarusham", "email": "worlariscoooool@gmail.com" diff --git a/domains/wumpus.json b/domains/wumpus.json index 5826bb234..168390fbb 100644 --- a/domains/wumpus.json +++ b/domains/wumpus.json @@ -1,6 +1,4 @@ { - "description": "Fullstack web & mobile dev, quality assurance, automation, reverse engineering, and flexible", - "repo": "https://github.com/wumpus2000/wumpus2000.github.io", "owner": { "username": "Wumpus2000", "email": "wumpusing@gmail.com" diff --git a/domains/wyatt.json b/domains/wyatt.json index 316b500f6..3852b414a 100644 --- a/domains/wyatt.json +++ b/domains/wyatt.json @@ -1,6 +1,4 @@ { - "description": "Blog", - "repo": "https://github.com/ws998116/ws998116.github.io", "owner": { "username": "ws998116", "email": "ws998116@gmail.com" diff --git a/domains/wzx.json b/domains/wzx.json index 20f3f15c9..9182ce507 100644 --- a/domains/wzx.json +++ b/domains/wzx.json @@ -1,6 +1,4 @@ { - "description": "I want to use it as my profile page.", - "repo": "https://github.com/website-pages/profile", "owner": { "username": "website-pages", "email": "unpu123456@outlook.com" diff --git a/domains/xabdoat.json b/domains/xabdoat.json index b58c005cb..040a0fd67 100644 --- a/domains/xabdoat.json +++ b/domains/xabdoat.json @@ -1,6 +1,4 @@ { - "description": "xAbdo AT Main Web Page", - "repo": "https://github.com/xAbdoAT/xAbdoAT.github.io", "owner": { "username": "xAbdoAT", "twitter": "xAbdoAT" diff --git a/domains/xanudu.json b/domains/xanudu.json index f33a392a6..7b599208c 100644 --- a/domains/xanudu.json +++ b/domains/xanudu.json @@ -1,6 +1,4 @@ { - "description": "Xanudu Buster's Website", - "repo": "https://xanudubuster.github.io", "owner": { "username": "XanuduBuster", "email": "xanubuster@proton.me" diff --git a/domains/xave.json b/domains/xave.json index c0c403595..351e74a25 100644 --- a/domains/xave.json +++ b/domains/xave.json @@ -1,6 +1,4 @@ { - "description": "xa's site", - "repo": "https://github.com/grilledwindow/grilledwindow.github.io", "owner": { "username": "grilledwindow", "email": "xaveang@gmail.com" diff --git a/domains/xavier.json b/domains/xavier.json index 400097448..128493693 100644 --- a/domains/xavier.json +++ b/domains/xavier.json @@ -1,6 +1,4 @@ { - "description": "Xavier Personal Development Site", - "repo": "https://github.com/MrSiir/mrsiir.github.io", "owner": { "username": "MrSiir", "email": "mrsiir@gmail.com" diff --git a/domains/xaxa.json b/domains/xaxa.json index 6069c797c..0c3d8f606 100644 --- a/domains/xaxa.json +++ b/domains/xaxa.json @@ -1,6 +1,4 @@ { - "description": "Xaxa dev Website", - "repo": "https://github.com/333xaxa/333xaxa.github.io", "owner": { "username": "333xaxa", "email": "xaxa_07x10@gmail.com" diff --git a/domains/xdevman.json b/domains/xdevman.json index a9f1691b0..64aa4993c 100644 --- a/domains/xdevman.json +++ b/domains/xdevman.json @@ -1,6 +1,4 @@ { - "description": "The domain will be used for my portfolio", - "repo": "https://github.com/xdevman1/register", "owner": { "username": "xdevman1", "email": "xdevman9@gmail.com" diff --git a/domains/xdoxx123.json b/domains/xdoxx123.json index 4a0c23117..56917e274 100644 --- a/domains/xdoxx123.json +++ b/domains/xdoxx123.json @@ -1,6 +1,4 @@ { - "description": "xdoxx123.is-a.dev", - "repo": "https://github.com/xdoxx123/xdoxx123.github.io", "owner": { "username": "xdoxx123", "email": "xdoxx124@gmail.com" diff --git a/domains/xhide341.json b/domains/xhide341.json index f5fe74289..9a297d430 100644 --- a/domains/xhide341.json +++ b/domains/xhide341.json @@ -1,6 +1,4 @@ { - "description": "Hey, I'm hide and I'm a developer", - "repo": "https://github.com/xhide341/portfolio", "owner": { "username": "xhide341", "email": "shawnehgn10@gmail.com", diff --git a/domains/xiaolangkong.json b/domains/xiaolangkong.json index 2e6945237..ef34c439e 100644 --- a/domains/xiaolangkong.json +++ b/domains/xiaolangkong.json @@ -1,6 +1,4 @@ { - "description": "My personal site for my projects", - "repo": "https://github.com/xiaolangkong/xiaolangkong.github.io", "owner": { "username": "xiaolangkong", "email": "xiaolangkong@protonmail.com" diff --git a/domains/xiaoxi-tw.json b/domains/xiaoxi-tw.json index 391be9c41..f1f1b40f6 100644 --- a/domains/xiaoxi-tw.json +++ b/domains/xiaoxi-tw.json @@ -1,6 +1,4 @@ { - "description": "for my website", - "repo": "https://github.com/jimmy20180130/jimmy20180130.github.io", "owner": { "username": "jimmy20180130", "email": "jimmy20180130@gmail.com", diff --git a/domains/xkhronoz.json b/domains/xkhronoz.json index 8d28fe70a..4b2329268 100644 --- a/domains/xkhronoz.json +++ b/domains/xkhronoz.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio Web App", - "repo": "https://github.com/xKhronoz/xKhronoz.github.io", "owner": { "username": "xKhronoz", "email": "yeek3063@gmail.com" diff --git a/domains/xlr.json b/domains/xlr.json index 81ce25aa9..e330a4307 100644 --- a/domains/xlr.json +++ b/domains/xlr.json @@ -1,6 +1,4 @@ { - "description": "xlr personal website", - "repo": "https://github.com/llxlr/blog", "owner": { "username": "llxlr", "email": "i@xhlr.top" diff --git a/domains/xpr.json b/domains/xpr.json index 0ad2e51d4..d86ea9177 100644 --- a/domains/xpr.json +++ b/domains/xpr.json @@ -1,6 +1,4 @@ { - "description": "xprsh site", - "repo": "https://codeberg.org/xpr/pages", "owner": { "username": "xpr", "email": "xpr@atl.tools", diff --git a/domains/xpugno.json b/domains/xpugno.json index a49fb87f7..91c700e40 100644 --- a/domains/xpugno.json +++ b/domains/xpugno.json @@ -1,6 +1,4 @@ { - "description": "Personal website for xPugno, hosted on Netlify at https://xpugno.netlify.app", - "repo": "https://github.com/xPugnocode/sillywebsite", "owner": { "username": "xPugnocode", "discord": "567924760370085899" diff --git a/domains/xrcs.json b/domains/xrcs.json index 6ba994d6c..9a4635a76 100644 --- a/domains/xrcs.json +++ b/domains/xrcs.json @@ -1,6 +1,4 @@ { - "description": "xrcs personal website", - "repo": "https://github.com/xrcss/xrcss.github.io", "owner": { "username": "xrcss", "discord": "xrcs#0001" diff --git a/domains/xuyifei.json b/domains/xuyifei.json index 2bd41e144..89dc86e7c 100644 --- a/domains/xuyifei.json +++ b/domains/xuyifei.json @@ -1,6 +1,4 @@ { - "description": "Xuyifei's website’", - "repo": "https://github.com/xuyife/xuyife.github.io", "owner": { "username": "xuyife", "email": "xuyifeiDev@outlook.com", diff --git a/domains/xvrtech.json b/domains/xvrtech.json index 98a00ea6a..3b4690308 100644 --- a/domains/xvrtech.json +++ b/domains/xvrtech.json @@ -1,6 +1,4 @@ { - "description": "Toy website xvrtech.is-a.dev", - "repo": "https://github.com/FullStackedRVC/Agency.git", "owner": { "username": "FullStackedRVC", "email": "robertocarov2@gmail.com" diff --git a/domains/xyter.json b/domains/xyter.json index 96c54624d..c744866b1 100644 --- a/domains/xyter.json +++ b/domains/xyter.json @@ -1,6 +1,4 @@ { - "description": "Xyter an discord.js bot developed by students.", - "repo": "https://github.com/ZynerOrg/xyter", "owner": { "username": "VermiumSifell", "email": "vermium@zyner.org" diff --git a/domains/yacoreq.json b/domains/yacoreq.json index c93ba1ada..3dce46532 100644 --- a/domains/yacoreq.json +++ b/domains/yacoreq.json @@ -1,6 +1,4 @@ { - "description": "yacoreq is a dev", - "repo": "https://github.com/yacoreq/yacoreq.github.io", "owner": { "username": "yacoreq", "email": "yacoreq@gmail.com", diff --git a/domains/yajtpg.json b/domains/yajtpg.json index 956a67b94..53371addc 100644 --- a/domains/yajtpg.json +++ b/domains/yajtpg.json @@ -1,6 +1,4 @@ { - "description": "YajTPG's website", - "repo": "https://github.com/YajTPG/yajtpg.github.io", "owner": { "username": "YajTPG", "email": "yajtpg@gmail.com" diff --git a/domains/yakate.json b/domains/yakate.json index c9e572f98..bf0f03543 100644 --- a/domains/yakate.json +++ b/domains/yakate.json @@ -1,6 +1,4 @@ { - "description": "personal website", - "repo": "https://github.com/oyakate/oyakate.github.io", "owner": { "username": "oYakate", "email": "trollekxmusic@gmail.com", diff --git a/domains/yakiyo.json b/domains/yakiyo.json index beb144120..f6340a12c 100644 --- a/domains/yakiyo.json +++ b/domains/yakiyo.json @@ -1,6 +1,4 @@ { - "description": "Yakiyo. 18 y/o kid. Weeb and hobbyist Developer", - "repo": "https;//github.com/Yakiyo/Yakiyo.github.io", "owner": { "username": "Yakiyo", "twitter": "Yakiyo8", diff --git a/domains/yamenher.json b/domains/yamenher.json index 1e1825d4e..874b80612 100644 --- a/domains/yamenher.json +++ b/domains/yamenher.json @@ -1,6 +1,4 @@ { - "description": "A Material Website about me", - "repo": "https://github.com/yamenher/info", "owner": { "username": "Yamenher", "email": "hermassiyamen@gmail.com" diff --git a/domains/yandao.json b/domains/yandao.json index ae8ba5c8e..8494b1b6c 100644 --- a/domains/yandao.json +++ b/domains/yandao.json @@ -1,6 +1,4 @@ { - "description": "My personal profile page (power by gh-pages)", - "repo": "https://github.com/YanDao0313/yandao0313.github.io", "owner": { "username": "YanDao0313", "email": "221202@ydlk.cc", diff --git a/domains/yang.json b/domains/yang.json index 59a97c43a..b225f2840 100644 --- a/domains/yang.json +++ b/domains/yang.json @@ -1,6 +1,4 @@ { - "description": "one personal blog", - "repo": "https://github.com/xuchao996/xuchao996.github.io", "owner": { "username": "xuchao996", "email": "chao.xu996@gmail.com" diff --git a/domains/yanmaker.json b/domains/yanmaker.json index 6f143f277..9aa04824d 100644 --- a/domains/yanmaker.json +++ b/domains/yanmaker.json @@ -1,6 +1,4 @@ { - "description": "My about me website", - "repo": "https://github.com/YanMaker/YanMaker", "owner": { "username": "YanMaker", "email": "whodis2022@outlook.com" diff --git a/domains/yas.json b/domains/yas.json index 2c7664203..22aecbb7d 100644 --- a/domains/yas.json +++ b/domains/yas.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio", - "repo": "https://github.com/yashokuu/yashokuu.github.io", "owner": { "username": "yashoukuu", "email": "yas.studios.en@gmail.com" diff --git a/domains/yash-poojara.json b/domains/yash-poojara.json index 9ad7b3361..537226528 100644 --- a/domains/yash-poojara.json +++ b/domains/yash-poojara.json @@ -1,6 +1,4 @@ { - "description": "Yash Poojara Profile.", - "repo": "https://github.com/yash-poojara/yash-poojara.github.io", "owner": { "username": "yash-poojara" }, diff --git a/domains/yash.json b/domains/yash.json index 1638336bf..159927bd8 100644 --- a/domains/yash.json +++ b/domains/yash.json @@ -1,6 +1,4 @@ { - "description": "Link to my portfolio site.", - "repo": "https://github.com/real-yash/website", "owner": { "username": "real-yash", "email": "connect@real-yash.is-a.dev" diff --git a/domains/yashh-chauhan.json b/domains/yashh-chauhan.json index 0de144347..c4a8cea8d 100644 --- a/domains/yashh-chauhan.json +++ b/domains/yashh-chauhan.json @@ -1,6 +1,4 @@ { - "description": "Yash Chauhan Profile.", - "repo": "https://github.com/yashh-chauhan/yashh-chauhan.github.io", "owner": { "username": "yashh-chauhan" }, diff --git a/domains/yashraj.json b/domains/yashraj.json index 5b4edf859..09aca0a63 100644 --- a/domains/yashraj.json +++ b/domains/yashraj.json @@ -1,6 +1,4 @@ { - "description": "My Personal Portfolio", - "repo": "https://github.com/yashraj-n/yashraj-n.github.io", "owner": { "username": "yashraj-n", "email": "ynnarke52@gmail.com", diff --git a/domains/yassin.json b/domains/yassin.json index 393d501b4..e5bb98fac 100644 --- a/domains/yassin.json +++ b/domains/yassin.json @@ -1,6 +1,4 @@ { - "description": "my bio", - "repo": "https://github.com/ycssin/bio", "owner": { "username": "ycssin", "twitter": "ycssin" diff --git a/domains/yatinmalhotra.json b/domains/yatinmalhotra.json index ff703a4d6..18938fd42 100644 --- a/domains/yatinmalhotra.json +++ b/domains/yatinmalhotra.json @@ -1,6 +1,4 @@ { - "description": "Personal-Portfolio", - "repo": "https://github.com/Yatin-Malhotra/TestPortfolio", "owner": { "username": "Yatin-Malhotra", "discord": "foreverinevitable" diff --git a/domains/yedu.json b/domains/yedu.json index abdd3f67d..f2d8eb24a 100644 --- a/domains/yedu.json +++ b/domains/yedu.json @@ -1,6 +1,4 @@ { - "description": "Personal Page", - "repo": "https://github.com/YedukrishnanTY/web", "owner": { "username": "YeduKrishnanTY", "discord": "Chandler._bing__#8780" diff --git a/domains/yeetedwin.json b/domains/yeetedwin.json index 32f27b0bd..ad4cf3e95 100644 --- a/domains/yeetedwin.json +++ b/domains/yeetedwin.json @@ -1,6 +1,4 @@ { - "description": "This website is a my personal portfolio", - "repo": "https://github.com/YEETEDWIN/YEETEDWIN.github.io", "owner": { "username": "YEETEDWIN", "email": "yeetedwin@protonmail.com" diff --git a/domains/yejun.json b/domains/yejun.json index ae79dcfee..05a558dbd 100644 --- a/domains/yejun.json +++ b/domains/yejun.json @@ -1,6 +1,4 @@ { - "description": "Just my personal website :^)", - "repo": "https://github.com/SS-13/SS-13.github.io", "owner": { "username": "yejun", "email": "sammffl@gmail.com" diff --git a/domains/yeppiidev.json b/domains/yeppiidev.json index 923f421bf..49d8a7a77 100644 --- a/domains/yeppiidev.json +++ b/domains/yeppiidev.json @@ -1,6 +1,4 @@ { - "description": "Just my personal website :^)", - "repo": "https://github.com/yeppiidev/yeppiidev.github.io", "owner": { "username": "yeppiidev", "email": "yedoxstudios@gmail.com", diff --git a/domains/yescyyt.json b/domains/yescyyt.json index 7ca573a07..28e9982d0 100644 --- a/domains/yescyyt.json +++ b/domains/yescyyt.json @@ -1,6 +1,4 @@ { - "description": "yescyyt's website (duh)", - "repo": "https://github.com/yescyyt/yescyyt.github.io", "owner": { "username": "yescyyt", "email": "amberisamab@gmail.com" diff --git a/domains/yhkz.json b/domains/yhkz.json index 2dd215fcf..6e96ad41a 100644 --- a/domains/yhkz.json +++ b/domains/yhkz.json @@ -1,6 +1,4 @@ { - "description": "yhkz.is-a.dev", - "repo": "https://github.com/yhkz/yhkz.github.io", "owner": { "username": "yhkz", "email": "yhkz@yhkz.us.kg" diff --git a/domains/yigit.json b/domains/yigit.json index 458d72be4..391400e8c 100644 --- a/domains/yigit.json +++ b/domains/yigit.json @@ -1,6 +1,4 @@ { - "description": "My Portfolio", - "repo": "https://github.com/devyigit/devyigit.github.io", "owner": { "username": "devyigit", "email": "yigitkabak05@hotmail.com", diff --git a/domains/yiro.json b/domains/yiro.json index e80cdd842..f09acfdb1 100644 --- a/domains/yiro.json +++ b/domains/yiro.json @@ -1,6 +1,4 @@ { - "description": "Yinier's personal developer website", - "repo": "https://github.com/yrmartinez/yrmartinez.github.io", "owner": { "username": "yrmartinez", "email": "yiromartinez91@gmail.com" diff --git a/domains/yisus82.json b/domains/yisus82.json index 8f53bbb42..e8b1c7392 100644 --- a/domains/yisus82.json +++ b/domains/yisus82.json @@ -1,6 +1,4 @@ { - "description": "Personal webpage", - "repo": "https://github.com/yisus82/yisus82.github.io", "owner": { "username": "yisus82", "email": "djalma8@gmail.com", diff --git a/domains/yolobnb.json b/domains/yolobnb.json index 3b7273453..3c8f372d4 100644 --- a/domains/yolobnb.json +++ b/domains/yolobnb.json @@ -1,6 +1,4 @@ { - "description": "My personal website", - "repo": "https://github.com/yolobnb/yolobnb.github.io", "owner": { "username": "yolobnb", "email": "yooloobnb@protonmail.com" diff --git a/domains/yorodm.json b/domains/yorodm.json index d8f58c1f7..c62f49d2f 100644 --- a/domains/yorodm.json +++ b/domains/yorodm.json @@ -1,6 +1,4 @@ { - "description": "/home/yorodm", - "repo": "https://github.com/yorodm/yorodm.github.io", "owner": { "username": "yorodm", "email": "yoandy.rmartinez@gmail.com" diff --git a/domains/yose.json b/domains/yose.json index c2acd4aef..36e7e8e50 100644 --- a/domains/yose.json +++ b/domains/yose.json @@ -1,6 +1,4 @@ { - "description": "A one-page portfolio website", - "repo": "https://github.com/yohn-maistre/yohn-maistre.github.io", "owner": { "username": "yohn-maistre", "twitter": "jind0sh", diff --git a/domains/youcef.json b/domains/youcef.json index 30e12a45d..563b05ef2 100644 --- a/domains/youcef.json +++ b/domains/youcef.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio", - "repo": "https://github.com/youcefaddou/Portfolio", "owner": { "username": "youcefaddou", "email": "youcefaddou@gmail.com" diff --git a/domains/yousef.json b/domains/yousef.json index e3cac5a8c..4ccf865e1 100644 --- a/domains/yousef.json +++ b/domains/yousef.json @@ -1,6 +1,4 @@ { - "description": "Portfolio for Yousef Yasser", - "repo": "https://github.com/yys-yss/yys-yss.github.io", "owner": { "username": "yys-yss", "email": "yousefyassersalah@gmail.com" diff --git a/domains/ypratham.json b/domains/ypratham.json index 9b4050262..eb9eed275 100644 --- a/domains/ypratham.json +++ b/domains/ypratham.json @@ -1,6 +1,4 @@ { - "description": "Pratham Yadav Portfolio", - "repo": "https://github.com/ypratham/ypratham.github.io", "owner": { "username": "ypratham", "email": "ypratham0014@gmail.com" diff --git a/domains/yug.json b/domains/yug.json index 7f109f414..fec45df6e 100644 --- a/domains/yug.json +++ b/domains/yug.json @@ -1,6 +1,4 @@ { - "description": "Personal website!", - "repo": "N/A", "owner": { "username": "YUG38", "email": "4yugpatel123@gmail.com", diff --git a/domains/yuk7.json b/domains/yuk7.json index e940f2e0f..0148b284e 100644 --- a/domains/yuk7.json +++ b/domains/yuk7.json @@ -1,6 +1,4 @@ { - "description": "yuk7 personal website", - "repo": "https://github.com/yuk7/yuk7.github.io", "owner": { "username": "yuk7", "email": "yukx00@gmail.com" diff --git a/domains/yukii.json b/domains/yukii.json index 59d4575f5..5456fdb62 100644 --- a/domains/yukii.json +++ b/domains/yukii.json @@ -1,6 +1,4 @@ { - "description": "My website", - "repo": "https://github.com/YukiVN/yukivn.github.io", "owner": { "username": "YukiVN", "email": "mejmayfoof@gmail.com" diff --git a/domains/yuksel.json b/domains/yuksel.json index 155a3f5e3..1a6032fc8 100644 --- a/domains/yuksel.json +++ b/domains/yuksel.json @@ -1,6 +1,4 @@ { - "description": "Yuksel Beyti's personal developer website", - "repo": "https://github.com/yuks/yuks.github.io", "owner": { "username": "yuks", "email": "admin@yukselbeyti.com" diff --git a/domains/yurei.json b/domains/yurei.json index 4c6208738..e0cc102c5 100644 --- a/domains/yurei.json +++ b/domains/yurei.json @@ -1,6 +1,4 @@ { - "description": "I want clound security for my portfolio website", - "repo": "https://github.com/yurehito/yurei.git", "owner": { "username": "yurehito", "discord": "https://discord.com/users/998608551431897170" diff --git a/domains/yurimontero.json b/domains/yurimontero.json index be04ec232..6bc724ce3 100644 --- a/domains/yurimontero.json +++ b/domains/yurimontero.json @@ -1,6 +1,4 @@ { - "description": "Personal webpage", - "repo": "https://github.com/yurimontero/yurimontero.github.io", "owner": { "username": "yurimontero", "email": "yurimontero@gmail.com" diff --git a/domains/yusuf.json b/domains/yusuf.json index 813cb8faa..3466771dd 100644 --- a/domains/yusuf.json +++ b/domains/yusuf.json @@ -1,6 +1,4 @@ { - "description": "My Github pages portfolio", - "repo": "https://github.com/YAOfficial/portfolio/tree/gh-pages", "owner": { "username": "YAOfficial", "email": "yahumble1@gmail.com" diff --git a/domains/yuting.json b/domains/yuting.json index a79c81064..cdc560538 100644 --- a/domains/yuting.json +++ b/domains/yuting.json @@ -1,6 +1,4 @@ { - "description": "yuting.is-a.dev", - "repo": "https://github.com/wyuting0/wyuting0.github.io", "owner": { "username": "wyuting0", "email": "wyuting2011@gmail.com" diff --git a/domains/yuukari.json b/domains/yuukari.json index 0859e0d9d..b89aa27dd 100644 --- a/domains/yuukari.json +++ b/domains/yuukari.json @@ -1,6 +1,4 @@ { - "description": "My dev homepage, which I have publish info about me, pet/commercial projects, etc.", - "repo": "https://github.com/Yuukari/yuukari.github.io", "owner": { "username": "Yuukari", "email": "yuukarichan@yandex.com", diff --git a/domains/yuuto.json b/domains/yuuto.json index 5562870b7..4d7cfb99f 100644 --- a/domains/yuuto.json +++ b/domains/yuuto.json @@ -1,6 +1,4 @@ { - "description": "Yuuto's discord portfolio", - "repo": "https://github.com/user93485/yuuto", "owner": { "username": "user93485", "email": "yuutodiscordlol@gmail.com", diff --git a/domains/zahid.json b/domains/zahid.json index f8da5371a..d6a4e506a 100644 --- a/domains/zahid.json +++ b/domains/zahid.json @@ -1,6 +1,4 @@ { - "description": "Zahid47's personal website", - "repo": "https://github.com/zahid47/pw", "owner": { "username": "zahid47", "email": "epiczahid@gmail.com" diff --git a/domains/zaid-kadri.json b/domains/zaid-kadri.json index f35436821..acc2084f8 100644 --- a/domains/zaid-kadri.json +++ b/domains/zaid-kadri.json @@ -1,6 +1,4 @@ { - "description": "This is my website", - "repo": "https://github.com/zaid-kadri/zaid-kadri.github.io", "owner": { "username": "zaid-kadri" }, diff --git a/domains/zaid.json b/domains/zaid.json index 2f4d96e1f..2951d7e71 100644 --- a/domains/zaid.json +++ b/domains/zaid.json @@ -1,6 +1,4 @@ { - "description": "Zaid's Personal Website", - "repo": "https://github.com/zaidmukaddam/zaidmukaddam.github.io", "owner": { "username": "zaidmukaddam", "email": "zaidlunatic1@gmail.com", diff --git a/domains/zarox.json b/domains/zarox.json index de109af96..208395645 100644 --- a/domains/zarox.json +++ b/domains/zarox.json @@ -1,6 +1,4 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/ZAR0X/ZAR0X.github.io", "owner": { "username": "ZAR0X", "email": "qzarox@gmail.com", diff --git a/domains/zeaxey.json b/domains/zeaxey.json index 18697fe42..27291fc73 100644 --- a/domains/zeaxey.json +++ b/domains/zeaxey.json @@ -1,6 +1,4 @@ { - "description": "website.", - "repo": "https://github.com/Pixel556/website", "owner": { "username": "Pixel556", "email": "therealzeaxey123@gmail.com", diff --git a/domains/zeeshan.json b/domains/zeeshan.json index a93e0d8d5..d7f0cc215 100644 --- a/domains/zeeshan.json +++ b/domains/zeeshan.json @@ -1,6 +1,4 @@ { - "description": "Portfolio Website", - "repo": "https://github.com/m-zeeshan42/m-zeeshan42.github.io", "owner": { "username": "m-zeeshan42", "email": "zeeshanashraf424@gmail.com" diff --git a/domains/zelle.json b/domains/zelle.json index c336963c5..b5c6419f9 100644 --- a/domains/zelle.json +++ b/domains/zelle.json @@ -1,6 +1,4 @@ { - "description": "Zelle Portfolio", - "repo": "https://github.com/zelxd/static-portfolio", "owner": { "username": "zelxd", "email": "zeloeee@gmail.com" diff --git a/domains/zener.json b/domains/zener.json index 0393736af..9f6e0f685 100644 --- a/domains/zener.json +++ b/domains/zener.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio site", - "repo": "https://github.com/zenerq/zenerq.github.io", "owner": { "username": "zenerq", "email": "rokosamje@gmail.com" diff --git a/domains/zeptar.json b/domains/zeptar.json index 4ed435cdb..de9203626 100644 --- a/domains/zeptar.json +++ b/domains/zeptar.json @@ -1,6 +1,4 @@ { - "description": "Zeptar's Portofolio", - "repo": "https://github.com/Zeptar1069/zeptar1069.github.io", "owner": { "username": "Zeptar1069", "email": "terryk.onekorea@gmail.com", diff --git a/domains/zero.json b/domains/zero.json index 26540191e..aaea5aae6 100644 --- a/domains/zero.json +++ b/domains/zero.json @@ -1,6 +1,4 @@ { - "description": "My personal developer portfolio.", - "repo": "https://github.com/CoderPopCat/coderpopcat.github.io", "owner": { "username": "CoderPopCat", "email": "zerotwo@popcat.xyz" diff --git a/domains/zerotwo.json b/domains/zerotwo.json index 8b1aee52c..74fddfde2 100644 --- a/domains/zerotwo.json +++ b/domains/zerotwo.json @@ -1,6 +1,4 @@ { - "description": "landing site for zerotwo, the discord bot.", - "repo": "https://github.com/ZeroTwoDiscord/zerotwodiscord.github.io", "owner": { "username": "ConnorDoesDev", "email": "connordoesdev@gmail.com" diff --git a/domains/zeus.json b/domains/zeus.json index 7ceee3f04..829caa5b2 100644 --- a/domains/zeus.json +++ b/domains/zeus.json @@ -1,6 +1,4 @@ { - "description": "Portfolio website", - "repo": "https://github.com/t1devzeus/register", "owner": { "username": "t1devzeus", "email": "dev.caspian.hayashi@gmail.com", diff --git a/domains/zhiyao.json b/domains/zhiyao.json index 16c08f5eb..498e93026 100644 --- a/domains/zhiyao.json +++ b/domains/zhiyao.json @@ -1,6 +1,4 @@ { - "description": "志遥(至尧)的个人博客", - "repo": "https://github.com/lizhiyao/lizhiyao.github.io", "owner": { "username": "lizhiyao", "email": "dancerlzy@gmail.com" diff --git a/domains/zhu.json b/domains/zhu.json index e6372a7e2..8d436c242 100644 --- a/domains/zhu.json +++ b/domains/zhu.json @@ -1,6 +1,4 @@ { - "description": "A Jekyll site used for share my idears", - "repo": "https://github.com/azhu021/jekyll.github.io", "owner": { "username": "azhu021", "email": "pub@azhu.site", diff --git a/domains/ziari.json b/domains/ziari.json index cedb21053..7a813054a 100644 --- a/domains/ziari.json +++ b/domains/ziari.json @@ -1,6 +1,4 @@ { - "description": "ziari's website", - "repo": "https://github.com/AMIRPARSAZIARI/AMIRPARSAZIARI.github.io", "owner": { "username": "AMIRPARSAZIARI", "email": "ziariamirparsa@gmail.com", diff --git a/domains/zidanify.json b/domains/zidanify.json index d21ea0f8f..7858363ea 100644 --- a/domains/zidanify.json +++ b/domains/zidanify.json @@ -1,6 +1,4 @@ { - "description": "zidanify's website", - "repo": "https://github.com/zidanify/zidanify.github.io", "owner": { "username": "zidanify", "email": "mohzidanhirawan356@gmail.com", diff --git a/domains/ziriksi.json b/domains/ziriksi.json index cd8f993bb..7265924d2 100644 --- a/domains/ziriksi.json +++ b/domains/ziriksi.json @@ -1,6 +1,4 @@ { - "description": "Ziriksi's website.", - "repo": "https://github.com/cloudcloudskies/coolziriksi.github.io", "owner": { "username": "cloudcloudskies", "email": "cloudskies@perso.be", diff --git a/domains/zjfc.json b/domains/zjfc.json index e7d0fc16e..372a4be89 100644 --- a/domains/zjfc.json +++ b/domains/zjfc.json @@ -1,6 +1,4 @@ { - "description": "GitHub Pages", - "repo": "https://github.com/Endermanbugzjfc/Endermanbugzjfc.github.io", "owner": { "username": "Endermanbugzjfc", "email": "endermanbugzjfc@gmail.com" diff --git a/domains/zoldyako.json b/domains/zoldyako.json index 6d76e819f..47991fd0e 100644 --- a/domains/zoldyako.json +++ b/domains/zoldyako.json @@ -1,6 +1,4 @@ { - "description": "My personal site hosted on Render", - "repo": "https://github.com/Zoldyako/zoldyako_site", "owner": { "username": "Zoldyako", "email": "jose.vdr.pessoal@gmail.com", diff --git a/domains/zoom.json b/domains/zoom.json index ce8c95d79..bd8e7d595 100644 --- a/domains/zoom.json +++ b/domains/zoom.json @@ -1,6 +1,4 @@ { - "description": "A way of showing my github website", - "repo": "https://github.com/theoldzoom/theoldzoom.github.io", "owner": { "username": "theoldzoom", "email": "theoldzoom@gmail.com", diff --git a/domains/zstg.json b/domains/zstg.json index 38f059920..aaed63273 100644 --- a/domains/zstg.json +++ b/domains/zstg.json @@ -1,6 +1,4 @@ { - "description": "Describe the use of this subdomain", - "repo": "https://github.com/zstg/zstg.github.io", "owner": { "username": "zstg", "email": "zestig@duck.com", diff --git a/domains/ztzt.json b/domains/ztzt.json index 7a6617739..da98a1b4e 100644 --- a/domains/ztzt.json +++ b/domains/ztzt.json @@ -1,6 +1,4 @@ { - "description": "ztzt.is-a.dev", - "repo": "https://github.com/ztztmc/ztztmc.github.io", "owner": { "username": "ztztmc", "email": "2timessharp@gmail.com", diff --git a/domains/zuhaib.json b/domains/zuhaib.json index 3ed118d4c..bdec2f92f 100644 --- a/domains/zuhaib.json +++ b/domains/zuhaib.json @@ -1,6 +1,4 @@ { - "description": "Personal portfolio", - "repo": "https://github.com/powrhouseofthecell/powrhouseofthecell.github.io", "owner": { "username": "powrhouseofthecell", "email": "theshahzuhaib96@gmail.com" diff --git a/domains/zyztem.json b/domains/zyztem.json index c02a69d17..e5758bb25 100644 --- a/domains/zyztem.json +++ b/domains/zyztem.json @@ -1,6 +1,4 @@ { - "description": "zyztems social site", - "repo": "https://github.com/zyztem/zyztem.github.io", "owner": { "username": "zyztem", "email": "zyztembuisness@gmail.com", From 8fb751aaf4fd64c6aea4fa4a5c9aac4430808ed2 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Tue, 6 May 2025 23:50:17 +0800 Subject: [PATCH 32/61] delete invalid gh pages sites --- .../_github-pages-challenge-acutewoof.acutewoof.json | 9 --------- ...github-pages-challenge-adolar0042.adolar0042.json | 9 --------- .../_github-pages-challenge-alvitodev.alvito.json | 9 --------- ...github-pages-challenge-anandyeole.anandyeole.json | 9 --------- .../_github-pages-challenge-araguaci.araguaci.json | 9 --------- domains/_github-pages-challenge-asbp.asbp.json | 9 --------- domains/_github-pages-challenge-avellea.avellea.json | 8 -------- domains/_github-pages-challenge-aw09.agung.json | 9 --------- ...github-pages-challenge-ayberktandogan.ayberk.json | 9 --------- domains/_github-pages-challenge-bnyro.bnyro.json | 9 --------- .../_github-pages-challenge-chauvansang.sang.json | 9 --------- ...thub-pages-challenge-chethanyadav456.chethan.json | 9 --------- .../_github-pages-challenge-compcoder007.umesh.json | 10 ---------- ...ub-pages-challenge-devendrakanojiya.devendra.json | 9 --------- .../_github-pages-challenge-devhammed.hammed.json | 9 --------- domains/_github-pages-challenge-diordnas.cassie.json | 9 --------- .../_github-pages-challenge-eldinesh.eldinesh.json | 9 --------- ...github-pages-challenge-ethereumvd.ethereumvd.json | 9 --------- domains/_github-pages-challenge-harishnkr.hari.json | 10 ---------- ...ub-pages-challenge-hector-vigil.hector-vigil.json | 9 --------- domains/_github-pages-challenge-hima-pro.tdim.json | 10 ---------- ...github-pages-challenge-hungthai1401.hungthai.json | 9 --------- domains/_github-pages-challenge-imrmnabil.nabil.json | 9 --------- ...ub-pages-challenge-itsnicecraft.itsnicecraft.json | 9 --------- ...ithub-pages-challenge-jesusvala.jesusvaladez.json | 9 --------- domains/_github-pages-challenge-jlai403.joey.json | 9 --------- ..._github-pages-challenge-jlwisedev.joshuawise.json | 9 --------- .../_github-pages-challenge-josemyduarte.josemy.json | 8 -------- .../_github-pages-challenge-karify98.karify98.json | 9 --------- .../_github-pages-challenge-kellylawrence.kelly.json | 9 --------- ...es-challenge-kristiantokarim.kristiantokarim.json | 9 --------- ...ithub-pages-challenge-lisaterumi.elisaterumi.json | 9 --------- ..._github-pages-challenge-madisonwirtanen.zwyz.json | 9 --------- .../_github-pages-challenge-manugeni.manugeni.json | 9 --------- .../_github-pages-challenge-mateuseap.mateuseap.json | 9 --------- .../_github-pages-challenge-mcotocel.mcotocel.json | 9 --------- domains/_github-pages-challenge-mkblane.mkblane.json | 9 --------- .../_github-pages-challenge-mohamadoday.bn3di.json | 9 --------- ...thub-pages-challenge-mrdavidss-vgg.mrdavidss.json | 9 --------- .../_github-pages-challenge-mrdev88.mahdiruiz.json | 9 --------- domains/_github-pages-challenge-muizu.muiz.json | 9 --------- domains/_github-pages-challenge-mysterv.my5ter.json | 9 --------- domains/_github-pages-challenge-namesmt.namesmt.json | 9 --------- .../_github-pages-challenge-nayanjd.nayandas.json | 9 --------- .../_github-pages-challenge-nduartech.nathan.json | 9 --------- .../_github-pages-challenge-noahziheng.noahgao.json | 9 --------- domains/_github-pages-challenge-pansy27.pansy.json | 9 --------- ...-pages-challenge-patrickzhou1234.patrickzhou.json | 9 --------- ...-pages-challenge-prakhillohiya.prakhillohiya.json | 9 --------- domains/_github-pages-challenge-quiww.qui.json | 9 --------- domains/_github-pages-challenge-rudwolf.rodolfo.json | 9 --------- domains/_github-pages-challenge-rwithik.rwithik.json | 9 --------- ...hub-pages-challenge-sajidshahriar72543.sajid.json | 9 --------- .../_github-pages-challenge-sanchay9.sanchay.json | 9 --------- ...ges-challenge-shaunfurtado.blog.shaunfurtado.json | 10 ---------- .../_github-pages-challenge-soymadip.soymadip.json | 9 --------- ...github-pages-challenge-suhasdissa.suhasdissa.json | 9 --------- .../_github-pages-challenge-surv-is-a-dev.surv.json | 9 --------- .../_github-pages-challenge-takase1121.takase.json | 9 --------- ...ub-pages-challenge-tclement0922.tclement0922.json | 9 --------- .../_github-pages-challenge-thesanju.thesanju.json | 9 --------- domains/_github-pages-challenge-tim-vdb.tim-vdb.json | 9 --------- .../_github-pages-challenge-voidkeishi.keishi.json | 9 --------- domains/_github-pages-challenge-vontey.vontey.json | 9 --------- .../_github-pages-challenge-vurihuang.vurihuang.json | 9 --------- .../_github-pages-challenge-window5000.window5.json | 9 --------- domains/_github-pages-challenge-wizcann.wizcann.json | 8 -------- ...ithub-pages-challenge-x7v8p3m2q9l0.negativez.json | 9 --------- .../_github-pages-challenge-yantcaccia.antonio.json | 9 --------- domains/_github-pages-challenge-yorodm.yorodm.json | 9 --------- domains/_github-pages-challenge-yourtilak.tilak.json | 10 ---------- domains/_github-pages-challenge-yummyoreo.oreo.json | 9 --------- domains/a-little-hat.json | 9 --------- domains/aaditya.json | 9 --------- domains/aakhilv.json | 11 ----------- domains/aaksa.json | 10 ---------- domains/abc.json | 9 --------- domains/abdelghani.json | 9 --------- domains/abdelkarimain.json | 9 --------- domains/abdullah.json | 10 ---------- domains/abdullyahuza.json | 9 --------- domains/abdulrshaikh.json | 9 --------- domains/abegehr.json | 11 ----------- domains/abeltranp94.json | 10 ---------- domains/abhigyantrips.json | 9 --------- domains/abhijith.json | 9 --------- domains/abhishekissac.json | 10 ---------- domains/acaiberii.json | 10 ---------- domains/acutewoof.json | 10 ---------- domains/ada.json | 9 --------- domains/adarshkumar.json | 9 --------- domains/adarshs.json | 10 ---------- domains/adarshvijay.json | 9 --------- domains/adhi.json | 9 --------- domains/adigen.json | 9 --------- domains/adit.json | 9 --------- domains/adithyapaib.json | 10 ---------- domains/adityavag.json | 9 --------- domains/adolar0042.json | 9 --------- domains/adonisfx.json | 11 ----------- domains/adrenocortico.json | 9 --------- domains/adrian.json | 9 --------- domains/aeon.json | 9 --------- domains/afnan.json | 10 ---------- domains/agamjot-singh.json | 10 ---------- domains/agelos.json | 9 --------- domains/agung.json | 9 --------- domains/ahammednibras.json | 10 ---------- domains/ahmedashraf.json | 9 --------- domains/ain3abdo.json | 9 --------- domains/ak-profile.json | 9 --------- domains/akashj.json | 9 --------- domains/akshath.json | 9 --------- domains/akxd.json | 10 ---------- domains/akzana.json | 9 --------- domains/alan-smith.json | 9 --------- domains/albert.json | 11 ----------- domains/alden.json | 12 ------------ domains/alejosm.json | 9 --------- domains/aleks.json | 11 ----------- domains/alemi.json | 9 --------- domains/alessandrobellesia.json | 9 --------- domains/alexbartles.json | 11 ----------- domains/alexcantor.json | 9 --------- domains/alexis.json | 11 ----------- domains/alexmercerind.json | 11 ----------- domains/alfred.json | 9 --------- domains/ali-abdurrazzak.json | 10 ---------- domains/alimd.json | 9 --------- domains/alivaliev.json | 9 --------- domains/alltawd.json | 9 --------- domains/almatch.json | 10 ---------- domains/alokik.json | 9 --------- domains/aloo-bun.json | 9 --------- domains/alriy.json | 9 --------- domains/aluwi.json | 11 ----------- domains/alvito.json | 9 --------- domains/amal-sebastian.json | 9 --------- domains/amanthakur.json | 10 ---------- domains/amit.json | 10 ---------- domains/amol3.json | 9 --------- domains/analogsombra.json | 9 --------- domains/anand-ramakrishna.json | 10 ---------- domains/anandyeole.json | 9 --------- domains/anas.json | 10 ---------- domains/anautonell.json | 11 ----------- domains/anbuinfosec.json | 8 -------- domains/andrei.json | 10 ---------- domains/andriampeno.json | 10 ---------- domains/andrianina.json | 9 --------- domains/andronasef.json | 10 ---------- domains/angelo.json | 9 --------- domains/angelwuff.json | 9 --------- domains/anhnguyen94.json | 10 ---------- domains/anibalbastiass.json | 9 --------- domains/anindra.json | 11 ----------- domains/ankit.json | 9 --------- domains/annihilatorrrr.json | 10 ---------- domains/anshu.json | 9 --------- domains/anthonydev.json | 9 --------- domains/anticens.json | 9 --------- domains/antonio.json | 10 ---------- domains/anttondev.json | 9 --------- domains/anuj.json | 10 ---------- domains/anumeya.json | 9 --------- domains/anurag.json | 9 --------- domains/aocsa.json | 9 --------- domains/ap2.json | 9 --------- domains/api.catzboy.json | 10 ---------- domains/api.zoom.json | 12 ------------ domains/apurboislam.json | 9 --------- domains/aqua.json | 9 --------- domains/arafat.json | 9 --------- domains/araguaci.json | 9 --------- domains/aravinnndddd.json | 10 ---------- domains/arif.json | 9 --------- domains/arijit.json | 11 ----------- domains/arin.json | 8 -------- domains/arjuncvinod.json | 10 ---------- domains/armand.json | 10 ---------- domains/arpana.json | 10 ---------- domains/art.json | 10 ---------- domains/artesdosul.json | 9 --------- domains/artiefuzzz.json | 9 --------- domains/arunava.json | 9 --------- domains/arush.json | 9 --------- domains/arvik1.json | 9 --------- domains/arwi.json | 9 --------- domains/arya.json | 10 ---------- domains/aryxst.json | 9 --------- domains/asad-khan.json | 10 ---------- domains/asbp.json | 10 ---------- domains/ashuthosh.json | 9 --------- domains/ashutosh.json | 10 ---------- domains/ashwin.json | 10 ---------- domains/asicalug.json | 9 --------- domains/asil.json | 9 --------- domains/asim.json | 10 ---------- domains/aspect.json | 11 ----------- domains/asya.json | 9 --------- domains/ataim.json | 10 ---------- domains/ath.json | 9 --------- domains/athifrahmawan.json | 11 ----------- domains/athira-li.json | 10 ---------- domains/atomic.json | 9 --------- domains/atul.json | 9 --------- domains/austino.json | 9 --------- domains/ausy.json | 9 --------- domains/avellea.json | 9 --------- domains/avidevs31.json | 9 --------- domains/avilam.json | 8 -------- domains/avnoor-gamerz.json | 11 ----------- domains/avversion.json | 8 -------- domains/axewbotx.json | 11 ----------- domains/ayberk.json | 9 --------- domains/ayinaki.json | 9 --------- domains/ayushman.json | 11 ----------- domains/ayushshivaji.json | 9 --------- domains/azeem.json | 10 ---------- domains/b0q.json | 10 ---------- domains/b45i.json | 9 --------- domains/badnguy.json | 9 --------- domains/bako.json | 10 ---------- domains/baldr.json | 9 --------- domains/bandhan.json | 9 --------- domains/banik.json | 9 --------- domains/bardia.json | 9 --------- domains/barry-hammer.json | 8 -------- domains/basidh.json | 9 --------- domains/bayu.json | 9 --------- domains/bear.json | 10 ---------- domains/bennett1412.json | 11 ----------- domains/bento64.json | 10 ---------- domains/beoo.json | 9 --------- domains/bernardo.json | 9 --------- domains/bhadra.json | 10 ---------- domains/bhargav.json | 9 --------- domains/bhavitha.json | 9 --------- domains/bhavyasingh.json | 9 --------- domains/billion.json | 10 ---------- domains/bing-chilling.json | 9 --------- domains/binwonk.json | 9 --------- domains/bismuth.json | 9 --------- domains/bleemis42.json | 10 ---------- domains/blkdang1.json | 8 -------- domains/blog.catzboy.json | 10 ---------- domains/blog.ron.json | 9 --------- domains/blog.shaunfurtado.json | 9 --------- domains/blurnope.json | 10 ---------- domains/bmbs.json | 9 --------- domains/bmhien.json | 9 --------- domains/bn3di.json | 9 --------- domains/bnyro.json | 10 ---------- domains/boba.json | 10 ---------- domains/bolt.json | 9 --------- domains/bombacat.json | 9 --------- domains/bonusbubble.json | 9 --------- domains/borboss.json | 9 --------- domains/boudjo.json | 9 --------- domains/bree.json | 9 --------- domains/brew.json | 9 --------- domains/brian.json | 10 ---------- domains/bro.json | 9 --------- domains/brokends.json | 9 --------- domains/bruno-eilliar.json | 9 --------- domains/bsapi.json | 9 --------- domains/bulkypanda.json | 9 --------- domains/burandby.json | 10 ---------- domains/bxqrn.json | 10 ---------- domains/c00l.json | 10 ---------- domains/carince.json | 11 ----------- domains/carlosgiralt.json | 10 ---------- domains/cartyoo.json | 9 --------- domains/cas.json | 9 --------- domains/casperong.json | 9 --------- domains/cassie.json | 10 ---------- domains/caz.json | 11 ----------- domains/cc.json | 10 ---------- domains/cdn.komaru.json | 9 --------- domains/cdn.serstars.json | 9 --------- domains/celsojr.json | 9 --------- domains/certurix.json | 9 --------- domains/char.json | 10 ---------- domains/chattingmessenger.json | 9 --------- domains/chethan.json | 12 ------------ domains/chikoiko.json | 9 --------- domains/chrystom.json | 9 --------- domains/chubol.json | 9 --------- domains/chucha.json | 9 --------- domains/cinnamonshrine.json | 11 ----------- domains/classlink.json | 10 ---------- domains/cloudy.json | 11 ----------- domains/cloudz.json | 10 ---------- domains/code-vista.json | 10 ---------- domains/codeminds.json | 9 --------- domains/conorsheehan1.json | 9 --------- domains/coolcodersj.json | 10 ---------- domains/copysland.json | 9 --------- domains/cozymy.json | 10 ---------- domains/cr0nus.json | 11 ----------- domains/creature.json | 11 ----------- domains/cucusise.json | 9 --------- domains/cuinc99.json | 9 --------- domains/cursedscrubdaddygang.json | 10 ---------- domains/cyanide.json | 10 ---------- domains/cyberglot.json | 9 --------- domains/czwx.json | 9 --------- domains/dadcuy.json | 9 --------- domains/dadoge.json | 9 --------- domains/daksh.json | 9 --------- domains/damilare.json | 9 --------- domains/dan.json | 10 ---------- domains/dangdat.json | 9 --------- domains/dani.json | 11 ----------- domains/danilwhale.json | 9 --------- domains/danterus.json | 9 --------- domains/daria.json | 9 --------- domains/datamind.json | 11 ----------- domains/dauvet.json | 9 --------- domains/davidpuerta.json | 9 --------- domains/daxoron.json | 9 --------- domains/dayowebevents.json | 10 ---------- domains/debs.json | 10 ---------- domains/debug.json | 10 ---------- domains/dedchromebook.json | 9 --------- domains/dehteam3.json | 10 ---------- domains/denblo.json | 10 ---------- domains/denis.json | 9 --------- domains/denix.json | 11 ----------- domains/dev-dco.json | 9 --------- domains/devdk.json | 10 ---------- domains/developerjosh.json | 10 ---------- domains/devendra.json | 9 --------- domains/devfate.json | 9 --------- domains/devmirza.json | 9 --------- domains/dhruv-tara.json | 9 --------- domains/dhruv.json | 9 --------- domains/diamondbroplayz.json | 11 ----------- domains/didimukhtar.json | 9 --------- domains/diedyesterday.json | 9 --------- domains/diegoreis.json | 10 ---------- domains/dincer-portfolio.json | 10 ---------- domains/dinesh.json | 10 ---------- domains/divik.json | 10 ---------- domains/divyam.json | 9 --------- domains/dodongduc.json | 9 --------- domains/domb.json | 9 --------- domains/donald.json | 10 ---------- domains/donut.json | 9 --------- domains/dooly.json | 11 ----------- domains/dot.json | 10 ---------- domains/dotexe3301.json | 9 --------- domains/downgit.json | 10 ---------- domains/dr-therapy.json | 10 ---------- domains/drdilyor.json | 10 ---------- domains/dresan.json | 11 ----------- domains/drmonocle.json | 9 --------- domains/drv123323.json | 9 --------- domains/dsaw.json | 9 --------- domains/dsrev.json | 11 ----------- domains/dtducas.json | 11 ----------- domains/ducanhng.json | 9 --------- domains/duydo.json | 9 --------- domains/dydestroyer.json | 10 ---------- domains/echo2477.json | 9 --------- domains/ecoplayer07.json | 9 --------- domains/ecstaticsoul.json | 9 --------- domains/edrea.json | 10 ---------- domains/egyxo.json | 10 ---------- domains/ekinvarli.json | 11 ----------- domains/eldin.json | 9 --------- domains/eldinesh.json | 10 ---------- domains/eldzey.json | 10 ---------- domains/elf.json | 10 ---------- domains/elib0.json | 9 --------- domains/elisaterumi.json | 9 --------- domains/ella.json | 10 ---------- domains/emanuelcarvalho.json | 9 --------- domains/emhl.json | 9 --------- domains/endouven.json | 9 --------- domains/enoughsdv.json | 10 ---------- domains/eojeda.json | 9 --------- domains/erik.json | 10 ---------- domains/eternal-network.json | 10 ---------- domains/ethereumvd.json | 9 --------- domains/ethxrnity.json | 11 ----------- domains/ethyl.json | 10 ---------- domains/euskindar.json | 9 --------- domains/fab1andev.json | 11 ----------- domains/fakhri.json | 8 -------- domains/farhan.json | 9 --------- domains/farjanul.json | 9 --------- domains/farkot.json | 9 --------- domains/fastering.json | 9 --------- domains/fayasnoushad.json | 10 ---------- domains/fayaz.json | 9 --------- domains/felixtr.json | 10 ---------- domains/ffj20.json | 9 --------- domains/films.json | 9 --------- domains/fireexe.json | 9 --------- domains/firework.json | 9 --------- domains/fjuro.json | 9 --------- domains/flamexode.json | 9 --------- domains/florent.json | 10 ---------- domains/fluffythebunny.json | 10 ---------- domains/forsas.json | 10 ---------- domains/fox.json | 9 --------- domains/francescodulio.json | 9 --------- domains/franciskafieh.json | 10 ---------- domains/frankra.json | 9 --------- domains/frapujgal.json | 9 --------- domains/frcat.json | 10 ---------- domains/freebies.json | 10 ---------- domains/freitaseric.json | 9 --------- domains/fsanchir.json | 10 ---------- domains/fullpwn.json | 10 ---------- domains/funny-noip.json | 9 --------- domains/furret.json | 9 --------- domains/furti.json | 10 ---------- domains/gabrielhuertas.json | 9 --------- domains/gamingboots.json | 10 ---------- domains/ganesh.json | 9 --------- domains/gaurav.json | 9 --------- domains/gavrielsatrio.json | 9 --------- domains/gdbotlist.json | 9 --------- domains/generic.json | 9 --------- domains/gin.json | 10 ---------- domains/githubmilind.json | 9 --------- domains/gizmo.json | 9 --------- domains/glitchish.json | 10 ---------- domains/glpzzz.json | 9 --------- domains/glutis.json | 9 --------- domains/gnanaelisa.json | 9 --------- domains/godkode.json | 9 --------- domains/godwhite.json | 10 ---------- domains/gorkem.json | 10 ---------- domains/govind.json | 10 ---------- domains/govinda.json | 9 --------- domains/grantcards.json | 9 --------- domains/guillelm.json | 10 ---------- domains/gusza.json | 9 --------- domains/gvl610.json | 10 ---------- domains/h3r3t1c.json | 9 --------- domains/hackerman.json | 9 --------- domains/hafidu.json | 9 --------- domains/halink.json | 8 -------- domains/hamid.json | 9 --------- domains/hammed.json | 9 --------- domains/hamza.json | 10 ---------- domains/hansen.json | 10 ---------- domains/hari.json | 9 --------- domains/harikrishnan.json | 10 ---------- domains/harikrishnanps.json | 9 --------- domains/harsh-patel.json | 10 ---------- domains/harshad.json | 9 --------- domains/haseena.json | 10 ---------- domains/hash-cracker.json | 9 --------- domains/hector-vigil.json | 9 --------- domains/hein.json | 9 --------- domains/henry.json | 10 ---------- domains/herve.json | 9 --------- domains/hextris.json | 9 --------- domains/hiddenblack.json | 9 --------- domains/hifzur.json | 9 --------- domains/himanshusri.json | 9 --------- domains/hisham.json | 10 ---------- domains/hjmao.json | 10 ---------- domains/hoan.json | 10 ---------- domains/hongquang.json | 9 --------- domains/horizon-server.json | 10 ---------- domains/horu.json | 8 -------- domains/hozzywozzy.json | 9 --------- domains/hu-kaixiang.json | 9 --------- domains/hungphambkc.json | 9 --------- domains/hungthai.json | 9 --------- domains/huseyin.json | 9 --------- domains/ico.json | 9 --------- domains/icy.json | 9 --------- domains/ikhlashmulya.json | 9 --------- domains/ilovechickennuggets.json | 9 --------- domains/img.cala.json | 10 ---------- domains/imlasiya.json | 10 ---------- domains/imlasiyah.json | 9 --------- domains/imxitiz.json | 9 --------- domains/imy.json | 10 ---------- domains/incbom.json | 10 ---------- domains/indidee.json | 9 --------- domains/infiniteloop.json | 9 --------- domains/inj3c7i0n.json | 9 --------- domains/intergrav.json | 9 --------- domains/inxlo.json | 9 --------- domains/iqat.json | 10 ---------- domains/isa.json | 11 ----------- domains/isaac.json | 9 --------- domains/itsdharmik.json | 11 ----------- domains/itsmealdo.json | 10 ---------- domains/itsneufox.json | 9 --------- domains/itsnicecraft.json | 10 ---------- domains/itzporium.json | 11 ----------- domains/ivedant.json | 9 --------- domains/jacob.json | 9 --------- domains/jagdhish-mer.json | 8 -------- domains/jaisankar.json | 9 --------- domains/janeq.json | 9 --------- domains/janith.json | 9 --------- domains/janmikowa.json | 9 --------- domains/jatin.json | 9 --------- domains/jatinkr.json | 9 --------- domains/javi.json | 9 --------- domains/jaycedotbin.json | 10 ---------- domains/jayy.json | 11 ----------- domains/jc-wu.json | 9 --------- domains/jcs.json | 9 --------- domains/jean.json | 10 ---------- domains/jeevan.json | 9 --------- domains/jeremie.json | 10 ---------- domains/jerikchan.json | 9 --------- domains/jermaine.json | 9 --------- domains/jeros.json | 9 --------- domains/jesseallan.json | 9 --------- domains/jesusvaladez.json | 9 --------- domains/jhw.json | 9 --------- domains/jithumon.json | 10 ---------- domains/joel.json | 9 --------- domains/joey.json | 9 --------- domains/johansansebastian.json | 10 ---------- domains/johnsonlee.json | 9 --------- domains/johnythomas.json | 10 ---------- domains/joltz1234.json | 10 ---------- domains/jonagoldman.json | 10 ---------- domains/josemy.json | 8 -------- domains/josh-ferrell.json | 9 --------- domains/joshuawise.json | 10 ---------- domains/jpedro.json | 9 --------- domains/jpsantistebanq.json | 9 --------- domains/jrdrwn.json | 10 ---------- domains/jrmessias.json | 10 ---------- domains/jubal.json | 9 --------- domains/julianwe17.json | 10 ---------- domains/just-muzz.json | 10 ---------- domains/justforever.json | 10 ---------- domains/k93msy.json | 10 ---------- domains/kaguwo.json | 10 ---------- domains/kai.json | 10 ---------- domains/kakarot.json | 9 --------- domains/kamlendras.json | 9 --------- domains/kanti-tkm.json | 10 ---------- domains/kappucino.json | 9 --------- domains/karify98.json | 9 --------- domains/kavi.json | 10 ---------- domains/kaweees.json | 10 ---------- domains/keishi.json | 9 --------- domains/keithkhaotic.json | 10 ---------- domains/keli5.json | 10 ---------- domains/kells.json | 10 ---------- domains/kelly.json | 9 --------- domains/kermicidal.json | 9 --------- domains/kev.json | 9 --------- domains/khanh.json | 10 ---------- domains/khcrv.json | 10 ---------- domains/kikemendez.json | 9 --------- domains/kilic.json | 10 ---------- domains/kiran.json | 10 ---------- domains/klouqzz.json | 9 --------- domains/kml.json | 9 --------- domains/konstantin-ivanov.json | 9 --------- domains/koslz.json | 9 --------- domains/koton-bads.json | 10 ---------- domains/kreativethinker.json | 9 --------- domains/kristiantokarim.json | 9 --------- domains/kryptx.json | 9 --------- domains/ksign.json | 9 --------- domains/kunal.json | 12 ------------ domains/kuyo.json | 9 --------- domains/kweller.json | 10 ---------- domains/l.funn.json | 9 --------- domains/l0ser.json | 10 ---------- domains/lachsfilet.json | 9 --------- domains/lacti.json | 9 --------- domains/lambda.json | 9 --------- domains/lazyllama.json | 9 --------- domains/leha.json | 11 ----------- domains/lenicyl.json | 9 --------- domains/leon.json | 11 ----------- domains/levraiardox.json | 9 --------- domains/lihun.json | 9 --------- domains/liju.json | 9 --------- domains/lilac.json | 11 ----------- domains/lilith.json | 9 --------- domains/limeware.json | 9 --------- domains/linbuxiao.json | 9 --------- domains/linstall.json | 9 --------- domains/linux.json | 9 --------- domains/linuxlover.json | 9 --------- domains/lipi.json | 9 --------- domains/liq.json | 9 --------- domains/llanero.json | 10 ---------- domains/lndr2501.json | 8 -------- domains/logan.json | 11 ----------- domains/lok.json | 10 ---------- domains/lowsummer.json | 11 ----------- domains/luis-ciber.json | 10 ---------- domains/luizdario.json | 9 --------- domains/lunarleaf.json | 9 --------- domains/lunax0390.json | 10 ---------- domains/luoduyu.json | 9 --------- domains/lutherantz.json | 9 --------- domains/lxquid.json | 9 --------- domains/m4hbod.json | 12 ------------ domains/maclong.json | 10 ---------- domains/maddy.json | 9 --------- domains/madhan.json | 9 --------- domains/madhavjhawar.json | 10 ---------- domains/madhup.json | 9 --------- domains/madhurya.json | 9 --------- domains/madkarma.json | 9 --------- domains/magma.json | 10 ---------- domains/magniquick.json | 9 --------- domains/mahdiruiz.json | 9 --------- domains/mahmud.json | 11 ----------- domains/maks.json | 10 ---------- domains/mamun.json | 10 ---------- domains/maninder.json | 10 ---------- domains/manish-madi.json | 9 --------- domains/manit.json | 9 --------- domains/manoj.json | 9 --------- domains/mantas.json | 10 ---------- domains/manugeni.json | 8 -------- domains/marcelomrwin.json | 10 ---------- domains/marchiba99.json | 9 --------- domains/marcos.json | 10 ---------- domains/mariano-avila.json | 10 ---------- domains/mario-papetti.json | 9 --------- domains/markus.json | 10 ---------- domains/marlon.json | 9 --------- domains/martin.json | 9 --------- domains/maryll.json | 9 --------- domains/masmiyen.json | 10 ---------- domains/masood.json | 10 ---------- domains/matbak.json | 9 --------- domains/mateoguidi.json | 9 --------- domains/mateuseap.json | 9 --------- domains/matheus.json | 10 ---------- domains/mathu-lmn.json | 10 ---------- domains/mattcheng.json | 8 -------- domains/maxwelbm.json | 9 --------- domains/mayank2808sharma.json | 10 ---------- domains/mb.json | 10 ---------- domains/mburguete.json | 9 --------- domains/mcotocel.json | 10 ---------- domains/medhanite.json | 9 --------- domains/mehedihjim.json | 9 --------- domains/melwyn.json | 9 --------- domains/mertdemir.json | 10 ---------- domains/michael.json | 9 --------- domains/michioxd.json | 9 --------- domains/micky.json | 9 --------- domains/mihai.json | 10 ---------- domains/mihchis.json | 8 -------- domains/mihrpsah.json | 9 --------- domains/mijhelt.json | 10 ---------- domains/mikey.json | 9 --------- domains/mikronet.json | 9 --------- domains/mineek.json | 10 ---------- domains/minh2000.json | 10 ---------- domains/minhh2792.json | 10 ---------- domains/minhmmb.json | 9 --------- domains/minnb-bit.json | 10 ---------- domains/mioscape.json | 10 ---------- domains/mirozr.json | 9 --------- domains/misaka.json | 10 ---------- domains/miten.json | 9 --------- domains/mjclavillas.json | 10 ---------- domains/mk.json | 9 --------- domains/mkblane.json | 9 --------- domains/mkk.json | 9 --------- domains/mmondragon.json | 8 -------- domains/moca.json | 9 --------- domains/moddedstuffguy.json | 10 ---------- domains/moha.json | 10 ---------- domains/mohannadk28.json | 10 ---------- domains/mohdsohel.json | 11 ----------- domains/moncef.json | 9 --------- domains/moon.json | 10 ---------- domains/mopamo.json | 10 ---------- domains/morphoit.json | 10 ---------- domains/mpy.json | 10 ---------- domains/mrasyadc.json | 10 ---------- domains/mrdavidss.json | 11 ----------- domains/mrepol742.json | 9 --------- domains/mrkos.json | 9 --------- domains/mrksbgg.json | 10 ---------- domains/mrthundergod.json | 10 ---------- domains/muchenski.json | 10 ---------- domains/muff.json | 9 --------- domains/muhammadbasitobaid.json | 10 ---------- domains/muiz.json | 9 --------- domains/muntasir.json | 9 --------- domains/murodovazizmurod.json | 10 ---------- domains/my5ter.json | 10 ---------- domains/mystery.json | 9 --------- domains/nabil.json | 10 ---------- domains/nadeerasilva.json | 9 --------- domains/nahuelnavales.json | 9 --------- domains/nai.json | 9 --------- domains/naman.json | 9 --------- domains/namesmt.json | 9 --------- domains/nan.json | 10 ---------- domains/nand.json | 10 ---------- domains/natalievu.json | 10 ---------- domains/nathan.json | 10 ---------- domains/naveenxd.json | 10 ---------- domains/nayandas.json | 9 --------- domains/nebula.json | 10 ---------- domains/neeyl.json | 9 --------- domains/negativez.json | 11 ----------- domains/neil.json | 9 --------- domains/nekoibot.json | 9 --------- domains/netsterx.json | 9 --------- domains/neville.json | 9 --------- domains/ngocphung.json | 8 -------- domains/nhatphan.json | 9 --------- domains/nhavy.json | 8 -------- domains/niceeli.json | 9 --------- domains/nico.json | 11 ----------- domains/nicol.json | 9 --------- domains/nightmaregods.json | 9 --------- domains/nightsfall.json | 9 --------- domains/nikhil.json | 10 ---------- domains/nikhilji.json | 10 ---------- domains/nikita.json | 9 --------- domains/nileshhaldar98.json | 9 --------- domains/nimesh.json | 9 --------- domains/ninjaasmoke.json | 10 ---------- domains/nisarga.json | 11 ----------- domains/nishantattrey.json | 9 --------- domains/nix.json | 9 --------- domains/nnocsupnn.json | 9 --------- domains/noahgao.json | 10 ---------- domains/noel.json | 11 ----------- domains/noelpaton-og.json | 9 --------- domains/noelpatonog.json | 9 --------- domains/noir.json | 11 ----------- domains/noise.json | 9 --------- domains/nomena.json | 9 --------- domains/notaussie.json | 10 ---------- domains/note.json | 9 --------- domains/notefct.json | 10 ---------- domains/nothazz.json | 9 --------- domains/noxsin.json | 10 ---------- domains/ntg.json | 10 ---------- domains/ntmusic.json | 9 --------- domains/ntrs05.json | 9 --------- domains/nv2k3.json | 10 ---------- domains/nvhai272.json | 8 -------- domains/nvhmadridista.json | 9 --------- domains/nxnlab.json | 9 --------- domains/nyanbrowser.json | 9 --------- domains/nyel.json | 9 --------- domains/nyx.json | 10 ---------- domains/okan12300.json | 10 ---------- domains/oleksa.json | 9 --------- domains/olili.json | 9 --------- domains/omesh.json | 8 -------- domains/omnianims.json | 9 --------- domains/oopshnik.json | 9 --------- domains/oreo.json | 10 ---------- domains/overshifted.json | 9 --------- domains/ovillafuerte94.json | 10 ---------- domains/oxy.json | 9 --------- domains/p1raidz.json | 9 --------- domains/pajsen.json | 9 --------- domains/palekiox.json | 9 --------- domains/pansy.json | 9 --------- domains/papyrus.json | 9 --------- domains/paranoiasystem.json | 9 --------- domains/pardhasaradhichandana.json | 9 --------- domains/parshnt.json | 10 ---------- domains/passadissubmari.json | 9 --------- domains/passed.json | 9 --------- domains/patriciafelix.json | 10 ---------- domains/patrickzhou.json | 9 --------- domains/patuiqx.json | 9 --------- domains/pavankteja.json | 9 --------- domains/pavlo.json | 10 ---------- domains/peach.json | 11 ----------- domains/peachy.json | 10 ---------- domains/pedrito.json | 11 ----------- domains/pemtshewang.json | 11 ----------- domains/peroxide.json | 11 ----------- domains/peyloride.json | 9 --------- domains/phamthanhnghia.json | 9 --------- domains/picklerick.json | 9 --------- domains/pie.json | 9 --------- domains/pinchese.json | 9 --------- domains/pinkyplant.json | 10 ---------- domains/pinont.json | 9 --------- domains/pipc.json | 9 --------- domains/pita.json | 9 --------- domains/pixl8.json | 9 --------- domains/playboyfear.json | 9 --------- domains/plopilpy.json | 10 ---------- domains/plumaxe.json | 9 --------- domains/plusrazz.json | 9 --------- domains/ply.json | 9 --------- domains/polishboiyt.json | 9 --------- domains/polo.json | 9 --------- domains/polygon6233.json | 9 --------- domains/posandu.json | 10 ---------- domains/poyo.json | 10 ---------- domains/ppyoung.json | 9 --------- domains/prabhakaranjm.json | 9 --------- domains/prakhar.json | 10 ---------- domains/prakhillohiya.json | 9 --------- domains/pranavsaxena.json | 10 ---------- domains/praquron.json | 10 ---------- domains/pratikthapw.json | 9 --------- domains/pratyay.json | 10 ---------- domains/praveen.json | 10 ---------- domains/prima.json | 9 --------- domains/prime.json | 10 ---------- domains/priscila.json | 9 --------- domains/profile.json | 9 --------- domains/proghead00.json | 9 --------- domains/projects.catzboy.json | 9 --------- domains/proxy.json | 9 --------- domains/proxzima.json | 11 ----------- domains/prtksunal.json | 9 --------- domains/psj.json | 9 --------- domains/psnbl.json | 9 --------- domains/pulkitmidha.json | 10 ---------- domains/pvyas.json | 9 --------- domains/py.json | 9 --------- domains/pyro.json | 10 ---------- domains/pythonplumber.json | 9 --------- domains/pythonscratcher.json | 9 --------- domains/pznguin.json | 9 --------- domains/qloha.json | 10 ---------- domains/qnos.json | 9 --------- domains/quangtran.json | 9 --------- domains/quddi.json | 9 --------- domains/qui.json | 9 --------- domains/quick.json | 10 ---------- domains/quydang.json | 9 --------- domains/qwertx.json | 9 --------- domains/r04nx.json | 9 --------- domains/r1p.json | 9 --------- domains/r4yish.json | 9 --------- domains/rabbi-shuki.json | 9 --------- domains/radim.json | 9 --------- domains/rafalmeida73.json | 9 --------- domains/rag3r.json | 9 --------- domains/raghav.json | 9 --------- domains/raghavyuva.json | 9 --------- domains/rainotoberu.json | 9 --------- domains/raiyaad.json | 9 --------- domains/raka.json | 12 ------------ domains/rakibhossain.json | 9 --------- domains/ralph.json | 9 --------- domains/ramakant.json | 9 --------- domains/rapixar.json | 9 --------- domains/rasp.json | 9 --------- domains/ravana.json | 9 --------- domains/ray.json | 9 --------- domains/raymondlu.json | 9 --------- domains/rayvid.json | 10 ---------- domains/rednek46.json | 9 --------- domains/reefsalty.json | 10 ---------- domains/regiondavid.json | 10 ---------- domains/rekto.json | 9 --------- domains/relicrb.json | 9 --------- domains/remarkable.json | 9 --------- domains/ren.json | 9 --------- domains/renn.json | 10 ---------- domains/rep.json | 9 --------- domains/rescenic.json | 9 --------- domains/resolved.json | 10 ---------- domains/retr0.json | 9 --------- domains/reuben.json | 9 --------- domains/revvnik.json | 9 --------- domains/rfwn.json | 9 --------- domains/rhythm.json | 9 --------- domains/rihards.json | 9 --------- domains/rishabh.json | 9 --------- domains/ritshu.json | 10 ---------- domains/riya.json | 10 ---------- domains/rizky.json | 9 --------- domains/rizmyabdulla.json | 10 ---------- domains/rodolfo.json | 9 --------- domains/rohanjaiswal.json | 9 --------- domains/rohanpawar.json | 9 --------- domains/rohithill.json | 9 --------- domains/romi.json | 9 --------- domains/roshansahani.json | 9 --------- domains/roy.json | 9 --------- domains/royalty.json | 9 --------- domains/roylee0704.json | 9 --------- domains/rpj.json | 10 ---------- domains/rubenvilchez.json | 10 ---------- domains/rufistofeles.json | 9 --------- domains/ruixey.json | 10 ---------- domains/rupankar.json | 9 --------- domains/rushil-patel.json | 9 --------- domains/rushil.json | 9 --------- domains/rusiru.json | 9 --------- domains/ruu3f.json | 9 --------- domains/rvc11.json | 9 --------- domains/rvsp.json | 9 --------- domains/rwithik.json | 9 --------- domains/rxyhn.json | 10 ---------- domains/saatvik.json | 9 --------- domains/saba.json | 9 --------- domains/sacul-6.json | 9 --------- domains/sadie.json | 10 ---------- domains/sadiq.json | 10 ---------- domains/saeedmfarahani.json | 8 -------- domains/saeef.json | 9 --------- domains/safety.json | 9 --------- domains/sageofluke.json | 9 --------- domains/saharsh.json | 10 ---------- domains/sajid.json | 9 --------- domains/sajidhussain.json | 9 --------- domains/sakko.json | 10 ---------- domains/salsa.json | 9 --------- domains/sam-jspn.json | 10 ---------- domains/samara.json | 9 --------- domains/samarth-asthana.json | 9 --------- domains/samatbk.json | 9 --------- domains/sameera.json | 10 ---------- domains/samia-islam-sua.json | 9 --------- domains/samirp.json | 10 ---------- domains/samo.json | 10 ---------- domains/samuel.json | 9 --------- domains/samuelnihbos.json | 10 ---------- domains/sanana.json | 10 ---------- domains/sanchay.json | 9 --------- domains/sandeepv.json | 10 ---------- domains/sandro.json | 9 --------- domains/sang.json | 9 --------- domains/sanjay123.json | 9 --------- domains/santhoshkani.json | 10 ---------- domains/santiago.json | 9 --------- domains/santito.json | 9 --------- domains/sappy.json | 9 --------- domains/saras008.json | 9 --------- domains/sarthak.json | 10 ---------- domains/saswatsamal.json | 10 ---------- domains/sathish.json | 9 --------- domains/satvikg7.json | 9 --------- domains/satyamv7.json | 9 --------- domains/savio.json | 9 --------- domains/saviomartin.json | 9 --------- domains/sayolight.json | 9 --------- domains/sdizdarevic.json | 9 --------- domains/sdxqw.json | 9 --------- domains/sebastiand.json | 9 --------- domains/sebaz.json | 10 ---------- domains/seka.json | 10 ---------- domains/sen.json | 9 --------- domains/seppegeuens.json | 9 --------- domains/serena.json | 10 ---------- domains/sezersinanoglu.json | 9 --------- domains/sf.json | 9 --------- domains/sh9351.json | 9 --------- domains/shafi.json | 9 --------- domains/shafi100.json | 10 ---------- domains/shahab.json | 9 --------- domains/shajanjp.json | 9 --------- domains/shakib04.json | 9 --------- domains/shambhavi.json | 9 --------- domains/shambhavisinha.json | 9 --------- domains/shane.json | 9 --------- domains/sharifclick.json | 9 --------- domains/shashankag.json | 9 --------- domains/shatanik.json | 10 ---------- domains/she.json | 9 --------- domains/shibiliya.json | 10 ---------- domains/shift.json | 9 --------- domains/shikharreyya.json | 10 ---------- domains/shyran.json | 9 --------- domains/sidd.json | 10 ---------- domains/sidmaji.json | 10 ---------- domains/siful.json | 9 --------- domains/silva.json | 9 --------- domains/simon.json | 9 --------- domains/siow-kai-yang.json | 9 --------- domains/sirmacr0.json | 9 --------- domains/sirsimonson.json | 10 ---------- domains/skierka.json | 9 --------- domains/skittles.json | 9 --------- domains/skullfiredevil.json | 9 --------- domains/sky-bridge.json | 9 --------- domains/skydonald.json | 9 --------- domains/slavicman.json | 9 --------- domains/slow.json | 9 --------- domains/smitty119.json | 9 --------- domains/smittykjohnson.json | 9 --------- domains/smug.json | 9 --------- domains/snake.json | 9 --------- domains/snowcatridge10.json | 9 --------- domains/snozxyx.json | 9 --------- domains/soestin.json | 9 --------- domains/solareclipse995.json | 9 --------- domains/someone.json | 9 --------- domains/soraishiro.json | 8 -------- domains/soumya-das.json | 8 -------- domains/sourabh.json | 9 --------- domains/sourav-parida.json | 9 --------- domains/sourav.json | 9 --------- domains/sourov-khan-nahid.json | 9 --------- domains/sowmik.json | 9 --------- domains/soymadip.json | 9 --------- domains/spechide.json | 9 --------- domains/spicyaxolotl.json | 9 --------- domains/splatboy-dev.json | 10 ---------- domains/spongly.json | 9 --------- domains/sppidy.json | 9 --------- domains/spud.json | 9 --------- domains/srp.json | 9 --------- domains/steake.json | 10 ---------- domains/steven.json | 9 --------- domains/stkong.json | 10 ---------- domains/stoltz.json | 10 ---------- domains/strafe.json | 10 ---------- domains/strider-studios.json | 9 --------- domains/string-null.json | 10 ---------- domains/subhayu.json | 9 --------- domains/sudev.json | 9 --------- domains/sudip.json | 10 ---------- domains/suhasdissa.json | 9 --------- domains/sumanjay.json | 10 ---------- domains/sumedhaa.json | 9 --------- domains/sumit.json | 9 --------- domains/sumit404.json | 9 --------- domains/sunpodder.json | 9 --------- domains/surv.json | 9 --------- domains/suryababu.json | 10 ---------- domains/sutirth.json | 9 --------- domains/svg.json | 9 --------- domains/svijithprasad.json | 9 --------- domains/svloog.json | 10 ---------- domains/swapnil.json | 9 --------- domains/swargarajbhowmik.json | 9 --------- domains/swenet.json | 10 ---------- domains/sxurxbh.json | 9 --------- domains/sxvr.json | 9 --------- domains/syd.json | 9 --------- domains/syed.json | 9 --------- domains/sylestic.json | 9 --------- domains/synacktra.json | 9 --------- domains/syntz.json | 10 ---------- domains/taha2002.json | 9 --------- domains/tahakocabuga.json | 10 ---------- domains/takase.json | 9 --------- domains/tanquang.json | 9 --------- domains/tanyalai.json | 10 ---------- domains/tasawar-hussain.json | 9 --------- domains/tclement0922.json | 9 --------- domains/td.json | 9 --------- domains/tdim.json | 9 --------- domains/tdm.json | 9 --------- domains/techstarmahesh.json | 9 --------- domains/teobouvard.json | 8 -------- domains/thakuraman.json | 10 ---------- domains/thanawat.json | 10 ---------- domains/thanbv1510.json | 10 ---------- domains/thecommandcat.json | 10 ---------- domains/thegloriousduck.json | 9 --------- domains/thepersonalsite.json | 9 --------- domains/thequackyduck.json | 9 --------- domains/thesanju.json | 10 ---------- domains/thesct22.json | 9 --------- domains/thesonofdevilhunter.json | 9 --------- domains/thesyed.json | 9 --------- domains/thiago.json | 11 ----------- domains/thien.json | 9 --------- domains/thomas-shelby.json | 10 ---------- domains/thorgathis.json | 9 --------- domains/thuc.json | 8 -------- domains/ti3r.json | 10 ---------- domains/tilak.json | 9 --------- domains/tim-vdb.json | 9 --------- domains/timothy.json | 9 --------- domains/tiyanof.json | 10 ---------- domains/toadvillebay.json | 9 --------- domains/tofu.json | 9 --------- domains/tokyo.json | 9 --------- domains/tomek.json | 8 -------- domains/tomokat.json | 9 --------- domains/tong.json | 9 --------- domains/tonywu.json | 9 --------- domains/toster.json | 9 --------- domains/trauma.json | 10 ---------- domains/triyatna.json | 9 --------- domains/trug.json | 9 --------- domains/tsull360.json | 9 --------- domains/tungtran.json | 9 --------- domains/twitchiger.json | 9 --------- domains/tylermwise.json | 10 ---------- domains/tyrkinn.json | 9 --------- domains/uberkey.json | 9 --------- domains/umesh.json | 9 --------- domains/undeadevs.json | 9 --------- domains/unichord.json | 9 --------- domains/unidentifiedx.json | 9 --------- domains/unnst.json | 9 --------- domains/up.json | 10 ---------- domains/user-exe.json | 9 --------- domains/usingh.json | 9 --------- domains/utsav.json | 9 --------- domains/val.json | 9 --------- domains/vampirepapi.json | 9 --------- domains/vanhzxje.json | 10 ---------- domains/vanmanh.json | 9 --------- domains/vapedevv.json | 10 ---------- domains/vasanth.json | 12 ------------ domains/vasharma05.json | 9 --------- domains/ved.json | 9 --------- domains/vedant.json | 8 -------- domains/veen.json | 9 --------- domains/vela.json | 9 --------- domains/vhardik.json | 9 --------- domains/victoneux.json | 9 --------- domains/victor.json | 9 --------- domains/victormak.json | 9 --------- domains/vien.json | 9 --------- domains/vikas.json | 10 ---------- domains/vikyaiyer.json | 9 --------- domains/vimalsaraswat.json | 10 ---------- domains/vincyxir.json | 9 --------- domains/vineetkhemnani.json | 9 --------- domains/vinn.json | 9 --------- domains/viperadnan.json | 9 --------- domains/viral-soni.json | 9 --------- domains/vishalg.json | 9 --------- domains/vishnu.json | 9 --------- domains/vishok.json | 9 --------- domains/vivekkumar.json | 9 --------- domains/voh.json | 9 --------- domains/voidz.json | 11 ----------- domains/vollow.json | 9 --------- domains/vontey.json | 9 --------- domains/votiendung.json | 9 --------- domains/voxel.json | 10 ---------- domains/voxj.json | 9 --------- domains/vurihuang.json | 9 --------- domains/vvxrtues.json | 9 --------- domains/vxj.json | 9 --------- domains/waffle.json | 9 --------- domains/wahid.json | 9 --------- domains/wansc.json | 9 --------- domains/warren.json | 9 --------- domains/wassim.json | 10 ---------- domains/watercat.json | 9 --------- domains/wcaleniekubaa.json | 9 --------- domains/weeebdev.json | 9 --------- domains/werz.json | 10 ---------- domains/west.json | 9 --------- domains/what.json | 11 ----------- domains/whitekj.json | 9 --------- domains/wiggly.json | 10 ---------- domains/win10sunvalley.json | 9 --------- domains/windfarms.json | 9 --------- domains/window5.json | 9 --------- domains/wired.json | 10 ---------- domains/wirisungs.json | 8 -------- domains/wizcann.json | 8 -------- domains/worm.json | 9 --------- domains/wrtks.json | 9 --------- domains/wusong.json | 9 --------- domains/wyatt.json | 9 --------- domains/x0ba.json | 9 --------- domains/x8t.json | 9 --------- domains/xabdoat.json | 9 --------- domains/xash.json | 9 --------- domains/xaxa.json | 9 --------- domains/xelxen.json | 11 ----------- domains/xgorn.json | 9 --------- domains/xinful.json | 9 --------- domains/xmars.json | 10 ---------- domains/xrcs.json | 9 --------- domains/xuyife.json | 9 --------- domains/xuyifei.json | 10 ---------- domains/xvrtech.json | 9 --------- domains/xyront.json | 9 --------- domains/yahli.json | 10 ---------- domains/yahya-rabii.json | 10 ---------- domains/yashgupta.json | 9 --------- domains/yashnerkar.json | 9 --------- domains/yashraj.json | 10 ---------- domains/yashrao.json | 9 --------- domains/yeppiidev.json | 10 ---------- domains/yescyyt.json | 9 --------- domains/yhkz.json | 9 --------- domains/yokaicord.json | 9 --------- domains/yol.json | 9 --------- domains/yolobnb.json | 9 --------- domains/yorodm.json | 9 --------- domains/yourz.json | 9 --------- domains/yujia.json | 10 ---------- domains/yuting.json | 9 --------- domains/yuuto.json | 10 ---------- domains/yuwind.json | 9 --------- domains/yuzuki.json | 9 --------- domains/zaid.json | 10 ---------- domains/zarqi.ezzoubair.json | 9 --------- domains/zelle.json | 9 --------- domains/zelriano36.json | 9 --------- domains/zen.json | 9 --------- domains/zener.json | 9 --------- domains/zeptar.json | 10 ---------- domains/zeranamu.json | 9 --------- domains/zerolandcode.json | 9 --------- domains/zerot69.json | 9 --------- domains/zester.json | 10 ---------- domains/zhangximufeng.json | 10 ---------- domains/zhenchai.json | 9 --------- domains/ziari.json | 10 ---------- domains/ziue.json | 10 ---------- domains/ziyad.json | 9 --------- domains/ztzt.json | 10 ---------- domains/zuhaib.json | 9 --------- domains/zwei.json | 9 --------- domains/zwyz.json | 9 --------- domains/zxlbni.json | 9 --------- domains/zxpau.json | 9 --------- domains/zyztem.json | 10 ---------- 1227 files changed, 11489 deletions(-) delete mode 100644 domains/_github-pages-challenge-acutewoof.acutewoof.json delete mode 100644 domains/_github-pages-challenge-adolar0042.adolar0042.json delete mode 100644 domains/_github-pages-challenge-alvitodev.alvito.json delete mode 100644 domains/_github-pages-challenge-anandyeole.anandyeole.json delete mode 100644 domains/_github-pages-challenge-araguaci.araguaci.json delete mode 100644 domains/_github-pages-challenge-asbp.asbp.json delete mode 100644 domains/_github-pages-challenge-avellea.avellea.json delete mode 100644 domains/_github-pages-challenge-aw09.agung.json delete mode 100644 domains/_github-pages-challenge-ayberktandogan.ayberk.json delete mode 100644 domains/_github-pages-challenge-bnyro.bnyro.json delete mode 100644 domains/_github-pages-challenge-chauvansang.sang.json delete mode 100644 domains/_github-pages-challenge-chethanyadav456.chethan.json delete mode 100644 domains/_github-pages-challenge-compcoder007.umesh.json delete mode 100644 domains/_github-pages-challenge-devendrakanojiya.devendra.json delete mode 100644 domains/_github-pages-challenge-devhammed.hammed.json delete mode 100644 domains/_github-pages-challenge-diordnas.cassie.json delete mode 100644 domains/_github-pages-challenge-eldinesh.eldinesh.json delete mode 100644 domains/_github-pages-challenge-ethereumvd.ethereumvd.json delete mode 100644 domains/_github-pages-challenge-harishnkr.hari.json delete mode 100644 domains/_github-pages-challenge-hector-vigil.hector-vigil.json delete mode 100644 domains/_github-pages-challenge-hima-pro.tdim.json delete mode 100644 domains/_github-pages-challenge-hungthai1401.hungthai.json delete mode 100644 domains/_github-pages-challenge-imrmnabil.nabil.json delete mode 100644 domains/_github-pages-challenge-itsnicecraft.itsnicecraft.json delete mode 100644 domains/_github-pages-challenge-jesusvala.jesusvaladez.json delete mode 100644 domains/_github-pages-challenge-jlai403.joey.json delete mode 100644 domains/_github-pages-challenge-jlwisedev.joshuawise.json delete mode 100644 domains/_github-pages-challenge-josemyduarte.josemy.json delete mode 100644 domains/_github-pages-challenge-karify98.karify98.json delete mode 100644 domains/_github-pages-challenge-kellylawrence.kelly.json delete mode 100644 domains/_github-pages-challenge-kristiantokarim.kristiantokarim.json delete mode 100644 domains/_github-pages-challenge-lisaterumi.elisaterumi.json delete mode 100644 domains/_github-pages-challenge-madisonwirtanen.zwyz.json delete mode 100644 domains/_github-pages-challenge-manugeni.manugeni.json delete mode 100644 domains/_github-pages-challenge-mateuseap.mateuseap.json delete mode 100644 domains/_github-pages-challenge-mcotocel.mcotocel.json delete mode 100644 domains/_github-pages-challenge-mkblane.mkblane.json delete mode 100644 domains/_github-pages-challenge-mohamadoday.bn3di.json delete mode 100644 domains/_github-pages-challenge-mrdavidss-vgg.mrdavidss.json delete mode 100644 domains/_github-pages-challenge-mrdev88.mahdiruiz.json delete mode 100644 domains/_github-pages-challenge-muizu.muiz.json delete mode 100644 domains/_github-pages-challenge-mysterv.my5ter.json delete mode 100644 domains/_github-pages-challenge-namesmt.namesmt.json delete mode 100644 domains/_github-pages-challenge-nayanjd.nayandas.json delete mode 100644 domains/_github-pages-challenge-nduartech.nathan.json delete mode 100644 domains/_github-pages-challenge-noahziheng.noahgao.json delete mode 100644 domains/_github-pages-challenge-pansy27.pansy.json delete mode 100644 domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json delete mode 100644 domains/_github-pages-challenge-prakhillohiya.prakhillohiya.json delete mode 100644 domains/_github-pages-challenge-quiww.qui.json delete mode 100644 domains/_github-pages-challenge-rudwolf.rodolfo.json delete mode 100644 domains/_github-pages-challenge-rwithik.rwithik.json delete mode 100644 domains/_github-pages-challenge-sajidshahriar72543.sajid.json delete mode 100644 domains/_github-pages-challenge-sanchay9.sanchay.json delete mode 100644 domains/_github-pages-challenge-shaunfurtado.blog.shaunfurtado.json delete mode 100644 domains/_github-pages-challenge-soymadip.soymadip.json delete mode 100644 domains/_github-pages-challenge-suhasdissa.suhasdissa.json delete mode 100644 domains/_github-pages-challenge-surv-is-a-dev.surv.json delete mode 100644 domains/_github-pages-challenge-takase1121.takase.json delete mode 100644 domains/_github-pages-challenge-tclement0922.tclement0922.json delete mode 100644 domains/_github-pages-challenge-thesanju.thesanju.json delete mode 100644 domains/_github-pages-challenge-tim-vdb.tim-vdb.json delete mode 100644 domains/_github-pages-challenge-voidkeishi.keishi.json delete mode 100644 domains/_github-pages-challenge-vontey.vontey.json delete mode 100644 domains/_github-pages-challenge-vurihuang.vurihuang.json delete mode 100644 domains/_github-pages-challenge-window5000.window5.json delete mode 100644 domains/_github-pages-challenge-wizcann.wizcann.json delete mode 100644 domains/_github-pages-challenge-x7v8p3m2q9l0.negativez.json delete mode 100644 domains/_github-pages-challenge-yantcaccia.antonio.json delete mode 100644 domains/_github-pages-challenge-yorodm.yorodm.json delete mode 100644 domains/_github-pages-challenge-yourtilak.tilak.json delete mode 100644 domains/_github-pages-challenge-yummyoreo.oreo.json delete mode 100644 domains/a-little-hat.json delete mode 100644 domains/aaditya.json delete mode 100644 domains/aakhilv.json delete mode 100644 domains/aaksa.json delete mode 100644 domains/abc.json delete mode 100644 domains/abdelghani.json delete mode 100644 domains/abdelkarimain.json delete mode 100644 domains/abdullah.json delete mode 100644 domains/abdullyahuza.json delete mode 100644 domains/abdulrshaikh.json delete mode 100644 domains/abegehr.json delete mode 100644 domains/abeltranp94.json delete mode 100644 domains/abhigyantrips.json delete mode 100644 domains/abhijith.json delete mode 100644 domains/abhishekissac.json delete mode 100644 domains/acaiberii.json delete mode 100644 domains/acutewoof.json delete mode 100644 domains/ada.json delete mode 100644 domains/adarshkumar.json delete mode 100644 domains/adarshs.json delete mode 100644 domains/adarshvijay.json delete mode 100644 domains/adhi.json delete mode 100644 domains/adigen.json delete mode 100644 domains/adit.json delete mode 100644 domains/adithyapaib.json delete mode 100644 domains/adityavag.json delete mode 100644 domains/adolar0042.json delete mode 100644 domains/adonisfx.json delete mode 100644 domains/adrenocortico.json delete mode 100644 domains/adrian.json delete mode 100644 domains/aeon.json delete mode 100644 domains/afnan.json delete mode 100644 domains/agamjot-singh.json delete mode 100644 domains/agelos.json delete mode 100644 domains/agung.json delete mode 100644 domains/ahammednibras.json delete mode 100644 domains/ahmedashraf.json delete mode 100644 domains/ain3abdo.json delete mode 100644 domains/ak-profile.json delete mode 100644 domains/akashj.json delete mode 100644 domains/akshath.json delete mode 100644 domains/akxd.json delete mode 100644 domains/akzana.json delete mode 100644 domains/alan-smith.json delete mode 100644 domains/albert.json delete mode 100644 domains/alden.json delete mode 100644 domains/alejosm.json delete mode 100644 domains/aleks.json delete mode 100644 domains/alemi.json delete mode 100644 domains/alessandrobellesia.json delete mode 100644 domains/alexbartles.json delete mode 100644 domains/alexcantor.json delete mode 100644 domains/alexis.json delete mode 100644 domains/alexmercerind.json delete mode 100644 domains/alfred.json delete mode 100644 domains/ali-abdurrazzak.json delete mode 100644 domains/alimd.json delete mode 100644 domains/alivaliev.json delete mode 100644 domains/alltawd.json delete mode 100644 domains/almatch.json delete mode 100644 domains/alokik.json delete mode 100644 domains/aloo-bun.json delete mode 100644 domains/alriy.json delete mode 100644 domains/aluwi.json delete mode 100644 domains/alvito.json delete mode 100644 domains/amal-sebastian.json delete mode 100644 domains/amanthakur.json delete mode 100644 domains/amit.json delete mode 100644 domains/amol3.json delete mode 100644 domains/analogsombra.json delete mode 100644 domains/anand-ramakrishna.json delete mode 100644 domains/anandyeole.json delete mode 100644 domains/anas.json delete mode 100644 domains/anautonell.json delete mode 100644 domains/anbuinfosec.json delete mode 100644 domains/andrei.json delete mode 100644 domains/andriampeno.json delete mode 100644 domains/andrianina.json delete mode 100644 domains/andronasef.json delete mode 100644 domains/angelo.json delete mode 100644 domains/angelwuff.json delete mode 100644 domains/anhnguyen94.json delete mode 100644 domains/anibalbastiass.json delete mode 100644 domains/anindra.json delete mode 100644 domains/ankit.json delete mode 100644 domains/annihilatorrrr.json delete mode 100644 domains/anshu.json delete mode 100644 domains/anthonydev.json delete mode 100644 domains/anticens.json delete mode 100644 domains/antonio.json delete mode 100644 domains/anttondev.json delete mode 100644 domains/anuj.json delete mode 100644 domains/anumeya.json delete mode 100644 domains/anurag.json delete mode 100644 domains/aocsa.json delete mode 100644 domains/ap2.json delete mode 100644 domains/api.catzboy.json delete mode 100644 domains/api.zoom.json delete mode 100644 domains/apurboislam.json delete mode 100644 domains/aqua.json delete mode 100644 domains/arafat.json delete mode 100644 domains/araguaci.json delete mode 100644 domains/aravinnndddd.json delete mode 100644 domains/arif.json delete mode 100644 domains/arijit.json delete mode 100644 domains/arin.json delete mode 100644 domains/arjuncvinod.json delete mode 100644 domains/armand.json delete mode 100644 domains/arpana.json delete mode 100644 domains/art.json delete mode 100644 domains/artesdosul.json delete mode 100644 domains/artiefuzzz.json delete mode 100644 domains/arunava.json delete mode 100644 domains/arush.json delete mode 100644 domains/arvik1.json delete mode 100644 domains/arwi.json delete mode 100644 domains/arya.json delete mode 100644 domains/aryxst.json delete mode 100644 domains/asad-khan.json delete mode 100644 domains/asbp.json delete mode 100644 domains/ashuthosh.json delete mode 100644 domains/ashutosh.json delete mode 100644 domains/ashwin.json delete mode 100644 domains/asicalug.json delete mode 100644 domains/asil.json delete mode 100644 domains/asim.json delete mode 100644 domains/aspect.json delete mode 100644 domains/asya.json delete mode 100644 domains/ataim.json delete mode 100644 domains/ath.json delete mode 100644 domains/athifrahmawan.json delete mode 100644 domains/athira-li.json delete mode 100644 domains/atomic.json delete mode 100644 domains/atul.json delete mode 100644 domains/austino.json delete mode 100644 domains/ausy.json delete mode 100644 domains/avellea.json delete mode 100644 domains/avidevs31.json delete mode 100644 domains/avilam.json delete mode 100644 domains/avnoor-gamerz.json delete mode 100644 domains/avversion.json delete mode 100644 domains/axewbotx.json delete mode 100644 domains/ayberk.json delete mode 100644 domains/ayinaki.json delete mode 100644 domains/ayushman.json delete mode 100644 domains/ayushshivaji.json delete mode 100644 domains/azeem.json delete mode 100644 domains/b0q.json delete mode 100644 domains/b45i.json delete mode 100644 domains/badnguy.json delete mode 100644 domains/bako.json delete mode 100644 domains/baldr.json delete mode 100644 domains/bandhan.json delete mode 100644 domains/banik.json delete mode 100644 domains/bardia.json delete mode 100644 domains/barry-hammer.json delete mode 100644 domains/basidh.json delete mode 100644 domains/bayu.json delete mode 100644 domains/bear.json delete mode 100644 domains/bennett1412.json delete mode 100644 domains/bento64.json delete mode 100644 domains/beoo.json delete mode 100644 domains/bernardo.json delete mode 100644 domains/bhadra.json delete mode 100644 domains/bhargav.json delete mode 100644 domains/bhavitha.json delete mode 100644 domains/bhavyasingh.json delete mode 100644 domains/billion.json delete mode 100644 domains/bing-chilling.json delete mode 100644 domains/binwonk.json delete mode 100644 domains/bismuth.json delete mode 100644 domains/bleemis42.json delete mode 100644 domains/blkdang1.json delete mode 100644 domains/blog.catzboy.json delete mode 100644 domains/blog.ron.json delete mode 100644 domains/blog.shaunfurtado.json delete mode 100644 domains/blurnope.json delete mode 100644 domains/bmbs.json delete mode 100644 domains/bmhien.json delete mode 100644 domains/bn3di.json delete mode 100644 domains/bnyro.json delete mode 100644 domains/boba.json delete mode 100644 domains/bolt.json delete mode 100644 domains/bombacat.json delete mode 100644 domains/bonusbubble.json delete mode 100644 domains/borboss.json delete mode 100644 domains/boudjo.json delete mode 100644 domains/bree.json delete mode 100644 domains/brew.json delete mode 100644 domains/brian.json delete mode 100644 domains/bro.json delete mode 100644 domains/brokends.json delete mode 100644 domains/bruno-eilliar.json delete mode 100644 domains/bsapi.json delete mode 100644 domains/bulkypanda.json delete mode 100644 domains/burandby.json delete mode 100644 domains/bxqrn.json delete mode 100644 domains/c00l.json delete mode 100644 domains/carince.json delete mode 100644 domains/carlosgiralt.json delete mode 100644 domains/cartyoo.json delete mode 100644 domains/cas.json delete mode 100644 domains/casperong.json delete mode 100644 domains/cassie.json delete mode 100644 domains/caz.json delete mode 100644 domains/cc.json delete mode 100644 domains/cdn.komaru.json delete mode 100644 domains/cdn.serstars.json delete mode 100644 domains/celsojr.json delete mode 100644 domains/certurix.json delete mode 100644 domains/char.json delete mode 100644 domains/chattingmessenger.json delete mode 100644 domains/chethan.json delete mode 100644 domains/chikoiko.json delete mode 100644 domains/chrystom.json delete mode 100644 domains/chubol.json delete mode 100644 domains/chucha.json delete mode 100644 domains/cinnamonshrine.json delete mode 100644 domains/classlink.json delete mode 100644 domains/cloudy.json delete mode 100644 domains/cloudz.json delete mode 100644 domains/code-vista.json delete mode 100644 domains/codeminds.json delete mode 100644 domains/conorsheehan1.json delete mode 100644 domains/coolcodersj.json delete mode 100644 domains/copysland.json delete mode 100644 domains/cozymy.json delete mode 100644 domains/cr0nus.json delete mode 100644 domains/creature.json delete mode 100644 domains/cucusise.json delete mode 100644 domains/cuinc99.json delete mode 100644 domains/cursedscrubdaddygang.json delete mode 100644 domains/cyanide.json delete mode 100644 domains/cyberglot.json delete mode 100644 domains/czwx.json delete mode 100644 domains/dadcuy.json delete mode 100644 domains/dadoge.json delete mode 100644 domains/daksh.json delete mode 100644 domains/damilare.json delete mode 100644 domains/dan.json delete mode 100644 domains/dangdat.json delete mode 100644 domains/dani.json delete mode 100644 domains/danilwhale.json delete mode 100644 domains/danterus.json delete mode 100644 domains/daria.json delete mode 100644 domains/datamind.json delete mode 100644 domains/dauvet.json delete mode 100644 domains/davidpuerta.json delete mode 100644 domains/daxoron.json delete mode 100644 domains/dayowebevents.json delete mode 100644 domains/debs.json delete mode 100644 domains/debug.json delete mode 100644 domains/dedchromebook.json delete mode 100644 domains/dehteam3.json delete mode 100644 domains/denblo.json delete mode 100644 domains/denis.json delete mode 100644 domains/denix.json delete mode 100644 domains/dev-dco.json delete mode 100644 domains/devdk.json delete mode 100644 domains/developerjosh.json delete mode 100644 domains/devendra.json delete mode 100644 domains/devfate.json delete mode 100644 domains/devmirza.json delete mode 100644 domains/dhruv-tara.json delete mode 100644 domains/dhruv.json delete mode 100644 domains/diamondbroplayz.json delete mode 100644 domains/didimukhtar.json delete mode 100644 domains/diedyesterday.json delete mode 100644 domains/diegoreis.json delete mode 100644 domains/dincer-portfolio.json delete mode 100644 domains/dinesh.json delete mode 100644 domains/divik.json delete mode 100644 domains/divyam.json delete mode 100644 domains/dodongduc.json delete mode 100644 domains/domb.json delete mode 100644 domains/donald.json delete mode 100644 domains/donut.json delete mode 100644 domains/dooly.json delete mode 100644 domains/dot.json delete mode 100644 domains/dotexe3301.json delete mode 100644 domains/downgit.json delete mode 100644 domains/dr-therapy.json delete mode 100644 domains/drdilyor.json delete mode 100644 domains/dresan.json delete mode 100644 domains/drmonocle.json delete mode 100644 domains/drv123323.json delete mode 100644 domains/dsaw.json delete mode 100644 domains/dsrev.json delete mode 100644 domains/dtducas.json delete mode 100644 domains/ducanhng.json delete mode 100644 domains/duydo.json delete mode 100644 domains/dydestroyer.json delete mode 100644 domains/echo2477.json delete mode 100644 domains/ecoplayer07.json delete mode 100644 domains/ecstaticsoul.json delete mode 100644 domains/edrea.json delete mode 100644 domains/egyxo.json delete mode 100644 domains/ekinvarli.json delete mode 100644 domains/eldin.json delete mode 100644 domains/eldinesh.json delete mode 100644 domains/eldzey.json delete mode 100644 domains/elf.json delete mode 100644 domains/elib0.json delete mode 100644 domains/elisaterumi.json delete mode 100644 domains/ella.json delete mode 100644 domains/emanuelcarvalho.json delete mode 100644 domains/emhl.json delete mode 100644 domains/endouven.json delete mode 100644 domains/enoughsdv.json delete mode 100644 domains/eojeda.json delete mode 100644 domains/erik.json delete mode 100644 domains/eternal-network.json delete mode 100644 domains/ethereumvd.json delete mode 100644 domains/ethxrnity.json delete mode 100644 domains/ethyl.json delete mode 100644 domains/euskindar.json delete mode 100644 domains/fab1andev.json delete mode 100644 domains/fakhri.json delete mode 100644 domains/farhan.json delete mode 100644 domains/farjanul.json delete mode 100644 domains/farkot.json delete mode 100644 domains/fastering.json delete mode 100644 domains/fayasnoushad.json delete mode 100644 domains/fayaz.json delete mode 100644 domains/felixtr.json delete mode 100644 domains/ffj20.json delete mode 100644 domains/films.json delete mode 100644 domains/fireexe.json delete mode 100644 domains/firework.json delete mode 100644 domains/fjuro.json delete mode 100644 domains/flamexode.json delete mode 100644 domains/florent.json delete mode 100644 domains/fluffythebunny.json delete mode 100644 domains/forsas.json delete mode 100644 domains/fox.json delete mode 100644 domains/francescodulio.json delete mode 100644 domains/franciskafieh.json delete mode 100644 domains/frankra.json delete mode 100644 domains/frapujgal.json delete mode 100644 domains/frcat.json delete mode 100644 domains/freebies.json delete mode 100644 domains/freitaseric.json delete mode 100644 domains/fsanchir.json delete mode 100644 domains/fullpwn.json delete mode 100644 domains/funny-noip.json delete mode 100644 domains/furret.json delete mode 100644 domains/furti.json delete mode 100644 domains/gabrielhuertas.json delete mode 100644 domains/gamingboots.json delete mode 100644 domains/ganesh.json delete mode 100644 domains/gaurav.json delete mode 100644 domains/gavrielsatrio.json delete mode 100644 domains/gdbotlist.json delete mode 100644 domains/generic.json delete mode 100644 domains/gin.json delete mode 100644 domains/githubmilind.json delete mode 100644 domains/gizmo.json delete mode 100644 domains/glitchish.json delete mode 100644 domains/glpzzz.json delete mode 100644 domains/glutis.json delete mode 100644 domains/gnanaelisa.json delete mode 100644 domains/godkode.json delete mode 100644 domains/godwhite.json delete mode 100644 domains/gorkem.json delete mode 100644 domains/govind.json delete mode 100644 domains/govinda.json delete mode 100644 domains/grantcards.json delete mode 100644 domains/guillelm.json delete mode 100644 domains/gusza.json delete mode 100644 domains/gvl610.json delete mode 100644 domains/h3r3t1c.json delete mode 100644 domains/hackerman.json delete mode 100644 domains/hafidu.json delete mode 100644 domains/halink.json delete mode 100644 domains/hamid.json delete mode 100644 domains/hammed.json delete mode 100644 domains/hamza.json delete mode 100644 domains/hansen.json delete mode 100644 domains/hari.json delete mode 100644 domains/harikrishnan.json delete mode 100644 domains/harikrishnanps.json delete mode 100644 domains/harsh-patel.json delete mode 100644 domains/harshad.json delete mode 100644 domains/haseena.json delete mode 100644 domains/hash-cracker.json delete mode 100644 domains/hector-vigil.json delete mode 100644 domains/hein.json delete mode 100644 domains/henry.json delete mode 100644 domains/herve.json delete mode 100644 domains/hextris.json delete mode 100644 domains/hiddenblack.json delete mode 100644 domains/hifzur.json delete mode 100644 domains/himanshusri.json delete mode 100644 domains/hisham.json delete mode 100644 domains/hjmao.json delete mode 100644 domains/hoan.json delete mode 100644 domains/hongquang.json delete mode 100644 domains/horizon-server.json delete mode 100644 domains/horu.json delete mode 100644 domains/hozzywozzy.json delete mode 100644 domains/hu-kaixiang.json delete mode 100644 domains/hungphambkc.json delete mode 100644 domains/hungthai.json delete mode 100644 domains/huseyin.json delete mode 100644 domains/ico.json delete mode 100644 domains/icy.json delete mode 100644 domains/ikhlashmulya.json delete mode 100644 domains/ilovechickennuggets.json delete mode 100644 domains/img.cala.json delete mode 100644 domains/imlasiya.json delete mode 100644 domains/imlasiyah.json delete mode 100644 domains/imxitiz.json delete mode 100644 domains/imy.json delete mode 100644 domains/incbom.json delete mode 100644 domains/indidee.json delete mode 100644 domains/infiniteloop.json delete mode 100644 domains/inj3c7i0n.json delete mode 100644 domains/intergrav.json delete mode 100644 domains/inxlo.json delete mode 100644 domains/iqat.json delete mode 100644 domains/isa.json delete mode 100644 domains/isaac.json delete mode 100644 domains/itsdharmik.json delete mode 100644 domains/itsmealdo.json delete mode 100644 domains/itsneufox.json delete mode 100644 domains/itsnicecraft.json delete mode 100644 domains/itzporium.json delete mode 100644 domains/ivedant.json delete mode 100644 domains/jacob.json delete mode 100644 domains/jagdhish-mer.json delete mode 100644 domains/jaisankar.json delete mode 100644 domains/janeq.json delete mode 100644 domains/janith.json delete mode 100644 domains/janmikowa.json delete mode 100644 domains/jatin.json delete mode 100644 domains/jatinkr.json delete mode 100644 domains/javi.json delete mode 100644 domains/jaycedotbin.json delete mode 100644 domains/jayy.json delete mode 100644 domains/jc-wu.json delete mode 100644 domains/jcs.json delete mode 100644 domains/jean.json delete mode 100644 domains/jeevan.json delete mode 100644 domains/jeremie.json delete mode 100644 domains/jerikchan.json delete mode 100644 domains/jermaine.json delete mode 100644 domains/jeros.json delete mode 100644 domains/jesseallan.json delete mode 100644 domains/jesusvaladez.json delete mode 100644 domains/jhw.json delete mode 100644 domains/jithumon.json delete mode 100644 domains/joel.json delete mode 100644 domains/joey.json delete mode 100644 domains/johansansebastian.json delete mode 100644 domains/johnsonlee.json delete mode 100644 domains/johnythomas.json delete mode 100644 domains/joltz1234.json delete mode 100644 domains/jonagoldman.json delete mode 100644 domains/josemy.json delete mode 100644 domains/josh-ferrell.json delete mode 100644 domains/joshuawise.json delete mode 100644 domains/jpedro.json delete mode 100644 domains/jpsantistebanq.json delete mode 100644 domains/jrdrwn.json delete mode 100644 domains/jrmessias.json delete mode 100644 domains/jubal.json delete mode 100644 domains/julianwe17.json delete mode 100644 domains/just-muzz.json delete mode 100644 domains/justforever.json delete mode 100644 domains/k93msy.json delete mode 100644 domains/kaguwo.json delete mode 100644 domains/kai.json delete mode 100644 domains/kakarot.json delete mode 100644 domains/kamlendras.json delete mode 100644 domains/kanti-tkm.json delete mode 100644 domains/kappucino.json delete mode 100644 domains/karify98.json delete mode 100644 domains/kavi.json delete mode 100644 domains/kaweees.json delete mode 100644 domains/keishi.json delete mode 100644 domains/keithkhaotic.json delete mode 100644 domains/keli5.json delete mode 100644 domains/kells.json delete mode 100644 domains/kelly.json delete mode 100644 domains/kermicidal.json delete mode 100644 domains/kev.json delete mode 100644 domains/khanh.json delete mode 100644 domains/khcrv.json delete mode 100644 domains/kikemendez.json delete mode 100644 domains/kilic.json delete mode 100644 domains/kiran.json delete mode 100644 domains/klouqzz.json delete mode 100644 domains/kml.json delete mode 100644 domains/konstantin-ivanov.json delete mode 100644 domains/koslz.json delete mode 100644 domains/koton-bads.json delete mode 100644 domains/kreativethinker.json delete mode 100644 domains/kristiantokarim.json delete mode 100644 domains/kryptx.json delete mode 100644 domains/ksign.json delete mode 100644 domains/kunal.json delete mode 100644 domains/kuyo.json delete mode 100644 domains/kweller.json delete mode 100644 domains/l.funn.json delete mode 100644 domains/l0ser.json delete mode 100644 domains/lachsfilet.json delete mode 100644 domains/lacti.json delete mode 100644 domains/lambda.json delete mode 100644 domains/lazyllama.json delete mode 100644 domains/leha.json delete mode 100644 domains/lenicyl.json delete mode 100644 domains/leon.json delete mode 100644 domains/levraiardox.json delete mode 100644 domains/lihun.json delete mode 100644 domains/liju.json delete mode 100644 domains/lilac.json delete mode 100644 domains/lilith.json delete mode 100644 domains/limeware.json delete mode 100644 domains/linbuxiao.json delete mode 100644 domains/linstall.json delete mode 100644 domains/linux.json delete mode 100644 domains/linuxlover.json delete mode 100644 domains/lipi.json delete mode 100644 domains/liq.json delete mode 100644 domains/llanero.json delete mode 100644 domains/lndr2501.json delete mode 100644 domains/logan.json delete mode 100644 domains/lok.json delete mode 100644 domains/lowsummer.json delete mode 100644 domains/luis-ciber.json delete mode 100644 domains/luizdario.json delete mode 100644 domains/lunarleaf.json delete mode 100644 domains/lunax0390.json delete mode 100644 domains/luoduyu.json delete mode 100644 domains/lutherantz.json delete mode 100644 domains/lxquid.json delete mode 100644 domains/m4hbod.json delete mode 100644 domains/maclong.json delete mode 100644 domains/maddy.json delete mode 100644 domains/madhan.json delete mode 100644 domains/madhavjhawar.json delete mode 100644 domains/madhup.json delete mode 100644 domains/madhurya.json delete mode 100644 domains/madkarma.json delete mode 100644 domains/magma.json delete mode 100644 domains/magniquick.json delete mode 100644 domains/mahdiruiz.json delete mode 100644 domains/mahmud.json delete mode 100644 domains/maks.json delete mode 100644 domains/mamun.json delete mode 100644 domains/maninder.json delete mode 100644 domains/manish-madi.json delete mode 100644 domains/manit.json delete mode 100644 domains/manoj.json delete mode 100644 domains/mantas.json delete mode 100644 domains/manugeni.json delete mode 100644 domains/marcelomrwin.json delete mode 100644 domains/marchiba99.json delete mode 100644 domains/marcos.json delete mode 100644 domains/mariano-avila.json delete mode 100644 domains/mario-papetti.json delete mode 100644 domains/markus.json delete mode 100644 domains/marlon.json delete mode 100644 domains/martin.json delete mode 100644 domains/maryll.json delete mode 100644 domains/masmiyen.json delete mode 100644 domains/masood.json delete mode 100644 domains/matbak.json delete mode 100644 domains/mateoguidi.json delete mode 100644 domains/mateuseap.json delete mode 100644 domains/matheus.json delete mode 100644 domains/mathu-lmn.json delete mode 100644 domains/mattcheng.json delete mode 100644 domains/maxwelbm.json delete mode 100644 domains/mayank2808sharma.json delete mode 100644 domains/mb.json delete mode 100644 domains/mburguete.json delete mode 100644 domains/mcotocel.json delete mode 100644 domains/medhanite.json delete mode 100644 domains/mehedihjim.json delete mode 100644 domains/melwyn.json delete mode 100644 domains/mertdemir.json delete mode 100644 domains/michael.json delete mode 100644 domains/michioxd.json delete mode 100644 domains/micky.json delete mode 100644 domains/mihai.json delete mode 100644 domains/mihchis.json delete mode 100644 domains/mihrpsah.json delete mode 100644 domains/mijhelt.json delete mode 100644 domains/mikey.json delete mode 100644 domains/mikronet.json delete mode 100644 domains/mineek.json delete mode 100644 domains/minh2000.json delete mode 100644 domains/minhh2792.json delete mode 100644 domains/minhmmb.json delete mode 100644 domains/minnb-bit.json delete mode 100644 domains/mioscape.json delete mode 100644 domains/mirozr.json delete mode 100644 domains/misaka.json delete mode 100644 domains/miten.json delete mode 100644 domains/mjclavillas.json delete mode 100644 domains/mk.json delete mode 100644 domains/mkblane.json delete mode 100644 domains/mkk.json delete mode 100644 domains/mmondragon.json delete mode 100644 domains/moca.json delete mode 100644 domains/moddedstuffguy.json delete mode 100644 domains/moha.json delete mode 100644 domains/mohannadk28.json delete mode 100644 domains/mohdsohel.json delete mode 100644 domains/moncef.json delete mode 100644 domains/moon.json delete mode 100644 domains/mopamo.json delete mode 100644 domains/morphoit.json delete mode 100644 domains/mpy.json delete mode 100644 domains/mrasyadc.json delete mode 100644 domains/mrdavidss.json delete mode 100644 domains/mrepol742.json delete mode 100644 domains/mrkos.json delete mode 100644 domains/mrksbgg.json delete mode 100644 domains/mrthundergod.json delete mode 100644 domains/muchenski.json delete mode 100644 domains/muff.json delete mode 100644 domains/muhammadbasitobaid.json delete mode 100644 domains/muiz.json delete mode 100644 domains/muntasir.json delete mode 100644 domains/murodovazizmurod.json delete mode 100644 domains/my5ter.json delete mode 100644 domains/mystery.json delete mode 100644 domains/nabil.json delete mode 100644 domains/nadeerasilva.json delete mode 100644 domains/nahuelnavales.json delete mode 100644 domains/nai.json delete mode 100644 domains/naman.json delete mode 100644 domains/namesmt.json delete mode 100644 domains/nan.json delete mode 100644 domains/nand.json delete mode 100644 domains/natalievu.json delete mode 100644 domains/nathan.json delete mode 100644 domains/naveenxd.json delete mode 100644 domains/nayandas.json delete mode 100644 domains/nebula.json delete mode 100644 domains/neeyl.json delete mode 100644 domains/negativez.json delete mode 100644 domains/neil.json delete mode 100644 domains/nekoibot.json delete mode 100644 domains/netsterx.json delete mode 100644 domains/neville.json delete mode 100644 domains/ngocphung.json delete mode 100644 domains/nhatphan.json delete mode 100644 domains/nhavy.json delete mode 100644 domains/niceeli.json delete mode 100644 domains/nico.json delete mode 100644 domains/nicol.json delete mode 100644 domains/nightmaregods.json delete mode 100644 domains/nightsfall.json delete mode 100644 domains/nikhil.json delete mode 100644 domains/nikhilji.json delete mode 100644 domains/nikita.json delete mode 100644 domains/nileshhaldar98.json delete mode 100644 domains/nimesh.json delete mode 100644 domains/ninjaasmoke.json delete mode 100644 domains/nisarga.json delete mode 100644 domains/nishantattrey.json delete mode 100644 domains/nix.json delete mode 100644 domains/nnocsupnn.json delete mode 100644 domains/noahgao.json delete mode 100644 domains/noel.json delete mode 100644 domains/noelpaton-og.json delete mode 100644 domains/noelpatonog.json delete mode 100644 domains/noir.json delete mode 100644 domains/noise.json delete mode 100644 domains/nomena.json delete mode 100644 domains/notaussie.json delete mode 100644 domains/note.json delete mode 100644 domains/notefct.json delete mode 100644 domains/nothazz.json delete mode 100644 domains/noxsin.json delete mode 100644 domains/ntg.json delete mode 100644 domains/ntmusic.json delete mode 100644 domains/ntrs05.json delete mode 100644 domains/nv2k3.json delete mode 100644 domains/nvhai272.json delete mode 100644 domains/nvhmadridista.json delete mode 100644 domains/nxnlab.json delete mode 100644 domains/nyanbrowser.json delete mode 100644 domains/nyel.json delete mode 100644 domains/nyx.json delete mode 100644 domains/okan12300.json delete mode 100644 domains/oleksa.json delete mode 100644 domains/olili.json delete mode 100644 domains/omesh.json delete mode 100644 domains/omnianims.json delete mode 100644 domains/oopshnik.json delete mode 100644 domains/oreo.json delete mode 100644 domains/overshifted.json delete mode 100644 domains/ovillafuerte94.json delete mode 100644 domains/oxy.json delete mode 100644 domains/p1raidz.json delete mode 100644 domains/pajsen.json delete mode 100644 domains/palekiox.json delete mode 100644 domains/pansy.json delete mode 100644 domains/papyrus.json delete mode 100644 domains/paranoiasystem.json delete mode 100644 domains/pardhasaradhichandana.json delete mode 100644 domains/parshnt.json delete mode 100644 domains/passadissubmari.json delete mode 100644 domains/passed.json delete mode 100644 domains/patriciafelix.json delete mode 100644 domains/patrickzhou.json delete mode 100644 domains/patuiqx.json delete mode 100644 domains/pavankteja.json delete mode 100644 domains/pavlo.json delete mode 100644 domains/peach.json delete mode 100644 domains/peachy.json delete mode 100644 domains/pedrito.json delete mode 100644 domains/pemtshewang.json delete mode 100644 domains/peroxide.json delete mode 100644 domains/peyloride.json delete mode 100644 domains/phamthanhnghia.json delete mode 100644 domains/picklerick.json delete mode 100644 domains/pie.json delete mode 100644 domains/pinchese.json delete mode 100644 domains/pinkyplant.json delete mode 100644 domains/pinont.json delete mode 100644 domains/pipc.json delete mode 100644 domains/pita.json delete mode 100644 domains/pixl8.json delete mode 100644 domains/playboyfear.json delete mode 100644 domains/plopilpy.json delete mode 100644 domains/plumaxe.json delete mode 100644 domains/plusrazz.json delete mode 100644 domains/ply.json delete mode 100644 domains/polishboiyt.json delete mode 100644 domains/polo.json delete mode 100644 domains/polygon6233.json delete mode 100644 domains/posandu.json delete mode 100644 domains/poyo.json delete mode 100644 domains/ppyoung.json delete mode 100644 domains/prabhakaranjm.json delete mode 100644 domains/prakhar.json delete mode 100644 domains/prakhillohiya.json delete mode 100644 domains/pranavsaxena.json delete mode 100644 domains/praquron.json delete mode 100644 domains/pratikthapw.json delete mode 100644 domains/pratyay.json delete mode 100644 domains/praveen.json delete mode 100644 domains/prima.json delete mode 100644 domains/prime.json delete mode 100644 domains/priscila.json delete mode 100644 domains/profile.json delete mode 100644 domains/proghead00.json delete mode 100644 domains/projects.catzboy.json delete mode 100644 domains/proxy.json delete mode 100644 domains/proxzima.json delete mode 100644 domains/prtksunal.json delete mode 100644 domains/psj.json delete mode 100644 domains/psnbl.json delete mode 100644 domains/pulkitmidha.json delete mode 100644 domains/pvyas.json delete mode 100644 domains/py.json delete mode 100644 domains/pyro.json delete mode 100644 domains/pythonplumber.json delete mode 100644 domains/pythonscratcher.json delete mode 100644 domains/pznguin.json delete mode 100644 domains/qloha.json delete mode 100644 domains/qnos.json delete mode 100644 domains/quangtran.json delete mode 100644 domains/quddi.json delete mode 100644 domains/qui.json delete mode 100644 domains/quick.json delete mode 100644 domains/quydang.json delete mode 100644 domains/qwertx.json delete mode 100644 domains/r04nx.json delete mode 100644 domains/r1p.json delete mode 100644 domains/r4yish.json delete mode 100644 domains/rabbi-shuki.json delete mode 100644 domains/radim.json delete mode 100644 domains/rafalmeida73.json delete mode 100644 domains/rag3r.json delete mode 100644 domains/raghav.json delete mode 100644 domains/raghavyuva.json delete mode 100644 domains/rainotoberu.json delete mode 100644 domains/raiyaad.json delete mode 100644 domains/raka.json delete mode 100644 domains/rakibhossain.json delete mode 100644 domains/ralph.json delete mode 100644 domains/ramakant.json delete mode 100644 domains/rapixar.json delete mode 100644 domains/rasp.json delete mode 100644 domains/ravana.json delete mode 100644 domains/ray.json delete mode 100644 domains/raymondlu.json delete mode 100644 domains/rayvid.json delete mode 100644 domains/rednek46.json delete mode 100644 domains/reefsalty.json delete mode 100644 domains/regiondavid.json delete mode 100644 domains/rekto.json delete mode 100644 domains/relicrb.json delete mode 100644 domains/remarkable.json delete mode 100644 domains/ren.json delete mode 100644 domains/renn.json delete mode 100644 domains/rep.json delete mode 100644 domains/rescenic.json delete mode 100644 domains/resolved.json delete mode 100644 domains/retr0.json delete mode 100644 domains/reuben.json delete mode 100644 domains/revvnik.json delete mode 100644 domains/rfwn.json delete mode 100644 domains/rhythm.json delete mode 100644 domains/rihards.json delete mode 100644 domains/rishabh.json delete mode 100644 domains/ritshu.json delete mode 100644 domains/riya.json delete mode 100644 domains/rizky.json delete mode 100644 domains/rizmyabdulla.json delete mode 100644 domains/rodolfo.json delete mode 100644 domains/rohanjaiswal.json delete mode 100644 domains/rohanpawar.json delete mode 100644 domains/rohithill.json delete mode 100644 domains/romi.json delete mode 100644 domains/roshansahani.json delete mode 100644 domains/roy.json delete mode 100644 domains/royalty.json delete mode 100644 domains/roylee0704.json delete mode 100644 domains/rpj.json delete mode 100644 domains/rubenvilchez.json delete mode 100644 domains/rufistofeles.json delete mode 100644 domains/ruixey.json delete mode 100644 domains/rupankar.json delete mode 100644 domains/rushil-patel.json delete mode 100644 domains/rushil.json delete mode 100644 domains/rusiru.json delete mode 100644 domains/ruu3f.json delete mode 100644 domains/rvc11.json delete mode 100644 domains/rvsp.json delete mode 100644 domains/rwithik.json delete mode 100644 domains/rxyhn.json delete mode 100644 domains/saatvik.json delete mode 100644 domains/saba.json delete mode 100644 domains/sacul-6.json delete mode 100644 domains/sadie.json delete mode 100644 domains/sadiq.json delete mode 100644 domains/saeedmfarahani.json delete mode 100644 domains/saeef.json delete mode 100644 domains/safety.json delete mode 100644 domains/sageofluke.json delete mode 100644 domains/saharsh.json delete mode 100644 domains/sajid.json delete mode 100644 domains/sajidhussain.json delete mode 100644 domains/sakko.json delete mode 100644 domains/salsa.json delete mode 100644 domains/sam-jspn.json delete mode 100644 domains/samara.json delete mode 100644 domains/samarth-asthana.json delete mode 100644 domains/samatbk.json delete mode 100644 domains/sameera.json delete mode 100644 domains/samia-islam-sua.json delete mode 100644 domains/samirp.json delete mode 100644 domains/samo.json delete mode 100644 domains/samuel.json delete mode 100644 domains/samuelnihbos.json delete mode 100644 domains/sanana.json delete mode 100644 domains/sanchay.json delete mode 100644 domains/sandeepv.json delete mode 100644 domains/sandro.json delete mode 100644 domains/sang.json delete mode 100644 domains/sanjay123.json delete mode 100644 domains/santhoshkani.json delete mode 100644 domains/santiago.json delete mode 100644 domains/santito.json delete mode 100644 domains/sappy.json delete mode 100644 domains/saras008.json delete mode 100644 domains/sarthak.json delete mode 100644 domains/saswatsamal.json delete mode 100644 domains/sathish.json delete mode 100644 domains/satvikg7.json delete mode 100644 domains/satyamv7.json delete mode 100644 domains/savio.json delete mode 100644 domains/saviomartin.json delete mode 100644 domains/sayolight.json delete mode 100644 domains/sdizdarevic.json delete mode 100644 domains/sdxqw.json delete mode 100644 domains/sebastiand.json delete mode 100644 domains/sebaz.json delete mode 100644 domains/seka.json delete mode 100644 domains/sen.json delete mode 100644 domains/seppegeuens.json delete mode 100644 domains/serena.json delete mode 100644 domains/sezersinanoglu.json delete mode 100644 domains/sf.json delete mode 100644 domains/sh9351.json delete mode 100644 domains/shafi.json delete mode 100644 domains/shafi100.json delete mode 100644 domains/shahab.json delete mode 100644 domains/shajanjp.json delete mode 100644 domains/shakib04.json delete mode 100644 domains/shambhavi.json delete mode 100644 domains/shambhavisinha.json delete mode 100644 domains/shane.json delete mode 100644 domains/sharifclick.json delete mode 100644 domains/shashankag.json delete mode 100644 domains/shatanik.json delete mode 100644 domains/she.json delete mode 100644 domains/shibiliya.json delete mode 100644 domains/shift.json delete mode 100644 domains/shikharreyya.json delete mode 100644 domains/shyran.json delete mode 100644 domains/sidd.json delete mode 100644 domains/sidmaji.json delete mode 100644 domains/siful.json delete mode 100644 domains/silva.json delete mode 100644 domains/simon.json delete mode 100644 domains/siow-kai-yang.json delete mode 100644 domains/sirmacr0.json delete mode 100644 domains/sirsimonson.json delete mode 100644 domains/skierka.json delete mode 100644 domains/skittles.json delete mode 100644 domains/skullfiredevil.json delete mode 100644 domains/sky-bridge.json delete mode 100644 domains/skydonald.json delete mode 100644 domains/slavicman.json delete mode 100644 domains/slow.json delete mode 100644 domains/smitty119.json delete mode 100644 domains/smittykjohnson.json delete mode 100644 domains/smug.json delete mode 100644 domains/snake.json delete mode 100644 domains/snowcatridge10.json delete mode 100644 domains/snozxyx.json delete mode 100644 domains/soestin.json delete mode 100644 domains/solareclipse995.json delete mode 100644 domains/someone.json delete mode 100644 domains/soraishiro.json delete mode 100644 domains/soumya-das.json delete mode 100644 domains/sourabh.json delete mode 100644 domains/sourav-parida.json delete mode 100644 domains/sourav.json delete mode 100644 domains/sourov-khan-nahid.json delete mode 100644 domains/sowmik.json delete mode 100644 domains/soymadip.json delete mode 100644 domains/spechide.json delete mode 100644 domains/spicyaxolotl.json delete mode 100644 domains/splatboy-dev.json delete mode 100644 domains/spongly.json delete mode 100644 domains/sppidy.json delete mode 100644 domains/spud.json delete mode 100644 domains/srp.json delete mode 100644 domains/steake.json delete mode 100644 domains/steven.json delete mode 100644 domains/stkong.json delete mode 100644 domains/stoltz.json delete mode 100644 domains/strafe.json delete mode 100644 domains/strider-studios.json delete mode 100644 domains/string-null.json delete mode 100644 domains/subhayu.json delete mode 100644 domains/sudev.json delete mode 100644 domains/sudip.json delete mode 100644 domains/suhasdissa.json delete mode 100644 domains/sumanjay.json delete mode 100644 domains/sumedhaa.json delete mode 100644 domains/sumit.json delete mode 100644 domains/sumit404.json delete mode 100644 domains/sunpodder.json delete mode 100644 domains/surv.json delete mode 100644 domains/suryababu.json delete mode 100644 domains/sutirth.json delete mode 100644 domains/svg.json delete mode 100644 domains/svijithprasad.json delete mode 100644 domains/svloog.json delete mode 100644 domains/swapnil.json delete mode 100644 domains/swargarajbhowmik.json delete mode 100644 domains/swenet.json delete mode 100644 domains/sxurxbh.json delete mode 100644 domains/sxvr.json delete mode 100644 domains/syd.json delete mode 100644 domains/syed.json delete mode 100644 domains/sylestic.json delete mode 100644 domains/synacktra.json delete mode 100644 domains/syntz.json delete mode 100644 domains/taha2002.json delete mode 100644 domains/tahakocabuga.json delete mode 100644 domains/takase.json delete mode 100644 domains/tanquang.json delete mode 100644 domains/tanyalai.json delete mode 100644 domains/tasawar-hussain.json delete mode 100644 domains/tclement0922.json delete mode 100644 domains/td.json delete mode 100644 domains/tdim.json delete mode 100644 domains/tdm.json delete mode 100644 domains/techstarmahesh.json delete mode 100644 domains/teobouvard.json delete mode 100644 domains/thakuraman.json delete mode 100644 domains/thanawat.json delete mode 100644 domains/thanbv1510.json delete mode 100644 domains/thecommandcat.json delete mode 100644 domains/thegloriousduck.json delete mode 100644 domains/thepersonalsite.json delete mode 100644 domains/thequackyduck.json delete mode 100644 domains/thesanju.json delete mode 100644 domains/thesct22.json delete mode 100644 domains/thesonofdevilhunter.json delete mode 100644 domains/thesyed.json delete mode 100644 domains/thiago.json delete mode 100644 domains/thien.json delete mode 100644 domains/thomas-shelby.json delete mode 100644 domains/thorgathis.json delete mode 100644 domains/thuc.json delete mode 100644 domains/ti3r.json delete mode 100644 domains/tilak.json delete mode 100644 domains/tim-vdb.json delete mode 100644 domains/timothy.json delete mode 100644 domains/tiyanof.json delete mode 100644 domains/toadvillebay.json delete mode 100644 domains/tofu.json delete mode 100644 domains/tokyo.json delete mode 100644 domains/tomek.json delete mode 100644 domains/tomokat.json delete mode 100644 domains/tong.json delete mode 100644 domains/tonywu.json delete mode 100644 domains/toster.json delete mode 100644 domains/trauma.json delete mode 100644 domains/triyatna.json delete mode 100644 domains/trug.json delete mode 100644 domains/tsull360.json delete mode 100644 domains/tungtran.json delete mode 100644 domains/twitchiger.json delete mode 100644 domains/tylermwise.json delete mode 100644 domains/tyrkinn.json delete mode 100644 domains/uberkey.json delete mode 100644 domains/umesh.json delete mode 100644 domains/undeadevs.json delete mode 100644 domains/unichord.json delete mode 100644 domains/unidentifiedx.json delete mode 100644 domains/unnst.json delete mode 100644 domains/up.json delete mode 100644 domains/user-exe.json delete mode 100644 domains/usingh.json delete mode 100644 domains/utsav.json delete mode 100644 domains/val.json delete mode 100644 domains/vampirepapi.json delete mode 100644 domains/vanhzxje.json delete mode 100644 domains/vanmanh.json delete mode 100644 domains/vapedevv.json delete mode 100644 domains/vasanth.json delete mode 100644 domains/vasharma05.json delete mode 100644 domains/ved.json delete mode 100644 domains/vedant.json delete mode 100644 domains/veen.json delete mode 100644 domains/vela.json delete mode 100644 domains/vhardik.json delete mode 100644 domains/victoneux.json delete mode 100644 domains/victor.json delete mode 100644 domains/victormak.json delete mode 100644 domains/vien.json delete mode 100644 domains/vikas.json delete mode 100644 domains/vikyaiyer.json delete mode 100644 domains/vimalsaraswat.json delete mode 100644 domains/vincyxir.json delete mode 100644 domains/vineetkhemnani.json delete mode 100644 domains/vinn.json delete mode 100644 domains/viperadnan.json delete mode 100644 domains/viral-soni.json delete mode 100644 domains/vishalg.json delete mode 100644 domains/vishnu.json delete mode 100644 domains/vishok.json delete mode 100644 domains/vivekkumar.json delete mode 100644 domains/voh.json delete mode 100644 domains/voidz.json delete mode 100644 domains/vollow.json delete mode 100644 domains/vontey.json delete mode 100644 domains/votiendung.json delete mode 100644 domains/voxel.json delete mode 100644 domains/voxj.json delete mode 100644 domains/vurihuang.json delete mode 100644 domains/vvxrtues.json delete mode 100644 domains/vxj.json delete mode 100644 domains/waffle.json delete mode 100644 domains/wahid.json delete mode 100644 domains/wansc.json delete mode 100644 domains/warren.json delete mode 100644 domains/wassim.json delete mode 100644 domains/watercat.json delete mode 100644 domains/wcaleniekubaa.json delete mode 100644 domains/weeebdev.json delete mode 100644 domains/werz.json delete mode 100644 domains/west.json delete mode 100644 domains/what.json delete mode 100644 domains/whitekj.json delete mode 100644 domains/wiggly.json delete mode 100644 domains/win10sunvalley.json delete mode 100644 domains/windfarms.json delete mode 100644 domains/window5.json delete mode 100644 domains/wired.json delete mode 100644 domains/wirisungs.json delete mode 100644 domains/wizcann.json delete mode 100644 domains/worm.json delete mode 100644 domains/wrtks.json delete mode 100644 domains/wusong.json delete mode 100644 domains/wyatt.json delete mode 100644 domains/x0ba.json delete mode 100644 domains/x8t.json delete mode 100644 domains/xabdoat.json delete mode 100644 domains/xash.json delete mode 100644 domains/xaxa.json delete mode 100644 domains/xelxen.json delete mode 100644 domains/xgorn.json delete mode 100644 domains/xinful.json delete mode 100644 domains/xmars.json delete mode 100644 domains/xrcs.json delete mode 100644 domains/xuyife.json delete mode 100644 domains/xuyifei.json delete mode 100644 domains/xvrtech.json delete mode 100644 domains/xyront.json delete mode 100644 domains/yahli.json delete mode 100644 domains/yahya-rabii.json delete mode 100644 domains/yashgupta.json delete mode 100644 domains/yashnerkar.json delete mode 100644 domains/yashraj.json delete mode 100644 domains/yashrao.json delete mode 100644 domains/yeppiidev.json delete mode 100644 domains/yescyyt.json delete mode 100644 domains/yhkz.json delete mode 100644 domains/yokaicord.json delete mode 100644 domains/yol.json delete mode 100644 domains/yolobnb.json delete mode 100644 domains/yorodm.json delete mode 100644 domains/yourz.json delete mode 100644 domains/yujia.json delete mode 100644 domains/yuting.json delete mode 100644 domains/yuuto.json delete mode 100644 domains/yuwind.json delete mode 100644 domains/yuzuki.json delete mode 100644 domains/zaid.json delete mode 100644 domains/zarqi.ezzoubair.json delete mode 100644 domains/zelle.json delete mode 100644 domains/zelriano36.json delete mode 100644 domains/zen.json delete mode 100644 domains/zener.json delete mode 100644 domains/zeptar.json delete mode 100644 domains/zeranamu.json delete mode 100644 domains/zerolandcode.json delete mode 100644 domains/zerot69.json delete mode 100644 domains/zester.json delete mode 100644 domains/zhangximufeng.json delete mode 100644 domains/zhenchai.json delete mode 100644 domains/ziari.json delete mode 100644 domains/ziue.json delete mode 100644 domains/ziyad.json delete mode 100644 domains/ztzt.json delete mode 100644 domains/zuhaib.json delete mode 100644 domains/zwei.json delete mode 100644 domains/zwyz.json delete mode 100644 domains/zxlbni.json delete mode 100644 domains/zxpau.json delete mode 100644 domains/zyztem.json diff --git a/domains/_github-pages-challenge-acutewoof.acutewoof.json b/domains/_github-pages-challenge-acutewoof.acutewoof.json deleted file mode 100644 index 2ebe958eb..000000000 --- a/domains/_github-pages-challenge-acutewoof.acutewoof.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ACuteWoof", - "email": "sutharshanvithushan@gmail.com" - }, - "records": { - "TXT": "8a47d2fca716e0d7e0bcfd424d0784" - } -} diff --git a/domains/_github-pages-challenge-adolar0042.adolar0042.json b/domains/_github-pages-challenge-adolar0042.adolar0042.json deleted file mode 100644 index 9cae0f48b..000000000 --- a/domains/_github-pages-challenge-adolar0042.adolar0042.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Adolar0042", - "email": "adolar0042@gmail.com" - }, - "records": { - "TXT": "927a8ca97dbdccd9140313116bd068" - } -} diff --git a/domains/_github-pages-challenge-alvitodev.alvito.json b/domains/_github-pages-challenge-alvitodev.alvito.json deleted file mode 100644 index 055dd4d4f..000000000 --- a/domains/_github-pages-challenge-alvitodev.alvito.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alvitodev", - "email": "alvitodev@protonmail.com" - }, - "records": { - "TXT": "c5a2eacc172cec9ec45a87d828b08c" - } -} diff --git a/domains/_github-pages-challenge-anandyeole.anandyeole.json b/domains/_github-pages-challenge-anandyeole.anandyeole.json deleted file mode 100644 index 6d43a3653..000000000 --- a/domains/_github-pages-challenge-anandyeole.anandyeole.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "anandyeole", - "email": "anandyeole@duck.com" - }, - "records": { - "TXT": "510cbb66f4422990546436db3c897a" - } -} diff --git a/domains/_github-pages-challenge-araguaci.araguaci.json b/domains/_github-pages-challenge-araguaci.araguaci.json deleted file mode 100644 index 426d2d781..000000000 --- a/domains/_github-pages-challenge-araguaci.araguaci.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "araguaci", - "email": "araguaci@gmail.com" - }, - "records": { - "TXT": "a7fe82e3e40b3a6288d681e8f88a4f" - } -} diff --git a/domains/_github-pages-challenge-asbp.asbp.json b/domains/_github-pages-challenge-asbp.asbp.json deleted file mode 100644 index 17e9327bc..000000000 --- a/domains/_github-pages-challenge-asbp.asbp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "asbp", - "email": "guungofficial@gmail.com" - }, - "records": { - "TXT": "31b576be5fd342aa2473ebb2fb2816" - } -} diff --git a/domains/_github-pages-challenge-avellea.avellea.json b/domains/_github-pages-challenge-avellea.avellea.json deleted file mode 100644 index eff555cf5..000000000 --- a/domains/_github-pages-challenge-avellea.avellea.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "avellea" - }, - "records": { - "TXT": "5c38dbee73e6936232992c0f98829e" - } -} diff --git a/domains/_github-pages-challenge-aw09.agung.json b/domains/_github-pages-challenge-aw09.agung.json deleted file mode 100644 index 512de41c6..000000000 --- a/domains/_github-pages-challenge-aw09.agung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aw09", - "email": "agungwck.99@gmail.com" - }, - "records": { - "TXT": "ec0ab3911b2f62b7dcad33e6fdd5f4" - } -} diff --git a/domains/_github-pages-challenge-ayberktandogan.ayberk.json b/domains/_github-pages-challenge-ayberktandogan.ayberk.json deleted file mode 100644 index 5f02cef3c..000000000 --- a/domains/_github-pages-challenge-ayberktandogan.ayberk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ayberktandogan", - "email": "ayberk.tandogan@outlook.com" - }, - "records": { - "TXT": "6fe6a3695f856260a2fa97ce9dfe94" - } -} diff --git a/domains/_github-pages-challenge-bnyro.bnyro.json b/domains/_github-pages-challenge-bnyro.bnyro.json deleted file mode 100644 index 5e7c32253..000000000 --- a/domains/_github-pages-challenge-bnyro.bnyro.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Bnyro", - "email": "bnyro@tutanota.com" - }, - "records": { - "TXT": "44677d523e6eee7f03f41e5d062066" - } -} diff --git a/domains/_github-pages-challenge-chauvansang.sang.json b/domains/_github-pages-challenge-chauvansang.sang.json deleted file mode 100644 index bd2a6e729..000000000 --- a/domains/_github-pages-challenge-chauvansang.sang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chauvansang", - "email": "cvansang94@gmail.com" - }, - "records": { - "TXT": "8a2d191d582a62b817e10aa08b67f5" - } -} diff --git a/domains/_github-pages-challenge-chethanyadav456.chethan.json b/domains/_github-pages-challenge-chethanyadav456.chethan.json deleted file mode 100644 index 3fe7cc47b..000000000 --- a/domains/_github-pages-challenge-chethanyadav456.chethan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chethanyadav456", - "email": "rockchethan1111@gmail.com" - }, - "records": { - "TXT": "9781ed4422557bd427d0eff2c17b99" - } -} diff --git a/domains/_github-pages-challenge-compcoder007.umesh.json b/domains/_github-pages-challenge-compcoder007.umesh.json deleted file mode 100644 index 1f34dc6ea..000000000 --- a/domains/_github-pages-challenge-compcoder007.umesh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Github verification", - "owner": { - "username": "compCoder007", - "email": "competentcoder007@gmail.com" - }, - "records": { - "TXT": "7e581a7ce40509036ecb310e92fd21" - } -} diff --git a/domains/_github-pages-challenge-devendrakanojiya.devendra.json b/domains/_github-pages-challenge-devendrakanojiya.devendra.json deleted file mode 100644 index cacbfc6df..000000000 --- a/domains/_github-pages-challenge-devendrakanojiya.devendra.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "devendrakanojiya", - "email": "s_36100@bkbirlacollegekalyan.com" - }, - "records": { - "TXT": "1bab44a51e777f98e075d71f2806a4" - } -} diff --git a/domains/_github-pages-challenge-devhammed.hammed.json b/domains/_github-pages-challenge-devhammed.hammed.json deleted file mode 100644 index db36b9769..000000000 --- a/domains/_github-pages-challenge-devhammed.hammed.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "devhammed", - "email": "hey@hammed.dev" - }, - "records": { - "TXT": "7672b068b3140a9fbaaf9bfe0ab136" - } -} diff --git a/domains/_github-pages-challenge-diordnas.cassie.json b/domains/_github-pages-challenge-diordnas.cassie.json deleted file mode 100644 index 81e519234..000000000 --- a/domains/_github-pages-challenge-diordnas.cassie.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Diordnas", - "email": "cassthepurple@gmail.com" - }, - "records": { - "TXT": "756d917b8c992b5032094d6765915b" - } -} diff --git a/domains/_github-pages-challenge-eldinesh.eldinesh.json b/domains/_github-pages-challenge-eldinesh.eldinesh.json deleted file mode 100644 index 586278a12..000000000 --- a/domains/_github-pages-challenge-eldinesh.eldinesh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "eldinesh", - "email": "dseera6@gmail.com" - }, - "records": { - "TXT": "dafe75727b19da6bd62bf961a94c7d" - } -} diff --git a/domains/_github-pages-challenge-ethereumvd.ethereumvd.json b/domains/_github-pages-challenge-ethereumvd.ethereumvd.json deleted file mode 100644 index 8b5db874c..000000000 --- a/domains/_github-pages-challenge-ethereumvd.ethereumvd.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ethereumvd", - "email": "ethereum249@gmail.com" - }, - "records": { - "TXT": "acffd9c330d027fef82987d6dd8b4e" - } -} diff --git a/domains/_github-pages-challenge-harishnkr.hari.json b/domains/_github-pages-challenge-harishnkr.hari.json deleted file mode 100644 index 48497b92f..000000000 --- a/domains/_github-pages-challenge-harishnkr.hari.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Github verification", - "owner": { - "username": "harishnkr", - "email": "hari2menon1234@gmail.com" - }, - "records": { - "TXT": "7f15aad6874de8ea118574464c8169" - } -} diff --git a/domains/_github-pages-challenge-hector-vigil.hector-vigil.json b/domains/_github-pages-challenge-hector-vigil.hector-vigil.json deleted file mode 100644 index 6bd1ffa23..000000000 --- a/domains/_github-pages-challenge-hector-vigil.hector-vigil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hector-vigil", - "email": "vigilescalera.h@gmail.com" - }, - "records": { - "TXT": "01a4ef998725972f99991612a43336" - } -} diff --git a/domains/_github-pages-challenge-hima-pro.tdim.json b/domains/_github-pages-challenge-hima-pro.tdim.json deleted file mode 100644 index 46635f91e..000000000 --- a/domains/_github-pages-challenge-hima-pro.tdim.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Github verification", - "owner": { - "username": "Hima-Pro", - "email": "pnpop01027066161@gmail.com" - }, - "records": { - "TXT": "c8b67d5aafafeb2e5ec1561e503552" - } -} diff --git a/domains/_github-pages-challenge-hungthai1401.hungthai.json b/domains/_github-pages-challenge-hungthai1401.hungthai.json deleted file mode 100644 index f5b8cbbcf..000000000 --- a/domains/_github-pages-challenge-hungthai1401.hungthai.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hungthai1401", - "email": "hungthai1401.it@gmail.com" - }, - "records": { - "TXT": "693e3be4f1121fc00f2fbad65439d0" - } -} diff --git a/domains/_github-pages-challenge-imrmnabil.nabil.json b/domains/_github-pages-challenge-imrmnabil.nabil.json deleted file mode 100644 index 86c1dde07..000000000 --- a/domains/_github-pages-challenge-imrmnabil.nabil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "imrmnabil", - "email": "imrmnabil@gmail.com" - }, - "records": { - "TXT": "ce38bed94bccbf581a0efa569f006a" - } -} diff --git a/domains/_github-pages-challenge-itsnicecraft.itsnicecraft.json b/domains/_github-pages-challenge-itsnicecraft.itsnicecraft.json deleted file mode 100644 index 54d0bd18e..000000000 --- a/domains/_github-pages-challenge-itsnicecraft.itsnicecraft.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "itsnicecraft", - "email": "itsnicecraft@protonmail.com" - }, - "records": { - "TXT": "af298352953860816795903319fbc9" - } -} diff --git a/domains/_github-pages-challenge-jesusvala.jesusvaladez.json b/domains/_github-pages-challenge-jesusvala.jesusvaladez.json deleted file mode 100644 index e3d78feaa..000000000 --- a/domains/_github-pages-challenge-jesusvala.jesusvaladez.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "JesusVala", - "email": "jesusvaladezf@outlook.com" - }, - "records": { - "TXT": "0d3d73c2f3c76a7ec6bb5484d88e97" - } -} diff --git a/domains/_github-pages-challenge-jlai403.joey.json b/domains/_github-pages-challenge-jlai403.joey.json deleted file mode 100644 index 9d90e9cc7..000000000 --- a/domains/_github-pages-challenge-jlai403.joey.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jlai403", - "discord": "120522740590575616" - }, - "records": { - "TXT": "f6ab04a95a9197df0b4d38f5426824" - } -} diff --git a/domains/_github-pages-challenge-jlwisedev.joshuawise.json b/domains/_github-pages-challenge-jlwisedev.joshuawise.json deleted file mode 100644 index ba6eb8995..000000000 --- a/domains/_github-pages-challenge-jlwisedev.joshuawise.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jlwisedev", - "email": "jlwiseeha24@gmail.com" - }, - "records": { - "TXT": "6e82c24d04ec14cccaaf2398dfd0c2" - } -} diff --git a/domains/_github-pages-challenge-josemyduarte.josemy.json b/domains/_github-pages-challenge-josemyduarte.josemy.json deleted file mode 100644 index 2f28511cb..000000000 --- a/domains/_github-pages-challenge-josemyduarte.josemy.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "JosemyDuarte" - }, - "records": { - "TXT": "f9830295961050524a4ba5c3eb4b62" - } -} diff --git a/domains/_github-pages-challenge-karify98.karify98.json b/domains/_github-pages-challenge-karify98.karify98.json deleted file mode 100644 index 82fb97184..000000000 --- a/domains/_github-pages-challenge-karify98.karify98.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "karify98", - "email": "nnnam048@gmail.com" - }, - "records": { - "TXT": "923edb3fd9f4e444dedd5c9bf4e52c" - } -} diff --git a/domains/_github-pages-challenge-kellylawrence.kelly.json b/domains/_github-pages-challenge-kellylawrence.kelly.json deleted file mode 100644 index 7edb08d18..000000000 --- a/domains/_github-pages-challenge-kellylawrence.kelly.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kellylawrence", - "email": "kelly@kellylawrence.ca" - }, - "records": { - "TXT": "26237ec72d51f1ba56e371e8e3fef9" - } -} diff --git a/domains/_github-pages-challenge-kristiantokarim.kristiantokarim.json b/domains/_github-pages-challenge-kristiantokarim.kristiantokarim.json deleted file mode 100644 index 59b3b42b6..000000000 --- a/domains/_github-pages-challenge-kristiantokarim.kristiantokarim.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kristiantokarim", - "email": "kristiantokarim@gmail.com" - }, - "records": { - "TXT": "c6f935a2b6c9f21fcf59e79838cdc5" - } -} diff --git a/domains/_github-pages-challenge-lisaterumi.elisaterumi.json b/domains/_github-pages-challenge-lisaterumi.elisaterumi.json deleted file mode 100644 index 7ab76329b..000000000 --- a/domains/_github-pages-challenge-lisaterumi.elisaterumi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lisaterumi", - "email": "contato@mulheresprogramando.com.br" - }, - "records": { - "TXT": "98eae69c84dbf5a9e26ece5b4ad0eb" - } -} diff --git a/domains/_github-pages-challenge-madisonwirtanen.zwyz.json b/domains/_github-pages-challenge-madisonwirtanen.zwyz.json deleted file mode 100644 index afe249853..000000000 --- a/domains/_github-pages-challenge-madisonwirtanen.zwyz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "madisonwirtanen", - "email": "isadev@imkk.uk" - }, - "records": { - "TXT": "18776d6f831dd6e69e7889f4747ecb" - } -} diff --git a/domains/_github-pages-challenge-manugeni.manugeni.json b/domains/_github-pages-challenge-manugeni.manugeni.json deleted file mode 100644 index 2f3b5e9c3..000000000 --- a/domains/_github-pages-challenge-manugeni.manugeni.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "manugeni", - "email": "rendaniman@outlook.com" - }, - "records": { - "TXT": "c43b4f0460a8d8b9c05affa2da77ef" - } -} diff --git a/domains/_github-pages-challenge-mateuseap.mateuseap.json b/domains/_github-pages-challenge-mateuseap.mateuseap.json deleted file mode 100644 index 693d5afd0..000000000 --- a/domains/_github-pages-challenge-mateuseap.mateuseap.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mateuseap", - "email": "mateuseap@mateuseap.com" - }, - "records": { - "TXT": "ce7a3cbd81e6cafe34709d195aa0ed" - } -} diff --git a/domains/_github-pages-challenge-mcotocel.mcotocel.json b/domains/_github-pages-challenge-mcotocel.mcotocel.json deleted file mode 100644 index 33d367b8c..000000000 --- a/domains/_github-pages-challenge-mcotocel.mcotocel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MCotocel", - "email": "mcotocel@outlook.com" - }, - "records": { - "TXT": "059ac86f94300091a59d2cef8b09a6" - } -} diff --git a/domains/_github-pages-challenge-mkblane.mkblane.json b/domains/_github-pages-challenge-mkblane.mkblane.json deleted file mode 100644 index 2479b9376..000000000 --- a/domains/_github-pages-challenge-mkblane.mkblane.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mkblane", - "email": "rendaniman@outlook.com" - }, - "records": { - "TXT": "1bd7f45bbafab3d1735f40245f5f6c" - } -} diff --git a/domains/_github-pages-challenge-mohamadoday.bn3di.json b/domains/_github-pages-challenge-mohamadoday.bn3di.json deleted file mode 100644 index 790ce8974..000000000 --- a/domains/_github-pages-challenge-mohamadoday.bn3di.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MohamadOday", - "email": "adada133321t@gmail.com" - }, - "records": { - "TXT": "a67c1c7ad9e8f589a22c5c161548f8" - } -} diff --git a/domains/_github-pages-challenge-mrdavidss-vgg.mrdavidss.json b/domains/_github-pages-challenge-mrdavidss-vgg.mrdavidss.json deleted file mode 100644 index 405c80d5c..000000000 --- a/domains/_github-pages-challenge-mrdavidss-vgg.mrdavidss.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mrdavidss-vgg", - "email": "mrdavidssbusiness@gmail.com" - }, - "records": { - "TXT": "9fec60a74c61b74371cb9873163ac0" - } -} diff --git a/domains/_github-pages-challenge-mrdev88.mahdiruiz.json b/domains/_github-pages-challenge-mrdev88.mahdiruiz.json deleted file mode 100644 index c2141d213..000000000 --- a/domains/_github-pages-challenge-mrdev88.mahdiruiz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Mrdev88", - "discord": "1182049473673830435" - }, - "records": { - "TXT": "892403b0e8310067a1787afeb3e8f7" - } -} diff --git a/domains/_github-pages-challenge-muizu.muiz.json b/domains/_github-pages-challenge-muizu.muiz.json deleted file mode 100644 index 4ea42b878..000000000 --- a/domains/_github-pages-challenge-muizu.muiz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MuizU", - "email": "muizuvais99@gmail.com" - }, - "records": { - "TXT": "8cf896945b34d5309a335f41eb2000" - } -} diff --git a/domains/_github-pages-challenge-mysterv.my5ter.json b/domains/_github-pages-challenge-mysterv.my5ter.json deleted file mode 100644 index 6634e7e26..000000000 --- a/domains/_github-pages-challenge-mysterv.my5ter.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MysterV", - "email": "myster@ik.me" - }, - "records": { - "TXT": "b3c336392a691368a55de53cff8fd8" - } -} diff --git a/domains/_github-pages-challenge-namesmt.namesmt.json b/domains/_github-pages-challenge-namesmt.namesmt.json deleted file mode 100644 index 5717b75a6..000000000 --- a/domains/_github-pages-challenge-namesmt.namesmt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NamesMT", - "email": "dangquoctrung123@gmail.com" - }, - "records": { - "TXT": "6ec39f629cd9510bca23b84ba61aff" - } -} diff --git a/domains/_github-pages-challenge-nayanjd.nayandas.json b/domains/_github-pages-challenge-nayanjd.nayandas.json deleted file mode 100644 index a6ba7d617..000000000 --- a/domains/_github-pages-challenge-nayanjd.nayandas.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NayanJD", - "email": "dastms@gmail.com" - }, - "records": { - "TXT": "1f61f6ce0b038f2d48a6d726e715f5" - } -} diff --git a/domains/_github-pages-challenge-nduartech.nathan.json b/domains/_github-pages-challenge-nduartech.nathan.json deleted file mode 100644 index 2b767e969..000000000 --- a/domains/_github-pages-challenge-nduartech.nathan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nduartech", - "email": "nduartech101@gmail.com" - }, - "records": { - "TXT": "79d3051264abe353b91b26d27d0e42" - } -} diff --git a/domains/_github-pages-challenge-noahziheng.noahgao.json b/domains/_github-pages-challenge-noahziheng.noahgao.json deleted file mode 100644 index a5bd10998..000000000 --- a/domains/_github-pages-challenge-noahziheng.noahgao.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "noahziheng", - "email": "noahgaocn@outlook.com" - }, - "records": { - "TXT": "a25695a5c49f374f6eb483ff49c7c7" - } -} diff --git a/domains/_github-pages-challenge-pansy27.pansy.json b/domains/_github-pages-challenge-pansy27.pansy.json deleted file mode 100644 index 7b067cb4e..000000000 --- a/domains/_github-pages-challenge-pansy27.pansy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pansy27", - "email": "uselessshogun99@gmail.com" - }, - "records": { - "TXT": "f7dedb2a4d727663fc9b0198fe3797" - } -} diff --git a/domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json b/domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json deleted file mode 100644 index 6e7b284cb..000000000 --- a/domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "patrickzhou1234", - "discord": "moist__nugget" - }, - "records": { - "TXT": "d7c5e799b2dc38d36cb2345dd0e78d" - } -} diff --git a/domains/_github-pages-challenge-prakhillohiya.prakhillohiya.json b/domains/_github-pages-challenge-prakhillohiya.prakhillohiya.json deleted file mode 100644 index 47087dbd9..000000000 --- a/domains/_github-pages-challenge-prakhillohiya.prakhillohiya.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "prakhillohiya", - "email": "prakhillohiya@gmail.com" - }, - "records": { - "TXT": "31f067f6796f63a3cb4e0110ff10df" - } -} diff --git a/domains/_github-pages-challenge-quiww.qui.json b/domains/_github-pages-challenge-quiww.qui.json deleted file mode 100644 index 9229b8199..000000000 --- a/domains/_github-pages-challenge-quiww.qui.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "quiww", - "mastodon": "qui@bsd.cafe" - }, - "records": { - "TXT": "88feaaecca94fbb634748f98c0c48e" - } -} diff --git a/domains/_github-pages-challenge-rudwolf.rodolfo.json b/domains/_github-pages-challenge-rudwolf.rodolfo.json deleted file mode 100644 index 81c0ddd82..000000000 --- a/domains/_github-pages-challenge-rudwolf.rodolfo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rudwolf", - "email": "rudwolf@gmail.com" - }, - "records": { - "TXT": "549d8e2eaf3753b07362c99c2eb240" - } -} diff --git a/domains/_github-pages-challenge-rwithik.rwithik.json b/domains/_github-pages-challenge-rwithik.rwithik.json deleted file mode 100644 index 5f5251848..000000000 --- a/domains/_github-pages-challenge-rwithik.rwithik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rwithik", - "email": "rwithik@gmail.com" - }, - "records": { - "TXT": "7a912f12f50a5cd49fc6148d672574" - } -} diff --git a/domains/_github-pages-challenge-sajidshahriar72543.sajid.json b/domains/_github-pages-challenge-sajidshahriar72543.sajid.json deleted file mode 100644 index 036c08f36..000000000 --- a/domains/_github-pages-challenge-sajidshahriar72543.sajid.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sajidshahriar72543", - "email": "sazidshahriar39@gmail.com" - }, - "records": { - "TXT": "d93567f4844049ce8f6ba59b0c42ab" - } -} diff --git a/domains/_github-pages-challenge-sanchay9.sanchay.json b/domains/_github-pages-challenge-sanchay9.sanchay.json deleted file mode 100644 index 273f573c5..000000000 --- a/domains/_github-pages-challenge-sanchay9.sanchay.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sanchay9", - "email": "sanchaykumar9@gmail.com" - }, - "records": { - "TXT": "25bca04982f50f307259901d6f7688" - } -} diff --git a/domains/_github-pages-challenge-shaunfurtado.blog.shaunfurtado.json b/domains/_github-pages-challenge-shaunfurtado.blog.shaunfurtado.json deleted file mode 100644 index f40d5b0a9..000000000 --- a/domains/_github-pages-challenge-shaunfurtado.blog.shaunfurtado.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Verification for blog.shaunfurtado.is-a.dev in Github Pages", - "owner": { - "username": "Shaunfurtado", - "email": "shaunf1801@gmail.com" - }, - "records": { - "TXT": "08ce2f232e7028cbeb1a6baf8c8e49" - } -} diff --git a/domains/_github-pages-challenge-soymadip.soymadip.json b/domains/_github-pages-challenge-soymadip.soymadip.json deleted file mode 100644 index 98af603ad..000000000 --- a/domains/_github-pages-challenge-soymadip.soymadip.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "soymadip", - "email": "soumadip@zohomail.in" - }, - "records": { - "TXT": "5d04ea047efd00f6377e5ad12bb373" - } -} diff --git a/domains/_github-pages-challenge-suhasdissa.suhasdissa.json b/domains/_github-pages-challenge-suhasdissa.suhasdissa.json deleted file mode 100644 index 52d9cbecb..000000000 --- a/domains/_github-pages-challenge-suhasdissa.suhasdissa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SuhasDissa", - "email": "suhasdissa@gmail.com" - }, - "records": { - "TXT": "50e98ca19e56d314f4ab5b37d19d4b" - } -} diff --git a/domains/_github-pages-challenge-surv-is-a-dev.surv.json b/domains/_github-pages-challenge-surv-is-a-dev.surv.json deleted file mode 100644 index dc74a806a..000000000 --- a/domains/_github-pages-challenge-surv-is-a-dev.surv.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yuri-kiss", - "email": "a_2oo@outlook.com" - }, - "records": { - "TXT": "762ac4818881ad8a0420c077a2ab99" - } -} diff --git a/domains/_github-pages-challenge-takase1121.takase.json b/domains/_github-pages-challenge-takase1121.takase.json deleted file mode 100644 index 7295e87d2..000000000 --- a/domains/_github-pages-challenge-takase1121.takase.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "takase1121", - "email": "takase1121@proton.me" - }, - "records": { - "TXT": "f735d72a61c58977384c6f13305387" - } -} diff --git a/domains/_github-pages-challenge-tclement0922.tclement0922.json b/domains/_github-pages-challenge-tclement0922.tclement0922.json deleted file mode 100644 index c650b1f71..000000000 --- a/domains/_github-pages-challenge-tclement0922.tclement0922.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tclement0922", - "email": "thibault.clement09@gmail.com" - }, - "records": { - "TXT": "9e402ea7933ed1c8da4935e5454fac" - } -} diff --git a/domains/_github-pages-challenge-thesanju.thesanju.json b/domains/_github-pages-challenge-thesanju.thesanju.json deleted file mode 100644 index beed0874b..000000000 --- a/domains/_github-pages-challenge-thesanju.thesanju.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "thesanju", - "email": "sanjayjr1official@gmail.com" - }, - "records": { - "TXT": "1ef563891d9e0572cd59f4a3e80b42" - } -} diff --git a/domains/_github-pages-challenge-tim-vdb.tim-vdb.json b/domains/_github-pages-challenge-tim-vdb.tim-vdb.json deleted file mode 100644 index b36702c24..000000000 --- a/domains/_github-pages-challenge-tim-vdb.tim-vdb.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tim-vdb", - "email": "timotheevdbosch@gmail.com" - }, - "records": { - "TXT": "ccd9ff03f723b201d75c2ae79c3245" - } -} diff --git a/domains/_github-pages-challenge-voidkeishi.keishi.json b/domains/_github-pages-challenge-voidkeishi.keishi.json deleted file mode 100644 index 93324a66c..000000000 --- a/domains/_github-pages-challenge-voidkeishi.keishi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VoidKeishi", - "email": "phananha4@gmail.com" - }, - "records": { - "TXT": "24873b574f17ea257bd32d1f505781" - } -} diff --git a/domains/_github-pages-challenge-vontey.vontey.json b/domains/_github-pages-challenge-vontey.vontey.json deleted file mode 100644 index d8d590d4b..000000000 --- a/domains/_github-pages-challenge-vontey.vontey.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vontey", - "email": "ash2vee@outlook.com" - }, - "records": { - "TXT": "c5d23775aa8514a3dd88ee55d78a14" - } -} diff --git a/domains/_github-pages-challenge-vurihuang.vurihuang.json b/domains/_github-pages-challenge-vurihuang.vurihuang.json deleted file mode 100644 index d2b8443b1..000000000 --- a/domains/_github-pages-challenge-vurihuang.vurihuang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vurihuang", - "email": "vengeancehuang@gmail.com" - }, - "records": { - "TXT": ["8ba2660c4c9bb5915177df7123d158"] - } -} diff --git a/domains/_github-pages-challenge-window5000.window5.json b/domains/_github-pages-challenge-window5000.window5.json deleted file mode 100644 index 5fe3535e4..000000000 --- a/domains/_github-pages-challenge-window5000.window5.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Window5000", - "email": "spam.window5.spam@gmail.com" - }, - "records": { - "TXT": "e0f44964a7e707b4d78755bb66b3e4" - } -} diff --git a/domains/_github-pages-challenge-wizcann.wizcann.json b/domains/_github-pages-challenge-wizcann.wizcann.json deleted file mode 100644 index 4ffbe8d97..000000000 --- a/domains/_github-pages-challenge-wizcann.wizcann.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "wizcann" - }, - "records": { - "TXT": ["76bdb40edcf54ac449921a71e3e388"] - } -} diff --git a/domains/_github-pages-challenge-x7v8p3m2q9l0.negativez.json b/domains/_github-pages-challenge-x7v8p3m2q9l0.negativez.json deleted file mode 100644 index 53f59bbfa..000000000 --- a/domains/_github-pages-challenge-x7v8p3m2q9l0.negativez.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "x7v8p3m2q9l0", - "email": "rbgkbj@gmail.com" - }, - "records": { - "TXT": "454c65660aac23fc0cfb152dac0282" - } -} diff --git a/domains/_github-pages-challenge-yantcaccia.antonio.json b/domains/_github-pages-challenge-yantcaccia.antonio.json deleted file mode 100644 index 3e1673c4c..000000000 --- a/domains/_github-pages-challenge-yantcaccia.antonio.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "YantCaccia", - "email": "yantcaccia@gmail.com" - }, - "records": { - "TXT": "7af4c3a94c5f7fa70f489c3c8c901f" - } -} diff --git a/domains/_github-pages-challenge-yorodm.yorodm.json b/domains/_github-pages-challenge-yorodm.yorodm.json deleted file mode 100644 index 9140b2f8d..000000000 --- a/domains/_github-pages-challenge-yorodm.yorodm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yorodm", - "email": "yoandy.rmartinez@gmail.com" - }, - "records": { - "TXT": "4e4101d7a9a7606d96f9757829a24d" - } -} diff --git a/domains/_github-pages-challenge-yourtilak.tilak.json b/domains/_github-pages-challenge-yourtilak.tilak.json deleted file mode 100644 index 9a303790c..000000000 --- a/domains/_github-pages-challenge-yourtilak.tilak.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/YourTilak/YourTilak.github.io", - "owner": { - "username": "YourTilak", - "email": "rj05tilak@gmail.com" - }, - "records": { - "TXT": "c599b4c1ad1e049f9a34ab0534ede8" - } -} diff --git a/domains/_github-pages-challenge-yummyoreo.oreo.json b/domains/_github-pages-challenge-yummyoreo.oreo.json deleted file mode 100644 index 51f1a05d6..000000000 --- a/domains/_github-pages-challenge-yummyoreo.oreo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "YummyOreo", - "email": "bobgim20@gmail.com" - }, - "records": { - "TXT": "91193592629d4273fa574d6c88a7e4" - } -} diff --git a/domains/a-little-hat.json b/domains/a-little-hat.json deleted file mode 100644 index e53869fc7..000000000 --- a/domains/a-little-hat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "A-Little-Hat", - "email": "soumyasarkar309@gmail.com" - }, - "records": { - "CNAME": "a-little-hat.github.io" - } -} diff --git a/domains/aaditya.json b/domains/aaditya.json deleted file mode 100644 index 92cee40bf..000000000 --- a/domains/aaditya.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aaditya2200", - "email": "aaditya2200@gmail.com" - }, - "records": { - "CNAME": "aaditya2200.github.io" - } -} diff --git a/domains/aakhilv.json b/domains/aakhilv.json deleted file mode 100644 index 0bf0e809a..000000000 --- a/domains/aakhilv.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "A personal portfolio site for all my projects and commissions.", - "owner": { - "username": "aakhilv", - "email": "bluninja165@gmail.com", - "twitter": "corruptblu" - }, - "records": { - "CNAME": "aakhilv.github.io" - } -} diff --git a/domains/aaksa.json b/domains/aaksa.json deleted file mode 100644 index 786512d49..000000000 --- a/domains/aaksa.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "aaksa.is-a.dev", - "owner": { - "username": "aaksa", - "email": "andiaksa16@gmail.com" - }, - "records": { - "CNAME": "aaksa.github.io" - } -} diff --git a/domains/abc.json b/domains/abc.json deleted file mode 100644 index ff471d619..000000000 --- a/domains/abc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "neohe", - "email": "he_neo@163.com" - }, - "records": { - "CNAME": "neohe.github.io" - } -} diff --git a/domains/abdelghani.json b/domains/abdelghani.json deleted file mode 100644 index 34fa964ee..000000000 --- a/domains/abdelghani.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "abdessattar23", - "discord": "1226143665567567954" - }, - "records": { - "CNAME": "king255-del.github.io" - } -} diff --git a/domains/abdelkarimain.json b/domains/abdelkarimain.json deleted file mode 100644 index b7206d274..000000000 --- a/domains/abdelkarimain.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "abdelkarimain", - "email": "abdelkarimain0@gmail.com" - }, - "records": { - "CNAME": "abdelkarimain.github.io" - } -} diff --git a/domains/abdullah.json b/domains/abdullah.json deleted file mode 100644 index 9e267b860..000000000 --- a/domains/abdullah.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Abdullah Personal Website", - "owner": { - "username": "Mdabdullah3", - "email": "mdabdullahnoman777@gmail.com" - }, - "records": { - "CNAME": "mdabdullah3.github.io" - } -} diff --git a/domains/abdullyahuza.json b/domains/abdullyahuza.json deleted file mode 100644 index 4c4969b67..000000000 --- a/domains/abdullyahuza.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "abdullyahuza", - "email": "yahuzaabdulrazak@gmail.com" - }, - "records": { - "CNAME": "abdullyahuza.github.io" - } -} diff --git a/domains/abdulrshaikh.json b/domains/abdulrshaikh.json deleted file mode 100644 index d423dd7db..000000000 --- a/domains/abdulrshaikh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ariskycode", - "email": "arirfanshaikh23@gmail.com" - }, - "records": { - "CNAME": "ariskycode.github.io" - } -} diff --git a/domains/abegehr.json b/domains/abegehr.json deleted file mode 100644 index a324f1ec0..000000000 --- a/domains/abegehr.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal webpage", - "owner": { - "username": "abegehr", - "email": "anton@begehr.me", - "twitter": "antonbegehr" - }, - "records": { - "CNAME": "abegehr.github.io" - } -} diff --git a/domains/abeltranp94.json b/domains/abeltranp94.json deleted file mode 100644 index 6b5adebf0..000000000 --- a/domains/abeltranp94.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Ariel Beltrán Paneque", - "owner": { - "username": "abeltranp9476", - "email": "abeltran.9476@gmail.com" - }, - "records": { - "CNAME": "abeltranp9476.github.io" - } -} diff --git a/domains/abhigyantrips.json b/domains/abhigyantrips.json deleted file mode 100644 index beb11327c..000000000 --- a/domains/abhigyantrips.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "abhigyantrips", - "email": "abhigyantrips@gmail.com" - }, - "records": { - "CNAME": "abhigyantrips.github.io" - } -} diff --git a/domains/abhijith.json b/domains/abhijith.json deleted file mode 100644 index 8cde3bf8b..000000000 --- a/domains/abhijith.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "abhisawesome", - "email": "abhijithababhijith@gmail.com" - }, - "records": { - "CNAME": "abhisawesome.github.io" - } -} diff --git a/domains/abhishekissac.json b/domains/abhishekissac.json deleted file mode 100644 index 97ca0e157..000000000 --- a/domains/abhishekissac.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Abhishek-Issac", - "email": "abhishekissac0@gmail.com" - }, - "records": { - "CNAME": "abhishek-issac.github.io" - }, - "proxied": false -} diff --git a/domains/acaiberii.json b/domains/acaiberii.json deleted file mode 100644 index 5e8aee9bb..000000000 --- a/domains/acaiberii.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "acaiberii's website", - "owner": { - "username": "acaiberii", - "email": "studiouifxdesignersandcoders@gmail.com" - }, - "records": { - "CNAME": "acaiberii.github.io" - } -} diff --git a/domains/acutewoof.json b/domains/acutewoof.json deleted file mode 100644 index b3a2fc480..000000000 --- a/domains/acutewoof.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "ACuteWoof's Personal Site", - "owner": { - "username": "acutewoof", - "email": "acutewoof@gmail.com" - }, - "records": { - "CNAME": "acutewoof.github.io" - } -} diff --git a/domains/ada.json b/domains/ada.json deleted file mode 100644 index a3c701661..000000000 --- a/domains/ada.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ada-lovecraft", - "email": "ada@codevinsky.com" - }, - "records": { - "CNAME": "ada-lovecraft.github.io" - } -} diff --git a/domains/adarshkumar.json b/domains/adarshkumar.json deleted file mode 100644 index a5ad818d1..000000000 --- a/domains/adarshkumar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Adarsh R. Kumar", - "email": "adarshravikumar2@gmail.com" - }, - "records": { - "CNAME": "adarshrkumar.github.io" - } -} diff --git a/domains/adarshs.json b/domains/adarshs.json deleted file mode 100644 index 66fda5b46..000000000 --- a/domains/adarshs.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "The portfolio of Adarsh S", - "owner": { - "username": "adarshsuresh07", - "email": "adarshsuresh@cet.ac.in" - }, - "records": { - "CNAME": "adarshsuresh07.github.io" - } -} diff --git a/domains/adarshvijay.json b/domains/adarshvijay.json deleted file mode 100644 index 2be7ac759..000000000 --- a/domains/adarshvijay.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "adarsh-av13", - "email": "dra4474@gmail.com" - }, - "records": { - "CNAME": "adarsh-av13.github.io" - } -} diff --git a/domains/adhi.json b/domains/adhi.json deleted file mode 100644 index 4b65cf5bb..000000000 --- a/domains/adhi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Adhi", - "email": "akrishna.cse21@gmail.com" - }, - "records": { - "CNAME": "adhithyakrishna.github.io" - } -} diff --git a/domains/adigen.json b/domains/adigen.json deleted file mode 100644 index d7aba264f..000000000 --- a/domains/adigen.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mradigen", - "email": "mr.adigen@protonmail.com" - }, - "records": { - "CNAME": "mradigen.github.io" - } -} diff --git a/domains/adit.json b/domains/adit.json deleted file mode 100644 index 691f7fb3d..000000000 --- a/domains/adit.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aditya-lika-ardiansyah", - "email": "Adytialikaardiansyah@gmail.com" - }, - "records": { - "CNAME": "aditya-lika-ardiansyah.github.io" - } -} diff --git a/domains/adithyapaib.json b/domains/adithyapaib.json deleted file mode 100644 index 606648bc8..000000000 --- a/domains/adithyapaib.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "adithyapaib", - "email": "paiadithya26@gmail.com", - "twitter": "adithyapaib" - }, - "records": { - "CNAME": "adithyapaib.github.io" - } -} diff --git a/domains/adityavag.json b/domains/adityavag.json deleted file mode 100644 index 0e5d02c34..000000000 --- a/domains/adityavag.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "adityavag", - "email": "adi247u@gmail.com" - }, - "records": { - "CNAME": "adityavag.github.io" - } -} diff --git a/domains/adolar0042.json b/domains/adolar0042.json deleted file mode 100644 index 0df382020..000000000 --- a/domains/adolar0042.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Adolar0042", - "email": "adolar0042@gmail.com" - }, - "records": { - "CNAME": "adolar0042.github.io" - } -} diff --git a/domains/adonisfx.json b/domains/adonisfx.json deleted file mode 100644 index 061d6d5f9..000000000 --- a/domains/adonisfx.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "This is a domain for my personal website!", - "owner": { - "username": "Adonisfx", - "email": "ogulcanozturk72@gmail.com", - "twitter": "ogulcanztrk1" - }, - "records": { - "CNAME": "adonisfx.github.io" - } -} diff --git a/domains/adrenocortico.json b/domains/adrenocortico.json deleted file mode 100644 index c813d6dc6..000000000 --- a/domains/adrenocortico.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Adrenocortico", - "email": "francesco.dulio@icloud.com" - }, - "records": { - "CNAME": "adrenocortico.github.io" - } -} diff --git a/domains/adrian.json b/domains/adrian.json deleted file mode 100644 index c44cf5aa5..000000000 --- a/domains/adrian.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "usmcamgrimm", - "email": "usmcamgrimm@gmail.com" - }, - "records": { - "CNAME": "usmcamgrimm.github.io" - } -} diff --git a/domains/aeon.json b/domains/aeon.json deleted file mode 100644 index 51f7276b2..000000000 --- a/domains/aeon.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DaynLalwani", - "email": "Daynlalwani23@gmail.com" - }, - "records": { - "CNAME": "daynlalwani.github.io" - } -} diff --git a/domains/afnan.json b/domains/afnan.json deleted file mode 100644 index 39d1d5ad3..000000000 --- a/domains/afnan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My portfolio website", - "owner": { - "username": "Sayed-Afnan-Khazi", - "email": "oofnanfake1@gmail.com" - }, - "records": { - "CNAME": "sayed-afnan-khazi.github.io" - } -} diff --git a/domains/agamjot-singh.json b/domains/agamjot-singh.json deleted file mode 100644 index 6dad1f4cc..000000000 --- a/domains/agamjot-singh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "agamjotsingh18", - "email": "agamjotsingh1801@gmail.com", - "twitter": "_agamjotsingh" - }, - "records": { - "CNAME": "agamjotsingh18.github.io" - } -} diff --git a/domains/agelos.json b/domains/agelos.json deleted file mode 100644 index 95f45edb3..000000000 --- a/domains/agelos.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "agelospanagiotakis", - "email": "agelospanagiotakis@gmail.com" - }, - "records": { - "CNAME": "agelospanagiotakis.github.io" - } -} diff --git a/domains/agung.json b/domains/agung.json deleted file mode 100644 index c90040f9f..000000000 --- a/domains/agung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aw09", - "email": "agungwck.99@gmail.com" - }, - "records": { - "CNAME": "aw09.github.io" - } -} diff --git a/domains/ahammednibras.json b/domains/ahammednibras.json deleted file mode 100644 index b63d16e2c..000000000 --- a/domains/ahammednibras.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ahammednibras8", - "email": "ahammednibras@hey.com", - "twitter": "ahammednibras8" - }, - "records": { - "CNAME": "ahammednibras8.github.io" - } -} diff --git a/domains/ahmedashraf.json b/domains/ahmedashraf.json deleted file mode 100644 index d4bfb3462..000000000 --- a/domains/ahmedashraf.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ahmedrashraf", - "email": "ahmedr.0331@gmail.com" - }, - "records": { - "CNAME": "ahmedrashraf.github.io" - } -} diff --git a/domains/ain3abdo.json b/domains/ain3abdo.json deleted file mode 100644 index 3c683e836..000000000 --- a/domains/ain3abdo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ainabdelkarim", - "email": "abdelkarimain0@gmail.com" - }, - "records": { - "CNAME": "ainabdelkarim.github.io" - } -} diff --git a/domains/ak-profile.json b/domains/ak-profile.json deleted file mode 100644 index 5dfa46392..000000000 --- a/domains/ak-profile.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Akash0816", - "email": "akashoffical321@gmail.com" - }, - "records": { - "CNAME": "akash0816.github.io" - } -} diff --git a/domains/akashj.json b/domains/akashj.json deleted file mode 100644 index 03f24fe53..000000000 --- a/domains/akashj.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "akash-janapati", - "email": "akash2009janapati@gmail.com" - }, - "records": { - "CNAME": "akash-janapati.github.io" - } -} diff --git a/domains/akshath.json b/domains/akshath.json deleted file mode 100644 index e9a51e31f..000000000 --- a/domains/akshath.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "d7dx", - "email": "d7dx@proton.me" - }, - "records": { - "CNAME": "d7dx.github.io" - } -} diff --git a/domains/akxd.json b/domains/akxd.json deleted file mode 100644 index 9bf91b13c..000000000 --- a/domains/akxd.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Aditya's Portfolio", - "owner": { - "username": "adityakumarxd", - "discord": "akxd" - }, - "records": { - "CNAME": "adityakumarxd.github.io" - } -} diff --git a/domains/akzana.json b/domains/akzana.json deleted file mode 100644 index 6fa83829f..000000000 --- a/domains/akzana.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "akzana", - "email": "akzanaklepsch@outlook.com" - }, - "records": { - "CNAME": "akzana.github.io" - } -} diff --git a/domains/alan-smith.json b/domains/alan-smith.json deleted file mode 100644 index dd18dea5f..000000000 --- a/domains/alan-smith.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AlanDoesCS", - "discord": "730009898942988299" - }, - "records": { - "CNAME": "alandoescs.github.io" - } -} diff --git a/domains/albert.json b/domains/albert.json deleted file mode 100644 index 54b313fb7..000000000 --- a/domains/albert.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Albert's Portfolio Website", - "owner": { - "username": "albert1033", - "email": "vuongdingtuong.an@gmail.com", - "twitter": "albert_26_10" - }, - "records": { - "CNAME": "albert1033.github.io" - } -} diff --git a/domains/alden.json b/domains/alden.json deleted file mode 100644 index f23965ed0..000000000 --- a/domains/alden.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Websitenya alden si dawg yang sangaddd keren", - "owner": { - "username": "Schmeichel-web", - "manager": "cupglassdev", - "discord": "footballfan0891", - "note": "this is my friend's website, because he dosent really understands about these thing, im managing it" - }, - "records": { - "CNAME": "aldenpbm.github.io" - } -} diff --git a/domains/alejosm.json b/domains/alejosm.json deleted file mode 100644 index eff9a4bb8..000000000 --- a/domains/alejosm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ralexale", - "email": "ralexale@gmail.com" - }, - "records": { - "CNAME": "ralexale.github.io" - } -} diff --git a/domains/aleks.json b/domains/aleks.json deleted file mode 100644 index 93570681c..000000000 --- a/domains/aleks.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ConnorDoesDev", - "email": "connor@cstudios.gay", - "discord": "Connor!#0800" - }, - "description": "this is-a.dev page is for a friend of mine, he didn't want to make a github account lol. we're currently working on the site, just wanted to make sure.", - "records": { - "CNAME": "connordoesdev.github.io" - } -} diff --git a/domains/alemi.json b/domains/alemi.json deleted file mode 100644 index 7e701e39b..000000000 --- a/domains/alemi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alemiherbert", - "email": "alemiherbert@gmail.com" - }, - "records": { - "CNAME": "alemiherbert.github.io" - } -} diff --git a/domains/alessandrobellesia.json b/domains/alessandrobellesia.json deleted file mode 100644 index 1c2888cce..000000000 --- a/domains/alessandrobellesia.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alessandrobellesia", - "x": "@ale_bellesia" - }, - "records": { - "CNAME": "alessandrobellesia.github.io" - } -} diff --git a/domains/alexbartles.json b/domains/alexbartles.json deleted file mode 100644 index 4d0a4c3eb..000000000 --- a/domains/alexbartles.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "repo": "https://alexbartles.github.io/", - "owner": { - "username": "AlexBartles", - "email": "alexbartles2012@gmail.com", - "discord": "_alexbartles" - }, - "records": { - "CNAME": "alexbartles.github.io" - } -} diff --git a/domains/alexcantor.json b/domains/alexcantor.json deleted file mode 100644 index 26717aeb1..000000000 --- a/domains/alexcantor.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alex-cantor", - "email": "alexcantor99@gmail.com" - }, - "records": { - "CNAME": "alex-cantor.github.io" - } -} diff --git a/domains/alexis.json b/domains/alexis.json deleted file mode 100644 index eeb01e5e0..000000000 --- a/domains/alexis.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personnal website of", - "owner": { - "username": "alexis-elaxis", - "email": "contact@alexiis.fr", - "twitter": "un_nalexis" - }, - "records": { - "CNAME": "alexis-elaxis.github.io" - } -} diff --git a/domains/alexmercerind.json b/domains/alexmercerind.json deleted file mode 100644 index 2bbabdbb5..000000000 --- a/domains/alexmercerind.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "alexmercerind", - "email": "alexmercerind@gmail.com", - "twitter": "alexmercerind", - "discord": "alexmercerind#3898" - }, - "records": { - "CNAME": "alexmercerind.github.io" - } -} diff --git a/domains/alfred.json b/domains/alfred.json deleted file mode 100644 index 210882e5f..000000000 --- a/domains/alfred.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AlfredDiscordBot", - "email": "alvinallen333@gmail.com" - }, - "records": { - "CNAME": "alfreddiscordbot.github.io" - } -} diff --git a/domains/ali-abdurrazzak.json b/domains/ali-abdurrazzak.json deleted file mode 100644 index e410065c9..000000000 --- a/domains/ali-abdurrazzak.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "aliabdurrazzak", - "email": "aliabdurrazzak@gmail.com", - "twitter": "aliabdurrazzak" - }, - "records": { - "CNAME": "aliabdurrazzak.github.io" - } -} diff --git a/domains/alimd.json b/domains/alimd.json deleted file mode 100644 index 8b9c6dd69..000000000 --- a/domains/alimd.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AliMD", - "email": "ali@mihandoost.com" - }, - "records": { - "CNAME": "alimd.github.io" - } -} diff --git a/domains/alivaliev.json b/domains/alivaliev.json deleted file mode 100644 index 3474876ec..000000000 --- a/domains/alivaliev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ali-valiev", - "discord": "722403528705966080" - }, - "records": { - "CNAME": "ali-valiev.github.io" - } -} diff --git a/domains/alltawd.json b/domains/alltawd.json deleted file mode 100644 index ebd80fd4b..000000000 --- a/domains/alltawd.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AlltAWD", - "email": "hanson_2014@hotmail.com" - }, - "records": { - "CNAME": "alltawd.github.io" - } -} diff --git a/domains/almatch.json b/domains/almatch.json deleted file mode 100644 index 9649cee8d..000000000 --- a/domains/almatch.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Imad", - "owner": { - "username": "imadboy89", - "email": "imad.kh@outlook.com" - }, - "records": { - "CNAME": "imadboy89.github.io" - } -} diff --git a/domains/alokik.json b/domains/alokik.json deleted file mode 100644 index b5ed547eb..000000000 --- a/domains/alokik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "OpAayush", - "email": "aayushmagrawal@gmail.com" - }, - "records": { - "CNAME": "alokik-here.github.io" - } -} diff --git a/domains/aloo-bun.json b/domains/aloo-bun.json deleted file mode 100644 index 9edcc0b80..000000000 --- a/domains/aloo-bun.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AshC1ty", - "email": "ashcity07734@gmail.com" - }, - "records": { - "CNAME": "ashc1ty.github.io" - } -} diff --git a/domains/alriy.json b/domains/alriy.json deleted file mode 100644 index 80fa195bd..000000000 --- a/domains/alriy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dami6u9", - "email": "danielyalikotte@gmail.com" - }, - "records": { - "CNAME": "dami6u9.github.io" - } -} diff --git a/domains/aluwi.json b/domains/aluwi.json deleted file mode 100644 index 07f62d739..000000000 --- a/domains/aluwi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "my portfolio", - "owner": { - "username": "Aluwi21", - "email": "21fayyadh@gmail.com", - "twitter": "Aluwi_" - }, - "records": { - "CNAME": "aluwi21.github.io" - } -} diff --git a/domains/alvito.json b/domains/alvito.json deleted file mode 100644 index 51ede65bf..000000000 --- a/domains/alvito.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alvitodev", - "email": "alvitodev@protonmail.com" - }, - "records": { - "CNAME": "alvitodev.github.io" - } -} diff --git a/domains/amal-sebastian.json b/domains/amal-sebastian.json deleted file mode 100644 index c6c86609c..000000000 --- a/domains/amal-sebastian.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "amalsebs", - "email": "amalsebastian48@gmail.com" - }, - "records": { - "CNAME": "amalsebs.github.io" - } -} diff --git a/domains/amanthakur.json b/domains/amanthakur.json deleted file mode 100644 index 467676fdd..000000000 --- a/domains/amanthakur.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "aman7thakurr", - "email": "amant8425@gmail.com", - "discord": "523813766295715851" - }, - "records": { - "CNAME": "aman7thakurr.github.io" - } -} diff --git a/domains/amit.json b/domains/amit.json deleted file mode 100644 index bd3a7c141..000000000 --- a/domains/amit.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Amit's website", - "owner": { - "username": "amittkulkarni", - "email": "amitcoolkarni@outlook.com" - }, - "records": { - "CNAME": "amittkulkarni.github.io" - } -} diff --git a/domains/amol3.json b/domains/amol3.json deleted file mode 100644 index c22e4c01b..000000000 --- a/domains/amol3.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "amol234545", - "email": "amolmilton@gmail.com" - }, - "records": { - "CNAME": "amol234545.github.io" - } -} diff --git a/domains/analogsombra.json b/domains/analogsombra.json deleted file mode 100644 index c1f835792..000000000 --- a/domains/analogsombra.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "analog-sombra", - "email": "analogsombra@gmail.com" - }, - "records": { - "CNAME": "analog-sombra.github.io" - } -} diff --git a/domains/anand-ramakrishna.json b/domains/anand-ramakrishna.json deleted file mode 100644 index 24a7234ec..000000000 --- a/domains/anand-ramakrishna.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/theanandramakrishna/theanandramakrishna.github.io", - "owner": { - "username": "theanandramakrishna", - "email": "theanandramakrishna@gmail.com" - }, - "records": { - "CNAME": "theanandramakrishna.github.io" - } -} diff --git a/domains/anandyeole.json b/domains/anandyeole.json deleted file mode 100644 index 3e694ce83..000000000 --- a/domains/anandyeole.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "anandyeole", - "email": "anandyeole@duck.com" - }, - "records": { - "CNAME": "anandyeole.github.io" - } -} diff --git a/domains/anas.json b/domains/anas.json deleted file mode 100644 index 6cd3d374e..000000000 --- a/domains/anas.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Anasov Github Portfolio", - "owner": { - "username": "ItzAnasov", - "email": "anasybal@mail.ru" - }, - "records": { - "CNAME": "itzanasov.github.io" - } -} diff --git a/domains/anautonell.json b/domains/anautonell.json deleted file mode 100644 index c49ebb1ed..000000000 --- a/domains/anautonell.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My Portofolio website!", - "owner": { - "username": "anautonell", - "email": "help@myprotect.xyz", - "twitter": "fastsecurerblx" - }, - "records": { - "CNAME": "anautonell.github.io" - } -} diff --git a/domains/anbuinfosec.json b/domains/anbuinfosec.json deleted file mode 100644 index 76e0d18c9..000000000 --- a/domains/anbuinfosec.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "anbuinfosec" - }, - "records": { - "CNAME": "anbuinfosec.github.io" - } -} diff --git a/domains/andrei.json b/domains/andrei.json deleted file mode 100644 index 086f3feba..000000000 --- a/domains/andrei.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "CalegariAndrei", - "email": "ekingproject@gmail.com", - "discord": "419584364410699786" - }, - "records": { - "CNAME": "calegariandrei.github.io" - } -} diff --git a/domains/andriampeno.json b/domains/andriampeno.json deleted file mode 100644 index 29fd7047e..000000000 --- a/domains/andriampeno.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Domain for my personal portfolio", - "owner": { - "username": "odie100", - "email": "andriampeno.odilon@gmail.com" - }, - "records": { - "CNAME": "odie100.github.io" - } -} diff --git a/domains/andrianina.json b/domains/andrianina.json deleted file mode 100644 index b72a1efe2..000000000 --- a/domains/andrianina.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rbaks", - "email": "andri.bakoson@gmail.com" - }, - "records": { - "CNAME": "rbaks.github.io" - } -} diff --git a/domains/andronasef.json b/domains/andronasef.json deleted file mode 100644 index 972461a54..000000000 --- a/domains/andronasef.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "andronasef", - "email": "andronasef@gmail.com", - "twitter": "andronasef" - }, - "records": { - "CNAME": "andronasef.github.io" - } -} diff --git a/domains/angelo.json b/domains/angelo.json deleted file mode 100644 index 4263d97c7..000000000 --- a/domains/angelo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "angelofallars", - "email": "ba.fallaria@gmail.com" - }, - "records": { - "CNAME": "angelofallars.github.io" - } -} diff --git a/domains/angelwuff.json b/domains/angelwuff.json deleted file mode 100644 index 15d16d3e2..000000000 --- a/domains/angelwuff.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Angelix1", - "twitter": "AngelTheWolfy" - }, - "records": { - "CNAME": "angelix1.github.io" - } -} diff --git a/domains/anhnguyen94.json b/domains/anhnguyen94.json deleted file mode 100644 index 2897a0021..000000000 --- a/domains/anhnguyen94.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portfolio redirect for anhnguyen1907", - "owner": { - "username": "anhnguyen1907", - "email": "cau2tomy@gmail.com" - }, - "records": { - "CNAME": "anhnguyen1907.github.io" - } -} diff --git a/domains/anibalbastiass.json b/domains/anibalbastiass.json deleted file mode 100644 index 7a0cd306f..000000000 --- a/domains/anibalbastiass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "anibalbastiass", - "email": "anibal.bastias@gmail.com" - }, - "records": { - "CNAME": "anibalbastiass.github.io" - } -} diff --git a/domains/anindra.json b/domains/anindra.json deleted file mode 100644 index 6619aba96..000000000 --- a/domains/anindra.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "repo": "https://github.com/meanindra/meanindra.github.io", - "owner": { - "username": "meanindra", - "email": "anindrakarmakar+pnswp5ix@proton.me", - "twitter": "i_anindra" - }, - "records": { - "CNAME": "meanindra.github.io" - } -} diff --git a/domains/ankit.json b/domains/ankit.json deleted file mode 100644 index 74ed5f687..000000000 --- a/domains/ankit.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ankitjain-1", - "email": "akjain6067.aj@gmail.com" - }, - "records": { - "CNAME": "ankitjain-1.github.io" - } -} diff --git a/domains/annihilatorrrr.json b/domains/annihilatorrrr.json deleted file mode 100644 index e04688845..000000000 --- a/domains/annihilatorrrr.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "annihilatorrrr", - "email": "annihilatorspark@gmail.com", - "telegram": "annihilatorrrr" - }, - "records": { - "CNAME": "annihilatorrrr.github.io" - } -} diff --git a/domains/anshu.json b/domains/anshu.json deleted file mode 100644 index b1a2750fe..000000000 --- a/domains/anshu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "anshu-prakash", - "email": "anshuprakash8445@gmail.com" - }, - "records": { - "CNAME": "anshu-prakash.github.io" - } -} diff --git a/domains/anthonydev.json b/domains/anthonydev.json deleted file mode 100644 index f40035dda..000000000 --- a/domains/anthonydev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "anthonyuseche", - "email": "anthonyuseche64@gmail.com" - }, - "records": { - "CNAME": "anthonyuseche.github.io" - } -} diff --git a/domains/anticens.json b/domains/anticens.json deleted file mode 100644 index b999a7f9b..000000000 --- a/domains/anticens.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "IfVar", - "email": "LZT7@proton.me" - }, - "records": { - "CNAME": "anticens.github.io" - } -} diff --git a/domains/antonio.json b/domains/antonio.json deleted file mode 100644 index 203ec2864..000000000 --- a/domains/antonio.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "For my personal landing page", - "owner": { - "username": "YantCaccia", - "email": "yantcaccia@gmail.com" - }, - "records": { - "CNAME": "yantcaccia.github.io" - } -} diff --git a/domains/anttondev.json b/domains/anttondev.json deleted file mode 100644 index 58f89fec7..000000000 --- a/domains/anttondev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "antton-dev", - "email": "antton.chevrier@etik.com" - }, - "records": { - "CNAME": "antton-dev.github.io" - } -} diff --git a/domains/anuj.json b/domains/anuj.json deleted file mode 100644 index 1b88a0447..000000000 --- a/domains/anuj.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Anuj' Welcome to my portfolio", - "owner": { - "username": "AnujMutha", - "email": "mutha.am16@gmail.com" - }, - "records": { - "CNAME": "anujmutha.github.io" - } -} diff --git a/domains/anumeya.json b/domains/anumeya.json deleted file mode 100644 index 91428b09f..000000000 --- a/domains/anumeya.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "KreativeThinker", - "email": "sagely2005eagle@gmail.com" - }, - "records": { - "CNAME": "kreativethinker.github.io" - } -} diff --git a/domains/anurag.json b/domains/anurag.json deleted file mode 100644 index 8de448414..000000000 --- a/domains/anurag.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "anuragjawalkar", - "email": "anurag24jawalkar@gmail.com" - }, - "records": { - "CNAME": "anuragjawalkar.github.io" - } -} diff --git a/domains/aocsa.json b/domains/aocsa.json deleted file mode 100644 index 575ce2362..000000000 --- a/domains/aocsa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aocsa", - "email": "alexander.ocsa@gmail.com" - }, - "records": { - "CNAME": "aocsa.github.io" - } -} diff --git a/domains/ap2.json b/domains/ap2.json deleted file mode 100644 index 45bee33be..000000000 --- a/domains/ap2.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "code-hunt-in", - "email": "aishwary.pandore@somaiya.edu" - }, - "records": { - "CNAME": "code-hunt-in.github.io" - } -} diff --git a/domains/api.catzboy.json b/domains/api.catzboy.json deleted file mode 100644 index 21169f48b..000000000 --- a/domains/api.catzboy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Api", - "owner": { - "username": "Maruful007", - "email": "marufulislamsami2007@gmail.com" - }, - "records": { - "CNAME": "maruful007.github.io" - } -} diff --git a/domains/api.zoom.json b/domains/api.zoom.json deleted file mode 100644 index a26919222..000000000 --- a/domains/api.zoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "A API where I will host all of my images/videos/stuff like it", - "owner": { - "username": "theoldzoom", - "email": "theoldzoom@gmail.com", - "twitter": "theoldzoom", - "discord": "theoldzoom" - }, - "records": { - "CNAME": "theoldzoom.github.io" - } -} diff --git a/domains/apurboislam.json b/domains/apurboislam.json deleted file mode 100644 index f547b7e6a..000000000 --- a/domains/apurboislam.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "apurboislam", - "discord": "740207602855575565" - }, - "records": { - "CNAME": "apurboislam.github.io" - } -} diff --git a/domains/aqua.json b/domains/aqua.json deleted file mode 100644 index 86becd564..000000000 --- a/domains/aqua.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AquaQuokka", - "email": "aquaquokka@outlook.com" - }, - "records": { - "CNAME": "aquaquokka.github.io" - } -} diff --git a/domains/arafat.json b/domains/arafat.json deleted file mode 100644 index 6d66c83cd..000000000 --- a/domains/arafat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yasar-arafath", - "email": "1up6i9jv@duck.com" - }, - "records": { - "CNAME": "yasar-arafath.github.io" - } -} diff --git a/domains/araguaci.json b/domains/araguaci.json deleted file mode 100644 index 7ead5b3b7..000000000 --- a/domains/araguaci.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "araguaci", - "email": "araguaci@gmail.com" - }, - "records": { - "CNAME": "araguaci.github.io" - } -} diff --git a/domains/aravinnndddd.json b/domains/aravinnndddd.json deleted file mode 100644 index 2e33316e2..000000000 --- a/domains/aravinnndddd.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Aravinnndddd", - "email": "aromalaravind0@gmail.com", - "discord": "754961569858846770" - }, - "records": { - "CNAME": "aravinnndddd.github.io" - } -} diff --git a/domains/arif.json b/domains/arif.json deleted file mode 100644 index 1130843d2..000000000 --- a/domains/arif.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Arif-Islam", - "email": "arif8491@gmail.com" - }, - "records": { - "CNAME": "arif-islam.github.io" - } -} diff --git a/domains/arijit.json b/domains/arijit.json deleted file mode 100644 index 40bf24f85..000000000 --- a/domains/arijit.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Site of Arijit", - "owner": { - "username": "ArijitTheDev", - "email": "itsarijitdebnath@gmail.com", - "twitter": "NotArijit" - }, - "records": { - "CNAME": "arijitthedev.github.io" - } -} diff --git a/domains/arin.json b/domains/arin.json deleted file mode 100644 index 9a6034908..000000000 --- a/domains/arin.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "aringadre76" - }, - "records": { - "CNAME": "aringadre76.github.io" - } -} diff --git a/domains/arjuncvinod.json b/domains/arjuncvinod.json deleted file mode 100644 index 98bd13975..000000000 --- a/domains/arjuncvinod.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "arjuncvinod", - "email": "arjuncvinod007@gmail.com", - "twitter": "arjuncvinod7" - }, - "records": { - "CNAME": "arjuncvinod.github.io" - } -} diff --git a/domains/armand.json b/domains/armand.json deleted file mode 100644 index 3ce93ef77..000000000 --- a/domains/armand.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Armand Jordaan's Website", - "owner": { - "username": "armandjordaan", - "email": "armand.jordaan@gmail.com" - }, - "records": { - "CNAME": "armandjordaan.github.io" - } -} diff --git a/domains/arpana.json b/domains/arpana.json deleted file mode 100644 index 041f3e24d..000000000 --- a/domains/arpana.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "winter-code", - "email": "arpana11mehta@gmail.com", - "twitter": "arpana_naa" - }, - "records": { - "CNAME": "winter-code.github.io" - } -} diff --git a/domains/art.json b/domains/art.json deleted file mode 100644 index e2cc3326e..000000000 --- a/domains/art.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Art's personal developer website", - "owner": { - "username": "dotiful", - "email": "dots.util@gmail.com" - }, - "records": { - "CNAME": "dotiful.github.io" - } -} diff --git a/domains/artesdosul.json b/domains/artesdosul.json deleted file mode 100644 index e449de3cc..000000000 --- a/domains/artesdosul.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "araguaci", - "email": "araguaci@gmail.com" - }, - "records": { - "CNAME": "artesdosul.github.io" - } -} diff --git a/domains/artiefuzzz.json b/domains/artiefuzzz.json deleted file mode 100644 index 7443c5042..000000000 --- a/domains/artiefuzzz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ArtieFuzzz", - "email": "jardenz.den@gmail.com" - }, - "records": { - "CNAME": "artiefuzzz.github.io" - } -} diff --git a/domains/arunava.json b/domains/arunava.json deleted file mode 100644 index f54516ebe..000000000 --- a/domains/arunava.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "its-ag", - "email": "itsag0024@gmail.com" - }, - "records": { - "CNAME": "its-ag.github.io" - } -} diff --git a/domains/arush.json b/domains/arush.json deleted file mode 100644 index baec51fe6..000000000 --- a/domains/arush.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ArushYadlapati", - "email": "hello@arush.me" - }, - "records": { - "CNAME": "arushyadlapati.github.io" - } -} diff --git a/domains/arvik1.json b/domains/arvik1.json deleted file mode 100644 index 78cc535fb..000000000 --- a/domains/arvik1.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "arvik1", - "email": "singhvikal891@gmail.com" - }, - "records": { - "CNAME": "arvik1.github.io" - } -} diff --git a/domains/arwi.json b/domains/arwi.json deleted file mode 100644 index f274c33bf..000000000 --- a/domains/arwi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "arwichok", - "email": "arwichok@gmail.com" - }, - "records": { - "CNAME": "arwichok.github.io" - } -} diff --git a/domains/arya.json b/domains/arya.json deleted file mode 100644 index d6193baf3..000000000 --- a/domains/arya.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Arya Vinodan's Website", - "owner": { - "username": "aryavinodan", - "email": "aryavinodan2000@gmail.com" - }, - "records": { - "CNAME": "aryavinodan2000.github.io" - } -} diff --git a/domains/aryxst.json b/domains/aryxst.json deleted file mode 100644 index 0b29a486e..000000000 --- a/domains/aryxst.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Aryxst", - "email": "jessieodeh08@gmail.com" - }, - "records": { - "CNAME": "aryxst.github.io" - } -} diff --git a/domains/asad-khan.json b/domains/asad-khan.json deleted file mode 100644 index bda804450..000000000 --- a/domains/asad-khan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "👋 Hello there! I'm Asad, nice to meet you. Building things that bring delight to users is what I enjoy, always learning new stuff everyday.", - "owner": { - "username": "asadkhan777", - "email": "asadkhan1776@gmail.com" - }, - "records": { - "CNAME": "asadkhan777.github.io" - } -} diff --git a/domains/asbp.json b/domains/asbp.json deleted file mode 100644 index 8bb49f598..000000000 --- a/domains/asbp.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Agung's Portofolio Website", - "owner": { - "username": "asbp", - "email": "guungofficial@gmail.com" - }, - "records": { - "CNAME": "asbp.github.io" - } -} diff --git a/domains/ashuthosh.json b/domains/ashuthosh.json deleted file mode 100644 index 6dbf879f7..000000000 --- a/domains/ashuthosh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AshDubey8", - "email": "ashuthoshmaheshdubey@gmail.com" - }, - "records": { - "CNAME": "ashdubey8.github.io" - } -} diff --git a/domains/ashutosh.json b/domains/ashutosh.json deleted file mode 100644 index 55204ea59..000000000 --- a/domains/ashutosh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Ashutosh Kumar's Portfolio", - "owner": { - "username": "Ashutoshcoder", - "email": "ashutoshkumardbms@gmail.com" - }, - "records": { - "CNAME": "ashutoshcoder.github.io" - } -} diff --git a/domains/ashwin.json b/domains/ashwin.json deleted file mode 100644 index f5c2102ee..000000000 --- a/domains/ashwin.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ashwin3082002", - "email": "ashwin3082002@gmail.com", - "twitter": "ashwin3082002" - }, - "records": { - "CNAME": "ashwin3082002.github.io" - } -} diff --git a/domains/asicalug.json b/domains/asicalug.json deleted file mode 100644 index 6523b52c0..000000000 --- a/domains/asicalug.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Asicalug", - "email": "isaac.poissinger@gmail.com" - }, - "records": { - "CNAME": "asicalug.github.io" - } -} diff --git a/domains/asil.json b/domains/asil.json deleted file mode 100644 index 800f6a01e..000000000 --- a/domains/asil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "asyard", - "discord": "asyard" - }, - "records": { - "CNAME": "asyard.github.io" - } -} diff --git a/domains/asim.json b/domains/asim.json deleted file mode 100644 index 45308595e..000000000 --- a/domains/asim.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Asim Bera's Portfolio", - "owner": { - "username": "asimbera", - "email": "asimbera@outlook.in" - }, - "records": { - "CNAME": "asimbera.github.io" - } -} diff --git a/domains/aspect.json b/domains/aspect.json deleted file mode 100644 index 54dc6cdfd..000000000 --- a/domains/aspect.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My personal blog", - "owner": { - "username": "Aspectsides", - "email": "aspectsidesxyz@gmail.com", - "twitter": "polaris51212" - }, - "records": { - "CNAME": "aspectsides.github.io" - } -} diff --git a/domains/asya.json b/domains/asya.json deleted file mode 100644 index d5b125d42..000000000 --- a/domains/asya.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Glenferdinza", - "email": "ghisyadesign21@gmail.com" - }, - "records": { - "CNAME": "glenferdinza.github.io" - } -} diff --git a/domains/ataim.json b/domains/ataim.json deleted file mode 100644 index eb4e0aecb..000000000 --- a/domains/ataim.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "For my portofolio", - "owner": { - "username": "ataim9999", - "email": "daanprive0@gmail.com" - }, - "records": { - "CNAME": "ataim9999.github.io" - } -} diff --git a/domains/ath.json b/domains/ath.json deleted file mode 100644 index 9e6b41fca..000000000 --- a/domains/ath.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Anchu251", - "email": "thuanhvu.ai@gmail.com" - }, - "records": { - "CNAME": "anchu251.github.io" - } -} diff --git a/domains/athifrahmawan.json b/domains/athifrahmawan.json deleted file mode 100644 index 38a754f5f..000000000 --- a/domains/athifrahmawan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ProfRiski", - "email": "profriski10@gmail.com", - "discord": "Athif#3017" - }, - "description": "Athif Rahmawan's Portfolio", - "records": { - "CNAME": "profriski.github.io" - } -} diff --git a/domains/athira-li.json b/domains/athira-li.json deleted file mode 100644 index 6fa7ce379..000000000 --- a/domains/athira-li.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Athira's Web-Dev Home", - "owner": { - "username": "Athira-L-I", - "email": "athirali4582@gmail.com" - }, - "records": { - "CNAME": "athira-l-i.github.io" - } -} diff --git a/domains/atomic.json b/domains/atomic.json deleted file mode 100644 index 546fd2366..000000000 --- a/domains/atomic.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "atomictyler1", - "discord": "atomictyler" - }, - "records": { - "CNAME": "atomictyler1.github.io" - } -} diff --git a/domains/atul.json b/domains/atul.json deleted file mode 100644 index e6c7aea50..000000000 --- a/domains/atul.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Atul-Patil-99", - "email": "atuluttampatil.1757@gmail.com" - }, - "records": { - "CNAME": "atulpatil-me.github.io" - } -} diff --git a/domains/austino.json b/domains/austino.json deleted file mode 100644 index 8210499b0..000000000 --- a/domains/austino.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AustinGraphics", - "email": "austinxthomas@gmail.com" - }, - "records": { - "CNAME": "austingraphics.github.io" - } -} diff --git a/domains/ausy.json b/domains/ausy.json deleted file mode 100644 index 2925eae18..000000000 --- a/domains/ausy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "FenneAustin", - "email": "austindfenne@gmail.com" - }, - "records": { - "CNAME": "fenneaustin.github.io" - } -} diff --git a/domains/avellea.json b/domains/avellea.json deleted file mode 100644 index 746c08d2b..000000000 --- a/domains/avellea.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Avellea", - "discord": "Ave#2776" - }, - "records": { - "CNAME": "avellea.github.io" - } -} diff --git a/domains/avidevs31.json b/domains/avidevs31.json deleted file mode 100644 index c91c9fb42..000000000 --- a/domains/avidevs31.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AviDevs31", - "email": "josealbertotaverazz@gmail.com" - }, - "records": { - "CNAME": "avidevs31.github.io" - } -} diff --git a/domains/avilam.json b/domains/avilam.json deleted file mode 100644 index bcfdd8698..000000000 --- a/domains/avilam.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "dxravage" - }, - "records": { - "CNAME": "dxravage.github.io" - } -} diff --git a/domains/avnoor-gamerz.json b/domains/avnoor-gamerz.json deleted file mode 100644 index 1429aa91e..000000000 --- a/domains/avnoor-gamerz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Official WEBSITE OF aVNOOR gAMERZ", - "owner": { - "username": "avnoor-gamerz", - "email": "avnoorchahal001@gmail.com", - "twitter": "avnoor-gamerz" - }, - "records": { - "CNAME": "avnoor-gamerz.github.io" - } -} diff --git a/domains/avversion.json b/domains/avversion.json deleted file mode 100644 index d553c9bb0..000000000 --- a/domains/avversion.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "AVVERSION" - }, - "records": { - "CNAME": "avversion.github.io" - } -} diff --git a/domains/axewbotx.json b/domains/axewbotx.json deleted file mode 100644 index 3e148c2b8..000000000 --- a/domains/axewbotx.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal Website", - "owner": { - "username": "AxewBoTX", - "email": "lovedeepbrar54155@gmail.com", - "twitter": "AxewBoTX" - }, - "records": { - "CNAME": "axewbotx.github.io" - } -} diff --git a/domains/ayberk.json b/domains/ayberk.json deleted file mode 100644 index cda58c7de..000000000 --- a/domains/ayberk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ayberktandogan", - "email": "ayberk.tandogan@outlook.com" - }, - "records": { - "CNAME": "ayberktandogan.github.io" - } -} diff --git a/domains/ayinaki.json b/domains/ayinaki.json deleted file mode 100644 index 87c4e608e..000000000 --- a/domains/ayinaki.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Ayinaki", - "email": "ayinakidev@gmail.com" - }, - "records": { - "CNAME": "ayinaki.github.io" - } -} diff --git a/domains/ayushman.json b/domains/ayushman.json deleted file mode 100644 index badd2da75..000000000 --- a/domains/ayushman.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal website for Ayushman", - "owner": { - "username": "AMRzip", - "email": "ayushmanrathi0@gmail.com" - }, - "records": { - "CNAME": "ARMzip.github.io" - }, - "proxied": false -} diff --git a/domains/ayushshivaji.json b/domains/ayushshivaji.json deleted file mode 100644 index 3c4e870be..000000000 --- a/domains/ayushshivaji.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ayushclashroyale", - "email": "ayushclashroyale@gmail.com" - }, - "records": { - "CNAME": "ayushclashroyale.github.io" - } -} diff --git a/domains/azeem.json b/domains/azeem.json deleted file mode 100644 index 8af0eaba2..000000000 --- a/domains/azeem.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal Portfolio", - "owner": { - "username": "azeemidrisi", - "email": "azeemidrisi@protonmail.com" - }, - "records": { - "CNAME": "azeemidrisi.github.io" - } -} diff --git a/domains/b0q.json b/domains/b0q.json deleted file mode 100644 index f1ccafe76..000000000 --- a/domains/b0q.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "qbebo", - "email": "qqqbeboo@yahoo.com", - "discord": "897238854510211143" - }, - "records": { - "CNAME": "qbebo.github.io" - } -} diff --git a/domains/b45i.json b/domains/b45i.json deleted file mode 100644 index edd21561a..000000000 --- a/domains/b45i.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "B45i", - "email": "amalshajan2011@gmail.com" - }, - "records": { - "CNAME": "b45i.github.io" - } -} diff --git a/domains/badnguy.json b/domains/badnguy.json deleted file mode 100644 index 8233caf0b..000000000 --- a/domains/badnguy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nguyenbaduy011", - "email": "nguyenbaduy011@gmail.com" - }, - "records": { - "CNAME": "nguyenbaduy011.github.io" - } -} diff --git a/domains/bako.json b/domains/bako.json deleted file mode 100644 index 4d1b91acb..000000000 --- a/domains/bako.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "real-kwellercat", - "email": "lucas.rausch.732@k12.friscoisd.org", - "discord": "950189411759456266" - }, - "records": { - "CNAME": "real-kwellercat.github.io" - } -} diff --git a/domains/baldr.json b/domains/baldr.json deleted file mode 100644 index 0dab1f739..000000000 --- a/domains/baldr.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "p0lish", - "email": "polish1987@gmail.com" - }, - "records": { - "CNAME": "p0lish.github.io" - } -} diff --git a/domains/bandhan.json b/domains/bandhan.json deleted file mode 100644 index 8509e0596..000000000 --- a/domains/bandhan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bamunjal", - "email": "bamunjal1995@gmail.com" - }, - "records": { - "CNAME": "bamunjal.github.io" - } -} diff --git a/domains/banik.json b/domains/banik.json deleted file mode 100644 index be91e28f6..000000000 --- a/domains/banik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Chiradeep-Banik", - "email": "chiradeep13@gmail.com" - }, - "records": { - "CNAME": "chiradeep-banik.github.io" - } -} diff --git a/domains/bardia.json b/domains/bardia.json deleted file mode 100644 index c7b36e479..000000000 --- a/domains/bardia.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "abardia", - "email": "a.bardia@yahoo.de" - }, - "records": { - "CNAME": "abardia.github.io" - } -} diff --git a/domains/barry-hammer.json b/domains/barry-hammer.json deleted file mode 100644 index 79a8f54e4..000000000 --- a/domains/barry-hammer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "barry-hammer" - }, - "records": { - "CNAME": "barry-hammer.github.io" - } -} diff --git a/domains/basidh.json b/domains/basidh.json deleted file mode 100644 index 9ba25c912..000000000 --- a/domains/basidh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "abdulbasidh", - "email": "farz.basidh@gmail.com" - }, - "records": { - "CNAME": "abdulbasidh.github.io" - } -} diff --git a/domains/bayu.json b/domains/bayu.json deleted file mode 100644 index 0542087e0..000000000 --- a/domains/bayu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ByeByu07", - "email": "muhammadbaharuddin08123@gmail.com" - }, - "records": { - "CNAME": "byebyu07.github.io" - } -} diff --git a/domains/bear.json b/domains/bear.json deleted file mode 100644 index 4043ca238..000000000 --- a/domains/bear.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "bearts", - "email": "anujparihar@yahoo.com", - "twitter": "anujpflash" - }, - "records": { - "CNAME": "bearts.github.io" - } -} diff --git a/domains/bennett1412.json b/domains/bennett1412.json deleted file mode 100644 index ec5d08d4d..000000000 --- a/domains/bennett1412.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Deploying my portfolio website", - "owner": { - "username": "bennett1412", - "email": "bennettmadavana@gmail.com", - "twitter": "MadavanaB" - }, - "records": { - "CNAME": "bennett1412.github.io" - } -} diff --git a/domains/bento64.json b/domains/bento64.json deleted file mode 100644 index 887619400..000000000 --- a/domains/bento64.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "I need a great looking (sub)domain for my website", - "owner": { - "username": "bento64", - "email": "bento64@disroot.org" - }, - "records": { - "CNAME": "bento64.github.io" - } -} diff --git a/domains/beoo.json b/domains/beoo.json deleted file mode 100644 index 99b09088c..000000000 --- a/domains/beoo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "16-thag5", - "email": "truongvan1605.yahoo@gmail.com" - }, - "records": { - "CNAME": "16-thag5.github.io" - } -} diff --git a/domains/bernardo.json b/domains/bernardo.json deleted file mode 100644 index a7c696414..000000000 --- a/domains/bernardo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Bernardo-QG", - "email": "b.quintinoguzman@ugto.mx" - }, - "records": { - "CNAME": "bernardo-qg.github.io" - } -} diff --git a/domains/bhadra.json b/domains/bhadra.json deleted file mode 100644 index e42031472..000000000 --- a/domains/bhadra.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal Website", - "owner": { - "username": "BhadraJayakumarSandhya", - "email": "tomjerryparu@gmail.com" - }, - "records": { - "CNAME": "bhadrajayakumarsandhya.github.io" - } -} diff --git a/domains/bhargav.json b/domains/bhargav.json deleted file mode 100644 index ae3f60874..000000000 --- a/domains/bhargav.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bhargavmehta01", - "email": "bhargav.mehta01@gmail.com" - }, - "records": { - "CNAME": "bhargavmehta01.github.io" - } -} diff --git a/domains/bhavitha.json b/domains/bhavitha.json deleted file mode 100644 index cd90d2e44..000000000 --- a/domains/bhavitha.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nightcoder26", - "twitter": "night_coder26" - }, - "records": { - "CNAME": "nightcoder26.github.io" - } -} diff --git a/domains/bhavyasingh.json b/domains/bhavyasingh.json deleted file mode 100644 index 977ad301d..000000000 --- a/domains/bhavyasingh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "BhavyaSingh2611", - "email": "bhavyasingh2611@outlook.com" - }, - "records": { - "CNAME": "bhavyasingh2611.github.io" - } -} diff --git a/domains/billion.json b/domains/billion.json deleted file mode 100644 index 53acadc76..000000000 --- a/domains/billion.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "billionbucks", - "discord": "mrbillion_bucks", - "email": "mrbillionbucks@gmail.com" - }, - "records": { - "CNAME": "billionbucks.github.io" - } -} diff --git a/domains/bing-chilling.json b/domains/bing-chilling.json deleted file mode 100644 index baf8fde3f..000000000 --- a/domains/bing-chilling.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "TheUnium", - "email": "ooooooooooooothereal@gmail.com" - }, - "records": { - "CNAME": "theunium.github.io" - } -} diff --git a/domains/binwonk.json b/domains/binwonk.json deleted file mode 100644 index f9c916019..000000000 --- a/domains/binwonk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "binwonk", - "email": "finnwok1@gmail.com" - }, - "records": { - "CNAME": "binwonk.github.io" - } -} diff --git a/domains/bismuth.json b/domains/bismuth.json deleted file mode 100644 index 86ceaa23a..000000000 --- a/domains/bismuth.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bismuthnickel", - "email": "warreneverettstevens@gmail.com" - }, - "records": { - "CNAME": "bismuthnickel.github.io" - } -} diff --git a/domains/bleemis42.json b/domains/bleemis42.json deleted file mode 100644 index 031d32785..000000000 --- a/domains/bleemis42.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "BleemIs42", - "description": "BleemIs42.is-a.dev", - "email": "BleemIs42@gmail.com" - }, - "records": { - "CNAME": "BleemIs42.github.io" - } -} diff --git a/domains/blkdang1.json b/domains/blkdang1.json deleted file mode 100644 index 03abc1279..000000000 --- a/domains/blkdang1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "lmlmdf404" - }, - "records": { - "CNAME": "lmlmdf404.github.io" - } -} diff --git a/domains/blog.catzboy.json b/domains/blog.catzboy.json deleted file mode 100644 index d5e120534..000000000 --- a/domains/blog.catzboy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Catzboy's Blog", - "owner": { - "username": "Maruful007", - "email": "marufulislamsami2007@gmail.com" - }, - "records": { - "CNAME": "maruful007.github.io" - } -} diff --git a/domains/blog.ron.json b/domains/blog.ron.json deleted file mode 100644 index 745f8b6d4..000000000 --- a/domains/blog.ron.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "itsrn", - "email": "shalom@itsron.space" - }, - "records": { - "CNAME": "itsrn.github.io" - } -} diff --git a/domains/blog.shaunfurtado.json b/domains/blog.shaunfurtado.json deleted file mode 100644 index 390cadd58..000000000 --- a/domains/blog.shaunfurtado.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Shaunfurtado", - "email": "shaunf1801@gmail.com" - }, - "records": { - "CNAME": "shaunfurtado.github.io" - } -} diff --git a/domains/blurnope.json b/domains/blurnope.json deleted file mode 100644 index b7a38c2ad..000000000 --- a/domains/blurnope.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "blurnope", - "email": "cynosuregone@gmail.com", - "discord": "blurnope.#2655" - }, - "records": { - "CNAME": "blurnope.github.io" - } -} diff --git a/domains/bmbs.json b/domains/bmbs.json deleted file mode 100644 index e57649a29..000000000 --- a/domains/bmbs.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "BaamBuus", - "email": "bitternoah864@gmail.com" - }, - "records": { - "CNAME": "baambuus.github.io" - } -} diff --git a/domains/bmhien.json b/domains/bmhien.json deleted file mode 100644 index d97b72072..000000000 --- a/domains/bmhien.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bm-hien", - "email": "buiminhhien001@gmail.com" - }, - "records": { - "CNAME": "bm-hien.github.io" - } -} diff --git a/domains/bn3di.json b/domains/bn3di.json deleted file mode 100644 index 303b6fb87..000000000 --- a/domains/bn3di.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MohamadOday", - "email": "adada133321t@gmail.com" - }, - "records": { - "CNAME": "mohamadoday.github.io" - } -} diff --git a/domains/bnyro.json b/domains/bnyro.json deleted file mode 100644 index 566c05847..000000000 --- a/domains/bnyro.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/Bnyro/bnyro.github.io", - "owner": { - "username": "Bnyro", - "email": "bnyro@tutanota.com" - }, - "records": { - "CNAME": "bnyro.github.io" - } -} diff --git a/domains/boba.json b/domains/boba.json deleted file mode 100644 index b19dda09c..000000000 --- a/domains/boba.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "A personal blog.", - "owner": { - "username": "tarob0ba", - "email": "beckett@chatter-social.com" - }, - "records": { - "CNAME": "tarob0ba.github.io" - } -} diff --git a/domains/bolt.json b/domains/bolt.json deleted file mode 100644 index 9dc4e2020..000000000 --- a/domains/bolt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Adityeahhh", - "email": "adty200807@gmail.com" - }, - "records": { - "CNAME": "adityeahhh.github.io" - } -} diff --git a/domains/bombacat.json b/domains/bombacat.json deleted file mode 100644 index e52e00f9a..000000000 --- a/domains/bombacat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bomba.cat", - "email": "bledion.morina@hotmail.com" - }, - "records": { - "CNAME": "bomba-cat.github.io" - } -} diff --git a/domains/bonusbubble.json b/domains/bonusbubble.json deleted file mode 100644 index db52e538c..000000000 --- a/domains/bonusbubble.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bonusbubble", - "email": "bonusbubble@proton.me" - }, - "records": { - "CNAME": "bonusbubble.github.io" - } -} diff --git a/domains/borboss.json b/domains/borboss.json deleted file mode 100644 index 6e11a56d6..000000000 --- a/domains/borboss.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "borboss", - "email": "bobbarosshasnoemail@gmail.com" - }, - "records": { - "CNAME": "borboss.github.io" - } -} diff --git a/domains/boudjo.json b/domains/boudjo.json deleted file mode 100644 index 3953c53ae..000000000 --- a/domains/boudjo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "boudjoo", - "email": "abdouboudjo1@gmail.com" - }, - "records": { - "CNAME": "boudjoo.github.io" - } -} diff --git a/domains/bree.json b/domains/bree.json deleted file mode 100644 index f3c89d711..000000000 --- a/domains/bree.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "breekoy", - "email": "mcwall.breekoy@gmail.com" - }, - "records": { - "CNAME": "breekoy.github.io" - } -} diff --git a/domains/brew.json b/domains/brew.json deleted file mode 100644 index c0c503249..000000000 --- a/domains/brew.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "0x62797465", - "email": "bytebrew@cocaine.ninja" - }, - "records": { - "CNAME": "0x62797465.github.io" - } -} diff --git a/domains/brian.json b/domains/brian.json deleted file mode 100644 index 975fcd6b9..000000000 --- a/domains/brian.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "fittsqo's is-a.dev domain", - "owner": { - "username": "fittsqo", - "email": "fittsqo@gmail.com" - }, - "records": { - "CNAME": "fittsqo.github.io" - } -} diff --git a/domains/bro.json b/domains/bro.json deleted file mode 100644 index 2d56ffb76..000000000 --- a/domains/bro.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "codevodka", - "email": "mafiurislam2022@gmail.com" - }, - "records": { - "CNAME": "codevodka.github.io" - } -} diff --git a/domains/brokends.json b/domains/brokends.json deleted file mode 100644 index efc81ef26..000000000 --- a/domains/brokends.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dns24", - "email": "wahidns24@gmail.com" - }, - "records": { - "CNAME": "dns24.github.io" - } -} diff --git a/domains/bruno-eilliar.json b/domains/bruno-eilliar.json deleted file mode 100644 index 500e1673f..000000000 --- a/domains/bruno-eilliar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Eilliar", - "email": "engbrunoeilliar@gmail.com" - }, - "records": { - "CNAME": "eilliar.github.io" - } -} diff --git a/domains/bsapi.json b/domains/bsapi.json deleted file mode 100644 index d696874bf..000000000 --- a/domains/bsapi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "leecheeyong", - "email": "tojoeleeofficial@gmail.com" - }, - "records": { - "CNAME": "botstudios.github.io" - } -} diff --git a/domains/bulkypanda.json b/domains/bulkypanda.json deleted file mode 100644 index 754f8325a..000000000 --- a/domains/bulkypanda.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bulkypanda", - "email": "arya@gummadi.net" - }, - "records": { - "CNAME": "bulkypanda.github.io" - } -} diff --git a/domains/burandby.json b/domains/burandby.json deleted file mode 100644 index aff35c2a8..000000000 --- a/domains/burandby.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Pico-8 in-browser emulator.", - "owner": { - "username": "burandby", - "email": "bur.and.by@gmail.com" - }, - "records": { - "CNAME": "burandby.github.io" - } -} diff --git a/domains/bxqrn.json b/domains/bxqrn.json deleted file mode 100644 index e4d298e69..000000000 --- a/domains/bxqrn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "repo": "https://github.com/bxqrn/bxqrn.github.io", - "email": "flqmze@gmail.com", - "username": "bxqrn" - }, - "records": { - "CNAME": "bxqrn.github.io" - } -} diff --git a/domains/c00l.json b/domains/c00l.json deleted file mode 100644 index 72b65aace..000000000 --- a/domains/c00l.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Heyayyu' game developer", - "owner": { - "username": "Heyayyu", - "email": "imrbk123abc@gmail.com" - }, - "records": { - "CNAME": "heyayyu.github.io" - } -} diff --git a/domains/carince.json b/domains/carince.json deleted file mode 100644 index 56834fbe4..000000000 --- a/domains/carince.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "carince", - "email": "carince.official@gmail.com", - "discord": "carince#0683" - }, - "repo": "https://github.com/carince/carince.github.io", - "records": { - "CNAME": "carince.github.io" - } -} diff --git a/domains/carlosgiralt.json b/domains/carlosgiralt.json deleted file mode 100644 index 74442b0f3..000000000 --- a/domains/carlosgiralt.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "code-a-bit", - "owner": { - "username": "carlosgiralt", - "twitter": "cagiraltt" - }, - "records": { - "CNAME": "carlosgiralt.github.io" - } -} diff --git a/domains/cartyoo.json b/domains/cartyoo.json deleted file mode 100644 index 81b179e95..000000000 --- a/domains/cartyoo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Cartyoo", - "email": "cartyoogaming@gmail.com" - }, - "records": { - "CNAME": "cartyoo.github.io" - } -} diff --git a/domains/cas.json b/domains/cas.json deleted file mode 100644 index ed43d2b55..000000000 --- a/domains/cas.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "caswantsanap", - "email": "caswantsanap@gmail.com" - }, - "records": { - "CNAME": "caswantsanap.github.io" - } -} diff --git a/domains/casperong.json b/domains/casperong.json deleted file mode 100644 index 49a5863a2..000000000 --- a/domains/casperong.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "CasperOng", - "email": "casper10528@gmail.com" - }, - "records": { - "CNAME": "casperong.github.io" - } -} diff --git a/domains/cassie.json b/domains/cassie.json deleted file mode 100644 index 25b8b7854..000000000 --- a/domains/cassie.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal website", - "owner": { - "username": "Diordnas", - "email": "cassthepurple@gmail.com" - }, - "records": { - "CNAME": "diordnas.github.io" - } -} diff --git a/domains/caz.json b/domains/caz.json deleted file mode 100644 index e56b098fc..000000000 --- a/domains/caz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Just Another One Of Those Portfolios.", - "owner": { - "username": "crazyaccess", - "email": "caz@monke.team", - "discord": "crazyaccess#7707" - }, - "records": { - "CNAME": "crazyaccess.github.io" - } -} diff --git a/domains/cc.json b/domains/cc.json deleted file mode 100644 index 3217da3b6..000000000 --- a/domains/cc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "iamcc", - "email": "sic.hcq@gmail.com", - "twitter": "arm_cc" - }, - "records": { - "CNAME": "iamcc.github.io" - } -} diff --git a/domains/cdn.komaru.json b/domains/cdn.komaru.json deleted file mode 100644 index 1386c332a..000000000 --- a/domains/cdn.komaru.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "komaru-meow", - "email": "winbo-yml-exe@outlook.com" - }, - "records": { - "CNAME": "komaru-cdn.github.io" - } -} diff --git a/domains/cdn.serstars.json b/domains/cdn.serstars.json deleted file mode 100644 index e61116b23..000000000 --- a/domains/cdn.serstars.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SerStars", - "twitter": "SerStars_lol" - }, - "records": { - "CNAME": "serstars-2.github.io" - } -} diff --git a/domains/celsojr.json b/domains/celsojr.json deleted file mode 100644 index 078b8aad1..000000000 --- a/domains/celsojr.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "celsojr", - "email": "celsojrfull@gmail.com" - }, - "records": { - "CNAME": "celsojr.github.io" - } -} diff --git a/domains/certurix.json b/domains/certurix.json deleted file mode 100644 index 22cb9006b..000000000 --- a/domains/certurix.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Certurix", - "email": "certurix@outlook.fr" - }, - "records": { - "CNAME": "certurix.github.io" - } -} diff --git a/domains/char.json b/domains/char.json deleted file mode 100644 index 35e2c1f57..000000000 --- a/domains/char.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Use to portfolio", - "owner": { - "username": "chard33", - "email": "jchar33@hotmail.com" - }, - "records": { - "CNAME": "chard33.github.io" - } -} diff --git a/domains/chattingmessenger.json b/domains/chattingmessenger.json deleted file mode 100644 index f0c31b9b4..000000000 --- a/domains/chattingmessenger.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "riotoff", - "discord": "1040929084684902460" - }, - "records": { - "CNAME": "riotoff.github.io" - } -} diff --git a/domains/chethan.json b/domains/chethan.json deleted file mode 100644 index 54f2a3129..000000000 --- a/domains/chethan.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Portfolio of Chethan Yadav", - "owner": { - "username": "chethanyadav456", - "email": "chethanyadav456@gmail.com", - "twitter": "DenRaaz77190", - "discord": "raaz6" - }, - "records": { - "CNAME": "chethanyadav456.github.io" - } -} diff --git a/domains/chikoiko.json b/domains/chikoiko.json deleted file mode 100644 index 212e5ebe2..000000000 --- a/domains/chikoiko.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chikoiko", - "email": "itsmezark05@gmail.com" - }, - "records": { - "CNAME": "chikoiko.github.io" - } -} diff --git a/domains/chrystom.json b/domains/chrystom.json deleted file mode 100644 index 1fccece9a..000000000 --- a/domains/chrystom.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chrystom", - "email": "chrystomt@gmail.com" - }, - "records": { - "CNAME": "chrystom.github.io" - } -} diff --git a/domains/chubol.json b/domains/chubol.json deleted file mode 100644 index 0b6a1c007..000000000 --- a/domains/chubol.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chubol", - "email": "husks@tuta.io" - }, - "records": { - "CNAME": "chubol.github.io" - } -} diff --git a/domains/chucha.json b/domains/chucha.json deleted file mode 100644 index 669305910..000000000 --- a/domains/chucha.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sly-Little-Fox", - "email": "paranormal.studio123@gmail.com" - }, - "records": { - "CNAME": "sly-little-fox.github.io" - } -} diff --git a/domains/cinnamonshrine.json b/domains/cinnamonshrine.json deleted file mode 100644 index d3e9abcb6..000000000 --- a/domains/cinnamonshrine.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Main Pages", - "owner": { - "username": "CinnamonShrine", - "email": "marifbillah524@gmail.com", - "twitter": "CinnamonShrine" - }, - "records": { - "CNAME": "cinnamonshrine.github.io" - } -} diff --git a/domains/classlink.json b/domains/classlink.json deleted file mode 100644 index 64af15fff..000000000 --- a/domains/classlink.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "MassaHex", - "email": "tres3mincraft@gmail.com", - "discord": "536351962820640770" - }, - "records": { - "CNAME": "massahex.github.io" - } -} diff --git a/domains/cloudy.json b/domains/cloudy.json deleted file mode 100644 index 186106b5b..000000000 --- a/domains/cloudy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Cloudy's Site", - "owner": { - "username": "Cloudysleet", - "email": "cloudzareonsky@gmail.com", - "twitter": "cloudysleet" - }, - "records": { - "CNAME": "cloudysleet.github.io" - } -} diff --git a/domains/cloudz.json b/domains/cloudz.json deleted file mode 100644 index a3173fba0..000000000 --- a/domains/cloudz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Cloud'z Website", - "owner": { - "username": "Cloudy408", - "email": "gamerscloud408@gmail.com" - }, - "records": { - "CNAME": "cloudy408.github.io" - } -} diff --git a/domains/code-vista.json b/domains/code-vista.json deleted file mode 100644 index 3b5448909..000000000 --- a/domains/code-vista.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "JavaVista", - "discord": "codevista", - "email": "code-vista@outlook.com" - }, - "records": { - "CNAME": "javavista.github.io" - } -} diff --git a/domains/codeminds.json b/domains/codeminds.json deleted file mode 100644 index 3ca2beca9..000000000 --- a/domains/codeminds.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "clementhart999", - "email": "clementhart999@gmail.com" - }, - "records": { - "CNAME": "clementhart999.github.io" - } -} diff --git a/domains/conorsheehan1.json b/domains/conorsheehan1.json deleted file mode 100644 index 57b7d4af2..000000000 --- a/domains/conorsheehan1.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ConorSheehan1", - "email": "conor.sheehan.dev@gmail.com" - }, - "records": { - "CNAME": "conorsheehan1.github.io" - } -} diff --git a/domains/coolcodersj.json b/domains/coolcodersj.json deleted file mode 100644 index 7fed757d3..000000000 --- a/domains/coolcodersj.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "CoolCoderSJ", - "email": "CoolCoderSJ@gmail.com" - }, - "description": "Portfolio", - "records": { - "CNAME": "coolcodersj.github.io" - } -} diff --git a/domains/copysland.json b/domains/copysland.json deleted file mode 100644 index 27ca9c183..000000000 --- a/domains/copysland.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Hillzacky", - "email": "Hilm4nsyah@gmail.com" - }, - "records": { - "CNAME": "copysland.github.io" - } -} diff --git a/domains/cozymy.json b/domains/cozymy.json deleted file mode 100644 index 58bc6d048..000000000 --- a/domains/cozymy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "cozymy", - "email": "kunalkundrra@gmail.com", - "twitter": "kunalkundrra" - }, - "records": { - "CNAME": "cozymy.github.io" - } -} diff --git a/domains/cr0nus.json b/domains/cr0nus.json deleted file mode 100644 index 00cb739e3..000000000 --- a/domains/cr0nus.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "A personal portfolio site for all my projects.", - "owner": { - "username": "umgbhalla", - "email": "umg.bhalla88@gmail.com", - "twitter": "umgbhalla" - }, - "records": { - "CNAME": "umgbhalla.github.io" - } -} diff --git a/domains/creature.json b/domains/creature.json deleted file mode 100644 index c9247ca25..000000000 --- a/domains/creature.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "This subdomain is for personal purpose only!", - "owner": { - "username": "pranay5463", - "email": "pranay7091@gmail.com", - "twitter": "dark_elite_98" - }, - "records": { - "CNAME": "pranay5463.github.io" - } -} diff --git a/domains/cucusise.json b/domains/cucusise.json deleted file mode 100644 index a0b97c6e3..000000000 --- a/domains/cucusise.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Cucusise", - "email": "cucusise@gmail.com" - }, - "records": { - "CNAME": "cucusise.github.io" - } -} diff --git a/domains/cuinc99.json b/domains/cuinc99.json deleted file mode 100644 index 9cea5797d..000000000 --- a/domains/cuinc99.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "cuinc99", - "email": "cuinc99@gmail.com" - }, - "records": { - "CNAME": "cuinc99.github.io" - } -} diff --git a/domains/cursedscrubdaddygang.json b/domains/cursedscrubdaddygang.json deleted file mode 100644 index e19e8a3ea..000000000 --- a/domains/cursedscrubdaddygang.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "repo": "https://github.com/QuantumMapleQC/quantummapleqc.github.io", - "username": "quantummapleqc", - "discord": "herricksom" - }, - "records": { - "CNAME": "quantummapleqc.github.io" - } -} diff --git a/domains/cyanide.json b/domains/cyanide.json deleted file mode 100644 index 6c8ef1ff5..000000000 --- a/domains/cyanide.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "cyanide1x", - "email": "contact@cyanidedev.mn", - "twitter": "cyanide1x" - }, - "records": { - "CNAME": "cyanide1x.github.io" - } -} diff --git a/domains/cyberglot.json b/domains/cyberglot.json deleted file mode 100644 index abdcca0b2..000000000 --- a/domains/cyberglot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "cyberglot", - "email": "cyberglot@gmail.com" - }, - "records": { - "CNAME": "cyberglot.github.io" - } -} diff --git a/domains/czwx.json b/domains/czwx.json deleted file mode 100644 index 4ec556b9a..000000000 --- a/domains/czwx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "czwxx", - "email": "czwx790@gmail.com" - }, - "records": { - "CNAME": "czwxx.github.io" - } -} diff --git a/domains/dadcuy.json b/domains/dadcuy.json deleted file mode 100644 index 294a256b3..000000000 --- a/domains/dadcuy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Dadcuy", - "email": "dadcuy@gmail.com" - }, - "records": { - "CNAME": "dadcuy.github.io" - } -} diff --git a/domains/dadoge.json b/domains/dadoge.json deleted file mode 100644 index 308dfb834..000000000 --- a/domains/dadoge.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DaDogeDev" - }, - "records": { - "CNAME": "dadogedev.github.io" - }, - "proxied": false -} diff --git a/domains/daksh.json b/domains/daksh.json deleted file mode 100644 index eebd2ecb7..000000000 --- a/domains/daksh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lonewqlf", - "email": "lonewqlf@proton.me" - }, - "records": { - "CNAME": "lonewqlf.github.io" - } -} diff --git a/domains/damilare.json b/domains/damilare.json deleted file mode 100644 index 0cc822070..000000000 --- a/domains/damilare.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Peculiars", - "email": "olaitandamilare230@gmail.com" - }, - "records": { - "CNAME": "peculiars.github.io" - } -} diff --git a/domains/dan.json b/domains/dan.json deleted file mode 100644 index ef4652405..000000000 --- a/domains/dan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Dan's Blog and Portfolio", - "owner": { - "username": "DanField12", - "email": "dan.field643@gmail.com" - }, - "records": { - "CNAME": "danfield12.github.io" - } -} diff --git a/domains/dangdat.json b/domains/dangdat.json deleted file mode 100644 index 1ded7911e..000000000 --- a/domains/dangdat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aurorakid", - "email": "nguyendangdat412@gmail.com" - }, - "records": { - "CNAME": "aurorakid.github.io" - } -} diff --git a/domains/dani.json b/domains/dani.json deleted file mode 100644 index 0d23081ab..000000000 --- a/domains/dani.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Danidev's Website", - "owner": { - "username": "Danidev819", - "email": "danidev82@gmail.com", - "twitter": "Danidev819" - }, - "records": { - "CNAME": "danidev819.github.io" - } -} diff --git a/domains/danilwhale.json b/domains/danilwhale.json deleted file mode 100644 index 89a9f2da7..000000000 --- a/domains/danilwhale.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "danilwhale", - "discord": "1191777214467940414" - }, - "records": { - "CNAME": "danilwhale.github.io" - } -} diff --git a/domains/danterus.json b/domains/danterus.json deleted file mode 100644 index a90544750..000000000 --- a/domains/danterus.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "danterusdev", - "email": "danterusdev@gmail.com" - }, - "records": { - "CNAME": "danterusdev.github.io" - } -} diff --git a/domains/daria.json b/domains/daria.json deleted file mode 100644 index 7bfb5b6a3..000000000 --- a/domains/daria.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dariatrainor", - "email": "dariasu@gmail.com" - }, - "records": { - "CNAME": "dariatrainor.github.io" - } -} diff --git a/domains/datamind.json b/domains/datamind.json deleted file mode 100644 index 674cf4986..000000000 --- a/domains/datamind.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "personal site", - "owner": { - "username": "DatamindDev", - "email": "datamindcontact@gmail.com", - "twitter": "i dont use" - }, - "records": { - "CNAME": "dataminddev.github.io" - } -} diff --git a/domains/dauvet.json b/domains/dauvet.json deleted file mode 100644 index 43608a51e..000000000 --- a/domains/dauvet.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dauvet", - "email": "vanhieu85@gmail.com" - }, - "records": { - "CNAME": "dauvet.github.io" - } -} diff --git a/domains/davidpuerta.json b/domains/davidpuerta.json deleted file mode 100644 index e81a70e7d..000000000 --- a/domains/davidpuerta.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "david96182", - "email": "puertadavid96182@gmail.com" - }, - "records": { - "CNAME": "david96182.github.io" - } -} diff --git a/domains/daxoron.json b/domains/daxoron.json deleted file mode 100644 index c8377f0e6..000000000 --- a/domains/daxoron.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "daxoron", - "email": "daxoron.dev@gmail.com" - }, - "records": { - "CNAME": "daxoron.github.io" - } -} diff --git a/domains/dayowebevents.json b/domains/dayowebevents.json deleted file mode 100644 index e73383944..000000000 --- a/domains/dayowebevents.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "dayowebevents.is-a.dev", - "owner": { - "username": "dbillion", - "email": "dayozoe@gmail.com" - }, - "records": { - "CNAME": "dbillion.github.io" - } -} diff --git a/domains/debs.json b/domains/debs.json deleted file mode 100644 index d0c1e626b..000000000 --- a/domains/debs.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Deb's Personal Portfolio Page", - "owner": { - "username": "deboneil07", - "email": "bhattacharjeedeboneil@gmail.com" - }, - "records": { - "CNAME": "deboneil07.github.io" - } -} diff --git a/domains/debug.json b/domains/debug.json deleted file mode 100644 index 6672d9814..000000000 --- a/domains/debug.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Debug.Log's Website", - "owner": { - "username": "extremepro999", - "email": "debugdotlog@zohomail.in" - }, - "records": { - "CNAME": "extremepro999.github.io" - } -} diff --git a/domains/dedchromebook.json b/domains/dedchromebook.json deleted file mode 100644 index 30bef6b27..000000000 --- a/domains/dedchromebook.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "codeguy271", - "discord": "1202358603940634688" - }, - "records": { - "CNAME": "codeguy271.github.io" - } -} diff --git a/domains/dehteam3.json b/domains/dehteam3.json deleted file mode 100644 index c6dc3cb5b..000000000 --- a/domains/dehteam3.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Hi, I am Thomas Aka dehteam3, I like coding, playing games", - "owner": { - "username": "dehteam3", - "email": "thomasemad2008@gmail.com" - }, - "records": { - "CNAME": "dehteam3.github.io" - } -} diff --git a/domains/denblo.json b/domains/denblo.json deleted file mode 100644 index 7468830c3..000000000 --- a/domains/denblo.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/DenisBlokhin/DenisBlokhin.github.io", - "owner": { - "username": "DenisBlokhin", - "email": "denis.blokhin@outlook.com" - }, - "records": { - "CNAME": "denisblokhin.github.io" - } -} diff --git a/domains/denis.json b/domains/denis.json deleted file mode 100644 index 7a0d32de4..000000000 --- a/domains/denis.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DenLes", - "email": "denislessard91@gmail.com" - }, - "records": { - "CNAME": "denles.github.io" - } -} diff --git a/domains/denix.json b/domains/denix.json deleted file mode 100644 index 67ba10712..000000000 --- a/domains/denix.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "denixsucks", - "email": "dnz.odr@gmail.com", - "twitter": "denixsucks", - "discord": "denix#9748" - }, - "records": { - "CNAME": "denixsucks.github.io" - } -} diff --git a/domains/dev-dco.json b/domains/dev-dco.json deleted file mode 100644 index d0a68cd39..000000000 --- a/domains/dev-dco.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dev-dco", - "email": "dev-coop@murena.io" - }, - "records": { - "CNAME": "dev-dco.github.io" - } -} diff --git a/domains/devdk.json b/domains/devdk.json deleted file mode 100644 index d087afdc8..000000000 --- a/domains/devdk.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal page of DevDK", - "owner": { - "username": "DeveloperDmitryKolyadin", - "twitter": "_DevDK" - }, - "records": { - "CNAME": "developerdmitrykolyadin.github.io" - } -} diff --git a/domains/developerjosh.json b/domains/developerjosh.json deleted file mode 100644 index 7232b7e75..000000000 --- a/domains/developerjosh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "DeveloperJosh", - "email": "joshwells409@gmail.com", - "youtube": "godly-hosting" - }, - "records": { - "CNAME": "developerjosh.github.io" - } -} diff --git a/domains/devendra.json b/domains/devendra.json deleted file mode 100644 index 1949ab5f5..000000000 --- a/domains/devendra.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "devendrakanojiya", - "email": "s_36100@bkbirlacollegekalyan.com" - }, - "records": { - "CNAME": "devendrakanojiya.github.io" - } -} diff --git a/domains/devfate.json b/domains/devfate.json deleted file mode 100644 index 73b849507..000000000 --- a/domains/devfate.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "blackpandan", - "twitter": "camzy_l" - }, - "records": { - "CNAME": "blackpandan.github.io" - } -} diff --git a/domains/devmirza.json b/domains/devmirza.json deleted file mode 100644 index 5b05205ad..000000000 --- a/domains/devmirza.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Zaid-maker", - "email": "pzhafeez@gmail.com" - }, - "records": { - "CNAME": "zaid-maker.github.io" - } -} diff --git a/domains/dhruv-tara.json b/domains/dhruv-tara.json deleted file mode 100644 index 2a38458e7..000000000 --- a/domains/dhruv-tara.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dhruv-tara", - "email": "weebgenix@proton.me" - }, - "records": { - "CNAME": "dhruv-tara.github.io" - } -} diff --git a/domains/dhruv.json b/domains/dhruv.json deleted file mode 100644 index 7bfda5f59..000000000 --- a/domains/dhruv.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "LejhandG", - "email": "dhruvbhanushali5621@gmail.com" - }, - "records": { - "CNAME": "lejhandg.github.io" - } -} diff --git a/domains/diamondbroplayz.json b/domains/diamondbroplayz.json deleted file mode 100644 index 66aa3b0ba..000000000 --- a/domains/diamondbroplayz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "DiamondBroPlayz", - "email": "diamondbroplayz@proton.me", - "twitter": "logout", - "discord": "4lett" - }, - "records": { - "CNAME": "wavysblog.github.io" - } -} diff --git a/domains/didimukhtar.json b/domains/didimukhtar.json deleted file mode 100644 index 0c5319ce4..000000000 --- a/domains/didimukhtar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "didimukhtar", - "email": "jamilatmukhtar2014@gmail.com" - }, - "records": { - "CNAME": "didimukhtar.github.io" - } -} diff --git a/domains/diedyesterday.json b/domains/diedyesterday.json deleted file mode 100644 index 30fc7a367..000000000 --- a/domains/diedyesterday.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "diedyesterdaywashere", - "email": "diedyesterdaywashere@gmail.com" - }, - "records": { - "CNAME": "diedeyestedaywashere.github.io" - } -} diff --git a/domains/diegoreis.json b/domains/diegoreis.json deleted file mode 100644 index b7313a7ce..000000000 --- a/domains/diegoreis.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "diegoreis42", - "email": "reisdiego144@gmail.com" - }, - "records": { - "CNAME": "diegoreis42.github.io" - }, - "proxied": true -} diff --git a/domains/dincer-portfolio.json b/domains/dincer-portfolio.json deleted file mode 100644 index ac8ca9a5b..000000000 --- a/domains/dincer-portfolio.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "DincerOgren", - "email": "dincer.ogr@hotmail.com" - }, - "records": { - "CNAME": "dincerogren.github.io" - }, - "proxied": false -} diff --git a/domains/dinesh.json b/domains/dinesh.json deleted file mode 100644 index fb30eb077..000000000 --- a/domains/dinesh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Dinesh Kumar's personal developer website", - "owner": { - "username": "dinesh-ysl", - "email": "dseera6@gmail.com" - }, - "records": { - "CNAME": "dinesh-ysl.github.io" - } -} diff --git a/domains/divik.json b/domains/divik.json deleted file mode 100644 index d3f3f33d1..000000000 --- a/domains/divik.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My Personal site", - "owner": { - "username": "Code19Master", - "email": "divikbabbar@gmail.com" - }, - "records": { - "CNAME": "code19master.github.io" - } -} diff --git a/domains/divyam.json b/domains/divyam.json deleted file mode 100644 index 1ff5d78c7..000000000 --- a/domains/divyam.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DivyamAhuja", - "email": "ahujadivyam@gmail.com" - }, - "records": { - "CNAME": "divyamahuja.github.io" - } -} diff --git a/domains/dodongduc.json b/domains/dodongduc.json deleted file mode 100644 index ee50c9610..000000000 --- a/domains/dodongduc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "duc3d-hus", - "email": "duc3d.hus@gmail.com" - }, - "records": { - "CNAME": "duc3d-hus.github.io" - } -} diff --git a/domains/domb.json b/domains/domb.json deleted file mode 100644 index cb39d7db0..000000000 --- a/domains/domb.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "smailiukas", - "email": "domantas.bulotas@gmail.com" - }, - "records": { - "CNAME": "smailiukas.github.io" - } -} diff --git a/domains/donald.json b/domains/donald.json deleted file mode 100644 index 3fa369b8f..000000000 --- a/domains/donald.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Donald's personal developer website", - "owner": { - "email": "dawntop@126.com", - "username": "donald001" - }, - "records": { - "CNAME": "donald001.github.io" - } -} diff --git a/domains/donut.json b/domains/donut.json deleted file mode 100644 index d2ec931ae..000000000 --- a/domains/donut.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "donut2008", - "discord": "donut#6852" - }, - "records": { - "CNAME": "donut2008.github.io" - } -} diff --git a/domains/dooly.json b/domains/dooly.json deleted file mode 100644 index ac0c84a40..000000000 --- a/domains/dooly.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Dooly": "Dooly is a Dev.", - "owner": { - "username": "entry0917", - "email": "seeun0917@naver.com", - "twitter": "sense09173" - }, - "records": { - "CNAME": "entry0917.github.io" - } -} diff --git a/domains/dot.json b/domains/dot.json deleted file mode 100644 index 9bc361e2b..000000000 --- a/domains/dot.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Dott-rus", - "email": "antonamelin8@gmail.com", - "discord": "578276833624195125" - }, - "records": { - "CNAME": "dott-rus.github.io" - } -} diff --git a/domains/dotexe3301.json b/domains/dotexe3301.json deleted file mode 100644 index 8aa09e9ef..000000000 --- a/domains/dotexe3301.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dotexe3301", - "email": "shiveshvijay707@gmail.com" - }, - "records": { - "CNAME": "dotexe3301.github.io" - } -} diff --git a/domains/downgit.json b/domains/downgit.json deleted file mode 100644 index 1c3faba3b..000000000 --- a/domains/downgit.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "InvalidNoah", - "discord": "invalidnoah#0", - "email": "zjustmarcel@gmail.com" - }, - "records": { - "CNAME": "invalidnoah.github.io" - } -} diff --git a/domains/dr-therapy.json b/domains/dr-therapy.json deleted file mode 100644 index fd89966ee..000000000 --- a/domains/dr-therapy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "drtherapy2023", - "email": "sitehesap@proton.me", - "discord": "706419336235188264" - }, - "records": { - "CNAME": "drtherapy2023.github.io" - } -} diff --git a/domains/drdilyor.json b/domains/drdilyor.json deleted file mode 100644 index 9f42cf453..000000000 --- a/domains/drdilyor.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Drdilyor's website and (non-existent) blog", - "owner": { - "username": "drdilyor", - "email": "drdilyor@outlook.com" - }, - "records": { - "CNAME": "drdilyor.github.io" - } -} diff --git a/domains/dresan.json b/domains/dresan.json deleted file mode 100644 index fb531e536..000000000 --- a/domains/dresan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal website", - "owner": { - "username": "dresandev", - "email": "dresan.dev@gmail.com", - "twitter": "dresandev" - }, - "records": { - "CNAME": "dresandev.github.io" - } -} diff --git a/domains/drmonocle.json b/domains/drmonocle.json deleted file mode 100644 index 0e6a2ea7b..000000000 --- a/domains/drmonocle.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "monocledr", - "email": "contact.drmonocle@gmail.com" - }, - "records": { - "CNAME": "monocledr.github.io" - } -} diff --git a/domains/drv123323.json b/domains/drv123323.json deleted file mode 100644 index ea8770eb4..000000000 --- a/domains/drv123323.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dizzy123323", - "email": "Dhruvksuru@gmail.com" - }, - "records": { - "CNAME": "dizzy123323.github.io" - } -} diff --git a/domains/dsaw.json b/domains/dsaw.json deleted file mode 100644 index f7dc5a292..000000000 --- a/domains/dsaw.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dsaw", - "email": "dsawthedsawwhat@gmail.com" - }, - "records": { - "CNAME": "dsaw.github.io" - } -} diff --git a/domains/dsrev.json b/domains/dsrev.json deleted file mode 100644 index 9a6ecd742..000000000 --- a/domains/dsrev.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "dsrev's blog", - "owner": { - "username": "dsrev", - "email": "dsrev@snopyta.org", - "twitter": "IlyaSProkopenko" - }, - "records": { - "CNAME": "dsrev.github.io" - } -} diff --git a/domains/dtducas.json b/domains/dtducas.json deleted file mode 100644 index 9e9ccc789..000000000 --- a/domains/dtducas.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal website for DTDucas", - "owner": { - "username": "DTDucas", - "email": "baymax.contact@gmail.com" - }, - "records": { - "CNAME": "dtducas.github.io" - }, - "proxied": true -} diff --git a/domains/ducanhng.json b/domains/ducanhng.json deleted file mode 100644 index e0718787e..000000000 --- a/domains/ducanhng.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ducanhitz", - "email": "ducanhng.dev@gmail.com" - }, - "records": { - "CNAME": "ducanhitz.github.io" - } -} diff --git a/domains/duydo.json b/domains/duydo.json deleted file mode 100644 index 1ad2656ca..000000000 --- a/domains/duydo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "duydo", - "email": "doquocduy@gmail.com" - }, - "records": { - "CNAME": "duydo.github.io" - } -} diff --git a/domains/dydestroyer.json b/domains/dydestroyer.json deleted file mode 100644 index 4a3025f1d..000000000 --- a/domains/dydestroyer.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "DyDestroyer's github pages site, do not expect much at all", - "owner": { - "username": "DyDestroyer1027", - "discord": "dydestroyer#1027" - }, - "records": { - "CNAME": "dydestroyer1027.github.io" - } -} diff --git a/domains/echo2477.json b/domains/echo2477.json deleted file mode 100644 index 04867ca68..000000000 --- a/domains/echo2477.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "echo2477", - "email": "pku.eko16@gmail.com" - }, - "records": { - "CNAME": "echo2477.github.io" - } -} diff --git a/domains/ecoplayer07.json b/domains/ecoplayer07.json deleted file mode 100644 index a9146b36b..000000000 --- a/domains/ecoplayer07.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ecoplayer07", - "email": "kareemehab910@gmail.com" - }, - "records": { - "CNAME": "ecoplayer07.github.io" - } -} diff --git a/domains/ecstaticsoul.json b/domains/ecstaticsoul.json deleted file mode 100644 index f9736f201..000000000 --- a/domains/ecstaticsoul.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ecstaticsoul", - "email": "soulfulkrishna@gmail.com" - }, - "records": { - "CNAME": "ecstaticsoul.github.io" - } -} diff --git a/domains/edrea.json b/domains/edrea.json deleted file mode 100644 index 57341dda8..000000000 --- a/domains/edrea.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portfolio", - "owner": { - "username": "Edrea", - "email": "edrea@metalunits.com" - }, - "records": { - "CNAME": "ruw3t.github.io" - } -} diff --git a/domains/egyxo.json b/domains/egyxo.json deleted file mode 100644 index 5286dd260..000000000 --- a/domains/egyxo.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "7oda-mo", - "email": "esl2my@gmail.com", - "discord": "1016128744819265618" - }, - "records": { - "CNAME": "7oda-mo.github.io" - } -} diff --git a/domains/ekinvarli.json b/domains/ekinvarli.json deleted file mode 100644 index 3103d3c02..000000000 --- a/domains/ekinvarli.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "ekinvarli.is-a.dev", - "owner": { - "username": "eknvarli", - "email": "ekinnos@tutanota.com", - "twitter": "eknvarli" - }, - "records": { - "CNAME": "eknvarli.github.io" - } -} diff --git a/domains/eldin.json b/domains/eldin.json deleted file mode 100644 index 8cc460ebb..000000000 --- a/domains/eldin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ahmed-eldin", - "email": "ahmedeldin98@gmail.com" - }, - "records": { - "CNAME": "ahmed-eldin.github.io" - } -} diff --git a/domains/eldinesh.json b/domains/eldinesh.json deleted file mode 100644 index 68aa8eeda..000000000 --- a/domains/eldinesh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Dinesh Kumar's personal developer website", - "owner": { - "username": "eldinesh", - "email": "dseera6@gmail.com" - }, - "records": { - "CNAME": "eldinesh.github.io" - } -} diff --git a/domains/eldzey.json b/domains/eldzey.json deleted file mode 100644 index d2875e6c3..000000000 --- a/domains/eldzey.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "elefantapan", - "email": "alxalien@proton.me", - "discord": "697408753288478742" - }, - "records": { - "CNAME": "elefantapan.github.io" - } -} diff --git a/domains/elf.json b/domains/elf.json deleted file mode 100644 index e361c9296..000000000 --- a/domains/elf.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Elflanded's Development Website.", - "owner": { - "username": "Elflanded", - "email": "elflanded@gmail.com" - }, - "records": { - "CNAME": "elflanded.github.io" - } -} diff --git a/domains/elib0.json b/domains/elib0.json deleted file mode 100644 index 945f9c7fe..000000000 --- a/domains/elib0.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "elib0", - "email": "elijose.c@gmail.com" - }, - "records": { - "CNAME": "elib0.github.io" - } -} diff --git a/domains/elisaterumi.json b/domains/elisaterumi.json deleted file mode 100644 index 6a21f2d4c..000000000 --- a/domains/elisaterumi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lisaterumi", - "email": "contato@mulheresprogramando.com.br" - }, - "records": { - "CNAME": "lisaterumi.github.io" - } -} diff --git a/domains/ella.json b/domains/ella.json deleted file mode 100644 index a24030c88..000000000 --- a/domains/ella.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Ella's Portfolio", - "owner": { - "username": "eilla1", - "email": "exu6056@gmail.com" - }, - "records": { - "CNAME": "eilla1.github.io" - } -} diff --git a/domains/emanuelcarvalho.json b/domains/emanuelcarvalho.json deleted file mode 100644 index 6efbadb10..000000000 --- a/domains/emanuelcarvalho.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Ziuell", - "discord": "388674889755787264" - }, - "records": { - "CNAME": "ziuell.github.io" - } -} diff --git a/domains/emhl.json b/domains/emhl.json deleted file mode 100644 index d9d9e4169..000000000 --- a/domains/emhl.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "emhl", - "email": "stnr.emil@gmail.com" - }, - "records": { - "CNAME": "emhl.github.io" - } -} diff --git a/domains/endouven.json b/domains/endouven.json deleted file mode 100644 index 906edb1a2..000000000 --- a/domains/endouven.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "endouven", - "email": "brunophm@gmail.com" - }, - "records": { - "CNAME": "endouven.github.io" - } -} diff --git a/domains/enoughsdv.json b/domains/enoughsdv.json deleted file mode 100644 index 9d456c546..000000000 --- a/domains/enoughsdv.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/Enoughsdv/Enoughsdv.github.io", - "owner": { - "username": "Enoughsdv", - "email": "enoughsdv@gmail.com" - }, - "records": { - "CNAME": "enoughsdv.github.io" - } -} diff --git a/domains/eojeda.json b/domains/eojeda.json deleted file mode 100644 index 4d25f13ff..000000000 --- a/domains/eojeda.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "eojeda89", - "email": "ernestoojeda89@gmail.com" - }, - "records": { - "CNAME": "eojeda89.github.io" - } -} diff --git a/domains/erik.json b/domains/erik.json deleted file mode 100644 index 817916f7c..000000000 --- a/domains/erik.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Erik Personal Website", - "owner": { - "username": "erik3010", - "email": "erikhau3010@gmail.com" - }, - "records": { - "CNAME": "erik3010.github.io" - } -} diff --git a/domains/eternal-network.json b/domains/eternal-network.json deleted file mode 100644 index 657a6a307..000000000 --- a/domains/eternal-network.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "eternal-network.is-a.dev", - "owner": { - "username": "Eternal-Network", - "email": "neealdon2@proton.me" - }, - "records": { - "CNAME": "eternal-network.github.io" - } -} diff --git a/domains/ethereumvd.json b/domains/ethereumvd.json deleted file mode 100644 index e1782d38c..000000000 --- a/domains/ethereumvd.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ethereumvd", - "email": "ethereum249@gmail.com" - }, - "records": { - "CNAME": "ethereumvd.github.io" - } -} diff --git a/domains/ethxrnity.json b/domains/ethxrnity.json deleted file mode 100644 index 78469066d..000000000 --- a/domains/ethxrnity.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My personal website", - "owner": { - "username": "ethxrnity", - "email": "ethxrnity@gmail.com", - "twitter": "ethxrnity" - }, - "records": { - "CNAME": "ethxrnity.github.io" - } -} diff --git a/domains/ethyl.json b/domains/ethyl.json deleted file mode 100644 index 6817bb124..000000000 --- a/domains/ethyl.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ethylenediaminetetraacetates", - "email": "digin2t@gmail.com", - "discord": "1066211072798883840" - }, - "records": { - "CNAME": "ethylenediaminetetraacetates.github.io" - } -} diff --git a/domains/euskindar.json b/domains/euskindar.json deleted file mode 100644 index 899a28528..000000000 --- a/domains/euskindar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Euskindar", - "email": "julenjph@hotmail.com" - }, - "records": { - "CNAME": "euskindar.github.io" - } -} diff --git a/domains/fab1andev.json b/domains/fab1andev.json deleted file mode 100644 index c5126f8fb..000000000 --- a/domains/fab1andev.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Fab1anDev subdomain for fab1andev.github.io", - "owner": { - "username": "Fab1anDev", - "email": "fab1andev@proton.me", - "twitter": "Fab1anDev" - }, - "records": { - "CNAME": "fab1andev.github.io" - } -} diff --git a/domains/fakhri.json b/domains/fakhri.json deleted file mode 100644 index e6b8d5cad..000000000 --- a/domains/fakhri.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "FDMZ17" - }, - "records": { - "CNAME": "fdmz17.github.io" - } -} diff --git a/domains/farhan.json b/domains/farhan.json deleted file mode 100644 index 495f468c6..000000000 --- a/domains/farhan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Rose-uwu", - "email": "rose.pog.com@gmail.com" - }, - "records": { - "CNAME": "rose-uwu.github.io" - } -} diff --git a/domains/farjanul.json b/domains/farjanul.json deleted file mode 100644 index ef90de45b..000000000 --- a/domains/farjanul.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "farjanul", - "email": "farjanul10@gmail.com" - }, - "records": { - "CNAME": "farjanul.github.io" - } -} diff --git a/domains/farkot.json b/domains/farkot.json deleted file mode 100644 index 2868e75d8..000000000 --- a/domains/farkot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "farkot09", - "email": "viagramo2011@gmail.com" - }, - "records": { - "CNAME": "farkot09.github.io" - } -} diff --git a/domains/fastering.json b/domains/fastering.json deleted file mode 100644 index 9b60f17c9..000000000 --- a/domains/fastering.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "fastering18", - "email": "fastering18@gmail.com" - }, - "records": { - "CNAME": "fastering18.github.io" - } -} diff --git a/domains/fayasnoushad.json b/domains/fayasnoushad.json deleted file mode 100644 index 1a4f019fd..000000000 --- a/domains/fayasnoushad.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My personal site", - "owner": { - "username": "FayasNoushad", - "twitter": "FayasNoushad" - }, - "records": { - "CNAME": "fayasnoushad.github.io" - } -} diff --git a/domains/fayaz.json b/domains/fayaz.json deleted file mode 100644 index 2daf73f01..000000000 --- a/domains/fayaz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "fayaz07", - "email": "fayazfz07@gmail.com" - }, - "records": { - "CNAME": "fayaz07.github.io" - } -} diff --git a/domains/felixtr.json b/domains/felixtr.json deleted file mode 100644 index 6dc63ec8c..000000000 --- a/domains/felixtr.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/tphuc/tphuc.github.io", - "owner": { - "username": "tphuc", - "email": "felixtran2000@gmail.com" - }, - "records": { - "CNAME": "tphuc.github.io" - } -} diff --git a/domains/ffj20.json b/domains/ffj20.json deleted file mode 100644 index be0e6cfc7..000000000 --- a/domains/ffj20.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "FFJ-20", - "discord": "FFJ 2.0#6693" - }, - "records": { - "CNAME": "ffj-20.github.io" - } -} diff --git a/domains/films.json b/domains/films.json deleted file mode 100644 index d4364b3c9..000000000 --- a/domains/films.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "wsmdn", - "discord": "1049856856467722242" - }, - "records": { - "CNAME": "nomdn.github.io" - } -} diff --git a/domains/fireexe.json b/domains/fireexe.json deleted file mode 100644 index 482bfca04..000000000 --- a/domains/fireexe.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "fireemerald1", - "email": "imguyexeboii@gmail.com" - }, - "records": { - "CNAME": "fireemerald1.github.io" - } -} diff --git a/domains/firework.json b/domains/firework.json deleted file mode 100644 index b1251dff8..000000000 --- a/domains/firework.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Firewoork", - "email": "iaintflxzra122@gmail.com" - }, - "records": { - "CNAME": "firewoork.github.io" - } -} diff --git a/domains/fjuro.json b/domains/fjuro.json deleted file mode 100644 index 529a4b37a..000000000 --- a/domains/fjuro.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Fjuro", - "email": "ifjuro@proton.me" - }, - "records": { - "CNAME": "fjuro.github.io" - } -} diff --git a/domains/flamexode.json b/domains/flamexode.json deleted file mode 100644 index 0678cd5e8..000000000 --- a/domains/flamexode.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "WovenCoast", - "email": "wovencoast14782@techie.com" - }, - "records": { - "CNAME": "wovencoast.github.io" - } -} diff --git a/domains/florent.json b/domains/florent.json deleted file mode 100644 index 810623472..000000000 --- a/domains/florent.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "flobsx", - "email": "flo@bsx.pm" - }, - "records": { - "CNAME": "flobsx.github.io" - }, - "proxied": true -} diff --git a/domains/fluffythebunny.json b/domains/fluffythebunny.json deleted file mode 100644 index 31e761a2a..000000000 --- a/domains/fluffythebunny.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Fluffythebunny", - "email": "puglsytt@gmail.com", - "twitter": "pugls" - }, - "records": { - "CNAME": "fluffythebunny.github.io" - } -} diff --git a/domains/forsas.json b/domains/forsas.json deleted file mode 100644 index 3561b226a..000000000 --- a/domains/forsas.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Forsas website and blog", - "owner": { - "username": "forsas", - "email": "forsaslt@gmail.com" - }, - "records": { - "CNAME": "forsas.github.io" - } -} diff --git a/domains/fox.json b/domains/fox.json deleted file mode 100644 index b33479dc0..000000000 --- a/domains/fox.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "fox-tech0", - "email": "red@team-ruben.tk" - }, - "records": { - "CNAME": "fox-tech0.github.io" - } -} diff --git a/domains/francescodulio.json b/domains/francescodulio.json deleted file mode 100644 index c813d6dc6..000000000 --- a/domains/francescodulio.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Adrenocortico", - "email": "francesco.dulio@icloud.com" - }, - "records": { - "CNAME": "adrenocortico.github.io" - } -} diff --git a/domains/franciskafieh.json b/domains/franciskafieh.json deleted file mode 100644 index e5e95eb20..000000000 --- a/domains/franciskafieh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Francis Kafieh's Personal Blog", - "owner": { - "username": "franciskafieh", - "email": "kafieh.francis@gmail.com" - }, - "records": { - "CNAME": "franciskafieh.github.io" - } -} diff --git a/domains/frankra.json b/domains/frankra.json deleted file mode 100644 index 4af96e719..000000000 --- a/domains/frankra.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "frankra", - "email": "rafael.h.frank@gmail.com" - }, - "records": { - "CNAME": "frankra.github.io" - } -} diff --git a/domains/frapujgal.json b/domains/frapujgal.json deleted file mode 100644 index b430d74ec..000000000 --- a/domains/frapujgal.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "frapujgal", - "email": "fpujol1989@gmail.com" - }, - "records": { - "CNAME": "frapujgal.github.io" - } -} diff --git a/domains/frcat.json b/domains/frcat.json deleted file mode 100644 index 87117e43d..000000000 --- a/domains/frcat.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "FRCat's Website", - "owner": { - "username": "French-Cat", - "discord": "French Cat#0002" - }, - "records": { - "CNAME": "frcat.github.io" - } -} diff --git a/domains/freebies.json b/domains/freebies.json deleted file mode 100644 index 8f8ce1d70..000000000 --- a/domains/freebies.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Free Resources For Your Designs!", - "owner": { - "username": "icancodebeauty", - "email": "admin@itsjava.ml" - }, - "records": { - "CNAME": "icancodebeauty.github.io" - } -} diff --git a/domains/freitaseric.json b/domains/freitaseric.json deleted file mode 100644 index 02af0512e..000000000 --- a/domains/freitaseric.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "uEriic", - "email": "ueriic0@gmail.com" - }, - "records": { - "CNAME": "ueriic.github.io" - } -} diff --git a/domains/fsanchir.json b/domains/fsanchir.json deleted file mode 100644 index f5033905c..000000000 --- a/domains/fsanchir.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "FSanchir", - "owner": { - "username": "fsanchir", - "email": "fsanchir@fsip.ml" - }, - "records": { - "CNAME": "fsanchir.github.io" - } -} diff --git a/domains/fullpwn.json b/domains/fullpwn.json deleted file mode 100644 index 6ab01b355..000000000 --- a/domains/fullpwn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "fullpwn", - "email": "fullpwn@cumallover.me", - "twitter": "fullpwn" - }, - "records": { - "CNAME": "fullpwn.github.io" - } -} diff --git a/domains/funny-noip.json b/domains/funny-noip.json deleted file mode 100644 index 99c1ee0cf..000000000 --- a/domains/funny-noip.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DaoLmao", - "discord": "854380469147140106" - }, - "records": { - "CNAME": "zintaro.github.io" - } -} diff --git a/domains/furret.json b/domains/furret.json deleted file mode 100644 index df17be37c..000000000 --- a/domains/furret.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "furretra1n", - "email": "furret@transistorcafe.net" - }, - "records": { - "CNAME": "walccdev.github.io" - } -} diff --git a/domains/furti.json b/domains/furti.json deleted file mode 100644 index 8e0cee224..000000000 --- a/domains/furti.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "furtidev", - "email": "furtidev@proton.me", - "twitter": "furtidev" - }, - "records": { - "CNAME": "furtidev.github.io" - } -} diff --git a/domains/gabrielhuertas.json b/domains/gabrielhuertas.json deleted file mode 100644 index 0224d9f6c..000000000 --- a/domains/gabrielhuertas.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "GuDex-Dev", - "email": "gabriel.huertas.3012@gmail.com" - }, - "records": { - "CNAME": "gudex-dev.github.io" - } -} diff --git a/domains/gamingboots.json b/domains/gamingboots.json deleted file mode 100644 index 10f40cb38..000000000 --- a/domains/gamingboots.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "A description", - "owner": { - "username": "gamingboots", - "email": "gamngboots19@gmail.com" - }, - "records": { - "CNAME": "gamingboots.github.io" - } -} diff --git a/domains/ganesh.json b/domains/ganesh.json deleted file mode 100644 index 20ec495eb..000000000 --- a/domains/ganesh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "iamganeshsekhar", - "email": "ganeshsekha6@gmail.com" - }, - "records": { - "CNAME": "iamganeshsekhar.github.io" - } -} diff --git a/domains/gaurav.json b/domains/gaurav.json deleted file mode 100644 index 4facd8094..000000000 --- a/domains/gaurav.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tewarig", - "email": "gauravtewari111@gmail.com" - }, - "records": { - "CNAME": "tewarig.github.io" - } -} diff --git a/domains/gavrielsatrio.json b/domains/gavrielsatrio.json deleted file mode 100644 index 2b51363f1..000000000 --- a/domains/gavrielsatrio.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gavrielsatrio", - "email": "gavriel228@gmail.com" - }, - "records": { - "CNAME": "gavrielsatrio.github.io" - } -} diff --git a/domains/gdbotlist.json b/domains/gdbotlist.json deleted file mode 100644 index ecc26a5f2..000000000 --- a/domains/gdbotlist.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "coolsausage45", - "email": "hakekr27@gmail.com" - }, - "records": { - "CNAME": "coolsausage45.github.io" - } -} diff --git a/domains/generic.json b/domains/generic.json deleted file mode 100644 index 5b7a7a19f..000000000 --- a/domains/generic.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xgeneric", - "discord": "1194494419064328296" - }, - "records": { - "CNAME": "xgeneric.github.io" - } -} diff --git a/domains/gin.json b/domains/gin.json deleted file mode 100644 index 4084e5165..000000000 --- a/domains/gin.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://minh0111.github.io/ginny/", - "owner": { - "username": "minh0111", - "email": "kisaver157@gmail.com" - }, - "records": { - "CNAME": "minh0111.github.io" - } -} diff --git a/domains/githubmilind.json b/domains/githubmilind.json deleted file mode 100644 index afaacb44d..000000000 --- a/domains/githubmilind.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "githubmilind", - "email": "pansare@gmail.com" - }, - "records": { - "CNAME": "githubmilind.github.io" - } -} diff --git a/domains/gizmo.json b/domains/gizmo.json deleted file mode 100644 index 1e588f40a..000000000 --- a/domains/gizmo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gizmo-dev", - "twitter": "gizmo_gg" - }, - "records": { - "CNAME": "gizmo-dev.github.io" - } -} diff --git a/domains/glitchish.json b/domains/glitchish.json deleted file mode 100644 index a54cf8179..000000000 --- a/domains/glitchish.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Glitch's .IS-A.DEV domain", - "owner": { - "username": "glitchish", - "email": "gavinjstacey@gmail.com" - }, - "records": { - "CNAME": "glitchish.github.io" - } -} diff --git a/domains/glpzzz.json b/domains/glpzzz.json deleted file mode 100644 index efd7c27c3..000000000 --- a/domains/glpzzz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "glpzzz", - "email": "glpz@daxslab.com" - }, - "records": { - "CNAME": "glpzzz.github.io" - } -} diff --git a/domains/glutis.json b/domains/glutis.json deleted file mode 100644 index 426a45f92..000000000 --- a/domains/glutis.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "huyvu15", - "email": "huyv80313@gmail.com" - }, - "records": { - "CNAME": "huyvu15.github.io" - } -} diff --git a/domains/gnanaelisa.json b/domains/gnanaelisa.json deleted file mode 100644 index ebf3d7cc7..000000000 --- a/domains/gnanaelisa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jgnanaelisa", - "email": "gnanaelisa@gmail.com" - }, - "records": { - "CNAME": "jgnanaelisa.github.io" - } -} diff --git a/domains/godkode.json b/domains/godkode.json deleted file mode 100644 index ec2b101d0..000000000 --- a/domains/godkode.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "GodKode69", - "email": "knownasraghav@gmail.com" - }, - "records": { - "CNAME": "godkode69.github.io" - } -} diff --git a/domains/godwhite.json b/domains/godwhite.json deleted file mode 100644 index f3885bd77..000000000 --- a/domains/godwhite.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "GodwhiteTaiwan", - "email": "godwhite.yt.channel@gmail.com", - "twitter": "GW_GodwhiteTW" - }, - "records": { - "CNAME": "godwhitetaiwan.github.io" - } -} diff --git a/domains/gorkem.json b/domains/gorkem.json deleted file mode 100644 index ee45c490e..000000000 --- a/domains/gorkem.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Görkem's Website", - "owner": { - "username": "gorkeem", - "email": "gorkemy000@gmail.com" - }, - "records": { - "CNAME": "gorkeem.github.io" - } -} diff --git a/domains/govind.json b/domains/govind.json deleted file mode 100644 index f9b78565f..000000000 --- a/domains/govind.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Govind's personal developer website", - "owner": { - "username": "govind-shenoy", - "email": "govindvshenoy@gmail.com" - }, - "records": { - "CNAME": "govind-shenoy.github.io" - } -} diff --git a/domains/govinda.json b/domains/govinda.json deleted file mode 100644 index 034c441be..000000000 --- a/domains/govinda.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gkhabas76", - "email": "gkhabas76@gmail.com" - }, - "records": { - "CNAME": "gkhabas76.github.io" - } -} diff --git a/domains/grantcards.json b/domains/grantcards.json deleted file mode 100644 index 32334fee7..000000000 --- a/domains/grantcards.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "calvgrant", - "email": "alvinnobeltungga@gmail.com" - }, - "records": { - "CNAME": "calvgrant.github.io" - } -} diff --git a/domains/guillelm.json b/domains/guillelm.json deleted file mode 100644 index 663970d8f..000000000 --- a/domains/guillelm.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "guilleLM71", - "email": "jlauram3@fcpn.edu.bo" - }, - "records": { - "CNAME": "guillelm71.github.io" - }, - "proxied": true -} diff --git a/domains/gusza.json b/domains/gusza.json deleted file mode 100644 index 917275bc0..000000000 --- a/domains/gusza.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gusza110811", - "email": "auguz1108@gmail.com" - }, - "records": { - "CNAME": "gusza110811.github.io" - } -} diff --git a/domains/gvl610.json b/domains/gvl610.json deleted file mode 100644 index 90ae93970..000000000 --- a/domains/gvl610.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "gvl610", - "email": "giangvinhloc610@gmail.com", - "twitter": "gvl610" - }, - "records": { - "CNAME": "giangvinhloc610.github.io" - } -} diff --git a/domains/h3r3t1c.json b/domains/h3r3t1c.json deleted file mode 100644 index cd573e53f..000000000 --- a/domains/h3r3t1c.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lfdominguez", - "email": "ldominguezvega@gmail.com" - }, - "records": { - "CNAME": "lfdominguez.github.io" - } -} diff --git a/domains/hackerman.json b/domains/hackerman.json deleted file mode 100644 index c91c9fb42..000000000 --- a/domains/hackerman.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AviDevs31", - "email": "josealbertotaverazz@gmail.com" - }, - "records": { - "CNAME": "avidevs31.github.io" - } -} diff --git a/domains/hafidu.json b/domains/hafidu.json deleted file mode 100644 index 10a50626c..000000000 --- a/domains/hafidu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hafidu", - "email": "mochammad.hafidu@gmail.com" - }, - "records": { - "CNAME": "hafidu.github.io" - } -} diff --git a/domains/halink.json b/domains/halink.json deleted file mode 100644 index 3fdcff655..000000000 --- a/domains/halink.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "halink0803" - }, - "records": { - "CNAME": "halink0803.github.io" - } -} diff --git a/domains/hamid.json b/domains/hamid.json deleted file mode 100644 index 2c4816dcf..000000000 --- a/domains/hamid.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hamidsiddiqi2009", - "email": "hamidsiddiqi888@gmail.com" - }, - "records": { - "CNAME": "hamidsiddiqi2009.github.io" - } -} diff --git a/domains/hammed.json b/domains/hammed.json deleted file mode 100644 index fb56256bb..000000000 --- a/domains/hammed.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "devhammed", - "email": "hey@hammed.dev" - }, - "records": { - "CNAME": "devhammed.github.io" - } -} diff --git a/domains/hamza.json b/domains/hamza.json deleted file mode 100644 index 64afa0150..000000000 --- a/domains/hamza.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Hamza's website", - "owner": { - "username": "hamza8bit", - "email": "hamzabyte@gmail.com" - }, - "records": { - "CNAME": "hamza8bit.github.io" - } -} diff --git a/domains/hansen.json b/domains/hansen.json deleted file mode 100644 index 47048f389..000000000 --- a/domains/hansen.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portfolio site", - "owner": { - "username": "HansenKhi", - "email": "hansenkhi45@gmail.com" - }, - "records": { - "CNAME": "hansenkhi.github.io" - } -} diff --git a/domains/hari.json b/domains/hari.json deleted file mode 100644 index d47ad99e3..000000000 --- a/domains/hari.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "harishnkr", - "email": "hari2menon1234@gmail.com" - }, - "records": { - "CNAME": "harishnkr.github.io" - } -} diff --git a/domains/harikrishnan.json b/domains/harikrishnan.json deleted file mode 100644 index bc643a82f..000000000 --- a/domains/harikrishnan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Hari's Portfolio Website", - "owner": { - "username": "Harikrishnan6336", - "email": "harikrishnan6336@gmail.com" - }, - "records": { - "CNAME": "harikrishnan6336.github.io" - } -} diff --git a/domains/harikrishnanps.json b/domains/harikrishnanps.json deleted file mode 100644 index 4f278a556..000000000 --- a/domains/harikrishnanps.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "super-jedi", - "email": "harikrishnan.ps@hotmail.com" - }, - "records": { - "CNAME": "super-jedi.github.io" - } -} diff --git a/domains/harsh-patel.json b/domains/harsh-patel.json deleted file mode 100644 index 58b15a8e8..000000000 --- a/domains/harsh-patel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Harsh's website", - "owner": { - "username": "harshpat", - "email": "patel.harsh28@gmail.com" - }, - "records": { - "CNAME": "harshpat.github.io" - } -} diff --git a/domains/harshad.json b/domains/harshad.json deleted file mode 100644 index 02fb5ff59..000000000 --- a/domains/harshad.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hb0313", - "email": "hbhandwaldar@gmail.com" - }, - "records": { - "CNAME": "hb0313.github.io" - } -} diff --git a/domains/haseena.json b/domains/haseena.json deleted file mode 100644 index 94c61cb60..000000000 --- a/domains/haseena.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Haseena's website", - "owner": { - "username": "haseena-hassan", - "email": "haseena2199@gmail.com" - }, - "records": { - "CNAME": "haseena-hassan.github.io" - } -} diff --git a/domains/hash-cracker.json b/domains/hash-cracker.json deleted file mode 100644 index e948b4e94..000000000 --- a/domains/hash-cracker.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Hash-Cracker", - "email": "tspamiitesh@gmail.com" - }, - "records": { - "CNAME": "hash-cracker.github.io" - } -} diff --git a/domains/hector-vigil.json b/domains/hector-vigil.json deleted file mode 100644 index a86928105..000000000 --- a/domains/hector-vigil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hector-vigil", - "email": "vigilescalera.h@gmail.com" - }, - "records": { - "CNAME": "hector-vigil.github.io" - } -} diff --git a/domains/hein.json b/domains/hein.json deleted file mode 100644 index 281782c3e..000000000 --- a/domains/hein.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "HeinKhantZaw", - "email": "heinkhantzaw1@gmail.com" - }, - "records": { - "CNAME": "heinkhantzaw.github.io" - } -} diff --git a/domains/henry.json b/domains/henry.json deleted file mode 100644 index 737098701..000000000 --- a/domains/henry.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "henryhuangbc", - "email": "space.galaxy.world@gmail.com", - "twitter": "hd3vv" - }, - "records": { - "CNAME": "henryhuangbc.github.io" - } -} diff --git a/domains/herve.json b/domains/herve.json deleted file mode 100644 index bb485801b..000000000 --- a/domains/herve.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "herveleclerc", - "email": "herve.leclerc@gmail.com" - }, - "records": { - "CNAME": "herveleclerc.github.io" - } -} diff --git a/domains/hextris.json b/domains/hextris.json deleted file mode 100644 index 4355be874..000000000 --- a/domains/hextris.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nrzt", - "email": "nrzt5678@gmail.com" - }, - "records": { - "CNAME": "nrzt567.github.io" - } -} diff --git a/domains/hiddenblack.json b/domains/hiddenblack.json deleted file mode 100644 index 7e57e6b8c..000000000 --- a/domains/hiddenblack.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hidden-black", - "email": "shashwatrai_28@outlook.com" - }, - "records": { - "CNAME": "hidden-black.github.io" - } -} diff --git a/domains/hifzur.json b/domains/hifzur.json deleted file mode 100644 index 7dae5481c..000000000 --- a/domains/hifzur.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hifzurmax", - "email": "hifzur.syl@gmail.com" - }, - "records": { - "CNAME": "hifzurmax.github.io" - } -} diff --git a/domains/himanshusri.json b/domains/himanshusri.json deleted file mode 100644 index d5d9265f1..000000000 --- a/domains/himanshusri.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "himanshuSri24", - "email": "himanshu20032002@gmail.com" - }, - "records": { - "CNAME": "himanshusri24.github.io" - } -} diff --git a/domains/hisham.json b/domains/hisham.json deleted file mode 100644 index 35f275b6c..000000000 --- a/domains/hisham.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Hisham is a dev", - "owner": { - "username": "hishamalip", - "email": "hishamalip@gmail.com" - }, - "records": { - "CNAME": "hishamalip.github.io" - } -} diff --git a/domains/hjmao.json b/domains/hjmao.json deleted file mode 100644 index 0da95d907..000000000 --- a/domains/hjmao.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "hjmao.is-a.dev", - "owner": { - "username": "huajianmao", - "email": "huajianmao@gmail.com" - }, - "records": { - "CNAME": "huajianmao.github.io" - } -} diff --git a/domains/hoan.json b/domains/hoan.json deleted file mode 100644 index 49793a0fa..000000000 --- a/domains/hoan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "hoan.is-a.dev : This is my personal notebook", - "owner": { - "username": "hwanngo", - "email": "conghoan.0406@gmail.com" - }, - "records": { - "CNAME": "hwanngo.github.io" - } -} diff --git a/domains/hongquang.json b/domains/hongquang.json deleted file mode 100644 index 363dadd61..000000000 --- a/domains/hongquang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "quanglh268", - "email": "quanglh268@gmail.com" - }, - "records": { - "CNAME": "hquang.github.io" - } -} diff --git a/domains/horizon-server.json b/domains/horizon-server.json deleted file mode 100644 index 8b50b0819..000000000 --- a/domains/horizon-server.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "HorizonFiles", - "email": "getbomb@bk.ru", - "discord": "1223721772051075193" - }, - "records": { - "CNAME": "horizonfiles.github.io" - } -} diff --git a/domains/horu.json b/domains/horu.json deleted file mode 100644 index 9bf66af5b..000000000 --- a/domains/horu.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "HigherOrderLogic" - }, - "records": { - "CNAME": "higherorderlogic.github.io" - } -} diff --git a/domains/hozzywozzy.json b/domains/hozzywozzy.json deleted file mode 100644 index 78b3352cb..000000000 --- a/domains/hozzywozzy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hozzywozzy", - "email": "hozzywozzy@terrorist.lol" - }, - "records": { - "CNAME": "hozzywozzy.github.io" - } -} diff --git a/domains/hu-kaixiang.json b/domains/hu-kaixiang.json deleted file mode 100644 index fae2bdb2a..000000000 --- a/domains/hu-kaixiang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Maxhu787", - "email": "maxhu787@gmail.com" - }, - "records": { - "CNAME": "maxhu787.github.io" - } -} diff --git a/domains/hungphambkc.json b/domains/hungphambkc.json deleted file mode 100644 index 8717e6bdb..000000000 --- a/domains/hungphambkc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hungphambkc", - "email": "phamhung2001@icloud.com" - }, - "records": { - "CNAME": "hungphambkc.github.io" - } -} diff --git a/domains/hungthai.json b/domains/hungthai.json deleted file mode 100644 index b1c379ca7..000000000 --- a/domains/hungthai.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hungthai1401", - "email": "hungthai1401.it@gmail.com" - }, - "records": { - "CNAME": "hungthai1401.github.io" - } -} diff --git a/domains/huseyin.json b/domains/huseyin.json deleted file mode 100644 index b8ac0cbaa..000000000 --- a/domains/huseyin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Huseyin-Cinar", - "email": "gslicocuk8080@gmail.com" - }, - "records": { - "CNAME": "huseyin-cinar.github.io" - } -} diff --git a/domains/ico.json b/domains/ico.json deleted file mode 100644 index df0bc01f9..000000000 --- a/domains/ico.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "babyico", - "email": "iconical@programmer.net" - }, - "records": { - "CNAME": "babyico.github.io" - } -} diff --git a/domains/icy.json b/domains/icy.json deleted file mode 100644 index ca175a775..000000000 --- a/domains/icy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "IcyonGit", - "email": "Jazzyvela2009@outlook.com" - }, - "records": { - "CNAME": "icyongit.github.io" - } -} diff --git a/domains/ikhlashmulya.json b/domains/ikhlashmulya.json deleted file mode 100644 index 79acd41db..000000000 --- a/domains/ikhlashmulya.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Ikhlashmulya", - "email": "nurahmanmulya@gmail.com" - }, - "records": { - "CNAME": "ikhlashmulya.github.io" - } -} diff --git a/domains/ilovechickennuggets.json b/domains/ilovechickennuggets.json deleted file mode 100644 index c7f773a2e..000000000 --- a/domains/ilovechickennuggets.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "getSono", - "discord": "1222250424309121145" - }, - "records": { - "CNAME": "getsono.github.io" - } -} diff --git a/domains/img.cala.json b/domains/img.cala.json deleted file mode 100644 index 895c2f7a0..000000000 --- a/domains/img.cala.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "calamitywoah", - "email": "krivojta@gmail.com", - "discord": "981555580495867964" - }, - "records": { - "CNAME": "calamitywoah.github.io" - } -} diff --git a/domains/imlasiya.json b/domains/imlasiya.json deleted file mode 100644 index fe526db0d..000000000 --- a/domains/imlasiya.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ImLasiya", - "email": "shsherlocksl@gmail.com", - "twitter": "ImLasiya" - }, - "records": { - "CNAME": "imlasiya.github.io" - } -} diff --git a/domains/imlasiyah.json b/domains/imlasiyah.json deleted file mode 100644 index 6a43c8ce9..000000000 --- a/domains/imlasiyah.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ImLasiya", - "email": "senash@darktsysl.onmicrosoft.com" - }, - "records": { - "CNAME": "imlasiya.github.io" - } -} diff --git a/domains/imxitiz.json b/domains/imxitiz.json deleted file mode 100644 index 01d5b2a06..000000000 --- a/domains/imxitiz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "description": "imxitiz.is-a.dev", - "owner": { - "username": "imxitiz" - }, - "records": { - "CNAME": "imxitiz.github.io" - } -} diff --git a/domains/imy.json b/domains/imy.json deleted file mode 100644 index 97ea5f5b9..000000000 --- a/domains/imy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My portfolio", - "owner": { - "username": "IMYdev", - "email": "omranmansour096@gmail.com" - }, - "records": { - "CNAME": "imydev.github.io" - } -} diff --git a/domains/incbom.json b/domains/incbom.json deleted file mode 100644 index f4db189d3..000000000 --- a/domains/incbom.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "IncbomDev", - "email": "incbomyt@gmail.com", - "twitter": "IncbomYT" - }, - "records": { - "CNAME": "incbomdev.github.io" - } -} diff --git a/domains/indidee.json b/domains/indidee.json deleted file mode 100644 index 03a8b1d90..000000000 --- a/domains/indidee.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "indideee", - "email": "amberisamab@gmail.com" - }, - "records": { - "CNAME": "indideee.github.io" - } -} diff --git a/domains/infiniteloop.json b/domains/infiniteloop.json deleted file mode 100644 index 826ab4782..000000000 --- a/domains/infiniteloop.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "roktim32", - "email": "roktimsenapoty2@gmail.com" - }, - "records": { - "CNAME": "roktim32.github.io" - } -} diff --git a/domains/inj3c7i0n.json b/domains/inj3c7i0n.json deleted file mode 100644 index ce019d6c9..000000000 --- a/domains/inj3c7i0n.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Inj3c7i0n", - "email": "Inj3c7ed@gmail.com" - }, - "records": { - "CNAME": "inj3c7i0n.github.io" - } -} diff --git a/domains/intergrav.json b/domains/intergrav.json deleted file mode 100644 index f101cb7bf..000000000 --- a/domains/intergrav.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "intergrav", - "email": "devinkid1@gmail.com" - }, - "records": { - "CNAME": "intergrav.github.io" - } -} diff --git a/domains/inxlo.json b/domains/inxlo.json deleted file mode 100644 index 3ee216c01..000000000 --- a/domains/inxlo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xlenco", - "email": "xlenco@hotmail.com" - }, - "records": { - "CNAME": "xlenco.github.io" - } -} diff --git a/domains/iqat.json b/domains/iqat.json deleted file mode 100644 index 72d75d825..000000000 --- a/domains/iqat.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portfolio for Muhammad Taqi (Iqat)", - "owner": { - "username": "Iqat476", - "email": "iqat476@gmail.com" - }, - "records": { - "CNAME": "iqat476.github.io" - } -} diff --git a/domains/isa.json b/domains/isa.json deleted file mode 100644 index 0b4d9e062..000000000 --- a/domains/isa.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "This is for nottisa cool stuff", - "owner": { - "username": "nottisa", - "email": "theonewhohasthisemail@gmail.com", - "twitter": "_bob90368" - }, - "records": { - "CNAME": "nottisa.github.io" - } -} diff --git a/domains/isaac.json b/domains/isaac.json deleted file mode 100644 index d6c283a77..000000000 --- a/domains/isaac.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "IsaacTouhami", - "email": "isaaco7274@gmail.com" - }, - "records": { - "CNAME": "isaactouhami.github.io" - } -} diff --git a/domains/itsdharmik.json b/domains/itsdharmik.json deleted file mode 100644 index acccec1ab..000000000 --- a/domains/itsdharmik.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Want this domain to host my portfolio.", - "owner": { - "username": "itsdharmik", - "email": "dharmikparmar2004@yahoo.com", - "twitter": "itsdharmik" - }, - "records": { - "CNAME": "itsdharmik.github.io" - } -} diff --git a/domains/itsmealdo.json b/domains/itsmealdo.json deleted file mode 100644 index 71b953cdc..000000000 --- a/domains/itsmealdo.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "itsmealdo Webs", - "owner": { - "username": "itsmealdo", - "email": "aldosaputra@gmail.com" - }, - "records": { - "CNAME": "itsmealdo.github.io" - } -} diff --git a/domains/itsneufox.json b/domains/itsneufox.json deleted file mode 100644 index f7eadfa7a..000000000 --- a/domains/itsneufox.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "itsneufox", - "email": "ajuda@tntsamp.com" - }, - "records": { - "CNAME": "itsneufox.github.io" - } -} diff --git a/domains/itsnicecraft.json b/domains/itsnicecraft.json deleted file mode 100644 index 012b1933c..000000000 --- a/domains/itsnicecraft.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal website", - "owner": { - "username": "itsnicecraft", - "twitter": "itsnicecraft" - }, - "records": { - "CNAME": "itsnicecraft.github.io" - } -} diff --git a/domains/itzporium.json b/domains/itzporium.json deleted file mode 100644 index fbb94f53e..000000000 --- a/domains/itzporium.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "codernocook", - "email": "poriumbox@fbi.ac", - "twitter": false, - "discord": "Itzporium#9655" - }, - "records": { - "CNAME": "codernocook.github.io" - } -} diff --git a/domains/ivedant.json b/domains/ivedant.json deleted file mode 100644 index d0cdcc0fe..000000000 --- a/domains/ivedant.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Flash2014", - "email": "naiduvedant@gmail.com" - }, - "records": { - "CNAME": "flash2014.github.io" - } -} diff --git a/domains/jacob.json b/domains/jacob.json deleted file mode 100644 index f7e006dcf..000000000 --- a/domains/jacob.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jacob13400", - "email": "jacob13400@gmail.com" - }, - "records": { - "CNAME": "jacob13400.github.io" - } -} diff --git a/domains/jagdhish-mer.json b/domains/jagdhish-mer.json deleted file mode 100644 index 3eac068ab..000000000 --- a/domains/jagdhish-mer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "jagdish-der" - }, - "records": { - "CNAME": "jagdish-der.github.io" - } -} diff --git a/domains/jaisankar.json b/domains/jaisankar.json deleted file mode 100644 index c84afa389..000000000 --- a/domains/jaisankar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jaisankar07", - "email": "jaisankars2017@gmail.com" - }, - "records": { - "CNAME": "jaisankar07.github.io" - } -} diff --git a/domains/janeq.json b/domains/janeq.json deleted file mode 100644 index dfe4a6c40..000000000 --- a/domains/janeq.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "notjaneq", - "email": "a2012989z@gmail.com" - }, - "records": { - "CNAME": "notjaneq.github.io" - } -} diff --git a/domains/janith.json b/domains/janith.json deleted file mode 100644 index b8cd36600..000000000 --- a/domains/janith.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Janithpm", - "email": "janithmadarasinghe@gmail.com" - }, - "records": { - "CNAME": "janithpm.github.io" - } -} diff --git a/domains/janmikowa.json b/domains/janmikowa.json deleted file mode 100644 index 42f67cc99..000000000 --- a/domains/janmikowa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Maritsu", - "email": "maritsuqnn@gmail.com" - }, - "records": { - "CNAME": "maritsu.github.io" - } -} diff --git a/domains/jatin.json b/domains/jatin.json deleted file mode 100644 index 99a7dec32..000000000 --- a/domains/jatin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Jateeeen", - "email": "jatin@linkxtr.app" - }, - "records": { - "CNAME": "jateeeen.github.io" - } -} diff --git a/domains/jatinkr.json b/domains/jatinkr.json deleted file mode 100644 index 5cf72cd84..000000000 --- a/domains/jatinkr.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jatinkumarg", - "email": "jatinkr@duck.com" - }, - "records": { - "CNAME": "jatinkumarg.github.io" - } -} diff --git a/domains/javi.json b/domains/javi.json deleted file mode 100644 index 7d834b86f..000000000 --- a/domains/javi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "itsjavi", - "discord": "itsjavi" - }, - "records": { - "CNAME": "itsjavi.github.io" - } -} diff --git a/domains/jaycedotbin.json b/domains/jaycedotbin.json deleted file mode 100644 index cf2fabf5a..000000000 --- a/domains/jaycedotbin.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "jaycedotbin", - "email": "johncarloaustria@protonmail.com", - "twitter": "jaycedotbin" - }, - "records": { - "CNAME": "jaycedotbin.github.io" - } -} diff --git a/domains/jayy.json b/domains/jayy.json deleted file mode 100644 index 5cf1f04e0..000000000 --- a/domains/jayy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My small little dev page thingy", - "owner": { - "username": "fiskdk", - "email": "jayyisdev@gmail.com", - "twitter": "dont-use-twitter" - }, - "records": { - "CNAME": "fiskdk.github.io" - } -} diff --git a/domains/jc-wu.json b/domains/jc-wu.json deleted file mode 100644 index 7f1439057..000000000 --- a/domains/jc-wu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jc-wu1", - "email": "testingpurposeonlyemail@gmail.com" - }, - "records": { - "CNAME": "jc-wu1.github.io" - } -} diff --git a/domains/jcs.json b/domains/jcs.json deleted file mode 100644 index c2d59bccd..000000000 --- a/domains/jcs.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bi0hazarDD", - "email": "jonathan-8@hotmail.co.uk" - }, - "records": { - "CNAME": "bi0hazardd.github.io" - } -} diff --git a/domains/jean.json b/domains/jean.json deleted file mode 100644 index 94e257a94..000000000 --- a/domains/jean.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "A website showcasing all of Jean's work", - "owner": { - "username": "emperorjean", - "twitter": "emperorjean_" - }, - "records": { - "CNAME": "emperorjean.github.io" - } -} diff --git a/domains/jeevan.json b/domains/jeevan.json deleted file mode 100644 index 06fd36e4b..000000000 --- a/domains/jeevan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jeevan900929", - "email": "jeevan.900929@gmail.com" - }, - "records": { - "CNAME": "jeevan900929.github.io" - } -} diff --git a/domains/jeremie.json b/domains/jeremie.json deleted file mode 100644 index 1169a8c7d..000000000 --- a/domains/jeremie.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "0xw01f", - "email": "one_w01f@protonmail.ch", - "twitter": "w01f_src" - }, - "records": { - "CNAME": "0xw01f.github.io" - } -} diff --git a/domains/jerikchan.json b/domains/jerikchan.json deleted file mode 100644 index c8e977240..000000000 --- a/domains/jerikchan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jerikchan", - "email": "jerikchan@gmail.com" - }, - "records": { - "CNAME": "jerikchan.github.io" - } -} diff --git a/domains/jermaine.json b/domains/jermaine.json deleted file mode 100644 index 027d6b572..000000000 --- a/domains/jermaine.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Codemaine", - "email": "jermaineantwi22@gmail.com" - }, - "records": { - "CNAME": "codemaine.github.io" - } -} diff --git a/domains/jeros.json b/domains/jeros.json deleted file mode 100644 index 112ac5619..000000000 --- a/domains/jeros.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Ascript89", - "email": "smartlinkwfs@gmail.com" - }, - "records": { - "CNAME": "ascript89.github.io" - } -} diff --git a/domains/jesseallan.json b/domains/jesseallan.json deleted file mode 100644 index 4d47077a8..000000000 --- a/domains/jesseallan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "JesseAllan", - "email": "jesseba20+github2@gmail.com" - }, - "records": { - "CNAME": "jesseallan.github.io" - } -} diff --git a/domains/jesusvaladez.json b/domains/jesusvaladez.json deleted file mode 100644 index 3631456ec..000000000 --- a/domains/jesusvaladez.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "JesusVala", - "email": "jesusvaladezf@outlook.com" - }, - "records": { - "CNAME": "jesusvaladez.github.io" - } -} diff --git a/domains/jhw.json b/domains/jhw.json deleted file mode 100644 index d5fdc5730..000000000 --- a/domains/jhw.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jhwohlgemuth", - "twitter": "jhwohlgemuth" - }, - "records": { - "CNAME": "jhwohlgemuth.github.io" - } -} diff --git a/domains/jithumon.json b/domains/jithumon.json deleted file mode 100644 index 5e7859ded..000000000 --- a/domains/jithumon.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "jithumon", - "email": "jithumondev@gmail.com", - "twitter": "Jithumatt" - }, - "records": { - "CNAME": "jithumon.github.io" - } -} diff --git a/domains/joel.json b/domains/joel.json deleted file mode 100644 index b6b6e637a..000000000 --- a/domains/joel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "9oelm", - "twitter": "9oelm" - }, - "records": { - "CNAME": "9oelm.github.io" - } -} diff --git a/domains/joey.json b/domains/joey.json deleted file mode 100644 index 71202b64b..000000000 --- a/domains/joey.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jlai403", - "discord": "120522740590575616" - }, - "records": { - "CNAME": "jlai403.github.io" - } -} diff --git a/domains/johansansebastian.json b/domains/johansansebastian.json deleted file mode 100644 index 9e55bdee2..000000000 --- a/domains/johansansebastian.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Johan's personal developer website", - "owner": { - "username": "JohanSanSebastian", - "email": "johansanju06@gmail.com" - }, - "records": { - "CNAME": "johansansebastian.github.io" - } -} diff --git a/domains/johnsonlee.json b/domains/johnsonlee.json deleted file mode 100644 index 9a74d5b6b..000000000 --- a/domains/johnsonlee.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "johnsonlee", - "email": "g.johnsonlee@gmail.com" - }, - "records": { - "CNAME": "johnsonlee.github.io" - } -} diff --git a/domains/johnythomas.json b/domains/johnythomas.json deleted file mode 100644 index 105a8ef13..000000000 --- a/domains/johnythomas.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "This website is a link to my personal developer portfolio.", - "owner": { - "username": "johnythomas2002", - "email": "johnypani111@gmail.com" - }, - "records": { - "CNAME": "johnythomas2002.github.io" - } -} diff --git a/domains/joltz1234.json b/domains/joltz1234.json deleted file mode 100644 index 0f05525ae..000000000 --- a/domains/joltz1234.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "joltz1234", - "email": "joltzx123@gmail.com", - "discord": "837162825373188106" - }, - "records": { - "CNAME": "joltz1234.github.io" - } -} diff --git a/domains/jonagoldman.json b/domains/jonagoldman.json deleted file mode 100644 index 18f09260a..000000000 --- a/domains/jonagoldman.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/jonagoldman/jonagoldman.github.io", - "owner": { - "username": "jonagoldman", - "email": "jonagoldman@gmail.com" - }, - "records": { - "CNAME": "jonagoldman.github.io" - } -} diff --git a/domains/josemy.json b/domains/josemy.json deleted file mode 100644 index 1c246a26f..000000000 --- a/domains/josemy.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "JosemyDuarte" - }, - "records": { - "CNAME": "josemyduarte.github.io" - } -} diff --git a/domains/josh-ferrell.json b/domains/josh-ferrell.json deleted file mode 100644 index 4f3fbf0eb..000000000 --- a/domains/josh-ferrell.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "josh-ferrell", - "email": "josh.ferrell@gmail.com" - }, - "records": { - "CNAME": "josh-ferrell.github.io" - } -} diff --git a/domains/joshuawise.json b/domains/joshuawise.json deleted file mode 100644 index 278fbb76f..000000000 --- a/domains/joshuawise.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "jlwisedev", - "email": "jlwiseeha24@gmail.com" - }, - "records": { - "CNAME": "jlwisedev.github.io" - }, - "proxied": true -} diff --git a/domains/jpedro.json b/domains/jpedro.json deleted file mode 100644 index 761be7b36..000000000 --- a/domains/jpedro.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jpedro", - "email": "github@jpedro.dev" - }, - "records": { - "CNAME": "jpedro.github.io" - } -} diff --git a/domains/jpsantistebanq.json b/domains/jpsantistebanq.json deleted file mode 100644 index 7c8425bea..000000000 --- a/domains/jpsantistebanq.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jpsantistebanq", - "email": "jpsantq@gmail.com" - }, - "records": { - "CNAME": "jpsantistebanq.github.io" - } -} diff --git a/domains/jrdrwn.json b/domains/jrdrwn.json deleted file mode 100644 index c70a16500..000000000 --- a/domains/jrdrwn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "jrdrwn", - "email": "jordirwn@gmail.com", - "twitter": "_jrdrwan" - }, - "records": { - "CNAME": "jrdrwn.github.io" - } -} diff --git a/domains/jrmessias.json b/domains/jrmessias.json deleted file mode 100644 index f562eb242..000000000 --- a/domains/jrmessias.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "jrmessias", - "email": "jrmessias@gmail.com", - "twitter": "jrmessias" - }, - "records": { - "CNAME": "jrmessias.github.io" - } -} diff --git a/domains/jubal.json b/domains/jubal.json deleted file mode 100644 index c61cc232d..000000000 --- a/domains/jubal.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jubalslone", - "email": "jubal.slone@gmail.com" - }, - "records": { - "CNAME": "jubalslone.github.io" - } -} diff --git a/domains/julianwe17.json b/domains/julianwe17.json deleted file mode 100644 index 4b4015a65..000000000 --- a/domains/julianwe17.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Julianwe17", - "email": "julian.in.hbr@gmail.com", - "discord": "1055740356764901437" - }, - "records": { - "CNAME": "julianwe17.github.io" - } -} diff --git a/domains/just-muzz.json b/domains/just-muzz.json deleted file mode 100644 index 96bf2fefb..000000000 --- a/domains/just-muzz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "just-Muzz", - "email": "idrisking759@gmail.com", - "twitter": "just_Muzz" - }, - "records": { - "CNAME": "just-muzz.github.io" - } -} diff --git a/domains/justforever.json b/domains/justforever.json deleted file mode 100644 index d41dcd48a..000000000 --- a/domains/justforever.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "DevJustForever's personal developer website", - "owner": { - "username": "DevJustForever", - "email": "mertcelik0541@gmail.com" - }, - "records": { - "CNAME": "devjustforever.github.io" - } -} diff --git a/domains/k93msy.json b/domains/k93msy.json deleted file mode 100644 index c1d5730ca..000000000 --- a/domains/k93msy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "K93MSY website", - "owner": { - "username": "K93MSY", - "email": "kuritama0903@gmail.com" - }, - "records": { - "CNAME": "k93msy.github.io" - } -} diff --git a/domains/kaguwo.json b/domains/kaguwo.json deleted file mode 100644 index 217bb5588..000000000 --- a/domains/kaguwo.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Kaguwo's Personal Website", - "owner": { - "username": "kaguwomin", - "email": "business@kaguwo.com" - }, - "records": { - "CNAME": "kaguwomin.github.io" - } -} diff --git a/domains/kai.json b/domains/kai.json deleted file mode 100644 index 11daa02b2..000000000 --- a/domains/kai.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "KAI is a Dev", - "owner": { - "username": "blackaimc", - "email": "blackaimc@gmail.com" - }, - "records": { - "CNAME": "blackaimc.github.io" - } -} diff --git a/domains/kakarot.json b/domains/kakarot.json deleted file mode 100644 index d6ca01d86..000000000 --- a/domains/kakarot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "anshuayan", - "email": "kakarotp@proton.me" - }, - "records": { - "CNAME": "anshuayan.github.io" - } -} diff --git a/domains/kamlendras.json b/domains/kamlendras.json deleted file mode 100644 index 09a0abc4d..000000000 --- a/domains/kamlendras.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kamlendras", - "email": "kamlendras@proton.me" - }, - "records": { - "CNAME": "kamlendras.github.io" - } -} diff --git a/domains/kanti-tkm.json b/domains/kanti-tkm.json deleted file mode 100644 index 5f5f79e7b..000000000 --- a/domains/kanti-tkm.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Toyota Fan Website", - "owner": { - "username": "AshC1ty", - "email": "ashcity07734@gmail.com" - }, - "records": { - "CNAME": "ashc1ty.github.io" - } -} diff --git a/domains/kappucino.json b/domains/kappucino.json deleted file mode 100644 index 50d564091..000000000 --- a/domains/kappucino.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kappucin", - "discord": "853170099392479253" - }, - "records": { - "CNAME": "kappucin.github.io" - } -} diff --git a/domains/karify98.json b/domains/karify98.json deleted file mode 100644 index 9f78d0a18..000000000 --- a/domains/karify98.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "karify98", - "email": "nnnam048@gmail.com" - }, - "records": { - "CNAME": "karify98.github.io" - } -} diff --git a/domains/kavi.json b/domains/kavi.json deleted file mode 100644 index 40847ba61..000000000 --- a/domains/kavi.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portfolio website", - "owner": { - "username": "dkaviarasu", - "twitter": "kaviarasudm" - }, - "records": { - "CNAME": "dkaviarasu.github.io" - } -} diff --git a/domains/kaweees.json b/domains/kaweees.json deleted file mode 100644 index 7577328cc..000000000 --- a/domains/kaweees.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Kaweees is a Dev", - "owner": { - "username": "Kaweees", - "email": "miguelvillafloran@gmail.com" - }, - "records": { - "CNAME": "kaweees.github.io" - } -} diff --git a/domains/keishi.json b/domains/keishi.json deleted file mode 100644 index 8227f0ab8..000000000 --- a/domains/keishi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VoidKeishi", - "email": "phananha4@gmail.com" - }, - "records": { - "CNAME": "voidkeishi.github.io" - } -} diff --git a/domains/keithkhaotic.json b/domains/keithkhaotic.json deleted file mode 100644 index a9a0e0320..000000000 --- a/domains/keithkhaotic.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "KeithKhaotic", - "email": "keithbussyness@gmail.com", - "twitter": "redrocker133" - }, - "records": { - "CNAME": "keithkhaotic.github.io" - } -} diff --git a/domains/keli5.json b/domains/keli5.json deleted file mode 100644 index fa4f82236..000000000 --- a/domains/keli5.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "keli5", - "owner": { - "username": "keli5", - "twitter": "keli5_letters" - }, - "records": { - "CNAME": "keli5.github.io" - } -} diff --git a/domains/kells.json b/domains/kells.json deleted file mode 100644 index 21ae4eb15..000000000 --- a/domains/kells.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Kells is Developer!", - "owner": { - "username": "jwkim101201", - "email": "jwkim101201@gmail.com" - }, - "records": { - "CNAME": "jwkim101201.github.io" - } -} diff --git a/domains/kelly.json b/domains/kelly.json deleted file mode 100644 index 9b27867d4..000000000 --- a/domains/kelly.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "email": "kelly@kellylawrence.ca", - "username": "kellylawrence" - }, - "records": { - "CNAME": "kellylawrence.github.io" - } -} diff --git a/domains/kermicidal.json b/domains/kermicidal.json deleted file mode 100644 index ffd00202a..000000000 --- a/domains/kermicidal.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kermitsgonnakermicide", - "email": "kermicidal@gmail.com" - }, - "records": { - "CNAME": "kermitsgonnakermicide.github.io" - } -} diff --git a/domains/kev.json b/domains/kev.json deleted file mode 100644 index 6fa98d2ff..000000000 --- a/domains/kev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kevinle108", - "email": "kevinle108@gmail.com" - }, - "records": { - "CNAME": "kevinle108.github.io" - } -} diff --git a/domains/khanh.json b/domains/khanh.json deleted file mode 100644 index bff2c3afd..000000000 --- a/domains/khanh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Khanh's personal developer website", - "owner": { - "username": "canfam", - "email": "khanhpham072007@gmail.com" - }, - "records": { - "CNAME": "canfam.github.io" - } -} diff --git a/domains/khcrv.json b/domains/khcrv.json deleted file mode 100644 index ad9745663..000000000 --- a/domains/khcrv.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "KhCrv Portfolio Website", - "owner": { - "username": "KhCrv", - "email": "pedusty@hotmail.com" - }, - "records": { - "CNAME": "khcrv.github.io" - } -} diff --git a/domains/kikemendez.json b/domains/kikemendez.json deleted file mode 100644 index 4c2cf517b..000000000 --- a/domains/kikemendez.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Kikeme98", - "email": "l.e.mendez1998@gmail.com" - }, - "records": { - "CNAME": "kikeme98.github.io" - } -} diff --git a/domains/kilic.json b/domains/kilic.json deleted file mode 100644 index 04572388a..000000000 --- a/domains/kilic.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "kiliczsh", - "email": "muhammeddkilicc@gmail.com" - }, - "description": "personal site", - "records": { - "CNAME": "kiliczsh.github.io" - } -} diff --git a/domains/kiran.json b/domains/kiran.json deleted file mode 100644 index 9be263f2f..000000000 --- a/domains/kiran.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My very own is a dev domain for github pages", - "owner": { - "username": "kiranhart", - "email": "kiran.hart@live.com" - }, - "records": { - "CNAME": "kiranhart.github.io" - } -} diff --git a/domains/klouqzz.json b/domains/klouqzz.json deleted file mode 100644 index 1455f8388..000000000 --- a/domains/klouqzz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "klouqzz", - "email": "klouqz@gmail.com" - }, - "records": { - "CNAME": "klouqzz.github.io" - } -} diff --git a/domains/kml.json b/domains/kml.json deleted file mode 100644 index 5725aad7c..000000000 --- a/domains/kml.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kmlupreti", - "email": "kmlupreti@protonmail.com" - }, - "records": { - "CNAME": "kmlupreti.github.io" - } -} diff --git a/domains/konstantin-ivanov.json b/domains/konstantin-ivanov.json deleted file mode 100644 index 5781f531d..000000000 --- a/domains/konstantin-ivanov.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "KonstanTinoVino", - "email": "koiv.work@gmail.com" - }, - "records": { - "CNAME": "konstantinovino.github.io" - } -} diff --git a/domains/koslz.json b/domains/koslz.json deleted file mode 100644 index a81c387fe..000000000 --- a/domains/koslz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "iakzs", - "email": "iakzs@protonmail.com" - }, - "records": { - "CNAME": "koslz-studios.github.io" - } -} diff --git a/domains/koton-bads.json b/domains/koton-bads.json deleted file mode 100644 index 4eb1ec42d..000000000 --- a/domains/koton-bads.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal Site", - "owner": { - "username": "KotonBads", - "email": "kotonbads@duck.com" - }, - "records": { - "CNAME": "kotonbads.github.io" - } -} diff --git a/domains/kreativethinker.json b/domains/kreativethinker.json deleted file mode 100644 index 91428b09f..000000000 --- a/domains/kreativethinker.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "KreativeThinker", - "email": "sagely2005eagle@gmail.com" - }, - "records": { - "CNAME": "kreativethinker.github.io" - } -} diff --git a/domains/kristiantokarim.json b/domains/kristiantokarim.json deleted file mode 100644 index e93b92042..000000000 --- a/domains/kristiantokarim.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kristiantokarim", - "email": "kristiantokarim@gmail.com" - }, - "records": { - "CNAME": "kristiantokarim.github.io" - } -} diff --git a/domains/kryptx.json b/domains/kryptx.json deleted file mode 100644 index 3db5ceb69..000000000 --- a/domains/kryptx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "0kryptx", - "email": "k3px@proton.me" - }, - "records": { - "CNAME": "0kryptx.github.io" - } -} diff --git a/domains/ksign.json b/domains/ksign.json deleted file mode 100644 index c3e359287..000000000 --- a/domains/ksign.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "KSign-app", - "email": "tf.khoindvn@gmail.com" - }, - "records": { - "CNAME": "ksign-app.github.io" - } -} diff --git a/domains/kunal.json b/domains/kunal.json deleted file mode 100644 index d1f82c8db..000000000 --- a/domains/kunal.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "KunalSingh19", - "email": "KunalSingh19Yt@gmail.com", - "intagram": "it.z_kunal", - "discord": "Kunal#4461" - }, - "description": "I'll probably put some project pages on kunal.is-a.dev.", - "records": { - "CNAME": "kunalsingh19.github.io" - } -} diff --git a/domains/kuyo.json b/domains/kuyo.json deleted file mode 100644 index 5ad92f002..000000000 --- a/domains/kuyo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "KaisenyiKuyo", - "discord": "1033580960882626630" - }, - "records": { - "CNAME": "kaisenyikuyo.github.io" - } -} diff --git a/domains/kweller.json b/domains/kweller.json deleted file mode 100644 index 9aa0d4b0d..000000000 --- a/domains/kweller.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "kweller.is-a.dev", - "owner": { - "username": "real-kwellercat", - "email": "lucas.rausch.732@k12.friscoisd.org" - }, - "records": { - "CNAME": "real-kwellercat.github.io" - } -} diff --git a/domains/l.funn.json b/domains/l.funn.json deleted file mode 100644 index fcb04a9f1..000000000 --- a/domains/l.funn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "funnsam", - "email": "funnsam8@gmail.com" - }, - "records": { - "CNAME": "funnsam.github.io" - } -} diff --git a/domains/l0ser.json b/domains/l0ser.json deleted file mode 100644 index 76340c549..000000000 --- a/domains/l0ser.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "L0SER's personal developer website", - "owner": { - "username": "L0SER8228", - "email": "loserlackey@gmail.com" - }, - "records": { - "CNAME": "l0ser8228.github.io" - } -} diff --git a/domains/lachsfilet.json b/domains/lachsfilet.json deleted file mode 100644 index fa4a7912c..000000000 --- a/domains/lachsfilet.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Lachsfilet", - "email": "fberger10@gmx.de" - }, - "records": { - "CNAME": "lachsfilet.github.io" - } -} diff --git a/domains/lacti.json b/domains/lacti.json deleted file mode 100644 index 2f87b3748..000000000 --- a/domains/lacti.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lacti", - "email": "lactrious@gmail.com" - }, - "records": { - "CNAME": "lacti.github.io" - } -} diff --git a/domains/lambda.json b/domains/lambda.json deleted file mode 100644 index fbafb4b9c..000000000 --- a/domains/lambda.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "stadial", - "email": "kfulain.uphrj@aleeas.com" - }, - "records": { - "CNAME": "stadial.github.io" - } -} diff --git a/domains/lazyllama.json b/domains/lazyllama.json deleted file mode 100644 index 64d15503d..000000000 --- a/domains/lazyllama.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lazylllama", - "email": "kws102522@gmail.com" - }, - "records": { - "CNAME": "lazylllama.github.io" - } -} diff --git a/domains/leha.json b/domains/leha.json deleted file mode 100644 index 52913a8fe..000000000 --- a/domains/leha.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Leha's little part of the web", - "owner": { - "username": "leha-code", - "email": "pezleha@duck.com", - "twitter": "pezleha2" - }, - "records": { - "CNAME": "leha-code.github.io" - } -} diff --git a/domains/lenicyl.json b/domains/lenicyl.json deleted file mode 100644 index 86871f4e6..000000000 --- a/domains/lenicyl.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Lenicyl", - "discord": "HUT#5940" - }, - "records": { - "CNAME": "lenicyl.github.io" - } -} diff --git a/domains/leon.json b/domains/leon.json deleted file mode 100644 index 3ba7e3cae..000000000 --- a/domains/leon.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Leon is a dev!", - "owner": { - "username": "itsLeonB", - "email": "ellionblessan@gmail.com" - }, - "records": { - "CNAME": "itsLeonB.github.io" - }, - "proxied": true -} diff --git a/domains/levraiardox.json b/domains/levraiardox.json deleted file mode 100644 index e87012266..000000000 --- a/domains/levraiardox.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "LeVraiArdox", - "email": "adrian.arjoca18@gmail.com" - }, - "records": { - "CNAME": "levraiardox.github.io" - } -} diff --git a/domains/lihun.json b/domains/lihun.json deleted file mode 100644 index a2e5c40ca..000000000 --- a/domains/lihun.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mushlihun", - "email": "muslihun@untan.ac.id" - }, - "records": { - "CNAME": "mushlihun.github.io" - } -} diff --git a/domains/liju.json b/domains/liju.json deleted file mode 100644 index 659168a28..000000000 --- a/domains/liju.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lijujayakumar", - "email": "lijusankar@gmail.com" - }, - "records": { - "CNAME": "lijujayakumar.github.io" - } -} diff --git a/domains/lilac.json b/domains/lilac.json deleted file mode 100644 index 2ae835237..000000000 --- a/domains/lilac.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "ima runnit up til my feet stop, pls god", - "owner": { - "username": "capoxxo", - "email": "cloudberry1337@gmail.com", - "twitter": "lilachvh" - }, - "records": { - "CNAME": "capoxxo.github.io" - } -} diff --git a/domains/lilith.json b/domains/lilith.json deleted file mode 100644 index 1f2a941b2..000000000 --- a/domains/lilith.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "LilithLovesYou", - "email": "dev.cutestloli@gmail.com" - }, - "records": { - "CNAME": "lilithlovesyou.github.io" - } -} diff --git a/domains/limeware.json b/domains/limeware.json deleted file mode 100644 index 225fe3d09..000000000 --- a/domains/limeware.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dunno8489" - }, - "records": { - "CNAME": "dunno8489.github.io" - }, - "proxied": true -} diff --git a/domains/linbuxiao.json b/domains/linbuxiao.json deleted file mode 100644 index 136e0ced4..000000000 --- a/domains/linbuxiao.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "linbuxiao", - "email": "linbuxiao@gmail.com" - }, - "records": { - "CNAME": "linbuxiao.github.io" - } -} diff --git a/domains/linstall.json b/domains/linstall.json deleted file mode 100644 index f0c31b9b4..000000000 --- a/domains/linstall.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "riotoff", - "discord": "1040929084684902460" - }, - "records": { - "CNAME": "riotoff.github.io" - } -} diff --git a/domains/linux.json b/domains/linux.json deleted file mode 100644 index afc1bf53f..000000000 --- a/domains/linux.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "linux", - "email": "linuxforall32@proton.me" - }, - "records": { - "CNAME": "linuxforall3.github.io" - } -} diff --git a/domains/linuxlover.json b/domains/linuxlover.json deleted file mode 100644 index cb2182e17..000000000 --- a/domains/linuxlover.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "winvistalover", - "discord": "952930824351780904" - }, - "records": { - "CNAME": "winvistalover.github.io" - } -} diff --git a/domains/lipi.json b/domains/lipi.json deleted file mode 100644 index 2a9346c79..000000000 --- a/domains/lipi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ReticentFacade", - "email": "lipisharma2911@gmail.com" - }, - "records": { - "CNAME": "reticentfacade.github.io" - } -} diff --git a/domains/liq.json b/domains/liq.json deleted file mode 100644 index bae155888..000000000 --- a/domains/liq.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "description": "Learning something new everyday", - "owner": { - "username": "DevLiQ" - }, - "records": { - "CNAME": "devliq.github.io" - } -} diff --git a/domains/llanero.json b/domains/llanero.json deleted file mode 100644 index cb48e752f..000000000 --- a/domains/llanero.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "robert-ds", - "email": "vasquez.robert.andres@gmail.com", - "twitter": "robertandres14" - }, - "records": { - "CNAME": "robert-ds.github.io" - } -} diff --git a/domains/lndr2501.json b/domains/lndr2501.json deleted file mode 100644 index 7c8ae2302..000000000 --- a/domains/lndr2501.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "Lndr2501" - }, - "records": { - "CNAME": "lndr2501.github.io" - } -} diff --git a/domains/logan.json b/domains/logan.json deleted file mode 100644 index 752a43a71..000000000 --- a/domains/logan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "LoganTheDudeRox's custom development website.", - "owner": { - "username": "LoganLikesToCode", - "email": "logantheduderox@gmail.com", - "twitter": "LoganTheDudeRox" - }, - "records": { - "CNAME": "loganlikestocode.github.io" - } -} diff --git a/domains/lok.json b/domains/lok.json deleted file mode 100644 index e771a07c2..000000000 --- a/domains/lok.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Lok's portfolio website", - "owner": { - "username": "lokgubhaju", - "email": "lok.gubhaju@gmail.com" - }, - "records": { - "CNAME": "lokgubhaju.github.io" - } -} diff --git a/domains/lowsummer.json b/domains/lowsummer.json deleted file mode 100644 index 891864ac4..000000000 --- a/domains/lowsummer.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Low Summer, simple apps with beautiful ui", - "owner": { - "username": "LowSummer", - "email": "bressynickolas2007@gmail.com", - "twitter": "agelofmor" - }, - "records": { - "CNAME": "lowsummer.github.io" - } -} diff --git a/domains/luis-ciber.json b/domains/luis-ciber.json deleted file mode 100644 index c31dc9e6f..000000000 --- a/domains/luis-ciber.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Luis Correa Leyva", - "owner": { - "username": "correaleyval", - "email": "correaleyval@gmail.com" - }, - "records": { - "CNAME": "correaleyval.github.io" - } -} diff --git a/domains/luizdario.json b/domains/luizdario.json deleted file mode 100644 index 11dcd0e48..000000000 --- a/domains/luizdario.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "luizearaujo", - "email": "luiz.dario.araujo@hotmail.com" - }, - "records": { - "CNAME": "luizearaujo.github.io" - } -} diff --git a/domains/lunarleaf.json b/domains/lunarleaf.json deleted file mode 100644 index 801dc4c0f..000000000 --- a/domains/lunarleaf.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "LunarLeaf", - "email": "laptopaleksa45@gmail.com" - }, - "records": { - "CNAME": "lunarleaf.github.io" - } -} diff --git a/domains/lunax0390.json b/domains/lunax0390.json deleted file mode 100644 index 5296d10a2..000000000 --- a/domains/lunax0390.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Nobio Yep", - "owner": { - "username": "lunax0390", - "email": "moonsec99@gmail.com" - }, - "records": { - "CNAME": "lunax0390.github.io" - } -} diff --git a/domains/luoduyu.json b/domains/luoduyu.json deleted file mode 100644 index 2987b3de8..000000000 --- a/domains/luoduyu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "luoduyu", - "email": "luoduyu@hotmail.com" - }, - "records": { - "CNAME": "luoduyu.github.io" - } -} diff --git a/domains/lutherantz.json b/domains/lutherantz.json deleted file mode 100644 index dcf36444a..000000000 --- a/domains/lutherantz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lutherantz", - "email": "akamecanic@gmail.com" - }, - "records": { - "CNAME": "lutherantz.github.io" - } -} diff --git a/domains/lxquid.json b/domains/lxquid.json deleted file mode 100644 index b711a0676..000000000 --- a/domains/lxquid.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lxquid", - "email": "info@minemix.de" - }, - "records": { - "CNAME": "liquiddevelopmentnet.github.io" - } -} diff --git a/domains/m4hbod.json b/domains/m4hbod.json deleted file mode 100644 index 6c02e8f0c..000000000 --- a/domains/m4hbod.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "M4hbod's .is-a.dev domain", - "owner": { - "username": "M4hbod", - "email": "m4hbod@proton.me", - "telegram": "M4hbod", - "discord": "M4hbod#1615" - }, - "records": { - "CNAME": "m4hbod.github.io" - } -} diff --git a/domains/maclong.json b/domains/maclong.json deleted file mode 100644 index 88c8c2b74..000000000 --- a/domains/maclong.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Mac Long's personal developer portfolio and blog.", - "owner": { - "username": "maclong9", - "email": "maclong9@icloud.com" - }, - "records": { - "CNAME": "maclong9.github.io" - } -} diff --git a/domains/maddy.json b/domains/maddy.json deleted file mode 100644 index 7c35d0b10..000000000 --- a/domains/maddy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "madhav-madhusoodanan", - "email": "f20200049@pilani.bits-pilani.ac.in" - }, - "records": { - "CNAME": "madhav-madhusoodanan.github.io" - } -} diff --git a/domains/madhan.json b/domains/madhan.json deleted file mode 100644 index 655aa9b2a..000000000 --- a/domains/madhan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "madhank93", - "email": "madhankumaravelu93@gmail.com" - }, - "records": { - "CNAME": "madhank93.github.io" - } -} diff --git a/domains/madhavjhawar.json b/domains/madhavjhawar.json deleted file mode 100644 index d23312329..000000000 --- a/domains/madhavjhawar.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "personal webste", - "owner": { - "username": "madhav32x", - "email": "madhavjhawar@gmail.com" - }, - "records": { - "CNAME": "madhav32x.github.io" - } -} diff --git a/domains/madhup.json b/domains/madhup.json deleted file mode 100644 index 3a004315b..000000000 --- a/domains/madhup.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "madhup", - "discord": "714323644641181737" - }, - "records": { - "CNAME": "madhup.github.io" - } -} diff --git a/domains/madhurya.json b/domains/madhurya.json deleted file mode 100644 index 6ec4aa209..000000000 --- a/domains/madhurya.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "madhuryadutta", - "email": "www.madhuryadutta2016@gmail.com" - }, - "records": { - "CNAME": "madhuryadutta.github.io" - } -} diff --git a/domains/madkarma.json b/domains/madkarma.json deleted file mode 100644 index 6e7f6d361..000000000 --- a/domains/madkarma.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "madkarmaa", - "email": "madkarma99@gmail.com" - }, - "records": { - "CNAME": "madkarmaa.github.io" - } -} diff --git a/domains/magma.json b/domains/magma.json deleted file mode 100644 index 4d1893b51..000000000 --- a/domains/magma.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "magma's personal developer profile", - "owner": { - "username": "mgam-is-dreamin", - "email": "sacred.lunar.dragon@gmail.com" - }, - "records": { - "CNAME": "mgam-is-dreamin.github.io" - } -} diff --git a/domains/magniquick.json b/domains/magniquick.json deleted file mode 100644 index d68b8d1a0..000000000 --- a/domains/magniquick.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "magniquick", - "discord": "Magniquick#5003" - }, - "records": { - "CNAME": "magniquick.github.io" - } -} diff --git a/domains/mahdiruiz.json b/domains/mahdiruiz.json deleted file mode 100644 index cb2e98362..000000000 --- a/domains/mahdiruiz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Mrdev88", - "discord": "1182049473673830435" - }, - "records": { - "CNAME": "mrdev88.github.io" - } -} diff --git a/domains/mahmud.json b/domains/mahmud.json deleted file mode 100644 index fc72ff0c9..000000000 --- a/domains/mahmud.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "mahmud's portfolio website", - "owner": { - "username": "JBAxB8h7", - "email": "kanieloutis758@gmail.com", - "twitter": "mahmudislam47" - }, - "records": { - "CNAME": "jbaxb8h7.github.io" - } -} diff --git a/domains/maks.json b/domains/maks.json deleted file mode 100644 index 46090de09..000000000 --- a/domains/maks.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "A person portfolio site for me", - "owner": { - "username": "LinusBotTips", - "email": "maks-dev@outlook.com" - }, - "records": { - "CNAME": "linusbottips.github.io" - } -} diff --git a/domains/mamun.json b/domains/mamun.json deleted file mode 100644 index 4146e1721..000000000 --- a/domains/mamun.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Mamun's website", - "owner": { - "username": "mamunhpath", - "email": "mamunhpath@hotmail.com" - }, - "records": { - "CNAME": "mamunhpath.github.io" - } -} diff --git a/domains/maninder.json b/domains/maninder.json deleted file mode 100644 index 19949e3c4..000000000 --- a/domains/maninder.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My Github Page!", - "owner": { - "username": "github4maninder", - "email": "iamgoat@tutanota.com" - }, - "records": { - "CNAME": "maninder.github.io" - } -} diff --git a/domains/manish-madi.json b/domains/manish-madi.json deleted file mode 100644 index 4f71b379e..000000000 --- a/domains/manish-madi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "m-manish03", - "email": "manish.rebel14@gmail.com" - }, - "records": { - "CNAME": "m-manish03.github.io" - } -} diff --git a/domains/manit.json b/domains/manit.json deleted file mode 100644 index 5d52efc43..000000000 --- a/domains/manit.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "namzop", - "email": "manit.765489@gmail.com" - }, - "records": { - "CNAME": "namzop.github.io" - } -} diff --git a/domains/manoj.json b/domains/manoj.json deleted file mode 100644 index 856757397..000000000 --- a/domains/manoj.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ManojINaik", - "email": "naik97059@gmail.com" - }, - "records": { - "CNAME": "manojinaik.github.io" - } -} diff --git a/domains/mantas.json b/domains/mantas.json deleted file mode 100644 index f905558ca..000000000 --- a/domains/mantas.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Mantas is a developer!", - "owner": { - "username": "mantooc", - "email": "mantasnugaras@gmail.com" - }, - "records": { - "CNAME": "mantooc.github.io" - } -} diff --git a/domains/manugeni.json b/domains/manugeni.json deleted file mode 100644 index e82dd6a65..000000000 --- a/domains/manugeni.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "manugeni" - }, - "records": { - "CNAME": "manugeni.github.io" - } -} diff --git a/domains/marcelomrwin.json b/domains/marcelomrwin.json deleted file mode 100644 index 0767b309b..000000000 --- a/domains/marcelomrwin.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My personal website to showcase the stuff that I do", - "owner": { - "username": "marcelomrwin", - "email": "marcelo.d.sales@gmail.com" - }, - "records": { - "CNAME": "marcelomrwin.github.io" - } -} diff --git a/domains/marchiba99.json b/domains/marchiba99.json deleted file mode 100644 index b227a79ab..000000000 --- a/domains/marchiba99.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "marchiba99", - "email": "marchiba99@gmail.com" - }, - "records": { - "CNAME": "marchiba99.github.io" - } -} diff --git a/domains/marcos.json b/domains/marcos.json deleted file mode 100644 index adb73fe1a..000000000 --- a/domains/marcos.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Developer portfolio", - "owner": { - "username": "mtoranzo", - "email": "mtoranzo@gmail.com" - }, - "records": { - "CNAME": "mtoranzo.github.io" - } -} diff --git a/domains/mariano-avila.json b/domains/mariano-avila.json deleted file mode 100644 index be8527db9..000000000 --- a/domains/mariano-avila.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "dxravage", - "email": "marianoavilaj4@gmail.com", - "twitter": "MarianoAvilaC" - }, - "records": { - "CNAME": "dxravage.github.io" - } -} diff --git a/domains/mario-papetti.json b/domains/mario-papetti.json deleted file mode 100644 index 0b2c88db6..000000000 --- a/domains/mario-papetti.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Mario-dango", - "email": "mp.robots@gmail.com" - }, - "records": { - "CNAME": "mario-dango.github.io" - } -} diff --git a/domains/markus.json b/domains/markus.json deleted file mode 100644 index 5d53952b8..000000000 --- a/domains/markus.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/markusjx/markusjx.github.io", - "owner": { - "username": "markusjx", - "email": "markusjx11@gmail.com" - }, - "records": { - "CNAME": "markusjx.github.io" - } -} diff --git a/domains/marlon.json b/domains/marlon.json deleted file mode 100644 index 900f24314..000000000 --- a/domains/marlon.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MarlonDevs", - "email": "marlonmogollon13@gmail.com" - }, - "records": { - "CNAME": "marlondevs.github.io" - } -} diff --git a/domains/martin.json b/domains/martin.json deleted file mode 100644 index ddffc2d5b..000000000 --- a/domains/martin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "martinshaw", - "email": "hello@martinshaw.co" - }, - "records": { - "CNAME": "martinshaw.github.io" - } -} diff --git a/domains/maryll.json b/domains/maryll.json deleted file mode 100644 index 075acdf97..000000000 --- a/domains/maryll.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Maryll-castelino", - "email": "maryllcastelino@gmail.com" - }, - "records": { - "CNAME": "maryll-castelino.github.io" - } -} diff --git a/domains/masmiyen.json b/domains/masmiyen.json deleted file mode 100644 index ed3c3da33..000000000 --- a/domains/masmiyen.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "MASMIYEN", - "email": "masmiyen@gmail.com", - "twitter": "MAsmiyen" - }, - "records": { - "CNAME": "masmiyen.github.io" - } -} diff --git a/domains/masood.json b/domains/masood.json deleted file mode 100644 index 43c68346e..000000000 --- a/domains/masood.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Masood Mohammad's Personal Website", - "owner": { - "username": "masoodbinmohammad", - "email": "masoodbinmohammad@hotmail.com" - }, - "records": { - "CNAME": "masoodbinmohammad.github.io" - } -} diff --git a/domains/matbak.json b/domains/matbak.json deleted file mode 100644 index 39e79947a..000000000 --- a/domains/matbak.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "matbakdev", - "email": "matbakdev@protonmail.com" - }, - "records": { - "CNAME": "matbakdev.github.io" - } -} diff --git a/domains/mateoguidi.json b/domains/mateoguidi.json deleted file mode 100644 index a2e744d90..000000000 --- a/domains/mateoguidi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MateoGuidi", - "email": "mateo.guidi5@gmail.com" - }, - "records": { - "CNAME": "mateoguidi.github.io" - } -} diff --git a/domains/mateuseap.json b/domains/mateuseap.json deleted file mode 100644 index 62cfb4730..000000000 --- a/domains/mateuseap.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mateuseap", - "email": "mateuseap@mateuseap.com" - }, - "records": { - "CNAME": "mateuseap.github.io" - } -} diff --git a/domains/matheus.json b/domains/matheus.json deleted file mode 100644 index e85aaea17..000000000 --- a/domains/matheus.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Matheus Costa's personal developer website", - "owner": { - "username": "mthcsta", - "email": "matheuscosta.dev@yahoo.com" - }, - "records": { - "CNAME": "mthcsta.github.io" - } -} diff --git a/domains/mathu-lmn.json b/domains/mathu-lmn.json deleted file mode 100644 index fe8478524..000000000 --- a/domains/mathu-lmn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "mathu-lmn.is-a.dev", - "owner": { - "username": "mathu-lmn", - "discord": "Mathu_lmn#6970" - }, - "records": { - "CNAME": "mathu-lmn.github.io" - } -} diff --git a/domains/mattcheng.json b/domains/mattcheng.json deleted file mode 100644 index 16192abde..000000000 --- a/domains/mattcheng.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "mattchengg" - }, - "records": { - "CNAME": "mattchengg.github.io" - } -} diff --git a/domains/maxwelbm.json b/domains/maxwelbm.json deleted file mode 100644 index 7b1c5b392..000000000 --- a/domains/maxwelbm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "maxwelbm", - "email": "maxwelbm@hotmail.com" - }, - "records": { - "CNAME": "maxwelbm.github.io" - } -} diff --git a/domains/mayank2808sharma.json b/domains/mayank2808sharma.json deleted file mode 100644 index a58f21715..000000000 --- a/domains/mayank2808sharma.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "mayank2808sharma", - "email": "mayank2808sharma@gmail.com", - "twitter": "mayanksharmaa03" - }, - "records": { - "CNAME": "mayank2808sharma.github.io" - } -} diff --git a/domains/mb.json b/domains/mb.json deleted file mode 100644 index 2777ef44a..000000000 --- a/domains/mb.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Michael's personal developer website", - "owner": { - "username": "mbrav", - "email": "mbrav@protonmail.com" - }, - "records": { - "CNAME": "mbrav.github.io" - } -} diff --git a/domains/mburguete.json b/domains/mburguete.json deleted file mode 100644 index b80182d7a..000000000 --- a/domains/mburguete.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nai98x", - "email": "marianoburguete@gmail.com" - }, - "records": { - "CNAME": "nai98x.github.io" - } -} diff --git a/domains/mcotocel.json b/domains/mcotocel.json deleted file mode 100644 index fe539f59f..000000000 --- a/domains/mcotocel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Matei Cotocel's Site", - "owner": { - "username": "mcotocel", - "email": "mcotocel@outlook.com" - }, - "records": { - "CNAME": "mcotocel.github.io" - } -} diff --git a/domains/medhanite.json b/domains/medhanite.json deleted file mode 100644 index f6b8724cc..000000000 --- a/domains/medhanite.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "EyobYb", - "email": "eyobyirgu@gmail.com" - }, - "records": { - "CNAME": "medhanite.github.io" - } -} diff --git a/domains/mehedihjim.json b/domains/mehedihjim.json deleted file mode 100644 index 79e470151..000000000 --- a/domains/mehedihjim.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mehedihjim", - "email": "mhjim.info@gmail.com" - }, - "records": { - "CNAME": "mehedihjim.github.io" - } -} diff --git a/domains/melwyn.json b/domains/melwyn.json deleted file mode 100644 index 13b6529df..000000000 --- a/domains/melwyn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "melwyn95", - "email": "melwyn95@gmail.com" - }, - "records": { - "CNAME": "melwyn95.github.io" - } -} diff --git a/domains/mertdemir.json b/domains/mertdemir.json deleted file mode 100644 index 4da4959d4..000000000 --- a/domains/mertdemir.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Mert Demir CV", - "owner": { - "username": "mertdemir0", - "email": "mertdemir@pec.it" - }, - "records": { - "CNAME": "mertdemir0.github.io" - } -} diff --git a/domains/michael.json b/domains/michael.json deleted file mode 100644 index e4f1a37b8..000000000 --- a/domains/michael.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "michaelmano", - "email": "michael.mano26@gmail.com" - }, - "records": { - "CNAME": "michaelmano.github.io" - } -} diff --git a/domains/michioxd.json b/domains/michioxd.json deleted file mode 100644 index 2b3198f71..000000000 --- a/domains/michioxd.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "michioxd", - "email": "michio.haiyaku@gmail.com" - }, - "records": { - "CNAME": "michioxd.github.io" - } -} diff --git a/domains/micky.json b/domains/micky.json deleted file mode 100644 index b02cf0876..000000000 --- a/domains/micky.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Manish5121", - "email": "manishgambhirrao21@gmail.com" - }, - "records": { - "CNAME": "manish5121.github.io" - } -} diff --git a/domains/mihai.json b/domains/mihai.json deleted file mode 100644 index 1a411ad79..000000000 --- a/domains/mihai.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "8xu", - "email": "mihai@8xu.tech", - "twitter": "reallymihai" - }, - "records": { - "CNAME": "8xu.github.io" - } -} diff --git a/domains/mihchis.json b/domains/mihchis.json deleted file mode 100644 index 95b55fbe6..000000000 --- a/domains/mihchis.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "mihchis" - }, - "records": { - "CNAME": "mihchis.github.io" - } -} diff --git a/domains/mihrpsah.json b/domains/mihrpsah.json deleted file mode 100644 index 37f4ab534..000000000 --- a/domains/mihrpsah.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mihrpsah", - "email": "smihirp1@gmail.com" - }, - "records": { - "CNAME": "mihrpsah.github.io" - } -} diff --git a/domains/mijhelt.json b/domains/mijhelt.json deleted file mode 100644 index 2cf78e11a..000000000 --- a/domains/mijhelt.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ejrv", - "email": "ondanwe@gmail.com" - }, - "description": "Aero Glass+", - "records": { - "CNAME": "mijhelt.github.io" - } -} diff --git a/domains/mikey.json b/domains/mikey.json deleted file mode 100644 index d7b16dede..000000000 --- a/domains/mikey.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "isigebengu-mikey", - "email": "mikey@mikeyo.ml" - }, - "records": { - "CNAME": "isigebengu-mikey.github.io" - } -} diff --git a/domains/mikronet.json b/domains/mikronet.json deleted file mode 100644 index a60c3e5f6..000000000 --- a/domains/mikronet.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mikrodinet", - "email": "mikrodinet@gmail.com" - }, - "records": { - "CNAME": "mikrodinet.github.io" - } -} diff --git a/domains/mineek.json b/domains/mineek.json deleted file mode 100644 index c2bb5216e..000000000 --- a/domains/mineek.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My personal website", - "owner": { - "username": "mineek", - "discord": "Mineek#6323" - }, - "records": { - "CNAME": "mineek.github.io" - } -} diff --git a/domains/minh2000.json b/domains/minh2000.json deleted file mode 100644 index edad97a53..000000000 --- a/domains/minh2000.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "minnb-bit", - "email": "mn9173024@gmail.com", - "discord": "634263941153030175" - }, - "records": { - "CNAME": "minnb-bit.github.io" - } -} diff --git a/domains/minhh2792.json b/domains/minhh2792.json deleted file mode 100644 index 50ebe1644..000000000 --- a/domains/minhh2792.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "minhh2792", - "email": "minhh2792.work@gmail.com", - "twitter": "minhh2792" - }, - "records": { - "CNAME": "minhh2792.github.io" - } -} diff --git a/domains/minhmmb.json b/domains/minhmmb.json deleted file mode 100644 index fdc5ac473..000000000 --- a/domains/minhmmb.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "minnb-bit", - "email": "mn9173024@gmail.com" - }, - "records": { - "CNAME": "minnb-bit.github.io" - } -} diff --git a/domains/minnb-bit.json b/domains/minnb-bit.json deleted file mode 100644 index edad97a53..000000000 --- a/domains/minnb-bit.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "minnb-bit", - "email": "mn9173024@gmail.com", - "discord": "634263941153030175" - }, - "records": { - "CNAME": "minnb-bit.github.io" - } -} diff --git a/domains/mioscape.json b/domains/mioscape.json deleted file mode 100644 index 92a1b1b54..000000000 --- a/domains/mioscape.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "This website is a link to my personal blog.", - "owner": { - "username": "mioscape", - "email": "mioscape@gmail.com" - }, - "records": { - "CNAME": "mioscape.github.io" - } -} diff --git a/domains/mirozr.json b/domains/mirozr.json deleted file mode 100644 index f6d9e58f8..000000000 --- a/domains/mirozr.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "miroslavchen", - "email": "miroslavnezgoduk8@gmail.com" - }, - "records": { - "CNAME": "miroslavchen.github.io" - } -} diff --git a/domains/misaka.json b/domains/misaka.json deleted file mode 100644 index 0c03e6b8e..000000000 --- a/domains/misaka.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/misaka12843/misaka12843.github.io", - "owner": { - "username": "misaka12843", - "email": "misaka12843@outlook.com" - }, - "records": { - "CNAME": "misaka12843.github.io" - } -} diff --git a/domains/miten.json b/domains/miten.json deleted file mode 100644 index dda5e518c..000000000 --- a/domains/miten.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "m1ten", - "email": "h4ckr+github@icloud.com" - }, - "records": { - "CNAME": "m1ten.github.io" - } -} diff --git a/domains/mjclavillas.json b/domains/mjclavillas.json deleted file mode 100644 index 071dd144e..000000000 --- a/domains/mjclavillas.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "", - "owner": { - "username": "mjclavillas", - "email": "mjdc1337@gmail.com" - }, - "records": { - "CNAME": "mjclavillas.github.io" - } -} diff --git a/domains/mk.json b/domains/mk.json deleted file mode 100644 index eb3fdf097..000000000 --- a/domains/mk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mklabs", - "email": "daniel.mickael@gmail.com" - }, - "records": { - "CNAME": "mklabs.github.io" - } -} diff --git a/domains/mkblane.json b/domains/mkblane.json deleted file mode 100644 index 94c23c4d7..000000000 --- a/domains/mkblane.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mkblane", - "email": "rendaniman@outlook.com" - }, - "records": { - "CNAME": "mkblane.github.io" - } -} diff --git a/domains/mkk.json b/domains/mkk.json deleted file mode 100644 index dbcb2bad6..000000000 --- a/domains/mkk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "maokangkun", - "email": "uri.lqy@gmail.com" - }, - "records": { - "CNAME": "urinx.github.io" - } -} diff --git a/domains/mmondragon.json b/domains/mmondragon.json deleted file mode 100644 index de7d74794..000000000 --- a/domains/mmondragon.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "Mac-Mondragon" - }, - "records": { - "CNAME": "Mac-Mondragon.github.io" - } -} diff --git a/domains/moca.json b/domains/moca.json deleted file mode 100644 index f31b75474..000000000 --- a/domains/moca.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MocaSrour", - "email": "mukarramsrour@gmail.com" - }, - "records": { - "CNAME": "mocasrour.github.io" - } -} diff --git a/domains/moddedstuffguy.json b/domains/moddedstuffguy.json deleted file mode 100644 index 3bb53e0f2..000000000 --- a/domains/moddedstuffguy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My Personal Developer WebPage", - "owner": { - "username": "moddedstuffguy", - "email": "pruebecitasg2@gmail.com" - }, - "records": { - "CNAME": "moddedstuffguy.github.io" - } -} diff --git a/domains/moha.json b/domains/moha.json deleted file mode 100644 index 327e90f07..000000000 --- a/domains/moha.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Mohaned's personal website", - "owner": { - "username": "mohanedashraf", - "twitter": "mohanedzz" - }, - "records": { - "CNAME": "mohanedashraf.github.io" - } -} diff --git a/domains/mohannadk28.json b/domains/mohannadk28.json deleted file mode 100644 index 3d6cd10ad..000000000 --- a/domains/mohannadk28.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Mohannadk28's Temporary Page", - "owner": { - "username": "Mohannadk28", - "email": "mohannadk28@protonmail.com" - }, - "records": { - "CNAME": "mohannadk28.github.io" - } -} diff --git a/domains/mohdsohel.json b/domains/mohdsohel.json deleted file mode 100644 index 6c68a320a..000000000 --- a/domains/mohdsohel.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My personal Portfolio website", - "owner": { - "username": "realsohel", - "email": "salmanisohail26@gmail.com", - "twitter": "real_sohel_" - }, - "records": { - "CNAME": "realsohel.github.io" - } -} diff --git a/domains/moncef.json b/domains/moncef.json deleted file mode 100644 index e55d2b5c4..000000000 --- a/domains/moncef.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "m2ncef", - "email": "moncxff@gmail.com" - }, - "records": { - "CNAME": "m2ncef.github.io" - } -} diff --git a/domains/moon.json b/domains/moon.json deleted file mode 100644 index 2706bdb31..000000000 --- a/domains/moon.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "SORRY I REALIZED I WANTED TO CHANGE MY SUBDOMAIN SORRY FOR THE INCONVIENENCE", - "owner": { - "username": "cx622", - "email": "this-email@is-sus.com" - }, - "records": { - "CNAME": "cx622.github.io" - } -} diff --git a/domains/mopamo.json b/domains/mopamo.json deleted file mode 100644 index 61cd6d21c..000000000 --- a/domains/mopamo.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "MoPaMo", - "email": "mopamo@protonmail.com", - "twitter": "MoPaMo_" - }, - "records": { - "CNAME": "mopamo.github.io" - } -} diff --git a/domains/morphoit.json b/domains/morphoit.json deleted file mode 100644 index 80c324983..000000000 --- a/domains/morphoit.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "morphoit profile site", - "owner": { - "username": "morphoit", - "email": "morphoits@gmail.com" - }, - "records": { - "CNAME": "morphoit.github.io" - } -} diff --git a/domains/mpy.json b/domains/mpy.json deleted file mode 100644 index 597b24705..000000000 --- a/domains/mpy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Mike Perry Y Attara's personal website", - "owner": { - "username": "mikeattara", - "email": "mpyebattara@gmail.com" - }, - "records": { - "CNAME": "mikeattara.github.io" - } -} diff --git a/domains/mrasyadc.json b/domains/mrasyadc.json deleted file mode 100644 index 48a43404d..000000000 --- a/domains/mrasyadc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal Website", - "owner": { - "username": "mrasyadc", - "email": "mrasyadc@gmail.com" - }, - "records": { - "CNAME": "mrasyadc.github.io" - } -} diff --git a/domains/mrdavidss.json b/domains/mrdavidss.json deleted file mode 100644 index 00fb5b108..000000000 --- a/domains/mrdavidss.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "mrdavidss-vgg", - "email": "mrdavidssbusiness@gmail.com", - "github": "mrdavidss-vgg", - "discord": "mrdavidss" - }, - "records": { - "CNAME": "mrdavidss-vgg.github.io" - } -} diff --git a/domains/mrepol742.json b/domains/mrepol742.json deleted file mode 100644 index b6b2ed503..000000000 --- a/domains/mrepol742.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mrepol742", - "email": "mrepol742@gmail.com" - }, - "records": { - "CNAME": "mrepol742.github.io" - } -} diff --git a/domains/mrkos.json b/domains/mrkos.json deleted file mode 100644 index af8a8b2db..000000000 --- a/domains/mrkos.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "description": "Personal Page", - "owner": { - "username": "mrkOS1210" - }, - "records": { - "CNAME": "mrkos1210.github.io" - } -} diff --git a/domains/mrksbgg.json b/domains/mrksbgg.json deleted file mode 100644 index 56bb01010..000000000 --- a/domains/mrksbgg.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "mrksbgg", - "email": "lapo.ez.yt@gmail.com", - "discord": "1097383143708827679" - }, - "records": { - "CNAME": "mrksbgg.github.io" - } -} diff --git a/domains/mrthundergod.json b/domains/mrthundergod.json deleted file mode 100644 index 75b9f1cd3..000000000 --- a/domains/mrthundergod.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "The ThunderDome", - "owner": { - "username": "mrthundergod", - "email": "mrthundergod@gmail.com" - }, - "records": { - "CNAME": "mrthundergod.github.io" - } -} diff --git a/domains/muchenski.json b/domains/muchenski.json deleted file mode 100644 index 5cdec6d0c..000000000 --- a/domains/muchenski.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Muchenski's personal developer website", - "owner": { - "username": "Muchenski", - "email": "muchenski.dev@gmail.com" - }, - "records": { - "CNAME": "muchenski.github.io" - } -} diff --git a/domains/muff.json b/domains/muff.json deleted file mode 100644 index d21fbc99c..000000000 --- a/domains/muff.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lifeless-muffin", - "email": "mansoorroeen71@gmail.com" - }, - "records": { - "CNAME": "lifeless-muffin.github.io" - } -} diff --git a/domains/muhammadbasitobaid.json b/domains/muhammadbasitobaid.json deleted file mode 100644 index 30539adf0..000000000 --- a/domains/muhammadbasitobaid.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "muhammadbasitobaid.is-a.dev", - "owner": { - "username": "muhammadbasitobaid", - "email": "muhammadbasitobaid@gmail.com" - }, - "records": { - "CNAME": "muhammadbasitobaid.github.io" - } -} diff --git a/domains/muiz.json b/domains/muiz.json deleted file mode 100644 index 470dffb61..000000000 --- a/domains/muiz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MuizU", - "email": "muizuvais99@gmail.com" - }, - "records": { - "CNAME": "muizu.github.io" - } -} diff --git a/domains/muntasir.json b/domains/muntasir.json deleted file mode 100644 index bb1fb3db2..000000000 --- a/domains/muntasir.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "muntasir-dev", - "email": "meeoundnp@gmail.com" - }, - "records": { - "CNAME": "muntasir-de.github.io" - } -} diff --git a/domains/murodovazizmurod.json b/domains/murodovazizmurod.json deleted file mode 100644 index 50a84c48d..000000000 --- a/domains/murodovazizmurod.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Murodov Azizmurod's website", - "owner": { - "username": "murodovazizmurod", - "email": "murodovazizmurod@gmail.com" - }, - "records": { - "CNAME": "murodovazizmurod.github.io" - } -} diff --git a/domains/my5ter.json b/domains/my5ter.json deleted file mode 100644 index 794557d8c..000000000 --- a/domains/my5ter.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "MysterV", - "email": "myster@ik.me", - "discord": "my5ter" - }, - "records": { - "CNAME": "mysterv.github.io" - } -} diff --git a/domains/mystery.json b/domains/mystery.json deleted file mode 100644 index 69b104d2d..000000000 --- a/domains/mystery.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SilentDemonSD", - "email": "mysterysd.sd@gmail.com" - }, - "records": { - "CNAME": "silentdemonsd.github.io" - } -} diff --git a/domains/nabil.json b/domains/nabil.json deleted file mode 100644 index b94c08972..000000000 --- a/domains/nabil.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Rahat Morshed Nabil - Portfolio", - "owner": { - "username": "imrmnabil", - "email": "imrmnabil@gmail.com" - }, - "records": { - "CNAME": "imrmnabil.github.io" - } -} diff --git a/domains/nadeerasilva.json b/domains/nadeerasilva.json deleted file mode 100644 index e0d23001c..000000000 --- a/domains/nadeerasilva.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nadeerasilvaa", - "email": "nadeerasilva01@gmail.com" - }, - "records": { - "CNAME": "nadeerasilvaa.github.io" - } -} diff --git a/domains/nahuelnavales.json b/domains/nahuelnavales.json deleted file mode 100644 index 1516c7057..000000000 --- a/domains/nahuelnavales.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "navalesnahuel", - "email": "navalesnahuel@gmail.com" - }, - "records": { - "CNAME": "navalesnahuel.github.io" - } -} diff --git a/domains/nai.json b/domains/nai.json deleted file mode 100644 index a1601b484..000000000 --- a/domains/nai.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NailethR", - "email": "nait.0005@gmail.com" - }, - "records": { - "CNAME": "nailethr.github.io" - } -} diff --git a/domains/naman.json b/domains/naman.json deleted file mode 100644 index 97eaef273..000000000 --- a/domains/naman.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Naman-Gururani", - "email": "gururaninaman@gmail.com" - }, - "records": { - "CNAME": "naman-gururani.github.io" - } -} diff --git a/domains/namesmt.json b/domains/namesmt.json deleted file mode 100644 index 629b0f47e..000000000 --- a/domains/namesmt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NamesMT", - "email": "dangquoctrung123@gmail.com" - }, - "records": { - "CNAME": "namesmt.github.io" - } -} diff --git a/domains/nan.json b/domains/nan.json deleted file mode 100644 index 0a7411306..000000000 --- a/domains/nan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "BegalNenen", - "email": "harpesmun69@gmail.com", - "facebook": "https://facebook.com/nan.phtml" - }, - "records": { - "CNAME": "begalnenen.github.io" - } -} diff --git a/domains/nand.json b/domains/nand.json deleted file mode 100644 index 7727e6c5d..000000000 --- a/domains/nand.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Nand's web", - "owner": { - "username": "nandkk05", - "email": "nandkk07@gmail.com" - }, - "records": { - "CNAME": "nandkk05.github.io" - } -} diff --git a/domains/natalievu.json b/domains/natalievu.json deleted file mode 100644 index df4637caf..000000000 --- a/domains/natalievu.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portfolio for Natalie Vu", - "owner": { - "username": "tnvu7", - "email": "vuthunga2001@gmail.com" - }, - "records": { - "CNAME": "tnvu7.github.io" - } -} diff --git a/domains/nathan.json b/domains/nathan.json deleted file mode 100644 index d44b71f16..000000000 --- a/domains/nathan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/nduartech/nduartech.github.io", - "owner": { - "username": "nduartech", - "email": "nduartech101@gmail.com" - }, - "records": { - "CNAME": "nduartech.github.io" - } -} diff --git a/domains/naveenxd.json b/domains/naveenxd.json deleted file mode 100644 index 16a6f137a..000000000 --- a/domains/naveenxd.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "naveenxd.is-a.dev", - "owner": { - "username": "Naveen-X", - "email": "naveen@ourclg.tech" - }, - "records": { - "CNAME": "naveen-x.github.io" - } -} diff --git a/domains/nayandas.json b/domains/nayandas.json deleted file mode 100644 index 955740679..000000000 --- a/domains/nayandas.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NayanJD", - "email": "dastms@gmail.com" - }, - "records": { - "CNAME": "nayanjd.github.io" - } -} diff --git a/domains/nebula.json b/domains/nebula.json deleted file mode 100644 index a0e6640fb..000000000 --- a/domains/nebula.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My personal website", - "owner": { - "username": "itsnebulalol", - "email": "computerman1229@gmail.com" - }, - "records": { - "CNAME": "itsnebulalol.github.io" - } -} diff --git a/domains/neeyl.json b/domains/neeyl.json deleted file mode 100644 index d3824aa5d..000000000 --- a/domains/neeyl.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "subhramit", - "email": "subhramit.bb@live.in" - }, - "records": { - "CNAME": "subhramit.github.io" - } -} diff --git a/domains/negativez.json b/domains/negativez.json deleted file mode 100644 index c54c294ab..000000000 --- a/domains/negativez.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "repo": "https://github.com/x7v8p3m2q9l0/x7v8p3m2q9l0.github.io", - "owner": { - "username": "x7v8p3m2q9l0", - "email": "rbgkbj@gmail.com" - }, - "records": { - "CNAME": "x7v8p3m2q9l0.github.io" - }, - "proxied": false -} diff --git a/domains/neil.json b/domains/neil.json deleted file mode 100644 index 461b4c09a..000000000 --- a/domains/neil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nxl22", - "email": "lien.dev.22@gmail.com" - }, - "records": { - "CNAME": "nxl22.github.io" - } -} diff --git a/domains/nekoibot.json b/domains/nekoibot.json deleted file mode 100644 index 86fd665d5..000000000 --- a/domains/nekoibot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DomathID", - "email": "domath69@gmail.com" - }, - "records": { - "CNAME": "domathid.github.io" - } -} diff --git a/domains/netsterx.json b/domains/netsterx.json deleted file mode 100644 index dd7b8f0ce..000000000 --- a/domains/netsterx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "netsterX", - "email": "mb3202879@gmail.com" - }, - "records": { - "CNAME": "netsterx.github.io" - } -} diff --git a/domains/neville.json b/domains/neville.json deleted file mode 100644 index f8766d6c3..000000000 --- a/domains/neville.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Neville03", - "email": "zuweyrh1@gmail.com" - }, - "records": { - "CNAME": "neville03.github.io" - } -} diff --git a/domains/ngocphung.json b/domains/ngocphung.json deleted file mode 100644 index efde0a9ca..000000000 --- a/domains/ngocphung.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "nguyenngocphung2000" - }, - "records": { - "CNAME": "nguyenngocphung2000.github.io" - } -} diff --git a/domains/nhatphan.json b/domains/nhatphan.json deleted file mode 100644 index 61878a8b7..000000000 --- a/domains/nhatphan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "minaphan2815", - "email": "nhatphan2815@gmail.com" - }, - "records": { - "CNAME": "minaphan2815.github.io" - } -} diff --git a/domains/nhavy.json b/domains/nhavy.json deleted file mode 100644 index a887cf179..000000000 --- a/domains/nhavy.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "VzTong" - }, - "records": { - "CNAME": "vztong.github.io" - } -} diff --git a/domains/niceeli.json b/domains/niceeli.json deleted file mode 100644 index 2a0adaf60..000000000 --- a/domains/niceeli.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "niceEli", - "email": "EliCardoso2009@gmail.com" - }, - "records": { - "CNAME": "niceeli.github.io" - } -} diff --git a/domains/nico.json b/domains/nico.json deleted file mode 100644 index f91981306..000000000 --- a/domains/nico.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal Website", - "owner": { - "username": "NicoGaming77", - "email": "nicodreyer7@icloud.com", - "discord": "nicosnico#7674" - }, - "records": { - "CNAME": "nicogaming77.github.io" - } -} diff --git a/domains/nicol.json b/domains/nicol.json deleted file mode 100644 index c3bac188b..000000000 --- a/domains/nicol.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "description": "Lina website", - "owner": { - "username": "Linadevv" - }, - "records": { - "CNAME": "linadevv.github.io" - } -} diff --git a/domains/nightmaregods.json b/domains/nightmaregods.json deleted file mode 100644 index 110e890ce..000000000 --- a/domains/nightmaregods.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nightmaregodss", - "discord": "Demon Emperor NightmareGods#0001" - }, - "records": { - "CNAME": "nightmaregodss.github.io" - } -} diff --git a/domains/nightsfall.json b/domains/nightsfall.json deleted file mode 100644 index 2d4b02d3f..000000000 --- a/domains/nightsfall.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NightsFaII", - "email": "niqhtsfall2@gmail.com" - }, - "records": { - "CNAME": "nightsfaii.github.io" - } -} diff --git a/domains/nikhil.json b/domains/nikhil.json deleted file mode 100644 index 3b91e4487..000000000 --- a/domains/nikhil.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Nikhil Singh Website", - "owner": { - "username": "nikhils4", - "email": "nikhilsingh498@gmail.com" - }, - "records": { - "CNAME": "nikhils4.github.io" - } -} diff --git a/domains/nikhilji.json b/domains/nikhilji.json deleted file mode 100644 index 525c8a13e..000000000 --- a/domains/nikhilji.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Nikhil Ji ki Website", - "owner": { - "username": "cityji", - "email": "mail.tiwarinikhil+domainIsADev@googlemail.com" - }, - "records": { - "CNAME": "cityji.github.io" - } -} diff --git a/domains/nikita.json b/domains/nikita.json deleted file mode 100644 index 00613cf4a..000000000 --- a/domains/nikita.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nikitacontreras", - "email": "elfantoche.tv@gmail.com" - }, - "records": { - "CNAME": "nikitacontreras.github.io" - } -} diff --git a/domains/nileshhaldar98.json b/domains/nileshhaldar98.json deleted file mode 100644 index 819c48942..000000000 --- a/domains/nileshhaldar98.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nileshhaldar98", - "email": "nileshhaldar98@gmail.com" - }, - "records": { - "CNAME": "nileshhaldar98.github.io" - } -} diff --git a/domains/nimesh.json b/domains/nimesh.json deleted file mode 100644 index 4f9d086bf..000000000 --- a/domains/nimesh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "N-Nilashan", - "email": "informal.nimesh@gmail.com" - }, - "records": { - "CNAME": "n-nilashan.github.io" - } -} diff --git a/domains/ninjaasmoke.json b/domains/ninjaasmoke.json deleted file mode 100644 index cd63d03f2..000000000 --- a/domains/ninjaasmoke.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "portfolio | nithin", - "owner": { - "username": "ninjaasmoke", - "email": "nithins674@gmail.com" - }, - "records": { - "CNAME": "ninjaasmoke.github.io" - } -} diff --git a/domains/nisarga.json b/domains/nisarga.json deleted file mode 100644 index 087637fd1..000000000 --- a/domains/nisarga.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Nisarga", - "owner": { - "username": "ni5arga", - "email": "adhikarynisarga17@gmail.com", - "twitter": "ni5arga" - }, - "records": { - "CNAME": "ni5arga.github.io" - } -} diff --git a/domains/nishantattrey.json b/domains/nishantattrey.json deleted file mode 100644 index 938db9a5a..000000000 --- a/domains/nishantattrey.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nishantattrey07", - "email": "nishantattrey07@gmail.com" - }, - "records": { - "CNAME": "nishantattrey07.github.io" - } -} diff --git a/domains/nix.json b/domains/nix.json deleted file mode 100644 index d40d3d2c7..000000000 --- a/domains/nix.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "linuxhoe", - "email": "b0t@disroot.org" - }, - "records": { - "CNAME": "linuxhoe.github.io" - } -} diff --git a/domains/nnocsupnn.json b/domains/nnocsupnn.json deleted file mode 100644 index f528b06c2..000000000 --- a/domains/nnocsupnn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nnocsupnn", - "email": "nnocsupnn@gmail.com" - }, - "records": { - "CNAME": "nnocsupnn.github.io" - } -} diff --git a/domains/noahgao.json b/domains/noahgao.json deleted file mode 100644 index c25bb58b2..000000000 --- a/domains/noahgao.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "noahziheng", - "email": "ziheng1719@163.com", - "discord": "900791393931362374" - }, - "records": { - "CNAME": "noahziheng.github.io" - } -} diff --git a/domains/noel.json b/domains/noel.json deleted file mode 100644 index fb2687e6d..000000000 --- a/domains/noel.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "NoelJacob", - "email": "noeljacob91@gmail.com", - "twitter": "NoelJacob01", - "discord": "Noel Jacob#7465" - }, - "records": { - "CNAME": "noeljacob.github.io" - } -} diff --git a/domains/noelpaton-og.json b/domains/noelpaton-og.json deleted file mode 100644 index 5a0d2dc23..000000000 --- a/domains/noelpaton-og.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "noelpaton-og", - "email": "noel27938@gmail.com" - }, - "records": { - "CNAME": "noelpaton-og.github.io" - } -} diff --git a/domains/noelpatonog.json b/domains/noelpatonog.json deleted file mode 100644 index 5a0d2dc23..000000000 --- a/domains/noelpatonog.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "noelpaton-og", - "email": "noel27938@gmail.com" - }, - "records": { - "CNAME": "noelpaton-og.github.io" - } -} diff --git a/domains/noir.json b/domains/noir.json deleted file mode 100644 index 1a9ef08eb..000000000 --- a/domains/noir.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "noir's website", - "owner": { - "username": "noirdevelopment", - "email": "xyroemail1@gmail.com", - "twitter": "zPyrooooo" - }, - "records": { - "CNAME": "noirdevelopment.github.io" - } -} diff --git a/domains/noise.json b/domains/noise.json deleted file mode 100644 index 841d65df6..000000000 --- a/domains/noise.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "iamthen0ise", - "email": "evgenii.uvarov.post@gmail.com" - }, - "records": { - "CNAME": "iamthen0ise.github.io" - } -} diff --git a/domains/nomena.json b/domains/nomena.json deleted file mode 100644 index 4e23603a4..000000000 --- a/domains/nomena.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Shiro-cha", - "email": "noum.rzdr@gmail.com" - }, - "records": { - "CNAME": "shiro-cha.github.io" - } -} diff --git a/domains/notaussie.json b/domains/notaussie.json deleted file mode 100644 index 56650ea0e..000000000 --- a/domains/notaussie.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal site / Portafolio.", - "owner": { - "username": "NotAussie", - "email": "Aussie_Okay@protonmail.com" - }, - "records": { - "CNAME": "notaussie.github.io" - } -} diff --git a/domains/note.json b/domains/note.json deleted file mode 100644 index 04494d165..000000000 --- a/domains/note.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "imimbert", - "email": "2080035494@qq.com" - }, - "records": { - "CNAME": "imimbert.github.io" - } -} diff --git a/domains/notefct.json b/domains/notefct.json deleted file mode 100644 index 51e0a4aef..000000000 --- a/domains/notefct.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "notefct personal developer website", - "owner": { - "username": "notefct", - "email": "edunlima2007@gmail.com" - }, - "records": { - "CNAME": "notefct.github.io" - } -} diff --git a/domains/nothazz.json b/domains/nothazz.json deleted file mode 100644 index 5ea6c96ec..000000000 --- a/domains/nothazz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nothazz", - "email": "hazz73963@gmail.com" - }, - "records": { - "CNAME": "nothazz.github.io" - } -} diff --git a/domains/noxsin.json b/domains/noxsin.json deleted file mode 100644 index 1db2143be..000000000 --- a/domains/noxsin.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "komysh", - "email": "arcteac@gmail.com", - "telegram": "mentolbot" - }, - "records": { - "CNAME": "komysh.github.io" - } -} diff --git a/domains/ntg.json b/domains/ntg.json deleted file mode 100644 index 28f86a25b..000000000 --- a/domains/ntg.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Dot Nothing here :)", - "owner": { - "username": "dotntg", - "email": "dotntg.dev@gmail.com" - }, - "records": { - "CNAME": "dotntg.github.io" - } -} diff --git a/domains/ntmusic.json b/domains/ntmusic.json deleted file mode 100644 index 08bf5b529..000000000 --- a/domains/ntmusic.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gunawan092w", - "email": "gunawan092w@gmail.com" - }, - "records": { - "CNAME": "ntmusic.github.io" - } -} diff --git a/domains/ntrs05.json b/domains/ntrs05.json deleted file mode 100644 index b4c3f0f43..000000000 --- a/domains/ntrs05.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ntrs05", - "email": "tukheo123@gmail.com" - }, - "records": { - "CNAME": "ntrs05.github.io" - } -} diff --git a/domains/nv2k3.json b/domains/nv2k3.json deleted file mode 100644 index e24ae7fc9..000000000 --- a/domains/nv2k3.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Nv2k3's portfolio website", - "owner": { - "username": "nv2k3", - "email": "nagendrar.537@gmail.com" - }, - "records": { - "CNAME": "nv2k3.github.io" - } -} diff --git a/domains/nvhai272.json b/domains/nvhai272.json deleted file mode 100644 index 4dcd6ea3f..000000000 --- a/domains/nvhai272.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "nvhai272" - }, - "records": { - "CNAME": "nvhai272.github.io" - } -} diff --git a/domains/nvhmadridista.json b/domains/nvhmadridista.json deleted file mode 100644 index 2c09c86b7..000000000 --- a/domains/nvhmadridista.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nvhmadridista", - "email": "nvh.madridista@email.address" - }, - "records": { - "CNAME": "nvhmadridista.github.io" - } -} diff --git a/domains/nxnlab.json b/domains/nxnlab.json deleted file mode 100644 index d43da2406..000000000 --- a/domains/nxnlab.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NxnRmz", - "email": "nxnrmz@gmail.com" - }, - "records": { - "CNAME": "nxnrmz.github.io" - } -} diff --git a/domains/nyanbrowser.json b/domains/nyanbrowser.json deleted file mode 100644 index c58558e66..000000000 --- a/domains/nyanbrowser.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hoppygamer", - "email": "hoppyloser11@gmail.com" - }, - "records": { - "CNAME": "nyanbrowser.github.io" - } -} diff --git a/domains/nyel.json b/domains/nyel.json deleted file mode 100644 index 37ea7e3ed..000000000 --- a/domains/nyel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nyelnizy", - "email": "yhiamdan@gmail.com" - }, - "records": { - "CNAME": "nyelnizy.github.io" - } -} diff --git a/domains/nyx.json b/domains/nyx.json deleted file mode 100644 index 970a4004e..000000000 --- a/domains/nyx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Blog for my personal thoughts and projects", - "owner": { - "username": "devnyxie", - "email": "timbusinez@gmail.com" - }, - "records": { - "CNAME": "devnyxie.github.io" - } -} diff --git a/domains/okan12300.json b/domains/okan12300.json deleted file mode 100644 index f75277f2b..000000000 --- a/domains/okan12300.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "okan12300", - "email": "okanakd89@outlook.com", - "twitter": "okanakd12" - }, - "records": { - "CNAME": "okan12300.github.io" - } -} diff --git a/domains/oleksa.json b/domains/oleksa.json deleted file mode 100644 index 57eac8052..000000000 --- a/domains/oleksa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "oleksa15", - "email": "oleksaa.ua@gmail.com" - }, - "records": { - "CNAME": "oleksa15.github.io" - } -} diff --git a/domains/olili.json b/domains/olili.json deleted file mode 100644 index ea1f2076b..000000000 --- a/domains/olili.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Olili2017", - "email": "olilidaniel@gmail.com" - }, - "records": { - "CNAME": "olili2017.github.io" - } -} diff --git a/domains/omesh.json b/domains/omesh.json deleted file mode 100644 index 8949db9f9..000000000 --- a/domains/omesh.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "omesh7" - }, - "records": { - "CNAME": "omesh7.github.io" - } -} diff --git a/domains/omnianims.json b/domains/omnianims.json deleted file mode 100644 index 609ed22da..000000000 --- a/domains/omnianims.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "omnianims", - "email": "ayomidefolagbade756@gmail.com" - }, - "records": { - "CNAME": "omnianims.github.io" - } -} diff --git a/domains/oopshnik.json b/domains/oopshnik.json deleted file mode 100644 index 584a8791c..000000000 --- a/domains/oopshnik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "oopshnik", - "discord": "1186159079178108982" - }, - "records": { - "CNAME": "oopshnik.github.io" - } -} diff --git a/domains/oreo.json b/domains/oreo.json deleted file mode 100644 index d4968ad66..000000000 --- a/domains/oreo.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "YummyOreo", - "email": "bobgim20@gmail.com", - "twitter": "YummyOreo3" - }, - "records": { - "CNAME": "yummyoreo.github.io" - } -} diff --git a/domains/overshifted.json b/domains/overshifted.json deleted file mode 100644 index 71814893e..000000000 --- a/domains/overshifted.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "OverShifted", - "email": "prowidgs@gmail.com" - }, - "records": { - "CNAME": "overshifted.github.io" - } -} diff --git a/domains/ovillafuerte94.json b/domains/ovillafuerte94.json deleted file mode 100644 index cc251b759..000000000 --- a/domains/ovillafuerte94.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Omar Villafuerte", - "owner": { - "username": "ovillafuerte94", - "email": "ovillafuerte.94@gmail.com" - }, - "records": { - "CNAME": "ovillafuerte94.github.io" - } -} diff --git a/domains/oxy.json b/domains/oxy.json deleted file mode 100644 index 657de5acf..000000000 --- a/domains/oxy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "0xyc0de", - "email": "alexutu49@outlook.com" - }, - "records": { - "CNAME": "0xyc0de.github.io" - } -} diff --git a/domains/p1raidz.json b/domains/p1raidz.json deleted file mode 100644 index 7aea70275..000000000 --- a/domains/p1raidz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "p1raidz", - "email": "adithyaalex5@gmail.com" - }, - "records": { - "CNAME": "p1raidz.github.io" - } -} diff --git a/domains/pajsen.json b/domains/pajsen.json deleted file mode 100644 index ae2d73f8e..000000000 --- a/domains/pajsen.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Pajsen9263", - "email": "admin@cybercore.gq" - }, - "records": { - "CNAME": "pajsen-media.github.io" - } -} diff --git a/domains/palekiox.json b/domains/palekiox.json deleted file mode 100644 index 20efa16d3..000000000 --- a/domains/palekiox.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "palekiox", - "email": "zigzagrpg@gmail.com" - }, - "records": { - "CNAME": "palekiox.github.io" - } -} diff --git a/domains/pansy.json b/domains/pansy.json deleted file mode 100644 index cb7885377..000000000 --- a/domains/pansy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pansy27", - "email": "uselessshogun99@gmail.com" - }, - "records": { - "CNAME": "pansy27.github.io" - } -} diff --git a/domains/papyrus.json b/domains/papyrus.json deleted file mode 100644 index 38a9a45af..000000000 --- a/domains/papyrus.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Papyrus0444", - "email": "vladbogdanmicu@gmail.com" - }, - "records": { - "CNAME": "papyrus0444.github.io" - } -} diff --git a/domains/paranoiasystem.json b/domains/paranoiasystem.json deleted file mode 100644 index 1d53aadd0..000000000 --- a/domains/paranoiasystem.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "paranoiasystem", - "email": "marcoferraioli@live.com" - }, - "records": { - "CNAME": "paranoiasystem.github.io" - } -} diff --git a/domains/pardhasaradhichandana.json b/domains/pardhasaradhichandana.json deleted file mode 100644 index b8b055e0e..000000000 --- a/domains/pardhasaradhichandana.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pardha-saradhi411", - "email": "pardhasaradhi7477@gmail.com" - }, - "records": { - "CNAME": "pardha-saradhi411.github.io" - } -} diff --git a/domains/parshnt.json b/domains/parshnt.json deleted file mode 100644 index 5cadd8597..000000000 --- a/domains/parshnt.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "YAY, new place for my Portfolio", - "owner": { - "username": "parshnt", - "email": "hi.parshant@gmail.com" - }, - "records": { - "CNAME": "parshnt.github.io" - } -} diff --git a/domains/passadissubmari.json b/domains/passadissubmari.json deleted file mode 100644 index a0b97c6e3..000000000 --- a/domains/passadissubmari.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Cucusise", - "email": "cucusise@gmail.com" - }, - "records": { - "CNAME": "cucusise.github.io" - } -} diff --git a/domains/passed.json b/domains/passed.json deleted file mode 100644 index 391510c77..000000000 --- a/domains/passed.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Dn1w", - "discord": "923208452581511199" - }, - "records": { - "CNAME": "yuwindev.github.io" - } -} diff --git a/domains/patriciafelix.json b/domains/patriciafelix.json deleted file mode 100644 index 5fa30d831..000000000 --- a/domains/patriciafelix.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portfolio Website", - "owner": { - "username": "patriciafelixx", - "email": "patriciafelixx@outlook.com" - }, - "records": { - "CNAME": "patriciafelixx.github.io" - } -} diff --git a/domains/patrickzhou.json b/domains/patrickzhou.json deleted file mode 100644 index 8afe00354..000000000 --- a/domains/patrickzhou.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "patrickzhou1234", - "discord": "moist__nugget" - }, - "records": { - "CNAME": "patrickzhou1234.github.io" - } -} diff --git a/domains/patuiqx.json b/domains/patuiqx.json deleted file mode 100644 index 7956c6ac3..000000000 --- a/domains/patuiqx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "GyShinA", - "email": "MonicaGyoShin@gmail.com" - }, - "records": { - "CNAME": "gyshina.github.io" - } -} diff --git a/domains/pavankteja.json b/domains/pavankteja.json deleted file mode 100644 index 2485f75dc..000000000 --- a/domains/pavankteja.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pavan-k-teja", - "email": "pavan@pavan.gg" - }, - "records": { - "CNAME": "pavan-k-teja.github.io" - } -} diff --git a/domains/pavlo.json b/domains/pavlo.json deleted file mode 100644 index 2ffd15b22..000000000 --- a/domains/pavlo.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Documentation for https://github.com/olvap80", - "owner": { - "username": "olvap80", - "email": "olvap@i.ua" - }, - "records": { - "CNAME": "olvap80.github.io" - } -} diff --git a/domains/peach.json b/domains/peach.json deleted file mode 100644 index 4db2e3718..000000000 --- a/domains/peach.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Peach's Website!", - "owner": { - "username": "Peach", - "email": "azisbillah95@gmail.com", - "discord": "edrea#1717" - }, - "records": { - "CNAME": "ruw3t.github.io" - } -} diff --git a/domains/peachy.json b/domains/peachy.json deleted file mode 100644 index 121c7a003..000000000 --- a/domains/peachy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Peachysy", - "email": "minecraft350star@gmail.com", - "discord": "781577857511587900" - }, - "records": { - "CNAME": "peachysy.github.io" - } -} diff --git a/domains/pedrito.json b/domains/pedrito.json deleted file mode 100644 index f2372d5c7..000000000 --- a/domains/pedrito.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "For my private VPS ", - "owner": { - "username": "Ranojay1", - "email": "pegomsan@gmail.com", - "twitter": "Pedro929953698" - }, - "records": { - "CNAME": "ranojay1.github.io" - } -} diff --git a/domains/pemtshewang.json b/domains/pemtshewang.json deleted file mode 100644 index 4dfa407a3..000000000 --- a/domains/pemtshewang.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "The subdomain will be used for my github portfolio :)", - "owner": { - "username": "pemtshewang", - "email": "pemtshewang500@gmail.com", - "twitter": "pemtshewang_4" - }, - "records": { - "CNAME": "pemtshewang.github.io" - } -} diff --git a/domains/peroxide.json b/domains/peroxide.json deleted file mode 100644 index 3a79d9fe3..000000000 --- a/domains/peroxide.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "I would like to use this subdomain for my website, but mostly for a custom email.", - "owner": { - "username": "oShinyMew", - "email": "modelcafe14266@gmail.com", - "discord": "hydrogenpero.xide" - }, - "records": { - "CNAME": "oshinymew.github.io" - } -} diff --git a/domains/peyloride.json b/domains/peyloride.json deleted file mode 100644 index 7877cc9f0..000000000 --- a/domains/peyloride.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "peyloride", - "email": "okanbinli@gmail.com" - }, - "records": { - "CNAME": "peyloride.github.io" - } -} diff --git a/domains/phamthanhnghia.json b/domains/phamthanhnghia.json deleted file mode 100644 index f0928435e..000000000 --- a/domains/phamthanhnghia.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "phamthanhnghia", - "email": "phamthanhnghia.it@gmail.com" - }, - "records": { - "CNAME": "phamthanhnghia.github.io" - } -} diff --git a/domains/picklerick.json b/domains/picklerick.json deleted file mode 100644 index 4d12ddc9e..000000000 --- a/domains/picklerick.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ticklerick", - "email": "pickle@anonemail.net" - }, - "records": { - "CNAME": "ticklerick.github.io" - } -} diff --git a/domains/pie.json b/domains/pie.json deleted file mode 100644 index 7e9b1cf0d..000000000 --- a/domains/pie.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "4pii4", - "email": "naivenevaii@gmail.com" - }, - "records": { - "CNAME": "4pii4.github.io" - } -} diff --git a/domains/pinchese.json b/domains/pinchese.json deleted file mode 100644 index 46150eebe..000000000 --- a/domains/pinchese.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pinchese", - "email": "pinchese@protonmail.com" - }, - "records": { - "CNAME": "pinchese.github.io" - } -} diff --git a/domains/pinkyplant.json b/domains/pinkyplant.json deleted file mode 100644 index bdd2df40d..000000000 --- a/domains/pinkyplant.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "pinkyplant", - "email": "pinkyplantz@proton.me", - "twitter": "pinkyplant" - }, - "records": { - "CNAME": "pinkyplant.github.io" - } -} diff --git a/domains/pinont.json b/domains/pinont.json deleted file mode 100644 index fafc3affb..000000000 --- a/domains/pinont.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "PinozenTH", - "email": "Pinozen.Thailand@gmail.com" - }, - "records": { - "CNAME": "pinozenth.github.io" - } -} diff --git a/domains/pipc.json b/domains/pipc.json deleted file mode 100644 index 27e8c34b3..000000000 --- a/domains/pipc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "PiPc1", - "email": "rhileighc9@gmail.com" - }, - "records": { - "CNAME": "pipc1.github.io" - } -} diff --git a/domains/pita.json b/domains/pita.json deleted file mode 100644 index b81f0eef8..000000000 --- a/domains/pita.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pita092", - "discord": "spongebob_spongebob_spongebob" - }, - "records": { - "CNAME": "pita092.github.io" - } -} diff --git a/domains/pixl8.json b/domains/pixl8.json deleted file mode 100644 index 04081127c..000000000 --- a/domains/pixl8.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pixl8dev", - "email": "judah.cs08@gmail.com" - }, - "records": { - "CNAME": "pixl8dev.github.io" - } -} diff --git a/domains/playboyfear.json b/domains/playboyfear.json deleted file mode 100644 index 37220ff79..000000000 --- a/domains/playboyfear.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Fear-Itself", - "discord": "1079471323220295781" - }, - "records": { - "CNAME": "fear-itself.github.io" - } -} diff --git a/domains/plopilpy.json b/domains/plopilpy.json deleted file mode 100644 index 20e12a110..000000000 --- a/domains/plopilpy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "plopilpy", - "email": "plopilpy@tazzy.ca", - "twitter": "plopilpy" - }, - "records": { - "CNAME": "plopilpy.github.io" - } -} diff --git a/domains/plumaxe.json b/domains/plumaxe.json deleted file mode 100644 index 8f20e9267..000000000 --- a/domains/plumaxe.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Firewoork", - "email": "iaintflxzra122@gmail.com" - }, - "records": { - "CNAME": "plumaxe.github.io" - } -} diff --git a/domains/plusrazz.json b/domains/plusrazz.json deleted file mode 100644 index 3121553cd..000000000 --- a/domains/plusrazz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "codehihe", - "email": "saurav.shubham8656@gmail.com" - }, - "records": { - "CNAME": "codehihe.github.io" - } -} diff --git a/domains/ply.json b/domains/ply.json deleted file mode 100644 index 19ef038ed..000000000 --- a/domains/ply.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "plymc", - "email": "plymc@proton.me" - }, - "records": { - "CNAME": "plymc.github.io" - } -} diff --git a/domains/polishboiyt.json b/domains/polishboiyt.json deleted file mode 100644 index 0f2865a00..000000000 --- a/domains/polishboiyt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "PolishBoiYT", - "discord": "994187133847875604" - }, - "records": { - "CNAME": "polishboiyt.github.io" - } -} diff --git a/domains/polo.json b/domains/polo.json deleted file mode 100644 index bcbd99f22..000000000 --- a/domains/polo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "polo-1245-oficial", - "discord": "725316907187568701" - }, - "records": { - "CNAME": "polo-1245-oficial.github.io" - } -} diff --git a/domains/polygon6233.json b/domains/polygon6233.json deleted file mode 100644 index 93c0d2bba..000000000 --- a/domains/polygon6233.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "polygon6233", - "email": "nikitasitter@gmail.com" - }, - "records": { - "CNAME": "polygon6233.github.io" - } -} diff --git a/domains/posandu.json b/domains/posandu.json deleted file mode 100644 index d239e4fd8..000000000 --- a/domains/posandu.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "posandu", - "email": "posandumapa@gmail.com", - "twitter": "posandu" - }, - "records": { - "CNAME": "posandu.github.io" - } -} diff --git a/domains/poyo.json b/domains/poyo.json deleted file mode 100644 index 53777b735..000000000 --- a/domains/poyo.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "I'll use this sub-domain for my portfolio website.", - "owner": { - "username": "MrDaPoyo", - "email": "wiiuforever25@gmail.com" - }, - "records": { - "CNAME": "mrdapoyo.github.io" - } -} diff --git a/domains/ppyoung.json b/domains/ppyoung.json deleted file mode 100644 index c7bdf4b94..000000000 --- a/domains/ppyoung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ppYoung", - "email": "dongyang.luo@gmail.com" - }, - "records": { - "CNAME": "ppyoung.github.io" - } -} diff --git a/domains/prabhakaranjm.json b/domains/prabhakaranjm.json deleted file mode 100644 index aec13cf7c..000000000 --- a/domains/prabhakaranjm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "prabhakaranjm", - "email": "prabhakaran.jm@gmail.com" - }, - "records": { - "CNAME": "prajaymas.github.io" - } -} diff --git a/domains/prakhar.json b/domains/prakhar.json deleted file mode 100644 index 4807136e9..000000000 --- a/domains/prakhar.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Prakhar| Portfolio", - "owner": { - "username": "Prakhar-commits", - "email": "prakharb56@gmail.com" - }, - "records": { - "CNAME": "prakhar-commits.github.io" - } -} diff --git a/domains/prakhillohiya.json b/domains/prakhillohiya.json deleted file mode 100644 index 67d76569b..000000000 --- a/domains/prakhillohiya.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "prakhillohiya", - "email": "prakhillohiya@gmail.com" - }, - "records": { - "CNAME": "prakhillohiya.github.io" - } -} diff --git a/domains/pranavsaxena.json b/domains/pranavsaxena.json deleted file mode 100644 index 9715b05b3..000000000 --- a/domains/pranavsaxena.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Pranav-Saxena", - "email": "pranavsaxena155@gmail.com", - "discord": "PRANAV SAXENA#9327" - }, - "records": { - "CNAME": "pranav-saxena.github.io" - } -} diff --git a/domains/praquron.json b/domains/praquron.json deleted file mode 100644 index e6d9c00eb..000000000 --- a/domains/praquron.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Praquron", - "email": "praquron@gmail.com", - "twitter": "praquron" - }, - "records": { - "CNAME": "praquron.github.io" - } -} diff --git a/domains/pratikthapw.json b/domains/pratikthapw.json deleted file mode 100644 index c714881ca..000000000 --- a/domains/pratikthapw.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pratikthapw", - "email": "pratikthapw@gmail.com" - }, - "records": { - "CNAME": "pratikthapw.github.io" - } -} diff --git a/domains/pratyay.json b/domains/pratyay.json deleted file mode 100644 index 7c986bb93..000000000 --- a/domains/pratyay.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Pratyay's portfolio website and blog", - "owner": { - "username": "x3nosiz", - "email": "neilblaze007@gmail.com" - }, - "records": { - "CNAME": "neilblaze.github.io" - } -} diff --git a/domains/praveen.json b/domains/praveen.json deleted file mode 100644 index 3f58a9f7d..000000000 --- a/domains/praveen.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Praveen's personal developer website", - "owner": { - "username": "PraveenPal4232", - "email": "praveenpal4232@gmail.com" - }, - "records": { - "CNAME": "praveenpal4232.github.io" - } -} diff --git a/domains/prima.json b/domains/prima.json deleted file mode 100644 index a8da7cd57..000000000 --- a/domains/prima.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "coderzhaxor", - "email": "ajanuantara@gmail.com" - }, - "records": { - "CNAME": "coderzhaxor.github.io" - } -} diff --git a/domains/prime.json b/domains/prime.json deleted file mode 100644 index a6a5428fc..000000000 --- a/domains/prime.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "PrimeTDMomega", - "email": "primetdmomega@gmail.com", - "twitter": "primeinspace" - }, - "records": { - "CNAME": "primetdmomega.github.io" - } -} diff --git a/domains/priscila.json b/domains/priscila.json deleted file mode 100644 index 0c7c44ef7..000000000 --- a/domains/priscila.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pgoliv-code", - "email": "pguillen.oliv@gmail.com" - }, - "records": { - "CNAME": "pgoliv-code.github.io" - } -} diff --git a/domains/profile.json b/domains/profile.json deleted file mode 100644 index 1749a4695..000000000 --- a/domains/profile.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "oyepriyansh", - "email": "oyepriyansh@hotmail.com" - }, - "records": { - "CNAME": "oyepriyansh.github.io" - } -} diff --git a/domains/proghead00.json b/domains/proghead00.json deleted file mode 100644 index 5a8bd6d1a..000000000 --- a/domains/proghead00.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "proghead00", - "email": "susnata00@gmail.com" - }, - "records": { - "CNAME": "proghead00.github.io" - } -} diff --git a/domains/projects.catzboy.json b/domains/projects.catzboy.json deleted file mode 100644 index 7f0010490..000000000 --- a/domains/projects.catzboy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Maruful007", - "email": "marufulislamsami2007@gmail.com" - }, - "records": { - "CNAME": "maruful007.github.io" - } -} diff --git a/domains/proxy.json b/domains/proxy.json deleted file mode 100644 index 9d2902206..000000000 --- a/domains/proxy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "notAperson535", - "email": "notAperson939@gmail.com" - }, - "records": { - "CNAME": "notaperson535.github.io" - } -} diff --git a/domains/proxzima.json b/domains/proxzima.json deleted file mode 100644 index 0ff399bfa..000000000 --- a/domains/proxzima.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "PROxZIMA", - "email": "pratikbpingale9075@gmail.com", - "twitter": "pro_x_zima", - "discord": "PROxZIMA#7272" - }, - "records": { - "CNAME": "proxzima.github.io" - } -} diff --git a/domains/prtksunal.json b/domains/prtksunal.json deleted file mode 100644 index 5a80e78ff..000000000 --- a/domains/prtksunal.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "prateekmedia", - "email": "prtksunal@gmail.com" - }, - "records": { - "CNAME": "prateekmedia.github.io" - } -} diff --git a/domains/psj.json b/domains/psj.json deleted file mode 100644 index 008dc019c..000000000 --- a/domains/psj.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "philphirn", - "email": "locusapp1@gmail.com" - }, - "records": { - "CNAME": "philphirn.github.io" - } -} diff --git a/domains/psnbl.json b/domains/psnbl.json deleted file mode 100644 index b89ced569..000000000 --- a/domains/psnbl.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "psnbl", - "email": "pietrosimone.nobiletti@studenti.unipr.it" - }, - "records": { - "CNAME": "psnbl.github.io" - } -} diff --git a/domains/pulkitmidha.json b/domains/pulkitmidha.json deleted file mode 100644 index 7bcd3fd35..000000000 --- a/domains/pulkitmidha.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal website", - "owner": { - "username": "midopooler", - "email": "midhapulkit28@gmail.com" - }, - "records": { - "CNAME": "midopooler.github.io" - } -} diff --git a/domains/pvyas.json b/domains/pvyas.json deleted file mode 100644 index bbc3f7cc2..000000000 --- a/domains/pvyas.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "parthvyas7", - "discord": "505731689788473347" - }, - "records": { - "CNAME": "parthvyas7.github.io" - } -} diff --git a/domains/py.json b/domains/py.json deleted file mode 100644 index 9f2fe500e..000000000 --- a/domains/py.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jrirydkdifu", - "email": "0kryptx@gmail.com" - }, - "records": { - "CNAME": "jrirydkdifu.github.io" - } -} diff --git a/domains/pyro.json b/domains/pyro.json deleted file mode 100644 index aa18279da..000000000 --- a/domains/pyro.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "pyro's portfolio", - "owner": { - "username": "pyroisgamer", - "email": "pyroisgamer@outlook.com" - }, - "records": { - "CNAME": "pyroisgamer.github.io" - } -} diff --git a/domains/pythonplumber.json b/domains/pythonplumber.json deleted file mode 100644 index a2b825a0a..000000000 --- a/domains/pythonplumber.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "PythonPlumber", - "email": "mario.yellow.bea@proton.me" - }, - "records": { - "CNAME": "pythonplumber.github.io" - } -} diff --git a/domains/pythonscratcher.json b/domains/pythonscratcher.json deleted file mode 100644 index 42b29975c..000000000 --- a/domains/pythonscratcher.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "PythonScratcher", - "email": "callumcardy7@gmail.com" - }, - "records": { - "CNAME": "pythonscratcher.github.io" - } -} diff --git a/domains/pznguin.json b/domains/pznguin.json deleted file mode 100644 index ebb96813d..000000000 --- a/domains/pznguin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pznguin-kyun", - "email": "p3nguinkun@proton.me" - }, - "records": { - "CNAME": "pznguin-kyun.github.io" - } -} diff --git a/domains/qloha.json b/domains/qloha.json deleted file mode 100644 index de20c6c4c..000000000 --- a/domains/qloha.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "qloha", - "youtube": "https://youtube.com/@qloha", - "email": "sirfigaloha@gmail.com" - }, - "records": { - "CNAME": "qloha.github.io" - } -} diff --git a/domains/qnos.json b/domains/qnos.json deleted file mode 100644 index 623a25cd5..000000000 --- a/domains/qnos.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Qnos", - "email": "qnos237@gmail.com" - }, - "records": { - "CNAME": "qnos41.github.io" - } -} diff --git a/domains/quangtran.json b/domains/quangtran.json deleted file mode 100644 index 1ba414f80..000000000 --- a/domains/quangtran.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Kokkini", - "email": "trannhatquang1104@gmail.com" - }, - "records": { - "CNAME": "kokkini.github.io" - } -} diff --git a/domains/quddi.json b/domains/quddi.json deleted file mode 100644 index 0b1450726..000000000 --- a/domains/quddi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Quddi", - "email": "quddi6@gmail.com" - }, - "records": { - "CNAME": "quddiy.github.io" - } -} diff --git a/domains/qui.json b/domains/qui.json deleted file mode 100644 index 51a3202cd..000000000 --- a/domains/qui.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "quiww", - "mastodon": "qui@bsd.cafe" - }, - "records": { - "CNAME": "quiww.github.io" - } -} diff --git a/domains/quick.json b/domains/quick.json deleted file mode 100644 index 9d36badf3..000000000 --- a/domains/quick.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "quickdaffy", - "email": "quickdaffy@gmail.com", - "twitter": "quickdaffy" - }, - "records": { - "CNAME": "quickdaffy.github.io" - } -} diff --git a/domains/quydang.json b/domains/quydang.json deleted file mode 100644 index 28ac75842..000000000 --- a/domains/quydang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "quydang04", - "email": "dangvonguyen169@gmail.com" - }, - "records": { - "CNAME": "quydang04.github.io" - } -} diff --git a/domains/qwertx.json b/domains/qwertx.json deleted file mode 100644 index f8cb09914..000000000 --- a/domains/qwertx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "notqwertz", - "email": "zuweyrh752@gmail.com" - }, - "records": { - "CNAME": "notqwertz.github.io" - } -} diff --git a/domains/r04nx.json b/domains/r04nx.json deleted file mode 100644 index d7f51d4d0..000000000 --- a/domains/r04nx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "r04nx", - "email": "rohanprakashpawar2005@gmail.com" - }, - "records": { - "CNAME": "r04nx.github.io" - } -} diff --git a/domains/r1p.json b/domains/r1p.json deleted file mode 100644 index 3db5ceb69..000000000 --- a/domains/r1p.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "0kryptx", - "email": "k3px@proton.me" - }, - "records": { - "CNAME": "0kryptx.github.io" - } -} diff --git a/domains/r4yish.json b/domains/r4yish.json deleted file mode 100644 index 5b45cbff8..000000000 --- a/domains/r4yish.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "r4yish", - "email": "r4yish@gmail.com" - }, - "records": { - "CNAME": "r4yish.github.io" - } -} diff --git a/domains/rabbi-shuki.json b/domains/rabbi-shuki.json deleted file mode 100644 index 2f06557eb..000000000 --- a/domains/rabbi-shuki.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rabbishuki", - "email": "rabbishuki+is-a-dev@gmail.com" - }, - "records": { - "CNAME": "rabbishuki.github.io" - } -} diff --git a/domains/radim.json b/domains/radim.json deleted file mode 100644 index 5191e9a49..000000000 --- a/domains/radim.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "radim-codes", - "discord": "1136622247918972968" - }, - "records": { - "CNAME": "radim-codes.github.io" - } -} diff --git a/domains/rafalmeida73.json b/domains/rafalmeida73.json deleted file mode 100644 index a139d1151..000000000 --- a/domains/rafalmeida73.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rafalmeida73", - "email": "rafaelsantana7213@gmail.com" - }, - "records": { - "CNAME": "rafalmeida73.github.io" - } -} diff --git a/domains/rag3r.json b/domains/rag3r.json deleted file mode 100644 index 6c33da463..000000000 --- a/domains/rag3r.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Rage65", - "email": "123thetechguy@gmail.com" - }, - "records": { - "CNAME": "rage65.github.io" - } -} diff --git a/domains/raghav.json b/domains/raghav.json deleted file mode 100644 index ec2b101d0..000000000 --- a/domains/raghav.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "GodKode69", - "email": "knownasraghav@gmail.com" - }, - "records": { - "CNAME": "godkode69.github.io" - } -} diff --git a/domains/raghavyuva.json b/domains/raghavyuva.json deleted file mode 100644 index 5b362f4dc..000000000 --- a/domains/raghavyuva.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "raghavyuva", - "email": "vikramnbhat15@gmail.com" - }, - "records": { - "CNAME": "raghavyuva.github.io" - } -} diff --git a/domains/rainotoberu.json b/domains/rainotoberu.json deleted file mode 100644 index 925120192..000000000 --- a/domains/rainotoberu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Rainotoberu", - "email": "imdmelan@gmail.com" - }, - "records": { - "CNAME": "rainotoberu.github.io" - } -} diff --git a/domains/raiyaad.json b/domains/raiyaad.json deleted file mode 100644 index a15a5a979..000000000 --- a/domains/raiyaad.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Raiyaad-Raad", - "email": "raiyaadraad132rafan45@gmail.com" - }, - "records": { - "CNAME": "raiyaad-raad.github.io" - } -} diff --git a/domains/raka.json b/domains/raka.json deleted file mode 100644 index 9497412be..000000000 --- a/domains/raka.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "rahulkarda", - "email": "rahulkarda2002@gmail.com", - "discord": "rk02#1553", - "note": "I'm open to connect with developers for collaborations." - }, - "description": "Landing page of RakaCreativeContent Organization", - "records": { - "CNAME": "rakacreativecontent.github.io" - } -} diff --git a/domains/rakibhossain.json b/domains/rakibhossain.json deleted file mode 100644 index 7939b36e4..000000000 --- a/domains/rakibhossain.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rakibmia7254", - "email": "rakib4ggp@gmail.com" - }, - "records": { - "CNAME": "rakibmia7254.github.io" - } -} diff --git a/domains/ralph.json b/domains/ralph.json deleted file mode 100644 index 9f1c1f455..000000000 --- a/domains/ralph.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rpineda26", - "email": "rp.pineda26@gmail.com" - }, - "records": { - "CNAME": "rpineda26.github.io" - } -} diff --git a/domains/ramakant.json b/domains/ramakant.json deleted file mode 100644 index bfe01c047..000000000 --- a/domains/ramakant.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ramakantbot", - "email": "ramakantbot@duck.com" - }, - "records": { - "CNAME": "ramakantbot.github.io" - } -} diff --git a/domains/rapixar.json b/domains/rapixar.json deleted file mode 100644 index 68ee9eace..000000000 --- a/domains/rapixar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Rapixar", - "email": "cudraphael@gmail.com" - }, - "records": { - "CNAME": "rapixar.github.io" - } -} diff --git a/domains/rasp.json b/domains/rasp.json deleted file mode 100644 index 6771665b7..000000000 --- a/domains/rasp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "titusj3026", - "email": "titusjeffery54@gmail.com" - }, - "records": { - "CNAME": "titusj3026.github.io" - } -} diff --git a/domains/ravana.json b/domains/ravana.json deleted file mode 100644 index 68c4f6e42..000000000 --- a/domains/ravana.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ravana69", - "twitter": "hornyravana>" - }, - "records": { - "CNAME": "ravana.github.io" - } -} diff --git a/domains/ray.json b/domains/ray.json deleted file mode 100644 index 139db2f4a..000000000 --- a/domains/ray.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "RayDev07", - "email": "jatingujjar.alive@gmail.com" - }, - "records": { - "CNAME": "raydev07.github.io" - } -} diff --git a/domains/raymondlu.json b/domains/raymondlu.json deleted file mode 100644 index 8c59e00e6..000000000 --- a/domains/raymondlu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "raylu15742cs", - "email": "raylucs15742@gmail.com" - }, - "records": { - "CNAME": "raylu15742cs.github.io" - } -} diff --git a/domains/rayvid.json b/domains/rayvid.json deleted file mode 100644 index 510851513..000000000 --- a/domains/rayvid.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Rayvid's website", - "owner": { - "username": "rayvid", - "email": "gin.kisonas@gmail.com" - }, - "records": { - "CNAME": "rayvid.github.io" - } -} diff --git a/domains/rednek46.json b/domains/rednek46.json deleted file mode 100644 index 3aa3d8af2..000000000 --- a/domains/rednek46.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rednek46", - "email": "nuzer501@gmail.com" - }, - "records": { - "CNAME": "rednek46.github.io" - } -} diff --git a/domains/reefsalty.json b/domains/reefsalty.json deleted file mode 100644 index 36eb59f0c..000000000 --- a/domains/reefsalty.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ReefSalty", - "email": "hi@reefsalty.co.uk", - "twitter": "ReefSalty" - }, - "records": { - "CNAME": "reefsalty.github.io" - } -} diff --git a/domains/regiondavid.json b/domains/regiondavid.json deleted file mode 100644 index 036e112b3..000000000 --- a/domains/regiondavid.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "regiondavid", - "email": "uestczjw@gmail.com" - }, - "records": { - "CNAME": "regiondavid.github.io" - }, - "description": "regiondavid's new website" -} diff --git a/domains/rekto.json b/domains/rekto.json deleted file mode 100644 index 2ba27f240..000000000 --- a/domains/rekto.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "GetRekto", - "email": "rekto.personal@outlook.com" - }, - "records": { - "CNAME": "rekto-dev.github.io" - } -} diff --git a/domains/relicrb.json b/domains/relicrb.json deleted file mode 100644 index eb8a65258..000000000 --- a/domains/relicrb.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "RelicRB", - "email": "relicrb@gmail.com" - }, - "records": { - "CNAME": "relicrb.github.io" - } -} diff --git a/domains/remarkable.json b/domains/remarkable.json deleted file mode 100644 index acc5f4016..000000000 --- a/domains/remarkable.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "re-mark-able", - "discord": "765796161499824148" - }, - "records": { - "CNAME": "re-mark-able.github.io" - } -} diff --git a/domains/ren.json b/domains/ren.json deleted file mode 100644 index 3371c8c16..000000000 --- a/domains/ren.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rendotpy", - "email": "arugh3@gmail.com" - }, - "records": { - "CNAME": "rendotpy.github.io" - } -} diff --git a/domains/renn.json b/domains/renn.json deleted file mode 100644 index dedc1b107..000000000 --- a/domains/renn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "LyVoid", - "email": "ezzbro121@gmail.com", - "discord": "1202338769379008515" - }, - "records": { - "CNAME": "lyvoid.github.io" - } -} diff --git a/domains/rep.json b/domains/rep.json deleted file mode 100644 index c7c5457ce..000000000 --- a/domains/rep.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Reputation", - "email": "omen@dashpvp.net" - }, - "records": { - "CNAME": "reputationdev.github.io" - } -} diff --git a/domains/rescenic.json b/domains/rescenic.json deleted file mode 100644 index 60ccb48be..000000000 --- a/domains/rescenic.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rescenic", - "email": "admin@rescenic.my.id" - }, - "records": { - "CNAME": "rescenic.github.io" - } -} diff --git a/domains/resolved.json b/domains/resolved.json deleted file mode 100644 index 678a54b6e..000000000 --- a/domains/resolved.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "huukhoa04", - "email": "huukhoa04@gmail.com", - "twitter": "huukhoa004" - }, - "records": { - "CNAME": "huukhoa04.github.io" - } -} diff --git a/domains/retr0.json b/domains/retr0.json deleted file mode 100644 index bc8c1a573..000000000 --- a/domains/retr0.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "u0f", - "email": "ice.dev1234@gmail.com" - }, - "records": { - "CNAME": "u0f.github.io" - } -} diff --git a/domains/reuben.json b/domains/reuben.json deleted file mode 100644 index 0add0229f..000000000 --- a/domains/reuben.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "reuben-x", - "email": "reubenthomaspeter@gmail.com" - }, - "records": { - "CNAME": "reuben-x.github.io" - } -} diff --git a/domains/revvnik.json b/domains/revvnik.json deleted file mode 100644 index cc06d868b..000000000 --- a/domains/revvnik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "revvnik", - "email": "nikitasitter@gmail.com" - }, - "records": { - "CNAME": "revvnik.github.io" - } -} diff --git a/domains/rfwn.json b/domains/rfwn.json deleted file mode 100644 index 87006f3d2..000000000 --- a/domains/rfwn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rfwn", - "email": "rfwn.mjd@gmail.com" - }, - "records": { - "CNAME": "rfwn.github.io" - } -} diff --git a/domains/rhythm.json b/domains/rhythm.json deleted file mode 100644 index c52c9e280..000000000 --- a/domains/rhythm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ms7ru", - "email": "rhythm.upa@gmail.com" - }, - "records": { - "CNAME": "ms7ru.github.io" - } -} diff --git a/domains/rihards.json b/domains/rihards.json deleted file mode 100644 index 160096762..000000000 --- a/domains/rihards.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dexit", - "email": "dexit@dyc.lv" - }, - "records": { - "CNAME": "dexit.github.io" - } -} diff --git a/domains/rishabh.json b/domains/rishabh.json deleted file mode 100644 index b2a8cbb64..000000000 --- a/domains/rishabh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rishabhc", - "email": "me@rishabh.ch" - }, - "records": { - "CNAME": "rishabhc.github.io" - } -} diff --git a/domains/ritshu.json b/domains/ritshu.json deleted file mode 100644 index 09b7f4eac..000000000 --- a/domains/ritshu.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Ritshu", - "discord": "216282035503890442", - "email": "ritshu.dev@gmail.com" - }, - "records": { - "CNAME": "ritshu.github.io" - } -} diff --git a/domains/riya.json b/domains/riya.json deleted file mode 100644 index 1ab4fbcde..000000000 --- a/domains/riya.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "riyaroy2086", - "email": "riyaroy2086@gmal.com", - "discord": "ROY#1369" - }, - "records": { - "CNAME": "riyaroy2086.github.io" - } -} diff --git a/domains/rizky.json b/domains/rizky.json deleted file mode 100644 index 6bbe48ad0..000000000 --- a/domains/rizky.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "schummler", - "email": "markwilkens102@gmail.com" - }, - "records": { - "CNAME": "schummler.github.io" - } -} diff --git a/domains/rizmyabdulla.json b/domains/rizmyabdulla.json deleted file mode 100644 index 92cdc37fd..000000000 --- a/domains/rizmyabdulla.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "rizmyabdulla", - "email": "rizmyabdulla@gmail.com", - "twitter": "_rizmyabdulla" - }, - "records": { - "CNAME": "rizmyabdulla.github.io" - } -} diff --git a/domains/rodolfo.json b/domains/rodolfo.json deleted file mode 100644 index c75b7a63b..000000000 --- a/domains/rodolfo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rudwolf", - "email": "rudwolf@gmail.com" - }, - "records": { - "CNAME": "rudwolf.github.io" - } -} diff --git a/domains/rohanjaiswal.json b/domains/rohanjaiswal.json deleted file mode 100644 index cd7e39250..000000000 --- a/domains/rohanjaiswal.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jaiswalrohan8796", - "email": "jaiswalrohan8796@gmail.com" - }, - "records": { - "CNAME": "jaiswalrohan8796.github.io" - } -} diff --git a/domains/rohanpawar.json b/domains/rohanpawar.json deleted file mode 100644 index d7f51d4d0..000000000 --- a/domains/rohanpawar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "r04nx", - "email": "rohanprakashpawar2005@gmail.com" - }, - "records": { - "CNAME": "r04nx.github.io" - } -} diff --git a/domains/rohithill.json b/domains/rohithill.json deleted file mode 100644 index 703fc96e3..000000000 --- a/domains/rohithill.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rohithill", - "email": "truezeroxy@gmail.com" - }, - "records": { - "CNAME": "rohithill.github.io" - } -} diff --git a/domains/romi.json b/domains/romi.json deleted file mode 100644 index ee4751d8f..000000000 --- a/domains/romi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "leuthra", - "email": "romi49610@gmail.com" - }, - "records": { - "CNAME": "leuthra.github.io" - } -} diff --git a/domains/roshansahani.json b/domains/roshansahani.json deleted file mode 100644 index 0401ecf3b..000000000 --- a/domains/roshansahani.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "felixop7", - "email": "roshansahani226@gmail.com" - }, - "records": { - "CNAME": "felixop7.github.io" - } -} diff --git a/domains/roy.json b/domains/roy.json deleted file mode 100644 index 8402c5d1a..000000000 --- a/domains/roy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rcrj", - "email": "rcrj95@gmail.com" - }, - "records": { - "CNAME": "rcrj.github.io" - } -} diff --git a/domains/royalty.json b/domains/royalty.json deleted file mode 100644 index 5e39a20b7..000000000 --- a/domains/royalty.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hisRoyalty", - "email": "hisroyal.baguette@gmail.com" - }, - "records": { - "CNAME": "hisroyalty.github.io" - } -} diff --git a/domains/roylee0704.json b/domains/roylee0704.json deleted file mode 100644 index 82e360911..000000000 --- a/domains/roylee0704.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "roylee0704", - "email": "roylee0704@gmail.com" - }, - "records": { - "CNAME": "roylee0704.github.io" - } -} diff --git a/domains/rpj.json b/domains/rpj.json deleted file mode 100644 index 276be4b5b..000000000 --- a/domains/rpj.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "rpj09", - "email": "singhripunjay09@gmail.com", - "twitter": "rpj09" - }, - "records": { - "CNAME": "rpj09.github.io" - } -} diff --git a/domains/rubenvilchez.json b/domains/rubenvilchez.json deleted file mode 100644 index 746360491..000000000 --- a/domains/rubenvilchez.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "whiteThor", - "email": "rd.vilchez@gmail.com" - }, - "description": "Portfolio website for Ruben Vilchez showcasing projects and professional information.", - "records": { - "CNAME": "whitethor.github.io" - } -} diff --git a/domains/rufistofeles.json b/domains/rufistofeles.json deleted file mode 100644 index ab94fed5d..000000000 --- a/domains/rufistofeles.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rufistofeles", - "email": "rufistofeles@outlook.com" - }, - "records": { - "CNAME": "rufistofeles.github.io" - } -} diff --git a/domains/ruixey.json b/domains/ruixey.json deleted file mode 100644 index 0e7f82dc8..000000000 --- a/domains/ruixey.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Ruixey", - "email": "ruixey@gmail.com", - "discord": "715464173617676369" - }, - "records": { - "CNAME": "ruixey.github.io" - } -} diff --git a/domains/rupankar.json b/domains/rupankar.json deleted file mode 100644 index 5d1408b97..000000000 --- a/domains/rupankar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "InvictusRex", - "email": "rupankar.majumdar2023@vitstudent.ac.in" - }, - "records": { - "CNAME": "invictusrex.github.io" - } -} diff --git a/domains/rushil-patel.json b/domains/rushil-patel.json deleted file mode 100644 index 359dca38c..000000000 --- a/domains/rushil-patel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rushilp1", - "email": "rushil.p1@ahduni.edu.in" - }, - "records": { - "CNAME": "rushilp1.github.io" - } -} diff --git a/domains/rushil.json b/domains/rushil.json deleted file mode 100644 index 359dca38c..000000000 --- a/domains/rushil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rushilp1", - "email": "rushil.p1@ahduni.edu.in" - }, - "records": { - "CNAME": "rushilp1.github.io" - } -} diff --git a/domains/rusiru.json b/domains/rusiru.json deleted file mode 100644 index 42d49232d..000000000 --- a/domains/rusiru.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sparkstark03", - "email": "rusirurasanjana@gmail.com" - }, - "records": { - "CNAME": "sparkstark03.github.io" - } -} diff --git a/domains/ruu3f.json b/domains/ruu3f.json deleted file mode 100644 index f63c54506..000000000 --- a/domains/ruu3f.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Ruu3f", - "discord": "Ruu3f#7942" - }, - "records": { - "CNAME": "ruu3f.github.io" - } -} diff --git a/domains/rvc11.json b/domains/rvc11.json deleted file mode 100644 index 9395186d6..000000000 --- a/domains/rvc11.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "redvelvetcake11", - "email": "membermadde.insiddev25120@hotmail.com" - }, - "records": { - "CNAME": "redvelvetcake11.github.io" - } -} diff --git a/domains/rvsp.json b/domains/rvsp.json deleted file mode 100644 index a35a47860..000000000 --- a/domains/rvsp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rvsp", - "email": "pvenkat.rv@gmail.com" - }, - "records": { - "CNAME": "rvsp.github.io" - } -} diff --git a/domains/rwithik.json b/domains/rwithik.json deleted file mode 100644 index 43677233e..000000000 --- a/domains/rwithik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rwithik", - "email": "rwithik@gmail.com" - }, - "records": { - "CNAME": "rwithik.github.io" - } -} diff --git a/domains/rxyhn.json b/domains/rxyhn.json deleted file mode 100644 index ff07158d3..000000000 --- a/domains/rxyhn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "rxyhn", - "email": "rayhankafipratama333@gmail.com", - "discord": "rxyhn#1154" - }, - "records": { - "CNAME": "rxyhn.github.io" - } -} diff --git a/domains/saatvik.json b/domains/saatvik.json deleted file mode 100644 index 6a71818a4..000000000 --- a/domains/saatvik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "atharvalt", - "email": "beast.gaming1099@gmail.com" - }, - "records": { - "CNAME": "atharvaupadhyay.github.io" - } -} diff --git a/domains/saba.json b/domains/saba.json deleted file mode 100644 index 986c133f7..000000000 --- a/domains/saba.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "itsaba", - "email": "saba.s@mail.com" - }, - "records": { - "CNAME": "itsaba.github.io" - } -} diff --git a/domains/sacul-6.json b/domains/sacul-6.json deleted file mode 100644 index 2bd961b2c..000000000 --- a/domains/sacul-6.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SACUL-6", - "email": "contact.me.here.naw@gmail.com" - }, - "records": { - "CNAME": "sacul-6.github.io" - } -} diff --git a/domains/sadie.json b/domains/sadie.json deleted file mode 100644 index 74e94740c..000000000 --- a/domains/sadie.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "night-lake", - "email": "sadiebk@fluorine.me", - "twitter": "_nightlake" - }, - "records": { - "CNAME": "night-lake.github.io" - } -} diff --git a/domains/sadiq.json b/domains/sadiq.json deleted file mode 100644 index 5b7d44425..000000000 --- a/domains/sadiq.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/sadiq334/sadiq334.github.io", - "owner": { - "username": "sadiq334", - "discord": "! sadiq#1152" - }, - "records": { - "CNAME": "sadiq334.github.io" - } -} diff --git a/domains/saeedmfarahani.json b/domains/saeedmfarahani.json deleted file mode 100644 index 482bc1090..000000000 --- a/domains/saeedmfarahani.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "Silitonix" - }, - "records": { - "CNAME": "silitonix.github.io" - } -} diff --git a/domains/saeef.json b/domains/saeef.json deleted file mode 100644 index 807a79406..000000000 --- a/domains/saeef.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "saeef", - "email": "saeef@outlook.com" - }, - "records": { - "CNAME": "saeef.github.io" - } -} diff --git a/domains/safety.json b/domains/safety.json deleted file mode 100644 index bb8d44502..000000000 --- a/domains/safety.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "HackingYZ", - "email": "sifed@qq.com" - }, - "records": { - "CNAME": "safety22w413a.github.io" - } -} diff --git a/domains/sageofluke.json b/domains/sageofluke.json deleted file mode 100644 index 74e16e444..000000000 --- a/domains/sageofluke.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SageOfLuke", - "email": "rj05tilak@hotmail.com" - }, - "records": { - "CNAME": "sageofluke.github.io" - } -} diff --git a/domains/saharsh.json b/domains/saharsh.json deleted file mode 100644 index 59597b598..000000000 --- a/domains/saharsh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Saharsh1223", - "email": "psaharsh2@gmail.com", - "twitter": "saharsh1223" - }, - "records": { - "CNAME": "saharsh1223.github.io" - } -} diff --git a/domains/sajid.json b/domains/sajid.json deleted file mode 100644 index 0166f7a1c..000000000 --- a/domains/sajid.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sajidshahriar72543", - "email": "sazidshahriar39@gmail.com" - }, - "records": { - "CNAME": "sajidshahriar72543.github.io" - } -} diff --git a/domains/sajidhussain.json b/domains/sajidhussain.json deleted file mode 100644 index 59a1bd8d6..000000000 --- a/domains/sajidhussain.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sajidhussaindev", - "email": "sajidhussain189057@gmail.com" - }, - "records": { - "CNAME": "sajidhussaindev.github.io" - } -} diff --git a/domains/sakko.json b/domains/sakko.json deleted file mode 100644 index abe6ca8ec..000000000 --- a/domains/sakko.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "sakko", - "email": "saklism@gmail.com", - "twitter": "sakkosama" - }, - "records": { - "CNAME": "sakko.github.io" - } -} diff --git a/domains/salsa.json b/domains/salsa.json deleted file mode 100644 index 79d5ae9f1..000000000 --- a/domains/salsa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "salsabilaananditaputri", - "email": "salsabilaananditaputri.5@gmail.com" - }, - "records": { - "CNAME": "salsabilaananditaputri.github.io" - } -} diff --git a/domains/sam-jspn.json b/domains/sam-jspn.json deleted file mode 100644 index 0972a31fa..000000000 --- a/domains/sam-jspn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Samuel-Jspn", - "email": "sam.josephine@outlook.fr", - "discord": "R3dL1ghty#2904" - }, - "records": { - "CNAME": "samuel-jspn.github.io" - } -} diff --git a/domains/samara.json b/domains/samara.json deleted file mode 100644 index 29f720708..000000000 --- a/domains/samara.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ssalggnikool", - "email": "sam4r16@gmail.com" - }, - "records": { - "CNAME": "ssalggnikool.github.io" - } -} diff --git a/domains/samarth-asthana.json b/domains/samarth-asthana.json deleted file mode 100644 index 22ea52061..000000000 --- a/domains/samarth-asthana.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "samarth-asthana", - "email": "samarthasthana110@gmail.com" - }, - "records": { - "CNAME": "samarth-asthana.github.io" - } -} diff --git a/domains/samatbk.json b/domains/samatbk.json deleted file mode 100644 index 6fe05953c..000000000 --- a/domains/samatbk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "samatbk", - "email": "samatbk@proton.me" - }, - "records": { - "CNAME": "samatbk.github.io" - } -} diff --git a/domains/sameera.json b/domains/sameera.json deleted file mode 100644 index 3c2d98734..000000000 --- a/domains/sameera.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "sameerasw", - "email": "sameera.whoami@gmail.com", - "twitter": "sameera_s_w" - }, - "records": { - "CNAME": "sameerasw.github.io" - } -} diff --git a/domains/samia-islam-sua.json b/domains/samia-islam-sua.json deleted file mode 100644 index 3708b6b14..000000000 --- a/domains/samia-islam-sua.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SamiaIslamSua", - "email": "SamiaIslamSua@gmail.com" - }, - "records": { - "CNAME": "samiaislamsua.github.io" - } -} diff --git a/domains/samirp.json b/domains/samirp.json deleted file mode 100644 index 378e6e04a..000000000 --- a/domains/samirp.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "SamirPaul1", - "email": "samirpaulb@gmail.com", - "twitter": "SamirPaulb" - }, - "records": { - "CNAME": "samirpaul1.github.io" - } -} diff --git a/domains/samo.json b/domains/samo.json deleted file mode 100644 index 3a3cc92ed..000000000 --- a/domains/samo.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "GodSamomen", - "email": "godsamomen@protonmail.com", - "twitter": "godsamomen" - }, - "records": { - "CNAME": "godsamomen.github.io" - } -} diff --git a/domains/samuel.json b/domains/samuel.json deleted file mode 100644 index 9d5d18593..000000000 --- a/domains/samuel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SISBEST", - "email": "samuel@samuelsharp.com" - }, - "records": { - "CNAME": "sisbest.github.io" - } -} diff --git a/domains/samuelnihbos.json b/domains/samuelnihbos.json deleted file mode 100644 index 8c8bbc63d..000000000 --- a/domains/samuelnihbos.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "samuelnihbos", - "email": "samuelnihbos@gnuweeb.org", - "twitter": "Samueeeeel6" - }, - "records": { - "CNAME": "samuelnihbos.github.io" - } -} diff --git a/domains/sanana.json b/domains/sanana.json deleted file mode 100644 index 051b825d3..000000000 --- a/domains/sanana.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "TheOddGarlic", - "email": "umutinanerdogan@pm.me", - "discord": "sanana the skenana#4025" - }, - "records": { - "CNAME": "theoddgarlic.github.io" - } -} diff --git a/domains/sanchay.json b/domains/sanchay.json deleted file mode 100644 index 61909ce7b..000000000 --- a/domains/sanchay.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sanchay9", - "email": "sanchaykumar9@gmail.com" - }, - "records": { - "CNAME": "sanchay9.github.io" - } -} diff --git a/domains/sandeepv.json b/domains/sandeepv.json deleted file mode 100644 index f4b9e96cc..000000000 --- a/domains/sandeepv.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Sandeep's personal website", - "owner": { - "username": "SandeepVattapparambil", - "email": "sandeepv68@gmail.com" - }, - "records": { - "CNAME": "sandeepvattapparambil.github.io" - } -} diff --git a/domains/sandro.json b/domains/sandro.json deleted file mode 100644 index 78b97701c..000000000 --- a/domains/sandro.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Diordnas", - "email": "alessandroeliot@gmail.com" - }, - "records": { - "CNAME": "diordnas.github.io" - } -} diff --git a/domains/sang.json b/domains/sang.json deleted file mode 100644 index becdfd9f0..000000000 --- a/domains/sang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chauvansang", - "email": "cvansang94@gmail.com" - }, - "records": { - "CNAME": "chauvansang.github.io" - } -} diff --git a/domains/sanjay123.json b/domains/sanjay123.json deleted file mode 100644 index 84d4bb85e..000000000 --- a/domains/sanjay123.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sanjay7178", - "discord": "783593841529585665" - }, - "records": { - "CNAME": "sanjay7178.github.io" - } -} diff --git a/domains/santhoshkani.json b/domains/santhoshkani.json deleted file mode 100644 index 36f73bd8f..000000000 --- a/domains/santhoshkani.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Santhosh Kani - Personal Github Page", - "owner": { - "username": "santhoshkani", - "email": "santhosh.kani@gmail.com" - }, - "records": { - "CNAME": "santhoshkani.github.io" - } -} diff --git a/domains/santiago.json b/domains/santiago.json deleted file mode 100644 index eda2f2169..000000000 --- a/domains/santiago.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "smpineda129", - "email": "smpineda129@gmail.com" - }, - "records": { - "CNAME": "smpineda129.github.io" - } -} diff --git a/domains/santito.json b/domains/santito.json deleted file mode 100644 index 78ed72183..000000000 --- a/domains/santito.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "San-tito", - "email": "devsantito@gmail.com" - }, - "records": { - "CNAME": "san-tito.github.io" - } -} diff --git a/domains/sappy.json b/domains/sappy.json deleted file mode 100644 index 3f64be8c0..000000000 --- a/domains/sappy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Slddev", - "email": "admin@sapinc.ga" - }, - "records": { - "CNAME": "slddev.github.io" - } -} diff --git a/domains/saras008.json b/domains/saras008.json deleted file mode 100644 index 1fc9bcf60..000000000 --- a/domains/saras008.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "saras008", - "email": "simatupang2000@gmail.com" - }, - "records": { - "CNAME": "saras008.github.io" - } -} diff --git a/domains/sarthak.json b/domains/sarthak.json deleted file mode 100644 index 097563c65..000000000 --- a/domains/sarthak.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "dubey0613", - "email": "dubey.sarthak0613@gmail.com", - "discord": "877525618525364295" - }, - "records": { - "CNAME": "dubey0613.github.io" - } -} diff --git a/domains/saswatsamal.json b/domains/saswatsamal.json deleted file mode 100644 index 1049373f9..000000000 --- a/domains/saswatsamal.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "saswatsamal", - "email": "samalsaswat0@gmail.com", - "twitter": "TweetSaswat" - }, - "records": { - "CNAME": "saswatsamal.github.io" - } -} diff --git a/domains/sathish.json b/domains/sathish.json deleted file mode 100644 index fbcf43b07..000000000 --- a/domains/sathish.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Muppidathi-sys", - "email": "muppidathi00@gmail.com" - }, - "records": { - "CNAME": "muppidathi-sys.github.io" - } -} diff --git a/domains/satvikg7.json b/domains/satvikg7.json deleted file mode 100644 index 9cf62c992..000000000 --- a/domains/satvikg7.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "satvikg7", - "email": "satvikg7@pm.me" - }, - "records": { - "CNAME": "satvikg7.github.io" - } -} diff --git a/domains/satyamv7.json b/domains/satyamv7.json deleted file mode 100644 index 890db4f2b..000000000 --- a/domains/satyamv7.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SatyamV7", - "email": "satyamverma46@outlook.com" - }, - "records": { - "CNAME": "satyamv7.github.io" - } -} diff --git a/domains/savio.json b/domains/savio.json deleted file mode 100644 index 48d51239d..000000000 --- a/domains/savio.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "saviomartin", - "email": "saviomartin2020@gmail.com" - }, - "records": { - "CNAME": "saviomartin.github.io" - } -} diff --git a/domains/saviomartin.json b/domains/saviomartin.json deleted file mode 100644 index 14a4b0718..000000000 --- a/domains/saviomartin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "martinthampi", - "email": "martinthampi@gmail.com" - }, - "records": { - "CNAME": "martinthampi.github.io" - } -} diff --git a/domains/sayolight.json b/domains/sayolight.json deleted file mode 100644 index cf7d31a17..000000000 --- a/domains/sayolight.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sayolight", - "email": "kagerouls016@gmail.com" - }, - "records": { - "CNAME": "sayolight.github.io" - } -} diff --git a/domains/sdizdarevic.json b/domains/sdizdarevic.json deleted file mode 100644 index 646d3ce94..000000000 --- a/domains/sdizdarevic.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sdizdarevic", - "email": "saudin.dizdarevic@gmail.com" - }, - "records": { - "CNAME": "sdizdarevic.github.io" - } -} diff --git a/domains/sdxqw.json b/domains/sdxqw.json deleted file mode 100644 index 2a7be8c6d..000000000 --- a/domains/sdxqw.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sdxqw", - "email": "xntrowdev@gmail.com" - }, - "records": { - "CNAME": "sdxqw.github.io" - } -} diff --git a/domains/sebastiand.json b/domains/sebastiand.json deleted file mode 100644 index f77ec3519..000000000 --- a/domains/sebastiand.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sebastiandg7", - "discord": "208368273086087170" - }, - "records": { - "CNAME": "sebastiandg7.github.io" - } -} diff --git a/domains/sebaz.json b/domains/sebaz.json deleted file mode 100644 index b619d6f86..000000000 --- a/domains/sebaz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "my website link", - "owner": { - "username": "iSebazz", - "email": "iSebazz@outlook.es" - }, - "records": { - "CNAME": "usebazz.github.io" - } -} diff --git a/domains/seka.json b/domains/seka.json deleted file mode 100644 index b60fc824b..000000000 --- a/domains/seka.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "lutherantz", - "email": "sekausername@gmail.com", - "twitter": "sekateur_" - }, - "records": { - "CNAME": "lutherantz.github.io" - } -} diff --git a/domains/sen.json b/domains/sen.json deleted file mode 100644 index 2ed8a9d4c..000000000 --- a/domains/sen.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Leclu", - "email": "minsnow1889@gmail.com" - }, - "records": { - "CNAME": "leclu.github.io" - } -} diff --git a/domains/seppegeuens.json b/domains/seppegeuens.json deleted file mode 100644 index 77339613d..000000000 --- a/domains/seppegeuens.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SeppeG", - "email": "geuensseppe@gmail.com" - }, - "records": { - "CNAME": "seppeg.github.io" - } -} diff --git a/domains/serena.json b/domains/serena.json deleted file mode 100644 index 8b367d3e3..000000000 --- a/domains/serena.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Serena's Website", - "owner": { - "username": "Serena-io", - "discord": "Serena#1165" - }, - "records": { - "CNAME": "serena-io.github.io" - } -} diff --git a/domains/sezersinanoglu.json b/domains/sezersinanoglu.json deleted file mode 100644 index a0a198b21..000000000 --- a/domains/sezersinanoglu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sezersinanoglu", - "email": "sezersinanoglu@gmail.com" - }, - "records": { - "CNAME": "sezersinanoglu.github.io" - } -} diff --git a/domains/sf.json b/domains/sf.json deleted file mode 100644 index f437d93ca..000000000 --- a/domains/sf.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "XikiZxGS", - "discord": "1015654462334971925" - }, - "records": { - "CNAME": "xikizxgs.github.io" - } -} diff --git a/domains/sh9351.json b/domains/sh9351.json deleted file mode 100644 index f628d930f..000000000 --- a/domains/sh9351.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sh9351", - "email": "perfect2315shlim@gmail.com" - }, - "records": { - "CNAME": "sh9351.github.io" - } -} diff --git a/domains/shafi.json b/domains/shafi.json deleted file mode 100644 index 7b8169afe..000000000 --- a/domains/shafi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Xshafi", - "email": "AkramSanghar10@gmail.com" - }, - "records": { - "CNAME": "xshafi.github.io" - } -} diff --git a/domains/shafi100.json b/domains/shafi100.json deleted file mode 100644 index cc62eadf7..000000000 --- a/domains/shafi100.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "shafi100", - "email": "pro.shafi.12@gmail.com", - "twitter": "bd_shafi" - }, - "records": { - "CNAME": "shafi100.github.io" - } -} diff --git a/domains/shahab.json b/domains/shahab.json deleted file mode 100644 index 9afdca181..000000000 --- a/domains/shahab.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "shahab-xd", - "email": "0xshahab@proton.me" - }, - "records": { - "CNAME": "shahab-xd.github.io" - } -} diff --git a/domains/shajanjp.json b/domains/shajanjp.json deleted file mode 100644 index c0065df81..000000000 --- a/domains/shajanjp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "shajanjp", - "email": "shajanjp@gmail.com" - }, - "records": { - "CNAME": "shajanjp.github.io" - } -} diff --git a/domains/shakib04.json b/domains/shakib04.json deleted file mode 100644 index 1d1a173d5..000000000 --- a/domains/shakib04.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "shakib04", - "email": "shakib.joy@gmail.com" - }, - "records": { - "CNAME": "shakib04.github.io" - } -} diff --git a/domains/shambhavi.json b/domains/shambhavi.json deleted file mode 100644 index bb3ffc8d1..000000000 --- a/domains/shambhavi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ShambhaviCodes", - "email": "shambhavimishra26@gmail.com" - }, - "records": { - "CNAME": "shambhavicodes.github.io" - } -} diff --git a/domains/shambhavisinha.json b/domains/shambhavisinha.json deleted file mode 100644 index e554f3783..000000000 --- a/domains/shambhavisinha.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "shim-sham", - "discord": "731861620833386506" - }, - "records": { - "CNAME": "shim-sham.github.io" - } -} diff --git a/domains/shane.json b/domains/shane.json deleted file mode 100644 index fbeb96255..000000000 --- a/domains/shane.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Vandesm14", - "email": "vandesm14@gmail.com" - }, - "records": { - "CNAME": "vandesm14.github.io" - } -} diff --git a/domains/sharifclick.json b/domains/sharifclick.json deleted file mode 100644 index 421d9b8a8..000000000 --- a/domains/sharifclick.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sharifclick", - "email": "me.sharifahmed@gmail.com" - }, - "records": { - "CNAME": "sharifclick.github.io" - } -} diff --git a/domains/shashankag.json b/domains/shashankag.json deleted file mode 100644 index 4285ad8b0..000000000 --- a/domains/shashankag.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ershashankgit", - "email": "contact@shashank.my.id" - }, - "records": { - "CNAME": "ershashankgit.github.io" - } -} diff --git a/domains/shatanik.json b/domains/shatanik.json deleted file mode 100644 index 2b6a4bd35..000000000 --- a/domains/shatanik.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Shatanik's Developer Portfolio", - "owner": { - "username": "shatanikmahanty", - "email": "shatanikmahanty@gmail.com" - }, - "records": { - "CNAME": "shatanikmahanty.github.io" - } -} diff --git a/domains/she.json b/domains/she.json deleted file mode 100644 index fadaac0a4..000000000 --- a/domains/she.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yuzhigang33", - "email": "yuzhigang33@gmail.com" - }, - "records": { - "CNAME": "yuzhigang33.github.io" - } -} diff --git a/domains/shibiliya.json b/domains/shibiliya.json deleted file mode 100644 index a8c758568..000000000 --- a/domains/shibiliya.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Shibiliya's personal developer website", - "owner": { - "username": "duaboola", - "email": "ismailshibiliya@gmail.com" - }, - "records": { - "CNAME": "duaboola.github.io" - } -} diff --git a/domains/shift.json b/domains/shift.json deleted file mode 100644 index 00a2bb66b..000000000 --- a/domains/shift.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mkshift", - "email": "mkshift@tuta.io" - }, - "records": { - "CNAME": "mkshift.github.io" - } -} diff --git a/domains/shikharreyya.json b/domains/shikharreyya.json deleted file mode 100644 index 74111eb80..000000000 --- a/domains/shikharreyya.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Poseidon0070", - "email": "criticalxsynergy@gmail.com", - "twitter": "Voldemort_7585" - }, - "records": { - "CNAME": "poseidon0070.github.io" - } -} diff --git a/domains/shyran.json b/domains/shyran.json deleted file mode 100644 index 23d4c65d4..000000000 --- a/domains/shyran.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sshyran", - "email": "s.shyran@gmail.com" - }, - "records": { - "CNAME": "shyran.github.io" - } -} diff --git a/domains/sidd.json b/domains/sidd.json deleted file mode 100644 index 94c0d8ec1..000000000 --- a/domains/sidd.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/sidx04/sidx04.github.io", - "owner": { - "username": "sidx04", - "email": "siddpal04@gmail.com" - }, - "records": { - "CNAME": "sidx04.github.io" - } -} diff --git a/domains/sidmaji.json b/domains/sidmaji.json deleted file mode 100644 index 54df5e7ec..000000000 --- a/domains/sidmaji.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "sidmaji", - "email": "somebodyimportant0@gmail.com", - "twitter": "SomebodyImport5" - }, - "records": { - "CNAME": "sidmaji.github.io" - } -} diff --git a/domains/siful.json b/domains/siful.json deleted file mode 100644 index fa5b53901..000000000 --- a/domains/siful.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sifulbd", - "email": "sifulweb@gmail.com" - }, - "records": { - "CNAME": "sifulbd.github.io" - } -} diff --git a/domains/silva.json b/domains/silva.json deleted file mode 100644 index ee94567b0..000000000 --- a/domains/silva.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SilvaTechB", - "email": "momanyi.2913@gmail.com" - }, - "records": { - "CNAME": "silvatechb.github.io" - } -} diff --git a/domains/simon.json b/domains/simon.json deleted file mode 100644 index 84480bde9..000000000 --- a/domains/simon.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ssimondev", - "email": "simi.simecek@seznam.cz" - }, - "records": { - "CNAME": "ssimondev.github.io" - } -} diff --git a/domains/siow-kai-yang.json b/domains/siow-kai-yang.json deleted file mode 100644 index 17d40dd16..000000000 --- a/domains/siow-kai-yang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yeetus-maximus", - "email": "siowkaiyang@protonmail.com" - }, - "records": { - "CNAME": "yeetus-maximus.github.io" - } -} diff --git a/domains/sirmacr0.json b/domains/sirmacr0.json deleted file mode 100644 index e082842b9..000000000 --- a/domains/sirmacr0.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SirMacr0", - "email": "tunagunduz03@gmail.com" - }, - "records": { - "CNAME": "sirmacr0.github.io" - } -} diff --git a/domains/sirsimonson.json b/domains/sirsimonson.json deleted file mode 100644 index d23cb9f17..000000000 --- a/domains/sirsimonson.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "S!ck S1m0n's Spaßgarten mit Spielwiese und Geräteschuppen", - "owner": { - "username": "sirsimonson", - "email": "srsmnsn@gmail.com" - }, - "records": { - "CNAME": "sirsimonson.github.io" - } -} diff --git a/domains/skierka.json b/domains/skierka.json deleted file mode 100644 index 77c5ed1f5..000000000 --- a/domains/skierka.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "skierkcity", - "email": "jacobskierka@outlook.com" - }, - "records": { - "CNAME": "skierkcity.github.io" - } -} diff --git a/domains/skittles.json b/domains/skittles.json deleted file mode 100644 index 05599c048..000000000 --- a/domains/skittles.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "BlenderDuck", - "email": "blenderduck@duck.com" - }, - "records": { - "CNAME": "blenderduck.github.io" - } -} diff --git a/domains/skullfiredevil.json b/domains/skullfiredevil.json deleted file mode 100644 index 98af0b9d8..000000000 --- a/domains/skullfiredevil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Skullfiredevil", - "email": "jotipinto@gmail.com" - }, - "records": { - "CNAME": "skullfiredevil.github.io" - } -} diff --git a/domains/sky-bridge.json b/domains/sky-bridge.json deleted file mode 100644 index 67480139e..000000000 --- a/domains/sky-bridge.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "levisurely", - "email": "jr1264464@gmail.com" - }, - "records": { - "CNAME": "levisurely.github.io" - } -} diff --git a/domains/skydonald.json b/domains/skydonald.json deleted file mode 100644 index 075f47fe0..000000000 --- a/domains/skydonald.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SkyDonald", - "email": "skydonald.dev@gmail.com" - }, - "records": { - "CNAME": "skydonald.github.io" - } -} diff --git a/domains/slavicman.json b/domains/slavicman.json deleted file mode 100644 index 7a858e323..000000000 --- a/domains/slavicman.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SlavicMan", - "email": "kizz4114@yahoo.com" - }, - "records": { - "CNAME": "slavicman.github.io" - } -} diff --git a/domains/slow.json b/domains/slow.json deleted file mode 100644 index 143e8944b..000000000 --- a/domains/slow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "slowwdev", - "email": "slowdev14@gmail.com" - }, - "records": { - "CNAME": "slowwdev.github.io" - } -} diff --git a/domains/smitty119.json b/domains/smitty119.json deleted file mode 100644 index 00964d215..000000000 --- a/domains/smitty119.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "smitty119", - "email": "smittykjohnson@gmail.com" - }, - "records": { - "CNAME": "smitty119.github.io" - } -} diff --git a/domains/smittykjohnson.json b/domains/smittykjohnson.json deleted file mode 100644 index 00964d215..000000000 --- a/domains/smittykjohnson.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "smitty119", - "email": "smittykjohnson@gmail.com" - }, - "records": { - "CNAME": "smitty119.github.io" - } -} diff --git a/domains/smug.json b/domains/smug.json deleted file mode 100644 index 34ce3f412..000000000 --- a/domains/smug.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "itsf1ckingsmugg", - "email": "smugwhy420p@outlook.com" - }, - "records": { - "CNAME": "itsf1ckingsmugg.github.io" - } -} diff --git a/domains/snake.json b/domains/snake.json deleted file mode 100644 index 86c455159..000000000 --- a/domains/snake.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zarqizoubir", - "email": "zarqi.ezzoubair@etu.uae.ac.ma" - }, - "records": { - "CNAME": "zarqizoubir.github.io" - } -} diff --git a/domains/snowcatridge10.json b/domains/snowcatridge10.json deleted file mode 100644 index dba55ff83..000000000 --- a/domains/snowcatridge10.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "snowcatridge10", - "email": "akreamer@pm.me" - }, - "records": { - "CNAME": "snowcatridge10.github.io" - } -} diff --git a/domains/snozxyx.json b/domains/snozxyx.json deleted file mode 100644 index 43650d0de..000000000 --- a/domains/snozxyx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Snozxyx", - "email": "gabhastikumar@gmail.com" - }, - "records": { - "CNAME": "snozxyx.github.io" - } -} diff --git a/domains/soestin.json b/domains/soestin.json deleted file mode 100644 index 58b329d23..000000000 --- a/domains/soestin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "soestin", - "discord": "769813729599553567" - }, - "records": { - "CNAME": "soestin.github.io" - } -} diff --git a/domains/solareclipse995.json b/domains/solareclipse995.json deleted file mode 100644 index 4113f049d..000000000 --- a/domains/solareclipse995.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "solareclipse995", - "email": "solareclipse995@outlook.com" - }, - "records": { - "CNAME": "solareclipse995.github.io" - } -} diff --git a/domains/someone.json b/domains/someone.json deleted file mode 100644 index 6f7429415..000000000 --- a/domains/someone.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ow0x", - "email": "studiouifxdesignersandcoders@gmail.com" - }, - "records": { - "CNAME": "ow0x.github.io" - } -} diff --git a/domains/soraishiro.json b/domains/soraishiro.json deleted file mode 100644 index 0a82422ee..000000000 --- a/domains/soraishiro.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "Soraishiro" - }, - "records": { - "CNAME": "soraishiro.github.io" - } -} diff --git a/domains/soumya-das.json b/domains/soumya-das.json deleted file mode 100644 index 0fe22cacc..000000000 --- a/domains/soumya-das.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "soumyah-das" - }, - "records": { - "CNAME": "soumyah-das.github.io" - } -} diff --git a/domains/sourabh.json b/domains/sourabh.json deleted file mode 100644 index 7274e2397..000000000 --- a/domains/sourabh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "YadavSourabhGH", - "email": "yadav.sourabh9012@gmail.com" - }, - "records": { - "CNAME": "yadavsourabhgh.github.io" - } -} diff --git a/domains/sourav-parida.json b/domains/sourav-parida.json deleted file mode 100644 index a7a94c514..000000000 --- a/domains/sourav-parida.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sourav-Parida", - "email": "souravparida170@gmail.com" - }, - "records": { - "CNAME": "sourav-parida.github.io" - } -} diff --git a/domains/sourav.json b/domains/sourav.json deleted file mode 100644 index f71f0cb22..000000000 --- a/domains/sourav.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "itzsouravkumar", - "discord": "itz_sour4v" - }, - "records": { - "CNAME": "itzsouravkumar.github.io" - } -} diff --git a/domains/sourov-khan-nahid.json b/domains/sourov-khan-nahid.json deleted file mode 100644 index be0d657b6..000000000 --- a/domains/sourov-khan-nahid.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SOUROVKHANNAHID", - "email": "SourovKhanNahid@gmail.com" - }, - "records": { - "CNAME": "sourovkhannahid.github.io" - } -} diff --git a/domains/sowmik.json b/domains/sowmik.json deleted file mode 100644 index 09acab239..000000000 --- a/domains/sowmik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sowmiksudo", - "email": "Xowmik@gmail.com" - }, - "records": { - "CNAME": "sowmiksudo.github.io" - } -} diff --git a/domains/soymadip.json b/domains/soymadip.json deleted file mode 100644 index d9bf182e2..000000000 --- a/domains/soymadip.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "soymadip", - "email": "soumadip@zohomail.in" - }, - "records": { - "CNAME": "soymadip.github.io" - } -} diff --git a/domains/spechide.json b/domains/spechide.json deleted file mode 100644 index ffc02e236..000000000 --- a/domains/spechide.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SpEcHiDe", - "twitter": "SpEcHiDe" - }, - "records": { - "CNAME": "spechide.github.io" - } -} diff --git a/domains/spicyaxolotl.json b/domains/spicyaxolotl.json deleted file mode 100644 index bf3e18b8b..000000000 --- a/domains/spicyaxolotl.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Spicy-Axolotl", - "discord": "Axolotl (mycoolface256)#4736" - }, - "records": { - "CNAME": "spicy-axolotl.github.io" - } -} diff --git a/domains/splatboy-dev.json b/domains/splatboy-dev.json deleted file mode 100644 index 1c2e1553f..000000000 --- a/domains/splatboy-dev.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "splatboy20081", - "email": "nu@ll.com", - "twitter": "null" - }, - "records": { - "CNAME": "splatboy20081.github.io" - } -} diff --git a/domains/spongly.json b/domains/spongly.json deleted file mode 100644 index fa798f327..000000000 --- a/domains/spongly.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "spongly", - "email": "mail.spongly@gmail.com" - }, - "records": { - "CNAME": "spongly.github.io" - } -} diff --git a/domains/sppidy.json b/domains/sppidy.json deleted file mode 100644 index ed211a7a4..000000000 --- a/domains/sppidy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sppidy", - "email": "ramshourieshr@gmail.com" - }, - "records": { - "CNAME": "sppidy.github.io" - } -} diff --git a/domains/spud.json b/domains/spud.json deleted file mode 100644 index fc65145c3..000000000 --- a/domains/spud.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mrpotato30", - "email": "fahrelrizal08@gmail.com" - }, - "records": { - "CNAME": "mrpotato30.github.io" - } -} diff --git a/domains/srp.json b/domains/srp.json deleted file mode 100644 index 8a9de0515..000000000 --- a/domains/srp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SwaroopSRP", - "email": "srp31.swaroop@gmail.com" - }, - "records": { - "CNAME": "swaroopsrp.github.io" - } -} diff --git a/domains/steake.json b/domains/steake.json deleted file mode 100644 index b0ce089ef..000000000 --- a/domains/steake.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "steake", - "email": "ollie.steake@gmail.com", - "twitter": "officialELTCOIN" - }, - "records": { - "CNAME": "steake.github.io" - } -} diff --git a/domains/steven.json b/domains/steven.json deleted file mode 100644 index 01842e27d..000000000 --- a/domains/steven.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "StevenRonnyFrohlich", - "email": "steve.r.frohlich@gmail.com" - }, - "records": { - "CNAME": "stevenronnyfrohlich.github.io" - } -} diff --git a/domains/stkong.json b/domains/stkong.json deleted file mode 100644 index 251a88cad..000000000 --- a/domains/stkong.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "congltk1234", - "email": "suwuanxan@gmail.com", - "linkedin": "https://www.linkedin.com/in/suthanhcong" - }, - "records": { - "CNAME": "congltk1234.github.io" - } -} diff --git a/domains/stoltz.json b/domains/stoltz.json deleted file mode 100644 index 2123a89d3..000000000 --- a/domains/stoltz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "stoltz-dev", - "email": "rafaelbraun5@hotmail.com" - }, - "repo": "https://github.com/stoltz-dev/stoltz-dev.github.io", - "records": { - "CNAME": "stoltz-dev.github.io" - } -} diff --git a/domains/strafe.json b/domains/strafe.json deleted file mode 100644 index aec8cd4d6..000000000 --- a/domains/strafe.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "StrafeCode", - "email": "strafecode@gmail.com", - "discord": "931243168630972516" - }, - "records": { - "CNAME": "strafecode.github.io" - } -} diff --git a/domains/strider-studios.json b/domains/strider-studios.json deleted file mode 100644 index fae30c37e..000000000 --- a/domains/strider-studios.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "TheRealStrider", - "email": "starwars3805@gmail.com" - }, - "records": { - "CNAME": "therealstrider.github.io" - } -} diff --git a/domains/string-null.json b/domains/string-null.json deleted file mode 100644 index e18f5478d..000000000 --- a/domains/string-null.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "string-null", - "email": "biel.f.r.bfr@gmail.com", - "twitter": "HdNenu" - }, - "records": { - "CNAME": "string-null.github.io" - } -} diff --git a/domains/subhayu.json b/domains/subhayu.json deleted file mode 100644 index c98b0179f..000000000 --- a/domains/subhayu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "subhayu99", - "email": "balasubhayu99@gmail.com" - }, - "records": { - "CNAME": "subhayu99.github.io" - } -} diff --git a/domains/sudev.json b/domains/sudev.json deleted file mode 100644 index d1ad71baa..000000000 --- a/domains/sudev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gamegods3", - "email": "sudevssuresh@gmail.com" - }, - "records": { - "CNAME": "gamegods3.github.io" - } -} diff --git a/domains/sudip.json b/domains/sudip.json deleted file mode 100644 index dd0e43d25..000000000 --- a/domains/sudip.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "sudipkundu999", - "email": "sudipkundu999@gmail.com", - "twitter": "sudipkundu999" - }, - "records": { - "CNAME": "sudipkundu999.github.io" - } -} diff --git a/domains/suhasdissa.json b/domains/suhasdissa.json deleted file mode 100644 index 54e0f21f4..000000000 --- a/domains/suhasdissa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SuhasDissa", - "email": "suhasdissa@protonmail.com" - }, - "records": { - "CNAME": "suhasdissa.github.io" - } -} diff --git a/domains/sumanjay.json b/domains/sumanjay.json deleted file mode 100644 index 616085f3a..000000000 --- a/domains/sumanjay.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/cyberboysumanjay/cyberboysumanjay.github.io", - "owner": { - "username": "cyberboysumanjay", - "email": "sumanjay@duck.com" - }, - "records": { - "CNAME": "cyberboysumanjay.github.io" - } -} diff --git a/domains/sumedhaa.json b/domains/sumedhaa.json deleted file mode 100644 index a66b41303..000000000 --- a/domains/sumedhaa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "misticorion", - "email": "mistic.orion@gmail.com" - }, - "records": { - "CNAME": "misticorion.github.io" - } -} diff --git a/domains/sumit.json b/domains/sumit.json deleted file mode 100644 index c2a704d2d..000000000 --- a/domains/sumit.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "isumitjha", - "email": "7sumitjha@gmail.com" - }, - "records": { - "CNAME": "isumitjha.github.io" - } -} diff --git a/domains/sumit404.json b/domains/sumit404.json deleted file mode 100644 index fd74ad534..000000000 --- a/domains/sumit404.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SumitRajak404", - "email": "rajaksummit9@gmail.com" - }, - "records": { - "CNAME": "sumitrajak404.github.io" - } -} diff --git a/domains/sunpodder.json b/domains/sunpodder.json deleted file mode 100644 index 089e37373..000000000 --- a/domains/sunpodder.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SunPodder", - "discord": "sunpodder" - }, - "records": { - "CNAME": "sunpodder.github.io" - } -} diff --git a/domains/surv.json b/domains/surv.json deleted file mode 100644 index aa07239f7..000000000 --- a/domains/surv.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yuri-kiss", - "email": "a_2oo@outlook.com" - }, - "records": { - "CNAME": "surv-is-a-dev.github.io" - } -} diff --git a/domains/suryababu.json b/domains/suryababu.json deleted file mode 100644 index e8fe7b870..000000000 --- a/domains/suryababu.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Landing page for suryababu.is-a.dev", - "owner": { - "username": "suryababu", - "email": "suryababu.k.s@gmail.com" - }, - "records": { - "CNAME": "suryababus.github.io" - } -} diff --git a/domains/sutirth.json b/domains/sutirth.json deleted file mode 100644 index ec2c9c414..000000000 --- a/domains/sutirth.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ricksr", - "email": "sutirtharej@gmail.com" - }, - "records": { - "CNAME": "ricksr.github.io" - } -} diff --git a/domains/svg.json b/domains/svg.json deleted file mode 100644 index 5d2a2d7ca..000000000 --- a/domains/svg.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "svg-rs", - "email": "kimmkayy8@proton.me" - }, - "records": { - "CNAME": "svg-rs.github.io" - } -} diff --git a/domains/svijithprasad.json b/domains/svijithprasad.json deleted file mode 100644 index ff079c491..000000000 --- a/domains/svijithprasad.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "svijithprasad", - "discord": "694159447790059521" - }, - "records": { - "CNAME": "svijithprasad.github.io" - } -} diff --git a/domains/svloog.json b/domains/svloog.json deleted file mode 100644 index 89e5337b4..000000000 --- a/domains/svloog.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "slvoog", - "email": "svloogz@gmail.com", - "twitter": "svloogz" - }, - "records": { - "CNAME": "slvoog.github.io" - } -} diff --git a/domains/swapnil.json b/domains/swapnil.json deleted file mode 100644 index cd0e23800..000000000 --- a/domains/swapnil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SwapnilChand", - "email": "swapnilchand51@gmail.com" - }, - "records": { - "CNAME": "swapnilchand.github.io" - } -} diff --git a/domains/swargarajbhowmik.json b/domains/swargarajbhowmik.json deleted file mode 100644 index cc1148289..000000000 --- a/domains/swargarajbhowmik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "swargarajbhowmik", - "email": "swargaraj66@gmail.com" - }, - "records": { - "CNAME": "swargarajbhowmik.github.io" - } -} diff --git a/domains/swenet.json b/domains/swenet.json deleted file mode 100644 index 9ea5c7cbf..000000000 --- a/domains/swenet.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "sweneet", - "email": "swenetbabapro@gmail.com", - "twitter": "tiltedswenet" - }, - "records": { - "CNAME": "sweneet.github.io" - } -} diff --git a/domains/sxurxbh.json b/domains/sxurxbh.json deleted file mode 100644 index 21723d163..000000000 --- a/domains/sxurxbh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sxurabh", - "email": "saurabhkirve@gmail.com" - }, - "records": { - "CNAME": "sxurabh.github.io" - } -} diff --git a/domains/sxvr.json b/domains/sxvr.json deleted file mode 100644 index 20bb9a87d..000000000 --- a/domains/sxvr.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "skaar513", - "email": "skaar513@gmail.com" - }, - "records": { - "CNAME": "skaar513.github.io" - } -} diff --git a/domains/syd.json b/domains/syd.json deleted file mode 100644 index 277db037d..000000000 --- a/domains/syd.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bububa", - "email": "prof.syd.xu@gmail.com" - }, - "records": { - "CNAME": "bububa.github.io" - } -} diff --git a/domains/syed.json b/domains/syed.json deleted file mode 100644 index f45c57751..000000000 --- a/domains/syed.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SyedAhkam", - "email": "smahkam57@gmail.com" - }, - "records": { - "CNAME": "syedahkam.github.io" - } -} diff --git a/domains/sylestic.json b/domains/sylestic.json deleted file mode 100644 index e4923ffca..000000000 --- a/domains/sylestic.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sylestic", - "discord": "Sylestic#4231" - }, - "records": { - "CNAME": "sylestic.github.io" - } -} diff --git a/domains/synacktra.json b/domains/synacktra.json deleted file mode 100644 index ffc90f945..000000000 --- a/domains/synacktra.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "synacktraa", - "email": "synacktra.work@gmail.com" - }, - "records": { - "CNAME": "synacktraa.github.io" - } -} diff --git a/domains/syntz.json b/domains/syntz.json deleted file mode 100644 index 2a89bc373..000000000 --- a/domains/syntz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "syntz-dev", - "email": "rafaelbraun5@hotmail.com" - }, - "repo": "https://github.com/syntz-dev/syntz-dev.github.io", - "records": { - "CNAME": "syntz-dev.github.io" - } -} diff --git a/domains/taha2002.json b/domains/taha2002.json deleted file mode 100644 index 806fcce54..000000000 --- a/domains/taha2002.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "taha2002", - "email": "bouras1920@gmail.com" - }, - "records": { - "CNAME": "taha2002.github.io" - } -} diff --git a/domains/tahakocabuga.json b/domains/tahakocabuga.json deleted file mode 100644 index 3cd7566cb..000000000 --- a/domains/tahakocabuga.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "tahakocabuga", - "email": "tahakocabuga@gmail.com", - "twitter": "tahakocabuga" - }, - "records": { - "CNAME": "tahakocabuga.github.io" - } -} diff --git a/domains/takase.json b/domains/takase.json deleted file mode 100644 index 949f0c521..000000000 --- a/domains/takase.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "takase1121", - "email": "takase1121@proton.me" - }, - "records": { - "CNAME": "takase1121.github.io" - } -} diff --git a/domains/tanquang.json b/domains/tanquang.json deleted file mode 100644 index 3b8621cf8..000000000 --- a/domains/tanquang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "quangnlt", - "email": "tanquang2k3@gmail.com" - }, - "records": { - "CNAME": "quangnlt.github.io" - } -} diff --git a/domains/tanyalai.json b/domains/tanyalai.json deleted file mode 100644 index 9b8a291b7..000000000 --- a/domains/tanyalai.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "tanyalai", - "email": "tanyalai@outlook.com", - "twitter": "TanyaLai23" - }, - "records": { - "CNAME": "tanyalai.github.io" - } -} diff --git a/domains/tasawar-hussain.json b/domains/tasawar-hussain.json deleted file mode 100644 index 584213d22..000000000 --- a/domains/tasawar-hussain.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tasawar-hussain", - "email": "me.tasawarhussain@gmail.com" - }, - "records": { - "CNAME": "tasawar-hussain.github.io" - } -} diff --git a/domains/tclement0922.json b/domains/tclement0922.json deleted file mode 100644 index aaaa9c3ea..000000000 --- a/domains/tclement0922.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tclement0922", - "email": "dev.tclement0922@gmail.com" - }, - "records": { - "CNAME": "tclement0922.github.io" - } -} diff --git a/domains/td.json b/domains/td.json deleted file mode 100644 index bbc87dad3..000000000 --- a/domains/td.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Hima-Pro", - "email": "pnpop01027066161@gmail.com" - }, - "records": { - "CNAME": "hima-pro.github.io" - } -} diff --git a/domains/tdim.json b/domains/tdim.json deleted file mode 100644 index bbc87dad3..000000000 --- a/domains/tdim.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Hima-Pro", - "email": "pnpop01027066161@gmail.com" - }, - "records": { - "CNAME": "hima-pro.github.io" - } -} diff --git a/domains/tdm.json b/domains/tdm.json deleted file mode 100644 index a8202eacd..000000000 --- a/domains/tdm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "LolTDMMMOs", - "email": "paymentstdm@gmail.com" - }, - "records": { - "CNAME": "loltdmmmos.github.io" - } -} diff --git a/domains/techstarmahesh.json b/domains/techstarmahesh.json deleted file mode 100644 index 8b141b25d..000000000 --- a/domains/techstarmahesh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "TechstarMahesh", - "email": "mistermaheshsharma@gmail.com" - }, - "records": { - "CNAME": "techstarmahesh.github.io" - } -} diff --git a/domains/teobouvard.json b/domains/teobouvard.json deleted file mode 100644 index 1dc2fd733..000000000 --- a/domains/teobouvard.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "teobouvard" - }, - "records": { - "CNAME": "teobouvard.github.io" - } -} diff --git a/domains/thakuraman.json b/domains/thakuraman.json deleted file mode 100644 index 467676fdd..000000000 --- a/domains/thakuraman.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "aman7thakurr", - "email": "amant8425@gmail.com", - "discord": "523813766295715851" - }, - "records": { - "CNAME": "aman7thakurr.github.io" - } -} diff --git a/domains/thanawat.json b/domains/thanawat.json deleted file mode 100644 index 76d87c2cd..000000000 --- a/domains/thanawat.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Thanawatttt", - "email": "tanawattawillha@gmail.com", - "discord": "803249368533696512" - }, - "records": { - "CNAME": "thanawatttt.github.io" - } -} diff --git a/domains/thanbv1510.json b/domains/thanbv1510.json deleted file mode 100644 index d900a1b1b..000000000 --- a/domains/thanbv1510.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "thanbv1510", - "email": "thanbv1510@gmail.com", - "twitter": "thanbv1510" - }, - "records": { - "CNAME": "thanbv1510.github.io" - } -} diff --git a/domains/thecommandcat.json b/domains/thecommandcat.json deleted file mode 100644 index f21b49f91..000000000 --- a/domains/thecommandcat.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/TheCommandCat/TheCommandCat.github.io", - "owner": { - "username": "TheCommandCat", - "email": "bhrtkhvji@gmail.com" - }, - "records": { - "CNAME": "thecommandcat.github.io" - } -} diff --git a/domains/thegloriousduck.json b/domains/thegloriousduck.json deleted file mode 100644 index f3bfe10c6..000000000 --- a/domains/thegloriousduck.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "TheGloriousDuck", - "email": "thegloriousduck@protonmail.com" - }, - "records": { - "CNAME": "thegloriousduck.github.io" - } -} diff --git a/domains/thepersonalsite.json b/domains/thepersonalsite.json deleted file mode 100644 index ddfbd6dc9..000000000 --- a/domains/thepersonalsite.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "JesseHoekema", - "email": "jessehoekema@icloud.com" - }, - "records": { - "CNAME": "jessehoekema.github.io" - } -} diff --git a/domains/thequackyduck.json b/domains/thequackyduck.json deleted file mode 100644 index 8d776e9dc..000000000 --- a/domains/thequackyduck.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "thequackyduck", - "email": "zcodezt@gmail.com" - }, - "records": { - "CNAME": "thequackyduck.github.io" - } -} diff --git a/domains/thesanju.json b/domains/thesanju.json deleted file mode 100644 index 9c67fc7a6..000000000 --- a/domains/thesanju.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "thesanju", - "email": "sanjayjr1official@gmail.com", - "twitter": "Sanjay69__" - }, - "records": { - "CNAME": "thesanju.github.io" - } -} diff --git a/domains/thesct22.json b/domains/thesct22.json deleted file mode 100644 index 538fd8836..000000000 --- a/domains/thesct22.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "thesct22", - "email": "sharathct22@gmail.com" - }, - "records": { - "CNAME": "thesct22.github.io" - } -} diff --git a/domains/thesonofdevilhunter.json b/domains/thesonofdevilhunter.json deleted file mode 100644 index 983880bca..000000000 --- a/domains/thesonofdevilhunter.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NerdsForGaming", - "email": "thesonofdevilhunter1@gmail.com" - }, - "records": { - "CNAME": "nerdsforgaming.github.io" - } -} diff --git a/domains/thesyed.json b/domains/thesyed.json deleted file mode 100644 index f57ec8964..000000000 --- a/domains/thesyed.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AlephaNull", - "email": "ay.syed@pm.me" - }, - "records": { - "CNAME": "alephanull.github.io" - } -} diff --git a/domains/thiago.json b/domains/thiago.json deleted file mode 100644 index 427baecf1..000000000 --- a/domains/thiago.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "teixeirazeus", - "email": "teixeira.zeus@gmail.com", - "twitter": "ThiagoSTeixeir4", - "discord": "Thiago S Teixeira#0657" - }, - "records": { - "CNAME": "teixeirazeus.github.io" - } -} diff --git a/domains/thien.json b/domains/thien.json deleted file mode 100644 index 36961e30b..000000000 --- a/domains/thien.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "thiennguyen93", - "email": "hi@thiennguyen.dev" - }, - "records": { - "CNAME": "thiennguyen93.github.io" - } -} diff --git a/domains/thomas-shelby.json b/domains/thomas-shelby.json deleted file mode 100644 index a2de31675..000000000 --- a/domains/thomas-shelby.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "prbhanu", - "email": "prbhanu1718@gmil.com", - "twitter": "prreddy05413731" - }, - "records": { - "CNAME": "prbhanu.github.io" - } -} diff --git a/domains/thorgathis.json b/domains/thorgathis.json deleted file mode 100644 index 07763dacd..000000000 --- a/domains/thorgathis.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Thorgathis", - "email": "thorgathis.dev@gmail.com" - }, - "records": { - "CNAME": "thorgathis.github.io" - } -} diff --git a/domains/thuc.json b/domains/thuc.json deleted file mode 100644 index 0375e2328..000000000 --- a/domains/thuc.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "thucngyyen" - }, - "records": { - "CNAME": "thucngyyen.github.io" - } -} diff --git a/domains/ti3r.json b/domains/ti3r.json deleted file mode 100644 index 43edf669c..000000000 --- a/domains/ti3r.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Ti3r's Dev Portfolio", - "owner": { - "username": "ti3r", - "email": "ti3r.bubblenet@gmail.com" - }, - "records": { - "CNAME": "ti3r.github.io" - } -} diff --git a/domains/tilak.json b/domains/tilak.json deleted file mode 100644 index 9ac4aaa99..000000000 --- a/domains/tilak.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "YourTilak", - "email": "rj05tilak@gmail.com" - }, - "records": { - "CNAME": "yourtilak.github.io" - } -} diff --git a/domains/tim-vdb.json b/domains/tim-vdb.json deleted file mode 100644 index 9bb02b194..000000000 --- a/domains/tim-vdb.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tim-vdb", - "email": "timotheevdbosch@gmail.com" - }, - "records": { - "CNAME": "tim-vdb.github.io" - } -} diff --git a/domains/timothy.json b/domains/timothy.json deleted file mode 100644 index d9ea4ec7c..000000000 --- a/domains/timothy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tabrownies", - "email": "tabrownies@gmail.com" - }, - "records": { - "CNAME": "tabrownies.github.io" - } -} diff --git a/domains/tiyanof.json b/domains/tiyanof.json deleted file mode 100644 index 00a484472..000000000 --- a/domains/tiyanof.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "tiyanof", - "email": "hannasophia1999@gmail.com", - "twitter": "s00op_" - }, - "records": { - "CNAME": "tiyanof.github.io" - } -} diff --git a/domains/toadvillebay.json b/domains/toadvillebay.json deleted file mode 100644 index b534f238f..000000000 --- a/domains/toadvillebay.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "notghostvista", - "discord": "907846380486291486" - }, - "records": { - "CNAME": "notghostvista.github.io" - } -} diff --git a/domains/tofu.json b/domains/tofu.json deleted file mode 100644 index d2d07e5eb..000000000 --- a/domains/tofu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yychen1201", - "discord": "1009412927754866728" - }, - "records": { - "CNAME": "yychen1201.github.io" - } -} diff --git a/domains/tokyo.json b/domains/tokyo.json deleted file mode 100644 index 263462017..000000000 --- a/domains/tokyo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "a-tokyo", - "email": "ahmed.tokyo1@gmail.com" - }, - "records": { - "CNAME": "a-tokyo.github.io" - } -} diff --git a/domains/tomek.json b/domains/tomek.json deleted file mode 100644 index feab9015a..000000000 --- a/domains/tomek.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "tomek-i" - }, - "records": { - "CNAME": "tomek-i.github.io" - } -} diff --git a/domains/tomokat.json b/domains/tomokat.json deleted file mode 100644 index 36bff134b..000000000 --- a/domains/tomokat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tomokat", - "email": "wataru2007@gmail.com" - }, - "records": { - "CNAME": "tomokat.github.io" - } -} diff --git a/domains/tong.json b/domains/tong.json deleted file mode 100644 index bba74ec19..000000000 --- a/domains/tong.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tongwu", - "email": "away0x@gmail.com" - }, - "records": { - "CNAME": "away0x.github.io" - } -} diff --git a/domains/tonywu.json b/domains/tonywu.json deleted file mode 100644 index e4493b6cc..000000000 --- a/domains/tonywu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuquangthinh", - "email": "quangthinh.dev@gmail.com" - }, - "records": { - "CNAME": "vuquangthinh.github.io" - } -} diff --git a/domains/toster.json b/domains/toster.json deleted file mode 100644 index c75d4abe2..000000000 --- a/domains/toster.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Rafau04", - "email": "matiz.rafal@gmail.com" - }, - "records": { - "CNAME": "rafau04.github.io" - } -} diff --git a/domains/trauma.json b/domains/trauma.json deleted file mode 100644 index 12990e1d7..000000000 --- a/domains/trauma.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "iiTrauma", - "email": "ignacio@asia.com", - "twitter": "q1a67" - }, - "records": { - "CNAME": "iitrauma.github.io" - } -} diff --git a/domains/triyatna.json b/domains/triyatna.json deleted file mode 100644 index 5a1b7a4ac..000000000 --- a/domains/triyatna.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "triyatna", - "email": "triyatna.com@gmail.com" - }, - "records": { - "CNAME": "triyatna.github.io" - } -} diff --git a/domains/trug.json b/domains/trug.json deleted file mode 100644 index 386205b12..000000000 --- a/domains/trug.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vietrux", - "email": "leviettrung.social@gmail.com" - }, - "records": { - "CNAME": "vietrux.github.io" - } -} diff --git a/domains/tsull360.json b/domains/tsull360.json deleted file mode 100644 index 3bfcb5def..000000000 --- a/domains/tsull360.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tsull360", - "email": "tsull360@outlook.com" - }, - "records": { - "CNAME": "tsull360.github.io" - } -} diff --git a/domains/tungtran.json b/domains/tungtran.json deleted file mode 100644 index b40982cc4..000000000 --- a/domains/tungtran.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tunganhtran", - "email": "tunganhtran94@gmail.com" - }, - "records": { - "CNAME": "tunganhtran.github.io" - } -} diff --git a/domains/twitchiger.json b/domains/twitchiger.json deleted file mode 100644 index 2f35619f7..000000000 --- a/domains/twitchiger.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "devTwitchiger", - "discord": "1057600396991926332" - }, - "records": { - "CNAME": "devtwitchiger.github.io" - } -} diff --git a/domains/tylermwise.json b/domains/tylermwise.json deleted file mode 100644 index 94f325645..000000000 --- a/domains/tylermwise.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "tylermwise.is-a.dev domain", - "owner": { - "username": "tylermwise", - "email": "contact@teamtbm.org" - }, - "records": { - "CNAME": "tylermwise.github.io" - } -} diff --git a/domains/tyrkinn.json b/domains/tyrkinn.json deleted file mode 100644 index c26c19d89..000000000 --- a/domains/tyrkinn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tyrkinn", - "email": "tyrkinn@pm.me" - }, - "records": { - "CNAME": "tyrkinn.github.io" - } -} diff --git a/domains/uberkey.json b/domains/uberkey.json deleted file mode 100644 index d63295321..000000000 --- a/domains/uberkey.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "uberkey", - "email": "postmordial@gmail.com" - }, - "records": { - "CNAME": "uberkey.github.io" - } -} diff --git a/domains/umesh.json b/domains/umesh.json deleted file mode 100644 index f7c306269..000000000 --- a/domains/umesh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "compCoder007", - "email": "competentcoder007@gmail.com" - }, - "records": { - "CNAME": "compcoder007.github.io" - } -} diff --git a/domains/undeadevs.json b/domains/undeadevs.json deleted file mode 100644 index dcc4dbd72..000000000 --- a/domains/undeadevs.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "undeadevs", - "email": "jangantanyaaku14@gmail.com" - }, - "records": { - "CNAME": "undeadevs.github.io" - } -} diff --git a/domains/unichord.json b/domains/unichord.json deleted file mode 100644 index e2bf474f2..000000000 --- a/domains/unichord.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "unichord-apps", - "email": "unichord@pm.me" - }, - "records": { - "CNAME": "unichord-apps.github.io" - } -} diff --git a/domains/unidentifiedx.json b/domains/unidentifiedx.json deleted file mode 100644 index 3eb18ec47..000000000 --- a/domains/unidentifiedx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "UnidentifiedX", - "email": "sunzizhuo33@gmail.com" - }, - "records": { - "CNAME": "unidentifiedx.github.io" - } -} diff --git a/domains/unnst.json b/domains/unnst.json deleted file mode 100644 index 578a62d52..000000000 --- a/domains/unnst.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "482migs", - "email": "amberisamab@gmail.com" - }, - "records": { - "CNAME": "unnst.github.io" - } -} diff --git a/domains/up.json b/domains/up.json deleted file mode 100644 index 0441fe009..000000000 --- a/domains/up.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "The blog of Up Devs.", - "owner": { - "username": "alputv", - "email": "rekortmenstars@gmail.com" - }, - "records": { - "CNAME": "up-devs.github.io" - } -} diff --git a/domains/user-exe.json b/domains/user-exe.json deleted file mode 100644 index 5a9031145..000000000 --- a/domains/user-exe.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mrhappyma", - "email": "is-a-dev@a.userexe.me" - }, - "records": { - "CNAME": "mrhappyma.github.io" - } -} diff --git a/domains/usingh.json b/domains/usingh.json deleted file mode 100644 index 88368e795..000000000 --- a/domains/usingh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dr-hofstadter", - "email": "utsav.raj.338@gmail.com" - }, - "records": { - "CNAME": "dr-hofstadter.github.io" - } -} diff --git a/domains/utsav.json b/domains/utsav.json deleted file mode 100644 index 88368e795..000000000 --- a/domains/utsav.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dr-hofstadter", - "email": "utsav.raj.338@gmail.com" - }, - "records": { - "CNAME": "dr-hofstadter.github.io" - } -} diff --git a/domains/val.json b/domains/val.json deleted file mode 100644 index 43841ac46..000000000 --- a/domains/val.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Btwonu", - "email": "btwonu@gmail.com" - }, - "records": { - "CNAME": "btwonu.github.io" - } -} diff --git a/domains/vampirepapi.json b/domains/vampirepapi.json deleted file mode 100644 index 0e24563f6..000000000 --- a/domains/vampirepapi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vampirepapi", - "email": "shubhamsourabh8@gmail.com" - }, - "records": { - "CNAME": "vampirepapi.github.io" - } -} diff --git a/domains/vanhzxje.json b/domains/vanhzxje.json deleted file mode 100644 index 647958b2b..000000000 --- a/domains/vanhzxje.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "vanhzxje", - "email": "suzunesokawaiii@gmail.com", - "discord": "912968921148186624" - }, - "records": { - "CNAME": "vanhzxje.github.io" - } -} diff --git a/domains/vanmanh.json b/domains/vanmanh.json deleted file mode 100644 index 670cf7b66..000000000 --- a/domains/vanmanh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vanmanhdev", - "email": "vanmanh2763@gmail.com" - }, - "records": { - "CNAME": "vanmanhdev.github.io" - } -} diff --git a/domains/vapedevv.json b/domains/vapedevv.json deleted file mode 100644 index 9e23d5ada..000000000 --- a/domains/vapedevv.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "jadjasjafsafasfasfsa", - "email": "vapedev2@gmail.com", - "discord": "vapedevv#5640" - }, - "records": { - "CNAME": "jadjasjafsafasfasfsa.github.io" - } -} diff --git a/domains/vasanth.json b/domains/vasanth.json deleted file mode 100644 index 2c416101e..000000000 --- a/domains/vasanth.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Vasanth personal Blog", - "owner": { - "username": "62d2", - "email": "itsparser@gmail.com", - "twitter": "itsparser", - "discord": "itsparser" - }, - "records": { - "CNAME": "itsparser.github.io" - } -} diff --git a/domains/vasharma05.json b/domains/vasharma05.json deleted file mode 100644 index 247ec2815..000000000 --- a/domains/vasharma05.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vasharma05", - "email": "sharmava05@gmail.com" - }, - "records": { - "CNAME": "vasharma05.github.io" - } -} diff --git a/domains/ved.json b/domains/ved.json deleted file mode 100644 index bc5e843bf..000000000 --- a/domains/ved.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ved-patel226", - "email": "talk2ved11@gmail.com" - }, - "records": { - "CNAME": "ved-patel226.github.io" - } -} diff --git a/domains/vedant.json b/domains/vedant.json deleted file mode 100644 index 8694badbe..000000000 --- a/domains/vedant.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "theonlyvedu" - }, - "records": { - "CNAME": "theonlyvedu.github.io" - } -} diff --git a/domains/veen.json b/domains/veen.json deleted file mode 100644 index b22eaf3ac..000000000 --- a/domains/veen.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Vihaan7207", - "email": "vmikki7207@gmail.com" - }, - "records": { - "CNAME": "vihaan7207.github.io" - } -} diff --git a/domains/vela.json b/domains/vela.json deleted file mode 100644 index 6c4779572..000000000 --- a/domains/vela.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "v3laDev", - "email": "27khero@proton.me" - }, - "records": { - "CNAME": "v3laDev.github.io" - } -} diff --git a/domains/vhardik.json b/domains/vhardik.json deleted file mode 100644 index 48a91fb49..000000000 --- a/domains/vhardik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Hardik-Vanani", - "email": "vananihardik8553@gmail.com" - }, - "records": { - "CNAME": "hardik-vanani.github.io" - } -} diff --git a/domains/victoneux.json b/domains/victoneux.json deleted file mode 100644 index e761c378f..000000000 --- a/domains/victoneux.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Victoneux", - "email": "victoneux@protonmail.com" - }, - "records": { - "CNAME": "victoneux.github.io" - } -} diff --git a/domains/victor.json b/domains/victor.json deleted file mode 100644 index be23419b9..000000000 --- a/domains/victor.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "victoroliveira", - "email": "victoroliveira.eng@gmail.com" - }, - "records": { - "CNAME": "victoroliveira.github.io" - } -} diff --git a/domains/victormak.json b/domains/victormak.json deleted file mode 100644 index 7e28d5f45..000000000 --- a/domains/victormak.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DreamerChaserHAH", - "email": "ehekunhah@gmail.com" - }, - "records": { - "CNAME": "dreamerchaserhah.github.io" - } -} diff --git a/domains/vien.json b/domains/vien.json deleted file mode 100644 index f220d151f..000000000 --- a/domains/vien.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VienDeveloper", - "email": "vien@courvix.com" - }, - "records": { - "CNAME": "viendeveloper.github.io" - } -} diff --git a/domains/vikas.json b/domains/vikas.json deleted file mode 100644 index 32e863b9b..000000000 --- a/domains/vikas.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "kvikas063", - "email": "vikas_063@hotmail.com" - }, - "description": "portofolio website.", - "records": { - "CNAME": "kvikas063.github.io" - } -} diff --git a/domains/vikyaiyer.json b/domains/vikyaiyer.json deleted file mode 100644 index 0e1218fc0..000000000 --- a/domains/vikyaiyer.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vikyaiyer", - "email": "vikyaiyer1997@gmail.com" - }, - "records": { - "CNAME": "vikyaiyer.github.io" - } -} diff --git a/domains/vimalsaraswat.json b/domains/vimalsaraswat.json deleted file mode 100644 index be5ba7d44..000000000 --- a/domains/vimalsaraswat.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "vimalsaraswat", - "email": "saraswatvimal1@gmail.com", - "twitter": "vimalsaraswat00" - }, - "records": { - "CNAME": "vimalsaraswat.github.io" - } -} diff --git a/domains/vincyxir.json b/domains/vincyxir.json deleted file mode 100644 index 2c63e5bec..000000000 --- a/domains/vincyxir.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vincyxiroff", - "email": "vincyxir@gmail.com" - }, - "records": { - "CNAME": "vincyxiroff.github.io" - } -} diff --git a/domains/vineetkhemnani.json b/domains/vineetkhemnani.json deleted file mode 100644 index 9e79b2899..000000000 --- a/domains/vineetkhemnani.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vineetkhemnani", - "email": "vineetkhemnani09@gmail.com" - }, - "records": { - "CNAME": "vineetkhemnani.github.io" - } -} diff --git a/domains/vinn.json b/domains/vinn.json deleted file mode 100644 index 61297c4c6..000000000 --- a/domains/vinn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VinnDev", - "email": "vinndeveloper@gmail.com" - }, - "records": { - "CNAME": "vinndev.github.io" - } -} diff --git a/domains/viperadnan.json b/domains/viperadnan.json deleted file mode 100644 index a90b38176..000000000 --- a/domains/viperadnan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "viperadnan-git", - "email": "viperadnan@gmail.com" - }, - "records": { - "CNAME": "viperadnan-git.github.io" - } -} diff --git a/domains/viral-soni.json b/domains/viral-soni.json deleted file mode 100644 index dcff8f26e..000000000 --- a/domains/viral-soni.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "R-Okje", - "email": "vssviral@gmail.com" - }, - "records": { - "CNAME": "r-okje.github.io" - } -} diff --git a/domains/vishalg.json b/domains/vishalg.json deleted file mode 100644 index d7a9eb20c..000000000 --- a/domains/vishalg.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vishalpx", - "twitter": "vishal26x" - }, - "records": { - "CNAME": "vishalpx.github.io" - } -} diff --git a/domains/vishnu.json b/domains/vishnu.json deleted file mode 100644 index 6d7c4b8e8..000000000 --- a/domains/vishnu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vishnu012", - "email": "vishnu012@pm.me" - }, - "records": { - "CNAME": "vishnu012.github.io" - } -} diff --git a/domains/vishok.json b/domains/vishok.json deleted file mode 100644 index 9edc029cb..000000000 --- a/domains/vishok.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mvishok", - "email": "mvishok2005@gmail.com" - }, - "records": { - "CNAME": "mvishok.github.io" - } -} diff --git a/domains/vivekkumar.json b/domains/vivekkumar.json deleted file mode 100644 index b7efc06a1..000000000 --- a/domains/vivekkumar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vivekkumarneu", - "email": "vivek-kumar@live.in" - }, - "records": { - "CNAME": "vivekkumarneu.github.io" - } -} diff --git a/domains/voh.json b/domains/voh.json deleted file mode 100644 index 41b4fc2d6..000000000 --- a/domains/voh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "TotallyVoh", - "email": "vohonganhPE@gmail.com" - }, - "records": { - "CNAME": "totallyvoh.github.io" - } -} diff --git a/domains/voidz.json b/domains/voidz.json deleted file mode 100644 index 20789f4a8..000000000 --- a/domains/voidz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "voidz's personal website", - "owner": { - "username": "voidz7", - "email": "atharvask2005@gmail.com", - "twitter": "gg_voidz" - }, - "records": { - "CNAME": "voidz7.github.io" - } -} diff --git a/domains/vollow.json b/domains/vollow.json deleted file mode 100644 index 6c6a27333..000000000 --- a/domains/vollow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vollowx", - "email": "muffinslog@proton.me" - }, - "records": { - "CNAME": "vollowx.github.io" - } -} diff --git a/domains/vontey.json b/domains/vontey.json deleted file mode 100644 index 5f3afb851..000000000 --- a/domains/vontey.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vontey", - "email": "ash2vee@outlook.com" - }, - "records": { - "CNAME": "vontey.github.io" - } -} diff --git a/domains/votiendung.json b/domains/votiendung.json deleted file mode 100644 index 9359ac8c1..000000000 --- a/domains/votiendung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dungxibo123", - "email": "votiendung0805@gmail.com" - }, - "records": { - "CNAME": "dungxibo123.github.io" - } -} diff --git a/domains/voxel.json b/domains/voxel.json deleted file mode 100644 index da7416841..000000000 --- a/domains/voxel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "voxel79", - "email": "voxelcool@gmail.com", - "twitter": "voxelhaha" - }, - "records": { - "CNAME": "voxel79.github.io" - } -} diff --git a/domains/voxj.json b/domains/voxj.json deleted file mode 100644 index 56955ad7b..000000000 --- a/domains/voxj.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "voxj", - "discord": "1108039808649015336" - }, - "records": { - "CNAME": "rawintosh.github.io" - } -} diff --git a/domains/vurihuang.json b/domains/vurihuang.json deleted file mode 100644 index 2d4e56d34..000000000 --- a/domains/vurihuang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vurihuang", - "email": "vengeancehuang@gmail.com" - }, - "records": { - "CNAME": "vurihuang.github.io" - } -} diff --git a/domains/vvxrtues.json b/domains/vvxrtues.json deleted file mode 100644 index 747c03109..000000000 --- a/domains/vvxrtues.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vvirtues", - "email": "ezi2468@icloud.com" - }, - "records": { - "CNAME": "vvirtues.github.io" - } -} diff --git a/domains/vxj.json b/domains/vxj.json deleted file mode 100644 index 1c509c212..000000000 --- a/domains/vxj.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "voxj", - "email": "aglinkoyurjevich@gmail.com" - }, - "records": { - "CNAME": "voxj.github.io" - } -} diff --git a/domains/waffle.json b/domains/waffle.json deleted file mode 100644 index 14c2d1931..000000000 --- a/domains/waffle.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "thunderbrown", - "discord": "1136724508963786853" - }, - "records": { - "CNAME": "thunderbrown.github.io" - } -} diff --git a/domains/wahid.json b/domains/wahid.json deleted file mode 100644 index 0e9624196..000000000 --- a/domains/wahid.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SimplyVoid", - "email": "wahidislamlinad@pm.me" - }, - "records": { - "CNAME": "simplyvoid.github.io" - } -} diff --git a/domains/wansc.json b/domains/wansc.json deleted file mode 100644 index eebeaf26b..000000000 --- a/domains/wansc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "661111", - "email": "3227988255@qq.com" - }, - "records": { - "CNAME": "661111.github.io" - } -} diff --git a/domains/warren.json b/domains/warren.json deleted file mode 100644 index 59789aa7d..000000000 --- a/domains/warren.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "somethingwentwell", - "email": "wwwc@outlook.com" - }, - "records": { - "CNAME": "somethingwentwell.github.io" - } -} diff --git a/domains/wassim.json b/domains/wassim.json deleted file mode 100644 index d3fbe7652..000000000 --- a/domains/wassim.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Github profile of wassimbenzarti", - "owner": { - "username": "wassimbenzarti", - "email": "wass11121996@gmail.com" - }, - "records": { - "CNAME": "wassimbenzarti.github.io" - } -} diff --git a/domains/watercat.json b/domains/watercat.json deleted file mode 100644 index d8f2ef70a..000000000 --- a/domains/watercat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "watercatuwu", - "email": "watercat0330@gmail.com" - }, - "records": { - "CNAME": "watercatuwu.github.io" - } -} diff --git a/domains/wcaleniekubaa.json b/domains/wcaleniekubaa.json deleted file mode 100644 index 5710fb168..000000000 --- a/domains/wcaleniekubaa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "wcaleniekubaa", - "email": "to.nie.kubafn@gmail.com" - }, - "records": { - "CNAME": "wcaleniekubaa.github.io" - } -} diff --git a/domains/weeebdev.json b/domains/weeebdev.json deleted file mode 100644 index ae19ca4ad..000000000 --- a/domains/weeebdev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "weeebdev", - "email": "mr.adil777@gmail.com" - }, - "records": { - "CNAME": "weeebdev.github.io" - } -} diff --git a/domains/werz.json b/domains/werz.json deleted file mode 100644 index b9b4d945e..000000000 --- a/domains/werz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "0xwerz", - "email": "moussarabie40@gmail.com", - "twitter": "cyberwerz" - }, - "records": { - "CNAME": "0xwerz.github.io" - } -} diff --git a/domains/west.json b/domains/west.json deleted file mode 100644 index e20e6c53e..000000000 --- a/domains/west.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "arslandoesdev", - "email": "239@duck.com" - }, - "records": { - "CNAME": "arslandoesdev.github.io" - } -} diff --git a/domains/what.json b/domains/what.json deleted file mode 100644 index e6d093a22..000000000 --- a/domains/what.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "What-Question-Mark", - "email": "jack.weller@hotmail.com", - "twitter": "whatqm", - "discord": "discord-username-and-discriminator" - }, - "records": { - "CNAME": "what-question-mark.github.io" - } -} diff --git a/domains/whitekj.json b/domains/whitekj.json deleted file mode 100644 index c16d5c117..000000000 --- a/domains/whitekj.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "CwhiteKJ", - "email": "whitekj1221@gmail.com" - }, - "records": { - "CNAME": "cwhitekj.github.io" - } -} diff --git a/domains/wiggly.json b/domains/wiggly.json deleted file mode 100644 index f3a7142c0..000000000 --- a/domains/wiggly.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Artsui", - "email": "dedica0123@gmail.com", - "twitter": "CornetWiggly" - }, - "records": { - "CNAME": "artsui.github.io" - } -} diff --git a/domains/win10sunvalley.json b/domains/win10sunvalley.json deleted file mode 100644 index 047965fc5..000000000 --- a/domains/win10sunvalley.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "winbo-yml-exe", - "email": "winbo-yml-exe@outlook.com" - }, - "records": { - "CNAME": "win10sunvalley.github.io" - } -} diff --git a/domains/windfarms.json b/domains/windfarms.json deleted file mode 100644 index 709b53b06..000000000 --- a/domains/windfarms.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "windfarms", - "email": "windfarms@andrealicheri.anonaddy.com" - }, - "records": { - "CNAME": "windfarms.github.io" - } -} diff --git a/domains/window5.json b/domains/window5.json deleted file mode 100644 index b62ac4a7f..000000000 --- a/domains/window5.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Window5000", - "email": "spam.window5.spam@gmail.com" - }, - "records": { - "CNAME": "window5000.github.io" - } -} diff --git a/domains/wired.json b/domains/wired.json deleted file mode 100644 index 5dc22c788..000000000 --- a/domains/wired.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Wired-design", - "email": "wireddesign@outlook.com", - "twitter": "Wired__Design" - }, - "records": { - "CNAME": "wired-design.github.io" - } -} diff --git a/domains/wirisungs.json b/domains/wirisungs.json deleted file mode 100644 index 105fda5b0..000000000 --- a/domains/wirisungs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "wirisungs" - }, - "records": { - "CNAME": "wirisungs.github.io" - } -} diff --git a/domains/wizcann.json b/domains/wizcann.json deleted file mode 100644 index f847f8e54..000000000 --- a/domains/wizcann.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "wizcann" - }, - "records": { - "CNAME": "wizcann.github.io" - } -} diff --git a/domains/worm.json b/domains/worm.json deleted file mode 100644 index c5d231f7b..000000000 --- a/domains/worm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "arq091", - "email": "poonyapat.thane@gmail.com" - }, - "records": { - "CNAME": "arq091.github.io" - } -} diff --git a/domains/wrtks.json b/domains/wrtks.json deleted file mode 100644 index ef8d0c919..000000000 --- a/domains/wrtks.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ali-valiev", - "discord": "722403528705966080" - }, - "records": { - "CNAME": "wrrtks.github.io" - } -} diff --git a/domains/wusong.json b/domains/wusong.json deleted file mode 100644 index ba1e59e9d..000000000 --- a/domains/wusong.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bayunjiang", - "email": "master@bayun.org" - }, - "records": { - "CNAME": "bayunjiang.github.io" - } -} diff --git a/domains/wyatt.json b/domains/wyatt.json deleted file mode 100644 index 3852b414a..000000000 --- a/domains/wyatt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ws998116", - "email": "ws998116@gmail.com" - }, - "records": { - "CNAME": "ws998116.github.io" - } -} diff --git a/domains/x0ba.json b/domains/x0ba.json deleted file mode 100644 index 9e66817d9..000000000 --- a/domains/x0ba.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "x0ba", - "email": "mkshift@tuta.io" - }, - "records": { - "CNAME": "x0ba.github.io" - } -} diff --git a/domains/x8t.json b/domains/x8t.json deleted file mode 100644 index 3c9db42f6..000000000 --- a/domains/x8t.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "x8t-code", - "email": "x8t@tuta.io" - }, - "records": { - "CNAME": "x8t-code.github.io" - } -} diff --git a/domains/xabdoat.json b/domains/xabdoat.json deleted file mode 100644 index 040a0fd67..000000000 --- a/domains/xabdoat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xAbdoAT", - "twitter": "xAbdoAT" - }, - "records": { - "CNAME": "xabdoat.github.io" - } -} diff --git a/domains/xash.json b/domains/xash.json deleted file mode 100644 index c0ad66014..000000000 --- a/domains/xash.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "7xa5h", - "email": "xash4492@gmail.com" - }, - "records": { - "CNAME": "7xa5h.github.io" - } -} diff --git a/domains/xaxa.json b/domains/xaxa.json deleted file mode 100644 index 0c3d8f606..000000000 --- a/domains/xaxa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "333xaxa", - "email": "xaxa_07x10@gmail.com" - }, - "records": { - "CNAME": "333xaxa.github.io" - } -} diff --git a/domains/xelxen.json b/domains/xelxen.json deleted file mode 100644 index efc931650..000000000 --- a/domains/xelxen.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "I am a dev ig", - "owner": { - "username": "XelXen", - "email": "xelxenfox@gmail.com", - "twitter": "your-twitter-username" - }, - "records": { - "CNAME": "xelxen.github.io" - } -} diff --git a/domains/xgorn.json b/domains/xgorn.json deleted file mode 100644 index 85699cf2c..000000000 --- a/domains/xgorn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "X-Gorn", - "email": "xgorntv@gmail.com" - }, - "records": { - "CNAME": "x-gorn.github.io" - } -} diff --git a/domains/xinful.json b/domains/xinful.json deleted file mode 100644 index 9487cad4d..000000000 --- a/domains/xinful.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xinfull", - "email": "robertkitunda89@gmail.com" - }, - "records": { - "CNAME": "xinfull.github.io" - } -} diff --git a/domains/xmars.json b/domains/xmars.json deleted file mode 100644 index bfaa03005..000000000 --- a/domains/xmars.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My personal info", - "owner": { - "username": "xmars4", - "email": "xtruongptit@gmail.com" - }, - "records": { - "CNAME": "xmars4.github.io" - } -} diff --git a/domains/xrcs.json b/domains/xrcs.json deleted file mode 100644 index 9a4635a76..000000000 --- a/domains/xrcs.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xrcss", - "discord": "xrcs#0001" - }, - "records": { - "CNAME": "xrcss.github.io" - } -} diff --git a/domains/xuyife.json b/domains/xuyife.json deleted file mode 100644 index ce397c007..000000000 --- a/domains/xuyife.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xuyife", - "email": "18916947008@163.com" - }, - "records": { - "CNAME": "xuyife.github.io" - } -} diff --git a/domains/xuyifei.json b/domains/xuyifei.json deleted file mode 100644 index 89dc86e7c..000000000 --- a/domains/xuyifei.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "xuyife", - "email": "xuyifeiDev@outlook.com", - "twitter": "xuyifei" - }, - "records": { - "CNAME": "xuyife.github.io" - } -} diff --git a/domains/xvrtech.json b/domains/xvrtech.json deleted file mode 100644 index 3b4690308..000000000 --- a/domains/xvrtech.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "FullStackedRVC", - "email": "robertocarov2@gmail.com" - }, - "records": { - "CNAME": "fullstackedrvc.github.io" - } -} diff --git a/domains/xyront.json b/domains/xyront.json deleted file mode 100644 index 487c35ee7..000000000 --- a/domains/xyront.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Xyront", - "email": "abalabalscratch@gmail.com" - }, - "records": { - "CNAME": "xyront.github.io" - } -} diff --git a/domains/yahli.json b/domains/yahli.json deleted file mode 100644 index b7f4331e0..000000000 --- a/domains/yahli.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal dev website", - "owner": { - "username": "yahligitzi", - "email": "yahligitzi2@gmail.com" - }, - "records": { - "CNAME": "yahligitzi.github.io" - } -} diff --git a/domains/yahya-rabii.json b/domains/yahya-rabii.json deleted file mode 100644 index 3b466c7d4..000000000 --- a/domains/yahya-rabii.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "MY PP website", - "owner": { - "username": "Yahya-rabii", - "email": "rabiiyahya1@gmail.com" - }, - "records": { - "CNAME": "yahya-rabii.github.io" - } -} diff --git a/domains/yashgupta.json b/domains/yashgupta.json deleted file mode 100644 index ba079eaf3..000000000 --- a/domains/yashgupta.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yashhh999", - "email": "gupta25yash@gmail.com" - }, - "records": { - "CNAME": "yashhh999.github.io" - } -} diff --git a/domains/yashnerkar.json b/domains/yashnerkar.json deleted file mode 100644 index 359ed51dd..000000000 --- a/domains/yashnerkar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yashnerkar", - "email": "yashnerkar512@gmail.com" - }, - "records": { - "CNAME": "yashnerkar.github.io" - } -} diff --git a/domains/yashraj.json b/domains/yashraj.json deleted file mode 100644 index 09aca0a63..000000000 --- a/domains/yashraj.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "yashraj-n", - "email": "ynnarke52@gmail.com", - "twitter": "NarkeYashraj" - }, - "records": { - "CNAME": "yashraj-n.github.io" - } -} diff --git a/domains/yashrao.json b/domains/yashrao.json deleted file mode 100644 index 4d6a11689..000000000 --- a/domains/yashrao.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "py-yash", - "email": "cwyash.rao@gmail.com" - }, - "records": { - "CNAME": "py-yash.github.io" - } -} diff --git a/domains/yeppiidev.json b/domains/yeppiidev.json deleted file mode 100644 index 49d8a7a77..000000000 --- a/domains/yeppiidev.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "yeppiidev", - "email": "yedoxstudios@gmail.com", - "twitter": "yeppiidev" - }, - "records": { - "CNAME": "yeppiidev.github.io" - } -} diff --git a/domains/yescyyt.json b/domains/yescyyt.json deleted file mode 100644 index 28e9982d0..000000000 --- a/domains/yescyyt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yescyyt", - "email": "amberisamab@gmail.com" - }, - "records": { - "CNAME": "yescyyt.github.io" - } -} diff --git a/domains/yhkz.json b/domains/yhkz.json deleted file mode 100644 index 6e96ad41a..000000000 --- a/domains/yhkz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yhkz", - "email": "yhkz@yhkz.us.kg" - }, - "records": { - "CNAME": "yhkz.github.io" - } -} diff --git a/domains/yokaicord.json b/domains/yokaicord.json deleted file mode 100644 index 8cc334c68..000000000 --- a/domains/yokaicord.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zxPau", - "email": "pauu123123123@gmail.com" - }, - "records": { - "CNAME": "zxpau.github.io" - } -} diff --git a/domains/yol.json b/domains/yol.json deleted file mode 100644 index 538755828..000000000 --- a/domains/yol.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "YoelNath", - "email": "yoelnathanael1@gmail.com" - }, - "records": { - "CNAME": "yoelnath.github.io" - } -} diff --git a/domains/yolobnb.json b/domains/yolobnb.json deleted file mode 100644 index 3c8f372d4..000000000 --- a/domains/yolobnb.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yolobnb", - "email": "yooloobnb@protonmail.com" - }, - "records": { - "CNAME": "yolobnb.github.io" - } -} diff --git a/domains/yorodm.json b/domains/yorodm.json deleted file mode 100644 index c62f49d2f..000000000 --- a/domains/yorodm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yorodm", - "email": "yoandy.rmartinez@gmail.com" - }, - "records": { - "CNAME": "yorodm.github.io" - } -} diff --git a/domains/yourz.json b/domains/yourz.json deleted file mode 100644 index 0d0ea8028..000000000 --- a/domains/yourz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Yourz", - "email": "crazilou@vip.qq.com" - }, - "records": { - "CNAME": "yourz.github.io" - } -} diff --git a/domains/yujia.json b/domains/yujia.json deleted file mode 100644 index 0ead157a3..000000000 --- a/domains/yujia.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Yujia's Magic", - "owner": { - "username": "YujiaY", - "email": "aujackyuan@gmail.com" - }, - "records": { - "CNAME": "yujiay.github.io" - } -} diff --git a/domains/yuting.json b/domains/yuting.json deleted file mode 100644 index cdc560538..000000000 --- a/domains/yuting.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "wyuting0", - "email": "wyuting2011@gmail.com" - }, - "records": { - "CNAME": "wyuting0.github.io" - } -} diff --git a/domains/yuuto.json b/domains/yuuto.json deleted file mode 100644 index 4d7cfb99f..000000000 --- a/domains/yuuto.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "user93485", - "email": "yuutodiscordlol@gmail.com", - "discord": "YUUTO#9199" - }, - "records": { - "CNAME": "user93485.github.io" - } -} diff --git a/domains/yuwind.json b/domains/yuwind.json deleted file mode 100644 index 391510c77..000000000 --- a/domains/yuwind.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Dn1w", - "discord": "923208452581511199" - }, - "records": { - "CNAME": "yuwindev.github.io" - } -} diff --git a/domains/yuzuki.json b/domains/yuzuki.json deleted file mode 100644 index 0503ec4fe..000000000 --- a/domains/yuzuki.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SuzukiYuzuki", - "email": "hotococoa104@gmail.com" - }, - "records": { - "CNAME": "suzukiyuzuki.github.io" - } -} diff --git a/domains/zaid.json b/domains/zaid.json deleted file mode 100644 index 2951d7e71..000000000 --- a/domains/zaid.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "zaidmukaddam", - "email": "zaidlunatic1@gmail.com", - "twitter": "Zaid08079154" - }, - "records": { - "CNAME": "zaidmukaddam.github.io" - } -} diff --git a/domains/zarqi.ezzoubair.json b/domains/zarqi.ezzoubair.json deleted file mode 100644 index 86c455159..000000000 --- a/domains/zarqi.ezzoubair.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zarqizoubir", - "email": "zarqi.ezzoubair@etu.uae.ac.ma" - }, - "records": { - "CNAME": "zarqizoubir.github.io" - } -} diff --git a/domains/zelle.json b/domains/zelle.json deleted file mode 100644 index b5c6419f9..000000000 --- a/domains/zelle.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zelxd", - "email": "zeloeee@gmail.com" - }, - "records": { - "CNAME": "zelxd.github.io" - } -} diff --git a/domains/zelriano36.json b/domains/zelriano36.json deleted file mode 100644 index 9c0c5c52b..000000000 --- a/domains/zelriano36.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zelriano36", - "email": "bastien.salvetat@gmail.com" - }, - "records": { - "CNAME": "zelriano36.github.io" - } -} diff --git a/domains/zen.json b/domains/zen.json deleted file mode 100644 index fea723b29..000000000 --- a/domains/zen.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zeraAI", - "email": "parkzen68@gmail.com" - }, - "records": { - "CNAME": "zeraai.github.io" - } -} diff --git a/domains/zener.json b/domains/zener.json deleted file mode 100644 index 9f6e0f685..000000000 --- a/domains/zener.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zenerq", - "email": "rokosamje@gmail.com" - }, - "records": { - "CNAME": "zenerq.github.io" - } -} diff --git a/domains/zeptar.json b/domains/zeptar.json deleted file mode 100644 index de9203626..000000000 --- a/domains/zeptar.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Zeptar1069", - "email": "terryk.onekorea@gmail.com", - "discord": "Zeptar#7882" - }, - "records": { - "CNAME": "zeptar1069.github.io" - } -} diff --git a/domains/zeranamu.json b/domains/zeranamu.json deleted file mode 100644 index 42693e4ae..000000000 --- a/domains/zeranamu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Zeranamu", - "email": "zeranamu@gmail.com" - }, - "records": { - "CNAME": "zeranamu.github.io" - } -} diff --git a/domains/zerolandcode.json b/domains/zerolandcode.json deleted file mode 100644 index aeebc94b2..000000000 --- a/domains/zerolandcode.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zerolandcode", - "email": "rolteoln@gmail.com" - }, - "records": { - "CNAME": "zerolandcode.github.io" - } -} diff --git a/domains/zerot69.json b/domains/zerot69.json deleted file mode 100644 index bcf6753cd..000000000 --- a/domains/zerot69.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zerot69", - "email": "ngo.vo.hoang.tuan.69@gmail.com" - }, - "records": { - "CNAME": "zerot69.github.io" - } -} diff --git a/domains/zester.json b/domains/zester.json deleted file mode 100644 index bbb89609a..000000000 --- a/domains/zester.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "sxtxnzester", - "email": "lollo11020210@gmail.com", - "discord": "1133362142461050980" - }, - "records": { - "CNAME": "sxtxnzester.github.io" - } -} diff --git a/domains/zhangximufeng.json b/domains/zhangximufeng.json deleted file mode 100644 index ede59a2f9..000000000 --- a/domains/zhangximufeng.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Link to my github", - "owner": { - "username": "zhangximufeng", - "email": "zhangximufeng@gmail.com" - }, - "records": { - "CNAME": "zhangximufeng.github.io" - } -} diff --git a/domains/zhenchai.json b/domains/zhenchai.json deleted file mode 100644 index 3630ecb17..000000000 --- a/domains/zhenchai.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zhenchai00", - "email": "zhenchai0000@gmail.com" - }, - "records": { - "CNAME": "zhenchai00.github.io" - } -} diff --git a/domains/ziari.json b/domains/ziari.json deleted file mode 100644 index 7a813054a..000000000 --- a/domains/ziari.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "AMIRPARSAZIARI", - "email": "ziariamirparsa@gmail.com", - "twitter": "ziariamirparsa" - }, - "records": { - "CNAME": "amirparsaziari.github.io" - } -} diff --git a/domains/ziue.json b/domains/ziue.json deleted file mode 100644 index ff6d608b1..000000000 --- a/domains/ziue.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Link to my github", - "owner": { - "username": "ziuee", - "discord": "ziue#8495" - }, - "records": { - "CNAME": "ziuee.github.io" - } -} diff --git a/domains/ziyad.json b/domains/ziyad.json deleted file mode 100644 index ae4d4d7b7..000000000 --- a/domains/ziyad.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "o-lumix", - "email": "lumixofficiel@gmail.com" - }, - "records": { - "CNAME": "o-lumix.github.io" - } -} diff --git a/domains/ztzt.json b/domains/ztzt.json deleted file mode 100644 index da98a1b4e..000000000 --- a/domains/ztzt.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ztztmc", - "email": "2timessharp@gmail.com", - "discord": "ztzt" - }, - "records": { - "CNAME": "ztztmc.github.io" - } -} diff --git a/domains/zuhaib.json b/domains/zuhaib.json deleted file mode 100644 index bdec2f92f..000000000 --- a/domains/zuhaib.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "powrhouseofthecell", - "email": "theshahzuhaib96@gmail.com" - }, - "records": { - "CNAME": "powrhouseofthecell.github.io" - } -} diff --git a/domains/zwei.json b/domains/zwei.json deleted file mode 100644 index 9b116ea50..000000000 --- a/domains/zwei.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zwei", - "email": "post@zwei.de.eu.org" - }, - "records": { - "CNAME": "bestzwei.github.io" - } -} diff --git a/domains/zwyz.json b/domains/zwyz.json deleted file mode 100644 index 5483196f4..000000000 --- a/domains/zwyz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "madisonwirtanen", - "email": "isadev@imkk.uk" - }, - "records": { - "CNAME": "madisonwirtanen.github.io" - } -} diff --git a/domains/zxlbni.json b/domains/zxlbni.json deleted file mode 100644 index 14175161e..000000000 --- a/domains/zxlbni.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ZxLbni", - "email": "dolabani46@gmail.com" - }, - "records": { - "CNAME": "zxlbni.github.io" - } -} diff --git a/domains/zxpau.json b/domains/zxpau.json deleted file mode 100644 index 8cc334c68..000000000 --- a/domains/zxpau.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zxPau", - "email": "pauu123123123@gmail.com" - }, - "records": { - "CNAME": "zxpau.github.io" - } -} diff --git a/domains/zyztem.json b/domains/zyztem.json deleted file mode 100644 index e5758bb25..000000000 --- a/domains/zyztem.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "zyztem", - "email": "zyztembuisness@gmail.com", - "twitter": "zyztem_" - }, - "records": { - "CNAME": "zyztem.github.io" - } -} From b5854f6370091d0d747ceafff75a06d8b9404c8d Mon Sep 17 00:00:00 2001 From: Efrenn Alba Date: Tue, 6 May 2025 17:21:42 -0500 Subject: [PATCH 33/61] Update securesandbox.json Use only DNS Records from Resend --- domains/securesandbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/securesandbox.json b/domains/securesandbox.json index 502fc1cc9..16a8aee12 100644 --- a/domains/securesandbox.json +++ b/domains/securesandbox.json @@ -6,7 +6,7 @@ "discord": "crowleycrowd" }, "records": { - "MX": ["feedback-smtp.us-east-1.amazonses.com", "mx.smtp.dev"], + "MX": ["feedback-smtp.us-east-1.amazonses.com"], "TXT": [ "v=spf1 include:amazonses.com ~all", "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqstJSWbINtFx1fSomoSdFnVgLNt9dQgSrwrBQKyWqVd/FCUJxSKftjXAUthTCddxGwggtlrm3nbj8/fwNUpTDJ0znmG3JnuSmZ3Ac/HBrnySZjyQw152/A9eW+wMYMsk4DjACYfkGubdIx12i5LS4YFeBbYjtAVHkf4Oy7Xj2EQIDAQAB", From 571c0394591a607e0f91b94bc99a2779aded0478 Mon Sep 17 00:00:00 2001 From: Efrenn Alba Date: Tue, 6 May 2025 17:24:09 -0500 Subject: [PATCH 34/61] Update app.securesandbox.json CNAME for Web APP --- domains/app.securesandbox.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/domains/app.securesandbox.json b/domains/app.securesandbox.json index 63c2838a0..d0db32be6 100644 --- a/domains/app.securesandbox.json +++ b/domains/app.securesandbox.json @@ -6,11 +6,6 @@ "discord": "crowleycrowd" }, "records": { - "MX": ["feedback-smtp.us-east-1.amazonses.com"], - "TXT": [ - "v=spf1 include:amazonses.com ~all", - "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqstJSWbINtFx1fSomoSdFnVgLNt9dQgSrwrBQKyWqVd/FCUJxSKftjXAUthTCddxGwggtlrm3nbj8/fwNUpTDJ0znmG3JnuSmZ3Ac/HBrnySZjyQw152/A9eW+wMYMsk4DjACYfkGubdIx12i5LS4YFeBbYjtAVHkf4Oy7Xj2EQIDAQAB", - "v=DMARC1; p=none;" - ] + "CNAME": ["app.securesandbox.is-a.dev"] } } From 8582af1dc52c8c57b24d1a44faf7153eeeaff6cd Mon Sep 17 00:00:00 2001 From: Efrenn Alba Date: Tue, 6 May 2025 17:44:36 -0500 Subject: [PATCH 35/61] fix: Restore MX and TXT records in app.securesandbox.json --- domains/app.securesandbox.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/app.securesandbox.json b/domains/app.securesandbox.json index d0db32be6..63c2838a0 100644 --- a/domains/app.securesandbox.json +++ b/domains/app.securesandbox.json @@ -6,6 +6,11 @@ "discord": "crowleycrowd" }, "records": { - "CNAME": ["app.securesandbox.is-a.dev"] + "MX": ["feedback-smtp.us-east-1.amazonses.com"], + "TXT": [ + "v=spf1 include:amazonses.com ~all", + "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqstJSWbINtFx1fSomoSdFnVgLNt9dQgSrwrBQKyWqVd/FCUJxSKftjXAUthTCddxGwggtlrm3nbj8/fwNUpTDJ0znmG3JnuSmZ3Ac/HBrnySZjyQw152/A9eW+wMYMsk4DjACYfkGubdIx12i5LS4YFeBbYjtAVHkf4Oy7Xj2EQIDAQAB", + "v=DMARC1; p=none;" + ] } } From 7b4e9f9a74511843d35648888c6cfd351ce00174 Mon Sep 17 00:00:00 2001 From: Efrenn Alba Date: Tue, 6 May 2025 18:17:46 -0500 Subject: [PATCH 36/61] fix: Update TXT record in securesandbox.json for improved email validation --- domains/securesandbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/securesandbox.json b/domains/securesandbox.json index 16a8aee12..01573fc30 100644 --- a/domains/securesandbox.json +++ b/domains/securesandbox.json @@ -9,7 +9,7 @@ "MX": ["feedback-smtp.us-east-1.amazonses.com"], "TXT": [ "v=spf1 include:amazonses.com ~all", - "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqstJSWbINtFx1fSomoSdFnVgLNt9dQgSrwrBQKyWqVd/FCUJxSKftjXAUthTCddxGwggtlrm3nbj8/fwNUpTDJ0znmG3JnuSmZ3Ac/HBrnySZjyQw152/A9eW+wMYMsk4DjACYfkGubdIx12i5LS4YFeBbYjtAVHkf4Oy7Xj2EQIDAQAB", + "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoNbgRUAQTGVvS4pmcJ5ok7j7kpE6lVkVpzW+KD1e1csgEC7ZkDKn0KwU1eCM7d7wn7/SJrL09ve5SLKkkYgYU2LfM13nqrVuqZHSKC4Boec9aWamerFOJOWRvKfbxVUy9hZOKZrw4lLfOQuBw13EpSTIi+TK/6p+ByZ/dzY9n9wIDAQAB", "v=DMARC1; p=none;" ] } From 95cd13a6b4df283bb14a3da05743e914892a5cf1 Mon Sep 17 00:00:00 2001 From: Efrenn Alba Date: Tue, 6 May 2025 18:23:43 -0500 Subject: [PATCH 37/61] fix: Add additional MX record for improved email routing --- domains/securesandbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/securesandbox.json b/domains/securesandbox.json index 01573fc30..9bc90395d 100644 --- a/domains/securesandbox.json +++ b/domains/securesandbox.json @@ -6,7 +6,7 @@ "discord": "crowleycrowd" }, "records": { - "MX": ["feedback-smtp.us-east-1.amazonses.com"], + "MX": ["feedback-smtp.us-east-1.amazonses.com", "mx.smtp.dev"], "TXT": [ "v=spf1 include:amazonses.com ~all", "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoNbgRUAQTGVvS4pmcJ5ok7j7kpE6lVkVpzW+KD1e1csgEC7ZkDKn0KwU1eCM7d7wn7/SJrL09ve5SLKkkYgYU2LfM13nqrVuqZHSKC4Boec9aWamerFOJOWRvKfbxVUy9hZOKZrw4lLfOQuBw13EpSTIi+TK/6p+ByZ/dzY9n9wIDAQAB", From fbf3dbb30c09d751788ac7763963d205dfb5ed40 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 09:11:49 +0800 Subject: [PATCH 38/61] remove other invalid cnames --- domains/_discord.joesepp.json | 9 --------- domains/_discord.kappurumedia.json | 9 --------- domains/_discord.push.json | 9 --------- domains/_discord.riviox.json | 10 ---------- domains/_discord.tee.json | 10 ---------- domains/_github-pages-challenge-riviox.riviox.json | 9 --------- .../_github-pages-challenge-rivioxgaming.riviox.json | 9 --------- domains/_github-pages-challenge-tayrp.tee.json | 10 ---------- domains/_github-pages-challenge-turquoisetnt.tnt.json | 9 --------- domains/joesepp.json | 11 ----------- domains/kappurumedia.json | 10 ---------- domains/push.json | 10 ---------- domains/riviox.json | 10 ---------- domains/tee.json | 10 ---------- domains/tnt.json | 9 --------- 15 files changed, 144 deletions(-) delete mode 100644 domains/_discord.joesepp.json delete mode 100644 domains/_discord.kappurumedia.json delete mode 100644 domains/_discord.push.json delete mode 100644 domains/_discord.riviox.json delete mode 100644 domains/_discord.tee.json delete mode 100644 domains/_github-pages-challenge-riviox.riviox.json delete mode 100644 domains/_github-pages-challenge-rivioxgaming.riviox.json delete mode 100644 domains/_github-pages-challenge-tayrp.tee.json delete mode 100644 domains/_github-pages-challenge-turquoisetnt.tnt.json delete mode 100644 domains/joesepp.json delete mode 100644 domains/kappurumedia.json delete mode 100644 domains/push.json delete mode 100644 domains/riviox.json delete mode 100644 domains/tee.json delete mode 100644 domains/tnt.json diff --git a/domains/_discord.joesepp.json b/domains/_discord.joesepp.json deleted file mode 100644 index c34b9d846..000000000 --- a/domains/_discord.joesepp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "joesepph", - "email": "markwer.dev@proton.me" - }, - "records": { - "TXT": "dh=9ce2fab52773c35cecf4a10133d502e0644e19cb" - } -} diff --git a/domains/_discord.kappurumedia.json b/domains/_discord.kappurumedia.json deleted file mode 100644 index 040c8d314..000000000 --- a/domains/_discord.kappurumedia.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "CyrusCore", - "email": "abramsatria7@gmail.com" - }, - "records": { - "TXT": "dh=ce5c5f60ae66a7f508b44432fe2d9a0b51038fa8" - } -} diff --git a/domains/_discord.push.json b/domains/_discord.push.json deleted file mode 100644 index 361b746a7..000000000 --- a/domains/_discord.push.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pushingcc", - "email": "pushing@mailfence.com" - }, - "records": { - "TXT": "dh=63d8f2f88286c81885273cdf5f07364b15884ff6" - } -} diff --git a/domains/_discord.riviox.json b/domains/_discord.riviox.json deleted file mode 100644 index c4107f32e..000000000 --- a/domains/_discord.riviox.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "riviox", - "email": "rivioxyt@hotmail.com", - "discord": "1200520669570539620" - }, - "records": { - "TXT": "dh=dd0ace532148756be1fc56725f272b263adb8978" - } -} diff --git a/domains/_discord.tee.json b/domains/_discord.tee.json deleted file mode 100644 index bba0795cb..000000000 --- a/domains/_discord.tee.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "tayrp", - "email": "mystixmew@gmail.com", - "discord": "1050531216589332581" - }, - "records": { - "TXT": "dh=a15b4e8395d7033db9d69d9961dd8c15194a4cbe" - } -} diff --git a/domains/_github-pages-challenge-riviox.riviox.json b/domains/_github-pages-challenge-riviox.riviox.json deleted file mode 100644 index 7fe11bf0e..000000000 --- a/domains/_github-pages-challenge-riviox.riviox.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "riviox", - "email": "rivioxyt@hotmail.com" - }, - "records": { - "TXT": "56a8f3f0363cd17d881a7380ede544" - } -} diff --git a/domains/_github-pages-challenge-rivioxgaming.riviox.json b/domains/_github-pages-challenge-rivioxgaming.riviox.json deleted file mode 100644 index a462f417d..000000000 --- a/domains/_github-pages-challenge-rivioxgaming.riviox.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "riviox", - "email": "rivioxyt@hotmail.com" - }, - "records": { - "TXT": "2f2432d565a3e7e8f3a4577c0e4a90" - } -} diff --git a/domains/_github-pages-challenge-tayrp.tee.json b/domains/_github-pages-challenge-tayrp.tee.json deleted file mode 100644 index 5424ebbea..000000000 --- a/domains/_github-pages-challenge-tayrp.tee.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "tayrp", - "email": "mystixmew@gmail.com", - "discord": "1050531216589332581" - }, - "records": { - "TXT": "d255c6b97eabe6a65415232f8bdf4b" - } -} diff --git a/domains/_github-pages-challenge-turquoisetnt.tnt.json b/domains/_github-pages-challenge-turquoisetnt.tnt.json deleted file mode 100644 index 85232946b..000000000 --- a/domains/_github-pages-challenge-turquoisetnt.tnt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SebTNT", - "email": "turquoisetntmultimedia@gmail.com" - }, - "records": { - "TXT": "a70919bec5e292800f53b8bd87da03" - } -} diff --git a/domains/joesepp.json b/domains/joesepp.json deleted file mode 100644 index 54a3e0461..000000000 --- a/domains/joesepp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My portfolio website showcasing my work and skills", - "owner": { - "username": "joesepph", - "email": "markwer.dev@proton.me", - "twitter": "devSeppski" - }, - "records": { - "CNAME": "joesepph.github.io" - } -} diff --git a/domains/kappurumedia.json b/domains/kappurumedia.json deleted file mode 100644 index 58d395d67..000000000 --- a/domains/kappurumedia.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "I'm a developer", - "owner": { - "username": "CyrusCore", - "email": "abramsatria7@gmail.com" - }, - "records": { - "CNAME": "cyruscore.github.io" - } -} diff --git a/domains/push.json b/domains/push.json deleted file mode 100644 index f968adbc7..000000000 --- a/domains/push.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "pushingcc", - "email": "pushing@mailfence.com", - "twitter": "Thxczx" - }, - "records": { - "CNAME": "pushingcc.github.io" - } -} diff --git a/domains/riviox.json b/domains/riviox.json deleted file mode 100644 index 62d0c69cb..000000000 --- a/domains/riviox.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "riviox", - "email": "rivioxyt@hotmail.com", - "twitter": "riviox40451" - }, - "records": { - "CNAME": "riviox.github.io" - } -} diff --git a/domains/tee.json b/domains/tee.json deleted file mode 100644 index 9020d684e..000000000 --- a/domains/tee.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "tayrp", - "email": "mystixmew@gmail.com", - "discord": "1050531216589332581" - }, - "records": { - "CNAME": "tayrp.github.io" - } -} diff --git a/domains/tnt.json b/domains/tnt.json deleted file mode 100644 index 9af182789..000000000 --- a/domains/tnt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SebTNT", - "email": "turquoisetntmultimedia@gmail.com" - }, - "records": { - "CNAME": "turquoisetnt.github.io" - } -} From a7f6df307b1719745f0a28eaba9d6ae4252cb84b Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 09:15:37 +0800 Subject: [PATCH 39/61] redirect tnt.is-a.dev due to old cname 404 --- domains/tnt.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tnt.json diff --git a/domains/tnt.json b/domains/tnt.json new file mode 100644 index 000000000..3281ccd62 --- /dev/null +++ b/domains/tnt.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SebTNT", + "email": "turquoisetntmultimedia@gmail.com" + }, + "records": { + "URL": "https://team.tnt.is-a.dev" + } +} From 3c3bad0a856b8d48eb5d78934d79bbc652d81084 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 10:17:01 +0800 Subject: [PATCH 40/61] Update andreyontech.json --- domains/andreyontech.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/andreyontech.json b/domains/andreyontech.json index 71a054652..d165db228 100644 --- a/domains/andreyontech.json +++ b/domains/andreyontech.json @@ -3,8 +3,7 @@ "email": "andreyontech@gmail.com", "twitter": "AndreyOnTech" }, - "record": { + "records": { "CNAME": "andreyontech.vercel.app" - }, - "ttl": 3600 + } } From 64d52434912b85db055b3b13636dc20a75c51879 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 10:18:18 +0800 Subject: [PATCH 41/61] Rename radit.is-a.dev.json to radit.json --- domains/{radit.is-a.dev.json => radit.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{radit.is-a.dev.json => radit.json} (100%) diff --git a/domains/radit.is-a.dev.json b/domains/radit.json similarity index 100% rename from domains/radit.is-a.dev.json rename to domains/radit.json From 84c8330589daa6faba284fbd4db75caccee26dbb Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 10:19:04 +0800 Subject: [PATCH 42/61] Update andreyontech.json --- domains/andreyontech.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/andreyontech.json b/domains/andreyontech.json index d165db228..4dda8a726 100644 --- a/domains/andreyontech.json +++ b/domains/andreyontech.json @@ -1,5 +1,6 @@ { "owner": { + "username": "andreydeoliveira", "email": "andreyontech@gmail.com", "twitter": "AndreyOnTech" }, From afd8330bef5695aa2c5bbe68e2136c73b432fd04 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 10:25:05 +0800 Subject: [PATCH 43/61] Create negativez.json --- domains/negativez.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/negativez.json diff --git a/domains/negativez.json b/domains/negativez.json new file mode 100644 index 000000000..c54c294ab --- /dev/null +++ b/domains/negativez.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/x7v8p3m2q9l0/x7v8p3m2q9l0.github.io", + "owner": { + "username": "x7v8p3m2q9l0", + "email": "rbgkbj@gmail.com" + }, + "records": { + "CNAME": "x7v8p3m2q9l0.github.io" + }, + "proxied": false +} From 9a99fe94f93f2a178e7be3a96c523378b3f6c9a6 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 10:26:23 +0800 Subject: [PATCH 44/61] Update radit.json --- domains/radit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/radit.json b/domains/radit.json index fb7d20faf..5d0daab08 100644 --- a/domains/radit.json +++ b/domains/radit.json @@ -1,7 +1,7 @@ { "description": "Raditya's Portfolio Web", "owner": { - "username": "radityaaydin", + "username": "Radiit", "email": "radityaaydin@gmail.com" }, "records": { From 3277726701f42a2ec06ca62a61cfa6ca49f09f6f Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 10:28:03 +0800 Subject: [PATCH 45/61] Update foglomon.json --- domains/foglomon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/foglomon.json b/domains/foglomon.json index a6a16931c..9ef123290 100644 --- a/domains/foglomon.json +++ b/domains/foglomon.json @@ -1,6 +1,6 @@ { "owner": { - "username": "foglomon" + "username": "foglomon", "discord": "foglomon" }, "records": { From 81d6928057d98e4c4a5be3eeb818573e756ce6e3 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 10:32:30 +0800 Subject: [PATCH 46/61] delete invalid A/AAAA domains --- domains/_vercel.app.vyductan.json | 10 ---------- domains/_vercel.blog.chuyentinorz.json | 10 ---------- domains/_vercel.litmus.json | 9 --------- domains/_vercel.yuko.json | 9 --------- domains/aadirajuthup.json | 9 --------- domains/abdulrazzaq.json | 10 ---------- domains/abiels.json | 14 -------------- domains/acctuke.json | 9 --------- domains/advance-bot.json | 10 ---------- domains/afk.json | 9 --------- domains/ahnaf.json | 10 ---------- domains/aidan.json | 9 --------- domains/akki.json | 10 ---------- domains/alfari.json | 9 --------- domains/alphabet.json | 9 --------- domains/andrew.json | 11 ----------- domains/aniwon.json | 10 ---------- domains/antogamer.json | 11 ----------- domains/apep.json | 10 ---------- domains/api.acronical.json | 9 --------- domains/api.anshtyagi.json | 10 ---------- domains/api.dark.json | 11 ----------- domains/api.kruase.json | 11 ----------- domains/api.semant.json | 11 ----------- domains/app.vyductan.json | 10 ---------- domains/aquatica.json | 9 --------- domains/ardistory.json | 9 --------- domains/arhan.json | 10 ---------- domains/asher.json | 9 --------- domains/ashtonfabby.json | 9 --------- domains/autobean.json | 9 --------- domains/axe.json | 9 --------- domains/axo.json | 9 --------- domains/baobao.json | 9 --------- domains/bdays.suki.json | 9 --------- domains/berzcodetechnologies.json | 9 --------- domains/berzerk.json | 9 --------- domains/bigtime.json | 9 --------- domains/bintang1302.json | 9 --------- domains/blek.json | 11 ----------- domains/blema.json | 9 --------- domains/blindstudios.json | 9 --------- domains/blog.chuyentinorz.json | 11 ----------- domains/boo.json | 9 --------- domains/botlab.json | 10 ---------- domains/brainproxy.json | 9 --------- domains/brandnewwick.json | 14 -------------- domains/brasil.json | 9 --------- domains/buko-dev.json | 9 --------- domains/bur.json | 16 ---------------- domains/byte.json | 9 --------- domains/caesar.json | 9 --------- domains/callcon.json | 9 --------- domains/cartar.json | 10 ---------- domains/catfein.json | 9 --------- domains/cdn.artix.json | 10 ---------- domains/cdn.evelio.json | 11 ----------- domains/cdn.mohammad87115.json | 11 ----------- domains/cdn.parsewar.json | 9 --------- domains/cdn.pele.json | 10 ---------- domains/cdn.shymike.json | 9 --------- domains/cdn.trung.json | 9 --------- domains/cdn.xrap1dx.json | 10 ---------- domains/cemalgnlts.json | 9 --------- domains/chathub.json | 9 --------- domains/chegedouglas.json | 10 ---------- domains/code.aessaputra.json | 10 ---------- domains/code.trung.json | 9 --------- domains/codestantin.json | 9 --------- domains/cohinem.json | 9 --------- domains/connie.json | 9 --------- domains/coolify-app.json | 10 ---------- domains/corentin-sotoca.json | 10 ---------- domains/d4rkd3n1337.json | 9 --------- domains/dadaboudi.chiragnahata.json | 9 --------- domains/damu.json | 9 --------- domains/darshil.json | 9 --------- domains/dash.pele.json | 10 ---------- domains/dashboard.almaz.json | 11 ----------- domains/dashboard.chiragnahata.json | 9 --------- domains/dast.json | 10 ---------- domains/davidbisky.json | 9 --------- domains/dawnbreaker.json | 9 --------- domains/de.mcstatus.json | 9 --------- domains/declan.json | 9 --------- domains/delasheras.json | 9 --------- domains/denty.json | 9 --------- domains/devdaim.json | 9 --------- domains/dipesh.json | 9 --------- domains/discdefender.json | 9 --------- domains/dk.json | 9 --------- domains/dominicbrauer.json | 9 --------- domains/dommor.json | 9 --------- domains/douglas.json | 9 --------- domains/dust0n.json | 9 --------- domains/duyquang.json | 9 --------- domains/efe-esxi.json | 9 --------- domains/ehsan.json | 9 --------- domains/ericlin.json | 9 --------- domains/esp.json | 11 ----------- domains/evalk.json | 10 ---------- domains/exhq.json | 10 ---------- domains/extensions.trung.json | 9 --------- domains/f.jax.json | 9 --------- domains/fajox.json | 9 --------- domains/farman.json | 9 --------- domains/fassion.json | 9 --------- domains/femboy.json | 9 --------- domains/files.vornexx.json | 10 ---------- domains/fliberd.json | 9 --------- domains/forero.json | 9 --------- domains/foxie.arman.json | 9 --------- domains/frenzy.json | 9 --------- domains/friday.json | 9 --------- domains/froniz.json | 10 ---------- domains/fucabot.json | 10 ---------- domains/furry.json | 10 ---------- domains/gameserver.ardaninho.json | 9 --------- domains/gee.json | 9 --------- domains/goobsoder.json | 9 --------- domains/grusio.json | 9 --------- domains/gulu.json | 10 ---------- domains/gwilym.json | 9 --------- domains/h.jax.json | 9 --------- domains/hardik.json | 9 --------- domains/hasnain.json | 9 --------- domains/hastebin.json | 9 --------- domains/hercase.json | 9 --------- domains/homelander.json | 9 --------- domains/host.xandaah.json | 9 --------- domains/hotfix.saftec.json | 9 --------- domains/hotspot.json | 10 ---------- domains/huntroid.json | 20 -------------------- domains/huygmd-is-a-dev.json | 9 --------- domains/hyr1nk.json | 9 --------- domains/iam.json | 9 --------- domains/ico-bc.json | 9 --------- domains/icvn.json | 10 ---------- domains/ikdan.json | 9 --------- domains/img.suki.json | 9 --------- domains/indodev.json | 10 ---------- domains/insencel.json | 10 ---------- domains/integra.json | 9 --------- domains/iosviet.json | 9 --------- domains/ipamod.json | 10 ---------- domains/irc.pele.json | 10 ---------- domains/iris.json | 9 --------- domains/isabelrosillo.json | 9 --------- domains/ivo.json | 11 ----------- domains/jackson.json | 14 -------------- domains/jaennova.json | 9 --------- domains/jameshartley.json | 9 --------- domains/janmb.json | 10 ---------- domains/jasontumusiime.json | 9 --------- domains/jayasurya.json | 9 --------- domains/jegatchalian.json | 9 --------- domains/jemex.json | 9 --------- domains/jessiflessi.json | 14 -------------- domains/jitendrasaraf.json | 9 --------- domains/joao-silva.json | 10 ---------- domains/joinsachinarya.json | 11 ----------- domains/joko.json | 9 --------- domains/jokostorage.json | 10 ---------- domains/jokotwib.json | 10 ---------- domains/josecontrerasp.json | 10 ---------- domains/jqnn.json | 9 --------- domains/juan.json | 10 ---------- domains/jurgen.json | 9 --------- domains/jwoj.json | 10 ---------- domains/kem.json | 9 --------- domains/khacviet.json | 10 ---------- domains/khag.json | 9 --------- domains/khongtontien.json | 9 --------- domains/kingofnetflix.json | 10 ---------- domains/kitohemat.iamkevinhuang.json | 9 --------- domains/kleein.json | 9 --------- domains/klone.json | 9 --------- domains/kociak.json | 9 --------- domains/kokoapi.json | 9 --------- domains/kokoauth.json | 9 --------- domains/kriloud.json | 10 ---------- domains/kubov.json | 9 --------- domains/kuldeep.json | 14 -------------- domains/landercity.json | 9 --------- domains/landercitygaming.json | 9 --------- domains/laqie.json | 9 --------- domains/larp.json | 9 --------- domains/lavalink.akshtt.json | 10 ---------- domains/lexufybot.json | 9 --------- domains/links.trung.json | 9 --------- domains/linkup.json | 9 --------- domains/litmus.json | 9 --------- domains/lokito.json | 10 ---------- domains/lousybot.vulpine.json | 9 --------- domains/lucasbaronio.json | 9 --------- domains/luxxy.json | 9 --------- domains/m1cro.json | 9 --------- domains/mackenzie.json | 9 --------- domains/mafiz.json | 9 --------- domains/mahaviraenterprises.json | 9 --------- domains/mail.mrjunkyz.json | 9 --------- domains/malo.json | 9 --------- domains/mameen.json | 9 --------- domains/manage.uptime.trung.json | 9 --------- domains/mapsyseo.json | 9 --------- domains/mastergrid.json | 9 --------- domains/match.json | 14 -------------- domains/matrix.vi0leta.json | 9 --------- domains/mcreed.json | 14 -------------- domains/mduha.json | 9 --------- domains/meku.json | 10 ---------- domains/mekuu.json | 9 --------- domains/mekuuu.json | 9 --------- domains/mekuvsh.json | 9 --------- domains/mekuzv.json | 9 --------- domains/mongodb.trung.json | 9 --------- domains/mosa.json | 9 --------- domains/moviebypass.json | 9 --------- domains/mrvasil.json | 10 ---------- domains/mssfreight.json | 9 --------- domains/musiccorn01.json | 9 --------- domains/mydesktop.json | 9 --------- domains/mystic.trung.json | 9 --------- domains/nass.json | 10 ---------- domains/navistar.json | 9 --------- domains/needrose.json | 9 --------- domains/nef.json | 9 --------- domains/nexfilms.json | 9 --------- domains/nexflix.json | 9 --------- domains/nexos.json | 9 --------- domains/nexproxymanager.json | 9 --------- domains/nextcloud.vi0leta.json | 9 --------- domains/nifle.json | 9 --------- domains/noah.json | 10 ---------- domains/nom.json | 9 --------- domains/nonam4lol.json | 9 --------- domains/not.json | 9 --------- domains/nvrxstdwrth.json | 9 --------- domains/oandbtech-chat.json | 9 --------- domains/oandbtech.json | 9 --------- domains/ofv.json | 9 --------- domains/oli.json | 9 --------- domains/omera.json | 9 --------- domains/oops.json | 9 --------- domains/opaps.json | 9 --------- domains/openmalus.json | 9 --------- domains/orangethewell.json | 9 --------- domains/orbit.json | 10 ---------- domains/p2m.json | 10 ---------- domains/pabitrabanerjee.json | 10 ---------- domains/palak.json | 10 ---------- domains/pana.json | 9 --------- domains/pancystudio.json | 9 --------- domains/patin.json | 10 ---------- domains/pirate-project.json | 10 ---------- domains/play.alora.json | 10 ---------- domains/play.soccer.json | 19 ------------------- domains/porant.json | 9 --------- domains/portfolio.json | 9 --------- domains/preview.shan.json | 11 ----------- domains/protoshock.gizzy.json | 10 ---------- domains/proxy.trung.json | 9 --------- domains/qrcode.json | 10 ---------- domains/queirozt.json | 9 --------- domains/r00t3d.json | 9 --------- domains/r2mvstr.json | 9 --------- domains/radio.mxnticek.json | 10 ---------- domains/rakshit.json | 9 --------- domains/random.json | 9 --------- domains/random2.json | 14 -------------- domains/raspicloud.json | 9 --------- domains/rbg.brandgrandreal.json | 9 --------- domains/realfara.json | 20 -------------------- domains/rednotsus.json | 9 --------- domains/respect.json | 9 --------- domains/ruthless.json | 9 --------- domains/ryanisyyds.json | 9 --------- domains/ryn.json | 9 --------- domains/ryo.json | 9 --------- domains/saahil.json | 9 --------- domains/sameerk.json | 15 --------------- domains/samp.alora.json | 9 --------- domains/saumon.json | 10 ---------- domains/saxon.json | 9 --------- domains/scoobis.json | 9 --------- domains/serverpanel.json | 9 --------- domains/sh-crm.json | 9 --------- domains/shad.json | 14 -------------- domains/shadowjobs.json | 10 ---------- domains/shravan.json | 10 ---------- domains/shubham1806.json | 9 --------- domains/sincererflame71.json | 20 -------------------- domains/sivaraj.json | 21 --------------------- domains/siwon.json | 9 --------- domains/sotto.json | 9 --------- domains/spider-development.json | 8 -------- domains/spitkov.json | 9 --------- domains/spotify.trung.json | 9 --------- domains/stan.json | 9 --------- domains/stardust.json | 9 --------- domains/stats.trung.json | 9 --------- domains/status-ryo.json | 9 --------- domains/status.jes.json | 9 --------- domains/status.shan.json | 11 ----------- domains/status.trung.json | 9 --------- domains/stef.json | 9 --------- domains/stoneleaf-dh.json | 9 --------- domains/stremioaddonlt.json | 9 --------- domains/styy.json | 9 --------- domains/tabby.json | 9 --------- domains/tahir.json | 9 --------- domains/tawhidislam.json | 10 ---------- domains/tech4file.json | 9 --------- domains/techbot.json | 9 --------- domains/termonoid.json | 11 ----------- domains/test.trung.json | 9 --------- domains/testluxxy.json | 9 --------- domains/tetris.vi0leta.json | 9 --------- domains/texnogrand-dev.json | 9 --------- domains/theconcepteur.json | 9 --------- domains/theharry.json | 10 ---------- domains/thinhnguyen.json | 9 --------- domains/tientiny.json | 9 --------- domains/titan.json | 9 --------- domains/tunnel.vulcanocraft.json | 10 ---------- domains/ugdev.json | 9 --------- domains/ukasimov.json | 11 ----------- domains/umarahsan.json | 9 --------- domains/uptime-ryo.json | 9 --------- domains/uptime.acronical.json | 9 --------- domains/vacer.json | 9 --------- domains/vercelstats.json | 9 --------- domains/vesly.json | 9 --------- domains/vilari.json | 9 --------- domains/vishwapinnawala.json | 9 --------- domains/vismbs.json | 9 --------- domains/wasd228.json | 9 --------- domains/wasi.json | 9 --------- domains/webmail.mrjunkyz.json | 9 --------- domains/webouille.json | 9 --------- domains/weissx.json | 9 --------- domains/wiener234.json | 9 --------- domains/william2sober.json | 10 ---------- domains/wlodekm.json | 10 ---------- domains/woofer.json | 15 --------------- domains/workspace.trung.json | 9 --------- domains/woundrite.json | 14 -------------- domains/ws.json | 9 --------- domains/www.aswinmahesh.json | 10 ---------- domains/www.aswinmaheshc.json | 10 ---------- domains/www.schumerism.json | 9 --------- domains/xream.json | 9 --------- domains/xsamivs.json | 10 ---------- domains/xtendera.json | 9 --------- domains/yacoreq.json | 10 ---------- domains/yaelmassieu.json | 9 --------- domains/yatinmalhotra.json | 9 --------- domains/yrrahbot.acronical.json | 9 --------- domains/yuko.json | 9 --------- domains/zakaria-didah.json | 10 ---------- domains/zedfr.json | 9 --------- domains/zephyr.json | 10 ---------- domains/zoosio.json | 10 ---------- 363 files changed, 3500 deletions(-) delete mode 100644 domains/_vercel.app.vyductan.json delete mode 100644 domains/_vercel.blog.chuyentinorz.json delete mode 100644 domains/_vercel.litmus.json delete mode 100644 domains/_vercel.yuko.json delete mode 100644 domains/aadirajuthup.json delete mode 100644 domains/abdulrazzaq.json delete mode 100644 domains/abiels.json delete mode 100644 domains/acctuke.json delete mode 100644 domains/advance-bot.json delete mode 100644 domains/afk.json delete mode 100644 domains/ahnaf.json delete mode 100644 domains/aidan.json delete mode 100644 domains/akki.json delete mode 100644 domains/alfari.json delete mode 100644 domains/alphabet.json delete mode 100644 domains/andrew.json delete mode 100644 domains/aniwon.json delete mode 100644 domains/antogamer.json delete mode 100644 domains/apep.json delete mode 100644 domains/api.acronical.json delete mode 100644 domains/api.anshtyagi.json delete mode 100644 domains/api.dark.json delete mode 100644 domains/api.kruase.json delete mode 100644 domains/api.semant.json delete mode 100644 domains/app.vyductan.json delete mode 100644 domains/aquatica.json delete mode 100644 domains/ardistory.json delete mode 100644 domains/arhan.json delete mode 100644 domains/asher.json delete mode 100644 domains/ashtonfabby.json delete mode 100644 domains/autobean.json delete mode 100644 domains/axe.json delete mode 100644 domains/axo.json delete mode 100644 domains/baobao.json delete mode 100644 domains/bdays.suki.json delete mode 100644 domains/berzcodetechnologies.json delete mode 100644 domains/berzerk.json delete mode 100644 domains/bigtime.json delete mode 100644 domains/bintang1302.json delete mode 100644 domains/blek.json delete mode 100644 domains/blema.json delete mode 100644 domains/blindstudios.json delete mode 100644 domains/blog.chuyentinorz.json delete mode 100644 domains/boo.json delete mode 100644 domains/botlab.json delete mode 100644 domains/brainproxy.json delete mode 100644 domains/brandnewwick.json delete mode 100644 domains/brasil.json delete mode 100644 domains/buko-dev.json delete mode 100644 domains/bur.json delete mode 100644 domains/byte.json delete mode 100644 domains/caesar.json delete mode 100644 domains/callcon.json delete mode 100644 domains/cartar.json delete mode 100644 domains/catfein.json delete mode 100644 domains/cdn.artix.json delete mode 100644 domains/cdn.evelio.json delete mode 100644 domains/cdn.mohammad87115.json delete mode 100644 domains/cdn.parsewar.json delete mode 100644 domains/cdn.pele.json delete mode 100644 domains/cdn.shymike.json delete mode 100644 domains/cdn.trung.json delete mode 100644 domains/cdn.xrap1dx.json delete mode 100644 domains/cemalgnlts.json delete mode 100644 domains/chathub.json delete mode 100644 domains/chegedouglas.json delete mode 100644 domains/code.aessaputra.json delete mode 100644 domains/code.trung.json delete mode 100644 domains/codestantin.json delete mode 100644 domains/cohinem.json delete mode 100644 domains/connie.json delete mode 100644 domains/coolify-app.json delete mode 100644 domains/corentin-sotoca.json delete mode 100644 domains/d4rkd3n1337.json delete mode 100644 domains/dadaboudi.chiragnahata.json delete mode 100644 domains/damu.json delete mode 100644 domains/darshil.json delete mode 100644 domains/dash.pele.json delete mode 100644 domains/dashboard.almaz.json delete mode 100644 domains/dashboard.chiragnahata.json delete mode 100644 domains/dast.json delete mode 100644 domains/davidbisky.json delete mode 100644 domains/dawnbreaker.json delete mode 100644 domains/de.mcstatus.json delete mode 100644 domains/declan.json delete mode 100644 domains/delasheras.json delete mode 100644 domains/denty.json delete mode 100644 domains/devdaim.json delete mode 100644 domains/dipesh.json delete mode 100644 domains/discdefender.json delete mode 100644 domains/dk.json delete mode 100644 domains/dominicbrauer.json delete mode 100644 domains/dommor.json delete mode 100644 domains/douglas.json delete mode 100644 domains/dust0n.json delete mode 100644 domains/duyquang.json delete mode 100644 domains/efe-esxi.json delete mode 100644 domains/ehsan.json delete mode 100644 domains/ericlin.json delete mode 100644 domains/esp.json delete mode 100644 domains/evalk.json delete mode 100644 domains/exhq.json delete mode 100644 domains/extensions.trung.json delete mode 100644 domains/f.jax.json delete mode 100644 domains/fajox.json delete mode 100644 domains/farman.json delete mode 100644 domains/fassion.json delete mode 100644 domains/femboy.json delete mode 100644 domains/files.vornexx.json delete mode 100644 domains/fliberd.json delete mode 100644 domains/forero.json delete mode 100644 domains/foxie.arman.json delete mode 100644 domains/frenzy.json delete mode 100644 domains/friday.json delete mode 100644 domains/froniz.json delete mode 100644 domains/fucabot.json delete mode 100644 domains/furry.json delete mode 100644 domains/gameserver.ardaninho.json delete mode 100644 domains/gee.json delete mode 100644 domains/goobsoder.json delete mode 100644 domains/grusio.json delete mode 100644 domains/gulu.json delete mode 100644 domains/gwilym.json delete mode 100644 domains/h.jax.json delete mode 100644 domains/hardik.json delete mode 100644 domains/hasnain.json delete mode 100644 domains/hastebin.json delete mode 100644 domains/hercase.json delete mode 100644 domains/homelander.json delete mode 100644 domains/host.xandaah.json delete mode 100644 domains/hotfix.saftec.json delete mode 100644 domains/hotspot.json delete mode 100644 domains/huntroid.json delete mode 100644 domains/huygmd-is-a-dev.json delete mode 100644 domains/hyr1nk.json delete mode 100644 domains/iam.json delete mode 100644 domains/ico-bc.json delete mode 100644 domains/icvn.json delete mode 100644 domains/ikdan.json delete mode 100644 domains/img.suki.json delete mode 100644 domains/indodev.json delete mode 100644 domains/insencel.json delete mode 100644 domains/integra.json delete mode 100644 domains/iosviet.json delete mode 100644 domains/ipamod.json delete mode 100644 domains/irc.pele.json delete mode 100644 domains/iris.json delete mode 100644 domains/isabelrosillo.json delete mode 100644 domains/ivo.json delete mode 100644 domains/jackson.json delete mode 100644 domains/jaennova.json delete mode 100644 domains/jameshartley.json delete mode 100644 domains/janmb.json delete mode 100644 domains/jasontumusiime.json delete mode 100644 domains/jayasurya.json delete mode 100644 domains/jegatchalian.json delete mode 100644 domains/jemex.json delete mode 100644 domains/jessiflessi.json delete mode 100644 domains/jitendrasaraf.json delete mode 100644 domains/joao-silva.json delete mode 100644 domains/joinsachinarya.json delete mode 100644 domains/joko.json delete mode 100644 domains/jokostorage.json delete mode 100644 domains/jokotwib.json delete mode 100644 domains/josecontrerasp.json delete mode 100644 domains/jqnn.json delete mode 100644 domains/juan.json delete mode 100644 domains/jurgen.json delete mode 100644 domains/jwoj.json delete mode 100644 domains/kem.json delete mode 100644 domains/khacviet.json delete mode 100644 domains/khag.json delete mode 100644 domains/khongtontien.json delete mode 100644 domains/kingofnetflix.json delete mode 100644 domains/kitohemat.iamkevinhuang.json delete mode 100644 domains/kleein.json delete mode 100644 domains/klone.json delete mode 100644 domains/kociak.json delete mode 100644 domains/kokoapi.json delete mode 100644 domains/kokoauth.json delete mode 100644 domains/kriloud.json delete mode 100644 domains/kubov.json delete mode 100644 domains/kuldeep.json delete mode 100644 domains/landercity.json delete mode 100644 domains/landercitygaming.json delete mode 100644 domains/laqie.json delete mode 100644 domains/larp.json delete mode 100644 domains/lavalink.akshtt.json delete mode 100644 domains/lexufybot.json delete mode 100644 domains/links.trung.json delete mode 100644 domains/linkup.json delete mode 100644 domains/litmus.json delete mode 100644 domains/lokito.json delete mode 100644 domains/lousybot.vulpine.json delete mode 100644 domains/lucasbaronio.json delete mode 100644 domains/luxxy.json delete mode 100644 domains/m1cro.json delete mode 100644 domains/mackenzie.json delete mode 100644 domains/mafiz.json delete mode 100644 domains/mahaviraenterprises.json delete mode 100644 domains/mail.mrjunkyz.json delete mode 100644 domains/malo.json delete mode 100644 domains/mameen.json delete mode 100644 domains/manage.uptime.trung.json delete mode 100644 domains/mapsyseo.json delete mode 100644 domains/mastergrid.json delete mode 100644 domains/match.json delete mode 100644 domains/matrix.vi0leta.json delete mode 100644 domains/mcreed.json delete mode 100644 domains/mduha.json delete mode 100644 domains/meku.json delete mode 100644 domains/mekuu.json delete mode 100644 domains/mekuuu.json delete mode 100644 domains/mekuvsh.json delete mode 100644 domains/mekuzv.json delete mode 100644 domains/mongodb.trung.json delete mode 100644 domains/mosa.json delete mode 100644 domains/moviebypass.json delete mode 100644 domains/mrvasil.json delete mode 100644 domains/mssfreight.json delete mode 100644 domains/musiccorn01.json delete mode 100644 domains/mydesktop.json delete mode 100644 domains/mystic.trung.json delete mode 100644 domains/nass.json delete mode 100644 domains/navistar.json delete mode 100644 domains/needrose.json delete mode 100644 domains/nef.json delete mode 100644 domains/nexfilms.json delete mode 100644 domains/nexflix.json delete mode 100644 domains/nexos.json delete mode 100644 domains/nexproxymanager.json delete mode 100644 domains/nextcloud.vi0leta.json delete mode 100644 domains/nifle.json delete mode 100644 domains/noah.json delete mode 100644 domains/nom.json delete mode 100644 domains/nonam4lol.json delete mode 100644 domains/not.json delete mode 100644 domains/nvrxstdwrth.json delete mode 100644 domains/oandbtech-chat.json delete mode 100644 domains/oandbtech.json delete mode 100644 domains/ofv.json delete mode 100644 domains/oli.json delete mode 100644 domains/omera.json delete mode 100644 domains/oops.json delete mode 100644 domains/opaps.json delete mode 100644 domains/openmalus.json delete mode 100644 domains/orangethewell.json delete mode 100644 domains/orbit.json delete mode 100644 domains/p2m.json delete mode 100644 domains/pabitrabanerjee.json delete mode 100644 domains/palak.json delete mode 100644 domains/pana.json delete mode 100644 domains/pancystudio.json delete mode 100644 domains/patin.json delete mode 100644 domains/pirate-project.json delete mode 100644 domains/play.alora.json delete mode 100644 domains/play.soccer.json delete mode 100644 domains/porant.json delete mode 100644 domains/portfolio.json delete mode 100644 domains/preview.shan.json delete mode 100644 domains/protoshock.gizzy.json delete mode 100644 domains/proxy.trung.json delete mode 100644 domains/qrcode.json delete mode 100644 domains/queirozt.json delete mode 100644 domains/r00t3d.json delete mode 100644 domains/r2mvstr.json delete mode 100644 domains/radio.mxnticek.json delete mode 100644 domains/rakshit.json delete mode 100644 domains/random.json delete mode 100644 domains/random2.json delete mode 100644 domains/raspicloud.json delete mode 100644 domains/rbg.brandgrandreal.json delete mode 100644 domains/realfara.json delete mode 100644 domains/rednotsus.json delete mode 100644 domains/respect.json delete mode 100644 domains/ruthless.json delete mode 100644 domains/ryanisyyds.json delete mode 100644 domains/ryn.json delete mode 100644 domains/ryo.json delete mode 100644 domains/saahil.json delete mode 100644 domains/sameerk.json delete mode 100644 domains/samp.alora.json delete mode 100644 domains/saumon.json delete mode 100644 domains/saxon.json delete mode 100644 domains/scoobis.json delete mode 100644 domains/serverpanel.json delete mode 100644 domains/sh-crm.json delete mode 100644 domains/shad.json delete mode 100644 domains/shadowjobs.json delete mode 100644 domains/shravan.json delete mode 100644 domains/shubham1806.json delete mode 100644 domains/sincererflame71.json delete mode 100644 domains/sivaraj.json delete mode 100644 domains/siwon.json delete mode 100644 domains/sotto.json delete mode 100644 domains/spider-development.json delete mode 100644 domains/spitkov.json delete mode 100644 domains/spotify.trung.json delete mode 100644 domains/stan.json delete mode 100644 domains/stardust.json delete mode 100644 domains/stats.trung.json delete mode 100644 domains/status-ryo.json delete mode 100644 domains/status.jes.json delete mode 100644 domains/status.shan.json delete mode 100644 domains/status.trung.json delete mode 100644 domains/stef.json delete mode 100644 domains/stoneleaf-dh.json delete mode 100644 domains/stremioaddonlt.json delete mode 100644 domains/styy.json delete mode 100644 domains/tabby.json delete mode 100644 domains/tahir.json delete mode 100644 domains/tawhidislam.json delete mode 100644 domains/tech4file.json delete mode 100644 domains/techbot.json delete mode 100644 domains/termonoid.json delete mode 100644 domains/test.trung.json delete mode 100644 domains/testluxxy.json delete mode 100644 domains/tetris.vi0leta.json delete mode 100644 domains/texnogrand-dev.json delete mode 100644 domains/theconcepteur.json delete mode 100644 domains/theharry.json delete mode 100644 domains/thinhnguyen.json delete mode 100644 domains/tientiny.json delete mode 100644 domains/titan.json delete mode 100644 domains/tunnel.vulcanocraft.json delete mode 100644 domains/ugdev.json delete mode 100644 domains/ukasimov.json delete mode 100644 domains/umarahsan.json delete mode 100644 domains/uptime-ryo.json delete mode 100644 domains/uptime.acronical.json delete mode 100644 domains/vacer.json delete mode 100644 domains/vercelstats.json delete mode 100644 domains/vesly.json delete mode 100644 domains/vilari.json delete mode 100644 domains/vishwapinnawala.json delete mode 100644 domains/vismbs.json delete mode 100644 domains/wasd228.json delete mode 100644 domains/wasi.json delete mode 100644 domains/webmail.mrjunkyz.json delete mode 100644 domains/webouille.json delete mode 100644 domains/weissx.json delete mode 100644 domains/wiener234.json delete mode 100644 domains/william2sober.json delete mode 100644 domains/wlodekm.json delete mode 100644 domains/woofer.json delete mode 100644 domains/workspace.trung.json delete mode 100644 domains/woundrite.json delete mode 100644 domains/ws.json delete mode 100644 domains/www.aswinmahesh.json delete mode 100644 domains/www.aswinmaheshc.json delete mode 100644 domains/www.schumerism.json delete mode 100644 domains/xream.json delete mode 100644 domains/xsamivs.json delete mode 100644 domains/xtendera.json delete mode 100644 domains/yacoreq.json delete mode 100644 domains/yaelmassieu.json delete mode 100644 domains/yatinmalhotra.json delete mode 100644 domains/yrrahbot.acronical.json delete mode 100644 domains/yuko.json delete mode 100644 domains/zakaria-didah.json delete mode 100644 domains/zedfr.json delete mode 100644 domains/zephyr.json delete mode 100644 domains/zoosio.json diff --git a/domains/_vercel.app.vyductan.json b/domains/_vercel.app.vyductan.json deleted file mode 100644 index 827fccd3b..000000000 --- a/domains/_vercel.app.vyductan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "vyductan", - "email": "vdt5snet@gmail.com", - "discord": "370012050316984321" - }, - "records": { - "TXT": "vc-domain-verify=*.vyductan.is-a.dev,f7fc15db084fa96cf967" - } -} diff --git a/domains/_vercel.blog.chuyentinorz.json b/domains/_vercel.blog.chuyentinorz.json deleted file mode 100644 index 7389ffcf4..000000000 --- a/domains/_vercel.blog.chuyentinorz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "akk1to", - "email": "akk1to.dev@gmail.com", - "discord": "727497287777124414" - }, - "records": { - "TXT": ["vc-domain-verify=blog.chuyentinorz.is-a.dev,8c86561445eea418c27a"] - } -} diff --git a/domains/_vercel.litmus.json b/domains/_vercel.litmus.json deleted file mode 100644 index da213073e..000000000 --- a/domains/_vercel.litmus.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "litmus-zhang", - "email": "abdulsalamlukmon9@gmail.com" - }, - "records": { - "TXT": "78ba183f9678f5722897" - } -} diff --git a/domains/_vercel.yuko.json b/domains/_vercel.yuko.json deleted file mode 100644 index b4687f1cd..000000000 --- a/domains/_vercel.yuko.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DreamLikeAmonster", - "discord": "918872621892911164" - }, - "records": { - "TXT": "vc-domain-verify=yuko.is-a.dev,69ddf764dd9d6db9011e" - } -} diff --git a/domains/aadirajuthup.json b/domains/aadirajuthup.json deleted file mode 100644 index 9e7d46002..000000000 --- a/domains/aadirajuthup.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aadirajuthup", - "email": "aadi.rajuthup@gmail.com" - }, - "records": { - "A": ["150.136.148.164"] - } -} diff --git a/domains/abdulrazzaq.json b/domains/abdulrazzaq.json deleted file mode 100644 index f1be462ba..000000000 --- a/domains/abdulrazzaq.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portfolio Website", - "owner": { - "username": "algo-encoders", - "email": "a.razzaq4085@gmail.com" - }, - "records": { - "A": ["75.119.140.170"] - } -} diff --git a/domains/abiels.json b/domains/abiels.json deleted file mode 100644 index 8c7452f33..000000000 --- a/domains/abiels.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "email": "usagecomputer1@gmail.com", - "username": "Abiel0" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/acctuke.json b/domains/acctuke.json deleted file mode 100644 index 9d1f3e6b0..000000000 --- a/domains/acctuke.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Roing", - "email": "yang4421@outlook.com" - }, - "records": { - "A": ["47.120.72.157"] - } -} diff --git a/domains/advance-bot.json b/domains/advance-bot.json deleted file mode 100644 index dd54256ab..000000000 --- a/domains/advance-bot.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "shygamer123", - "email": "gpratham522@gmail.com", - "discord": "840244590870003762" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/afk.json b/domains/afk.json deleted file mode 100644 index 21cfbd436..000000000 --- a/domains/afk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "RainWill", - "email": "2782401449@qq.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/ahnaf.json b/domains/ahnaf.json deleted file mode 100644 index 7aa4519ba..000000000 --- a/domains/ahnaf.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "For my personal portfolio website", - "owner": { - "username": "AhnafFarhanHossain", - "email": "ahnaffarhanhossain@gmail.com" - }, - "records": { - "A": ["103.62.149.9"] - } -} diff --git a/domains/aidan.json b/domains/aidan.json deleted file mode 100644 index 1e1d6e9d7..000000000 --- a/domains/aidan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sangnd2x", - "email": "sanguyen128@gmail.com" - }, - "records": { - "A": ["103.211.201.28"] - } -} diff --git a/domains/akki.json b/domains/akki.json deleted file mode 100644 index c74266bd4..000000000 --- a/domains/akki.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "akshtt-dev", - "email": "maillegendop@gmail.com", - "discord": "1056531806763102218" - }, - "records": { - "A": ["69.197.135.203"] - } -} diff --git a/domains/alfari.json b/domains/alfari.json deleted file mode 100644 index 262f1efe6..000000000 --- a/domains/alfari.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alfari24", - "email": "ari@alfari.id" - }, - "records": { - "A": ["194.15.36.220"] - } -} diff --git a/domains/alphabet.json b/domains/alphabet.json deleted file mode 100644 index 5855ccad5..000000000 --- a/domains/alphabet.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Commandify", - "email": "commandify@gmail.com" - }, - "records": { - "A": ["68.183.191.223"] - } -} diff --git a/domains/andrew.json b/domains/andrew.json deleted file mode 100644 index 20d354fd7..000000000 --- a/domains/andrew.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "my portofolio", - "owner": { - "username": "lightningON90hz", - "email": "andrewworkmail123@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - }, - "proxied": false -} diff --git a/domains/aniwon.json b/domains/aniwon.json deleted file mode 100644 index e3e46fbf9..000000000 --- a/domains/aniwon.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Panwar0", - "email": "panwarnishchey+02@gmail.com", - "discord": "821976026984611850" - }, - "records": { - "A": ["185.191.231.137"] - } -} diff --git a/domains/antogamer.json b/domains/antogamer.json deleted file mode 100644 index a1eb178c7..000000000 --- a/domains/antogamer.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AntogamerYT", - "email": "antonio.antogamer@gmail.com", - "discord": "thisisanto", - "twitter": "ThisIsAnto_" - }, - "records": { - "A": ["141.144.196.233"] - } -} diff --git a/domains/apep.json b/domains/apep.json deleted file mode 100644 index 4eaabc336..000000000 --- a/domains/apep.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ArasakaID", - "email": "afifeka20@gmail.com", - "discord": "331616752767205378" - }, - "records": { - "A": ["8.222.249.188"] - } -} diff --git a/domains/api.acronical.json b/domains/api.acronical.json deleted file mode 100644 index 7dc9d2ef3..000000000 --- a/domains/api.acronical.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AcronicalYT", - "email": "acronicalbusiness@gmail.com" - }, - "records": { - "A": ["138.68.133.84"] - } -} diff --git a/domains/api.anshtyagi.json b/domains/api.anshtyagi.json deleted file mode 100644 index 2350bbb55..000000000 --- a/domains/api.anshtyagi.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "API WEBSITE", - "owner": { - "username": "anshtyagi0", - "email": "tyagiansh175@gmail.com" - }, - "records": { - "A": ["20.197.60.252"] - } -} diff --git a/domains/api.dark.json b/domains/api.dark.json deleted file mode 100644 index abed31ca3..000000000 --- a/domains/api.dark.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "API for a Discord bot", - "owner": { - "username": "BruhDark", - "email": "darkpxint@gmail.com", - "discord": "dark.py" - }, - "records": { - "A": ["34.57.65.208"] - } -} diff --git a/domains/api.kruase.json b/domains/api.kruase.json deleted file mode 100644 index fd2c7115a..000000000 --- a/domains/api.kruase.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Development and pet-project APIs", - "owner": { - "username": "KruASe76", - "email": "kruanse@ya.ru", - "telegram": "https://t.me/KruASe" - }, - "records": { - "A": ["89.19.177.86"] - } -} diff --git a/domains/api.semant.json b/domains/api.semant.json deleted file mode 100644 index 34d81f05a..000000000 --- a/domains/api.semant.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Semant Api", - "owner": { - "username": "ihacksemant", - "email": "contact@semant.is-a.dev", - "discord": "445073800850046977" - }, - "records": { - "A": ["69.197.135.205"] - } -} diff --git a/domains/app.vyductan.json b/domains/app.vyductan.json deleted file mode 100644 index b4b0ab4f0..000000000 --- a/domains/app.vyductan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "vyductan", - "email": "vdt5snet@gmail.com", - "discord": "370012050316984321" - }, - "records": { - "A": ["76.76.21.21"] - } -} diff --git a/domains/aquatica.json b/domains/aquatica.json deleted file mode 100644 index cbba7ce05..000000000 --- a/domains/aquatica.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "UntoldGam", - "email": "charlessbird+github@outlook.com" - }, - "records": { - "A": ["130.162.169.213"] - } -} diff --git a/domains/ardistory.json b/domains/ardistory.json deleted file mode 100644 index 3625810ca..000000000 --- a/domains/ardistory.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ardistory", - "email": "putraardiansyah530@gmail.com" - }, - "records": { - "A": ["198.91.81.13"] - } -} diff --git a/domains/arhan.json b/domains/arhan.json deleted file mode 100644 index b682374cc..000000000 --- a/domains/arhan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ArhanExploits", - "email": "vortexsperts@gmail.com", - "discord": "1058620249978716191" - }, - "records": { - "A": ["54.37.19.49"] - } -} diff --git a/domains/asher.json b/domains/asher.json deleted file mode 100644 index c088d90f9..000000000 --- a/domains/asher.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "The-Asher", - "email": "08.bellaaron@gmail.com" - }, - "records": { - "A": ["198.91.81.11"] - } -} diff --git a/domains/ashtonfabby.json b/domains/ashtonfabby.json deleted file mode 100644 index d5af22f0f..000000000 --- a/domains/ashtonfabby.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ashtonfabby", - "email": "ashtonfabbt@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/autobean.json b/domains/autobean.json deleted file mode 100644 index a56853554..000000000 --- a/domains/autobean.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AriesPowv", - "email": "apowvalla26@jesuitmail.org" - }, - "records": { - "A": ["34.111.254.92"] - } -} diff --git a/domains/axe.json b/domains/axe.json deleted file mode 100644 index bdaea2b78..000000000 --- a/domains/axe.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "axelawh", - "email": "lewisbrown171@gmail.com" - }, - "records": { - "A": ["195.20.254.54"] - } -} diff --git a/domains/axo.json b/domains/axo.json deleted file mode 100644 index 2904198de..000000000 --- a/domains/axo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ImAxolotlicekDev", - "discord": "1125148972449796136" - }, - "records": { - "A": ["158.178.206.169"] - } -} diff --git a/domains/baobao.json b/domains/baobao.json deleted file mode 100644 index 558232eff..000000000 --- a/domains/baobao.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "BaobeierB", - "discord": "246449974118842368" - }, - "records": { - "A": ["103.200.29.116"] - } -} diff --git a/domains/bdays.suki.json b/domains/bdays.suki.json deleted file mode 100644 index 9ef65184f..000000000 --- a/domains/bdays.suki.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SukiPlayz", - "email": "sukimayoo@outlook.com" - }, - "records": { - "A": ["69.197.135.204"] - } -} diff --git a/domains/berzcodetechnologies.json b/domains/berzcodetechnologies.json deleted file mode 100644 index 534b23230..000000000 --- a/domains/berzcodetechnologies.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sxurabh", - "email": "saurabhkirve@gmail.com" - }, - "records": { - "A": ["154.41.233.131"] - } -} diff --git a/domains/berzerk.json b/domains/berzerk.json deleted file mode 100644 index 534b23230..000000000 --- a/domains/berzerk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sxurabh", - "email": "saurabhkirve@gmail.com" - }, - "records": { - "A": ["154.41.233.131"] - } -} diff --git a/domains/bigtime.json b/domains/bigtime.json deleted file mode 100644 index 50e282224..000000000 --- a/domains/bigtime.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mxl0s", - "email": "contact@milosv.co" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/bintang1302.json b/domains/bintang1302.json deleted file mode 100644 index d97970a17..000000000 --- a/domains/bintang1302.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Bintang1302", - "discord": "881796102142185504" - }, - "records": { - "A": ["89.213.211.250"] - } -} diff --git a/domains/blek.json b/domains/blek.json deleted file mode 100644 index 134cb4fed..000000000 --- a/domains/blek.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "blek is a dev", - "owner": { - "username": "b1ek", - "email": "me@blek.codes" - }, - "records": { - "A": ["185.130.226.115"], - "AAAA": ["2a05:b40:0:570:4563:92af:9a56:7fc8"] - } -} diff --git a/domains/blema.json b/domains/blema.json deleted file mode 100644 index 6f560c26d..000000000 --- a/domains/blema.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ruben-as", - "email": "ruben.aja.85@gmail.com" - }, - "records": { - "A": ["212.227.32.105"] - } -} diff --git a/domains/blindstudios.json b/domains/blindstudios.json deleted file mode 100644 index 237a80f2f..000000000 --- a/domains/blindstudios.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "urasdbwd", - "discord": "291889282032074752" - }, - "records": { - "A": ["193.149.164.209"] - } -} diff --git a/domains/blog.chuyentinorz.json b/domains/blog.chuyentinorz.json deleted file mode 100644 index 7ac9d30a9..000000000 --- a/domains/blog.chuyentinorz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "This website is a blogpost for ChuyenTinORZ", - "owner": { - "username": "akk1to", - "email": "akk1to.dev@gmail.com", - "discord": "727497287777124414" - }, - "records": { - "A": ["216.198.79.193"] - } -} diff --git a/domains/boo.json b/domains/boo.json deleted file mode 100644 index 72787b4b3..000000000 --- a/domains/boo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Boopup", - "discord": "972502840247484527" - }, - "records": { - "A": ["46.202.82.187"] - } -} diff --git a/domains/botlab.json b/domains/botlab.json deleted file mode 100644 index 62db73272..000000000 --- a/domains/botlab.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "DBD(NO CODE)", - "owner": { - "username": "Priyansxu", - "email": "priyansxu@yahoo.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/brainproxy.json b/domains/brainproxy.json deleted file mode 100644 index efaf44ce0..000000000 --- a/domains/brainproxy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "LtBrain", - "email": "brian.j.guan@outlook.com" - }, - "records": { - "A": ["64.227.120.231"] - } -} diff --git a/domains/brandnewwick.json b/domains/brandnewwick.json deleted file mode 100644 index 53d66adf9..000000000 --- a/domains/brandnewwick.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "alephdfilms", - "email": "alephdiallo@mail.com" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/brasil.json b/domains/brasil.json deleted file mode 100644 index 12f0979f9..000000000 --- a/domains/brasil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NatanKonig", - "email": "natan.camargo8@gmail.com" - }, - "records": { - "A": ["129.148.24.229"] - } -} diff --git a/domains/buko-dev.json b/domains/buko-dev.json deleted file mode 100644 index 54fc9b796..000000000 --- a/domains/buko-dev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "BukoDEV", - "discord": "539008740826021900" - }, - "records": { - "A": ["193.111.250.109"] - } -} diff --git a/domains/bur.json b/domains/bur.json deleted file mode 100644 index 754f483b9..000000000 --- a/domains/bur.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "owner": { - "username": "burandby", - "email": "bur.and.by@gmail.com", - "twitter": "burandby", - "discord": "burandby" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/byte.json b/domains/byte.json deleted file mode 100644 index 1dfb37853..000000000 --- a/domains/byte.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ishan-school", - "email": "ishan.13406@lahartara.sunbeamschools.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/caesar.json b/domains/caesar.json deleted file mode 100644 index 1c016a5e7..000000000 --- a/domains/caesar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Illupiter", - "email": "lollelxkfo@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/callcon.json b/domains/callcon.json deleted file mode 100644 index c2e331498..000000000 --- a/domains/callcon.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ItzYoVishal", - "email": "rockstarelitecoc@gmail.com" - }, - "records": { - "A": ["4.157.244.201"] - } -} diff --git a/domains/cartar.json b/domains/cartar.json deleted file mode 100644 index e36b5e104..000000000 --- a/domains/cartar.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Main domain for file server.", - "owner": { - "username": "realCartar", - "twitter": "cartar0058" - }, - "records": { - "A": ["154.53.34.33"] - } -} diff --git a/domains/catfein.json b/domains/catfein.json deleted file mode 100644 index 262f1efe6..000000000 --- a/domains/catfein.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alfari24", - "email": "ari@alfari.id" - }, - "records": { - "A": ["194.15.36.220"] - } -} diff --git a/domains/cdn.artix.json b/domains/cdn.artix.json deleted file mode 100644 index 560301132..000000000 --- a/domains/cdn.artix.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "alex1028199", - "email": "yu1234u73f.com@gmail.com", - "discord": "834867471885271053" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/cdn.evelio.json b/domains/cdn.evelio.json deleted file mode 100644 index 51ebcef90..000000000 --- a/domains/cdn.evelio.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Will be used for Zipline purposes", - "owner": { - "username": "SrEvelio", - "email": "alphaevelio@gmail.com", - "discord": "srevelio" - }, - "records": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/cdn.mohammad87115.json b/domains/cdn.mohammad87115.json deleted file mode 100644 index 525bce7a6..000000000 --- a/domains/cdn.mohammad87115.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "I'm using this subdomain to access the place i upload my files easier", - "owner": { - "username": "mohammad87115", - "email": "mohammad87115@gmail.com", - "twitter": "mohammad87115" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/cdn.parsewar.json b/domains/cdn.parsewar.json deleted file mode 100644 index 40fe5cd8c..000000000 --- a/domains/cdn.parsewar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AtharvParsewar", - "email": "atharvparsewar@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/cdn.pele.json b/domains/cdn.pele.json deleted file mode 100644 index 865fad1e4..000000000 --- a/domains/cdn.pele.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Pele12324", - "email": "pele.puric@gmail.com", - "discord": "483261654818226186" - }, - "records": { - "A": ["38.242.242.224"] - } -} diff --git a/domains/cdn.shymike.json b/domains/cdn.shymike.json deleted file mode 100644 index 5ee4a2902..000000000 --- a/domains/cdn.shymike.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ImShyMike", - "discord": "582648583635992622" - }, - "records": { - "A": ["69.197.135.203"] - } -} diff --git a/domains/cdn.trung.json b/domains/cdn.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/cdn.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/cdn.xrap1dx.json b/domains/cdn.xrap1dx.json deleted file mode 100644 index ae016b073..000000000 --- a/domains/cdn.xrap1dx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "making my cdn!!!", - "owner": { - "username": "xrap1dx", - "email": "sirrapid155@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/cemalgnlts.json b/domains/cemalgnlts.json deleted file mode 100644 index 0cbeefabb..000000000 --- a/domains/cemalgnlts.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "cemalgnlts", - "discord": "cemalgnlts" - }, - "records": { - "A": ["45.55.110.124"] - } -} diff --git a/domains/chathub.json b/domains/chathub.json deleted file mode 100644 index bf57d97d6..000000000 --- a/domains/chathub.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bhaskaraa45", - "email": "bhaskarmandal369@gmail.com" - }, - "records": { - "A": ["20.198.8.42"] - } -} diff --git a/domains/chegedouglas.json b/domains/chegedouglas.json deleted file mode 100644 index 8068026b3..000000000 --- a/domains/chegedouglas.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "LSAfrika", - "email": "lstudiosafrika@gmail.com", - "discord": "1239524915112181791" - }, - "records": { - "A": ["13.48.207.48"] - } -} diff --git a/domains/code.aessaputra.json b/domains/code.aessaputra.json deleted file mode 100644 index aa6497703..000000000 --- a/domains/code.aessaputra.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "description": "VS Code Remote Access", - "username": "aessaputra", - "twitter": "pioonrey" - }, - "records": { - "A": ["168.138.171.60"] - } -} diff --git a/domains/code.trung.json b/domains/code.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/code.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/codestantin.json b/domains/codestantin.json deleted file mode 100644 index 4ad63925e..000000000 --- a/domains/codestantin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "codestantindev", - "email": "kontakt@codestantin.de" - }, - "records": { - "A": ["85.202.163.42"] - } -} diff --git a/domains/cohinem.json b/domains/cohinem.json deleted file mode 100644 index 76b110e14..000000000 --- a/domains/cohinem.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Cohinem", - "email": "amonmonocle@gmail.com" - }, - "records": { - "A": ["149.81.156.117"] - } -} diff --git a/domains/connie.json b/domains/connie.json deleted file mode 100644 index 0f2032620..000000000 --- a/domains/connie.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gvalue-04", - "discord": "1229820339840618506" - }, - "records": { - "A": ["198.91.81.13"] - } -} diff --git a/domains/coolify-app.json b/domains/coolify-app.json deleted file mode 100644 index 7a4a53ef0..000000000 --- a/domains/coolify-app.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "umarsidiki", - "email": "siddiquiumar0007@gmail.com" - }, - "records": { - "A": ["89.168.88.28"] - }, - "proxied": true -} diff --git a/domains/corentin-sotoca.json b/domains/corentin-sotoca.json deleted file mode 100644 index 45d61838c..000000000 --- a/domains/corentin-sotoca.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Curiculum Vitae - Corentin SOTOCA", - "owner": { - "username": "CorentinSotoca", - "email": "corentin.sotoca@gmail.com" - }, - "records": { - "A": ["62.171.174.120"] - } -} diff --git a/domains/d4rkd3n1337.json b/domains/d4rkd3n1337.json deleted file mode 100644 index 30f1400f5..000000000 --- a/domains/d4rkd3n1337.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "d4rkd3n1337", - "email": "darkdenrevolt@gmail.com" - }, - "records": { - "A": ["45.85.117.139"] - } -} diff --git a/domains/dadaboudi.chiragnahata.json b/domains/dadaboudi.chiragnahata.json deleted file mode 100644 index 4dcdef8bf..000000000 --- a/domains/dadaboudi.chiragnahata.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chiragnahata", - "email": "chiragnahata05@gmail.com" - }, - "records": { - "A": ["129.213.151.29"] - } -} diff --git a/domains/damu.json b/domains/damu.json deleted file mode 100644 index 2259a1231..000000000 --- a/domains/damu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "damnUUUU", - "email": "damodar.sssihl@gmail.com" - }, - "records": { - "A": ["103.174.70.38"] - } -} diff --git a/domains/darshil.json b/domains/darshil.json deleted file mode 100644 index d95797b13..000000000 --- a/domains/darshil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Darshil-154", - "email": "darshil6675@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/dash.pele.json b/domains/dash.pele.json deleted file mode 100644 index 865fad1e4..000000000 --- a/domains/dash.pele.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Pele12324", - "email": "pele.puric@gmail.com", - "discord": "483261654818226186" - }, - "records": { - "A": ["38.242.242.224"] - } -} diff --git a/domains/dashboard.almaz.json b/domains/dashboard.almaz.json deleted file mode 100644 index ce764165c..000000000 --- a/domains/dashboard.almaz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AlmaziikDev", - "email": "almazgamer228@gmail.com", - "discord": "718458417232085104", - "github_id": 132609906 - }, - "records": { - "A": ["45.134.39.14"] - } -} diff --git a/domains/dashboard.chiragnahata.json b/domains/dashboard.chiragnahata.json deleted file mode 100644 index 4dcdef8bf..000000000 --- a/domains/dashboard.chiragnahata.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chiragnahata", - "email": "chiragnahata05@gmail.com" - }, - "records": { - "A": ["129.213.151.29"] - } -} diff --git a/domains/dast.json b/domains/dast.json deleted file mode 100644 index 4f7426620..000000000 --- a/domains/dast.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My personal website for portfolio, projects and help!", - "owner": { - "username": "danielsebesta", - "email": "dany.sebesta@seznam.cz" - }, - "records": { - "A": ["194.163.149.155"] - } -} diff --git a/domains/davidbisky.json b/domains/davidbisky.json deleted file mode 100644 index 390805b3a..000000000 --- a/domains/davidbisky.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VitStudio", - "email": "richardvu12391@gmail.com" - }, - "records": { - "A": ["198.45.114.194"] - } -} diff --git a/domains/dawnbreaker.json b/domains/dawnbreaker.json deleted file mode 100644 index 8c8c19c24..000000000 --- a/domains/dawnbreaker.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DawnBreaker0013", - "email": "dawnbreaker0013@gmail.com" - }, - "records": { - "A": ["35.199.176.130"] - } -} diff --git a/domains/de.mcstatus.json b/domains/de.mcstatus.json deleted file mode 100644 index 758106bcc..000000000 --- a/domains/de.mcstatus.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "EducatedSuddenBucket", - "discord": "1167825360151380032" - }, - "records": { - "A": ["216.24.57.1"] - } -} diff --git a/domains/declan.json b/domains/declan.json deleted file mode 100644 index b4b216fb3..000000000 --- a/domains/declan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "declanwn", - "email": "declanwnickerson@gmail.com" - }, - "records": { - "A": ["67.246.110.110"] - } -} diff --git a/domains/delasheras.json b/domains/delasheras.json deleted file mode 100644 index 6f560c26d..000000000 --- a/domains/delasheras.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ruben-as", - "email": "ruben.aja.85@gmail.com" - }, - "records": { - "A": ["212.227.32.105"] - } -} diff --git a/domains/denty.json b/domains/denty.json deleted file mode 100644 index c6e285d55..000000000 --- a/domains/denty.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dentylife", - "email": "dentyaptx@gmail.com" - }, - "records": { - "A": ["158.101.152.7"] - } -} diff --git a/domains/devdaim.json b/domains/devdaim.json deleted file mode 100644 index dac345668..000000000 --- a/domains/devdaim.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sYnceDez41", - "email": "daimdev6@gmail.com" - }, - "records": { - "A": ["4.247.175.26"] - } -} diff --git a/domains/dipesh.json b/domains/dipesh.json deleted file mode 100644 index b4021783e..000000000 --- a/domains/dipesh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dipesh79", - "email": "dipeshkhanal79@gmail.com" - }, - "records": { - "A": ["192.250.235.27"] - } -} diff --git a/domains/discdefender.json b/domains/discdefender.json deleted file mode 100644 index 1da77e0e0..000000000 --- a/domains/discdefender.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "GMR828", - "email": "gmr828@null.net" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/dk.json b/domains/dk.json deleted file mode 100644 index 639ccc2b3..000000000 --- a/domains/dk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zurlyy", - "email": "d@zurly.me" - }, - "records": { - "A": ["76.76.21.21"] - } -} diff --git a/domains/dominicbrauer.json b/domains/dominicbrauer.json deleted file mode 100644 index c994167ff..000000000 --- a/domains/dominicbrauer.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DominicBrauer", - "email": "dominicbrauer06@gmail.com" - }, - "records": { - "A": ["185.245.61.41"] - } -} diff --git a/domains/dommor.json b/domains/dommor.json deleted file mode 100644 index 6f560c26d..000000000 --- a/domains/dommor.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ruben-as", - "email": "ruben.aja.85@gmail.com" - }, - "records": { - "A": ["212.227.32.105"] - } -} diff --git a/domains/douglas.json b/domains/douglas.json deleted file mode 100644 index 981eb050e..000000000 --- a/domains/douglas.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "standingdreams", - "email": "designer.drogers@gmail.com" - }, - "records": { - "A": ["76.76.21.21"] - } -} diff --git a/domains/dust0n.json b/domains/dust0n.json deleted file mode 100644 index 20d23e3fd..000000000 --- a/domains/dust0n.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "itsdust0n", - "email": "contact@dust0n.ru" - }, - "records": { - "A": ["89.208.104.177"] - } -} diff --git a/domains/duyquang.json b/domains/duyquang.json deleted file mode 100644 index 2500708b3..000000000 --- a/domains/duyquang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lequang0911", - "email": "lequang.99@outlook.com" - }, - "records": { - "A": ["103.97.126.23"] - } -} diff --git a/domains/efe-esxi.json b/domains/efe-esxi.json deleted file mode 100644 index bc6cdd77b..000000000 --- a/domains/efe-esxi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Efebey2903", - "discord": "1036244397026705498" - }, - "records": { - "A": ["115.239.230.106"] - } -} diff --git a/domains/ehsan.json b/domains/ehsan.json deleted file mode 100644 index 3a7fae549..000000000 --- a/domains/ehsan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "eCodeVoyager", - "email": "mu23172@gmail.com" - }, - "records": { - "A": ["8.219.148.143"] - } -} diff --git a/domains/ericlin.json b/domains/ericlin.json deleted file mode 100644 index 8b6b9e54b..000000000 --- a/domains/ericlin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ericafk0001", - "email": "dxslyofficial@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/esp.json b/domains/esp.json deleted file mode 100644 index b594f5416..000000000 --- a/domains/esp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "portfolio", - "owner": { - "username": "fakeesp", - "email": "esp.python.dev@gmail.com", - "telegram": "fakeesp" - }, - "records": { - "A": ["158.178.196.15"] - } -} diff --git a/domains/evalk.json b/domains/evalk.json deleted file mode 100644 index 89dd01f79..000000000 --- a/domains/evalk.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Siyu1017", - "email": "adibao1111@gmail.com", - "discord": "895251736250437653" - }, - "records": { - "A": ["60.249.193.112"] - } -} diff --git a/domains/exhq.json b/domains/exhq.json deleted file mode 100644 index 4310dfd0b..000000000 --- a/domains/exhq.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "exhq", - "email": "infidelLOLer@gmail.com", - "discord": "712639419785412668" - }, - "records": { - "A": ["91.107.164.89"] - } -} diff --git a/domains/extensions.trung.json b/domains/extensions.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/extensions.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/f.jax.json b/domains/f.jax.json deleted file mode 100644 index c759f32aa..000000000 --- a/domains/f.jax.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jxaq" - }, - "records": { - "A": ["207.211.149.245"] - }, - "proxied": true -} diff --git a/domains/fajox.json b/domains/fajox.json deleted file mode 100644 index d80145419..000000000 --- a/domains/fajox.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "FajoX1", - "email": "pybytee@gmail.com" - }, - "records": { - "A": ["45.91.201.222"] - } -} diff --git a/domains/farman.json b/domains/farman.json deleted file mode 100644 index 527919365..000000000 --- a/domains/farman.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MUHAMMAD-FARMAN", - "email": "muhammadfarman7654@gmail.com" - }, - "records": { - "A": ["66.29.153.55"] - } -} diff --git a/domains/fassion.json b/domains/fassion.json deleted file mode 100644 index 669528f4c..000000000 --- a/domains/fassion.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Lolipopguy", - "email": "ngauthier818@gmail.com" - }, - "records": { - "A": ["79.94.184.109"] - } -} diff --git a/domains/femboy.json b/domains/femboy.json deleted file mode 100644 index 30f1400f5..000000000 --- a/domains/femboy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "d4rkd3n1337", - "email": "darkdenrevolt@gmail.com" - }, - "records": { - "A": ["45.85.117.139"] - } -} diff --git a/domains/files.vornexx.json b/domains/files.vornexx.json deleted file mode 100644 index 24c12f970..000000000 --- a/domains/files.vornexx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "vornexx", - "discord": "1149438819834269856", - "twitter": "vornexx_" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/fliberd.json b/domains/fliberd.json deleted file mode 100644 index e8345ab2c..000000000 --- a/domains/fliberd.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "fliberd", - "email": "dankashkarev@gmail.com" - }, - "records": { - "A": ["80.87.111.147"] - } -} diff --git a/domains/forero.json b/domains/forero.json deleted file mode 100644 index b0fcec286..000000000 --- a/domains/forero.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "forerosantiago", - "email": "forero@disroot.org" - }, - "records": { - "A": ["20.47.86.75"] - } -} diff --git a/domains/foxie.arman.json b/domains/foxie.arman.json deleted file mode 100644 index 43f581263..000000000 --- a/domains/foxie.arman.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ItzArman09", - "email": "itz.armxn@outlook.com" - }, - "records": { - "A": ["45.140.142.112"] - } -} diff --git a/domains/frenzy.json b/domains/frenzy.json deleted file mode 100644 index 37a6aab42..000000000 --- a/domains/frenzy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "frenzy602", - "email": "GK267281@GMAIL.COM" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/friday.json b/domains/friday.json deleted file mode 100644 index b46f1daff..000000000 --- a/domains/friday.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "itmefriday", - "email": "chauhan20292827@gmail.com" - }, - "records": { - "A": ["109.71.252.37"] - } -} diff --git a/domains/froniz.json b/domains/froniz.json deleted file mode 100644 index bc2f5a40b..000000000 --- a/domains/froniz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Froniz", - "email": "discordmarc1912@gmail.com", - "discord": "1002293564782411787" - }, - "records": { - "A": ["144.91.116.153"] - } -} diff --git a/domains/fucabot.json b/domains/fucabot.json deleted file mode 100644 index a85067c88..000000000 --- a/domains/fucabot.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Fuca Bot website", - "owner": { - "username": "anshtyagi0", - "email": "tyagiansh175@gmail.com" - }, - "records": { - "A": ["65.109.168.46"] - } -} diff --git a/domains/furry.json b/domains/furry.json deleted file mode 100644 index dc72b5261..000000000 --- a/domains/furry.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "furyashnyy", - "email": "faradey.iskra@mail.ru", - "discord": "754721080383373373" - }, - "records": { - "A": ["31.31.196.104"] - } -} diff --git a/domains/gameserver.ardaninho.json b/domains/gameserver.ardaninho.json deleted file mode 100644 index 1245d5d29..000000000 --- a/domains/gameserver.ardaninho.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Ardaninho", - "discord": "639439553698201626" - }, - "records": { - "A": ["207.244.199.139"] - } -} diff --git a/domains/gee.json b/domains/gee.json deleted file mode 100644 index 926774028..000000000 --- a/domains/gee.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "geedoes", - "email": "captg1@gmail.com" - }, - "records": { - "A": ["207.211.187.18"] - } -} diff --git a/domains/goobsoder.json b/domains/goobsoder.json deleted file mode 100644 index 500813f12..000000000 --- a/domains/goobsoder.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "BreadGhoti", - "email": "breadghoti@gmail.com" - }, - "records": { - "A": ["134.56.183.128"] - } -} diff --git a/domains/grusio.json b/domains/grusio.json deleted file mode 100644 index 4798298b5..000000000 --- a/domains/grusio.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mattiagrusio", - "email": "mattiagrusio@gmail.com" - }, - "records": { - "A": ["2.231.198.113"] - } -} diff --git a/domains/gulu.json b/domains/gulu.json deleted file mode 100644 index 9c9ad84f4..000000000 --- a/domains/gulu.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "flowiceeos", - "email": "netqian@126.com", - "discord": "899289192729817159" - }, - "records": { - "A": ["35.212.239.31"] - } -} diff --git a/domains/gwilym.json b/domains/gwilym.json deleted file mode 100644 index ef0c2d05c..000000000 --- a/domains/gwilym.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Gwilymm", - "email": "marin.davies@gmail.com" - }, - "records": { - "A": ["31.207.36.249"] - } -} diff --git a/domains/h.jax.json b/domains/h.jax.json deleted file mode 100644 index c759f32aa..000000000 --- a/domains/h.jax.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jxaq" - }, - "records": { - "A": ["207.211.149.245"] - }, - "proxied": true -} diff --git a/domains/hardik.json b/domains/hardik.json deleted file mode 100644 index 5968d8d29..000000000 --- a/domains/hardik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Hardikanand1st", - "email": "Hardikanand1st@outlook.com" - }, - "records": { - "A": ["162.254.35.62"] - } -} diff --git a/domains/hasnain.json b/domains/hasnain.json deleted file mode 100644 index 2d10432dd..000000000 --- a/domains/hasnain.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "HasnainSZN", - "email": "officialhasnain100@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/hastebin.json b/domains/hastebin.json deleted file mode 100644 index 5b39c2d85..000000000 --- a/domains/hastebin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "EducatedSuddenBucket", - "discord": "1167825360151380032" - }, - "records": { - "A": ["69.197.135.203"] - } -} diff --git a/domains/hercase.json b/domains/hercase.json deleted file mode 100644 index 38461cc52..000000000 --- a/domains/hercase.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hercase", - "email": "hercase92@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/homelander.json b/domains/homelander.json deleted file mode 100644 index dc7cad3c9..000000000 --- a/domains/homelander.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "GokuPlay609", - "email": "GokuPlay609@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/host.xandaah.json b/domains/host.xandaah.json deleted file mode 100644 index 0203f5c24..000000000 --- a/domains/host.xandaah.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xandaaah", - "discord": "726910228289028127" - }, - "records": { - "A": ["32.216.183.113"] - } -} diff --git a/domains/hotfix.saftec.json b/domains/hotfix.saftec.json deleted file mode 100644 index b81ef421f..000000000 --- a/domains/hotfix.saftec.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Samuraiflamesf", - "email": "Samuraiflamesf@gmail.com" - }, - "records": { - "A": ["152.67.45.142"] - } -} diff --git a/domains/hotspot.json b/domains/hotspot.json deleted file mode 100644 index 4300c7a5f..000000000 --- a/domains/hotspot.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "wansie1", - "email": "msc2tvdn@duck.com", - "discord": "962788530336178236" - }, - "records": { - "A": ["213.238.183.171"] - } -} diff --git a/domains/huntroid.json b/domains/huntroid.json deleted file mode 100644 index 45f1d4ea9..000000000 --- a/domains/huntroid.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "owner": { - "username": "hunterz-killer", - "email": "srimath8@gmail.com" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "AAAA": [ - "2606:50c0:8000::153", - "2606:50c0:8001::153", - "2606:50c0:8002::153", - "2606:50c0:8003::153" - ] - } -} diff --git a/domains/huygmd-is-a-dev.json b/domains/huygmd-is-a-dev.json deleted file mode 100644 index 3aaffa57c..000000000 --- a/domains/huygmd-is-a-dev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "huygmdvn", - "email": "huynhquochuytkna@gmail.com" - }, - "records": { - "A": ["103.77.240.59"] - } -} diff --git a/domains/hyr1nk.json b/domains/hyr1nk.json deleted file mode 100644 index 9cb76fb7d..000000000 --- a/domains/hyr1nk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Kriemseeley", - "email": "adamseeley112250@gmail.com" - }, - "records": { - "A": ["39.101.73.144"] - } -} diff --git a/domains/iam.json b/domains/iam.json deleted file mode 100644 index 026401e36..000000000 --- a/domains/iam.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Utsav14s", - "email": "utsavk740@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/ico-bc.json b/domains/ico-bc.json deleted file mode 100644 index 8ed238cc5..000000000 --- a/domains/ico-bc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ChiliDain1010", - "discord": "1109163497750802462" - }, - "records": { - "A": ["59.93.130.149"] - } -} diff --git a/domains/icvn.json b/domains/icvn.json deleted file mode 100644 index dbccc5773..000000000 --- a/domains/icvn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "HaiYTB", - "email": "haiwt2xbox@gmail.com" - }, - "records": { - "A": ["103.229.52.14"] - }, - "proxied": true -} diff --git a/domains/ikdan.json b/domains/ikdan.json deleted file mode 100644 index 4278b98a2..000000000 --- a/domains/ikdan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Kirill2255", - "email": "ailcenko019@gmail.com" - }, - "records": { - "A": ["95.163.215.114"] - } -} diff --git a/domains/img.suki.json b/domains/img.suki.json deleted file mode 100644 index 9ef65184f..000000000 --- a/domains/img.suki.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SukiPlayz", - "email": "sukimayoo@outlook.com" - }, - "records": { - "A": ["69.197.135.204"] - } -} diff --git a/domains/indodev.json b/domains/indodev.json deleted file mode 100644 index 6b7aa69fc..000000000 --- a/domains/indodev.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Khuirul-Huda", - "email": "hudah2102@gmail.com", - "discord": "694850450410700831" - }, - "records": { - "A": ["178.128.211.205"] - } -} diff --git a/domains/insencel.json b/domains/insencel.json deleted file mode 100644 index 9345e19d9..000000000 --- a/domains/insencel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Insencel", - "email": "devsencel@gmail.com" - }, - "description": "A domain for hosting a typo3 account to test things with and build test-websites", - "records": { - "A": ["164.68.124.156"] - } -} diff --git a/domains/integra.json b/domains/integra.json deleted file mode 100644 index 6f560c26d..000000000 --- a/domains/integra.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ruben-as", - "email": "ruben.aja.85@gmail.com" - }, - "records": { - "A": ["212.227.32.105"] - } -} diff --git a/domains/iosviet.json b/domains/iosviet.json deleted file mode 100644 index c1e395ea9..000000000 --- a/domains/iosviet.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "huutanphp", - "discord": "595368972594184235" - }, - "records": { - "A": ["3.106.238.127"] - } -} diff --git a/domains/ipamod.json b/domains/ipamod.json deleted file mode 100644 index 267789930..000000000 --- a/domains/ipamod.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "ipamod Website", - "owner": { - "username": "huutanphp", - "email": "huutan.dev@gmail.com" - }, - "records": { - "A": ["3.106.238.127"] - } -} diff --git a/domains/irc.pele.json b/domains/irc.pele.json deleted file mode 100644 index 865fad1e4..000000000 --- a/domains/irc.pele.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Pele12324", - "email": "pele.puric@gmail.com", - "discord": "483261654818226186" - }, - "records": { - "A": ["38.242.242.224"] - } -} diff --git a/domains/iris.json b/domains/iris.json deleted file mode 100644 index 432d9cd83..000000000 --- a/domains/iris.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "BlockybombDEV", - "discord": "1115068990381887490" - }, - "records": { - "A": ["38.46.219.220"] - } -} diff --git a/domains/isabelrosillo.json b/domains/isabelrosillo.json deleted file mode 100644 index 6f560c26d..000000000 --- a/domains/isabelrosillo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ruben-as", - "email": "ruben.aja.85@gmail.com" - }, - "records": { - "A": ["212.227.32.105"] - } -} diff --git a/domains/ivo.json b/domains/ivo.json deleted file mode 100644 index 019b6b7a7..000000000 --- a/domains/ivo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal Portfolio Website", - "owner": { - "username": "ifayala", - "email": "ivo@dailabs.io", - "discord": "lt_smash666" - }, - "records": { - "A": ["34.16.212.81"] - } -} diff --git a/domains/jackson.json b/domains/jackson.json deleted file mode 100644 index 488627e7a..000000000 --- a/domains/jackson.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "SimplyJackson", - "discord": "jackson!#0001" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/jaennova.json b/domains/jaennova.json deleted file mode 100644 index a4b775e6d..000000000 --- a/domains/jaennova.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jaennova", - "email": "jaendevp@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/jameshartley.json b/domains/jameshartley.json deleted file mode 100644 index 96058ba6a..000000000 --- a/domains/jameshartley.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jdbhartley", - "discord": "MobiSlick#3640" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/janmb.json b/domains/janmb.json deleted file mode 100644 index 4300c7a5f..000000000 --- a/domains/janmb.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "wansie1", - "email": "msc2tvdn@duck.com", - "discord": "962788530336178236" - }, - "records": { - "A": ["213.238.183.171"] - } -} diff --git a/domains/jasontumusiime.json b/domains/jasontumusiime.json deleted file mode 100644 index 16939de3f..000000000 --- a/domains/jasontumusiime.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jasontumusiime", - "email": "jason.2mcme@gmail.com" - }, - "records": { - "A": ["16.170.224.34"] - } -} diff --git a/domains/jayasurya.json b/domains/jayasurya.json deleted file mode 100644 index 0c49a2ddc..000000000 --- a/domains/jayasurya.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jsuryakt" - }, - "records": { - "A": ["75.2.60.5"] - }, - "proxied": false -} diff --git a/domains/jegatchalian.json b/domains/jegatchalian.json deleted file mode 100644 index 9f63c25e0..000000000 --- a/domains/jegatchalian.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "trowsjerwin", - "email": "johnerwingatchalian@gmail.com" - }, - "records": { - "A": ["192.232.223.67"] - } -} diff --git a/domains/jemex.json b/domains/jemex.json deleted file mode 100644 index 8e9ed41f6..000000000 --- a/domains/jemex.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mhmmd95", - "email": "mohammadalabras77@gmail.com" - }, - "records": { - "A": ["51.89.109.155"] - } -} diff --git a/domains/jessiflessi.json b/domains/jessiflessi.json deleted file mode 100644 index 6b9624dd1..000000000 --- a/domains/jessiflessi.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "JesseHoekema", - "email": "jessehoekema@icloud.com" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/jitendrasaraf.json b/domains/jitendrasaraf.json deleted file mode 100644 index 3c36197f7..000000000 --- a/domains/jitendrasaraf.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jiten398", - "email": "jitendrasaraf65@gmail.com" - }, - "records": { - "A": ["216.24.57.1"] - } -} diff --git a/domains/joao-silva.json b/domains/joao-silva.json deleted file mode 100644 index be324b454..000000000 --- a/domains/joao-silva.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "imjoaosilva", - "email": "z4kreyyt@gmail.com", - "discord": "498426798833664012" - }, - "records": { - "A": ["51.75.68.140"] - } -} diff --git a/domains/joinsachinarya.json b/domains/joinsachinarya.json deleted file mode 100644 index 6f937f2c2..000000000 --- a/domains/joinsachinarya.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Portfolio website", - "owner": { - "username": "joinsachinarya", - "email": "joinsachinarya@gmail.com", - "twitter": "joinsachinarya" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/joko.json b/domains/joko.json deleted file mode 100644 index 2660c688d..000000000 --- a/domains/joko.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AhNode", - "discord": "704173828187619370" - }, - "records": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/jokostorage.json b/domains/jokostorage.json deleted file mode 100644 index 824b62594..000000000 --- a/domains/jokostorage.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "AhNode", - "email": "jakijapanese@gmail.com", - "discord": "704173828187619370" - }, - "records": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/jokotwib.json b/domains/jokotwib.json deleted file mode 100644 index 824b62594..000000000 --- a/domains/jokotwib.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "AhNode", - "email": "jakijapanese@gmail.com", - "discord": "704173828187619370" - }, - "records": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/josecontrerasp.json b/domains/josecontrerasp.json deleted file mode 100644 index cddf25b6c..000000000 --- a/domains/josecontrerasp.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "JoseContrerasP", - "email": "jose.contreras.p25@gmail.com" - }, - "records": { - "A": ["3.209.15.88"] - }, - "comment": "Personal portfolio of Jose Contreras deployed on AWS EC2" -} diff --git a/domains/jqnn.json b/domains/jqnn.json deleted file mode 100644 index e5443b0dd..000000000 --- a/domains/jqnn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Jqnn", - "email:": "contact@jqnn.studio" - }, - "records": { - "A": ["144.24.170.49"] - } -} diff --git a/domains/juan.json b/domains/juan.json deleted file mode 100644 index 4484a3b4e..000000000 --- a/domains/juan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "juan7180", - "email": "miavictorianash@gmail.com", - "discord": "779882046067179531" - }, - "records": { - "A": ["185.27.133.19"] - } -} diff --git a/domains/jurgen.json b/domains/jurgen.json deleted file mode 100644 index c4f649645..000000000 --- a/domains/jurgen.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "def0e0", - "email": "def0e0@yandex.ru" - }, - "records": { - "A": ["45.148.120.75"] - } -} diff --git a/domains/jwoj.json b/domains/jwoj.json deleted file mode 100644 index 734ad5de9..000000000 --- a/domains/jwoj.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Hydro Online Judge System", - "owner": { - "username": "Evansrrr", - "email": "enzoraziore@outlook.com" - }, - "records": { - "A": ["82.156.38.77"] - } -} diff --git a/domains/kem.json b/domains/kem.json deleted file mode 100644 index a76d5db15..000000000 --- a/domains/kem.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kemsadboiz", - "email": "kemdev.contact@gmail.com" - }, - "records": { - "A": ["103.169.35.190"] - } -} diff --git a/domains/khacviet.json b/domains/khacviet.json deleted file mode 100644 index 182090ec3..000000000 --- a/domains/khacviet.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Khac Viet Portfolio website", - "owner": { - "username": "Khac-Viet", - "email": "viet2ca11@gmail.com" - }, - "records": { - "A": ["103.97.126.29"] - } -} diff --git a/domains/khag.json b/domains/khag.json deleted file mode 100644 index 450cff3d6..000000000 --- a/domains/khag.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "khagdev", - "email": "nguyendaikhang2000@gmail.com" - }, - "records": { - "A": ["103.97.126.26"] - } -} diff --git a/domains/khongtontien.json b/domains/khongtontien.json deleted file mode 100644 index 35269014a..000000000 --- a/domains/khongtontien.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "thanhnguyen2075", - "email": "abc.bingboong@yahoo.com.vn" - }, - "records": { - "A": ["103.75.187.18"] - } -} diff --git a/domains/kingofnetflix.json b/domains/kingofnetflix.json deleted file mode 100644 index 76e7d52e5..000000000 --- a/domains/kingofnetflix.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "kingofnetflix", - "email": "kingofnetflix@waifu.club" - }, - "description": "personal development work (websites, reverse proxying, etc)", - "records": { - "A": ["161.35.97.251"] - } -} diff --git a/domains/kitohemat.iamkevinhuang.json b/domains/kitohemat.iamkevinhuang.json deleted file mode 100644 index 8309b8179..000000000 --- a/domains/kitohemat.iamkevinhuang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "iamkevinhuang", - "email": "kevinjaydenwivano@duck.com" - }, - "records": { - "A": ["194.233.91.185"] - } -} diff --git a/domains/kleein.json b/domains/kleein.json deleted file mode 100644 index 74c9116a4..000000000 --- a/domains/kleein.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kleeiny", - "discord": "763581985410121769" - }, - "records": { - "A": ["15.235.204.212"] - } -} diff --git a/domains/klone.json b/domains/klone.json deleted file mode 100644 index b833946c5..000000000 --- a/domains/klone.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Vai3soh", - "email": "work.rwx.seven@gmail.com" - }, - "records": { - "A": ["45.153.69.189"] - } -} diff --git a/domains/kociak.json b/domains/kociak.json deleted file mode 100644 index 36a7fe38a..000000000 --- a/domains/kociak.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "piotrkociakx", - "email": "piotrekstypczynski@gmail.com" - }, - "records": { - "A": ["137.74.3.247"] - } -} diff --git a/domains/kokoapi.json b/domains/kokoapi.json deleted file mode 100644 index 41bc178ab..000000000 --- a/domains/kokoapi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kokofixcomputers", - "discord": "1096839213313446019" - }, - "records": { - "A": ["37.114.46.39"] - } -} diff --git a/domains/kokoauth.json b/domains/kokoauth.json deleted file mode 100644 index e6f58324a..000000000 --- a/domains/kokoauth.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kokofixcomputers", - "discord": "1096839213313446019" - }, - "records": { - "A": ["45.90.12.32"] - } -} diff --git a/domains/kriloud.json b/domains/kriloud.json deleted file mode 100644 index 9247f168b..000000000 --- a/domains/kriloud.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "finderfail", - "email": "ilyalvov2007@gmail.com", - "discord": "354246208828735489" - }, - "records": { - "A": ["142.93.34.245"] - } -} diff --git a/domains/kubov.json b/domains/kubov.json deleted file mode 100644 index 46e5109d9..000000000 --- a/domains/kubov.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Kubov24", - "email": "jakubcaly93@gmail.com" - }, - "records": { - "A": ["37.187.156.46"] - } -} diff --git a/domains/kuldeep.json b/domains/kuldeep.json deleted file mode 100644 index 8a91b92e2..000000000 --- a/domains/kuldeep.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "sukanayaprajapati124", - "discord": "1268262461576839222" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/landercity.json b/domains/landercity.json deleted file mode 100644 index f25eb9b51..000000000 --- a/domains/landercity.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Juniordsfsdg", - "email": "emailcomputer22@gmail.com" - }, - "records": { - "A": ["209.126.86.32"] - } -} diff --git a/domains/landercitygaming.json b/domains/landercitygaming.json deleted file mode 100644 index 8e4ae9cab..000000000 --- a/domains/landercitygaming.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "JuniorDereon", - "email": "robloxsafe72@gmail.com" - }, - "records": { - "A": ["159.69.86.171"] - } -} diff --git a/domains/laqie.json b/domains/laqie.json deleted file mode 100644 index 9dd8b122f..000000000 --- a/domains/laqie.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "laqie", - "email": "ave.lucky@gmail.com" - }, - "records": { - "A": ["34.120.54.55"] - } -} diff --git a/domains/larp.json b/domains/larp.json deleted file mode 100644 index ad458b806..000000000 --- a/domains/larp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lhwe", - "email": "arieslovespiggies@gmail.com" - }, - "records": { - "A": ["64.23.128.177"] - } -} diff --git a/domains/lavalink.akshtt.json b/domains/lavalink.akshtt.json deleted file mode 100644 index 955f4acf0..000000000 --- a/domains/lavalink.akshtt.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "akshtt-dev", - "email": "maillegendop@gmail.com", - "discord": "1056531806763102218" - }, - "records": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/lexufybot.json b/domains/lexufybot.json deleted file mode 100644 index cb7cc9c5b..000000000 --- a/domains/lexufybot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alidexter001", - "email": "dexter.ali001@gmail.com" - }, - "records": { - "A": ["45.11.229.211"] - } -} diff --git a/domains/links.trung.json b/domains/links.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/links.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/linkup.json b/domains/linkup.json deleted file mode 100644 index 4d9544b57..000000000 --- a/domains/linkup.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Novampr", - "email": "LimeDEV8756@gmail.com" - }, - "records": { - "A": ["86.27.73.108"] - } -} diff --git a/domains/litmus.json b/domains/litmus.json deleted file mode 100644 index af79ea2cd..000000000 --- a/domains/litmus.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "litmus-zhang", - "email": "abdulsalamlukmon9@gmail.com" - }, - "records": { - "A": ["76.76.21.21"] - } -} diff --git a/domains/lokito.json b/domains/lokito.json deleted file mode 100644 index eab23bfc8..000000000 --- a/domains/lokito.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Pedrito2010", - "email": "pegomsan@gmail.com" - }, - "records": { - "A": ["37.60.230.249"], - "AAAA": ["2a02:c206:2162:9324::1"] - } -} diff --git a/domains/lousybot.vulpine.json b/domains/lousybot.vulpine.json deleted file mode 100644 index 08aee24a2..000000000 --- a/domains/lousybot.vulpine.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VulpineFriend87", - "discord": "911268706112397392" - }, - "records": { - "A": ["69.197.135.205"] - } -} diff --git a/domains/lucasbaronio.json b/domains/lucasbaronio.json deleted file mode 100644 index fc420353d..000000000 --- a/domains/lucasbaronio.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lucasbaronio", - "email": "lbaronio20@hotmail.com" - }, - "records": { - "A": ["216.24.57.1"] - } -} diff --git a/domains/luxxy.json b/domains/luxxy.json deleted file mode 100644 index bc3468121..000000000 --- a/domains/luxxy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Luxxy-GF", - "email": "deniedaddicted@gmail.com" - }, - "records": { - "A": ["178.33.110.212"] - } -} diff --git a/domains/m1cro.json b/domains/m1cro.json deleted file mode 100644 index 08f28dbdf..000000000 --- a/domains/m1cro.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "m1cro-cat", - "email": "m1cro_cat@outlook.com" - }, - "records": { - "A": ["65.19.141.67"] - } -} diff --git a/domains/mackenzie.json b/domains/mackenzie.json deleted file mode 100644 index 1252c5547..000000000 --- a/domains/mackenzie.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jojocraftde-dev", - "email": "jojocraftde@proton.me" - }, - "records": { - "A": ["91.200.103.154"] - } -} diff --git a/domains/mafiz.json b/domains/mafiz.json deleted file mode 100644 index ed8906542..000000000 --- a/domains/mafiz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pacehutt", - "email": "mafizonly@gmail.com" - }, - "records": { - "A": ["76.76.21.21"] - } -} diff --git a/domains/mahaviraenterprises.json b/domains/mahaviraenterprises.json deleted file mode 100644 index 4dcdef8bf..000000000 --- a/domains/mahaviraenterprises.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chiragnahata", - "email": "chiragnahata05@gmail.com" - }, - "records": { - "A": ["129.213.151.29"] - } -} diff --git a/domains/mail.mrjunkyz.json b/domains/mail.mrjunkyz.json deleted file mode 100644 index 4dcdef8bf..000000000 --- a/domains/mail.mrjunkyz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chiragnahata", - "email": "chiragnahata05@gmail.com" - }, - "records": { - "A": ["129.213.151.29"] - } -} diff --git a/domains/malo.json b/domains/malo.json deleted file mode 100644 index 60d6dfb55..000000000 --- a/domains/malo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MaloDaHood", - "email": "malomr2002@gmail.com" - }, - "records": { - "A": ["54.37.225.204"] - } -} diff --git a/domains/mameen.json b/domains/mameen.json deleted file mode 100644 index 7bf171542..000000000 --- a/domains/mameen.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mameen-omar", - "email": "mameen.omar@gmail.com" - }, - "records": { - "A": ["129.151.180.253"] - } -} diff --git a/domains/manage.uptime.trung.json b/domains/manage.uptime.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/manage.uptime.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/mapsyseo.json b/domains/mapsyseo.json deleted file mode 100644 index 135dfeb38..000000000 --- a/domains/mapsyseo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ShingSemicolon", - "email": "Shing.XD.0602@gmail.com" - }, - "records": { - "A": ["81.16.29.155"] - } -} diff --git a/domains/mastergrid.json b/domains/mastergrid.json deleted file mode 100644 index 40fe5cd8c..000000000 --- a/domains/mastergrid.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AtharvParsewar", - "email": "atharvparsewar@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/match.json b/domains/match.json deleted file mode 100644 index 160ea9734..000000000 --- a/domains/match.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "imadboy89", - "email": "imad.kh@outlook.com" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/matrix.vi0leta.json b/domains/matrix.vi0leta.json deleted file mode 100644 index 5866567c0..000000000 --- a/domains/matrix.vi0leta.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vi0letadev", - "email": "vi0leta@riseup.net" - }, - "records": { - "A": ["37.27.4.76"] - } -} diff --git a/domains/mcreed.json b/domains/mcreed.json deleted file mode 100644 index d70207fc1..000000000 --- a/domains/mcreed.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "M-creed", - "email": "marwankalosha005@gmail.com" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/mduha.json b/domains/mduha.json deleted file mode 100644 index f428a6162..000000000 --- a/domains/mduha.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "r2kch", - "email": "marco@dubini.com" - }, - "records": { - "A": ["84.72.8.155"] - } -} diff --git a/domains/meku.json b/domains/meku.json deleted file mode 100644 index 27d54d81d..000000000 --- a/domains/meku.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Mai1ii", - "email": "micomacabali14@gmail.com", - "discord": "1130452399094505534" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/mekuu.json b/domains/mekuu.json deleted file mode 100644 index b20bb2e1a..000000000 --- a/domains/mekuu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Mai1ii", - "email": "micomacabali14@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/mekuuu.json b/domains/mekuuu.json deleted file mode 100644 index b20bb2e1a..000000000 --- a/domains/mekuuu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Mai1ii", - "email": "micomacabali14@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/mekuvsh.json b/domains/mekuvsh.json deleted file mode 100644 index b20bb2e1a..000000000 --- a/domains/mekuvsh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Mai1ii", - "email": "micomacabali14@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/mekuzv.json b/domains/mekuzv.json deleted file mode 100644 index b20bb2e1a..000000000 --- a/domains/mekuzv.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Mai1ii", - "email": "micomacabali14@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/mongodb.trung.json b/domains/mongodb.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/mongodb.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/mosa.json b/domains/mosa.json deleted file mode 100644 index e1e7ad18c..000000000 --- a/domains/mosa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mosageneral", - "email": "mosageneral@gmail.com" - }, - "records": { - "A": ["130.162.164.99"] - } -} diff --git a/domains/moviebypass.json b/domains/moviebypass.json deleted file mode 100644 index cb7cc9c5b..000000000 --- a/domains/moviebypass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alidexter001", - "email": "dexter.ali001@gmail.com" - }, - "records": { - "A": ["45.11.229.211"] - } -} diff --git a/domains/mrvasil.json b/domains/mrvasil.json deleted file mode 100644 index 7dc4c6a19..000000000 --- a/domains/mrvasil.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "mrvasil's domain", - "owner": { - "username": "mrvasil", - "email": "adminich@urrr.ru" - }, - "records": { - "A": ["176.109.106.66"] - } -} diff --git a/domains/mssfreight.json b/domains/mssfreight.json deleted file mode 100644 index 73404df09..000000000 --- a/domains/mssfreight.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "KRNRBRBR", - "email": "kizadawiza2@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/musiccorn01.json b/domains/musiccorn01.json deleted file mode 100644 index 59c7b8954..000000000 --- a/domains/musiccorn01.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ondirisuliuly", - "email": "ondirisuliuly@gmail.com" - }, - "records": { - "A": ["185.239.48.45"] - } -} diff --git a/domains/mydesktop.json b/domains/mydesktop.json deleted file mode 100644 index b40bf3ff4..000000000 --- a/domains/mydesktop.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bigcacarouci", - "email": "bigcacarouci@gmail.com" - }, - "records": { - "A": ["188.241.118.89"] - } -} diff --git a/domains/mystic.trung.json b/domains/mystic.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/mystic.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/nass.json b/domains/nass.json deleted file mode 100644 index c3baf4885..000000000 --- a/domains/nass.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "SpauriRosso", - "email": "spy456@zoho.com", - "discord": "404659098919895045" - }, - "records": { - "A": ["64.226.79.220"] - } -} diff --git a/domains/navistar.json b/domains/navistar.json deleted file mode 100644 index 86e696b6d..000000000 --- a/domains/navistar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AShuba", - "email": "anatoliy.shuba@gmail.com" - }, - "records": { - "A": ["138.68.159.126"] - } -} diff --git a/domains/needrose.json b/domains/needrose.json deleted file mode 100644 index 5913a9148..000000000 --- a/domains/needrose.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Needrose", - "email": "neeedrose@gmail.com" - }, - "records": { - "A": ["155.248.226.206"] - } -} diff --git a/domains/nef.json b/domains/nef.json deleted file mode 100644 index 7b6cee6d9..000000000 --- a/domains/nef.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nefter", - "email": "therealnefter@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/nexfilms.json b/domains/nexfilms.json deleted file mode 100644 index 03feed3dc..000000000 --- a/domains/nexfilms.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nexos20levrai", - "discord": "610847328680673302" - }, - "records": { - "A": ["5.181.187.182"] - } -} diff --git a/domains/nexflix.json b/domains/nexflix.json deleted file mode 100644 index 03feed3dc..000000000 --- a/domains/nexflix.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nexos20levrai", - "discord": "610847328680673302" - }, - "records": { - "A": ["5.181.187.182"] - } -} diff --git a/domains/nexos.json b/domains/nexos.json deleted file mode 100644 index aaa7a49f9..000000000 --- a/domains/nexos.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nexos20levrai", - "email": "nexos.dons@gmail.com" - }, - "records": { - "A": ["78.47.213.108"] - } -} diff --git a/domains/nexproxymanager.json b/domains/nexproxymanager.json deleted file mode 100644 index 03feed3dc..000000000 --- a/domains/nexproxymanager.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nexos20levrai", - "discord": "610847328680673302" - }, - "records": { - "A": ["5.181.187.182"] - } -} diff --git a/domains/nextcloud.vi0leta.json b/domains/nextcloud.vi0leta.json deleted file mode 100644 index 5866567c0..000000000 --- a/domains/nextcloud.vi0leta.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vi0letadev", - "email": "vi0leta@riseup.net" - }, - "records": { - "A": ["37.27.4.76"] - } -} diff --git a/domains/nifle.json b/domains/nifle.json deleted file mode 100644 index b05cea700..000000000 --- a/domains/nifle.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Nifle-CGE", - "discord": "553939229475078154" - }, - "records": { - "A": ["172.234.178.155"] - } -} diff --git a/domains/noah.json b/domains/noah.json deleted file mode 100644 index cd7290492..000000000 --- a/domains/noah.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "noahprm", - "email": "contact.noahprm@gmail.com", - "discord": "949273553168121856" - }, - "records": { - "A": ["217.145.72.79"] - } -} diff --git a/domains/nom.json b/domains/nom.json deleted file mode 100644 index b7e22252f..000000000 --- a/domains/nom.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kqcl", - "email": "jscharein.js@gmail.com" - }, - "records": { - "A": ["185.234.69.13"] - } -} diff --git a/domains/nonam4lol.json b/domains/nonam4lol.json deleted file mode 100644 index 76c17897c..000000000 --- a/domains/nonam4lol.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Nonam4lol", - "email": "literallynoname13@gmail.com" - }, - "records": { - "A": ["45.11.229.211"] - } -} diff --git a/domains/not.json b/domains/not.json deleted file mode 100644 index c10cc2ea8..000000000 --- a/domains/not.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Moodygd761", - "discord": "1279615522593308734" - }, - "records": { - "A": ["158.178.200.29"] - } -} diff --git a/domains/nvrxstdwrth.json b/domains/nvrxstdwrth.json deleted file mode 100644 index f5af9c6bd..000000000 --- a/domains/nvrxstdwrth.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "HIlight3R", - "discord": "632272741000544259" - }, - "records": { - "A": ["65.21.61.55"] - } -} diff --git a/domains/oandbtech-chat.json b/domains/oandbtech-chat.json deleted file mode 100644 index bf57d97d6..000000000 --- a/domains/oandbtech-chat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bhaskaraa45", - "email": "bhaskarmandal369@gmail.com" - }, - "records": { - "A": ["20.198.8.42"] - } -} diff --git a/domains/oandbtech.json b/domains/oandbtech.json deleted file mode 100644 index bf57d97d6..000000000 --- a/domains/oandbtech.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bhaskaraa45", - "email": "bhaskarmandal369@gmail.com" - }, - "records": { - "A": ["20.198.8.42"] - } -} diff --git a/domains/ofv.json b/domains/ofv.json deleted file mode 100644 index 6f560c26d..000000000 --- a/domains/ofv.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ruben-as", - "email": "ruben.aja.85@gmail.com" - }, - "records": { - "A": ["212.227.32.105"] - } -} diff --git a/domains/oli.json b/domains/oli.json deleted file mode 100644 index 9aeaa8d3c..000000000 --- a/domains/oli.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hxntaish", - "email": "juliettepoisson3@gmail.com" - }, - "records": { - "A": ["185.171.202.187"] - } -} diff --git a/domains/omera.json b/domains/omera.json deleted file mode 100644 index 6f560c26d..000000000 --- a/domains/omera.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ruben-as", - "email": "ruben.aja.85@gmail.com" - }, - "records": { - "A": ["212.227.32.105"] - } -} diff --git a/domains/oops.json b/domains/oops.json deleted file mode 100644 index fd246e6d1..000000000 --- a/domains/oops.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "finnickguo", - "email": "finnickguo@gmail.com" - }, - "records": { - "A": ["150.109.115.77"] - } -} diff --git a/domains/opaps.json b/domains/opaps.json deleted file mode 100644 index 3d67931f5..000000000 --- a/domains/opaps.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ais1175", - "email": "wutau179@gmail.com" - }, - "records": { - "A": ["43.229.135.123"] - } -} diff --git a/domains/openmalus.json b/domains/openmalus.json deleted file mode 100644 index 7037091e5..000000000 --- a/domains/openmalus.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "openmalus", - "email": "openmalus@proton.me" - }, - "records": { - "A": ["47.99.50.139"] - } -} diff --git a/domains/orangethewell.json b/domains/orangethewell.json deleted file mode 100644 index 2b6f9ab7f..000000000 --- a/domains/orangethewell.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "orangethewell", - "email": "orangethewell@gmail.com" - }, - "records": { - "A": ["85.31.231.4"] - } -} diff --git a/domains/orbit.json b/domains/orbit.json deleted file mode 100644 index be3b5b582..000000000 --- a/domains/orbit.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Discord bot site", - "owner": { - "username": "sheet315", - "email": "shaundereuv@gmail.com" - }, - "records": { - "A": ["167.114.194.156"] - } -} diff --git a/domains/p2m.json b/domains/p2m.json deleted file mode 100644 index d4a5fdb96..000000000 --- a/domains/p2m.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Domain name for me and my friends for our french minecraft server", - "owner": { - "username": "Philipou", - "email": "philippe.lestrohan@les4vents.eu" - }, - "records": { - "A": ["91.224.149.29"] - } -} diff --git a/domains/pabitrabanerjee.json b/domains/pabitrabanerjee.json deleted file mode 100644 index 81fca042f..000000000 --- a/domains/pabitrabanerjee.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "PB2204", - "email": "rockstarpabitra2204@gmail.com", - "discord": "1091585182974345366" - }, - "records": { - "A": ["12.14.243.127"] - } -} diff --git a/domains/palak.json b/domains/palak.json deleted file mode 100644 index 955f4acf0..000000000 --- a/domains/palak.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "akshtt-dev", - "email": "maillegendop@gmail.com", - "discord": "1056531806763102218" - }, - "records": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/pana.json b/domains/pana.json deleted file mode 100644 index e9425a7f6..000000000 --- a/domains/pana.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ANDREIP211109", - "email": "panaandreimihai@gmail.com" - }, - "records": { - "A": ["79.118.191.216"] - } -} diff --git a/domains/pancystudio.json b/domains/pancystudio.json deleted file mode 100644 index 756940e74..000000000 --- a/domains/pancystudio.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ImTurbis", - "discord": "711329342193664012" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/patin.json b/domains/patin.json deleted file mode 100644 index fe3a101b3..000000000 --- a/domains/patin.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "patin_osu", - "email": "patinopsu@gmail.com", - "discord": "patin_osu" - }, - "records": { - "A": ["5.78.24.5"] - } -} diff --git a/domains/pirate-project.json b/domains/pirate-project.json deleted file mode 100644 index 810d80769..000000000 --- a/domains/pirate-project.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Pirate-Teams server", - "owner": { - "username": "StalkerMeyr", - "email": "andchit223@gmail.com" - }, - "records": { - "A": ["185.87.50.120"] - } -} diff --git a/domains/play.alora.json b/domains/play.alora.json deleted file mode 100644 index c7b5766f1..000000000 --- a/domains/play.alora.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Making my MC server accessible via a custom domain name", - "owner": { - "username": "aloramiaa", - "email": "xaloramia@gmail.com" - }, - "records": { - "A": ["78.46.65.243"] - } -} diff --git a/domains/play.soccer.json b/domains/play.soccer.json deleted file mode 100644 index 84b96b0c7..000000000 --- a/domains/play.soccer.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "description": "KillToLive minecraft server", - "owner": { - "username": "minecradt", - "email": "soccer1992.is.a.dev@gmail.com" - }, - "records": { - "SRV": [ - { - "name": "_minecraft._tcp.play", - "priority": 0, - "weight": 5, - "port": 25565, - "target": "KillToLive.valksystems.pro" - } - ], - "A": ["82.45.179.13"] - } -} diff --git a/domains/porant.json b/domains/porant.json deleted file mode 100644 index c5cc436e4..000000000 --- a/domains/porant.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "porant", - "email": "porant@gmail.com" - }, - "records": { - "A": ["188.194.183.203"] - } -} diff --git a/domains/portfolio.json b/domains/portfolio.json deleted file mode 100644 index bb92064e5..000000000 --- a/domains/portfolio.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alfonso12dev", - "email": "bmeza9407@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/preview.shan.json b/domains/preview.shan.json deleted file mode 100644 index c9c7a77b0..000000000 --- a/domains/preview.shan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Preview For My Personal Website ", - "owner": { - "username": "Adwaith-Shan-Pk", - "email": "mail@shan.is-a.dev", - "twitter": "lordlinux69" - }, - "records": { - "A": ["45.90.12.122"] - } -} diff --git a/domains/protoshock.gizzy.json b/domains/protoshock.gizzy.json deleted file mode 100644 index f351a04a9..000000000 --- a/domains/protoshock.gizzy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "protoshock.gizzy.is-a.dev", - "owner": { - "username": "GizzyUwU", - "email": "nerop455@gmail.com" - }, - "records": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/proxy.trung.json b/domains/proxy.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/proxy.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/qrcode.json b/domains/qrcode.json deleted file mode 100644 index c29af2586..000000000 --- a/domains/qrcode.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My QRCode Webpage Project", - "owner": { - "username": "isobarsmustang0g", - "email": "isobars.mustang_0g@icloud.com" - }, - "records": { - "A": ["103.97.126.29"] - } -} diff --git a/domains/queirozt.json b/domains/queirozt.json deleted file mode 100644 index 7b961b407..000000000 --- a/domains/queirozt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "QueirozT", - "email": "tiagoqueirozgoncalves100@gmail.com" - }, - "records": { - "A": ["144.22.180.97"] - } -} diff --git a/domains/r00t3d.json b/domains/r00t3d.json deleted file mode 100644 index 682ded785..000000000 --- a/domains/r00t3d.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "percioandrade", - "discord": "521918790951501843" - }, - "records": { - "A": ["144.126.135.27"] - } -} diff --git a/domains/r2mvstr.json b/domains/r2mvstr.json deleted file mode 100644 index fdf1e11e0..000000000 --- a/domains/r2mvstr.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "1MillonunlockDev", - "email": "1millonunlock@gmail.com" - }, - "records": { - "A": ["144.91.94.164"] - } -} diff --git a/domains/radio.mxnticek.json b/domains/radio.mxnticek.json deleted file mode 100644 index a6ac7dda4..000000000 --- a/domains/radio.mxnticek.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Domain for my radio", - "owner": { - "username": "VlastikYoutubeKo", - "email": "plainrock@seznam.cz" - }, - "records": { - "A": ["129.151.254.58"] - } -} diff --git a/domains/rakshit.json b/domains/rakshit.json deleted file mode 100644 index 760a56c01..000000000 --- a/domains/rakshit.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "spuckhafte", - "email": "rakshit240405@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/random.json b/domains/random.json deleted file mode 100644 index 862d1c0af..000000000 --- a/domains/random.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gusruben", - "email": "gusruben@protonmail.com" - }, - "records": { - "A": ["173.255.236.153"] - } -} diff --git a/domains/random2.json b/domains/random2.json deleted file mode 100644 index 8cd7ce839..000000000 --- a/domains/random2.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "EducatedSuddenBucket", - "email": "educatedsuddenbucket@gmail.com" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/raspicloud.json b/domains/raspicloud.json deleted file mode 100644 index e949c5d85..000000000 --- a/domains/raspicloud.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mkrage", - "email": "manuel.krage@gmx.de" - }, - "records": { - "A": ["141.144.239.115"] - } -} diff --git a/domains/rbg.brandgrandreal.json b/domains/rbg.brandgrandreal.json deleted file mode 100644 index 033c22cb5..000000000 --- a/domains/rbg.brandgrandreal.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "BrandgrandRealMe", - "email": "BrandonTheDev@proton.me" - }, - "records": { - "A": ["69.197.135.205"] - } -} diff --git a/domains/realfara.json b/domains/realfara.json deleted file mode 100644 index b95a51a8f..000000000 --- a/domains/realfara.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "owner": { - "username": "furyashnyy", - "email": "faradey.iskra@mail.ru" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "AAAA": [ - "2606:50c0:8000::153", - "2606:50c0:8001::153", - "2606:50c0:8002::153", - "2606:50c0:8003::153" - ] - } -} diff --git a/domains/rednotsus.json b/domains/rednotsus.json deleted file mode 100644 index 343d3c6f2..000000000 --- a/domains/rednotsus.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "RedNotSus", - "email": "Jiayangc1@gmail.com" - }, - "records": { - "A": ["15.204.232.110"] - } -} diff --git a/domains/respect.json b/domains/respect.json deleted file mode 100644 index c63f86a7b..000000000 --- a/domains/respect.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rq9s", - "email": "valdemarbirker@gmail.com" - }, - "records": { - "A": ["198.251.89.164"] - } -} diff --git a/domains/ruthless.json b/domains/ruthless.json deleted file mode 100644 index fc5821047..000000000 --- a/domains/ruthless.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Ruthleeess", - "email": "semikk.eu@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/ryanisyyds.json b/domains/ryanisyyds.json deleted file mode 100644 index a31bdcefe..000000000 --- a/domains/ryanisyyds.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "RyanisyydsTT", - "email": "ryantseng123@mail.edu.tw" - }, - "records": { - "A": ["170.39.76.35"] - } -} diff --git a/domains/ryn.json b/domains/ryn.json deleted file mode 100644 index 8faf1f931..000000000 --- a/domains/ryn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lazylamps", - "email": "lampslazy@gmail.com" - }, - "records": { - "A": ["132.145.25.232"] - } -} diff --git a/domains/ryo.json b/domains/ryo.json deleted file mode 100644 index 2c57a5d79..000000000 --- a/domains/ryo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "FrosGaming", - "email": "dgfrosdgfros@gmail.com" - }, - "records": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/saahil.json b/domains/saahil.json deleted file mode 100644 index 6a84b65da..000000000 --- a/domains/saahil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NeonGamerBot-QK", - "email": "neon+domain@saahild.com" - }, - "records": { - "A": ["185.250.37.86"] - } -} diff --git a/domains/sameerk.json b/domains/sameerk.json deleted file mode 100644 index 926c10090..000000000 --- a/domains/sameerk.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "owner": { - "username": "sameer0022", - "email": "sameermalikst6@gmail.com", - "discord": "937701712293163118" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/samp.alora.json b/domains/samp.alora.json deleted file mode 100644 index 799c58913..000000000 --- a/domains/samp.alora.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aloramiaa", - "email": "xaloramia@gmail.com" - }, - "records": { - "A": ["46.183.184.33"] - } -} diff --git a/domains/saumon.json b/domains/saumon.json deleted file mode 100644 index eaabe9821..000000000 --- a/domains/saumon.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "saumonarcenciel", - "email": "saumon@duck.com", - "discord": "823623660743950416" - }, - "records": { - "A": ["109.234.166.168"] - } -} diff --git a/domains/saxon.json b/domains/saxon.json deleted file mode 100644 index 477b57d94..000000000 --- a/domains/saxon.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tensura-is-good", - "email": "sands.is.undertable@gmail.com" - }, - "records": { - "A": ["129.213.65.72"] - } -} diff --git a/domains/scoobis.json b/domains/scoobis.json deleted file mode 100644 index ac6cf7dca..000000000 --- a/domains/scoobis.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "turtletown73", - "email": "wetturtle45@gmail.com" - }, - "records": { - "A": ["174.182.75.57"] - } -} diff --git a/domains/serverpanel.json b/domains/serverpanel.json deleted file mode 100644 index 875ad906d..000000000 --- a/domains/serverpanel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Neeedrose", - "email": "bobbyaneville@gmail.com" - }, - "records": { - "A": ["34.75.192.79"] - } -} diff --git a/domains/sh-crm.json b/domains/sh-crm.json deleted file mode 100644 index 6f560c26d..000000000 --- a/domains/sh-crm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ruben-as", - "email": "ruben.aja.85@gmail.com" - }, - "records": { - "A": ["212.227.32.105"] - } -} diff --git a/domains/shad.json b/domains/shad.json deleted file mode 100644 index 246e1fd01..000000000 --- a/domains/shad.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "Maverick00001", - "email": "saksham.access@yahoo.com" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/shadowjobs.json b/domains/shadowjobs.json deleted file mode 100644 index afc8eb064..000000000 --- a/domains/shadowjobs.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "shadowjobs self website", - "owner": { - "username": "shadowjobs", - "email": "shadowjobs@qq.com" - }, - "records": { - "A": ["114.116.231.183"] - } -} diff --git a/domains/shravan.json b/domains/shravan.json deleted file mode 100644 index 2f5c35492..000000000 --- a/domains/shravan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "VirtualSquares", - "email": "shravanparadigm@gmail.com", - "discord": "cannonboys" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/shubham1806.json b/domains/shubham1806.json deleted file mode 100644 index 2f3cdce14..000000000 --- a/domains/shubham1806.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "shubham-1806", - "email": "shub.agarwal2003@gmail.com" - }, - "records": { - "A": ["20.207.73.82"] - } -} diff --git a/domains/sincererflame71.json b/domains/sincererflame71.json deleted file mode 100644 index 6aead491d..000000000 --- a/domains/sincererflame71.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "owner": { - "username": "DarkNightcore8", - "email": "DarkNightcore8@outlook.com" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "AAAA": [ - "2606:50c0:8000::153", - "2606:50c0:8001::153", - "2606:50c0:8002::153", - "2606:50c0:8003::153" - ] - } -} diff --git a/domains/sivaraj.json b/domains/sivaraj.json deleted file mode 100644 index d51178175..000000000 --- a/domains/sivaraj.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "owner": { - "username": "TheCyb3rMafia", - "email": "sivarajkailas@gmail.com", - "discord": "1057144035812327524" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "AAAA": [ - "2606:50c0:8000::153", - "2606:50c0:8001::153", - "2606:50c0:8002::153", - "2606:50c0:8003::153" - ] - } -} diff --git a/domains/siwon.json b/domains/siwon.json deleted file mode 100644 index c6ab62f11..000000000 --- a/domains/siwon.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "siwonpada", - "email": "psw041115@gmail.com" - }, - "records": { - "A": ["43.201.138.247"] - } -} diff --git a/domains/sotto.json b/domains/sotto.json deleted file mode 100644 index 32c002d7c..000000000 --- a/domains/sotto.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "RaydanOMGr", - "email": "andreykelbler@outlook.de" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/spider-development.json b/domains/spider-development.json deleted file mode 100644 index db695ad0e..000000000 --- a/domains/spider-development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "spider-development01" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/spitkov.json b/domains/spitkov.json deleted file mode 100644 index e99803c66..000000000 --- a/domains/spitkov.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "spitkov", - "discord": "1092100801478004816" - }, - "records": { - "A": ["144.91.67.20"] - } -} diff --git a/domains/spotify.trung.json b/domains/spotify.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/spotify.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/stan.json b/domains/stan.json deleted file mode 100644 index bce15d998..000000000 --- a/domains/stan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "stansters", - "email": "stanleygeorgebond@gmail.com" - }, - "records": { - "A": ["132.145.22.92"] - } -} diff --git a/domains/stardust.json b/domains/stardust.json deleted file mode 100644 index bd7c71895..000000000 --- a/domains/stardust.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Hanzla-Double3", - "email": "Hanzla.mughal3284@gmail.com" - }, - "records": { - "A": ["139.135.52.143"] - } -} diff --git a/domains/stats.trung.json b/domains/stats.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/stats.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/status-ryo.json b/domains/status-ryo.json deleted file mode 100644 index 892c9407c..000000000 --- a/domains/status-ryo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "FrosGaming", - "email": "dgfrosdgfros@gmail.com" - }, - "records": { - "A": ["69.197.135.203"] - } -} diff --git a/domains/status.jes.json b/domains/status.jes.json deleted file mode 100644 index a1cb820f0..000000000 --- a/domains/status.jes.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jesgran", - "email": "calzdani20@libero.it" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/status.shan.json b/domains/status.shan.json deleted file mode 100644 index 55e97442d..000000000 --- a/domains/status.shan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My Uptime Page ", - "owner": { - "username": "Adwaith-Shan-Pk", - "email": "mail@shan.is-a.dev", - "twitter": "lordlinux69" - }, - "records": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/status.trung.json b/domains/status.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/status.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/stef.json b/domains/stef.json deleted file mode 100644 index 8f8f6302f..000000000 --- a/domains/stef.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "stefcoders", - "email": "stefan@stefcodes.co.uk" - }, - "records": { - "A": ["45.84.57.2"] - } -} diff --git a/domains/stoneleaf-dh.json b/domains/stoneleaf-dh.json deleted file mode 100644 index ed3a7ed42..000000000 --- a/domains/stoneleaf-dh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NazerMohamed", - "email": "NazerMohamed@gmail.com" - }, - "records": { - "A": ["51.89.94.232"] - } -} diff --git a/domains/stremioaddonlt.json b/domains/stremioaddonlt.json deleted file mode 100644 index 32c0d4f6c..000000000 --- a/domains/stremioaddonlt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "makufelis", - "email": "coinbasedeivuxo@gmail.com" - }, - "records": { - "A": ["185.192.97.1"] - } -} diff --git a/domains/styy.json b/domains/styy.json deleted file mode 100644 index 1c4ff1628..000000000 --- a/domains/styy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sty928", - "email": "satyam99jha@gmail.com" - }, - "records": { - "A": ["161.97.137.17"] - } -} diff --git a/domains/tabby.json b/domains/tabby.json deleted file mode 100644 index 9a755cea8..000000000 --- a/domains/tabby.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sobakintech", - "discord": "745203026335236178" - }, - "records": { - "A": ["144.24.184.141"] - } -} diff --git a/domains/tahir.json b/domains/tahir.json deleted file mode 100644 index 89d4e343f..000000000 --- a/domains/tahir.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "syedraihanali", - "discord": "630920899952115712" - }, - "records": { - "A": ["103.213.38.188"] - } -} diff --git a/domains/tawhidislam.json b/domains/tawhidislam.json deleted file mode 100644 index ed4022046..000000000 --- a/domains/tawhidislam.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "For my personal portfolio website", - "owner": { - "username": "tawhid404Err", - "email": "xcode.dev@yahoo.com" - }, - "records": { - "A": ["103.62.149.9"] - } -} diff --git a/domains/tech4file.json b/domains/tech4file.json deleted file mode 100644 index 3a3379d38..000000000 --- a/domains/tech4file.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kubsai", - "discord": "477781395922485248" - }, - "records": { - "A": ["185.27.134.230"] - } -} diff --git a/domains/techbot.json b/domains/techbot.json deleted file mode 100644 index 60fd86268..000000000 --- a/domains/techbot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gunter228", - "email": "mq.2024@mail.ru" - }, - "records": { - "A": ["45.137.70.68"] - } -} diff --git a/domains/termonoid.json b/domains/termonoid.json deleted file mode 100644 index e43399949..000000000 --- a/domains/termonoid.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Domain for personal server", - "owner": { - "username": "Termonoid", - "email": "termonoid@cumallover.me", - "telegram": "termonoid" - }, - "records": { - "A": ["135.181.144.44"] - } -} diff --git a/domains/test.trung.json b/domains/test.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/test.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/testluxxy.json b/domains/testluxxy.json deleted file mode 100644 index bc3468121..000000000 --- a/domains/testluxxy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Luxxy-GF", - "email": "deniedaddicted@gmail.com" - }, - "records": { - "A": ["178.33.110.212"] - } -} diff --git a/domains/tetris.vi0leta.json b/domains/tetris.vi0leta.json deleted file mode 100644 index 5866567c0..000000000 --- a/domains/tetris.vi0leta.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vi0letadev", - "email": "vi0leta@riseup.net" - }, - "records": { - "A": ["37.27.4.76"] - } -} diff --git a/domains/texnogrand-dev.json b/domains/texnogrand-dev.json deleted file mode 100644 index 8bcddb1e5..000000000 --- a/domains/texnogrand-dev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "muhamamdyusuf-kurbonov", - "email": "muhammadyusuf.kurbonov2002@gmail.com" - }, - "records": { - "A": ["213.199.33.74"] - } -} diff --git a/domains/theconcepteur.json b/domains/theconcepteur.json deleted file mode 100644 index 44a225063..000000000 --- a/domains/theconcepteur.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "th3conc3pt3ur", - "email": "conceptordev@gmail.com" - }, - "records": { - "A": ["37.187.6.109"] - } -} diff --git a/domains/theharry.json b/domains/theharry.json deleted file mode 100644 index 9ccbeb366..000000000 --- a/domains/theharry.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Aceharry16", - "email": "aceharry16@gmail.com", - "discord": "1229076684066783252" - }, - "records": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/thinhnguyen.json b/domains/thinhnguyen.json deleted file mode 100644 index b26e6617a..000000000 --- a/domains/thinhnguyen.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "thinhdnn", - "email": "nguyenvanthinh.dnn@gmail.com" - }, - "records": { - "A": ["152.69.196.244"] - } -} diff --git a/domains/tientiny.json b/domains/tientiny.json deleted file mode 100644 index 9e70bd4ef..000000000 --- a/domains/tientiny.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Pdmthong05", - "email": "pdmthong05@protonmail.com" - }, - "records": { - "A": ["198.91.81.11"] - } -} diff --git a/domains/titan.json b/domains/titan.json deleted file mode 100644 index a9f871e8a..000000000 --- a/domains/titan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bhoopesh369", - "email": "bhoopesh459@gmail.com" - }, - "records": { - "A": ["217.174.245.249"] - } -} diff --git a/domains/tunnel.vulcanocraft.json b/domains/tunnel.vulcanocraft.json deleted file mode 100644 index 8105ad8aa..000000000 --- a/domains/tunnel.vulcanocraft.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "VulcanoSoftware", - "discord": "814891541205876767" - }, - "records": { - "A": ["147.185.221.23"] - }, - "proxied": true -} diff --git a/domains/ugdev.json b/domains/ugdev.json deleted file mode 100644 index 139912863..000000000 --- a/domains/ugdev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "UrgingOfc", - "email": "diogo.lopes.silva.ch@gmail.com" - }, - "records": { - "A": ["82.165.193.230"] - } -} diff --git a/domains/ukasimov.json b/domains/ukasimov.json deleted file mode 100644 index e38c3dc35..000000000 --- a/domains/ukasimov.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ukasimov", - "email": "ukasimov_dev@outlook.com", - "telegram": "t.me/ukasimov_dev" - }, - "description": "Uktambek Kasimov Portfolio", - "records": { - "A": ["89.232.184.198"] - } -} diff --git a/domains/umarahsan.json b/domains/umarahsan.json deleted file mode 100644 index a6d20c682..000000000 --- a/domains/umarahsan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "umarxz559", - "email": "umarxz559@gmail.com" - }, - "records": { - "A": ["141.147.52.210"] - } -} diff --git a/domains/uptime-ryo.json b/domains/uptime-ryo.json deleted file mode 100644 index 892c9407c..000000000 --- a/domains/uptime-ryo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "FrosGaming", - "email": "dgfrosdgfros@gmail.com" - }, - "records": { - "A": ["69.197.135.203"] - } -} diff --git a/domains/uptime.acronical.json b/domains/uptime.acronical.json deleted file mode 100644 index 7dc9d2ef3..000000000 --- a/domains/uptime.acronical.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AcronicalYT", - "email": "acronicalbusiness@gmail.com" - }, - "records": { - "A": ["138.68.133.84"] - } -} diff --git a/domains/vacer.json b/domains/vacer.json deleted file mode 100644 index b9de98e5c..000000000 --- a/domains/vacer.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Strongboost", - "email": "gigantenjaeger.junior@gmail.com" - }, - "records": { - "A": ["5.253.246.227"] - } -} diff --git a/domains/vercelstats.json b/domains/vercelstats.json deleted file mode 100644 index 237a80f2f..000000000 --- a/domains/vercelstats.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "urasdbwd", - "discord": "291889282032074752" - }, - "records": { - "A": ["193.149.164.209"] - } -} diff --git a/domains/vesly.json b/domains/vesly.json deleted file mode 100644 index 28f814c2e..000000000 --- a/domains/vesly.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Veslydev", - "email": "theflashtrdublaj@gmail.com" - }, - "records": { - "A": ["88.209.248.121"] - } -} diff --git a/domains/vilari.json b/domains/vilari.json deleted file mode 100644 index 62cc74dea..000000000 --- a/domains/vilari.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VilariStorms", - "email": "vilari@anonymail.nl" - }, - "records": { - "A": ["24.199.103.194"] - } -} diff --git a/domains/vishwapinnawala.json b/domains/vishwapinnawala.json deleted file mode 100644 index 1b796a49e..000000000 --- a/domains/vishwapinnawala.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vishwapinnawala", - "email": "vishwaspinnawala@gmail.com" - }, - "records": { - "A": ["198.91.81.12"] - } -} diff --git a/domains/vismbs.json b/domains/vismbs.json deleted file mode 100644 index f354cbbca..000000000 --- a/domains/vismbs.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gzfs", - "email": "vismbs@pm.me" - }, - "records": { - "A": ["150.230.141.111"] - } -} diff --git a/domains/wasd228.json b/domains/wasd228.json deleted file mode 100644 index 8b6b9e54b..000000000 --- a/domains/wasd228.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ericafk0001", - "email": "dxslyofficial@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/wasi.json b/domains/wasi.json deleted file mode 100644 index 7f886ff2f..000000000 --- a/domains/wasi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "WasiTC", - "discord": "802128241280286761" - }, - "records": { - "A": ["59.152.96.163"] - } -} diff --git a/domains/webmail.mrjunkyz.json b/domains/webmail.mrjunkyz.json deleted file mode 100644 index 4dcdef8bf..000000000 --- a/domains/webmail.mrjunkyz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chiragnahata", - "email": "chiragnahata05@gmail.com" - }, - "records": { - "A": ["129.213.151.29"] - } -} diff --git a/domains/webouille.json b/domains/webouille.json deleted file mode 100644 index 60614161e..000000000 --- a/domains/webouille.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MrPidouille", - "email": "valentinrobin7500@gmail.com" - }, - "records": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/weissx.json b/domains/weissx.json deleted file mode 100644 index 262f1efe6..000000000 --- a/domains/weissx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alfari24", - "email": "ari@alfari.id" - }, - "records": { - "A": ["194.15.36.220"] - } -} diff --git a/domains/wiener234.json b/domains/wiener234.json deleted file mode 100644 index 61cb659f0..000000000 --- a/domains/wiener234.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Wiener234", - "email": "wiemernils@gmail.com" - }, - "records": { - "A": ["130.61.152.39"] - } -} diff --git a/domains/william2sober.json b/domains/william2sober.json deleted file mode 100644 index 156a994e6..000000000 --- a/domains/william2sober.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "william2sober", - "email": "willliam2sober@gmail.com" - }, - "records": { - "A": ["76.76.21.21"] - }, - "proxied": false -} diff --git a/domains/wlodekm.json b/domains/wlodekm.json deleted file mode 100644 index f559e3174..000000000 --- a/domains/wlodekm.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Domain for the stuff that i host on my pc", - "owner": { - "username": "WlodekM", - "email": "wlodekm.work@gmail.com" - }, - "records": { - "A": ["159.224.173.169"] - } -} diff --git a/domains/woofer.json b/domains/woofer.json deleted file mode 100644 index 3954f985d..000000000 --- a/domains/woofer.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "owner": { - "username": "WooferTheWoof", - "email": "ivceball@gmail.com", - "discord": "wooferthywoof" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/workspace.trung.json b/domains/workspace.trung.json deleted file mode 100644 index 488318c9f..000000000 --- a/domains/workspace.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "A": ["35.185.84.140"] - } -} diff --git a/domains/woundrite.json b/domains/woundrite.json deleted file mode 100644 index 82541027a..000000000 --- a/domains/woundrite.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "Woundrite", - "email": "ndbendale2004@gmail.com" - }, - "records": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/ws.json b/domains/ws.json deleted file mode 100644 index 3d67931f5..000000000 --- a/domains/ws.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ais1175", - "email": "wutau179@gmail.com" - }, - "records": { - "A": ["43.229.135.123"] - } -} diff --git a/domains/www.aswinmahesh.json b/domains/www.aswinmahesh.json deleted file mode 100644 index 3e39f2a5a..000000000 --- a/domains/www.aswinmahesh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Aswin Mahesh Website", - "owner": { - "username": "aswinmahesh", - "email": "aswinmahesh.com+dns@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/www.aswinmaheshc.json b/domains/www.aswinmaheshc.json deleted file mode 100644 index 401fc1519..000000000 --- a/domains/www.aswinmaheshc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Aswin Mahesh C Website", - "owner": { - "username": "aswinmahesh", - "email": "aswinmahesh.com+dns@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/www.schumerism.json b/domains/www.schumerism.json deleted file mode 100644 index 29a363eab..000000000 --- a/domains/www.schumerism.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "homosapiensapien", - "email": "nathanielswoo@gmail.com" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/xream.json b/domains/xream.json deleted file mode 100644 index 4c9f910f2..000000000 --- a/domains/xream.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xream", - "email": "xreamxu@gmail.com" - }, - "records": { - "A": ["150.230.219.72"] - } -} diff --git a/domains/xsamivs.json b/domains/xsamivs.json deleted file mode 100644 index ab126e20b..000000000 --- a/domains/xsamivs.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Development Website of xSamiVS", - "owner": { - "username": "xSamiVS", - "discord": "xSamiVS - 455335173748162563" - }, - "records": { - "A": ["88.99.5.172"] - } -} diff --git a/domains/xtendera.json b/domains/xtendera.json deleted file mode 100644 index fcc2106ea..000000000 --- a/domains/xtendera.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Xtendera", - "discord": "738775476604239933" - }, - "records": { - "A": ["47.186.121.65"] - } -} diff --git a/domains/yacoreq.json b/domains/yacoreq.json deleted file mode 100644 index 3dce46532..000000000 --- a/domains/yacoreq.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "yacoreq", - "email": "yacoreq@gmail.com", - "discord": "685845264417816611" - }, - "records": { - "A": ["136.243.156.120"] - } -} diff --git a/domains/yaelmassieu.json b/domains/yaelmassieu.json deleted file mode 100644 index 6eb31e5f5..000000000 --- a/domains/yaelmassieu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bystrokr", - "email": "jamesisajamessx@gmail.com" - }, - "records": { - "A": ["66.45.229.178"] - } -} diff --git a/domains/yatinmalhotra.json b/domains/yatinmalhotra.json deleted file mode 100644 index 18938fd42..000000000 --- a/domains/yatinmalhotra.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Yatin-Malhotra", - "discord": "foreverinevitable" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/yrrahbot.acronical.json b/domains/yrrahbot.acronical.json deleted file mode 100644 index 7dc9d2ef3..000000000 --- a/domains/yrrahbot.acronical.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AcronicalYT", - "email": "acronicalbusiness@gmail.com" - }, - "records": { - "A": ["138.68.133.84"] - } -} diff --git a/domains/yuko.json b/domains/yuko.json deleted file mode 100644 index 6e23e7d8c..000000000 --- a/domains/yuko.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DreamLikeAmonster", - "discord": "918872621892911164" - }, - "records": { - "A": ["76.76.21.21"] - } -} diff --git a/domains/zakaria-didah.json b/domains/zakaria-didah.json deleted file mode 100644 index cd0253071..000000000 --- a/domains/zakaria-didah.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "zakaria-didah", - "email": "zakariadidah@gmail.com", - "discord": "788397929308225546" - }, - "records": { - "A": ["158.179.209.175"] - } -} diff --git a/domains/zedfr.json b/domains/zedfr.json deleted file mode 100644 index dd761ec15..000000000 --- a/domains/zedfr.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Not-oss", - "discord": "1071844093438726239" - }, - "records": { - "A": ["89.168.59.222"] - } -} diff --git a/domains/zephyr.json b/domains/zephyr.json deleted file mode 100644 index c44c4b913..000000000 --- a/domains/zephyr.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ALVINTAN159", - "email": "alvintan159@gmail.com", - "discord": "985731141640286258" - }, - "records": { - "A": ["69.197.135.203"] - } -} diff --git a/domains/zoosio.json b/domains/zoosio.json deleted file mode 100644 index 944d7473c..000000000 --- a/domains/zoosio.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "239626", - "email": "maz.nos@gmail.com", - "discord": "788741120364511242" - }, - "records": { - "A": ["95.216.242.35"] - } -} From c41dcaa0d5085565dc93fabc80af1832035c1cda Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 10:42:42 +0800 Subject: [PATCH 47/61] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8e8fae3d9..055ba6979 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,4 @@ dist # Custom .DS_Store +*.js From 75078369ed3f9e4735cb6dbb84b383c9450c6102 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 10:47:08 +0800 Subject: [PATCH 48/61] Delete domains/anton.json --- domains/anton.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/anton.json diff --git a/domains/anton.json b/domains/anton.json deleted file mode 100644 index 16c09c75f..000000000 --- a/domains/anton.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rorosin", - "email": "rosin886@gmail.com" - }, - "records": { - "CNAME": "ru.ardev.tk" - } -} From 787398f44cd9701dc10fd2686fc83103f75fcef2 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 11:03:57 +0800 Subject: [PATCH 49/61] Rename its-2t-here to its-2t-here.json --- domains/{its-2t-here => its-2t-here.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{its-2t-here => its-2t-here.json} (100%) diff --git a/domains/its-2t-here b/domains/its-2t-here.json similarity index 100% rename from domains/its-2t-here rename to domains/its-2t-here.json From fa706a59b61fccc5e32636c0c53b1a128b024f3c Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 11:05:43 +0800 Subject: [PATCH 50/61] Update and rename yoogo.is-a.dev.json to yoogo.json --- domains/yoogo.is-a.dev.json | 11 ----------- domains/yoogo.json | 9 +++++++++ 2 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 domains/yoogo.is-a.dev.json create mode 100644 domains/yoogo.json diff --git a/domains/yoogo.is-a.dev.json b/domains/yoogo.is-a.dev.json deleted file mode 100644 index 675e0eec0..000000000 --- a/domains/yoogo.is-a.dev.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My portfolio hosted on Netlify", - "repo": "https://github.com/yoogoworkspace/register", - "owner": { - "username": "yoogoworkspace", - "email": "[yoogoworkspace@gmail.com]" - }, - "records": { - "A": ["75.2.60.5"] - } -} diff --git a/domains/yoogo.json b/domains/yoogo.json new file mode 100644 index 000000000..2110630bf --- /dev/null +++ b/domains/yoogo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "yoogoworkspace", + "email": "yoogoworkspace@gmail.com" + }, + "records": { + "A": ["75.2.60.5"] + } +} From f1294c081326b6e0aba9f72164be0632fa6404c0 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 11:09:04 +0800 Subject: [PATCH 51/61] delete invalid redirecting domains --- domains/_discord.niclqs.json | 11 ----------- domains/amiyo.json | 11 ----------- domains/arcade.json | 9 --------- domains/ashley.json | 9 --------- domains/axd.json | 9 --------- domains/ayushtiwari.json | 9 --------- domains/ayxdacat.json | 9 --------- domains/batema.json | 9 --------- domains/bens.json | 10 ---------- domains/blueysh.json | 9 --------- domains/chip-1925.json | 9 --------- domains/darkc.json | 9 --------- domains/darvin.json | 9 --------- domains/demir.json | 9 --------- domains/dogesploit.json | 9 --------- domains/drenxhyliqi.json | 9 --------- domains/ebaa.json | 9 --------- domains/edwardsnowden.json | 9 --------- domains/fluoresced.json | 9 --------- domains/fulminatingmoat.json | 11 ----------- domains/giovstechs.json | 9 --------- domains/gitea.vinceale7082.json | 10 ---------- domains/herbert.json | 9 --------- domains/hroot.json | 9 --------- domains/igna.json | 10 ---------- domains/israrkhan.json | 10 ---------- domains/jack.json | 10 ---------- domains/jainam.json | 9 --------- domains/jamespi.json | 9 --------- domains/joltz.json | 10 ---------- domains/joordih.json | 9 --------- domains/juniper.json | 9 --------- domains/killerf.json | 10 ---------- domains/leska.json | 9 --------- domains/lhjhminecraft.json | 9 --------- domains/luisandre.json | 9 --------- domains/lver-rocks.lver.json | 21 --------------------- domains/markgurney.json | 9 --------- domains/maxt.json | 10 ---------- domains/mrugeshtank.json | 10 ---------- domains/mustafaozturk.json | 9 --------- domains/niclqs.json | 11 ----------- domains/notedwin.json | 9 --------- domains/owonico.json | 9 --------- domains/refat.json | 9 --------- domains/rohansharma.json | 9 --------- domains/roxza.json | 10 ---------- domains/senninseyi.json | 10 ---------- domains/shork.json | 10 ---------- domains/shorko.json | 9 --------- domains/snip.json | 9 --------- domains/snowyid.json | 9 --------- domains/sow.json | 9 --------- domains/speedie.json | 9 --------- domains/tenvy.json | 9 --------- domains/thatkoslz.json | 9 --------- domains/tlowng.json | 9 --------- domains/vitalik.json | 9 --------- domains/xap3y.json | 9 --------- domains/xyter.json | 9 --------- domains/yuri.json | 9 --------- 61 files changed, 581 deletions(-) delete mode 100644 domains/_discord.niclqs.json delete mode 100644 domains/amiyo.json delete mode 100644 domains/arcade.json delete mode 100644 domains/ashley.json delete mode 100644 domains/axd.json delete mode 100644 domains/ayushtiwari.json delete mode 100644 domains/ayxdacat.json delete mode 100644 domains/batema.json delete mode 100644 domains/bens.json delete mode 100644 domains/blueysh.json delete mode 100644 domains/chip-1925.json delete mode 100644 domains/darkc.json delete mode 100644 domains/darvin.json delete mode 100644 domains/demir.json delete mode 100644 domains/dogesploit.json delete mode 100644 domains/drenxhyliqi.json delete mode 100644 domains/ebaa.json delete mode 100644 domains/edwardsnowden.json delete mode 100644 domains/fluoresced.json delete mode 100644 domains/fulminatingmoat.json delete mode 100644 domains/giovstechs.json delete mode 100644 domains/gitea.vinceale7082.json delete mode 100644 domains/herbert.json delete mode 100644 domains/hroot.json delete mode 100644 domains/igna.json delete mode 100644 domains/israrkhan.json delete mode 100644 domains/jack.json delete mode 100644 domains/jainam.json delete mode 100644 domains/jamespi.json delete mode 100644 domains/joltz.json delete mode 100644 domains/joordih.json delete mode 100644 domains/juniper.json delete mode 100644 domains/killerf.json delete mode 100644 domains/leska.json delete mode 100644 domains/lhjhminecraft.json delete mode 100644 domains/luisandre.json delete mode 100644 domains/lver-rocks.lver.json delete mode 100644 domains/markgurney.json delete mode 100644 domains/maxt.json delete mode 100644 domains/mrugeshtank.json delete mode 100644 domains/mustafaozturk.json delete mode 100644 domains/niclqs.json delete mode 100644 domains/notedwin.json delete mode 100644 domains/owonico.json delete mode 100644 domains/refat.json delete mode 100644 domains/rohansharma.json delete mode 100644 domains/roxza.json delete mode 100644 domains/senninseyi.json delete mode 100644 domains/shork.json delete mode 100644 domains/shorko.json delete mode 100644 domains/snip.json delete mode 100644 domains/snowyid.json delete mode 100644 domains/sow.json delete mode 100644 domains/speedie.json delete mode 100644 domains/tenvy.json delete mode 100644 domains/thatkoslz.json delete mode 100644 domains/tlowng.json delete mode 100644 domains/vitalik.json delete mode 100644 domains/xap3y.json delete mode 100644 domains/xyter.json delete mode 100644 domains/yuri.json diff --git a/domains/_discord.niclqs.json b/domains/_discord.niclqs.json deleted file mode 100644 index fec53110f..000000000 --- a/domains/_discord.niclqs.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "niclqs.is-a.dev discord verify ownership", - "owner": { - "discord": "niclqs", - "email": "discord@push-den-weg.de", - "username": "NiclqsGER" - }, - "records": { - "TXT": "dh=0b19779c5bdb5bdc6a6e3a5d7f44996deedab1dc" - } -} diff --git a/domains/amiyo.json b/domains/amiyo.json deleted file mode 100644 index a6ce499ee..000000000 --- a/domains/amiyo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "DevAmiyo", - "email": "devamiyosp@gmail.com", - "discord": "Amiyo#7978", - "twitter": "AmiyoTweets" - }, - "records": { - "URL": "https://github.amiyo.tk" - } -} diff --git a/domains/arcade.json b/domains/arcade.json deleted file mode 100644 index 84a8a8d74..000000000 --- a/domains/arcade.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "l3gacyb3ta", - "twitter": "l3gacyb3ta" - }, - "records": { - "URL": "https://arcade.omg.lol" - } -} diff --git a/domains/ashley.json b/domains/ashley.json deleted file mode 100644 index 9480972c0..000000000 --- a/domains/ashley.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ashleyyy94", - "email": "ashley_2461994@hotmail.com" - }, - "records": { - "URL": "https://ashleyong.xyz/" - } -} diff --git a/domains/axd.json b/domains/axd.json deleted file mode 100644 index f35b74546..000000000 --- a/domains/axd.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alexdhg", - "email": "webmaster@webwarp.ro" - }, - "records": { - "URL": "https://webwarp.ro" - } -} diff --git a/domains/ayushtiwari.json b/domains/ayushtiwari.json deleted file mode 100644 index 1694729e1..000000000 --- a/domains/ayushtiwari.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aaayushh7", - "discord": "_aaayushh" - }, - "records": { - "URL": "https://ayushtiwari.co" - } -} diff --git a/domains/ayxdacat.json b/domains/ayxdacat.json deleted file mode 100644 index 39d6f639e..000000000 --- a/domains/ayxdacat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ayxkaddd", - "email": "bladeec1ty@protonmail.com" - }, - "records": { - "URL": "https://ayxdacat.lol" - } -} diff --git a/domains/batema.json b/domains/batema.json deleted file mode 100644 index a854269aa..000000000 --- a/domains/batema.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lukas-batema", - "email": "lukasbatema@gmail.com" - }, - "records": { - "URL": "https://batemadevelopment.com" - } -} diff --git a/domains/bens.json b/domains/bens.json deleted file mode 100644 index 133fb45d7..000000000 --- a/domains/bens.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My portfolio", - "owner": { - "username": "coco-droid", - "email": "robensjeanbaptiste29@gmail.com" - }, - "records": { - "URL": "https://robe.alwaysdata.net/" - } -} diff --git a/domains/blueysh.json b/domains/blueysh.json deleted file mode 100644 index 8bd1816cf..000000000 --- a/domains/blueysh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "blueysh", - "email": "jan.santi@icloud.com" - }, - "records": { - "URL": "https://blueysh.me" - } -} diff --git a/domains/chip-1925.json b/domains/chip-1925.json deleted file mode 100644 index 1b31de77f..000000000 --- a/domains/chip-1925.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "The-Awesome-0038", - "email": "adityapundir275@gmail.com" - }, - "records": { - "URL": "https://theawesome.api.stdlib.com/discord-bot-dashboard@dev" - } -} diff --git a/domains/darkc.json b/domains/darkc.json deleted file mode 100644 index 377f35d12..000000000 --- a/domains/darkc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jc-discdev", - "email": "jjsuscc@gmail.com" - }, - "records": { - "URL": "https://darkdev.es" - } -} diff --git a/domains/darvin.json b/domains/darvin.json deleted file mode 100644 index 14dbffdab..000000000 --- a/domains/darvin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "darvingaba", - "email": "darvingaba1@gmail.com" - }, - "records": { - "URL": "https://darvingaba.github.io/pfmain/" - } -} diff --git a/domains/demir.json b/domains/demir.json deleted file mode 100644 index 213e76e40..000000000 --- a/domains/demir.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "demirdegerli", - "email": "demirdegerli@protonmail.com" - }, - "records": { - "URL": "https://demirdegerli.com" - } -} diff --git a/domains/dogesploit.json b/domains/dogesploit.json deleted file mode 100644 index bb49c2fa1..000000000 --- a/domains/dogesploit.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Zumwaltboi68", - "email": "alexander662022@outlook.com" - }, - "records": { - "URL": "https://velocity-v2.dogesploit.byethost15.com/" - } -} diff --git a/domains/drenxhyliqi.json b/domains/drenxhyliqi.json deleted file mode 100644 index a65812ba0..000000000 --- a/domains/drenxhyliqi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "drenxhyliqi", - "email": "drenxhyliqi3@gmail.com" - }, - "records": { - "URL": "https://drenxhyliqi.site/" - } -} diff --git a/domains/ebaa.json b/domains/ebaa.json deleted file mode 100644 index 28e8f0347..000000000 --- a/domains/ebaa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "EbaaCode", - "email": "ebaa2002@outlook.com" - }, - "records": { - "URL": "https://ebaa.dev" - } -} diff --git a/domains/edwardsnowden.json b/domains/edwardsnowden.json deleted file mode 100644 index 6972e3c51..000000000 --- a/domains/edwardsnowden.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "satoshi-prefers-monero", - "email": "satoshinakamoto@tuta.com" - }, - "records": { - "URL": "https://stephencastelphoto.com" - } -} diff --git a/domains/fluoresced.json b/domains/fluoresced.json deleted file mode 100644 index 18640bf51..000000000 --- a/domains/fluoresced.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "8FrMc", - "email": "pijuskaminskas1@gmail.com" - }, - "records": { - "URL": "https://guns.lol/ecq" - } -} diff --git a/domains/fulminatingmoat.json b/domains/fulminatingmoat.json deleted file mode 100644 index 5d7e64bda..000000000 --- a/domains/fulminatingmoat.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Website", - "owner": { - "username": "fulminatingmoat", - "email": "fulminatingmoat@fulminatingmoat.com", - "discord": "ᅠᅠ#6266" - }, - "records": { - "URL": "https://fulminatingmoat.com" - } -} diff --git a/domains/giovstechs.json b/domains/giovstechs.json deleted file mode 100644 index 2e666791c..000000000 --- a/domains/giovstechs.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "giovstechs", - "email": "me@gianstech.it" - }, - "records": { - "URL": "https://links.gianstech.it" - } -} diff --git a/domains/gitea.vinceale7082.json b/domains/gitea.vinceale7082.json deleted file mode 100644 index 71ad346ad..000000000 --- a/domains/gitea.vinceale7082.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "VinceAle7082", - "email": "vinceale7082@gmail.com", - "discord": "1078447459900063816" - }, - "records": { - "URL": "https://gitea.vinceale7082.com" - } -} diff --git a/domains/herbert.json b/domains/herbert.json deleted file mode 100644 index ca51f3c68..000000000 --- a/domains/herbert.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Cartyoo", - "email": "cartyoogaming@gmail.com" - }, - "records": { - "URL": "https://cartyoo.org" - } -} diff --git a/domains/hroot.json b/domains/hroot.json deleted file mode 100644 index aaca9d7ac..000000000 --- a/domains/hroot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "H-Root", - "email": "sudo.hroot@gmail.com" - }, - "records": { - "URL": "https://hroot.dev/" - } -} diff --git a/domains/igna.json b/domains/igna.json deleted file mode 100644 index a0bd4b2b6..000000000 --- a/domains/igna.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "igna's portfolio website", - "owner": { - "username": "uhIgnacio", - "email": "igna@hypixel.one" - }, - "records": { - "URL": "https://igna.rocks" - } -} diff --git a/domains/israrkhan.json b/domains/israrkhan.json deleted file mode 100644 index b76d58f53..000000000 --- a/domains/israrkhan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "israrkhan.is-a.dev.", - "owner": { - "username": "israrthedev08", - "email": "israrislive@gmail.com" - }, - "records": { - "URL": "https://guns.lol/israr08" - } -} diff --git a/domains/jack.json b/domains/jack.json deleted file mode 100644 index 612aa3633..000000000 --- a/domains/jack.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "crepppy", - "email": "chapmanjack0777@gmail.com", - "discord": "crepppy#2758" - }, - "records": { - "URL": "https://jackchap.com" - } -} diff --git a/domains/jainam.json b/domains/jainam.json deleted file mode 100644 index 287478167..000000000 --- a/domains/jainam.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jainamoswal", - "email": "me@jainam.me" - }, - "records": { - "URL": "http://jainam.me" - } -} diff --git a/domains/jamespi.json b/domains/jamespi.json deleted file mode 100644 index 1a96defce..000000000 --- a/domains/jamespi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sussy-OS", - "email": "SussyS0S-Operating-Systems@protonmail.com" - }, - "records": { - "URL": "https://cooperbrosssp.top" - } -} diff --git a/domains/joltz.json b/domains/joltz.json deleted file mode 100644 index 6680e1e24..000000000 --- a/domains/joltz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "joltz1234", - "email": "joltzx123@gmail.com", - "discord": "837162825373188106" - }, - "records": { - "URL": "https://guns.lol/joltz" - } -} diff --git a/domains/joordih.json b/domains/joordih.json deleted file mode 100644 index 031fc9a8a..000000000 --- a/domains/joordih.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "HarpyLMAO", - "email": "harpymclol@gmail.com" - }, - "records": { - "URL": "https://joordih.lol" - } -} diff --git a/domains/juniper.json b/domains/juniper.json deleted file mode 100644 index 748861ebf..000000000 --- a/domains/juniper.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "juniperislost", - "email": "juniper_is_lost@protonmail.com" - }, - "records": { - "URL": "https://juniperislost.github.io" - } -} diff --git a/domains/killerf.json b/domains/killerf.json deleted file mode 100644 index fedb0c5e0..000000000 --- a/domains/killerf.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "The Person Who Hacked QLASH RP And got away with it with nothing to lose, An Exploiter to say the least; Welcome to the other side", - "owner": { - "username": "MohamexDR", - "email": "loliehentaixd@gmail.com" - }, - "records": { - "URL": "https://guns.lol/killerf" - } -} diff --git a/domains/leska.json b/domains/leska.json deleted file mode 100644 index bb8286139..000000000 --- a/domains/leska.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "JustLeska", - "email": "leskalouis@hotmail.com" - }, - "records": { - "URL": "https://guns.lol/leska" - } -} diff --git a/domains/lhjhminecraft.json b/domains/lhjhminecraft.json deleted file mode 100644 index e3498ba3b..000000000 --- a/domains/lhjhminecraft.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "watergotspilled", - "email": "sc467209@g.risd.org" - }, - "records": { - "URL": "https://size-origin.gl.joinmc.link" - } -} diff --git a/domains/luisandre.json b/domains/luisandre.json deleted file mode 100644 index 7891797ee..000000000 --- a/domains/luisandre.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "luis073094", - "email": "luis073094@gmail.com" - }, - "records": { - "URL": "https://portafolioluisandre.azurewebsites.net" - } -} diff --git a/domains/lver-rocks.lver.json b/domains/lver-rocks.lver.json deleted file mode 100644 index 01bbab4ad..000000000 --- a/domains/lver-rocks.lver.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "github": "https://github.com/lverx", - "owner": { - "username": "lverx", - "email": "profoundlvr@gmail.com" - }, - "records": { - "URL": "https://lver-rocks.pages.dev/" - }, - "redirect_config": { - "custom_paths": { - "/home": "https://lver.is-a.dev/", - "/host": "https://pages.dev/", - "/dir": "https://github.com/is-a-dev/register", - "/iad": "https://is-a.dev/", - "/proxy": "https://developers.cloudflare.com/dns/proxy-status/", - "/contact": "https://contact-lver.pages.dev" - }, - "redirect_paths": true - } -} diff --git a/domains/markgurney.json b/domains/markgurney.json deleted file mode 100644 index 376705f6d..000000000 --- a/domains/markgurney.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Superchicken962", - "email": "superchicken9962@gmail.com" - }, - "records": { - "URL": "https://markgurney.cf/" - } -} diff --git a/domains/maxt.json b/domains/maxt.json deleted file mode 100644 index c0178a897..000000000 --- a/domains/maxt.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Max's Portfolio/Cool Website", - "owner": { - "username": "MaxTCodes", - "email": "dev@maxt-is-a.dev" - }, - "records": { - "URL": "https://maxt-is-a.dev" - } -} diff --git a/domains/mrugeshtank.json b/domains/mrugeshtank.json deleted file mode 100644 index 564085e77..000000000 --- a/domains/mrugeshtank.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "mrugeshtank", - "email": "mrugeshtank@gmail.com", - "twitter": "mrugeshtank" - }, - "records": { - "URL": "https://mrugesh.tk" - } -} diff --git a/domains/mustafaozturk.json b/domains/mustafaozturk.json deleted file mode 100644 index fd095b7cf..000000000 --- a/domains/mustafaozturk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Night-X-dev", - "email": "mustafaozturkk1907@gmail.com" - }, - "records": { - "URL": "https://mustafa.yusufzengin.com.tr/" - } -} diff --git a/domains/niclqs.json b/domains/niclqs.json deleted file mode 100644 index 025ec97ba..000000000 --- a/domains/niclqs.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "niclqs.is-a.dev --> niclqs.dev", - "records": { - "URL": "https://niclqs.dev" - }, - "owner": { - "discord": "niclqs", - "email": "discord@push-den-weg.de", - "username": "NiclqsGER" - } -} diff --git a/domains/notedwin.json b/domains/notedwin.json deleted file mode 100644 index 932001571..000000000 --- a/domains/notedwin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Edwin15857", - "email": "notedwin.music@gmail.com" - }, - "records": { - "URL": "https://notedwin.api.stdlib.com/portfolio-using-html-in-autocode@dev" - } -} diff --git a/domains/owonico.json b/domains/owonico.json deleted file mode 100644 index 562c86b72..000000000 --- a/domains/owonico.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "OwoNico", - "email": "nicoytwastaken@gmail.com" - }, - "records": { - "URL": "https://www.owonico.cf" - } -} diff --git a/domains/refat.json b/domains/refat.json deleted file mode 100644 index 440c66d2b..000000000 --- a/domains/refat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "description": "Personal Site", - "owner": { - "username": "refatc25" - }, - "records": { - "URL": "https://www.refatchowdhury.com" - } -} diff --git a/domains/rohansharma.json b/domains/rohansharma.json deleted file mode 100644 index 41240a178..000000000 --- a/domains/rohansharma.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rohansharma-developer", - "email": "rohansharma.developer@gmail.com" - }, - "records": { - "URL": "https://rohansharma.me" - } -} diff --git a/domains/roxza.json b/domains/roxza.json deleted file mode 100644 index a03ba7f26..000000000 --- a/domains/roxza.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "roxza", - "email": "me@roxza.me", - "discord": "Roxza#0002" - }, - "records": { - "URL": "https://roxza.me" - } -} diff --git a/domains/senninseyi.json b/domains/senninseyi.json deleted file mode 100644 index 37b89df13..000000000 --- a/domains/senninseyi.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My Dev Portfolio", - "owner": { - "username": "Senninseyi", - "email": "seyi.oyebamiji@gmail.com" - }, - "records": { - "URL": "https://beyondata.co" - } -} diff --git a/domains/shork.json b/domains/shork.json deleted file mode 100644 index cf46c933d..000000000 --- a/domains/shork.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "shorkdev", - "email": "shork_d3v@proton.me", - "telegram": "shorko_owo" - }, - "records": { - "URL": "https://shork.one" - } -} diff --git a/domains/shorko.json b/domains/shorko.json deleted file mode 100644 index a0dfdcda8..000000000 --- a/domains/shorko.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "shorkdev", - "email": "shork_d3v@proton.me" - }, - "records": { - "URL": "https://shork.one" - } -} diff --git a/domains/snip.json b/domains/snip.json deleted file mode 100644 index 3040e419c..000000000 --- a/domains/snip.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "realsnipc", - "email": "snipc.mail@proton.me" - }, - "records": { - "URL": "https://snipc.me" - } -} diff --git a/domains/snowyid.json b/domains/snowyid.json deleted file mode 100644 index 0a85e29a1..000000000 --- a/domains/snowyid.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "HayBael", - "email": "botaklicin590@gmail.com" - }, - "records": { - "URL": "https://homepage-revisiakhir.vercel.app" - } -} diff --git a/domains/sow.json b/domains/sow.json deleted file mode 100644 index 2d5c8a3cd..000000000 --- a/domains/sow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sowisgone", - "email": "therealsnowmercy@gmail.com" - }, - "records": { - "URL": "https://sow.lol" - } -} diff --git a/domains/speedie.json b/domains/speedie.json deleted file mode 100644 index 9225d6eb7..000000000 --- a/domains/speedie.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "speediegq", - "email": "speedie.alt@gmail.com" - }, - "records": { - "URL": "https://speedie.gq" - } -} diff --git a/domains/tenvy.json b/domains/tenvy.json deleted file mode 100644 index ebc69f204..000000000 --- a/domains/tenvy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Tenvy", - "email": "riskykusyon.school@gmail.com" - }, - "records": { - "URL": "https://tenvy.vercel.app" - } -} diff --git a/domains/thatkoslz.json b/domains/thatkoslz.json deleted file mode 100644 index 487a36bfc..000000000 --- a/domains/thatkoslz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "iakzs", - "email": "iakzs@protonmail.com" - }, - "records": { - "URL": "https://koslz.com/" - } -} diff --git a/domains/tlowng.json b/domains/tlowng.json deleted file mode 100644 index bdd4a4142..000000000 --- a/domains/tlowng.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "longathelstan", - "email": "longaluminium10@gmail.com" - }, - "records": { - "URL": "https://guns.lol/longathelstan" - } -} diff --git a/domains/vitalik.json b/domains/vitalik.json deleted file mode 100644 index c041c6f55..000000000 --- a/domains/vitalik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "satoshi-prefers-monero", - "email": "satoshinakamoto@tuta.com" - }, - "records": { - "URL": "https://www.stephencastelphoto.com" - } -} diff --git a/domains/xap3y.json b/domains/xap3y.json deleted file mode 100644 index 02ecce913..000000000 --- a/domains/xap3y.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xap3y", - "email": "worker@xap3y.space" - }, - "records": { - "URL": "https://xap3y.space" - } -} diff --git a/domains/xyter.json b/domains/xyter.json deleted file mode 100644 index c744866b1..000000000 --- a/domains/xyter.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VermiumSifell", - "email": "vermium@zyner.org" - }, - "records": { - "URL": "https://xyter.zyner.org" - } -} diff --git a/domains/yuri.json b/domains/yuri.json deleted file mode 100644 index ac7704b7d..000000000 --- a/domains/yuri.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MaiYurito", - "email": "reachgamers9999@gmail.com" - }, - "records": { - "URL": "https://yuri.only-fans.club/" - } -} From 2df1ab24edd459471366536abb6676ec64fd8c3e Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 11:38:54 +0800 Subject: [PATCH 52/61] delete more invalid url domains --- domains/boon.json | 10 ---------- domains/nanonavigate.json | 9 --------- domains/prnice.json | 9 --------- domains/vinceale7082.json | 10 ---------- 4 files changed, 38 deletions(-) delete mode 100644 domains/boon.json delete mode 100644 domains/nanonavigate.json delete mode 100644 domains/prnice.json delete mode 100644 domains/vinceale7082.json diff --git a/domains/boon.json b/domains/boon.json deleted file mode 100644 index e7ead945e..000000000 --- a/domains/boon.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portfolio site for me.", - "owner": { - "username": "uwuCaitlin", - "discord": "boon#6660" - }, - "records": { - "URL": "https://boons.pics" - } -} diff --git a/domains/nanonavigate.json b/domains/nanonavigate.json deleted file mode 100644 index 783bf639b..000000000 --- a/domains/nanonavigate.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Kurumi30", - "email": "fernandoshengxinzhu@gmail.com" - }, - "records": { - "URL": "https://nanonavigate.onrender.com/" - } -} diff --git a/domains/prnice.json b/domains/prnice.json deleted file mode 100644 index 239009702..000000000 --- a/domains/prnice.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Prn-Ice", - "email": "isadev.0e7rj@slmail.me" - }, - "records": { - "URL": "https://portfolio.prnice.me" - } -} diff --git a/domains/vinceale7082.json b/domains/vinceale7082.json deleted file mode 100644 index 8b9b8f498..000000000 --- a/domains/vinceale7082.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "VinceAle7082", - "email": "vinceale7082@gmail.com", - "discord": "1078447459900063816" - }, - "records": { - "URL": "https://vinceale7082.com" - } -} From e86d4fd4e0c65b87a33dca68d4c0dfc013f19035 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 13:10:39 +0800 Subject: [PATCH 53/61] remove inaccessible cnames --- domains/_discord.bkms.json | 9 --------- domains/_discord.founderfie.json | 9 --------- domains/_discord.hchs-bot.json | 11 ----------- domains/_discord.sdp.json | 9 --------- domains/_vercel.aishik999.json | 9 --------- domains/_vercel.alrakib.json | 9 --------- domains/_vercel.amardeep.json | 9 --------- domains/_vercel.bilalmansuri.json | 10 ---------- domains/_vercel.codexkun.json | 9 --------- domains/_vercel.darkyzhou.json | 9 --------- domains/_vercel.docs.flowwing.json | 9 --------- domains/_vercel.dokiet.json | 9 --------- domains/_vercel.fabien.json | 10 ---------- domains/_vercel.gcet.aaqif.json | 10 ---------- domains/_vercel.harshvardhan.json | 9 --------- domains/_vercel.hashan.json | 9 --------- domains/_vercel.iomiras.json | 10 ---------- domains/_vercel.jacek.json | 9 --------- domains/_vercel.josejefferson.json | 9 --------- domains/_vercel.kawet.json | 9 --------- domains/_vercel.luked.json | 9 --------- domains/_vercel.macielsuassuna.json | 10 ---------- domains/_vercel.muhammadhaad.json | 9 --------- domains/_vercel.n.json | 10 ---------- domains/_vercel.pdf.aaqif.json | 10 ---------- domains/_vercel.pratham15541.json | 10 ---------- domains/_vercel.princexd.json | 9 --------- domains/_vercel.pritam.json | 9 --------- domains/_vercel.redaassemghor.json | 9 --------- domains/_vercel.reiiv-dev.json | 9 --------- domains/_vercel.ritam.json | 9 --------- domains/_vercel.samishoukat.json | 9 --------- domains/_vercel.supperfreddo.json | 10 ---------- domains/_vercel.wintkhantlin.json | 9 --------- domains/_vercel.yaxh.json | 10 ---------- domains/_vercel.yean.json | 9 --------- domains/aaron.json | 9 --------- domains/aaronfort.json | 10 ---------- domains/aashutosh.json | 10 ---------- domains/aayushbharti.json | 9 --------- domains/abdelhamied.json | 9 --------- domains/abdisa.json | 10 ---------- domains/abe.json | 10 ---------- domains/abhijeet.json | 10 ---------- domains/abhinav.json | 9 --------- domains/abhishek.json | 10 ---------- domains/achim.json | 9 --------- domains/adamperkowski.json | 9 --------- domains/adnan.json | 9 --------- domains/afrtite.json | 9 --------- domains/agilani.json | 10 ---------- domains/aguspedhot.json | 9 --------- domains/air.json | 10 ---------- domains/aishik999.json | 9 --------- domains/aixiaoji.json | 9 --------- domains/ajayj.json | 9 --------- domains/ajaysathvik.json | 9 --------- domains/akshit.json | 10 ---------- domains/albertoaig.json | 10 ---------- domains/alimehdi.json | 9 --------- domains/almightynan.json | 9 --------- domains/alrakib.json | 9 --------- domains/alwen.json | 10 ---------- domains/am.json | 9 --------- domains/amardeep.json | 9 --------- domains/amerigo.json | 9 --------- domains/andreyontech.json | 10 ---------- domains/anhvt.json | 9 --------- domains/anmol-chaudhary.json | 9 --------- domains/anthony2be.json | 11 ----------- domains/anthxny.json | 9 --------- domains/aozora.json | 10 ---------- domains/api-kirito.json | 10 ---------- domains/api-peantastic.json | 10 ---------- domains/api.formuna.json | 8 -------- domains/api.namkun.json | 9 --------- domains/apigeon.json | 9 --------- domains/apostolos.json | 9 --------- domains/asciidude.json | 9 --------- domains/ashish.json | 10 ---------- domains/ashishbinu.json | 9 --------- domains/astra.json | 9 --------- domains/autoconfig.stefdp.json | 9 --------- domains/autodiscover.stefdp.json | 9 --------- domains/avengers-sonarqube.json | 9 --------- domains/avery.json | 11 ----------- domains/aymouwu.json | 9 --------- domains/b4iterdev.json | 10 ---------- domains/bacherik.json | 9 --------- domains/bark1n.json | 9 --------- domains/base.json | 9 --------- domains/bennguyen.json | 9 --------- domains/benz.json | 9 --------- domains/berry.json | 11 ----------- domains/bilalmansuri.json | 10 ---------- domains/bkmd.json | 9 --------- domains/bkms.json | 9 --------- domains/bluemoon.json | 9 --------- domains/borismoreno.json | 9 --------- domains/brnsystems.json | 9 --------- domains/buffer.json | 9 --------- domains/buyer.json | 9 --------- domains/bypassrn.json | 9 --------- domains/carlostirado.json | 9 --------- domains/carterrpham23.json | 9 --------- domains/casper.json | 9 --------- domains/cesardarizaleta.json | 9 --------- domains/cescdev.json | 9 --------- domains/cetus.json | 11 ----------- domains/chat.vamtic.json | 9 --------- domains/chirayu.json | 9 --------- domains/chrischenny.json | 9 --------- domains/cljhs14.json | 9 --------- domains/clk._domainkey.juststudio.json | 11 ----------- domains/clk2._domainkey.juststudio.json | 11 ----------- domains/clkmail.juststudio.json | 11 ----------- domains/codexkun.json | 9 --------- domains/corey.json | 9 --------- domains/corruptedarc.json | 9 --------- domains/cvrvmebj6qss.bteamapp.json | 9 --------- domains/dangxuanthai.json | 9 --------- domains/danybmx.json | 10 ---------- domains/darkyzhou.json | 9 --------- domains/davemp.json | 11 ----------- domains/davidramirez.json | 9 --------- domains/debertjamie.json | 10 ---------- domains/demo.mcstatus.json | 9 --------- domains/demon.json | 9 --------- domains/denver.json | 10 ---------- domains/designer.json | 10 ---------- domains/dg23w6xwjtee.json | 10 ---------- domains/dhyan99.json | 10 ---------- domains/dijisx.json | 9 --------- domains/dimanet.json | 10 ---------- domains/dimtsagk.json | 9 --------- domains/dkim._domainkey.dhilipan.json | 9 --------- domains/dkim._domainkey.sewt.json | 9 --------- domains/dkim02._domainkey.dhilipan.json | 9 --------- domains/dkim02._domainkey.sewt.json | 9 --------- domains/dkim03._domainkey.dhilipan.json | 9 --------- domains/dkim03._domainkey.sewt.json | 9 --------- domains/doantran.json | 9 --------- domains/docs.flowwing.json | 9 --------- domains/dokiet.json | 9 --------- domains/douglasffilho.json | 10 ---------- domains/drakeknight.json | 9 --------- domains/draken.json | 9 --------- domains/durov.json | 9 --------- domains/duy.json | 9 --------- domains/dyikes.json | 9 --------- domains/eclipse.json | 10 ---------- domains/ed-henrique.json | 9 --------- domains/eesa.json | 9 --------- domains/egor.json | 9 --------- domains/elliott.json | 9 --------- domains/em697376.yxz.json | 9 --------- domains/emamut.json | 9 --------- domains/emily.json | 12 ------------ domains/emoji.json | 10 ---------- domains/emojiplayer.json | 9 --------- domains/emtyfay.json | 9 --------- domains/epnq.json | 10 ---------- domains/etercore.json | 9 --------- domains/evans.json | 9 --------- domains/evelyn.json | 10 ---------- domains/evils.json | 10 ---------- domains/eyescary.json | 9 --------- domains/fabien.json | 10 ---------- domains/fahad.json | 10 ---------- domains/faris0520.json | 10 ---------- domains/febs.json | 10 ---------- domains/files.dqmn.json | 10 ---------- domains/fm7qby6i5y25.ttkt.json | 9 --------- domains/fong.json | 9 --------- domains/founderfie.json | 10 ---------- domains/furkancetinkaya.json | 11 ----------- domains/gabriel-iturre.json | 9 --------- domains/galihrhgnwn.json | 9 --------- domains/ganeswarv.json | 9 --------- domains/gcet.aaqif.json | 10 ---------- domains/generic2.json | 9 --------- domains/genericx.json | 9 --------- domains/generix.json | 9 --------- domains/gg.json | 9 --------- domains/goel.json | 11 ----------- domains/gta.json | 10 ---------- domains/harshikesh-abhinav.json | 9 --------- domains/harshvardhan.json | 10 ---------- domains/hashan.json | 9 --------- domains/hchs-bot.json | 11 ----------- domains/hecker.json | 9 --------- domains/himeshparashar.json | 9 --------- domains/hixtrionix.json | 10 ---------- domains/hoogdorp.json | 9 --------- domains/host-image.json | 9 --------- domains/htrnguyen.json | 9 --------- domains/hzyusuf.json | 9 --------- domains/idot.json | 9 --------- domains/ijas.json | 10 ---------- domains/ikjun.json | 9 --------- domains/imat.json | 9 --------- domains/info.vamtic.json | 9 --------- domains/iomiras.json | 9 --------- domains/ipsum.json | 9 --------- domains/isturiz.json | 8 -------- domains/ivan.json | 9 --------- domains/jabbdev.json | 9 --------- domains/jacek.json | 9 --------- domains/jaideep.json | 9 --------- domains/jaimezpe.json | 10 ---------- domains/jalaj.json | 9 --------- domains/jan.json | 10 ---------- domains/jayakrishna.json | 9 --------- domains/jellobow.json | 9 --------- domains/jesusmarfil.json | 9 --------- domains/jetta.json | 10 ---------- domains/jonathan.json | 9 --------- domains/josejefferson.json | 9 --------- domains/joszxchua.json | 9 --------- domains/juancarloslacruz.json | 9 --------- domains/jwe0.json | 10 ---------- domains/kacem.json | 10 ---------- domains/kagurayayoi.json | 10 ---------- domains/kaizenji2024.json | 9 --------- domains/karan.json | 8 -------- domains/katumbapaul.json | 9 --------- domains/kawet.json | 9 --------- domains/kiara.json | 9 --------- domains/kietdo.json | 9 --------- domains/kiss.json | 9 --------- domains/kitb2romjbz3.dhlcgd.json | 9 --------- domains/kitten.json | 10 ---------- domains/korabase.json | 9 --------- domains/kruase.json | 11 ----------- domains/kuanngyn.json | 9 --------- domains/kylewebdev.json | 9 --------- domains/lachlan.json | 8 -------- domains/lackingcats.json | 9 --------- domains/lazizbek.json | 9 --------- domains/letters.json | 9 --------- domains/lev.json | 9 --------- domains/levisurely.json | 9 --------- domains/linky.json | 9 --------- domains/littletw.json | 9 --------- domains/live.json | 9 --------- domains/lnk.json | 10 ---------- domains/loinguyende.json | 9 --------- domains/lucky.json | 10 ---------- domains/luisgerardovillanueva.json | 10 ---------- domains/lukas.json | 10 ---------- domains/lukass.json | 9 --------- domains/luked.json | 9 --------- domains/luyende.json | 9 --------- domains/m42e.json | 10 ---------- domains/macielsuassuna.json | 10 ---------- domains/mahfuz.json | 9 --------- domains/mahmulp.json | 11 ----------- domains/maideveloper.json | 9 --------- domains/manash.json | 10 ---------- domains/markaguirre.json | 9 --------- domains/markos.json | 10 ---------- domains/markvayson.json | 9 --------- domains/mateusz.json | 8 -------- domains/mayuresh.json | 9 --------- domains/mc.h3l.json | 10 ---------- domains/mc.json | 9 --------- domains/mc.vulcanocraft.json | 9 --------- domains/mega.json | 10 ---------- domains/mehrdad.json | 9 --------- domains/melih.json | 9 --------- domains/michaelmuthomi.json | 9 --------- domains/mimic.json | 9 --------- domains/minhtuan-1.json | 11 ----------- domains/miraclecherrypie.json | 10 ---------- domains/mirzosharif.json | 10 ---------- domains/mitch.json | 9 --------- domains/mln.json | 10 ---------- domains/mohammedobaid.json | 10 ---------- domains/mohsen.json | 10 ---------- domains/mori.lalit.json | 9 --------- domains/mthia.json | 11 ----------- domains/muhammadhaad.json | 9 --------- domains/murasame-san-ddl.json | 10 ---------- domains/mvl.json | 9 --------- domains/mwanothere.json | 9 --------- domains/myprofile.json | 11 ----------- domains/mzakyr.json | 9 --------- domains/mzunino.json | 9 --------- domains/n.json | 10 ---------- domains/n0kemm.json | 9 --------- domains/nakim.json | 10 ---------- domains/nandhu.json | 9 --------- domains/neel.json | 10 ---------- domains/nekaoumike.json | 9 --------- domains/neria.json | 9 --------- domains/neslinesli93.json | 9 --------- domains/newyear.trung.json | 9 --------- domains/nfc.json | 9 --------- domains/nguyen-phuong-nam.json | 9 --------- domains/nicollas.json | 9 --------- domains/nishith.json | 9 --------- domains/nocwarebot.acronical.json | 9 --------- domains/nthduc.json | 9 --------- domains/nthn.json | 10 ---------- domains/null.json | 9 --------- domains/nunya-9018.json | 9 --------- domains/nxmtuan.json | 11 ----------- domains/nyda.json | 9 --------- domains/nyexoi.json | 9 --------- domains/omi.json | 9 --------- domains/omkar.json | 9 --------- domains/onthepixel.json | 9 --------- domains/ordernest.json | 10 ---------- domains/owen.json | 8 -------- domains/owofied.json | 10 ---------- domains/paddycooper.json | 9 --------- domains/paillat.json | 9 --------- domains/panashe-mapika.json | 8 -------- domains/panashe.json | 8 -------- domains/park.json | 9 --------- domains/pdf.aaqif.json | 9 --------- domains/perry.json | 10 ---------- domains/pex.json | 9 --------- domains/phamanhtien.json | 9 --------- domains/philama.json | 9 --------- domains/php.json | 10 ---------- domains/pic.cfp.json | 10 ---------- domains/pics.imide.json | 9 --------- domains/pilotseye.json | 10 ---------- domains/pknw1.json | 9 --------- domains/plumsy.json | 9 --------- domains/pranay.json | 10 ---------- domains/pratham15541.json | 10 ---------- domains/praveen-patel.json | 10 ---------- domains/premiumairoxide.json | 10 ---------- domains/princevora.json | 8 -------- domains/princexd.json | 9 --------- domains/pritam.json | 9 --------- domains/proficode.json | 9 --------- domains/psicmi.json | 9 --------- domains/ptd.json | 10 ---------- domains/r42mp6d7pwns.bao.json | 9 --------- domains/radke.json | 10 ---------- domains/raed.json | 9 --------- domains/rafaar.json | 9 --------- domains/rafael.json | 9 --------- domains/rafinia.json | 9 --------- domains/rahatrumi.json | 9 --------- domains/rahil.json | 10 ---------- domains/ramiro.json | 10 ---------- domains/ranjit.json | 9 --------- domains/raymar.json | 9 --------- domains/rayyan.json | 9 --------- domains/razu.json | 9 --------- domains/razuuu.json | 9 --------- domains/rbk.json | 9 --------- domains/redaassemghor.json | 9 --------- domains/redirect.nziie.json | 9 --------- domains/reiiv-dev.json | 9 --------- domains/repo.abdullahcxd.json | 11 ----------- domains/rias.json | 9 --------- domains/rice.json | 9 --------- domains/rikubot.json | 9 --------- domains/rishub.json | 9 --------- domains/ritam.json | 9 --------- domains/rocky.json | 9 --------- domains/rohith.json | 10 ---------- domains/rohithborana.json | 9 --------- domains/romero.json | 9 --------- domains/room.alora.json | 9 --------- domains/room.julian.json | 9 --------- domains/rorosin.json | 9 --------- domains/rotem.json | 9 --------- domains/ryan.json | 11 ----------- domains/s697376._domainkey.yxz.json | 9 --------- domains/sambhrama.json | 9 --------- domains/samishoukat.json | 9 --------- domains/sarthak-malhotra.json | 9 --------- domains/sashankp.json | 9 --------- domains/saurabhnemade.json | 9 --------- domains/scfp.json | 10 ---------- domains/school.klent.json | 10 ---------- domains/sdp.json | 10 ---------- domains/sebdev.json | 9 --------- domains/secure.furqan.json | 9 --------- domains/sg.mcstatus.json | 10 ---------- domains/shiv.json | 9 --------- domains/shivabajpai.json | 11 ----------- domains/shivam.json | 9 --------- domains/shuawe.json | 9 --------- domains/shubhamsharma.json | 9 --------- domains/shubhamverma.json | 8 -------- domains/shubhhh.json | 9 --------- domains/shyam.json | 9 --------- domains/sidou.json | 9 --------- domains/sig1._domainkey.ft.json | 9 --------- domains/sija.json | 10 ---------- domains/simplyleon.json | 9 --------- domains/sitetransform.json | 9 --------- domains/sky-development.json | 9 --------- domains/sky.json | 10 ---------- domains/smtp.zerow.json | 9 --------- domains/solarskripts.json | 9 --------- domains/soldierp.json | 9 --------- domains/sora-os.json | 9 --------- domains/sprit.json | 10 ---------- domains/sri.json | 10 ---------- domains/ss.almaz.json | 9 --------- domains/ssapp.json | 9 --------- domains/stark.json | 9 --------- domains/status.cfp.json | 10 ---------- domains/status.gattinhosbot.json | 9 --------- domains/status.xrap1dx.json | 10 ---------- domains/stebanportfolio.json | 9 --------- domains/stev.json | 10 ---------- domains/stringent.json | 9 --------- domains/sub.any.json | 9 --------- domains/subyyal.json | 9 --------- domains/suctrebinhthuan.json | 9 --------- domains/sukhdevr898.json | 9 --------- domains/supperfreddo.json | 10 ---------- domains/surya0.json | 9 --------- domains/suu.json | 9 --------- domains/szn20221014._domainkey.104.json | 10 ---------- domains/szn20221014._domainkey.quincetart10.json | 10 ---------- domains/szn20221014._domainkey.rt10.json | 10 ---------- domains/tan.json | 10 ---------- domains/tanviyeole.json | 10 ---------- domains/tanx-009.json | 9 --------- domains/tarik.json | 9 --------- domains/techadv.json | 9 --------- domains/techside.json | 9 --------- domains/tf.json | 8 -------- domains/thai.json | 9 --------- domains/thaidang.json | 9 --------- domains/thanh-sang.json | 9 --------- domains/thejus-m.json | 9 --------- domains/theresonance.json | 9 --------- domains/thiaguinho.json | 9 --------- domains/thisisepicdomain.json | 9 --------- domains/tim.json | 8 -------- domains/tk.json | 9 --------- domains/tokito.json | 9 --------- domains/tomas.json | 10 ---------- domains/tong09.json | 9 --------- domains/totallynotmwa.json | 9 --------- domains/tracking.seen.json | 10 ---------- domains/tstark.json | 10 ---------- domains/tuantestdashboard.json | 9 --------- domains/tudbut.json | 10 ---------- domains/tunzankies.json | 10 ---------- domains/ud.json | 10 ---------- domains/udyanupal.json | 8 -------- domains/umerislam.json | 9 --------- domains/unicatevn.json | 9 --------- domains/uynilo9.json | 10 ---------- domains/v205.json | 10 ---------- domains/valerius.json | 9 --------- domains/vansh.json | 10 ---------- domains/venarimusic.json | 9 --------- domains/verstandlxs.json | 9 --------- domains/viernes.json | 9 --------- domains/vik.json | 9 --------- domains/vinayak.json | 10 ---------- domains/vlad.json | 9 --------- domains/vlppz.json | 9 --------- domains/vrxxdev.json | 9 --------- domains/vsnu.json | 9 --------- domains/walkercito.json | 8 -------- domains/wave.json | 9 --------- domains/webraku.json | 9 --------- domains/webster.json | 10 ---------- domains/whoami.json | 9 --------- domains/wintkhantlin.json | 10 ---------- domains/wissembagga.json | 8 -------- domains/wtfdrshn.json | 9 --------- domains/www.myforum.json | 9 --------- domains/www.udhaya.json | 10 ---------- domains/xeno.json | 9 --------- domains/xeno9118.json | 9 --------- domains/xgeneric.json | 9 --------- domains/xpr.json | 10 ---------- domains/xrvuloepjriu.sevinda-herath.json | 9 --------- domains/xsec.json | 9 --------- domains/xyzjesper.json | 10 ---------- domains/yaman-malla.json | 9 --------- domains/yashsachdev.json | 9 --------- domains/yaxh.json | 10 ---------- domains/yean.json | 9 --------- domains/yejun.json | 9 --------- domains/ynd.json | 9 --------- domains/yug.json | 10 ---------- domains/zb60458066.klent.json | 10 ---------- domains/zenzoya.json | 9 --------- domains/zeoz.json | 9 --------- domains/zilu.json | 9 --------- domains/zoey.json | 9 --------- domains/zyronixbot.mznking.json | 9 --------- domains/zytre.json | 10 ---------- 499 files changed, 4651 deletions(-) delete mode 100644 domains/_discord.bkms.json delete mode 100644 domains/_discord.founderfie.json delete mode 100644 domains/_discord.hchs-bot.json delete mode 100644 domains/_discord.sdp.json delete mode 100644 domains/_vercel.aishik999.json delete mode 100644 domains/_vercel.alrakib.json delete mode 100644 domains/_vercel.amardeep.json delete mode 100644 domains/_vercel.bilalmansuri.json delete mode 100644 domains/_vercel.codexkun.json delete mode 100644 domains/_vercel.darkyzhou.json delete mode 100644 domains/_vercel.docs.flowwing.json delete mode 100644 domains/_vercel.dokiet.json delete mode 100644 domains/_vercel.fabien.json delete mode 100644 domains/_vercel.gcet.aaqif.json delete mode 100644 domains/_vercel.harshvardhan.json delete mode 100644 domains/_vercel.hashan.json delete mode 100644 domains/_vercel.iomiras.json delete mode 100644 domains/_vercel.jacek.json delete mode 100644 domains/_vercel.josejefferson.json delete mode 100644 domains/_vercel.kawet.json delete mode 100644 domains/_vercel.luked.json delete mode 100644 domains/_vercel.macielsuassuna.json delete mode 100644 domains/_vercel.muhammadhaad.json delete mode 100644 domains/_vercel.n.json delete mode 100644 domains/_vercel.pdf.aaqif.json delete mode 100644 domains/_vercel.pratham15541.json delete mode 100644 domains/_vercel.princexd.json delete mode 100644 domains/_vercel.pritam.json delete mode 100644 domains/_vercel.redaassemghor.json delete mode 100644 domains/_vercel.reiiv-dev.json delete mode 100644 domains/_vercel.ritam.json delete mode 100644 domains/_vercel.samishoukat.json delete mode 100644 domains/_vercel.supperfreddo.json delete mode 100644 domains/_vercel.wintkhantlin.json delete mode 100644 domains/_vercel.yaxh.json delete mode 100644 domains/_vercel.yean.json delete mode 100644 domains/aaron.json delete mode 100644 domains/aaronfort.json delete mode 100644 domains/aashutosh.json delete mode 100644 domains/aayushbharti.json delete mode 100644 domains/abdelhamied.json delete mode 100644 domains/abdisa.json delete mode 100644 domains/abe.json delete mode 100644 domains/abhijeet.json delete mode 100644 domains/abhinav.json delete mode 100644 domains/abhishek.json delete mode 100644 domains/achim.json delete mode 100644 domains/adamperkowski.json delete mode 100644 domains/adnan.json delete mode 100644 domains/afrtite.json delete mode 100644 domains/agilani.json delete mode 100644 domains/aguspedhot.json delete mode 100644 domains/air.json delete mode 100644 domains/aishik999.json delete mode 100644 domains/aixiaoji.json delete mode 100644 domains/ajayj.json delete mode 100644 domains/ajaysathvik.json delete mode 100644 domains/akshit.json delete mode 100644 domains/albertoaig.json delete mode 100644 domains/alimehdi.json delete mode 100644 domains/almightynan.json delete mode 100644 domains/alrakib.json delete mode 100644 domains/alwen.json delete mode 100644 domains/am.json delete mode 100644 domains/amardeep.json delete mode 100644 domains/amerigo.json delete mode 100644 domains/andreyontech.json delete mode 100644 domains/anhvt.json delete mode 100644 domains/anmol-chaudhary.json delete mode 100644 domains/anthony2be.json delete mode 100644 domains/anthxny.json delete mode 100644 domains/aozora.json delete mode 100644 domains/api-kirito.json delete mode 100644 domains/api-peantastic.json delete mode 100644 domains/api.formuna.json delete mode 100644 domains/api.namkun.json delete mode 100644 domains/apigeon.json delete mode 100644 domains/apostolos.json delete mode 100644 domains/asciidude.json delete mode 100644 domains/ashish.json delete mode 100644 domains/ashishbinu.json delete mode 100644 domains/astra.json delete mode 100644 domains/autoconfig.stefdp.json delete mode 100644 domains/autodiscover.stefdp.json delete mode 100644 domains/avengers-sonarqube.json delete mode 100644 domains/avery.json delete mode 100644 domains/aymouwu.json delete mode 100644 domains/b4iterdev.json delete mode 100644 domains/bacherik.json delete mode 100644 domains/bark1n.json delete mode 100644 domains/base.json delete mode 100644 domains/bennguyen.json delete mode 100644 domains/benz.json delete mode 100644 domains/berry.json delete mode 100644 domains/bilalmansuri.json delete mode 100644 domains/bkmd.json delete mode 100644 domains/bkms.json delete mode 100644 domains/bluemoon.json delete mode 100644 domains/borismoreno.json delete mode 100644 domains/brnsystems.json delete mode 100644 domains/buffer.json delete mode 100644 domains/buyer.json delete mode 100644 domains/bypassrn.json delete mode 100644 domains/carlostirado.json delete mode 100644 domains/carterrpham23.json delete mode 100644 domains/casper.json delete mode 100644 domains/cesardarizaleta.json delete mode 100644 domains/cescdev.json delete mode 100644 domains/cetus.json delete mode 100644 domains/chat.vamtic.json delete mode 100644 domains/chirayu.json delete mode 100644 domains/chrischenny.json delete mode 100644 domains/cljhs14.json delete mode 100644 domains/clk._domainkey.juststudio.json delete mode 100644 domains/clk2._domainkey.juststudio.json delete mode 100644 domains/clkmail.juststudio.json delete mode 100644 domains/codexkun.json delete mode 100644 domains/corey.json delete mode 100644 domains/corruptedarc.json delete mode 100644 domains/cvrvmebj6qss.bteamapp.json delete mode 100644 domains/dangxuanthai.json delete mode 100644 domains/danybmx.json delete mode 100644 domains/darkyzhou.json delete mode 100644 domains/davemp.json delete mode 100644 domains/davidramirez.json delete mode 100644 domains/debertjamie.json delete mode 100644 domains/demo.mcstatus.json delete mode 100644 domains/demon.json delete mode 100644 domains/denver.json delete mode 100644 domains/designer.json delete mode 100644 domains/dg23w6xwjtee.json delete mode 100644 domains/dhyan99.json delete mode 100644 domains/dijisx.json delete mode 100644 domains/dimanet.json delete mode 100644 domains/dimtsagk.json delete mode 100644 domains/dkim._domainkey.dhilipan.json delete mode 100644 domains/dkim._domainkey.sewt.json delete mode 100644 domains/dkim02._domainkey.dhilipan.json delete mode 100644 domains/dkim02._domainkey.sewt.json delete mode 100644 domains/dkim03._domainkey.dhilipan.json delete mode 100644 domains/dkim03._domainkey.sewt.json delete mode 100644 domains/doantran.json delete mode 100644 domains/docs.flowwing.json delete mode 100644 domains/dokiet.json delete mode 100644 domains/douglasffilho.json delete mode 100644 domains/drakeknight.json delete mode 100644 domains/draken.json delete mode 100644 domains/durov.json delete mode 100644 domains/duy.json delete mode 100644 domains/dyikes.json delete mode 100644 domains/eclipse.json delete mode 100644 domains/ed-henrique.json delete mode 100644 domains/eesa.json delete mode 100644 domains/egor.json delete mode 100644 domains/elliott.json delete mode 100644 domains/em697376.yxz.json delete mode 100644 domains/emamut.json delete mode 100644 domains/emily.json delete mode 100644 domains/emoji.json delete mode 100644 domains/emojiplayer.json delete mode 100644 domains/emtyfay.json delete mode 100644 domains/epnq.json delete mode 100644 domains/etercore.json delete mode 100644 domains/evans.json delete mode 100644 domains/evelyn.json delete mode 100644 domains/evils.json delete mode 100644 domains/eyescary.json delete mode 100644 domains/fabien.json delete mode 100644 domains/fahad.json delete mode 100644 domains/faris0520.json delete mode 100644 domains/febs.json delete mode 100644 domains/files.dqmn.json delete mode 100644 domains/fm7qby6i5y25.ttkt.json delete mode 100644 domains/fong.json delete mode 100644 domains/founderfie.json delete mode 100644 domains/furkancetinkaya.json delete mode 100644 domains/gabriel-iturre.json delete mode 100644 domains/galihrhgnwn.json delete mode 100644 domains/ganeswarv.json delete mode 100644 domains/gcet.aaqif.json delete mode 100644 domains/generic2.json delete mode 100644 domains/genericx.json delete mode 100644 domains/generix.json delete mode 100644 domains/gg.json delete mode 100644 domains/goel.json delete mode 100644 domains/gta.json delete mode 100644 domains/harshikesh-abhinav.json delete mode 100644 domains/harshvardhan.json delete mode 100644 domains/hashan.json delete mode 100644 domains/hchs-bot.json delete mode 100644 domains/hecker.json delete mode 100644 domains/himeshparashar.json delete mode 100644 domains/hixtrionix.json delete mode 100644 domains/hoogdorp.json delete mode 100644 domains/host-image.json delete mode 100644 domains/htrnguyen.json delete mode 100644 domains/hzyusuf.json delete mode 100644 domains/idot.json delete mode 100644 domains/ijas.json delete mode 100644 domains/ikjun.json delete mode 100644 domains/imat.json delete mode 100644 domains/info.vamtic.json delete mode 100644 domains/iomiras.json delete mode 100644 domains/ipsum.json delete mode 100644 domains/isturiz.json delete mode 100644 domains/ivan.json delete mode 100644 domains/jabbdev.json delete mode 100644 domains/jacek.json delete mode 100644 domains/jaideep.json delete mode 100644 domains/jaimezpe.json delete mode 100644 domains/jalaj.json delete mode 100644 domains/jan.json delete mode 100644 domains/jayakrishna.json delete mode 100644 domains/jellobow.json delete mode 100644 domains/jesusmarfil.json delete mode 100644 domains/jetta.json delete mode 100644 domains/jonathan.json delete mode 100644 domains/josejefferson.json delete mode 100644 domains/joszxchua.json delete mode 100644 domains/juancarloslacruz.json delete mode 100644 domains/jwe0.json delete mode 100644 domains/kacem.json delete mode 100644 domains/kagurayayoi.json delete mode 100644 domains/kaizenji2024.json delete mode 100644 domains/karan.json delete mode 100644 domains/katumbapaul.json delete mode 100644 domains/kawet.json delete mode 100644 domains/kiara.json delete mode 100644 domains/kietdo.json delete mode 100644 domains/kiss.json delete mode 100644 domains/kitb2romjbz3.dhlcgd.json delete mode 100644 domains/kitten.json delete mode 100644 domains/korabase.json delete mode 100644 domains/kruase.json delete mode 100644 domains/kuanngyn.json delete mode 100644 domains/kylewebdev.json delete mode 100644 domains/lachlan.json delete mode 100644 domains/lackingcats.json delete mode 100644 domains/lazizbek.json delete mode 100644 domains/letters.json delete mode 100644 domains/lev.json delete mode 100644 domains/levisurely.json delete mode 100644 domains/linky.json delete mode 100644 domains/littletw.json delete mode 100644 domains/live.json delete mode 100644 domains/lnk.json delete mode 100644 domains/loinguyende.json delete mode 100644 domains/lucky.json delete mode 100644 domains/luisgerardovillanueva.json delete mode 100644 domains/lukas.json delete mode 100644 domains/lukass.json delete mode 100644 domains/luked.json delete mode 100644 domains/luyende.json delete mode 100644 domains/m42e.json delete mode 100644 domains/macielsuassuna.json delete mode 100644 domains/mahfuz.json delete mode 100644 domains/mahmulp.json delete mode 100644 domains/maideveloper.json delete mode 100644 domains/manash.json delete mode 100644 domains/markaguirre.json delete mode 100644 domains/markos.json delete mode 100644 domains/markvayson.json delete mode 100644 domains/mateusz.json delete mode 100644 domains/mayuresh.json delete mode 100644 domains/mc.h3l.json delete mode 100644 domains/mc.json delete mode 100644 domains/mc.vulcanocraft.json delete mode 100644 domains/mega.json delete mode 100644 domains/mehrdad.json delete mode 100644 domains/melih.json delete mode 100644 domains/michaelmuthomi.json delete mode 100644 domains/mimic.json delete mode 100644 domains/minhtuan-1.json delete mode 100644 domains/miraclecherrypie.json delete mode 100644 domains/mirzosharif.json delete mode 100644 domains/mitch.json delete mode 100644 domains/mln.json delete mode 100644 domains/mohammedobaid.json delete mode 100644 domains/mohsen.json delete mode 100644 domains/mori.lalit.json delete mode 100644 domains/mthia.json delete mode 100644 domains/muhammadhaad.json delete mode 100644 domains/murasame-san-ddl.json delete mode 100644 domains/mvl.json delete mode 100644 domains/mwanothere.json delete mode 100644 domains/myprofile.json delete mode 100644 domains/mzakyr.json delete mode 100644 domains/mzunino.json delete mode 100644 domains/n.json delete mode 100644 domains/n0kemm.json delete mode 100644 domains/nakim.json delete mode 100644 domains/nandhu.json delete mode 100644 domains/neel.json delete mode 100644 domains/nekaoumike.json delete mode 100644 domains/neria.json delete mode 100644 domains/neslinesli93.json delete mode 100644 domains/newyear.trung.json delete mode 100644 domains/nfc.json delete mode 100644 domains/nguyen-phuong-nam.json delete mode 100644 domains/nicollas.json delete mode 100644 domains/nishith.json delete mode 100644 domains/nocwarebot.acronical.json delete mode 100644 domains/nthduc.json delete mode 100644 domains/nthn.json delete mode 100644 domains/null.json delete mode 100644 domains/nunya-9018.json delete mode 100644 domains/nxmtuan.json delete mode 100644 domains/nyda.json delete mode 100644 domains/nyexoi.json delete mode 100644 domains/omi.json delete mode 100644 domains/omkar.json delete mode 100644 domains/onthepixel.json delete mode 100644 domains/ordernest.json delete mode 100644 domains/owen.json delete mode 100644 domains/owofied.json delete mode 100644 domains/paddycooper.json delete mode 100644 domains/paillat.json delete mode 100644 domains/panashe-mapika.json delete mode 100644 domains/panashe.json delete mode 100644 domains/park.json delete mode 100644 domains/pdf.aaqif.json delete mode 100644 domains/perry.json delete mode 100644 domains/pex.json delete mode 100644 domains/phamanhtien.json delete mode 100644 domains/philama.json delete mode 100644 domains/php.json delete mode 100644 domains/pic.cfp.json delete mode 100644 domains/pics.imide.json delete mode 100644 domains/pilotseye.json delete mode 100644 domains/pknw1.json delete mode 100644 domains/plumsy.json delete mode 100644 domains/pranay.json delete mode 100644 domains/pratham15541.json delete mode 100644 domains/praveen-patel.json delete mode 100644 domains/premiumairoxide.json delete mode 100644 domains/princevora.json delete mode 100644 domains/princexd.json delete mode 100644 domains/pritam.json delete mode 100644 domains/proficode.json delete mode 100644 domains/psicmi.json delete mode 100644 domains/ptd.json delete mode 100644 domains/r42mp6d7pwns.bao.json delete mode 100644 domains/radke.json delete mode 100644 domains/raed.json delete mode 100644 domains/rafaar.json delete mode 100644 domains/rafael.json delete mode 100644 domains/rafinia.json delete mode 100644 domains/rahatrumi.json delete mode 100644 domains/rahil.json delete mode 100644 domains/ramiro.json delete mode 100644 domains/ranjit.json delete mode 100644 domains/raymar.json delete mode 100644 domains/rayyan.json delete mode 100644 domains/razu.json delete mode 100644 domains/razuuu.json delete mode 100644 domains/rbk.json delete mode 100644 domains/redaassemghor.json delete mode 100644 domains/redirect.nziie.json delete mode 100644 domains/reiiv-dev.json delete mode 100644 domains/repo.abdullahcxd.json delete mode 100644 domains/rias.json delete mode 100644 domains/rice.json delete mode 100644 domains/rikubot.json delete mode 100644 domains/rishub.json delete mode 100644 domains/ritam.json delete mode 100644 domains/rocky.json delete mode 100644 domains/rohith.json delete mode 100644 domains/rohithborana.json delete mode 100644 domains/romero.json delete mode 100644 domains/room.alora.json delete mode 100644 domains/room.julian.json delete mode 100644 domains/rorosin.json delete mode 100644 domains/rotem.json delete mode 100644 domains/ryan.json delete mode 100644 domains/s697376._domainkey.yxz.json delete mode 100644 domains/sambhrama.json delete mode 100644 domains/samishoukat.json delete mode 100644 domains/sarthak-malhotra.json delete mode 100644 domains/sashankp.json delete mode 100644 domains/saurabhnemade.json delete mode 100644 domains/scfp.json delete mode 100644 domains/school.klent.json delete mode 100644 domains/sdp.json delete mode 100644 domains/sebdev.json delete mode 100644 domains/secure.furqan.json delete mode 100644 domains/sg.mcstatus.json delete mode 100644 domains/shiv.json delete mode 100644 domains/shivabajpai.json delete mode 100644 domains/shivam.json delete mode 100644 domains/shuawe.json delete mode 100644 domains/shubhamsharma.json delete mode 100644 domains/shubhamverma.json delete mode 100644 domains/shubhhh.json delete mode 100644 domains/shyam.json delete mode 100644 domains/sidou.json delete mode 100644 domains/sig1._domainkey.ft.json delete mode 100644 domains/sija.json delete mode 100644 domains/simplyleon.json delete mode 100644 domains/sitetransform.json delete mode 100644 domains/sky-development.json delete mode 100644 domains/sky.json delete mode 100644 domains/smtp.zerow.json delete mode 100644 domains/solarskripts.json delete mode 100644 domains/soldierp.json delete mode 100644 domains/sora-os.json delete mode 100644 domains/sprit.json delete mode 100644 domains/sri.json delete mode 100644 domains/ss.almaz.json delete mode 100644 domains/ssapp.json delete mode 100644 domains/stark.json delete mode 100644 domains/status.cfp.json delete mode 100644 domains/status.gattinhosbot.json delete mode 100644 domains/status.xrap1dx.json delete mode 100644 domains/stebanportfolio.json delete mode 100644 domains/stev.json delete mode 100644 domains/stringent.json delete mode 100644 domains/sub.any.json delete mode 100644 domains/subyyal.json delete mode 100644 domains/suctrebinhthuan.json delete mode 100644 domains/sukhdevr898.json delete mode 100644 domains/supperfreddo.json delete mode 100644 domains/surya0.json delete mode 100644 domains/suu.json delete mode 100644 domains/szn20221014._domainkey.104.json delete mode 100644 domains/szn20221014._domainkey.quincetart10.json delete mode 100644 domains/szn20221014._domainkey.rt10.json delete mode 100644 domains/tan.json delete mode 100644 domains/tanviyeole.json delete mode 100644 domains/tanx-009.json delete mode 100644 domains/tarik.json delete mode 100644 domains/techadv.json delete mode 100644 domains/techside.json delete mode 100644 domains/tf.json delete mode 100644 domains/thai.json delete mode 100644 domains/thaidang.json delete mode 100644 domains/thanh-sang.json delete mode 100644 domains/thejus-m.json delete mode 100644 domains/theresonance.json delete mode 100644 domains/thiaguinho.json delete mode 100644 domains/thisisepicdomain.json delete mode 100644 domains/tim.json delete mode 100644 domains/tk.json delete mode 100644 domains/tokito.json delete mode 100644 domains/tomas.json delete mode 100644 domains/tong09.json delete mode 100644 domains/totallynotmwa.json delete mode 100644 domains/tracking.seen.json delete mode 100644 domains/tstark.json delete mode 100644 domains/tuantestdashboard.json delete mode 100644 domains/tudbut.json delete mode 100644 domains/tunzankies.json delete mode 100644 domains/ud.json delete mode 100644 domains/udyanupal.json delete mode 100644 domains/umerislam.json delete mode 100644 domains/unicatevn.json delete mode 100644 domains/uynilo9.json delete mode 100644 domains/v205.json delete mode 100644 domains/valerius.json delete mode 100644 domains/vansh.json delete mode 100644 domains/venarimusic.json delete mode 100644 domains/verstandlxs.json delete mode 100644 domains/viernes.json delete mode 100644 domains/vik.json delete mode 100644 domains/vinayak.json delete mode 100644 domains/vlad.json delete mode 100644 domains/vlppz.json delete mode 100644 domains/vrxxdev.json delete mode 100644 domains/vsnu.json delete mode 100644 domains/walkercito.json delete mode 100644 domains/wave.json delete mode 100644 domains/webraku.json delete mode 100644 domains/webster.json delete mode 100644 domains/whoami.json delete mode 100644 domains/wintkhantlin.json delete mode 100644 domains/wissembagga.json delete mode 100644 domains/wtfdrshn.json delete mode 100644 domains/www.myforum.json delete mode 100644 domains/www.udhaya.json delete mode 100644 domains/xeno.json delete mode 100644 domains/xeno9118.json delete mode 100644 domains/xgeneric.json delete mode 100644 domains/xpr.json delete mode 100644 domains/xrvuloepjriu.sevinda-herath.json delete mode 100644 domains/xsec.json delete mode 100644 domains/xyzjesper.json delete mode 100644 domains/yaman-malla.json delete mode 100644 domains/yashsachdev.json delete mode 100644 domains/yaxh.json delete mode 100644 domains/yean.json delete mode 100644 domains/yejun.json delete mode 100644 domains/ynd.json delete mode 100644 domains/yug.json delete mode 100644 domains/zb60458066.klent.json delete mode 100644 domains/zenzoya.json delete mode 100644 domains/zeoz.json delete mode 100644 domains/zilu.json delete mode 100644 domains/zoey.json delete mode 100644 domains/zyronixbot.mznking.json delete mode 100644 domains/zytre.json diff --git a/domains/_discord.bkms.json b/domains/_discord.bkms.json deleted file mode 100644 index b2d161685..000000000 --- a/domains/_discord.bkms.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bkmsstudio", - "email": "mmini15354424@gmail.com" - }, - "records": { - "TXT": "dh=28e7384e869c06a1ca87f91b10fd14aefc7f4433" - } -} diff --git a/domains/_discord.founderfie.json b/domains/_discord.founderfie.json deleted file mode 100644 index cce44e5a3..000000000 --- a/domains/_discord.founderfie.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Founderfie", - "email": "director@founderfie.in" - }, - "records": { - "TXT": "dh=d0051682cdad6866306cdb315ae5abff7e314dcc" - } -} diff --git a/domains/_discord.hchs-bot.json b/domains/_discord.hchs-bot.json deleted file mode 100644 index bdbdf5e2a..000000000 --- a/domains/_discord.hchs-bot.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "jimmy20180130", - "email": "jimmy20180130@gmail.com", - "twitter": "jimmyyo45639462", - "discord": "xiaoxi_tw#0" - }, - "records": { - "TXT": "dh=1001abef3571d8f5aa7d6d94543d8409f9e786ea" - } -} diff --git a/domains/_discord.sdp.json b/domains/_discord.sdp.json deleted file mode 100644 index b9fb5e4cb..000000000 --- a/domains/_discord.sdp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "discord": "694986201739952229" - }, - "records": { - "TXT": "dh=a34d656a6fb91723bfe4f87e413345df85ca74f7" - } -} diff --git a/domains/_vercel.aishik999.json b/domains/_vercel.aishik999.json deleted file mode 100644 index 02ebd406d..000000000 --- a/domains/_vercel.aishik999.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aishik999", - "email": "aishikm2002@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=aishik999.is-a.dev,ee81dd1464c614776855" - } -} diff --git a/domains/_vercel.alrakib.json b/domains/_vercel.alrakib.json deleted file mode 100644 index b65ac101f..000000000 --- a/domains/_vercel.alrakib.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alrakibthedev", - "email": "alrakibthedev@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=alrakib.is-a.dev,3a2663fe979960b1dad2" - } -} diff --git a/domains/_vercel.amardeep.json b/domains/_vercel.amardeep.json deleted file mode 100644 index 388462d9c..000000000 --- a/domains/_vercel.amardeep.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "amardeeplakshkar", - "email": "amardeep.devs@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=amardeep.is-a.dev,3d113f019450ce88d3a8" - } -} diff --git a/domains/_vercel.bilalmansuri.json b/domains/_vercel.bilalmansuri.json deleted file mode 100644 index 40d8d1f97..000000000 --- a/domains/_vercel.bilalmansuri.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "bilal-23", - "email": "work.bilalmansuri@gmail.com", - "discord": "bilal_23" - }, - "records": { - "TXT": "vc-domain-verify=bilal.is-a.dev,de7575c2e6976d25ab24" - } -} diff --git a/domains/_vercel.codexkun.json b/domains/_vercel.codexkun.json deleted file mode 100644 index eab46924e..000000000 --- a/domains/_vercel.codexkun.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "KunalBishwal", - "email": "kunalbishwal2004@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=codexkun.is-a.dev,0c262cd5c5e3a73e7717" - } -} diff --git a/domains/_vercel.darkyzhou.json b/domains/_vercel.darkyzhou.json deleted file mode 100644 index d47b7961a..000000000 --- a/domains/_vercel.darkyzhou.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "darkyzhou", - "email": "me@zqy.io" - }, - "records": { - "TXT": "vc-domain-verify=darkyzhou.is-a.dev,811f7082bde4a2cf77b8" - } -} diff --git a/domains/_vercel.docs.flowwing.json b/domains/_vercel.docs.flowwing.json deleted file mode 100644 index 3a5b0ef0a..000000000 --- a/domains/_vercel.docs.flowwing.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kushagra1212", - "email": "kushagrarathore002@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=docs.flowwing.is-a.dev,8a0161596d3b715322c0" - } -} diff --git a/domains/_vercel.dokiet.json b/domains/_vercel.dokiet.json deleted file mode 100644 index 40914389d..000000000 --- a/domains/_vercel.dokiet.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kietdo-dev", - "email": "lionvs12345@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=dokiet.is-a.dev,1e2bde9af2e3aef379fd" - } -} diff --git a/domains/_vercel.fabien.json b/domains/_vercel.fabien.json deleted file mode 100644 index 012124f7b..000000000 --- a/domains/_vercel.fabien.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "fabien-h", - "email": "fabien.huet@gmail.com", - "discord": "fabien_huet" - }, - "records": { - "TXT": "vc-domain-verify=fabien.is.a.dev,65d8329499551546ef22" - } -} diff --git a/domains/_vercel.gcet.aaqif.json b/domains/_vercel.gcet.aaqif.json deleted file mode 100644 index dce9c2857..000000000 --- a/domains/_vercel.gcet.aaqif.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Gcet Project", - "owner": { - "username": "aaqifshafi", - "email": "aaqifshafi@gmail.com" - }, - "records": { - "TXT": ["vc-domain-verify=gcet.aaqif.is-a.dev,51f4e956bd2e1a1f9160"] - } -} diff --git a/domains/_vercel.harshvardhan.json b/domains/_vercel.harshvardhan.json deleted file mode 100644 index f229a3aea..000000000 --- a/domains/_vercel.harshvardhan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Harshvardhan5703", - "email": "shekhawat.harsh287@gmail.com" - }, - "records": { - "TXT": ["vc-domain-verify=harshvardhan.is-a.dev,a93c0d07e2b0286b32b3"] - } -} diff --git a/domains/_vercel.hashan.json b/domains/_vercel.hashan.json deleted file mode 100644 index 0077fa1c4..000000000 --- a/domains/_vercel.hashan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hashaaan", - "email": "shalithadev@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=hashan.is-a.dev,f61cc7f79144a261bd12" - } -} diff --git a/domains/_vercel.iomiras.json b/domains/_vercel.iomiras.json deleted file mode 100644 index 51f4134fd..000000000 --- a/domains/_vercel.iomiras.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "This subdomain points to my portfolio website.", - "owner": { - "username": "iomiras", - "email": "miras.shaltayev+isadev@gmail.com" - }, - "records": { - "TXT": ["vc-domain-verify=iomiras.is-a.dev,f475f7d08678209bfa1f"] - } -} diff --git a/domains/_vercel.jacek.json b/domains/_vercel.jacek.json deleted file mode 100644 index 70b27fe44..000000000 --- a/domains/_vercel.jacek.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "smolak", - "email": "jacek.smolak@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=jacek.is-a.dev,7c72f1224f5190ca82a2" - } -} diff --git a/domains/_vercel.josejefferson.json b/domains/_vercel.josejefferson.json deleted file mode 100644 index 1ec3a6f14..000000000 --- a/domains/_vercel.josejefferson.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "josejefferson", - "email": "jeffersonn.jjdaj@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=josejefferson.is-a.dev,9fb9fa0d0951706fa167" - } -} \ No newline at end of file diff --git a/domains/_vercel.kawet.json b/domains/_vercel.kawet.json deleted file mode 100644 index 599d9e976..000000000 --- a/domains/_vercel.kawet.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Kawet00", - "email": "kawet00@proton.me" - }, - "records": { - "TXT": "vc-domain-verify=kawet.is-a.dev,e9d56f9052f76702848a" - } -} diff --git a/domains/_vercel.luked.json b/domains/_vercel.luked.json deleted file mode 100644 index 3eba4a5e2..000000000 --- a/domains/_vercel.luked.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "luked177", - "twitter": "lukedore_" - }, - "records": { - "TXT": "vc-domain-verify=luked.is-a.dev,f942d726bfbd3e8bd435" - } -} diff --git a/domains/_vercel.macielsuassuna.json b/domains/_vercel.macielsuassuna.json deleted file mode 100644 index 4422d28ab..000000000 --- a/domains/_vercel.macielsuassuna.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Maciel64", - "discord": "macielmano", - "email": "macielsuassuna14@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=macielsuassuna.is-a.dev,8c379ebe1b06a321ff44" - } -} diff --git a/domains/_vercel.muhammadhaad.json b/domains/_vercel.muhammadhaad.json deleted file mode 100644 index 44d46ac0c..000000000 --- a/domains/_vercel.muhammadhaad.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "muhammadhaad", - "email": "haad1111997@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=muhammadhaad.is-a.dev,a12bad171212129c491c" - } -} \ No newline at end of file diff --git a/domains/_vercel.n.json b/domains/_vercel.n.json deleted file mode 100644 index a0e427db7..000000000 --- a/domains/_vercel.n.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "NotNalin", - "email": "notnalin@protonmail.com", - "discord": "trickygamer" - }, - "records": { - "TXT": "vc-domain-verify=n.is-a.dev,5cac954ec8313a534159" - } -} diff --git a/domains/_vercel.pdf.aaqif.json b/domains/_vercel.pdf.aaqif.json deleted file mode 100644 index 2298b39ef..000000000 --- a/domains/_vercel.pdf.aaqif.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "PDF Project", - "owner": { - "username": "aaqifshafi", - "email": "aaqifshafi@gmail.com" - }, - "records": { - "TXT": ["vc-domain-verify=pdf.aaqif.is-a.dev,a494cb00a704dae80483"] - } -} diff --git a/domains/_vercel.pratham15541.json b/domains/_vercel.pratham15541.json deleted file mode 100644 index f5b96d03b..000000000 --- a/domains/_vercel.pratham15541.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "pratham15541", - "email": "prathamparikh94@gmail.com", - "discord": "951846985172938782" - }, - "records": { - "TXT": "vc-domain-verify=pratham15541.is-a.dev,6cf0b1eb1387b1d6aa5f" - } -} diff --git a/domains/_vercel.princexd.json b/domains/_vercel.princexd.json deleted file mode 100644 index 0235c4672..000000000 --- a/domains/_vercel.princexd.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "notreallyprince", - "email": "prince30112001@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=princexd.is-a.dev,5fd1a3d1dc5108343da7" - } -} diff --git a/domains/_vercel.pritam.json b/domains/_vercel.pritam.json deleted file mode 100644 index 9464df204..000000000 --- a/domains/_vercel.pritam.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ImDarkShadow", - "email": "itspritam@proton.me" - }, - "records": { - "TXT": "pvc-domain-verify=pritam.is-a.dev,8deacca92e10a3d2f865" - } -} diff --git a/domains/_vercel.redaassemghor.json b/domains/_vercel.redaassemghor.json deleted file mode 100644 index d5050758d..000000000 --- a/domains/_vercel.redaassemghor.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "redaassemghor", - "discord": "r3dapt" - }, - "records": { - "TXT": "vc-domain-verify=reda.is-a.dev,6d8fb75a7046531955bf" - } -} diff --git a/domains/_vercel.reiiv-dev.json b/domains/_vercel.reiiv-dev.json deleted file mode 100644 index 2e7c03979..000000000 --- a/domains/_vercel.reiiv-dev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "revansp", - "email": "revanspstudy28@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=reiiv-is.a.dev,cd29cdb7ae300a2b1652" - } -} diff --git a/domains/_vercel.ritam.json b/domains/_vercel.ritam.json deleted file mode 100644 index 0593f4dff..000000000 --- a/domains/_vercel.ritam.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nxrmqlly", - "email": "ritam@duck.com" - }, - "records": { - "TXT": ["vc-domain-verify=ritam.is-a.dev,fc2fd1d325b0a4f9269b"] - } -} diff --git a/domains/_vercel.samishoukat.json b/domains/_vercel.samishoukat.json deleted file mode 100644 index a9ccb53d5..000000000 --- a/domains/_vercel.samishoukat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "samishoukat12", - "email": "samishoukat12@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=samishoukat.is-a.dev,f7c3cb972c650104d507" - } -} diff --git a/domains/_vercel.supperfreddo.json b/domains/_vercel.supperfreddo.json deleted file mode 100644 index aed17a754..000000000 --- a/domains/_vercel.supperfreddo.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "supperfreddo", - "email": "supperfreddoio@gmail.com", - "discord": "supperfreddo" - }, - "records": { - "TXT": "vc-domain-verify=supperfreddo.is-a.dev,68c20273ddb3ea11e1d6" - } -} diff --git a/domains/_vercel.wintkhantlin.json b/domains/_vercel.wintkhantlin.json deleted file mode 100644 index 0dad62276..000000000 --- a/domains/_vercel.wintkhantlin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "happer64bit", - "email": "wintkhantlin@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=wintkhantlin.is-a.dev,f8f4a5cc91e355b805b2" - } -} diff --git a/domains/_vercel.yaxh.json b/domains/_vercel.yaxh.json deleted file mode 100644 index dff5ce787..000000000 --- a/domains/_vercel.yaxh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "yaxhcodes", - "email": "meyashjoshi3101@gmail.com", - "discord": "965845932782526495" - }, - "records": { - "TXT": "vc-domain-verify=yaxh.is-a.dev,6469548bcd2901c7c348" - } -} diff --git a/domains/_vercel.yean.json b/domains/_vercel.yean.json deleted file mode 100644 index f48083beb..000000000 --- a/domains/_vercel.yean.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "joshex150", - "email": "joshex150@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=yean.is-a.dev,c671dbf711ab7400712a" - } -} diff --git a/domains/aaron.json b/domains/aaron.json deleted file mode 100644 index 8fffbd23b..000000000 --- a/domains/aaron.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AaronPerezPerez", - "email": "aarperper@gmail.com" - }, - "records": { - "CNAME": "terminal-portfolio-h80h9v8ub-aaronperezperez.vercel.app" - } -} diff --git a/domains/aaronfort.json b/domains/aaronfort.json deleted file mode 100644 index 25e9b0dd0..000000000 --- a/domains/aaronfort.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Documentation website for Aaron Fort", - "owner": { - "username": "AaronFortG", - "email": "aaronfortg@gmail.com" - }, - "records": { - "CNAME": "mycurriculum.salleurl.edu" - } -} diff --git a/domains/aashutosh.json b/domains/aashutosh.json deleted file mode 100644 index e879f4d28..000000000 --- a/domains/aashutosh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Aashutosh Rathi's Space on Web", - "owner": { - "username": "aashutoshrathi", - "email": "me@aashutosh.dev" - }, - "records": { - "CNAME": "aashutosh.dev" - } -} diff --git a/domains/aayushbharti.json b/domains/aayushbharti.json deleted file mode 100644 index 3505c7f7a..000000000 --- a/domains/aayushbharti.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aayushbharti", - "email": "iaayushbharti@gmail.com" - }, - "records": { - "CNAME": "aayushbharti.pages.dev" - } -} diff --git a/domains/abdelhamied.json b/domains/abdelhamied.json deleted file mode 100644 index 2acfe3544..000000000 --- a/domains/abdelhamied.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "abdelhamied403", - "email": "abdelhamied403@gmail.com" - }, - "records": { - "CNAME": "abdelhamied.vercel.app" - } -} diff --git a/domains/abdisa.json b/domains/abdisa.json deleted file mode 100644 index af241f1a7..000000000 --- a/domains/abdisa.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "I'm a dev.", - "owner": { - "username": "abdisadev", - "email": "abdisadev@gmail.com" - }, - "records": { - "CNAME": "abdisa.me" - } -} diff --git a/domains/abe.json b/domains/abe.json deleted file mode 100644 index bbe8c27c1..000000000 --- a/domains/abe.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "solarcosmic", - "email": "skyrocket180@gmail.com", - "discord": "1201432681913778260" - }, - "records": { - "CNAME": "profile01.overstand.app" - } -} diff --git a/domains/abhijeet.json b/domains/abhijeet.json deleted file mode 100644 index 4765a889f..000000000 --- a/domains/abhijeet.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "abhijeet486", - "email": "sabhijeet652@gmail.com" - }, - "records": { - "CNAME": "portfolio-website-mocha-beta.vercel.app" - }, - "proxy": false -} diff --git a/domains/abhinav.json b/domains/abhinav.json deleted file mode 100644 index cd5f385e8..000000000 --- a/domains/abhinav.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "abh1nav", - "email": "abhinav316@gmail.com" - }, - "records": { - "CNAME": "blog.abhinav.ca" - } -} diff --git a/domains/abhishek.json b/domains/abhishek.json deleted file mode 100644 index 7d1f5c278..000000000 --- a/domains/abhishek.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Abhishek's personal website", - "owner": { - "username": "nullpointxr", - "email": "abhishek.sankar.in@protonmail.com" - }, - "records": { - "CNAME": "abhisheks.me" - } -} diff --git a/domains/achim.json b/domains/achim.json deleted file mode 100644 index 68b6aac01..000000000 --- a/domains/achim.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nohli", - "twitter": "joachi_" - }, - "records": { - "CNAME": "achim.io" - } -} diff --git a/domains/adamperkowski.json b/domains/adamperkowski.json deleted file mode 100644 index 49d6c82cd..000000000 --- a/domains/adamperkowski.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "adamperkowski", - "email": "adas1per@protonmail.com" - }, - "records": { - "CNAME": "adamperkowski.dev" - } -} diff --git a/domains/adnan.json b/domains/adnan.json deleted file mode 100644 index c695ab138..000000000 --- a/domains/adnan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Adnan0131", - "email": "sonuadnan6@gmail.com" - }, - "records": { - "CNAME": "adnan-ahamed-portfolio.vercel.app" - } -} diff --git a/domains/afrtite.json b/domains/afrtite.json deleted file mode 100644 index 33f16486b..000000000 --- a/domains/afrtite.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "5enox", - "email": "animikantan@gmail.com" - }, - "records": { - "CNAME": "my-proto.onrender.com" - } -} diff --git a/domains/agilani.json b/domains/agilani.json deleted file mode 100644 index 6c9945cf9..000000000 --- a/domains/agilani.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "agilani.is-a.dev", - "owner": { - "username": "agilani", - "email": "me@agilani.me" - }, - "records": { - "CNAME": "www.agilani.me" - } -} diff --git a/domains/aguspedhot.json b/domains/aguspedhot.json deleted file mode 100644 index 248121039..000000000 --- a/domains/aguspedhot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Pedhot-Dev", - "email": "wanzgamerz2@gmail.com" - }, - "records": { - "CNAME": "aguspedhot.000webhostapp.com" - } -} diff --git a/domains/air.json b/domains/air.json deleted file mode 100644 index ea8a916ea..000000000 --- a/domains/air.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Caiden-P", - "email": "iididhejejdj@gmail.com", - "discord": "850820069310201896" - }, - "records": { - "CNAME": "air-busl.onrender.com" - } -} diff --git a/domains/aishik999.json b/domains/aishik999.json deleted file mode 100644 index a7cbff626..000000000 --- a/domains/aishik999.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aishik999", - "email": "aishikm2002@gmail.com" - }, - "records": { - "CNAME": "aishik999.vercel.app" - } -} diff --git a/domains/aixiaoji.json b/domains/aixiaoji.json deleted file mode 100644 index ef8320d40..000000000 --- a/domains/aixiaoji.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "HelloAIXIAOJI", - "email": "aixiaoji2020@163.com" - }, - "records": { - "CNAME": "ip.hk.dhost.devskyr.com" - } -} diff --git a/domains/ajayj.json b/domains/ajayj.json deleted file mode 100644 index ccd725ba0..000000000 --- a/domains/ajayj.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AJAY260505", - "email": "ajay260505@gmail.com" - }, - "records": { - "CNAME": "ajayjaisankar.netlify.app" - } -} diff --git a/domains/ajaysathvik.json b/domains/ajaysathvik.json deleted file mode 100644 index 650224ae5..000000000 --- a/domains/ajaysathvik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ajaysathvik", - "email": "ajaysathviksu@gmail.com" - }, - "records": { - "CNAME": "ajaysathvik.vercel.app" - } -} diff --git a/domains/akshit.json b/domains/akshit.json deleted file mode 100644 index ce288accd..000000000 --- a/domains/akshit.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Akshit's Personal Website", - "owner": { - "username": "4kshi7", - "email": "akshitgaur2003@gmail.com" - }, - "records": { - "CNAME": "akshit2k.vercel.app" - } -} diff --git a/domains/albertoaig.json b/domains/albertoaig.json deleted file mode 100644 index 5b81835a0..000000000 --- a/domains/albertoaig.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "albertoaig.is-a.dev", - "owner": { - "username": "Albertoaig", - "email": "alberto.aig10@gmail.com" - }, - "records": { - "CNAME": "portafolio-bay-eight.vercel.app" - } -} diff --git a/domains/alimehdi.json b/domains/alimehdi.json deleted file mode 100644 index a2f53aa04..000000000 --- a/domains/alimehdi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DeadMan30", - "email": "its.alimehdi25@gmail.com" - }, - "records": { - "CNAME": "alimehdi.pages.dev" - } -} diff --git a/domains/almightynan.json b/domains/almightynan.json deleted file mode 100644 index c6d36cf58..000000000 --- a/domains/almightynan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "almightynan", - "email": "almightynan@gmail.com" - }, - "records": { - "CNAME": "almightynandev-production.up.railway.app" - } -} diff --git a/domains/alrakib.json b/domains/alrakib.json deleted file mode 100644 index ee630cfb6..000000000 --- a/domains/alrakib.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "alrakibthedev", - "email": "alrakibthedev@gmail.com" - }, - "records": { - "CNAME": "alrakibthedev.vercel.app" - } -} diff --git a/domains/alwen.json b/domains/alwen.json deleted file mode 100644 index d36280e26..000000000 --- a/domains/alwen.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Arvind's portfolio website", - "owner": { - "username": "alwenpy", - "email": "alwen1928@gmail.com" - }, - "records": { - "CNAME": "ym60h2na.up.railway.app" - } -} diff --git a/domains/am.json b/domains/am.json deleted file mode 100644 index 87b57fad1..000000000 --- a/domains/am.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sa-mustafa", - "email": "s.a.mustafa@yandex.com" - }, - "records": { - "CNAME": "dev.imagesmith.io" - } -} diff --git a/domains/amardeep.json b/domains/amardeep.json deleted file mode 100644 index 555846e90..000000000 --- a/domains/amardeep.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "amardeeplakshkar", - "email": "amardeep.devs@gmail.com" - }, - "records": { - "CNAME": "amardeep-portfolio.vercel.app" - } -} diff --git a/domains/amerigo.json b/domains/amerigo.json deleted file mode 100644 index 96ca4c31f..000000000 --- a/domains/amerigo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "north-site", - "email": "v.imreadrian@gmail.com" - }, - "records": { - "CNAME": "5c13057597f8.sn.mynetname.net" - } -} diff --git a/domains/andreyontech.json b/domains/andreyontech.json deleted file mode 100644 index 4dda8a726..000000000 --- a/domains/andreyontech.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "andreydeoliveira", - "email": "andreyontech@gmail.com", - "twitter": "AndreyOnTech" - }, - "records": { - "CNAME": "andreyontech.vercel.app" - } -} diff --git a/domains/anhvt.json b/domains/anhvt.json deleted file mode 100644 index 7b144e0c8..000000000 --- a/domains/anhvt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "anhvt3010", - "email": "anh.vt.3010@gmail.com" - }, - "records": { - "CNAME": "build-cv.vercel.app" - } -} diff --git a/domains/anmol-chaudhary.json b/domains/anmol-chaudhary.json deleted file mode 100644 index c502a27fa..000000000 --- a/domains/anmol-chaudhary.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "4nmolChaudhary", - "email": "chaudharyanmol321@gmail.com" - }, - "records": { - "CNAME": "anmol-chaudhary.vercel.app" - } -} diff --git a/domains/anthony2be.json b/domains/anthony2be.json deleted file mode 100644 index bff5ec3fb..000000000 --- a/domains/anthony2be.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal website", - "owner": { - "username": "Anthony2be", - "email": "adubovitsky1234@gmail.com", - "discord": "anthony2be#1900" - }, - "records": { - "CNAME": "anthony2be-blog.deno.dev" - } -} diff --git a/domains/anthxny.json b/domains/anthxny.json deleted file mode 100644 index a10420d61..000000000 --- a/domains/anthxny.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "anthonycursewl", - "email": "zerpaathony.wx@breadriuss.com" - }, - "records": { - "CNAME": "anthportafolio.netlify.app" - } -} diff --git a/domains/aozora.json b/domains/aozora.json deleted file mode 100644 index ab8e8843a..000000000 --- a/domains/aozora.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Just my personal website", - "owner": { - "username": "AozoraDev", - "email": "aozoradeveloper@gmail.com" - }, - "records": { - "CNAME": "website-production-5fc2.up.railway.app" - } -} diff --git a/domains/api-kirito.json b/domains/api-kirito.json deleted file mode 100644 index ab5068697..000000000 --- a/domains/api-kirito.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "For My API!", - "owner": { - "username": "ThisMe124", - "email": "anonymous.orgn@gmail.com" - }, - "records": { - "CNAME": "only-devs-production.up.railway.app" - } -} diff --git a/domains/api-peantastic.json b/domains/api-peantastic.json deleted file mode 100644 index 047d02b39..000000000 --- a/domains/api-peantastic.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "peantastic", - "email": "leostark.vndev@gmail.com" - }, - "description": "Hello, my name is Peantastic, and I am a dedicated developer with a passion for creating innovative solutions and enhancing user experiences. It's a pleasure to connect with you!", - "records": { - "CNAME": "tantinh.onrender.com" - } -} diff --git a/domains/api.formuna.json b/domains/api.formuna.json deleted file mode 100644 index 28ddba866..000000000 --- a/domains/api.formuna.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "FormunaGit" - }, - "records": { - "CNAME": "formuna-api.vercel.app" - } -} diff --git a/domains/api.namkun.json b/domains/api.namkun.json deleted file mode 100644 index e00414e07..000000000 --- a/domains/api.namkun.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "beocaca", - "email": "namdev1402@gmail.com" - }, - "records": { - "CNAME": "a.namkun.workers.dev" - } -} diff --git a/domains/apigeon.json b/domains/apigeon.json deleted file mode 100644 index 1ee8fd028..000000000 --- a/domains/apigeon.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mepuntojr1", - "email": "eepuntojr@gmail.com" - }, - "records": { - "CNAME": "sites.bootstrapstudio.io" - } -} diff --git a/domains/apostolos.json b/domains/apostolos.json deleted file mode 100644 index 693bfe515..000000000 --- a/domains/apostolos.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tolisdev", - "email": "a.katsoudas@yahoo.com" - }, - "records": { - "CNAME": "lux1.apostolosk.eu.org" - } -} diff --git a/domains/asciidude.json b/domains/asciidude.json deleted file mode 100644 index 6d7f7ee5d..000000000 --- a/domains/asciidude.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "asciidude", - "discord": "801469073535139860" - }, - "records": { - "CNAME": "cubic-plateau-9rv902jxrli6u45t5hsafsrd.herokudns.com" - } -} diff --git a/domains/ashish.json b/domains/ashish.json deleted file mode 100644 index 941e1bc92..000000000 --- a/domains/ashish.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Ashish's personal developer website", - "owner": { - "username": "ashiishme", - "email": "contact@ashiish.me" - }, - "records": { - "CNAME": "ashiish.me" - } -} diff --git a/domains/ashishbinu.json b/domains/ashishbinu.json deleted file mode 100644 index eb958df61..000000000 --- a/domains/ashishbinu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ashishbinu", - "email": "ashishbinu90@gmail.com" - }, - "records": { - "CNAME": "ashishbinu.surge.sh" - } -} diff --git a/domains/astra.json b/domains/astra.json deleted file mode 100644 index 8948786ff..000000000 --- a/domains/astra.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MeHiGalatHu", - "email": "jabpadhekaindiatabhitoiitjayga@gmail.com" - }, - "records": { - "CNAME": "astra-api.glitch.me" - } -} diff --git a/domains/autoconfig.stefdp.json b/domains/autoconfig.stefdp.json deleted file mode 100644 index 2bcaa7999..000000000 --- a/domains/autoconfig.stefdp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "discord": "694986201739952229" - }, - "records": { - "CNAME": "mail.stefdp.com" - } -} diff --git a/domains/autodiscover.stefdp.json b/domains/autodiscover.stefdp.json deleted file mode 100644 index 2bcaa7999..000000000 --- a/domains/autodiscover.stefdp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "discord": "694986201739952229" - }, - "records": { - "CNAME": "mail.stefdp.com" - } -} diff --git a/domains/avengers-sonarqube.json b/domains/avengers-sonarqube.json deleted file mode 100644 index 827392149..000000000 --- a/domains/avengers-sonarqube.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hxhieu", - "email": "hugh.hoang@gmail.com" - }, - "records": { - "CNAME": "sonaqube.jollyocean-513cc86d.australiaeast.azurecontainerapps.io" - } -} diff --git a/domains/avery.json b/domains/avery.json deleted file mode 100644 index a80ac20a9..000000000 --- a/domains/avery.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "caverym", - "email": "averylapine@gmail.com", - "discord": "Avery~#1845" - }, - "description": "A cool domain that will most likely use!", - "records": { - "CNAME": "caverym.net" - } -} diff --git a/domains/aymouwu.json b/domains/aymouwu.json deleted file mode 100644 index 9ce524cd2..000000000 --- a/domains/aymouwu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NotAymo", - "email": "ninecraftoff@outlook.com" - }, - "records": { - "CNAME": "usest1.netro.host" - } -} diff --git a/domains/b4iterdev.json b/domains/b4iterdev.json deleted file mode 100644 index f6b7206a3..000000000 --- a/domains/b4iterdev.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "b4iterdev", - "email": "thaimeo200389@gmail.com", - "discord": "480587458908651530" - }, - "records": { - "CNAME": "b4iterdev.net.eu.org" - } -} diff --git a/domains/bacherik.json b/domains/bacherik.json deleted file mode 100644 index 82ef9c4ba..000000000 --- a/domains/bacherik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "BachErik", - "email": "bacherik.info@gmail.com" - }, - "records": { - "CNAME": "bacherik.eu" - } -} diff --git a/domains/bark1n.json b/domains/bark1n.json deleted file mode 100644 index bb2c9c9f1..000000000 --- a/domains/bark1n.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Helixoo", - "email": "mailistenebeklion1@gmail.com" - }, - "records": { - "CNAME": "0crsvdst.up.railway.app" - } -} diff --git a/domains/base.json b/domains/base.json deleted file mode 100644 index 632b00829..000000000 --- a/domains/base.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bcassiers", - "discord": "base08875" - }, - "records": { - "CNAME": "adbc.be" - } -} diff --git a/domains/bennguyen.json b/domains/bennguyen.json deleted file mode 100644 index 509683cdf..000000000 --- a/domains/bennguyen.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "benvgaming", - "email": "benvipgaming@protonmail.com" - }, - "records": { - "CNAME": "ben-homepage.vercel.app" - } -} diff --git a/domains/benz.json b/domains/benz.json deleted file mode 100644 index f7838d47c..000000000 --- a/domains/benz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MicroBenz", - "email": "microbenz.prob@gmail.com" - }, - "records": { - "CNAME": "microbenz.in.th" - } -} diff --git a/domains/berry.json b/domains/berry.json deleted file mode 100644 index a6b24afec..000000000 --- a/domains/berry.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Berry's developer website", - "owner": { - "username": "AhmedBaari", - "email": "ahmed4baari@gmail.com", - "instagram": "berryciouss" - }, - "records": { - "CNAME": "cname.short.io" - } -} diff --git a/domains/bilalmansuri.json b/domains/bilalmansuri.json deleted file mode 100644 index 5ea985e77..000000000 --- a/domains/bilalmansuri.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "bilal-23", - "email": "work.bilalmansuri@gmail.com", - "discord": "bilal_23" - }, - "records": { - "CNAME": "bilalmansuri.vercel.app" - } -} diff --git a/domains/bkmd.json b/domains/bkmd.json deleted file mode 100644 index ed1fc3023..000000000 --- a/domains/bkmd.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Soldierplayz6867", - "email": "soldierplayz.tw@gmail.com" - }, - "records": { - "CNAME": "da-1.us.hostns.io" - } -} diff --git a/domains/bkms.json b/domains/bkms.json deleted file mode 100644 index c9f3360c5..000000000 --- a/domains/bkms.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bkmsstudio", - "email": "mmini15354424@gmail.com" - }, - "records": { - "CNAME": "www.bkmsdev.in.th" - } -} diff --git a/domains/bluemoon.json b/domains/bluemoon.json deleted file mode 100644 index 6f7d2e8bf..000000000 --- a/domains/bluemoon.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "amitbartfeld", - "email": "amitbartfeld@gmail.com" - }, - "records": { - "CNAME": "amithost.com" - } -} diff --git a/domains/borismoreno.json b/domains/borismoreno.json deleted file mode 100644 index afd6d371e..000000000 --- a/domains/borismoreno.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "borismoreno", - "email": "boris_marco_moreno@hotmail.com" - }, - "records": { - "CNAME": "borismoreno.com" - } -} diff --git a/domains/brnsystems.json b/domains/brnsystems.json deleted file mode 100644 index a584d2271..000000000 --- a/domains/brnsystems.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "BRNSystems", - "email": "bruno@brn.systems" - }, - "records": { - "CNAME": "brn.systems" - } -} diff --git a/domains/buffer.json b/domains/buffer.json deleted file mode 100644 index bb90037da..000000000 --- a/domains/buffer.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bufferwise", - "discord": "790846560229392444" - }, - "records": { - "CNAME": "bufferwise.netlify.app" - } -} diff --git a/domains/buyer.json b/domains/buyer.json deleted file mode 100644 index 276a27152..000000000 --- a/domains/buyer.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Meghdut-Mandal", - "email": "meghdut.windows@gmail.com" - }, - "records": { - "CNAME": "d2qfp4li4hsnxe.cloudfront.net" - } -} diff --git a/domains/bypassrn.json b/domains/bypassrn.json deleted file mode 100644 index ee93d8e38..000000000 --- a/domains/bypassrn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Gauravisdev", - "discord": "1119494339735867422" - }, - "records": { - "CNAME": "gaurav-sto.onrender.com" - } -} diff --git a/domains/carlostirado.json b/domains/carlostirado.json deleted file mode 100644 index e9af0f731..000000000 --- a/domains/carlostirado.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "carlostirado23", - "email": "mariotiradotovar@outlook.com" - }, - "records": { - "CNAME": "carlostirado.vercel.app" - } -} diff --git a/domains/carterrpham23.json b/domains/carterrpham23.json deleted file mode 100644 index 04ee86d7c..000000000 --- a/domains/carterrpham23.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sonpt-afk", - "email": "sonbappe89@gmail.com" - }, - "records": { - "CNAME": "sonpts-landingfolio.vercel.app" - } -} diff --git a/domains/casper.json b/domains/casper.json deleted file mode 100644 index b98a7a18f..000000000 --- a/domains/casper.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "KZacharski", - "email": "apki@kacperzacharski.pl" - }, - "records": { - "CNAME": "puffercat.xyz" - } -} diff --git a/domains/cesardarizaleta.json b/domains/cesardarizaleta.json deleted file mode 100644 index 8ef938f33..000000000 --- a/domains/cesardarizaleta.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "cesardarizaleta", - "email": "cesardarizaleta@gmail.com" - }, - "records": { - "CNAME": "cesarfolio.vercel.app" - } -} diff --git a/domains/cescdev.json b/domains/cescdev.json deleted file mode 100644 index 89a16764d..000000000 --- a/domains/cescdev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "GitCesc07", - "email": "cesar0407197@gmail.com" - }, - "records": { - "CNAME": "cescdev-portafolio.netlify.app" - } -} diff --git a/domains/cetus.json b/domains/cetus.json deleted file mode 100644 index d79d37ce5..000000000 --- a/domains/cetus.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Cetus's Portfolio", - "owner": { - "username": "Cetus", - "email": "dev-cetus@proton.me", - "twitter": "dev_cetus" - }, - "records": { - "CNAME": "cetus-is-a-dev.pages.dev" - } -} diff --git a/domains/chat.vamtic.json b/domains/chat.vamtic.json deleted file mode 100644 index a7358bf20..000000000 --- a/domains/chat.vamtic.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vamtic", - "email": "vamtic@yahoo.com" - }, - "records": { - "CNAME": "anon.69.mu" - } -} diff --git a/domains/chirayu.json b/domains/chirayu.json deleted file mode 100644 index 4f8e05df0..000000000 --- a/domains/chirayu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ChirayuSahu", - "discord": "711526476704382979" - }, - "records": { - "CNAME": "chirayusahu.is-a.dev" - } -} diff --git a/domains/chrischenny.json b/domains/chrischenny.json deleted file mode 100644 index 0c9835384..000000000 --- a/domains/chrischenny.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Chrischenny0", - "email": "chris_chenoweth1@baylor.edu" - }, - "records": { - "CNAME": "alamohouse.duckdns.org" - } -} diff --git a/domains/cljhs14.json b/domains/cljhs14.json deleted file mode 100644 index a8767002c..000000000 --- a/domains/cljhs14.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yywbadm", - "email": "yyw.981031@gmail.com" - }, - "records": { - "CNAME": "site.namedhosting.com" - } -} diff --git a/domains/clk._domainkey.juststudio.json b/domains/clk._domainkey.juststudio.json deleted file mode 100644 index 56b958055..000000000 --- a/domains/clk._domainkey.juststudio.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "For account system", - "owner": { - "username": "JustDeveloper1", - "email": "support@juststudio.is-a.dev", - "discord": "1117482901353812088" - }, - "records": { - "CNAME": "dkim1.y6sdqd4maii2.clerk.services" - } -} diff --git a/domains/clk2._domainkey.juststudio.json b/domains/clk2._domainkey.juststudio.json deleted file mode 100644 index 1e5d64d05..000000000 --- a/domains/clk2._domainkey.juststudio.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "For account system", - "owner": { - "username": "JustDeveloper1", - "email": "support@juststudio.is-a.dev", - "discord": "1117482901353812088" - }, - "records": { - "CNAME": "dkim2.y6sdqd4maii2.clerk.services" - } -} diff --git a/domains/clkmail.juststudio.json b/domains/clkmail.juststudio.json deleted file mode 100644 index 6aff0f7de..000000000 --- a/domains/clkmail.juststudio.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "For account system", - "owner": { - "username": "JustDeveloper1", - "email": "support@juststudio.is-a.dev", - "discord": "1117482901353812088" - }, - "records": { - "CNAME": "mail.y6sdqd4maii2.clerk.services" - } -} diff --git a/domains/codexkun.json b/domains/codexkun.json deleted file mode 100644 index 91dfbcdb4..000000000 --- a/domains/codexkun.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "KunalBishwal", - "email": "kunalbishwal2004@gmail.com" - }, - "records": { - "CNAME": "portfolio-ide-zeta.vercel.app" - } -} diff --git a/domains/corey.json b/domains/corey.json deleted file mode 100644 index 13d8b7d46..000000000 --- a/domains/corey.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "cjsewell", - "email": "corey@sewell.net.nz" - }, - "records": { - "CNAME": "sewell.net.nz" - } -} diff --git a/domains/corruptedarc.json b/domains/corruptedarc.json deleted file mode 100644 index 154799a00..000000000 --- a/domains/corruptedarc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Ishaan1313", - "discord": "692993163333337139" - }, - "records": { - "CNAME": "corruptedarc.netlify.app" - } -} diff --git a/domains/cvrvmebj6qss.bteamapp.json b/domains/cvrvmebj6qss.bteamapp.json deleted file mode 100644 index 3ad5ecc09..000000000 --- a/domains/cvrvmebj6qss.bteamapp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bteamapp", - "email": "helpapp.bta@gmail.com" - }, - "records": { - "CNAME": "gv-g66qqa7lomqvs2.dv.googlehosted.com" - } -} diff --git a/domains/dangxuanthai.json b/domains/dangxuanthai.json deleted file mode 100644 index 57a05131f..000000000 --- a/domains/dangxuanthai.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "CallMeIAmTDF", - "email": "thai0203966@nuce.edu.vn" - }, - "records": { - "CNAME": "3hxw3aro.up.railway.app" - } -} diff --git a/domains/danybmx.json b/domains/danybmx.json deleted file mode 100644 index b7360bbcb..000000000 --- a/domains/danybmx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "danybmx's blog and portfolio", - "owner": { - "username": "danybmx", - "email": "daniel@dpstudios.es" - }, - "records": { - "CNAME": "is-a-dev.dpstudios.es" - } -} diff --git a/domains/darkyzhou.json b/domains/darkyzhou.json deleted file mode 100644 index 45e52b7f7..000000000 --- a/domains/darkyzhou.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "darkyzhou", - "email": "me@zqy.io" - }, - "records": { - "CNAME": "darkyzhou.net" - } -} diff --git a/domains/davemp.json b/domains/davemp.json deleted file mode 100644 index 396a3c961..000000000 --- a/domains/davemp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "David Mendoza Pardo", - "owner": { - "username": "dave-mp", - "email": "david.mendoza@chibchapps.io", - "twitter": "dave-mp" - }, - "records": { - "CNAME": "davemp.vercel.app" - } -} diff --git a/domains/davidramirez.json b/domains/davidramirez.json deleted file mode 100644 index 1b4fdee9d..000000000 --- a/domains/davidramirez.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "davidzz-code", - "email": "mixing.drr@gmail.com" - }, - "records": { - "CNAME": "davidramirez.netlify.app" - } -} diff --git a/domains/debertjamie.json b/domains/debertjamie.json deleted file mode 100644 index a28edd71b..000000000 --- a/domains/debertjamie.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "A personal website", - "owner": { - "username": "debertjamie", - "email": "debert123@protonmail.com" - }, - "records": { - "CNAME": "debertjamie.up.railway.app" - } -} diff --git a/domains/demo.mcstatus.json b/domains/demo.mcstatus.json deleted file mode 100644 index 8aaf62192..000000000 --- a/domains/demo.mcstatus.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "EducatedSuddenBucket", - "email": "educatedsuddenbucket@gmail.com" - }, - "records": { - "CNAME": "bff5bd034c7fbbeafaaf626f505c8cc5.ipv4.tcpshield.com" - } -} diff --git a/domains/demon.json b/domains/demon.json deleted file mode 100644 index 500832433..000000000 --- a/domains/demon.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "patilranjit485", - "email": "patilranjit2610@gmail.com" - }, - "records": { - "CNAME": "demon-brother.blogspot.com" - } -} diff --git a/domains/denver.json b/domains/denver.json deleted file mode 100644 index 005a268bd..000000000 --- a/domains/denver.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "This domain (denver.is-a.dev) is used for scripting Denver's bio and as a portfolio", - "owner": { - "username": "DenStudies7700", - "discord": "ImDenver#7700" - }, - "records": { - "CNAME": "densite-development-7700.up.railway.app" - } -} diff --git a/domains/designer.json b/domains/designer.json deleted file mode 100644 index 68f03f52d..000000000 --- a/domains/designer.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Designer Slash Developer", - "owner": { - "username": "designbyadrian", - "email": "adrian@designbyadrian.com" - }, - "records": { - "CNAME": "designbyadrian.com" - } -} diff --git a/domains/dg23w6xwjtee.json b/domains/dg23w6xwjtee.json deleted file mode 100644 index a4cf86d95..000000000 --- a/domains/dg23w6xwjtee.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "kleeiny", - "email": "kleeinlmao@gmail.com", - "discord": "763581985410121769" - }, - "records": { - "CNAME": "gv-q6wjma7mpehvc2.dv.googlehosted.com" - } -} diff --git a/domains/dhyan99.json b/domains/dhyan99.json deleted file mode 100644 index ff72527b0..000000000 --- a/domains/dhyan99.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/d99-1/dhyan99-portfolio", - "owner": { - "username": "D99-1", - "email": "dhyantanna@gmail.com" - }, - "records": { - "CNAME": "3464245b-2def-4309-ab2b-9474f03ca3f2.id.repl.co" - } -} diff --git a/domains/dijisx.json b/domains/dijisx.json deleted file mode 100644 index 9e2f42286..000000000 --- a/domains/dijisx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sxinar", - "email": "oshidev@proton.me" - }, - "records": { - "CNAME": "sx.digitalpress.blog" - } -} diff --git a/domains/dimanet.json b/domains/dimanet.json deleted file mode 100644 index a955bcf5b..000000000 --- a/domains/dimanet.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "dimanet.is-a.dev", - "owner": { - "username": "dimanet", - "email": "alreadytakenman0@gmail.com" - }, - "records": { - "CNAME": "dimanet.dimaonline.fr" - } -} diff --git a/domains/dimtsagk.json b/domains/dimtsagk.json deleted file mode 100644 index d467e00fe..000000000 --- a/domains/dimtsagk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dimtsagk", - "email": "dimtsagk93@gmail.com" - }, - "records": { - "CNAME": "dimtsagk.go.yo.fr" - } -} diff --git a/domains/dkim._domainkey.dhilipan.json b/domains/dkim._domainkey.dhilipan.json deleted file mode 100644 index 9fd0bb638..000000000 --- a/domains/dkim._domainkey.dhilipan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Dhilipan-Git", - "discord": "1306595993055268875" - }, - "records": { - "CNAME": "dkim._domainkey.simplelogin.co" - } -} diff --git a/domains/dkim._domainkey.sewt.json b/domains/dkim._domainkey.sewt.json deleted file mode 100644 index c20662a14..000000000 --- a/domains/dkim._domainkey.sewt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SkyExploreWasTaken", - "discord": "1049263707177353247" - }, - "records": { - "CNAME": "dkim._domainkey.simplelogin.co" - } -} diff --git a/domains/dkim02._domainkey.dhilipan.json b/domains/dkim02._domainkey.dhilipan.json deleted file mode 100644 index bc59ac4c3..000000000 --- a/domains/dkim02._domainkey.dhilipan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Dhilipan-Git", - "discord": "1306595993055268875" - }, - "records": { - "CNAME": "dkim02._domainkey.simplelogin.co" - } -} diff --git a/domains/dkim02._domainkey.sewt.json b/domains/dkim02._domainkey.sewt.json deleted file mode 100644 index 7965f3676..000000000 --- a/domains/dkim02._domainkey.sewt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SkyExploreWasTaken", - "discord": "1049263707177353247" - }, - "records": { - "CNAME": "dkim02._domainkey.simplelogin.co" - } -} diff --git a/domains/dkim03._domainkey.dhilipan.json b/domains/dkim03._domainkey.dhilipan.json deleted file mode 100644 index b9fff843c..000000000 --- a/domains/dkim03._domainkey.dhilipan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Dhilipan-Git", - "discord": "1306595993055268875" - }, - "records": { - "CNAME": "dkim03._domainkey.simplelogin.co" - } -} diff --git a/domains/dkim03._domainkey.sewt.json b/domains/dkim03._domainkey.sewt.json deleted file mode 100644 index 278b3965a..000000000 --- a/domains/dkim03._domainkey.sewt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SkyExploreWasTaken", - "discord": "1049263707177353247" - }, - "records": { - "CNAME": "dkim03._domainkey.simplelogin.co" - } -} diff --git a/domains/doantran.json b/domains/doantran.json deleted file mode 100644 index d26f3f5ad..000000000 --- a/domains/doantran.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Gressi-177", - "email": "vietdoan177@gmail.com" - }, - "records": { - "CNAME": "portfolio-viet-doans-projects.vercel.app" - } -} diff --git a/domains/docs.flowwing.json b/domains/docs.flowwing.json deleted file mode 100644 index a6ca77354..000000000 --- a/domains/docs.flowwing.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kushagra1212", - "email": "kushagrarathore002@gmail.com" - }, - "records": { - "CNAME": "flow-wing-docs.vercel.app" - } -} diff --git a/domains/dokiet.json b/domains/dokiet.json deleted file mode 100644 index fc34c1d83..000000000 --- a/domains/dokiet.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kietdo-dev", - "email": "lionvs12345@gmail.com" - }, - "records": { - "CNAME": "dokiet.vercel.app" - } -} diff --git a/domains/douglasffilho.json b/domains/douglasffilho.json deleted file mode 100644 index 17d428dad..000000000 --- a/domains/douglasffilho.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Douglas Filho personal portifolio website", - "owner": { - "username": "douglasffilho", - "email": "douglasf.filho@gmail.com" - }, - "records": { - "CNAME": "douglasffilho.vercel.app" - } -} diff --git a/domains/drakeknight.json b/domains/drakeknight.json deleted file mode 100644 index f4dff4f98..000000000 --- a/domains/drakeknight.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Drake-knight", - "email": "jakharvishalv@gmail.com" - }, - "records": { - "CNAME": "lbonb42y.up.railway.app" - } -} diff --git a/domains/draken.json b/domains/draken.json deleted file mode 100644 index 9df560986..000000000 --- a/domains/draken.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dragonx943", - "email": "premieregirl26@gmail.com" - }, - "records": { - "CNAME": "ec2-54-254-71-100.ap-southeast-1.compute.amazonaws.com" - } -} diff --git a/domains/durov.json b/domains/durov.json deleted file mode 100644 index 95af38fd4..000000000 --- a/domains/durov.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "BobleGun", - "email": "dobroq1954@gmail.com" - }, - "records": { - "CNAME": "a0913910.xsph.ru" - } -} diff --git a/domains/duy.json b/domains/duy.json deleted file mode 100644 index eab7cf15a..000000000 --- a/domains/duy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DuykhanhGaming", - "email": "andickhead124@gmail.com" - }, - "records": { - "CNAME": "dreemurrs.eu.org" - } -} diff --git a/domains/dyikes.json b/domains/dyikes.json deleted file mode 100644 index fdeca0649..000000000 --- a/domains/dyikes.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dyikes", - "email": "f@power.slmail.me" - }, - "records": { - "CNAME": "dyikes.duckdns.org" - } -} diff --git a/domains/eclipse.json b/domains/eclipse.json deleted file mode 100644 index d2e614584..000000000 --- a/domains/eclipse.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Just-a-Unity-Dev", - "twitter": "eclips_e69" - }, - "description": "A little portfolio based with a basic account system for learning purposes.", - "records": { - "CNAME": "eclips-espace-production.up.railway.app" - } -} diff --git a/domains/ed-henrique.json b/domains/ed-henrique.json deleted file mode 100644 index bc2dae599..000000000 --- a/domains/ed-henrique.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ed-henrique", - "email": "edu.hen.fm@gmail.com" - }, - "records": { - "CNAME": "ed-henrique.com" - } -} diff --git a/domains/eesa.json b/domains/eesa.json deleted file mode 100644 index 2b98dd995..000000000 --- a/domains/eesa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "eesazahed", - "email": "eszhd1@gmail.com" - }, - "records": { - "CNAME": "eesa.zahed.ca" - } -} diff --git a/domains/egor.json b/domains/egor.json deleted file mode 100644 index 4cc4c1305..000000000 --- a/domains/egor.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "egor-xyz", - "discord": "egor.xyz" - }, - "records": { - "CNAME": "egor.xyz" - } -} diff --git a/domains/elliott.json b/domains/elliott.json deleted file mode 100644 index 2bb1aca76..000000000 --- a/domains/elliott.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "elliott-leow", - "email": "leow1879@mydusd.org" - }, - "records": { - "CNAME": "elliottleow.me" - } -} diff --git a/domains/em697376.yxz.json b/domains/em697376.yxz.json deleted file mode 100644 index f8c0356f1..000000000 --- a/domains/em697376.yxz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yz9551", - "discord": "yz9551" - }, - "records": { - "CNAME": "return.smtp2go.net" - } -} diff --git a/domains/emamut.json b/domains/emamut.json deleted file mode 100644 index e0dafd393..000000000 --- a/domains/emamut.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "emamut", - "email": "fabervergara@gmail.ocm" - }, - "records": { - "CNAME": "emamut.vercel.app" - } -} diff --git a/domains/emily.json b/domains/emily.json deleted file mode 100644 index 1d6b4b60c..000000000 --- a/domains/emily.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "EmilyLove26", - "email": "EmilyLove@writeme.com", - "discord": "Emily Love#1251", - "note": "Koji Redirect" - }, - "description": "Redirects to my Koji Profile: https://koji.to/EmilyLove", - "records": { - "CNAME": "cnames.withkoji.com" - } -} diff --git a/domains/emoji.json b/domains/emoji.json deleted file mode 100644 index f59187820..000000000 --- a/domains/emoji.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ItzEmoji", - "email": "cyril.dettling@gmail.com", - "discord": "1123260870991020083" - }, - "records": { - "CNAME": "itzemojiwebsite.pages.dev" - } -} diff --git a/domains/emojiplayer.json b/domains/emojiplayer.json deleted file mode 100644 index c6bff9746..000000000 --- a/domains/emojiplayer.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ItzEmoji", - "email": "cyril.dettling@gmail.com" - }, - "records": { - "CNAME": "itzemojiwebsite.pages.dev" - } -} diff --git a/domains/emtyfay.json b/domains/emtyfay.json deleted file mode 100644 index 949855a73..000000000 --- a/domains/emtyfay.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Emtyffx", - "email": "emtyfay4433@gmail.com" - }, - "records": { - "CNAME": "myblog-production.up.railway.app" - } -} diff --git a/domains/epnq.json b/domains/epnq.json deleted file mode 100644 index d305ed169..000000000 --- a/domains/epnq.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal Site", - "owner": { - "username": "wensente27", - "twitter": "pnqe_eli" - }, - "records": { - "CNAME": "epnq.up.railway.app" - } -} diff --git a/domains/etercore.json b/domains/etercore.json deleted file mode 100644 index 7820433a4..000000000 --- a/domains/etercore.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ramirosanchezaranda", - "email": "etercoredesignweb@gmail.com" - }, - "records": { - "CNAME": "etercore.vercel.app" - } -} diff --git a/domains/evans.json b/domains/evans.json deleted file mode 100644 index 239a451ca..000000000 --- a/domains/evans.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Evansrrr", - "email": "enzoraziore@outlook.com" - }, - "records": { - "CNAME": "evansrrr.netlify.app" - } -} diff --git a/domains/evelyn.json b/domains/evelyn.json deleted file mode 100644 index c3950179e..000000000 --- a/domains/evelyn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portfolio website with is-a.dev for Evelyn Finny", - "owner": { - "username": "evelynfinny", - "email": "evelynfinny@gmail.com" - }, - "records": { - "CNAME": "evelyn.finny.info" - } -} diff --git a/domains/evils.json b/domains/evils.json deleted file mode 100644 index 343fbd680..000000000 --- a/domains/evils.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portofolio", - "owner": { - "username": "evils7", - "email": "info@evils.gay" - }, - "records": { - "CNAME": "evilssite.glitch.me" - } -} diff --git a/domains/eyescary.json b/domains/eyescary.json deleted file mode 100644 index 2a197337c..000000000 --- a/domains/eyescary.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "EyeScary-Development", - "email": "peteromg43@gmail.com" - }, - "records": { - "CNAME": "eyescary.pages.dev" - } -} diff --git a/domains/fabien.json b/domains/fabien.json deleted file mode 100644 index 759197cac..000000000 --- a/domains/fabien.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "fabien-h", - "email": "fabien.huet@gmail.com", - "discord": "fabien-huet" - }, - "records": { - "CNAME": "fabien-is-a-dev.vercel.app" - } -} diff --git a/domains/fahad.json b/domains/fahad.json deleted file mode 100644 index c01b92310..000000000 --- a/domains/fahad.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal Portfolio", - "owner": { - "username": "FahadAminShovon", - "email": "shovonfahad991@gmail.com" - }, - "records": { - "CNAME": "market-portfolio.vercel.app" - } -} diff --git a/domains/faris0520.json b/domains/faris0520.json deleted file mode 100644 index 553800c14..000000000 --- a/domains/faris0520.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Just My Personal Website", - "owner": { - "username": "Faris0520", - "twitter": "Faris0520" - }, - "records": { - "CNAME": "glitch.edgeapp.net" - } -} diff --git a/domains/febs.json b/domains/febs.json deleted file mode 100644 index 58665ad1b..000000000 --- a/domains/febs.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "febs.is-a.dev", - "owner": { - "username": "febriansf", - "email": "febrian.xiii@gmail.com" - }, - "records": { - "CNAME": "www.febss.web.id" - } -} diff --git a/domains/files.dqmn.json b/domains/files.dqmn.json deleted file mode 100644 index f8b9bd8c5..000000000 --- a/domains/files.dqmn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "files.dqmn.is-a.dev - this will be my 'cloud' for files", - "owner": { - "username": "dqmn", - "email": "dqmnbackup@gmail.com" - }, - "records": { - "CNAME": "dqmnfiles.000webhostapp.com" - } -} diff --git a/domains/fm7qby6i5y25.ttkt.json b/domains/fm7qby6i5y25.ttkt.json deleted file mode 100644 index 21c2b2859..000000000 --- a/domains/fm7qby6i5y25.ttkt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bteamapp", - "email": "helpapp.bta@gmail.com" - }, - "records": { - "CNAME": "gv-kys3ep4lrotyqc.dv.googlehosted.com" - } -} diff --git a/domains/fong.json b/domains/fong.json deleted file mode 100644 index 643e4e715..000000000 --- a/domains/fong.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "cnu4", - "email": "fangxw1004@qq.com" - }, - "records": { - "CNAME": "fangxw.me" - } -} diff --git a/domains/founderfie.json b/domains/founderfie.json deleted file mode 100644 index 4d5f6a81d..000000000 --- a/domains/founderfie.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Main Website Of Our Company", - "owner": { - "username": "Founderfie", - "email": "director@founderfie.in" - }, - "records": { - "CNAME": "edge.redirect.pizza" - } -} diff --git a/domains/furkancetinkaya.json b/domains/furkancetinkaya.json deleted file mode 100644 index 89646991d..000000000 --- a/domains/furkancetinkaya.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "my portfolio site", - "owner": { - "username": "honeybadger4768", - "email": "furkancetinkaya0746@gmail.com", - "twitter": "honeybutdev" - }, - "records": { - "CNAME": "furkancetinkaya-me.pages.dev" - } -} diff --git a/domains/gabriel-iturre.json b/domains/gabriel-iturre.json deleted file mode 100644 index 40fcbc5ce..000000000 --- a/domains/gabriel-iturre.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "GabrielIturreCs", - "email": "gabriel13iturre@gmail.com" - }, - "records": { - "CNAME": "gabrieliturre.netlify.app" - } -} diff --git a/domains/galihrhgnwn.json b/domains/galihrhgnwn.json deleted file mode 100644 index a8c74f6c6..000000000 --- a/domains/galihrhgnwn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pluzels", - "discord": "1140780096085573734" - }, - "records": { - "CNAME": "cname.vercel-dns.com" - } -} diff --git a/domains/ganeswarv.json b/domains/ganeswarv.json deleted file mode 100644 index a2b14c11d..000000000 --- a/domains/ganeswarv.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ganeswar-velvadapu", - "email": "ganeshvelvadapu@gmail.com" - }, - "records": { - "CNAME": "portfolio-tau-mauve-63.vercel.app" - } -} diff --git a/domains/gcet.aaqif.json b/domains/gcet.aaqif.json deleted file mode 100644 index 0c2bb7ba7..000000000 --- a/domains/gcet.aaqif.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "gcet project", - "owner": { - "username": "aaqifshafi", - "email": "aaqifshafi@gmail.com" - }, - "records": { - "CNAME": "g-cet-aaqifshafis-projects.vercel.app" - } -} diff --git a/domains/generic2.json b/domains/generic2.json deleted file mode 100644 index 6962dd983..000000000 --- a/domains/generic2.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xgeneric", - "discord": "1194494419064328296" - }, - "records": { - "CNAME": "paulswebhelp.com" - } -} diff --git a/domains/genericx.json b/domains/genericx.json deleted file mode 100644 index 6962dd983..000000000 --- a/domains/genericx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xgeneric", - "discord": "1194494419064328296" - }, - "records": { - "CNAME": "paulswebhelp.com" - } -} diff --git a/domains/generix.json b/domains/generix.json deleted file mode 100644 index 6962dd983..000000000 --- a/domains/generix.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xgeneric", - "discord": "1194494419064328296" - }, - "records": { - "CNAME": "paulswebhelp.com" - } -} diff --git a/domains/gg.json b/domains/gg.json deleted file mode 100644 index d2ed4510b..000000000 --- a/domains/gg.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "i-m-Gaurav", - "email": "indiagauravkumar@gmail.com" - }, - "records": { - "CNAME": "gaurav-self.vercel.app" - } -} diff --git a/domains/goel.json b/domains/goel.json deleted file mode 100644 index 18c82507c..000000000 --- a/domains/goel.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "radhesh1", - "email": "radhesh036916@gmail.com", - "discord": "datpep" - }, - "description": "I'll probably put some project pages on goel.is-a.dev.", - "records": { - "CNAME": "radhesh.eu.org" - } -} diff --git a/domains/gta.json b/domains/gta.json deleted file mode 100644 index 8a9ce6de4..000000000 --- a/domains/gta.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "wweziza", - "email": "wweziza@icloud.com", - "discord": "363373226207739904" - }, - "records": { - "CNAME": "clubroleplay.com" - } -} diff --git a/domains/harshikesh-abhinav.json b/domains/harshikesh-abhinav.json deleted file mode 100644 index b184db456..000000000 --- a/domains/harshikesh-abhinav.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Abhinav-676", - "email": "harshikeshabhinav676@gmail.com" - }, - "records": { - "CNAME": "abhinav-portfolio-s-47.deno.dev" - } -} diff --git a/domains/harshvardhan.json b/domains/harshvardhan.json deleted file mode 100644 index b1bb95e88..000000000 --- a/domains/harshvardhan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My Personal Portfolio", - "owner": { - "username": "Harshvardhan5703", - "email": "shekhawat.harsh287@gmail.com" - }, - "records": { - "CNAME": "harsh-portfolio-liard.vercel.app" - } -} diff --git a/domains/hashan.json b/domains/hashan.json deleted file mode 100644 index efe3ac426..000000000 --- a/domains/hashan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hashaaan", - "email": "shalithadev@gmail.com" - }, - "records": { - "CNAME": "hashanshalitha.vercel.app" - } -} diff --git a/domains/hchs-bot.json b/domains/hchs-bot.json deleted file mode 100644 index ced2a98aa..000000000 --- a/domains/hchs-bot.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "jimmy20180130", - "email": "jimmy20180130@gmail.com", - "twitter": "jimmyyo45639462", - "discord": "xiaoxi_tw#0" - }, - "records": { - "CNAME": "tw-node2.thisalesa.eu.org" - } -} diff --git a/domains/hecker.json b/domains/hecker.json deleted file mode 100644 index ef4ac56a9..000000000 --- a/domains/hecker.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "1tbfree", - "discord": "1256183302516248680" - }, - "records": { - "CNAME": "heckersoft.serv00.net" - } -} diff --git a/domains/himeshparashar.json b/domains/himeshparashar.json deleted file mode 100644 index 053281e23..000000000 --- a/domains/himeshparashar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "himeshparashar", - "email": "himeshparashar424@gmail.com" - }, - "records": { - "CNAME": "site-himeshparashar.netlify.app" - } -} diff --git a/domains/hixtrionix.json b/domains/hixtrionix.json deleted file mode 100644 index 23d28e241..000000000 --- a/domains/hixtrionix.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/Hixtrionix/is-a-dev-register", - "owner": { - "username": "Hixtrionix", - "email": "aflores@cop.es" - }, - "records": { - "CNAME": "dev-webpage.web.app" - } -} diff --git a/domains/hoogdorp.json b/domains/hoogdorp.json deleted file mode 100644 index 0505a2d40..000000000 --- a/domains/hoogdorp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Gunterke", - "email": "gunterke@zoho.eu" - }, - "records": { - "CNAME": "gratis-4925113.jouwweb.site" - } -} diff --git a/domains/host-image.json b/domains/host-image.json deleted file mode 100644 index 96ab0ceea..000000000 --- a/domains/host-image.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "heyjumanji", - "email": "madhuchutiya.unhinge650@silomails.com" - }, - "records": { - "CNAME": "host-image.pages.dev" - } -} diff --git a/domains/htrnguyen.json b/domains/htrnguyen.json deleted file mode 100644 index 94a988e05..000000000 --- a/domains/htrnguyen.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "htrnguyen", - "email": "hatrongnguyen04@gmail.com" - }, - "records": { - "CNAME": "astro-portfolio-nu-seven.vercel.app" - } -} diff --git a/domains/hzyusuf.json b/domains/hzyusuf.json deleted file mode 100644 index 8e1e901c1..000000000 --- a/domains/hzyusuf.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yufuss", - "email": "yusufgocer40@hotmail.com" - }, - "records": { - "CNAME": "glitch.edgeapp.net" - } -} diff --git a/domains/idot.json b/domains/idot.json deleted file mode 100644 index a988c2b07..000000000 --- a/domains/idot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "LackingCats", - "email": "jackson.marsden6@gmail.com" - }, - "records": { - "CNAME": "idot.hopto.org" - } -} diff --git a/domains/ijas.json b/domains/ijas.json deleted file mode 100644 index a888e0a9d..000000000 --- a/domains/ijas.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ijasxyz", - "email": "ijas.n.ijas@gmail.com" - }, - "records": { - "CNAME": "ijas.netlify.app" - }, - "proxied": false -} diff --git a/domains/ikjun.json b/domains/ikjun.json deleted file mode 100644 index 7a7053eee..000000000 --- a/domains/ikjun.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "no-ikjun", - "email": "choiikjun1101@gmail.com" - }, - "records": { - "CNAME": "ikjun.com" - } -} diff --git a/domains/imat.json b/domains/imat.json deleted file mode 100644 index 3a0e2d0dc..000000000 --- a/domains/imat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "imatx", - "email": "adam.essakhi16+github@gmail.com" - }, - "records": { - "CNAME": "sites.bootstrapstudio.io" - } -} diff --git a/domains/info.vamtic.json b/domains/info.vamtic.json deleted file mode 100644 index 6d4568a57..000000000 --- a/domains/info.vamtic.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vamtic", - "email": "vamtic@yahoo.com" - }, - "records": { - "CNAME": "info-86z.pages.dev" - } -} diff --git a/domains/iomiras.json b/domains/iomiras.json deleted file mode 100644 index 907535fa6..000000000 --- a/domains/iomiras.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "iomiras", - "email": "miras.shaltayev+isadev@gmail.com" - }, - "records": { - "CNAME": "miras-iomiras.vercel.app" - } -} diff --git a/domains/ipsum.json b/domains/ipsum.json deleted file mode 100644 index 16020cbbf..000000000 --- a/domains/ipsum.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ashlynmay", - "email": "may.ashlyn0723@gmail.com" - }, - "records": { - "CNAME": "ashlynmay-github-io.onrender.com" - } -} diff --git a/domains/isturiz.json b/domains/isturiz.json deleted file mode 100644 index 79d0afea8..000000000 --- a/domains/isturiz.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "isturiz" - }, - "records": { - "CNAME": "isturiz.vercel.app" - } -} diff --git a/domains/ivan.json b/domains/ivan.json deleted file mode 100644 index 2a3344f27..000000000 --- a/domains/ivan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "174n", - "email": "174n@riseup.net" - }, - "records": { - "CNAME": "alexandrov.online" - } -} diff --git a/domains/jabbdev.json b/domains/jabbdev.json deleted file mode 100644 index b8ef473b9..000000000 --- a/domains/jabbdev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jabbcode", - "email": "jabbsontouch@gmail.com" - }, - "records": { - "CNAME": "react-frontend-production-0024.up.railway.app" - } -} diff --git a/domains/jacek.json b/domains/jacek.json deleted file mode 100644 index 61b481d00..000000000 --- a/domains/jacek.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "smolak", - "email": "jacek.smolak@gmail.com" - }, - "records": { - "CNAME": "jaceksmolak.vercel.app" - } -} diff --git a/domains/jaideep.json b/domains/jaideep.json deleted file mode 100644 index 6e8609f54..000000000 --- a/domains/jaideep.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xxeisenberg", - "email": "jaideepmato7@gmail.com" - }, - "records": { - "CNAME": "piyush10f.vercel.app" - } -} diff --git a/domains/jaimezpe.json b/domains/jaimezpe.json deleted file mode 100644 index a7bee39e4..000000000 --- a/domains/jaimezpe.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/jaimezpe/bio", - "owner": { - "username": "jaimezpe", - "email": "info@jaimezpe.com" - }, - "records": { - "CNAME": "jaimezpe.com" - } -} diff --git a/domains/jalaj.json b/domains/jalaj.json deleted file mode 100644 index 59036e119..000000000 --- a/domains/jalaj.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jalajcodes", - "twitter": "jalajcodes" - }, - "records": { - "CNAME": "jalaj.up.railway.app" - } -} diff --git a/domains/jan.json b/domains/jan.json deleted file mode 100644 index b614ce0de..000000000 --- a/domains/jan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal Dev Website", - "owner": { - "username": "jpgreth", - "email": "github@greth.me" - }, - "records": { - "CNAME": "greth.dev" - } -} diff --git a/domains/jayakrishna.json b/domains/jayakrishna.json deleted file mode 100644 index d7bab336e..000000000 --- a/domains/jayakrishna.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jayakrishna-g", - "email": "rareone.jk@gmail.com" - }, - "records": { - "CNAME": "jggandha-30911ba21954.herokuapp.com" - } -} diff --git a/domains/jellobow.json b/domains/jellobow.json deleted file mode 100644 index 270db2023..000000000 --- a/domains/jellobow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "homelyseven250", - "discord": "JelloBow#6734" - }, - "records": { - "CNAME": "mysite-production-556a.up.railway.app" - } -} diff --git a/domains/jesusmarfil.json b/domains/jesusmarfil.json deleted file mode 100644 index 35676e70e..000000000 --- a/domains/jesusmarfil.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "JesusMarlor", - "email": "jesuso.marlor@gmail.com" - }, - "records": { - "CNAME": "kripton.xyz" - } -} diff --git a/domains/jetta.json b/domains/jetta.json deleted file mode 100644 index 57e2ba1ae..000000000 --- a/domains/jetta.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "gloxyz", - "email": "arfeasotuzbir@gmail.com", - "discord": "1208335087523864598" - }, - "records": { - "CNAME": "lively-first-bolt.glitch.me" - } -} diff --git a/domains/jonathan.json b/domains/jonathan.json deleted file mode 100644 index abd01e1d7..000000000 --- a/domains/jonathan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "JonathanB500", - "email": "jonathanbuitrago505@gmail.com" - }, - "records": { - "CNAME": "jonathanbuitragoroncancio.web.app" - } -} diff --git a/domains/josejefferson.json b/domains/josejefferson.json deleted file mode 100644 index 0c20488a8..000000000 --- a/domains/josejefferson.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "josejefferson", - "email": "jeffersonn.jjdaj@gmail.com" - }, - "records": { - "CNAME": "josejefferson.vercel.app" - } -} \ No newline at end of file diff --git a/domains/joszxchua.json b/domains/joszxchua.json deleted file mode 100644 index bd7892277..000000000 --- a/domains/joszxchua.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "joszxchua", - "email": "joschuaordonio29@gmail.com" - }, - "records": { - "CNAME": "joszxchua-dev.vercel.app" - } -} diff --git a/domains/juancarloslacruz.json b/domains/juancarloslacruz.json deleted file mode 100644 index b1b85360d..000000000 --- a/domains/juancarloslacruz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "LacruzJSDev", - "discord": "1336068820661567489" - }, - "records": { - "CNAME": "portafolio-weld-three.vercel.app" - } -} diff --git a/domains/jwe0.json b/domains/jwe0.json deleted file mode 100644 index b0a086d69..000000000 --- a/domains/jwe0.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Forwarding", - "owner": { - "email": "900qxecf7@mozmail.com", - "username": "jwe0" - }, - "records": { - "CNAME": "jwe0.xyz" - } -} diff --git a/domains/kacem.json b/domains/kacem.json deleted file mode 100644 index 2aeb6c476..000000000 --- a/domains/kacem.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Kacem's personal dungeon", - "owner": { - "username": "Kacem", - "email": "Kacem.dev@hotmail.com" - }, - "records": { - "CNAME": "nkessill.sirv.com" - } -} diff --git a/domains/kagurayayoi.json b/domains/kagurayayoi.json deleted file mode 100644 index c3429ac27..000000000 --- a/domains/kagurayayoi.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/fjaxzhy/is-a.dev", - "owner": { - "username": "Fjaxzhy", - "email": "admin@kagurayayoi.top" - }, - "records": { - "CNAME": "kagurayayoi.top" - } -} diff --git a/domains/kaizenji2024.json b/domains/kaizenji2024.json deleted file mode 100644 index 06831941b..000000000 --- a/domains/kaizenji2024.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Kaizenji", - "email": "baratumal6788@gmail.com" - }, - "records": { - "CNAME": "jayceeqti-web.pages.dev" - } -} diff --git a/domains/karan.json b/domains/karan.json deleted file mode 100644 index 4018d825f..000000000 --- a/domains/karan.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "balanikaran" - }, - "records": { - "CNAME": "karanbalani.com" - } -} diff --git a/domains/katumbapaul.json b/domains/katumbapaul.json deleted file mode 100644 index d25b50642..000000000 --- a/domains/katumbapaul.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kpaool", - "email": "jonathapkatumba@gmail.com" - }, - "records": { - "CNAME": "katumbapaul.com" - } -} diff --git a/domains/kawet.json b/domains/kawet.json deleted file mode 100644 index a9000df0d..000000000 --- a/domains/kawet.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Kawet00", - "email": "kawet00@proton.me" - }, - "records": { - "CNAME": "portfolio-ty6q.vercel.app" - } -} diff --git a/domains/kiara.json b/domains/kiara.json deleted file mode 100644 index 6515d5f63..000000000 --- a/domains/kiara.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ameliakiara", - "email": "contact@kiara.my.id" - }, - "records": { - "CNAME": "lavalink-music-bot-production.up.railway.app" - } -} diff --git a/domains/kietdo.json b/domains/kietdo.json deleted file mode 100644 index 2c48cb05a..000000000 --- a/domains/kietdo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kietdo-dev", - "email": "lionvs12345@gmail.com" - }, - "records": { - "CNAME": "kietdo-portolio.vercel.app" - } -} diff --git a/domains/kiss.json b/domains/kiss.json deleted file mode 100644 index efd2c43d0..000000000 --- a/domains/kiss.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "filipekiss", - "email": "filipe@kiss.ink" - }, - "records": { - "CNAME": "filipe.kiss.ink" - } -} diff --git a/domains/kitb2romjbz3.dhlcgd.json b/domains/kitb2romjbz3.dhlcgd.json deleted file mode 100644 index fbe53abb3..000000000 --- a/domains/kitb2romjbz3.dhlcgd.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "dhlcgd", - "email": "dhlcgdofficial@gmail.com" - }, - "records": { - "CNAME": "gv-zz3nklni3izils.dv.googlehosted.com" - } -} diff --git a/domains/kitten.json b/domains/kitten.json deleted file mode 100644 index a5c96767a..000000000 --- a/domains/kitten.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "using for personal projects", - "owner": { - "username": "KittensAreDaBest", - "email": "is-a-dev@mythicalkitten.com" - }, - "records": { - "CNAME": "is-a-dev.mythicalkitten.com" - } -} diff --git a/domains/korabase.json b/domains/korabase.json deleted file mode 100644 index 0c03e9eba..000000000 --- a/domains/korabase.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "WhyuMC", - "email": "r12350042@gmail.com" - }, - "records": { - "CNAME": "site.namedhosting.com" - } -} diff --git a/domains/kruase.json b/domains/kruase.json deleted file mode 100644 index 771d770a1..000000000 --- a/domains/kruase.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Root subdomain, just a CNAME to Vercel", - "owner": { - "username": "KruASe76", - "email": "kruanse@ya.ru", - "telegram": "https://t.me/KruASe" - }, - "records": { - "CNAME": "kruase.vercel.app" - } -} diff --git a/domains/kuanngyn.json b/domains/kuanngyn.json deleted file mode 100644 index 3cf92ff1d..000000000 --- a/domains/kuanngyn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "LOQ-burh", - "email": "nguyenminhquan042004@email.com" - }, - "records": { - "CNAME": "kuanngyn-portfolio.vercel.app" - } -} diff --git a/domains/kylewebdev.json b/domains/kylewebdev.json deleted file mode 100644 index fcbb68002..000000000 --- a/domains/kylewebdev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kylewebdev", - "email": "kylewebdev@gmail.com" - }, - "records": { - "CNAME": "kylewebdev.com" - } -} diff --git a/domains/lachlan.json b/domains/lachlan.json deleted file mode 100644 index 6c22e0e2e..000000000 --- a/domains/lachlan.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "mrteale" - }, - "records": { - "CNAME": "lachlanteale.com" - } -} diff --git a/domains/lackingcats.json b/domains/lackingcats.json deleted file mode 100644 index 3ff4571e8..000000000 --- a/domains/lackingcats.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "LackingCats", - "discord": "779872274744082442" - }, - "records": { - "CNAME": "lackingcats.com.de" - } -} diff --git a/domains/lazizbek.json b/domains/lazizbek.json deleted file mode 100644 index b09b0451f..000000000 --- a/domains/lazizbek.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "LazizbekGamer", - "email": "lazizbekgameryt@gmail.com" - }, - "records": { - "CNAME": "www.gpitify-ai.uz" - } -} diff --git a/domains/letters.json b/domains/letters.json deleted file mode 100644 index 99a724ffb..000000000 --- a/domains/letters.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "keli5", - "email": "keli5.letters@gmail.com" - }, - "records": { - "CNAME": "keli5.duckdns.org" - } -} diff --git a/domains/lev.json b/domains/lev.json deleted file mode 100644 index 4ca1edb0f..000000000 --- a/domains/lev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "skyallaround", - "email": "jr1264464@gmail.com" - }, - "records": { - "CNAME": "basicscript.glitch.me" - } -} diff --git a/domains/levisurely.json b/domains/levisurely.json deleted file mode 100644 index 4ca1edb0f..000000000 --- a/domains/levisurely.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "skyallaround", - "email": "jr1264464@gmail.com" - }, - "records": { - "CNAME": "basicscript.glitch.me" - } -} diff --git a/domains/linky.json b/domains/linky.json deleted file mode 100644 index f52495b02..000000000 --- a/domains/linky.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Grafaffel", - "email": "jannis170@icloud.com" - }, - "records": { - "CNAME": "linky.jannisfischer170.workers.dev" - } -} diff --git a/domains/littletw.json b/domains/littletw.json deleted file mode 100644 index 38b638678..000000000 --- a/domains/littletw.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "littletheworld", - "email": "littlehaofficial@gmail.com" - }, - "records": { - "CNAME": "cname.short.io" - } -} diff --git a/domains/live.json b/domains/live.json deleted file mode 100644 index 3bd5d7241..000000000 --- a/domains/live.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tomgxz", - "email": "tomgxz138@gmail.com" - }, - "records": { - "CNAME": "oyqkpa3p.up.railway.app" - } -} diff --git a/domains/lnk.json b/domains/lnk.json deleted file mode 100644 index ed5199cd4..000000000 --- a/domains/lnk.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "littletheworld", - "email": "littlehaofficial@gmail.com", - "discord": "810846876592242719" - }, - "records": { - "CNAME": "cname.short.io" - } -} diff --git a/domains/loinguyende.json b/domains/loinguyende.json deleted file mode 100644 index 1f9d69057..000000000 --- a/domains/loinguyende.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "loinguyen3108", - "email": "ntloic3tbt@gmail.com" - }, - "records": { - "CNAME": "my-second-brain-omega.vercel.app" - } -} diff --git a/domains/lucky.json b/domains/lucky.json deleted file mode 100644 index 097927752..000000000 --- a/domains/lucky.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "luckycdev", - "email": "lucky@luckyc.site", - "discord": "275273443329441792" - }, - "records": { - "CNAME": "luckyc.site" - } -} diff --git a/domains/luisgerardovillanueva.json b/domains/luisgerardovillanueva.json deleted file mode 100644 index 3799a3efd..000000000 --- a/domains/luisgerardovillanueva.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal portfolio website", - "owner": { - "username": "GerardoVillla", - "email": "luismendezgd@gmail.com" - }, - "records": { - "CNAME": "portfolio-6f0jbiit2-gerardovilllas-projects.vercel.app" - } -} diff --git a/domains/lukas.json b/domains/lukas.json deleted file mode 100644 index 31b1ef1a2..000000000 --- a/domains/lukas.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "LukPopp0", - "email": "luk.popp0@gmail.com", - "twitter": "LukPopp0" - }, - "records": { - "CNAME": "lukpopp.com" - } -} diff --git a/domains/lukass.json b/domains/lukass.json deleted file mode 100644 index 46e85c7a9..000000000 --- a/domains/lukass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "fraimerdelacruz", - "email": "fraimerdelacruzjaziel@gmail.com" - }, - "records": { - "CNAME": "0abf0073-04e2-485c-9752-042bae7c1074.id.repl.co" - } -} diff --git a/domains/luked.json b/domains/luked.json deleted file mode 100644 index ba7f3686d..000000000 --- a/domains/luked.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "luked177", - "twitter": "lukedore_" - }, - "records": { - "CNAME": "cv-sand-zeta.vercel.app" - } -} diff --git a/domains/luyende.json b/domains/luyende.json deleted file mode 100644 index a60aec8fd..000000000 --- a/domains/luyende.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "coangsang", - "email": "sangtkx2@gmail.com" - }, - "records": { - "CNAME": "gv-dc5d3bwhw7btmc.dv.googlehosted.com" - } -} diff --git a/domains/m42e.json b/domains/m42e.json deleted file mode 100644 index e42bbf77f..000000000 --- a/domains/m42e.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "m42e Homepage", - "owner": { - "username": "m42e", - "email": "matthias@bilger.info" - }, - "records": { - "CNAME": "bilger.info" - } -} diff --git a/domains/macielsuassuna.json b/domains/macielsuassuna.json deleted file mode 100644 index adf99bb76..000000000 --- a/domains/macielsuassuna.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Maciel64", - "discord": "macielmano", - "email": "macielsuassuna14@gmail.com" - }, - "records": { - "CNAME": "macielsuassuna-portfolio.vercel.app" - } -} diff --git a/domains/mahfuz.json b/domains/mahfuz.json deleted file mode 100644 index 8c50f28f3..000000000 --- a/domains/mahfuz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mahfuzurrahman98", - "email": "mdmahfuzurrahmanarif@gmail.com" - }, - "records": { - "CNAME": "mahfuz.devcms.io" - } -} diff --git a/domains/mahmulp.json b/domains/mahmulp.json deleted file mode 100644 index d2f21668d..000000000 --- a/domains/mahmulp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal site for Machmul Pratama", - "owner": { - "username": "MahmulP", - "email": "hello@mahmulp.my.id" - }, - "records": { - "CNAME": "mahmulp.my.id" - }, - "proxied": false -} diff --git a/domains/maideveloper.json b/domains/maideveloper.json deleted file mode 100644 index f55e88c0e..000000000 --- a/domains/maideveloper.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "maideveloper", - "email": "maiwebdeveloper@gmail.com" - }, - "records": { - "CNAME": "maideveloper.com" - } -} diff --git a/domains/manash.json b/domains/manash.json deleted file mode 100644 index 67bcc7238..000000000 --- a/domains/manash.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Manash Sonowal - DEV", - "owner": { - "username": "msonowal", - "email": "manash149@gmail.com" - }, - "records": { - "CNAME": "www.claritytech.io" - } -} diff --git a/domains/markaguirre.json b/domains/markaguirre.json deleted file mode 100644 index 59fc6f191..000000000 --- a/domains/markaguirre.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MarkAguirre26", - "email": "markaguirre26@gmail.com" - }, - "records": { - "CNAME": "markaguirre.netlify.app" - } -} diff --git a/domains/markos.json b/domains/markos.json deleted file mode 100644 index 9eb1d3a6c..000000000 --- a/domains/markos.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Hello my name is Markos Dimitsas and I am from Greece.", - "owner": { - "username": "markdimi", - "email": "markdimitsas@gmail.com" - }, - "records": { - "CNAME": "markos.me" - } -} diff --git a/domains/markvayson.json b/domains/markvayson.json deleted file mode 100644 index c5ae953bd..000000000 --- a/domains/markvayson.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "markvayson", - "email": "markvayson@gmail.com" - }, - "records": { - "CNAME": "58p02o7x.up.railway.app" - } -} diff --git a/domains/mateusz.json b/domains/mateusz.json deleted file mode 100644 index 4ac30209a..000000000 --- a/domains/mateusz.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "Pand3moniuMx3" - }, - "records": { - "CNAME": "mateuszmirecki.netlify.app" - } -} diff --git a/domains/mayuresh.json b/domains/mayuresh.json deleted file mode 100644 index 2d69b71a3..000000000 --- a/domains/mayuresh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mayur1377", - "email": "mayuresh1377@gmail.com" - }, - "records": { - "CNAME": "iammayur.vercel.app" - } -} diff --git a/domains/mc.h3l.json b/domains/mc.h3l.json deleted file mode 100644 index 1b3d0eb3e..000000000 --- a/domains/mc.h3l.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Documentation for is-a-dev", - "owner": { - "username": "gvalue-04", - "email": "vaporvault04@gmail.com" - }, - "records": { - "CNAME": "on-clan.gl.at.ply.gg" - } -} diff --git a/domains/mc.json b/domains/mc.json deleted file mode 100644 index 26adfa424..000000000 --- a/domains/mc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "EducatedSuddenBucket", - "discord": "1167825360151380032" - }, - "records": { - "CNAME": "bff5bd034c7fbbeafaaf626f505c8cc5.ipv4.tcpshield.com" - } -} diff --git a/domains/mc.vulcanocraft.json b/domains/mc.vulcanocraft.json deleted file mode 100644 index cacff50ee..000000000 --- a/domains/mc.vulcanocraft.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VulcanoSoftware", - "discord": "814891541205876767" - }, - "records": { - "CNAME": "f14fb61a3cd4425fe52de16b257ca673.ipv4.tcpshield.com" - } -} diff --git a/domains/mega.json b/domains/mega.json deleted file mode 100644 index 960bf7345..000000000 --- a/domains/mega.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My Personal website and possibly an API", - "owner": { - "username": "MegaDevGuy", - "twitter": "_Mega_Dev_" - }, - "records": { - "CNAME": "flask-production-b336.up.railway.app" - } -} diff --git a/domains/mehrdad.json b/domains/mehrdad.json deleted file mode 100644 index cb6f359ea..000000000 --- a/domains/mehrdad.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mehrdad-shokri", - "email": "code.poet95@gmail.com" - }, - "records": { - "CNAME": "mehrdad.ai" - } -} diff --git a/domains/melih.json b/domains/melih.json deleted file mode 100644 index 98db4c0f1..000000000 --- a/domains/melih.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mdegis", - "email": "melihdegis@gmail.com" - }, - "records": { - "CNAME": "mdegis.com" - } -} diff --git a/domains/michaelmuthomi.json b/domains/michaelmuthomi.json deleted file mode 100644 index 81345f648..000000000 --- a/domains/michaelmuthomi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "michaelmuthomi", - "email": "lit911call@gmail.com" - }, - "records": { - "CNAME": "michael-portfolio-green.vercel.app" - } -} diff --git a/domains/mimic.json b/domains/mimic.json deleted file mode 100644 index 025ccf234..000000000 --- a/domains/mimic.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "GioMjds", - "email": "giomjds@gmail.com" - }, - "records": { - "CNAME": "giomjds-portfolio.vercel.app" - } -} diff --git a/domains/minhtuan-1.json b/domains/minhtuan-1.json deleted file mode 100644 index 75c9a8d06..000000000 --- a/domains/minhtuan-1.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "profile-tuan.dev", - "owner": { - "username": "tuannguyen2002", - "email": "nxmtuan.2002@gmail.com", - "discord": "nightfury06749" - }, - "records": { - "CNAME": "cname.vercel-dns.com" - } -} diff --git a/domains/miraclecherrypie.json b/domains/miraclecherrypie.json deleted file mode 100644 index 29a43b6ff..000000000 --- a/domains/miraclecherrypie.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My personal website goes here", - "owner": { - "username": "MiracleCherryPie", - "email": "christianpandapotans@gmail.com" - }, - "records": { - "CNAME": "miraclecherrypie.up.railway.app" - } -} diff --git a/domains/mirzosharif.json b/domains/mirzosharif.json deleted file mode 100644 index c8e0f00bb..000000000 --- a/domains/mirzosharif.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Mirzosharif's website", - "owner": { - "username": "habiboffdev", - "email": "mirzoupwork@gmail.com" - }, - "records": { - "CNAME": "mirzosharif.me" - } -} diff --git a/domains/mitch.json b/domains/mitch.json deleted file mode 100644 index e62599fe5..000000000 --- a/domains/mitch.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "liao02x", - "email": "liao02x@gmail.com" - }, - "records": { - "CNAME": "114032.xyz" - } -} diff --git a/domains/mln.json b/domains/mln.json deleted file mode 100644 index d5428a9b4..000000000 --- a/domains/mln.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/xmi1an/portfoliov2.git", - "owner": { - "username": "xmi1an", - "email": "xnarcos300@gmail.com" - }, - "records": { - "CNAME": "xmi1an.vercel.app" - } -} diff --git a/domains/mohammedobaid.json b/domains/mohammedobaid.json deleted file mode 100644 index 04ba6b5b5..000000000 --- a/domains/mohammedobaid.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "My name is mohammed obaid. I am a software engineer", - "owner": { - "username": "mdobaid311", - "email": "mdobaid311@gmail.com" - }, - "records": { - "CNAME": "mohammedobaid.vercel.app" - } -} diff --git a/domains/mohsen.json b/domains/mohsen.json deleted file mode 100644 index 066068297..000000000 --- a/domains/mohsen.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portfolio website for mohsenansari.com", - "owner": { - "username": "mohsenari", - "email": "mansari387@gmail.com" - }, - "records": { - "CNAME": "mohsenansari.com" - } -} diff --git a/domains/mori.lalit.json b/domains/mori.lalit.json deleted file mode 100644 index bcf5e347d..000000000 --- a/domains/mori.lalit.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lalitm1004", - "email": "lalitm1004@gmail.com" - }, - "records": { - "CNAME": "memento-mori-6at.pages.dev" - } -} diff --git a/domains/mthia.json b/domains/mthia.json deleted file mode 100644 index f75f73934..000000000 --- a/domains/mthia.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "mthia page", - "owner": { - "username": "xddMthia", - "email": "mthia@xdd.moe", - "discord": "443794213524733962" - }, - "records": { - "CNAME": "mthia.xdd.moe" - } -} diff --git a/domains/muhammadhaad.json b/domains/muhammadhaad.json deleted file mode 100644 index e7f9cbfcb..000000000 --- a/domains/muhammadhaad.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "muhammadhaad", - "email": "haad1111997@gmail.com" - }, - "records": { - "CNAME": "muhammadhaad.vercel.app" - } -} \ No newline at end of file diff --git a/domains/murasame-san-ddl.json b/domains/murasame-san-ddl.json deleted file mode 100644 index 1c22640ec..000000000 --- a/domains/murasame-san-ddl.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "comderzaid", - "email": "diazkhan66@gmail.com", - "discord": "544461226499899393" - }, - "records": { - "CNAME": "cylindrical-gardlic-8jekw3mlfaoniohl2i7wdokz.herokudns.com" - } -} diff --git a/domains/mvl.json b/domains/mvl.json deleted file mode 100644 index 684a753a2..000000000 --- a/domains/mvl.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "medival", - "email": "dev.adipurnomo@gmail.com" - }, - "records": { - "CNAME": "blog.mvl.biz.id" - } -} diff --git a/domains/mwanothere.json b/domains/mwanothere.json deleted file mode 100644 index ee1444e24..000000000 --- a/domains/mwanothere.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Totallynotmwa", - "email": "totallynot@mwa.lol" - }, - "records": { - "CNAME": "edge.redirect.pizza" - } -} diff --git a/domains/myprofile.json b/domains/myprofile.json deleted file mode 100644 index 85254f71e..000000000 --- a/domains/myprofile.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "tuan.myprofile.dev", - "owner": { - "username": "tuannguyen2002", - "email": "coixaygio107@gmail.com", - "discord": "minhtuan9039" - }, - "records": { - "CNAME": "cname.vercel-dns.com" - } -} diff --git a/domains/mzakyr.json b/domains/mzakyr.json deleted file mode 100644 index ef839c4b1..000000000 --- a/domains/mzakyr.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "muhammadzaki693", - "email": "rzaki9353@gmail.com" - }, - "records": { - "CNAME": "my-personal-web-production.up.railway.app" - } -} diff --git a/domains/mzunino.json b/domains/mzunino.json deleted file mode 100644 index 0bb9effca..000000000 --- a/domains/mzunino.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "marianozunino", - "email": "marianoz@posteo.net" - }, - "records": { - "CNAME": "mzunino.com.uy" - } -} diff --git a/domains/n.json b/domains/n.json deleted file mode 100644 index 69b8884e2..000000000 --- a/domains/n.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "NotNalin", - "email": "notnalin@protonmail.com", - "discord": "trickygamer" - }, - "records": { - "CNAME": "cname.vercel-dns.com" - } -} diff --git a/domains/n0kemm.json b/domains/n0kemm.json deleted file mode 100644 index a8cb145df..000000000 --- a/domains/n0kemm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Chaetard", - "email": "jesus.santos4160@alumnos.udg.mx" - }, - "records": { - "CNAME": "n0kemm.netlify.app" - } -} diff --git a/domains/nakim.json b/domains/nakim.json deleted file mode 100644 index 63e788888..000000000 --- a/domains/nakim.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal website", - "owner": { - "username": "xaviermawet", - "email": "xavier@nakim.be" - }, - "records": { - "CNAME": "nakim.be" - } -} diff --git a/domains/nandhu.json b/domains/nandhu.json deleted file mode 100644 index 09a440987..000000000 --- a/domains/nandhu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nandhu-44", - "email": "nandhu90040@gmail.com" - }, - "records": { - "CNAME": "nandhu.deno.dev" - } -} diff --git a/domains/neel.json b/domains/neel.json deleted file mode 100644 index 277c4ca22..000000000 --- a/domains/neel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal Portfolio Website of Neel Mishra", - "owner": { - "username": "neelmishra", - "email": "neelmishra9125@gmail.com" - }, - "records": { - "CNAME": "neelmishra.vercel.app" - } -} diff --git a/domains/nekaoumike.json b/domains/nekaoumike.json deleted file mode 100644 index 339a16e5c..000000000 --- a/domains/nekaoumike.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NekaouMike", - "email": "nekaoumike@gmail.com" - }, - "records": { - "CNAME": "nekaoumike.dev" - } -} diff --git a/domains/neria.json b/domains/neria.json deleted file mode 100644 index 67df633ad..000000000 --- a/domains/neria.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "neriat", - "email": "me@neria.dev" - }, - "records": { - "CNAME": "neria.dev" - } -} diff --git a/domains/neslinesli93.json b/domains/neslinesli93.json deleted file mode 100644 index 19a35c2a5..000000000 --- a/domains/neslinesli93.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "neslinesli93", - "email": "p.tommy93@gmail.com" - }, - "records": { - "CNAME": "tommasopifferi.com" - } -} diff --git a/domains/newyear.trung.json b/domains/newyear.trung.json deleted file mode 100644 index 78cf2e119..000000000 --- a/domains/newyear.trung.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "records": { - "CNAME": "lunar-newyr-countdown.pages.dev" - } -} diff --git a/domains/nfc.json b/domains/nfc.json deleted file mode 100644 index 0ef67ba7e..000000000 --- a/domains/nfc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Tomgxz", - "email": "tomgxz138@gmail.com" - }, - "records": { - "CNAME": "is3193tx.up.railway.app" - } -} diff --git a/domains/nguyen-phuong-nam.json b/domains/nguyen-phuong-nam.json deleted file mode 100644 index 592746c8c..000000000 --- a/domains/nguyen-phuong-nam.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NBlue", - "email": "nam.np194336@gmail.com" - }, - "records": { - "CNAME": "protofilo-beta.vercel.app" - } -} diff --git a/domains/nicollas.json b/domains/nicollas.json deleted file mode 100644 index bd182b37e..000000000 --- a/domains/nicollas.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nicollaspetrelli", - "discord": "233677267975274496" - }, - "records": { - "CNAME": "nicollas.dev" - } -} diff --git a/domains/nishith.json b/domains/nishith.json deleted file mode 100644 index ea83119e7..000000000 --- a/domains/nishith.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Nishith-Savla", - "email": "nishithsavla005@gmail.com" - }, - "records": { - "CNAME": "nishith.tech" - } -} diff --git a/domains/nocwarebot.acronical.json b/domains/nocwarebot.acronical.json deleted file mode 100644 index 693d802cb..000000000 --- a/domains/nocwarebot.acronical.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AcronicalYT", - "email": "acronicalbusiness@gmail.com" - }, - "records": { - "CNAME": "59893.site.bot-hosting.net" - } -} diff --git a/domains/nthduc.json b/domains/nthduc.json deleted file mode 100644 index 869cc7712..000000000 --- a/domains/nthduc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nthduc", - "email": "nguyenthaiduc0212@gmail.com" - }, - "records": { - "CNAME": "xb00925c3.custom.b4a.run" - } -} diff --git a/domains/nthn.json b/domains/nthn.json deleted file mode 100644 index 7d53719ca..000000000 --- a/domains/nthn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Storage Untuk Mengupload Semua Filemu", - "owner": { - "username": "Nathan", - "email": "contact@webraku.xyz" - }, - "records": { - "CNAME": "storage-production.up.railway.app" - } -} diff --git a/domains/null.json b/domains/null.json deleted file mode 100644 index d978b0bf3..000000000 --- a/domains/null.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sudo-null7", - "email": "philippeparr38@gmail.com" - }, - "records": { - "CNAME": "null.parr.lol" - } -} diff --git a/domains/nunya-9018.json b/domains/nunya-9018.json deleted file mode 100644 index 1a6850e62..000000000 --- a/domains/nunya-9018.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Nunya-9018", - "email": "007youdontknowme@gmail.com" - }, - "records": { - "CNAME": "nunya-9018.up.railway.app" - } -} diff --git a/domains/nxmtuan.json b/domains/nxmtuan.json deleted file mode 100644 index f6b4db9db..000000000 --- a/domains/nxmtuan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "nxmt-profile.dev", - "owner": { - "username": "tuannguyen2002", - "email": "coixaygio107@gmail.com", - "discord": "nightfury06749" - }, - "records": { - "CNAME": "profile-sigma-wine.vercel.app" - } -} diff --git a/domains/nyda.json b/domains/nyda.json deleted file mode 100644 index dbd7bbcf3..000000000 --- a/domains/nyda.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Nydauron", - "email": "jarethgomes@gmail.com" - }, - "records": { - "CNAME": "jarethgomes.com" - } -} diff --git a/domains/nyexoi.json b/domains/nyexoi.json deleted file mode 100644 index 2878a1ccd..000000000 --- a/domains/nyexoi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nyex0i", - "discord": "1212192971164754033" - }, - "records": { - "CNAME": "siteisw.tiiny.site" - } -} diff --git a/domains/omi.json b/domains/omi.json deleted file mode 100644 index c8ca05295..000000000 --- a/domains/omi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "description": "Omi Personal Webpage", - "owner": { - "username": "omi-the-sorcerer" - }, - "records": { - "CNAME": "omi.cat" - } -} diff --git a/domains/omkar.json b/domains/omkar.json deleted file mode 100644 index 214820316..000000000 --- a/domains/omkar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "omkarkirpan", - "email": "okirpan@gmail.com" - }, - "records": { - "CNAME": "omkarkirpan.com" - } -} diff --git a/domains/onthepixel.json b/domains/onthepixel.json deleted file mode 100644 index 035ecba46..000000000 --- a/domains/onthepixel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "TinyBrickBoy", - "email": "leo@scherr.xyz" - }, - "records": { - "CNAME": "play.onthepixel.net" - } -} diff --git a/domains/ordernest.json b/domains/ordernest.json deleted file mode 100644 index e73e5d002..000000000 --- a/domains/ordernest.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Website in development for a non-profit organization", - "owner": { - "username": "gills", - "email": "gigi37300@gmail.com" - }, - "records": { - "CNAME": "ordernest.qevi7356.odns.fr" - } -} diff --git a/domains/owen.json b/domains/owen.json deleted file mode 100644 index 487687178..000000000 --- a/domains/owen.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "WuSandWitch" - }, - "records": { - "CNAME": "cname.vercel-dns.com" - } -} diff --git a/domains/owofied.json b/domains/owofied.json deleted file mode 100644 index cdb0d41be..000000000 --- a/domains/owofied.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "owofied", - "email": "xiro@duck.com", - "discord": "owofied" - }, - "records": { - "CNAME": "personal-page-3ps.pages.dev" - } -} diff --git a/domains/paddycooper.json b/domains/paddycooper.json deleted file mode 100644 index 6deb1f4a3..000000000 --- a/domains/paddycooper.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "PaddyCooper08", - "email": "1210@rgsg.co.uk" - }, - "records": { - "CNAME": "paddycooper.surge.sh" - } -} diff --git a/domains/paillat.json b/domains/paillat.json deleted file mode 100644 index e50de6b4a..000000000 --- a/domains/paillat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Paillat-dev", - "email": "me@paillat.dev" - }, - "records": { - "CNAME": "paill.at" - } -} diff --git a/domains/panashe-mapika.json b/domains/panashe-mapika.json deleted file mode 100644 index c7831fdf9..000000000 --- a/domains/panashe-mapika.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "panda-zw" - }, - "records": { - "CNAME": "panashe.codes" - } -} diff --git a/domains/panashe.json b/domains/panashe.json deleted file mode 100644 index c7831fdf9..000000000 --- a/domains/panashe.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "panda-zw" - }, - "records": { - "CNAME": "panashe.codes" - } -} diff --git a/domains/park.json b/domains/park.json deleted file mode 100644 index 8679fad37..000000000 --- a/domains/park.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "parknich", - "discord": "556850704770138114" - }, - "records": { - "CNAME": "bio.parknich.xyz" - } -} diff --git a/domains/pdf.aaqif.json b/domains/pdf.aaqif.json deleted file mode 100644 index eff295108..000000000 --- a/domains/pdf.aaqif.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aaqifshafi", - "email": "aaqifshafi@gmail.com" - }, - "records": { - "CNAME": "chat-with-pdf-aaqifshafis-projects.vercel.app" - } -} diff --git a/domains/perry.json b/domains/perry.json deleted file mode 100644 index b2631a5b0..000000000 --- a/domains/perry.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "1Brenny1", - "email": "brendanrcg@gmail.com", - "discord": "616746774744268820" - }, - "records": { - "CNAME": "brenny.zip" - } -} diff --git a/domains/pex.json b/domains/pex.json deleted file mode 100644 index 5c7dea386..000000000 --- a/domains/pex.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pexeixv", - "email": "gavn@duck.com" - }, - "records": { - "CNAME": "gavn.in" - } -} diff --git a/domains/phamanhtien.json b/domains/phamanhtien.json deleted file mode 100644 index d8d61b21a..000000000 --- a/domains/phamanhtien.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "phamanhtiencutis1", - "email": "nhincaiditmemay888@gmail.com" - }, - "records": { - "CNAME": "181.ip.ply.gg" - } -} diff --git a/domains/philama.json b/domains/philama.json deleted file mode 100644 index e22c143aa..000000000 --- a/domains/philama.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Philama", - "email": "guardi2005@yahoo.fr" - }, - "records": { - "CNAME": "portfoliovuejs.vercel.app" - } -} diff --git a/domains/php.json b/domains/php.json deleted file mode 100644 index 00d8a5337..000000000 --- a/domains/php.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal website for Pedro Henrique Pires (PHP)", - "owner": { - "username": "pedrohenriquepires", - "email": "pdrhenriquepires@gmail.com" - }, - "records": { - "CNAME": "site-v2-puce.vercel.app" - } -} diff --git a/domains/pic.cfp.json b/domains/pic.cfp.json deleted file mode 100644 index 4fe3bd918..000000000 --- a/domains/pic.cfp.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Private Immich server", - "owner": { - "username": "cfpwastaken", - "discord": "cfp (318394797822050315)" - }, - "records": { - "CNAME": "dyn.picoscratch.de" - } -} diff --git a/domains/pics.imide.json b/domains/pics.imide.json deleted file mode 100644 index da95ec6be..000000000 --- a/domains/pics.imide.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "imide", - "discord": "555915168932954112" - }, - "records": { - "CNAME": "ksso4kc.141.148.65.26.sslip.io" - } -} diff --git a/domains/pilotseye.json b/domains/pilotseye.json deleted file mode 100644 index db292838e..000000000 --- a/domains/pilotseye.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "YFFKJB", - "email": "1261546255@qq.com" - }, - "records": { - "CNAME": "cname.vercel-dns.com" - }, - "description": "PilotsEYE Studio 会计系统 - PilotsEYE Studio 的基于 Web 的会计系统" -} diff --git a/domains/pknw1.json b/domains/pknw1.json deleted file mode 100644 index a9ada6e96..000000000 --- a/domains/pknw1.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "pknw1", - "email": "github@pknw1.co.uk" - }, - "records": { - "CNAME": "ks5.pknw1.co.uk" - } -} diff --git a/domains/plumsy.json b/domains/plumsy.json deleted file mode 100644 index 8a7879fcb..000000000 --- a/domains/plumsy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hxntaish", - "email": "juliettepoisson3@gmail.com" - }, - "records": { - "CNAME": "geo-routing.nexuspipe.com" - } -} diff --git a/domains/pranay.json b/domains/pranay.json deleted file mode 100644 index 215b80c61..000000000 --- a/domains/pranay.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Website for my personal use", - "owner": { - "username": "pranaynidhi", - "email": "pranaynidhi@gmail.com" - }, - "records": { - "CNAME": "pranaynidhi.tech" - } -} diff --git a/domains/pratham15541.json b/domains/pratham15541.json deleted file mode 100644 index 899fa9ca9..000000000 --- a/domains/pratham15541.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "pratham15541", - "email": "prathamparikh94@gmail.com", - "discord": "951846985172938782" - }, - "records": { - "CNAME": "pratham-portfolio-web.vercel.app" - } -} diff --git a/domains/praveen-patel.json b/domains/praveen-patel.json deleted file mode 100644 index d6829736c..000000000 --- a/domains/praveen-patel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "praveen8git", - "email": "praveenpatel@duck.com", - "discord": "praveen.patel" - }, - "records": { - "CNAME": "praveensingh.in" - } -} diff --git a/domains/premiumairoxide.json b/domains/premiumairoxide.json deleted file mode 100644 index ea8a916ea..000000000 --- a/domains/premiumairoxide.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Caiden-P", - "email": "iididhejejdj@gmail.com", - "discord": "850820069310201896" - }, - "records": { - "CNAME": "air-busl.onrender.com" - } -} diff --git a/domains/princevora.json b/domains/princevora.json deleted file mode 100644 index 1fdf0755e..000000000 --- a/domains/princevora.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "princevora" - }, - "records": { - "CNAME": "princevora.vercel.app" - } -} diff --git a/domains/princexd.json b/domains/princexd.json deleted file mode 100644 index 5da70c5d0..000000000 --- a/domains/princexd.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "notreallyprince", - "email": "prince30112001@gmail.com" - }, - "records": { - "CNAME": "princexd.vercel.app" - } -} diff --git a/domains/pritam.json b/domains/pritam.json deleted file mode 100644 index 9be730017..000000000 --- a/domains/pritam.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ImDarkShadow", - "email": "itspritam@proton.me" - }, - "records": { - "CNAME": "pritam-das.vercel.app" - } -} diff --git a/domains/proficode.json b/domains/proficode.json deleted file mode 100644 index f43faeb6c..000000000 --- a/domains/proficode.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "profic0de", - "email": "anonymou3489@gmail.com" - }, - "records": { - "CNAME": "239581.site.bot-hosting.net" - } -} diff --git a/domains/psicmi.json b/domains/psicmi.json deleted file mode 100644 index 709447f9b..000000000 --- a/domains/psicmi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "psicmi", - "email": "hello@psicmi.party" - }, - "records": { - "CNAME": "psicmi.win" - } -} diff --git a/domains/ptd.json b/domains/ptd.json deleted file mode 100644 index bb0df91f7..000000000 --- a/domains/ptd.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Documentation for ptdung", - "owner": { - "username": "phantatdung233", - "email": "phantatdung233@gmail.com" - }, - "records": { - "CNAME": "ptdung.site" - } -} diff --git a/domains/r42mp6d7pwns.bao.json b/domains/r42mp6d7pwns.bao.json deleted file mode 100644 index e2ab64745..000000000 --- a/domains/r42mp6d7pwns.bao.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bphamict", - "email": "bphamict@gmail.com" - }, - "records": { - "CNAME": "gv-t63jjd67zkqqxj.dv.googlehosted.com" - } -} diff --git a/domains/radke.json b/domains/radke.json deleted file mode 100644 index 22ac15dbb..000000000 --- a/domains/radke.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "radekw8733", - "email": "radekw8733@gmail.com" - }, - "repo": "https://github.com/radekw8733/radke.is-a.dev", - "records": { - "CNAME": "radke.duckdns.org" - } -} diff --git a/domains/raed.json b/domains/raed.json deleted file mode 100644 index 19c8d165d..000000000 --- a/domains/raed.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "raed667", - "email": "contact@raed.email" - }, - "records": { - "CNAME": "raed.dev" - } -} diff --git a/domains/rafaar.json b/domains/rafaar.json deleted file mode 100644 index 7b22b0245..000000000 --- a/domains/rafaar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rafaalrazzak", - "email": "dev.rafaalrazzak@gmail.com" - }, - "records": { - "CNAME": "rafaar.pages.dev" - } -} diff --git a/domains/rafael.json b/domains/rafael.json deleted file mode 100644 index d893bb37a..000000000 --- a/domains/rafael.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rcerrejon", - "email": "neoline@gmail.com" - }, - "records": { - "CNAME": "rafaelcerrejon.com" - } -} diff --git a/domains/rafinia.json b/domains/rafinia.json deleted file mode 100644 index 9eb044b01..000000000 --- a/domains/rafinia.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nRafinia", - "email": "naser.r@gmail.com" - }, - "records": { - "CNAME": "naser.rafinia.info" - } -} diff --git a/domains/rahatrumi.json b/domains/rahatrumi.json deleted file mode 100644 index a1754880e..000000000 --- a/domains/rahatrumi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rahat87942R", - "email": "rumirahat63@gmail.com" - }, - "records": { - "CNAME": "rahatrumi.vercel.app" - } -} diff --git a/domains/rahil.json b/domains/rahil.json deleted file mode 100644 index c0682380f..000000000 --- a/domains/rahil.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "rahilkzi", - "email": "rahilkazi66@gmail.com", - "discord": "rahilkzi" - }, - "records": { - "CNAME": "cname.vercel-dns.com" - } -} diff --git a/domains/ramiro.json b/domains/ramiro.json deleted file mode 100644 index 6579586d3..000000000 --- a/domains/ramiro.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "RamiroUrt", - "email": "urteagaramiro33@gmail.com" - }, - "records": { - "CNAME": "portafolio-chi-gilt.vercel.app" - }, - "proxied": false -} diff --git a/domains/ranjit.json b/domains/ranjit.json deleted file mode 100644 index 500832433..000000000 --- a/domains/ranjit.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "patilranjit485", - "email": "patilranjit2610@gmail.com" - }, - "records": { - "CNAME": "demon-brother.blogspot.com" - } -} diff --git a/domains/raymar.json b/domains/raymar.json deleted file mode 100644 index 81c7275c8..000000000 --- a/domains/raymar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "RaymarMonte", - "email": "raymarmontecs@gmail.com" - }, - "records": { - "CNAME": "raymar-laboratory.surge.sh" - } -} diff --git a/domains/rayyan.json b/domains/rayyan.json deleted file mode 100644 index 36f7728c3..000000000 --- a/domains/rayyan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "RayyanNafees", - "email": "nafees.rayyan@gmail.com" - }, - "records": { - "CNAME": "rayyano.vercel.app" - } -} diff --git a/domains/razu.json b/domains/razu.json deleted file mode 100644 index 933e2415b..000000000 --- a/domains/razu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Razuuu", - "discord": "346717564895887360" - }, - "records": { - "CNAME": "razuuu.de" - } -} diff --git a/domains/razuuu.json b/domains/razuuu.json deleted file mode 100644 index 933e2415b..000000000 --- a/domains/razuuu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Razuuu", - "discord": "346717564895887360" - }, - "records": { - "CNAME": "razuuu.de" - } -} diff --git a/domains/rbk.json b/domains/rbk.json deleted file mode 100644 index e1db76f79..000000000 --- a/domains/rbk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "its-me-rbk", - "email": "ceo@greendwarftech.com" - }, - "records": { - "CNAME": "rubhak.greendwarftech.com" - } -} diff --git a/domains/redaassemghor.json b/domains/redaassemghor.json deleted file mode 100644 index 21116cf34..000000000 --- a/domains/redaassemghor.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "redaassemghor", - "discord": "r3dapt" - }, - "records": { - "CNAME": "portfolio-redas-projects-96854a06.vercel.app" - } -} diff --git a/domains/redirect.nziie.json b/domains/redirect.nziie.json deleted file mode 100644 index 5c263651c..000000000 --- a/domains/redirect.nziie.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Nzii3", - "email": "exeyst@gmail.com" - }, - "records": { - "CNAME": "edge.redirect.pizza" - } -} diff --git a/domains/reiiv-dev.json b/domains/reiiv-dev.json deleted file mode 100644 index 3b6717ddc..000000000 --- a/domains/reiiv-dev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "revansp", - "email": "revanspstudy28@gmail.com" - }, - "records": { - "CNAME": "reiiv-dev.vercel.app" - } -} diff --git a/domains/repo.abdullahcxd.json b/domains/repo.abdullahcxd.json deleted file mode 100644 index 6fbd1824b..000000000 --- a/domains/repo.abdullahcxd.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "The use of this domain is to host my Java projects for public use", - "owner": { - "username": "abdullahcxd", - "email": "sabdullahcxd@gmail.com", - "discord": "sabdullahcxd" - }, - "records": { - "CNAME": "abdullahcxd-reposilite-server.fly.dev" - } -} diff --git a/domains/rias.json b/domains/rias.json deleted file mode 100644 index d6a6c2054..000000000 --- a/domains/rias.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "RiasZz", - "discord": "245028766387142656" - }, - "records": { - "CNAME": "riass.ir" - } -} diff --git a/domains/rice.json b/domains/rice.json deleted file mode 100644 index 30f479c96..000000000 --- a/domains/rice.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "JoaquinDaBest", - "email": "theonlyhehehehaw@gmail.com" - }, - "records": { - "CNAME": "keenwa.x10.mx" - } -} diff --git a/domains/rikubot.json b/domains/rikubot.json deleted file mode 100644 index 87691fcf2..000000000 --- a/domains/rikubot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "devops-riku", - "email": "egermino.riku@gmail.com" - }, - "records": { - "CNAME": "rikudev.cloud" - } -} diff --git a/domains/rishub.json b/domains/rishub.json deleted file mode 100644 index e69c17d5b..000000000 --- a/domains/rishub.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "itsrishub", - "email": "itsrishub@gmail.com" - }, - "records": { - "CNAME": "hashnode.network" - } -} diff --git a/domains/ritam.json b/domains/ritam.json deleted file mode 100644 index 539e18cad..000000000 --- a/domains/ritam.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nxrmqlly", - "email": "ritam@duck.com" - }, - "records": { - "CNAME": "ritams-website.vercel.app" - } -} diff --git a/domains/rocky.json b/domains/rocky.json deleted file mode 100644 index 5c6f5a831..000000000 --- a/domains/rocky.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "PRODEFIX", - "email": "prodefix.ytb@gmail.com" - }, - "records": { - "CNAME": "statuspage.betteruptime.com" - } -} diff --git a/domains/rohith.json b/domains/rohith.json deleted file mode 100644 index 34a9e6dbc..000000000 --- a/domains/rohith.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Rohith's personal website", - "owner": { - "username": "rohithp7777", - "email": "rohithp8899@gmail.com" - }, - "records": { - "CNAME": "rohith-1c974.web.app" - } -} diff --git a/domains/rohithborana.json b/domains/rohithborana.json deleted file mode 100644 index 6a653454d..000000000 --- a/domains/rohithborana.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "therohithborana", - "email": "boranarohith07@gmail.com" - }, - "records": { - "CNAME": "therohithborana.vercel.app" - } -} diff --git a/domains/romero.json b/domains/romero.json deleted file mode 100644 index 0d7dd8433..000000000 --- a/domains/romero.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "helloromero", - "email": "hello@helloromero.co.uk" - }, - "records": { - "CNAME": "helloromero.co.uk" - } -} diff --git a/domains/room.alora.json b/domains/room.alora.json deleted file mode 100644 index b62ebd0d1..000000000 --- a/domains/room.alora.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aloramiaa", - "email": "xaloramia@gmail.com" - }, - "records": { - "CNAME": "violetroom.vercel.app" - } -} diff --git a/domains/room.julian.json b/domains/room.julian.json deleted file mode 100644 index 62ee2f276..000000000 --- a/domains/room.julian.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "getSono", - "email": "sono.arbeit@gmail.com" - }, - "records": { - "CNAME": "edge.redirect.pizza" - } -} diff --git a/domains/rorosin.json b/domains/rorosin.json deleted file mode 100644 index 16c09c75f..000000000 --- a/domains/rorosin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rorosin", - "email": "rosin886@gmail.com" - }, - "records": { - "CNAME": "ru.ardev.tk" - } -} diff --git a/domains/rotem.json b/domains/rotem.json deleted file mode 100644 index e62984969..000000000 --- a/domains/rotem.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lurx", - "email": "lurxie@gmail.com" - }, - "records": { - "CNAME": "rotem-is-a-dev.vercel.app" - } -} diff --git a/domains/ryan.json b/domains/ryan.json deleted file mode 100644 index 903ef7893..000000000 --- a/domains/ryan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Dev Portfolio", - "owner": { - "email": "edev9022@gmail.com", - "username": "epic-person-on", - "discord": "epic.person" - }, - "records": { - "CNAME": "ec2-3-12-165-61.us-east-2.compute.amazonaws.com" - } -} diff --git a/domains/s697376._domainkey.yxz.json b/domains/s697376._domainkey.yxz.json deleted file mode 100644 index ff62d52da..000000000 --- a/domains/s697376._domainkey.yxz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yz9551", - "discord": "yz9551" - }, - "records": { - "CNAME": "dkim.smtp2go.net" - } -} diff --git a/domains/sambhrama.json b/domains/sambhrama.json deleted file mode 100644 index 5f8288115..000000000 --- a/domains/sambhrama.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sambhrama754", - "email": "sambhramakhushi@hotmail.com" - }, - "records": { - "CNAME": "website-production-d557.up.railway.app" - } -} diff --git a/domains/samishoukat.json b/domains/samishoukat.json deleted file mode 100644 index 2938a9a1f..000000000 --- a/domains/samishoukat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "samishoukat12", - "email": "samishoukat12@gmail.com" - }, - "records": { - "CNAME": "dev-samishoukat.vercel.app" - } -} diff --git a/domains/sarthak-malhotra.json b/domains/sarthak-malhotra.json deleted file mode 100644 index c7d637427..000000000 --- a/domains/sarthak-malhotra.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sam13997", - "email": "sarthakmalhotra251@gmail.com" - }, - "records": { - "CNAME": "www.webdevsam.pro" - } -} diff --git a/domains/sashankp.json b/domains/sashankp.json deleted file mode 100644 index 5e3e0405f..000000000 --- a/domains/sashankp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sashankps", - "email": "sashank.pilli@gmail.com" - }, - "records": { - "CNAME": "sashankps.vercel.app" - } -} diff --git a/domains/saurabhnemade.json b/domains/saurabhnemade.json deleted file mode 100644 index c9dfe193b..000000000 --- a/domains/saurabhnemade.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "saurabhnemade", - "email": "harsh0707051mail@gmail.com" - }, - "records": { - "CNAME": "d1uwx91euvkosf.cloudfront.net" - } -} diff --git a/domains/scfp.json b/domains/scfp.json deleted file mode 100644 index c4ab7b73f..000000000 --- a/domains/scfp.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Cfp Short Service", - "owner": { - "username": "cfpwastaken", - "discord": "cfp (318394797822050315)" - }, - "records": { - "CNAME": "dyn.picoscratch.de" - } -} diff --git a/domains/school.klent.json b/domains/school.klent.json deleted file mode 100644 index d36c06f3e..000000000 --- a/domains/school.klent.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "kleeiny", - "email": "kleeinlmao@gmail.com", - "discord": "763581985410121769" - }, - "records": { - "CNAME": "ghs.google.com" - } -} diff --git a/domains/sdp.json b/domains/sdp.json deleted file mode 100644 index 680c6af09..000000000 --- a/domains/sdp.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "discord": "694986201739952229", - "github_id": 81536172 - }, - "records": { - "CNAME": "proxy.stefdp.lol" - } -} diff --git a/domains/sebdev.json b/domains/sebdev.json deleted file mode 100644 index b8cfaf80e..000000000 --- a/domains/sebdev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sebdeveloper6952", - "email": "seb@sebdev.io" - }, - "records": { - "CNAME": "blog.sebdev.io" - } -} diff --git a/domains/secure.furqan.json b/domains/secure.furqan.json deleted file mode 100644 index 1ed0ffc8b..000000000 --- a/domains/secure.furqan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rediffurqan", - "email": "frqnlove8765@gmail.com" - }, - "records": { - "CNAME": "phonesme.onrender.com" - } -} diff --git a/domains/sg.mcstatus.json b/domains/sg.mcstatus.json deleted file mode 100644 index 2bd3b2b7f..000000000 --- a/domains/sg.mcstatus.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "EducatedSuddenBucket", - "discord": "1167825360151380032", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.guUEvTOIBPJv8oJfvZdvgudRQpsBlIxnKLhef83On6LPv7t8yR4GXWxwwRWUmwlpsPJBLJBSzV1AZS26i7dgezj5k4-gfQdhr1ZKUz_w5T7JgQ9MIbWeOo5ocEMcMjmkC6WLesVMwH5cfCoOJeW097Gr6of_60Jt1JcpyNRX3s5zySh9cVb1p3_II0jrPbQ1Nj8ZqwNJhiRNT8xCdHt1cfsYi76RgFRx2iTsYbEmL0v933CCeqD75aYnlVmCqyKD-dv41QBhuq9dfUwKnJusArtxtbNC9h4EwX2Y9MnoIg7nKKLrOSllSS8tRIiVw2oHv_jHm3XRJascmoni2EzdmA.5waf0tgo5uTY4rjfw8gJUA.O0wUU5TTcpQ_8wkwEeKUsSX6wKEtwVZ-G0k1R0zjhAU9hXsii5BiittxlrdR2JKP_917n2rUCN7NKnYAFIg5acwvJS8NmZlvNcTIRxb_yFmC7fRfQ6RqXGkYjc0EEDWS.bxYmFS-IlttaZTgqdZdnHQ" - }, - "records": { - "CNAME": "37sdfgrml49gl.ahost.marscode.site" - } -} diff --git a/domains/shiv.json b/domains/shiv.json deleted file mode 100644 index f22d4229f..000000000 --- a/domains/shiv.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "shivasharanappaBiradar", - "email": "youcanbethemaster@gmail.com" - }, - "records": { - "CNAME": "railway-production-5fc6.up.railway.app" - } -} diff --git a/domains/shivabajpai.json b/domains/shivabajpai.json deleted file mode 100644 index 88ce2c585..000000000 --- a/domains/shivabajpai.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Portfolio website for Shiva Bajpai", - "owner": { - "username": "Shiva-Bajpai", - "email": "shivabajpai2006@gmail.com" - }, - "records": { - "CNAME": "shivacodes.vercel.app" - }, - "proxied": false -} diff --git a/domains/shivam.json b/domains/shivam.json deleted file mode 100644 index e2ac66eef..000000000 --- a/domains/shivam.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "shivamkumar177", - "email": "shivamk1717@gmail.com" - }, - "records": { - "CNAME": "shivam-kumar.netlify.app" - } -} diff --git a/domains/shuawe.json b/domains/shuawe.json deleted file mode 100644 index a3259bc24..000000000 --- a/domains/shuawe.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "shuawe", - "email": "shuaweee@gmail.com" - }, - "records": { - "CNAME": "shuawe.railway.app" - } -} diff --git a/domains/shubhamsharma.json b/domains/shubhamsharma.json deleted file mode 100644 index f77ba253c..000000000 --- a/domains/shubhamsharma.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sharma-IT", - "email": "shubhamsharma.emails@gmail.com" - }, - "records": { - "CNAME": "shubs-links.netlify.app" - } -} diff --git a/domains/shubhamverma.json b/domains/shubhamverma.json deleted file mode 100644 index 443096802..000000000 --- a/domains/shubhamverma.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "Stroller15" - }, - "records": { - "CNAME": "cname.vercel-dns.com" - } -} diff --git a/domains/shubhhh.json b/domains/shubhhh.json deleted file mode 100644 index 9cebf8c88..000000000 --- a/domains/shubhhh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "shubhhhwarrior", - "email": "shubhammvaghela999@gmail.com" - }, - "records": { - "CNAME": "shubhhh-96.netlify.app" - } -} diff --git a/domains/shyam.json b/domains/shyam.json deleted file mode 100644 index 7fcb547c0..000000000 --- a/domains/shyam.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "shyam0118", - "email": "shyamalendunayak0118@gmail.com" - }, - "records": { - "CNAME": "shyam.dev" - } -} diff --git a/domains/sidou.json b/domains/sidou.json deleted file mode 100644 index ee347eea9..000000000 --- a/domains/sidou.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SidAhmedSahraoui", - "email": "s.sahraoui@esi-sba.dz" - }, - "records": { - "CNAME": "sidou.codes" - } -} diff --git a/domains/sig1._domainkey.ft.json b/domains/sig1._domainkey.ft.json deleted file mode 100644 index ba0d06c1c..000000000 --- a/domains/sig1._domainkey.ft.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "HaftIsntHere", - "email": "haftthedev@gmail.com" - }, - "records": { - "CNAME": "sig1.dkim.ft.is-a.dev.at.icloudmailadmin.com" - } -} diff --git a/domains/sija.json b/domains/sija.json deleted file mode 100644 index a2ebbbcdd..000000000 --- a/domains/sija.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "sija", - "email": "sija@sija.pl", - "twitter": "sijawusz" - }, - "records": { - "CNAME": "sija.pl" - } -} diff --git a/domains/simplyleon.json b/domains/simplyleon.json deleted file mode 100644 index 9e9b6821a..000000000 --- a/domains/simplyleon.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "simply-leon", - "email": "saishashaz@gmail.com" - }, - "records": { - "CNAME": "1aumop7g.up.railway.app" - } -} diff --git a/domains/sitetransform.json b/domains/sitetransform.json deleted file mode 100644 index 5dca97ef2..000000000 --- a/domains/sitetransform.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sitetransform", - "email": "quentavers@gmail.com" - }, - "records": { - "CNAME": "zmverify.zoho.com" - } -} diff --git a/domains/sky-development.json b/domains/sky-development.json deleted file mode 100644 index 258716274..000000000 --- a/domains/sky-development.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Skyy-Development", - "email": "strikefn143@gmail.com" - }, - "records": { - "CNAME": "statuspage.betteruptime.com" - } -} diff --git a/domains/sky.json b/domains/sky.json deleted file mode 100644 index d4c28cdd6..000000000 --- a/domains/sky.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Sky's personal website", - "owner": { - "username": "skyleite", - "email": "sky@leite.dev" - }, - "records": { - "CNAME": "leite.dev" - } -} diff --git a/domains/smtp.zerow.json b/domains/smtp.zerow.json deleted file mode 100644 index 2c0080bda..000000000 --- a/domains/smtp.zerow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DevZerow", - "email": "zerow.pro@protonmail.com" - }, - "records": { - "CNAME": "zerow.is-a.dev" - } -} diff --git a/domains/solarskripts.json b/domains/solarskripts.json deleted file mode 100644 index 1dda3fe30..000000000 --- a/domains/solarskripts.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SolarSkripts", - "email": "0hexius0@gmail.com" - }, - "records": { - "CNAME": "solarskripts.net" - } -} diff --git a/domains/soldierp.json b/domains/soldierp.json deleted file mode 100644 index ed1fc3023..000000000 --- a/domains/soldierp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Soldierplayz6867", - "email": "soldierplayz.tw@gmail.com" - }, - "records": { - "CNAME": "da-1.us.hostns.io" - } -} diff --git a/domains/sora-os.json b/domains/sora-os.json deleted file mode 100644 index 1e631f729..000000000 --- a/domains/sora-os.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "qloha", - "youtube": "https://youtube.com/@qloha" - }, - "records": { - "CNAME": "sora-os.up.railway.app" - } -} diff --git a/domains/sprit.json b/domains/sprit.json deleted file mode 100644 index fa8550be4..000000000 --- a/domains/sprit.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Codedspeit's test homepage ", - "owner": { - "username": "codedsprit", - "email": "roshan0x01@gmail.com" - }, - "records": { - "CNAME": "codedsprit.netlify.app" - } -} diff --git a/domains/sri.json b/domains/sri.json deleted file mode 100644 index 5474a98d4..000000000 --- a/domains/sri.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/srikrishna180/portfolio", - "owner": { - "username": "srikrishna180", - "email": "srikrishnak.dev@gmail.com" - }, - "records": { - "CNAME": "irs.dev" - } -} diff --git a/domains/ss.almaz.json b/domains/ss.almaz.json deleted file mode 100644 index 036cf052b..000000000 --- a/domains/ss.almaz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "AlmaziikDev", - "email": "admin@almaz.is-a.dev" - }, - "records": { - "CNAME": "proxy.weissx.net" - } -} diff --git a/domains/ssapp.json b/domains/ssapp.json deleted file mode 100644 index ee50bec9b..000000000 --- a/domains/ssapp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ssapp", - "email": "v.naydenov@icloud.com" - }, - "records": { - "CNAME": "tarkov-time.com" - } -} diff --git a/domains/stark.json b/domains/stark.json deleted file mode 100644 index 178064a11..000000000 --- a/domains/stark.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nguyentruongton", - "email": "tonstark.dev@gmail.com" - }, - "records": { - "CNAME": "truongton.vercel.app" - } -} diff --git a/domains/status.cfp.json b/domains/status.cfp.json deleted file mode 100644 index fa8fd1739..000000000 --- a/domains/status.cfp.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Cfp Status", - "owner": { - "username": "cfpwastaken", - "discord": "cfp (318394797822050315)" - }, - "records": { - "CNAME": "dyn.picoscratch.de" - } -} diff --git a/domains/status.gattinhosbot.json b/domains/status.gattinhosbot.json deleted file mode 100644 index cc64a62bb..000000000 --- a/domains/status.gattinhosbot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "discord": "694986201739952229" - }, - "records": { - "CNAME": "proxy.stefdp.lol" - } -} diff --git a/domains/status.xrap1dx.json b/domains/status.xrap1dx.json deleted file mode 100644 index 3d8ff4fa8..000000000 --- a/domains/status.xrap1dx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "making my status page!!!", - "owner": { - "username": "xrap1dx", - "email": "sirrapid155@gmail.com" - }, - "records": { - "CNAME": "statuspage.betteruptime.com" - } -} diff --git a/domains/stebanportfolio.json b/domains/stebanportfolio.json deleted file mode 100644 index 532f38f62..000000000 --- a/domains/stebanportfolio.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "fergone03", - "email": "fergonesteban03@gmail.com" - }, - "records": { - "CNAME": "devsteban-portfolio.netlify.app" - } -} diff --git a/domains/stev.json b/domains/stev.json deleted file mode 100644 index d5ee81576..000000000 --- a/domains/stev.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "yoomiraa", - "email": "i@miraaaa.my.id", - "discord": "834618584331190343" - }, - "records": { - "CNAME": "stev.surge.sh" - } -} diff --git a/domains/stringent.json b/domains/stringent.json deleted file mode 100644 index fdeff4c23..000000000 --- a/domains/stringent.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "StringentDev", - "email": "stringentdev@hotmail.com" - }, - "records": { - "CNAME": "stringentdev-production.up.railway.app" - } -} diff --git a/domains/sub.any.json b/domains/sub.any.json deleted file mode 100644 index df60b89fc..000000000 --- a/domains/sub.any.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "IRDMctorl", - "email": "fun64646969@gmail.com" - }, - "records": { - "CNAME": "sub.any-w1a3.onrender.com" - } -} diff --git a/domains/subyyal.json b/domains/subyyal.json deleted file mode 100644 index e6d938af5..000000000 --- a/domains/subyyal.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Subyyalx", - "email": "subyyal@xavor.com" - }, - "records": { - "CNAME": "cdblxrp8.up.railway.app" - } -} diff --git a/domains/suctrebinhthuan.json b/domains/suctrebinhthuan.json deleted file mode 100644 index b86b7c787..000000000 --- a/domains/suctrebinhthuan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "suctrebth", - "email": "web.insuctre@gmail.com" - }, - "records": { - "CNAME": "suctrebinhthuan.com" - } -} diff --git a/domains/sukhdevr898.json b/domains/sukhdevr898.json deleted file mode 100644 index d098740a0..000000000 --- a/domains/sukhdevr898.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SUKHDEVR898", - "email": "sukhdevr898@gmail.com" - }, - "records": { - "CNAME": "ai898.free.nf" - } -} diff --git a/domains/supperfreddo.json b/domains/supperfreddo.json deleted file mode 100644 index 7a41a962b..000000000 --- a/domains/supperfreddo.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "supperfreddo", - "email": "supperfreddoio@gmail.com", - "discord": "supperfreddo" - }, - "records": { - "CNAME": "supperfreddo.vercel.app" - } -} diff --git a/domains/surya0.json b/domains/surya0.json deleted file mode 100644 index 25ce3d245..000000000 --- a/domains/surya0.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "suryapratapsinghsuryavanshi", - "discord": "858030091106517042" - }, - "records": { - "CNAME": "suryapratap.netlify.app" - } -} diff --git a/domains/suu.json b/domains/suu.json deleted file mode 100644 index 56db0b306..000000000 --- a/domains/suu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "OKBOTS", - "email": "okbots1+2@gmail.com" - }, - "records": { - "CNAME": "minolink.onrender.com" - } -} diff --git a/domains/szn20221014._domainkey.104.json b/domains/szn20221014._domainkey.104.json deleted file mode 100644 index cafbbf508..000000000 --- a/domains/szn20221014._domainkey.104.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "DKIM", - "owner": { - "username": "QuinceTart10", - "discord": "862644161156218891" - }, - "records": { - "CNAME": "szn20221014._domainkey.seznam.cz" - } -} diff --git a/domains/szn20221014._domainkey.quincetart10.json b/domains/szn20221014._domainkey.quincetart10.json deleted file mode 100644 index cafbbf508..000000000 --- a/domains/szn20221014._domainkey.quincetart10.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "DKIM", - "owner": { - "username": "QuinceTart10", - "discord": "862644161156218891" - }, - "records": { - "CNAME": "szn20221014._domainkey.seznam.cz" - } -} diff --git a/domains/szn20221014._domainkey.rt10.json b/domains/szn20221014._domainkey.rt10.json deleted file mode 100644 index cafbbf508..000000000 --- a/domains/szn20221014._domainkey.rt10.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "DKIM", - "owner": { - "username": "QuinceTart10", - "discord": "862644161156218891" - }, - "records": { - "CNAME": "szn20221014._domainkey.seznam.cz" - } -} diff --git a/domains/tan.json b/domains/tan.json deleted file mode 100644 index cd25a8f36..000000000 --- a/domains/tan.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "tan.is-a.dev", - "owner": { - "username": "cuno92", - "email": "hoangvannhattan@gmail.com" - }, - "records": { - "CNAME": "white-hill-030c00b00.4.azurestaticapps.net" - } -} diff --git a/domains/tanviyeole.json b/domains/tanviyeole.json deleted file mode 100644 index 3b3019b9c..000000000 --- a/domains/tanviyeole.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Hello! I am Tanvi, a Full Stack Web Developer based in Nashik", - "owner": { - "username": "tanvi-yeole", - "email": "tanvi.yeole3@gmail.com" - }, - "records": { - "CNAME": "portfolio-nu-eight-80.vercel.app" - } -} diff --git a/domains/tanx-009.json b/domains/tanx-009.json deleted file mode 100644 index 7c87f0304..000000000 --- a/domains/tanx-009.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "TanX-009", - "email": "tanmaymuley009@gmail.com" - }, - "records": { - "CNAME": "tanx-009.gitlab.io" - } -} diff --git a/domains/tarik.json b/domains/tarik.json deleted file mode 100644 index 540df33b3..000000000 --- a/domains/tarik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tarikcoskun", - "email": "tarikcskun@gmail.com" - }, - "records": { - "CNAME": "tarikcoskun.up.railway.app" - } -} diff --git a/domains/techadv.json b/domains/techadv.json deleted file mode 100644 index 62c2b09ef..000000000 --- a/domains/techadv.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "techadvyt", - "discord": "1250701051812642887" - }, - "records": { - "CNAME": "usest1.netro.host" - } -} diff --git a/domains/techside.json b/domains/techside.json deleted file mode 100644 index cedf71da0..000000000 --- a/domains/techside.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "techsideofficial", - "email": "wienerwolf77@gmail.com" - }, - "records": { - "CNAME": "joysteem.web.app" - } -} diff --git a/domains/tf.json b/domains/tf.json deleted file mode 100644 index 15ff25291..000000000 --- a/domains/tf.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "WaspZix" - }, - "records": { - "CNAME": "thefirst.glitch.me" - } -} diff --git a/domains/thai.json b/domains/thai.json deleted file mode 100644 index ef8945600..000000000 --- a/domains/thai.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "CallMeIAmTDF", - "email": "thai0203966@nuce.edu.vn" - }, - "records": { - "CNAME": "4mhcau20.up.railway.app" - } -} diff --git a/domains/thaidang.json b/domains/thaidang.json deleted file mode 100644 index 4764ec2ff..000000000 --- a/domains/thaidang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "CallMeIAmTDF", - "email": "thai0203966@nuce.edu.vn" - }, - "records": { - "CNAME": "pridysay.up.railway.app" - } -} diff --git a/domains/thanh-sang.json b/domains/thanh-sang.json deleted file mode 100644 index 26956c3fe..000000000 --- a/domains/thanh-sang.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sanG-github", - "email": "sanghuynh20000@gmail.com" - }, - "records": { - "CNAME": "portfolio-logan.netlify.app" - } -} diff --git a/domains/thejus-m.json b/domains/thejus-m.json deleted file mode 100644 index 5b1f6094a..000000000 --- a/domains/thejus-m.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Thejus-M", - "email": "github@tigerraw22.anonaddy.com" - }, - "records": { - "CNAME": "urlit-production.up.railway.app" - } -} diff --git a/domains/theresonance.json b/domains/theresonance.json deleted file mode 100644 index 915668dbe..000000000 --- a/domains/theresonance.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Maia313", - "email": "medeea@rocketmail.com" - }, - "records": { - "CNAME": "theresonance.com" - } -} diff --git a/domains/thiaguinho.json b/domains/thiaguinho.json deleted file mode 100644 index 5178c11a0..000000000 --- a/domains/thiaguinho.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "HomeamdAfK", - "email": "homeamd@hotmail.com" - }, - "records": { - "CNAME": "umbrel.minotaur-enigmatic.ts.net" - } -} diff --git a/domains/thisisepicdomain.json b/domains/thisisepicdomain.json deleted file mode 100644 index d84c85813..000000000 --- a/domains/thisisepicdomain.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Dgegesg", - "discord": "652903829225865247" - }, - "records": { - "CNAME": "dwqdwqd.serv00.net" - } -} diff --git a/domains/tim.json b/domains/tim.json deleted file mode 100644 index e0fe0888a..000000000 --- a/domains/tim.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "xorob0" - }, - "records": { - "CNAME": "toum.me" - } -} diff --git a/domains/tk.json b/domains/tk.json deleted file mode 100644 index 0092c47b0..000000000 --- a/domains/tk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "thaddeuskkr", - "discord": "275830234262142978" - }, - "records": { - "CNAME": "tkkr.tplinkdns.com" - } -} diff --git a/domains/tokito.json b/domains/tokito.json deleted file mode 100644 index 9fc5c5e61..000000000 --- a/domains/tokito.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "EnderHacker0", - "discord": "688203075533537281" - }, - "records": { - "CNAME": "www.mihoyo.gay" - } -} diff --git a/domains/tomas.json b/domains/tomas.json deleted file mode 100644 index 4d93b5d05..000000000 --- a/domains/tomas.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Tomas's personal developer website", - "owner": { - "username": "Tomaas0", - "email": "tomas@ukrinas.eu" - }, - "records": { - "CNAME": "ukrinas.eu" - } -} diff --git a/domains/tong09.json b/domains/tong09.json deleted file mode 100644 index 43a60f69a..000000000 --- a/domains/tong09.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tong09", - "email": "mdrochana93@gmail.com" - }, - "records": { - "CNAME": "383zyrozcr38d.ahost.marscode.site" - } -} diff --git a/domains/totallynotmwa.json b/domains/totallynotmwa.json deleted file mode 100644 index ee1444e24..000000000 --- a/domains/totallynotmwa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Totallynotmwa", - "email": "totallynot@mwa.lol" - }, - "records": { - "CNAME": "edge.redirect.pizza" - } -} diff --git a/domains/tracking.seen.json b/domains/tracking.seen.json deleted file mode 100644 index 6ec19a77f..000000000 --- a/domains/tracking.seen.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Seendator", - "email": "seendator@outlook.com", - "discord": "852477599476482048" - }, - "records": { - "CNAME": "api.elasticemail.com" - } -} diff --git a/domains/tstark.json b/domains/tstark.json deleted file mode 100644 index f7953b523..000000000 --- a/domains/tstark.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "t-starks", - "email": "sr.shelby.lp@gmail.com" - }, - "records": { - "CNAME": "t-stark.netlify.app" - }, - "proxied": false -} diff --git a/domains/tuantestdashboard.json b/domains/tuantestdashboard.json deleted file mode 100644 index 22c8b77f4..000000000 --- a/domains/tuantestdashboard.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "latuan2710", - "email": "tuan.la.cit19@eiu.edu.vn" - }, - "records": { - "CNAME": "admin-dashboard-latuan.vercel.app" - } -} diff --git a/domains/tudbut.json b/domains/tudbut.json deleted file mode 100644 index ccc2a9fe7..000000000 --- a/domains/tudbut.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "TudbuT", - "email": "is-a-dev-public@mail.tudbut.de", - "discord": "TudbuT#2624" - }, - "records": { - "CNAME": "tudbut.de" - } -} diff --git a/domains/tunzankies.json b/domains/tunzankies.json deleted file mode 100644 index 156f702ae..000000000 --- a/domains/tunzankies.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "description": "tunzankies.is-a.dev", - "username": "Tuan-Dang05", - "discord": "703136026595426305" - }, - "records": { - "CNAME": "portfolio-3-d-nu.vercel.app" - } -} diff --git a/domains/ud.json b/domains/ud.json deleted file mode 100644 index 70c040be5..000000000 --- a/domains/ud.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "umanga907", - "email": "umanga.907@gmail.com", - "discord": "ud907" - }, - "records": { - "CNAME": "umanga-portfolio.vercel.app" - } -} diff --git a/domains/udyanupal.json b/domains/udyanupal.json deleted file mode 100644 index 9f3c2b2d3..000000000 --- a/domains/udyanupal.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "udyanupal" - }, - "records": { - "CNAME": "usupal.vercel.app" - } -} diff --git a/domains/umerislam.json b/domains/umerislam.json deleted file mode 100644 index 94b305bbb..000000000 --- a/domains/umerislam.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "umer-islam", - "email": "umer.islam474@gmail.com" - }, - "records": { - "CNAME": "umerislam.netlify.app" - } -} diff --git a/domains/unicatevn.json b/domains/unicatevn.json deleted file mode 100644 index 18d24e054..000000000 --- a/domains/unicatevn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "unicatevn", - "email": "tuananh.vga@gmail.com" - }, - "records": { - "CNAME": "unicatevn.com" - } -} diff --git a/domains/uynilo9.json b/domains/uynilo9.json deleted file mode 100644 index b606e5a30..000000000 --- a/domains/uynilo9.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "uynilo9", - "email": "uynilo9@outlook.com", - "twitter": "uynilo9" - }, - "records": { - "CNAME": "uynilo9.pages.dev" - } -} diff --git a/domains/v205.json b/domains/v205.json deleted file mode 100644 index 35a1843ed..000000000 --- a/domains/v205.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "V205Arduino", - "email": "s@v205.obl.ong", - "discord": "1159944006587924490" - }, - "records": { - "CNAME": "v205.hackclub.app" - } -} diff --git a/domains/valerius.json b/domains/valerius.json deleted file mode 100644 index 7e9fd1da0..000000000 --- a/domains/valerius.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "valerius21", - "email": "dev@voidcode.net" - }, - "records": { - "CNAME": "valerius.me" - } -} diff --git a/domains/vansh.json b/domains/vansh.json deleted file mode 100644 index 13f00e202..000000000 --- a/domains/vansh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "vansh-goel", - "email": "goelvansh2@gmail.com" - }, - "records": { - "CNAME": "portfolio-mu-three-49.vercel.app" - }, - "description": "Personal Portfolio" -} diff --git a/domains/venarimusic.json b/domains/venarimusic.json deleted file mode 100644 index f78078c3b..000000000 --- a/domains/venarimusic.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Zirmith", - "email": "f2v74yt@gmail.com" - }, - "records": { - "CNAME": "vens-music-cove.onrender.com" - } -} diff --git a/domains/verstandlxs.json b/domains/verstandlxs.json deleted file mode 100644 index b9351a18d..000000000 --- a/domains/verstandlxs.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "byKeksYT", - "email": "community@verstandlxs.de" - }, - "records": { - "CNAME": "verstandlxs.eu" - } -} diff --git a/domains/viernes.json b/domains/viernes.json deleted file mode 100644 index dec56679f..000000000 --- a/domains/viernes.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "br0k3r", - "email": "br0k3r@protonmail.com" - }, - "records": { - "CNAME": "viernes.surge.sh" - } -} diff --git a/domains/vik.json b/domains/vik.json deleted file mode 100644 index 7d7978f8e..000000000 --- a/domains/vik.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xd-vik", - "email": "vivekcodzz@gmail.com" - }, - "records": { - "CNAME": "imvik.vercel.app" - } -} diff --git a/domains/vinayak.json b/domains/vinayak.json deleted file mode 100644 index 19a0a7a3d..000000000 --- a/domains/vinayak.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "vinayakkulkarni", - "email": "inbox.vinayak@gmail.com", - "twitter": "_vinayak_k" - }, - "records": { - "CNAME": "vinayakkulkarni.dev" - } -} diff --git a/domains/vlad.json b/domains/vlad.json deleted file mode 100644 index ce6710004..000000000 --- a/domains/vlad.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "uladkaminski", - "email": "i@uladkaminski.com" - }, - "records": { - "CNAME": "uladkaminski.com" - } -} diff --git a/domains/vlppz.json b/domains/vlppz.json deleted file mode 100644 index adc892e5c..000000000 --- a/domains/vlppz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VladimirPapazov88", - "email": "vfr.123.op@gmail.com" - }, - "records": { - "CNAME": "main-website-2q4.pages.dev" - } -} diff --git a/domains/vrxxdev.json b/domains/vrxxdev.json deleted file mode 100644 index ca09df0ea..000000000 --- a/domains/vrxxdev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Its-VrxxDev", - "email": "vrxxdev@gmail.com" - }, - "records": { - "CNAME": "5c89de66-4d03-4838-842d-4745a6da887d-00-mv6wfn8khxkg.pike.replit.dev" - } -} diff --git a/domains/vsnu.json b/domains/vsnu.json deleted file mode 100644 index 423e2a5c8..000000000 --- a/domains/vsnu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VishnuKMi", - "email": "vsnuoffc@gmail.com" - }, - "records": { - "CNAME": "portfolio-ten-gamma-18.vercel.app" - } -} diff --git a/domains/walkercito.json b/domains/walkercito.json deleted file mode 100644 index caa36b89c..000000000 --- a/domains/walkercito.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "Walkercito" - }, - "records": { - "CNAME": "walkercitodev.vercel.app" - } -} diff --git a/domains/wave.json b/domains/wave.json deleted file mode 100644 index 57883e21d..000000000 --- a/domains/wave.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mulchs", - "discord": "1273579466936815717" - }, - "records": { - "CNAME": "wave.fwh.is" - } -} diff --git a/domains/webraku.json b/domains/webraku.json deleted file mode 100644 index 93469ce96..000000000 --- a/domains/webraku.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Nathan", - "email": "nathanaelhananta09@gmail.com" - }, - "records": { - "CNAME": "storage-production.up.railway.app" - } -} diff --git a/domains/webster.json b/domains/webster.json deleted file mode 100644 index 786bf0c14..000000000 --- a/domains/webster.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ItzWebster", - "email": "itzwebster@oliverbot.xyz", - "discord": "481068576363773972" - }, - "records": { - "CNAME": "itzwebster.xyz" - } -} diff --git a/domains/whoami.json b/domains/whoami.json deleted file mode 100644 index 14996a7c0..000000000 --- a/domains/whoami.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "samir717le", - "discord": "1079245055845474354" - }, - "records": { - "CNAME": "letsedit.cloudns.be" - } -} diff --git a/domains/wintkhantlin.json b/domains/wintkhantlin.json deleted file mode 100644 index 72fea3329..000000000 --- a/domains/wintkhantlin.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Wint Khant Lin's Portfolio", - "owner": { - "username": "happer64bit", - "email": "wintkhantlin@gmail.com" - }, - "records": { - "CNAME": "wintkhantlin.vercel.app" - } -} diff --git a/domains/wissembagga.json b/domains/wissembagga.json deleted file mode 100644 index 3d4b71b63..000000000 --- a/domains/wissembagga.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "Wissem1111" - }, - "records": { - "CNAME": "wissembagga.vercel.app" - } -} diff --git a/domains/wtfdrshn.json b/domains/wtfdrshn.json deleted file mode 100644 index c9648d763..000000000 --- a/domains/wtfdrshn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "wtfdrshn", - "email": "itsmedarshan8@gmail.com" - }, - "records": { - "CNAME": "wtfdrshn-portfolio.web.app" - } -} diff --git a/domains/www.myforum.json b/domains/www.myforum.json deleted file mode 100644 index 81d6de8dc..000000000 --- a/domains/www.myforum.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bteamapp", - "email": "helpapp.bta@gmail.com" - }, - "records": { - "CNAME": "myforum.mydiscussion.net" - } -} diff --git a/domains/www.udhaya.json b/domains/www.udhaya.json deleted file mode 100644 index 51ba071de..000000000 --- a/domains/www.udhaya.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Netfily CNAME", - "owner": { - "username": "xaceduke", - "email": "kinghtth0@gmail.com" - }, - "records": { - "CNAME": "mainudhaya.netlify.app" - } -} diff --git a/domains/xeno.json b/domains/xeno.json deleted file mode 100644 index 664f4c809..000000000 --- a/domains/xeno.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lextra", - "email": "xenojusbetter@gmail.com" - }, - "records": { - "CNAME": "bloody.bio" - } -} diff --git a/domains/xeno9118.json b/domains/xeno9118.json deleted file mode 100644 index dfaf3a452..000000000 --- a/domains/xeno9118.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Aether1777", - "email": "bkevin39415@gmail.com" - }, - "records": { - "CNAME": "border.hop.io" - } -} diff --git a/domains/xgeneric.json b/domains/xgeneric.json deleted file mode 100644 index 6962dd983..000000000 --- a/domains/xgeneric.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xgeneric", - "discord": "1194494419064328296" - }, - "records": { - "CNAME": "paulswebhelp.com" - } -} diff --git a/domains/xpr.json b/domains/xpr.json deleted file mode 100644 index d86ea9177..000000000 --- a/domains/xpr.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "xpr", - "email": "xpr@atl.tools", - "discord": "xprsh" - }, - "records": { - "CNAME": "xpr.codeberg.page" - } -} diff --git a/domains/xrvuloepjriu.sevinda-herath.json b/domains/xrvuloepjriu.sevinda-herath.json deleted file mode 100644 index 86eaecb10..000000000 --- a/domains/xrvuloepjriu.sevinda-herath.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sevinda-Herath", - "email": "sevindaherath@gmail.com" - }, - "records": { - "CNAME": "gv-alvrz5ytmlhjh6.dv.googlehosted.com" - } -} diff --git a/domains/xsec.json b/domains/xsec.json deleted file mode 100644 index b021e20cd..000000000 --- a/domains/xsec.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mnikrsa21", - "email": "igcloud16@gmail.com" - }, - "records": { - "CNAME": "igcloudstore.my.id" - } -} diff --git a/domains/xyzjesper.json b/domains/xyzjesper.json deleted file mode 100644 index d2c5d42c2..000000000 --- a/domains/xyzjesper.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Personal Portfolio", - "owner": { - "username": "xyzjesper", - "email": "contact@xyzjesper.dev" - }, - "records": { - "CNAME": "proxy.system.nexocrew.space" - } -} diff --git a/domains/yaman-malla.json b/domains/yaman-malla.json deleted file mode 100644 index 534a193ac..000000000 --- a/domains/yaman-malla.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yamanISyaman", - "email": "yaman.1423@gmail.com" - }, - "records": { - "CNAME": "yaman-malla.surge.sh" - } -} diff --git a/domains/yashsachdev.json b/domains/yashsachdev.json deleted file mode 100644 index 71df9144b..000000000 --- a/domains/yashsachdev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yashsachdev", - "email": "yashsachdev5677@gmail.com" - }, - "records": { - "CNAME": "yashsachdevblog.azureedge.net" - } -} diff --git a/domains/yaxh.json b/domains/yaxh.json deleted file mode 100644 index 6c8e03889..000000000 --- a/domains/yaxh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "yaxhcodes", - "email": "meyashjoshi3101@gmail.com", - "discord": "965845932782526495" - }, - "records": { - "CNAME": "yaxhcodes.vercel.app" - } -} diff --git a/domains/yean.json b/domains/yean.json deleted file mode 100644 index df828872f..000000000 --- a/domains/yean.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "joshex150", - "email": "joshex150@gmail.com" - }, - "records": { - "CNAME": "yean-tech.vercel.app" - } -} diff --git a/domains/yejun.json b/domains/yejun.json deleted file mode 100644 index 05a558dbd..000000000 --- a/domains/yejun.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yejun", - "email": "sammffl@gmail.com" - }, - "records": { - "CNAME": "yejun.tech" - } -} diff --git a/domains/ynd.json b/domains/ynd.json deleted file mode 100644 index c5b98b2c0..000000000 --- a/domains/ynd.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yn100194", - "email": "yenngoc100194@gmail.com" - }, - "records": { - "CNAME": "yn1001.wuaze.com" - } -} diff --git a/domains/yug.json b/domains/yug.json deleted file mode 100644 index fec45df6e..000000000 --- a/domains/yug.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "YUG38", - "email": "4yugpatel123@gmail.com", - "discord": "name_yug" - }, - "records": { - "CNAME": "name-yug.pages.dev" - } -} diff --git a/domains/zb60458066.klent.json b/domains/zb60458066.klent.json deleted file mode 100644 index f39c263bc..000000000 --- a/domains/zb60458066.klent.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "kleeiny", - "email": "kleeinlmao@gmail.com", - "discord": "763581985410121769" - }, - "records": { - "CNAME": "zmverify.zoho.com" - } -} diff --git a/domains/zenzoya.json b/domains/zenzoya.json deleted file mode 100644 index fcfcc1701..000000000 --- a/domains/zenzoya.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ZenZoyaUDR", - "discord": "915228509440454707" - }, - "records": { - "CNAME": "zenzoya.netlify.app" - } -} diff --git a/domains/zeoz.json b/domains/zeoz.json deleted file mode 100644 index f3a2037b6..000000000 --- a/domains/zeoz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nysr-dev", - "discord": "908554139888410635" - }, - "records": { - "CNAME": "nysr.host" - } -} diff --git a/domains/zilu.json b/domains/zilu.json deleted file mode 100644 index 8e6145e6e..000000000 --- a/domains/zilu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zilurrane", - "email": "zilurrane@gmail.com" - }, - "records": { - "CNAME": "zilu.dev" - } -} diff --git a/domains/zoey.json b/domains/zoey.json deleted file mode 100644 index 80c384411..000000000 --- a/domains/zoey.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Zoey2936", - "email": "zoey@z0ey.de" - }, - "records": { - "CNAME": "ip.z0ey.de" - } -} diff --git a/domains/zyronixbot.mznking.json b/domains/zyronixbot.mznking.json deleted file mode 100644 index 6d33a67d7..000000000 --- a/domains/zyronixbot.mznking.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mznking", - "email": "maazinking23@gmail.com" - }, - "records": { - "CNAME": "zyronixbot.onrender.com" - } -} diff --git a/domains/zytre.json b/domains/zytre.json deleted file mode 100644 index 6c78e39fd..000000000 --- a/domains/zytre.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "GGLVXD", - "email": "gglvmax@gmail.com", - "discord": "689774740893859840" - }, - "records": { - "CNAME": "forum.gglvxd.eu.org" - } -} From d2e3235fa7dc4c2530ba6f38003612b5a926f9ef Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 13:24:43 +0800 Subject: [PATCH 54/61] remove bao + re-add stefdp mail --- domains/autoconfig.stefdp.json | 9 +++++++++ domains/autodiscover.stefdp.json | 9 +++++++++ domains/bao.json | 9 --------- domains/www.bao.json | 9 --------- 4 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 domains/autoconfig.stefdp.json create mode 100644 domains/autodiscover.stefdp.json delete mode 100644 domains/bao.json delete mode 100644 domains/www.bao.json diff --git a/domains/autoconfig.stefdp.json b/domains/autoconfig.stefdp.json new file mode 100644 index 000000000..586328d34 --- /dev/null +++ b/domains/autoconfig.stefdp.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Stef-00012", + "discord": "694986201739952229" + }, + "records": { + "CNAME": "mail.stefdp.com" + } +} diff --git a/domains/autodiscover.stefdp.json b/domains/autodiscover.stefdp.json new file mode 100644 index 000000000..586328d34 --- /dev/null +++ b/domains/autodiscover.stefdp.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Stef-00012", + "discord": "694986201739952229" + }, + "records": { + "CNAME": "mail.stefdp.com" + } +} diff --git a/domains/bao.json b/domains/bao.json deleted file mode 100644 index 3c1bf1496..000000000 --- a/domains/bao.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bphamict", - "email": "bphamict@gmail.com" - }, - "records": { - "CNAME": "ghs.google.com" - } -} diff --git a/domains/www.bao.json b/domains/www.bao.json deleted file mode 100644 index 3c1bf1496..000000000 --- a/domains/www.bao.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bphamict", - "email": "bphamict@gmail.com" - }, - "records": { - "CNAME": "ghs.google.com" - } -} From 1ca1e4336a86f852bb469fc07e836dbf9e03784e Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 13:46:09 +0800 Subject: [PATCH 55/61] remove more invalid cnames --- domains/_acme-challenge.oioioi.json | 9 --------- domains/_acme-challenge.raafey.json | 9 --------- domains/_vercel.raafey.json | 9 --------- domains/cfp.json | 9 --------- domains/klent.json | 10 ---------- domains/mr-arsenic.json | 9 --------- domains/mryusuf.json | 9 --------- domains/myforum.json | 9 --------- domains/oioioi.json | 9 --------- domains/prox.preston-code.json | 10 ---------- domains/raafey.json | 9 --------- 11 files changed, 101 deletions(-) delete mode 100644 domains/_acme-challenge.oioioi.json delete mode 100644 domains/_acme-challenge.raafey.json delete mode 100644 domains/_vercel.raafey.json delete mode 100644 domains/cfp.json delete mode 100644 domains/klent.json delete mode 100644 domains/mr-arsenic.json delete mode 100644 domains/mryusuf.json delete mode 100644 domains/myforum.json delete mode 100644 domains/oioioi.json delete mode 100644 domains/prox.preston-code.json delete mode 100644 domains/raafey.json diff --git a/domains/_acme-challenge.oioioi.json b/domains/_acme-challenge.oioioi.json deleted file mode 100644 index a07148397..000000000 --- a/domains/_acme-challenge.oioioi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VaibhavSys", - "email": "vaibhavsys@protonmail.com" - }, - "records": { - "CNAME": "b00be066-ce45-455f-bb4a-de9f6dc14e0c.acmedns.infinityfree.net" - } -} diff --git a/domains/_acme-challenge.raafey.json b/domains/_acme-challenge.raafey.json deleted file mode 100644 index d290486d8..000000000 --- a/domains/_acme-challenge.raafey.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "RaafeyRaza", - "email": "raafeyraza1@gmail.com" - }, - "records": { - "CNAME": "dc6fbbae-3aba-4a5d-9741-4b7a386b9151.acmedns.infinityfree.net" - } -} diff --git a/domains/_vercel.raafey.json b/domains/_vercel.raafey.json deleted file mode 100644 index 961da3f19..000000000 --- a/domains/_vercel.raafey.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "RaafeyRaza", - "email": "raafeyraza1@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=raafey.is-a.dev,aa0e06a894333b259a4b" - } -} diff --git a/domains/cfp.json b/domains/cfp.json deleted file mode 100644 index 78c463187..000000000 --- a/domains/cfp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "cfpwastaken", - "discord": "cfp (318394797822050315)" - }, - "records": { - "CNAME": "dyn.picoscratch.de" - } -} diff --git a/domains/klent.json b/domains/klent.json deleted file mode 100644 index d36c06f3e..000000000 --- a/domains/klent.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "kleeiny", - "email": "kleeinlmao@gmail.com", - "discord": "763581985410121769" - }, - "records": { - "CNAME": "ghs.google.com" - } -} diff --git a/domains/mr-arsenic.json b/domains/mr-arsenic.json deleted file mode 100644 index 091721a89..000000000 --- a/domains/mr-arsenic.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MrArsenic621", - "email": "asedighi81@gmail.com" - }, - "records": { - "CNAME": "personal-portfolio-dev.onrender.com" - } -} diff --git a/domains/mryusuf.json b/domains/mryusuf.json deleted file mode 100644 index 8e1e901c1..000000000 --- a/domains/mryusuf.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yufuss", - "email": "yusufgocer40@hotmail.com" - }, - "records": { - "CNAME": "glitch.edgeapp.net" - } -} diff --git a/domains/myforum.json b/domains/myforum.json deleted file mode 100644 index 81d6de8dc..000000000 --- a/domains/myforum.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bteamapp", - "email": "helpapp.bta@gmail.com" - }, - "records": { - "CNAME": "myforum.mydiscussion.net" - } -} diff --git a/domains/oioioi.json b/domains/oioioi.json deleted file mode 100644 index bfd708a61..000000000 --- a/domains/oioioi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VaibhavSys", - "email": "vaibhavsys@protonmail.com" - }, - "records": { - "CNAME": "azltvzbg.infinityfree.com" - } -} diff --git a/domains/prox.preston-code.json b/domains/prox.preston-code.json deleted file mode 100644 index ef05e0b29..000000000 --- a/domains/prox.preston-code.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Preston-Riley", - "email": "pres1234569@gmail.com", - "discord": "816152941923663902" - }, - "records": { - "CNAME": "compiler-glzx.onrender.com" - } -} diff --git a/domains/raafey.json b/domains/raafey.json deleted file mode 100644 index 2d2251957..000000000 --- a/domains/raafey.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "RaafeyRaza", - "email": "raafeyraza1@gmail.com" - }, - "records": { - "CNAME": "v0-personal-portfolio-tf.vercel.app" - } -} From 8d65fa440ec5a565e1071369bc4a1de0239ff6fb Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 13:52:00 +0800 Subject: [PATCH 56/61] updates --- domains/_discord.receiptify.json | 9 --------- .../_github-pages-challenge-stef-00012.receiptify.json | 9 --------- domains/donate.json | 1 - domains/receiptify.json | 9 --------- 4 files changed, 28 deletions(-) delete mode 100644 domains/_discord.receiptify.json delete mode 100644 domains/_github-pages-challenge-stef-00012.receiptify.json delete mode 100644 domains/receiptify.json diff --git a/domains/_discord.receiptify.json b/domains/_discord.receiptify.json deleted file mode 100644 index f71c9b979..000000000 --- a/domains/_discord.receiptify.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "discord": "694986201739952229" - }, - "records": { - "TXT": "dh=4ded2f0ba889f8dad38ad210e9a015c180dcc6c8" - } -} diff --git a/domains/_github-pages-challenge-stef-00012.receiptify.json b/domains/_github-pages-challenge-stef-00012.receiptify.json deleted file mode 100644 index c7d0f1956..000000000 --- a/domains/_github-pages-challenge-stef-00012.receiptify.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "discord": "694986201739952229" - }, - "records": { - "TXT": ["bd419a0cfdcbf998e7de1e486cbb4c"] - } -} diff --git a/domains/donate.json b/domains/donate.json index de2bf8558..f506767a6 100644 --- a/domains/donate.json +++ b/domains/donate.json @@ -8,7 +8,6 @@ }, "redirect_config": { "custom_paths": { - "/ns": "https://wdh.gg/pvNCdvs", "/sponsor": "https://wdh.gg/sponsor" } } diff --git a/domains/receiptify.json b/domains/receiptify.json deleted file mode 100644 index cc64a62bb..000000000 --- a/domains/receiptify.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "discord": "694986201739952229" - }, - "records": { - "CNAME": "proxy.stefdp.lol" - } -} From cee61a233fa7fcc3557e2030a74a3cbe0b250b66 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 13:53:20 +0800 Subject: [PATCH 57/61] Update gattinhosbot.json --- domains/gattinhosbot.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/gattinhosbot.json b/domains/gattinhosbot.json index ba517e94a..522e9e242 100644 --- a/domains/gattinhosbot.json +++ b/domains/gattinhosbot.json @@ -5,8 +5,6 @@ "github_id": 81536172 }, "records": { - "A": ["173.208.244.6"], - "MX": ["mail.stefdp.lol"], - "TXT": ["v=spf1 mx ~all"] + "A": ["173.208.244.6"] } } From c71e3a6d1ddf40d18f4a7c2747c8d3b83fb9171a Mon Sep 17 00:00:00 2001 From: rohitsinhsonawane <54910119+rohitsinhsonawane@users.noreply.github.com> Date: Wed, 7 May 2025 11:49:24 +0530 Subject: [PATCH 58/61] Update rohitsonawane.json --- domains/rohitsonawane.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rohitsonawane.json b/domains/rohitsonawane.json index 56e391f5e..4fff05f02 100644 --- a/domains/rohitsonawane.json +++ b/domains/rohitsonawane.json @@ -3,7 +3,7 @@ "username": "rohitsinhsonawane", "email": "rohitsinh.sonawane@gmail.com" }, - "record": { + "records": { "CNAME": "rohitsinhsonawane.github.io" } } From dcd03461b69741a1372dc280069b9fd0f95edf07 Mon Sep 17 00:00:00 2001 From: prabhu Date: Wed, 7 May 2025 16:34:40 +0530 Subject: [PATCH 59/61] Update domains/prabhu.json Co-authored-by: Satr14 <90962949+SX-9@users.noreply.github.com> --- domains/prabhu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/prabhu.json b/domains/prabhu.json index 6a1eeb431..23a15528f 100644 --- a/domains/prabhu.json +++ b/domains/prabhu.json @@ -4,7 +4,7 @@ "email": "prabhuls2005@gmail.com", "username": "ls-prabhu" }, - "record": { + "records": { "CNAME": "ls-prabhu.github.io" } } From fa6da96be09d2bd394482c765304e947f37c45f2 Mon Sep 17 00:00:00 2001 From: prabhu Date: Wed, 7 May 2025 16:59:52 +0530 Subject: [PATCH 60/61] Update domains/prabhu.json Co-authored-by: Satr14 <90962949+SX-9@users.noreply.github.com> --- domains/prabhu.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/prabhu.json b/domains/prabhu.json index 23a15528f..92e5ae200 100644 --- a/domains/prabhu.json +++ b/domains/prabhu.json @@ -1,5 +1,4 @@ { - "domain": "prabhu", "owner": { "email": "prabhuls2005@gmail.com", "username": "ls-prabhu" From bdc035d473a5d46b3047254a8b647109c362c875 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 7 May 2025 22:06:06 +0800 Subject: [PATCH 61/61] update internal domains --- dnsconfig.js | 17 +++++++---------- util/internal.json | 2 -- util/reserved.json | 2 ++ 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/dnsconfig.js b/dnsconfig.js index 39c5348e7..8545ad4ca 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -141,8 +141,6 @@ var reserved = require("./util/reserved.json"); for (var i = 0; i < reserved.length; i++) { var subdomainName = reserved[i]; if ( - subdomainName !== "autoconfig" && - subdomainName !== "autodiscover" && subdomainName !== "data" && subdomainName !== "docs" && subdomainName !== "ns1" && @@ -164,7 +162,6 @@ var ignored = [ IGNORE("*._domainkey", "TXT"), IGNORE("@", "*"), IGNORE("_acme-challenge", "TXT"), - IGNORE("_autodiscover._tcp", "SRV"), IGNORE("_discord", "TXT"), IGNORE("_dmarc", "TXT"), IGNORE("_gh-is-a-dev-o", "TXT"), @@ -172,13 +169,13 @@ var ignored = [ IGNORE("_github-pages-challenge-is-a-dev", "TXT"), IGNORE("_github-pages-challenge-is-a-dev.**", "TXT"), IGNORE("_psl", "TXT"), - IGNORE("autoconfig", "CNAME"), - IGNORE("autodiscover", "CNAME"), - IGNORE("data", "CNAME"), - IGNORE("docs", "CNAME"), - IGNORE("ns[1-4]", "A,AAAA"), - IGNORE("raw", "CNAME"), - IGNORE("www", "*") + IGNORE("ns[1-4]", "A,AAAA") ]; +var internal = require("./util/internal.json"); + +internal.forEach(function(subdomain) { + ignored.push(IGNORE(subdomain, "*")); +}); + D(domainName, registrar, dnsProvider, records, ignored); diff --git a/util/internal.json b/util/internal.json index 5e71fc3d1..c55dbed7a 100644 --- a/util/internal.json +++ b/util/internal.json @@ -1,6 +1,4 @@ [ - "autoconfig", - "autodiscover", "data", "docs", "raw", diff --git a/util/reserved.json b/util/reserved.json index 2c6b0e48f..1744dcb8d 100644 --- a/util/reserved.json +++ b/util/reserved.json @@ -9,6 +9,8 @@ "apps", "assets", "auth", + "autoconfig", + "autodiscover", "billing", "blog", "bot",