From 40e04d690ca59366dc5e6877b5f797c990054b01 Mon Sep 17 00:00:00 2001
From: ShubhamkumarAnand
Date: Tue, 23 Aug 2022 22:52:13 +0530
Subject: [PATCH 0001/2199] feat: Added domain programatically
---
domains/shubhamkumaranand.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/shubhamkumaranand.json
diff --git a/domains/shubhamkumaranand.json b/domains/shubhamkumaranand.json
new file mode 100644
index 000000000..5a81205d3
--- /dev/null
+++ b/domains/shubhamkumaranand.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "ShubhamkumarAnand",
+ "email": "the.anand3099@gmail.com"
+ },
+
+ "record": {
+ "URL": "108"
+ }
+ }
+
\ No newline at end of file
From ab6e678c1bf9c5f8f88af6070e4b1f0e2b3c1ee4 Mon Sep 17 00:00:00 2001
From: ProgrammerXD <70265763+naman77s@users.noreply.github.com>
Date: Wed, 7 Sep 2022 21:21:34 +0530
Subject: [PATCH 0002/2199] Create PXD.json
---
domains/PXD.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/PXD.json
diff --git a/domains/PXD.json b/domains/PXD.json
new file mode 100644
index 000000000..031452fd3
--- /dev/null
+++ b/domains/PXD.json
@@ -0,0 +1,12 @@
+{
+ "description": "Testing for now",
+ "repo": "https://github.com/naman77s/naman77s.github.io",
+ "owner": {
+ "username": "naman77s",
+ "email": "amlittleprogrammer@gmail.com",
+ "twitter": "PXD_Officials"
+ },
+ "record": {
+ "CNAME": "naman77s.github.io"
+ }
+}
From e60a73505e229e0ac7bfc4140c218fe7b8aca5b8 Mon Sep 17 00:00:00 2001
From: Sylestic
Date: Wed, 28 Sep 2022 13:50:20 -0400
Subject: [PATCH 0003/2199] feat: Added domain programatically
---
domains/Sylestic.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/Sylestic.json
diff --git a/domains/Sylestic.json b/domains/Sylestic.json
new file mode 100644
index 000000000..459b87185
--- /dev/null
+++ b/domains/Sylestic.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "Sylestic",
+ "email": "sylestic@protonmail.com"
+ },
+
+ "record": {
+ "CNAME": "sylestic.github.io"
+ }
+ }
+
\ No newline at end of file
From d40321be91d9950d1b1fc83135426cdf5599165a Mon Sep 17 00:00:00 2001
From: Sylestic <113873663+Sylestic@users.noreply.github.com>
Date: Wed, 28 Sep 2022 13:55:17 -0400
Subject: [PATCH 0004/2199] Add MX Records
---
domains/Sylestic.json | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/domains/Sylestic.json b/domains/Sylestic.json
index 459b87185..d273482be 100644
--- a/domains/Sylestic.json
+++ b/domains/Sylestic.json
@@ -1,12 +1,13 @@
-
- {
- "owner": {
- "username": "Sylestic",
- "email": "sylestic@protonmail.com"
- },
-
- "record": {
- "CNAME": "sylestic.github.io"
- }
- }
-
\ No newline at end of file
+{
+ "owner":{
+ "username":"Sylestic",
+ "email":"sylestic@protonmail.com"
+ },
+ "record":{
+ "MX":[
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "CNAME":"sylestic.github.io"
+ }
+}
From 3446b56172fa471da1990325b6b871787b4bef03 Mon Sep 17 00:00:00 2001
From: Sylestic <113873663+Sylestic@users.noreply.github.com>
Date: Tue, 4 Oct 2022 19:37:02 -0400
Subject: [PATCH 0005/2199] [fix] Remove MX records
---
domains/Sylestic.json | 4 ----
1 file changed, 4 deletions(-)
diff --git a/domains/Sylestic.json b/domains/Sylestic.json
index d273482be..53cc8a827 100644
--- a/domains/Sylestic.json
+++ b/domains/Sylestic.json
@@ -4,10 +4,6 @@
"email":"sylestic@protonmail.com"
},
"record":{
- "MX":[
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
"CNAME":"sylestic.github.io"
}
}
From 49fe6353831ec451555a31bcf5028bf2383afad2 Mon Sep 17 00:00:00 2001
From: TikTokPartage
Date: Sun, 16 Oct 2022 16:21:51 +0200
Subject: [PATCH 0006/2199] feat: Added domain programatically
---
domains/qdegen.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/qdegen.json
diff --git a/domains/qdegen.json b/domains/qdegen.json
new file mode 100644
index 000000000..908b713ac
--- /dev/null
+++ b/domains/qdegen.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "TikTokPartage",
+ "email": "gregorykubach@gmail.com"
+ },
+
+ "record": {
+ "URL": "1"
+ }
+ }
+
\ No newline at end of file
From 34b688046278c7eb0d89c20b42c89c1c8f9e3491 Mon Sep 17 00:00:00 2001
From: TikTokPartage
Date: Sun, 16 Oct 2022 16:25:00 +0200
Subject: [PATCH 0007/2199] feat: Added domain programatically
---
domains/qdeshopp.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/qdeshopp.json
diff --git a/domains/qdeshopp.json b/domains/qdeshopp.json
new file mode 100644
index 000000000..b89d029c9
--- /dev/null
+++ b/domains/qdeshopp.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "TikTokPartage",
+ "email": "gregorykubach@gmail.com"
+ },
+
+ "record": {
+ "URL": "qdeshop.sle"
+ }
+ }
+
\ No newline at end of file
From e549d379a216d6f09bf9d0a064960399e47be44f Mon Sep 17 00:00:00 2001
From: Sylestic <113873663+Sylestic@users.noreply.github.com>
Date: Thu, 17 Nov 2022 23:44:15 -0500
Subject: [PATCH 0008/2199] Update domains/Sylestic.json
Co-authored-by: Jay Jackson
---
domains/Sylestic.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/Sylestic.json b/domains/Sylestic.json
index 53cc8a827..26ebc9723 100644
--- a/domains/Sylestic.json
+++ b/domains/Sylestic.json
@@ -4,6 +4,6 @@
"email":"sylestic@protonmail.com"
},
"record":{
- "CNAME":"sylestic.github.io"
+ "URL":"https://sylestic.ml"
}
}
From 987c4900e600c6925d359059f1a8f5528ed917dc Mon Sep 17 00:00:00 2001
From: idk <104854641+TikTokPartage@users.noreply.github.com>
Date: Wed, 1 Feb 2023 23:45:32 +0100
Subject: [PATCH 0009/2199] Create genqde.json
---
domains/genqde.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/genqde.json
diff --git a/domains/genqde.json b/domains/genqde.json
new file mode 100644
index 000000000..eea7bc0cd
--- /dev/null
+++ b/domains/genqde.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "TikTokPartage",
+ "discord": "qde#3885"
+ }
+},
+{
+ "record": {
+ "CNAME": "qdegen.craftcloud.fr"
+ }
+}
From 4aaa5655e87a7ba8600c79b2c4e9a18a827e065f Mon Sep 17 00:00:00 2001
From: idk <104854641+TikTokPartage@users.noreply.github.com>
Date: Wed, 1 Feb 2023 23:50:10 +0100
Subject: [PATCH 0010/2199] Delete qdegen.json
---
domains/qdegen.json | 12 ------------
1 file changed, 12 deletions(-)
delete mode 100644 domains/qdegen.json
diff --git a/domains/qdegen.json b/domains/qdegen.json
deleted file mode 100644
index 908b713ac..000000000
--- a/domains/qdegen.json
+++ /dev/null
@@ -1,12 +0,0 @@
-
- {
- "owner": {
- "username": "TikTokPartage",
- "email": "gregorykubach@gmail.com"
- },
-
- "record": {
- "URL": "1"
- }
- }
-
\ No newline at end of file
From 85e9dfe549804c968971a8f891529c1ae5ef8ffd Mon Sep 17 00:00:00 2001
From: idk <104854641+TikTokPartage@users.noreply.github.com>
Date: Wed, 1 Feb 2023 23:50:27 +0100
Subject: [PATCH 0011/2199] Delete qdeshopp.json
---
domains/qdeshopp.json | 12 ------------
1 file changed, 12 deletions(-)
delete mode 100644 domains/qdeshopp.json
diff --git a/domains/qdeshopp.json b/domains/qdeshopp.json
deleted file mode 100644
index b89d029c9..000000000
--- a/domains/qdeshopp.json
+++ /dev/null
@@ -1,12 +0,0 @@
-
- {
- "owner": {
- "username": "TikTokPartage",
- "email": "gregorykubach@gmail.com"
- },
-
- "record": {
- "URL": "qdeshop.sle"
- }
- }
-
\ No newline at end of file
From 2320687d608a273e4667386175f1f9f676ef93de Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Thu, 2 Feb 2023 10:25:27 +0800
Subject: [PATCH 0012/2199] fix json
---
domains/genqde.json | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/domains/genqde.json b/domains/genqde.json
index eea7bc0cd..973b36ff9 100644
--- a/domains/genqde.json
+++ b/domains/genqde.json
@@ -1,10 +1,9 @@
{
"owner": {
"username": "TikTokPartage",
+ "email": "",
"discord": "qde#3885"
- }
-},
-{
+ },
"record": {
"CNAME": "qdegen.craftcloud.fr"
}
From d1f9b894bbc90c6707d63881fe7332d1468200ae Mon Sep 17 00:00:00 2001
From: Alen Alex <71920951+AlenGeoAlex@users.noreply.github.com>
Date: Tue, 7 Feb 2023 18:46:20 +0530
Subject: [PATCH 0013/2199] Created alenalex.json
---
domains/alenalex.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/alenalex.json
diff --git a/domains/alenalex.json b/domains/alenalex.json
new file mode 100644
index 000000000..f5bf62afc
--- /dev/null
+++ b/domains/alenalex.json
@@ -0,0 +1,12 @@
+{
+ "description": "My own personal is-a-dev subdomain",
+ "repo": "https://github.com/AlenGeoAlex",
+ "owner": {
+ "username": "AlenGeoAlex",
+ "email": "alengeoalex@gmail.com",
+ "discord": "< 𝓐𝓵𝓮𝓷_𝓐𝓵𝓮𝔁 !>#6771"
+ },
+ "record": {
+ "CNAME": "https://alenalex.me"
+ }
+}
From 2258b196526850b63cb41a325ca18bf713a12051 Mon Sep 17 00:00:00 2001
From: MASMIYEN
Date: Tue, 28 Feb 2023 10:05:10 +0100
Subject: [PATCH 0014/2199] feat(domain): masmiyen.is-a.dev
---
domains/masmiyen.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/masmiyen.json
diff --git a/domains/masmiyen.json b/domains/masmiyen.json
new file mode 100644
index 000000000..25418eb0b
--- /dev/null
+++ b/domains/masmiyen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MASMIYEN",
+ "email": "masmiyen@gmail.com"
+ },
+ "record": {
+ "A": ["69"]
+ }
+}
From 8420efed02a5cf9835d0eb7bd1404b89be468b60 Mon Sep 17 00:00:00 2001
From: Marouane Asmiyen <123839250+MASMIYEN@users.noreply.github.com>
Date: Tue, 28 Feb 2023 13:54:13 +0100
Subject: [PATCH 0015/2199] masmiyen
---
domains/.masmiyen.json.un~ | Bin 0 -> 531 bytes
domains/masmiyen.json | Bin 138 -> 6 bytes
domains/masmiyen.json~ | Bin 0 -> 22 bytes
3 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 domains/.masmiyen.json.un~
create mode 100644 domains/masmiyen.json~
diff --git a/domains/.masmiyen.json.un~ b/domains/.masmiyen.json.un~
new file mode 100644
index 0000000000000000000000000000000000000000..973e2b2415167496f9bcf1100767287a45ccf491
GIT binary patch
literal 531
zcmWH`%$*;a=aT=Ffho^~d(QvORWs%+b$PbCf=j1jf~@^!bBnT8!NqLi>ler}FfcFz
zF${1386ZAP48{iYlmGtYV1bClUx4XAqG5_bhA{jG0=O|qibk2#3ISkrutTHcs|1>%
Ups3);O)SpMtW3=_ZG6580IgIanE(I)
literal 0
HcmV?d00001
diff --git a/domains/masmiyen.json b/domains/masmiyen.json
index 25418eb0bf0842f407c89a5da2f7e59aba9ca075..49cc8ef0e116cef009fe0bd72473a964bbd07f9b 100644
GIT binary patch
literal 6
NcmezWkC%aq0RRg=0u=xN
literal 138
zcmb>CQUC&_{PMiiA|)$@YA_cpR9c)`l$V&B3KUiHbqx0PjCA!=(m}|l<|bz5fFyGh
vi*qw8Q}Z0sK_Ys|`MFA9RkaYsN=2#3`9&$HhC2ee(Mo2PO0f{7T(w*PYQ`aS
diff --git a/domains/masmiyen.json~ b/domains/masmiyen.json~
new file mode 100644
index 0000000000000000000000000000000000000000..5c6edea98a644adc29826d8b39fecf7959979abe
GIT binary patch
literal 22
dcmezWFP9;ap_n0;A(Nq!A(bJIftP`c0RUF~1$Y1e
literal 0
HcmV?d00001
From b1d05dac2e7f5eff5bea4cee1e638187f678fad6 Mon Sep 17 00:00:00 2001
From: SHays24 <81133539+SHays24@users.noreply.github.com>
Date: Mon, 6 Mar 2023 12:04:39 +1100
Subject: [PATCH 0016/2199] Update shays.json
---
domains/shays.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/shays.json b/domains/shays.json
index a66f74ffa..8baa11cd7 100644
--- a/domains/shays.json
+++ b/domains/shays.json
@@ -6,6 +6,6 @@
"email": "SHays24@student.sacs.nsw.edu.au"
},
"record": {
- "CNAME": "SHays24.github.io"
+ "CNAME": "shays24.github.io"
}
}
From 46ab0843b00a0888673810fbba690c0059b0883a Mon Sep 17 00:00:00 2001
From: 8n9ght <80909968+8n9ght@users.noreply.github.com>
Date: Mon, 6 Mar 2023 22:19:35 +0100
Subject: [PATCH 0017/2199] Create jean-arthur.json
---
domains/jean-arthur.json | 1 +
1 file changed, 1 insertion(+)
create mode 100644 domains/jean-arthur.json
diff --git a/domains/jean-arthur.json b/domains/jean-arthur.json
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/domains/jean-arthur.json
@@ -0,0 +1 @@
+
From b56e0087a8a195168575973a887ccc1205850b55 Mon Sep 17 00:00:00 2001
From: 8n9ght <80909968+8n9ght@users.noreply.github.com>
Date: Mon, 6 Mar 2023 22:33:34 +0100
Subject: [PATCH 0018/2199] Completion of the domain file
---
domains/jean-arthur.json | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/domains/jean-arthur.json b/domains/jean-arthur.json
index 8b1378917..b32121c33 100644
--- a/domains/jean-arthur.json
+++ b/domains/jean-arthur.json
@@ -1 +1,12 @@
+{
+ "description": "Part of my portfolio website",
+ "repo": "https://github.com/8n9ght/8n9ght.github.io",
+ "owner": {
+ "username": "8n9ght",
+ "email": "8n9ght@gmail.com"
+ },
+ "record": {
+ "CNAME": "8n9ght.github.io"
+ }
+}
From 46f345b239b25f8dab94d4ca25ef4c59b329fa68 Mon Sep 17 00:00:00 2001
From: Woundrite <46297894+Woundrite@users.noreply.github.com>
Date: Fri, 10 Mar 2023 16:47:17 +0530
Subject: [PATCH 0019/2199] Added Woundrite
---
domains/Woundrite.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/Woundrite.json
diff --git a/domains/Woundrite.json b/domains/Woundrite.json
new file mode 100644
index 000000000..8c7b91100
--- /dev/null
+++ b/domains/Woundrite.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "Woundrite",
+ "email": "ndbendale2004@gmail.com"
+ },
+ "record": {
+ "A": ["185.199.108.153"]
+ }
+ }
+
\ No newline at end of file
From d69a46eb32a527b92c268fdb621cdf5c1a2ca5e8 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Fri, 10 Mar 2023 21:02:37 +0800
Subject: [PATCH 0020/2199] Rename Woundrite.json to woundrite.json
---
domains/{Woundrite.json => woundrite.json} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename domains/{Woundrite.json => woundrite.json} (97%)
diff --git a/domains/Woundrite.json b/domains/woundrite.json
similarity index 97%
rename from domains/Woundrite.json
rename to domains/woundrite.json
index 8c7b91100..63874b341 100644
--- a/domains/Woundrite.json
+++ b/domains/woundrite.json
@@ -8,4 +8,4 @@
"A": ["185.199.108.153"]
}
}
-
\ No newline at end of file
+
From 8816b84abdf8f53f7c836b7b205d4e2386cee706 Mon Sep 17 00:00:00 2001
From: Tyler Vaz <108243683+M1dnight-ofcl@users.noreply.github.com>
Date: Fri, 10 Mar 2023 21:21:18 -0500
Subject: [PATCH 0021/2199] Create uniclicker2.m1dnight.json
---
domains/uniclicker2.m1dnight.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/uniclicker2.m1dnight.json
diff --git a/domains/uniclicker2.m1dnight.json b/domains/uniclicker2.m1dnight.json
new file mode 100644
index 000000000..4b2b6beb6
--- /dev/null
+++ b/domains/uniclicker2.m1dnight.json
@@ -0,0 +1,11 @@
+{
+ "description": "UniClicker2 Based in JS",
+ "repo": "",
+ "owner": {
+ "username": "M1dnight",
+ "email": "m1dnightgmrofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "2b82bbc0-2fa0-40ac-89fe-530e73b20c0b.id.repl.co"
+ }
+}
From fa112bb48177c76b2dbf469c2940ae0708560dcb Mon Sep 17 00:00:00 2001
From: Marouane Asmiyen <123839250+MASMIYEN@users.noreply.github.com>
Date: Tue, 14 Mar 2023 22:24:59 +0100
Subject: [PATCH 0022/2199] Create masmiyen.json
---
domains/masmiyen.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/masmiyen.json
diff --git a/domains/masmiyen.json b/domains/masmiyen.json
new file mode 100644
index 000000000..5eebf2776
--- /dev/null
+++ b/domains/masmiyen.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal portfolio ",
+ "repo": "https://github.com/MASMIYEN/masmiyen.github.io",
+ "owner": {
+ "username": "MASMIYEN",
+ "email": "masmiyen@gmail.com",
+ "twitter": "MAsmiyen"
+ },
+ "record": {
+ "CNAME": "masmiyen.github.io"
+ }
+ }
\ No newline at end of file
From d9aeaed4e839a81ac5d6a8d3fd723231ebc36341 Mon Sep 17 00:00:00 2001
From: A <97649928+the-decentralizer@users.noreply.github.com>
Date: Thu, 16 Mar 2023 14:32:04 -0400
Subject: [PATCH 0023/2199] Added rozay
---
domains/rozay.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/rozay.json
diff --git a/domains/rozay.json b/domains/rozay.json
new file mode 100644
index 000000000..f6cb56dff
--- /dev/null
+++ b/domains/rozay.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "the-decentralizer",
+ "email": "rozayhere@protonmail.com"
+ },
+ "record": {
+ "CNAME": "the-decentralizer.github.io"
+ }
+ }
+
\ No newline at end of file
From b121c2498c40ed2da93db79c1ee3f309830574f0 Mon Sep 17 00:00:00 2001
From: A <97649928+the-decentralizer@users.noreply.github.com>
Date: Thu, 16 Mar 2023 14:34:16 -0400
Subject: [PATCH 0024/2199] Use github email alias
---
domains/rozay.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/rozay.json b/domains/rozay.json
index f6cb56dff..501bfa65a 100644
--- a/domains/rozay.json
+++ b/domains/rozay.json
@@ -2,10 +2,10 @@
{
"owner": {
"username": "the-decentralizer",
- "email": "rozayhere@protonmail.com"
+ "email": "97649928+the-decentralizer@users.noreply.github.com"
},
"record": {
"CNAME": "the-decentralizer.github.io"
}
}
-
\ No newline at end of file
+
From 55cc66c120443b5c3c7e9f2328d5b1b106fc5f93 Mon Sep 17 00:00:00 2001
From: A <97649928+the-decentralizer@users.noreply.github.com>
Date: Thu, 16 Mar 2023 16:47:13 -0400
Subject: [PATCH 0025/2199] Point to a live site
---
domains/rozay.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/rozay.json b/domains/rozay.json
index 501bfa65a..86008df38 100644
--- a/domains/rozay.json
+++ b/domains/rozay.json
@@ -5,7 +5,7 @@
"email": "97649928+the-decentralizer@users.noreply.github.com"
},
"record": {
- "CNAME": "the-decentralizer.github.io"
+ "CNAME": "buidlguidl.com/build/uf8PWvVh1UAaXevKwoZb"
}
}
From c4697e2fcc6a5194fdd74b3583d5eba28a76b110 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Fri, 17 Mar 2023 06:51:05 +0800
Subject: [PATCH 0026/2199] update email + records
---
domains/rozay.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/rozay.json b/domains/rozay.json
index 86008df38..c1345e3a1 100644
--- a/domains/rozay.json
+++ b/domains/rozay.json
@@ -2,10 +2,10 @@
{
"owner": {
"username": "the-decentralizer",
- "email": "97649928+the-decentralizer@users.noreply.github.com"
+ "email": "rozayhere@protonmail.com"
},
"record": {
- "CNAME": "buidlguidl.com/build/uf8PWvVh1UAaXevKwoZb"
+ "URL": "https://buidlguidl.com/build/uf8PWvVh1UAaXevKwoZb"
}
}
From f8a1115253f3b14b9036ab8aac7a00a26665bb5b Mon Sep 17 00:00:00 2001
From: ProgrammerXD <70265763+realpxd@users.noreply.github.com>
Date: Fri, 17 Mar 2023 05:27:03 +0530
Subject: [PATCH 0027/2199] Update PXD.json
---
domains/PXD.json | 12 ------------
domains/pxd.json | 12 ++++++++++++
2 files changed, 12 insertions(+), 12 deletions(-)
delete mode 100644 domains/PXD.json
create mode 100644 domains/pxd.json
diff --git a/domains/PXD.json b/domains/PXD.json
deleted file mode 100644
index 031452fd3..000000000
--- a/domains/PXD.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Testing for now",
- "repo": "https://github.com/naman77s/naman77s.github.io",
- "owner": {
- "username": "naman77s",
- "email": "amlittleprogrammer@gmail.com",
- "twitter": "PXD_Officials"
- },
- "record": {
- "CNAME": "naman77s.github.io"
- }
-}
diff --git a/domains/pxd.json b/domains/pxd.json
new file mode 100644
index 000000000..342ec7b21
--- /dev/null
+++ b/domains/pxd.json
@@ -0,0 +1,12 @@
+{
+ "description": "ProgrammerXD",
+ "repo": "https://github.com/realpxd/realpxd.github.io",
+ "owner": {
+ "username": "realpxd",
+ "email": "thisisnamansaini@gmail.com",
+ "twitter": "PXD_Officials"
+ },
+ "record": {
+ "CNAME": "realpxd.github.io"
+ }
+}
From cc068468dc61b7afc7005f232b9b7d6c41c10aea Mon Sep 17 00:00:00 2001
From: mrcrazii <62823817+mrcrazii@users.noreply.github.com>
Date: Fri, 17 Mar 2023 21:47:35 +0530
Subject: [PATCH 0028/2199] Added ohcrazy
---
domains/ohcrazy.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/ohcrazy.json
diff --git a/domains/ohcrazy.json b/domains/ohcrazy.json
new file mode 100644
index 000000000..08380b50f
--- /dev/null
+++ b/domains/ohcrazy.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "mrcrazii",
+ "email": "62823817+mrcrazii@users.noreply.github.com"
+ },
+ "record": {
+ "CNAME": "mrcrazii.github.io"
+ }
+ }
+
\ No newline at end of file
From 6708e9391e24b5df148e6e496f5b202fcfe85d1b Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 18 Mar 2023 06:21:11 +0800
Subject: [PATCH 0029/2199] Delete .masmiyen.json.un~
---
domains/.masmiyen.json.un~ | Bin 531 -> 0 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 domains/.masmiyen.json.un~
diff --git a/domains/.masmiyen.json.un~ b/domains/.masmiyen.json.un~
deleted file mode 100644
index 973e2b2415167496f9bcf1100767287a45ccf491..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 531
zcmWH`%$*;a=aT=Ffho^~d(QvORWs%+b$PbCf=j1jf~@^!bBnT8!NqLi>ler}FfcFz
zF${1386ZAP48{iYlmGtYV1bClUx4XAqG5_bhA{jG0=O|qibk2#3ISkrutTHcs|1>%
Ups3);O)SpMtW3=_ZG6580IgIanE(I)
From 4453051aab924ea0a779a015e67423e04e3cc67a Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 18 Mar 2023 06:21:38 +0800
Subject: [PATCH 0030/2199] Delete masmiyen.json
---
domains/masmiyen.json | Bin 6 -> 0 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 domains/masmiyen.json
diff --git a/domains/masmiyen.json b/domains/masmiyen.json
deleted file mode 100644
index 49cc8ef0e116cef009fe0bd72473a964bbd07f9b..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 6
NcmezWkC%aq0RRg=0u=xN
From b11caba0269bf044dcc9bafd5be0ffbc39972d28 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 18 Mar 2023 06:21:49 +0800
Subject: [PATCH 0031/2199] Delete masmiyen.json~
---
domains/masmiyen.json~ | Bin 22 -> 0 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 domains/masmiyen.json~
diff --git a/domains/masmiyen.json~ b/domains/masmiyen.json~
deleted file mode 100644
index 5c6edea98a644adc29826d8b39fecf7959979abe..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 22
dcmezWFP9;ap_n0;A(Nq!A(bJIftP`c0RUF~1$Y1e
From 50e120cb301e859cca17702927954bb05d0e4b41 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 18 Mar 2023 06:22:23 +0800
Subject: [PATCH 0032/2199] Create masmiyen.json
---
domains/masmiyen.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/masmiyen.json
diff --git a/domains/masmiyen.json b/domains/masmiyen.json
new file mode 100644
index 000000000..7e77a008d
--- /dev/null
+++ b/domains/masmiyen.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal portfolio ",
+ "repo": "https://github.com/MASMIYEN/masmiyen.github.io",
+ "owner": {
+ "username": "MASMIYEN",
+ "email": "masmiyen@gmail.com",
+ "twitter": "MAsmiyen"
+ },
+ "record": {
+ "CNAME": "masmiyen.github.io"
+ }
+}
From 6fadfea5ebedf021ad42e3f1e8a100dee0b8e257 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 18 Mar 2023 06:23:54 +0800
Subject: [PATCH 0033/2199] Update ohcrazy.json
---
domains/ohcrazy.json | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/domains/ohcrazy.json b/domains/ohcrazy.json
index 08380b50f..faa82add4 100644
--- a/domains/ohcrazy.json
+++ b/domains/ohcrazy.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "mrcrazii",
"email": "62823817+mrcrazii@users.noreply.github.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "mrcrazii.github.io"
- }
}
-
\ No newline at end of file
+}
From e86034b3d23ca58b15e222e8af459b0665815473 Mon Sep 17 00:00:00 2001
From: ProgrammerXD <70265763+realpxd@users.noreply.github.com>
Date: Sat, 18 Mar 2023 05:55:39 +0530
Subject: [PATCH 0034/2199] Create pxd.json
---
domains/realpxd.json | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 domains/realpxd.json
diff --git a/domains/realpxd.json b/domains/realpxd.json
new file mode 100644
index 000000000..5e36a766e
--- /dev/null
+++ b/domains/realpxd.json
@@ -0,0 +1,23 @@
+{
+
+ "description": "ProgrammerXD",
+
+ "repo": "https://github.com/realpxd/realpxd.github.io",
+
+ "owner": {
+
+ "username": "realpxd",
+
+ "email": "thisisnamansaini@gmail.com",
+
+ "twitter": "PXD_Officials"
+
+ },
+
+ "record": {
+
+ "CNAME": "realpxd.github.io"
+
+ }
+
+}
From a5d7d04f19bdda2290aba78728b87ee15de52777 Mon Sep 17 00:00:00 2001
From: Romi Muharom <121702894+Leuthra@users.noreply.github.com>
Date: Sat, 18 Mar 2023 12:36:56 +0700
Subject: [PATCH 0035/2199] Create romi.json
---
domains/romi.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/romi.json
diff --git a/domains/romi.json b/domains/romi.json
new file mode 100644
index 000000000..c4e281f32
--- /dev/null
+++ b/domains/romi.json
@@ -0,0 +1,11 @@
+{
+ "description": "portfolio rominaru",
+ "repo": "https://github.com/Leuthra/Leuthra",
+ "owner": {
+ "username": "leuthra",
+ "email": "romi49610@gmail.com"
+ },
+ "record": {
+ "CNAME": "https://leuthra-dev.netlify.app/"
+ }
+}
From 3dcb92cbdda6b016cafccd952e3411f81d846632 Mon Sep 17 00:00:00 2001
From: Romi Muharom <121702894+Leuthra@users.noreply.github.com>
Date: Sat, 18 Mar 2023 12:38:53 +0700
Subject: [PATCH 0036/2199] Update romi.json
---
domains/romi.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/romi.json b/domains/romi.json
index c4e281f32..11d7c340d 100644
--- a/domains/romi.json
+++ b/domains/romi.json
@@ -6,6 +6,6 @@
"email": "romi49610@gmail.com"
},
"record": {
- "CNAME": "https://leuthra-dev.netlify.app/"
+ "CNAME": "leuthra-dev.netlify.app/"
}
}
From 8e83628918f0c43c400146d731cf4e3dea2f8acd Mon Sep 17 00:00:00 2001
From: Romi Muharom <121702894+Leuthra@users.noreply.github.com>
Date: Sat, 18 Mar 2023 12:44:18 +0700
Subject: [PATCH 0037/2199] Update romi.json
---
domains/romi.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/romi.json b/domains/romi.json
index 11d7c340d..47be7ded7 100644
--- a/domains/romi.json
+++ b/domains/romi.json
@@ -6,6 +6,6 @@
"email": "romi49610@gmail.com"
},
"record": {
- "CNAME": "leuthra-dev.netlify.app/"
+ "CNAME": "leuthra.github.io/Leuthra"
}
}
From d408aa00400261edffffc98bc0c9e33a727ddc9b Mon Sep 17 00:00:00 2001
From: emmu123 <89377181+emmu123@users.noreply.github.com>
Date: Sat, 18 Mar 2023 11:29:24 +0530
Subject: [PATCH 0038/2199] Create pixyshare.json
---
domains/pixyshare.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/pixyshare.json
diff --git a/domains/pixyshare.json b/domains/pixyshare.json
new file mode 100644
index 000000000..f9fc3e09b
--- /dev/null
+++ b/domains/pixyshare.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "emmu",
+ "email": "aneenababu71901@gmail.com"
+ },
+ "record": {
+ "CNAME": "3603c299-03cd-4a0c-b29f-24250c6e7354.id.repl.co"
+ }
+ }
+
From 7b9aacefb9ff5dd1cea1c9f72747f0efc734bc68 Mon Sep 17 00:00:00 2001
From: Reiji <88034696+forsyth47@users.noreply.github.com>
Date: Sat, 18 Mar 2023 13:19:41 +0530
Subject: [PATCH 0039/2199] Create ian.json
---
domains/ian.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/ian.json
diff --git a/domains/ian.json b/domains/ian.json
new file mode 100644
index 000000000..18772e6d8
--- /dev/null
+++ b/domains/ian.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "forsyth47",
+ "email": "joshuasuresh2006@gmail.com"
+ },
+ "record": {
+ "CNAME": "forsyth47.github.io"
+ }
+}
From b1a4e7e07ddb8efc54c6197330c51850282b229e Mon Sep 17 00:00:00 2001
From: Suryajith R <95489551+SuryajithR@users.noreply.github.com>
Date: Sat, 18 Mar 2023 22:14:10 +0530
Subject: [PATCH 0040/2199] Create suryajith.json
---
domains/suryajith.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/suryajith.json
diff --git a/domains/suryajith.json b/domains/suryajith.json
new file mode 100644
index 000000000..046147643
--- /dev/null
+++ b/domains/suryajith.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal Page",
+ "repo": "https://github.com/SuryajithR/suryajithr.github.io",
+ "owner": {
+ "username": "suryajith",
+ "email": "",
+ "discord": "SuryJithr#5011"
+ },
+ "record": {
+ "CNAME": "suryajith.github.io"
+ }
+}
From 6048f1a3bdc3f611f290847abbbe1d4e49ae048d Mon Sep 17 00:00:00 2001
From: Tyler Vaz <108243683+M1dnight-ofcl@users.noreply.github.com>
Date: Sat, 18 Mar 2023 17:36:33 -0400
Subject: [PATCH 0041/2199] Update uniclicker2.m1dnight.json
---
domains/uniclicker2.m1dnight.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/uniclicker2.m1dnight.json b/domains/uniclicker2.m1dnight.json
index 4b2b6beb6..da90b3cd7 100644
--- a/domains/uniclicker2.m1dnight.json
+++ b/domains/uniclicker2.m1dnight.json
@@ -1,6 +1,6 @@
{
"description": "UniClicker2 Based in JS",
- "repo": "",
+ "repo": "https://UniClicker-2-Webveiw-Edition.m1dnightdev.repl.co", /* requires replit auth */
"owner": {
"username": "M1dnight",
"email": "m1dnightgmrofficial@gmail.com"
From 8da74630a947c4aec73f75058f184dc35334e565 Mon Sep 17 00:00:00 2001
From: drormaman
Date: Sun, 19 Mar 2023 01:15:46 +0200
Subject: [PATCH 0042/2199] Create drormaman.json
---
domains/drormaman.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/drormaman.json
diff --git a/domains/drormaman.json b/domains/drormaman.json
new file mode 100644
index 000000000..5612ee14f
--- /dev/null
+++ b/domains/drormaman.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal website",
+ "owner": {
+ "username": "drormaman",
+ "email": "",
+ "twitter": "drormaman"
+ },
+ "record": {
+ "CNAME": "drormaman.github.io"
+ }
+}
From 6145376ee3f292651452f69243a79c367b4aa495 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 19 Mar 2023 07:23:03 +0800
Subject: [PATCH 0043/2199] Update realpxd.json
---
domains/realpxd.json | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/domains/realpxd.json b/domains/realpxd.json
index 5e36a766e..a32fcef4c 100644
--- a/domains/realpxd.json
+++ b/domains/realpxd.json
@@ -1,23 +1,12 @@
{
-
"description": "ProgrammerXD",
-
"repo": "https://github.com/realpxd/realpxd.github.io",
-
"owner": {
-
"username": "realpxd",
-
"email": "thisisnamansaini@gmail.com",
-
"twitter": "PXD_Officials"
-
},
-
"record": {
-
"CNAME": "realpxd.github.io"
-
}
-
}
From ab79b3c75917efb6bb7927d6db3577d957ed99ee Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 19 Mar 2023 07:23:58 +0800
Subject: [PATCH 0044/2199] Update uniclicker2.m1dnight.json
---
domains/uniclicker2.m1dnight.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/uniclicker2.m1dnight.json b/domains/uniclicker2.m1dnight.json
index da90b3cd7..0cbbd1b72 100644
--- a/domains/uniclicker2.m1dnight.json
+++ b/domains/uniclicker2.m1dnight.json
@@ -1,6 +1,6 @@
{
"description": "UniClicker2 Based in JS",
- "repo": "https://UniClicker-2-Webveiw-Edition.m1dnightdev.repl.co", /* requires replit auth */
+ "repo": "https://UniClicker-2-Webveiw-Edition.m1dnightdev.repl.co",
"owner": {
"username": "M1dnight",
"email": "m1dnightgmrofficial@gmail.com"
From ad710953c481a0fa9bbeff3f13cc7ce96e7b3eec Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 19 Mar 2023 07:34:09 +0800
Subject: [PATCH 0045/2199] Update romi.json
---
domains/romi.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/romi.json b/domains/romi.json
index 47be7ded7..29d85bd4c 100644
--- a/domains/romi.json
+++ b/domains/romi.json
@@ -6,6 +6,6 @@
"email": "romi49610@gmail.com"
},
"record": {
- "CNAME": "leuthra.github.io/Leuthra"
+ "CNAME": "leuthra.github.io"
}
}
From 6a4589749600684cc63f7d5fdaa580e8b2d11e89 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 19 Mar 2023 07:36:02 +0800
Subject: [PATCH 0046/2199] Update pixyshare.json
---
domains/pixyshare.json | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/domains/pixyshare.json b/domains/pixyshare.json
index f9fc3e09b..c8d815471 100644
--- a/domains/pixyshare.json
+++ b/domains/pixyshare.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
- "username": "emmu",
+{
+ "owner": {
+ "username": "emmu123",
"email": "aneenababu71901@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "3603c299-03cd-4a0c-b29f-24250c6e7354.id.repl.co"
- }
}
-
+}
From c37da1af742eaae3b27e8e70ad594f7985a69886 Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Sun, 19 Mar 2023 08:51:30 +0800
Subject: [PATCH 0047/2199] Update README.md
---
README.md | 23 ++++++++++++++++-------
1 file changed, 16 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 2e46e68b8..512ac4304 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,9 @@
-## Registration
-###### Manual registration:
+## Register
+### Manual Registration
+
- [Fork](https://github.com/is-a-dev/register/fork) this repository.
- Add a new file called `your-domain-name.json` in the `domains` folder to register `your-domain-name.is-a.dev`.
- [Read the documentation](https://is-a.dev/docs).
@@ -25,17 +26,25 @@
- After the pull request is merged, please allow up to 24 hours for the changes to propagate.
- Enjoy your new `.is-a.dev` domain!
-###### Or if you prefer to use your command line:
+### CLI Registration
+
+Install the CLI:
```bash
npm install @is-a-dev/cli -g
-
-is-a-dev login
-
-is-a-dev create
```
+Login to the CLI:
+```bash
+is-a-dev login
+```
+
+Register a subdomain on the CLI:
+
+```
+is-a-dev register
+```
## Status
You can check the uptime of our services on our [status dashboard](https://stats.uptimerobot.com/zY4XKIRVzw).
From 7ae89a55daf87532822257aacda5fe5f76955138 Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Sun, 19 Mar 2023 08:52:38 +0800
Subject: [PATCH 0048/2199] docs: add source code
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 512ac4304..74b9d107e 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,8 @@
### CLI Registration
+###### Source Code: https://github.com/wdhdev/is-a-dev-cli
+
Install the CLI:
```bash
From 094a7e922b9c6831a0be8042bc18b7271450d24f Mon Sep 17 00:00:00 2001
From: mrcrazii <62823817+mrcrazii@users.noreply.github.com>
Date: Sun, 19 Mar 2023 06:42:08 +0530
Subject: [PATCH 0049/2199] Update ohcrazy.json
---
domains/ohcrazy.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/ohcrazy.json b/domains/ohcrazy.json
index faa82add4..3eebaaba9 100644
--- a/domains/ohcrazy.json
+++ b/domains/ohcrazy.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "mrcrazii",
- "email": "62823817+mrcrazii@users.noreply.github.com"
+ "email": "milhanlahir321@gmail.com"
},
"record": {
"CNAME": "mrcrazii.github.io"
From 1b9eaf7e72bf5c7df7ec4449619af25822481a6d Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Sun, 19 Mar 2023 11:02:36 +0800
Subject: [PATCH 0050/2199] Update cli.json
---
domains/cli.json | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/domains/cli.json b/domains/cli.json
index ca55e49ac..72adff01c 100644
--- a/domains/cli.json
+++ b/domains/cli.json
@@ -1,9 +1,10 @@
{
"owner": {
- "username": "@is-a-dev/maintainers",
- "email": "phenax5@gmail.com"
+ "username": "WilliamDavidHarrison",
+ "email": "william@williamharrison.dev"
},
+
"record": {
- "CNAME": "andrewstech.github.io"
+ "CNAME": "wdhdns.com"
}
}
From f8d9245b931735614e9537609a38442100b5c21a Mon Sep 17 00:00:00 2001
From: "The A Story Books .Dev" <109474310+gamerz420@users.noreply.github.com>
Date: Sun, 19 Mar 2023 14:42:50 +0500
Subject: [PATCH 0051/2199] Create hot-dev.json
---
domains/hot-dev.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/hot-dev.json
diff --git a/domains/hot-dev.json b/domains/hot-dev.json
new file mode 100644
index 000000000..278c86764
--- /dev/null
+++ b/domains/hot-dev.json
@@ -0,0 +1,12 @@
+{
+ "description": "Just a website for me",
+ "repo": "https://github.com/gamerz420/gamerz420.github.io",
+ "owner": {
+ "username": "gamerz420",
+ "email": "imakbss@gmail.com",
+ "discord":"gamerz420#6200"
+ },
+ "record": {
+ "CNAME": "gamerz420.github.io"
+ }
+}
From 319750cdf30932301026eb08f3cbd1d3c0c8cfc6 Mon Sep 17 00:00:00 2001
From: Ishan <66240773+D3OXY@users.noreply.github.com>
Date: Sun, 19 Mar 2023 17:52:14 +0530
Subject: [PATCH 0052/2199] Updated Domain
---
domains/deoxy.json | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/domains/deoxy.json b/domains/deoxy.json
index ee3d7c750..63c2627bf 100644
--- a/domains/deoxy.json
+++ b/domains/deoxy.json
@@ -1,9 +1,11 @@
{
"owner": {
- "username": "D3oxy",
- "email": "deoxy@deoxy.tech"
+ "username": "d3oxy",
+ "email": "deoxy@deoxy.dev",
+ "discord": "DEOXY#1038",
+ "twitter": "d3oxyxd"
},
"record": {
- "CNAME": "new.deoxy.tech"
+ "URL": "https://deoxy.dev"
}
}
From efc982d0ea43934689d07a6656d58c48b7d42a6e Mon Sep 17 00:00:00 2001
From: Vasilis Mylonas
Date: Sun, 19 Mar 2023 17:57:39 +0200
Subject: [PATCH 0053/2199] feat(domain): add `vasilismylonas.is-a.dev`
---
domains/vasilismylonas.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/vasilismylonas.json
diff --git a/domains/vasilismylonas.json b/domains/vasilismylonas.json
new file mode 100644
index 000000000..cce9d2b5e
--- /dev/null
+++ b/domains/vasilismylonas.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "VasilisMylonas",
+ "email": "vasilismylonas@protonmail.com"
+ },
+
+ "records": {
+ "CNAME": "https://github.com/vasilismylonas/vasilismylonas.github.io"
+ }
+}
From 9b54864df633a9022d17ba1eba7910348f999836 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Mon, 20 Mar 2023 06:43:42 +0800
Subject: [PATCH 0054/2199] Update vasilismylonas.json
---
domains/vasilismylonas.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/vasilismylonas.json b/domains/vasilismylonas.json
index cce9d2b5e..bfe2ccc69 100644
--- a/domains/vasilismylonas.json
+++ b/domains/vasilismylonas.json
@@ -4,7 +4,7 @@
"email": "vasilismylonas@protonmail.com"
},
- "records": {
- "CNAME": "https://github.com/vasilismylonas/vasilismylonas.github.io"
+ "record": {
+ "CNAME": "vasilismylonas.github.io"
}
}
From 0507320347b5fdac03f5e45481b55656282e4989 Mon Sep 17 00:00:00 2001
From: Sangelo
Date: Tue, 21 Mar 2023 10:18:36 +0100
Subject: [PATCH 0055/2199] Create sangelo.json
Create sangelo.is-a.dev and redirect to personal homepage.
Thanks for providing this service!
---
domains/sangelo.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 domains/sangelo.json
diff --git a/domains/sangelo.json b/domains/sangelo.json
new file mode 100644
index 000000000..545df9d3d
--- /dev/null
+++ b/domains/sangelo.json
@@ -0,0 +1,14 @@
+{
+ "description": "Redirect to personal homepage",
+
+ "owner": {
+ "username": "SangeloDev",
+ "email": "contact@sangelo.space"
+ },
+ "repo": "https://github.com/SangeloDev",
+
+ "record": {
+ "URL": "https://sangelo.space"
+ }
+
+}
From c09e5460ef83b622d85151922b94b1359d5d7091 Mon Sep 17 00:00:00 2001
From: Broduer
Date: Tue, 21 Mar 2023 13:12:26 -0400
Subject: [PATCH 0056/2199] Create broduer.json
---
domains/broduer.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/broduer.json
diff --git a/domains/broduer.json b/domains/broduer.json
new file mode 100644
index 000000000..4aa02dcef
--- /dev/null
+++ b/domains/broduer.json
@@ -0,0 +1,12 @@
+{
+ "description": "broduer.is-a.dev"
+ "owner": {
+ "username": "broduer40",
+ "email": "broduer@aogamers.net"
+ "discord": "[AoG+] Broduer#0331"
+ "record": {
+ "A": [
+ "74.208.236.6"
+ ]
+ }
+}
From 966a42114d4e65b3a29f535ea11a1109ed294e56 Mon Sep 17 00:00:00 2001
From: Broduer
Date: Tue, 21 Mar 2023 13:12:58 -0400
Subject: [PATCH 0057/2199] Create 0ad.json
---
domains/0ad.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/0ad.json
diff --git a/domains/0ad.json b/domains/0ad.json
new file mode 100644
index 000000000..e31e61263
--- /dev/null
+++ b/domains/0ad.json
@@ -0,0 +1,10 @@
+{
+ "description": "0ad.is-a.dev"
+ "owner": {
+ "username": "broduer40",
+ "email": "broduer@aogamers.net"
+ "discord": "[AoG+] Broduer#0331"
+ "record": {
+ "URL": "https://play0ad.com"
+ }
+}
From 0b362efbd2afd3f02a75e04446cc2839c1dfca0e Mon Sep 17 00:00:00 2001
From: Mrugesh Tank
Date: Tue, 21 Mar 2023 22:52:14 +0530
Subject: [PATCH 0058/2199] Added Mrugesh's file
---
domains/mrugeshtank.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/mrugeshtank.json
diff --git a/domains/mrugeshtank.json b/domains/mrugeshtank.json
new file mode 100644
index 000000000..93c7fa64e
--- /dev/null
+++ b/domains/mrugeshtank.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "mrugeshtank",
+ "email": "mrugeshtank@gmail.com",
+ "twitter": "mrugeshtank"
+ },
+ "record": {
+ "URL": "https://mrugesh.tk"
+ }
+}
From 9d3d0192d66fdebf524821af50110eb5b2276799 Mon Sep 17 00:00:00 2001
From: /Ninju <128250644+Ninju69@users.noreply.github.com>
Date: Tue, 21 Mar 2023 23:59:04 +0530
Subject: [PATCH 0059/2199] Create ninju.json
---
domains/ninju.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/ninju.json
diff --git a/domains/ninju.json b/domains/ninju.json
new file mode 100644
index 000000000..8b7565492
--- /dev/null
+++ b/domains/ninju.json
@@ -0,0 +1,11 @@
+{
+ "description": "Ninju's personal developer website",
+ "repo": "https://github.com/Ninju69/ninju69.github.io",
+ "owner": {
+ "username": "Ninju69",
+ "email": "inju2692@outlook.com"
+ },
+ "record": {
+ "CNAME": "ninju69.github.io"
+ }
+}
From 6be28b329445699c307194294940cb73925ef6ef Mon Sep 17 00:00:00 2001
From: Ascende Supirius <92772508+LackingCats@users.noreply.github.com>
Date: Wed, 22 Mar 2023 08:18:33 +1100
Subject: [PATCH 0060/2199] Create eyedotting
---
domains/eyedotting | 1 +
1 file changed, 1 insertion(+)
create mode 100644 domains/eyedotting
diff --git a/domains/eyedotting b/domains/eyedotting
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/domains/eyedotting
@@ -0,0 +1 @@
+
From d942dc2bfe64aa79fc3bbaac58b010ffb167c116 Mon Sep 17 00:00:00 2001
From: Ascende Supirius <92772508+LackingCats@users.noreply.github.com>
Date: Wed, 22 Mar 2023 08:19:32 +1100
Subject: [PATCH 0061/2199] Delete eyedotting
---
domains/eyedotting | 1 -
1 file changed, 1 deletion(-)
delete mode 100644 domains/eyedotting
diff --git a/domains/eyedotting b/domains/eyedotting
deleted file mode 100644
index 8b1378917..000000000
--- a/domains/eyedotting
+++ /dev/null
@@ -1 +0,0 @@
-
From 82f813062c111fadbca1f75941795f4fb6a43bb1 Mon Sep 17 00:00:00 2001
From: Broduer
Date: Tue, 21 Mar 2023 22:55:51 -0400
Subject: [PATCH 0062/2199] Update broduer.json
---
domains/broduer.json | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/domains/broduer.json b/domains/broduer.json
index 4aa02dcef..fe16cddf1 100644
--- a/domains/broduer.json
+++ b/domains/broduer.json
@@ -5,8 +5,6 @@
"email": "broduer@aogamers.net"
"discord": "[AoG+] Broduer#0331"
"record": {
- "A": [
- "74.208.236.6"
- ]
+ "CNAME": "broduer.aogamers.net"
}
}
From 5fb3b41e56cd1adfdb62e2451f9dcf0a32ea75e8 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Wed, 22 Mar 2023 18:19:41 +0800
Subject: [PATCH 0063/2199] Update broduer.json
---
domains/broduer.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/broduer.json b/domains/broduer.json
index fe16cddf1..674b5df0d 100644
--- a/domains/broduer.json
+++ b/domains/broduer.json
@@ -4,7 +4,8 @@
"username": "broduer40",
"email": "broduer@aogamers.net"
"discord": "[AoG+] Broduer#0331"
- "record": {
+ },
+ "record": {
"CNAME": "broduer.aogamers.net"
}
}
From 3dd5b2d56012e9b77512764c1cc9cd549a33ae9d Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Wed, 22 Mar 2023 18:19:56 +0800
Subject: [PATCH 0064/2199] Update broduer.json
---
domains/broduer.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/broduer.json b/domains/broduer.json
index 674b5df0d..a0d3aba46 100644
--- a/domains/broduer.json
+++ b/domains/broduer.json
@@ -1,8 +1,8 @@
{
- "description": "broduer.is-a.dev"
+ "description": "broduer.is-a.dev",
"owner": {
"username": "broduer40",
- "email": "broduer@aogamers.net"
+ "email": "broduer@aogamers.net",
"discord": "[AoG+] Broduer#0331"
},
"record": {
From fb559fffc2e28c7cd8acf8caaba190989a894c13 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Wed, 22 Mar 2023 18:20:20 +0800
Subject: [PATCH 0065/2199] fix json
---
domains/0ad.json | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/domains/0ad.json b/domains/0ad.json
index e31e61263..e6ec978b1 100644
--- a/domains/0ad.json
+++ b/domains/0ad.json
@@ -1,10 +1,11 @@
{
- "description": "0ad.is-a.dev"
+ "description": "0ad.is-a.dev",
"owner": {
"username": "broduer40",
- "email": "broduer@aogamers.net"
+ "email": "broduer@aogamers.net",
"discord": "[AoG+] Broduer#0331"
- "record": {
+ },
+ "record": {
"URL": "https://play0ad.com"
}
}
From d2e29989bcab255de736f40f77acb5967d83bdef Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Wed, 22 Mar 2023 18:40:50 +0800
Subject: [PATCH 0066/2199] Delete rvakz.json
---
domains/rvakz.json | 10 ----------
1 file changed, 10 deletions(-)
delete mode 100644 domains/rvakz.json
diff --git a/domains/rvakz.json b/domains/rvakz.json
deleted file mode 100644
index a461fc730..000000000
--- a/domains/rvakz.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "cdb5e93",
- "email": "cdb5e93@gmail.com"
- },
- "record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
-}
From 0c5887b35b41d56ac771444289662051c8d3fc27 Mon Sep 17 00:00:00 2001
From: Mqrshie <120640441+Mqrshie@users.noreply.github.com>
Date: Wed, 22 Mar 2023 18:52:31 +0800
Subject: [PATCH 0067/2199] Create mqrshie.is-a.dev
---
domains/mqrshie.is-a.dev | 1 +
1 file changed, 1 insertion(+)
create mode 100644 domains/mqrshie.is-a.dev
diff --git a/domains/mqrshie.is-a.dev b/domains/mqrshie.is-a.dev
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/domains/mqrshie.is-a.dev
@@ -0,0 +1 @@
+
From eb4910d79404d89a60a4dfbf55a50464b482b37e Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Wed, 22 Mar 2023 18:57:34 +0800
Subject: [PATCH 0068/2199] Delete allsyed.json
---
domains/allsyed.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/allsyed.json
diff --git a/domains/allsyed.json b/domains/allsyed.json
deleted file mode 100644
index f2ab61183..000000000
--- a/domains/allsyed.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Allsyed's personal website",
- "repo": "https://github.com/allsyed",
- "owner": {
- "username": "allsyed",
- "email": "allsyed@pm.me"
- },
- "record": {
- "CNAME": "allsyed.com"
- }
-}
From a3a98fcf8487e6de51a391376b4aafbf7afa6609 Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Wed, 22 Mar 2023 18:57:44 +0800
Subject: [PATCH 0069/2199] Delete andrew.json
---
domains/andrew.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/andrew.json
diff --git a/domains/andrew.json b/domains/andrew.json
deleted file mode 100644
index 861440a57..000000000
--- a/domains/andrew.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Andrew Nguyen's portfolio",
- "repo": "https://github.com/andrewnt219/andrewnt219.github.io",
- "owner": {
- "username": "andrewnt219",
- "email": "hey@andrewnt.dev"
- },
- "record": {
- "CNAME": "andrewnt219.github.io"
- }
-}
From 671bf210ecf32d1f7b824e6f918677668210c9ea Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Wed, 22 Mar 2023 18:58:03 +0800
Subject: [PATCH 0070/2199] Delete anlshn.json
---
domains/anlshn.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/anlshn.json
diff --git a/domains/anlshn.json b/domains/anlshn.json
deleted file mode 100644
index 4c05ebb32..000000000
--- a/domains/anlshn.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Anil's personal developer website",
- "repo": "https://github.com/anilsahindev",
- "owner": {
- "username": "anilsahindev",
- "email": "anilsahindev@gmail.com"
- },
- "record": {
- "CNAME": "anlshn.com"
- }
-}
From 0733d170f88dfca340816c49b1a75e4d676b89fc Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Wed, 22 Mar 2023 18:58:34 +0800
Subject: [PATCH 0071/2199] Delete amine.json
---
domains/amine.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/amine.json
diff --git a/domains/amine.json b/domains/amine.json
deleted file mode 100644
index d3a4aa723..000000000
--- a/domains/amine.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Personal portfolio",
- "repo": "https://github.com/AM-77/am-77.github.io",
- "owner": {
- "username": "am-77",
- "email": "amine.griche77@protonmail.ch"
- },
- "record": {
- "CNAME": "am-77.github.io"
- }
-}
From 311f725196d3c7c50cb86c3ab9788f1b5970af80 Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Wed, 22 Mar 2023 18:58:54 +0800
Subject: [PATCH 0072/2199] Delete anoop.json
---
domains/anoop.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/anoop.json
diff --git a/domains/anoop.json b/domains/anoop.json
deleted file mode 100644
index 900f947df..000000000
--- a/domains/anoop.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Anoop's blog",
- "repo": "https://github.com/anoopmsivadas/portfolio",
- "owner": {
- "username": "anoopmsivadas",
- "email": "anoopms@disroot.org"
- },
- "record": {
- "CNAME": "anoop.up.railway.app"
- }
-}
From 01da30e9f904657fdb4a154a916ddac36a1e2467 Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Wed, 22 Mar 2023 18:59:08 +0800
Subject: [PATCH 0073/2199] Delete anupam.json
---
domains/anupam.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/anupam.json
diff --git a/domains/anupam.json b/domains/anupam.json
deleted file mode 100644
index 7b91b39e8..000000000
--- a/domains/anupam.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Anupam's portfolio website",
- "repo": "https://github.com/anupamroy8/portfolio",
- "owner": {
- "username": "anupamroy8",
- "email": "anupamroy8@gmail.com"
- },
- "record": {
- "CNAME": "anupamroy8.github.io"
- }
-}
From 1b1ca189d81a8c8b5ce2fd1c15b912d64b80d06a Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Wed, 22 Mar 2023 18:59:24 +0800
Subject: [PATCH 0074/2199] Delete ben.json
---
domains/ben.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/ben.json
diff --git a/domains/ben.json b/domains/ben.json
deleted file mode 100644
index c305e3a7f..000000000
--- a/domains/ben.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Ben's personal developer website",
- "repo": "https://github.com/stupergenius",
- "owner": {
- "username": "stupergenius",
- "email": "ben@bensnider.com"
- },
- "record": {
- "CNAME": "ben.is-a.dev.s3-website.us-east-2.amazonaws.com"
- }
-}
From 5589be547000693f4dccef902e60e1bfef7c79f2 Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Wed, 22 Mar 2023 18:59:33 +0800
Subject: [PATCH 0075/2199] Delete beno.json
---
domains/beno.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/beno.json
diff --git a/domains/beno.json b/domains/beno.json
deleted file mode 100644
index 9c0ceb3e8..000000000
--- a/domains/beno.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Beno's personal developer website",
- "repo": "https://github.com/benosambinu/benosambinu.github.io",
- "owner": {
- "username": "benosambinu",
- "email": "benosbs@gmail.com"
- },
- "record": {
- "CNAME": "benosambinu.github.io"
- }
-}
From 793abc36e0ffa884543b2ec064ef0875f7bfe6a2 Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Wed, 22 Mar 2023 18:59:43 +0800
Subject: [PATCH 0076/2199] Delete bradley.json
---
domains/bradley.json | 10 ----------
1 file changed, 10 deletions(-)
delete mode 100644 domains/bradley.json
diff --git a/domains/bradley.json b/domains/bradley.json
deleted file mode 100644
index 29a3966c1..000000000
--- a/domains/bradley.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Bradley's website",
- "owner": {
- "username": "bholbrook73",
- "email": "bradley73@gmail.com"
- },
- "record": {
- "CNAME": "bradleyholbrook.com"
- }
-}
From 5ccbca9cb632c03843e9abc4e62f8db393799433 Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Wed, 22 Mar 2023 19:00:05 +0800
Subject: [PATCH 0077/2199] Delete brunoff634cyt.json
---
domains/brunoff634cyt.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/brunoff634cyt.json
diff --git a/domains/brunoff634cyt.json b/domains/brunoff634cyt.json
deleted file mode 100644
index b68fd9409..000000000
--- a/domains/brunoff634cyt.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My github website",
- "repo": "https://github.com/brunoff634cyt/brunoff634cyt.github.io",
- "owner": {
- "username": "brunoff634cyt",
- "email": "brunoff634cyt@gmail.com"
- },
- "record": {
- "CNAME": "brunoff634cyt.github.io"
- }
-}
From 604d8313546cd9302eb5188b60fb4fe81f82791b Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Wed, 22 Mar 2023 19:00:23 +0800
Subject: [PATCH 0078/2199] Delete chitrashrigond.json
---
domains/chitrashrigond.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/chitrashrigond.json
diff --git a/domains/chitrashrigond.json b/domains/chitrashrigond.json
deleted file mode 100644
index 48822d7d2..000000000
--- a/domains/chitrashrigond.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My portfolio",
- "repo": "https://github.com/chitrashrigond/chitrashrigond.github.io",
- "owner": {
- "username": "chitrashrigond",
- "email": "chaitragond@gmail.com"
- },
- "record": {
- "CNAME": "chitrashrigond.github.io"
- }
-}
From 9cf793f9527fb9862688c65bcb010334b17e780b Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Wed, 22 Mar 2023 19:00:31 +0800
Subject: [PATCH 0079/2199] Delete cmulay.json
---
domains/cmulay.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/cmulay.json
diff --git a/domains/cmulay.json b/domains/cmulay.json
deleted file mode 100644
index 8b0a18931..000000000
--- a/domains/cmulay.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Chinmay Mulay's Portfolio",
- "repo": "https://github.com/cmulay/cmulay.github.io",
- "owner": {
- "username": "cmulay",
- "email": "codewithchin@gmail.com"
- },
- "record": {
- "CNAME": "cmulay.github.io"
- }
-}
From 1dec7cccee8061b619cdd161c782e5e7b425adca Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Wed, 22 Mar 2023 19:00:40 +0800
Subject: [PATCH 0080/2199] Delete codeshard.json
---
domains/codeshard.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/codeshard.json
diff --git a/domains/codeshard.json b/domains/codeshard.json
deleted file mode 100644
index 164e323ff..000000000
--- a/domains/codeshard.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "In a hole in the ground there lived a hobbit",
- "repo": "https://github.com/codeshard/codeshard.github.io",
- "owner": {
- "username": "codeshard",
- "email": "ozkar.garcell@gmail.com"
- },
- "record": {
- "CNAME": "codeshard.github.io"
- }
-}
From 2faa0f51fb06cafcefd78238a873dee1f7d6dcc1 Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Wed, 22 Mar 2023 19:01:07 +0800
Subject: [PATCH 0081/2199] Delete davekibh.json
---
domains/davekibh.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/davekibh.json
diff --git a/domains/davekibh.json b/domains/davekibh.json
deleted file mode 100644
index dd23d22e2..000000000
--- a/domains/davekibh.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Dave Bhandari's Portfolio",
- "repo": "https://github.com/Davekibh/Davekibh.github.io",
- "owner": {
- "username": "Davekibh",
- "email": "davestephen2002@gmail.com"
- },
- "record": {
- "CNAME": "Davekibh.github.io"
- }
-}
From d740691b1d2fcb2441f45cfed69920b0e697c061 Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Wed, 22 Mar 2023 19:01:15 +0800
Subject: [PATCH 0082/2199] Delete davish.json
---
domains/davish.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/davish.json
diff --git a/domains/davish.json b/domains/davish.json
deleted file mode 100644
index 205b45b81..000000000
--- a/domains/davish.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Davish's Wesbite",
- "repo": "https://github.com/akchy/akchy.github.io",
- "owner": {
- "username": "akchy",
- "email": "akarshashok12@gmail.com"
- },
- "record": {
- "CNAME": "akchy.github.io"
- }
-}
From 16ed2379f496bdcc65f0f01d303011eeb71d0187 Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Wed, 22 Mar 2023 19:01:25 +0800
Subject: [PATCH 0083/2199] Delete derek-briggs.json
---
domains/derek-briggs.json | 9 ---------
1 file changed, 9 deletions(-)
delete mode 100644 domains/derek-briggs.json
diff --git a/domains/derek-briggs.json b/domains/derek-briggs.json
deleted file mode 100644
index 26e1cebff..000000000
--- a/domains/derek-briggs.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Derek52",
- "email": "contact@derekbriggs.xyz"
- },
- "record": {
- "CNAME": "Derek52.github.io"
- }
-}
From fa4e0cd8e35bb0ab5f5dd4f8f3bbb6def12fc353 Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Wed, 22 Mar 2023 19:01:42 +0800
Subject: [PATCH 0084/2199] Delete dermelnik.json
---
domains/dermelnik.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/dermelnik.json
diff --git a/domains/dermelnik.json b/domains/dermelnik.json
deleted file mode 100644
index 53e36ca74..000000000
--- a/domains/dermelnik.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "This website is a link to my personal developer portfolio.",
- "repo": "https://github.com/derMelnik/derMelnik.github.io",
- "owner": {
- "username": "derMelnik",
- "email": "dermelnik@pm.me"
- },
- "record": {
- "CNAME": "derMelnik.github.io"
- }
-}
From 24c40fc91f59e034b6c5996c6bae18c4a785f7f2 Mon Sep 17 00:00:00 2001
From: Mqrshie <120640441+Mqrshie@users.noreply.github.com>
Date: Wed, 22 Mar 2023 19:05:27 +0800
Subject: [PATCH 0085/2199] hmm
---
domains/mqrshie.is-a.dev | 1 -
domains/mqrshie.is-a.dev.json | 13 +++++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
delete mode 100644 domains/mqrshie.is-a.dev
create mode 100644 domains/mqrshie.is-a.dev.json
diff --git a/domains/mqrshie.is-a.dev b/domains/mqrshie.is-a.dev
deleted file mode 100644
index 8b1378917..000000000
--- a/domains/mqrshie.is-a.dev
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/domains/mqrshie.is-a.dev.json b/domains/mqrshie.is-a.dev.json
new file mode 100644
index 000000000..af817eeb9
--- /dev/null
+++ b/domains/mqrshie.is-a.dev.json
@@ -0,0 +1,13 @@
+{
+ "description": "Describe the use of this subdomain",
+ "repo": "https://github.com/Mqrshie/isadev",
+ "owner": {
+ "username": "Mqrshie",
+ "email": "rasberryalt@hotmail.com",
+ "twitter": "Mqrshie"
+ },
+ "record": {
+ "CNAME": "Mqrshie.github.io/isadev"
+ }
+}
+
From 68e6d85bff760a1941ab6ea436255c1c64510411 Mon Sep 17 00:00:00 2001
From: Mqrshie <120640441+Mqrshie@users.noreply.github.com>
Date: Wed, 22 Mar 2023 19:13:07 +0800
Subject: [PATCH 0086/2199] work please
---
domains/{mqrshie.is-a.dev.json => mqrshie.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{mqrshie.is-a.dev.json => mqrshie.json} (100%)
diff --git a/domains/mqrshie.is-a.dev.json b/domains/mqrshie.json
similarity index 100%
rename from domains/mqrshie.is-a.dev.json
rename to domains/mqrshie.json
From 4ce2aad5da7ea63d6170ca44ec4db437b3ab3e90 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Wed, 22 Mar 2023 19:57:10 +0800
Subject: [PATCH 0087/2199] Update mqrshie.json
---
domains/mqrshie.json | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/domains/mqrshie.json b/domains/mqrshie.json
index af817eeb9..17d6b8979 100644
--- a/domains/mqrshie.json
+++ b/domains/mqrshie.json
@@ -1,5 +1,4 @@
{
- "description": "Describe the use of this subdomain",
"repo": "https://github.com/Mqrshie/isadev",
"owner": {
"username": "Mqrshie",
@@ -9,5 +8,4 @@
"record": {
"CNAME": "Mqrshie.github.io/isadev"
}
-}
-
+}
From c2d49c0db7d4821403b1285227abe84d6ae3a498 Mon Sep 17 00:00:00 2001
From: Mqrshie <120640441+Mqrshie@users.noreply.github.com>
Date: Thu, 23 Mar 2023 09:02:22 +0800
Subject: [PATCH 0088/2199] e
---
domains/mqrshie.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/mqrshie.json b/domains/mqrshie.json
index af817eeb9..1dacdddef 100644
--- a/domains/mqrshie.json
+++ b/domains/mqrshie.json
@@ -1,5 +1,5 @@
{
- "description": "Describe the use of this subdomain",
+ "description": "",
"repo": "https://github.com/Mqrshie/isadev",
"owner": {
"username": "Mqrshie",
From 7ec08b29ad827f428d887e8a07718754668dc04a Mon Sep 17 00:00:00 2001
From: Mostafa Efafi
Date: Thu, 23 Mar 2023 17:26:30 +0330
Subject: [PATCH 0089/2199] added mostafaefafi.is-a.dev
---
domains/mostafaefafi.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/mostafaefafi.json
diff --git a/domains/mostafaefafi.json b/domains/mostafaefafi.json
new file mode 100644
index 000000000..27e460737
--- /dev/null
+++ b/domains/mostafaefafi.json
@@ -0,0 +1,12 @@
+{
+ "description": "Mostafa Efafi's is-a-dev domain",
+ "repo": "https://github.com/mostafa-efafi/is-a.dev",
+ "owner": {
+ "username": "mostafa-efafi",
+ "email": "mostafa.ef@gmail.com"
+ },
+ "record": {
+ "CNAME": "mostafa-efafi.github.io"
+ }
+ }
+
\ No newline at end of file
From 82abaf174855d450618ff33f5ee7a4349416b51a Mon Sep 17 00:00:00 2001
From: Cryptic <127541391+cryptixrune@users.noreply.github.com>
Date: Thu, 23 Mar 2023 18:56:40 +0200
Subject: [PATCH 0090/2199] feat(domain): add `crypt.is-a.dev`
---
domains/crypt.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/crypt.json
diff --git a/domains/crypt.json b/domains/crypt.json
new file mode 100644
index 000000000..6497946bc
--- /dev/null
+++ b/domains/crypt.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "cryptixrune",
+ "email": "lunar.dev@icloud.com"
+ },
+
+ "record": {
+ "CNAME": "cryptixrune.github.io"
+ }
+}
From c098f5578cc58b45c6a8a8f23292e5ae7845db84 Mon Sep 17 00:00:00 2001
From: 8n9ght <80909968+8n9ght@users.noreply.github.com>
Date: Thu, 23 Mar 2023 18:06:58 +0100
Subject: [PATCH 0091/2199] Update jean-arthur.json
---
domains/jean-arthur.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/jean-arthur.json b/domains/jean-arthur.json
index b32121c33..729b3f4c2 100644
--- a/domains/jean-arthur.json
+++ b/domains/jean-arthur.json
@@ -1,7 +1,7 @@
{
"description": "Part of my portfolio website",
- "repo": "https://github.com/8n9ght/8n9ght.github.io",
+ "repo": "https://github.com/8n9ght/portfolio",
"owner": {
"username": "8n9ght",
"email": "8n9ght@gmail.com"
From acbb9f49f15b9162ec6c079b0dfe9fdb93bd5af2 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Fri, 24 Mar 2023 10:44:39 +0800
Subject: [PATCH 0092/2199] Update mqrshie.json
---
domains/mqrshie.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/mqrshie.json b/domains/mqrshie.json
index 1608e53ea..38a4cef29 100644
--- a/domains/mqrshie.json
+++ b/domains/mqrshie.json
@@ -1,5 +1,4 @@
{
- "description": "",
"repo": "https://github.com/Mqrshie/isadev",
"owner": {
"username": "Mqrshie",
@@ -7,6 +6,6 @@
"twitter": "Mqrshie"
},
"record": {
- "CNAME": "Mqrshie.github.io/isadev"
+ "CNAME": "Mqrshie.github.io"
}
}
From d1c315052b79e44ccd5387380e434294b2b477c4 Mon Sep 17 00:00:00 2001
From: Mostafa Efafi <126234180+mostafa-efafi@users.noreply.github.com>
Date: Fri, 24 Mar 2023 13:04:41 +0330
Subject: [PATCH 0093/2199] Update mostafaefafi.json
---
domains/mostafaefafi.json | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/domains/mostafaefafi.json b/domains/mostafaefafi.json
index 27e460737..d3b409464 100644
--- a/domains/mostafaefafi.json
+++ b/domains/mostafaefafi.json
@@ -1,12 +1,12 @@
{
- "description": "Mostafa Efafi's is-a-dev domain",
- "repo": "https://github.com/mostafa-efafi/is-a.dev",
- "owner": {
- "username": "mostafa-efafi",
- "email": "mostafa.ef@gmail.com"
- },
- "record": {
- "CNAME": "mostafa-efafi.github.io"
- }
+ "description": "Mostafa Efafi's is-a-dev domain",
+ "repo": "https://github.com/mostafa-efafi/intro",
+ "owner": {
+ "username": "mostafa-efafi",
+ "email": "mostafa.ef@gmail.com"
+ },
+ "record": {
+ "CNAME": "mostafa-efafi.github.io",
+ "URL": "https://mostafa-efafi.github.io/intro/"
}
-
\ No newline at end of file
+}
From 621ce379edc5443e7cee0a3bba12b3a50c6eb63d Mon Sep 17 00:00:00 2001
From: Goutham Krishna
Date: Fri, 24 Mar 2023 15:26:17 +0530
Subject: [PATCH 0094/2199] feat(domain): add `gouthamkrishnakv.is-a.dev`
---
domains/gouthamkrishnakv.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/gouthamkrishnakv.json
diff --git a/domains/gouthamkrishnakv.json b/domains/gouthamkrishnakv.json
new file mode 100644
index 000000000..a9677e479
--- /dev/null
+++ b/domains/gouthamkrishnakv.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "gouthamkrishnakv",
+ "email": "gauthamkrishna9991@live.com"
+ },
+
+ "record": {
+ "CNAME": "gouthamkrishnakv.pages.dev"
+ }
+}
From d36bedaaafd5a9022b2f24aaabef3704c8bdea14 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Fri, 24 Mar 2023 18:04:04 +0800
Subject: [PATCH 0095/2199] Update mostafaefafi.json
---
domains/mostafaefafi.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/mostafaefafi.json b/domains/mostafaefafi.json
index d3b409464..16e2c91bb 100644
--- a/domains/mostafaefafi.json
+++ b/domains/mostafaefafi.json
@@ -6,7 +6,6 @@
"email": "mostafa.ef@gmail.com"
},
"record": {
- "CNAME": "mostafa-efafi.github.io",
- "URL": "https://mostafa-efafi.github.io/intro/"
+ "CNAME": "mostafa-efafi.github.io"
}
}
From 23776c68f69632ee85e2d55a945804dbd0c2ccb5 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Fri, 24 Mar 2023 18:12:30 +0800
Subject: [PATCH 0096/2199] Update woundrite.json
---
domains/woundrite.json | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/domains/woundrite.json b/domains/woundrite.json
index 63874b341..bb3a0ab3f 100644
--- a/domains/woundrite.json
+++ b/domains/woundrite.json
@@ -1,11 +1,14 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Woundrite",
"email": "ndbendale2004@gmail.com"
- },
- "record": {
- "A": ["185.199.108.153"]
- }
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
}
-
+}
From 36f57df7659b3b29013219dd672c5afe0030e1c2 Mon Sep 17 00:00:00 2001
From: Emil <91022515+eemeeh@users.noreply.github.com>
Date: Fri, 24 Mar 2023 19:18:10 +0200
Subject: [PATCH 0097/2199] feat(domain): add `emi.is-a.dev`
---
domains/emi.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/emi.json
diff --git a/domains/emi.json b/domains/emi.json
new file mode 100644
index 000000000..68fc7f0fe
--- /dev/null
+++ b/domains/emi.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "eemeeh",
+ "email": "dev@emeeh.ro"
+ },
+
+ "record": {
+ "CNAME": "emeeh.ro"
+ }
+}
From 02e837e366141f055bf9ef2da02890ec078b98e5 Mon Sep 17 00:00:00 2001
From: "Mr.Prime" <96620304+MrPrimeDev@users.noreply.github.com>
Date: Fri, 24 Mar 2023 22:58:56 +0530
Subject: [PATCH 0098/2199] Create mrprime.json
---
domains/mrprime.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/mrprime.json
diff --git a/domains/mrprime.json b/domains/mrprime.json
new file mode 100644
index 000000000..b2da6fcb6
--- /dev/null
+++ b/domains/mrprime.json
@@ -0,0 +1,12 @@
+{
+ "description": "Link to my bio.link page",
+ "owner": {
+ "username": "MrPrimeDev",
+ "email": "justmeprime@gmail.com",
+ "twitter": "@RealMrPrime",
+ "discord": "MrPrime#9636"
+ },
+ "record": {
+ "URL": "https://bio.link/mrprime"
+ }
+}
From 81abd5d23260086ae6850b119aee54874c490b29 Mon Sep 17 00:00:00 2001
From: ri1_
Date: Sat, 25 Mar 2023 14:24:32 +0100
Subject: [PATCH 0099/2199] Create ri1.json
---
domains/ri1.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/ri1.json
diff --git a/domains/ri1.json b/domains/ri1.json
new file mode 100644
index 000000000..289aae0a6
--- /dev/null
+++ b/domains/ri1.json
@@ -0,0 +1,12 @@
+{
+ "description": "Redirect to my website -> notri1.fr",
+ "owner": {
+ "username": "ri1ongithub",
+ "email": "contact@notri1.fr",
+ "twitter": "ri1ontwitr",
+ "discord": "ri1_#0973"
+ },
+ "record": {
+ "URL": "notri1.fr"
+ }
+}
From 097443ada1ae54a54cf94a184d3387060a1aa9d2 Mon Sep 17 00:00:00 2001
From: Kawet <69346261+Kawet00@users.noreply.github.com>
Date: Sun, 26 Mar 2023 00:17:44 +0100
Subject: [PATCH 0100/2199] Create kawet
---
domains/kawet | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/kawet
diff --git a/domains/kawet b/domains/kawet
new file mode 100644
index 000000000..6f9e509e5
--- /dev/null
+++ b/domains/kawet
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Kawet",
+ "twitter": "Kawet00",
+ "discord": "Kawet#4827"
+ },
+ "record": {
+ "CNAME": "ee4b2375-cc40-4c9d-b34a-9fa2047b8ebf.id.repl.co",
+ "TXT": "replit-verify=ee4b2375-cc40-4c9d-b34a-9fa2047b8ebf"
+ }
+}
From d7f262f8f473d9ef750d2e820a21662e995afdb6 Mon Sep 17 00:00:00 2001
From: Kawet <69346261+Kawet00@users.noreply.github.com>
Date: Sun, 26 Mar 2023 00:18:49 +0100
Subject: [PATCH 0101/2199] Delete kawet
---
domains/kawet | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/kawet
diff --git a/domains/kawet b/domains/kawet
deleted file mode 100644
index 6f9e509e5..000000000
--- a/domains/kawet
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "Kawet",
- "twitter": "Kawet00",
- "discord": "Kawet#4827"
- },
- "record": {
- "CNAME": "ee4b2375-cc40-4c9d-b34a-9fa2047b8ebf.id.repl.co",
- "TXT": "replit-verify=ee4b2375-cc40-4c9d-b34a-9fa2047b8ebf"
- }
-}
From b646335c899738b858b791ca8ac60bc909991791 Mon Sep 17 00:00:00 2001
From: Kawet <69346261+Kawet00@users.noreply.github.com>
Date: Sun, 26 Mar 2023 00:19:03 +0100
Subject: [PATCH 0102/2199] Create kawet.json
---
domains/kawet.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/kawet.json
diff --git a/domains/kawet.json b/domains/kawet.json
new file mode 100644
index 000000000..6f9e509e5
--- /dev/null
+++ b/domains/kawet.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Kawet",
+ "twitter": "Kawet00",
+ "discord": "Kawet#4827"
+ },
+ "record": {
+ "CNAME": "ee4b2375-cc40-4c9d-b34a-9fa2047b8ebf.id.repl.co",
+ "TXT": "replit-verify=ee4b2375-cc40-4c9d-b34a-9fa2047b8ebf"
+ }
+}
From 7163d2d676b98549b3c65147a0278390186e4756 Mon Sep 17 00:00:00 2001
From: Kawet <69346261+Kawet00@users.noreply.github.com>
Date: Sun, 26 Mar 2023 00:19:44 +0100
Subject: [PATCH 0103/2199] Create kawet.json
---
domains/kawet.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/kawet.json
diff --git a/domains/kawet.json b/domains/kawet.json
new file mode 100644
index 000000000..6f9e509e5
--- /dev/null
+++ b/domains/kawet.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Kawet",
+ "twitter": "Kawet00",
+ "discord": "Kawet#4827"
+ },
+ "record": {
+ "CNAME": "ee4b2375-cc40-4c9d-b34a-9fa2047b8ebf.id.repl.co",
+ "TXT": "replit-verify=ee4b2375-cc40-4c9d-b34a-9fa2047b8ebf"
+ }
+}
From 3c3d8d08850ebe05b097963001dc5d0996dc5197 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 26 Mar 2023 10:44:39 +0800
Subject: [PATCH 0104/2199] Update ri1.json
---
domains/ri1.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/ri1.json b/domains/ri1.json
index 289aae0a6..15ebd65ba 100644
--- a/domains/ri1.json
+++ b/domains/ri1.json
@@ -7,6 +7,6 @@
"discord": "ri1_#0973"
},
"record": {
- "URL": "notri1.fr"
+ "URL": "https://notri1.fr"
}
}
From 78d24904b8bfc10bed0b24f1bb04e0c58d766828 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 26 Mar 2023 11:01:58 +0800
Subject: [PATCH 0105/2199] Update kawet.json
---
domains/kawet.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/domains/kawet.json b/domains/kawet.json
index 6f9e509e5..a5f651129 100644
--- a/domains/kawet.json
+++ b/domains/kawet.json
@@ -1,11 +1,11 @@
{
"owner": {
- "username": "Kawet",
+ "username": "Kawet00",
+ "email": "",
"twitter": "Kawet00",
"discord": "Kawet#4827"
},
"record": {
- "CNAME": "ee4b2375-cc40-4c9d-b34a-9fa2047b8ebf.id.repl.co",
- "TXT": "replit-verify=ee4b2375-cc40-4c9d-b34a-9fa2047b8ebf"
+ "CNAME": "ee4b2375-cc40-4c9d-b34a-9fa2047b8ebf.id.repl.co"
}
}
From 5b0f11f8103e2b80f53d19e732a09a460d58a474 Mon Sep 17 00:00:00 2001
From: unknown
Date: Sun, 26 Mar 2023 14:25:40 +0700
Subject: [PATCH 0106/2199] feat(domain): add warofzen.is-a.dev
---
domains/warofzen.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/warofzen.json
diff --git a/domains/warofzen.json b/domains/warofzen.json
new file mode 100644
index 000000000..5ece9a31d
--- /dev/null
+++ b/domains/warofzen.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal site",
+ "repo": "https://github.com/warofzen/warofzen.github.io",
+ "owner": {
+ "username": "warofzen",
+ "email": "warofzen1@proton.me"
+ },
+ "record": {
+ "CNAME": "warofzen.github.io"
+ }
+}
\ No newline at end of file
From ffda843cb64044bb6f7000f031621a9e0467a74c Mon Sep 17 00:00:00 2001
From: Kawet <69346261+Kawet00@users.noreply.github.com>
Date: Sun, 26 Mar 2023 11:09:36 +0200
Subject: [PATCH 0107/2199] feat(domain): add `kawet00.is-a.dev`
---
domains/kawet00.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/kawet00.json
diff --git a/domains/kawet00.json b/domains/kawet00.json
new file mode 100644
index 000000000..80d0be185
--- /dev/null
+++ b/domains/kawet00.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Kawet00",
+ "email": "elpisstolero13@outlook.com"
+ },
+
+ "record": {
+ "CNAME": "kawet.is-a.dev"
+ }
+}
From a58e06b962a9279bf567f3b65ede716fde91c2ad Mon Sep 17 00:00:00 2001
From: Anshu Ayan
Date: Sun, 26 Mar 2023 16:55:39 +0530
Subject: [PATCH 0108/2199] feat(domain): add `kakarot.is-a.dev.is-a.dev`
---
domains/kakarot.is-a.dev.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/kakarot.is-a.dev.json
diff --git a/domains/kakarot.is-a.dev.json b/domains/kakarot.is-a.dev.json
new file mode 100644
index 000000000..5861ef9fe
--- /dev/null
+++ b/domains/kakarot.is-a.dev.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "anshuayan",
+ "email": "kakarotp@proton.me"
+ },
+
+ "record": {
+ "CNAME": "anshuayan.github.io"
+ }
+}
From 8c524b279217f4ca780c48685e6fdeb82bd00eaf Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 26 Mar 2023 19:36:32 +0800
Subject: [PATCH 0109/2199] Update kawet.json
---
domains/kawet.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/kawet.json b/domains/kawet.json
index 6f9e509e5..1dfa27509 100644
--- a/domains/kawet.json
+++ b/domains/kawet.json
@@ -1,11 +1,11 @@
{
"owner": {
"username": "Kawet",
+ "email": "",
"twitter": "Kawet00",
"discord": "Kawet#4827"
},
"record": {
- "CNAME": "ee4b2375-cc40-4c9d-b34a-9fa2047b8ebf.id.repl.co",
- "TXT": "replit-verify=ee4b2375-cc40-4c9d-b34a-9fa2047b8ebf"
+ "CNAME": "ee4b2375-cc40-4c9d-b34a-9fa2047b8ebf.id.repl.co"
}
}
From 956ed8c6a48b672600418054c4a375bd222289d3 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 26 Mar 2023 19:36:47 +0800
Subject: [PATCH 0110/2199] Update kawet.json
---
domains/kawet.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/kawet.json b/domains/kawet.json
index 1dfa27509..a5f651129 100644
--- a/domains/kawet.json
+++ b/domains/kawet.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "Kawet",
+ "username": "Kawet00",
"email": "",
"twitter": "Kawet00",
"discord": "Kawet#4827"
From 38a844209b12d91be6ac52c403810d651ff81d85 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 26 Mar 2023 19:40:36 +0800
Subject: [PATCH 0111/2199] Rename kakarot.is-a.dev.json to kakarot.json
---
domains/{kakarot.is-a.dev.json => kakarot.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{kakarot.is-a.dev.json => kakarot.json} (100%)
diff --git a/domains/kakarot.is-a.dev.json b/domains/kakarot.json
similarity index 100%
rename from domains/kakarot.is-a.dev.json
rename to domains/kakarot.json
From a27fa30f8e10ef3dd329f380f6aa603fa8da9fa6 Mon Sep 17 00:00:00 2001
From: LMG XENON <82078620+LMGXENON@users.noreply.github.com>
Date: Sun, 26 Mar 2023 16:49:29 +0400
Subject: [PATCH 0112/2199] Create lmgxenon.json
---
domains/lmgxenon.json | 1 +
1 file changed, 1 insertion(+)
create mode 100644 domains/lmgxenon.json
diff --git a/domains/lmgxenon.json b/domains/lmgxenon.json
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/domains/lmgxenon.json
@@ -0,0 +1 @@
+
From a8730a58d0afd2fe181ada48922f4e6f45f473f6 Mon Sep 17 00:00:00 2001
From: Dolbaeb
Date: Sun, 26 Mar 2023 16:04:02 +0200
Subject: [PATCH 0113/2199] Create dolba3b.json
---
domains/dolba3b.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/dolba3b.json
diff --git a/domains/dolba3b.json b/domains/dolba3b.json
new file mode 100644
index 000000000..7d5776ee0
--- /dev/null
+++ b/domains/dolba3b.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "D0LBA3B",
+ "email": "clement.favre@losentse-help.ch"
+ },
+ "record": {
+ "URL": "https://losentse-help.ch"
+ }
+}
From d97cfcf9f6c68e714480c8ac65226d505947fdf6 Mon Sep 17 00:00:00 2001
From: Guilherme
Date: Sun, 26 Mar 2023 11:13:16 -0300
Subject: [PATCH 0114/2199] adding improvmx email
---
domains/max.json | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/domains/max.json b/domains/max.json
index 445a8e699..bd370c0b2 100644
--- a/domains/max.json
+++ b/domains/max.json
@@ -7,6 +7,11 @@
"record": {
"URL": "https://eu.dzxdev.repl.co"
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ]
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
-
\ No newline at end of file
+
From d29de6f7e933c1941ed4064bb2722ecc55e119aa Mon Sep 17 00:00:00 2001
From: Sujal Patel <76617735+c0der69@users.noreply.github.com>
Date: Sun, 26 Mar 2023 20:08:59 +0530
Subject: [PATCH 0115/2199] Add files via upload
---
domains/sujal.json | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 domains/sujal.json
diff --git a/domains/sujal.json b/domains/sujal.json
new file mode 100644
index 000000000..e69de29bb
From ad5d04250e3c064b1eebf3e06e25a9f0b142dc53 Mon Sep 17 00:00:00 2001
From: Sujal Patel <76617735+c0der69@users.noreply.github.com>
Date: Sun, 26 Mar 2023 20:24:33 +0530
Subject: [PATCH 0116/2199] Update sujal.json
---
domains/sujal.json | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/domains/sujal.json b/domains/sujal.json
index e69de29bb..9ac9bbe6f 100644
--- a/domains/sujal.json
+++ b/domains/sujal.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "
Date: Sun, 26 Mar 2023 20:25:06 +0530
Subject: [PATCH 0117/2199] Update sujal.json
---
domains/sujal.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/sujal.json b/domains/sujal.json
index 9ac9bbe6f..fc56e0085 100644
--- a/domains/sujal.json
+++ b/domains/sujal.json
@@ -7,4 +7,4 @@
"record": {
"CNAME": "sujal-is-a-dev.pages.dev"
}
-}
+
From c0b1bbb2928facf98e10dbeb57e459d38cdc2a53 Mon Sep 17 00:00:00 2001
From: Guilherme
Date: Sun, 26 Mar 2023 12:58:24 -0300
Subject: [PATCH 0118/2199] Update max.json
---
domains/max.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/max.json b/domains/max.json
index 445a8e699..d8e17c857 100644
--- a/domains/max.json
+++ b/domains/max.json
@@ -6,7 +6,7 @@
},
"record": {
- "URL": "https://eu.dzxdev.repl.co"
+ "CNAME": "00d4ebe1-549c-4de6-80ba-0d2a603d0388.id.repl.co"
}
}
-
\ No newline at end of file
+
From ffb14adcc6657df23f12f0e107255de74aa22ef4 Mon Sep 17 00:00:00 2001
From: LMG XENON <82078620+LMGXENON@users.noreply.github.com>
Date: Sun, 26 Mar 2023 20:30:33 +0400
Subject: [PATCH 0119/2199] Update lmgxenon.json
---
domains/lmgxenon.json | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/domains/lmgxenon.json b/domains/lmgxenon.json
index 8b1378917..149dc3673 100644
--- a/domains/lmgxenon.json
+++ b/domains/lmgxenon.json
@@ -1 +1,10 @@
-
+{
+ "description": "lmgxenon.is-a.dev",
+ "owner": {
+ "username": "LMG XENON",
+ "email": "lmgxenon@gmail.com"
+ },
+ "record": {
+ "CNAME": "80a427ae-2192-4b6e-8bbe-da559ccb481a.id.repl.co"
+ }
+}
From a90bb7ab927865201cba7e9db6bae06e5ff45e5e Mon Sep 17 00:00:00 2001
From: Skullfiredevil <97984792+Skullfiredevil@users.noreply.github.com>
Date: Sun, 26 Mar 2023 20:34:50 +0100
Subject: [PATCH 0120/2199] feat(domain): add `skullfiredevil.is-a.dev`
---
domains/skullfiredevil.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/skullfiredevil.json
diff --git a/domains/skullfiredevil.json b/domains/skullfiredevil.json
new file mode 100644
index 000000000..5514daf95
--- /dev/null
+++ b/domains/skullfiredevil.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Skullfiredevil",
+ "email": "jotipinto@gmail.com"
+ },
+
+ "record": {
+ "A": [""]
+ }
+}
From e6c80c2e952cee42821db08dc044295b09f18c61 Mon Sep 17 00:00:00 2001
From: LMG XENON <82078620+LMGXENON@users.noreply.github.com>
Date: Sun, 26 Mar 2023 23:58:03 +0400
Subject: [PATCH 0121/2199] Update lmgxenon.json
---
domains/lmgxenon.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/lmgxenon.json b/domains/lmgxenon.json
index 149dc3673..efb9cc718 100644
--- a/domains/lmgxenon.json
+++ b/domains/lmgxenon.json
@@ -1,5 +1,5 @@
{
- "description": "lmgxenon.is-a.dev",
+ "description": "Hi, I'm LMG XENON. I develop Discord bots, user interfaces and web applications.",
"owner": {
"username": "LMG XENON",
"email": "lmgxenon@gmail.com"
From 2ce60e42be0b6d37e6f684589cc18b078775acd9 Mon Sep 17 00:00:00 2001
From: Guilherme
Date: Sun, 26 Mar 2023 21:00:10 -0300
Subject: [PATCH 0122/2199] change the username
---
domains/max.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/max.json b/domains/max.json
index d8e17c857..de92d36fb 100644
--- a/domains/max.json
+++ b/domains/max.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "ItzMaxxi",
+ "username": "mdsmax",
"email": "maxguilham@protonmail.com"
},
From 23956bf13c1e754990c0852a783fd2b041459abf Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Mon, 27 Mar 2023 08:30:13 +0800
Subject: [PATCH 0123/2199] Update sujal.json
---
domains/sujal.json | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/domains/sujal.json b/domains/sujal.json
index fc56e0085..75329582b 100644
--- a/domains/sujal.json
+++ b/domains/sujal.json
@@ -1,7 +1,8 @@
{
"owner": {
- "username": "
Date: Mon, 27 Mar 2023 08:32:35 +0800
Subject: [PATCH 0124/2199] Update sujal.json
---
domains/sujal.json | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/domains/sujal.json b/domains/sujal.json
index 75329582b..cc410be53 100644
--- a/domains/sujal.json
+++ b/domains/sujal.json
@@ -3,9 +3,8 @@
"username": "c0der69",
"email": "",
"twitter": "psychosniper_",
- }
-},
+ },
"record": {
"CNAME": "sujal-is-a-dev.pages.dev"
}
-
+}
From 6273f35abfc89a84158513f9047c8ae278d94e37 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Mon, 27 Mar 2023 10:30:45 +0800
Subject: [PATCH 0125/2199] fix json
---
domains/sujal.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/sujal.json b/domains/sujal.json
index cc410be53..61dc5781b 100644
--- a/domains/sujal.json
+++ b/domains/sujal.json
@@ -2,7 +2,7 @@
"owner": {
"username": "c0der69",
"email": "",
- "twitter": "psychosniper_",
+ "twitter": "psychosniper_"
},
"record": {
"CNAME": "sujal-is-a-dev.pages.dev"
From 860044c6845361f903049801592a5e276227102c Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Mon, 27 Mar 2023 10:37:15 +0800
Subject: [PATCH 0126/2199] Update lmgxenon.json
---
domains/lmgxenon.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/lmgxenon.json b/domains/lmgxenon.json
index efb9cc718..66de18bb9 100644
--- a/domains/lmgxenon.json
+++ b/domains/lmgxenon.json
@@ -1,7 +1,7 @@
{
"description": "Hi, I'm LMG XENON. I develop Discord bots, user interfaces and web applications.",
"owner": {
- "username": "LMG XENON",
+ "username": "LMGXENON",
"email": "lmgxenon@gmail.com"
},
"record": {
From 2481a4208eee1d8a93421509cac5b59250cb2170 Mon Sep 17 00:00:00 2001
From: ProgrammerXD <70265763+realpxd@users.noreply.github.com>
Date: Mon, 27 Mar 2023 11:57:47 +0530
Subject: [PATCH 0127/2199] Delete pxd.json
---
domains/pxd.json | 12 ------------
1 file changed, 12 deletions(-)
delete mode 100644 domains/pxd.json
diff --git a/domains/pxd.json b/domains/pxd.json
deleted file mode 100644
index 342ec7b21..000000000
--- a/domains/pxd.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "ProgrammerXD",
- "repo": "https://github.com/realpxd/realpxd.github.io",
- "owner": {
- "username": "realpxd",
- "email": "thisisnamansaini@gmail.com",
- "twitter": "PXD_Officials"
- },
- "record": {
- "CNAME": "realpxd.github.io"
- }
-}
From 2d3ebe3bc51c15b79cdbd8f8799c2cfaeaeb6cbc Mon Sep 17 00:00:00 2001
From: ProgrammerXD <70265763+realpxd@users.noreply.github.com>
Date: Mon, 27 Mar 2023 11:58:28 +0530
Subject: [PATCH 0128/2199] Delete realpxd.json
---
domains/realpxd.json | 12 ------------
1 file changed, 12 deletions(-)
delete mode 100644 domains/realpxd.json
diff --git a/domains/realpxd.json b/domains/realpxd.json
deleted file mode 100644
index a32fcef4c..000000000
--- a/domains/realpxd.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "ProgrammerXD",
- "repo": "https://github.com/realpxd/realpxd.github.io",
- "owner": {
- "username": "realpxd",
- "email": "thisisnamansaini@gmail.com",
- "twitter": "PXD_Officials"
- },
- "record": {
- "CNAME": "realpxd.github.io"
- }
-}
From ab933c85e7d8236253e104469bc40bb6fcc69aa3 Mon Sep 17 00:00:00 2001
From: ProgrammerXD <70265763+realpxd@users.noreply.github.com>
Date: Mon, 27 Mar 2023 12:00:02 +0530
Subject: [PATCH 0129/2199] Create pxd.json
---
domains/pxd.json | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 domains/pxd.json
diff --git a/domains/pxd.json b/domains/pxd.json
new file mode 100644
index 000000000..3fd33c445
--- /dev/null
+++ b/domains/pxd.json
@@ -0,0 +1,23 @@
+{
+
+ "description": "ProgrammerXD",
+
+ "repo": "https://github.com/realpxd/realpxd.github.io",
+
+ "owner": {
+
+ "username": "realpxd",
+
+ "email": "contact@pxdcloud.in",
+
+ "twitter": "PXD_Officials"
+
+ },
+
+ "record": {
+
+ "CNAME": "realpxd.github.io"
+
+ }
+
+}
From 655b9cedbafa2fc29b1e6b0c2223b0a172789b86 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Mon, 27 Mar 2023 15:54:24 +0800
Subject: [PATCH 0130/2199] Update pxd.json
---
domains/pxd.json | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/domains/pxd.json b/domains/pxd.json
index 3fd33c445..9bb08d9c7 100644
--- a/domains/pxd.json
+++ b/domains/pxd.json
@@ -1,23 +1,12 @@
{
-
"description": "ProgrammerXD",
-
"repo": "https://github.com/realpxd/realpxd.github.io",
-
"owner": {
-
"username": "realpxd",
-
"email": "contact@pxdcloud.in",
-
"twitter": "PXD_Officials"
-
},
-
"record": {
-
"CNAME": "realpxd.github.io"
-
}
-
}
From 3807d29b5104912806cb4e2b6d72b8b1ccfb9af3 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Mon, 27 Mar 2023 16:01:33 +0800
Subject: [PATCH 0131/2199] feat: change to A record
---
domains/max.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/max.json b/domains/max.json
index 99f717af8..7b91d11b0 100644
--- a/domains/max.json
+++ b/domains/max.json
@@ -4,7 +4,7 @@
"email": "maxguilham@protonmail.com"
},
"record": {
- "CNAME": "00d4ebe1-549c-4de6-80ba-0d2a603d0388.id.repl.co",
+ "A": ["34.149.204.188"],
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
From 63915b2a9910fe3caf8346d23533f7c46d67d687 Mon Sep 17 00:00:00 2001
From: Goutham Krishna
Date: Mon, 27 Mar 2023 15:27:07 +0530
Subject: [PATCH 0132/2199] Update gouthamkrishnakv.json, to URL as CNAME isn't
working
As the `CNAME`-based server isn't working well, I'm switching to URL-redirection to my Cloudflare Pages website I already have.
---
domains/gouthamkrishnakv.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/gouthamkrishnakv.json b/domains/gouthamkrishnakv.json
index a9677e479..d4c81dce9 100644
--- a/domains/gouthamkrishnakv.json
+++ b/domains/gouthamkrishnakv.json
@@ -5,6 +5,6 @@
},
"record": {
- "CNAME": "gouthamkrishnakv.pages.dev"
+ "URL": "gouthamkrishnakv.pages.dev",
}
}
From 0c79e8040a83bb04a8cc23f02aef07620f61f821 Mon Sep 17 00:00:00 2001
From: Goutham Krishna
Date: Mon, 27 Mar 2023 15:29:48 +0530
Subject: [PATCH 0133/2199] Update gouthamkrishnakv.json
---
domains/gouthamkrishnakv.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/gouthamkrishnakv.json b/domains/gouthamkrishnakv.json
index d4c81dce9..1cc1df932 100644
--- a/domains/gouthamkrishnakv.json
+++ b/domains/gouthamkrishnakv.json
@@ -5,6 +5,6 @@
},
"record": {
- "URL": "gouthamkrishnakv.pages.dev",
+ "URL": "https://gouthamkrishnakv.pages.dev",
}
}
From f208a4a171ef7a25b10423c72e566e079d213379 Mon Sep 17 00:00:00 2001
From: Goutham Krishna
Date: Mon, 27 Mar 2023 15:30:50 +0530
Subject: [PATCH 0134/2199] Remove trailing comma
---
domains/gouthamkrishnakv.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/gouthamkrishnakv.json b/domains/gouthamkrishnakv.json
index 1cc1df932..33231ee7c 100644
--- a/domains/gouthamkrishnakv.json
+++ b/domains/gouthamkrishnakv.json
@@ -5,6 +5,6 @@
},
"record": {
- "URL": "https://gouthamkrishnakv.pages.dev",
+ "URL": "https://gouthamkrishnakv.pages.dev"
}
}
From 20da600c4aad98d0472d5c6bf66c88150fc8c3a0 Mon Sep 17 00:00:00 2001
From: TheMightySoul <83772326+SoulUchiha@users.noreply.github.com>
Date: Mon, 27 Mar 2023 16:15:06 +0530
Subject: [PATCH 0135/2199] Create soul.json
---
soul.json | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 soul.json
diff --git a/soul.json b/soul.json
new file mode 100644
index 000000000..eb80ef004
--- /dev/null
+++ b/soul.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "SoulUchiha",
+ "email": "gameracsyt707@gmail.com",
+ "discord": "Soul?[HorizonHydra]#4629"
+
+ }
+
+ "record": {
+ "CNAME": "SoulUchiha.github.io"
+ }
+
+}
From 72154b5ed29c4721ddc4585c38f41d94d8fc7c0d Mon Sep 17 00:00:00 2001
From: TheMightySoul <83772326+SoulUchiha@users.noreply.github.com>
Date: Mon, 27 Mar 2023 16:22:04 +0530
Subject: [PATCH 0136/2199] Create CNAME
---
CNAME | 1 +
1 file changed, 1 insertion(+)
create mode 100644 CNAME
diff --git a/CNAME b/CNAME
new file mode 100644
index 000000000..ec858c435
--- /dev/null
+++ b/CNAME
@@ -0,0 +1 @@
+soul.is-a.dev
\ No newline at end of file
From ca007f273a65c3452b59f073327886a1dad5e5c8 Mon Sep 17 00:00:00 2001
From: Dead-Man <82598662+D3ADVAU@users.noreply.github.com>
Date: Mon, 27 Mar 2023 19:34:49 +0600
Subject: [PATCH 0137/2199] Create d3admanbot.is-a.dev.json
---
domains/d3admanbot.is-a.dev.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/d3admanbot.is-a.dev.json
diff --git a/domains/d3admanbot.is-a.dev.json b/domains/d3admanbot.is-a.dev.json
new file mode 100644
index 000000000..8f9b328b4
--- /dev/null
+++ b/domains/d3admanbot.is-a.dev.json
@@ -0,0 +1,10 @@
+{
+ "description": "@D3ADVAU 's Telegram Bot | @D3ADMANBOT",
+ "owner": {
+ "username": "D3ADVAU",
+ "email": "deadmanofficial247@gmail.com"
+ },
+ "record": {
+ "CNAME": "https://d3admanbot.d3advau.repl.co"
+ }
+}
From 35d177c8e689721e021f7e46314961d0f77fc7e9 Mon Sep 17 00:00:00 2001
From: Dead-Man <82598662+D3ADVAU@users.noreply.github.com>
Date: Mon, 27 Mar 2023 19:36:54 +0600
Subject: [PATCH 0138/2199] Update d3admanbot.is-a.dev.json
---
domains/d3admanbot.is-a.dev.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/d3admanbot.is-a.dev.json b/domains/d3admanbot.is-a.dev.json
index 8f9b328b4..4acf9f60f 100644
--- a/domains/d3admanbot.is-a.dev.json
+++ b/domains/d3admanbot.is-a.dev.json
@@ -5,6 +5,6 @@
"email": "deadmanofficial247@gmail.com"
},
"record": {
- "CNAME": "https://d3admanbot.d3advau.repl.co"
+ "CNAME": "d3admanbot.d3advau.repl.co"
}
}
From b0e56ae5724d58c4fac2347dd510dc84264a209f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Z=C3=A8D?=
Date: Mon, 27 Mar 2023 22:08:35 +0600
Subject: [PATCH 0139/2199] changed instance cname address
---
domains/imzihad21.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/imzihad21.json b/domains/imzihad21.json
index ef6ebd1da..510019ee7 100644
--- a/domains/imzihad21.json
+++ b/domains/imzihad21.json
@@ -1,9 +1,9 @@
{
"owner": {
"username": "IMZihad21",
- "email": "mofajjalrasul@gmail.com"
+ "email": "imzihad@gmail.com"
},
"record": {
- "CNAME": "ec2-18-141-8-212.ap-southeast-1.compute.amazonaws.com"
+ "CNAME": "ec2-52-77-224-107.ap-southeast-1.compute.amazonaws.com"
}
}
From 26abc4a367a548ed2e91ef052732598a82611c9a Mon Sep 17 00:00:00 2001
From: dxlerYT <73416867+dxlerYT@users.noreply.github.com>
Date: Mon, 27 Mar 2023 21:45:31 +0300
Subject: [PATCH 0140/2199] Create dxler.json
---
domains/dxler.json | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 domains/dxler.json
diff --git a/domains/dxler.json b/domains/dxler.json
new file mode 100644
index 000000000..31165dfb7
--- /dev/null
+++ b/domains/dxler.json
@@ -0,0 +1,3 @@
+```css
+{ "owner": { "username": "dxlerYT", "email": "", "twitter": "twitter-handle", "discord": "dxlerYT#8132" } "record": { "URL": "https://6a921fc4.dxlerportfolio1.pages.dev/" }}
+```
From c17f81a9d737e53c846466538cc280412fcf8327 Mon Sep 17 00:00:00 2001
From: "jeremys.social" <71183843+jeremyssocial@users.noreply.github.com>
Date: Mon, 27 Mar 2023 22:50:34 +0200
Subject: [PATCH 0141/2199] updated information
---
domains/jeremy.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/jeremy.json b/domains/jeremy.json
index 883a88877..9785bf331 100644
--- a/domains/jeremy.json
+++ b/domains/jeremy.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "MyNameJeremy",
- "email": "original.jeremy.grotjahn@gmail.com"
+ "username": "jeremyssocial",
+ "email": "nearberlin@gmail.com"
},
"record": {
From 2ae14952ab408407005900bfb8fc3cbca5224eb8 Mon Sep 17 00:00:00 2001
From: not <105176207+iakzs@users.noreply.github.com>
Date: Mon, 27 Mar 2023 19:55:00 -0300
Subject: [PATCH 0142/2199] Create iakzs.json
---
domains/iakzs.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/iakzs.json
diff --git a/domains/iakzs.json b/domains/iakzs.json
new file mode 100644
index 000000000..1f28e49aa
--- /dev/null
+++ b/domains/iakzs.json
@@ -0,0 +1,11 @@
+{
+ "description": "iakzs.is-a.dev",
+ "repo": "https://github.com/iakzs/iakzs.github.io",
+ "owner": {
+ "username": "iakzs",
+ "email": "iakzs@protonmail.com"
+ },
+ "record": {
+ "CNAME": "iakzs.github.io"
+ }
+}
From 82120b8bfd55a162592958d755cad34b11890c9f Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Tue, 28 Mar 2023 08:27:26 +0800
Subject: [PATCH 0143/2199] Delete CNAME
---
CNAME | 1 -
1 file changed, 1 deletion(-)
delete mode 100644 CNAME
diff --git a/CNAME b/CNAME
deleted file mode 100644
index ec858c435..000000000
--- a/CNAME
+++ /dev/null
@@ -1 +0,0 @@
-soul.is-a.dev
\ No newline at end of file
From d19648d9dae0724df2600cd726833e9ddac684f8 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Tue, 28 Mar 2023 08:27:50 +0800
Subject: [PATCH 0144/2199] Update soul.json
---
soul.json | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/soul.json b/soul.json
index eb80ef004..c745c65fe 100644
--- a/soul.json
+++ b/soul.json
@@ -3,11 +3,8 @@
"username": "SoulUchiha",
"email": "gameracsyt707@gmail.com",
"discord": "Soul?[HorizonHydra]#4629"
-
- }
-
+ },
"record": {
"CNAME": "SoulUchiha.github.io"
}
-
}
From ed2237ff2c7e36de0d979be6feacf854925b6128 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Tue, 28 Mar 2023 08:29:09 +0800
Subject: [PATCH 0145/2199] Rename d3admanbot.is-a.dev.json to d3admanbot.json
---
domains/{d3admanbot.is-a.dev.json => d3admanbot.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{d3admanbot.is-a.dev.json => d3admanbot.json} (100%)
diff --git a/domains/d3admanbot.is-a.dev.json b/domains/d3admanbot.json
similarity index 100%
rename from domains/d3admanbot.is-a.dev.json
rename to domains/d3admanbot.json
From 457b321fa17874666da29ee87014a343a35d0cea Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Tue, 28 Mar 2023 08:33:18 +0800
Subject: [PATCH 0146/2199] Update dxler.json
---
domains/dxler.json | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/domains/dxler.json b/domains/dxler.json
index 31165dfb7..3a1105aa3 100644
--- a/domains/dxler.json
+++ b/domains/dxler.json
@@ -1,3 +1,10 @@
-```css
-{ "owner": { "username": "dxlerYT", "email": "", "twitter": "twitter-handle", "discord": "dxlerYT#8132" } "record": { "URL": "https://6a921fc4.dxlerportfolio1.pages.dev/" }}
-```
+{
+ "owner": {
+ "username": "dxlerYT",
+ "email": "",
+ "discord": "dxlerYT#8132"
+ },
+ "record": {
+ "URL": "https://6a921fc4.dxlerportfolio1.pages.dev"
+ }
+}
From 593583edfa39f14a67b0fa35c92e3741f6442fda Mon Sep 17 00:00:00 2001
From: Jovan Emmanuel <127174698+Zonxen@users.noreply.github.com>
Date: Tue, 28 Mar 2023 10:45:57 +0700
Subject: [PATCH 0147/2199] Create jovan.json
---
domains/jovan.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/jovan.json
diff --git a/domains/jovan.json b/domains/jovan.json
new file mode 100644
index 000000000..373d2b495
--- /dev/null
+++ b/domains/jovan.json
@@ -0,0 +1,11 @@
+{
+ "description": "portfolio jovaneah",
+ "repo": "https://github.com/jovaneah/jovaneah",
+ "owner": {
+ "username": "jovaneah",
+ "email": "jovaneah@gmail.com"
+ },
+ "record": {
+ "CNAME": "jovaneah.github.io"
+ }
+}
From b7760589a960fb5c177971b76536a20e4a36bfdc Mon Sep 17 00:00:00 2001
From: Bro121233 <128934847+Bro121233@users.noreply.github.com>
Date: Tue, 28 Mar 2023 19:30:30 +1000
Subject: [PATCH 0148/2199] Create neuronbot.json
---
domains/neuronbot.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/neuronbot.json
diff --git a/domains/neuronbot.json b/domains/neuronbot.json
new file mode 100644
index 000000000..ad5c61f98
--- /dev/null
+++ b/domains/neuronbot.json
@@ -0,0 +1,11 @@
+{
+ "description": "This domain I would like to register is for one of my projects of a discord bot which is built by a sub-package of djs.",
+ "repo": "N/A",
+ "owner": {
+ "username": "Bro121233",
+ "email": "arthubcontact4@gmail.com"
+ },
+ "record": {
+ "CNAME": "60a38416-3e20-4265-8356-6c8a8ad47e7f.id.repl.co"
+ }
+}
From 776fae81249dc3ca02e6f5a9b665b5c86721d671 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Tue, 28 Mar 2023 19:33:58 +0800
Subject: [PATCH 0149/2199] Update neuronbot.json
---
domains/neuronbot.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/domains/neuronbot.json b/domains/neuronbot.json
index ad5c61f98..eaf4a8858 100644
--- a/domains/neuronbot.json
+++ b/domains/neuronbot.json
@@ -1,6 +1,5 @@
{
"description": "This domain I would like to register is for one of my projects of a discord bot which is built by a sub-package of djs.",
- "repo": "N/A",
"owner": {
"username": "Bro121233",
"email": "arthubcontact4@gmail.com"
From f95d7a5b4ebc4a5ef22bf4959ad0457ce65794c7 Mon Sep 17 00:00:00 2001
From: Skullfiredevil <97984792+Skullfiredevil@users.noreply.github.com>
Date: Tue, 28 Mar 2023 14:13:16 +0100
Subject: [PATCH 0150/2199] updated record
updated record, if this doesnt work or if i did the wrong thing please tell me
---
domains/skullfiredevil.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/skullfiredevil.json b/domains/skullfiredevil.json
index 5514daf95..5d0376b0b 100644
--- a/domains/skullfiredevil.json
+++ b/domains/skullfiredevil.json
@@ -5,6 +5,6 @@
},
"record": {
- "A": [""]
+ "A": ["https://skullfiredevil.github.io/that-weird-portfolio/"]
}
}
From 4b1c6f58b251cb25f0ef943040407350470ac73d Mon Sep 17 00:00:00 2001
From: Alen Alex <71920951+AlenGeoAlex@users.noreply.github.com>
Date: Tue, 28 Mar 2023 21:31:17 +0530
Subject: [PATCH 0151/2199] Update alenalex.json
---
domains/alenalex.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/alenalex.json b/domains/alenalex.json
index f5bf62afc..6405be280 100644
--- a/domains/alenalex.json
+++ b/domains/alenalex.json
@@ -7,6 +7,6 @@
"discord": "< 𝓐𝓵𝓮𝓷_𝓐𝓵𝓮𝔁 !>#6771"
},
"record": {
- "CNAME": "https://alenalex.me"
+ "CNAME": "alenalex.me"
}
}
From 6546eb42456599abd42bd59602297eddfb501c28 Mon Sep 17 00:00:00 2001
From: not <105176207+iakzs@users.noreply.github.com>
Date: Tue, 28 Mar 2023 17:19:36 -0300
Subject: [PATCH 0152/2199] Update iakzs.json
for a improvmx mail
---
domains/iakzs.json | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/domains/iakzs.json b/domains/iakzs.json
index 1f28e49aa..183508809 100644
--- a/domains/iakzs.json
+++ b/domains/iakzs.json
@@ -8,4 +8,8 @@
"record": {
"CNAME": "iakzs.github.io"
}
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ]
}
From da3fd5db55074c18b03155cab77bb4dc3ae773e3 Mon Sep 17 00:00:00 2001
From: not <105176207+iakzs@users.noreply.github.com>
Date: Tue, 28 Mar 2023 19:26:15 -0300
Subject: [PATCH 0153/2199] Create koslz.json
---
domains/koslz.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/koslz.json
diff --git a/domains/koslz.json b/domains/koslz.json
new file mode 100644
index 000000000..92417b361
--- /dev/null
+++ b/domains/koslz.json
@@ -0,0 +1,11 @@
+{
+ "description": "koslz.is-a.dev",
+ "repo": "https://github.com/koslz-studios/koslz-studios.github.io",
+ "owner": {
+ "username": "iakzs",
+ "email": "iakzs@protonmail.com"
+ },
+ "record": {
+ "CNAME": "koslz-studios.github.io"
+ }
+}
From 51a9229cd7e62d8fcb3b8fbfdbacc2afdc9605f2 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Wed, 29 Mar 2023 06:49:48 +0800
Subject: [PATCH 0154/2199] fix
---
domains/iakzs.json | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/domains/iakzs.json b/domains/iakzs.json
index 183508809..f0cad22d8 100644
--- a/domains/iakzs.json
+++ b/domains/iakzs.json
@@ -6,10 +6,15 @@
"email": "iakzs@protonmail.com"
},
"record": {
- "CNAME": "iakzs.github.io"
- }
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
+ "A": [
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153",
+ "185.199.108.153"
+ ],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
]
+ }
}
From 8718235ce7163eb8fe572454f07991d4e61895ef Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Wed, 29 Mar 2023 06:52:25 +0800
Subject: [PATCH 0155/2199] Update skullfiredevil.json
---
domains/skullfiredevil.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/skullfiredevil.json b/domains/skullfiredevil.json
index 5d0376b0b..8166f1af0 100644
--- a/domains/skullfiredevil.json
+++ b/domains/skullfiredevil.json
@@ -5,6 +5,6 @@
},
"record": {
- "A": ["https://skullfiredevil.github.io/that-weird-portfolio/"]
+ "CNAME": "skullfiredevil.github.io"
}
}
From e39bfffd30008b23716a4cd0b53e3c1d22abd448 Mon Sep 17 00:00:00 2001
From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com>
Date: Wed, 29 Mar 2023 08:10:18 +0530
Subject: [PATCH 0156/2199] Create lavafroth.json
---
domains/lavafroth.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/lavafroth.json
diff --git a/domains/lavafroth.json b/domains/lavafroth.json
new file mode 100644
index 000000000..5fdb88000
--- /dev/null
+++ b/domains/lavafroth.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lavafroth",
+ "email": "lavafroth@protonmail.com"
+ },
+ "record": {
+ "CNAME": "lavafroth.github.io"
+ }
+}
From 27fbfd7a66b2cf710c3210ebe8cfbe3b49842cdb Mon Sep 17 00:00:00 2001
From: Julian Wu <34271521+jc-wu1@users.noreply.github.com>
Date: Wed, 29 Mar 2023 12:03:43 +0700
Subject: [PATCH 0157/2199] Create jc-wu.json
---
domains/jc-wu.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/jc-wu.json
diff --git a/domains/jc-wu.json b/domains/jc-wu.json
new file mode 100644
index 000000000..e15a379a4
--- /dev/null
+++ b/domains/jc-wu.json
@@ -0,0 +1,12 @@
+{
+ "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",
+ "twitter": "-"
+ },
+ "record": {
+ "CNAME": "jc-wu.github.io"
+ }
+}
From b387477cdd5896060175bec7e37684f4c48d92e2 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Wed, 29 Mar 2023 13:09:47 +0800
Subject: [PATCH 0158/2199] Update jc-wu.json
---
domains/jc-wu.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/jc-wu.json b/domains/jc-wu.json
index e15a379a4..84ba6bc40 100644
--- a/domains/jc-wu.json
+++ b/domains/jc-wu.json
@@ -3,8 +3,7 @@
"repo": "https://github.com/jc-wu1/jc-wu1.github.io",
"owner": {
"username": "jc-wu1",
- "email": "testingpurposeonlyemail@gmail.com",
- "twitter": "-"
+ "email": "testingpurposeonlyemail@gmail.com"
},
"record": {
"CNAME": "jc-wu.github.io"
From 44dd97388f677fb39e63f512a0d17ec68d4f9d26 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Wed, 29 Mar 2023 13:10:47 +0800
Subject: [PATCH 0159/2199] Update jc-wu.json
---
domains/jc-wu.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/jc-wu.json b/domains/jc-wu.json
index 84ba6bc40..5c49b97a8 100644
--- a/domains/jc-wu.json
+++ b/domains/jc-wu.json
@@ -6,6 +6,6 @@
"email": "testingpurposeonlyemail@gmail.com"
},
"record": {
- "CNAME": "jc-wu.github.io"
+ "CNAME": "jc-wu1.github.io"
}
}
From 75280518ce89136e96a74bb4bf029d5125559e48 Mon Sep 17 00:00:00 2001
From: Dead-Man <82598662+D3ADVAU@users.noreply.github.com>
Date: Wed, 29 Mar 2023 12:25:49 +0600
Subject: [PATCH 0160/2199] Update d3admanbot.json
---
domains/d3admanbot.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/d3admanbot.json b/domains/d3admanbot.json
index 4acf9f60f..bfc2ca826 100644
--- a/domains/d3admanbot.json
+++ b/domains/d3admanbot.json
@@ -5,6 +5,6 @@
"email": "deadmanofficial247@gmail.com"
},
"record": {
- "CNAME": "d3admanbot.d3advau.repl.co"
+ "CNAME": "430c6d1d-e841-42d8-ab91-8f7d370b14cd.id.repl.co"
}
}
From facf397065ede8736701eb92c25b861e09dba4b5 Mon Sep 17 00:00:00 2001
From: alphalolw <86548581+kvotrcsgo@users.noreply.github.com>
Date: Wed, 29 Mar 2023 09:38:42 +0300
Subject: [PATCH 0161/2199] Create alpha.json
---
domains/alpha.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/alpha.json
diff --git a/domains/alpha.json b/domains/alpha.json
new file mode 100644
index 000000000..6f9315e1e
--- /dev/null
+++ b/domains/alpha.json
@@ -0,0 +1,10 @@
+{
+ "description": "My Website",
+ "owner": {
+ "username": "kvotrcsgo",
+ "email": "sweepalf@gmail.com"
+ },
+ "record": {
+ "CNAME": "youfoundalpha.pages.dev"
+ }
+}
From fac0c2bcc5e1c5820959c147ddff2327544ac11a Mon Sep 17 00:00:00 2001
From: Alen Alex <71920951+AlenGeoAlex@users.noreply.github.com>
Date: Wed, 29 Mar 2023 16:20:20 +0530
Subject: [PATCH 0162/2199] Update alenalex.json to URL
---
domains/alenalex.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/alenalex.json b/domains/alenalex.json
index 6405be280..30d974d3e 100644
--- a/domains/alenalex.json
+++ b/domains/alenalex.json
@@ -7,6 +7,6 @@
"discord": "< 𝓐𝓵𝓮𝓷_𝓐𝓵𝓮𝔁 !>#6771"
},
"record": {
- "CNAME": "alenalex.me"
+ "URL": "https://alenalex.me"
}
}
From 9dd42b0e67760de3eb5c8c0f5b148873a59bdf37 Mon Sep 17 00:00:00 2001
From: Arch <111789310+Arch881010@users.noreply.github.com>
Date: Wed, 29 Mar 2023 14:22:40 -0500
Subject: [PATCH 0163/2199] Feat: Replace URL for CNAME
---
domains/arch.json | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/domains/arch.json b/domains/arch.json
index 540695194..9b609c9d6 100644
--- a/domains/arch.json
+++ b/domains/arch.json
@@ -1,12 +1,15 @@
{
+ "description":"My personal website by on arch.is-a.dev",
+ "repo":"https://github.com/Arch881010/Arch881010",
"owner": {
"username": "Arch881010",
"email": "",
- "discord": "Arch1010#4338"
+ "discord": "Arch1010#4338",
+ "discordid": "410248634593050627"
},
"record": {
- "URL": "https://arch881010.github.io/Arch881010"
+ "CNAME": "arch881010.github.io"
}
}
\ No newline at end of file
From 8fbb5c92214576c5c7aa57806ff5cadb8a8b1802 Mon Sep 17 00:00:00 2001
From: Dead-Man <82598662+D3ADVAU@users.noreply.github.com>
Date: Thu, 30 Mar 2023 04:50:31 +0600
Subject: [PATCH 0164/2199] Update d3admanbot.json
---
domains/d3admanbot.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/d3admanbot.json b/domains/d3admanbot.json
index bfc2ca826..dd1cdba3c 100644
--- a/domains/d3admanbot.json
+++ b/domains/d3admanbot.json
@@ -1,5 +1,5 @@
{
- "description": "@D3ADVAU 's Telegram Bot | @D3ADMANBOT",
+ "description": "@D3ADVAU 's Telegram Bot | @D3ADMANBOT @D3ADVAU",
"owner": {
"username": "D3ADVAU",
"email": "deadmanofficial247@gmail.com"
From 4bac27deceb5e045081bbee98043fd2c2567b923 Mon Sep 17 00:00:00 2001
From: LMG XENON <82078620+LMGXENON@users.noreply.github.com>
Date: Thu, 30 Mar 2023 09:32:23 +0400
Subject: [PATCH 0165/2199] CNAME updated
Hosting changed
---
domains/lmgxenon.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/lmgxenon.json b/domains/lmgxenon.json
index 66de18bb9..d16a977c5 100644
--- a/domains/lmgxenon.json
+++ b/domains/lmgxenon.json
@@ -5,6 +5,6 @@
"email": "lmgxenon@gmail.com"
},
"record": {
- "CNAME": "80a427ae-2192-4b6e-8bbe-da559ccb481a.id.repl.co"
+ "CNAME": "2fd4a23b-6608-4be8-b2fc-911cc30b1b87.id.repl.co"
}
}
From 611b135fac9e3a986dc7b1e32799a75b078d91af Mon Sep 17 00:00:00 2001
From: Badzlan Nur Dhabith
Date: Thu, 30 Mar 2023 12:48:39 +0700
Subject: [PATCH 0166/2199] Create badzlan.json
---
domains/badzlan.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/badzlan.json
diff --git a/domains/badzlan.json b/domains/badzlan.json
new file mode 100644
index 000000000..1f305825a
--- /dev/null
+++ b/domains/badzlan.json
@@ -0,0 +1,11 @@
+{
+ "description": "Describe the use of this subdomain",
+ "repo": "https://github.com/badzlan/badzlan.github.io",
+ "owner": {
+ "username": "badzlan",
+ "email": "badzlandhabith05@gmail.com",
+ },
+ "record": {
+ "CNAME": "badzlan.github.io"
+ }
+}
From 62432f3e0ae771378c7102f028709eef866b0c8f Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Thu, 30 Mar 2023 15:39:49 +0800
Subject: [PATCH 0167/2199] Update badzlan.json
---
domains/badzlan.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/badzlan.json b/domains/badzlan.json
index 1f305825a..989e2e6f3 100644
--- a/domains/badzlan.json
+++ b/domains/badzlan.json
@@ -1,9 +1,8 @@
{
- "description": "Describe the use of this subdomain",
"repo": "https://github.com/badzlan/badzlan.github.io",
"owner": {
"username": "badzlan",
- "email": "badzlandhabith05@gmail.com",
+ "email": "badzlandhabith05@gmail.com"
},
"record": {
"CNAME": "badzlan.github.io"
From f58c221629606748d3546b57c0646cd6cce5cadb Mon Sep 17 00:00:00 2001
From: tsognyam
Date: Thu, 30 Mar 2023 16:02:58 +0800
Subject: [PATCH 0168/2199] add tsognyam.json
---
domains/tsognyam.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/tsognyam.json
diff --git a/domains/tsognyam.json b/domains/tsognyam.json
new file mode 100644
index 000000000..09b3bc4c9
--- /dev/null
+++ b/domains/tsognyam.json
@@ -0,0 +1,12 @@
+{
+ "description": "Tsognyam's Personal Portfolio",
+ "repo": "https://github.com/tsognyam/tsognyam.github.io",
+ "owner": {
+ "username": "tsognyam",
+ "email": "tsognyamt@gmail.com",
+ "twitter": "b_tsognyam"
+ },
+ "record": {
+ "CNAME": "tsognyam.github.io"
+ }
+}
\ No newline at end of file
From 4ad45d69b59bdbe09d0e0e1c70cb640adc02c76f Mon Sep 17 00:00:00 2001
From: not <105176207+iakzs@users.noreply.github.com>
Date: Thu, 30 Mar 2023 08:43:43 -0300
Subject: [PATCH 0169/2199] Update iakzs.json
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
For the improvmx’s SPF
---
domains/iakzs.json | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/domains/iakzs.json b/domains/iakzs.json
index f0cad22d8..98b68f760 100644
--- a/domains/iakzs.json
+++ b/domains/iakzs.json
@@ -16,5 +16,11 @@
"mx1.improvmx.com",
"mx2.improvmx.com"
]
+ {
+ "record": {
+ "TXT": "v=spf1 include:spf.improvmx.com ~allCOPY"
+ }
+}
+
}
}
From 5e01e40f7799ea48f7b394d4c918cea7d3b1818b Mon Sep 17 00:00:00 2001
From: Josh S
Date: Thu, 30 Mar 2023 09:21:07 -0400
Subject: [PATCH 0170/2199] Create revelav2.json
---
domains/revelav2.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/revelav2.json
diff --git a/domains/revelav2.json b/domains/revelav2.json
new file mode 100644
index 000000000..77c2a8714
--- /dev/null
+++ b/domains/revelav2.json
@@ -0,0 +1,10 @@
+{
+ "description": "revelav2.is-a.dev",
+ "owner": {
+ "username": "DIVISIONSolar",
+ "email": "me@joshsevero.dev"
+ },
+ "record": {
+ "CNAME": "proxy.revela-network.com"
+ }
+}
From abc4ec6a9e4c09977d8885ad512c1304bbc3eb98 Mon Sep 17 00:00:00 2001
From: JZITNIK <72742578+JZITNIK-github@users.noreply.github.com>
Date: Thu, 30 Mar 2023 16:29:02 +0200
Subject: [PATCH 0171/2199] Create status.jzitnik.json
---
domains/status.jzitnik.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/status.jzitnik.json
diff --git a/domains/status.jzitnik.json b/domains/status.jzitnik.json
new file mode 100644
index 000000000..8c41180a3
--- /dev/null
+++ b/domains/status.jzitnik.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "JZITNIK-github",
+ "email": "klindkubak@zohomail.eu",
+ "discord": "KLIND#1906"
+ },
+ "record": {
+ "CNAME": "statuspage.betteruptime.com"
+ }
+}
From ecf92f5ad94b9da7d89a6cba0e2f7103682c8254 Mon Sep 17 00:00:00 2001
From: Basi <90209339+Basiiii@users.noreply.github.com>
Date: Thu, 30 Mar 2023 17:54:38 +0100
Subject: [PATCH 0172/2199] Create basi.json
---
domains/basi.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/basi.json
diff --git a/domains/basi.json b/domains/basi.json
new file mode 100644
index 000000000..41a0a47e4
--- /dev/null
+++ b/domains/basi.json
@@ -0,0 +1,12 @@
+{
+ "description": "Basi's personal website portfolio",
+ "owner": {
+ "username": "Basiiii",
+ "email": "basigraphics@gmail.com",
+ "discord": "Basi#1056"
+ },
+
+ "record": {
+ "CNAME": "portfolio-6u1.pages.dev"
+ }
+}
From cc9310050e8156a255d0f233215dd6ead32c8e85 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Fri, 31 Mar 2023 07:28:25 +0800
Subject: [PATCH 0173/2199] Update iakzs.json
---
domains/iakzs.json | 40 ++++++++++++++++------------------------
1 file changed, 16 insertions(+), 24 deletions(-)
diff --git a/domains/iakzs.json b/domains/iakzs.json
index 98b68f760..229cb8381 100644
--- a/domains/iakzs.json
+++ b/domains/iakzs.json
@@ -1,26 +1,18 @@
{
- "description": "iakzs.is-a.dev",
- "repo": "https://github.com/iakzs/iakzs.github.io",
- "owner": {
- "username": "iakzs",
- "email": "iakzs@protonmail.com"
- },
- "record": {
- "A": [
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153",
- "185.199.108.153"
- ],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ]
- {
- "record": {
- "TXT": "v=spf1 include:spf.improvmx.com ~allCOPY"
- }
-}
-
- }
+ "description": "iakzs.is-a.dev",
+ "repo": "https://github.com/iakzs/iakzs.github.io",
+ "owner": {
+ "username": "iakzs",
+ "email": "iakzs@protonmail.com"
+ },
+ "record": {
+ "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"
+ }
}
From 3e5addb245248727c7f978691e84d57a09266a7d Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Fri, 31 Mar 2023 07:41:32 +0800
Subject: [PATCH 0174/2199] Delete dashboard.json
---
domains/dashboard.json | 10 ----------
1 file changed, 10 deletions(-)
delete mode 100644 domains/dashboard.json
diff --git a/domains/dashboard.json b/domains/dashboard.json
deleted file mode 100644
index 0f287178e..000000000
--- a/domains/dashboard.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "@is-a-dev/maintainers",
- "email": "phenax5@gmail.com"
- },
-
- "record": {
- "URL": "https://register.is-a.dev"
- }
-}
From d76a0a7d4e1d23060008b18887aa8dd532204775 Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Fri, 31 Mar 2023 07:45:12 +0800
Subject: [PATCH 0175/2199] Delete cat.sx9.json
---
domains/cat.sx9.json | 13 -------------
1 file changed, 13 deletions(-)
delete mode 100644 domains/cat.sx9.json
diff --git a/domains/cat.sx9.json b/domains/cat.sx9.json
deleted file mode 100644
index 8146434ae..000000000
--- a/domains/cat.sx9.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "description": "SX's Cat Discord Bot Website",
- "repo": "SX-9/sx-discord-bot",
- "owner": {
- "username": "SX-9",
- "twitter": "SX_Discord",
- "discord": "SX-Spy-Agent#1377",
- "email": "sx-91@outlook.com"
- },
- "record": {
- "CNAME": "20919506-c6ad-42e9-80a8-a027c160e702.id.repl.co"
- }
-}
From e004c3b6277ec2f3c63bd28b9873829c214792f5 Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Fri, 31 Mar 2023 07:46:14 +0800
Subject: [PATCH 0176/2199] Delete code.sx9.json
---
domains/code.sx9.json | 12 ------------
1 file changed, 12 deletions(-)
delete mode 100644 domains/code.sx9.json
diff --git a/domains/code.sx9.json b/domains/code.sx9.json
deleted file mode 100644
index b4cdb297a..000000000
--- a/domains/code.sx9.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "SX's VS Code On The Web",
- "owner": {
- "username": "SX-9",
- "twitter": "SX_Discord",
- "discord": "SX-Spy-Agent#1377",
- "email": "sx-91@outlook.com"
- },
-"record": {
- "CNAME": "code-sx9.up.railway.app"
- }
-}
From 4dac2abe84f295fb6f927143b52e5c10c3e52ee1 Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Fri, 31 Mar 2023 07:46:38 +0800
Subject: [PATCH 0177/2199] Delete fh.sx9.json
---
domains/fh.sx9.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/fh.sx9.json
diff --git a/domains/fh.sx9.json b/domains/fh.sx9.json
deleted file mode 100644
index 15a15a512..000000000
--- a/domains/fh.sx9.json
+++ /dev/null
@@ -1,11 +0,0 @@
-
- {
- "owner": {
- "username": "SX-9",
- "email": "hello@mail.sx9.is-a.dev"
- },
- "record": {
- "CNAME": "wdhdns.com"
- }
- }
-
From ba7df9a5a04132b416e264583dec23db9c822c98 Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Fri, 31 Mar 2023 07:47:29 +0800
Subject: [PATCH 0178/2199] Delete pin.sx9.json
---
domains/pin.sx9.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/pin.sx9.json
diff --git a/domains/pin.sx9.json b/domains/pin.sx9.json
deleted file mode 100644
index de9853f60..000000000
--- a/domains/pin.sx9.json
+++ /dev/null
@@ -1,11 +0,0 @@
-
- {
- "owner": {
- "username": "SX-9",
- "email": "hello@mail.sx9.is-a.dev"
- },
- "record": {
- "CNAME": "wdhdns.com"
- }
- }
-
\ No newline at end of file
From e1db336fc7dc2eb29deea83ca990abeb801e1e76 Mon Sep 17 00:00:00 2001
From: SrEvelio
Date: Fri, 31 Mar 2023 23:31:53 -0400
Subject: [PATCH 0179/2199] Create evelio.json
---
domains/evelio.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/evelio.json
diff --git a/domains/evelio.json b/domains/evelio.json
new file mode 100644
index 000000000..3e977f309
--- /dev/null
+++ b/domains/evelio.json
@@ -0,0 +1,12 @@
+{
+ "description": "Will be used for my portfolio",
+ "repo": "https://github.com/SrEvelio/srevelio.github.io",
+ "owner": {
+ "username": "SrEvelio",
+ "email": "alphaevelio@gmail.com",
+ "discord": "SrEvelioツ#3906"
+ },
+ "record": {
+ "CNAME": "srevelio.github.io"
+ }
+}
From c77fc3a9327a826a872651f4870a052bf617b61d Mon Sep 17 00:00:00 2001
From: Elijah629 <62805599+Elijah629@users.noreply.github.com>
Date: Fri, 31 Mar 2023 21:49:07 -0700
Subject: [PATCH 0180/2199] Create elijah629.json
---
domains/elijah629.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/elijah629.json
diff --git a/domains/elijah629.json b/domains/elijah629.json
new file mode 100644
index 000000000..668b99c29
--- /dev/null
+++ b/domains/elijah629.json
@@ -0,0 +1,10 @@
+{
+ "description": "Redirect to https://elijah629.vercel.app",
+ "repo": "https://github.com/Elijah629/portfolio",
+ "owner": {
+ "username": "Elijah629"
+ },
+ "record": {
+ "URL": "https://elijah629.vercel.app"
+ }
+}
From 6ec06e1e4a82307059147319ed0ce0c7a6fdb987 Mon Sep 17 00:00:00 2001
From: Elijah629 <62805599+Elijah629@users.noreply.github.com>
Date: Fri, 31 Mar 2023 21:52:18 -0700
Subject: [PATCH 0181/2199] fix: elijah629.json - Add discord
---
domains/elijah629.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/elijah629.json b/domains/elijah629.json
index 668b99c29..6bb02c88f 100644
--- a/domains/elijah629.json
+++ b/domains/elijah629.json
@@ -2,7 +2,8 @@
"description": "Redirect to https://elijah629.vercel.app",
"repo": "https://github.com/Elijah629/portfolio",
"owner": {
- "username": "Elijah629"
+ "username": "Elijah629",
+ "discord": "Elijah629#6199"
},
"record": {
"URL": "https://elijah629.vercel.app"
From 8dafda1fdf3c6fb568fc1774b32112c04ca4f4a7 Mon Sep 17 00:00:00 2001
From: kayra <51532778+formalite@users.noreply.github.com>
Date: Sat, 1 Apr 2023 11:34:02 +0300
Subject: [PATCH 0182/2199] Create formalite.json
---
domains/formalite.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/formalite.json
diff --git a/domains/formalite.json b/domains/formalite.json
new file mode 100644
index 000000000..0f19345f1
--- /dev/null
+++ b/domains/formalite.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "formalite",
+ "email": "kkandemir947@gmail.com",
+ "discord": "kandemir#1000"
+ }
+},
+{
+ "record": {
+ "CNAME": "formalite.github.io"
+ }
+}
From 8d3c797ba00d2402f915cb9313d6b1c124977589 Mon Sep 17 00:00:00 2001
From: leixiaoda
Date: Sat, 1 Apr 2023 19:23:16 +0800
Subject: [PATCH 0183/2199] Create adais.json
---
domains/adais.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/adais.json
diff --git a/domains/adais.json b/domains/adais.json
new file mode 100644
index 000000000..bb14b57ed
--- /dev/null
+++ b/domains/adais.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal developer website",
+ "repo": "https://github.com/leixiaoda/openai",
+ "owner": {
+ "username": "leixiaoda",
+ "email": "leixiaoda@gmail.com",
+ },
+ "record": {
+ "CNAME": "leixiaoda.github.io"
+ }
+}
From 0d5b7fed36716b75ea34d3038ebe34bc7f4408ef Mon Sep 17 00:00:00 2001
From: Nashid P <95064572+nxb1t@users.noreply.github.com>
Date: Sat, 1 Apr 2023 21:50:51 +0530
Subject: [PATCH 0184/2199] Create nxb1t.json
---
domains/nxb1t.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/nxb1t.json
diff --git a/domains/nxb1t.json b/domains/nxb1t.json
new file mode 100644
index 000000000..ef5818113
--- /dev/null
+++ b/domains/nxb1t.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal Blog",
+ "repo": "https://github.com/nxb1t/nxb1t.github.io",
+ "owner": {
+ "username": "nxb1t",
+ "email": "nxb1t@proton.me",
+ "twitter": "nxb1t4n6"
+ },
+ "record": {
+ "CNAME": "nxb1t.github.io"
+ }
+}
From 243331b0266b213f2f3f6530a829980e18fdce49 Mon Sep 17 00:00:00 2001
From: Amir-Lotfi <32633447+Amir-Lotfi@users.noreply.github.com>
Date: Sat, 1 Apr 2023 20:36:51 +0330
Subject: [PATCH 0185/2199] feat(domain): add `graphql.is-a.dev`
---
domains/graphql.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/graphql.json
diff --git a/domains/graphql.json b/domains/graphql.json
new file mode 100644
index 000000000..f42ba013e
--- /dev/null
+++ b/domains/graphql.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Amir-Lotfi",
+ "email": "amir79976@gmail.com"
+ },
+
+ "record": {
+ "A": ["5.196.130.53"]
+ }
+}
From b52f103792e31540926ca927177ea6fc5c9af3ed Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 2 Apr 2023 07:18:11 +0800
Subject: [PATCH 0186/2199] Update elijah629.json
---
domains/elijah629.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/domains/elijah629.json b/domains/elijah629.json
index 6bb02c88f..27f1df71c 100644
--- a/domains/elijah629.json
+++ b/domains/elijah629.json
@@ -3,6 +3,7 @@
"repo": "https://github.com/Elijah629/portfolio",
"owner": {
"username": "Elijah629",
+ "email": "",
"discord": "Elijah629#6199"
},
"record": {
From 19e8d198a2f97d93bcf7e5b85abd22f4691c609a Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 2 Apr 2023 07:19:51 +0800
Subject: [PATCH 0187/2199] Update formalite.json
---
domains/formalite.json | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/domains/formalite.json b/domains/formalite.json
index 0f19345f1..592eca48f 100644
--- a/domains/formalite.json
+++ b/domains/formalite.json
@@ -3,9 +3,7 @@
"username": "formalite",
"email": "kkandemir947@gmail.com",
"discord": "kandemir#1000"
- }
-},
-{
+ },
"record": {
"CNAME": "formalite.github.io"
}
From d71d16955d515a485a59f06e57d4626d777eb792 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 2 Apr 2023 07:27:17 +0800
Subject: [PATCH 0188/2199] fix json
---
domains/adais.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/adais.json b/domains/adais.json
index bb14b57ed..b294c3dd3 100644
--- a/domains/adais.json
+++ b/domains/adais.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/leixiaoda/openai",
"owner": {
"username": "leixiaoda",
- "email": "leixiaoda@gmail.com",
+ "email": "leixiaoda@gmail.com"
},
"record": {
"CNAME": "leixiaoda.github.io"
From 88aa12f6dd320957993a6ef9b3f05255b6590a9a Mon Sep 17 00:00:00 2001
From: SrEvelio
Date: Sat, 1 Apr 2023 20:10:32 -0400
Subject: [PATCH 0189/2199] Update evelio.json
---
domains/evelio.json | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/domains/evelio.json b/domains/evelio.json
index 3e977f309..3721a253e 100644
--- a/domains/evelio.json
+++ b/domains/evelio.json
@@ -7,6 +7,11 @@
"discord": "SrEvelioツ#3906"
},
"record": {
- "CNAME": "srevelio.github.io"
+ "CNAME": "srevelio.github.io",
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
}
-}
+}
From af962e60672c96896cca167b7571a85ec19a7c62 Mon Sep 17 00:00:00 2001
From: Omkar <115378514+PrakmO@users.noreply.github.com>
Date: Sat, 1 Apr 2023 19:47:52 -0500
Subject: [PATCH 0190/2199] Create prakmo.json
---
domains/prakmo.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/prakmo.json
diff --git a/domains/prakmo.json b/domains/prakmo.json
new file mode 100644
index 000000000..d4b97bd9f
--- /dev/null
+++ b/domains/prakmo.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "PrakmO",
+ "email": "omkar9patil0@gmail.com"
+ }
+}
+{
+ "record": {
+ "CNAME": "eb215cd3-797f-4063-bbdf-d9687fc6d8de.id.repl.co"
+ }
+}
From cf9227cbad9f17c8345c1f37742500d1f095bff1 Mon Sep 17 00:00:00 2001
From: MohamexDR <96547404+MohamexDR@users.noreply.github.com>
Date: Sun, 2 Apr 2023 03:42:42 +0200
Subject: [PATCH 0191/2199] Create KillerF.json
---
domains/KillerF.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/KillerF.json
diff --git a/domains/KillerF.json b/domains/KillerF.json
new file mode 100644
index 000000000..6763f1100
--- /dev/null
+++ b/domains/KillerF.json
@@ -0,0 +1,11 @@
+{
+ "description": "The Person Who Hacked QLASH RP And got away with it with nothing to lose, An Exploiter to say the least; Welcome to Grove Street",
+ "repo": "https://discord.gg/groove-community-875725991551569960",
+ "owner": {
+ "username": "KillerF",
+ "email": "loliehentaixd@gmail.com"
+ },
+ "record": {
+ "URL": "https://discord.gg/groove-community-875725991551569960"
+ }
+}
From e71b4b624f881b430c81c86935f81f8880e1c5d7 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 2 Apr 2023 10:07:42 +0800
Subject: [PATCH 0192/2199] Update evelio.json
---
domains/evelio.json | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/domains/evelio.json b/domains/evelio.json
index 3721a253e..52d94b8c9 100644
--- a/domains/evelio.json
+++ b/domains/evelio.json
@@ -7,7 +7,12 @@
"discord": "SrEvelioツ#3906"
},
"record": {
- "CNAME": "srevelio.github.io",
+ "A": [
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153",
+ "185.199.108.153"
+ ],
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
From 6ae9f3391e82477db1f47cd4e12f4704aeff04e6 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 2 Apr 2023 10:08:00 +0800
Subject: [PATCH 0193/2199] fix
---
domains/evelio.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/evelio.json b/domains/evelio.json
index 52d94b8c9..923f54640 100644
--- a/domains/evelio.json
+++ b/domains/evelio.json
@@ -8,10 +8,10 @@
},
"record": {
"A": [
+ "185.199.108.153",
"185.199.109.153",
"185.199.110.153",
- "185.199.111.153",
- "185.199.108.153"
+ "185.199.111.153"
],
"MX": [
"mx1.improvmx.com",
From d9da86d018330597fa5fcca79342cbdef96db545 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 2 Apr 2023 10:44:46 +0800
Subject: [PATCH 0194/2199] Update prakmo.json
---
domains/prakmo.json | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/domains/prakmo.json b/domains/prakmo.json
index d4b97bd9f..3b3cb7e85 100644
--- a/domains/prakmo.json
+++ b/domains/prakmo.json
@@ -2,9 +2,7 @@
"owner": {
"username": "PrakmO",
"email": "omkar9patil0@gmail.com"
- }
-}
-{
+ },
"record": {
"CNAME": "eb215cd3-797f-4063-bbdf-d9687fc6d8de.id.repl.co"
}
From 5c7f216e5e092394fa89a22626804e0e2dbbb2df Mon Sep 17 00:00:00 2001
From: William Harrison <115670568+WDH-2@users.noreply.github.com>
Date: Mon, 3 Apr 2023 17:50:50 +0800
Subject: [PATCH 0195/2199] feat: prettier
---
domains/00001.json | 18 ++++----
domains/0ad.json | 18 ++++----
domains/0x0.json | 22 +++++-----
domains/0x3st.json | 20 ++++-----
domains/0xflotus.json | 18 ++++----
domains/0xsurya.json | 12 +++---
domains/0xviel.json | 20 ++++-----
domains/18o4.json | 2 +-
domains/1rogman.json | 18 ++++----
domains/2096779623.json | 20 ++++-----
domains/3pls0de.json | 22 +++++-----
domains/4k5h4y.json | 12 +++---
domains/600.json | 16 +++----
domains/6502.json | 18 ++++----
domains/@.json | 18 ++++----
...ithub-pages-challenge-axviii3.axviii3.json | 16 ++++---
.../_github-pages-challenge-ayvacs.ave.json | 20 ++++-----
...github-pages-challenge-jy1263.ayanamy.json | 20 ++++-----
...ithub-pages-challenge-opaayush.aayush.json | 14 +++----
...pages-challenge-priyanshprajapat.monu.json | 14 +++----
...s-challenge-priyanshprajapat.priyansh.json | 14 +++----
..._github-pages-challenge-s3mant.semant.json | 14 +++----
domains/_psl.json | 18 ++++----
domains/a-ditya.json | 16 +++----
domains/a-furry.json | 20 ++++-----
domains/aaamineee.json | 12 +++---
domains/aakanksha.json | 8 ++--
domains/aakash.json | 14 +++----
domains/aakashs.json | 18 ++++----
domains/aakhilv.json | 20 ++++-----
domains/aaraam.json | 18 ++++----
domains/aargh.json | 18 ++++----
domains/aarno.json | 18 ++++----
domains/aaryan.json | 18 ++++----
domains/aashutosh.json | 16 +++----
domains/aayush.json | 16 +++----
domains/aayushakacloudy.json | 18 ++++----
domains/abdeba.json | 15 ++++---
domains/abdul.json | 16 +++----
domains/abdullah.json | 17 ++++----
domains/abdulrahman.json | 18 ++++----
domains/abdulrshaikh.json | 18 ++++----
domains/abelblue.json | 9 ++--
domains/abeltranp94.json | 18 ++++----
domains/abh80.json | 20 ++++-----
domains/abhi.json | 16 ++++---
domains/abhigyantrips.json | 18 ++++----
domains/abhint.json | 20 ++++-----
domains/abhisekp.json | 22 +++++-----
domains/abhishek.json | 18 ++++----
domains/abhishekkumar.json | 18 ++++----
domains/abishek.json | 18 ++++----
domains/abubakar.json | 20 ++++-----
domains/abysmal.json | 2 +-
domains/ac21.json | 18 ++++----
domains/acaiberii.json | 18 ++++----
domains/ace.json | 12 +++---
domains/acey.json | 23 +++++-----
domains/acgaming.json | 16 +++----
domains/achim.json | 16 +++----
domains/achintya.json | 14 +++----
domains/achraf.json | 18 ++++----
domains/activities.maskduck.json | 20 ++++-----
domains/acutewoof.json | 18 ++++----
domains/adais.json | 2 +-
domains/adamkarepin.json | 22 +++++-----
domains/adarshs.json | 18 ++++----
domains/adarshvijay.json | 18 ++++----
domains/addison.json | 14 +++----
domains/adhi.json | 9 ++--
domains/adi.json | 18 ++++----
domains/adib.json | 12 +++---
domains/adigen.json | 14 +++----
domains/adityapcgaming.json | 12 +++---
domains/adityavag.json | 2 +-
domains/adolar0042.json | 21 +++++-----
domains/adonisfx.json | 2 +-
domains/adri.json | 14 +++----
domains/adrian.json | 18 ++++----
domains/adrien.json | 20 ++++-----
domains/adriichu.json | 12 +++---
domains/aestra.json | 18 ++++----
domains/aetinx.json | 22 +++++-----
domains/afnan.json | 14 +++----
domains/ag.json | 18 ++++----
domains/agam778.json | 18 ++++----
domains/agold.json | 16 +++----
domains/agrim.json | 16 +++----
domains/aguspedhot.json | 12 +++---
domains/ahku.json | 2 +-
domains/ahmadeyamin.json | 18 ++++----
domains/ahmed.json | 18 ++++----
domains/ahmedashraf.json | 18 ++++----
domains/ahmedeldin.json | 16 +++----
domains/ahmet.json | 18 ++++----
domains/ahmosys.json | 20 ++++-----
domains/ahsw.json | 18 ++++----
domains/aidhani.json | 12 +++---
domains/aiko.json | 12 +++---
domains/ailakks.json | 18 ++++----
domains/aizawakiyaworu.json | 20 ++++-----
domains/aizuu.json | 18 ++++----
domains/ajay-charotariya.json | 18 ++++----
domains/ajit-thakor.json | 18 ++++----
domains/ak.json | 22 +++++-----
domains/akas.json | 18 ++++----
domains/akio.json | 12 +++---
domains/aknb.json | 12 +++---
domains/aknbs-vpn.json | 12 +++---
domains/akshay-n.json | 20 ++++-----
domains/akshay.json | 18 ++++----
domains/akshayan.json | 18 ++++----
domains/akta-chavda.json | 18 ++++----
domains/alan.json | 18 ++++----
domains/albert.json | 20 ++++-----
domains/albin.json | 12 +++---
domains/albinpraveen.json | 12 +++---
domains/albinvar.json | 18 ++++----
domains/aldenizenmc.json | 2 +-
domains/aleks.json | 18 ++++----
domains/alenalex.json | 2 +-
domains/alessandro.json | 18 ++++----
domains/alestor123.json | 18 ++++----
domains/alex.json | 18 ++++----
domains/alexander.json | 18 ++++----
domains/alexandre.json | 12 +++---
domains/alexey.json | 12 +++---
domains/alexidk.json | 18 ++++----
domains/alexis.json | 2 +-
domains/alexjoseph.json | 18 ++++----
domains/alexlykesas.json | 18 ++++----
domains/alexmercerind.json | 26 ++++++------
domains/alexpcooper.json | 18 ++++----
domains/alexsquibbs.json | 22 +++++-----
domains/algebraic-effects.akshay.json | 18 ++++----
domains/alguienrandom.json | 16 +++----
domains/ali.json | 2 +-
domains/alimd.json | 12 +++---
domains/alireza.json | 2 +-
domains/alisabry.json | 10 ++---
domains/alisher.json | 18 ++++----
domains/allen.json | 20 ++++-----
domains/allvaa.json | 20 ++++-----
domains/ally.json | 18 ++++----
domains/almatch.json | 18 ++++----
domains/almightynan.json | 10 ++---
domains/alokik.json | 8 ++--
domains/alperen.json | 18 ++++----
domains/alpha.json | 16 +++----
domains/altude.json | 12 +++---
domains/aluwi.json | 2 +-
domains/am.json | 14 +++----
domains/amal-sebastian.json | 18 ++++----
domains/amal.json | 18 ++++----
domains/amarjeet.json | 14 +++----
domains/amine-brahmi.json | 18 ++++----
domains/amit.json | 18 ++++----
domains/amiyo.json | 20 ++++-----
domains/amjad.json | 18 ++++----
domains/amr.elrefaie.json | 12 +++---
domains/amuffin.json | 18 ++++----
domains/amy.json | 18 ++++----
domains/analogsombra.json | 12 +++---
domains/anamay.json | 8 ++--
domains/anamolsapkota.json | 18 ++++----
domains/anandyeole.json | 16 +++----
domains/anas.json | 18 ++++----
domains/anautonell.json | 20 ++++-----
domains/anderson.json | 18 ++++----
domains/andr.json | 18 ++++----
domains/andrea.json | 18 ++++----
domains/andremor.json | 12 +++---
domains/andrianina.json | 18 ++++----
domains/andriy.json | 12 +++---
domains/andronasef.json | 2 +-
domains/andros.json | 20 ++++-----
domains/andy.json | 18 ++++----
domains/angelo.json | 18 ++++----
domains/angelwuff.json | 20 ++++-----
domains/anger.json | 3 +-
domains/anil.json | 16 +++----
domains/aniruddh.json | 17 ++++----
domains/anish.json | 20 ++++-----
domains/anishshobithps.json | 2 +-
domains/ankiprajapati.json | 18 ++++----
domains/ankit-acquaintsoft.json | 18 ++++----
domains/ankit.json | 20 ++++-----
domains/annihilatorrrr.json | 20 ++++-----
domains/anon.json | 18 ++++----
domains/ansari-saify.json | 19 ++++-----
domains/ansh.json | 18 ++++----
domains/anthony.json | 16 +++----
domains/anthony2be.json | 20 ++++-----
domains/antonio.json | 18 ++++----
domains/antton.json | 12 +++---
domains/anttondev.json | 18 ++++----
domains/anubhav823.json | 16 +++----
domains/anuj.json | 19 ++++-----
domains/anwar.json | 18 ++++----
domains/aoba.json | 20 ++++-----
domains/aozora.json | 18 ++++----
domains/api-kirito.json | 16 +++----
domains/api-kyouka.json | 18 ++++----
domains/api.arman.json | 16 +++----
domains/api.badboy.json | 16 +++----
domains/api.catzboy.json | 18 ++++----
domains/api.dhyan99.json | 16 +++----
domains/api.karyakarsa.willo.json | 20 ++++-----
domains/api.semant.json | 18 ++++----
domains/api.zeppelin.maskduck.json | 26 ++++++------
domains/apigeon.json | 12 +++---
domains/apiharam.json | 16 +++----
domains/apollyon.json | 18 ++++----
domains/apoloz.json | 18 ++++----
domains/aqsakhan.json | 2 +-
domains/aqua.json | 12 +++---
domains/arafatrahaman.json | 8 ++--
domains/aramos.json | 18 ++++----
domains/arboy.json | 2 +-
domains/arcade.json | 16 +++----
domains/arch.json | 24 +++++------
domains/archelaus.json | 2 +-
domains/ari.json | 18 ++++----
domains/arib21.json | 18 ++++----
domains/ariez.json | 12 +++---
domains/arijit.json | 26 +++++-------
domains/arin.json | 18 ++++----
domains/arman.json | 25 +++++------
domains/armoredvortex.json | 16 +++----
domains/arnav.json | 12 +++---
domains/arpana.json | 20 ++++-----
domains/arsdorint.json | 14 +++----
domains/arslan.json | 18 ++++----
domains/art.json | 18 ++++----
domains/arter.json | 14 +++----
domains/arthur.json | 16 +++----
domains/artiefuzzz.json | 18 ++++----
domains/arul.json | 16 +++----
domains/arunava.json | 18 ++++----
domains/arya.json | 18 ++++----
domains/aryamaan.json | 28 ++++++-------
domains/asad-khan.json | 18 ++++----
domains/ashish.json | 18 ++++----
domains/ashl3y.json | 20 ++++-----
domains/ashleymavericks.json | 18 ++++----
domains/ashutosh.json | 18 ++++----
domains/ashutoshkumar.json | 16 +++----
domains/ashwa.json | 18 ++++----
domains/ashwin.json | 20 ++++-----
domains/asim.json | 18 ++++----
domains/aslipatov.json | 12 +++---
domains/asp.json | 12 +++---
domains/aspect.json | 2 +-
domains/aspect404.json | 20 ++++-----
domains/asuna.json | 18 ++++----
domains/aswin.json | 18 ++++----
domains/atechadventurer.json | 18 ++++----
domains/atharv.json | 24 +++++------
domains/atharva.json | 18 ++++----
domains/athira-li.json | 18 ++++----
domains/attaditya.json | 18 ++++----
domains/atul.json | 18 ++++----
domains/atzu.json | 18 ++++----
domains/august.json | 18 ++++----
domains/augustin.json | 18 ++++----
domains/augustine.json | 18 ++++----
domains/austin.json | 18 ++++----
domains/austinleath.json | 12 +++---
domains/ausy.json | 18 ++++----
domains/authorises.json | 2 +-
domains/ave.json | 20 ++++-----
domains/avellea.json | 20 ++++-----
domains/avery.json | 18 ++++----
domains/avg.json | 20 ++++-----
domains/avnoor-gamerz.json | 20 ++++-----
domains/avon.json | 16 +++----
domains/awan.json | 18 ++++----
domains/ax.json | 18 ++++----
domains/axd.json | 14 +++----
domains/axewbotx.json | 3 +-
domains/axviii3.json | 23 ++++++----
domains/ayanamy.json | 20 ++++-----
domains/aypro.json | 18 ++++----
domains/ayush.json | 20 ++++-----
domains/ayushshivaji.json | 12 +++---
domains/azer.json | 16 +++----
domains/b45i.json | 18 ++++----
domains/bachwumpus.json | 12 +++---
domains/badboy.json | 16 +++----
domains/badzlan.json | 2 +-
domains/bae.json | 16 +++----
domains/baijiu.yec.json | 18 ++++----
domains/balam314.json | 14 +++----
domains/ball.mousemoosz.json | 16 +++----
domains/banana.json | 18 ++++----
domains/bank.json | 16 +++----
domains/baquir.json | 18 ++++----
domains/bardia.json | 12 +++---
domains/bartoszm77.json | 18 ++++----
domains/bashou.json | 16 +++----
domains/basil.json | 20 ++++-----
domains/bast.json | 16 +++----
domains/batema.json | 14 +++----
domains/baumistlustig.json | 14 +++----
domains/bbhc.json | 18 ++++----
domains/bdays.suki.json | 14 +++----
domains/bear.json | 12 +++---
domains/beboq.json | 12 +++---
domains/bedanth.json | 18 ++++----
domains/bedrock16.json | 18 ++++----
domains/bee.json | 20 ++++-----
domains/belle.json | 18 ++++----
domains/benjo.json | 16 +++----
domains/bento64.json | 16 ++++---
domains/berry.json | 18 ++++----
domains/bhadra.json | 18 ++++----
domains/bhargav-gohil.json | 18 ++++----
domains/bhattcodes.json | 18 ++++----
domains/bhavesh-acquaintsoft.json | 19 ++++-----
domains/bhavishya.json | 12 +++---
domains/bhumkah-patel.json | 18 ++++----
domains/bimal.json | 20 ++++-----
domains/bipin-bheda.json | 18 ++++----
domains/biplob.json | 18 ++++----
domains/blackdx.json | 2 +-
domains/blaine.json | 18 ++++----
domains/blake.json | 18 ++++----
domains/blast.json | 18 ++++----
domains/blog.catzboy.json | 18 ++++----
domains/blog.crystal.json | 16 +++----
domains/blog.dhruva.json | 17 ++++----
domains/blog.terra.json | 20 ++++-----
domains/blog.whine.json | 6 +--
domains/blogs.aakanksha.json | 8 ++--
domains/blogs.shaunak.json | 18 ++++----
domains/blox.json | 2 +-
domains/blue.json | 20 ++++-----
domains/blueberry.json | 22 +++++-----
domains/bluesky01st.json | 14 +++----
domains/blurnope.json | 18 ++++----
domains/bnyro.json | 2 +-
domains/boba.json | 18 ++++----
domains/bobbrown.json | 18 ++++----
domains/bolt.json | 18 ++++----
domains/boolean44.json | 16 +++----
domains/boon.json | 18 ++++----
domains/boredcodebyk.json | 18 ++++----
domains/boris1993.json | 16 +++----
domains/bot.riskymh.json | 25 ++++++-----
domains/bots.json | 18 ++++----
domains/botspointer.json | 16 +++----
domains/box.json | 12 +++---
domains/bqini.json | 20 ++++-----
domains/brandon-hoffman.json | 11 +++--
domains/brandon.json | 18 ++++----
domains/bravestone.json | 20 ++++-----
domains/brawley.json | 16 +++----
domains/breadomaticc.json | 18 ++++----
domains/bree.json | 18 ++++----
domains/brian.json | 18 ++++----
domains/brin.json | 18 ++++----
domains/broduer.json | 18 ++++----
domains/brokiem.json | 12 +++---
domains/brooklyn.json | 20 ++++-----
domains/bruno.json | 16 +++----
domains/bryan.json | 14 +++----
domains/bs.json | 18 ++++----
domains/bsapi.json | 18 ++++----
domains/bttm.json | 16 ++++---
domains/burandby.json | 18 ++++----
domains/cal.json | 12 +++---
domains/calculator.notaperson535.json | 18 ++++----
domains/caleb.json | 18 ++++----
domains/callum.json | 20 ++++-----
domains/callumjt.json | 12 +++---
domains/canaris.json | 18 ++++----
domains/carlosgiralt.json | 20 ++++-----
domains/carmelo.json | 20 ++++-----
domains/cartar.json | 20 ++++-----
domains/cartyoo.json | 14 +++----
domains/cashlycash.json | 18 ++++----
domains/caspar.json | 18 ++++----
domains/casper.json | 14 +++----
domains/cassie.json | 18 ++++----
domains/catdrout.json | 12 +++---
domains/catr3kd.json | 12 +++---
domains/catsarecoo.json | 18 ++++----
domains/catto.json | 12 +++---
domains/catzboy.json | 18 ++++----
domains/cb.json | 16 +++----
domains/cc.json | 2 +-
domains/ccnicebruh.json | 12 +++---
domains/ccrp.json | 18 ++++----
domains/cdn-rehanplayz.json | 20 ++++-----
domains/cdn.aayush.json | 18 ++++----
domains/cdn.arman.json | 16 +++----
domains/cdn.badboy.json | 18 ++++----
domains/cdn.json | 20 ++++-----
domains/cdn.nziie.json | 20 ++++-----
domains/cdn.semant.json | 18 ++++----
domains/cec.json | 18 ++++----
domains/censor.json | 22 +++++-----
domains/ceon.json | 18 ++++----
domains/cetus.json | 20 ++++-----
domains/cfp.json | 18 ++++----
domains/cgprograms.json | 18 ++++----
domains/chanakan.json | 16 +++----
domains/chandra.json | 20 ++++-----
domains/chandrakant.json | 16 +++----
domains/chang.json | 2 +-
domains/changliu.json | 20 ++++-----
domains/chaotic.json | 14 +++----
domains/charalampos.json | 18 ++++----
domains/charcg.json | 20 ++++-----
domains/charlie.json | 18 ++++----
domains/charlz.json | 16 +++----
domains/charlzyx.json | 12 +++---
domains/chat-with.sx9.json | 19 ++++-----
domains/chat.suki.json | 14 +++----
domains/checkmate-os.sx9.json | 24 +++++------
domains/chef.json | 18 ++++----
domains/chenpeng.json | 22 +++++-----
domains/chino.json | 2 +-
domains/chintan-prajapati.json | 18 ++++----
domains/chip-1925.json | 14 +++----
domains/chip.json | 18 ++++----
domains/chirag-adhvaryu.json | 18 ++++----
domains/chloe.json | 20 ++++-----
domains/chris.json | 18 ++++----
domains/chris8889.json | 8 ++--
domains/chucha.json | 14 +++----
domains/cindy.json | 9 ++--
domains/cinnamonshrine.json | 20 ++++-----
domains/ck.json | 18 ++++----
domains/ckateptb.json | 12 +++---
domains/ckn.json | 18 ++++----
domains/cloud.dergraph.json | 16 ++++---
domains/cloud.json | 12 +++---
domains/cloud9store.json | 18 ++++----
domains/cloudy.json | 20 ++++-----
domains/cloudz.json | 18 ++++----
domains/clynt.json | 18 ++++----
domains/cmd410.json | 18 ++++----
domains/codefoster.json | 18 ++++----
domains/coder100.json | 18 ++++----
domains/codethoma.json | 18 ++++----
domains/codewhiteweb.json | 18 ++++----
domains/coffee.json | 16 +++----
domains/cole.json | 18 ++++----
domains/community.nziie.json | 12 +++---
domains/connor.json | 18 ++++----
domains/conorsheehan1.json | 18 ++++----
domains/coolcodersj.json | 16 +++----
domains/cooper.json | 18 ++++----
domains/corentin-sotoca.json | 9 ++--
domains/cornix.json | 16 +++----
domains/cosmic.json | 14 +++----
domains/cosmos.json | 12 +++---
domains/cozymy.json | 20 ++++-----
domains/cr.json | 18 ++++----
domains/cr0nus.json | 20 ++++-----
domains/crackz.json | 2 +-
domains/creaperhunter.json | 2 +-
domains/creature.json | 2 +-
domains/creepso.json | 2 +-
domains/creve.json | 18 ++++----
domains/crispy.json | 18 ++++----
domains/croissant.json | 16 ++++---
domains/crystal.json | 2 +-
domains/crystaluptime.json | 12 +++---
domains/cucusise.json | 12 +++---
domains/cuzimbisonratte.json | 12 +++---
domains/cyan.json | 18 ++++----
domains/cyanic76.json | 18 ++++----
domains/cyanide.json | 8 ++--
domains/cycno.json | 12 +++---
domains/d1snin.json | 18 ++++----
domains/d3admanbot.json | 2 +-
domains/daanbreur.json | 16 +++----
domains/daanschenkel.json | 12 +++---
domains/daboltgod.json | 2 +-
domains/dadcuy.json | 14 +++----
domains/daddy.json | 22 +++++-----
domains/dainfloop.json | 21 ++++------
domains/dan-habot.json | 18 ++++----
domains/dan.json | 18 ++++----
domains/dangdat.json | 18 ++++----
domains/dani.json | 20 ++++-----
domains/danialajamil.json | 18 ++++----
domains/daniel.json | 22 +++++-----
domains/daniel4-dev.json | 16 +++----
domains/daniel4-scratch.json | 18 ++++----
domains/danielclarke.json | 2 +-
domains/danilofuchs.json | 18 ++++----
domains/dannydandan.json | 12 +++---
domains/dano.json | 20 ++++-----
domains/danterus.json | 14 +++----
domains/dany.json | 18 ++++----
domains/daria.json | 18 ++++----
domains/darji-ravi.json | 18 ++++----
domains/dark.json | 12 +++---
domains/darkdevil.json | 34 +++++++--------
domains/darren.json | 18 ++++----
domains/darsh.json | 18 ++++----
domains/dartanman.json | 18 ++++----
domains/dashboard.zeppelin.maskduck.json | 26 ++++++------
domains/dasshark.json | 12 +++---
domains/dast.json | 18 ++++----
domains/david.json | 18 ++++----
domains/davidpuerta.json | 8 ++--
domains/davipatricio.json | 18 ++++----
domains/daxnime.json | 12 +++---
domains/daxoron.json | 18 ++++----
domains/daysling.json | 12 +++---
domains/db.json | 18 ++++----
domains/dc.jakub.json | 14 +++----
domains/dc.whine.json | 4 +-
domains/de.whine.json | 12 +++---
domains/deadshot.json | 20 ++++-----
domains/debajyoti.json | 12 +++---
domains/debargha.json | 12 +++---
domains/debasishdutta.json | 12 +++---
domains/debertjamie.json | 18 ++++----
domains/debug.json | 16 +++----
domains/deekshasharma.json | 16 +++----
domains/dehteam3.json | 19 ++++-----
domains/deliable.json | 16 +++----
domains/delta.json | 2 +-
domains/demon.json | 12 +++---
domains/demonitize.json | 31 +++++++-------
domains/demonium.json | 18 ++++----
domains/demonkingswarn.json | 18 ++++----
domains/den.json | 16 +++----
domains/denis.json | 12 +++---
domains/denix.json | 18 ++++----
domains/dennis.json | 18 ++++----
domains/denver.json | 18 ++++----
domains/deoxy.json | 18 ++++----
domains/dergraph.json | 14 +++----
domains/designer.json | 18 ++++----
domains/destcom.json | 20 ++++-----
domains/detox.json | 16 +++----
domains/dev.json | 14 +++----
domains/devan.json | 16 +++----
domains/devanmed.json | 16 +++----
domains/devcomp.json | 18 ++++----
domains/devdk.json | 2 +-
domains/developer.json | 14 +++----
domains/developerjosh.json | 20 ++++-----
domains/devin.json | 14 +++----
domains/devon.json | 18 ++++----
domains/devrealm.json | 20 ++++-----
domains/dex.json | 2 +-
domains/dexo.json | 5 +--
domains/dhanush.json | 18 ++++----
domains/dharmx.json | 20 ++++-----
domains/dharti-mungara.json | 18 ++++----
domains/dheirya.json | 20 ++++-----
domains/dhinesh.json | 8 ++--
domains/dhruva.json | 18 ++++----
domains/dhruvil.json | 7 +---
domains/dhyan99.json | 15 ++++---
domains/dib.json | 20 ++++-----
domains/dibster.json | 24 +++++------
domains/didier.json | 16 +++----
domains/didimukhtar.json | 20 ++++-----
domains/didntpot.json | 12 +++---
domains/dillonb07.json | 18 ++++----
domains/dimas.json | 20 ++++-----
domains/dinesh.json | 18 ++++----
domains/dino.json | 18 ++++----
domains/dinothedev.json | 18 ++++----
domains/dipan.json | 18 ++++----
domains/discord.jakub.json | 14 +++----
domains/discord.json | 18 ++++----
domains/discord.maskduck.json | 18 ++++----
domains/discordbots.semant.json | 16 +++----
domains/divik.json | 18 ++++----
domains/divyam.json | 18 ++++----
domains/doc.dergraph.json | 16 ++++---
domains/docs.json | 18 ++++----
domains/dolba3b.json | 2 +-
domains/dom.json | 20 ++++-----
domains/domin.json | 18 ++++----
domains/dominic.json | 12 +++---
domains/donate.gornostay25.json | 24 +++++------
domains/donkaos.json | 22 +++++-----
domains/donut.json | 2 +-
domains/dooly.json | 20 ++++-----
domains/dragon.json | 18 ++++----
domains/drdilyor.json | 18 ++++----
domains/drish-xd.json | 18 ++++----
domains/drmonocle.json | 18 ++++----
domains/drormaman.json | 18 ++++----
domains/dsaw.json | 18 ++++----
domains/dsrev.json | 20 ++++-----
domains/duck.json | 14 +++----
domains/duckinc.json | 18 ++++----
domains/ducky.json | 2 +-
domains/dudani-meet.json | 18 ++++----
domains/dumkalpoly.json | 18 ++++----
domains/dunkan.json | 18 ++++----
domains/dwii.json | 18 ++++----
domains/dxler.json | 16 +++----
domains/dydestroyer.json | 20 ++++-----
domains/dylan.json | 18 ++++----
domains/dylank.json | 14 +++----
domains/earth.sx9.json | 12 +++---
domains/earthnuker.json | 14 +++----
domains/earthrulerr.json | 14 +++----
domains/eax.json | 18 ++++----
domains/eazyblack.json | 18 ++++----
domains/ecalzo.json | 18 ++++----
domains/echo2477.json | 18 ++++----
domains/eddy.json | 14 +++----
domains/eddyraz-trfk.json | 17 ++++----
domains/eddyraz.json | 17 ++++----
domains/edjva.json | 2 +-
domains/edrea.json | 18 ++++----
domains/eduardkotov.json | 12 +++---
domains/edward.json | 12 +++---
domains/edwin.json | 16 +++----
domains/eesa.json | 2 +-
domains/efe.json | 18 ++++----
domains/ejaz.json | 20 ++++-----
domains/ekansh.json | 16 ++++---
domains/ekinvarli.json | 2 +-
domains/el2zay.json | 22 +++++-----
domains/elbkr.json | 11 +++--
domains/eldano.json | 20 ++++-----
domains/eldin.json | 16 +++----
domains/eldinesh.json | 18 ++++----
domains/eletrixtalk.json | 20 ++++-----
domains/eletrixtalkapp.json | 12 +++---
domains/elf.json | 18 ++++----
domains/elian.json | 14 +++----
domains/elias.json | 20 ++++-----
domains/elijah629.json | 2 +-
domains/ella.json | 18 ++++----
domains/elma.json | 14 +++----
domains/elrefaie.json | 12 +++---
domains/elvis.json | 9 ++--
domains/emhl.json | 18 ++++----
domains/emily.json | 20 ++++-----
domains/emtyfay.json | 12 +++---
domains/enderdev.json | 20 ++++-----
domains/enzo.json | 18 ++++----
domains/epgeroy.json | 18 ++++----
domains/epic.json | 18 ++++----
domains/epnq.json | 20 ++++-----
domains/epsooraj.json | 16 +++----
domains/erdwpe.json | 20 ++++-----
domains/eric.json | 18 ++++----
domains/ericthomas.json | 18 ++++----
domains/erik.json | 8 ++--
domains/erisa.json | 18 ++++----
domains/ermal.json | 35 +++++++---------
domains/ethan.json | 16 +++----
domains/ethxrnity.json | 20 ++++-----
domains/eutrix.json | 20 ++++-----
domains/eva.json | 8 ++--
domains/eval.json | 18 ++++----
domains/evaldas.json | 14 +++----
domains/evan.json | 18 ++++----
domains/evelio.json | 5 +--
domains/everyone.json | 20 ++++-----
domains/evils.json | 2 +-
domains/eviternal.json | 20 ++++-----
domains/f2cqjkp4gwog.json | 14 +++----
domains/fabiancrx.json | 18 ++++----
domains/faisal.json | 20 ++++-----
domains/faiz.json | 18 ++++----
domains/fake.json | 25 +++++------
domains/fallen.json | 20 ++++-----
domains/faris.json | 24 +++++------
domains/faris0520.json | 18 ++++----
domains/farjanul.json | 12 +++---
domains/fartplayer69.json | 14 +++----
domains/farvessafiyudeen.json | 18 ++++----
domains/farzan.json | 18 ++++----
domains/fastering.json | 18 ++++----
domains/fatgrizzly.json | 18 ++++----
domains/fauzannnnh.json | 18 ++++----
domains/fayasnoushad.json | 20 ++++-----
domains/fayyadh.json | 18 ++++----
domains/fbi.json | 18 ++++----
domains/fcircle-doc.json | 18 ++++----
domains/fdciabdul.json | 14 +++----
domains/fear.json | 12 +++---
domains/fel1x0u.json | 10 ++---
domains/felix.json | 16 +++----
domains/felixalguzman.json | 12 +++---
domains/felixtr.json | 16 +++----
domains/fengkch.json | 12 +++---
domains/ffj20.json | 16 +++----
domains/fietu.json | 8 ++--
domains/filip769.json | 18 ++++----
domains/finn.json | 16 +++----
domains/fireredz.json | 16 +++----
domains/firework.json | 12 +++---
domains/fishycraft.json | 20 ++++-----
domains/fjavierlh.json | 18 ++++----
domains/flexico.json | 18 ++++----
domains/floppa.json | 14 +++----
domains/floppy.json | 20 ++++-----
domains/florian.json | 20 ++++-----
domains/florin.json | 12 +++---
domains/fluted.json | 20 ++++-----
domains/fluxxyboi.json | 18 ++++----
domains/flyingcheese41.json | 8 ++--
domains/formalite.json | 16 +++----
domains/forsas.json | 18 ++++----
domains/foufou-exe.json | 20 ++++-----
domains/fourjuaneight.json | 18 ++++----
domains/fox.json | 12 +++---
domains/foxie.arman.json | 28 ++++++-------
domains/foxy4096.json | 20 ++++-----
domains/franciskafieh.json | 18 ++++----
domains/frazix.json | 18 ++++----
domains/frcat.json | 20 ++++-----
domains/frd.json | 20 ++++-----
domains/freebies.json | 18 ++++----
domains/freehuntx.json | 16 +++----
domains/frissyn.json | 22 +++++-----
domains/frog.json | 18 ++++----
domains/frost2k5.json | 14 +++----
domains/frostx.json | 20 ++++-----
domains/frozzare.json | 16 +++----
domains/fsanchir.json | 18 ++++----
domains/fuccsoc.json | 12 +++---
domains/fullpwn.json | 20 ++++-----
domains/fulminatingmoat.json | 20 ++++-----
domains/furkancetinkaya.json | 2 +-
domains/furti.json | 2 +-
domains/furycraft.json | 20 ++++-----
domains/gabimaciel.json | 20 ++++-----
domains/gaetan.json | 16 +++----
domains/gala.json | 12 +++---
domains/galacyber.json | 24 +++++------
domains/gamersindo.json | 16 +++----
domains/gamew.json | 12 +++---
domains/gamingboots.json | 22 +++++-----
domains/ganesh.json | 18 ++++----
domains/garden.json | 18 ++++----
domains/gaurav.json | 18 ++++----
domains/gauravkulkarni.json | 12 +++---
domains/gautam.json | 16 +++----
domains/gavin.json | 22 +++++-----
domains/gavinw.json | 16 +++----
domains/gavrielsatrio.json | 18 ++++----
domains/gdbotlist.json | 18 ++++----
domains/geopjr.json | 18 ++++----
domains/george.json | 18 ++++----
domains/georgee.json | 20 ++++-----
domains/georgekaran.json | 18 ++++----
domains/getify.json | 14 +++----
domains/gggedr.json | 12 +++---
domains/ghex.json | 20 ++++-----
domains/ghost.json | 8 ++--
domains/ghostyt.json | 18 ++++----
domains/gifaldyazka.json | 18 ++++----
domains/gilad.json | 16 +++----
domains/gingdev.json | 18 ++++----
domains/girigummadi.json | 18 ++++----
domains/git.maskduck.json | 18 ++++----
domains/gitcat3.json | 12 +++---
domains/givinghawk.json | 18 ++++----
domains/gizmo.json | 16 +++----
domains/gizmora2.json | 24 +++++------
domains/gizzy.json | 12 +++---
domains/gizzygizmo.json | 12 +++---
domains/gkr.json | 14 +++----
domains/gkucmierz.json | 16 +++----
domains/glitchish.json | 18 ++++----
domains/glncy.json | 12 +++---
domains/glpzzz.json | 18 ++++----
domains/gnanaelisa.json | 18 ++++----
domains/go.avasthi.json | 18 ++++----
domains/god.json | 18 ++++----
domains/godwhite.json | 20 ++++-----
domains/godwin.json | 12 +++---
domains/gokul.json | 18 ++++----
domains/goon.json | 16 +++----
domains/gorkem.json | 18 ++++----
domains/gornostay25.json | 24 ++++-------
domains/govind.json | 18 ++++----
domains/govinda.json | 18 ++++----
domains/grapeapplefruit.json | 20 ++++-----
domains/gravy.json | 18 ++++----
domains/grif.json | 19 ++++-----
domains/grishma-chhayani.json | 18 ++++----
domains/gs.json | 20 ++++-----
domains/gstudiosx.json | 12 +++---
domains/guilherme.json | 12 +++---
domains/guptasiddhant.json | 18 ++++----
domains/gustavo.json | 20 ++++-----
domains/gxlpes.json | 3 +-
domains/h3r3t1c.json | 18 ++++----
domains/hachi.json | 18 ++++----
domains/hadi.json | 18 ++++----
domains/hafidu.json | 12 +++---
domains/hamza.json | 17 ++++----
domains/hansen.json | 18 ++++----
domains/hardik-chandan.json | 22 +++++-----
domains/hari.json | 18 ++++----
domains/harikrishnan.json | 16 +++----
domains/harikrishnanps.json | 18 ++++----
domains/harish.json | 18 ++++----
domains/harjakrepp.json | 22 +++++-----
domains/harmputman.json | 20 ++++-----
domains/harrigan.json | 18 ++++----
domains/harry.json | 18 ++++----
domains/harsh-patel.json | 18 ++++----
domains/harshad.json | 14 +++----
domains/harshatwo.json | 14 +++----
domains/haru.json | 12 +++---
domains/hase0278.json | 6 +--
domains/haseena.json | 18 ++++----
domains/hatkid.json | 18 ++++----
domains/hatkidchan.json | 20 ++++-----
domains/hay.json | 18 ++++----
domains/haykaody.json | 7 ++--
domains/he.json | 16 +++----
domains/hecterbonha.json | 12 +++---
domains/hector-vigil.json | 18 ++++----
domains/heet.json | 2 +-
domains/helge.json | 18 ++++----
domains/heli-joshi.json | 18 ++++----
domains/hello.json | 18 ++++----
domains/hemanth.json | 18 ++++----
domains/henry.json | 20 ++++-----
domains/henrymartin.json | 14 +++----
domains/herckun.json | 20 ++++-----
domains/herkura.json | 18 ++++----
domains/hextris.json | 18 ++++----
domains/hiddenblack.json | 18 ++++----
domains/hieudmg.json | 15 ++++---
domains/higherror.json | 20 ++++-----
domains/hikaru.json | 18 ++++----
domains/himashu.json | 12 +++---
domains/hiren-brahmbhatt.json | 18 ++++----
domains/hiren.json | 14 +++----
domains/hiro.json | 18 ++++----
domains/hironichu.json | 24 +++++------
domains/hisham.json | 18 ++++----
domains/hjmao.json | 18 ++++----
domains/hmon.json | 14 +++----
domains/hod.json | 22 +++++-----
domains/hokkqi.json | 18 ++++----
domains/homemadestea58.json | 18 ++++----
domains/hot-dev.json | 4 +-
domains/hsgamer.json | 12 +++---
domains/hu-kaixiang.json | 18 ++++----
domains/huby.json | 16 +++----
domains/hugovidafe.json | 20 ++++-----
domains/hunai.json | 20 ++++-----
domains/hung-contact.json | 14 +++----
domains/hung.json | 14 +++----
domains/hunter.json | 22 +++++-----
domains/huntroid.json | 12 +++---
domains/husain.json | 12 +++---
domains/huseyin.json | 18 ++++----
domains/huyen.json | 2 +-
domains/hycord.json | 20 ++++-----
domains/hyena.json | 18 ++++----
domains/hyperhacker.json | 20 ++++-----
domains/hyro.json | 18 ++++----
domains/hzmi.json | 18 ++++----
domains/hzyusuf.json | 12 +++---
domains/i10.json | 12 +++---
domains/iakshay.json | 20 ++++-----
domains/iansalazar.json | 18 ++++----
domains/ibrahim.json | 18 ++++----
domains/ice.json | 18 ++++----
domains/icehead.json | 18 ++++----
domains/icm.json | 18 ++++----
domains/ico.json | 18 ++++----
domains/ida64.json | 18 ++++----
domains/igna.json | 18 ++++----
domains/ihsan.json | 12 +++---
domains/ihzan.json | 16 ++++---
domains/imad.json | 20 ++++-----
domains/imd.json | 20 ++++-----
domains/imekachi.json | 12 +++---
domains/img.json | 18 ++++----
domains/img.suki.json | 14 +++----
domains/imlasiya.json | 20 ++++-----
domains/imlasiyah.json | 12 +++---
domains/immails.json | 8 ++--
domains/impsycho.json | 10 ++---
domains/imsudip.json | 22 +++++-----
domains/imzihad21.json | 14 +++----
domains/imzulkar.json | 8 ++--
domains/incbom.json | 2 +-
domains/infernum.json | 2 +-
domains/infinitecode.json | 16 +++----
domains/infinity.json | 12 +++---
domains/ink.json | 18 ++++----
domains/inkilu.json | 2 +-
domains/instantnoodles.json | 20 ++++-----
domains/instapi.aditya.json | 22 +++++-----
domains/intergrav.json | 12 +++---
domains/inxlo.json | 18 ++++----
domains/ionetty.json | 20 ++++-----
domains/ireknazm.json | 18 ++++----
domains/irfan.json | 18 ++++----
domains/irumvanselme.json | 16 +++----
domains/isaiahday.json | 4 +-
domains/ish.json | 14 +++----
domains/ishaanmehta.json | 18 ++++----
domains/ishan.json | 20 ++++-----
domains/ishh.json | 16 +++----
domains/isqne.json | 18 ++++----
domains/isrmicha.json | 12 +++---
domains/issai.json | 20 ++++-----
domains/itsdharmik.json | 20 ++++-----
domains/itsnicecraft.json | 24 +++++------
domains/itsvick.json | 12 +++---
domains/itzliam.json | 14 +++----
domains/ivan.json | 16 +++----
domains/ivedant.json | 18 ++++----
domains/ivolimasilva.json | 18 ++++----
domains/j1shnu.json | 2 +-
domains/j3ffjessie.json | 18 ++++----
domains/jackiso.json | 16 +++----
domains/jackson.json | 26 ++++++------
domains/jacob.json | 18 ++++----
domains/jacobtm.json | 20 ++++-----
domains/jagan.json | 18 ++++----
domains/jagdhish-mer.json | 18 ++++----
domains/jagdish-mer.json | 18 ++++----
domains/jakehe.json | 20 ++++-----
domains/jakub.json | 14 +++----
domains/jalaj.json | 26 +++++-------
domains/james.json | 20 ++++-----
domains/jamieisgeek.json | 18 ++++----
domains/jamig.json | 14 +++----
domains/janeberru.json | 20 ++++-----
domains/janleigh.json | 12 +++---
domains/jarmos.json | 20 ++++-----
domains/jason.json | 16 +++----
domains/java.json | 20 ++++-----
domains/jay-bhalodiya.json | 18 ++++----
domains/jay.json | 14 +++----
domains/jayantkageri.json | 18 ++++----
domains/jaycedotbin.json | 20 ++++-----
domains/jayesh.json | 6 +--
domains/jayg.json | 2 +-
domains/jayy.json | 20 ++++-----
domains/jbyt27.json | 14 +++----
domains/jc-wu.json | 2 +-
domains/jcquieta.json | 2 +-
domains/jean.json | 20 ++++-----
domains/jeel.json | 20 ++++-----
domains/jeevan.json | 18 ++++----
domains/jeferson.json | 20 ++++-----
domains/jeffrey.json | 18 ++++----
domains/jegatchalian.json | 12 +++---
domains/jenina.json | 25 ++++-------
domains/jeremie.json | 2 +-
domains/jeremy.json | 12 +++---
domains/jeros.json | 12 +++---
domains/jerry.json | 18 ++++----
domains/jesgran.json | 12 +++---
domains/jeweetzelf.json | 14 +++----
domains/jewishlewish.json | 12 +++---
domains/jeydin.json | 20 ++++-----
domains/jimmster.json | 18 ++++----
domains/jimmy.json | 20 ++++-----
domains/jimscope.json | 18 ++++----
domains/jinso.json | 10 ++---
domains/jishnupsamal.json | 14 +++----
domains/jite.json | 16 +++----
domains/jj.json | 27 +++++++-----
domains/joaovitorzv.json | 20 ++++-----
domains/jobcmax.json | 2 +-
domains/joe-dawley.json | 20 ++++-----
domains/joe.json | 18 ++++----
domains/joel.json | 22 +++++-----
domains/joelbobanoffline.json | 2 +-
domains/joelee.json | 18 ++++----
domains/joesbrandt.json | 16 +++----
domains/joesjourney.json | 24 +++++------
domains/johan-stickman.json | 20 ++++-----
domains/johan.json | 18 ++++----
domains/johansansebastian.json | 18 ++++----
domains/john.json | 20 ++++-----
domains/johnny.json | 10 ++---
domains/johnsonlee.json | 18 ++++----
domains/joker.json | 20 ++++-----
domains/jonathan.json | 18 ++++----
domains/josh.json | 18 ++++----
domains/joshatticus.json | 12 +++---
domains/joshua.json | 18 ++++----
domains/josjonkeren.json | 12 +++---
domains/jqshuv.json | 20 ++++-----
domains/jrdrwn.json | 2 +-
domains/json.json | 16 +++----
domains/jsworld.json | 2 +-
domains/juanjo.json | 18 ++++----
domains/juhair.json | 16 +++----
domains/juikulkarni.json | 3 +-
domains/juliusknuff.json | 14 +++----
domains/justforever.json | 18 ++++----
domains/justin.json | 18 ++++----
domains/justtobbi.json | 2 +-
domains/justtrynacode.json | 20 ++++-----
domains/justus.json | 14 +++----
domains/jwaxy.json | 2 +-
domains/jzitnik.json | 16 +++----
domains/k4i0d.json | 12 +++---
domains/k93msy.json | 18 ++++----
domains/kacem.json | 18 ++++----
domains/kagchi.json | 18 ++++----
domains/kaguwo.json | 16 +++----
domains/kai.json | 18 ++++----
domains/kaivalya.json | 2 +-
domains/kamy0403.json | 12 +++---
domains/kamyzz.json | 12 +++---
domains/kartik.json | 18 ++++----
domains/kashif.json | 12 +++---
domains/kaushik-bhadarka.json | 18 ++++----
domains/kavi.json | 20 ++++-----
domains/kaweees.json | 18 ++++----
domains/kaweendra.json | 11 +++--
domains/kawet.json | 18 ++++----
domains/kaz.json | 18 ++++----
domains/kckarnige.json | 20 ++++-----
domains/kd.json | 22 +++++-----
domains/kefir.json | 16 ++++---
domains/keithkhaotic.json | 2 +-
domains/keju.json | 20 ++++-----
domains/kekda.json | 16 +++----
domains/keli5.json | 20 ++++-----
domains/kells.json | 18 ++++----
domains/ken.json | 14 +++----
domains/kenney.json | 14 +++----
domains/kenwu.json | 10 ++---
domains/kev.json | 18 ++++----
domains/kevin.json | 14 +++----
domains/keyurnimavat.json | 18 ++++----
domains/kha.json | 12 +++---
domains/khaled.json | 12 +++---
domains/khanh.json | 18 ++++----
domains/khcrv.json | 18 ++++----
domains/khushraj.json | 18 ++++----
domains/kiara.json | 18 ++++----
domains/kicrops.json | 18 ++++----
domains/kilic.json | 18 ++++----
domains/killua.json | 18 ++++----
domains/kingq23.json | 14 +++----
domains/kiran.json | 18 ++++----
domains/kirann.json | 18 ++++----
domains/kiss.json | 14 +++----
domains/kitten.json | 18 ++++----
domains/kitty.json | 12 +++---
domains/kiwozen.json | 4 +-
domains/kiyora.json | 9 ++--
domains/klindos.jzitnik.json | 16 +++----
domains/klouqzz.json | 18 ++++----
domains/kmrvarun.json | 11 +++--
domains/kns.json | 18 ++++----
domains/kobeff.json | 18 ++++----
domains/koding.json | 18 ++++----
domains/koolwiza.json | 18 ++++----
domains/korauo.json | 18 ++++----
domains/korbinvanette.json | 12 +++---
domains/kory.json | 20 ++++-----
domains/koslz.json | 18 ++++----
domains/kotikov.json | 9 ++--
domains/koton-bads.json | 2 +-
domains/kpopiui.json | 20 ++++-----
domains/krishna.json | 12 +++---
domains/krix.json | 4 +-
domains/krvishal.json | 2 +-
domains/kshitij.json | 21 +++++-----
domains/ksvkabra.json | 16 +++----
domains/kubov.json | 12 +++---
domains/kukikop.json | 20 ++++-----
domains/kumkashree.json | 2 +-
domains/kunal.json | 20 ++++-----
domains/kweller.json | 18 ++++----
domains/kyhros.json | 12 +++---
domains/kyle.json | 16 +++----
domains/kylemartin.json | 18 ++++----
domains/kyoki.json | 16 +++----
domains/kyotox.json | 12 +++---
domains/kyoya.json | 14 +++----
domains/l0ser.json | 18 ++++----
domains/l6174.json | 2 +-
domains/lacti.json | 18 ++++----
domains/laker.json | 20 ++++-----
domains/lakhani-palak.json | 18 ++++----
domains/lambda.json | 18 ++++----
domains/larryst.json | 16 +++----
domains/larrystudios.json | 17 ++++----
domains/latealways.json | 14 +++----
domains/laufey.json | 20 ++++-----
domains/lavafroth.json | 14 +++----
domains/laxminag.json | 18 ++++----
domains/laymoth.json | 2 +-
domains/layor.json | 14 +++----
domains/lazycoder.json | 18 ++++----
domains/lazyllama.json | 14 +++----
domains/legendsayantan.json | 2 +-
domains/leha.json | 20 ++++-----
domains/lellis.json | 18 ++++----
domains/lenicyl.json | 14 +++----
domains/leo.json | 20 ++++-----
domains/leon.json | 16 +++----
domains/levani.json | 14 +++----
domains/levi.json | 20 ++++-----
domains/levprograming.json | 18 ++++----
domains/lewe.json | 12 +++---
domains/li.whine.json | 4 +-
domains/liancg.json | 18 ++++----
domains/light.json | 18 ++++----
domains/liju.json | 18 ++++----
domains/lilac.json | 20 ++++-----
domains/limbanitejal.json | 18 ++++----
domains/linbuxiao.json | 20 ++++-----
domains/lingle.json | 20 ++++-----
domains/link.json | 18 ++++----
domains/linkme.noma.json | 16 +++----
domains/links.json | 18 ++++----
domains/lintahtorrents.json | 12 +++---
domains/linusx.json | 2 +-
domains/lio.json | 18 ++++----
domains/liq.json | 18 ++++----
domains/lizhenghao.json | 12 +++---
domains/lknows.json | 16 ++++---
domains/llama.json | 18 ++++----
domains/llanero.json | 20 ++++-----
domains/lmgxenon.json | 16 +++----
domains/lnfnunes.json | 18 ++++----
domains/local.jj.json | 16 +++----
domains/logan.json | 2 +-
domains/login-brawley.json | 18 ++++----
domains/lok.json | 18 ++++----
domains/loky.json | 16 +++----
domains/lol.json | 18 ++++----
domains/lonelil.json | 2 +-
domains/loneorangeball.json | 20 ++++-----
domains/lordshoray.json | 18 ++++----
domains/lostdir69.json | 2 +-
domains/loud.json | 14 +++----
domains/lovishprabhakar.json | 18 ++++----
domains/lrxrn.json | 12 +++---
domains/lsantana.json | 18 ++++----
domains/ltln.json | 12 +++---
domains/luanrt.json | 18 ++++----
domains/luca.json | 22 +++++-----
domains/lucaszick.json | 8 ++--
domains/lucyjs.json | 12 +++---
domains/luihh.json | 20 ++++-----
domains/luis-ciber.json | 18 ++++----
domains/luistena.json | 20 ++++-----
domains/luke.json | 18 ++++----
domains/luna.json | 18 ++++----
domains/lunah.json | 24 +++++------
domains/lunax0390.json | 18 ++++----
domains/luni.json | 16 ++++---
domains/lxquid.json | 14 +++----
domains/lyertia.json | 18 ++++----
domains/lyessa.json | 18 ++++----
domains/lytwest.json | 18 ++++----
domains/lyubo.json | 16 +++----
domains/m04.json | 18 ++++----
domains/m1dnight.json | 18 ++++----
domains/m42e.json | 18 ++++----
domains/m4hbod.json | 22 +++++-----
domains/macos.notaperson535.json | 18 ++++----
domains/maddy.json | 7 ++--
domains/madhan.json | 18 ++++----
domains/madhav.json | 16 +++----
domains/madhurya.json | 12 +++---
domains/madmusician.json | 16 +++----
domains/magic4me.json | 14 +++----
domains/magma.json | 18 ++++----
domains/magniquick.json | 7 +---
domains/mahesh.json | 14 +++----
domains/mahmud.json | 2 +-
domains/mai.json | 16 +++----
domains/mail-noma.json | 5 +--
domains/mail.aditya.json | 5 +--
domains/mail.arman.json | 35 +++++++---------
domains/mail.badboy.json | 41 +++++++++---------
domains/mail.boolean44.json | 19 ++++-----
domains/mail.icehead.json | 19 ++++-----
domains/mail.l6174.json | 4 +-
domains/mail.minmit.json | 20 ++++-----
domains/mail.mxnticek.json | 21 +++++-----
domains/mail.notaperson535.json | 18 ++++----
domains/mail.rika.json | 5 +--
domains/mail.suki.json | 16 ++++---
domains/mail.sx9.json | 22 +++++-----
domains/mail.whine.json | 12 +++---
domains/maintainers.json | 5 +--
domains/makhbaz.json | 20 ++++-----
domains/maks.json | 16 +++----
domains/malbouy.json | 18 ++++----
domains/malo.json | 12 +++---
domains/malware.json | 14 +++----
domains/mamun.json | 18 ++++----
domains/manash.json | 18 ++++----
domains/mandaninikunj.json | 18 ++++----
domains/maninder.json | 18 ++++----
domains/manish.json | 18 ++++----
domains/manjushri.json | 16 +++----
domains/manojbarman.json | 20 ++++-----
domains/mantas.json | 18 ++++----
domains/manu.json | 18 ++++----
domains/marc.json | 16 +++----
domains/marcchew.json | 16 +++----
domains/marcelomrwin.json | 8 ++--
domains/marco.json | 12 +++---
domains/marcus.json | 20 ++++-----
domains/marcusj.json | 18 ++++----
domains/maria.json | 12 +++---
domains/mark.json | 18 ++++----
domains/markos.json | 18 ++++----
domains/markus.json | 16 +++----
domains/martial.json | 18 ++++----
domains/maryll.json | 12 +++---
domains/maskduck.json | 26 ++++++------
domains/masood.json | 18 ++++----
domains/massick.json | 18 ++++----
domains/mastodon.dainfloop.json | 16 +++----
domains/match.json | 26 ++++++------
domains/matheus.json | 18 ++++----
domains/mathiassm.json | 20 ++++-----
domains/mathiscool.json | 18 ++++----
domains/matt.json | 18 ++++----
domains/matt3o0.json | 12 +++---
domains/mattdavison.json | 16 +++----
domains/mattdestroyer.json | 16 +++----
domains/matthew.json | 18 ++++----
domains/mattw.json | 22 +++++-----
domains/mawoka.json | 16 ++++---
domains/max.json | 21 ++++------
domains/maximking.json | 16 +++----
domains/maxt.json | 18 ++++----
domains/mayur.json | 18 ++++----
domains/mazengohar.json | 18 ++++----
domains/mb.json | 18 ++++----
domains/mburguete.json | 18 ++++----
domains/mc.badboy.json | 16 +++----
domains/mc.daniel.json | 22 +++++-----
domains/mc.dergraph.json | 16 ++++---
domains/mc.mousemoosz.json | 16 +++----
domains/mc1.notjadeja.json | 18 ++++----
domains/mcotocel.json | 18 ++++----
domains/mcsavvy.json | 16 +++----
domains/mcz.json | 14 +++----
domains/mczgodpiggy.json | 20 ++++-----
domains/mdbesoain.json | 12 +++---
domains/mdk.json | 12 +++---
domains/medhanite.json | 18 ++++----
domains/meen.json | 18 ++++----
domains/mega-lag.sx9.json | 12 +++---
domains/mega.json | 20 ++++-----
domains/megalith.json | 12 +++---
domains/melainegerard.json | 18 ++++----
domains/meloun7.json | 18 ++++----
domains/melwyn.json | 18 ++++----
domains/mendy.json | 16 ++++---
domains/mert.json | 18 ++++----
domains/mh4d.json | 16 +++----
domains/micah.json | 18 ++++----
domains/michael.json | 18 ++++----
domains/michaelbelete.json | 18 ++++----
domains/michioxd.json | 12 +++---
domains/micorksen.json | 18 ++++----
domains/midlaj.json | 12 +++---
domains/migoreng.json | 16 +++----
domains/miguel.json | 18 ++++----
domains/mihai.json | 20 ++++-----
domains/mihir-patel-agc.json | 19 ++++-----
domains/mijhelt.json | 16 +++----
domains/mike.json | 18 ++++----
domains/mikey.json | 18 ++++----
domains/mikko.json | 20 ++++-----
domains/mikronet.json | 12 +++---
domains/milan.json | 20 ++++-----
domains/milan090.json | 18 ++++----
domains/milcon.json | 14 +++----
domains/milocat.json | 16 +++----
domains/mimic.json | 18 ++++----
domains/mineek.json | 24 +++++------
domains/minhh2792.json | 10 ++---
domains/minmit.json | 18 ++++----
domains/mioscape.json | 18 ++++----
domains/miraclecherrypie.json | 18 ++++----
domains/miro.json | 18 ++++----
domains/mirror.json | 18 ++++----
domains/mitch.json | 12 +++---
domains/miti99.json | 12 +++---
domains/mj1532.json | 18 ++++----
domains/mk.json | 18 ++++----
domains/mkk.json | 22 +++++-----
domains/mnsrulz.json | 18 ++++----
domains/moe.json | 6 +--
domains/mofuru.json | 20 ++++-----
domains/moh.json | 2 +-
domains/moha.json | 20 ++++-----
domains/mohannadk28.json | 20 ++++-----
domains/molai.json | 20 ++++-----
domains/moni.json | 18 ++++----
domains/moon.json | 18 ++++----
domains/moonboy.json | 16 +++----
domains/mopamo.json | 20 ++++-----
domains/moritz.json | 18 ++++----
domains/morning3tar.json | 18 ++++----
domains/mostafaefafi.json | 18 ++++----
domains/motion42.json | 18 ++++----
domains/mpm.json | 18 ++++----
domains/mpult.json | 18 ++++----
domains/mpy.json | 18 ++++----
domains/mqry.json | 4 +-
domains/mrasif.json | 16 +++----
domains/mrcl.json | 14 +++----
domains/mrcorpz.json | 20 ++++-----
domains/mrcrbrth.json | 17 ++++----
domains/mricecream.json | 20 ++++-----
domains/mrinjamul.json | 16 +++----
domains/mrinmoy.json | 15 +++----
domains/mrj.json | 14 +++----
domains/mrkos.json | 18 ++++----
domains/mrlol.json | 20 ++++-----
domains/mrnover.json | 20 ++++-----
domains/mrprime.json | 2 +-
domains/mrshoe.json | 18 ++++----
domains/mrthundergod.json | 18 ++++----
domains/mrugeshtank.json | 16 +++----
domains/mryusuf.json | 12 +++---
domains/msg.json | 18 ++++----
domains/mtestsite.json | 12 +++---
domains/mtg.json | 20 ++++-----
domains/muchenski.json | 18 ++++----
domains/muff.json | 12 +++---
domains/murodovazizmurod.json | 18 ++++----
domains/music-old.mxnticek.json | 16 +++----
domains/music.json | 18 ++++----
domains/music.mxnticek.json | 16 +++----
domains/mustafa.json | 14 +++----
domains/muzammil.json | 16 +++----
domains/mxnticek.json | 2 +-
domains/mxnuchim.json | 12 +++---
domains/mysteriousk.json | 18 ++++----
domains/mysterysd.json | 6 +--
domains/mythsman.json | 18 ++++----
domains/myx.json | 20 ++++-----
domains/mzakyr.json | 14 +++----
domains/nagarajgond.json | 18 ++++----
domains/nalin.json | 16 +++----
domains/naman-machchhar.json | 18 ++++----
domains/naman.json | 18 ++++----
domains/nan.json | 20 ++++-----
domains/nand.json | 16 +++----
domains/narender.json | 18 ++++----
domains/nat.json | 16 +++----
domains/natalievu.json | 18 ++++----
domains/nathan.json | 16 +++----
domains/natya.json | 2 +-
domains/naveen.json | 12 +++---
domains/naveenxd.json | 18 ++++----
domains/nayan-gorasiya.json | 18 ++++----
domains/nayan.json | 18 ++++----
domains/nebula.json | 18 ++++----
domains/neeraj-2401.json | 2 +-
domains/neeyl.json | 23 +++++-----
domains/nego.json | 18 ++++----
domains/nekaoumike.json | 12 +++---
domains/neko7sora.json | 20 ++++-----
domains/nekomiyasorato.json | 20 ++++-----
domains/neon.json | 24 +++++------
domains/neranjana.json | 18 ++++----
domains/nerd.json | 14 +++----
domains/nes.json | 20 ++++-----
domains/neslinesli93.json | 14 +++----
domains/netf.json | 12 +++---
domains/nettles.json | 20 ++++-----
domains/neuronbot.json | 16 +++----
domains/neville.json | 2 +-
domains/new.sx9.json | 12 +++---
domains/nexus.json | 18 ++++----
domains/nhat.json | 12 +++---
domains/nicatdcw.json | 18 ++++----
domains/nicesapien.json | 18 ++++----
domains/nicholas.json | 20 ++++-----
domains/nick.json | 14 +++----
domains/nico.json | 20 ++++-----
domains/nicol.json | 20 ++++-----
domains/nightsfall.json | 12 +++---
domains/nikhil.json | 18 ++++----
domains/nikita.json | 12 +++---
domains/niklas.json | 20 ++++-----
domains/nileshhaldar98.json | 9 ++--
domains/nils.json | 16 +++----
domains/nimish.json | 18 ++++----
domains/nine.json | 18 ++++----
domains/ninjaasmoke.json | 18 ++++----
domains/ninju.json | 18 ++++----
domains/nisarga.json | 20 ++++-----
domains/nischay.json | 42 +++++++++----------
domains/nishant.json | 18 ++++----
domains/nishin.json | 16 +++----
domains/nitesh-rathod.json | 18 ++++----
domains/nitesh.json | 18 ++++----
domains/noahgao.json | 12 +++---
domains/node-appwrite.json | 14 +++----
domains/node.json | 20 ++++-----
domains/nodirbek.json | 12 +++---
domains/noel.json | 22 +++++-----
domains/noir.json | 20 ++++-----
domains/noma.json | 18 ++++----
domains/nooz.json | 15 +++----
domains/nopply.json | 17 ++++----
domains/noraa.json | 12 +++---
domains/not-a-nerd.json | 18 ++++----
domains/notaperson535.json | 18 ++++----
domains/notcoded.json | 2 +-
domains/notedwin.json | 14 +++----
domains/notefct.json | 18 ++++----
domains/notjadeja.json | 28 ++++++-------
domains/notrana.json | 20 ++++-----
domains/notsora.json | 14 +++----
domains/noxsin.json | 20 ++++-----
domains/noxturnix.json | 14 +++----
domains/nrdybhu1.json | 18 ++++----
domains/nsh.json | 24 +++++------
domains/ntc-edm.json | 12 +++---
domains/ntg.json | 18 ++++----
domains/nthn.json | 18 ++++----
domains/null.json | 12 +++---
domains/nunya-9018.json | 12 +++---
domains/nuxsh.json | 20 ++++-----
domains/nv2k3.json | 18 ++++----
domains/nxb1t.json | 2 +-
domains/nyan.json | 20 ++++-----
domains/nyel.json | 12 +++---
domains/nziie.json | 18 ++++----
domains/ocean.json | 16 +++----
domains/ocloo.json | 12 +++---
domains/ofersadan.json | 20 ++++-----
domains/oirnoir.json | 16 +++----
domains/okyanusoz.json | 16 +++----
domains/ole.json | 2 +-
domains/oleg.json | 12 +++---
domains/oleksa.json | 18 ++++----
domains/oli.json | 18 ++++----
domains/olili.json | 18 ++++----
domains/omer.json | 24 +++++------
...eclick-macos-simple-kvm.notaperson535.json | 18 ++++----
domains/onion.json | 23 +++++-----
domains/oniondev.json | 23 +++++-----
domains/oofy.json | 18 ++++----
domains/opaayush.json | 2 +-
domains/oreki.json | 16 +++----
domains/oreo.json | 20 ++++-----
domains/orestsaban.json | 31 +++++++-------
domains/osada.json | 16 +++----
domains/ovillafuerte94.json | 18 ++++----
domains/owain.json | 16 +++----
domains/paban.json | 18 ++++----
domains/pace.json | 18 ++++----
domains/pad.json | 12 +++---
domains/paddycooper.json | 12 +++---
domains/pajsen.json | 18 ++++----
domains/panchal-chirag.json | 18 ++++----
domains/panda.json | 16 +++----
domains/pandaninjas.json | 12 +++---
domains/pandya-riddhi.json | 18 ++++----
domains/pansy.json | 14 +++----
domains/papyrus.json | 18 ++++----
domains/paranoiasystem.json | 18 ++++----
domains/parshnt.json | 18 ++++----
domains/parth.json | 18 ++++----
domains/patel-hetal.json | 18 ++++----
domains/pathan-imran.json | 20 ++++-----
domains/patriciafelix.json | 18 ++++----
domains/patrick.json | 18 ++++----
domains/patrickbrophy.json | 12 +++---
domains/patrickzhou.json | 16 +++----
domains/paul.json | 18 ++++----
domains/pay.gornostay25.json | 14 +++----
domains/payidar.json | 18 ++++----
domains/peach.json | 20 ++++-----
domains/pekly.json | 12 +++---
domains/pemtshewang.json | 2 +-
domains/penguin.json | 34 +++++++--------
domains/penguinmod.json | 14 +++----
domains/penieldialu.json | 12 +++---
domains/penieldialundama.json | 12 +++---
domains/peris.json | 18 ++++----
domains/petla.json | 8 ++--
domains/phamvandien.json | 12 +++---
domains/phantom.json | 18 ++++----
domains/phaze.json | 12 +++---
domains/phelix.json | 18 ++++----
domains/phelixdusengimana.json | 18 ++++----
domains/pheonix.json | 12 +++---
domains/philcajurao.json | 18 ++++----
domains/picklerick.json | 18 ++++----
domains/picloud.json | 12 +++---
domains/piero.json | 18 ++++----
domains/pinchese.json | 18 ++++----
domains/pingoda.json | 2 +-
domains/pinont.json | 18 ++++----
domains/pirate-project.json | 20 ++++-----
domains/pivko.json | 16 +++----
domains/pixel.json | 20 ++++-----
domains/pixelgeek.json | 20 ++++-----
domains/pixl8.json | 12 +++---
domains/piyush.json | 16 +++----
domains/plopilpy.json | 20 ++++-----
domains/plumaxe.json | 14 +++----
domains/plun.json | 12 +++---
domains/pmint05.json | 2 +-
domains/pndaboi.json | 20 ++++-----
domains/poetry.m1dnight.json | 6 +--
domains/poked.json | 22 +++++-----
domains/polars.json | 12 +++---
domains/polopro.json | 18 ++++----
domains/porary.json | 12 +++---
domains/pororo.json | 14 +++----
domains/portal-slot-gacor.json | 18 ++++----
domains/posandu.json | 20 ++++-----
domains/potatoland4492.json | 18 ++++----
domains/pplg.json | 2 +-
domains/pr.whine.json | 6 +--
domains/pr0k41.json | 18 ++++----
domains/prabhakaranjm.json | 18 ++++----
domains/prabhat.json | 18 ++++----
domains/prabin.json | 18 ++++----
domains/practical.json | 16 ++++---
domains/pradeepvarma22.json | 14 +++----
domains/prajapati-divya.json | 18 ++++----
domains/prakhar.json | 18 ++++----
domains/prakmo.json | 14 +++----
domains/pranav.json | 18 ++++----
domains/pranavsaxena.json | 20 ++++-----
domains/praquron.json | 2 +-
domains/prasadbobby.json | 18 ++++----
domains/prateek.json | 2 +-
domains/pratyay.json | 18 ++++----
domains/pratyaydeep.json | 18 ++++----
domains/praveen.json | 18 ++++----
domains/priti-shide.json | 19 ++++-----
domains/priyansh.json | 14 +++----
domains/prnice.json | 2 +-
domains/proghead00.json | 18 ++++----
domains/projakob.json | 18 ++++----
domains/projects.catzboy.json | 18 ++++----
domains/prokai-kun.json | 18 ++++----
domains/prokai.json | 18 ++++----
domains/pronicio.json | 20 ++++-----
domains/proudmuslim.json | 17 ++++----
domains/proximity.json | 20 ++++-----
domains/proxy.json | 18 ++++----
domains/proxzima.json | 2 +-
domains/prozt.json | 14 +++----
domains/prryplatypus.json | 10 ++---
domains/psharma.json | 18 ++++----
domains/psicmi.json | 2 +-
domains/psj.json | 14 +++----
domains/psy.json | 14 +++----
domains/psyro.json | 18 ++++----
domains/puffer.json | 22 +++++-----
domains/pupbrained.json | 12 +++---
domains/pxseu.json | 18 ++++----
domains/pyro.json | 18 ++++----
domains/pyve.json | 23 +++++-----
domains/qhungg289.json | 16 +++----
domains/qna.suki.json | 14 +++----
domains/qnos.json | 18 ++++----
domains/queirozt.json | 12 +++---
domains/quick.json | 20 ++++-----
domains/quydang.json | 2 +-
domains/qwel.json | 16 +++----
domains/qwertx.json | 2 +-
domains/qwerty.json | 20 ++++-----
domains/r0bl0x10501050.json | 22 +++++-----
domains/r2d2.json | 16 +++----
domains/r4yish.json | 14 +++----
domains/raadsel.json | 20 ++++-----
domains/rabbi-shuki.json | 18 ++++----
domains/radar.json | 22 +++++-----
domains/radio.mxnticek.json | 16 +++----
domains/radke.json | 2 +-
domains/rafalmeida73.json | 18 ++++----
domains/rafsan.json | 18 ++++----
domains/raghavyuva.json | 12 +++---
domains/rahul.json | 18 ++++----
domains/rahulcodes.json | 18 ++++----
domains/rahulkirangaddam.json | 18 ++++----
domains/rahulps.json | 10 ++---
domains/raid.json | 14 +++----
domains/raiden.json | 12 +++---
domains/raiven.json | 12 +++---
domains/raka.json | 20 ++++-----
domains/raksix.json | 18 ++++----
domains/raku.json | 18 ++++----
domains/ralph.json | 16 +++----
domains/rameez.json | 18 ++++----
domains/ranjit.json | 12 +++---
domains/rapixar.json | 18 ++++----
domains/rasmus.json | 20 ++++-----
domains/ratler.json | 23 +++++-----
domains/ravana.json | 2 +-
domains/raviteja.json | 20 ++++-----
domains/ravost.json | 16 +++----
domains/raw-kirito.json | 16 +++----
domains/ray.json | 18 ++++----
domains/raymond.json | 12 +++---
domains/raymondlu.json | 12 +++---
domains/raymonzhang.json | 18 ++++----
domains/rayvid.json | 18 ++++----
domains/re.maskduck.json | 14 +++----
domains/rededge.json | 18 ++++----
domains/redirect.nziie.json | 10 ++---
domains/rednek46.json | 18 ++++----
domains/reed.json | 20 ++++-----
domains/reefsalty.json | 20 ++++-----
domains/refat.json | 16 +++----
domains/regiondavid.json | 18 ++++----
domains/rehanplayz.json | 18 ++++----
domains/reizy.json | 12 +++---
domains/rekto.json | 18 ++++----
domains/rep.json | 20 ++++-----
domains/retr0.json | 18 ++++----
domains/reuben.json | 18 ++++----
domains/revelav2.json | 16 +++----
domains/reynold.json | 15 ++++---
domains/rezz.json | 18 ++++----
domains/rferee.json | 12 +++---
domains/rfwn.json | 2 +-
domains/rhino.json | 12 +++---
domains/ri1.json | 2 +-
domains/riannegreiros.json | 12 +++---
domains/ricardo.json | 18 ++++----
domains/ricecx.json | 18 ++++----
domains/richie.json | 18 ++++----
domains/rick.json | 18 ++++----
domains/rie.json | 18 ++++----
domains/rifzki.json | 12 +++---
domains/riley.json | 20 ++++-----
domains/ririxi.json | 18 ++++----
domains/riskybot.riskymh.json | 25 ++++++-----
domains/riskybotredirect.json | 25 ++++++-----
domains/riskymh.json | 27 ++++++------
domains/riskymhredirect.json | 24 +++++------
domains/rithinjose.json | 20 ++++-----
domains/ritshu.json | 16 +++----
domains/ritwick2006.json | 18 ++++----
domains/rlewsley.json | 12 +++---
domains/rlx.json | 18 ++++----
domains/robert.json | 18 ++++----
domains/robin.json | 12 +++---
domains/robsd.json | 14 +++----
domains/roger.json | 20 ++++-----
domains/rohan.json | 18 ++++----
domains/rohit-sony.json | 18 ++++----
domains/rohith.json | 18 ++++----
domains/rohithill.json | 18 ++++----
domains/rohithkumar.json | 18 ++++----
domains/rohitkaushal.json | 18 ++++----
domains/roig.json | 18 ++++----
domains/roj.json | 18 ++++----
domains/rony.json | 28 ++++++-------
domains/roobini-gamer.json | 12 +++---
domains/roshan.json | 20 ++++-----
domains/roudges.json | 18 ++++----
domains/roxza.json | 20 ++++-----
domains/roy.json | 18 ++++----
domains/royalty.json | 18 ++++----
domains/roydon.json | 20 ++++-----
domains/roydondsouza.json | 20 ++++-----
domains/rozay.json | 12 +++---
domains/rqtl.json | 12 +++---
domains/rsgarxia.json | 22 +++++-----
domains/ruiwenge2.json | 18 ++++----
domains/ruizo.json | 20 ++++-----
domains/rumesh.json | 8 ++--
domains/rusiru.json | 18 ++++----
domains/rustemb.json | 18 ++++----
domains/rutkuli.json | 18 ++++----
domains/rv178.json | 18 ++++----
domains/rvsp.json | 14 +++----
domains/rwithik.json | 18 ++++----
domains/rxyhn.json | 20 ++++-----
domains/rya.json | 12 +++---
domains/ryan.json | 18 ++++----
domains/ryn.json | 16 ++++---
domains/s97.json | 18 ++++----
domains/saahil.json | 16 +++----
domains/saammaaeel.json | 2 +-
domains/saba.json | 2 +-
domains/sabelgames.json | 19 ++++-----
domains/sabil.json | 18 ++++----
domains/sachin.json | 18 ++++----
domains/sadie.json | 20 ++++-----
domains/sadiq.json | 22 +++++-----
domains/sadmananik.json | 12 +++---
domains/saeef.json | 18 ++++----
domains/safin.json | 18 ++++----
domains/safone.json | 11 +++--
domains/sage.json | 12 +++---
domains/saharsh.json | 20 ++++-----
domains/sahil.json | 20 ++++-----
domains/sahilchoudhary.json | 2 +-
domains/sailesh.json | 16 +++----
domains/saisandeepvaddi.json | 16 +++----
domains/saizuo.json | 20 ++++-----
domains/sakko.json | 20 ++++-----
domains/salar.json | 12 +++---
domains/sam-jspn.json | 20 ++++-----
domains/sam.json | 18 ++++----
domains/samanyu.json | 18 ++++----
domains/samarth-asthana.json | 18 ++++----
domains/samarth.json | 14 +++----
domains/sambhrama.json | 14 +++----
domains/samcarson.json | 14 +++----
domains/sameera.json | 22 +++++-----
domains/samet.json | 24 +++++------
domains/samihatasnim.json | 22 +++++-----
domains/samir.json | 20 ++++-----
domains/samirp.json | 2 +-
domains/samirpaul.json | 20 ++++-----
domains/saml.json | 18 ++++----
domains/sammy.json | 20 ++++-----
domains/samo.json | 20 ++++-----
domains/samriddha.json | 20 ++++-----
domains/samuel.json | 18 ++++----
domains/samuelnihbos.json | 20 ++++-----
domains/sanana.json | 20 ++++-----
domains/sandeepv.json | 16 +++----
domains/sandira.json | 20 ++++-----
domains/sandro.json | 18 ++++----
domains/sanelkukic.json | 18 ++++----
domains/sangelo.json | 21 +++++-----
domains/sanidhya.json | 23 +++++-----
domains/sanjay-suryavanshi.json | 18 ++++----
domains/sanjay.json | 2 +-
domains/santhosh.json | 14 +++----
domains/santito.json | 8 ++--
domains/sappy.json | 14 +++----
domains/sarath.json | 18 ++++----
domains/saraxa.json | 20 ++++-----
domains/sarfaraz.json | 16 +++----
domains/saschamonteiro.json | 18 ++++----
domains/sasha.json | 18 ++++----
domains/sasial.json | 20 ++++-----
domains/saswatsamal.json | 20 ++++-----
domains/sathish.json | 18 ++++----
domains/satoshi.json | 14 +++----
domains/satyamv7.json | 18 ++++----
domains/saurabh.json | 12 +++---
domains/savio.json | 18 ++++----
domains/saviomartin.json | 18 ++++----
domains/saya.json | 20 ++++-----
domains/scarvite.json | 20 ++++-----
domains/scfp.json | 20 ++++-----
domains/schematic.json | 16 ++++---
domains/school.semant.json | 20 ++++-----
domains/scientific-dev.json | 20 ++++-----
domains/scr.json | 18 ++++----
domains/script-server.json | 12 +++---
domains/scronite.json | 20 ++++-----
domains/scythe.json | 16 +++----
domains/sdizdarevic.json | 18 ++++----
domains/sdxqw.json | 18 ++++----
domains/search.l6174.json | 2 +-
domains/search.thomasc.json | 8 ++--
domains/sebastian.json | 13 +++---
domains/sebaz.json | 16 +++----
domains/sekuji.json | 22 +++++-----
domains/semant.json | 35 +++++++---------
domains/semant.panda.json | 16 +++----
domains/semanteo.json | 18 ++++----
domains/senninseyi.json | 8 ++--
domains/seppegeuens.json | 14 +++----
domains/serena.json | 18 ++++----
domains/sethpython.json | 18 ++++----
domains/sezersinanoglu.json | 12 +++---
domains/sfe.json | 18 ++++----
domains/sfsef.json | 16 +++----
domains/sfx.json | 2 +-
domains/sh.json | 18 ++++----
domains/sh9351.json | 12 +++---
domains/shadowcookie.json | 12 +++---
domains/shafi100.json | 2 +-
domains/shahjenish.json | 18 ++++----
domains/shajanjp.json | 18 ++++----
domains/shakeel-ahamad.json | 18 ++++----
domains/shambhavi.json | 18 ++++----
domains/shane.json | 18 ++++----
domains/sharad-rajyaguru.json | 18 ++++----
domains/sharath.json | 18 ++++----
domains/sharifclick.json | 18 ++++----
domains/shashank.json | 12 +++---
domains/shashankk.json | 12 +++---
domains/shaunak.json | 18 ++++----
domains/shays.json | 2 +-
domains/she.json | 9 ++--
domains/shenjunru.json | 18 ++++----
domains/shept.json | 2 +-
domains/shibiliya.json | 18 ++++----
domains/shilinlee.json | 14 +++----
domains/shin.json | 37 ++++++++--------
domains/shiv.json | 14 +++----
domains/shivang.json | 20 ++++-----
domains/shivanshu814.json | 20 ++++-----
domains/shiyaf.json | 12 +++---
domains/shlok.json | 16 +++----
domains/shoaib-shaikhh.json | 18 ++++----
domains/short.json | 18 ++++----
domains/shresth.json | 2 +-
domains/shubham.json | 2 +-
domains/shubhambattoo.json | 24 +++++------
domains/shuchirjain.json | 21 ++++------
domains/shuvam.json | 16 +++----
domains/shuvo.json | 19 ++++-----
domains/shyran.json | 18 ++++----
domains/siamrahman.json | 2 +-
domains/sid.json | 18 ++++----
domains/sidd.json | 18 ++++----
domains/siddhant.json | 18 ++++----
domains/siddhu.json | 18 ++++----
domains/siful.json | 18 ++++----
domains/simo.json | 20 ++++-----
domains/simonknowsstuff.json | 20 ++++-----
domains/simonwong.json | 18 ++++----
domains/siow-kai-yang.json | 2 +-
domains/siris.json | 18 ++++----
domains/sirmacr0.json | 18 ++++----
domains/sirsimonson.json | 16 +++----
domains/sjcdn.json | 16 +++----
domains/skduck.json | 26 ++++++------
domains/skifli.json | 2 +-
domains/sky.json | 18 ++++----
domains/skydonald.json | 18 ++++----
domains/slavicman.json | 18 ++++----
domains/slime.json | 14 +++----
domains/slow.json | 22 +++++-----
domains/smartfridge.json | 18 ++++----
domains/smeagol.json | 20 ++++-----
domains/smoke-etecsa.yoelvd.json | 12 +++---
domains/snail.json | 18 ++++----
domains/snaildos.json | 18 ++++----
domains/snazzah.json | 20 ++++-----
domains/snek.json | 12 +++---
domains/snowcatridge10.json | 18 ++++----
domains/snox.json | 20 ++++-----
domains/snxx.json | 16 +++----
domains/socials.m1dnight.json | 18 ++++----
domains/sofa.json | 20 ++++-----
domains/soham.json | 18 ++++----
domains/sohamlol.json | 12 +++---
domains/solareclipse995.json | 18 ++++----
domains/somenicetables.json | 2 +-
domains/someone.json | 18 ++++----
domains/somesh.json | 18 ++++----
domains/someshtiwari.json | 18 ++++----
domains/son.json | 12 +++---
domains/sonet.json | 24 +++++------
domains/sonicx180.json | 16 +++----
domains/sonu.json | 18 ++++----
domains/soulis.json | 14 +++----
domains/soumya-das.json | 18 ++++----
domains/sourtaste000.json | 14 +++----
domains/soyuj.json | 16 +++----
domains/space.json | 16 +++----
domains/spechide.json | 21 +++++-----
domains/specteado.json | 18 ++++----
domains/spectra.json | 12 +++---
domains/speedie.json | 12 +++---
domains/spicyaxolotl.json | 20 ++++-----
domains/splatboy-dev.json | 20 ++++-----
domains/splatterxl.json | 20 ++++-----
domains/spongly.json | 2 +-
domains/spoozy.json | 18 ++++----
domains/spud.json | 18 ++++----
domains/sputnick567.json | 3 +-
domains/spyminer.json | 18 ++++----
domains/srihari.json | 18 ++++----
domains/srn.json | 16 ++++---
domains/srujan.json | 18 ++++----
domains/ssmidge.json | 19 ++++-----
domains/star.json | 18 ++++----
domains/starkblaze01.json | 18 ++++----
domains/starnumber.json | 14 +++----
domains/starry.json | 18 ++++----
domains/status.cfp.json | 20 ++++-----
domains/status.json | 14 +++----
domains/status.jzitnik.json | 16 +++----
domains/status.mousemoosz.json | 16 +++----
domains/stefdp.json | 2 +-
domains/steffen.json | 16 +++----
domains/stephan.json | 14 +++----
domains/steven.json | 18 ++++----
domains/stiforr.json | 14 +++----
domains/str1ke.json | 12 +++---
domains/string-null.json | 20 ++++-----
domains/stringent.json | 18 ++++----
domains/struc.api.badboy.json | 16 +++----
domains/stvn.json | 18 ++++----
domains/subhadeepzilong.json | 11 +++--
domains/subhayu.json | 12 +++---
domains/sudev.json | 18 ++++----
domains/sudhan.json | 16 +++----
domains/sujal.json | 20 ++++-----
domains/sujeeth.json | 12 +++---
domains/suki.json | 22 +++++-----
domains/suman.json | 11 +++--
domains/sumanjay.json | 16 +++----
domains/sumedhaa.json | 18 ++++----
domains/superharmony910.json | 20 ++++-----
domains/suraj.json | 18 ++++----
domains/surajh-patel.json | 18 ++++----
domains/surendran-soumya.json | 18 ++++----
domains/surge.json | 18 ++++----
domains/suryaansh.json | 18 ++++----
domains/suryajith.json | 2 +-
domains/suryansh.json | 12 +++---
domains/suspense.json | 12 +++---
domains/sutirth.json | 18 ++++----
domains/svg.json | 22 +++++-----
domains/svloog.json | 20 ++++-----
domains/swanny.json | 18 ++++----
domains/swapnil.json | 18 ++++----
domains/sx9.json | 18 ++++----
domains/syahiramali.json | 22 +++++-----
domains/sycured.json | 14 +++----
domains/syd.json | 12 +++---
domains/syed.json | 16 ++++---
domains/syofyanzuhad.json | 18 ++++----
domains/tagbot.maskduck.json | 26 ++++++------
domains/taha.json | 20 ++++-----
domains/taha2002.json | 12 +++---
domains/tahakocabuga.json | 20 ++++-----
domains/tahmidrayat.json | 18 ++++----
domains/tal7aouy.json | 12 +++---
domains/tallerthanshort.json | 19 ++++-----
domains/tanio.json | 9 ++--
domains/tanish2002.json | 18 ++++----
domains/tanishq.json | 18 ++++----
domains/tanu.json | 24 +++++------
domains/tarik.json | 18 ++++----
domains/tarna.json | 12 +++---
domains/tarun57.json | 12 +++---
domains/tarun577.json | 12 +++---
domains/tat2008.json | 12 +++---
domains/tavignesh.json | 16 +++----
domains/tayu.json | 12 +++---
domains/tca.json | 18 ++++----
domains/tcdavo.json | 16 +++----
domains/tcl.json | 22 +++++-----
domains/tclement0922.json | 8 ++--
domains/tdm.json | 18 ++++----
domains/tea.json | 16 +++----
domains/team.json | 18 ++++----
domains/tech.json | 2 +-
domains/techctg24.json | 12 +++---
domains/technohacker.json | 18 ++++----
domains/technopaws.json | 18 ++++----
domains/techout.json | 18 ++++----
domains/techstarmahesh.json | 22 +++++-----
domains/techy.json | 20 ++++-----
domains/tejas-luthra.json | 2 +-
domains/tejas.json | 18 ++++----
domains/tekno.json | 22 +++++-----
domains/teobouvard.json | 18 ++++----
domains/termonoid.json | 20 ++++-----
domains/terra.json | 24 +++++------
domains/terroid.json | 20 ++++-----
domains/tesla.json | 18 ++++----
domains/tessa.json | 18 ++++----
domains/thabresh.json | 14 +++----
domains/thamizh.json | 2 +-
domains/thanbv1510.json | 20 ++++-----
domains/tharindu.json | 18 ++++----
domains/theark.json | 18 ++++----
domains/thebidouilleur.json | 12 +++---
domains/thecode-breaker.json | 18 ++++----
domains/theconcepteur.json | 12 +++---
domains/thedev.json | 10 ++---
domains/theekshana.json | 12 +++---
domains/thegloriousduck.json | 18 ++++----
domains/theh2so4.json | 12 +++---
domains/thehackerdude1083.json | 2 +-
domains/thejus-m.json | 14 +++----
domains/themagicmush.json | 16 +++----
domains/thepatik.json | 12 +++---
domains/thequackyduck.json | 18 ++++----
domains/theresonance.json | 12 +++---
domains/therookiecoder.json | 16 +++----
domains/thesct22.json | 18 ++++----
domains/thet3o.json | 12 +++---
domains/thewickedkarma.json | 18 ++++----
domains/this.json | 18 ++++----
domains/thomas-shelby.json | 20 ++++-----
domains/thomas.json | 20 ++++-----
domains/thomasc.json | 8 ++--
domains/thomasfrost.json | 10 ++---
domains/thorgathis.json | 18 ++++----
domains/tiantcl.json | 22 +++++-----
domains/tibebe.json | 18 ++++----
domains/tigerbyte.json | 18 ++++----
domains/tilak.json | 18 ++++----
domains/tim-q.json | 18 ++++----
domains/tim.json | 18 ++++----
domains/tim232.json | 20 ++++-----
domains/timka.json | 19 ++++-----
domains/timotheelefebvre.json | 12 +++---
domains/timothynn.json | 3 +-
domains/tisch.json | 12 +++---
domains/tiuri.json | 19 ++++-----
domains/tjr.json | 14 +++----
domains/tjrgg.json | 14 +++----
domains/tmozki.json | 14 +++----
domains/tnt.json | 12 +++---
domains/toan.json | 18 ++++----
domains/toastersticks.json | 12 +++---
domains/tobey.json | 20 ++++-----
domains/todo.json | 18 ++++----
domains/tokisaki.json | 18 ++++----
domains/tokyo.json | 18 ++++----
domains/tolis.json | 16 +++----
domains/tom.json | 16 +++----
domains/tomas.json | 16 +++----
domains/tomcollis.json | 12 +++---
domains/tomdavid.json | 12 +++---
domains/tong.json | 8 ++--
domains/tonycolston.json | 18 ++++----
domains/tonywu.json | 14 +++----
domains/too-obvious-that.maskduck.json | 24 +++++------
domains/toster.json | 14 +++----
domains/tovade.json | 18 ++++----
domains/toxocious.json | 20 ++++-----
domains/tracker-brawley.json | 18 ++++----
domains/tracking.sonet.json | 18 ++++----
domains/trapdev.json | 18 ++++----
domains/trauma.json | 20 ++++-----
domains/tricked.json | 18 ++++----
domains/tristan.json | 18 ++++----
domains/trug.json | 18 ++++----
domains/tsognyam.json | 2 +-
domains/tsull360.json | 18 ++++----
domains/tudbut.json | 12 +++---
domains/tukimi.json | 16 +++----
domains/tungtran.json | 18 ++++----
domains/tushar.json | 12 +++---
domains/tushardeo.json | 12 +++---
domains/tyler.json | 18 ++++----
domains/tyman.json | 20 ++++-----
domains/typed.json | 11 +++--
domains/udaya.json | 14 +++----
domains/ultimatemedia.json | 35 +++++++---------
domains/unichord.json | 18 ++++----
domains/uniclicker2.m1dnight.json | 18 ++++----
domains/unidentifiedx.json | 12 +++---
domains/unknown-user2.json | 18 ++++----
domains/unseen.json | 18 ++++----
domains/unwork-id.json | 18 ++++----
domains/up.json | 16 +++----
domains/upcraft.json | 11 +++--
domains/urduck.json | 26 ++++++------
domains/used-to-be-daddy.json | 16 +++----
domains/useless.json | 12 +++---
domains/user-exe.json | 18 ++++----
domains/username.json | 18 ++++----
domains/usman.json | 18 ++++----
domains/vachanmn.json | 12 +++---
domains/vadimhl.json | 16 +++----
domains/vaibhav.json | 6 +--
domains/val.json | 18 ++++----
domains/vanillia.json | 2 +-
domains/vapedevv.json | 2 +-
domains/varunkumarbilwal.json | 12 +++---
domains/vasharma05.json | 18 ++++----
domains/vaskian.json | 18 ++++----
domains/vasu.json | 22 +++++-----
domains/veen.json | 14 +++----
domains/veer.json | 14 +++----
domains/veirt.json | 12 +++---
domains/venquidev.json | 12 +++---
domains/ver0z.json | 12 +++---
domains/vercte.json | 12 +++---
domains/verite.json | 18 ++++----
domains/verma-sanjeet.json | 18 ++++----
domains/vic.json | 2 +-
domains/victoneux.json | 18 ++++----
domains/victor.json | 12 +++---
domains/victormenezes.json | 18 ++++----
domains/victoroliveira.json | 12 +++---
domains/vien.json | 16 ++++---
domains/viggu.json | 18 ++++----
domains/vikram.json | 2 +-
domains/vikrant.json | 14 +++----
domains/vikyaiyer.json | 18 ++++----
domains/vinayak.json | 20 ++++-----
domains/vinicius.json | 22 +++++-----
domains/viniciusmanoel.json | 12 +++---
domains/vion.json | 12 +++---
domains/viral-gadhiya.json | 19 ++++-----
domains/viren-trivedi.json | 18 ++++----
domains/vishal.json | 18 ++++----
domains/vishalg.json | 20 ++++-----
domains/vishesh.json | 20 ++++-----
domains/vishnu.json | 6 +--
domains/vivek.json | 31 ++++++++------
domains/vivekkumar.json | 18 ++++----
domains/vlab.json | 18 ++++----
domains/void.json | 2 +-
domains/voidz.json | 18 ++++----
domains/vulcanwm.json | 18 ++++----
domains/vvc-bot.json | 18 ++++----
domains/vvp.json | 18 ++++----
domains/vyas-rahul.json | 18 ++++----
domains/vysakh.json | 3 +-
domains/wablesanket.json | 20 ++++-----
domains/wadeslider.json | 12 +++---
domains/wahid.json | 12 +++---
domains/waiyanmt.json | 15 ++++---
domains/warofzen.json | 2 +-
domains/wasabi.json | 12 +++---
domains/wassim.json | 18 ++++----
domains/watercat.json | 18 ++++----
domains/wavingcat.json | 18 ++++----
domains/wbalaile.json | 20 ++++-----
domains/wcaleniekubaa.json | 14 +++----
domains/weatherly.json | 11 +++--
domains/web-sh.sx9.json | 12 +++---
domains/web.json | 14 +++----
domains/webb.json | 12 +++---
domains/webber.json | 12 +++---
domains/webraku.json | 14 +++----
domains/werz.json | 2 +-
domains/wesley.json | 16 +++----
domains/west.json | 14 +++----
domains/what.json | 2 +-
domains/whine.json | 9 ++--
domains/whitekj.json | 18 ++++----
domains/who.json | 18 ++++----
domains/whxyu.json | 12 +++---
domains/whyleonardo.json | 12 +++---
domains/whyme.json | 12 +++---
domains/wife.daddy.json | 16 +++----
domains/wiggly.json | 20 ++++-----
domains/wiicreation.json | 18 ++++----
domains/will.json | 18 ++++----
domains/willian.json | 20 ++++-----
domains/willo.json | 29 +++++++------
domains/win11-tutorial.notaperson535.json | 18 ++++----
domains/win11.notaperson535.json | 18 ++++----
domains/wind.json | 16 +++----
domains/wired.json | 20 ++++-----
domains/wisnu.json | 18 ++++----
domains/withercubes.json | 20 ++++-----
domains/wkrzywiec.json | 2 +-
domains/wonder.json | 14 +++----
domains/woosh.json | 18 ++++----
domains/wopian.json | 20 ++++-----
domains/worm.json | 12 +++---
domains/wrdg.json | 12 +++---
domains/ws.json | 18 ++++----
domains/wscr.json | 18 ++++----
domains/wwei.json | 4 +-
domains/www.json | 18 ++++----
domains/www.priyansh.json | 14 +++----
domains/www.semant.json | 18 ++++----
domains/xave.json | 18 ++++----
domains/xaxa.json | 18 ++++----
domains/xcyth.json | 11 +++--
domains/xdlyy.json | 11 +++--
domains/xelxen.json | 20 ++++-----
domains/xen.json | 20 ++++-----
domains/xevion.json | 12 +++---
domains/xiaolangkong.json | 18 ++++----
domains/xiaolei.json | 14 +++----
domains/xiaowu.json | 2 +-
domains/xkubsoneq.json | 20 ++++-----
domains/xndr.json | 20 ++++-----
domains/xpplg.json | 10 ++---
domains/xqwtxon.json | 22 +++++-----
domains/xrcs.json | 6 +--
domains/xream.json | 12 +++---
domains/xryshirfxn.json | 20 ++++-----
domains/xthe.json | 18 ++++----
domains/xuefeng.json | 12 +++---
domains/xuxxi.json | 6 +--
domains/xyter.json | 18 ++++----
domains/xzfrost.json | 12 +++---
domains/yaelmassieu.json | 12 +++---
domains/yahya-rabii.json | 20 ++++-----
domains/yajat.json | 18 ++++----
domains/yajtpg.json | 18 ++++----
domains/yakiyo.json | 26 ++++++------
domains/yaman.json | 18 ++++----
domains/yandao.json | 2 +-
domains/yang.json | 7 ++--
domains/yanmaker.json | 18 ++++----
domains/yash-poojara.json | 18 ++++----
domains/yashas.json | 18 ++++----
domains/yashash.json | 18 ++++----
domains/yashh-chauhan.json | 18 ++++----
domains/yashraj.json | 22 +++++-----
domains/ycyanx.json | 18 ++++----
domains/yedu.json | 2 +-
domains/yeetedwin.json | 18 ++++----
domains/yejun.json | 18 ++++----
domains/yeppiidev.json | 2 +-
domains/yerin.json | 16 +++----
domains/yescyyt.json | 18 ++++----
domains/yiff.json | 18 ++++----
domains/yigitkerem.json | 12 +++---
domains/yiro.json | 18 ++++----
domains/yolobnb.json | 18 ++++----
domains/yootou.json | 18 ++++----
domains/yorodm.json | 18 ++++----
domains/yourfriend.json | 18 ++++----
domains/ypratham.json | 18 ++++----
domains/ysfchn.json | 18 ++++----
domains/yujia.json | 18 ++++----
domains/yuk1ch.json | 18 ++++----
domains/yuk7.json | 18 ++++----
domains/yuksel.json | 18 ++++----
domains/yuphie.json | 12 +++---
domains/yuphiee.json | 12 +++---
domains/yurihsq.json | 12 +++---
domains/yurikawa.json | 28 ++++++-------
domains/yush.json | 22 +++++-----
domains/yusuf-rawat.json | 16 +++----
domains/yusuf.json | 18 ++++----
domains/yuto.json | 16 +++----
domains/yutong.json | 18 ++++----
domains/yuukari.json | 2 +-
domains/yxlr.json | 10 ++---
domains/z4ff.json | 16 +++----
domains/z4xi.json | 12 +++---
domains/zaid.json | 20 ++++-----
domains/zarwin.json | 18 ++++----
domains/zelle.json | 18 ++++----
domains/zen.json | 2 +-
domains/zeor154.json | 20 ++++-----
domains/zeptar.json | 20 ++++-----
domains/zero.json | 18 ++++----
domains/zerotwo.json | 18 ++++----
domains/zerowho.json | 18 ++++----
domains/zffu.json | 12 +++---
domains/zhangximufeng.json | 18 ++++----
domains/zhenchai.json | 12 +++---
domains/zhiyao.json | 2 +-
domains/zhycorp.json | 18 ++++----
domains/ziari.json | 20 ++++-----
domains/zidanify.json | 20 ++++-----
domains/ziue.json | 18 ++++----
domains/zoro.xen.json | 16 +++----
domains/zplusfour.json | 18 ++++----
domains/ztz.json | 12 +++---
domains/zuhaib.json | 18 ++++----
domains/zuhair.json | 12 +++---
domains/zuntie.json | 12 +++---
domains/zyrouge.json | 16 +++----
domains/zyztem.json | 20 ++++-----
2266 files changed, 17619 insertions(+), 18501 deletions(-)
diff --git a/domains/00001.json b/domains/00001.json
index 9aef9da6d..9bfd58afc 100644
--- a/domains/00001.json
+++ b/domains/00001.json
@@ -1,11 +1,11 @@
{
- "description": "SatyamV7.is-a.dev",
- "repo": "https://github.com/SatyamV7/SatyamV7.github.io",
- "owner": {
- "username": "SatyamV7",
- "email": "satyamverma46@outlook.com"
- },
- "record": {
- "CNAME": "SatyamV7.github.io"
- }
+ "description": "SatyamV7.is-a.dev",
+ "repo": "https://github.com/SatyamV7/SatyamV7.github.io",
+ "owner": {
+ "username": "SatyamV7",
+ "email": "satyamverma46@outlook.com"
+ },
+ "record": {
+ "CNAME": "SatyamV7.github.io"
+ }
}
diff --git a/domains/0ad.json b/domains/0ad.json
index e6ec978b1..92bab7200 100644
--- a/domains/0ad.json
+++ b/domains/0ad.json
@@ -1,11 +1,11 @@
{
- "description": "0ad.is-a.dev",
- "owner": {
- "username": "broduer40",
- "email": "broduer@aogamers.net",
- "discord": "[AoG+] Broduer#0331"
- },
- "record": {
- "URL": "https://play0ad.com"
- }
+ "description": "0ad.is-a.dev",
+ "owner": {
+ "username": "broduer40",
+ "email": "broduer@aogamers.net",
+ "discord": "[AoG+] Broduer#0331"
+ },
+ "record": {
+ "URL": "https://play0ad.com"
+ }
}
diff --git a/domains/0x0.json b/domains/0x0.json
index 050170310..63ceb45a8 100644
--- a/domains/0x0.json
+++ b/domains/0x0.json
@@ -1,13 +1,13 @@
{
- "owner": {
- "username": "pythonmcpi",
- "email": "user3456@insomnia247.nl",
- "irc": "user3456@irc.insomnia247.nl/#shells",
- "discord": "Little Furret#7901",
- "note": "That email address is not my main email. It has email forwarding enabled, but the spam filter doesn't like the forwarding. It is probably faster to contact me on Discord or irc."
- },
- "description": "I'll probably put some project pages on 0x0.is-a.dev. ¯\\_(ツ)_/¯",
- "record": {
- "CNAME": "insomnia247.nl"
- }
+ "owner": {
+ "username": "pythonmcpi",
+ "email": "user3456@insomnia247.nl",
+ "irc": "user3456@irc.insomnia247.nl/#shells",
+ "discord": "Little Furret#7901",
+ "note": "That email address is not my main email. It has email forwarding enabled, but the spam filter doesn't like the forwarding. It is probably faster to contact me on Discord or irc."
+ },
+ "description": "I'll probably put some project pages on 0x0.is-a.dev. ¯\\_(ツ)_/¯",
+ "record": {
+ "CNAME": "insomnia247.nl"
+ }
}
diff --git a/domains/0x3st.json b/domains/0x3st.json
index a9a3f8263..a70c76c1e 100644
--- a/domains/0x3st.json
+++ b/domains/0x3st.json
@@ -1,12 +1,12 @@
{
- "description": "Yamaishi's website",
- "repo": "https://github.com/0x3st/0x3st.github.io",
- "owner": {
- "username": "0x3st",
- "email": "t.yamaishi@qq.com",
- "twitter": "TenkutiYamaishi"
- },
- "record": {
- "CNAME": "0x3st.github.io"
- }
+ "description": "Yamaishi's website",
+ "repo": "https://github.com/0x3st/0x3st.github.io",
+ "owner": {
+ "username": "0x3st",
+ "email": "t.yamaishi@qq.com",
+ "twitter": "TenkutiYamaishi"
+ },
+ "record": {
+ "CNAME": "0x3st.github.io"
+ }
}
diff --git a/domains/0xflotus.json b/domains/0xflotus.json
index ac0e446cc..874c434d5 100644
--- a/domains/0xflotus.json
+++ b/domains/0xflotus.json
@@ -1,11 +1,11 @@
{
- "description": "0xflotus' personal developer website",
- "repo": "https://github.com/0xflotus/0xflotus.github.io",
- "owner": {
- "username": "0xflotus",
- "email": "0xflotus@gmail.com"
- },
- "record": {
- "CNAME": "0xflotus.github.io"
- }
+ "description": "0xflotus' personal developer website",
+ "repo": "https://github.com/0xflotus/0xflotus.github.io",
+ "owner": {
+ "username": "0xflotus",
+ "email": "0xflotus@gmail.com"
+ },
+ "record": {
+ "CNAME": "0xflotus.github.io"
+ }
}
diff --git a/domains/0xsurya.json b/domains/0xsurya.json
index f12c9f802..0c858e72f 100644
--- a/domains/0xsurya.json
+++ b/domains/0xsurya.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "0xSuryax",
"email": "surya98613@gmail.com"
- },
- "record": {
+ },
+ "record": {
"A": ["38.242.141.34"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/0xviel.json b/domains/0xviel.json
index 32f519919..342e28801 100644
--- a/domains/0xviel.json
+++ b/domains/0xviel.json
@@ -1,12 +1,12 @@
{
- "description": "0xviel github page",
- "repo": "https://github.com/nobuyaki/nobuyaki.github.io",
- "owner": {
- "username": "nobuyaki",
- "email": "contact@0xviel.my.id",
- "discord": "445073800850046977"
- },
- "record": {
- "CNAME": "nobuyaki.github.io"
- }
+ "description": "0xviel github page",
+ "repo": "https://github.com/nobuyaki/nobuyaki.github.io",
+ "owner": {
+ "username": "nobuyaki",
+ "email": "contact@0xviel.my.id",
+ "discord": "445073800850046977"
+ },
+ "record": {
+ "CNAME": "nobuyaki.github.io"
+ }
}
diff --git a/domains/18o4.json b/domains/18o4.json
index 5e20f0c1a..cd2fcd1ee 100644
--- a/domains/18o4.json
+++ b/domains/18o4.json
@@ -10,4 +10,4 @@
"record": {
"URL": "https://18o4.tk"
}
-}
+}
diff --git a/domains/1rogman.json b/domains/1rogman.json
index 693de4e20..db16e313d 100644
--- a/domains/1rogman.json
+++ b/domains/1rogman.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "EndingPencil.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "EndingPencil.github.io"
+ }
}
diff --git a/domains/2096779623.json b/domains/2096779623.json
index 98f4c4939..342630f45 100644
--- a/domains/2096779623.json
+++ b/domains/2096779623.json
@@ -1,10 +1,10 @@
-{
- "owner": {
- "username": "2096779623",
- "email": "2096779623@qq.com",
- "telegram": "utermux_blog"
- },
- "record": {
- "URL": "https://www.utermux.dev"
- }
-}
+{
+ "owner": {
+ "username": "2096779623",
+ "email": "2096779623@qq.com",
+ "telegram": "utermux_blog"
+ },
+ "record": {
+ "URL": "https://www.utermux.dev"
+ }
+}
diff --git a/domains/3pls0de.json b/domains/3pls0de.json
index 849a5e20c..1ab690702 100644
--- a/domains/3pls0de.json
+++ b/domains/3pls0de.json
@@ -1,11 +1,11 @@
-{
- "description": "3pls0de.is-a.dev.",
- "repo": "https://github.com/3pls0de",
- "owner": {
- "username": "3pls0de",
- "email": "naji.aka58@gmail.com"
- },
- "record": {
- "URL": "https://lostpipel.blogspot.com"
- }
-}
\ No newline at end of file
+{
+ "description": "3pls0de.is-a.dev.",
+ "repo": "https://github.com/3pls0de",
+ "owner": {
+ "username": "3pls0de",
+ "email": "naji.aka58@gmail.com"
+ },
+ "record": {
+ "URL": "https://lostpipel.blogspot.com"
+ }
+}
diff --git a/domains/4k5h4y.json b/domains/4k5h4y.json
index 3985abb65..6b3a66c96 100644
--- a/domains/4k5h4y.json
+++ b/domains/4k5h4y.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Akshay-Arjun",
"email": "akshayvollala779@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://akshay-arjun.github.io/Akshay-Arjun"
- }
}
-
+}
diff --git a/domains/600.json b/domains/600.json
index feeb324c5..7fa42144b 100644
--- a/domains/600.json
+++ b/domains/600.json
@@ -1,10 +1,10 @@
{
- "repo": "https://github.com/5rq/5rq.github.io",
- "owner": {
- "username": "5rq",
- "email": "600@fbi.ac"
- },
- "record": {
- "CNAME": "5rq.github.io"
- }
+ "repo": "https://github.com/5rq/5rq.github.io",
+ "owner": {
+ "username": "5rq",
+ "email": "600@fbi.ac"
+ },
+ "record": {
+ "CNAME": "5rq.github.io"
+ }
}
diff --git a/domains/6502.json b/domains/6502.json
index 8843bd54d..a89b320e2 100644
--- a/domains/6502.json
+++ b/domains/6502.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio website for 6502",
- "repo": "https://github.com/nobody5050/nobody5050.github.io",
- "owner": {
- "username": "Nobody5050",
- "email": "levibelland@gmail.com"
- },
- "record": {
- "CNAME": "nobody5050.github.io"
- }
+ "description": "Portfolio website for 6502",
+ "repo": "https://github.com/nobody5050/nobody5050.github.io",
+ "owner": {
+ "username": "Nobody5050",
+ "email": "levibelland@gmail.com"
+ },
+ "record": {
+ "CNAME": "nobody5050.github.io"
+ }
}
diff --git a/domains/@.json b/domains/@.json
index 36cd14e7b..56f1851e8 100644
--- a/domains/@.json
+++ b/domains/@.json
@@ -1,11 +1,11 @@
{
- "description": "The root domain for is-a.dev website",
- "repo": "https://github.com/is-a-dev/is-a-dev.github.io",
- "owner": {
- "username": "phenax",
- "email": "phenax5@gmail.com"
- },
- "record": {
- "URL": "http://www.is-a.dev"
- }
+ "description": "The root domain for is-a.dev website",
+ "repo": "https://github.com/is-a-dev/is-a-dev.github.io",
+ "owner": {
+ "username": "phenax",
+ "email": "phenax5@gmail.com"
+ },
+ "record": {
+ "URL": "http://www.is-a.dev"
+ }
}
diff --git a/domains/_github-pages-challenge-axviii3.axviii3.json b/domains/_github-pages-challenge-axviii3.axviii3.json
index 06cbcb791..58469efd5 100644
--- a/domains/_github-pages-challenge-axviii3.axviii3.json
+++ b/domains/_github-pages-challenge-axviii3.axviii3.json
@@ -1,11 +1,9 @@
-
{
- "owner": {
- "username": "AXVIII3",
- "email": "anirbanrc2286@gmail.com"
- },
- "record": {
- "TXT": "f99b7081b391b0e77e8b9bd80ea50e"
- }
+ "owner": {
+ "username": "AXVIII3",
+ "email": "anirbanrc2286@gmail.com"
+ },
+ "record": {
+ "TXT": "f99b7081b391b0e77e8b9bd80ea50e"
+ }
}
-
\ No newline at end of file
diff --git a/domains/_github-pages-challenge-ayvacs.ave.json b/domains/_github-pages-challenge-ayvacs.ave.json
index 07951a5d8..f0c10d786 100644
--- a/domains/_github-pages-challenge-ayvacs.ave.json
+++ b/domains/_github-pages-challenge-ayvacs.ave.json
@@ -1,11 +1,11 @@
{
- "description": "Personal site for github@ayvacs (GH Pages verification)",
- "repo": "https://github.com/ayvacs/ayvacs.github.io",
- "owner": {
- "username": "ayvacs",
- "email": "ayvacs@proton.me"
- },
- "record": {
- "TXT": "5a1e6c3195a98bf63ceba5a88f4be2"
- }
-}
\ No newline at end of file
+ "description": "Personal site for github@ayvacs (GH Pages verification)",
+ "repo": "https://github.com/ayvacs/ayvacs.github.io",
+ "owner": {
+ "username": "ayvacs",
+ "email": "ayvacs@proton.me"
+ },
+ "record": {
+ "TXT": "5a1e6c3195a98bf63ceba5a88f4be2"
+ }
+}
diff --git a/domains/_github-pages-challenge-jy1263.ayanamy.json b/domains/_github-pages-challenge-jy1263.ayanamy.json
index 155f5b2b2..5f67a37b9 100644
--- a/domains/_github-pages-challenge-jy1263.ayanamy.json
+++ b/domains/_github-pages-challenge-jy1263.ayanamy.json
@@ -1,12 +1,12 @@
{
- "description": "AyanAmy's About Page - Verification",
- "repo": "https://github.com/jy1263/jy1263.github.io",
- "owner": {
- "username": "jy1263",
- "email": "",
- "twitter": "jy126orjy126"
- },
- "record": {
- "TXT": "250303a2dde21ac34ad10792da01fa"
- }
+ "description": "AyanAmy's About Page - Verification",
+ "repo": "https://github.com/jy1263/jy1263.github.io",
+ "owner": {
+ "username": "jy1263",
+ "email": "",
+ "twitter": "jy126orjy126"
+ },
+ "record": {
+ "TXT": "250303a2dde21ac34ad10792da01fa"
+ }
}
diff --git a/domains/_github-pages-challenge-opaayush.aayush.json b/domains/_github-pages-challenge-opaayush.aayush.json
index 1f573c3b7..7e4227d86 100644
--- a/domains/_github-pages-challenge-opaayush.aayush.json
+++ b/domains/_github-pages-challenge-opaayush.aayush.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "OpAayush",
- "email": "aayushmagrawal@gmail.com"
- },
- "record": {
- "TXT": "d609a47482f885a41a61549fbad3ee"
- }
+ "owner": {
+ "username": "OpAayush",
+ "email": "aayushmagrawal@gmail.com"
+ },
+ "record": {
+ "TXT": "d609a47482f885a41a61549fbad3ee"
+ }
}
diff --git a/domains/_github-pages-challenge-priyanshprajapat.monu.json b/domains/_github-pages-challenge-priyanshprajapat.monu.json
index bc92aa104..5b154307b 100644
--- a/domains/_github-pages-challenge-priyanshprajapat.monu.json
+++ b/domains/_github-pages-challenge-priyanshprajapat.monu.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "priyanshprajapat",
- "email": "priy@nsh.is-a.dev"
- },
- "record": {
- "TXT": "a65192c96ebe888e8f9b09822aa059"
- }
+ "owner": {
+ "username": "priyanshprajapat",
+ "email": "priy@nsh.is-a.dev"
+ },
+ "record": {
+ "TXT": "a65192c96ebe888e8f9b09822aa059"
+ }
}
diff --git a/domains/_github-pages-challenge-priyanshprajapat.priyansh.json b/domains/_github-pages-challenge-priyanshprajapat.priyansh.json
index f5c94e99f..f0831e46f 100644
--- a/domains/_github-pages-challenge-priyanshprajapat.priyansh.json
+++ b/domains/_github-pages-challenge-priyanshprajapat.priyansh.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "priyanshprajapat",
- "email": "priy@nsh.is-a.dev"
- },
- "record": {
- "TXT": "9344cea7b5e595f0feaf87f729a26a"
- }
+ "owner": {
+ "username": "priyanshprajapat",
+ "email": "priy@nsh.is-a.dev"
+ },
+ "record": {
+ "TXT": "9344cea7b5e595f0feaf87f729a26a"
+ }
}
diff --git a/domains/_github-pages-challenge-s3mant.semant.json b/domains/_github-pages-challenge-s3mant.semant.json
index 9c13921ba..b4ee9f869 100644
--- a/domains/_github-pages-challenge-s3mant.semant.json
+++ b/domains/_github-pages-challenge-s3mant.semant.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "S3mant",
- "email": "contact@semant.is-a.dev"
- },
- "record": {
- "TXT": "137038fe5e46e3f5a6859e5985b8fd"
- }
+ "owner": {
+ "username": "S3mant",
+ "email": "contact@semant.is-a.dev"
+ },
+ "record": {
+ "TXT": "137038fe5e46e3f5a6859e5985b8fd"
+ }
}
diff --git a/domains/_psl.json b/domains/_psl.json
index 6647add63..0b84b6e84 100644
--- a/domains/_psl.json
+++ b/domains/_psl.json
@@ -1,11 +1,11 @@
{
- "description": "PSL validation record for is-a.dev",
- "repo": "https://github.com/is-a-dev/is-a-dev.github.io",
- "owner": {
- "username": "phenax",
- "email": "phenax5@gmail.com"
- },
- "record": {
- "TXT": "https://github.com/publicsuffix/list/pull/1327"
- }
+ "description": "PSL validation record for is-a.dev",
+ "repo": "https://github.com/is-a-dev/is-a-dev.github.io",
+ "owner": {
+ "username": "phenax",
+ "email": "phenax5@gmail.com"
+ },
+ "record": {
+ "TXT": "https://github.com/publicsuffix/list/pull/1327"
+ }
}
diff --git a/domains/a-ditya.json b/domains/a-ditya.json
index 9d9fe4af7..92d39a912 100644
--- a/domains/a-ditya.json
+++ b/domains/a-ditya.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "AdityaOP2008",
- "discord": "844843800874582048",
- "email": "bw.dev@yahoo.com"
- },
- "record": {
- "CNAME": "c7106b01-6b1c-4d4f-b0a5-6c82b3e9a4a4.id.repl.co"
- }
+ "owner": {
+ "username": "AdityaOP2008",
+ "discord": "844843800874582048",
+ "email": "bw.dev@yahoo.com"
+ },
+ "record": {
+ "CNAME": "c7106b01-6b1c-4d4f-b0a5-6c82b3e9a4a4.id.repl.co"
+ }
}
diff --git a/domains/a-furry.json b/domains/a-furry.json
index 531fec104..9eaeed630 100644
--- a/domains/a-furry.json
+++ b/domains/a-furry.json
@@ -1,12 +1,12 @@
{
- "description": "Ashley's website",
- "repo": "https://github.com/Sxshley/sxshley.github.io",
- "owner": {
- "username": "Sxshley",
- "email": "tsuuunyaaa@gmail.com",
- "twitter": "TsU1"
- },
- "record": {
- "CNAME": "sxshley.github.io"
- }
+ "description": "Ashley's website",
+ "repo": "https://github.com/Sxshley/sxshley.github.io",
+ "owner": {
+ "username": "Sxshley",
+ "email": "tsuuunyaaa@gmail.com",
+ "twitter": "TsU1"
+ },
+ "record": {
+ "CNAME": "sxshley.github.io"
+ }
}
diff --git a/domains/aaamineee.json b/domains/aaamineee.json
index a81738691..cbe0257df 100644
--- a/domains/aaamineee.json
+++ b/domains/aaamineee.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "aaaminee",
"email": "amineoumellouk@yahoo.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://aaaminee.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/aakanksha.json b/domains/aakanksha.json
index b02cd9637..10da01cb4 100644
--- a/domains/aakanksha.json
+++ b/domains/aakanksha.json
@@ -2,10 +2,10 @@
"description": "Aakanksha's .is-a.dev domain",
"repo": "https://github.com/aakankshabhende/aakankshabhende.github.io",
"owner": {
- "username": "aakankshabhende",
- "email": "aakanksha0407@gmail.com"
+ "username": "aakankshabhende",
+ "email": "aakanksha0407@gmail.com"
},
"record": {
- "CNAME": "aakankshabhende.github.io"
+ "CNAME": "aakankshabhende.github.io"
}
- }
\ No newline at end of file
+}
diff --git a/domains/aakash.json b/domains/aakash.json
index 21a9add4f..f81775eca 100644
--- a/domains/aakash.json
+++ b/domains/aakash.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Shinyzenith",
- "email": "aakashsensharma@gmail.com"
- },
- "record": {
- "CNAME": "shinyzenith.github.io"
- }
+ "owner": {
+ "username": "Shinyzenith",
+ "email": "aakashsensharma@gmail.com"
+ },
+ "record": {
+ "CNAME": "shinyzenith.github.io"
+ }
}
diff --git a/domains/aakashs.json b/domains/aakashs.json
index 88fa2b76f..7d1f7463f 100644
--- a/domains/aakashs.json
+++ b/domains/aakashs.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/Aakash-kun/Aakash-kun.github.io",
- "owner": {
- "username": "Aakash-kun",
- "email": "aakashshivhare1704@gmail.com",
- "discord": "AakashS#9630"
- },
- "record": {
- "CNAME": "Aakash-kun.github.io"
- }
+ "repo": "https://github.com/Aakash-kun/Aakash-kun.github.io",
+ "owner": {
+ "username": "Aakash-kun",
+ "email": "aakashshivhare1704@gmail.com",
+ "discord": "AakashS#9630"
+ },
+ "record": {
+ "CNAME": "Aakash-kun.github.io"
+ }
}
diff --git a/domains/aakhilv.json b/domains/aakhilv.json
index de8ba652a..7f4c2cce0 100644
--- a/domains/aakhilv.json
+++ b/domains/aakhilv.json
@@ -1,12 +1,12 @@
{
- "description": "A personal portfolio site for all my projects and commissions.",
- "repo": "https://github.com/aakhilv/portfolio",
- "owner": {
- "username": "aakhilv",
- "email": "bluninja165@gmail.com",
- "twitter": "corruptblu"
- },
- "record": {
- "CNAME": "aakhilv.github.io"
- }
+ "description": "A personal portfolio site for all my projects and commissions.",
+ "repo": "https://github.com/aakhilv/portfolio",
+ "owner": {
+ "username": "aakhilv",
+ "email": "bluninja165@gmail.com",
+ "twitter": "corruptblu"
+ },
+ "record": {
+ "CNAME": "aakhilv.github.io"
+ }
}
diff --git a/domains/aaraam.json b/domains/aaraam.json
index 7021124bb..cdac570fa 100644
--- a/domains/aaraam.json
+++ b/domains/aaraam.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "aaraam.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "aaraam.github.io"
+ }
}
diff --git a/domains/aargh.json b/domains/aargh.json
index a1eef442d..1f7459ef0 100644
--- a/domains/aargh.json
+++ b/domains/aargh.json
@@ -1,11 +1,11 @@
{
- "description": "aargh.is-a.dev",
- "repo": "https://github.com/FloatingComet62/floatingcomet62.github.io",
- "owner": {
- "username": "FloatingComet62",
- "email": "shubh2007rai@gmail.com"
- },
- "record": {
- "CNAME": "floatingcomet62.github.io"
- }
+ "description": "aargh.is-a.dev",
+ "repo": "https://github.com/FloatingComet62/floatingcomet62.github.io",
+ "owner": {
+ "username": "FloatingComet62",
+ "email": "shubh2007rai@gmail.com"
+ },
+ "record": {
+ "CNAME": "floatingcomet62.github.io"
+ }
}
diff --git a/domains/aarno.json b/domains/aarno.json
index 5d3f92cc3..18ed5203b 100644
--- a/domains/aarno.json
+++ b/domains/aarno.json
@@ -1,11 +1,11 @@
{
- "description": "My Personal Website.",
- "repo": "https://github.com/DorianAarno/dorianaarno.github.io",
- "owner": {
- "username": "DorianAarno",
- "email": "aarnodorian56@gmail.com"
- },
- "record": {
- "CNAME": "dorianaarno.github.io"
- }
+ "description": "My Personal Website.",
+ "repo": "https://github.com/DorianAarno/dorianaarno.github.io",
+ "owner": {
+ "username": "DorianAarno",
+ "email": "aarnodorian56@gmail.com"
+ },
+ "record": {
+ "CNAME": "dorianaarno.github.io"
+ }
}
diff --git a/domains/aaryan.json b/domains/aaryan.json
index 4423f66a1..596c625f3 100644
--- a/domains/aaryan.json
+++ b/domains/aaryan.json
@@ -1,11 +1,11 @@
{
- "description": "Aaryan's personal website!",
- "repo": "https://github.com/aaryanporwal/My-website",
- "owner": {
- "username": "aaryanporwal",
- "email": "altaaryan@gmail.com"
- },
- "record": {
- "URL": "https://www.aaryanporwal.me"
- }
+ "description": "Aaryan's personal website!",
+ "repo": "https://github.com/aaryanporwal/My-website",
+ "owner": {
+ "username": "aaryanporwal",
+ "email": "altaaryan@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.aaryanporwal.me"
+ }
}
diff --git a/domains/aashutosh.json b/domains/aashutosh.json
index 0d59751a8..3ac0989bb 100644
--- a/domains/aashutosh.json
+++ b/domains/aashutosh.json
@@ -1,10 +1,10 @@
{
- "description": "Aashutosh Rathi's Space on Web",
- "owner": {
- "username": "aashutoshrathi",
- "email": "me@aashutosh.dev"
- },
- "record": {
- "CNAME": "aashutosh.dev"
- }
+ "description": "Aashutosh Rathi's Space on Web",
+ "owner": {
+ "username": "aashutoshrathi",
+ "email": "me@aashutosh.dev"
+ },
+ "record": {
+ "CNAME": "aashutosh.dev"
+ }
}
diff --git a/domains/aayush.json b/domains/aayush.json
index ac503c299..a28610357 100644
--- a/domains/aayush.json
+++ b/domains/aayush.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "OpAayush",
- "email": "aayushmagrawal@gmail.com",
- "discord": "Aayu5h#1737"
- },
- "record": {
- "CNAME": "opaayush.pages.dev"
- }
+ "owner": {
+ "username": "OpAayush",
+ "email": "aayushmagrawal@gmail.com",
+ "discord": "Aayu5h#1737"
+ },
+ "record": {
+ "CNAME": "opaayush.pages.dev"
+ }
}
diff --git a/domains/aayushakacloudy.json b/domains/aayushakacloudy.json
index 1f76e391d..cc9bb29fb 100644
--- a/domains/aayushakacloudy.json
+++ b/domains/aayushakacloudy.json
@@ -1,11 +1,11 @@
{
- "description": "Aayush aka Cloudy's Arcade Home",
- "repo": "https://github.com/gamedevCloudy/gamedevCloudy.github.io",
- "owner": {
- "username": "gamedevCloudy",
- "email": "aaayush.dev@gmail.com"
- },
- "record": {
- "CNAME": "gamedevCloudy.github.io"
- }
+ "description": "Aayush aka Cloudy's Arcade Home",
+ "repo": "https://github.com/gamedevCloudy/gamedevCloudy.github.io",
+ "owner": {
+ "username": "gamedevCloudy",
+ "email": "aaayush.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "gamedevCloudy.github.io"
+ }
}
diff --git a/domains/abdeba.json b/domains/abdeba.json
index 50d560f3d..9117eb15a 100644
--- a/domains/abdeba.json
+++ b/domains/abdeba.json
@@ -1,10 +1,9 @@
-
{
- "owner": {
- "username": "Abdelhakim Baraka",
- "email": "abdesoft1@gmail.com"
- },
- "record": {
- "URL": "https://ab-portfolio-one.vercel.app"
- }
+ "owner": {
+ "username": "Abdelhakim Baraka",
+ "email": "abdesoft1@gmail.com"
+ },
+ "record": {
+ "URL": "https://ab-portfolio-one.vercel.app"
+ }
}
diff --git a/domains/abdul.json b/domains/abdul.json
index 6d64abb4f..65a80cf0c 100644
--- a/domains/abdul.json
+++ b/domains/abdul.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "Abdul1810",
- "email": "abdulking8010@gmail.com",
- "discord": "Abdul ♥#5464"
- },
- "record": {
- "CNAME": "rahman.works"
- }
+ "owner": {
+ "username": "Abdul1810",
+ "email": "abdulking8010@gmail.com",
+ "discord": "Abdul ♥#5464"
+ },
+ "record": {
+ "CNAME": "rahman.works"
+ }
}
diff --git a/domains/abdullah.json b/domains/abdullah.json
index 924881c8e..afec302bb 100644
--- a/domains/abdullah.json
+++ b/domains/abdullah.json
@@ -1,11 +1,10 @@
-
{
- "owner": {
- "username": "adistar964",
- "email": "adistar964@gmail.com"
- },
- "description": "this is for my personal website made.",
- "record": {
- "CNAME": "adistar964.github.io"
- }
+ "owner": {
+ "username": "adistar964",
+ "email": "adistar964@gmail.com"
+ },
+ "description": "this is for my personal website made.",
+ "record": {
+ "CNAME": "adistar964.github.io"
+ }
}
diff --git a/domains/abdulrahman.json b/domains/abdulrahman.json
index 87bf2a14f..d76b4a9dd 100644
--- a/domains/abdulrahman.json
+++ b/domains/abdulrahman.json
@@ -1,11 +1,11 @@
{
- "description": "Personal site to showcase my future works.",
- "repo": "https://github.com/abdulrahman1s/abdulrahman1s.github.io",
- "owner": {
- "username": "abdulrahman1s",
- "email": "mail@abdulrahman.dev"
- },
- "record": {
- "URL": "https://abdulrahman.dev"
- }
+ "description": "Personal site to showcase my future works.",
+ "repo": "https://github.com/abdulrahman1s/abdulrahman1s.github.io",
+ "owner": {
+ "username": "abdulrahman1s",
+ "email": "mail@abdulrahman.dev"
+ },
+ "record": {
+ "URL": "https://abdulrahman.dev"
+ }
}
diff --git a/domains/abdulrshaikh.json b/domains/abdulrshaikh.json
index 0ff5b2b12..58f9a3015 100644
--- a/domains/abdulrshaikh.json
+++ b/domains/abdulrshaikh.json
@@ -1,11 +1,11 @@
{
- "description": "Abdul's personal developer website",
- "repo": "https://github.com/ariskycode/ariskycode.github.io",
- "owner": {
- "username": "ariskycode",
- "email": "arirfanshaikh23@gmail.com"
- },
- "record": {
- "CNAME": "ariskycode.github.io"
- }
+ "description": "Abdul's personal developer website",
+ "repo": "https://github.com/ariskycode/ariskycode.github.io",
+ "owner": {
+ "username": "ariskycode",
+ "email": "arirfanshaikh23@gmail.com"
+ },
+ "record": {
+ "CNAME": "ariskycode.github.io"
+ }
}
diff --git a/domains/abelblue.json b/domains/abelblue.json
index fb79c4cc0..acc15e859 100644
--- a/domains/abelblue.json
+++ b/domains/abelblue.json
@@ -2,11 +2,10 @@
"description": "Abel Mitiku's website",
"repo": "https://github.com/abel-blue/abelblue.dev",
"owner": {
- "username": "abel-blue",
- "email": "abelmgetnet@gmail.com"
+ "username": "abel-blue",
+ "email": "abelmgetnet@gmail.com"
},
"record": {
- "CNAME": "abel-blue.github.io"
+ "CNAME": "abel-blue.github.io"
}
- }
-
\ No newline at end of file
+}
diff --git a/domains/abeltranp94.json b/domains/abeltranp94.json
index 8fc1b502b..0c1d485f8 100644
--- a/domains/abeltranp94.json
+++ b/domains/abeltranp94.json
@@ -1,11 +1,11 @@
{
- "description": "Ariel Beltrán Paneque",
- "repo": "https://github.com/abeltranp9476/abeltranp94.github.io",
- "owner": {
- "username": "abeltranp9476",
- "email": "abeltran.9476@gmail.com"
- },
- "record": {
- "CNAME": "abeltranp9476.github.io"
- }
+ "description": "Ariel Beltrán Paneque",
+ "repo": "https://github.com/abeltranp9476/abeltranp94.github.io",
+ "owner": {
+ "username": "abeltranp9476",
+ "email": "abeltran.9476@gmail.com"
+ },
+ "record": {
+ "CNAME": "abeltranp9476.github.io"
+ }
}
diff --git a/domains/abh80.json b/domains/abh80.json
index c53647599..f35acd920 100644
--- a/domains/abh80.json
+++ b/domains/abh80.json
@@ -1,12 +1,12 @@
{
- "description": "Link to my portfolio site.",
- "repo": "https://github.com/abh80/abh80.github.io",
- "owner": {
- "username": "abh80",
- "email": "boatgithub27@gmail.com",
- "twitter": "trackerstars"
- },
- "record": {
- "CNAME": "abh80.github.io"
- }
+ "description": "Link to my portfolio site.",
+ "repo": "https://github.com/abh80/abh80.github.io",
+ "owner": {
+ "username": "abh80",
+ "email": "boatgithub27@gmail.com",
+ "twitter": "trackerstars"
+ },
+ "record": {
+ "CNAME": "abh80.github.io"
+ }
}
diff --git a/domains/abhi.json b/domains/abhi.json
index 7c63414b5..5d2e9d9e6 100644
--- a/domains/abhi.json
+++ b/domains/abhi.json
@@ -1,11 +1,9 @@
-
{
- "owner": {
- "username": "actuallyabhi",
- "email": "mabhishek7081@zohomail.in"
- },
- "record": {
- "URL": "https://actuallyabhi.netlify.app"
- }
+ "owner": {
+ "username": "actuallyabhi",
+ "email": "mabhishek7081@zohomail.in"
+ },
+ "record": {
+ "URL": "https://actuallyabhi.netlify.app"
+ }
}
-
\ No newline at end of file
diff --git a/domains/abhigyantrips.json b/domains/abhigyantrips.json
index 7a981f390..52b51afaa 100644
--- a/domains/abhigyantrips.json
+++ b/domains/abhigyantrips.json
@@ -1,11 +1,11 @@
{
- "description": "A personal website, with biodata.",
- "repo": "https://github.com/abhigyantrips/abhigyantrips.github.io",
- "owner": {
- "username": "abhigyantrips",
- "email": "abhigyantrips@gmail.com"
- },
- "record": {
- "CNAME": "abhigyantrips.github.io"
- }
+ "description": "A personal website, with biodata.",
+ "repo": "https://github.com/abhigyantrips/abhigyantrips.github.io",
+ "owner": {
+ "username": "abhigyantrips",
+ "email": "abhigyantrips@gmail.com"
+ },
+ "record": {
+ "CNAME": "abhigyantrips.github.io"
+ }
}
diff --git a/domains/abhint.json b/domains/abhint.json
index d9e6cc780..ad6277994 100644
--- a/domains/abhint.json
+++ b/domains/abhint.json
@@ -1,12 +1,12 @@
{
- "description": "Personal portfolio written in HTML and JS",
- "repo": "https://github.com/abhint/abhint.github.io",
- "owner": {
- "username": "abhint",
- "email": "notifyabhijith@gmail.com",
- "twitter": "abhint6"
- },
- "record": {
- "CNAME": "abhint.github.io"
- }
+ "description": "Personal portfolio written in HTML and JS",
+ "repo": "https://github.com/abhint/abhint.github.io",
+ "owner": {
+ "username": "abhint",
+ "email": "notifyabhijith@gmail.com",
+ "twitter": "abhint6"
+ },
+ "record": {
+ "CNAME": "abhint.github.io"
+ }
}
diff --git a/domains/abhisekp.json b/domains/abhisekp.json
index 3fab010d3..ec7117141 100644
--- a/domains/abhisekp.json
+++ b/domains/abhisekp.json
@@ -1,13 +1,13 @@
{
- "owner": {
- "username": "abhisekp",
- "email": "abhisekp@engineer.com",
- "twitter": "abhisek",
- "discord": "abhisekp#3680",
- "description": "About Abhisek Pattnaik",
- "repo": "https://github.com/abhisekp/abhisekp"
- },
- "record": {
- "URL": "https://abhisekp.com"
- }
+ "owner": {
+ "username": "abhisekp",
+ "email": "abhisekp@engineer.com",
+ "twitter": "abhisek",
+ "discord": "abhisekp#3680",
+ "description": "About Abhisek Pattnaik",
+ "repo": "https://github.com/abhisekp/abhisekp"
+ },
+ "record": {
+ "URL": "https://abhisekp.com"
+ }
}
diff --git a/domains/abhishek.json b/domains/abhishek.json
index b0097a288..010d6df1b 100644
--- a/domains/abhishek.json
+++ b/domains/abhishek.json
@@ -1,11 +1,11 @@
{
- "description": "Abhishek's personal website",
- "repo": "https://github.com/nullpointxr",
- "owner": {
- "username": "nullpointxr",
- "email": "abhishek.sankar.in@protonmail.com"
- },
- "record": {
- "CNAME": "abhisheks.me"
- }
+ "description": "Abhishek's personal website",
+ "repo": "https://github.com/nullpointxr",
+ "owner": {
+ "username": "nullpointxr",
+ "email": "abhishek.sankar.in@protonmail.com"
+ },
+ "record": {
+ "CNAME": "abhisheks.me"
+ }
}
diff --git a/domains/abhishekkumar.json b/domains/abhishekkumar.json
index 81ca81759..6a040bf20 100644
--- a/domains/abhishekkumar.json
+++ b/domains/abhishekkumar.json
@@ -1,11 +1,11 @@
{
- "description": "Abhishek's personal developer website",
- "repo": "https://github.com/Abhishek-569",
- "owner": {
- "username": "Abhishek-569",
- "email": "akabhishek4444@gmail.com"
- },
- "record": {
- "URL": "https://akabhishek4444.wixsite.com/abhishek-kumar"
- }
+ "description": "Abhishek's personal developer website",
+ "repo": "https://github.com/Abhishek-569",
+ "owner": {
+ "username": "Abhishek-569",
+ "email": "akabhishek4444@gmail.com"
+ },
+ "record": {
+ "URL": "https://akabhishek4444.wixsite.com/abhishek-kumar"
+ }
}
diff --git a/domains/abishek.json b/domains/abishek.json
index cd33a0738..bfdd3d118 100644
--- a/domains/abishek.json
+++ b/domains/abishek.json
@@ -1,11 +1,11 @@
{
- "description": "Abishek's portfolio website",
- "repo": "https://github.com/vj-abishek/vj-abishek.github.io",
- "owner": {
- "username": "vj-abishek",
- "email": "abigosearch@gmail.com"
- },
- "record": {
- "CNAME": "vj-abishek.github.io"
- }
+ "description": "Abishek's portfolio website",
+ "repo": "https://github.com/vj-abishek/vj-abishek.github.io",
+ "owner": {
+ "username": "vj-abishek",
+ "email": "abigosearch@gmail.com"
+ },
+ "record": {
+ "CNAME": "vj-abishek.github.io"
+ }
}
diff --git a/domains/abubakar.json b/domains/abubakar.json
index dda6395cb..c0eb9cfc2 100644
--- a/domains/abubakar.json
+++ b/domains/abubakar.json
@@ -1,12 +1,12 @@
{
- "description": "My personal portfolio",
- "repo": "https://github.com/AbubakarKang/AbubakarKang.github.io",
- "owner": {
- "username": "AbubakarKang",
- "email": "",
- "discord": "TheHacker#4418"
- },
- "record": {
- "CNAME": "abubakarkang.github.io"
- }
+ "description": "My personal portfolio",
+ "repo": "https://github.com/AbubakarKang/AbubakarKang.github.io",
+ "owner": {
+ "username": "AbubakarKang",
+ "email": "",
+ "discord": "TheHacker#4418"
+ },
+ "record": {
+ "CNAME": "abubakarkang.github.io"
+ }
}
diff --git a/domains/abysmal.json b/domains/abysmal.json
index 0f09f0d66..055447ac5 100644
--- a/domains/abysmal.json
+++ b/domains/abysmal.json
@@ -7,4 +7,4 @@
"record": {
"URL": "https://abysmal.eu.org"
}
-}
+}
diff --git a/domains/ac21.json b/domains/ac21.json
index cc9e15090..eff863e45 100644
--- a/domains/ac21.json
+++ b/domains/ac21.json
@@ -1,11 +1,11 @@
{
- "description": "Atharva Chandwadkar's Portfolio",
- "repo": "https://github.com/atharva21-stack/atharva21-stack.github.io",
- "owner": {
- "username": "atharva21-stack",
- "email": "chandwadkar28@gmail.com"
- },
- "record": {
- "CNAME": "atharva21-stack.github.io"
- }
+ "description": "Atharva Chandwadkar's Portfolio",
+ "repo": "https://github.com/atharva21-stack/atharva21-stack.github.io",
+ "owner": {
+ "username": "atharva21-stack",
+ "email": "chandwadkar28@gmail.com"
+ },
+ "record": {
+ "CNAME": "atharva21-stack.github.io"
+ }
}
diff --git a/domains/acaiberii.json b/domains/acaiberii.json
index 8e0faf623..3de6036e2 100644
--- a/domains/acaiberii.json
+++ b/domains/acaiberii.json
@@ -1,11 +1,11 @@
{
- "description": "acaiberii's website",
- "repo": "https://github.com/acaiberii/acaiberii.github.io",
- "owner": {
- "username": "acaiberii",
- "email": "studiouifxdesignersandcoders@gmail.com"
- },
- "record": {
- "CNAME": "acaiberii.github.io"
- }
+ "description": "acaiberii's website",
+ "repo": "https://github.com/acaiberii/acaiberii.github.io",
+ "owner": {
+ "username": "acaiberii",
+ "email": "studiouifxdesignersandcoders@gmail.com"
+ },
+ "record": {
+ "CNAME": "acaiberii.github.io"
+ }
}
diff --git a/domains/ace.json b/domains/ace.json
index 933f8cc2f..54f26cdf9 100644
--- a/domains/ace.json
+++ b/domains/ace.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "diamond-gold",
"email": "diamond-gold-ace@outlook.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://github.com/diamond-gold"
- }
}
-
+}
diff --git a/domains/acey.json b/domains/acey.json
index 43405681e..529e805ba 100644
--- a/domains/acey.json
+++ b/domains/acey.json
@@ -1,15 +1,12 @@
{
- "repo": "https://github.com/AceyDoCodes",
- "description": "Email ;-;",
- "owner": {
- "username": "AceyDoCodes",
- "email": "aceygoesboom@gmail.com"
- },
- "record": {
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "repo": "https://github.com/AceyDoCodes",
+ "description": "Email ;-;",
+ "owner": {
+ "username": "AceyDoCodes",
+ "email": "aceygoesboom@gmail.com"
+ },
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/acgaming.json b/domains/acgaming.json
index 0b54207eb..a5aaf22c6 100644
--- a/domains/acgaming.json
+++ b/domains/acgaming.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "ACGaming1508",
- "email": "acgamer861@gmail.com"
- },
- "repo": "https://github.com/ACGaming1508/ACGaming1508.github.io",
- "record": {
- "CNAME": "acgaming1508.github.io"
- }
+ "owner": {
+ "username": "ACGaming1508",
+ "email": "acgamer861@gmail.com"
+ },
+ "repo": "https://github.com/ACGaming1508/ACGaming1508.github.io",
+ "record": {
+ "CNAME": "acgaming1508.github.io"
+ }
}
diff --git a/domains/achim.json b/domains/achim.json
index b7d6e33c9..e3ffc2ee6 100644
--- a/domains/achim.json
+++ b/domains/achim.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "nohli",
- "email": "",
- "twitter": "joachi_"
- },
- "record": {
- "CNAME": "achim.io"
- }
+ "owner": {
+ "username": "nohli",
+ "email": "",
+ "twitter": "joachi_"
+ },
+ "record": {
+ "CNAME": "achim.io"
+ }
}
diff --git a/domains/achintya.json b/domains/achintya.json
index 667339c0b..72c37e1ec 100644
--- a/domains/achintya.json
+++ b/domains/achintya.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ajachintya",
- "email": "ajachintyajaiswal@gmail.com"
- },
- "record": {
- "URL": "https://portfolio-app-production.up.railway.app"
- }
+ "owner": {
+ "username": "ajachintya",
+ "email": "ajachintyajaiswal@gmail.com"
+ },
+ "record": {
+ "URL": "https://portfolio-app-production.up.railway.app"
+ }
}
diff --git a/domains/achraf.json b/domains/achraf.json
index e5173a56b..a08a93bb5 100644
--- a/domains/achraf.json
+++ b/domains/achraf.json
@@ -1,11 +1,11 @@
{
- "description": "Achraf's Website!",
- "repo": "https://github.com/Ax-r/ax-r.github.io",
- "owner": {
- "username": "Ax-r",
- "email": "hostmaster@netcourrier.com"
- },
- "record": {
- "CNAME": "ax-r.github.io"
- }
+ "description": "Achraf's Website!",
+ "repo": "https://github.com/Ax-r/ax-r.github.io",
+ "owner": {
+ "username": "Ax-r",
+ "email": "hostmaster@netcourrier.com"
+ },
+ "record": {
+ "CNAME": "ax-r.github.io"
+ }
}
diff --git a/domains/activities.maskduck.json b/domains/activities.maskduck.json
index 6fb6a6599..975df8bbd 100644
--- a/domains/activities.maskduck.json
+++ b/domains/activities.maskduck.json
@@ -1,12 +1,12 @@
{
- "description": "docs for my lib, nc-ext-activities",
- "repo": "https://github.com/MaskDuck/nextcord-ext-activities",
- "owner": {
- "username": "MaskDuck",
- "twitter": "MaskDuck1",
- "email": ""
- },
- "record": {
- "CNAME": "readthedocs.io"
- }
+ "description": "docs for my lib, nc-ext-activities",
+ "repo": "https://github.com/MaskDuck/nextcord-ext-activities",
+ "owner": {
+ "username": "MaskDuck",
+ "twitter": "MaskDuck1",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "readthedocs.io"
+ }
}
diff --git a/domains/acutewoof.json b/domains/acutewoof.json
index d2509f5b9..9f0a89bd8 100644
--- a/domains/acutewoof.json
+++ b/domains/acutewoof.json
@@ -1,11 +1,11 @@
{
- "description": "ACuteWoof's Personal Site",
- "repo": "https://github.com/acutewoof/acutewoof.github.io",
- "owner": {
- "username": "acutewoof",
- "email": "acutewoof@gmail.com"
- },
- "record": {
- "CNAME": "acutewoof.github.io"
- }
+ "description": "ACuteWoof's Personal Site",
+ "repo": "https://github.com/acutewoof/acutewoof.github.io",
+ "owner": {
+ "username": "acutewoof",
+ "email": "acutewoof@gmail.com"
+ },
+ "record": {
+ "CNAME": "acutewoof.github.io"
+ }
}
diff --git a/domains/adais.json b/domains/adais.json
index b294c3dd3..4ef3365ea 100644
--- a/domains/adais.json
+++ b/domains/adais.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "leixiaoda.github.io"
}
-}
+}
diff --git a/domains/adamkarepin.json b/domains/adamkarepin.json
index 6a70fd819..d89d64518 100644
--- a/domains/adamkarepin.json
+++ b/domains/adamkarepin.json
@@ -1,12 +1,12 @@
-{
- "description": "Personal portfolio website",
- "repo": "https://github.com/K7Adam/my-webfolio-angular",
- "owner": {
- "username": "K7Adam",
- "email": "",
- "twitter": "7AdamK"
- },
- "record": {
- "CNAME": "8b23b621a9d04b0718dd.b-cdn.net"
- }
+{
+ "description": "Personal portfolio website",
+ "repo": "https://github.com/K7Adam/my-webfolio-angular",
+ "owner": {
+ "username": "K7Adam",
+ "email": "",
+ "twitter": "7AdamK"
+ },
+ "record": {
+ "CNAME": "8b23b621a9d04b0718dd.b-cdn.net"
+ }
}
diff --git a/domains/adarshs.json b/domains/adarshs.json
index a235a68d2..e70f165c2 100644
--- a/domains/adarshs.json
+++ b/domains/adarshs.json
@@ -1,11 +1,11 @@
{
- "description": "The portfolio of Adarsh S",
- "repo": "https://github.com/adarshsuresh07",
- "owner": {
- "username": "adarshsuresh07",
- "email": "adarshsuresh@cet.ac.in"
- },
- "record": {
- "CNAME": "adarshsuresh07.github.io"
- }
+ "description": "The portfolio of Adarsh S",
+ "repo": "https://github.com/adarshsuresh07",
+ "owner": {
+ "username": "adarshsuresh07",
+ "email": "adarshsuresh@cet.ac.in"
+ },
+ "record": {
+ "CNAME": "adarshsuresh07.github.io"
+ }
}
diff --git a/domains/adarshvijay.json b/domains/adarshvijay.json
index ca764aa88..e291fa901 100644
--- a/domains/adarshvijay.json
+++ b/domains/adarshvijay.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "adarsh-av13.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "adarsh-av13.github.io"
+ }
}
diff --git a/domains/addison.json b/domains/addison.json
index 05b8e84d3..5b971887f 100644
--- a/domains/addison.json
+++ b/domains/addison.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "duckmob",
- "email": "coxy.addison@gmail.com"
- },
- "record": {
- "CNAME": "dcd5055c-f746-4223-a171-5f536111d3c5.id.repl.co"
- }
+ "owner": {
+ "username": "duckmob",
+ "email": "coxy.addison@gmail.com"
+ },
+ "record": {
+ "CNAME": "dcd5055c-f746-4223-a171-5f536111d3c5.id.repl.co"
+ }
}
diff --git a/domains/adhi.json b/domains/adhi.json
index 784886c28..802731ba8 100644
--- a/domains/adhi.json
+++ b/domains/adhi.json
@@ -2,11 +2,10 @@
"description": "Adhi",
"repo": "https://github.com/adhithyakrishna/adhithyakrishna.github.io",
"owner": {
- "username": "Adhi",
- "email": "akrishna.cse21@gmail.com"
+ "username": "Adhi",
+ "email": "akrishna.cse21@gmail.com"
},
"record": {
- "CNAME": "adhithyakrishna.github.io"
+ "CNAME": "adhithyakrishna.github.io"
}
- }
-
\ No newline at end of file
+}
diff --git a/domains/adi.json b/domains/adi.json
index 5b629d332..893449813 100644
--- a/domains/adi.json
+++ b/domains/adi.json
@@ -1,11 +1,11 @@
{
- "description": "Adrian is a dev",
- "repo": "https://github.com/stryfe200fps/adrian",
- "owner": {
- "username": "stryfe200fps",
- "email": "fsdainsleif@gmail.com"
- },
- "record": {
- "CNAME": "stryfe200fps.github.io"
- }
+ "description": "Adrian is a dev",
+ "repo": "https://github.com/stryfe200fps/adrian",
+ "owner": {
+ "username": "stryfe200fps",
+ "email": "fsdainsleif@gmail.com"
+ },
+ "record": {
+ "CNAME": "stryfe200fps.github.io"
+ }
}
diff --git a/domains/adib.json b/domains/adib.json
index 679472d0b..995da37e9 100644
--- a/domains/adib.json
+++ b/domains/adib.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Adib23704",
"email": "adib23704@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "adib23704.tk"
- }
}
-
+}
diff --git a/domains/adigen.json b/domains/adigen.json
index cb5dafb48..fc64052e0 100644
--- a/domains/adigen.json
+++ b/domains/adigen.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "mradigen",
- "email": "mr.adigen@protonmail.com"
- },
- "record": {
- "CNAME": "mradigen.github.io"
- }
+ "owner": {
+ "username": "mradigen",
+ "email": "mr.adigen@protonmail.com"
+ },
+ "record": {
+ "CNAME": "mradigen.github.io"
+ }
}
diff --git a/domains/adityapcgaming.json b/domains/adityapcgaming.json
index 1fa0cceaa..21ebbc25c 100644
--- a/domains/adityapcgaming.json
+++ b/domains/adityapcgaming.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Clyders",
"email": "adityapcgaming1@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "8a7f7c6e-2287-4f07-a605-5ca7824b3f38.id.repl.co"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/adityavag.json b/domains/adityavag.json
index 215631251..ffe3f17f3 100644
--- a/domains/adityavag.json
+++ b/domains/adityavag.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "adityavag.github.io"
}
-}
+}
diff --git a/domains/adolar0042.json b/domains/adolar0042.json
index c3c75d935..3f8ed564d 100644
--- a/domains/adolar0042.json
+++ b/domains/adolar0042.json
@@ -1,12 +1,11 @@
-
- {
- "description": "personal website",
- "repo": "https://github.com/adolar0042/adolar0042.github.io",
- "owner": {
- "username": "Adolar0042",
- "email": "adolar0042@gmail.com"
- },
- "record": {
- "CNAME": "adolar0042.github.io"
- }
+{
+ "description": "personal website",
+ "repo": "https://github.com/adolar0042/adolar0042.github.io",
+ "owner": {
+ "username": "Adolar0042",
+ "email": "adolar0042@gmail.com"
+ },
+ "record": {
+ "CNAME": "adolar0042.github.io"
+ }
}
diff --git a/domains/adonisfx.json b/domains/adonisfx.json
index 5a26695e8..1b623a922 100644
--- a/domains/adonisfx.json
+++ b/domains/adonisfx.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "adonisfx.github.io"
}
-}
+}
diff --git a/domains/adri.json b/domains/adri.json
index 96e1ea032..9ef18a40e 100644
--- a/domains/adri.json
+++ b/domains/adri.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "adripo",
- "email": "adripo@hi2.in"
- },
- "record": {
- "URL": "https://adri.ninja"
- }
+ "owner": {
+ "username": "adripo",
+ "email": "adripo@hi2.in"
+ },
+ "record": {
+ "URL": "https://adri.ninja"
+ }
}
diff --git a/domains/adrian.json b/domains/adrian.json
index 2d7f15c7b..f841d282c 100644
--- a/domains/adrian.json
+++ b/domains/adrian.json
@@ -1,11 +1,11 @@
{
- "description": "The awesome portfolio site for Adrian Grimm",
- "repo": "https://github.com/usmcamgrimm/usmcamgrimm.github.io",
- "owner": {
- "username": "usmcamgrimm",
- "email": "usmcamgrimm@gmail.com"
- },
- "record": {
- "CNAME": "usmcamgrimm.github.io"
- }
+ "description": "The awesome portfolio site for Adrian Grimm",
+ "repo": "https://github.com/usmcamgrimm/usmcamgrimm.github.io",
+ "owner": {
+ "username": "usmcamgrimm",
+ "email": "usmcamgrimm@gmail.com"
+ },
+ "record": {
+ "CNAME": "usmcamgrimm.github.io"
+ }
}
diff --git a/domains/adrien.json b/domains/adrien.json
index 2261e5f11..a38cd1704 100644
--- a/domains/adrien.json
+++ b/domains/adrien.json
@@ -1,12 +1,10 @@
{
- "owner": {
- "username": "Adri11334",
- "email": "adrien.vermersch@epitech.eu",
- "discord": "Дdяi1#7501"
- },
- "record": {
- "A": [
- "116.203.127.206"
- ]
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "Adri11334",
+ "email": "adrien.vermersch@epitech.eu",
+ "discord": "Дdяi1#7501"
+ },
+ "record": {
+ "A": ["116.203.127.206"]
+ }
+}
diff --git a/domains/adriichu.json b/domains/adriichu.json
index 2119a1940..31e50ac14 100644
--- a/domains/adriichu.json
+++ b/domains/adriichu.json
@@ -1,12 +1,12 @@
{
"owner": {
- "username": "Adriichu",
- "email": "adriichu@proton.me",
- "twitter": "Adriichuu",
- "discord": "Aaron#0069"
+ "username": "Adriichu",
+ "email": "adriichu@proton.me",
+ "twitter": "Adriichuu",
+ "discord": "Aaron#0069"
},
"record": {
"CNAME": "aaron-web.pages.dev"
- }
- }
+ }
+}
diff --git a/domains/aestra.json b/domains/aestra.json
index b14c6f75c..854c14831 100644
--- a/domains/aestra.json
+++ b/domains/aestra.json
@@ -1,11 +1,11 @@
{
- "description": "Will save it for future for my portfolio site",
- "owner": {
- "username": "aestra",
- "email": "aestradev@gmail.com",
- "github": "aestradev"
- },
- "record": {
- "CNAME": "portfolio-production-7e27.up.railway.app"
- }
+ "description": "Will save it for future for my portfolio site",
+ "owner": {
+ "username": "aestra",
+ "email": "aestradev@gmail.com",
+ "github": "aestradev"
+ },
+ "record": {
+ "CNAME": "portfolio-production-7e27.up.railway.app"
+ }
}
diff --git a/domains/aetinx.json b/domains/aetinx.json
index 775fdff48..e664aacc4 100644
--- a/domains/aetinx.json
+++ b/domains/aetinx.json
@@ -1,13 +1,13 @@
{
- "owner": {
- "username": "aetinx",
- "email": "",
- "twitter": "aetinx",
- "discord": "aetinx#8300",
- "note": "amogus"
- },
- "description": "Aetinx's domain. https://aetinx.glitch.me",
- "record": {
- "CNAME": "glitch.edgeapp.net"
- }
+ "owner": {
+ "username": "aetinx",
+ "email": "",
+ "twitter": "aetinx",
+ "discord": "aetinx#8300",
+ "note": "amogus"
+ },
+ "description": "Aetinx's domain. https://aetinx.glitch.me",
+ "record": {
+ "CNAME": "glitch.edgeapp.net"
+ }
}
diff --git a/domains/afnan.json b/domains/afnan.json
index b1abacf4f..70f940ec2 100644
--- a/domains/afnan.json
+++ b/domains/afnan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "afnan007a",
- "email": "mr.goblin007a@gmail.com"
- },
- "record": {
- "CNAME": "portfolio-cci.pages.dev"
- }
+ "owner": {
+ "username": "afnan007a",
+ "email": "mr.goblin007a@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-cci.pages.dev"
+ }
}
diff --git a/domains/ag.json b/domains/ag.json
index eee6ebcae..c4a79ece3 100644
--- a/domains/ag.json
+++ b/domains/ag.json
@@ -1,11 +1,11 @@
{
- "description": "My personal Website",
- "repo": "https://github.com/andreasgrafen/andreasgrafen",
- "owner": {
- "username": "andreasgrafen",
- "email": "software@grafen.info"
- },
- "record": {
- "URL": "https://andreas.grafen.info"
- }
+ "description": "My personal Website",
+ "repo": "https://github.com/andreasgrafen/andreasgrafen",
+ "owner": {
+ "username": "andreasgrafen",
+ "email": "software@grafen.info"
+ },
+ "record": {
+ "URL": "https://andreas.grafen.info"
+ }
}
diff --git a/domains/agam778.json b/domains/agam778.json
index 3a41fe69b..287208b30 100644
--- a/domains/agam778.json
+++ b/domains/agam778.json
@@ -1,11 +1,11 @@
{
- "description": "Agam's Website",
- "repo": "https://github.com/agam778",
- "owner": {
- "username": "agam778",
- "email": "agam778@zohomail.in"
- },
- "record": {
- "CNAME": "agamsblog.pages.dev"
- }
+ "description": "Agam's Website",
+ "repo": "https://github.com/agam778",
+ "owner": {
+ "username": "agam778",
+ "email": "agam778@zohomail.in"
+ },
+ "record": {
+ "CNAME": "agamsblog.pages.dev"
+ }
}
diff --git a/domains/agold.json b/domains/agold.json
index 6db55c518..705acc5c1 100644
--- a/domains/agold.json
+++ b/domains/agold.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "aGoldDev",
- "discord": "aGold#9596",
- "email": "abloggoldwin@gmail.com"
- },
- "record": {
- "CNAME": "agolddev.github.io"
- }
+ "owner": {
+ "username": "aGoldDev",
+ "discord": "aGold#9596",
+ "email": "abloggoldwin@gmail.com"
+ },
+ "record": {
+ "CNAME": "agolddev.github.io"
+ }
}
diff --git a/domains/agrim.json b/domains/agrim.json
index a0ffc37f0..7ecd451c4 100644
--- a/domains/agrim.json
+++ b/domains/agrim.json
@@ -1,10 +1,10 @@
{
- "repo": "https://github.com/Agrim-Bansal/Agrim-Bansal.github.io",
- "owner": {
- "username": "Agrim-Bansal",
- "email": "agrimx2@gmail.com"
- },
- "record": {
- "CNAME": "agrim-bansal.github.io"
- }
+ "repo": "https://github.com/Agrim-Bansal/Agrim-Bansal.github.io",
+ "owner": {
+ "username": "Agrim-Bansal",
+ "email": "agrimx2@gmail.com"
+ },
+ "record": {
+ "CNAME": "agrim-bansal.github.io"
+ }
}
diff --git a/domains/aguspedhot.json b/domains/aguspedhot.json
index d5c1dba4f..8e08bae79 100644
--- a/domains/aguspedhot.json
+++ b/domains/aguspedhot.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Pedhot-Dev",
"email": "wanzgamerz2@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "aguspedhot.000webhostapp.com"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/ahku.json b/domains/ahku.json
index 08d3353ef..a6114c8f9 100644
--- a/domains/ahku.json
+++ b/domains/ahku.json
@@ -7,4 +7,4 @@
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
-}
\ No newline at end of file
+}
diff --git a/domains/ahmadeyamin.json b/domains/ahmadeyamin.json
index b24d22523..3bdec094f 100644
--- a/domains/ahmadeyamin.json
+++ b/domains/ahmadeyamin.json
@@ -1,11 +1,11 @@
{
- "description": "Eyamin Personal Website",
- "repo": "https://github.com/ahmadeyamin/ahmadeyamin.github.io",
- "owner": {
- "username": "ahmadeyamin",
- "email": "ahmadeyamin@gmail.com"
- },
- "record": {
- "CNAME": "ahmadeyamin.pages.dev"
- }
+ "description": "Eyamin Personal Website",
+ "repo": "https://github.com/ahmadeyamin/ahmadeyamin.github.io",
+ "owner": {
+ "username": "ahmadeyamin",
+ "email": "ahmadeyamin@gmail.com"
+ },
+ "record": {
+ "CNAME": "ahmadeyamin.pages.dev"
+ }
}
diff --git a/domains/ahmed.json b/domains/ahmed.json
index 39d15aa75..c7f5646cc 100644
--- a/domains/ahmed.json
+++ b/domains/ahmed.json
@@ -1,11 +1,11 @@
{
- "description": "Ahmed's personal site",
- "repo": "https://github.com/Dropheart",
- "owner": {
- "username": "dropheart",
- "email": "ahmed@techfromtheheart.com"
- },
- "record": {
- "URL": "https://techfromtheheart.com"
- }
+ "description": "Ahmed's personal site",
+ "repo": "https://github.com/Dropheart",
+ "owner": {
+ "username": "dropheart",
+ "email": "ahmed@techfromtheheart.com"
+ },
+ "record": {
+ "URL": "https://techfromtheheart.com"
+ }
}
diff --git a/domains/ahmedashraf.json b/domains/ahmedashraf.json
index 382661f1f..554378c77 100644
--- a/domains/ahmedashraf.json
+++ b/domains/ahmedashraf.json
@@ -1,11 +1,11 @@
{
- "description": "My Portfolio",
- "repo": "https://github.com/AhmedrAshraf/ahmedrashraf",
- "owner": {
- "username": "ahmedrashraf",
- "email": "ahmedr.0331@gmail.com"
- },
- "record": {
- "CNAME": "ahmedrashraf.github.io"
- }
+ "description": "My Portfolio",
+ "repo": "https://github.com/AhmedrAshraf/ahmedrashraf",
+ "owner": {
+ "username": "ahmedrashraf",
+ "email": "ahmedr.0331@gmail.com"
+ },
+ "record": {
+ "CNAME": "ahmedrashraf.github.io"
+ }
}
diff --git a/domains/ahmedeldin.json b/domains/ahmedeldin.json
index cc2ba7a1d..fb9967e34 100644
--- a/domains/ahmedeldin.json
+++ b/domains/ahmedeldin.json
@@ -1,10 +1,10 @@
{
- "description": "Portfolio Website",
- "owner": {
- "username": "ahmed-eldin",
- "email": "ahmedeldin98@gmail.com"
- },
- "record": {
- "CNAME": "ahmed-eldin.github.io"
- }
+ "description": "Portfolio Website",
+ "owner": {
+ "username": "ahmed-eldin",
+ "email": "ahmedeldin98@gmail.com"
+ },
+ "record": {
+ "CNAME": "ahmed-eldin.github.io"
+ }
}
diff --git a/domains/ahmet.json b/domains/ahmet.json
index ce94bff31..e7261eae6 100644
--- a/domains/ahmet.json
+++ b/domains/ahmet.json
@@ -1,11 +1,11 @@
{
- "description": "ahmet's personal website",
- "repo": "https://github.com/ahmetesad",
- "owner": {
- "username": "ahmetesad",
- "email": "ahmetesad@pm.me"
- },
- "record": {
- "CNAME": "f13e0f65-a2c0-4466-b220-29a46ae78562.id.repl.co"
- }
+ "description": "ahmet's personal website",
+ "repo": "https://github.com/ahmetesad",
+ "owner": {
+ "username": "ahmetesad",
+ "email": "ahmetesad@pm.me"
+ },
+ "record": {
+ "CNAME": "f13e0f65-a2c0-4466-b220-29a46ae78562.id.repl.co"
+ }
}
diff --git a/domains/ahmosys.json b/domains/ahmosys.json
index 6bdaaba2f..eae799fec 100644
--- a/domains/ahmosys.json
+++ b/domains/ahmosys.json
@@ -1,12 +1,12 @@
{
- "description": "Ahmosys's personal website",
- "repo": "https://github.com/ahmosys/ahmosys.github.io",
- "owner": {
- "username": "Ahmosys",
- "email": "ahmosyspro@protonmail.com",
- "twitter": "ahmosys"
- },
- "record": {
- "CNAME": "ahmosys.github.io"
- }
+ "description": "Ahmosys's personal website",
+ "repo": "https://github.com/ahmosys/ahmosys.github.io",
+ "owner": {
+ "username": "Ahmosys",
+ "email": "ahmosyspro@protonmail.com",
+ "twitter": "ahmosys"
+ },
+ "record": {
+ "CNAME": "ahmosys.github.io"
+ }
}
diff --git a/domains/ahsw.json b/domains/ahsw.json
index 5a9ab36d7..0bdd5571c 100644
--- a/domains/ahsw.json
+++ b/domains/ahsw.json
@@ -1,11 +1,11 @@
{
- "description": "Ahsw Personal Website",
- "repo": "https://github.com/Ahsw7",
- "owner": {
- "username": "Ahsw",
- "email": "jasjusjambu.segar@gmail.com"
- },
- "record": {
- "CNAME": "rd73mzgq78p59yq0.preview.edgeapp.net"
- }
+ "description": "Ahsw Personal Website",
+ "repo": "https://github.com/Ahsw7",
+ "owner": {
+ "username": "Ahsw",
+ "email": "jasjusjambu.segar@gmail.com"
+ },
+ "record": {
+ "CNAME": "rd73mzgq78p59yq0.preview.edgeapp.net"
+ }
}
diff --git a/domains/aidhani.json b/domains/aidhani.json
index 16e891ec4..be5b3c9ec 100644
--- a/domains/aidhani.json
+++ b/domains/aidhani.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "AidhaniDev",
"email": "aidhanidev@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://sites.google.com/view/aidhanidev/home"
- }
}
-
+}
diff --git a/domains/aiko.json b/domains/aiko.json
index 76095a0e0..f8cf8dfbd 100644
--- a/domains/aiko.json
+++ b/domains/aiko.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "AikoNee",
"email": "shenzie1131@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "aiko.pages.dev"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/ailakks.json b/domains/ailakks.json
index 776a4aabb..34ca71d86 100644
--- a/domains/ailakks.json
+++ b/domains/ailakks.json
@@ -1,11 +1,11 @@
{
- "description": "ailakks.is-a.dev.",
- "repo": "https://github.com/ailakks",
- "owner": {
- "username": "ailakks",
- "email": "hola@cortmnzz.com"
- },
- "record": {
- "URL": "https://cortmnzz.com"
- }
+ "description": "ailakks.is-a.dev.",
+ "repo": "https://github.com/ailakks",
+ "owner": {
+ "username": "ailakks",
+ "email": "hola@cortmnzz.com"
+ },
+ "record": {
+ "URL": "https://cortmnzz.com"
+ }
}
diff --git a/domains/aizawakiyaworu.json b/domains/aizawakiyaworu.json
index 75ae335b7..212259d2d 100644
--- a/domains/aizawakiyaworu.json
+++ b/domains/aizawakiyaworu.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
- "username": "mhmdysf",
- "email": "muhammadyusuf1325@smp.belajar.id"
- },
- "record": {
- "URL": "https://linktr.ee/aizawakiyaworu"
- }
- }
-
+{
+ "owner": {
+ "username": "mhmdysf",
+ "email": "muhammadyusuf1325@smp.belajar.id"
+ },
+ "record": {
+ "URL": "https://linktr.ee/aizawakiyaworu"
+ }
+}
diff --git a/domains/aizuu.json b/domains/aizuu.json
index 928524511..0214d9baa 100644
--- a/domains/aizuu.json
+++ b/domains/aizuu.json
@@ -1,11 +1,11 @@
{
- "description": "Aizuu's Personal Website",
- "repo": "https://github.com/VeguiIzumi",
- "owner": {
- "username": "Aizuu",
- "email": "baby@alvindaldi.my.id"
- },
- "record": {
- "URL": "https://aizuu.my.id"
- }
+ "description": "Aizuu's Personal Website",
+ "repo": "https://github.com/VeguiIzumi",
+ "owner": {
+ "username": "Aizuu",
+ "email": "baby@alvindaldi.my.id"
+ },
+ "record": {
+ "URL": "https://aizuu.my.id"
+ }
}
diff --git a/domains/ajay-charotariya.json b/domains/ajay-charotariya.json
index 1debf9c38..fe1d4d837 100644
--- a/domains/ajay-charotariya.json
+++ b/domains/ajay-charotariya.json
@@ -1,11 +1,11 @@
{
- "description": "Ajay charotariya.",
- "repo": "https://github.com/ajay-charotariya/ajay-charotariya.github.io",
- "owner": {
- "username": "ajay-charotariya",
- "email": ""
- },
- "record": {
- "CNAME": "ajay-charotariya.github.io"
- }
+ "description": "Ajay charotariya.",
+ "repo": "https://github.com/ajay-charotariya/ajay-charotariya.github.io",
+ "owner": {
+ "username": "ajay-charotariya",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "ajay-charotariya.github.io"
+ }
}
diff --git a/domains/ajit-thakor.json b/domains/ajit-thakor.json
index 7c6593d98..988ce109c 100644
--- a/domains/ajit-thakor.json
+++ b/domains/ajit-thakor.json
@@ -1,11 +1,11 @@
{
- "description": "Ajit Portfolio.",
- "repo": "https://github.com/ajit-thakor/ajit-thakor.github.io",
- "owner": {
- "username": "ajit-thakor",
- "email": ""
- },
- "record": {
- "CNAME": "ajit-thakor.github.io"
- }
+ "description": "Ajit Portfolio.",
+ "repo": "https://github.com/ajit-thakor/ajit-thakor.github.io",
+ "owner": {
+ "username": "ajit-thakor",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "ajit-thakor.github.io"
+ }
}
diff --git a/domains/ak.json b/domains/ak.json
index 9eb611b67..89d6320ee 100644
--- a/domains/ak.json
+++ b/domains/ak.json
@@ -1,13 +1,13 @@
{
- "description": "AK's Dev Website",
- "repo": "https://github.com/AKGaming0001",
- "owner": {
- "username": "AKGaming0001",
- "email": "",
- "twitter": "NotAKGaming",
- "discord": "AKGaming#7664"
- },
- "record": {
- "CNAME": "akgaming0001.github.io"
- }
+ "description": "AK's Dev Website",
+ "repo": "https://github.com/AKGaming0001",
+ "owner": {
+ "username": "AKGaming0001",
+ "email": "",
+ "twitter": "NotAKGaming",
+ "discord": "AKGaming#7664"
+ },
+ "record": {
+ "CNAME": "akgaming0001.github.io"
+ }
}
diff --git a/domains/akas.json b/domains/akas.json
index 52edf781b..f6826b605 100644
--- a/domains/akas.json
+++ b/domains/akas.json
@@ -1,11 +1,11 @@
{
- "description": "Akas Portfolio",
- "repo": "https://github.com/akasrai/akasrai.github.io",
- "owner": {
- "username": "akasrai",
- "email": "akasky70@gmail.com"
- },
- "record": {
- "CNAME": "akasrai.github.io"
- }
+ "description": "Akas Portfolio",
+ "repo": "https://github.com/akasrai/akasrai.github.io",
+ "owner": {
+ "username": "akasrai",
+ "email": "akasky70@gmail.com"
+ },
+ "record": {
+ "CNAME": "akasrai.github.io"
+ }
}
diff --git a/domains/akio.json b/domains/akio.json
index 0e27f9e75..4c11fab14 100644
--- a/domains/akio.json
+++ b/domains/akio.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "YoruAkio",
"email": ""
- },
- "record": {
+ },
+ "record": {
"TXT": "vc-domain-verify=akio.is-a.dev,c991805a0f4ecf2a1ded"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/aknb.json b/domains/aknb.json
index 95b8d9504..9b633dd50 100644
--- a/domains/aknb.json
+++ b/domains/aknb.json
@@ -1,9 +1,9 @@
- {
- "owner": {
+{
+ "owner": {
"username": "Abdulazizkhan-K-N-B",
"email": "abdulazizkhan.k.n.b@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "abdulazizkhan-k-n-b.github.io"
- }
- }
\ No newline at end of file
+ }
+}
diff --git a/domains/aknbs-vpn.json b/domains/aknbs-vpn.json
index 1b522bbe3..bc15cb044 100644
--- a/domains/aknbs-vpn.json
+++ b/domains/aknbs-vpn.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Abdulazizkhan-K-N-B",
"email": "abdulazizkhan.k.n.b@gmail.com"
- },
- "record": {
+ },
+ "record": {
"A": ["47.242.127.210"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/akshay-n.json b/domains/akshay-n.json
index a255c39e3..817649a61 100644
--- a/domains/akshay-n.json
+++ b/domains/akshay-n.json
@@ -1,12 +1,12 @@
{
- "description": "Akshay's email alias",
- "repo": "https://github.com/phenax/phenax.github.io",
- "owner": {
- "username": "phenax",
- "email": "phenax5@gmail.com"
- },
- "record": {
- "TXT": "v=spf1 include:spf.improvmx.com ~all",
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
- }
+ "description": "Akshay's email alias",
+ "repo": "https://github.com/phenax/phenax.github.io",
+ "owner": {
+ "username": "phenax",
+ "email": "phenax5@gmail.com"
+ },
+ "record": {
+ "TXT": "v=spf1 include:spf.improvmx.com ~all",
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
+ }
}
diff --git a/domains/akshay.json b/domains/akshay.json
index e7d3efc58..130700660 100644
--- a/domains/akshay.json
+++ b/domains/akshay.json
@@ -1,11 +1,11 @@
{
- "description": "Akshay's portfolio website and blog",
- "repo": "https://github.com/phenax/ediblemonad.dev",
- "owner": {
- "username": "phenax",
- "email": "phenax5@gmail.com"
- },
- "record": {
- "URL": "https://phenax.github.io"
- }
+ "description": "Akshay's portfolio website and blog",
+ "repo": "https://github.com/phenax/ediblemonad.dev",
+ "owner": {
+ "username": "phenax",
+ "email": "phenax5@gmail.com"
+ },
+ "record": {
+ "URL": "https://phenax.github.io"
+ }
}
diff --git a/domains/akshayan.json b/domains/akshayan.json
index e487935fc..3d56d8727 100644
--- a/domains/akshayan.json
+++ b/domains/akshayan.json
@@ -1,11 +1,11 @@
{
- "description": "Akshayan's Profile",
- "repo": "https://github.com/akshayans/akshayans.github.io",
- "owner": {
- "username": "akshayans",
- "email": "akshayan@afhstudio.ml"
- },
- "record": {
- "CNAME": "akshayans.github.io"
- }
+ "description": "Akshayan's Profile",
+ "repo": "https://github.com/akshayans/akshayans.github.io",
+ "owner": {
+ "username": "akshayans",
+ "email": "akshayan@afhstudio.ml"
+ },
+ "record": {
+ "CNAME": "akshayans.github.io"
+ }
}
diff --git a/domains/akta-chavda.json b/domains/akta-chavda.json
index 20926962f..fc025907e 100644
--- a/domains/akta-chavda.json
+++ b/domains/akta-chavda.json
@@ -1,11 +1,11 @@
{
- "description": "ankita chavda.",
- "repo": "https://github.com/akta-chavda/akta-chavda.github.io",
- "owner": {
- "username": "akta-chavda",
- "email": ""
- },
- "record": {
- "CNAME": "akta-chavda.github.io"
- }
+ "description": "ankita chavda.",
+ "repo": "https://github.com/akta-chavda/akta-chavda.github.io",
+ "owner": {
+ "username": "akta-chavda",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "akta-chavda.github.io"
+ }
}
diff --git a/domains/alan.json b/domains/alan.json
index 988353fe7..df9d2f420 100644
--- a/domains/alan.json
+++ b/domains/alan.json
@@ -1,11 +1,11 @@
{
- "description": "Alan's personal developer website",
- "repo": "https://github.com/schirrel",
- "owner": {
- "username": "schirrel",
- "email": "alan@schirrel.dev"
- },
- "record": {
- "URL": "https://schirrel.dev"
- }
+ "description": "Alan's personal developer website",
+ "repo": "https://github.com/schirrel",
+ "owner": {
+ "username": "schirrel",
+ "email": "alan@schirrel.dev"
+ },
+ "record": {
+ "URL": "https://schirrel.dev"
+ }
}
diff --git a/domains/albert.json b/domains/albert.json
index 3f584c139..b2b0731f7 100644
--- a/domains/albert.json
+++ b/domains/albert.json
@@ -1,12 +1,12 @@
{
- "description": "Albert's Portfolio Website",
- "repo": "https://github.com/albert1033/albert-portfolio",
- "owner": {
- "username": "albert1033",
- "email": "vuongdingtuong.an@gmail.com",
- "twitter": "albert_26_10"
- },
- "record": {
- "CNAME": "albert1033.github.io"
- }
+ "description": "Albert's Portfolio Website",
+ "repo": "https://github.com/albert1033/albert-portfolio",
+ "owner": {
+ "username": "albert1033",
+ "email": "vuongdingtuong.an@gmail.com",
+ "twitter": "albert_26_10"
+ },
+ "record": {
+ "CNAME": "albert1033.github.io"
+ }
}
diff --git a/domains/albin.json b/domains/albin.json
index 7243302c7..d4039d5a8 100644
--- a/domains/albin.json
+++ b/domains/albin.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "ALBINPRAVEEN",
"email": "albinpraveen135790@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://albinpraveen.vercel.app"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/albinpraveen.json b/domains/albinpraveen.json
index a31dd375a..e723d839f 100644
--- a/domains/albinpraveen.json
+++ b/domains/albinpraveen.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "ALBINPRAVEEN",
"email": "albinpraveen135790@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "albinpraveen.github.io"
- }
}
-
+}
diff --git a/domains/albinvar.json b/domains/albinvar.json
index 80deb66b7..212aae1e4 100644
--- a/domains/albinvar.json
+++ b/domains/albinvar.json
@@ -1,11 +1,11 @@
{
- "description": "Albin's Personal Website",
- "repo": "https://github.com/albinvar/albinvar.github.io",
- "owner": {
- "username": "albinvar",
- "email": "albinvar@pm.me"
- },
- "record": {
- "CNAME": "albinvar.github.io"
- }
+ "description": "Albin's Personal Website",
+ "repo": "https://github.com/albinvar/albinvar.github.io",
+ "owner": {
+ "username": "albinvar",
+ "email": "albinvar@pm.me"
+ },
+ "record": {
+ "CNAME": "albinvar.github.io"
+ }
}
diff --git a/domains/aldenizenmc.json b/domains/aldenizenmc.json
index 94a381720..a6bc737e4 100644
--- a/domains/aldenizenmc.json
+++ b/domains/aldenizenmc.json
@@ -10,4 +10,4 @@
"record": {
"CNAME": "AldenizenMC.github.io"
}
-}
+}
diff --git a/domains/aleks.json b/domains/aleks.json
index 9ee4c832c..9b851ad1b 100644
--- a/domains/aleks.json
+++ b/domains/aleks.json
@@ -1,11 +1,11 @@
{
- "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.",
- "record": {
- "CNAME": "connordoesdev.github.io"
- }
+ "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.",
+ "record": {
+ "CNAME": "connordoesdev.github.io"
+ }
}
diff --git a/domains/alenalex.json b/domains/alenalex.json
index 30d974d3e..c7c0cfbce 100644
--- a/domains/alenalex.json
+++ b/domains/alenalex.json
@@ -9,4 +9,4 @@
"record": {
"URL": "https://alenalex.me"
}
-}
+}
diff --git a/domains/alessandro.json b/domains/alessandro.json
index ccda7c8f5..dcd706b7f 100644
--- a/domains/alessandro.json
+++ b/domains/alessandro.json
@@ -1,11 +1,11 @@
{
- "description": "Alessandro's portfolio",
- "repo": "https://github.com/alessandroaussems/portfolio",
- "owner": {
- "username": "alessandroaussems",
- "email": "me@alessandroaussems.be"
- },
- "record": {
- "URL": "https://alessandroaussems.be"
- }
+ "description": "Alessandro's portfolio",
+ "repo": "https://github.com/alessandroaussems/portfolio",
+ "owner": {
+ "username": "alessandroaussems",
+ "email": "me@alessandroaussems.be"
+ },
+ "record": {
+ "URL": "https://alessandroaussems.be"
+ }
}
diff --git a/domains/alestor123.json b/domains/alestor123.json
index 9807d60dc..473d8e34a 100644
--- a/domains/alestor123.json
+++ b/domains/alestor123.json
@@ -1,11 +1,11 @@
{
- "description": "A Mortal Web Developer With Immortal Dreams",
- "repo": "https://github.com/alestor123/alestor123.github.io",
- "owner": {
- "username": "alestor123",
- "email": "alestoraldous@gmail.com"
- },
- "record": {
- "CNAME": "alestor123.github.io"
- }
+ "description": "A Mortal Web Developer With Immortal Dreams",
+ "repo": "https://github.com/alestor123/alestor123.github.io",
+ "owner": {
+ "username": "alestor123",
+ "email": "alestoraldous@gmail.com"
+ },
+ "record": {
+ "CNAME": "alestor123.github.io"
+ }
}
diff --git a/domains/alex.json b/domains/alex.json
index c27579060..357e03311 100644
--- a/domains/alex.json
+++ b/domains/alex.json
@@ -1,11 +1,11 @@
{
- "description": "Alex's personal developer website",
- "repo": "https://github.com/alexmorrisnz",
- "owner": {
- "username": "alexmorrisnz",
- "email": "alex@navra.nz"
- },
- "record": {
- "CNAME": "alexmorris.nz"
- }
+ "description": "Alex's personal developer website",
+ "repo": "https://github.com/alexmorrisnz",
+ "owner": {
+ "username": "alexmorrisnz",
+ "email": "alex@navra.nz"
+ },
+ "record": {
+ "CNAME": "alexmorris.nz"
+ }
}
diff --git a/domains/alexander.json b/domains/alexander.json
index ccdf0961b..8cde1ff5f 100644
--- a/domains/alexander.json
+++ b/domains/alexander.json
@@ -1,11 +1,11 @@
{
- "description": "Alexander's personal website",
- "repo": "https://github.com/amatzen",
- "owner": {
- "username": "amatzen",
- "email": "alexander@alexander.dk"
- },
- "record": {
- "CNAME": "alexander.dk"
- }
+ "description": "Alexander's personal website",
+ "repo": "https://github.com/amatzen",
+ "owner": {
+ "username": "amatzen",
+ "email": "alexander@alexander.dk"
+ },
+ "record": {
+ "CNAME": "alexander.dk"
+ }
}
diff --git a/domains/alexandre.json b/domains/alexandre.json
index 71ee04aab..64d729b8a 100644
--- a/domains/alexandre.json
+++ b/domains/alexandre.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "ARCIKE",
"email": "alexarcike@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://portfolio.alexandre-dev.gq"
- }
}
-
+}
diff --git a/domains/alexey.json b/domains/alexey.json
index 64300e742..06803f3d8 100644
--- a/domains/alexey.json
+++ b/domains/alexey.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "charmingdisorder",
"email": ""
- },
- "record": {
+ },
+ "record": {
"CNAME": "charmingdisorder.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/alexidk.json b/domains/alexidk.json
index 05a2b7cf2..cb4499dc1 100644
--- a/domains/alexidk.json
+++ b/domains/alexidk.json
@@ -1,11 +1,11 @@
{
- "description": "My developer website.",
- "repo": "https://github.com/Alex-idk",
- "owner": {
- "username": "Alex-idk",
- "email": "alex@alexidk.dev"
- },
- "record": {
- "URL": "https://alexidk.dev"
- }
+ "description": "My developer website.",
+ "repo": "https://github.com/Alex-idk",
+ "owner": {
+ "username": "Alex-idk",
+ "email": "alex@alexidk.dev"
+ },
+ "record": {
+ "URL": "https://alexidk.dev"
+ }
}
diff --git a/domains/alexis.json b/domains/alexis.json
index 3b2172db3..be66814ff 100644
--- a/domains/alexis.json
+++ b/domains/alexis.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "alexis-elaxis.github.io"
}
-}
+}
diff --git a/domains/alexjoseph.json b/domains/alexjoseph.json
index 94e6eb662..cb31aaea7 100644
--- a/domains/alexjoseph.json
+++ b/domains/alexjoseph.json
@@ -1,11 +1,11 @@
{
- "description": "This is my first githib page",
- "repo": "https://github.com/alexkjoseph/alexkjoseph.github.io",
- "owner": {
- "username": "alexkjoseph",
- "email": "aj71563@gmail.com"
- },
- "record": {
- "CNAME": "alexkjoseph.github.io"
- }
+ "description": "This is my first githib page",
+ "repo": "https://github.com/alexkjoseph/alexkjoseph.github.io",
+ "owner": {
+ "username": "alexkjoseph",
+ "email": "aj71563@gmail.com"
+ },
+ "record": {
+ "CNAME": "alexkjoseph.github.io"
+ }
}
diff --git a/domains/alexlykesas.json b/domains/alexlykesas.json
index 884493aca..3cf45f5d0 100644
--- a/domains/alexlykesas.json
+++ b/domains/alexlykesas.json
@@ -1,11 +1,11 @@
{
- "description": "Alex Lykesas's personal developer website",
- "repo": "https://github.com/Alexookah/alexlykesas.com",
- "owner": {
- "username": "alexookah",
- "email": "alexlykesas@gmail.com"
- },
- "record": {
- "URL": "https://alexlykesas.com"
- }
+ "description": "Alex Lykesas's personal developer website",
+ "repo": "https://github.com/Alexookah/alexlykesas.com",
+ "owner": {
+ "username": "alexookah",
+ "email": "alexlykesas@gmail.com"
+ },
+ "record": {
+ "URL": "https://alexlykesas.com"
+ }
}
diff --git a/domains/alexmercerind.json b/domains/alexmercerind.json
index 58812cc82..534f8cd04 100644
--- a/domains/alexmercerind.json
+++ b/domains/alexmercerind.json
@@ -1,13 +1,13 @@
-{
- "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",
- "twitter": "alexmercerind",
- "discord": "alexmercerind#3898"
- },
- "record": {
- "CNAME": "alexmercerind.github.io"
- }
-}
+{
+ "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",
+ "twitter": "alexmercerind",
+ "discord": "alexmercerind#3898"
+ },
+ "record": {
+ "CNAME": "alexmercerind.github.io"
+ }
+}
diff --git a/domains/alexpcooper.json b/domains/alexpcooper.json
index e54ab8c03..331ae945e 100644
--- a/domains/alexpcooper.json
+++ b/domains/alexpcooper.json
@@ -1,11 +1,11 @@
{
- "description": "Developer in the United Kingdom",
- "repo": "https://github.com/alexpcooper",
- "record": {
- "URL": "https://alexpcooper.co.uk"
- },
- "owner": {
- "username": "alexpcooper",
- "email": "dev@alexpcooper.co.uk"
- }
+ "description": "Developer in the United Kingdom",
+ "repo": "https://github.com/alexpcooper",
+ "record": {
+ "URL": "https://alexpcooper.co.uk"
+ },
+ "owner": {
+ "username": "alexpcooper",
+ "email": "dev@alexpcooper.co.uk"
+ }
}
diff --git a/domains/alexsquibbs.json b/domains/alexsquibbs.json
index f60c3b1ca..21d99399f 100644
--- a/domains/alexsquibbs.json
+++ b/domains/alexsquibbs.json
@@ -1,13 +1,13 @@
{
- "description": "alexsquibbs.is-a.dev --> alexsquibbs.com",
- "record": {
- "URL": "https://alexsquibbs.com"
- },
- "repo": "https://github.com/alexsquibbs",
- "owner": {
- "discord": "alex squibbs#7777",
- "email": "alexsquibbs.is-a.dev@alexsquibbs.com",
- "twitter": "alexsquibbs",
- "username": "alexsquibbs"
- }
+ "description": "alexsquibbs.is-a.dev --> alexsquibbs.com",
+ "record": {
+ "URL": "https://alexsquibbs.com"
+ },
+ "repo": "https://github.com/alexsquibbs",
+ "owner": {
+ "discord": "alex squibbs#7777",
+ "email": "alexsquibbs.is-a.dev@alexsquibbs.com",
+ "twitter": "alexsquibbs",
+ "username": "alexsquibbs"
+ }
}
diff --git a/domains/algebraic-effects.akshay.json b/domains/algebraic-effects.akshay.json
index 563a84c7b..7bb605b90 100644
--- a/domains/algebraic-effects.akshay.json
+++ b/domains/algebraic-effects.akshay.json
@@ -1,11 +1,11 @@
{
- "description": "Docs for algebraic effects library",
- "repo": "https://github.com/phenax/algebraic-effects",
- "owner": {
- "username": "phenax",
- "email": "phenax5@gmail.com"
- },
- "record": {
- "CNAME": "phenax.github.io"
- }
+ "description": "Docs for algebraic effects library",
+ "repo": "https://github.com/phenax/algebraic-effects",
+ "owner": {
+ "username": "phenax",
+ "email": "phenax5@gmail.com"
+ },
+ "record": {
+ "CNAME": "phenax.github.io"
+ }
}
diff --git a/domains/alguienrandom.json b/domains/alguienrandom.json
index 910a15d70..18a9dc664 100644
--- a/domains/alguienrandom.json
+++ b/domains/alguienrandom.json
@@ -1,10 +1,10 @@
{
- "description": "alguien random web",
- "owner": {
- "username": "alguien-random",
- "email": "alguienrandom.is-a.dev"
- },
- "record": {
- "CNAME": "8152606b-2e68-4a11-bb81-6799f00d4909.id.repl.co"
- }
+ "description": "alguien random web",
+ "owner": {
+ "username": "alguien-random",
+ "email": "alguienrandom.is-a.dev"
+ },
+ "record": {
+ "CNAME": "8152606b-2e68-4a11-bb81-6799f00d4909.id.repl.co"
+ }
}
diff --git a/domains/ali.json b/domains/ali.json
index 64e6d3d2e..d7d475c49 100644
--- a/domains/ali.json
+++ b/domains/ali.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "hmd-ali.github.io"
}
-}
\ No newline at end of file
+}
diff --git a/domains/alimd.json b/domains/alimd.json
index a8f47d554..561617290 100644
--- a/domains/alimd.json
+++ b/domains/alimd.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "AliMD",
"email": "ali@mihandoost.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "alimd.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/alireza.json b/domains/alireza.json
index 5b9e70bd4..4b22e2db6 100644
--- a/domains/alireza.json
+++ b/domains/alireza.json
@@ -7,4 +7,4 @@
"record": {
"CNAME": "hashnode.network"
}
-}
+}
diff --git a/domains/alisabry.json b/domains/alisabry.json
index 7889c32cf..6670c75e6 100644
--- a/domains/alisabry.json
+++ b/domains/alisabry.json
@@ -1,10 +1,10 @@
- {
- "owner": {
+{
+ "owner": {
"username": "ali-sabry",
"email": "alisabry.official@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://alisabry.netlify.app"
- }
}
+}
diff --git a/domains/alisher.json b/domains/alisher.json
index 562ee6795..f2d39353a 100644
--- a/domains/alisher.json
+++ b/domains/alisher.json
@@ -1,11 +1,11 @@
{
- "description": "Alisher's Website!",
- "repo": "https://github.com/alisher-usmonov/portfolio-Website",
- "owner": {
- "username": "alisher-usmonov",
- "email": "alisher.null@gmail.com"
- },
- "record": {
- "CNAME": "edge.redirect.pizza"
- }
+ "description": "Alisher's Website!",
+ "repo": "https://github.com/alisher-usmonov/portfolio-Website",
+ "owner": {
+ "username": "alisher-usmonov",
+ "email": "alisher.null@gmail.com"
+ },
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
}
diff --git a/domains/allen.json b/domains/allen.json
index 2d8ed18ad..31faab294 100644
--- a/domains/allen.json
+++ b/domains/allen.json
@@ -1,12 +1,12 @@
{
- "description": "A full-stack developer.",
- "repo": "https://github.com/xiaofuyesnew",
- "owner": {
- "username": "xiaofuyesnew",
- "email": "xiaofuyesnew@qq.com",
- "twitter": "xiaofuyesnew"
- },
- "record": {
- "URL": "https://github.com/xiaofuyesnew"
- }
+ "description": "A full-stack developer.",
+ "repo": "https://github.com/xiaofuyesnew",
+ "owner": {
+ "username": "xiaofuyesnew",
+ "email": "xiaofuyesnew@qq.com",
+ "twitter": "xiaofuyesnew"
+ },
+ "record": {
+ "URL": "https://github.com/xiaofuyesnew"
+ }
}
diff --git a/domains/allvaa.json b/domains/allvaa.json
index 1cfb0ca93..ae737fc14 100644
--- a/domains/allvaa.json
+++ b/domains/allvaa.json
@@ -1,12 +1,12 @@
{
- "description": "Allvaa's personal website",
- "repo": "https://github.com/Allvaa",
- "owner": {
- "username": "Allvaa",
- "email": "",
- "twitter": "allvzx"
- },
- "record": {
- "URL": "https://allvaa.my.id"
- }
+ "description": "Allvaa's personal website",
+ "repo": "https://github.com/Allvaa",
+ "owner": {
+ "username": "Allvaa",
+ "email": "",
+ "twitter": "allvzx"
+ },
+ "record": {
+ "URL": "https://allvaa.my.id"
+ }
}
diff --git a/domains/ally.json b/domains/ally.json
index 28df78154..6ce7dbd7e 100644
--- a/domains/ally.json
+++ b/domains/ally.json
@@ -1,11 +1,11 @@
{
- "description": "Ally's personal website",
- "repo": "https://github.com/AllyTally",
- "owner": {
- "username": "AllyTally",
- "email": "alexiatilde@gmail.com"
- },
- "record": {
- "URL": "https://ally.moe"
- }
+ "description": "Ally's personal website",
+ "repo": "https://github.com/AllyTally",
+ "owner": {
+ "username": "AllyTally",
+ "email": "alexiatilde@gmail.com"
+ },
+ "record": {
+ "URL": "https://ally.moe"
+ }
}
diff --git a/domains/almatch.json b/domains/almatch.json
index 858fd84b7..9a76efa5f 100644
--- a/domains/almatch.json
+++ b/domains/almatch.json
@@ -1,11 +1,11 @@
{
- "description": "Imad",
- "repo": "https://github.com/imadboy89",
- "owner": {
- "username": "imadboy89",
- "email": "imad.kh@outlook.com"
- },
- "record": {
- "CNAME": "imadboy89.github.io"
- }
+ "description": "Imad",
+ "repo": "https://github.com/imadboy89",
+ "owner": {
+ "username": "imadboy89",
+ "email": "imad.kh@outlook.com"
+ },
+ "record": {
+ "CNAME": "imadboy89.github.io"
+ }
}
diff --git a/domains/almightynan.json b/domains/almightynan.json
index 7c3c92865..dbb1b5ec7 100644
--- a/domains/almightynan.json
+++ b/domains/almightynan.json
@@ -1,10 +1,10 @@
{
"repo": "https://github.com/almightynan",
"owner": {
- "username": "almightynan",
- "email": "almightynan@gmail.com"
+ "username": "almightynan",
+ "email": "almightynan@gmail.com"
},
- "record": {
- "CNAME": "almightynandev-production.up.railway.app"
- }
+ "record": {
+ "CNAME": "almightynandev-production.up.railway.app"
+ }
}
diff --git a/domains/alokik.json b/domains/alokik.json
index caef09cb4..ba3ccbd84 100644
--- a/domains/alokik.json
+++ b/domains/alokik.json
@@ -1,9 +1,9 @@
{
- "owner": {
+ "owner": {
"username": "OpAayush",
"email": "aayushmagrawal@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "alokik-here.github.io"
- }
}
+}
diff --git a/domains/alperen.json b/domains/alperen.json
index 0d11c2ee1..c5be1ec14 100644
--- a/domains/alperen.json
+++ b/domains/alperen.json
@@ -1,11 +1,11 @@
{
- "description": "Alperen Aslan Portfolio",
- "repo": "https://github.com/alperenasln/alperenasln.github.io",
- "owner": {
- "username": "alperenasln",
- "email": "alperenaslan55@gmail.com"
- },
- "record": {
- "CNAME": "alperenasln.github.io"
- }
+ "description": "Alperen Aslan Portfolio",
+ "repo": "https://github.com/alperenasln/alperenasln.github.io",
+ "owner": {
+ "username": "alperenasln",
+ "email": "alperenaslan55@gmail.com"
+ },
+ "record": {
+ "CNAME": "alperenasln.github.io"
+ }
}
diff --git a/domains/alpha.json b/domains/alpha.json
index 6f9315e1e..09b3944ac 100644
--- a/domains/alpha.json
+++ b/domains/alpha.json
@@ -1,10 +1,10 @@
{
- "description": "My Website",
- "owner": {
- "username": "kvotrcsgo",
- "email": "sweepalf@gmail.com"
- },
- "record": {
- "CNAME": "youfoundalpha.pages.dev"
- }
+ "description": "My Website",
+ "owner": {
+ "username": "kvotrcsgo",
+ "email": "sweepalf@gmail.com"
+ },
+ "record": {
+ "CNAME": "youfoundalpha.pages.dev"
+ }
}
diff --git a/domains/altude.json b/domains/altude.json
index df417acc7..734a07eca 100644
--- a/domains/altude.json
+++ b/domains/altude.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "altude",
"email": "altude@skiff.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "altude.pages.dev"
- }
}
-
+}
diff --git a/domains/aluwi.json b/domains/aluwi.json
index 27d338445..3769af7bb 100644
--- a/domains/aluwi.json
+++ b/domains/aluwi.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "aluwi21.github.io"
}
-}
+}
diff --git a/domains/am.json b/domains/am.json
index 464a354f4..dcedc2de9 100644
--- a/domains/am.json
+++ b/domains/am.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "sa-mustafa",
- "email": "s.a.mustafa@yandex.com"
- },
- "record": {
- "CNAME": "dev.imagesmith.io"
- }
+ "owner": {
+ "username": "sa-mustafa",
+ "email": "s.a.mustafa@yandex.com"
+ },
+ "record": {
+ "CNAME": "dev.imagesmith.io"
+ }
}
diff --git a/domains/amal-sebastian.json b/domains/amal-sebastian.json
index 9f4c18d39..11df910da 100644
--- a/domains/amal-sebastian.json
+++ b/domains/amal-sebastian.json
@@ -1,11 +1,11 @@
{
- "description": "Amal's personal developer website",
- "repo": "https://github.com/amalsebs/amalsebs.github.io",
- "owner": {
- "username": "amalsebs",
- "email": "amalsebastian48@gmail.com"
- },
- "record": {
- "CNAME": "amalsebs.github.io"
- }
+ "description": "Amal's personal developer website",
+ "repo": "https://github.com/amalsebs/amalsebs.github.io",
+ "owner": {
+ "username": "amalsebs",
+ "email": "amalsebastian48@gmail.com"
+ },
+ "record": {
+ "CNAME": "amalsebs.github.io"
+ }
}
diff --git a/domains/amal.json b/domains/amal.json
index 9f4c18d39..11df910da 100644
--- a/domains/amal.json
+++ b/domains/amal.json
@@ -1,11 +1,11 @@
{
- "description": "Amal's personal developer website",
- "repo": "https://github.com/amalsebs/amalsebs.github.io",
- "owner": {
- "username": "amalsebs",
- "email": "amalsebastian48@gmail.com"
- },
- "record": {
- "CNAME": "amalsebs.github.io"
- }
+ "description": "Amal's personal developer website",
+ "repo": "https://github.com/amalsebs/amalsebs.github.io",
+ "owner": {
+ "username": "amalsebs",
+ "email": "amalsebastian48@gmail.com"
+ },
+ "record": {
+ "CNAME": "amalsebs.github.io"
+ }
}
diff --git a/domains/amarjeet.json b/domains/amarjeet.json
index c2d8bdb11..01bc01ae8 100644
--- a/domains/amarjeet.json
+++ b/domains/amarjeet.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "amalpotra",
- "email": "amarjeetmalpotra@outlook.com"
- },
- "record": {
- "CNAME": "amalpotra.github.io"
- }
+ "owner": {
+ "username": "amalpotra",
+ "email": "amarjeetmalpotra@outlook.com"
+ },
+ "record": {
+ "CNAME": "amalpotra.github.io"
+ }
}
diff --git a/domains/amine-brahmi.json b/domains/amine-brahmi.json
index 61f388199..6e5d0b655 100644
--- a/domains/amine-brahmi.json
+++ b/domains/amine-brahmi.json
@@ -1,11 +1,11 @@
{
- "description": "My tech blog",
- "owner": {
- "username": "thou-mayest",
- "email": "",
- "twitter": "Dr_whoami_"
- },
- "record": {
- "CNAME": "thou-mayest.github.io"
- }
+ "description": "My tech blog",
+ "owner": {
+ "username": "thou-mayest",
+ "email": "",
+ "twitter": "Dr_whoami_"
+ },
+ "record": {
+ "CNAME": "thou-mayest.github.io"
+ }
}
diff --git a/domains/amit.json b/domains/amit.json
index 0a5f22ee2..bdf970313 100644
--- a/domains/amit.json
+++ b/domains/amit.json
@@ -1,11 +1,11 @@
{
- "description": "Amit's website",
- "repo": "https://github.com/amittkulkarni/amittkulkarni.github.io",
- "owner": {
- "username": "amittkulkarni",
- "email": "amitcoolkarni@outlook.com"
- },
- "record": {
- "CNAME": "amittkulkarni.github.io"
- }
+ "description": "Amit's website",
+ "repo": "https://github.com/amittkulkarni/amittkulkarni.github.io",
+ "owner": {
+ "username": "amittkulkarni",
+ "email": "amitcoolkarni@outlook.com"
+ },
+ "record": {
+ "CNAME": "amittkulkarni.github.io"
+ }
}
diff --git a/domains/amiyo.json b/domains/amiyo.json
index c551b7e87..282e1cc1b 100644
--- a/domains/amiyo.json
+++ b/domains/amiyo.json
@@ -1,12 +1,12 @@
{
- "owner": {
- "username": "DevAmiyo",
- "email": "devamiyosp@gmail.com",
- "repo": "https://github.com/DevAmiyo",
- "discord": "Amiyo#7978",
- "twitter": "AmiyoTweets"
- },
- "record": {
- "URL": "https://github.amiyo.tk"
- }
+ "owner": {
+ "username": "DevAmiyo",
+ "email": "devamiyosp@gmail.com",
+ "repo": "https://github.com/DevAmiyo",
+ "discord": "Amiyo#7978",
+ "twitter": "AmiyoTweets"
+ },
+ "record": {
+ "URL": "https://github.amiyo.tk"
+ }
}
diff --git a/domains/amjad.json b/domains/amjad.json
index e6014a143..458903496 100644
--- a/domains/amjad.json
+++ b/domains/amjad.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/amjadAH/amjadAH.github.io",
- "owner": {
- "username": "amjadAH",
- "email": "amjad_ah_@hotmail.com",
- "tiwtter": "amjad_ah_"
- },
- "record": {
- "CNAME": "amjadAH.github.io"
- }
+ "repo": "https://github.com/amjadAH/amjadAH.github.io",
+ "owner": {
+ "username": "amjadAH",
+ "email": "amjad_ah_@hotmail.com",
+ "tiwtter": "amjad_ah_"
+ },
+ "record": {
+ "CNAME": "amjadAH.github.io"
+ }
}
diff --git a/domains/amr.elrefaie.json b/domains/amr.elrefaie.json
index 48f116646..6d2e04d5a 100644
--- a/domains/amr.elrefaie.json
+++ b/domains/amr.elrefaie.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "amour86",
"email": "amour86@gmail.com"
- },
+ },
- "record": {
+ "record": {
"A": ["35.154.162.29"]
- }
}
-
+}
diff --git a/domains/amuffin.json b/domains/amuffin.json
index 4d0538eed..98a7d5fdb 100644
--- a/domains/amuffin.json
+++ b/domains/amuffin.json
@@ -1,11 +1,11 @@
{
- "description": "amuffins website",
- "repo": "https://github.com/amagicmuffin/amagicmuffin.github.io",
- "owner": {
- "username": "amagicmuffin",
- "email": "2014wcheng@gmail.com"
- },
- "record": {
- "CNAME": "amagicmuffin.github.io"
- }
+ "description": "amuffins website",
+ "repo": "https://github.com/amagicmuffin/amagicmuffin.github.io",
+ "owner": {
+ "username": "amagicmuffin",
+ "email": "2014wcheng@gmail.com"
+ },
+ "record": {
+ "CNAME": "amagicmuffin.github.io"
+ }
}
diff --git a/domains/amy.json b/domains/amy.json
index 8d5d0b02e..236cd57db 100644
--- a/domains/amy.json
+++ b/domains/amy.json
@@ -1,11 +1,11 @@
{
- "description": "Amy's is-a-dev domain",
- "repo": "https://github.com/nullishamy/nullishamy.github.io",
- "owner": {
- "username": "nullishamy",
- "email": "amycodes@null.net"
- },
- "record": {
- "CNAME": "nullishamy.github.io"
- }
+ "description": "Amy's is-a-dev domain",
+ "repo": "https://github.com/nullishamy/nullishamy.github.io",
+ "owner": {
+ "username": "nullishamy",
+ "email": "amycodes@null.net"
+ },
+ "record": {
+ "CNAME": "nullishamy.github.io"
+ }
}
diff --git a/domains/analogsombra.json b/domains/analogsombra.json
index d16e9d029..b47529fb6 100644
--- a/domains/analogsombra.json
+++ b/domains/analogsombra.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "analog-sombra",
"email": "analogsombra@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "analog-sombra.github.io"
- }
}
-
+}
diff --git a/domains/anamay.json b/domains/anamay.json
index 95bc7390a..825541ff4 100644
--- a/domains/anamay.json
+++ b/domains/anamay.json
@@ -2,10 +2,10 @@
"description": "Anamay's .is-a.dev domain",
"repo": "https://github.com/anamaykashiv/anamaykashiv.github.io",
"owner": {
- "username": "anamaykashiv",
- "email": "kashiv.anamay002@gmail.com"
+ "username": "anamaykashiv",
+ "email": "kashiv.anamay002@gmail.com"
},
"record": {
- "CNAME": "anamaykashiv.github.io"
+ "CNAME": "anamaykashiv.github.io"
}
- }
+}
diff --git a/domains/anamolsapkota.json b/domains/anamolsapkota.json
index 928ca8186..4b0a907df 100644
--- a/domains/anamolsapkota.json
+++ b/domains/anamolsapkota.json
@@ -1,11 +1,11 @@
{
- "description": "A personal portfolio site for all my projects and commissions.",
- "repo": "https://github.com/anamolsapkota/sapkotaanamol.com.np",
- "owner": {
- "username": "anamolsapkota",
- "email": "info@sapkotaanamol.com.np"
- },
- "record": {
- "URL": "https://sapkotaanamol.com.np"
- }
+ "description": "A personal portfolio site for all my projects and commissions.",
+ "repo": "https://github.com/anamolsapkota/sapkotaanamol.com.np",
+ "owner": {
+ "username": "anamolsapkota",
+ "email": "info@sapkotaanamol.com.np"
+ },
+ "record": {
+ "URL": "https://sapkotaanamol.com.np"
+ }
}
diff --git a/domains/anandyeole.json b/domains/anandyeole.json
index dfef22de1..4b9433bf0 100644
--- a/domains/anandyeole.json
+++ b/domains/anandyeole.json
@@ -1,10 +1,10 @@
{
- "repo": "https://github.com/anandyeole/anandyeole.github.io",
- "owner": {
- "username": "anandyeole",
- "email": "anandyeole@duck.com"
- },
- "record": {
- "CNAME": "anandyeole.github.io"
- }
+ "repo": "https://github.com/anandyeole/anandyeole.github.io",
+ "owner": {
+ "username": "anandyeole",
+ "email": "anandyeole@duck.com"
+ },
+ "record": {
+ "CNAME": "anandyeole.github.io"
+ }
}
diff --git a/domains/anas.json b/domains/anas.json
index 96a8ab4e9..d18b7a5ca 100644
--- a/domains/anas.json
+++ b/domains/anas.json
@@ -1,11 +1,11 @@
{
- "description": "Anasov Github Portfolio",
- "repo": "https://github.com/ItzAnasov/ItzAnasov.github.io",
- "owner": {
- "username": "ItzAnasov",
- "email": "anasybal@mail.ru"
- },
- "record": {
- "CNAME": "itzanasov.github.io"
- }
+ "description": "Anasov Github Portfolio",
+ "repo": "https://github.com/ItzAnasov/ItzAnasov.github.io",
+ "owner": {
+ "username": "ItzAnasov",
+ "email": "anasybal@mail.ru"
+ },
+ "record": {
+ "CNAME": "itzanasov.github.io"
+ }
}
diff --git a/domains/anautonell.json b/domains/anautonell.json
index 6ccd9a8a7..53d49c4de 100644
--- a/domains/anautonell.json
+++ b/domains/anautonell.json
@@ -1,12 +1,12 @@
{
- "description": "My Portofolio website!",
- "repo": "https://github.com/anautonell/portofolio-website",
- "owner": {
- "username": "anautonell",
- "email": "help@myprotect.xyz",
- "twitter": "fastsecurerblx"
- },
- "record": {
- "CNAME": "anautonell.github.io"
- }
+ "description": "My Portofolio website!",
+ "repo": "https://github.com/anautonell/portofolio-website",
+ "owner": {
+ "username": "anautonell",
+ "email": "help@myprotect.xyz",
+ "twitter": "fastsecurerblx"
+ },
+ "record": {
+ "CNAME": "anautonell.github.io"
+ }
}
diff --git a/domains/anderson.json b/domains/anderson.json
index 97f70b62a..2a2a55b02 100644
--- a/domains/anderson.json
+++ b/domains/anderson.json
@@ -1,11 +1,11 @@
{
- "description": "A personal portfolio site for show my projects, my social networks, my knowledges...",
- "repo": "https://github.com/AndersonPGS/me",
- "owner": {
- "username": "andersonpgs",
- "email": "andersonpgs2001@hotmail.com"
- },
- "record": {
- "URL": "https://andersonpgs.github.io/me"
- }
+ "description": "A personal portfolio site for show my projects, my social networks, my knowledges...",
+ "repo": "https://github.com/AndersonPGS/me",
+ "owner": {
+ "username": "andersonpgs",
+ "email": "andersonpgs2001@hotmail.com"
+ },
+ "record": {
+ "URL": "https://andersonpgs.github.io/me"
+ }
}
diff --git a/domains/andr.json b/domains/andr.json
index 69528613d..2d815ee82 100644
--- a/domains/andr.json
+++ b/domains/andr.json
@@ -1,11 +1,11 @@
{
- "description": "Domain for my personal blog",
- "repo": "https://github.com/rbaks/rbaks.github.io",
- "owner": {
- "username": "rbaks",
- "email": "andri.bakoson@gmail.com"
- },
- "record": {
- "CNAME": "rbaks.github.io"
- }
+ "description": "Domain for my personal blog",
+ "repo": "https://github.com/rbaks/rbaks.github.io",
+ "owner": {
+ "username": "rbaks",
+ "email": "andri.bakoson@gmail.com"
+ },
+ "record": {
+ "CNAME": "rbaks.github.io"
+ }
}
diff --git a/domains/andrea.json b/domains/andrea.json
index 515c2db76..6a5d8a781 100644
--- a/domains/andrea.json
+++ b/domains/andrea.json
@@ -1,11 +1,11 @@
{
- "description": "Personal site",
- "repo": "https://github.com/andrea-capigiri",
- "owner": {
- "username": "andrea-capigiri",
- "email": "uadopo+isadev@pm.me"
- },
- "record": {
- "A": ["212.237.38.154"]
- }
+ "description": "Personal site",
+ "repo": "https://github.com/andrea-capigiri",
+ "owner": {
+ "username": "andrea-capigiri",
+ "email": "uadopo+isadev@pm.me"
+ },
+ "record": {
+ "A": ["212.237.38.154"]
+ }
}
diff --git a/domains/andremor.json b/domains/andremor.json
index 3bf00c31f..4be5f7d3a 100644
--- a/domains/andremor.json
+++ b/domains/andremor.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "AndreMor8",
"email": "me@andremor.dev"
- },
- "record": {
+ },
+ "record": {
"URL": "https://andremor.dev"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/andrianina.json b/domains/andrianina.json
index 69528613d..2d815ee82 100644
--- a/domains/andrianina.json
+++ b/domains/andrianina.json
@@ -1,11 +1,11 @@
{
- "description": "Domain for my personal blog",
- "repo": "https://github.com/rbaks/rbaks.github.io",
- "owner": {
- "username": "rbaks",
- "email": "andri.bakoson@gmail.com"
- },
- "record": {
- "CNAME": "rbaks.github.io"
- }
+ "description": "Domain for my personal blog",
+ "repo": "https://github.com/rbaks/rbaks.github.io",
+ "owner": {
+ "username": "rbaks",
+ "email": "andri.bakoson@gmail.com"
+ },
+ "record": {
+ "CNAME": "rbaks.github.io"
+ }
}
diff --git a/domains/andriy.json b/domains/andriy.json
index 32c8605f8..0704f1365 100644
--- a/domains/andriy.json
+++ b/domains/andriy.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "andriyandriyan",
"email": "andriy.andriyan1@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "andriy.pages.dev"
- }
}
-
+}
diff --git a/domains/andronasef.json b/domains/andronasef.json
index 5c039220e..e4c47bf23 100644
--- a/domains/andronasef.json
+++ b/domains/andronasef.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "andronasef.github.io"
}
-}
+}
diff --git a/domains/andros.json b/domains/andros.json
index 0fdf8386b..267a8011e 100644
--- a/domains/andros.json
+++ b/domains/andros.json
@@ -1,12 +1,12 @@
{
- "description": "Andros's personal developer website",
- "repo": "https://github.com/tanrax",
- "owner": {
- "username": "Andros Fenollosa Hurtado",
- "email": "",
- "twitter": "androsfenollosa"
- },
- "record": {
- "URL": "https://programadorwebvalencia.com"
- }
+ "description": "Andros's personal developer website",
+ "repo": "https://github.com/tanrax",
+ "owner": {
+ "username": "Andros Fenollosa Hurtado",
+ "email": "",
+ "twitter": "androsfenollosa"
+ },
+ "record": {
+ "URL": "https://programadorwebvalencia.com"
+ }
}
diff --git a/domains/andy.json b/domains/andy.json
index e6d4ec8f3..e24c9777e 100644
--- a/domains/andy.json
+++ b/domains/andy.json
@@ -1,11 +1,11 @@
{
- "description": "Andy's portfolio website",
- "repo": "https://github.com/andyfaizan/andyfaizan.github.io",
- "owner": {
- "username": "andyfaizan",
- "email": "andyfaizan@gmail.com"
- },
- "record": {
- "CNAME": "andyfaizan.github.io"
- }
+ "description": "Andy's portfolio website",
+ "repo": "https://github.com/andyfaizan/andyfaizan.github.io",
+ "owner": {
+ "username": "andyfaizan",
+ "email": "andyfaizan@gmail.com"
+ },
+ "record": {
+ "CNAME": "andyfaizan.github.io"
+ }
}
diff --git a/domains/angelo.json b/domains/angelo.json
index 248103332..dc667e61f 100644
--- a/domains/angelo.json
+++ b/domains/angelo.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "angelofallars.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "angelofallars.github.io"
+ }
}
diff --git a/domains/angelwuff.json b/domains/angelwuff.json
index f697f47f9..edc74dc51 100644
--- a/domains/angelwuff.json
+++ b/domains/angelwuff.json
@@ -1,12 +1,12 @@
{
- "description": "Angel Wuffy",
- "repo": "https://github.com/Angelix1/Angelix1.github.io",
- "owner": {
- "username": "Angelix1",
- "email": "",
- "twitter": "AngelTheWolfy"
- },
- "record": {
- "CNAME": "Angelix1.github.io"
- }
+ "description": "Angel Wuffy",
+ "repo": "https://github.com/Angelix1/Angelix1.github.io",
+ "owner": {
+ "username": "Angelix1",
+ "email": "",
+ "twitter": "AngelTheWolfy"
+ },
+ "record": {
+ "CNAME": "Angelix1.github.io"
+ }
}
diff --git a/domains/anger.json b/domains/anger.json
index 2f5e54211..3f0d534c0 100644
--- a/domains/anger.json
+++ b/domains/anger.json
@@ -9,5 +9,4 @@
"record": {
"CNAME": "angerminecraftyt.github.io"
}
-}
-
+}
diff --git a/domains/anil.json b/domains/anil.json
index fb149d396..f4b5a90fa 100644
--- a/domains/anil.json
+++ b/domains/anil.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "AnilSeervi",
- "email": "",
- "twitter": "linASeervi"
- },
- "record": {
- "CNAME": "hashnode.network"
- }
+ "owner": {
+ "username": "AnilSeervi",
+ "email": "",
+ "twitter": "linASeervi"
+ },
+ "record": {
+ "CNAME": "hashnode.network"
+ }
}
diff --git a/domains/aniruddh.json b/domains/aniruddh.json
index f6ee3c923..66ed6cd63 100644
--- a/domains/aniruddh.json
+++ b/domains/aniruddh.json
@@ -1,12 +1,9 @@
{
- "owner": {
- "username": "aniruddhnishad",
- "email": "mr.aniruddhnishad@gmail.com"
- },
- "record": {
- "A": [
- "23.94.14.190",
- "193.36.237.98"
- ]
- }
+ "owner": {
+ "username": "aniruddhnishad",
+ "email": "mr.aniruddhnishad@gmail.com"
+ },
+ "record": {
+ "A": ["23.94.14.190", "193.36.237.98"]
+ }
}
diff --git a/domains/anish.json b/domains/anish.json
index 8b26bd598..ae5c96a53 100644
--- a/domains/anish.json
+++ b/domains/anish.json
@@ -1,12 +1,12 @@
{
- "owner": {
- "username": "anish-mandal",
- "email": "anishmandalme1234@outlook.com",
- "twitter": "anishsay"
- },
- "description": "This website is for my personal portfolio.",
- "repo": "https://github.com/anish-mandal/anish-mandal.github.io",
- "record": {
- "CNAME": "anish-mandal.github.io"
- }
+ "owner": {
+ "username": "anish-mandal",
+ "email": "anishmandalme1234@outlook.com",
+ "twitter": "anishsay"
+ },
+ "description": "This website is for my personal portfolio.",
+ "repo": "https://github.com/anish-mandal/anish-mandal.github.io",
+ "record": {
+ "CNAME": "anish-mandal.github.io"
+ }
}
diff --git a/domains/anishshobithps.json b/domains/anishshobithps.json
index 31b87838a..60e1b4402 100644
--- a/domains/anishshobithps.json
+++ b/domains/anishshobithps.json
@@ -10,4 +10,4 @@
"record": {
"CNAME": "anish-shobith.github.io"
}
-}
+}
diff --git a/domains/ankiprajapati.json b/domains/ankiprajapati.json
index caaa4e241..cac33add8 100644
--- a/domains/ankiprajapati.json
+++ b/domains/ankiprajapati.json
@@ -1,11 +1,11 @@
{
- "description": "ankit Prajapati.",
- "repo": "https://github.com/ankiprajapati/ankiprajapati.github.io",
- "owner": {
- "username": "ankiprajapati",
- "email": ""
- },
- "record": {
- "CNAME": "ankiprajapati.github.io"
- }
+ "description": "ankit Prajapati.",
+ "repo": "https://github.com/ankiprajapati/ankiprajapati.github.io",
+ "owner": {
+ "username": "ankiprajapati",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "ankiprajapati.github.io"
+ }
}
diff --git a/domains/ankit-acquaintsoft.json b/domains/ankit-acquaintsoft.json
index 3d05c4111..fd6d3bf4b 100644
--- a/domains/ankit-acquaintsoft.json
+++ b/domains/ankit-acquaintsoft.json
@@ -1,11 +1,11 @@
{
- "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",
- "email": ""
- },
- "record": {
- "CNAME": "ankit-acquaintsoft.github.io"
- }
+ "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",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "ankit-acquaintsoft.github.io"
+ }
}
diff --git a/domains/ankit.json b/domains/ankit.json
index 4a6c6fe38..004b200a4 100644
--- a/domains/ankit.json
+++ b/domains/ankit.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "ankitjain-1.github.io"
- }
-}
\ No newline at end of file
+ "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"
+ },
+ "record": {
+ "CNAME": "ankitjain-1.github.io"
+ }
+}
diff --git a/domains/annihilatorrrr.json b/domains/annihilatorrrr.json
index 600f87a54..2005a1c4a 100644
--- a/domains/annihilatorrrr.json
+++ b/domains/annihilatorrrr.json
@@ -1,12 +1,12 @@
{
- "repo": "https://github.com/annihilatorrrr/annihilatorrrr.github.io",
- "description": "My personal website.",
- "owner": {
- "username": "annihilatorrrr",
- "email": "annihilatorspark@gmail.com",
- "telegram": "annihilatorrrr"
- },
- "record": {
- "CNAME": "annihilatorrrr.github.io"
- }
+ "repo": "https://github.com/annihilatorrrr/annihilatorrrr.github.io",
+ "description": "My personal website.",
+ "owner": {
+ "username": "annihilatorrrr",
+ "email": "annihilatorspark@gmail.com",
+ "telegram": "annihilatorrrr"
+ },
+ "record": {
+ "CNAME": "annihilatorrrr.github.io"
+ }
}
diff --git a/domains/anon.json b/domains/anon.json
index 44ebccde8..23eacad4e 100644
--- a/domains/anon.json
+++ b/domains/anon.json
@@ -1,11 +1,11 @@
{
- "description": "Anondev's personal profile website",
- "repo": "https://github.com/anondev-sudo/anondev-sudo",
- "owner": {
- "username": "anondev-sudo",
- "email": "contact@anonym-dev.tk"
- },
- "record": {
- "CNAME": "anondev.up.railway.app"
- }
+ "description": "Anondev's personal profile website",
+ "repo": "https://github.com/anondev-sudo/anondev-sudo",
+ "owner": {
+ "username": "anondev-sudo",
+ "email": "contact@anonym-dev.tk"
+ },
+ "record": {
+ "CNAME": "anondev.up.railway.app"
+ }
}
diff --git a/domains/ansari-saify.json b/domains/ansari-saify.json
index 70349f7fd..8904dc4fb 100644
--- a/domains/ansari-saify.json
+++ b/domains/ansari-saify.json
@@ -1,12 +1,11 @@
{
- "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",
- "email": ""
- },
- "record": {
- "CNAME": "ansari-saify.github.io"
- }
+ "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",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "ansari-saify.github.io"
+ }
}
-
diff --git a/domains/ansh.json b/domains/ansh.json
index 38f873b28..0753e7096 100644
--- a/domains/ansh.json
+++ b/domains/ansh.json
@@ -1,11 +1,11 @@
{
- "description": "Ansh's personal website",
- "repo": "https://github.com/anshtyagi0",
- "owner": {
- "username": "anshtyagi0",
- "email": "tyagiansh175@gmail.com"
- },
- "record": {
- "CNAME": "anshtyagi.me"
- }
+ "description": "Ansh's personal website",
+ "repo": "https://github.com/anshtyagi0",
+ "owner": {
+ "username": "anshtyagi0",
+ "email": "tyagiansh175@gmail.com"
+ },
+ "record": {
+ "CNAME": "anshtyagi.me"
+ }
}
diff --git a/domains/anthony.json b/domains/anthony.json
index a9586a5b3..d507a27aa 100644
--- a/domains/anthony.json
+++ b/domains/anthony.json
@@ -1,10 +1,10 @@
{
- "description": "Anthony's personal developer website",
- "owner": {
- "username": "hubsta",
- "email": "admin@thehubble.com.au"
- },
- "record": {
- "CNAME": "brisbaneweb.dev"
- }
+ "description": "Anthony's personal developer website",
+ "owner": {
+ "username": "hubsta",
+ "email": "admin@thehubble.com.au"
+ },
+ "record": {
+ "CNAME": "brisbaneweb.dev"
+ }
}
diff --git a/domains/anthony2be.json b/domains/anthony2be.json
index aa83523a4..eed606095 100644
--- a/domains/anthony2be.json
+++ b/domains/anthony2be.json
@@ -1,12 +1,12 @@
{
- "description": "Personal website",
- "repo": "github.com/Anthony2be/fresh-blog",
- "owner": {
- "username": "Anthony2be",
- "email": "adubovitsky1234@gmail.com",
- "discord": "anthony2be#1900"
- },
- "record": {
- "CNAME": "anthony2be-blog.deno.dev"
- }
+ "description": "Personal website",
+ "repo": "github.com/Anthony2be/fresh-blog",
+ "owner": {
+ "username": "Anthony2be",
+ "email": "adubovitsky1234@gmail.com",
+ "discord": "anthony2be#1900"
+ },
+ "record": {
+ "CNAME": "anthony2be-blog.deno.dev"
+ }
}
diff --git a/domains/antonio.json b/domains/antonio.json
index 636e10ca0..fe387ce0e 100644
--- a/domains/antonio.json
+++ b/domains/antonio.json
@@ -1,11 +1,11 @@
{
- "description": "For my personal landing page",
- "repo": "https://github.com/YantCaccia/yantcaccia.github.io",
- "owner": {
- "username": "YantCaccia",
- "email": "yantcaccia@gmail.com"
- },
- "record": {
- "CNAME": "yantcaccia.github.io"
- }
+ "description": "For my personal landing page",
+ "repo": "https://github.com/YantCaccia/yantcaccia.github.io",
+ "owner": {
+ "username": "YantCaccia",
+ "email": "yantcaccia@gmail.com"
+ },
+ "record": {
+ "CNAME": "yantcaccia.github.io"
+ }
}
diff --git a/domains/antton.json b/domains/antton.json
index 132df5101..817cac904 100644
--- a/domains/antton.json
+++ b/domains/antton.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "antton-dev",
"email": "antton.chevrier@etik.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "antton-dev.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/anttondev.json b/domains/anttondev.json
index 3f8cd350e..f5540cad7 100644
--- a/domains/anttondev.json
+++ b/domains/anttondev.json
@@ -1,11 +1,11 @@
{
- "description": "Anttondev's portfolio",
- "repo": "https://github.com/antton-dev/portfolio-challenge",
- "owner": {
- "username": "antton-dev",
- "email": "antton.chevrier@etik.com"
- },
- "record": {
- "CNAME": "antton-dev.github.io"
- }
+ "description": "Anttondev's portfolio",
+ "repo": "https://github.com/antton-dev/portfolio-challenge",
+ "owner": {
+ "username": "antton-dev",
+ "email": "antton.chevrier@etik.com"
+ },
+ "record": {
+ "CNAME": "antton-dev.github.io"
+ }
}
diff --git a/domains/anubhav823.json b/domains/anubhav823.json
index 66b5a26ab..8de8f6727 100644
--- a/domains/anubhav823.json
+++ b/domains/anubhav823.json
@@ -1,10 +1,10 @@
{
- "description": "anubhav823' personal developer website",
- "owner": {
- "username": "anubhav823",
- "email": "anubhav823@gmail.com"
- },
- "record": {
- "URL": "https://anubhav823.github.io/wordle"
- }
+ "description": "anubhav823' personal developer website",
+ "owner": {
+ "username": "anubhav823",
+ "email": "anubhav823@gmail.com"
+ },
+ "record": {
+ "URL": "https://anubhav823.github.io/wordle"
+ }
}
diff --git a/domains/anuj.json b/domains/anuj.json
index 1a2878887..f47e4e858 100644
--- a/domains/anuj.json
+++ b/domains/anuj.json
@@ -1,12 +1,11 @@
-
{
- "description": "Anuj' Welcome to my portfolio",
- "repo": "https://anujmutha.github.io/Portfolio",
- "owner": {
- "username": "AnujMutha",
- "email": "mutha.am16@gmail.com"
- },
- "record": {
- "CNAME": "anujmutha.github.io"
- }
+ "description": "Anuj' Welcome to my portfolio",
+ "repo": "https://anujmutha.github.io/Portfolio",
+ "owner": {
+ "username": "AnujMutha",
+ "email": "mutha.am16@gmail.com"
+ },
+ "record": {
+ "CNAME": "anujmutha.github.io"
+ }
}
diff --git a/domains/anwar.json b/domains/anwar.json
index 1a9789f52..5451e6598 100644
--- a/domains/anwar.json
+++ b/domains/anwar.json
@@ -1,11 +1,11 @@
{
- "description": "Anwar's personal website",
- "repo": "https://github.com/getanwar",
- "owner": {
- "username": "getanwar",
- "email": "say@anwar.im"
- },
- "record": {
- "URL": "https://anwar.im"
- }
+ "description": "Anwar's personal website",
+ "repo": "https://github.com/getanwar",
+ "owner": {
+ "username": "getanwar",
+ "email": "say@anwar.im"
+ },
+ "record": {
+ "URL": "https://anwar.im"
+ }
}
diff --git a/domains/aoba.json b/domains/aoba.json
index 76782c803..b358e08d9 100644
--- a/domains/aoba.json
+++ b/domains/aoba.json
@@ -1,12 +1,12 @@
{
- "description": "A cool looking link for my Discord server! (and maybe sort of other stuff in future... If I can think of one...)",
- "repo": "https://github.com/Hazuki-san",
- "owner": {
- "username": "Hazuki-san",
- "email": "aoba@outlook.co.th",
- "twitter": "AocchiAoba"
- },
- "record": {
- "URL": "https://discord.gg/nKbATcMqSp"
- }
+ "description": "A cool looking link for my Discord server! (and maybe sort of other stuff in future... If I can think of one...)",
+ "repo": "https://github.com/Hazuki-san",
+ "owner": {
+ "username": "Hazuki-san",
+ "email": "aoba@outlook.co.th",
+ "twitter": "AocchiAoba"
+ },
+ "record": {
+ "URL": "https://discord.gg/nKbATcMqSp"
+ }
}
diff --git a/domains/aozora.json b/domains/aozora.json
index 35701f9af..1b9d644ec 100644
--- a/domains/aozora.json
+++ b/domains/aozora.json
@@ -1,11 +1,11 @@
{
- "description": "Just my personal website",
- "repo": "https://github.com/AozoraDev",
- "owner": {
- "username": "AozoraDev",
- "email": "aozoradeveloper@gmail.com"
- },
- "record": {
- "CNAME": "website-production-5fc2.up.railway.app"
- }
+ "description": "Just my personal website",
+ "repo": "https://github.com/AozoraDev",
+ "owner": {
+ "username": "AozoraDev",
+ "email": "aozoradeveloper@gmail.com"
+ },
+ "record": {
+ "CNAME": "website-production-5fc2.up.railway.app"
+ }
}
diff --git a/domains/api-kirito.json b/domains/api-kirito.json
index 3bb88291c..442b22f6f 100644
--- a/domains/api-kirito.json
+++ b/domains/api-kirito.json
@@ -1,11 +1,11 @@
{
- "description": "For My API!",
- "repo": "https://github.com/ThisMe124",
- "owner": {
- "username": "ThisMe124",
- "email": "anonymous.orgn@gmail.com"
- },
+ "description": "For My API!",
+ "repo": "https://github.com/ThisMe124",
+ "owner": {
+ "username": "ThisMe124",
+ "email": "anonymous.orgn@gmail.com"
+ },
"record": {
- "CNAME": "only-devs-production.up.railway.app"
- }
+ "CNAME": "only-devs-production.up.railway.app"
+ }
}
diff --git a/domains/api-kyouka.json b/domains/api-kyouka.json
index e66f1b0f4..02518a0ec 100644
--- a/domains/api-kyouka.json
+++ b/domains/api-kyouka.json
@@ -1,11 +1,11 @@
{
- "description": "APIKEY KYOUKA | SHIORI BOT",
- "repo": "https://github.com/Yuri-Neko",
- "owner": {
- "username": "Yuri-Neko",
- "email": "apikeykyouka@gmail.com"
- },
- "record": {
- "CNAME": "free.api-kyouka.my.id"
- }
+ "description": "APIKEY KYOUKA | SHIORI BOT",
+ "repo": "https://github.com/Yuri-Neko",
+ "owner": {
+ "username": "Yuri-Neko",
+ "email": "apikeykyouka@gmail.com"
+ },
+ "record": {
+ "CNAME": "free.api-kyouka.my.id"
+ }
}
diff --git a/domains/api.arman.json b/domains/api.arman.json
index e77a8819b..53c36f404 100644
--- a/domains/api.arman.json
+++ b/domains/api.arman.json
@@ -1,10 +1,10 @@
{
- "description": "Arman's Api",
- "owner": {
- "username": "ItzArman09",
- "email": "contact@mail.arman.is-a.dev"
- },
- "record": {
- "CNAME": "b25320ee-226d-4531-ad1f-db62e88ac1d4.id.repl.co"
- }
+ "description": "Arman's Api",
+ "owner": {
+ "username": "ItzArman09",
+ "email": "contact@mail.arman.is-a.dev"
+ },
+ "record": {
+ "CNAME": "b25320ee-226d-4531-ad1f-db62e88ac1d4.id.repl.co"
+ }
}
diff --git a/domains/api.badboy.json b/domains/api.badboy.json
index 6adb23e2e..d8433f050 100644
--- a/domains/api.badboy.json
+++ b/domains/api.badboy.json
@@ -1,10 +1,10 @@
{
- "description": "Semant Api",
- "owner": {
- "username": "s3mant",
- "email": "contact@semant.is-a.dev"
- },
- "record": {
- "CNAME": "d583fe02-d653-4af3-a8fc-1645f6857a8c.id.repl.co"
- }
+ "description": "Semant Api",
+ "owner": {
+ "username": "s3mant",
+ "email": "contact@semant.is-a.dev"
+ },
+ "record": {
+ "CNAME": "d583fe02-d653-4af3-a8fc-1645f6857a8c.id.repl.co"
+ }
}
diff --git a/domains/api.catzboy.json b/domains/api.catzboy.json
index 376e4f271..86140611c 100644
--- a/domains/api.catzboy.json
+++ b/domains/api.catzboy.json
@@ -1,11 +1,11 @@
{
- "description": "Api",
- "repo": "https://github.com/Maruful007/Maruful007.github.io",
- "owner": {
- "username": "Maruful007",
- "email": "marufulislamsami2007@gmail.com"
- },
- "record": {
- "CNAME": "maruful007.github.io"
- }
+ "description": "Api",
+ "repo": "https://github.com/Maruful007/Maruful007.github.io",
+ "owner": {
+ "username": "Maruful007",
+ "email": "marufulislamsami2007@gmail.com"
+ },
+ "record": {
+ "CNAME": "maruful007.github.io"
+ }
}
diff --git a/domains/api.dhyan99.json b/domains/api.dhyan99.json
index 4967803cd..e4a9bcdcc 100644
--- a/domains/api.dhyan99.json
+++ b/domains/api.dhyan99.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/d99-1/dhyan99-portfolio",
- "owner": {
- "username": "D99-1",
- "email": "dhyantanna@gmail.com"
- },
+ "repo": "https://github.com/d99-1/dhyan99-portfolio",
+ "owner": {
+ "username": "D99-1",
+ "email": "dhyantanna@gmail.com"
+ },
- "record": {
- "CNAME": "41c7b59d-7492-40cb-868c-3c1777f7ebff.id.repl.co"
- }
+ "record": {
+ "CNAME": "41c7b59d-7492-40cb-868c-3c1777f7ebff.id.repl.co"
+ }
}
diff --git a/domains/api.karyakarsa.willo.json b/domains/api.karyakarsa.willo.json
index 316f0aa73..2e5e1e4d6 100644
--- a/domains/api.karyakarsa.willo.json
+++ b/domains/api.karyakarsa.willo.json
@@ -1,12 +1,12 @@
{
- "description": "api for karyakarsa",
- "repo": "https://github.com/WilloIzCitron/karyakarsa-rest-api",
- "owner": {
- "username": "WilloIzCitron",
- "email": "",
- "twitter": "willoizcitron"
- },
- "record": {
- "CNAME": "karyakarsa-rest-api-production.up.railway.app"
- }
+ "description": "api for karyakarsa",
+ "repo": "https://github.com/WilloIzCitron/karyakarsa-rest-api",
+ "owner": {
+ "username": "WilloIzCitron",
+ "email": "",
+ "twitter": "willoizcitron"
+ },
+ "record": {
+ "CNAME": "karyakarsa-rest-api-production.up.railway.app"
+ }
}
diff --git a/domains/api.semant.json b/domains/api.semant.json
index c2dcdf97a..e10b2f2ac 100644
--- a/domains/api.semant.json
+++ b/domains/api.semant.json
@@ -1,11 +1,11 @@
{
- "description": "Semant Api",
- "owner": {
- "username": "s3mant",
- "email": "contact@semant.is-a.dev",
- "discord": "445073800850046977"
- },
- "record": {
- "CNAME": "d583fe02-d653-4af3-a8fc-1645f6857a8c.id.repl.co"
- }
+ "description": "Semant Api",
+ "owner": {
+ "username": "s3mant",
+ "email": "contact@semant.is-a.dev",
+ "discord": "445073800850046977"
+ },
+ "record": {
+ "CNAME": "d583fe02-d653-4af3-a8fc-1645f6857a8c.id.repl.co"
+ }
}
diff --git a/domains/api.zeppelin.maskduck.json b/domains/api.zeppelin.maskduck.json
index 4ffcd8ccf..18310d23d 100644
--- a/domains/api.zeppelin.maskduck.json
+++ b/domains/api.zeppelin.maskduck.json
@@ -1,15 +1,15 @@
{
- "description": "Zeppelin selfhost API",
- "repo": "https://github.com/maskducks/maskducks.github.io",
- "owner": {
- "username": "MaskDuck",
- "email": "",
- "discord": "MaskDuck#1337",
- "twitter": "MaskDuck1",
- "reddit": "u/maskduck",
- "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
- },
- "record": {
- "CNAME": "zeppelin-railway-api.up.railway.app"
- }
+ "description": "Zeppelin selfhost API",
+ "repo": "https://github.com/maskducks/maskducks.github.io",
+ "owner": {
+ "username": "MaskDuck",
+ "email": "",
+ "discord": "MaskDuck#1337",
+ "twitter": "MaskDuck1",
+ "reddit": "u/maskduck",
+ "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
+ },
+ "record": {
+ "CNAME": "zeppelin-railway-api.up.railway.app"
+ }
}
diff --git a/domains/apigeon.json b/domains/apigeon.json
index 10708a13f..15b36dfc0 100644
--- a/domains/apigeon.json
+++ b/domains/apigeon.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "mepuntojr1",
"email": "eepuntojr@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "sites.bootstrapstudio.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/apiharam.json b/domains/apiharam.json
index f11434d07..e4b37ae77 100644
--- a/domains/apiharam.json
+++ b/domains/apiharam.json
@@ -1,11 +1,11 @@
{
- "description": "For My Haram API",
- "repo": "https://github.com/ThisMe124",
- "owner": {
- "username": "ThisMe124",
- "email": "anonymous.orgn@gmail.com"
- },
+ "description": "For My Haram API",
+ "repo": "https://github.com/ThisMe124",
+ "owner": {
+ "username": "ThisMe124",
+ "email": "anonymous.orgn@gmail.com"
+ },
"record": {
- "CNAME": "haram-api-production.up.railway.app"
- }
+ "CNAME": "haram-api-production.up.railway.app"
+ }
}
diff --git a/domains/apollyon.json b/domains/apollyon.json
index 210b75e7f..3c5820323 100644
--- a/domains/apollyon.json
+++ b/domains/apollyon.json
@@ -1,11 +1,11 @@
{
- "description": "Develop website",
- "owner": {
- "username": "apollyon9",
- "email": "blzzardst0rm@gmail.com",
- "twitter": "sakurai072"
- },
- "record": {
- "URL": "https://eris9.repl.co"
- }
+ "description": "Develop website",
+ "owner": {
+ "username": "apollyon9",
+ "email": "blzzardst0rm@gmail.com",
+ "twitter": "sakurai072"
+ },
+ "record": {
+ "URL": "https://eris9.repl.co"
+ }
}
diff --git a/domains/apoloz.json b/domains/apoloz.json
index dc2428e14..c8ddabd3e 100644
--- a/domains/apoloz.json
+++ b/domains/apoloz.json
@@ -1,11 +1,11 @@
{
- "description": "Anatoliy Poloz portfolio",
- "repo": "https://github.com/tolyod/tolyod.github.io",
- "owner": {
- "username": "tolyod",
- "email": "anatoliy.poloz@gmail.com"
- },
- "record": {
- "A": ["185.185.71.114"]
- }
+ "description": "Anatoliy Poloz portfolio",
+ "repo": "https://github.com/tolyod/tolyod.github.io",
+ "owner": {
+ "username": "tolyod",
+ "email": "anatoliy.poloz@gmail.com"
+ },
+ "record": {
+ "A": ["185.185.71.114"]
+ }
}
diff --git a/domains/aqsakhan.json b/domains/aqsakhan.json
index d45248c0e..0270c7385 100644
--- a/domains/aqsakhan.json
+++ b/domains/aqsakhan.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "v1-7tp.pages.dev"
}
-}
+}
diff --git a/domains/aqua.json b/domains/aqua.json
index 4bfcd5e60..bbe376333 100644
--- a/domains/aqua.json
+++ b/domains/aqua.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "AquaQuokka",
"email": "aquaquokka@outlook.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "aquaquokka.github.io"
- }
}
-
+}
diff --git a/domains/arafatrahaman.json b/domains/arafatrahaman.json
index ba74f1746..7dd5e5de6 100644
--- a/domains/arafatrahaman.json
+++ b/domains/arafatrahaman.json
@@ -2,10 +2,10 @@
"description": "A personal portfolio website",
"repo": "https://github.com/Hieser21/hieser21.github.io",
"owner": {
- "username": "Hieser21",
- "email": "rarafat883@gmail.com"
+ "username": "Hieser21",
+ "email": "rarafat883@gmail.com"
},
"record": {
- "CNAME": "arafatrahaman.up.railway.app"
+ "CNAME": "arafatrahaman.up.railway.app"
}
- }
+}
diff --git a/domains/aramos.json b/domains/aramos.json
index 66b453d05..04df44616 100644
--- a/domains/aramos.json
+++ b/domains/aramos.json
@@ -1,11 +1,11 @@
{
- "description": "The awesome portfolio site for Alejandro Ramos",
- "repo": "https://github.com/Al327/al327.github.io",
- "owner": {
- "username": "al327",
- "email": "ramosgalejandro3f@gmail.com"
- },
- "record": {
- "CNAME": "al327.github.io"
- }
+ "description": "The awesome portfolio site for Alejandro Ramos",
+ "repo": "https://github.com/Al327/al327.github.io",
+ "owner": {
+ "username": "al327",
+ "email": "ramosgalejandro3f@gmail.com"
+ },
+ "record": {
+ "CNAME": "al327.github.io"
+ }
}
diff --git a/domains/arboy.json b/domains/arboy.json
index b6155f88e..5ac1933b3 100644
--- a/domains/arboy.json
+++ b/domains/arboy.json
@@ -7,4 +7,4 @@
"record": {
"CNAME": "arboygo.github.io"
}
-}
+}
diff --git a/domains/arcade.json b/domains/arcade.json
index 8226779ee..7dcebb37d 100644
--- a/domains/arcade.json
+++ b/domains/arcade.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "l3gacyb3ta",
- "email": "",
- "twitter": "l3gacyb3ta"
- },
- "record": {
- "URL": "https://arcade.omg.lol"
- }
+ "owner": {
+ "username": "l3gacyb3ta",
+ "email": "",
+ "twitter": "l3gacyb3ta"
+ },
+ "record": {
+ "URL": "https://arcade.omg.lol"
+ }
}
diff --git a/domains/arch.json b/domains/arch.json
index 9b609c9d6..d4f1c410d 100644
--- a/domains/arch.json
+++ b/domains/arch.json
@@ -1,15 +1,13 @@
-
{
- "description":"My personal website by on arch.is-a.dev",
- "repo":"https://github.com/Arch881010/Arch881010",
- "owner": {
- "username": "Arch881010",
- "email": "",
- "discord": "Arch1010#4338",
- "discordid": "410248634593050627"
- },
- "record": {
- "CNAME": "arch881010.github.io"
- }
+ "description": "My personal website by on arch.is-a.dev",
+ "repo": "https://github.com/Arch881010/Arch881010",
+ "owner": {
+ "username": "Arch881010",
+ "email": "",
+ "discord": "Arch1010#4338",
+ "discordid": "410248634593050627"
+ },
+ "record": {
+ "CNAME": "arch881010.github.io"
+ }
}
-
\ No newline at end of file
diff --git a/domains/archelaus.json b/domains/archelaus.json
index 39e9f2e0c..6352907b3 100644
--- a/domains/archelaus.json
+++ b/domains/archelaus.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "archelaus.github.io"
}
-}
+}
diff --git a/domains/ari.json b/domains/ari.json
index dd8e98c8a..97509f6f9 100644
--- a/domains/ari.json
+++ b/domains/ari.json
@@ -1,11 +1,11 @@
{
- "description": "RayhanADev's Website!",
- "repo": "https://github.com/rayhanadev/Personal-Website",
- "owner": {
- "username": "rayhanadev",
- "email": "rayhanadev@protonmail.com"
- },
- "record": {
- "CNAME": "edge.redirect.pizza"
- }
+ "description": "RayhanADev's Website!",
+ "repo": "https://github.com/rayhanadev/Personal-Website",
+ "owner": {
+ "username": "rayhanadev",
+ "email": "rayhanadev@protonmail.com"
+ },
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
}
diff --git a/domains/arib21.json b/domains/arib21.json
index 58f742c5e..3467621c0 100644
--- a/domains/arib21.json
+++ b/domains/arib21.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "arib21",
- "email": "aribmuhtasim22@gmail.com"
- },
- "description": "arib21's personal developer website",
- "repo": "https://github.com/arib21/arib21.github.io",
- "record": {
- "CNAME": "arib21.github.io"
- }
+ "owner": {
+ "username": "arib21",
+ "email": "aribmuhtasim22@gmail.com"
+ },
+ "description": "arib21's personal developer website",
+ "repo": "https://github.com/arib21/arib21.github.io",
+ "record": {
+ "CNAME": "arib21.github.io"
+ }
}
diff --git a/domains/ariez.json b/domains/ariez.json
index 43f83461f..f9b4bb470 100644
--- a/domains/ariez.json
+++ b/domains/ariez.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "AriezzYT",
"email": "ttkeaton@outlook.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "ariezzyt.github.io"
- }
}
-
+}
diff --git a/domains/arijit.json b/domains/arijit.json
index 9e230ca1d..9a2071338 100644
--- a/domains/arijit.json
+++ b/domains/arijit.json
@@ -1,23 +1,17 @@
{
+ "description": "Site of Arijit",
- "description": "Site of Arijit",
+ "repo": "https://github.com/ArijitTheDev/arijitthedev.github.io",
- "repo": "https://github.com/ArijitTheDev/arijitthedev.github.io",
+ "owner": {
+ "username": "ArijitTheDev",
- "owner": {
+ "email": "itsarijitdebnath@gmail.com",
- "username": "ArijitTheDev",
-
- "email": "itsarijitdebnath@gmail.com",
-
- "twitter": "NotArijit"
-
- },
-
- "record": {
-
- "CNAME": "arijitthedev.github.io"
-
- }
+ "twitter": "NotArijit"
+ },
+ "record": {
+ "CNAME": "arijitthedev.github.io"
+ }
}
diff --git a/domains/arin.json b/domains/arin.json
index cb49cef7b..0bdedfb6c 100644
--- a/domains/arin.json
+++ b/domains/arin.json
@@ -1,11 +1,11 @@
{
- "description": "arin's personal website",
- "repo": "https://github.com/6Arin9",
- "owner": {
- "username": "arin",
- "email": "karciello.yt@gmail.com"
- },
- "record": {
- "CNAME": "arindev.tech"
- }
+ "description": "arin's personal website",
+ "repo": "https://github.com/6Arin9",
+ "owner": {
+ "username": "arin",
+ "email": "karciello.yt@gmail.com"
+ },
+ "record": {
+ "CNAME": "arindev.tech"
+ }
}
diff --git a/domains/arman.json b/domains/arman.json
index 307beeb12..7744011a9 100644
--- a/domains/arman.json
+++ b/domains/arman.json
@@ -1,16 +1,13 @@
{
- "description": "Arman's personal website!",
- "repo": "https://github.com/ItzArman09/website",
- "owner": {
- "username": "ItzArman09",
- "email": "contact@mail.arman.is-a.dev"
- },
- "record": {
- "A": ["89.106.200.1"],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "description": "Arman's personal website!",
+ "repo": "https://github.com/ItzArman09/website",
+ "owner": {
+ "username": "ItzArman09",
+ "email": "contact@mail.arman.is-a.dev"
+ },
+ "record": {
+ "A": ["89.106.200.1"],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/armoredvortex.json b/domains/armoredvortex.json
index c759272eb..67d475901 100644
--- a/domains/armoredvortex.json
+++ b/domains/armoredvortex.json
@@ -1,10 +1,10 @@
{
- "description": "Personal Portfolio website",
- "owner": {
- "username": "armoredvortex",
- "email": "rachitpandey@protonmail.com"
- },
- "record": {
- "CNAME": "armoredvortex.github.io"
- }
+ "description": "Personal Portfolio website",
+ "owner": {
+ "username": "armoredvortex",
+ "email": "rachitpandey@protonmail.com"
+ },
+ "record": {
+ "CNAME": "armoredvortex.github.io"
+ }
}
diff --git a/domains/arnav.json b/domains/arnav.json
index 7aced6f20..46571c026 100644
--- a/domains/arnav.json
+++ b/domains/arnav.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "arnav-kr",
"email": "arnav-kumar@outlook.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "arnav-kr.github.io"
- }
}
-
+}
diff --git a/domains/arpana.json b/domains/arpana.json
index f8db76b38..e094d8e88 100644
--- a/domains/arpana.json
+++ b/domains/arpana.json
@@ -1,12 +1,12 @@
{
- "description": "Meet Arpana!",
- "repo": "https://github.com/winter-code/winter-code",
- "owner": {
- "username": "winter-code",
- "email": "arpana11mehta@gmail.com",
- "twitter": "arpana_naa"
- },
- "record": {
- "CNAME": "winter-code.github.io"
- }
+ "description": "Meet Arpana!",
+ "repo": "https://github.com/winter-code/winter-code",
+ "owner": {
+ "username": "winter-code",
+ "email": "arpana11mehta@gmail.com",
+ "twitter": "arpana_naa"
+ },
+ "record": {
+ "CNAME": "winter-code.github.io"
+ }
}
diff --git a/domains/arsdorint.json b/domains/arsdorint.json
index 23558c744..63592add4 100644
--- a/domains/arsdorint.json
+++ b/domains/arsdorint.json
@@ -1,12 +1,10 @@
-
- {
- "repo": "https://github.com/arsdorintbp2003/arsdorintbp2003.github.io",
- "owner": {
+{
+ "repo": "https://github.com/arsdorintbp2003/arsdorintbp2003.github.io",
+ "owner": {
"username": "arsdorintbp2003",
"email": "e0851451@u.nus.edu"
- },
- "record": {
+ },
+ "record": {
"CNAME": "arsdorintbp2003.github.io"
- }
}
-
+}
diff --git a/domains/arslan.json b/domains/arslan.json
index 4498ae49e..fbaa73978 100644
--- a/domains/arslan.json
+++ b/domains/arslan.json
@@ -1,11 +1,11 @@
{
- "description": "Arslan's World (links and socials)",
- "repo": "https://github.com/sandwiching/sandwiching.github.io",
- "owner": {
- "username": "sandwiching",
- "email": "77godlike@bk.ru"
- },
- "record": {
- "CNAME": "sandwiching.github.io"
- }
+ "description": "Arslan's World (links and socials)",
+ "repo": "https://github.com/sandwiching/sandwiching.github.io",
+ "owner": {
+ "username": "sandwiching",
+ "email": "77godlike@bk.ru"
+ },
+ "record": {
+ "CNAME": "sandwiching.github.io"
+ }
}
diff --git a/domains/art.json b/domains/art.json
index fbfcc4a11..59aa8227e 100644
--- a/domains/art.json
+++ b/domains/art.json
@@ -1,11 +1,11 @@
{
- "description": "Art's personal developer website",
- "repo": "https://github.com/dotiful",
- "owner": {
- "username": "dotiful",
- "email": "dots.util@gmail.com"
- },
- "record": {
- "CNAME": "dotiful.github.io"
- }
+ "description": "Art's personal developer website",
+ "repo": "https://github.com/dotiful",
+ "owner": {
+ "username": "dotiful",
+ "email": "dots.util@gmail.com"
+ },
+ "record": {
+ "CNAME": "dotiful.github.io"
+ }
}
diff --git a/domains/arter.json b/domains/arter.json
index ef9448b9c..1c698ab4c 100644
--- a/domains/arter.json
+++ b/domains/arter.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "animemoeus",
- "email": "arter.tendean.07@gmail.com"
- },
- "record": {
- "URL": "https://animemoe.us"
- }
+ "owner": {
+ "username": "animemoeus",
+ "email": "arter.tendean.07@gmail.com"
+ },
+ "record": {
+ "URL": "https://animemoe.us"
+ }
}
diff --git a/domains/arthur.json b/domains/arthur.json
index 76e713a34..c24fefc04 100644
--- a/domains/arthur.json
+++ b/domains/arthur.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "Arthurdw",
- "email": "mail@arthurdw.com"
- },
- "repo": "https://github.com/arthurdw",
- "record": {
- "URL": "https://www.arthurdw.com"
- }
+ "owner": {
+ "username": "Arthurdw",
+ "email": "mail@arthurdw.com"
+ },
+ "repo": "https://github.com/arthurdw",
+ "record": {
+ "URL": "https://www.arthurdw.com"
+ }
}
diff --git a/domains/artiefuzzz.json b/domains/artiefuzzz.json
index da964b39a..bfcc143ce 100644
--- a/domains/artiefuzzz.json
+++ b/domains/artiefuzzz.json
@@ -1,11 +1,11 @@
{
- "description": "ArtieFuzzz's personal website",
- "repo": "https://github.com/ArtieFuzzz/artiefuzzz.github.io",
- "owner": {
- "username": "ArtieFuzzz",
- "email": "jardenz.den@gmail.com"
- },
- "record": {
- "CNAME": "artiefuzzz.github.io"
- }
+ "description": "ArtieFuzzz's personal website",
+ "repo": "https://github.com/ArtieFuzzz/artiefuzzz.github.io",
+ "owner": {
+ "username": "ArtieFuzzz",
+ "email": "jardenz.den@gmail.com"
+ },
+ "record": {
+ "CNAME": "artiefuzzz.github.io"
+ }
}
diff --git a/domains/arul.json b/domains/arul.json
index 4f901e6e3..5ee2d7f73 100644
--- a/domains/arul.json
+++ b/domains/arul.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "arulprabakaran",
- "email": "",
- "twitter": "arulpraba"
- },
- "record": {
- "URL": "https://arulprabakaran.web.app"
- }
+ "owner": {
+ "username": "arulprabakaran",
+ "email": "",
+ "twitter": "arulpraba"
+ },
+ "record": {
+ "URL": "https://arulprabakaran.web.app"
+ }
}
diff --git a/domains/arunava.json b/domains/arunava.json
index a04036d79..9f5ef52e2 100644
--- a/domains/arunava.json
+++ b/domains/arunava.json
@@ -1,11 +1,11 @@
{
- "description": "is-a.dev subdomain for my portfolio",
- "repo": "https://github.com/its-ag/arunava.tech",
- "owner": {
- "username": "its-ag",
- "email": "itsag0024@gmail.com"
- },
- "record": {
- "CNAME": "its-ag.github.io"
- }
+ "description": "is-a.dev subdomain for my portfolio",
+ "repo": "https://github.com/its-ag/arunava.tech",
+ "owner": {
+ "username": "its-ag",
+ "email": "itsag0024@gmail.com"
+ },
+ "record": {
+ "CNAME": "its-ag.github.io"
+ }
}
diff --git a/domains/arya.json b/domains/arya.json
index b3819cb72..bcaf4095a 100644
--- a/domains/arya.json
+++ b/domains/arya.json
@@ -1,11 +1,11 @@
{
- "description": "Arya Vinodan's Website",
- "repo": "https://github.com/aryavinodan",
- "owner": {
- "username": "aryavinodan",
- "email": "aryavinodan2000@gmail.com"
- },
- "record": {
- "CNAME": "aryavinodan2000.github.io"
- }
+ "description": "Arya Vinodan's Website",
+ "repo": "https://github.com/aryavinodan",
+ "owner": {
+ "username": "aryavinodan",
+ "email": "aryavinodan2000@gmail.com"
+ },
+ "record": {
+ "CNAME": "aryavinodan2000.github.io"
+ }
}
diff --git a/domains/aryamaan.json b/domains/aryamaan.json
index f88e58678..d32032699 100644
--- a/domains/aryamaan.json
+++ b/domains/aryamaan.json
@@ -1,20 +1,16 @@
- {
- "owner": {
+{
+ "owner": {
"username": "HalalJadeja",
"email": "9236.stkabirdio@gmail.com"
- },
- "record": {
+ },
+ "record": {
"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"
- }
+ "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/asad-khan.json b/domains/asad-khan.json
index c09d14a4c..4abe78cee 100644
--- a/domains/asad-khan.json
+++ b/domains/asad-khan.json
@@ -1,11 +1,11 @@
{
- "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/asadkhan777",
- "owner": {
- "username": "asadkhan777",
- "email": "asadkhan1776@gmail.com"
- },
- "record": {
- "CNAME": "asadkhan777.github.io"
- }
+ "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/asadkhan777",
+ "owner": {
+ "username": "asadkhan777",
+ "email": "asadkhan1776@gmail.com"
+ },
+ "record": {
+ "CNAME": "asadkhan777.github.io"
+ }
}
diff --git a/domains/ashish.json b/domains/ashish.json
index aade93089..a759cc492 100644
--- a/domains/ashish.json
+++ b/domains/ashish.json
@@ -1,11 +1,11 @@
{
- "description": "Ashish's personal developer website",
- "repo": "https://github.com/ashiishme",
- "owner": {
- "username": "ashiishme",
- "email": "contact@ashiish.me"
- },
- "record": {
- "CNAME": "ashiish.me"
- }
+ "description": "Ashish's personal developer website",
+ "repo": "https://github.com/ashiishme",
+ "owner": {
+ "username": "ashiishme",
+ "email": "contact@ashiish.me"
+ },
+ "record": {
+ "CNAME": "ashiish.me"
+ }
}
diff --git a/domains/ashl3y.json b/domains/ashl3y.json
index 7b97aacb9..f9f03fd45 100644
--- a/domains/ashl3y.json
+++ b/domains/ashl3y.json
@@ -1,12 +1,12 @@
{
- "description": "My personal developer portfolio.",
- "repo": "https://github.com/ashl3ycodes/ashl3ycodes.github.io",
- "owner": {
- "username": "ashl3ycodes",
- "email": "ashl3ycodes@protonmail.com",
- "twitter": "ashl3ycodes"
- },
- "record": {
- "CNAME": "ashl3ycodes.github.io"
- }
+ "description": "My personal developer portfolio.",
+ "repo": "https://github.com/ashl3ycodes/ashl3ycodes.github.io",
+ "owner": {
+ "username": "ashl3ycodes",
+ "email": "ashl3ycodes@protonmail.com",
+ "twitter": "ashl3ycodes"
+ },
+ "record": {
+ "CNAME": "ashl3ycodes.github.io"
+ }
}
diff --git a/domains/ashleymavericks.json b/domains/ashleymavericks.json
index 2aa81aab6..33680d0a0 100644
--- a/domains/ashleymavericks.json
+++ b/domains/ashleymavericks.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio Website",
- "repo": "https://github.com/ashleymavericks/Portfolio-Site",
- "owner": {
- "username": "ashlyemavericks",
- "email": "singhanurag024@gmail.com"
- },
- "record": {
- "URL": "https://anuragsingh.dev"
- }
+ "description": "Portfolio Website",
+ "repo": "https://github.com/ashleymavericks/Portfolio-Site",
+ "owner": {
+ "username": "ashlyemavericks",
+ "email": "singhanurag024@gmail.com"
+ },
+ "record": {
+ "URL": "https://anuragsingh.dev"
+ }
}
diff --git a/domains/ashutosh.json b/domains/ashutosh.json
index 27719cb8a..1186e3ea4 100644
--- a/domains/ashutosh.json
+++ b/domains/ashutosh.json
@@ -1,11 +1,11 @@
{
- "description": "Ashutosh Kumar's Portfolio",
- "repo": "https://github.com/Ashutoshcoder/ashutoshcoder.github.io",
- "owner": {
- "username": "Ashutoshcoder",
- "email": "ashutoshkumardbms@gmail.com"
- },
- "record": {
- "CNAME": "ashutoshcoder.github.io"
- }
+ "description": "Ashutosh Kumar's Portfolio",
+ "repo": "https://github.com/Ashutoshcoder/ashutoshcoder.github.io",
+ "owner": {
+ "username": "Ashutoshcoder",
+ "email": "ashutoshkumardbms@gmail.com"
+ },
+ "record": {
+ "CNAME": "ashutoshcoder.github.io"
+ }
}
diff --git a/domains/ashutoshkumar.json b/domains/ashutoshkumar.json
index 3d75958e1..f8d97941d 100644
--- a/domains/ashutoshkumar.json
+++ b/domains/ashutoshkumar.json
@@ -1,10 +1,10 @@
{
- "description": "Ashutosh Kumar's Portfolio",
- "owner": {
- "username": "Ashutoshcoder",
- "email": "ashutoshkumardbms@gmail.com"
- },
- "record": {
- "CNAME": "ashutoshkumar.me"
- }
+ "description": "Ashutosh Kumar's Portfolio",
+ "owner": {
+ "username": "Ashutoshcoder",
+ "email": "ashutoshkumardbms@gmail.com"
+ },
+ "record": {
+ "CNAME": "ashutoshkumar.me"
+ }
}
diff --git a/domains/ashwa.json b/domains/ashwa.json
index da0927317..97a6a0c7e 100644
--- a/domains/ashwa.json
+++ b/domains/ashwa.json
@@ -1,13 +1,11 @@
-
- {
- "description": "A personal website, for ash.",
- "repo": "https://github.com/NatBLida68/NatBLida68.github.io",
- "owner": {
+{
+ "description": "A personal website, for ash.",
+ "repo": "https://github.com/NatBLida68/NatBLida68.github.io",
+ "owner": {
"username": "NatBLida68",
"email": "aswajith.jithu888@gmail.com"
- },
- "record": {
- "CNAME": "natblida68.github.io"
+ },
+ "record": {
+ "CNAME": "natblida68.github.io"
}
- }
-
+}
diff --git a/domains/ashwin.json b/domains/ashwin.json
index 57d855556..d4794b671 100644
--- a/domains/ashwin.json
+++ b/domains/ashwin.json
@@ -1,12 +1,12 @@
{
- "description": "sample repo",
- "repo": "https://github.com/ashwin3082002/ashwin3082002.github.io",
- "owner": {
- "username": "ashwin3082002",
- "email": "ashwin3082002@gmail.com",
- "twitter": "ashwin3082002"
- },
- "record": {
- "CNAME": "ashwin3082002.github.io"
- }
+ "description": "sample repo",
+ "repo": "https://github.com/ashwin3082002/ashwin3082002.github.io",
+ "owner": {
+ "username": "ashwin3082002",
+ "email": "ashwin3082002@gmail.com",
+ "twitter": "ashwin3082002"
+ },
+ "record": {
+ "CNAME": "ashwin3082002.github.io"
+ }
}
diff --git a/domains/asim.json b/domains/asim.json
index 577d94bf1..f6cec0bd5 100644
--- a/domains/asim.json
+++ b/domains/asim.json
@@ -1,11 +1,11 @@
{
- "description": "Asim Bera's Portfolio",
- "repo": "https://github.com/asimbera/asimbera.github.io",
- "owner": {
- "username": "asimbera",
- "email": "asimbera@outlook.in"
- },
- "record": {
- "CNAME": "asimbera.github.io"
- }
+ "description": "Asim Bera's Portfolio",
+ "repo": "https://github.com/asimbera/asimbera.github.io",
+ "owner": {
+ "username": "asimbera",
+ "email": "asimbera@outlook.in"
+ },
+ "record": {
+ "CNAME": "asimbera.github.io"
+ }
}
diff --git a/domains/aslipatov.json b/domains/aslipatov.json
index 3b9f8104b..1fcc03765 100644
--- a/domains/aslipatov.json
+++ b/domains/aslipatov.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "LipatovAlexander",
"email": "lipatov.work@bk.ru"
- },
- "record": {
+ },
+ "record": {
"CNAME": "lipatovalexander.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/asp.json b/domains/asp.json
index 643ba0d9f..79686a1fc 100644
--- a/domains/asp.json
+++ b/domains/asp.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "aspekts",
"email": "marcus.kamuntu@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "29e1a02d-9848-4f80-845e-74cb27d553b3.id.repl.co"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/aspect.json b/domains/aspect.json
index 3d3c53520..1b95e7180 100644
--- a/domains/aspect.json
+++ b/domains/aspect.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "aspectsides.github.io"
}
-}
+}
diff --git a/domains/aspect404.json b/domains/aspect404.json
index 948864725..a297a1402 100644
--- a/domains/aspect404.json
+++ b/domains/aspect404.json
@@ -1,12 +1,12 @@
{
- "description": "Aspect404_'s Website",
- "owner": {
- "username": "Aspect-404",
- "email": "newaspectdevelopment@gmail.com",
- "discord": "807361766572818484",
- "twitter": "Aspect404_"
- },
- "record": {
- "CNAME": "e070f94f-3589-4c49-ac40-baa97dea6ccd.id.repl.co"
- }
+ "description": "Aspect404_'s Website",
+ "owner": {
+ "username": "Aspect-404",
+ "email": "newaspectdevelopment@gmail.com",
+ "discord": "807361766572818484",
+ "twitter": "Aspect404_"
+ },
+ "record": {
+ "CNAME": "e070f94f-3589-4c49-ac40-baa97dea6ccd.id.repl.co"
+ }
}
diff --git a/domains/asuna.json b/domains/asuna.json
index 4fc2b8989..7b2c18dfe 100644
--- a/domains/asuna.json
+++ b/domains/asuna.json
@@ -1,11 +1,11 @@
{
- "description": "Asuna Personal Website",
- "repo": "https://github.com/ehAsuna/ehAsuna.github.io",
- "owner": {
- "username": "ehAsuna",
- "email": "codeasaurousteam@gmail.com"
- },
- "record": {
- "CNAME": "ehAsuna.github.io"
- }
+ "description": "Asuna Personal Website",
+ "repo": "https://github.com/ehAsuna/ehAsuna.github.io",
+ "owner": {
+ "username": "ehAsuna",
+ "email": "codeasaurousteam@gmail.com"
+ },
+ "record": {
+ "CNAME": "ehAsuna.github.io"
+ }
}
diff --git a/domains/aswin.json b/domains/aswin.json
index c16350ea7..4319027e1 100644
--- a/domains/aswin.json
+++ b/domains/aswin.json
@@ -1,11 +1,11 @@
{
- "description": "Aswin's personal portfolio",
- "repo": "https://github.com/aswinskumar67/iamaswin.github.io",
- "owner": {
- "username": "aswinskumar67",
- "email": "aswin.skumaro2bme@gmail.com"
- },
- "record": {
- "CNAME": "aswinskumar67.github.io"
- }
+ "description": "Aswin's personal portfolio",
+ "repo": "https://github.com/aswinskumar67/iamaswin.github.io",
+ "owner": {
+ "username": "aswinskumar67",
+ "email": "aswin.skumaro2bme@gmail.com"
+ },
+ "record": {
+ "CNAME": "aswinskumar67.github.io"
+ }
}
diff --git a/domains/atechadventurer.json b/domains/atechadventurer.json
index 562f3ed46..ebb152232 100644
--- a/domains/atechadventurer.json
+++ b/domains/atechadventurer.json
@@ -1,11 +1,11 @@
{
- "description": "ATechAdventurer's Site",
- "repo": "https://github.com/ATechAdventurer",
- "owner": {
- "username": "ATechAdventurer",
- "email": "cam.steeleis@gmail.com"
- },
- "record": {
- "URL": "https://github.com/ATechAdventurer"
- }
+ "description": "ATechAdventurer's Site",
+ "repo": "https://github.com/ATechAdventurer",
+ "owner": {
+ "username": "ATechAdventurer",
+ "email": "cam.steeleis@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/ATechAdventurer"
+ }
}
diff --git a/domains/atharv.json b/domains/atharv.json
index 23357630c..3d05ae5b4 100644
--- a/domains/atharv.json
+++ b/domains/atharv.json
@@ -1,12 +1,12 @@
-{
- "description": "Personal website for Atharv",
- "repo": "https://github.com/realatharv/atharv.github.io",
- "owner": {
- "username": "realatharv",
- "email": "atharv.sbiz@gmail.com",
- "twitter": "realatharv"
- },
- "record": {
- "CNAME": "realatharv.github.io"
- }
-}
+{
+ "description": "Personal website for Atharv",
+ "repo": "https://github.com/realatharv/atharv.github.io",
+ "owner": {
+ "username": "realatharv",
+ "email": "atharv.sbiz@gmail.com",
+ "twitter": "realatharv"
+ },
+ "record": {
+ "CNAME": "realatharv.github.io"
+ }
+}
diff --git a/domains/atharva.json b/domains/atharva.json
index 0f3020159..ce05b2a98 100644
--- a/domains/atharva.json
+++ b/domains/atharva.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/atharvalt/atharvalt.github.io",
- "owner": {
- "username": "atharvalt",
- "email": "atharva.upadhyay1099@gmail.com",
- "discord": "シAtharva#5374"
- },
- "record": {
- "CNAME": "atharvalt.github.io"
- }
+ "repo": "https://github.com/atharvalt/atharvalt.github.io",
+ "owner": {
+ "username": "atharvalt",
+ "email": "atharva.upadhyay1099@gmail.com",
+ "discord": "シAtharva#5374"
+ },
+ "record": {
+ "CNAME": "atharvalt.github.io"
+ }
}
diff --git a/domains/athira-li.json b/domains/athira-li.json
index 62a1ec2c1..827d91584 100644
--- a/domains/athira-li.json
+++ b/domains/athira-li.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "Athira-L-I.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "Athira-L-I.github.io"
+ }
}
diff --git a/domains/attaditya.json b/domains/attaditya.json
index 225192987..4d1f8c4b2 100644
--- a/domains/attaditya.json
+++ b/domains/attaditya.json
@@ -1,11 +1,11 @@
{
- "description": "I am Aditya, a Game Developer, a Web Developer, a YouTuber and a Student.",
- "repo": "https://github.com/Attachment-Studios/AttAditya",
- "owner": {
- "username": "Attachment-Studios",
- "email": "aditya.adigo@gmail.com"
- },
- "record": {
- "URL": "https://attaditya.deta.dev"
- }
+ "description": "I am Aditya, a Game Developer, a Web Developer, a YouTuber and a Student.",
+ "repo": "https://github.com/Attachment-Studios/AttAditya",
+ "owner": {
+ "username": "Attachment-Studios",
+ "email": "aditya.adigo@gmail.com"
+ },
+ "record": {
+ "URL": "https://attaditya.deta.dev"
+ }
}
diff --git a/domains/atul.json b/domains/atul.json
index a560b78ff..397adf467 100644
--- a/domains/atul.json
+++ b/domains/atul.json
@@ -1,11 +1,11 @@
{
- "description": "Coming Soon",
- "repo": "https://github.com/AtulPatil-me/AtulPatil-me.github.io",
- "owner": {
- "username": "Atul-Patil-99",
- "email": "atuluttampatil.1757@gmail.com"
- },
- "record": {
- "CNAME": "atulpatil-me.github.io"
- }
+ "description": "Coming Soon",
+ "repo": "https://github.com/AtulPatil-me/AtulPatil-me.github.io",
+ "owner": {
+ "username": "Atul-Patil-99",
+ "email": "atuluttampatil.1757@gmail.com"
+ },
+ "record": {
+ "CNAME": "atulpatil-me.github.io"
+ }
}
diff --git a/domains/atzu.json b/domains/atzu.json
index cb47a4583..0925deff3 100644
--- a/domains/atzu.json
+++ b/domains/atzu.json
@@ -1,11 +1,11 @@
{
- "description": "Atzu's Personal Website",
- "repo": "https://github.com/z3ro0k",
- "owner": {
- "username": "Atzu",
- "email": "atzu@nextgenteam.tech"
- },
- "record": {
- "URL": "https://atzu.studio"
- }
+ "description": "Atzu's Personal Website",
+ "repo": "https://github.com/z3ro0k",
+ "owner": {
+ "username": "Atzu",
+ "email": "atzu@nextgenteam.tech"
+ },
+ "record": {
+ "URL": "https://atzu.studio"
+ }
}
diff --git a/domains/august.json b/domains/august.json
index f9ca18f5d..02bea3222 100644
--- a/domains/august.json
+++ b/domains/august.json
@@ -1,11 +1,11 @@
{
- "description": "some 16 year old who knows how to code",
- "repo": "https://github.com/auguwu",
- "record": {
- "URL": "https://augu.dev"
- },
- "owner": {
- "username": "auguwu",
- "email": "august@augu.dev"
- }
+ "description": "some 16 year old who knows how to code",
+ "repo": "https://github.com/auguwu",
+ "record": {
+ "URL": "https://augu.dev"
+ },
+ "owner": {
+ "username": "auguwu",
+ "email": "august@augu.dev"
+ }
}
diff --git a/domains/augustin.json b/domains/augustin.json
index 20cbc1c48..b6949cd92 100644
--- a/domains/augustin.json
+++ b/domains/augustin.json
@@ -1,11 +1,11 @@
{
- "description": "Augustin's personal developer website",
- "repo": "https://github.com/AugustinJose1221",
- "owner": {
- "username": "AugustinJose1221",
- "email": "augustinjose1221@gmail.com"
- },
- "record": {
- "CNAME": "www.augustinjose.com"
- }
+ "description": "Augustin's personal developer website",
+ "repo": "https://github.com/AugustinJose1221",
+ "owner": {
+ "username": "AugustinJose1221",
+ "email": "augustinjose1221@gmail.com"
+ },
+ "record": {
+ "CNAME": "www.augustinjose.com"
+ }
}
diff --git a/domains/augustine.json b/domains/augustine.json
index 6db08d29c..796363474 100644
--- a/domains/augustine.json
+++ b/domains/augustine.json
@@ -1,11 +1,11 @@
{
- "description": "Augustine's personal developer website",
- "repo": "https://github.com/augustineaykara",
- "owner": {
- "username": "augustineaykara",
- "email": "augustineaykara@gmail.com"
- },
- "record": {
- "URL": "http://augustine.aykara4.com"
- }
+ "description": "Augustine's personal developer website",
+ "repo": "https://github.com/augustineaykara",
+ "owner": {
+ "username": "augustineaykara",
+ "email": "augustineaykara@gmail.com"
+ },
+ "record": {
+ "URL": "http://augustine.aykara4.com"
+ }
}
diff --git a/domains/austin.json b/domains/austin.json
index bb4796dda..46f7bd605 100644
--- a/domains/austin.json
+++ b/domains/austin.json
@@ -1,11 +1,11 @@
{
- "description": "Austin's personal developer website",
- "repo": "https://github.com/austindyoung",
- "owner": {
- "username": "austindyoung",
- "email": "austin@doesweb.dev"
- },
- "record": {
- "URL": "http://austindyoung.github.io"
- }
+ "description": "Austin's personal developer website",
+ "repo": "https://github.com/austindyoung",
+ "owner": {
+ "username": "austindyoung",
+ "email": "austin@doesweb.dev"
+ },
+ "record": {
+ "URL": "http://austindyoung.github.io"
+ }
}
diff --git a/domains/austinleath.json b/domains/austinleath.json
index 4017338b4..f78798a50 100644
--- a/domains/austinleath.json
+++ b/domains/austinleath.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "AustinLeath",
"email": "austinleath18@gmail.com"
- },
+ },
- "record": {
+ "record": {
"A": ["153.33.92.51"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/ausy.json b/domains/ausy.json
index 234f14ec7..e0678931f 100644
--- a/domains/ausy.json
+++ b/domains/ausy.json
@@ -1,11 +1,11 @@
{
- "description": "austinfenne.is-a.dev",
- "repo": "https://https://github.com/FenneAustin/FenneAustin.github.io",
- "owner": {
- "username": "FenneAustin",
- "email": "austindfenne@gmail.com"
- },
- "record": {
- "CNAME": "fenneaustin.github.io"
- }
+ "description": "austinfenne.is-a.dev",
+ "repo": "https://https://github.com/FenneAustin/FenneAustin.github.io",
+ "owner": {
+ "username": "FenneAustin",
+ "email": "austindfenne@gmail.com"
+ },
+ "record": {
+ "CNAME": "fenneaustin.github.io"
+ }
}
diff --git a/domains/authorises.json b/domains/authorises.json
index 3396108d2..70a34b734 100644
--- a/domains/authorises.json
+++ b/domains/authorises.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "authorises.github.io"
}
-}
+}
diff --git a/domains/ave.json b/domains/ave.json
index c240dd564..7e93c23bc 100644
--- a/domains/ave.json
+++ b/domains/ave.json
@@ -1,11 +1,11 @@
{
- "description": "Personal site for github@ayvacs",
- "repo": "https://github.com/ayvacs/ayvacs.github.io",
- "owner": {
- "username": "ayvacs",
- "email": "ayvacs@proton.me"
- },
- "record": {
- "CNAME": "ayvacs.github.io"
- }
-}
\ No newline at end of file
+ "description": "Personal site for github@ayvacs",
+ "repo": "https://github.com/ayvacs/ayvacs.github.io",
+ "owner": {
+ "username": "ayvacs",
+ "email": "ayvacs@proton.me"
+ },
+ "record": {
+ "CNAME": "ayvacs.github.io"
+ }
+}
diff --git a/domains/avellea.json b/domains/avellea.json
index cf3689b34..b9cad219f 100644
--- a/domains/avellea.json
+++ b/domains/avellea.json
@@ -1,12 +1,12 @@
{
- "description": "Personal website.",
- "repo": "https://github.com/Avellea/Avellea.github.io",
- "owner": {
- "username": "Avellea",
- "email": "",
- "discord": "Ave#2776"
- },
- "record": {
- "CNAME": "avellea.github.io"
- }
+ "description": "Personal website.",
+ "repo": "https://github.com/Avellea/Avellea.github.io",
+ "owner": {
+ "username": "Avellea",
+ "email": "",
+ "discord": "Ave#2776"
+ },
+ "record": {
+ "CNAME": "avellea.github.io"
+ }
}
diff --git a/domains/avery.json b/domains/avery.json
index af5e85347..6d4153062 100644
--- a/domains/avery.json
+++ b/domains/avery.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "caverym",
- "email": "averylapine@gmail.com",
- "discord": "Avery~#1845"
- },
- "description": "A cool domain that will most likely use!",
- "record": {
- "CNAME": "caverym.net"
- }
+ "owner": {
+ "username": "caverym",
+ "email": "averylapine@gmail.com",
+ "discord": "Avery~#1845"
+ },
+ "description": "A cool domain that will most likely use!",
+ "record": {
+ "CNAME": "caverym.net"
+ }
}
diff --git a/domains/avg.json b/domains/avg.json
index 9facc3b20..d0aba07f1 100644
--- a/domains/avg.json
+++ b/domains/avg.json
@@ -1,12 +1,12 @@
{
- "description": "An average developer's blog",
- "repo": "https://github.com/AverageHelper/AverageHelper.github.io",
- "owner": {
- "username": "AverageHelper",
- "email": "avghelper.5fh6g@simplelogin.co",
- "twitter": "avghelper"
- },
- "record": {
- "URL": "https://averagehelper.github.io"
- }
+ "description": "An average developer's blog",
+ "repo": "https://github.com/AverageHelper/AverageHelper.github.io",
+ "owner": {
+ "username": "AverageHelper",
+ "email": "avghelper.5fh6g@simplelogin.co",
+ "twitter": "avghelper"
+ },
+ "record": {
+ "URL": "https://averagehelper.github.io"
+ }
}
diff --git a/domains/avnoor-gamerz.json b/domains/avnoor-gamerz.json
index 92d607ea7..88ec0faaf 100644
--- a/domains/avnoor-gamerz.json
+++ b/domains/avnoor-gamerz.json
@@ -1,12 +1,12 @@
{
- "description": "Official WEBSITE OF aVNOOR gAMERZ",
- "repo": "https://github.com/Avnoor-Gamerz/avnoor-gamerz.github.io",
- "owner": {
- "username": "avnoor-gamerz",
- "email": "avnoorchahal001@gmail.com",
- "twitter": "avnoor-gamerz"
- },
- "record": {
- "CNAME": "avnoor-gamerz.github.io"
- }
+ "description": "Official WEBSITE OF aVNOOR gAMERZ",
+ "repo": "https://github.com/Avnoor-Gamerz/avnoor-gamerz.github.io",
+ "owner": {
+ "username": "avnoor-gamerz",
+ "email": "avnoorchahal001@gmail.com",
+ "twitter": "avnoor-gamerz"
+ },
+ "record": {
+ "CNAME": "avnoor-gamerz.github.io"
+ }
}
diff --git a/domains/avon.json b/domains/avon.json
index 1029e8448..3a5269343 100644
--- a/domains/avon.json
+++ b/domains/avon.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "avonryle",
- "discord": "avonryle#3155",
- "email": "avonryle@cloudteam.me"
- },
- "record": {
- "CNAME": "b496390d-18ef-4629-990f-a6bb296f35d6.id.repl.co"
- }
+ "owner": {
+ "username": "avonryle",
+ "discord": "avonryle#3155",
+ "email": "avonryle@cloudteam.me"
+ },
+ "record": {
+ "CNAME": "b496390d-18ef-4629-990f-a6bb296f35d6.id.repl.co"
+ }
}
diff --git a/domains/awan.json b/domains/awan.json
index 7890ad975..610503119 100644
--- a/domains/awan.json
+++ b/domains/awan.json
@@ -1,11 +1,11 @@
{
- "description": "Awan Shrestha's Site",
- "owner": {
- "username": "awanshrestha",
- "email": "awa1shrestha@gmail.com",
- "twitter": "awanshrestha1"
- },
- "record": {
- "URL": "https://awan.com.np"
- }
+ "description": "Awan Shrestha's Site",
+ "owner": {
+ "username": "awanshrestha",
+ "email": "awa1shrestha@gmail.com",
+ "twitter": "awanshrestha1"
+ },
+ "record": {
+ "URL": "https://awan.com.np"
+ }
}
diff --git a/domains/ax.json b/domains/ax.json
index 92fe9a959..7e27bfa8a 100644
--- a/domains/ax.json
+++ b/domains/ax.json
@@ -1,11 +1,11 @@
{
- "description": "Ax's Portfolio",
- "repo": "https://github.com/ax-a-dev",
- "owner": {
- "username": "ax-a-dev",
- "email": "ax_a_dev#3122"
- },
- "record": {
- "URL": "https://axdev.vercel.app"
- }
+ "description": "Ax's Portfolio",
+ "repo": "https://github.com/ax-a-dev",
+ "owner": {
+ "username": "ax-a-dev",
+ "email": "ax_a_dev#3122"
+ },
+ "record": {
+ "URL": "https://axdev.vercel.app"
+ }
}
diff --git a/domains/axd.json b/domains/axd.json
index eb11f6a16..e027b4dd5 100644
--- a/domains/axd.json
+++ b/domains/axd.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "alexdhg",
- "email": "me@alexdhg.com"
- },
- "record": {
- "URL": "https://alexdhg.com"
- }
+ "owner": {
+ "username": "alexdhg",
+ "email": "me@alexdhg.com"
+ },
+ "record": {
+ "URL": "https://alexdhg.com"
+ }
}
diff --git a/domains/axewbotx.json b/domains/axewbotx.json
index 5aefb7bc8..f5f10af9d 100644
--- a/domains/axewbotx.json
+++ b/domains/axewbotx.json
@@ -8,5 +8,4 @@
"record": {
"CNAME": "axewbotx.github.io"
}
-}
-
+}
diff --git a/domains/axviii3.json b/domains/axviii3.json
index 3bdce2355..b9f9f0b2b 100644
--- a/domains/axviii3.json
+++ b/domains/axviii3.json
@@ -1,11 +1,16 @@
{
- "owner": {
- "username": "AXVIII3",
- "email": "anirbanrc2286@gmail.com"
- },
- "record": {
- "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"]
- }
+ "owner": {
+ "username": "AXVIII3",
+ "email": "anirbanrc2286@gmail.com"
+ },
+ "record": {
+ "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/ayanamy.json b/domains/ayanamy.json
index 44fe32ed3..fccd3e0c2 100644
--- a/domains/ayanamy.json
+++ b/domains/ayanamy.json
@@ -1,12 +1,12 @@
{
- "description": "AyanAmy's About Page",
- "repo": "https://github.com/jy1263/jy1263.github.io",
- "owner": {
- "username": "jy1263",
- "email": "",
- "twitter": "jy126orjy126"
- },
- "record": {
- "URL": "https://jy1263.github.io"
- }
+ "description": "AyanAmy's About Page",
+ "repo": "https://github.com/jy1263/jy1263.github.io",
+ "owner": {
+ "username": "jy1263",
+ "email": "",
+ "twitter": "jy126orjy126"
+ },
+ "record": {
+ "URL": "https://jy1263.github.io"
+ }
}
diff --git a/domains/aypro.json b/domains/aypro.json
index a5e78fa37..8db6e084b 100644
--- a/domains/aypro.json
+++ b/domains/aypro.json
@@ -1,11 +1,11 @@
{
- "description": "Aypro's personal website",
- "repo": "https://github.com/aypro-droid/aypro-droid.github.io",
- "owner": {
- "username": "aypro-droid",
- "email": "ayprogaming1@gmail.com"
- },
- "record": {
- "CNAME": "aypro-droid.github.io"
- }
+ "description": "Aypro's personal website",
+ "repo": "https://github.com/aypro-droid/aypro-droid.github.io",
+ "owner": {
+ "username": "aypro-droid",
+ "email": "ayprogaming1@gmail.com"
+ },
+ "record": {
+ "CNAME": "aypro-droid.github.io"
+ }
}
diff --git a/domains/ayush.json b/domains/ayush.json
index 54169c393..6ada4c27b 100644
--- a/domains/ayush.json
+++ b/domains/ayush.json
@@ -1,12 +1,12 @@
{
- "description": "My Website",
- "repo": "https://github.com/Itzayushzz/Itzayushzz.github.io",
- "owner": {
- "username": "Itzayushzz",
- "email": "",
- "discord": "Ayush_Ezz#6057"
- },
- "record": {
- "CNAME": "itzayushzz.github.io"
- }
+ "description": "My Website",
+ "repo": "https://github.com/Itzayushzz/Itzayushzz.github.io",
+ "owner": {
+ "username": "Itzayushzz",
+ "email": "",
+ "discord": "Ayush_Ezz#6057"
+ },
+ "record": {
+ "CNAME": "itzayushzz.github.io"
+ }
}
diff --git a/domains/ayushshivaji.json b/domains/ayushshivaji.json
index f3c9a0645..ba9ecfa45 100644
--- a/domains/ayushshivaji.json
+++ b/domains/ayushshivaji.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "ayushclashroyale",
"email": "ayushclashroyale@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "ayushclashroyale.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/azer.json b/domains/azer.json
index d0380e4f4..edafa2dff 100644
--- a/domains/azer.json
+++ b/domains/azer.json
@@ -1,10 +1,10 @@
{
- "description": "Personal page of Azer Sadykhzadeh",
- "owner": {
- "username": "sadykhzadeh",
- "email": "azer.piano14@gmail.com"
- },
- "record": {
- "CNAME": "sadykhzadeh.github.io"
- }
+ "description": "Personal page of Azer Sadykhzadeh",
+ "owner": {
+ "username": "sadykhzadeh",
+ "email": "azer.piano14@gmail.com"
+ },
+ "record": {
+ "CNAME": "sadykhzadeh.github.io"
+ }
}
diff --git a/domains/b45i.json b/domains/b45i.json
index 67b1acd2b..f1b3205d4 100644
--- a/domains/b45i.json
+++ b/domains/b45i.json
@@ -1,11 +1,11 @@
{
- "description": "B45i - Home Page",
- "repo": "https://github.com/B45i/b45i.github.io",
- "owner": {
- "username": "B45i",
- "email": "amalshajan2011@gmail.com"
- },
- "record": {
- "CNAME": "b45i.github.io"
- }
+ "description": "B45i - Home Page",
+ "repo": "https://github.com/B45i/b45i.github.io",
+ "owner": {
+ "username": "B45i",
+ "email": "amalshajan2011@gmail.com"
+ },
+ "record": {
+ "CNAME": "b45i.github.io"
+ }
}
diff --git a/domains/bachwumpus.json b/domains/bachwumpus.json
index 3c831d929..363ca6786 100644
--- a/domains/bachwumpus.json
+++ b/domains/bachwumpus.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "BachLe2000",
"email": "tinh200974@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "web.frawgnu.tk"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/badboy.json b/domains/badboy.json
index 6cdec5f69..154fb79b5 100644
--- a/domains/badboy.json
+++ b/domains/badboy.json
@@ -1,10 +1,10 @@
{
- "description": "Bad Boy/Semant 's Website",
- "owner": {
- "username": "s3mant",
- "email": "contact@semant.is-a.dev"
- },
- "record": {
- "CNAME": "2755c31d-6389-4f53-8fd7-b83f99037ffd.id.repl.co"
- }
+ "description": "Bad Boy/Semant 's Website",
+ "owner": {
+ "username": "s3mant",
+ "email": "contact@semant.is-a.dev"
+ },
+ "record": {
+ "CNAME": "2755c31d-6389-4f53-8fd7-b83f99037ffd.id.repl.co"
+ }
}
diff --git a/domains/badzlan.json b/domains/badzlan.json
index 989e2e6f3..a0fbb273d 100644
--- a/domains/badzlan.json
+++ b/domains/badzlan.json
@@ -7,4 +7,4 @@
"record": {
"CNAME": "badzlan.github.io"
}
-}
+}
diff --git a/domains/bae.json b/domains/bae.json
index 106221208..3020d6e31 100644
--- a/domains/bae.json
+++ b/domains/bae.json
@@ -1,10 +1,10 @@
{
- "description": "Bae's personal website",
- "owner": {
- "username": "ba-e",
- "email": "bae.nyom@gmail.com"
- },
- "record": {
- "URL": "https://bae.codes"
- }
+ "description": "Bae's personal website",
+ "owner": {
+ "username": "ba-e",
+ "email": "bae.nyom@gmail.com"
+ },
+ "record": {
+ "URL": "https://bae.codes"
+ }
}
diff --git a/domains/baijiu.yec.json b/domains/baijiu.yec.json
index 02420e017..9fd34f4f1 100644
--- a/domains/baijiu.yec.json
+++ b/domains/baijiu.yec.json
@@ -1,11 +1,11 @@
{
- "description": "baijiu.yec",
- "repo": "https://github.com/twentwo/baijiu.yec",
- "owner": {
- "username": "twentwo",
- "email": "joneyee22@qq.com"
- },
- "record": {
- "URL": "https://twentwo.github.io/baijiu.yec"
- }
+ "description": "baijiu.yec",
+ "repo": "https://github.com/twentwo/baijiu.yec",
+ "owner": {
+ "username": "twentwo",
+ "email": "joneyee22@qq.com"
+ },
+ "record": {
+ "URL": "https://twentwo.github.io/baijiu.yec"
+ }
}
diff --git a/domains/balam314.json b/domains/balam314.json
index 0ca22dcf3..6730eac60 100644
--- a/domains/balam314.json
+++ b/domains/balam314.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "BalaM314",
- "email": "bulldozerUS@outlook.com"
- },
- "record": {
- "URL": "https://balam314.github.io/BalaM314"
- }
+ "owner": {
+ "username": "BalaM314",
+ "email": "bulldozerUS@outlook.com"
+ },
+ "record": {
+ "URL": "https://balam314.github.io/BalaM314"
+ }
}
diff --git a/domains/ball.mousemoosz.json b/domains/ball.mousemoosz.json
index 48cbc4a07..293d56209 100644
--- a/domains/ball.mousemoosz.json
+++ b/domains/ball.mousemoosz.json
@@ -1,10 +1,10 @@
{
- "description": "The documentation website for Ball discord bot.",
- "owner": {
- "username": "MouseMoosz",
- "email": "mousemoosz@protonmail.com"
- },
- "record": {
- "CNAME": "mousemoosz.github.io"
- }
+ "description": "The documentation website for Ball discord bot.",
+ "owner": {
+ "username": "MouseMoosz",
+ "email": "mousemoosz@protonmail.com"
+ },
+ "record": {
+ "CNAME": "mousemoosz.github.io"
+ }
}
diff --git a/domains/banana.json b/domains/banana.json
index de86f28d1..b9a8c0f3f 100644
--- a/domains/banana.json
+++ b/domains/banana.json
@@ -1,11 +1,11 @@
{
- "description": "banana's website",
- "repo": "https://github.com/BANanaD3V/bananadev-ml",
- "owner": {
- "username": "BANanaD3V",
- "email": "banana@bananadev.ml"
- },
- "record": {
- "CNAME": "bananad3v.github.io"
- }
+ "description": "banana's website",
+ "repo": "https://github.com/BANanaD3V/bananadev-ml",
+ "owner": {
+ "username": "BANanaD3V",
+ "email": "banana@bananadev.ml"
+ },
+ "record": {
+ "CNAME": "bananad3v.github.io"
+ }
}
diff --git a/domains/bank.json b/domains/bank.json
index 4c45c9c86..b907ee8a4 100644
--- a/domains/bank.json
+++ b/domains/bank.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "tithanayut",
- "email": "b@thanayut.in.th"
- },
- "description": "Bank Thanayut's Personal Site",
- "record": {
- "URL": "https://thanayut.in.th"
- }
+ "owner": {
+ "username": "tithanayut",
+ "email": "b@thanayut.in.th"
+ },
+ "description": "Bank Thanayut's Personal Site",
+ "record": {
+ "URL": "https://thanayut.in.th"
+ }
}
diff --git a/domains/baquir.json b/domains/baquir.json
index ce53bed23..ca86d86ed 100644
--- a/domains/baquir.json
+++ b/domains/baquir.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "mohd-baquir-qureshi.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "mohd-baquir-qureshi.github.io"
+ }
}
diff --git a/domains/bardia.json b/domains/bardia.json
index a435952f6..3842ca546 100644
--- a/domains/bardia.json
+++ b/domains/bardia.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "abardia",
"email": "a.bardia@yahoo.de"
- },
- "record": {
+ },
+ "record": {
"CNAME": "abardia.github.io"
- }
}
-
+}
diff --git a/domains/bartoszm77.json b/domains/bartoszm77.json
index e42611544..b94c93cb9 100644
--- a/domains/bartoszm77.json
+++ b/domains/bartoszm77.json
@@ -1,12 +1,12 @@
{
- "description": "bartoszm77.is-a.dev",
- "repo": "https://github.com/b2rt0szm77/b2rt0szm77.github.io",
- "owner": {
- "username": "bartoszm77",
- "email": "",
- "discord": "bartoszm77#3458"
- },
- "record": {
- "CNAME": "b2rt0szm77.github.io"
+ "description": "bartoszm77.is-a.dev",
+ "repo": "https://github.com/b2rt0szm77/b2rt0szm77.github.io",
+ "owner": {
+ "username": "bartoszm77",
+ "email": "",
+ "discord": "bartoszm77#3458"
+ },
+ "record": {
+ "CNAME": "b2rt0szm77.github.io"
}
}
diff --git a/domains/bashou.json b/domains/bashou.json
index 856725961..fdf1932a2 100644
--- a/domains/bashou.json
+++ b/domains/bashou.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "bashoudev",
- "email": "bashou@luduma.ga",
- "twitter": "bashouuu"
- },
- "record": {
- "URL": "https://bashoudev.ga"
- }
+ "owner": {
+ "username": "bashoudev",
+ "email": "bashou@luduma.ga",
+ "twitter": "bashouuu"
+ },
+ "record": {
+ "URL": "https://bashoudev.ga"
+ }
}
diff --git a/domains/basil.json b/domains/basil.json
index bc0a52de9..27eaf9c8c 100644
--- a/domains/basil.json
+++ b/domains/basil.json
@@ -1,12 +1,12 @@
{
- "description": "Basils' website",
- "repo": "https://github.com/LowSpecCorgi/LowSpecCorgi.github.io",
- "owner": {
- "username": "LowSpecCorgi",
- "email": "haroldthesenpai@gmail.com",
- "twitter": "basilicous"
- },
- "record": {
- "CNAME": "LowSpeCorgi.github.io"
- }
+ "description": "Basils' website",
+ "repo": "https://github.com/LowSpecCorgi/LowSpecCorgi.github.io",
+ "owner": {
+ "username": "LowSpecCorgi",
+ "email": "haroldthesenpai@gmail.com",
+ "twitter": "basilicous"
+ },
+ "record": {
+ "CNAME": "LowSpeCorgi.github.io"
+ }
}
diff --git a/domains/bast.json b/domains/bast.json
index 302ae95f6..4cc301bed 100644
--- a/domains/bast.json
+++ b/domains/bast.json
@@ -1,10 +1,10 @@
{
- "description": "Bast's Programming Blog",
- "owner": {
- "username": "bast0006",
- "email": "bast@bast-development.com"
- },
- "record": {
- "URL": "https://bast-development.com"
- }
+ "description": "Bast's Programming Blog",
+ "owner": {
+ "username": "bast0006",
+ "email": "bast@bast-development.com"
+ },
+ "record": {
+ "URL": "https://bast-development.com"
+ }
}
diff --git a/domains/batema.json b/domains/batema.json
index 60d667aff..c6a201e3b 100644
--- a/domains/batema.json
+++ b/domains/batema.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "lukas-batema",
- "email": "lukasbatema@gmail.com"
- },
- "record": {
- "URL": "https://batemadevelopment.com"
- }
+ "owner": {
+ "username": "lukas-batema",
+ "email": "lukasbatema@gmail.com"
+ },
+ "record": {
+ "URL": "https://batemadevelopment.com"
+ }
}
diff --git a/domains/baumistlustig.json b/domains/baumistlustig.json
index 5aa7e3a45..7fbe846e4 100644
--- a/domains/baumistlustig.json
+++ b/domains/baumistlustig.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "baumistlustig",
- "email": "johannes.hoellwerth@protonmail.com"
- },
+ "owner": {
+ "username": "baumistlustig",
+ "email": "johannes.hoellwerth@protonmail.com"
+ },
- "record": {
- "URL": "https://baumistlustig.eu"
- }
+ "record": {
+ "URL": "https://baumistlustig.eu"
+ }
}
diff --git a/domains/bbhc.json b/domains/bbhc.json
index cd037c775..4df6c0b06 100644
--- a/domains/bbhc.json
+++ b/domains/bbhc.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "thetayloredman",
- "email": "",
- "telegram": "BadBoyHaloCat"
- },
- "description": "Personal website",
- "record": {
- "A": ["167.172.157.69"]
- }
+ "owner": {
+ "username": "thetayloredman",
+ "email": "",
+ "telegram": "BadBoyHaloCat"
+ },
+ "description": "Personal website",
+ "record": {
+ "A": ["167.172.157.69"]
+ }
}
diff --git a/domains/bdays.suki.json b/domains/bdays.suki.json
index 6b8612c2f..a34c0ee47 100644
--- a/domains/bdays.suki.json
+++ b/domains/bdays.suki.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "SukiPlayz",
- "email": "sukimayoo@outlook.com"
- },
- "record": {
- "CNAME": "65f74b16-32c4-4c9b-b6ae-8fd70c262487.id.repl.co"
- }
+ "owner": {
+ "username": "SukiPlayz",
+ "email": "sukimayoo@outlook.com"
+ },
+ "record": {
+ "CNAME": "65f74b16-32c4-4c9b-b6ae-8fd70c262487.id.repl.co"
+ }
}
diff --git a/domains/bear.json b/domains/bear.json
index 9109f56fe..8160c37eb 100644
--- a/domains/bear.json
+++ b/domains/bear.json
@@ -1,12 +1,12 @@
{
- "description": "Bear's Portfolio Website",
- "repo": "https://github.com/bearts/bearts.github.io",
+ "description": "Bear's Portfolio Website",
+ "repo": "https://github.com/bearts/bearts.github.io",
"owner": {
"username": "bearts",
"email": "anujparihar@yahoo.com",
"twitter": "anujpflash"
- },
- "record": {
- "CNAME": "bearts.github.io"
- }
+ },
+ "record": {
+ "CNAME": "bearts.github.io"
+ }
}
diff --git a/domains/beboq.json b/domains/beboq.json
index 2b5b5482c..6dc50e318 100644
--- a/domains/beboq.json
+++ b/domains/beboq.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "iibeboQ",
"email": "qqqbeboo@yahoo.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "2e0e98d2-b08c-4ced-aa5a-47d06b3a7ef0.id.repl.co"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/bedanth.json b/domains/bedanth.json
index e63d09d00..b898e2885 100644
--- a/domains/bedanth.json
+++ b/domains/bedanth.json
@@ -1,11 +1,11 @@
{
- "description": "Bedant Hota's Portfolio",
- "repo": "https://github.com/bedantH/bedantH.github.io",
- "owner": {
- "username": "bedantH",
- "email": "mohanesh.h2003@gmail.com"
- },
- "record": {
- "CNAME": "bedanth-github-io.pages.dev"
- }
+ "description": "Bedant Hota's Portfolio",
+ "repo": "https://github.com/bedantH/bedantH.github.io",
+ "owner": {
+ "username": "bedantH",
+ "email": "mohanesh.h2003@gmail.com"
+ },
+ "record": {
+ "CNAME": "bedanth-github-io.pages.dev"
+ }
}
diff --git a/domains/bedrock16.json b/domains/bedrock16.json
index c60d0b402..22fd5dd49 100644
--- a/domains/bedrock16.json
+++ b/domains/bedrock16.json
@@ -1,11 +1,11 @@
{
- "description": "my website",
- "repo": "https://github.com/Bedrock16",
- "owner": {
- "username": "atharv",
- "email": "youbed61@gmail.com"
- },
- "record": {
- "A": ["34.120.194.28"]
- }
+ "description": "my website",
+ "repo": "https://github.com/Bedrock16",
+ "owner": {
+ "username": "atharv",
+ "email": "youbed61@gmail.com"
+ },
+ "record": {
+ "A": ["34.120.194.28"]
+ }
}
diff --git a/domains/bee.json b/domains/bee.json
index ce0fa62ed..f7e5bc7f1 100644
--- a/domains/bee.json
+++ b/domains/bee.json
@@ -1,12 +1,12 @@
{
- "owner": {
- "username": "padlocks",
- "email": "",
- "twitter": "WeDoBeeVibing",
- "discord": "bee!#0001"
- },
- "description": "Commission website and links to my social medias.",
- "record": {
- "CNAME": "enbee.carrd.co"
- }
+ "owner": {
+ "username": "padlocks",
+ "email": "",
+ "twitter": "WeDoBeeVibing",
+ "discord": "bee!#0001"
+ },
+ "description": "Commission website and links to my social medias.",
+ "record": {
+ "CNAME": "enbee.carrd.co"
+ }
}
diff --git a/domains/belle.json b/domains/belle.json
index 4763b602e..4c3075d16 100644
--- a/domains/belle.json
+++ b/domains/belle.json
@@ -1,11 +1,11 @@
{
- "description": "Belle's website",
- "repo": "https://github.com/bellesea/personalwebsite",
- "owner": {
- "username": "bellesea",
- "email": "bellesee1212@gmail.com"
- },
- "record": {
- "CNAME": "bellesea.github.io"
- }
+ "description": "Belle's website",
+ "repo": "https://github.com/bellesea/personalwebsite",
+ "owner": {
+ "username": "bellesea",
+ "email": "bellesee1212@gmail.com"
+ },
+ "record": {
+ "CNAME": "bellesea.github.io"
+ }
}
diff --git a/domains/benjo.json b/domains/benjo.json
index a76f250b0..7c14eedc3 100644
--- a/domains/benjo.json
+++ b/domains/benjo.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "Golgrax",
- "email": "",
- "twitter": "BughawBenjo"
- },
- "record": {
- "CNAME": "09a88fc1-344d-44cf-8b92-98cc1383dff6.id.repl.co"
- }
+ "owner": {
+ "username": "Golgrax",
+ "email": "",
+ "twitter": "BughawBenjo"
+ },
+ "record": {
+ "CNAME": "09a88fc1-344d-44cf-8b92-98cc1383dff6.id.repl.co"
+ }
}
diff --git a/domains/bento64.json b/domains/bento64.json
index 6a2a57b03..fdac7dac9 100644
--- a/domains/bento64.json
+++ b/domains/bento64.json
@@ -1,13 +1,11 @@
-
- {
- "description": "I need a great looking (sub)domain for my website",
- "repo": "https://github.com/bento64/bento64.github.io",
- "owner": {
+{
+ "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"
- },
- "record": {
+ },
+ "record": {
"CNAME": "bento64.github.io"
- }
}
-
+}
diff --git a/domains/berry.json b/domains/berry.json
index 40581dbbe..ffefd6998 100644
--- a/domains/berry.json
+++ b/domains/berry.json
@@ -1,11 +1,11 @@
{
- "description": "Berry's developer website",
- "owner": {
- "username": "AhmedBaari",
- "email": "ahmed4baari@gmail.com",
- "instagram": "berryciouss"
- },
- "record": {
- "CNAME": "cname.short.io"
- }
+ "description": "Berry's developer website",
+ "owner": {
+ "username": "AhmedBaari",
+ "email": "ahmed4baari@gmail.com",
+ "instagram": "berryciouss"
+ },
+ "record": {
+ "CNAME": "cname.short.io"
+ }
}
diff --git a/domains/bhadra.json b/domains/bhadra.json
index b579dc80b..1995bb764 100644
--- a/domains/bhadra.json
+++ b/domains/bhadra.json
@@ -1,11 +1,11 @@
{
- "description": "Personal Website",
- "repo": "https://github.com/BhadraJayakumarSandhya/BhadraJayakumarSandhya.github.io",
- "owner": {
- "username": "BhadraJayakumarSandhya",
- "email": "tomjerryparu@gmail.com"
- },
- "record": {
- "CNAME": "BhadraJayakumarSandhya.github.io"
- }
+ "description": "Personal Website",
+ "repo": "https://github.com/BhadraJayakumarSandhya/BhadraJayakumarSandhya.github.io",
+ "owner": {
+ "username": "BhadraJayakumarSandhya",
+ "email": "tomjerryparu@gmail.com"
+ },
+ "record": {
+ "CNAME": "BhadraJayakumarSandhya.github.io"
+ }
}
diff --git a/domains/bhargav-gohil.json b/domains/bhargav-gohil.json
index caf0466cc..762c4d79c 100644
--- a/domains/bhargav-gohil.json
+++ b/domains/bhargav-gohil.json
@@ -1,11 +1,11 @@
{
- "description": "Bhargav Gohil's personal developer website",
- "repo": "https://github.com/bhargav252000/bhargav252000.github.io",
- "owner": {
- "username": "bhargav252000",
- "email": "bhargavgohil25@gmail.com"
- },
- "record": {
- "CNAME": "bhargav252000.github.io"
- }
+ "description": "Bhargav Gohil's personal developer website",
+ "repo": "https://github.com/bhargav252000/bhargav252000.github.io",
+ "owner": {
+ "username": "bhargav252000",
+ "email": "bhargavgohil25@gmail.com"
+ },
+ "record": {
+ "CNAME": "bhargav252000.github.io"
+ }
}
diff --git a/domains/bhattcodes.json b/domains/bhattcodes.json
index c6df48317..fac65050f 100644
--- a/domains/bhattcodes.json
+++ b/domains/bhattcodes.json
@@ -1,11 +1,11 @@
{
- "description": "Aman Bhatt's personal website",
- "repo": "https://github.com/bhattcodes/bhattcodes.github.io",
- "owner": {
- "username": "bhattcodes",
- "email": "bhatt.codes@gmail.com"
- },
- "record": {
- "CNAME": "bhattcodes.github.io"
- }
+ "description": "Aman Bhatt's personal website",
+ "repo": "https://github.com/bhattcodes/bhattcodes.github.io",
+ "owner": {
+ "username": "bhattcodes",
+ "email": "bhatt.codes@gmail.com"
+ },
+ "record": {
+ "CNAME": "bhattcodes.github.io"
+ }
}
diff --git a/domains/bhavesh-acquaintsoft.json b/domains/bhavesh-acquaintsoft.json
index de9f54e47..0041de9dd 100644
--- a/domains/bhavesh-acquaintsoft.json
+++ b/domains/bhavesh-acquaintsoft.json
@@ -1,12 +1,11 @@
{
- "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",
- "email": ""
- },
- "record": {
- "CNAME": "bhavesh-acquaintsoft.github.io"
- }
+ "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",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "bhavesh-acquaintsoft.github.io"
+ }
}
-
diff --git a/domains/bhavishya.json b/domains/bhavishya.json
index 9ddb9f3b1..e6187077d 100644
--- a/domains/bhavishya.json
+++ b/domains/bhavishya.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "BH00TXD",
"email": "ghost25112006@gmail.com"
- },
+ },
- "record": {
+ "record": {
"A": ["164.132.74.251"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/bhumkah-patel.json b/domains/bhumkah-patel.json
index c05371862..9c2130117 100644
--- a/domains/bhumkah-patel.json
+++ b/domains/bhumkah-patel.json
@@ -1,11 +1,11 @@
{
- "description": "bhumika patel.",
- "repo": "https://github.com/bhumkah-patel/bhumkah-patel.github.io",
- "owner": {
- "username": "bhumkah-patel",
- "email": ""
- },
- "record": {
- "CNAME": "bhumkah-patel.github.io"
- }
+ "description": "bhumika patel.",
+ "repo": "https://github.com/bhumkah-patel/bhumkah-patel.github.io",
+ "owner": {
+ "username": "bhumkah-patel",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "bhumkah-patel.github.io"
+ }
}
diff --git a/domains/bimal.json b/domains/bimal.json
index 0f7076a76..945f65efb 100644
--- a/domains/bimal.json
+++ b/domains/bimal.json
@@ -1,12 +1,12 @@
{
- "description": "My personal website goes here",
- "repo": "https://github.com/bimal-inc/bimal-inc.github.io",
- "owner": {
- "username": "bimal-inc",
- "email": "bimalyadavemail7@gmail.com",
- "twitter": "bimalinc"
- },
- "record": {
- "CNAME": "bimal-inc.github.io"
- }
+ "description": "My personal website goes here",
+ "repo": "https://github.com/bimal-inc/bimal-inc.github.io",
+ "owner": {
+ "username": "bimal-inc",
+ "email": "bimalyadavemail7@gmail.com",
+ "twitter": "bimalinc"
+ },
+ "record": {
+ "CNAME": "bimal-inc.github.io"
+ }
}
diff --git a/domains/bipin-bheda.json b/domains/bipin-bheda.json
index 6df4dd35d..93e454772 100644
--- a/domains/bipin-bheda.json
+++ b/domains/bipin-bheda.json
@@ -1,11 +1,11 @@
{
- "description": "Bipin Bheda Profile.",
- "repo": "https://github.com/bipin-bheda/bipin-bheda.github.io",
- "owner": {
- "username": "bipin-bheda",
- "email": ""
- },
- "record": {
- "CNAME": "bipin-bheda.github.io"
- }
+ "description": "Bipin Bheda Profile.",
+ "repo": "https://github.com/bipin-bheda/bipin-bheda.github.io",
+ "owner": {
+ "username": "bipin-bheda",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "bipin-bheda.github.io"
+ }
}
diff --git a/domains/biplob.json b/domains/biplob.json
index 62139944b..d0b24ffb2 100644
--- a/domains/biplob.json
+++ b/domains/biplob.json
@@ -1,11 +1,11 @@
{
- "description": "Biplob's website",
- "repo": "https://github.com/revolutionisme/revolutionisme.github.io",
- "owner": {
- "username": "revolutionisme",
- "email": "revolutionisme+github@gmail.com"
- },
- "record": {
- "CNAME": "revolutionisme.github.io"
- }
+ "description": "Biplob's website",
+ "repo": "https://github.com/revolutionisme/revolutionisme.github.io",
+ "owner": {
+ "username": "revolutionisme",
+ "email": "revolutionisme+github@gmail.com"
+ },
+ "record": {
+ "CNAME": "revolutionisme.github.io"
+ }
}
diff --git a/domains/blackdx.json b/domains/blackdx.json
index a521dcc92..03b7b6878 100644
--- a/domains/blackdx.json
+++ b/domains/blackdx.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "blackdx.github.io"
}
-}
+}
diff --git a/domains/blaine.json b/domains/blaine.json
index eff049886..e9920dac7 100644
--- a/domains/blaine.json
+++ b/domains/blaine.json
@@ -1,11 +1,11 @@
{
- "description": "The face of Blaine, on the web",
- "repo": "https://github.com/Blakeinstein/Blakeinstein.github.io",
- "owner": {
- "username": "Blakeinstein",
- "email": "rishi1998@gmail.com"
- },
- "record": {
- "URL": "https://blaine.vip"
- }
+ "description": "The face of Blaine, on the web",
+ "repo": "https://github.com/Blakeinstein/Blakeinstein.github.io",
+ "owner": {
+ "username": "Blakeinstein",
+ "email": "rishi1998@gmail.com"
+ },
+ "record": {
+ "URL": "https://blaine.vip"
+ }
}
diff --git a/domains/blake.json b/domains/blake.json
index 1366c9473..c1bfd94da 100644
--- a/domains/blake.json
+++ b/domains/blake.json
@@ -1,12 +1,12 @@
{
- "description": "A redirection to my github page",
- "repo": "https://github.com/BlakeH2208",
- "owner": {
- "username": "BlakeH2208",
- "email": "contact@blakehurley.com"
- },
+ "description": "A redirection to my github page",
+ "repo": "https://github.com/BlakeH2208",
+ "owner": {
+ "username": "BlakeH2208",
+ "email": "contact@blakehurley.com"
+ },
- "record": {
- "A": ["89.41.169.49"]
- }
+ "record": {
+ "A": ["89.41.169.49"]
+ }
}
diff --git a/domains/blast.json b/domains/blast.json
index d83a94be7..f52843c4a 100644
--- a/domains/blast.json
+++ b/domains/blast.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "ReBlast",
- "email": "",
- "discord": "Blast#9400"
- },
- "description": "Personal website with links to my social medias, will probably add portfolio",
- "record": {
- "CNAME": "reblast.github.io"
- }
+ "owner": {
+ "username": "ReBlast",
+ "email": "",
+ "discord": "Blast#9400"
+ },
+ "description": "Personal website with links to my social medias, will probably add portfolio",
+ "record": {
+ "CNAME": "reblast.github.io"
+ }
}
diff --git a/domains/blog.catzboy.json b/domains/blog.catzboy.json
index e11095ae3..695d43e96 100644
--- a/domains/blog.catzboy.json
+++ b/domains/blog.catzboy.json
@@ -1,11 +1,11 @@
{
- "description": "Catzboy's Blog",
- "repo": "https://github.com/Maruful007/Maruful007.github.io",
- "owner": {
- "username": "Maruful007",
- "email": "marufulislamsami2007@gmail.com"
- },
- "record": {
- "CNAME": "maruful007.github.io"
- }
+ "description": "Catzboy's Blog",
+ "repo": "https://github.com/Maruful007/Maruful007.github.io",
+ "owner": {
+ "username": "Maruful007",
+ "email": "marufulislamsami2007@gmail.com"
+ },
+ "record": {
+ "CNAME": "maruful007.github.io"
+ }
}
diff --git a/domains/blog.crystal.json b/domains/blog.crystal.json
index b1f3d4071..f04028998 100644
--- a/domains/blog.crystal.json
+++ b/domains/blog.crystal.json
@@ -1,10 +1,10 @@
{
- "description": "Blog",
- "owner": {
- "username": "crystalbajgai",
- "email": "crystalbajgai@gmail.com"
- },
- "record": {
- "CNAME": "hashnode.network"
- }
+ "description": "Blog",
+ "owner": {
+ "username": "crystalbajgai",
+ "email": "crystalbajgai@gmail.com"
+ },
+ "record": {
+ "CNAME": "hashnode.network"
+ }
}
diff --git a/domains/blog.dhruva.json b/domains/blog.dhruva.json
index 6a513ff40..254acf7d8 100644
--- a/domains/blog.dhruva.json
+++ b/domains/blog.dhruva.json
@@ -1,11 +1,10 @@
-
{
- "description": "my hashnode blog",
- "owner": {
- "username": "carrotfarmer",
- "email": "dhruvas17068@gmail.com"
- },
- "record": {
- "CNAME": "hashnode.network"
- }
+ "description": "my hashnode blog",
+ "owner": {
+ "username": "carrotfarmer",
+ "email": "dhruvas17068@gmail.com"
+ },
+ "record": {
+ "CNAME": "hashnode.network"
+ }
}
diff --git a/domains/blog.terra.json b/domains/blog.terra.json
index ca6370219..c31c09b4f 100644
--- a/domains/blog.terra.json
+++ b/domains/blog.terra.json
@@ -1,12 +1,12 @@
{
- "description": "Blog - a simple blog site/dairy for TerraPlayz! I hope to see you again.",
- "repo": "https://github.com/terraplayz/blog-cf",
- "owner": {
- "username": "terraplayz",
- "email": "github@om.is-a.dev",
- "twitter": "DaRealOmxpro"
- },
- "record": {
- "CNAME": "blog-cf-bu7.pages.dev"
- }
+ "description": "Blog - a simple blog site/dairy for TerraPlayz! I hope to see you again.",
+ "repo": "https://github.com/terraplayz/blog-cf",
+ "owner": {
+ "username": "terraplayz",
+ "email": "github@om.is-a.dev",
+ "twitter": "DaRealOmxpro"
+ },
+ "record": {
+ "CNAME": "blog-cf-bu7.pages.dev"
+ }
}
diff --git a/domains/blog.whine.json b/domains/blog.whine.json
index 372134a0b..72e0ee1e2 100644
--- a/domains/blog.whine.json
+++ b/domains/blog.whine.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "whinee",
- "email": "",
- "twitter": "whi_nyaan"
+ "username": "whinee",
+ "email": "",
+ "twitter": "whi_nyaan"
},
"description": "whi_ne's blog",
"record": {
diff --git a/domains/blogs.aakanksha.json b/domains/blogs.aakanksha.json
index 9fb453d71..ef2fc325b 100644
--- a/domains/blogs.aakanksha.json
+++ b/domains/blogs.aakanksha.json
@@ -2,10 +2,10 @@
"description": "Aakanksha's Blog",
"repo": "https://github.com/aakankshabhende/aakankshabhende.github.io",
"owner": {
- "username": "aakankshabhende",
- "email": "aakanksha0407@gmail.com"
+ "username": "aakankshabhende",
+ "email": "aakanksha0407@gmail.com"
},
"record": {
- "CNAME": "hashnode.network"
+ "CNAME": "hashnode.network"
}
- }
\ No newline at end of file
+}
diff --git a/domains/blogs.shaunak.json b/domains/blogs.shaunak.json
index 1af1bd18c..a3461174b 100644
--- a/domains/blogs.shaunak.json
+++ b/domains/blogs.shaunak.json
@@ -1,11 +1,11 @@
{
- "description": "Shaunak's Blog",
- "repo": "https://github.com/Shaunak-Pandya/Shaunak-Pandya.github.io",
- "owner": {
- "username": "Shaunak-Pandya",
- "email": "shaunak.n.pandya@gmail.com"
- },
- "record": {
- "CNAME": "hashnode.network"
- }
+ "description": "Shaunak's Blog",
+ "repo": "https://github.com/Shaunak-Pandya/Shaunak-Pandya.github.io",
+ "owner": {
+ "username": "Shaunak-Pandya",
+ "email": "shaunak.n.pandya@gmail.com"
+ },
+ "record": {
+ "CNAME": "hashnode.network"
+ }
}
diff --git a/domains/blox.json b/domains/blox.json
index 19df95c45..350a7adb1 100644
--- a/domains/blox.json
+++ b/domains/blox.json
@@ -6,4 +6,4 @@
"record": {
"CNAME": "soudblox.github.io"
}
-}
+}
diff --git a/domains/blue.json b/domains/blue.json
index 58c6e1510..0ed1654b3 100644
--- a/domains/blue.json
+++ b/domains/blue.json
@@ -1,12 +1,12 @@
{
- "description": "A newbie Python developer who wants to learn more about web design and Python development.",
- "repo": "https://github.com/Jimmy-Blue/jimmy-blue.github.io",
- "owner": {
- "username": "Jimmy-Blue",
- "email": "ngolong1396@hotmail.com",
- "twitter": "JimmyBlue00"
- },
- "record": {
- "CNAME": "jimmy-blue.github.io"
- }
+ "description": "A newbie Python developer who wants to learn more about web design and Python development.",
+ "repo": "https://github.com/Jimmy-Blue/jimmy-blue.github.io",
+ "owner": {
+ "username": "Jimmy-Blue",
+ "email": "ngolong1396@hotmail.com",
+ "twitter": "JimmyBlue00"
+ },
+ "record": {
+ "CNAME": "jimmy-blue.github.io"
+ }
}
diff --git a/domains/blueberry.json b/domains/blueberry.json
index cbffb1225..592ee628b 100644
--- a/domains/blueberry.json
+++ b/domains/blueberry.json
@@ -1,11 +1,11 @@
-{
- "description": "My personal website",
- "repo": "https://github.com/NgVGB/NgVGB.github.io",
- "owner": {
- "username": "NgVGB",
- "email": "dangnguyen101191@gmail.com"
- },
- "record": {
- "CNAME": "NgVGB.github.io"
- }
-}
+{
+ "description": "My personal website",
+ "repo": "https://github.com/NgVGB/NgVGB.github.io",
+ "owner": {
+ "username": "NgVGB",
+ "email": "dangnguyen101191@gmail.com"
+ },
+ "record": {
+ "CNAME": "NgVGB.github.io"
+ }
+}
diff --git a/domains/bluesky01st.json b/domains/bluesky01st.json
index 92a139e07..adde959e8 100644
--- a/domains/bluesky01st.json
+++ b/domains/bluesky01st.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "BlueSky01st",
- "email": "mincraft206127@outlook.com"
- },
- "record": {
- "CNAME": "blog.bluesky01st.eu.org"
- }
+ "owner": {
+ "username": "BlueSky01st",
+ "email": "mincraft206127@outlook.com"
+ },
+ "record": {
+ "CNAME": "blog.bluesky01st.eu.org"
+ }
}
diff --git a/domains/blurnope.json b/domains/blurnope.json
index 4292de666..31a4fc470 100644
--- a/domains/blurnope.json
+++ b/domains/blurnope.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/blurnope/blurnope.github.io",
- "owner": {
- "username": "blurnope",
- "email": "cynosuregone@gmail.com",
- "discord": "blurnope.#2655"
- },
- "record": {
- "CNAME": "blurnope.github.io"
- }
+ "repo": "https://github.com/blurnope/blurnope.github.io",
+ "owner": {
+ "username": "blurnope",
+ "email": "cynosuregone@gmail.com",
+ "discord": "blurnope.#2655"
+ },
+ "record": {
+ "CNAME": "blurnope.github.io"
+ }
}
diff --git a/domains/bnyro.json b/domains/bnyro.json
index c0ea96d4e..30b407e6b 100644
--- a/domains/bnyro.json
+++ b/domains/bnyro.json
@@ -7,4 +7,4 @@
"record": {
"CNAME": "bnyro.github.io"
}
-}
+}
diff --git a/domains/boba.json b/domains/boba.json
index d6226cdb3..7056ca2d9 100644
--- a/domains/boba.json
+++ b/domains/boba.json
@@ -1,11 +1,11 @@
{
- "description": "A personal blog.",
- "repo": "https://github.com/tarob0ba/tarob0ba.github.io",
- "owner": {
- "username": "tarob0ba",
- "email": "beckett@chatter-social.com"
- },
- "record": {
- "CNAME": "tarob0ba.github.io"
- }
+ "description": "A personal blog.",
+ "repo": "https://github.com/tarob0ba/tarob0ba.github.io",
+ "owner": {
+ "username": "tarob0ba",
+ "email": "beckett@chatter-social.com"
+ },
+ "record": {
+ "CNAME": "tarob0ba.github.io"
+ }
}
diff --git a/domains/bobbrown.json b/domains/bobbrown.json
index ba0202d5c..20ea8eda8 100644
--- a/domains/bobbrown.json
+++ b/domains/bobbrown.json
@@ -1,11 +1,11 @@
{
- "description": "My portfolio website!",
- "repo": "https://github.com/BobBrown1/BobBrown1.github.io",
- "owner": {
- "username": "BobBrown1",
- "email": "bob.brown.the.dev@gmail.com"
- },
- "record": {
- "CNAME": "bob-brown.info"
- }
+ "description": "My portfolio website!",
+ "repo": "https://github.com/BobBrown1/BobBrown1.github.io",
+ "owner": {
+ "username": "BobBrown1",
+ "email": "bob.brown.the.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "bob-brown.info"
+ }
}
diff --git a/domains/bolt.json b/domains/bolt.json
index 5c0693a25..96647d944 100644
--- a/domains/bolt.json
+++ b/domains/bolt.json
@@ -1,11 +1,11 @@
{
- "description": "Bolt's portfolio website",
- "repo": "https://github.com/Adityeahhh/portfolio",
- "owner": {
- "username": "Adityeahhh",
- "email": "adty200807@gmail.com"
- },
- "record": {
- "CNAME": "adityeahhh.github.io"
- }
+ "description": "Bolt's portfolio website",
+ "repo": "https://github.com/Adityeahhh/portfolio",
+ "owner": {
+ "username": "Adityeahhh",
+ "email": "adty200807@gmail.com"
+ },
+ "record": {
+ "CNAME": "adityeahhh.github.io"
+ }
}
diff --git a/domains/boolean44.json b/domains/boolean44.json
index cde6bc82b..2f0ae8308 100644
--- a/domains/boolean44.json
+++ b/domains/boolean44.json
@@ -1,10 +1,10 @@
{
"repo": "https://github.com/boolean44-repos/boolean44-repos.github.io",
- "owner": {
- "username": "boolean44-repos",
- "email": "serenitypalmer10@gmail.com"
- },
- "record": {
- "CNAME": "boolean44-repos.github.io"
- }
- }
\ No newline at end of file
+ "owner": {
+ "username": "boolean44-repos",
+ "email": "serenitypalmer10@gmail.com"
+ },
+ "record": {
+ "CNAME": "boolean44-repos.github.io"
+ }
+}
diff --git a/domains/boon.json b/domains/boon.json
index b84052bad..513192653 100644
--- a/domains/boon.json
+++ b/domains/boon.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio site for me.",
- "owner": {
- "username": "uwuCaitlin",
- "email": "",
- "discord": "boon#6660"
- },
- "record": {
- "URL": "https://boons.pics"
- }
+ "description": "Portfolio site for me.",
+ "owner": {
+ "username": "uwuCaitlin",
+ "email": "",
+ "discord": "boon#6660"
+ },
+ "record": {
+ "URL": "https://boons.pics"
+ }
}
diff --git a/domains/boredcodebyk.json b/domains/boredcodebyk.json
index 35083dd51..63ccbb94b 100644
--- a/domains/boredcodebyk.json
+++ b/domains/boredcodebyk.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio/Personal landing page",
- "repo": "https://github.com/boredcodebyk/boredcodebyk.github.io",
- "owner": {
- "username": "boredcodebyk",
- "email": ""
- },
- "record": {
- "CNAME": "boredcodebyk.github.io"
- }
+ "description": "Portfolio/Personal landing page",
+ "repo": "https://github.com/boredcodebyk/boredcodebyk.github.io",
+ "owner": {
+ "username": "boredcodebyk",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "boredcodebyk.github.io"
+ }
}
diff --git a/domains/boris1993.json b/domains/boris1993.json
index 1df9959bc..f3a570c18 100644
--- a/domains/boris1993.json
+++ b/domains/boris1993.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "boris1993",
- "email": "boris1993@live.cn"
- },
- "description": "boris1993.is-a.dev",
- "record": {
- "CNAME": "boris1993.github.io"
- }
+ "owner": {
+ "username": "boris1993",
+ "email": "boris1993@live.cn"
+ },
+ "description": "boris1993.is-a.dev",
+ "record": {
+ "CNAME": "boris1993.github.io"
+ }
}
diff --git a/domains/bot.riskymh.json b/domains/bot.riskymh.json
index 6608dea8a..59ebce7cb 100644
--- a/domains/bot.riskymh.json
+++ b/domains/bot.riskymh.json
@@ -1,13 +1,12 @@
-{
- "description": "Discord Bot Website",
- "repo": "https://github.com/RiskyMH/RiskyBOT",
- "owner": {
- "username": "RiskyMH",
- "discord": "RiskyMH#0182",
- "email": ""
- },
- "record": {
- "URL": "https://riskymh.github.io/RiskyBOT"
- }
- }
-
+{
+ "description": "Discord Bot Website",
+ "repo": "https://github.com/RiskyMH/RiskyBOT",
+ "owner": {
+ "username": "RiskyMH",
+ "discord": "RiskyMH#0182",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://riskymh.github.io/RiskyBOT"
+ }
+}
diff --git a/domains/bots.json b/domains/bots.json
index b09ba86af..070601bde 100644
--- a/domains/bots.json
+++ b/domains/bots.json
@@ -1,11 +1,11 @@
{
- "description": "Bots personal developer website",
- "repo": "https://github.com/Bicepsfako",
- "owner": {
- "username": "Bicepsfako",
- "email": "bicepsfako@gmail.com"
- },
- "record": {
- "CNAME": "vascular-barnacle-zfdxk5mcunu4qasmwk8n14na.herokudns.com"
- }
+ "description": "Bots personal developer website",
+ "repo": "https://github.com/Bicepsfako",
+ "owner": {
+ "username": "Bicepsfako",
+ "email": "bicepsfako@gmail.com"
+ },
+ "record": {
+ "CNAME": "vascular-barnacle-zfdxk5mcunu4qasmwk8n14na.herokudns.com"
+ }
}
diff --git a/domains/botspointer.json b/domains/botspointer.json
index a3a17c9bb..c02ebe3e9 100644
--- a/domains/botspointer.json
+++ b/domains/botspointer.json
@@ -1,10 +1,10 @@
{
- "description": "discord service for bots free",
- "owner": {
- "username": "Ihzy-Dev",
- "email": "sksksdev@my.com"
- },
- "record": {
- "CNAME": "dns.techhost.live"
- }
+ "description": "discord service for bots free",
+ "owner": {
+ "username": "Ihzy-Dev",
+ "email": "sksksdev@my.com"
+ },
+ "record": {
+ "CNAME": "dns.techhost.live"
+ }
}
diff --git a/domains/box.json b/domains/box.json
index 4c4da0edf..a8b6b8d82 100644
--- a/domains/box.json
+++ b/domains/box.json
@@ -1,16 +1,14 @@
-
- {
+{
"description": "Personal Website",
"repo": "https://github.com/Default-Box/website",
- "owner": {
+ "owner": {
"username": "Default-Box",
"email": "",
"twitter": "DefaultBox_",
"discord": "Default Box#8900"
- },
+ },
- "record": {
+ "record": {
"CNAME": "Default-Box.github.io"
- }
}
-
+}
diff --git a/domains/bqini.json b/domains/bqini.json
index ad825b641..a9c46f0c4 100644
--- a/domains/bqini.json
+++ b/domains/bqini.json
@@ -1,12 +1,12 @@
{
- "owner": {
- "username": "bqini",
- "email": "",
- "twitter": "bqini"
- },
- "description": "bqini lol",
- "repo": "bqini",
- "record": {
- "CNAME": "33c90791-55a6-4f5f-b6b4-b0da920ba8ed.id.repl.co"
- }
+ "owner": {
+ "username": "bqini",
+ "email": "",
+ "twitter": "bqini"
+ },
+ "description": "bqini lol",
+ "repo": "bqini",
+ "record": {
+ "CNAME": "33c90791-55a6-4f5f-b6b4-b0da920ba8ed.id.repl.co"
+ }
}
diff --git a/domains/brandon-hoffman.json b/domains/brandon-hoffman.json
index c3c71908d..b497a8a52 100644
--- a/domains/brandon-hoffman.json
+++ b/domains/brandon-hoffman.json
@@ -1,12 +1,11 @@
{
"description": "Brandon Hoffman's website",
"owner": {
- "username": "branhoff",
- "email": "",
- "linkedin": "https://www.linkedin.com/in/branhoff"
-
+ "username": "branhoff",
+ "email": "",
+ "linkedin": "https://www.linkedin.com/in/branhoff"
},
"record": {
- "CNAME": "branhoff.github.io"
+ "CNAME": "branhoff.github.io"
}
- }
\ No newline at end of file
+}
diff --git a/domains/brandon.json b/domains/brandon.json
index 9544482cf..a50cf578f 100644
--- a/domains/brandon.json
+++ b/domains/brandon.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "b-hexsoul.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "b-hexsoul.github.io"
+ }
}
diff --git a/domains/bravestone.json b/domains/bravestone.json
index 768f99ae5..82394b239 100644
--- a/domains/bravestone.json
+++ b/domains/bravestone.json
@@ -1,12 +1,12 @@
{
- "description": "My Personal website.",
- "repo": "https://github.com/itsbravestone",
- "owner": {
- "username": "itsbravestone",
- "email": "imbravestone@zarena.ga",
- "twitter": "imbravestone"
- },
- "record": {
- "URL": "https://imbravestone.ga"
- }
+ "description": "My Personal website.",
+ "repo": "https://github.com/itsbravestone",
+ "owner": {
+ "username": "itsbravestone",
+ "email": "imbravestone@zarena.ga",
+ "twitter": "imbravestone"
+ },
+ "record": {
+ "URL": "https://imbravestone.ga"
+ }
}
diff --git a/domains/brawley.json b/domains/brawley.json
index 6b0af71e8..7cfa402bd 100644
--- a/domains/brawley.json
+++ b/domains/brawley.json
@@ -1,10 +1,10 @@
{
- "description": "Discord Bot's Website",
- "owner": {
- "username": "brawlie",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "URL": "https://brawley.js.org"
- }
+ "description": "Discord Bot's Website",
+ "owner": {
+ "username": "brawlie",
+ "email": "tojoeleeofficial@gmail.com"
+ },
+ "record": {
+ "URL": "https://brawley.js.org"
+ }
}
diff --git a/domains/breadomaticc.json b/domains/breadomaticc.json
index e2f98517f..f50482113 100644
--- a/domains/breadomaticc.json
+++ b/domains/breadomaticc.json
@@ -1,11 +1,11 @@
{
- "description": "BreadoMatic Beginner Dev",
- "repo": "https://github.com/breadomaticc/breadomaticc.github.io",
- "owner": {
- "username": "breadomaticc",
- "email": "animaxionpd@gmail.com"
- },
- "record": {
- "CNAME": "breadomaticc.github.io"
- }
+ "description": "BreadoMatic Beginner Dev",
+ "repo": "https://github.com/breadomaticc/breadomaticc.github.io",
+ "owner": {
+ "username": "breadomaticc",
+ "email": "animaxionpd@gmail.com"
+ },
+ "record": {
+ "CNAME": "breadomaticc.github.io"
+ }
}
diff --git a/domains/bree.json b/domains/bree.json
index e2f781cce..290007f4f 100644
--- a/domains/bree.json
+++ b/domains/bree.json
@@ -1,11 +1,11 @@
{
- "description": "Bree is a Dev",
- "repo": "https://github.com/breekoy/breekoy.github.io",
- "owner": {
- "username": "breekoy",
- "email": "mcwall.breekoy@gmail.com"
- },
- "record": {
- "CNAME": "breekoy.github.io"
- }
+ "description": "Bree is a Dev",
+ "repo": "https://github.com/breekoy/breekoy.github.io",
+ "owner": {
+ "username": "breekoy",
+ "email": "mcwall.breekoy@gmail.com"
+ },
+ "record": {
+ "CNAME": "breekoy.github.io"
+ }
}
diff --git a/domains/brian.json b/domains/brian.json
index 6f3b89d78..1fb05058b 100644
--- a/domains/brian.json
+++ b/domains/brian.json
@@ -1,11 +1,11 @@
{
- "description": "fittsqo's is-a.dev domain",
- "repo": "https://github.com/fittsqo/fittsqo.github.io",
- "owner": {
- "username": "fittsqo",
- "email": "fittsqo@gmail.com"
- },
- "record": {
- "CNAME": "fittsqo.github.io"
- }
+ "description": "fittsqo's is-a.dev domain",
+ "repo": "https://github.com/fittsqo/fittsqo.github.io",
+ "owner": {
+ "username": "fittsqo",
+ "email": "fittsqo@gmail.com"
+ },
+ "record": {
+ "CNAME": "fittsqo.github.io"
+ }
}
diff --git a/domains/brin.json b/domains/brin.json
index 2b4ccbf78..7abb43fbc 100644
--- a/domains/brin.json
+++ b/domains/brin.json
@@ -1,11 +1,11 @@
{
- "description": "Personal site",
- "repo": "https://github.com/xXTgamerXx/xXTgamerXx.github.io",
- "owner": {
- "username": "xXTgamerXx",
- "email": "trin.n2848@gmail.com"
- },
- "record": {
- "CNAME": "xxtgamerxx.github.io"
- }
+ "description": "Personal site",
+ "repo": "https://github.com/xXTgamerXx/xXTgamerXx.github.io",
+ "owner": {
+ "username": "xXTgamerXx",
+ "email": "trin.n2848@gmail.com"
+ },
+ "record": {
+ "CNAME": "xxtgamerxx.github.io"
+ }
}
diff --git a/domains/broduer.json b/domains/broduer.json
index a0d3aba46..afb99b69c 100644
--- a/domains/broduer.json
+++ b/domains/broduer.json
@@ -1,11 +1,11 @@
{
- "description": "broduer.is-a.dev",
- "owner": {
- "username": "broduer40",
- "email": "broduer@aogamers.net",
- "discord": "[AoG+] Broduer#0331"
- },
- "record": {
- "CNAME": "broduer.aogamers.net"
- }
+ "description": "broduer.is-a.dev",
+ "owner": {
+ "username": "broduer40",
+ "email": "broduer@aogamers.net",
+ "discord": "[AoG+] Broduer#0331"
+ },
+ "record": {
+ "CNAME": "broduer.aogamers.net"
+ }
}
diff --git a/domains/brokiem.json b/domains/brokiem.json
index 2c54ca794..547fcbcc6 100644
--- a/domains/brokiem.json
+++ b/domains/brokiem.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "brokiem",
"email": "milyhqvideo@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "brokiem.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/brooklyn.json b/domains/brooklyn.json
index 8664b03d8..8ad95abd7 100644
--- a/domains/brooklyn.json
+++ b/domains/brooklyn.json
@@ -1,12 +1,12 @@
{
- "description": "im brooklyn :3",
- "repo": "https://github.com/BrooklynWasHere/brooklynwashere.github.io",
- "owner": {
- "username": "BrooklynWasHere",
- "email": "redmiror@outlook.com",
- "twitter": "BrooklynCilekli"
- },
- "record": {
- "CNAME": "brooklynwashere.github.io"
- }
+ "description": "im brooklyn :3",
+ "repo": "https://github.com/BrooklynWasHere/brooklynwashere.github.io",
+ "owner": {
+ "username": "BrooklynWasHere",
+ "email": "redmiror@outlook.com",
+ "twitter": "BrooklynCilekli"
+ },
+ "record": {
+ "CNAME": "brooklynwashere.github.io"
+ }
}
diff --git a/domains/bruno.json b/domains/bruno.json
index 9c305fe0b..122e77a2e 100644
--- a/domains/bruno.json
+++ b/domains/bruno.json
@@ -1,10 +1,10 @@
{
- "description": "Bruno Henrique Paiva's personal website",
- "owner": {
- "username": "brunohpaiva",
- "email": "me@bruno.codes"
- },
- "record": {
- "URL": "https://bruno.codes"
- }
+ "description": "Bruno Henrique Paiva's personal website",
+ "owner": {
+ "username": "brunohpaiva",
+ "email": "me@bruno.codes"
+ },
+ "record": {
+ "URL": "https://bruno.codes"
+ }
}
diff --git a/domains/bryan.json b/domains/bryan.json
index d0e9ed6fc..6a61a38cf 100644
--- a/domains/bryan.json
+++ b/domains/bryan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "evilbryan590",
- "email": "evilbryan590@gmail.com"
- },
- "record": {
- "CNAME": "evilbryan590.github.io"
- }
+ "owner": {
+ "username": "evilbryan590",
+ "email": "evilbryan590@gmail.com"
+ },
+ "record": {
+ "CNAME": "evilbryan590.github.io"
+ }
}
diff --git a/domains/bs.json b/domains/bs.json
index e7daac5a3..2f4d1f307 100644
--- a/domains/bs.json
+++ b/domains/bs.json
@@ -1,11 +1,11 @@
{
- "description": "a website for my api",
- "repo": "https://github.com/brawlie/api",
- "owner": {
- "username": "brawlie",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "7b9fd2b3-d702-4577-bcbf-a1a529ad3f3d.repl.co"
- }
+ "description": "a website for my api",
+ "repo": "https://github.com/brawlie/api",
+ "owner": {
+ "username": "brawlie",
+ "email": "tojoeleeofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "7b9fd2b3-d702-4577-bcbf-a1a529ad3f3d.repl.co"
+ }
}
diff --git a/domains/bsapi.json b/domains/bsapi.json
index 1d9a5df2e..7fa0d1471 100644
--- a/domains/bsapi.json
+++ b/domains/bsapi.json
@@ -1,11 +1,11 @@
{
- "description": "documentation for bsapi.js",
- "repo": "https://github.com/botstudios/bsapi.js-docs",
- "owner": {
- "username": "leecheeyong",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "botstudios.github.io"
- }
+ "description": "documentation for bsapi.js",
+ "repo": "https://github.com/botstudios/bsapi.js-docs",
+ "owner": {
+ "username": "leecheeyong",
+ "email": "tojoeleeofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "botstudios.github.io"
+ }
}
diff --git a/domains/bttm.json b/domains/bttm.json
index 46398b418..5ee7b2291 100644
--- a/domains/bttm.json
+++ b/domains/bttm.json
@@ -1,11 +1,9 @@
-
{
- "owner": {
- "username": "BasToTheMax",
- "email": "bas@arnold-linda.nl"
- },
- "record": {
- "A": ["185.234.69.13"]
- }
+ "owner": {
+ "username": "BasToTheMax",
+ "email": "bas@arnold-linda.nl"
+ },
+ "record": {
+ "A": ["185.234.69.13"]
+ }
}
-
\ No newline at end of file
diff --git a/domains/burandby.json b/domains/burandby.json
index 9d661b37a..37d578508 100644
--- a/domains/burandby.json
+++ b/domains/burandby.json
@@ -1,11 +1,11 @@
{
- "description": "Pico-8 in-browser emulator.",
- "repo": "https://github.com/burandby",
- "owner": {
- "username": "burandby",
- "email": "bur.and.by@gmail.com"
- },
- "record": {
- "CNAME": "burandby.github.io"
- }
+ "description": "Pico-8 in-browser emulator.",
+ "repo": "https://github.com/burandby",
+ "owner": {
+ "username": "burandby",
+ "email": "bur.and.by@gmail.com"
+ },
+ "record": {
+ "CNAME": "burandby.github.io"
+ }
}
diff --git a/domains/cal.json b/domains/cal.json
index 6c270a0e8..d57b9ff34 100644
--- a/domains/cal.json
+++ b/domains/cal.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Recal",
"email": "recalibratedgh@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://github.com/recal"
- }
}
-
+}
diff --git a/domains/calculator.notaperson535.json b/domains/calculator.notaperson535.json
index 6ac8d89c9..7149dcd74 100644
--- a/domains/calculator.notaperson535.json
+++ b/domains/calculator.notaperson535.json
@@ -1,11 +1,11 @@
{
- "description": "My modern calculator",
- "repo": "https://github.com/notAperson535/moderncalculator",
- "owner": {
- "username": "notAperson535",
- "email": "notAperson939@gmail.com"
- },
- "record": {
- "CNAME": "notAperson535.github.io"
- }
+ "description": "My modern calculator",
+ "repo": "https://github.com/notAperson535/moderncalculator",
+ "owner": {
+ "username": "notAperson535",
+ "email": "notAperson939@gmail.com"
+ },
+ "record": {
+ "CNAME": "notAperson535.github.io"
+ }
}
diff --git a/domains/caleb.json b/domains/caleb.json
index 615f01dd3..63ed2018e 100644
--- a/domains/caleb.json
+++ b/domains/caleb.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "cjdenio",
- "email": "",
- "twitter": "CalebDenio"
- },
- "repo": "https://github.com/cjdenio/site-frontend",
- "record": {
- "URL": "https://calebden.io"
- }
+ "owner": {
+ "username": "cjdenio",
+ "email": "",
+ "twitter": "CalebDenio"
+ },
+ "repo": "https://github.com/cjdenio/site-frontend",
+ "record": {
+ "URL": "https://calebden.io"
+ }
}
diff --git a/domains/callum.json b/domains/callum.json
index 82334f4f2..277cb808e 100644
--- a/domains/callum.json
+++ b/domains/callum.json
@@ -1,12 +1,12 @@
{
- "description": "My personal site.",
- "repo": "https://github.com/cxllm/website",
- "owner": {
- "username": "cxllm",
- "email": "hello@cxllm.xyz",
- "twitter": "CX11M"
- },
- "record": {
- "URL": "https://cxllm.xyz"
- }
+ "description": "My personal site.",
+ "repo": "https://github.com/cxllm/website",
+ "owner": {
+ "username": "cxllm",
+ "email": "hello@cxllm.xyz",
+ "twitter": "CX11M"
+ },
+ "record": {
+ "URL": "https://cxllm.xyz"
+ }
}
diff --git a/domains/callumjt.json b/domains/callumjt.json
index 8d829e84b..376b5ab2e 100644
--- a/domains/callumjt.json
+++ b/domains/callumjt.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "callumjt",
"email": "cjblack2009@icloud.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "callumjt.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/canaris.json b/domains/canaris.json
index 01d0c8843..0fadf5322 100644
--- a/domains/canaris.json
+++ b/domains/canaris.json
@@ -1,11 +1,11 @@
{
- "description": "My Personal Website.",
- "repo": "https://github.com/DET171/det171.github.io",
- "owner": {
- "username": "Canaris",
- "email": "mrgeek484@gmail.com"
- },
- "record": {
- "CNAME": "canaris.pages.dev"
- }
+ "description": "My Personal Website.",
+ "repo": "https://github.com/DET171/det171.github.io",
+ "owner": {
+ "username": "Canaris",
+ "email": "mrgeek484@gmail.com"
+ },
+ "record": {
+ "CNAME": "canaris.pages.dev"
+ }
}
diff --git a/domains/carlosgiralt.json b/domains/carlosgiralt.json
index 99ce8ca8c..29b866c4c 100644
--- a/domains/carlosgiralt.json
+++ b/domains/carlosgiralt.json
@@ -1,12 +1,12 @@
{
- "description": "code-a-bit",
- "repo": "https://github.com/carlosgiralt/carlosgiralt.github.io",
- "owner": {
- "username": "carlosgiralt",
- "email": "",
- "twitter": "cagiraltt"
- },
- "record": {
- "CNAME": "carlosgiralt.github.io"
- }
+ "description": "code-a-bit",
+ "repo": "https://github.com/carlosgiralt/carlosgiralt.github.io",
+ "owner": {
+ "username": "carlosgiralt",
+ "email": "",
+ "twitter": "cagiraltt"
+ },
+ "record": {
+ "CNAME": "carlosgiralt.github.io"
+ }
}
diff --git a/domains/carmelo.json b/domains/carmelo.json
index f43014bbf..b4cb9f67b 100644
--- a/domains/carmelo.json
+++ b/domains/carmelo.json
@@ -1,12 +1,12 @@
{
- "description": "Carmelo Velardo",
- "repo": "https://github.com/2dvisio/2dvisio.github.io",
- "owner": {
- "username": "2dvisio",
- "email": "[name.lastname]@gmail.com",
- "twitter": "2dvisio"
- },
- "record": {
- "CNAME": "2dvisio.github.io"
- }
+ "description": "Carmelo Velardo",
+ "repo": "https://github.com/2dvisio/2dvisio.github.io",
+ "owner": {
+ "username": "2dvisio",
+ "email": "[name.lastname]@gmail.com",
+ "twitter": "2dvisio"
+ },
+ "record": {
+ "CNAME": "2dvisio.github.io"
+ }
}
diff --git a/domains/cartar.json b/domains/cartar.json
index 24e228209..95ff94e2a 100644
--- a/domains/cartar.json
+++ b/domains/cartar.json
@@ -1,12 +1,12 @@
{
- "description": "Main domain for file server.",
- "repo": "https://github.com/realCartar",
- "owner": {
- "username": "realCartar",
- "email": "",
- "twitter": "cartar0058"
- },
- "record": {
- "A": ["154.53.34.33"]
- }
+ "description": "Main domain for file server.",
+ "repo": "https://github.com/realCartar",
+ "owner": {
+ "username": "realCartar",
+ "email": "",
+ "twitter": "cartar0058"
+ },
+ "record": {
+ "A": ["154.53.34.33"]
+ }
}
diff --git a/domains/cartyoo.json b/domains/cartyoo.json
index f0cacee85..16b6fdb77 100644
--- a/domains/cartyoo.json
+++ b/domains/cartyoo.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Cartyoo",
- "email": "cartyoogaming@gmail.com"
- },
- "record": {
- "CNAME": "cartyoo.github.io"
- }
+ "owner": {
+ "username": "Cartyoo",
+ "email": "cartyoogaming@gmail.com"
+ },
+ "record": {
+ "CNAME": "cartyoo.github.io"
+ }
}
diff --git a/domains/cashlycash.json b/domains/cashlycash.json
index 3b7e83c84..87fe58edd 100644
--- a/domains/cashlycash.json
+++ b/domains/cashlycash.json
@@ -1,11 +1,11 @@
{
- "description": "Cashly_Cash's personal website",
- "repo": "https://replit.com/@SH1FT3R/web#main.py",
- "owner": {
- "username": "CashlyCash",
- "email": "arnav000777gupta@gmail.com"
- },
- "record": {
- "CNAME": "187964e1-d104-4c57-a319-a0d664215bf8.id.repl.co"
- }
+ "description": "Cashly_Cash's personal website",
+ "repo": "https://replit.com/@SH1FT3R/web#main.py",
+ "owner": {
+ "username": "CashlyCash",
+ "email": "arnav000777gupta@gmail.com"
+ },
+ "record": {
+ "CNAME": "187964e1-d104-4c57-a319-a0d664215bf8.id.repl.co"
+ }
}
diff --git a/domains/caspar.json b/domains/caspar.json
index b62306754..9eeb6c43c 100644
--- a/domains/caspar.json
+++ b/domains/caspar.json
@@ -1,11 +1,11 @@
{
- "description": "casparzzz123, Java, Html And Python Developer",
- "repo": "https://github.com/casparzzz123",
- "owner": {
- "username": "casparzzz123",
- "email": "casparzzz123@computer4u.com"
- },
- "record": {
- "CNAME": "letspoop.ga"
- }
+ "description": "casparzzz123, Java, Html And Python Developer",
+ "repo": "https://github.com/casparzzz123",
+ "owner": {
+ "username": "casparzzz123",
+ "email": "casparzzz123@computer4u.com"
+ },
+ "record": {
+ "CNAME": "letspoop.ga"
+ }
}
diff --git a/domains/casper.json b/domains/casper.json
index 6bdae7c6e..7c55f515a 100644
--- a/domains/casper.json
+++ b/domains/casper.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "KZacharski",
- "email": "apki@kacperzacharski.pl"
- },
- "record": {
- "CNAME": "puffercat.xyz"
- }
+ "owner": {
+ "username": "KZacharski",
+ "email": "apki@kacperzacharski.pl"
+ },
+ "record": {
+ "CNAME": "puffercat.xyz"
+ }
}
diff --git a/domains/cassie.json b/domains/cassie.json
index 91129c159..f945a4ae4 100644
--- a/domains/cassie.json
+++ b/domains/cassie.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "Diordnas",
- "email": "alessandroeliot@gmail.com"
- },
- "description": "Personal site, as well as hosting a few tools",
- "repo": "https://github.com/diordnas/diordnas.github.io",
- "record": {
- "CNAME": "diordnas.github.io"
- }
+ "owner": {
+ "username": "Diordnas",
+ "email": "alessandroeliot@gmail.com"
+ },
+ "description": "Personal site, as well as hosting a few tools",
+ "repo": "https://github.com/diordnas/diordnas.github.io",
+ "record": {
+ "CNAME": "diordnas.github.io"
+ }
}
diff --git a/domains/catdrout.json b/domains/catdrout.json
index ce01b5c75..422e614a9 100644
--- a/domains/catdrout.json
+++ b/domains/catdrout.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "xcatdrout",
"email": "xcatdrout@proton.me"
- },
- "record": {
+ },
+ "record": {
"CNAME": "site-bwj.pages.dev"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/catr3kd.json b/domains/catr3kd.json
index 22df1722b..2785127bb 100644
--- a/domains/catr3kd.json
+++ b/domains/catr3kd.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "CatR3kd",
"email": "oliverlivesay@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://catr3kd.repl.co"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/catsarecoo.json b/domains/catsarecoo.json
index 2e5b41db9..a75d297e0 100644
--- a/domains/catsarecoo.json
+++ b/domains/catsarecoo.json
@@ -1,11 +1,11 @@
{
- "description": "Invites Bot Site",
- "repo": "https://catsarecoo.github.io",
- "owner": {
- "username": "catsarecoo",
- "email": "twistedpandora91@gmail.com"
- },
- "record": {
- "CNAME": "catsarecoo.github.io"
- }
+ "description": "Invites Bot Site",
+ "repo": "https://catsarecoo.github.io",
+ "owner": {
+ "username": "catsarecoo",
+ "email": "twistedpandora91@gmail.com"
+ },
+ "record": {
+ "CNAME": "catsarecoo.github.io"
+ }
}
diff --git a/domains/catto.json b/domains/catto.json
index d8510f82b..bb0d44c59 100644
--- a/domains/catto.json
+++ b/domains/catto.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "HF1016",
"email": "harrowfung1016@gmail.com"
- },
- "record": {
+ },
+ "record": {
"A": ["140.238.66.154"]
- }
}
-
+}
diff --git a/domains/catzboy.json b/domains/catzboy.json
index 5a35b961c..4a206256e 100644
--- a/domains/catzboy.json
+++ b/domains/catzboy.json
@@ -1,11 +1,11 @@
{
- "description": "Catzboy Profilo",
- "repo": "https://github.com/Maruful007/Maruful007.github.io",
- "owner": {
- "username": "Maruful007",
- "email": "marufulislamsami2007@gmail.com"
- },
- "record": {
- "CNAME": "maruful007.github.io"
- }
+ "description": "Catzboy Profilo",
+ "repo": "https://github.com/Maruful007/Maruful007.github.io",
+ "owner": {
+ "username": "Maruful007",
+ "email": "marufulislamsami2007@gmail.com"
+ },
+ "record": {
+ "CNAME": "maruful007.github.io"
+ }
}
diff --git a/domains/cb.json b/domains/cb.json
index 2438155ed..eeea8e3ca 100644
--- a/domains/cb.json
+++ b/domains/cb.json
@@ -1,10 +1,10 @@
{
- "description": "Coffeebank",
- "owner": {
- "username": "coffeebank",
- "email": "coffeebank-is-a-dev@catdev.anonaddy.com"
- },
- "record": {
- "URL": "https://coffeebank.github.io"
- }
+ "description": "Coffeebank",
+ "owner": {
+ "username": "coffeebank",
+ "email": "coffeebank-is-a-dev@catdev.anonaddy.com"
+ },
+ "record": {
+ "URL": "https://coffeebank.github.io"
+ }
}
diff --git a/domains/cc.json b/domains/cc.json
index 532b22dd8..7dee33e25 100644
--- a/domains/cc.json
+++ b/domains/cc.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "iamcc.github.io"
}
-}
+}
diff --git a/domains/ccnicebruh.json b/domains/ccnicebruh.json
index 905eb844c..24bd89a29 100644
--- a/domains/ccnicebruh.json
+++ b/domains/ccnicebruh.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "CcNicebruh",
"email": "tangkeehee2002@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://solo.to/ccnicebruh"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/ccrp.json b/domains/ccrp.json
index 7a6c25d13..38dd25e70 100644
--- a/domains/ccrp.json
+++ b/domains/ccrp.json
@@ -1,11 +1,11 @@
{
- "description": "CCRP FiveM",
- "repo": "https://craiccity.ccrp.repl.co",
- "owner": {
- "username": "PatrickDevelopr",
- "email": "patrickdev21@gmail.com"
- },
- "record": {
- "CNAME": "572ca600-be84-4a76-8cf9-986690eaf03b.id.repl.co"
- }
+ "description": "CCRP FiveM",
+ "repo": "https://craiccity.ccrp.repl.co",
+ "owner": {
+ "username": "PatrickDevelopr",
+ "email": "patrickdev21@gmail.com"
+ },
+ "record": {
+ "CNAME": "572ca600-be84-4a76-8cf9-986690eaf03b.id.repl.co"
+ }
}
diff --git a/domains/cdn-rehanplayz.json b/domains/cdn-rehanplayz.json
index df7feb1a7..b481ce056 100644
--- a/domains/cdn-rehanplayz.json
+++ b/domains/cdn-rehanplayz.json
@@ -1,12 +1,12 @@
{
- "description": "A CDN for my files",
- "repo": "https://github.com/RehanPlayz/RehanPlayz.github.io",
- "owner": {
- "username": "RehanPlayz",
- "email": "RehanPlayz321@protonmail.com"
- },
- "record": {
- "A": ["159.89.255.51"],
- "TXT": "6ZzT79WA"
- }
+ "description": "A CDN for my files",
+ "repo": "https://github.com/RehanPlayz/RehanPlayz.github.io",
+ "owner": {
+ "username": "RehanPlayz",
+ "email": "RehanPlayz321@protonmail.com"
+ },
+ "record": {
+ "A": ["159.89.255.51"],
+ "TXT": "6ZzT79WA"
+ }
}
diff --git a/domains/cdn.aayush.json b/domains/cdn.aayush.json
index 6dc28a351..fc5d38d00 100644
--- a/domains/cdn.aayush.json
+++ b/domains/cdn.aayush.json
@@ -1,11 +1,11 @@
{
- "description": "CDN for Aayu5h",
- "repo": "https://github.com/OpAayush/cdn",
- "owner": {
- "username": "OpAayush",
- "email": "aayush.agrawalm@gmail.com"
- },
- "record": {
- "CNAME": "opaayush.github.io"
- }
+ "description": "CDN for Aayu5h",
+ "repo": "https://github.com/OpAayush/cdn",
+ "owner": {
+ "username": "OpAayush",
+ "email": "aayush.agrawalm@gmail.com"
+ },
+ "record": {
+ "CNAME": "opaayush.github.io"
+ }
}
diff --git a/domains/cdn.arman.json b/domains/cdn.arman.json
index f40f0de31..19e332b60 100644
--- a/domains/cdn.arman.json
+++ b/domains/cdn.arman.json
@@ -1,10 +1,10 @@
{
- "description": "Arman's content delivery network",
- "owner": {
- "username": "ItzArman09",
- "email": "contact@mail.arman.is-a.dev"
- },
- "record": {
- "CNAME": "23f4d8ed-6b28-4e13-a9e9-bd913bbb2040.id.repl.co"
- }
+ "description": "Arman's content delivery network",
+ "owner": {
+ "username": "ItzArman09",
+ "email": "contact@mail.arman.is-a.dev"
+ },
+ "record": {
+ "CNAME": "23f4d8ed-6b28-4e13-a9e9-bd913bbb2040.id.repl.co"
+ }
}
diff --git a/domains/cdn.badboy.json b/domains/cdn.badboy.json
index 171a0fcb1..ddcf893be 100644
--- a/domains/cdn.badboy.json
+++ b/domains/cdn.badboy.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/Bad-Boy-Codes/cdn",
- "description": "My static database",
- "owner": {
- "username": "bad-boy-codes",
- "email": "contact@mail.badboy.is-a.dev"
- },
- "record": {
- "CNAME": "89b424b5-8e2d-4678-93a9-b793cdf6fceb.id.repl.co"
- }
+ "repo": "https://github.com/Bad-Boy-Codes/cdn",
+ "description": "My static database",
+ "owner": {
+ "username": "bad-boy-codes",
+ "email": "contact@mail.badboy.is-a.dev"
+ },
+ "record": {
+ "CNAME": "89b424b5-8e2d-4678-93a9-b793cdf6fceb.id.repl.co"
+ }
}
diff --git a/domains/cdn.json b/domains/cdn.json
index 4036ab7f0..17b879fa8 100644
--- a/domains/cdn.json
+++ b/domains/cdn.json
@@ -1,12 +1,12 @@
{
- "owner": {
- "username": "LellisV2",
- "email": "cloud@lellis.tech",
- "discord": "Lellis#9405",
- "note": "I dont look that much on my email, Fast Respons on Discord."
- },
- "description": "I will use it for my CDN to be able to access the files",
- "record": {
- "A": ["130.162.183.250"]
- }
+ "owner": {
+ "username": "LellisV2",
+ "email": "cloud@lellis.tech",
+ "discord": "Lellis#9405",
+ "note": "I dont look that much on my email, Fast Respons on Discord."
+ },
+ "description": "I will use it for my CDN to be able to access the files",
+ "record": {
+ "A": ["130.162.183.250"]
+ }
}
diff --git a/domains/cdn.nziie.json b/domains/cdn.nziie.json
index c8f3a22bc..606a94a25 100644
--- a/domains/cdn.nziie.json
+++ b/domains/cdn.nziie.json
@@ -1,13 +1,11 @@
{
- "description": "Nziie's cdn images",
- "repo": "https://github.com/Nzii3/website",
- "owner": {
- "username": "Nzii3",
- "email": "exeyst@gmail.com"
- },
- "record": {
- "A": [
- "104.196.232.237"
- ]
- }
+ "description": "Nziie's cdn images",
+ "repo": "https://github.com/Nzii3/website",
+ "owner": {
+ "username": "Nzii3",
+ "email": "exeyst@gmail.com"
+ },
+ "record": {
+ "A": ["104.196.232.237"]
+ }
}
diff --git a/domains/cdn.semant.json b/domains/cdn.semant.json
index 252d330e4..8ea1a2390 100644
--- a/domains/cdn.semant.json
+++ b/domains/cdn.semant.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/SemantCodes/cdn",
- "description": "My static database",
- "owner": {
- "username" : "s3mant",
- "email": "contact@semant.is-a.dev"
- },
- "record": {
- "CNAME": "89b424b5-8e2d-4678-93a9-b793cdf6fceb.id.repl.co"
- }
+ "repo": "https://github.com/SemantCodes/cdn",
+ "description": "My static database",
+ "owner": {
+ "username": "s3mant",
+ "email": "contact@semant.is-a.dev"
+ },
+ "record": {
+ "CNAME": "89b424b5-8e2d-4678-93a9-b793cdf6fceb.id.repl.co"
+ }
}
diff --git a/domains/cec.json b/domains/cec.json
index d83c58dd0..4803ee828 100644
--- a/domains/cec.json
+++ b/domains/cec.json
@@ -1,11 +1,11 @@
{
- "description": "a url redirector",
- "repo": "https://github.com/w3cy/w3cy",
- "owner": {
- "username": "w3cy",
- "email": "keyv.cec@outlook.com"
- },
- "record": {
- "CNAME": "84ca4d88-b9b4-449b-ad1b-62743f1d6192.id.repl.co"
- }
+ "description": "a url redirector",
+ "repo": "https://github.com/w3cy/w3cy",
+ "owner": {
+ "username": "w3cy",
+ "email": "keyv.cec@outlook.com"
+ },
+ "record": {
+ "CNAME": "84ca4d88-b9b4-449b-ad1b-62743f1d6192.id.repl.co"
+ }
}
diff --git a/domains/censor.json b/domains/censor.json
index 5fa90ee8e..a453bbdb3 100644
--- a/domains/censor.json
+++ b/domains/censor.json
@@ -1,13 +1,13 @@
{
- "description": "My personal Website",
- "repo": "https://github.com/cens6r/cens6r.github.io",
- "owner": {
- "username": "censor",
- "email": "cens6r.dev@gmail.com",
- "discord": "cens6r#0001",
- "note": "It is faster to contact me on Discord."
- },
- "record": {
- "CNAME": "cens6r.github.io"
- }
+ "description": "My personal Website",
+ "repo": "https://github.com/cens6r/cens6r.github.io",
+ "owner": {
+ "username": "censor",
+ "email": "cens6r.dev@gmail.com",
+ "discord": "cens6r#0001",
+ "note": "It is faster to contact me on Discord."
+ },
+ "record": {
+ "CNAME": "cens6r.github.io"
+ }
}
diff --git a/domains/ceon.json b/domains/ceon.json
index c700b6212..334e401d6 100644
--- a/domains/ceon.json
+++ b/domains/ceon.json
@@ -1,11 +1,11 @@
{
- "description": "Hey, I am Ceon!",
- "repo": "https://github.com/internetmagduru",
- "owner": {
- "username": "internetmagduru",
- "email": "ceon@ceon.tech"
- },
-"record": {
- "URL": "https://ceon.tech"
- }
+ "description": "Hey, I am Ceon!",
+ "repo": "https://github.com/internetmagduru",
+ "owner": {
+ "username": "internetmagduru",
+ "email": "ceon@ceon.tech"
+ },
+ "record": {
+ "URL": "https://ceon.tech"
+ }
}
diff --git a/domains/cetus.json b/domains/cetus.json
index b14090e79..ac004992d 100644
--- a/domains/cetus.json
+++ b/domains/cetus.json
@@ -1,12 +1,12 @@
{
- "description": "Cetus's Portfolio",
- "repo": "https://github.com/dev-cetus",
- "owner": {
- "username": "Cetus",
- "email": "dev-cetus@proton.me",
- "twitter": "dev_cetus"
- },
- "record": {
- "CNAME": "cetus-is-a-dev.pages.dev"
- }
+ "description": "Cetus's Portfolio",
+ "repo": "https://github.com/dev-cetus",
+ "owner": {
+ "username": "Cetus",
+ "email": "dev-cetus@proton.me",
+ "twitter": "dev_cetus"
+ },
+ "record": {
+ "CNAME": "cetus-is-a-dev.pages.dev"
+ }
}
diff --git a/domains/cfp.json b/domains/cfp.json
index b4947c1a0..c17a5a730 100644
--- a/domains/cfp.json
+++ b/domains/cfp.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "cfpwastaken",
- "email": "",
- "discord": "cfp#7174"
- },
- "record": {
- "CNAME": "cfp.gotdns.ch"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "cfpwastaken",
+ "email": "",
+ "discord": "cfp#7174"
+ },
+ "record": {
+ "CNAME": "cfp.gotdns.ch"
+ }
+}
diff --git a/domains/cgprograms.json b/domains/cgprograms.json
index b4167e8fd..252362340 100644
--- a/domains/cgprograms.json
+++ b/domains/cgprograms.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "URL": "https://cgprograms.com"
- }
+ "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"
+ },
+ "record": {
+ "URL": "https://cgprograms.com"
+ }
}
diff --git a/domains/chanakan.json b/domains/chanakan.json
index f5ad75026..183df91b1 100644
--- a/domains/chanakan.json
+++ b/domains/chanakan.json
@@ -1,10 +1,10 @@
{
- "description": "this a link to my website",
- "owner": {
- "username": "Chanakan55991",
- "email": "chanakan5591@chanakancloud.net"
- },
- "record": {
- "CNAME": "chanakancloud.net"
- }
+ "description": "this a link to my website",
+ "owner": {
+ "username": "Chanakan55991",
+ "email": "chanakan5591@chanakancloud.net"
+ },
+ "record": {
+ "CNAME": "chanakancloud.net"
+ }
}
diff --git a/domains/chandra.json b/domains/chandra.json
index ea69e2af9..3f1f3fc0e 100644
--- a/domains/chandra.json
+++ b/domains/chandra.json
@@ -1,12 +1,12 @@
{
- "description": "An Data Analyst Portfolio",
- "repo": "https://github.com/sekharmalla/portfolio",
- "owner": {
- "username": "sekharmalla",
- "email": "chandra.malla@msftcommunity.com",
- "twitter": "ChandraSMalla"
- },
- "record": {
- "CNAME": "sekharmalla.github.io"
- }
+ "description": "An Data Analyst Portfolio",
+ "repo": "https://github.com/sekharmalla/portfolio",
+ "owner": {
+ "username": "sekharmalla",
+ "email": "chandra.malla@msftcommunity.com",
+ "twitter": "ChandraSMalla"
+ },
+ "record": {
+ "CNAME": "sekharmalla.github.io"
+ }
}
diff --git a/domains/chandrakant.json b/domains/chandrakant.json
index 8bd3bde27..682e6fd3e 100644
--- a/domains/chandrakant.json
+++ b/domains/chandrakant.json
@@ -1,10 +1,10 @@
{
- "description": "Chandrakant's Work",
- "owner": {
- "username": "chandrakaant",
- "email": "chandrakantpatel23@gmail.com"
- },
- "record": {
- "CNAME": "chandrakaant.github.io"
- }
+ "description": "Chandrakant's Work",
+ "owner": {
+ "username": "chandrakaant",
+ "email": "chandrakantpatel23@gmail.com"
+ },
+ "record": {
+ "CNAME": "chandrakaant.github.io"
+ }
}
diff --git a/domains/chang.json b/domains/chang.json
index 446500884..19ed423f6 100644
--- a/domains/chang.json
+++ b/domains/chang.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "bobbyliu117.github.io"
}
-}
\ No newline at end of file
+}
diff --git a/domains/changliu.json b/domains/changliu.json
index 2114b6e95..05999e064 100644
--- a/domains/changliu.json
+++ b/domains/changliu.json
@@ -1,12 +1,12 @@
{
- "description": "Chang Liu's Personal Website",
- "repo": "https://github.com/changbobbyliu/changbobbyliu.github.io",
- "owner": {
- "username": "changbobbyliu",
- "email": "changbobbyliu@gmail.com",
- "twitter": "changliuisadev"
- },
- "record": {
- "CNAME": "changbobbyliu.github.io"
- }
+ "description": "Chang Liu's Personal Website",
+ "repo": "https://github.com/changbobbyliu/changbobbyliu.github.io",
+ "owner": {
+ "username": "changbobbyliu",
+ "email": "changbobbyliu@gmail.com",
+ "twitter": "changliuisadev"
+ },
+ "record": {
+ "CNAME": "changbobbyliu.github.io"
+ }
}
diff --git a/domains/chaotic.json b/domains/chaotic.json
index 8d9701e13..770153872 100644
--- a/domains/chaotic.json
+++ b/domains/chaotic.json
@@ -1,12 +1,10 @@
-
- {
- "repo": "https://github.com/ChaoticChaosTheGreat/chaoticchaosthegreat.github.io",
- "owner": {
+{
+ "repo": "https://github.com/ChaoticChaosTheGreat/chaoticchaosthegreat.github.io",
+ "owner": {
"username": "ChaoticChaosTheGreat",
"email": "ryan.ryanabraham@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "chaoticchaosthegreat.github.io"
- }
}
-
+}
diff --git a/domains/charalampos.json b/domains/charalampos.json
index b7ff755dc..d00beca29 100644
--- a/domains/charalampos.json
+++ b/domains/charalampos.json
@@ -1,11 +1,11 @@
{
- "description": "Redirection domain for my personal website",
- "repo": "https://github.com/cfanoulis/fanoulis.dev",
- "owner": {
- "username": "cfanoulis",
- "email": "domains@fanoulis.dev"
- },
- "record": {
- "URL": "https://fanoulis.dev"
- }
+ "description": "Redirection domain for my personal website",
+ "repo": "https://github.com/cfanoulis/fanoulis.dev",
+ "owner": {
+ "username": "cfanoulis",
+ "email": "domains@fanoulis.dev"
+ },
+ "record": {
+ "URL": "https://fanoulis.dev"
+ }
}
diff --git a/domains/charcg.json b/domains/charcg.json
index f49dbde7e..25983d84a 100644
--- a/domains/charcg.json
+++ b/domains/charcg.json
@@ -1,12 +1,12 @@
{
- "description": "CharCG's Website",
- "repo": "https://github.com/charcg/charcg.github.io",
- "owner": {
- "username": "CharCG",
- "email": "charlescong91@gmail.com",
- "twitter": "charlescong91"
- },
- "record": {
- "CNAME": "charcg.github.io"
- }
+ "description": "CharCG's Website",
+ "repo": "https://github.com/charcg/charcg.github.io",
+ "owner": {
+ "username": "CharCG",
+ "email": "charlescong91@gmail.com",
+ "twitter": "charlescong91"
+ },
+ "record": {
+ "CNAME": "charcg.github.io"
+ }
}
diff --git a/domains/charlie.json b/domains/charlie.json
index 64dd3b066..421ac71cd 100644
--- a/domains/charlie.json
+++ b/domains/charlie.json
@@ -1,11 +1,11 @@
{
- "description": "Charlie is a Dev",
- "repo": "https://github.com/cachrisman/cachrisman.github.io",
- "owner": {
- "username": "cachrisman",
- "email": "charlie.chrisman@gmail.com"
- },
- "record": {
- "URL": "https://www.charliechrisman.com"
- }
+ "description": "Charlie is a Dev",
+ "repo": "https://github.com/cachrisman/cachrisman.github.io",
+ "owner": {
+ "username": "cachrisman",
+ "email": "charlie.chrisman@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.charliechrisman.com"
+ }
}
diff --git a/domains/charlz.json b/domains/charlz.json
index 9e1af4569..5b3fd74a7 100644
--- a/domains/charlz.json
+++ b/domains/charlz.json
@@ -1,10 +1,10 @@
{
- "description": "Charlz's is-a.dev domain",
- "owner": {
- "username": "TofuBoy05",
- "email": "charlzfelipe02@gmail.com"
- },
- "record": {
- "CNAME": "tofuboy05.github.io"
- }
+ "description": "Charlz's is-a.dev domain",
+ "owner": {
+ "username": "TofuBoy05",
+ "email": "charlzfelipe02@gmail.com"
+ },
+ "record": {
+ "CNAME": "tofuboy05.github.io"
+ }
}
diff --git a/domains/charlzyx.json b/domains/charlzyx.json
index 675813b47..13842caf0 100644
--- a/domains/charlzyx.json
+++ b/domains/charlzyx.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "charlzyx",
"email": "charlzyx@qq.com"
- },
+ },
- "record": {
+ "record": {
"A": ["172.21.32.1"]
- }
}
-
+}
diff --git a/domains/chat-with.sx9.json b/domains/chat-with.sx9.json
index 9fc0ab82d..1510e8b6b 100644
--- a/domains/chat-with.sx9.json
+++ b/domains/chat-with.sx9.json
@@ -1,10 +1,9 @@
- {
- "owner": {
- "username": "SX-9",
- "email": "satriakrach@gmail.com"
- },
- "record": {
- "CNAME": "5b57fe59-8f17-4bdf-9ece-d8dde3f9cab0.id.repl.co"
- }
- }
-
+{
+ "owner": {
+ "username": "SX-9",
+ "email": "satriakrach@gmail.com"
+ },
+ "record": {
+ "CNAME": "5b57fe59-8f17-4bdf-9ece-d8dde3f9cab0.id.repl.co"
+ }
+}
diff --git a/domains/chat.suki.json b/domains/chat.suki.json
index c0f7312bd..f85172b84 100644
--- a/domains/chat.suki.json
+++ b/domains/chat.suki.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "SukiPlayz",
- "email": "sukimayoo@outlook.com"
- },
- "record": {
- "CNAME": "f8b64fa6-2a44-4922-81bd-4793b4b9291d.id.repl.co"
- }
+ "owner": {
+ "username": "SukiPlayz",
+ "email": "sukimayoo@outlook.com"
+ },
+ "record": {
+ "CNAME": "f8b64fa6-2a44-4922-81bd-4793b4b9291d.id.repl.co"
+ }
}
diff --git a/domains/checkmate-os.sx9.json b/domains/checkmate-os.sx9.json
index 0efaa1984..1a7c9465d 100644
--- a/domains/checkmate-os.sx9.json
+++ b/domains/checkmate-os.sx9.json
@@ -1,13 +1,13 @@
-{
- "description": "CheckMateOS",
- "repo": "https://sx-9.github.io/sx-web-os",
- "owner": {
- "username": "SX-9",
- "twitter": "SX_Discord",
- "discord": "SX-Spy-Agent#1377",
- "email": "sx-91@outlook.com"
- },
- "record": {
- "CNAME": "sx-9.github.io"
- }
+{
+ "description": "CheckMateOS",
+ "repo": "https://sx-9.github.io/sx-web-os",
+ "owner": {
+ "username": "SX-9",
+ "twitter": "SX_Discord",
+ "discord": "SX-Spy-Agent#1377",
+ "email": "sx-91@outlook.com"
+ },
+ "record": {
+ "CNAME": "sx-9.github.io"
+ }
}
diff --git a/domains/chef.json b/domains/chef.json
index a106e812c..1c902cb03 100644
--- a/domains/chef.json
+++ b/domains/chef.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "codechef-srm-ncr-chapter.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "codechef-srm-ncr-chapter.github.io"
+ }
}
diff --git a/domains/chenpeng.json b/domains/chenpeng.json
index 491365cd1..34d760b53 100644
--- a/domains/chenpeng.json
+++ b/domains/chenpeng.json
@@ -1,13 +1,13 @@
{
- "description": "Patrick Chen's develop site",
- "repo": "https://github.com/ChpShy/ChpShy.github.io.git",
- "owner": {
- "username": "chenpeng",
- "email": "cp786156072@gmail.com",
- "twitter": "chepy2019",
- "discord": "Patrick Chen#9900"
- },
- "record": {
- "URL": "https://chpshy.github.io"
- }
+ "description": "Patrick Chen's develop site",
+ "repo": "https://github.com/ChpShy/ChpShy.github.io.git",
+ "owner": {
+ "username": "chenpeng",
+ "email": "cp786156072@gmail.com",
+ "twitter": "chepy2019",
+ "discord": "Patrick Chen#9900"
+ },
+ "record": {
+ "URL": "https://chpshy.github.io"
+ }
}
diff --git a/domains/chino.json b/domains/chino.json
index 7bb0dfd5f..4ef8d7514 100644
--- a/domains/chino.json
+++ b/domains/chino.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "chino.pages.dev"
}
-}
+}
diff --git a/domains/chintan-prajapati.json b/domains/chintan-prajapati.json
index 6c109f5cf..d14ee4cf2 100644
--- a/domains/chintan-prajapati.json
+++ b/domains/chintan-prajapati.json
@@ -1,11 +1,11 @@
{
- "description": "Chintan Profile.",
- "repo": "https://github.com/chintan-prajapati/chintan-prajapati.github.io",
- "owner": {
- "username": "chintan-prajapati",
- "email": ""
- },
- "record": {
- "CNAME": "chintan-prajapati.github.io"
- }
+ "description": "Chintan Profile.",
+ "repo": "https://github.com/chintan-prajapati/chintan-prajapati.github.io",
+ "owner": {
+ "username": "chintan-prajapati",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "chintan-prajapati.github.io"
+ }
}
diff --git a/domains/chip-1925.json b/domains/chip-1925.json
index b382fe950..4d1d051ac 100644
--- a/domains/chip-1925.json
+++ b/domains/chip-1925.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "The-Awesome-0038",
- "email": "adityapundir275@gmail.com"
- },
- "record": {
- "URL": "https://theawesome.api.stdlib.com/discord-bot-dashboard@dev"
- }
+ "owner": {
+ "username": "The-Awesome-0038",
+ "email": "adityapundir275@gmail.com"
+ },
+ "record": {
+ "URL": "https://theawesome.api.stdlib.com/discord-bot-dashboard@dev"
+ }
}
diff --git a/domains/chip.json b/domains/chip.json
index 17e2a5c1b..2c0e98217 100644
--- a/domains/chip.json
+++ b/domains/chip.json
@@ -1,11 +1,11 @@
{
- "description": "Krchip's develop site",
- "repo": "https://github.com/Krchip/Krchip.github.io",
- "owner": {
- "username": "Krchip",
- "email": "elite7744@gmail.com"
- },
- "record": {
- "URL": "https://krchip.github.io"
- }
+ "description": "Krchip's develop site",
+ "repo": "https://github.com/Krchip/Krchip.github.io",
+ "owner": {
+ "username": "Krchip",
+ "email": "elite7744@gmail.com"
+ },
+ "record": {
+ "URL": "https://krchip.github.io"
+ }
}
diff --git a/domains/chirag-adhvaryu.json b/domains/chirag-adhvaryu.json
index fe05e3506..6ff3c9975 100644
--- a/domains/chirag-adhvaryu.json
+++ b/domains/chirag-adhvaryu.json
@@ -1,11 +1,11 @@
{
- "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",
- "email": ""
- },
- "record": {
- "CNAME": "chirag-adhvaryu.github.io"
- }
+ "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",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "chirag-adhvaryu.github.io"
+ }
}
diff --git a/domains/chloe.json b/domains/chloe.json
index 6070857fa..2cc65500a 100644
--- a/domains/chloe.json
+++ b/domains/chloe.json
@@ -1,12 +1,12 @@
{
- "description": "Chloe's is-a-dev domain",
- "repo": "https://github.com/chloeashlyn",
- "owner": {
- "username": "chloeashlyn",
- "email": "",
- "discord": "chloeashlyn#7272"
- },
- "record": {
- "URL": "https://chloeashlyn.vercel.app"
- }
+ "description": "Chloe's is-a-dev domain",
+ "repo": "https://github.com/chloeashlyn",
+ "owner": {
+ "username": "chloeashlyn",
+ "email": "",
+ "discord": "chloeashlyn#7272"
+ },
+ "record": {
+ "URL": "https://chloeashlyn.vercel.app"
+ }
}
diff --git a/domains/chris.json b/domains/chris.json
index c4a4c19fa..6ef798a71 100644
--- a/domains/chris.json
+++ b/domains/chris.json
@@ -1,11 +1,11 @@
{
- "description": "Chris' Site",
- "repo": "https://github.com/Sp4nd3x",
- "owner": {
- "username": "Sp4nd3x",
- "email": "chrisisadev@gmail.com"
- },
- "record": {
- "CNAME": "sp4nd3x.github.io"
- }
+ "description": "Chris' Site",
+ "repo": "https://github.com/Sp4nd3x",
+ "owner": {
+ "username": "Sp4nd3x",
+ "email": "chrisisadev@gmail.com"
+ },
+ "record": {
+ "CNAME": "sp4nd3x.github.io"
+ }
}
diff --git a/domains/chris8889.json b/domains/chris8889.json
index c04586cfa..1c8c19454 100644
--- a/domains/chris8889.json
+++ b/domains/chris8889.json
@@ -1,11 +1,11 @@
{
"description": "testing",
"owner": {
- "username": "Chris8889",
- "email": "chris88892@protonmail.com",
- "twitter": "Chris8889"
+ "username": "Chris8889",
+ "email": "chris88892@protonmail.com",
+ "twitter": "Chris8889"
},
"record": {
- "CNAME": "5d931f3a-d63d-4ccf-b14c-5b566fd0c5f0.id.repl.co"
+ "CNAME": "5d931f3a-d63d-4ccf-b14c-5b566fd0c5f0.id.repl.co"
}
}
diff --git a/domains/chucha.json b/domains/chucha.json
index 5857fb718..8c507af23 100644
--- a/domains/chucha.json
+++ b/domains/chucha.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Sly-Little-Fox",
- "email": "paranormal.studio123@gmail.com"
- },
- "record": {
- "CNAME": "sly-little-fox.github.io"
- }
+ "owner": {
+ "username": "Sly-Little-Fox",
+ "email": "paranormal.studio123@gmail.com"
+ },
+ "record": {
+ "CNAME": "sly-little-fox.github.io"
+ }
}
diff --git a/domains/cindy.json b/domains/cindy.json
index 62562d874..6fa1da298 100644
--- a/domains/cindy.json
+++ b/domains/cindy.json
@@ -2,11 +2,10 @@
"description": "portefolio website",
"repo": "https://github.com/cindynatorella/cindynatorella.github.io",
"owner": {
- "username": "cindynatorella",
- "email": "cindy.e.roullet@gmail.com"
-
+ "username": "cindynatorella",
+ "email": "cindy.e.roullet@gmail.com"
},
"record": {
- "CNAME": "cindynatorella.github.io"
+ "CNAME": "cindynatorella.github.io"
}
- }
\ No newline at end of file
+}
diff --git a/domains/cinnamonshrine.json b/domains/cinnamonshrine.json
index e0d5d19ae..65f8fdeed 100644
--- a/domains/cinnamonshrine.json
+++ b/domains/cinnamonshrine.json
@@ -1,12 +1,12 @@
{
- "description": "Main Pages",
- "repo": "https://github.com/CinnamonShrine/CinnamonShrine.github.io",
- "owner": {
- "username": "CinnamonShrine",
- "email": "marifbillah524@gmail.com",
- "twitter": "CinnamonShrine"
- },
- "record": {
- "CNAME": "cinnamonshrine.github.io"
- }
+ "description": "Main Pages",
+ "repo": "https://github.com/CinnamonShrine/CinnamonShrine.github.io",
+ "owner": {
+ "username": "CinnamonShrine",
+ "email": "marifbillah524@gmail.com",
+ "twitter": "CinnamonShrine"
+ },
+ "record": {
+ "CNAME": "cinnamonshrine.github.io"
+ }
}
diff --git a/domains/ck.json b/domains/ck.json
index 814ca4948..33544155b 100644
--- a/domains/ck.json
+++ b/domains/ck.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/plu5/plu5.github.io",
- "owner": {
- "username": "plu5",
- "email": "ctre@users.sourceforge.net",
- "twitter": "preminster"
- },
- "record": {
- "CNAME": "plu5.github.io"
- }
+ "repo": "https://github.com/plu5/plu5.github.io",
+ "owner": {
+ "username": "plu5",
+ "email": "ctre@users.sourceforge.net",
+ "twitter": "preminster"
+ },
+ "record": {
+ "CNAME": "plu5.github.io"
+ }
}
diff --git a/domains/ckateptb.json b/domains/ckateptb.json
index 0faae3ec3..b89817cd2 100644
--- a/domains/ckateptb.json
+++ b/domains/ckateptb.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "CKATEPTb",
"email": "taksis@ex.ua"
- },
+ },
- "record": {
+ "record": {
"A": ["65.108.238.23"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/ckn.json b/domains/ckn.json
index f1a860096..b2f39c931 100644
--- a/domains/ckn.json
+++ b/domains/ckn.json
@@ -1,11 +1,11 @@
{
- "description": "ckn is a dev",
- "repo": "https://replit.com/@ch1ck3n/cknis-adev#main.py",
- "owner": {
- "username": "ch1ck3n-byte",
- "email": "chcknch1ck3n@gmail.com"
- },
- "record": {
- "CNAME": "6716ad2d-2adc-4475-a4bb-ea27259fe702.repl.co"
- }
+ "description": "ckn is a dev",
+ "repo": "https://replit.com/@ch1ck3n/cknis-adev#main.py",
+ "owner": {
+ "username": "ch1ck3n-byte",
+ "email": "chcknch1ck3n@gmail.com"
+ },
+ "record": {
+ "CNAME": "6716ad2d-2adc-4475-a4bb-ea27259fe702.repl.co"
+ }
}
diff --git a/domains/cloud.dergraph.json b/domains/cloud.dergraph.json
index 6f7f1963a..c302aa996 100644
--- a/domains/cloud.dergraph.json
+++ b/domains/cloud.dergraph.json
@@ -1,11 +1,9 @@
{
- "owner": {
- "username": "derGraph",
- "email": "dergraph@f5.si"
- },
- "record": {
- "A": [
- "83.215.31.101"
- ]
- }
+ "owner": {
+ "username": "derGraph",
+ "email": "dergraph@f5.si"
+ },
+ "record": {
+ "A": ["83.215.31.101"]
+ }
}
diff --git a/domains/cloud.json b/domains/cloud.json
index e46e0cb7e..d404db59d 100644
--- a/domains/cloud.json
+++ b/domains/cloud.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "adarsh-goel",
"email": "adarsh.goel05@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "91afb326-7cc2-4a86-bc00-49da7755a6b4.id.repl.co"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/cloud9store.json b/domains/cloud9store.json
index 0bacaa7a4..9055219f2 100644
--- a/domains/cloud9store.json
+++ b/domains/cloud9store.json
@@ -1,11 +1,11 @@
{
- "description": "website",
- "repo": "replit.com/@inmostgaming",
- "owner": {
- "username": "cloud9store",
- "email": "sidneybuisnessandshop@gmail.com"
- },
- "record": {
- "CNAME": "fcfb75bd-9b46-4ba9-b588-ad5ce8ebd80f.repl.co"
- }
+ "description": "website",
+ "repo": "replit.com/@inmostgaming",
+ "owner": {
+ "username": "cloud9store",
+ "email": "sidneybuisnessandshop@gmail.com"
+ },
+ "record": {
+ "CNAME": "fcfb75bd-9b46-4ba9-b588-ad5ce8ebd80f.repl.co"
+ }
}
diff --git a/domains/cloudy.json b/domains/cloudy.json
index d0651d33d..a17f001e1 100644
--- a/domains/cloudy.json
+++ b/domains/cloudy.json
@@ -1,12 +1,12 @@
{
- "description": "Cloudy's Site",
- "repo": "https://github.com/cloudysleet/cloudysleet.github.io",
- "owner": {
- "username": "Cloudysleet",
- "email": "cloudzareonsky@gmail.com",
- "twitter": "cloudysleet"
- },
- "record": {
- "CNAME": "cloudysleet.github.io"
- }
+ "description": "Cloudy's Site",
+ "repo": "https://github.com/cloudysleet/cloudysleet.github.io",
+ "owner": {
+ "username": "Cloudysleet",
+ "email": "cloudzareonsky@gmail.com",
+ "twitter": "cloudysleet"
+ },
+ "record": {
+ "CNAME": "cloudysleet.github.io"
+ }
}
diff --git a/domains/cloudz.json b/domains/cloudz.json
index 54f29cf17..02efb0fe3 100644
--- a/domains/cloudz.json
+++ b/domains/cloudz.json
@@ -1,11 +1,11 @@
{
- "description": "Cloud'z Website",
- "repo": "https://github.com/Cloudy408/cloudy408.github.io",
- "owner": {
- "username": "Cloudy408",
- "email": "gamerscloud408@gmail.com"
- },
- "record": {
- "CNAME": "cloudy408.github.io"
- }
+ "description": "Cloud'z Website",
+ "repo": "https://github.com/Cloudy408/cloudy408.github.io",
+ "owner": {
+ "username": "Cloudy408",
+ "email": "gamerscloud408@gmail.com"
+ },
+ "record": {
+ "CNAME": "cloudy408.github.io"
+ }
}
diff --git a/domains/clynt.json b/domains/clynt.json
index bd893757d..d6df741e9 100644
--- a/domains/clynt.json
+++ b/domains/clynt.json
@@ -1,11 +1,11 @@
{
- "description": "C-Cloud",
- "repo": "https://gitlab.com/Clynt707/SharX",
- "owner": {
- "username": "Clynt",
- "email": "clyntcollin@gmail.com"
- },
- "record": {
- "A": ["37.114.32.30"]
- }
+ "description": "C-Cloud",
+ "repo": "https://gitlab.com/Clynt707/SharX",
+ "owner": {
+ "username": "Clynt",
+ "email": "clyntcollin@gmail.com"
+ },
+ "record": {
+ "A": ["37.114.32.30"]
+ }
}
diff --git a/domains/cmd410.json b/domains/cmd410.json
index b44a8845b..7ee848a7e 100644
--- a/domains/cmd410.json
+++ b/domains/cmd410.json
@@ -1,11 +1,11 @@
{
- "description": "Crystal Melting Dot's site",
- "repo": "https://github.com/cmd410/cmd410.github.io",
- "owner": {
- "username": "cmd410",
- "email": "stresspassing@gmail.com"
- },
- "record": {
- "CNAME": "cmd410.github.io"
- }
+ "description": "Crystal Melting Dot's site",
+ "repo": "https://github.com/cmd410/cmd410.github.io",
+ "owner": {
+ "username": "cmd410",
+ "email": "stresspassing@gmail.com"
+ },
+ "record": {
+ "CNAME": "cmd410.github.io"
+ }
}
diff --git a/domains/codefoster.json b/domains/codefoster.json
index a21e921c2..1800ae075 100644
--- a/domains/codefoster.json
+++ b/domains/codefoster.json
@@ -1,11 +1,11 @@
{
- "description": "The main for codefoster - a Software Engineer at Microsoft.",
- "repo": "https://github.com/codefoster",
- "owner": {
- "username": "codefoster",
- "email": "jeremy.foster@live.com"
- },
- "record": {
- "URL": "http://codefoster.com"
- }
+ "description": "The main for codefoster - a Software Engineer at Microsoft.",
+ "repo": "https://github.com/codefoster",
+ "owner": {
+ "username": "codefoster",
+ "email": "jeremy.foster@live.com"
+ },
+ "record": {
+ "URL": "http://codefoster.com"
+ }
}
diff --git a/domains/coder100.json b/domains/coder100.json
index d0faebc5a..9f3fe264b 100644
--- a/domains/coder100.json
+++ b/domains/coder100.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "cursorweb",
- "email": "",
- "twitter": "Coder1002"
- },
- "description": "Personal Home Page and Blog",
- "record": {
- "CNAME": "coder100-blog-production.up.railway.app"
- }
+ "owner": {
+ "username": "cursorweb",
+ "email": "",
+ "twitter": "Coder1002"
+ },
+ "description": "Personal Home Page and Blog",
+ "record": {
+ "CNAME": "coder100-blog-production.up.railway.app"
+ }
}
diff --git a/domains/codethoma.json b/domains/codethoma.json
index 239d3ecbc..762946040 100644
--- a/domains/codethoma.json
+++ b/domains/codethoma.json
@@ -1,11 +1,11 @@
{
- "description": "The ThunderDome",
- "repo": "https://github.com/codethoma",
- "owner": {
- "username": "codethoma",
- "email": "mrthundergod@gmail.com"
- },
- "record": {
- "CNAME": "codethoma.github.io"
- }
+ "description": "The ThunderDome",
+ "repo": "https://github.com/codethoma",
+ "owner": {
+ "username": "codethoma",
+ "email": "mrthundergod@gmail.com"
+ },
+ "record": {
+ "CNAME": "codethoma.github.io"
+ }
}
diff --git a/domains/codewhiteweb.json b/domains/codewhiteweb.json
index ace90f3e8..a62c22131 100644
--- a/domains/codewhiteweb.json
+++ b/domains/codewhiteweb.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "CodeWhiteWeb",
- "email": "web.codewhite@gmail.com",
- "twitter": "CodeWhiteWeb1",
- "instagram": "CodeWhiteWeb"
- },
- "record": {
- "URL": "https://codewhiteweb.cf"
- }
+ "owner": {
+ "username": "CodeWhiteWeb",
+ "email": "web.codewhite@gmail.com",
+ "twitter": "CodeWhiteWeb1",
+ "instagram": "CodeWhiteWeb"
+ },
+ "record": {
+ "URL": "https://codewhiteweb.cf"
+ }
}
diff --git a/domains/coffee.json b/domains/coffee.json
index fb3b505d8..27b349652 100644
--- a/domains/coffee.json
+++ b/domains/coffee.json
@@ -1,10 +1,10 @@
{
- "description": "Link for Coffee's personal site",
- "owner": {
- "username": "C0ffeeCode",
- "email": "c0ffeecode@outlook.com"
- },
- "record": {
- "CNAME": "coffeeco.dev"
- }
+ "description": "Link for Coffee's personal site",
+ "owner": {
+ "username": "C0ffeeCode",
+ "email": "c0ffeecode@outlook.com"
+ },
+ "record": {
+ "CNAME": "coffeeco.dev"
+ }
}
diff --git a/domains/cole.json b/domains/cole.json
index f5cc0f02c..e554fa355 100644
--- a/domains/cole.json
+++ b/domains/cole.json
@@ -1,11 +1,11 @@
{
- "description": "Link to colewilson.xyz",
- "repo": "https://github.com/cole-wilson/colewilson.xyz",
- "owner": {
- "username": "cole-wilson",
- "email": "support@colewilson.xyz"
- },
- "record": {
- "URL": "https://colewilson.xyz"
- }
+ "description": "Link to colewilson.xyz",
+ "repo": "https://github.com/cole-wilson/colewilson.xyz",
+ "owner": {
+ "username": "cole-wilson",
+ "email": "support@colewilson.xyz"
+ },
+ "record": {
+ "URL": "https://colewilson.xyz"
+ }
}
diff --git a/domains/community.nziie.json b/domains/community.nziie.json
index 5cd1f660f..fcfa8278e 100644
--- a/domains/community.nziie.json
+++ b/domains/community.nziie.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Nzii3",
"email": "exeyst@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "nziiecommunity.freeflarum.com"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/connor.json b/domains/connor.json
index 2fb2b310e..eac218faa 100644
--- a/domains/connor.json
+++ b/domains/connor.json
@@ -1,11 +1,11 @@
{
- "description": "Personal portfolio.",
- "repo": "https://github.com/ConnorDoesDev/connordoesdev.github.io",
- "owner": {
- "username": "ConnorDoesDev",
- "email": "connor@cstudios.gay"
- },
- "record": {
- "CNAME": "connordoesdev.github.io"
- }
+ "description": "Personal portfolio.",
+ "repo": "https://github.com/ConnorDoesDev/connordoesdev.github.io",
+ "owner": {
+ "username": "ConnorDoesDev",
+ "email": "connor@cstudios.gay"
+ },
+ "record": {
+ "CNAME": "connordoesdev.github.io"
+ }
}
diff --git a/domains/conorsheehan1.json b/domains/conorsheehan1.json
index 531453482..1559af875 100644
--- a/domains/conorsheehan1.json
+++ b/domains/conorsheehan1.json
@@ -1,11 +1,11 @@
{
- "description": "ConorSheehan1's personal website and blog",
- "repo": "https://github.com/ConorSheehan1/ConorSheehan1.github.io",
- "owner": {
- "username": "ConorSheehan1",
- "email": "conor.sheehan.dev@gmail.com"
- },
- "record": {
- "CNAME": "conorsheehan1.github.io"
- }
+ "description": "ConorSheehan1's personal website and blog",
+ "repo": "https://github.com/ConorSheehan1/ConorSheehan1.github.io",
+ "owner": {
+ "username": "ConorSheehan1",
+ "email": "conor.sheehan.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "conorsheehan1.github.io"
+ }
}
diff --git a/domains/coolcodersj.json b/domains/coolcodersj.json
index 0d57a28f7..7d5979fcc 100644
--- a/domains/coolcodersj.json
+++ b/domains/coolcodersj.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "CoolCoderSJ",
- "email": "CoolCoderSJ@gmail.com"
- },
- "description": "Portfolio",
- "record": {
- "CNAME": "coolcodersj.github.io"
- }
+ "owner": {
+ "username": "CoolCoderSJ",
+ "email": "CoolCoderSJ@gmail.com"
+ },
+ "description": "Portfolio",
+ "record": {
+ "CNAME": "coolcodersj.github.io"
+ }
}
diff --git a/domains/cooper.json b/domains/cooper.json
index 6f9f30f9f..3d4e80518 100644
--- a/domains/cooper.json
+++ b/domains/cooper.json
@@ -1,11 +1,11 @@
{
- "description": "Domain for my Portfolio Thing",
- "repo": "https://github.com/cooper25/portfolio2021",
- "owner": {
- "username": "cooper25",
- "email": "cooper@tsor.is"
- },
- "record": {
- "URL": "https://cppr.dev"
- }
+ "description": "Domain for my Portfolio Thing",
+ "repo": "https://github.com/cooper25/portfolio2021",
+ "owner": {
+ "username": "cooper25",
+ "email": "cooper@tsor.is"
+ },
+ "record": {
+ "URL": "https://cppr.dev"
+ }
}
diff --git a/domains/corentin-sotoca.json b/domains/corentin-sotoca.json
index 96e9e075e..bbc7fc6ce 100644
--- a/domains/corentin-sotoca.json
+++ b/domains/corentin-sotoca.json
@@ -5,9 +5,6 @@
"email": "corentin.sotoca@gmail.com"
},
"record": {
- "A": [
- "62.171.174.120"
- ]
- }
- }
-
\ No newline at end of file
+ "A": ["62.171.174.120"]
+ }
+}
diff --git a/domains/cornix.json b/domains/cornix.json
index 38e86f2f9..5cb7e8df0 100644
--- a/domains/cornix.json
+++ b/domains/cornix.json
@@ -1,10 +1,10 @@
{
- "description": "cornix's website",
- "owner": {
- "username": "MysteryDev01",
- "email": "cornixytofficial@gmail.com"
- },
- "record": {
- "CNAME": "cornix32122.carrd.co"
- }
+ "description": "cornix's website",
+ "owner": {
+ "username": "MysteryDev01",
+ "email": "cornixytofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "cornix32122.carrd.co"
+ }
}
diff --git a/domains/cosmic.json b/domains/cosmic.json
index 7bb9f4d2d..3a6f8d772 100644
--- a/domains/cosmic.json
+++ b/domains/cosmic.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Cosmic6811",
- "email": "jadenweong@gmail.com"
- },
- "record": {
- "CNAME": "20cd3f94-9e6c-425c-bb20-8a121e88cf78.repl.co"
- }
+ "owner": {
+ "username": "Cosmic6811",
+ "email": "jadenweong@gmail.com"
+ },
+ "record": {
+ "CNAME": "20cd3f94-9e6c-425c-bb20-8a121e88cf78.repl.co"
+ }
}
diff --git a/domains/cosmos.json b/domains/cosmos.json
index 890c4de67..a66f262cd 100644
--- a/domains/cosmos.json
+++ b/domains/cosmos.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "iscosmos",
"email": "iscosmos@outlook.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://iscosmos.github.io"
- }
}
-
+}
diff --git a/domains/cozymy.json b/domains/cozymy.json
index 9d227224a..6373876d3 100644
--- a/domains/cozymy.json
+++ b/domains/cozymy.json
@@ -1,12 +1,12 @@
{
- "description": "A personal portfolio site for all my projects.",
- "repo": "https://github.com/cozymy/cozymy.github.io",
- "owner": {
- "username": "cozymy",
- "email": "kunalkundrra@gmail.com",
- "twitter": "kunalkundrra"
- },
- "record": {
- "CNAME": "cozymy.github.io"
- }
+ "description": "A personal portfolio site for all my projects.",
+ "repo": "https://github.com/cozymy/cozymy.github.io",
+ "owner": {
+ "username": "cozymy",
+ "email": "kunalkundrra@gmail.com",
+ "twitter": "kunalkundrra"
+ },
+ "record": {
+ "CNAME": "cozymy.github.io"
+ }
}
diff --git a/domains/cr.json b/domains/cr.json
index cb7d60370..1182a52ae 100644
--- a/domains/cr.json
+++ b/domains/cr.json
@@ -1,11 +1,11 @@
{
- "description": "A Website For My API",
- "repo": "https://github.com/joeleeofficial",
- "owner": {
- "username": "joeleeofficial",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "7b9fd2b3-d702-4577-bcbf-a1a529ad3f3d.repl.co"
- }
+ "description": "A Website For My API",
+ "repo": "https://github.com/joeleeofficial",
+ "owner": {
+ "username": "joeleeofficial",
+ "email": "tojoeleeofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "7b9fd2b3-d702-4577-bcbf-a1a529ad3f3d.repl.co"
+ }
}
diff --git a/domains/cr0nus.json b/domains/cr0nus.json
index b895a86bc..c2b4381dd 100644
--- a/domains/cr0nus.json
+++ b/domains/cr0nus.json
@@ -1,12 +1,12 @@
{
- "description": "A personal portfolio site for all my projects.",
- "repo": "https://github.com/umgbhalla",
- "owner": {
- "username": "umgbhalla",
- "email": "umg.bhalla88@gmail.com",
- "twitter": "umgbhalla"
- },
- "record": {
- "CNAME": "umgbhalla.github.io"
- }
+ "description": "A personal portfolio site for all my projects.",
+ "repo": "https://github.com/umgbhalla",
+ "owner": {
+ "username": "umgbhalla",
+ "email": "umg.bhalla88@gmail.com",
+ "twitter": "umgbhalla"
+ },
+ "record": {
+ "CNAME": "umgbhalla.github.io"
+ }
}
diff --git a/domains/crackz.json b/domains/crackz.json
index db0214003..5e71ce0f5 100644
--- a/domains/crackz.json
+++ b/domains/crackz.json
@@ -8,4 +8,4 @@
"record": {
"URL": "http://lassewiedemann.de"
}
-}
+}
diff --git a/domains/creaperhunter.json b/domains/creaperhunter.json
index fcb2ebfb9..11885c2d7 100644
--- a/domains/creaperhunter.json
+++ b/domains/creaperhunter.json
@@ -7,4 +7,4 @@
"record": {
"CNAME": "personal-page-3ps.pages.dev"
}
-}
+}
diff --git a/domains/creature.json b/domains/creature.json
index 3d4f5fdc2..f3d39e0c2 100644
--- a/domains/creature.json
+++ b/domains/creature.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "pranay5463.github.io"
}
-}
+}
diff --git a/domains/creepso.json b/domains/creepso.json
index df6f4f1be..5a399612c 100644
--- a/domains/creepso.json
+++ b/domains/creepso.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "creepsooff.github.io"
}
-}
+}
diff --git a/domains/creve.json b/domains/creve.json
index 9b06405fc..6155263d3 100644
--- a/domains/creve.json
+++ b/domains/creve.json
@@ -1,11 +1,11 @@
{
- "description": "My site ig",
- "owner": {
- "username": "Creveoolus",
- "email": "",
- "discord": "Creve#0727"
- },
- "record": {
- "CNAME": "shielded-turnip-jvcv0g342r3gnbht5wr9tpio.herokudns.com"
- }
+ "description": "My site ig",
+ "owner": {
+ "username": "Creveoolus",
+ "email": "",
+ "discord": "Creve#0727"
+ },
+ "record": {
+ "CNAME": "shielded-turnip-jvcv0g342r3gnbht5wr9tpio.herokudns.com"
+ }
}
diff --git a/domains/crispy.json b/domains/crispy.json
index e18a8c78c..ce8dd0ec8 100644
--- a/domains/crispy.json
+++ b/domains/crispy.json
@@ -1,11 +1,11 @@
{
- "description": "Crispy's Development Website",
- "repo": "https://github.com/Crispy-Cream/Crispy",
- "owner": {
- "username": "Crispy-Cream",
- "email": "crispy@vibebot.me"
- },
- "record": {
- "CNAME": "4453c438-a580-4334-ab7c-56e7844eb705.repl.co"
- }
+ "description": "Crispy's Development Website",
+ "repo": "https://github.com/Crispy-Cream/Crispy",
+ "owner": {
+ "username": "Crispy-Cream",
+ "email": "crispy@vibebot.me"
+ },
+ "record": {
+ "CNAME": "4453c438-a580-4334-ab7c-56e7844eb705.repl.co"
+ }
}
diff --git a/domains/croissant.json b/domains/croissant.json
index 4fb050956..6faa7e728 100644
--- a/domains/croissant.json
+++ b/domains/croissant.json
@@ -1,11 +1,9 @@
-
{
- "owner": {
- "username": "arhammusheer",
- "email": "arhammusheer@gmail.com"
- },
- "record": {
- "CNAME": "croissant.one"
- }
+ "owner": {
+ "username": "arhammusheer",
+ "email": "arhammusheer@gmail.com"
+ },
+ "record": {
+ "CNAME": "croissant.one"
+ }
}
-
\ No newline at end of file
diff --git a/domains/crystal.json b/domains/crystal.json
index 299075303..38528e502 100644
--- a/domains/crystal.json
+++ b/domains/crystal.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "crystalbajgai.github.io"
}
-}
+}
diff --git a/domains/crystaluptime.json b/domains/crystaluptime.json
index b60624c81..eaaf9e45c 100644
--- a/domains/crystaluptime.json
+++ b/domains/crystaluptime.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "CRYSTAL-HQ",
"email": "info.crystal.hq@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://uptime-kuma.crystaluptime.repl.co"
- }
}
-
+}
diff --git a/domains/cucusise.json b/domains/cucusise.json
index 9d55e8185..0fc9b83ae 100644
--- a/domains/cucusise.json
+++ b/domains/cucusise.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Cucusise",
"email": "cucusise@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "cucusise.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/cuzimbisonratte.json b/domains/cuzimbisonratte.json
index 618cadb03..72b705dc1 100644
--- a/domains/cuzimbisonratte.json
+++ b/domains/cuzimbisonratte.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "CuzImBisonratte",
"email": "cuzimbisonratte@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "cuzimbisonratte.github.io"
- }
}
-
+}
diff --git a/domains/cyan.json b/domains/cyan.json
index ecc119879..104389320 100644
--- a/domains/cyan.json
+++ b/domains/cyan.json
@@ -1,11 +1,11 @@
{
- "description": "Just a personal website",
- "repo": "https://github.com/cyanraze/cyanraze",
- "owner": {
- "username": "cyanraze",
- "email": "239@duck.com"
- },
- "record": {
- "CNAME": "cyanraze.github.io"
- }
+ "description": "Just a personal website",
+ "repo": "https://github.com/cyanraze/cyanraze",
+ "owner": {
+ "username": "cyanraze",
+ "email": "239@duck.com"
+ },
+ "record": {
+ "CNAME": "cyanraze.github.io"
+ }
}
diff --git a/domains/cyanic76.json b/domains/cyanic76.json
index 4582efbfe..28444735a 100644
--- a/domains/cyanic76.json
+++ b/domains/cyanic76.json
@@ -1,11 +1,11 @@
{
- "description": "Cyanic's website (link to cyanic.me)",
- "repo": "https://codeberg.org/Cyanic76/pages",
- "owner": {
- "username": "Cyanic76",
- "email": "git@cyanic.me"
- },
- "record": {
- "URL": "https://cyanic.me"
- }
+ "description": "Cyanic's website (link to cyanic.me)",
+ "repo": "https://codeberg.org/Cyanic76/pages",
+ "owner": {
+ "username": "Cyanic76",
+ "email": "git@cyanic.me"
+ },
+ "record": {
+ "URL": "https://cyanic.me"
+ }
}
diff --git a/domains/cyanide.json b/domains/cyanide.json
index 205e97255..5773df852 100644
--- a/domains/cyanide.json
+++ b/domains/cyanide.json
@@ -2,11 +2,11 @@
"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",
- "twitter": "cyanide1x"
+ "username": "cyanide1x",
+ "email": "contact@cyanidedev.mn",
+ "twitter": "cyanide1x"
},
"record": {
- "CNAME": "cyanide1x.github.io"
+ "CNAME": "cyanide1x.github.io"
}
}
diff --git a/domains/cycno.json b/domains/cycno.json
index ff6543c4f..4c21bd8ce 100644
--- a/domains/cycno.json
+++ b/domains/cycno.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "CYCNO",
"email": "daniyalchunna2@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "cycno.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/d1snin.json b/domains/d1snin.json
index f665bb06d..c46bb4587 100644
--- a/domains/d1snin.json
+++ b/domains/d1snin.json
@@ -1,11 +1,11 @@
{
- "description": "d1snin's website",
- "repo": "https://github.com/d1snin/website",
- "owner": {
- "username": "d1snin",
- "email": "~@d1s.uno"
- },
- "record": {
- "CNAME": "35188086.website-8ek.pages.dev"
- }
+ "description": "d1snin's website",
+ "repo": "https://github.com/d1snin/website",
+ "owner": {
+ "username": "d1snin",
+ "email": "~@d1s.uno"
+ },
+ "record": {
+ "CNAME": "35188086.website-8ek.pages.dev"
+ }
}
diff --git a/domains/d3admanbot.json b/domains/d3admanbot.json
index dd1cdba3c..61fb382ad 100644
--- a/domains/d3admanbot.json
+++ b/domains/d3admanbot.json
@@ -7,4 +7,4 @@
"record": {
"CNAME": "430c6d1d-e841-42d8-ab91-8f7d370b14cd.id.repl.co"
}
-}
+}
diff --git a/domains/daanbreur.json b/domains/daanbreur.json
index 952bee3e4..a18588910 100644
--- a/domains/daanbreur.json
+++ b/domains/daanbreur.json
@@ -1,10 +1,10 @@
{
- "description": "My blog with writeups :)",
- "owner": {
- "username": "daanbreur",
- "email": "me@daanbreur.systems"
- },
- "record": {
- "URL": "https://blog.daanbreur.systems"
- }
+ "description": "My blog with writeups :)",
+ "owner": {
+ "username": "daanbreur",
+ "email": "me@daanbreur.systems"
+ },
+ "record": {
+ "URL": "https://blog.daanbreur.systems"
+ }
}
diff --git a/domains/daanschenkel.json b/domains/daanschenkel.json
index b8368a96e..71ee24f88 100644
--- a/domains/daanschenkel.json
+++ b/domains/daanschenkel.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "daanschenkel",
"email": "daan@daanschenkel.nl"
- },
+ },
- "record": {
+ "record": {
"URL": "https://daanschenkel.nl"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/daboltgod.json b/domains/daboltgod.json
index 90fad6b4c..badf104c1 100644
--- a/domains/daboltgod.json
+++ b/domains/daboltgod.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "itzphoenixyaknow.github.io"
}
-}
+}
diff --git a/domains/dadcuy.json b/domains/dadcuy.json
index 718722149..7ec63ecbc 100644
--- a/domains/dadcuy.json
+++ b/domains/dadcuy.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Dadcuy",
- "email": "dadcuy@gmail.com"
- },
- "record": {
- "CNAME": "dadcuy.github.io"
- }
+ "owner": {
+ "username": "Dadcuy",
+ "email": "dadcuy@gmail.com"
+ },
+ "record": {
+ "CNAME": "dadcuy.github.io"
+ }
}
diff --git a/domains/daddy.json b/domains/daddy.json
index d7c019181..7d6e17792 100644
--- a/domains/daddy.json
+++ b/domains/daddy.json
@@ -1,13 +1,13 @@
{
- "description": "Redirect to daddy mahir's website",
- "repo": "https://github.com/mtgsquad",
- "owner": {
- "username": "mtgsquad",
- "email": "mahir@molai.dev",
- "twitter": "DevMolai",
- "discord": "molai.dev#2674"
- },
- "record": {
- "URL": "https://molai.dev"
- }
+ "description": "Redirect to daddy mahir's website",
+ "repo": "https://github.com/mtgsquad",
+ "owner": {
+ "username": "mtgsquad",
+ "email": "mahir@molai.dev",
+ "twitter": "DevMolai",
+ "discord": "molai.dev#2674"
+ },
+ "record": {
+ "URL": "https://molai.dev"
+ }
}
diff --git a/domains/dainfloop.json b/domains/dainfloop.json
index 0d83f0b1f..d79aa031a 100644
--- a/domains/dainfloop.json
+++ b/domains/dainfloop.json
@@ -1,14 +1,11 @@
{
- "owner": {
- "username": "DaInfLoop",
- "email": "backupharoongames100@gmail.com"
- },
-
- "record": {
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "owner": {
+ "username": "DaInfLoop",
+ "email": "backupharoongames100@gmail.com"
+ },
+
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/dan-habot.json b/domains/dan-habot.json
index b69f8a9c7..ef72877d6 100644
--- a/domains/dan-habot.json
+++ b/domains/dan-habot.json
@@ -1,11 +1,11 @@
{
- "description": "Fullstack web & mobile dev, quality assurance, automation, reverse engineering, and flexible",
- "repo": "https://github.com/danhab99/danhab99.github.io",
- "owner": {
- "username": "danhab99",
- "email": "dan.habot@gmail.com"
- },
- "record": {
- "CNAME": "danhab99.github.io"
- }
+ "description": "Fullstack web & mobile dev, quality assurance, automation, reverse engineering, and flexible",
+ "repo": "https://github.com/danhab99/danhab99.github.io",
+ "owner": {
+ "username": "danhab99",
+ "email": "dan.habot@gmail.com"
+ },
+ "record": {
+ "CNAME": "danhab99.github.io"
+ }
}
diff --git a/domains/dan.json b/domains/dan.json
index 8f7023050..35b648db5 100644
--- a/domains/dan.json
+++ b/domains/dan.json
@@ -1,11 +1,11 @@
{
- "description": "Dan's Blog and Portfolio",
- "repo": "https://github.com/DanField12/DanField12.github.io.git",
- "owner": {
- "username": "DanField12",
- "email": "dan.field643@gmail.com"
- },
- "record": {
- "CNAME": "DanField12.github.io"
- }
+ "description": "Dan's Blog and Portfolio",
+ "repo": "https://github.com/DanField12/DanField12.github.io.git",
+ "owner": {
+ "username": "DanField12",
+ "email": "dan.field643@gmail.com"
+ },
+ "record": {
+ "CNAME": "DanField12.github.io"
+ }
}
diff --git a/domains/dangdat.json b/domains/dangdat.json
index 625501406..5cc2271c0 100644
--- a/domains/dangdat.json
+++ b/domains/dangdat.json
@@ -1,11 +1,11 @@
{
- "description": "This website is a link to my personal portfolio",
- "repo": "https://github.com/aurorakid/taotap",
- "owner": {
- "username": "aurorakid",
- "email": "nguyendangdat412@gmail.com"
- },
- "record": {
- "CNAME": "aurorakid.github.io"
- }
+ "description": "This website is a link to my personal portfolio",
+ "repo": "https://github.com/aurorakid/taotap",
+ "owner": {
+ "username": "aurorakid",
+ "email": "nguyendangdat412@gmail.com"
+ },
+ "record": {
+ "CNAME": "aurorakid.github.io"
+ }
}
diff --git a/domains/dani.json b/domains/dani.json
index fa4d9f757..5eac250e0 100644
--- a/domains/dani.json
+++ b/domains/dani.json
@@ -1,12 +1,12 @@
{
- "description": "Danidev's Website",
- "repo": "https://github.com/Danidev819/danidev819.github.io",
- "owner": {
- "username": "Danidev819",
- "email": "danidev82@gmail.com",
- "twitter": "Danidev819"
- },
- "record": {
- "CNAME": "danidev819.github.io"
- }
+ "description": "Danidev's Website",
+ "repo": "https://github.com/Danidev819/danidev819.github.io",
+ "owner": {
+ "username": "Danidev819",
+ "email": "danidev82@gmail.com",
+ "twitter": "Danidev819"
+ },
+ "record": {
+ "CNAME": "danidev819.github.io"
+ }
}
diff --git a/domains/danialajamil.json b/domains/danialajamil.json
index 02de0710d..826ad44fa 100644
--- a/domains/danialajamil.json
+++ b/domains/danialajamil.json
@@ -1,11 +1,11 @@
{
- "description": "danialajamil.is-a.dev",
- "repo": "https://github.com/KawakazeRin/my-portfolio-site",
- "owner": {
- "username": "KawakazeRin",
- "email": "satyamverma46@outlook.com"
- },
- "record": {
- "CNAME": "kawakazerin.github.io"
- }
+ "description": "danialajamil.is-a.dev",
+ "repo": "https://github.com/KawakazeRin/my-portfolio-site",
+ "owner": {
+ "username": "KawakazeRin",
+ "email": "satyamverma46@outlook.com"
+ },
+ "record": {
+ "CNAME": "kawakazerin.github.io"
+ }
}
diff --git a/domains/daniel.json b/domains/daniel.json
index b3d4893fe..8087b4438 100644
--- a/domains/daniel.json
+++ b/domains/daniel.json
@@ -1,15 +1,15 @@
{
- "description": "Hello! My name is Daniel, I am a developer that has been programming since 2018. This website shows some of the things I have created.",
- "owner": {
- "username": "hackermondev",
- "email": "",
- "twitter": "hackermondev"
- },
- "record": {
- "A": ["34.120.194.28"],
+ "description": "Hello! My name is Daniel, I am a developer that has been programming since 2018. This website shows some of the things I have created.",
+ "owner": {
+ "username": "hackermondev",
+ "email": "",
+ "twitter": "hackermondev"
+ },
+ "record": {
+ "A": ["34.120.194.28"],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/daniel4-dev.json b/domains/daniel4-dev.json
index 2ac3e26c2..49cde973f 100644
--- a/domains/daniel4-dev.json
+++ b/domains/daniel4-dev.json
@@ -1,10 +1,10 @@
{
- "description": "Daniel Barton's games site",
- "owner": {
- "username": "daniel4-scratch",
- "email": "llama552621@gmail.com"
- },
- "record": {
- "CNAME": "b1a7de73-3e69-432d-91b8-cedb341d848b.id.repl.co"
- }
+ "description": "Daniel Barton's games site",
+ "owner": {
+ "username": "daniel4-scratch",
+ "email": "llama552621@gmail.com"
+ },
+ "record": {
+ "CNAME": "b1a7de73-3e69-432d-91b8-cedb341d848b.id.repl.co"
+ }
}
diff --git a/domains/daniel4-scratch.json b/domains/daniel4-scratch.json
index 2200a0a51..198cb3bbe 100644
--- a/domains/daniel4-scratch.json
+++ b/domains/daniel4-scratch.json
@@ -1,11 +1,11 @@
{
- "description": "Daniel barton's website",
- "repo": "https://github.com/daniel4-scratch/daniel4-scrcatch.github.io",
- "owner": {
- "username": "daniel4-scratch",
- "email": "llama552621@gmail.com"
- },
- "record": {
- "CNAME": "daniel4-scratch.github.io"
- }
+ "description": "Daniel barton's website",
+ "repo": "https://github.com/daniel4-scratch/daniel4-scrcatch.github.io",
+ "owner": {
+ "username": "daniel4-scratch",
+ "email": "llama552621@gmail.com"
+ },
+ "record": {
+ "CNAME": "daniel4-scratch.github.io"
+ }
}
diff --git a/domains/danielclarke.json b/domains/danielclarke.json
index 3e860a22f..5a02b320b 100644
--- a/domains/danielclarke.json
+++ b/domains/danielclarke.json
@@ -8,4 +8,4 @@
"record": {
"URL": "https://danielclarke.tech"
}
-}
\ No newline at end of file
+}
diff --git a/domains/danilofuchs.json b/domains/danilofuchs.json
index cf2c2aa05..c20da8e25 100644
--- a/domains/danilofuchs.json
+++ b/domains/danilofuchs.json
@@ -1,11 +1,11 @@
{
- "description": "danilofuchs's is-a.dev domain",
- "repo": "https://github.com/danilofuchs/danilofuchs.github.io",
- "owner": {
- "username": "danilofuchs",
- "email": "danilo_fuchs@hotmail.com"
- },
- "record": {
- "CNAME": "danilofuchs.github.io"
- }
+ "description": "danilofuchs's is-a.dev domain",
+ "repo": "https://github.com/danilofuchs/danilofuchs.github.io",
+ "owner": {
+ "username": "danilofuchs",
+ "email": "danilo_fuchs@hotmail.com"
+ },
+ "record": {
+ "CNAME": "danilofuchs.github.io"
+ }
}
diff --git a/domains/dannydandan.json b/domains/dannydandan.json
index a3160cdee..33851d31e 100644
--- a/domains/dannydandan.json
+++ b/domains/dannydandan.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "daanschenkel",
"email": "daan@daanschenkel.nl"
- },
- "record": {
+ },
+ "record": {
"URL": "https://daanschenkel.nl"
- }
}
-
+}
diff --git a/domains/dano.json b/domains/dano.json
index 5a8e0e933..c5193f22a 100644
--- a/domains/dano.json
+++ b/domains/dano.json
@@ -1,12 +1,12 @@
{
- "description": "Dano's resume",
- "repo": "https://github.com/dano-syrus/dano-syrus.github.io",
- "owner": {
- "username": "dano-syrus",
- "email": "danosyrus@tuta.io",
- "discord": "dano#6811"
- },
- "record": {
- "CNAME": "dano-syrus.github.io"
- }
+ "description": "Dano's resume",
+ "repo": "https://github.com/dano-syrus/dano-syrus.github.io",
+ "owner": {
+ "username": "dano-syrus",
+ "email": "danosyrus@tuta.io",
+ "discord": "dano#6811"
+ },
+ "record": {
+ "CNAME": "dano-syrus.github.io"
+ }
}
diff --git a/domains/danterus.json b/domains/danterus.json
index 0e5d3dc8e..5da10c54b 100644
--- a/domains/danterus.json
+++ b/domains/danterus.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "danterusdev",
- "email": "danterusdev@gmail.com"
- },
- "record": {
- "CNAME": "danterusdev.github.io"
- }
+ "owner": {
+ "username": "danterusdev",
+ "email": "danterusdev@gmail.com"
+ },
+ "record": {
+ "CNAME": "danterusdev.github.io"
+ }
}
diff --git a/domains/dany.json b/domains/dany.json
index e7f067d6f..2c43a23fa 100644
--- a/domains/dany.json
+++ b/domains/dany.json
@@ -1,11 +1,11 @@
{
- "description": "A blog where I document code.",
- "owner": {
- "username": "DanyTPG",
- "email": "",
- "discord": "DanyTPG#5025"
- },
- "record": {
- "CNAME": "docs-cz1.pages.dev"
- }
+ "description": "A blog where I document code.",
+ "owner": {
+ "username": "DanyTPG",
+ "email": "",
+ "discord": "DanyTPG#5025"
+ },
+ "record": {
+ "CNAME": "docs-cz1.pages.dev"
+ }
}
diff --git a/domains/daria.json b/domains/daria.json
index 83fa7e075..3929cc39c 100644
--- a/domains/daria.json
+++ b/domains/daria.json
@@ -1,11 +1,11 @@
{
- "description": "Daria is a dev",
- "repo": "https://github.com/dariatrainor/dariatrainor.github.io",
- "owner": {
- "username": "dariatrainor",
- "email": "dariasu@gmail.com"
- },
- "record": {
- "CNAME": "dariatrainor.github.io"
- }
+ "description": "Daria is a dev",
+ "repo": "https://github.com/dariatrainor/dariatrainor.github.io",
+ "owner": {
+ "username": "dariatrainor",
+ "email": "dariasu@gmail.com"
+ },
+ "record": {
+ "CNAME": "dariatrainor.github.io"
+ }
}
diff --git a/domains/darji-ravi.json b/domains/darji-ravi.json
index ab56415df..dfba8f90d 100644
--- a/domains/darji-ravi.json
+++ b/domains/darji-ravi.json
@@ -1,11 +1,11 @@
{
- "description": "Ravi Profile.",
- "repo": "https://github.com/darji-ravi/darji-ravi.github.io",
- "owner": {
- "username": "darji-ravi",
- "email": ""
- },
- "record": {
- "CNAME": "darji-ravi.github.io"
- }
+ "description": "Ravi Profile.",
+ "repo": "https://github.com/darji-ravi/darji-ravi.github.io",
+ "owner": {
+ "username": "darji-ravi",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "darji-ravi.github.io"
+ }
}
diff --git a/domains/dark.json b/domains/dark.json
index 6e6b69a43..86fd9403d 100644
--- a/domains/dark.json
+++ b/domains/dark.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "BruhDark",
"email": "darkpxint@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "bruhdarkgithubio-production.up.railway.app"
- }
}
-
+}
diff --git a/domains/darkdevil.json b/domains/darkdevil.json
index 9faf4830a..b70b4b89b 100644
--- a/domains/darkdevil.json
+++ b/domains/darkdevil.json
@@ -1,23 +1,19 @@
{
- "description": "darkdevil.is-a.dev",
- "repo": "https://github.com/LRxDarkDevil/Personal-web",
- "owner": {
- "username": "LRxDarkDevil",
- "email": "tahaadnanawan@gmail.com",
- "discord": "LRxDark Dare Devil#0001"
- },
- "record": {
- "A": [
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153",
- "185.199.108.153"
- ],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
+ "description": "darkdevil.is-a.dev",
+ "repo": "https://github.com/LRxDarkDevil/Personal-web",
+ "owner": {
+ "username": "LRxDarkDevil",
+ "email": "tahaadnanawan@gmail.com",
+ "discord": "LRxDark Dare Devil#0001"
+ },
+ "record": {
+ "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/darren.json b/domains/darren.json
index 73824a0a7..68f61269b 100644
--- a/domains/darren.json
+++ b/domains/darren.json
@@ -1,11 +1,11 @@
{
- "description": "I use arch btw",
- "repo": "https://github.com/DarrenOfficial",
- "owner": {
- "username": "DarrenOfficial",
- "email": "github@darrennathanael.com"
- },
- "record": {
- "URL": "https://darrennathanael.com"
- }
+ "description": "I use arch btw",
+ "repo": "https://github.com/DarrenOfficial",
+ "owner": {
+ "username": "DarrenOfficial",
+ "email": "github@darrennathanael.com"
+ },
+ "record": {
+ "URL": "https://darrennathanael.com"
+ }
}
diff --git a/domains/darsh.json b/domains/darsh.json
index f32357fa4..db2c193c5 100644
--- a/domains/darsh.json
+++ b/domains/darsh.json
@@ -1,11 +1,11 @@
{
- "description": "DarshSood's personal website",
- "repo": "https://replit.com/@DarshS/introduction-page",
- "owner": {
- "username": "DarshSood",
- "email": "darshsood1@gmail.com"
- },
- "record": {
- "CNAME": "5dcb1e8b-787e-43ce-bd1d-217d51ab09e1.id.repl.co"
- }
+ "description": "DarshSood's personal website",
+ "repo": "https://replit.com/@DarshS/introduction-page",
+ "owner": {
+ "username": "DarshSood",
+ "email": "darshsood1@gmail.com"
+ },
+ "record": {
+ "CNAME": "5dcb1e8b-787e-43ce-bd1d-217d51ab09e1.id.repl.co"
+ }
}
diff --git a/domains/dartanman.json b/domains/dartanman.json
index 241595624..cd968ad2d 100644
--- a/domains/dartanman.json
+++ b/domains/dartanman.json
@@ -1,11 +1,11 @@
{
- "description": "My portfolio",
- "repo": "https://github.com/Dartanman",
- "owner": {
- "username": "Dartanman",
- "email": "dartanmanplaysminecraft@gmail.com"
- },
- "record": {
- "URL": "https://sites.google.com/view/dartanman-portfolio"
- }
+ "description": "My portfolio",
+ "repo": "https://github.com/Dartanman",
+ "owner": {
+ "username": "Dartanman",
+ "email": "dartanmanplaysminecraft@gmail.com"
+ },
+ "record": {
+ "URL": "https://sites.google.com/view/dartanman-portfolio"
+ }
}
diff --git a/domains/dashboard.zeppelin.maskduck.json b/domains/dashboard.zeppelin.maskduck.json
index bc90b7c35..145910c33 100644
--- a/domains/dashboard.zeppelin.maskduck.json
+++ b/domains/dashboard.zeppelin.maskduck.json
@@ -1,15 +1,15 @@
{
- "description": "MaskDuck's personal website!",
- "repo": "https://github.com/maskducks/maskducks.github.io",
- "owner": {
- "username": "MaskDuck",
- "email": "",
- "discord": "MaskDuck#1337",
- "twitter": "MaskDuck1",
- "reddit": "u/maskduck",
- "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
- },
- "record": {
- "CNAME": "zeppelin-railway-dashboard.up.railway.app"
- }
+ "description": "MaskDuck's personal website!",
+ "repo": "https://github.com/maskducks/maskducks.github.io",
+ "owner": {
+ "username": "MaskDuck",
+ "email": "",
+ "discord": "MaskDuck#1337",
+ "twitter": "MaskDuck1",
+ "reddit": "u/maskduck",
+ "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
+ },
+ "record": {
+ "CNAME": "zeppelin-railway-dashboard.up.railway.app"
+ }
}
diff --git a/domains/dasshark.json b/domains/dasshark.json
index 8d62ca37b..805f30e7a 100644
--- a/domains/dasshark.json
+++ b/domains/dasshark.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "DasSharkk",
"email": "affenheld@gmx.de"
- },
+ },
- "record": {
+ "record": {
"URL": "https://dasshark.me"
- }
}
-
+}
diff --git a/domains/dast.json b/domains/dast.json
index 4cd566fed..0ad019696 100644
--- a/domains/dast.json
+++ b/domains/dast.json
@@ -1,11 +1,11 @@
{
- "description": "My personal website for portfolio, projects and help!",
- "repo": "https://github.com/danielsebesta",
- "owner": {
- "username": "danielsebesta",
- "email": "dany.sebesta@seznam.cz"
- },
- "record": {
- "A": ["194.163.149.155"]
- }
+ "description": "My personal website for portfolio, projects and help!",
+ "repo": "https://github.com/danielsebesta",
+ "owner": {
+ "username": "danielsebesta",
+ "email": "dany.sebesta@seznam.cz"
+ },
+ "record": {
+ "A": ["194.163.149.155"]
+ }
}
diff --git a/domains/david.json b/domains/david.json
index f7c231408..41ee262fe 100644
--- a/domains/david.json
+++ b/domains/david.json
@@ -1,11 +1,11 @@
{
- "description": "Student and developer in the United Kingdom.",
- "repo": "https://github.com/davidjcralph",
- "record": {
- "URL": "https://davidjcralph.co.uk"
- },
- "owner": {
- "username": "davidjcralph",
- "email": "me@davidjcralph.co.uk"
- }
+ "description": "Student and developer in the United Kingdom.",
+ "repo": "https://github.com/davidjcralph",
+ "record": {
+ "URL": "https://davidjcralph.co.uk"
+ },
+ "owner": {
+ "username": "davidjcralph",
+ "email": "me@davidjcralph.co.uk"
+ }
}
diff --git a/domains/davidpuerta.json b/domains/davidpuerta.json
index 2d61c3c48..52225e6bb 100644
--- a/domains/davidpuerta.json
+++ b/domains/davidpuerta.json
@@ -1,9 +1,9 @@
{
"owner": {
- "username": "david96182",
- "email": "puertadavid96182@gmail.com"
+ "username": "david96182",
+ "email": "puertadavid96182@gmail.com"
},
"record": {
- "CNAME": "david96182.github.io"
+ "CNAME": "david96182.github.io"
}
-}
\ No newline at end of file
+}
diff --git a/domains/davipatricio.json b/domains/davipatricio.json
index a84beecb9..9e449f2e5 100644
--- a/domains/davipatricio.json
+++ b/domains/davipatricio.json
@@ -1,11 +1,11 @@
{
- "description": "Davi Patricio's personal developer website",
- "repo": "https://github.com/davipatricio/website",
- "owner": {
- "username": "davipatricio",
- "email": "davipatricio@protonmail.com"
- },
- "record": {
- "URL": "https://davipatricio.vercel.app"
- }
+ "description": "Davi Patricio's personal developer website",
+ "repo": "https://github.com/davipatricio/website",
+ "owner": {
+ "username": "davipatricio",
+ "email": "davipatricio@protonmail.com"
+ },
+ "record": {
+ "URL": "https://davipatricio.vercel.app"
+ }
}
diff --git a/domains/daxnime.json b/domains/daxnime.json
index 94fa3aab5..30855d604 100644
--- a/domains/daxnime.json
+++ b/domains/daxnime.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Covarun",
"email": "covs538@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "95e56ee3-15f3-468a-9715-14e3d4879a09.id.repl.co"
- }
}
-
+}
diff --git a/domains/daxoron.json b/domains/daxoron.json
index 908e699c0..0fe670a88 100644
--- a/domains/daxoron.json
+++ b/domains/daxoron.json
@@ -1,11 +1,11 @@
{
- "description": "daxoron' personal developer website",
- "repo": "https://github.com/daxoron/daxoron.github.io",
- "owner": {
- "username": "daxoron",
- "email": "daxoron.dev@gmail.com"
- },
- "record": {
- "CNAME": "daxoron.github.io"
- }
+ "description": "daxoron' personal developer website",
+ "repo": "https://github.com/daxoron/daxoron.github.io",
+ "owner": {
+ "username": "daxoron",
+ "email": "daxoron.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "daxoron.github.io"
+ }
}
diff --git a/domains/daysling.json b/domains/daysling.json
index e88467da9..c5a63db3c 100644
--- a/domains/daysling.json
+++ b/domains/daysling.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "NightSling",
"email": "pangenisushant20@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "daysling.xyz"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/db.json b/domains/db.json
index 8bbfd9b49..32ea3219f 100644
--- a/domains/db.json
+++ b/domains/db.json
@@ -1,11 +1,11 @@
{
- "description": "a website for my project datahook",
- "repo": "https://github.com/leecheeyong/leecheeyong",
- "owner": {
- "username": "leecheeyong",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "933632ef-b3af-45a9-8a6c-afe49a9b5625.id.repl.co"
- }
+ "description": "a website for my project datahook",
+ "repo": "https://github.com/leecheeyong/leecheeyong",
+ "owner": {
+ "username": "leecheeyong",
+ "email": "tojoeleeofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "933632ef-b3af-45a9-8a6c-afe49a9b5625.id.repl.co"
+ }
}
diff --git a/domains/dc.jakub.json b/domains/dc.jakub.json
index dffc51f8d..6333ae5c2 100644
--- a/domains/dc.jakub.json
+++ b/domains/dc.jakub.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Jakubk15",
- "email": "jakubk15@protonmail.com"
- },
- "record": {
- "URL": "https://discord.gg/FQ7jmGBd6c"
- }
+ "owner": {
+ "username": "Jakubk15",
+ "email": "jakubk15@protonmail.com"
+ },
+ "record": {
+ "URL": "https://discord.gg/FQ7jmGBd6c"
+ }
}
diff --git a/domains/dc.whine.json b/domains/dc.whine.json
index 64e2b4a8f..ef76d8760 100644
--- a/domains/dc.whine.json
+++ b/domains/dc.whine.json
@@ -4,8 +4,8 @@
"username": "whinee",
"email": "",
"twitter": "whi_nyaan"
- },
+ },
"record": {
"CNAME": "a.redirect.pizza"
}
-}
\ No newline at end of file
+}
diff --git a/domains/de.whine.json b/domains/de.whine.json
index ea93bb80a..94e299a7c 100644
--- a/domains/de.whine.json
+++ b/domains/de.whine.json
@@ -1,12 +1,12 @@
{
"owner": {
- "username": "whinee",
- "email": "",
- "twitter": "whi_nyaan"
+ "username": "whinee",
+ "email": "",
+ "twitter": "whi_nyaan"
},
"description": "whi_ne's deno subdomain",
"record": {
- "A": ["34.120.54.55"],
- "TXT": "deno-com-validation=572b9c00ebc922b6f8367944"
+ "A": ["34.120.54.55"],
+ "TXT": "deno-com-validation=572b9c00ebc922b6f8367944"
}
-}
\ No newline at end of file
+}
diff --git a/domains/deadshot.json b/domains/deadshot.json
index 9d4670aa4..0bcd99c46 100644
--- a/domains/deadshot.json
+++ b/domains/deadshot.json
@@ -1,12 +1,12 @@
{
- "description": "My Official Website, Made with HTML5",
- "repo": "https://github.com/deadshotofficial/deadshotofficial.github.io",
- "owner": {
- "username": "deadshotofficial",
- "email": "raj.deadshot8888@gmail.com",
- "twitter": "deadshot3r"
- },
- "record": {
- "CNAME": "deadshotofficial.github.io"
- }
+ "description": "My Official Website, Made with HTML5",
+ "repo": "https://github.com/deadshotofficial/deadshotofficial.github.io",
+ "owner": {
+ "username": "deadshotofficial",
+ "email": "raj.deadshot8888@gmail.com",
+ "twitter": "deadshot3r"
+ },
+ "record": {
+ "CNAME": "deadshotofficial.github.io"
+ }
}
diff --git a/domains/debajyoti.json b/domains/debajyoti.json
index f45a9e8d4..4441c2b83 100644
--- a/domains/debajyoti.json
+++ b/domains/debajyoti.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Debajyoti1",
"email": "debajyotidutta.50@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "debajyoti.cf"
- }
}
-
+}
diff --git a/domains/debargha.json b/domains/debargha.json
index c6c9af50a..19854af23 100644
--- a/domains/debargha.json
+++ b/domains/debargha.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "DebarghaXD",
"email": "somachattaraj77@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "debargha.pages.dev"
- }
}
-
+}
diff --git a/domains/debasishdutta.json b/domains/debasishdutta.json
index e39517521..1a4af2829 100644
--- a/domains/debasishdutta.json
+++ b/domains/debasishdutta.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "debasish-dutta",
"email": "ddmasterdon@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "debasish-dutta.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/debertjamie.json b/domains/debertjamie.json
index 299834afc..61280d08a 100644
--- a/domains/debertjamie.json
+++ b/domains/debertjamie.json
@@ -1,11 +1,11 @@
{
- "description": "A personal website",
- "repo": "https://github.com/debertjamie",
- "owner": {
- "username": "debertjamie",
- "email": "debert123@protonmail.com"
- },
- "record": {
- "CNAME": "debertjamie.up.railway.app"
- }
+ "description": "A personal website",
+ "repo": "https://github.com/debertjamie",
+ "owner": {
+ "username": "debertjamie",
+ "email": "debert123@protonmail.com"
+ },
+ "record": {
+ "CNAME": "debertjamie.up.railway.app"
+ }
}
diff --git a/domains/debug.json b/domains/debug.json
index 44572a9ae..e5b0eafb9 100644
--- a/domains/debug.json
+++ b/domains/debug.json
@@ -1,11 +1,11 @@
{
- "description": "Debug.Log's Website",
+ "description": "Debug.Log's Website",
- "owner": {
- "username": "extremepro999",
- "email": "debugdotlog@zohomail.in"
- },
- "record": {
- "CNAME": "extremepro999.github.io"
- }
+ "owner": {
+ "username": "extremepro999",
+ "email": "debugdotlog@zohomail.in"
+ },
+ "record": {
+ "CNAME": "extremepro999.github.io"
+ }
}
diff --git a/domains/deekshasharma.json b/domains/deekshasharma.json
index 4c7d3ed4d..ecd974cd9 100644
--- a/domains/deekshasharma.json
+++ b/domains/deekshasharma.json
@@ -1,10 +1,10 @@
{
- "description": "Personal Portfolio",
- "owner": {
- "username": "Deeksha2501",
- "email": "sharmadeeksha325@gmail.com"
- },
- "record": {
- "URL": "http://deekshasharma.vercel.app"
- }
+ "description": "Personal Portfolio",
+ "owner": {
+ "username": "Deeksha2501",
+ "email": "sharmadeeksha325@gmail.com"
+ },
+ "record": {
+ "URL": "http://deekshasharma.vercel.app"
+ }
}
diff --git a/domains/dehteam3.json b/domains/dehteam3.json
index 74931407b..664dc24c6 100644
--- a/domains/dehteam3.json
+++ b/domains/dehteam3.json
@@ -1,12 +1,11 @@
-
{
- "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"
- },
- "record": {
- "CNAME": "dehteam3.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "dehteam3.github.io"
+ }
}
diff --git a/domains/deliable.json b/domains/deliable.json
index 86994bae4..46cc5af22 100644
--- a/domains/deliable.json
+++ b/domains/deliable.json
@@ -1,10 +1,10 @@
{
- "description": "hi! i am deliable, a developer. i love minecraft.",
- "owner": {
- "username": "Deliable",
- "email": "rbstsoul@gmail.com"
- },
- "record": {
- "CNAME": "5e125b8d47-hosting.gitbook.io"
- }
+ "description": "hi! i am deliable, a developer. i love minecraft.",
+ "owner": {
+ "username": "Deliable",
+ "email": "rbstsoul@gmail.com"
+ },
+ "record": {
+ "CNAME": "5e125b8d47-hosting.gitbook.io"
+ }
}
diff --git a/domains/delta.json b/domains/delta.json
index 62ee70d4d..273b81031 100644
--- a/domains/delta.json
+++ b/domains/delta.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "protogendelta.github.io"
}
-}
+}
diff --git a/domains/demon.json b/domains/demon.json
index 08a0af416..f5f3e9158 100644
--- a/domains/demon.json
+++ b/domains/demon.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "patilranjit485",
"email": "patilranjit2610@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "demon-brother.blogspot.com"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/demonitize.json b/domains/demonitize.json
index 4eafedaf9..3083ebd1b 100644
--- a/domains/demonitize.json
+++ b/domains/demonitize.json
@@ -1,19 +1,16 @@
{
- "owner": {
- "username": "demonitize",
- "email": "",
- "twitter": "demonitized_boi",
- "twitch": "demonitized_boi",
- "discord": "DEMONITIZED BOI#6969"
- },
- "description": "Probably will use this to redirect to GitHub, because custom domain look cool",
- "repo": "https://github.com/demonitize",
- "record": {
- "URL": "https://github.com/demonitize",
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "owner": {
+ "username": "demonitize",
+ "email": "",
+ "twitter": "demonitized_boi",
+ "twitch": "demonitized_boi",
+ "discord": "DEMONITIZED BOI#6969"
+ },
+ "description": "Probably will use this to redirect to GitHub, because custom domain look cool",
+ "repo": "https://github.com/demonitize",
+ "record": {
+ "URL": "https://github.com/demonitize",
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/demonium.json b/domains/demonium.json
index bdce8baf7..9bb034593 100644
--- a/domains/demonium.json
+++ b/domains/demonium.json
@@ -1,11 +1,11 @@
{
- "description": "Demonium's is-a.dev domain",
- "repo": "https://github.com/thedemonium/demonium.github.io",
- "owner": {
- "username": "thedemonium",
- "email": "tbapbing@gmail.com"
- },
- "record": {
- "CNAME": "komposerv.ru"
- }
+ "description": "Demonium's is-a.dev domain",
+ "repo": "https://github.com/thedemonium/demonium.github.io",
+ "owner": {
+ "username": "thedemonium",
+ "email": "tbapbing@gmail.com"
+ },
+ "record": {
+ "CNAME": "komposerv.ru"
+ }
}
diff --git a/domains/demonkingswarn.json b/domains/demonkingswarn.json
index 23363baa4..ff77b802c 100644
--- a/domains/demonkingswarn.json
+++ b/domains/demonkingswarn.json
@@ -1,11 +1,11 @@
{
- "description": "DemonKingSwarn's personal developer website",
- "repo": "https://github.com/demonkingswarn/demonkingswarn.github.io",
- "owner": {
- "username": "DemonKingSwarn",
- "email": "demonkingswarn@protonmail.com"
- },
- "record": {
- "CNAME": "demonkingswarn.github.io"
- }
+ "description": "DemonKingSwarn's personal developer website",
+ "repo": "https://github.com/demonkingswarn/demonkingswarn.github.io",
+ "owner": {
+ "username": "DemonKingSwarn",
+ "email": "demonkingswarn@protonmail.com"
+ },
+ "record": {
+ "CNAME": "demonkingswarn.github.io"
+ }
}
diff --git a/domains/den.json b/domains/den.json
index 2172ac137..bc4dbd1b4 100644
--- a/domains/den.json
+++ b/domains/den.json
@@ -1,11 +1,11 @@
{
- "description": "This domain (den.is-a.dev) is used for blogging by Denver",
- "owner": {
- "username": "DenStudies7700",
- "discord": "ImDenver#7700",
- "email": ""
- },
- "record": {
- "CNAME": "hashnode.network"
+ "description": "This domain (den.is-a.dev) is used for blogging by Denver",
+ "owner": {
+ "username": "DenStudies7700",
+ "discord": "ImDenver#7700",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "hashnode.network"
}
}
diff --git a/domains/denis.json b/domains/denis.json
index 9bca53383..ee6cb5b8d 100644
--- a/domains/denis.json
+++ b/domains/denis.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "DenLes",
"email": "denislessard91@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "denles.github.io"
- }
}
-
+}
diff --git a/domains/denix.json b/domains/denix.json
index 30fc59357..2f7262fb4 100644
--- a/domains/denix.json
+++ b/domains/denix.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "denixsucks",
- "email": "dnz.odr@gmail.com",
- "twitter": "denixsucks",
- "discord": "denix#9748"
- },
- "record": {
- "CNAME": "denixsucks.github.io"
- }
+ "owner": {
+ "username": "denixsucks",
+ "email": "dnz.odr@gmail.com",
+ "twitter": "denixsucks",
+ "discord": "denix#9748"
+ },
+ "record": {
+ "CNAME": "denixsucks.github.io"
+ }
}
diff --git a/domains/dennis.json b/domains/dennis.json
index 1e39a6ad4..5acb60e83 100644
--- a/domains/dennis.json
+++ b/domains/dennis.json
@@ -1,11 +1,11 @@
{
- "description": "Dennis is a Dev",
- "repo": "https://github.com/dvandervlag/dvandervlag.github.io",
- "owner": {
- "username": "dvandervlag",
- "email": "dvandervlag@gmail.com"
- },
- "record": {
- "CNAME": "dvandervlag.github.io"
- }
+ "description": "Dennis is a Dev",
+ "repo": "https://github.com/dvandervlag/dvandervlag.github.io",
+ "owner": {
+ "username": "dvandervlag",
+ "email": "dvandervlag@gmail.com"
+ },
+ "record": {
+ "CNAME": "dvandervlag.github.io"
+ }
}
diff --git a/domains/denver.json b/domains/denver.json
index 115485745..7d4f9b361 100644
--- a/domains/denver.json
+++ b/domains/denver.json
@@ -1,12 +1,12 @@
{
- "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",
- "email": ""
- },
- "record": {
- "CNAME": "densite-development-7700.up.railway.app"
+ "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",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "densite-development-7700.up.railway.app"
}
}
diff --git a/domains/deoxy.json b/domains/deoxy.json
index 63c2627bf..4a539f318 100644
--- a/domains/deoxy.json
+++ b/domains/deoxy.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "d3oxy",
- "email": "deoxy@deoxy.dev",
- "discord": "DEOXY#1038",
- "twitter": "d3oxyxd"
- },
- "record": {
- "URL": "https://deoxy.dev"
- }
+ "owner": {
+ "username": "d3oxy",
+ "email": "deoxy@deoxy.dev",
+ "discord": "DEOXY#1038",
+ "twitter": "d3oxyxd"
+ },
+ "record": {
+ "URL": "https://deoxy.dev"
+ }
}
diff --git a/domains/dergraph.json b/domains/dergraph.json
index 68a22b590..7aefc4bf1 100644
--- a/domains/dergraph.json
+++ b/domains/dergraph.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "derGraph",
- "email": "dergraph@f5.si"
- },
- "record": {
- "URL": "https://github.com/derGraph"
- }
+ "owner": {
+ "username": "derGraph",
+ "email": "dergraph@f5.si"
+ },
+ "record": {
+ "URL": "https://github.com/derGraph"
+ }
}
diff --git a/domains/designer.json b/domains/designer.json
index 372fd5d72..3d6e4ae08 100644
--- a/domains/designer.json
+++ b/domains/designer.json
@@ -1,11 +1,11 @@
{
- "description": "Designer Slash Developer",
- "repo": "https://github.com/designbyadrian",
- "owner": {
- "username": "designbyadrian",
- "email": "adrian@designbyadrian.com"
- },
- "record": {
- "CNAME": "designbyadrian.com"
- }
+ "description": "Designer Slash Developer",
+ "repo": "https://github.com/designbyadrian",
+ "owner": {
+ "username": "designbyadrian",
+ "email": "adrian@designbyadrian.com"
+ },
+ "record": {
+ "CNAME": "designbyadrian.com"
+ }
}
diff --git a/domains/destcom.json b/domains/destcom.json
index 578a9a24a..ad01682a2 100644
--- a/domains/destcom.json
+++ b/domains/destcom.json
@@ -1,12 +1,12 @@
{
- "owner": {
- "username": "destroycom",
- "email": "",
- "twitter": "ADSantoine"
- },
- "description": "DestCom Portfolio",
- "repo": "https://github.com/DestroyCom",
- "record": {
- "A": ["193.123.34.154"]
- }
+ "owner": {
+ "username": "destroycom",
+ "email": "",
+ "twitter": "ADSantoine"
+ },
+ "description": "DestCom Portfolio",
+ "repo": "https://github.com/DestroyCom",
+ "record": {
+ "A": ["193.123.34.154"]
+ }
}
diff --git a/domains/detox.json b/domains/detox.json
index ac6cd4317..e80334443 100644
--- a/domains/detox.json
+++ b/domains/detox.json
@@ -1,10 +1,10 @@
{
- "repo": "https://github.com/detox82517/detox82517.github.io",
- "owner": {
- "username": "Detox82517",
- "email": "detox07@gmx.net"
- },
- "record": {
- "CNAME": "detox82517.github.io"
- }
+ "repo": "https://github.com/detox82517/detox82517.github.io",
+ "owner": {
+ "username": "Detox82517",
+ "email": "detox07@gmx.net"
+ },
+ "record": {
+ "CNAME": "detox82517.github.io"
+ }
}
diff --git a/domains/dev.json b/domains/dev.json
index d38e86931..7de8434dd 100644
--- a/domains/dev.json
+++ b/domains/dev.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "gsdev215",
- "email": "dev1050d2@gmail.com"
- },
- "record": {
- "CNAME": "gsdev215.github.io"
- }
+ "owner": {
+ "username": "gsdev215",
+ "email": "dev1050d2@gmail.com"
+ },
+ "record": {
+ "CNAME": "gsdev215.github.io"
+ }
}
diff --git a/domains/devan.json b/domains/devan.json
index bc9be1737..8176a002f 100644
--- a/domains/devan.json
+++ b/domains/devan.json
@@ -1,10 +1,10 @@
{
- "description": "devans cool looking domain that he wants for a portfolio",
- "owner": {
- "username": "devanwashere",
- "email": "devan@devan.cool"
- },
- "record": {
- "CNAME": "devanwashere.github.io"
- }
+ "description": "devans cool looking domain that he wants for a portfolio",
+ "owner": {
+ "username": "devanwashere",
+ "email": "devan@devan.cool"
+ },
+ "record": {
+ "CNAME": "devanwashere.github.io"
+ }
}
diff --git a/domains/devanmed.json b/domains/devanmed.json
index c6a2cd1c1..4c25b28d6 100644
--- a/domains/devanmed.json
+++ b/domains/devanmed.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "devan2051",
- "email": "",
- "discord": "EvilPixel#5161"
- },
- "record": {
- "URL": "https://sites.google.com/view/devanmed/home"
- }
+ "owner": {
+ "username": "devan2051",
+ "email": "",
+ "discord": "EvilPixel#5161"
+ },
+ "record": {
+ "URL": "https://sites.google.com/view/devanmed/home"
+ }
}
diff --git a/domains/devcomp.json b/domains/devcomp.json
index 53f875fe9..03de9a7ac 100644
--- a/domains/devcomp.json
+++ b/domains/devcomp.json
@@ -1,11 +1,11 @@
{
- "description": "Cool looking redirection for my site.",
- "repo": "https://github.com/CompeyDev",
- "owner": {
- "username": "CompeyDev",
- "email": "hi@devcomp.xyz"
- },
- "record": {
- "URL": "https://p.devcomp.xyz"
- }
+ "description": "Cool looking redirection for my site.",
+ "repo": "https://github.com/CompeyDev",
+ "owner": {
+ "username": "CompeyDev",
+ "email": "hi@devcomp.xyz"
+ },
+ "record": {
+ "URL": "https://p.devcomp.xyz"
+ }
}
diff --git a/domains/devdk.json b/domains/devdk.json
index eeac8cc5b..b838b3960 100644
--- a/domains/devdk.json
+++ b/domains/devdk.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "DeveloperDmitryKolyadin.github.io"
}
-}
\ No newline at end of file
+}
diff --git a/domains/developer.json b/domains/developer.json
index 3e2cd1158..843164525 100644
--- a/domains/developer.json
+++ b/domains/developer.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Saharsh1223",
- "email": "psaharsh2@gmail.com"
- },
- "record": {
- "CNAME": "sup4321.github.io"
- }
+ "owner": {
+ "username": "Saharsh1223",
+ "email": "psaharsh2@gmail.com"
+ },
+ "record": {
+ "CNAME": "sup4321.github.io"
+ }
}
diff --git a/domains/developerjosh.json b/domains/developerjosh.json
index db5fc7e8a..6cc79d913 100644
--- a/domains/developerjosh.json
+++ b/domains/developerjosh.json
@@ -1,12 +1,12 @@
{
- "description": "A personal portfolio site for all my projects and commissions.",
- "repo": "https://github.com/DeveloperJosh/Blue",
- "owner": {
- "username": "DeveloperJosh",
- "email": "joshwells409@gmail.com",
- "youtube": "godly-hosting"
- },
- "record": {
- "CNAME": "developerjosh.github.io"
- }
+ "description": "A personal portfolio site for all my projects and commissions.",
+ "repo": "https://github.com/DeveloperJosh/Blue",
+ "owner": {
+ "username": "DeveloperJosh",
+ "email": "joshwells409@gmail.com",
+ "youtube": "godly-hosting"
+ },
+ "record": {
+ "CNAME": "developerjosh.github.io"
+ }
}
diff --git a/domains/devin.json b/domains/devin.json
index 4586c4292..f3675dc78 100644
--- a/domains/devin.json
+++ b/domains/devin.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "athuldevin",
- "email": "athuldevin@gmail.com"
- },
- "record": {
- "A": ["140.238.255.16"]
- }
+ "owner": {
+ "username": "athuldevin",
+ "email": "athuldevin@gmail.com"
+ },
+ "record": {
+ "A": ["140.238.255.16"]
+ }
}
diff --git a/domains/devon.json b/domains/devon.json
index bd0e8ec3a..c2987a6eb 100644
--- a/domains/devon.json
+++ b/domains/devon.json
@@ -1,11 +1,11 @@
{
- "description": "Devon Powell is a full-stack software engineer",
- "repo": "https://github.com/D-Pow/d-pow.github.io",
- "owner": {
- "username": "D-Pow",
- "email": "dpow9373@gmail.com"
- },
- "record": {
- "CNAME": "d-pow.github.io"
- }
+ "description": "Devon Powell is a full-stack software engineer",
+ "repo": "https://github.com/D-Pow/d-pow.github.io",
+ "owner": {
+ "username": "D-Pow",
+ "email": "dpow9373@gmail.com"
+ },
+ "record": {
+ "CNAME": "d-pow.github.io"
+ }
}
diff --git a/domains/devrealm.json b/domains/devrealm.json
index af30d4d37..c54cec701 100644
--- a/domains/devrealm.json
+++ b/domains/devrealm.json
@@ -1,12 +1,12 @@
{
- "description": "devRealm website",
- "repo": "https://github.com/devrealm",
- "owner": {
- "username": "gvagenas",
- "email": "",
- "twitter": "devrealmorg"
- },
- "record": {
- "CNAME": "devrealm.org"
- }
+ "description": "devRealm website",
+ "repo": "https://github.com/devrealm",
+ "owner": {
+ "username": "gvagenas",
+ "email": "",
+ "twitter": "devrealmorg"
+ },
+ "record": {
+ "CNAME": "devrealm.org"
+ }
}
diff --git a/domains/dex.json b/domains/dex.json
index c7c840fe4..76eaff020 100644
--- a/domains/dex.json
+++ b/domains/dex.json
@@ -7,6 +7,6 @@
"discord": "Dexter#6993"
},
"record": {
- "A": ["43.205.87.144"]
+ "A": ["43.205.87.144"]
}
}
diff --git a/domains/dexo.json b/domains/dexo.json
index 026a9312d..8274fd193 100644
--- a/domains/dexo.json
+++ b/domains/dexo.json
@@ -6,10 +6,7 @@
},
"record": {
"A": ["185.141.25.116"],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/dhanush.json b/domains/dhanush.json
index 76eda118d..c2e5fdd54 100644
--- a/domains/dhanush.json
+++ b/domains/dhanush.json
@@ -1,11 +1,11 @@
{
- "description": "A personal site for all my stuff",
- "repo": "https://github.com/b1ackshadow/b1ackshadow.github.io",
- "owner": {
- "username": "b1ackshadow",
- "email": "actuallydc@gmail.com"
- },
- "record": {
- "CNAME": "b1ackshadow.github.io"
- }
+ "description": "A personal site for all my stuff",
+ "repo": "https://github.com/b1ackshadow/b1ackshadow.github.io",
+ "owner": {
+ "username": "b1ackshadow",
+ "email": "actuallydc@gmail.com"
+ },
+ "record": {
+ "CNAME": "b1ackshadow.github.io"
+ }
}
diff --git a/domains/dharmx.json b/domains/dharmx.json
index 5f163dbc1..70e246272 100644
--- a/domains/dharmx.json
+++ b/domains/dharmx.json
@@ -1,12 +1,12 @@
{
- "description": "Porfolio and Blog",
- "repo": "https://github.com/dharmx/dharmx.github.io",
- "owner": {
- "username": "dharmx",
- "email": "dharmx.dev@gmail.com",
- "discord": "dharmx#2556"
- },
- "record": {
- "CNAME": "dharmx.github.io"
- }
+ "description": "Porfolio and Blog",
+ "repo": "https://github.com/dharmx/dharmx.github.io",
+ "owner": {
+ "username": "dharmx",
+ "email": "dharmx.dev@gmail.com",
+ "discord": "dharmx#2556"
+ },
+ "record": {
+ "CNAME": "dharmx.github.io"
+ }
}
diff --git a/domains/dharti-mungara.json b/domains/dharti-mungara.json
index 064d27603..f25ef4a13 100644
--- a/domains/dharti-mungara.json
+++ b/domains/dharti-mungara.json
@@ -1,11 +1,11 @@
{
- "description": "Dharti mungara Profile.",
- "repo": "https://github.com/dharti-mungara/dharti-mungara.github.io",
- "owner": {
- "username": "dharti-mungara",
- "email": ""
- },
- "record": {
- "CNAME": "dharti-mungara.github.io"
- }
+ "description": "Dharti mungara Profile.",
+ "repo": "https://github.com/dharti-mungara/dharti-mungara.github.io",
+ "owner": {
+ "username": "dharti-mungara",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "dharti-mungara.github.io"
+ }
}
diff --git a/domains/dheirya.json b/domains/dheirya.json
index 42984aa03..1ad4e23bf 100644
--- a/domains/dheirya.json
+++ b/domains/dheirya.json
@@ -1,12 +1,12 @@
{
- "description": "An awesome portfolio site for Dheirya Tyagi",
- "repo": "https://github.com/Dheirya/dheiryaweb",
- "owner": {
- "username": "Dheirya",
- "email": "mail@socialrumbles.com",
- "twitter": "DheiryaTyagi"
- },
- "record": {
- "CNAME": "dheirya.pages.dev"
- }
+ "description": "An awesome portfolio site for Dheirya Tyagi",
+ "repo": "https://github.com/Dheirya/dheiryaweb",
+ "owner": {
+ "username": "Dheirya",
+ "email": "mail@socialrumbles.com",
+ "twitter": "DheiryaTyagi"
+ },
+ "record": {
+ "CNAME": "dheirya.pages.dev"
+ }
}
diff --git a/domains/dhinesh.json b/domains/dhinesh.json
index 1e961e3b6..78c554b26 100644
--- a/domains/dhinesh.json
+++ b/domains/dhinesh.json
@@ -2,10 +2,10 @@
"description": "Dhinesh's portfolio website",
"repo": "https://github.com/mdhinesh/mdhinesh.github.io",
"owner": {
- "username": "mdhinesh",
- "email": "mdhinesh3103@gmail.com"
+ "username": "mdhinesh",
+ "email": "mdhinesh3103@gmail.com"
},
"record": {
- "CNAME": "mdhinesh.github.io"
+ "CNAME": "mdhinesh.github.io"
}
- }
+}
diff --git a/domains/dhruva.json b/domains/dhruva.json
index aa4f7c960..5048c2e82 100644
--- a/domains/dhruva.json
+++ b/domains/dhruva.json
@@ -1,11 +1,11 @@
{
- "description": "personal site",
- "repo": "https://github.com/carrotfarmer/portfolio-1",
- "owner": {
- "username": "carrotfarmer",
- "email": "dhruvas17068@gmail.com"
- },
- "record": {
- "URL": "https://dhruvas.vercel.app"
- }
+ "description": "personal site",
+ "repo": "https://github.com/carrotfarmer/portfolio-1",
+ "owner": {
+ "username": "carrotfarmer",
+ "email": "dhruvas17068@gmail.com"
+ },
+ "record": {
+ "URL": "https://dhruvas.vercel.app"
+ }
}
diff --git a/domains/dhruvil.json b/domains/dhruvil.json
index bf71f8922..dbdb03796 100644
--- a/domains/dhruvil.json
+++ b/domains/dhruvil.json
@@ -12,10 +12,7 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
-}
+}
diff --git a/domains/dhyan99.json b/domains/dhyan99.json
index e35644c81..722e5bb5a 100644
--- a/domains/dhyan99.json
+++ b/domains/dhyan99.json
@@ -1,12 +1,11 @@
-
- {
- "repo": "https://github.com/d99-1/dhyan99-portfolio",
- "owner": {
+{
+ "repo": "https://github.com/d99-1/dhyan99-portfolio",
+ "owner": {
"username": "D99-1",
"email": "dhyantanna@gmail.com"
- },
+ },
- "record": {
- "CNAME": "3464245b-2def-4309-ab2b-9474f03ca3f2.id.repl.co" }
+ "record": {
+ "CNAME": "3464245b-2def-4309-ab2b-9474f03ca3f2.id.repl.co"
}
-
+}
diff --git a/domains/dib.json b/domains/dib.json
index b6056f768..3d240c483 100644
--- a/domains/dib.json
+++ b/domains/dib.json
@@ -1,12 +1,12 @@
{
- "description": "URL Shortener for sites.",
- "repo": "https://github.com/DIBSTERYT",
- "owner": {
- "username": "DIBSTERYT",
- "email": "contact@dibster.ml",
- "twitter": "DEV_DIBSTER"
- },
- "record": {
- "A": ["192.95.42.66"]
- }
+ "description": "URL Shortener for sites.",
+ "repo": "https://github.com/DIBSTERYT",
+ "owner": {
+ "username": "DIBSTERYT",
+ "email": "contact@dibster.ml",
+ "twitter": "DEV_DIBSTER"
+ },
+ "record": {
+ "A": ["192.95.42.66"]
+ }
}
diff --git a/domains/dibster.json b/domains/dibster.json
index c6a285efd..b8c22e59a 100644
--- a/domains/dibster.json
+++ b/domains/dibster.json
@@ -1,14 +1,14 @@
{
- "description": "ShareX Server/Protfolio Site. Under @DIBSTERYT on GitHub.",
- "repo": "https://github.com/DIBSTERYT",
- "owner": {
- "username": "DIBSTERYT",
- "email": "hello@dibster-is-a.engineer",
- "twitter": "DEV_DIBSTER"
- },
- "record": {
- "A": ["192.95.42.66"],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "description": "ShareX Server/Protfolio Site. Under @DIBSTERYT on GitHub.",
+ "repo": "https://github.com/DIBSTERYT",
+ "owner": {
+ "username": "DIBSTERYT",
+ "email": "hello@dibster-is-a.engineer",
+ "twitter": "DEV_DIBSTER"
+ },
+ "record": {
+ "A": ["192.95.42.66"],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/didier.json b/domains/didier.json
index 6fd7421dc..bebb0aa33 100644
--- a/domains/didier.json
+++ b/domains/didier.json
@@ -1,10 +1,10 @@
{
- "repo": "https://github.com/didiermunezero/didierm",
- "owner": {
- "username": "didiermunezero",
- "email": "didiermunezer38@gmail.com"
- },
- "record": {
- "URL": "https://munezero.me"
- }
+ "repo": "https://github.com/didiermunezero/didierm",
+ "owner": {
+ "username": "didiermunezero",
+ "email": "didiermunezer38@gmail.com"
+ },
+ "record": {
+ "URL": "https://munezero.me"
+ }
}
diff --git a/domains/didimukhtar.json b/domains/didimukhtar.json
index 7a8e2711f..6eabb26f4 100644
--- a/domains/didimukhtar.json
+++ b/domains/didimukhtar.json
@@ -1,13 +1,11 @@
{
- "description": "The awesome portfolio site for Al-Mukhtar Jamilat Ladidi"
- ,
- "repo": "https://github.com/didimukhtar/didimukhtar.github.io"
- ,
+ "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"
- },
- "record": {
- "CNAME": "didimukhtar.github.io"
- }
-}
+ "username": "didimukhtar",
+ "email": "jamilatmukhtar2014@gmail.com"
+ },
+ "record": {
+ "CNAME": "didimukhtar.github.io"
+ }
+}
diff --git a/domains/didntpot.json b/domains/didntpot.json
index 7b5a516cf..6ae061169 100644
--- a/domains/didntpot.json
+++ b/domains/didntpot.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "xDidntPot",
"email": "didntpot@protonmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://github.com/xdidntpot"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/dillonb07.json b/domains/dillonb07.json
index 4c323478d..2bc5e1810 100644
--- a/domains/dillonb07.json
+++ b/domains/dillonb07.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio of projects for DillonB07",
- "repo": "https://replit.com/@DillonB07/Portfolio",
- "owner": {
- "username": "DillonB07",
- "email": "dillonb07dev@gmail.com"
- },
- "record": {
- "CNAME": "c935404b-ab88-41be-9736-1c910b14a5ba.id.repl.co"
- }
+ "description": "Portfolio of projects for DillonB07",
+ "repo": "https://replit.com/@DillonB07/Portfolio",
+ "owner": {
+ "username": "DillonB07",
+ "email": "dillonb07dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "c935404b-ab88-41be-9736-1c910b14a5ba.id.repl.co"
+ }
}
diff --git a/domains/dimas.json b/domains/dimas.json
index 5e66dbf2f..d048cda94 100644
--- a/domains/dimas.json
+++ b/domains/dimas.json
@@ -1,12 +1,12 @@
{
- "description": "Portfolio",
- "repo": "https://github.com/dimasandriano/dimasandriano.github.io",
- "owner": {
- "username": "dimasandriano",
- "email": "dimas.andriano.h@gmail.com",
- "twitter": "DimasAndriano_"
- },
- "record": {
- "CNAME": "dimasandriano.github.io"
- }
+ "description": "Portfolio",
+ "repo": "https://github.com/dimasandriano/dimasandriano.github.io",
+ "owner": {
+ "username": "dimasandriano",
+ "email": "dimas.andriano.h@gmail.com",
+ "twitter": "DimasAndriano_"
+ },
+ "record": {
+ "CNAME": "dimasandriano.github.io"
+ }
}
diff --git a/domains/dinesh.json b/domains/dinesh.json
index 7f5fdfdce..7d0b77756 100644
--- a/domains/dinesh.json
+++ b/domains/dinesh.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "dinesh-ysl.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "dinesh-ysl.github.io"
+ }
}
diff --git a/domains/dino.json b/domains/dino.json
index 91fe233e4..c802c9924 100644
--- a/domains/dino.json
+++ b/domains/dino.json
@@ -1,11 +1,11 @@
{
- "description": "Vitor Dino is a front-end developer and ui designer",
- "repo": "https://github.com/vitordino",
- "owner": {
- "username": "vitordino",
- "email": "me@vitordino.com"
- },
- "record": {
- "CNAME": "vitordino.com"
- }
+ "description": "Vitor Dino is a front-end developer and ui designer",
+ "repo": "https://github.com/vitordino",
+ "owner": {
+ "username": "vitordino",
+ "email": "me@vitordino.com"
+ },
+ "record": {
+ "CNAME": "vitordino.com"
+ }
}
diff --git a/domains/dinothedev.json b/domains/dinothedev.json
index ed6cccb14..bc9e2a255 100644
--- a/domains/dinothedev.json
+++ b/domains/dinothedev.json
@@ -1,11 +1,11 @@
{
- "description": "Subdomain for DinoTheDev",
- "repo": "https://github.com/DinoTheDevOfficial",
- "owner": {
- "username": "DinoTheDevOfficial",
- "email": "dinothedevofficial@gmail.com"
- },
- "record": {
- "CNAME": "dinothedev.repl.co"
- }
+ "description": "Subdomain for DinoTheDev",
+ "repo": "https://github.com/DinoTheDevOfficial",
+ "owner": {
+ "username": "DinoTheDevOfficial",
+ "email": "dinothedevofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "dinothedev.repl.co"
+ }
}
diff --git a/domains/dipan.json b/domains/dipan.json
index 1e7956dd9..02967bbc5 100644
--- a/domains/dipan.json
+++ b/domains/dipan.json
@@ -1,11 +1,11 @@
{
- "description": "My Personal Portfolio - Dipan Roy",
- "repo": "https://github.com/dipan29",
- "owner": {
- "username": "dipan29",
- "email": "dipanroy@mindwebs.org"
- },
- "record": {
- "A": ["115.187.62.14"]
- }
+ "description": "My Personal Portfolio - Dipan Roy",
+ "repo": "https://github.com/dipan29",
+ "owner": {
+ "username": "dipan29",
+ "email": "dipanroy@mindwebs.org"
+ },
+ "record": {
+ "A": ["115.187.62.14"]
+ }
}
diff --git a/domains/discord.jakub.json b/domains/discord.jakub.json
index dffc51f8d..6333ae5c2 100644
--- a/domains/discord.jakub.json
+++ b/domains/discord.jakub.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Jakubk15",
- "email": "jakubk15@protonmail.com"
- },
- "record": {
- "URL": "https://discord.gg/FQ7jmGBd6c"
- }
+ "owner": {
+ "username": "Jakubk15",
+ "email": "jakubk15@protonmail.com"
+ },
+ "record": {
+ "URL": "https://discord.gg/FQ7jmGBd6c"
+ }
}
diff --git a/domains/discord.json b/domains/discord.json
index 35a36caa8..79d14a447 100644
--- a/domains/discord.json
+++ b/domains/discord.json
@@ -1,11 +1,11 @@
{
- "description": "a discord bot website",
- "repo": "https://github.com/botstudios",
- "owner": {
- "username": "BotStudios",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "botstudios.github.io"
- }
+ "description": "a discord bot website",
+ "repo": "https://github.com/botstudios",
+ "owner": {
+ "username": "BotStudios",
+ "email": "tojoeleeofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "botstudios.github.io"
+ }
}
diff --git a/domains/discord.maskduck.json b/domains/discord.maskduck.json
index ac1d57731..91f9fbe28 100644
--- a/domains/discord.maskduck.json
+++ b/domains/discord.maskduck.json
@@ -1,11 +1,11 @@
{
- "description": "My discord server",
- "owner": {
- "email": "",
- "username": "MaskDuck",
- "reddit": "u/maskduck"
- },
- "record": {
- "URL": "https://discord.gg/weMcPBJV77"
- }
+ "description": "My discord server",
+ "owner": {
+ "email": "",
+ "username": "MaskDuck",
+ "reddit": "u/maskduck"
+ },
+ "record": {
+ "URL": "https://discord.gg/weMcPBJV77"
+ }
}
diff --git a/domains/discordbots.semant.json b/domains/discordbots.semant.json
index 44903aa15..4400e91e0 100644
--- a/domains/discordbots.semant.json
+++ b/domains/discordbots.semant.json
@@ -1,10 +1,10 @@
{
- "description": "Discord bot dashboard",
- "owner": {
- "username": "s3mant",
- "email": "contact@semant.is-a.dev"
- },
- "record": {
- "CNAME": "b0f6dfb1-f219-4a6b-8505-eccaa29200ea.id.repl.co"
- }
+ "description": "Discord bot dashboard",
+ "owner": {
+ "username": "s3mant",
+ "email": "contact@semant.is-a.dev"
+ },
+ "record": {
+ "CNAME": "b0f6dfb1-f219-4a6b-8505-eccaa29200ea.id.repl.co"
+ }
}
diff --git a/domains/divik.json b/domains/divik.json
index a04fc4ed3..11926e01c 100644
--- a/domains/divik.json
+++ b/domains/divik.json
@@ -1,11 +1,11 @@
{
- "description": "My Personal site",
- "repo": "https://github.com/Code19Master/portfolio",
- "owner": {
- "username": "Code19Master",
- "email": "divikbabbar@gmail.com"
- },
- "record": {
- "CNAME": "code19master.github.io"
- }
+ "description": "My Personal site",
+ "repo": "https://github.com/Code19Master/portfolio",
+ "owner": {
+ "username": "Code19Master",
+ "email": "divikbabbar@gmail.com"
+ },
+ "record": {
+ "CNAME": "code19master.github.io"
+ }
}
diff --git a/domains/divyam.json b/domains/divyam.json
index bc6693301..d19cf759f 100644
--- a/domains/divyam.json
+++ b/domains/divyam.json
@@ -1,11 +1,11 @@
{
- "description": "Divyam's personal website",
- "repo": "https://github.com/DivyamAhuja/divyamahuja.github.io",
- "owner": {
- "username": "DivyamAhuja",
- "email": "ahujadivyam@gmail.com"
- },
- "record": {
- "CNAME": "divyamahuja.github.io"
- }
+ "description": "Divyam's personal website",
+ "repo": "https://github.com/DivyamAhuja/divyamahuja.github.io",
+ "owner": {
+ "username": "DivyamAhuja",
+ "email": "ahujadivyam@gmail.com"
+ },
+ "record": {
+ "CNAME": "divyamahuja.github.io"
+ }
}
diff --git a/domains/doc.dergraph.json b/domains/doc.dergraph.json
index 6f7f1963a..c302aa996 100644
--- a/domains/doc.dergraph.json
+++ b/domains/doc.dergraph.json
@@ -1,11 +1,9 @@
{
- "owner": {
- "username": "derGraph",
- "email": "dergraph@f5.si"
- },
- "record": {
- "A": [
- "83.215.31.101"
- ]
- }
+ "owner": {
+ "username": "derGraph",
+ "email": "dergraph@f5.si"
+ },
+ "record": {
+ "A": ["83.215.31.101"]
+ }
}
diff --git a/domains/docs.json b/domains/docs.json
index 219271022..89932ab96 100644
--- a/domains/docs.json
+++ b/domains/docs.json
@@ -1,11 +1,11 @@
{
- "description": "Documentation website for is-a.dev",
- "repo": "https://github.com/is-a-dev/docs",
- "owner": {
- "username": "@is-a-dev/maintainers",
- "email": "phenax5@gmail.com"
- },
- "record": {
- "URL": "https://www.is-a.dev/docs"
- }
+ "description": "Documentation website for is-a.dev",
+ "repo": "https://github.com/is-a-dev/docs",
+ "owner": {
+ "username": "@is-a-dev/maintainers",
+ "email": "phenax5@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.is-a.dev/docs"
+ }
}
diff --git a/domains/dolba3b.json b/domains/dolba3b.json
index 7d5776ee0..3d2ed21fc 100644
--- a/domains/dolba3b.json
+++ b/domains/dolba3b.json
@@ -6,4 +6,4 @@
"record": {
"URL": "https://losentse-help.ch"
}
-}
+}
diff --git a/domains/dom.json b/domains/dom.json
index a213fd9bc..be979be41 100644
--- a/domains/dom.json
+++ b/domains/dom.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
- "username": "DominicFilice",
- "email": "dominic@filiceenterprises.com"
- },
- "record": {
- "URL": "https://dsc.gg/minecraftanarchy"
- }
- }
-
+{
+ "owner": {
+ "username": "DominicFilice",
+ "email": "dominic@filiceenterprises.com"
+ },
+ "record": {
+ "URL": "https://dsc.gg/minecraftanarchy"
+ }
+}
diff --git a/domains/domin.json b/domains/domin.json
index f016895d6..97bcca545 100644
--- a/domains/domin.json
+++ b/domains/domin.json
@@ -1,12 +1,10 @@
{
- "description": "Subdomain of is-a.dev for my profile card. I use DBH as hosting if it is necessary to let you know<3",
- "owner": {
- "username": "Domin-MND",
- "email": "dominproject@gmail.com"
- },
- "record": {
- "A": [
- "164.132.74.251"
- ]
- }
+ "description": "Subdomain of is-a.dev for my profile card. I use DBH as hosting if it is necessary to let you know<3",
+ "owner": {
+ "username": "Domin-MND",
+ "email": "dominproject@gmail.com"
+ },
+ "record": {
+ "A": ["164.132.74.251"]
+ }
}
diff --git a/domains/dominic.json b/domains/dominic.json
index 086a31b3c..8a642bdbb 100644
--- a/domains/dominic.json
+++ b/domains/dominic.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "mrhappyma",
"email": "dominic@userexe.me"
- },
- "record": {
+ },
+ "record": {
"URL": "https://userexe.me"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/donate.gornostay25.json b/domains/donate.gornostay25.json
index 2b66adcd3..f2ad0d0b6 100644
--- a/domains/donate.gornostay25.json
+++ b/domains/donate.gornostay25.json
@@ -1,14 +1,14 @@
{
- "owner": {
- "username": "gornostay25",
- "email": "me@gornostay25.is-a.dev"
- },
- "record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ]
- }
+ "owner": {
+ "username": "gornostay25",
+ "email": "me@gornostay25.is-a.dev"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
}
diff --git a/domains/donkaos.json b/domains/donkaos.json
index b3fabe52f..1c55cbd59 100644
--- a/domains/donkaos.json
+++ b/domains/donkaos.json
@@ -1,11 +1,11 @@
-{
- "description": "Donkas's personal developer website",
- "repo": "https://github.com/donkaos501",
- "owner": {
- "username": "Donkaos",
- "email": "donkaos501@outlook.com"
- },
- "record": {
- "CNAME": "is-a.dev.donkaos.de"
- }
-}
+{
+ "description": "Donkas's personal developer website",
+ "repo": "https://github.com/donkaos501",
+ "owner": {
+ "username": "Donkaos",
+ "email": "donkaos501@outlook.com"
+ },
+ "record": {
+ "CNAME": "is-a.dev.donkaos.de"
+ }
+}
diff --git a/domains/donut.json b/domains/donut.json
index 80b359a5d..c4b0150e0 100644
--- a/domains/donut.json
+++ b/domains/donut.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "donut2008.github.io"
}
-}
+}
diff --git a/domains/dooly.json b/domains/dooly.json
index 808bdcace..b8b85a5c9 100644
--- a/domains/dooly.json
+++ b/domains/dooly.json
@@ -1,12 +1,12 @@
{
- "Dooly": "Dooly is a Dev.",
- "repo": "https://github.com/entry0917/doolyweb",
- "owner": {
- "username": "entry0917",
- "email": "seeun0917@naver.com",
- "twitter": "sense09173"
- },
- "record": {
- "CNAME": "entry0917.github.io"
- }
+ "Dooly": "Dooly is a Dev.",
+ "repo": "https://github.com/entry0917/doolyweb",
+ "owner": {
+ "username": "entry0917",
+ "email": "seeun0917@naver.com",
+ "twitter": "sense09173"
+ },
+ "record": {
+ "CNAME": "entry0917.github.io"
+ }
}
diff --git a/domains/dragon.json b/domains/dragon.json
index 577b6c70b..2c24fc84c 100644
--- a/domains/dragon.json
+++ b/domains/dragon.json
@@ -1,11 +1,11 @@
{
- "description": "A custom portfolio website for me",
- "repo": "https://replit.com/@DragonRoyale/personalA",
- "owner": {
- "username": "DragonRoyal",
- "email": "aarav.singhania50@gmail.com"
- },
- "record": {
- "CNAME": "c7054742-05bd-453b-b5fd-d3ed47ee0215.id.repl.co"
- }
+ "description": "A custom portfolio website for me",
+ "repo": "https://replit.com/@DragonRoyale/personalA",
+ "owner": {
+ "username": "DragonRoyal",
+ "email": "aarav.singhania50@gmail.com"
+ },
+ "record": {
+ "CNAME": "c7054742-05bd-453b-b5fd-d3ed47ee0215.id.repl.co"
+ }
}
diff --git a/domains/drdilyor.json b/domains/drdilyor.json
index 82774e5a5..30273f4de 100644
--- a/domains/drdilyor.json
+++ b/domains/drdilyor.json
@@ -1,11 +1,11 @@
{
- "description": "Drdilyor's website and (non-existent) blog",
- "repo": "https://github.com/drdilyor/drdilyor.github.io",
- "owner": {
- "username": "drdilyor",
- "email": "drdilyor@outlook.com"
- },
- "record": {
- "CNAME": "drdilyor.github.io"
- }
+ "description": "Drdilyor's website and (non-existent) blog",
+ "repo": "https://github.com/drdilyor/drdilyor.github.io",
+ "owner": {
+ "username": "drdilyor",
+ "email": "drdilyor@outlook.com"
+ },
+ "record": {
+ "CNAME": "drdilyor.github.io"
+ }
}
diff --git a/domains/drish-xd.json b/domains/drish-xd.json
index 55a94e8ee..60106a54b 100644
--- a/domains/drish-xd.json
+++ b/domains/drish-xd.json
@@ -1,11 +1,11 @@
{
- "description": "Drish | Portfolio",
- "repo": "https://github.com/Drish-xD/Drish-xD.github.io",
- "owner": {
- "username": "Drish-xD",
- "email": "drish.xd@gmail.com"
- },
- "record": {
- "CNAME": "drish-xd.github.io"
- }
+ "description": "Drish | Portfolio",
+ "repo": "https://github.com/Drish-xD/Drish-xD.github.io",
+ "owner": {
+ "username": "Drish-xD",
+ "email": "drish.xd@gmail.com"
+ },
+ "record": {
+ "CNAME": "drish-xd.github.io"
+ }
}
diff --git a/domains/drmonocle.json b/domains/drmonocle.json
index 0f7638dfb..f590ec713 100644
--- a/domains/drmonocle.json
+++ b/domains/drmonocle.json
@@ -1,11 +1,11 @@
{
- "description": "DrMonocle Website",
- "repo": "https://github.com/monocledr/monocledr.github.io",
- "owner": {
- "username": "monocledr",
- "email": "contact.drmonocle@gmail.com"
- },
- "record": {
- "CNAME": "monocledr.github.io"
- }
+ "description": "DrMonocle Website",
+ "repo": "https://github.com/monocledr/monocledr.github.io",
+ "owner": {
+ "username": "monocledr",
+ "email": "contact.drmonocle@gmail.com"
+ },
+ "record": {
+ "CNAME": "monocledr.github.io"
+ }
}
diff --git a/domains/drormaman.json b/domains/drormaman.json
index 5612ee14f..c32bf236a 100644
--- a/domains/drormaman.json
+++ b/domains/drormaman.json
@@ -1,11 +1,11 @@
{
- "description": "Personal website",
- "owner": {
- "username": "drormaman",
- "email": "",
- "twitter": "drormaman"
- },
- "record": {
- "CNAME": "drormaman.github.io"
- }
+ "description": "Personal website",
+ "owner": {
+ "username": "drormaman",
+ "email": "",
+ "twitter": "drormaman"
+ },
+ "record": {
+ "CNAME": "drormaman.github.io"
+ }
}
diff --git a/domains/dsaw.json b/domains/dsaw.json
index 5b2ea128c..9891dbbeb 100644
--- a/domains/dsaw.json
+++ b/domains/dsaw.json
@@ -1,11 +1,11 @@
{
- "description": "dsaw's blog",
- "repo": "https://github.com/dsaw/dsaw.github.io",
- "owner": {
- "username": "dsaw",
- "email": "dsawthedsawwhat@gmail.com"
- },
- "record": {
- "CNAME": "dsaw.github.io"
- }
+ "description": "dsaw's blog",
+ "repo": "https://github.com/dsaw/dsaw.github.io",
+ "owner": {
+ "username": "dsaw",
+ "email": "dsawthedsawwhat@gmail.com"
+ },
+ "record": {
+ "CNAME": "dsaw.github.io"
+ }
}
diff --git a/domains/dsrev.json b/domains/dsrev.json
index d236671ae..615a9fccb 100644
--- a/domains/dsrev.json
+++ b/domains/dsrev.json
@@ -1,12 +1,12 @@
{
- "description": "dsrev's blog",
- "repo": "https://github.com/dsrev/dsrev.github.io",
- "owner": {
- "username": "dsrev",
- "email": "dsrev@snopyta.org",
- "twitter": "IlyaSProkopenko"
- },
- "record": {
- "CNAME": "dsrev.github.io"
- }
+ "description": "dsrev's blog",
+ "repo": "https://github.com/dsrev/dsrev.github.io",
+ "owner": {
+ "username": "dsrev",
+ "email": "dsrev@snopyta.org",
+ "twitter": "IlyaSProkopenko"
+ },
+ "record": {
+ "CNAME": "dsrev.github.io"
+ }
}
diff --git a/domains/duck.json b/domains/duck.json
index 7365d0696..c121bee62 100644
--- a/domains/duck.json
+++ b/domains/duck.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Duck Dev",
- "email": "craftblurdiscord@gmail.com"
- },
- "record": {
- "CNAME": "glitch.edgeapp.net"
- }
+ "owner": {
+ "username": "Duck Dev",
+ "email": "craftblurdiscord@gmail.com"
+ },
+ "record": {
+ "CNAME": "glitch.edgeapp.net"
+ }
}
diff --git a/domains/duckinc.json b/domains/duckinc.json
index 2c6193504..09e91b46e 100644
--- a/domains/duckinc.json
+++ b/domains/duckinc.json
@@ -1,11 +1,11 @@
{
- "description": "developer website",
- "repo": "https://replit.com/@DuckInc/Duckinc-About#index.js",
- "owner": {
- "username": "duckinc",
- "email": "gatewayduck@gmail.com"
- },
- "record": {
- "CNAME": "b2894241-b4d2-4044-af99-5b8f9bb7a15b.id.repl.co"
- }
+ "description": "developer website",
+ "repo": "https://replit.com/@DuckInc/Duckinc-About#index.js",
+ "owner": {
+ "username": "duckinc",
+ "email": "gatewayduck@gmail.com"
+ },
+ "record": {
+ "CNAME": "b2894241-b4d2-4044-af99-5b8f9bb7a15b.id.repl.co"
+ }
}
diff --git a/domains/ducky.json b/domains/ducky.json
index 29964c0e4..012aafbf0 100644
--- a/domains/ducky.json
+++ b/domains/ducky.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "WhoTook7050.github.io"
}
-}
+}
diff --git a/domains/dudani-meet.json b/domains/dudani-meet.json
index a84c86f79..a296f4eab 100644
--- a/domains/dudani-meet.json
+++ b/domains/dudani-meet.json
@@ -1,11 +1,11 @@
{
- "description": "Meet Portfolio.",
- "repo": "https://github.com/dudani-meet/dudani-meet.github.io",
- "owner": {
- "username": "dudani-meet",
- "email": ""
- },
- "record": {
- "CNAME": "dudani-meet.github.io"
- }
+ "description": "Meet Portfolio.",
+ "repo": "https://github.com/dudani-meet/dudani-meet.github.io",
+ "owner": {
+ "username": "dudani-meet",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "dudani-meet.github.io"
+ }
}
diff --git a/domains/dumkalpoly.json b/domains/dumkalpoly.json
index 0546f75f8..afab7f64a 100644
--- a/domains/dumkalpoly.json
+++ b/domains/dumkalpoly.json
@@ -1,11 +1,11 @@
{
- "description": "Educational Website",
- "repo": "https://github.com/dumkalpoly/dumkalpoly.github.io",
- "owner": {
- "username": "dumkalpoly",
- "email": "dumkalpoly@yahoo.com"
- },
- "record": {
- "CNAME": "dumkalpoly.github.io"
- }
+ "description": "Educational Website",
+ "repo": "https://github.com/dumkalpoly/dumkalpoly.github.io",
+ "owner": {
+ "username": "dumkalpoly",
+ "email": "dumkalpoly@yahoo.com"
+ },
+ "record": {
+ "CNAME": "dumkalpoly.github.io"
+ }
}
diff --git a/domains/dunkan.json b/domains/dunkan.json
index d33c932a2..5e785433f 100644
--- a/domains/dunkan.json
+++ b/domains/dunkan.json
@@ -1,11 +1,11 @@
{
- "description": "Dunkan",
- "owner": {
- "username": "dcdunkan",
- "email": "",
- "twitter": "dcdunkan"
- },
- "record": {
- "URL": "https://github.com/dcdunkan"
- }
+ "description": "Dunkan",
+ "owner": {
+ "username": "dcdunkan",
+ "email": "",
+ "twitter": "dcdunkan"
+ },
+ "record": {
+ "URL": "https://github.com/dcdunkan"
+ }
}
diff --git a/domains/dwii.json b/domains/dwii.json
index 2956cf0fb..02898537c 100644
--- a/domains/dwii.json
+++ b/domains/dwii.json
@@ -1,11 +1,11 @@
{
- "description": "DwiiUnknown is a dev.",
- "repo": "https://github.com/ItzMeDwii/dwii",
- "owner": {
- "username": "ItzMeDwii",
- "email": "dwiiunknown@gmail.com"
- },
- "record": {
- "URL": "https://dwii.my.id"
- }
+ "description": "DwiiUnknown is a dev.",
+ "repo": "https://github.com/ItzMeDwii/dwii",
+ "owner": {
+ "username": "ItzMeDwii",
+ "email": "dwiiunknown@gmail.com"
+ },
+ "record": {
+ "URL": "https://dwii.my.id"
+ }
}
diff --git a/domains/dxler.json b/domains/dxler.json
index 3a1105aa3..d205c6b40 100644
--- a/domains/dxler.json
+++ b/domains/dxler.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "dxlerYT",
- "email": "",
- "discord": "dxlerYT#8132"
- },
- "record": {
- "URL": "https://6a921fc4.dxlerportfolio1.pages.dev"
- }
+ "owner": {
+ "username": "dxlerYT",
+ "email": "",
+ "discord": "dxlerYT#8132"
+ },
+ "record": {
+ "URL": "https://6a921fc4.dxlerportfolio1.pages.dev"
+ }
}
diff --git a/domains/dydestroyer.json b/domains/dydestroyer.json
index 27826914b..107acba75 100644
--- a/domains/dydestroyer.json
+++ b/domains/dydestroyer.json
@@ -1,12 +1,12 @@
{
- "description": "DyDestroyer's github pages site, do not expect much at all",
- "repo": "https://github.com/DyDestroyer1027/DyDestroyer1027.github.io",
- "owner": {
- "username": "DyDestroyer1027",
- "email": "",
- "discord": "dydestroyer#1027"
- },
- "record": {
- "CNAME": "dydestroyer1027.github.io"
- }
+ "description": "DyDestroyer's github pages site, do not expect much at all",
+ "repo": "https://github.com/DyDestroyer1027/DyDestroyer1027.github.io",
+ "owner": {
+ "username": "DyDestroyer1027",
+ "email": "",
+ "discord": "dydestroyer#1027"
+ },
+ "record": {
+ "CNAME": "dydestroyer1027.github.io"
+ }
}
diff --git a/domains/dylan.json b/domains/dylan.json
index ae756741e..8b6c12ab9 100644
--- a/domains/dylan.json
+++ b/domains/dylan.json
@@ -1,11 +1,11 @@
{
- "description": "This will soon be a dev portfolio for myself :)",
- "repo": "https://github.com/dylanjamesdev",
- "owner": {
- "username": "dylanjamesdev",
- "email": "dylan@tritan.gg"
- },
- "record": {
- "A": ["209.216.85.142"]
- }
+ "description": "This will soon be a dev portfolio for myself :)",
+ "repo": "https://github.com/dylanjamesdev",
+ "owner": {
+ "username": "dylanjamesdev",
+ "email": "dylan@tritan.gg"
+ },
+ "record": {
+ "A": ["209.216.85.142"]
+ }
}
diff --git a/domains/dylank.json b/domains/dylank.json
index ecdb4086b..1b7be3852 100644
--- a/domains/dylank.json
+++ b/domains/dylank.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DylanK46",
- "email": "kainth.dylan@gmail.com"
- },
- "record": {
- "A": ["90.217.214.245"]
- }
+ "owner": {
+ "username": "DylanK46",
+ "email": "kainth.dylan@gmail.com"
+ },
+ "record": {
+ "A": ["90.217.214.245"]
+ }
}
diff --git a/domains/earth.sx9.json b/domains/earth.sx9.json
index 6f77a209e..f7f0e6184 100644
--- a/domains/earth.sx9.json
+++ b/domains/earth.sx9.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "SX-9",
"email": "hello@mail.sx9.is-a.dev"
- },
- "record": {
+ },
+ "record": {
"CNAME": "sx-9.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/earthnuker.json b/domains/earthnuker.json
index 4baecaf5d..3e95de80b 100644
--- a/domains/earthnuker.json
+++ b/domains/earthnuker.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "earthnuker",
- "email": "earthnuker+isadev@gmail.com"
- },
- "record": {
- "CNAME": "earthnuker.keybase.pub"
- }
+ "owner": {
+ "username": "earthnuker",
+ "email": "earthnuker+isadev@gmail.com"
+ },
+ "record": {
+ "CNAME": "earthnuker.keybase.pub"
+ }
}
diff --git a/domains/earthrulerr.json b/domains/earthrulerr.json
index da8bf0706..0d9964675 100644
--- a/domains/earthrulerr.json
+++ b/domains/earthrulerr.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "EarthRulerr",
- "email": "earthrulerr@gmail.com"
- },
- "record": {
- "CNAME": "4b616032-4803-4d79-a566-b8523b0ef299.id.repl.co"
- }
+ "owner": {
+ "username": "EarthRulerr",
+ "email": "earthrulerr@gmail.com"
+ },
+ "record": {
+ "CNAME": "4b616032-4803-4d79-a566-b8523b0ef299.id.repl.co"
+ }
}
diff --git a/domains/eax.json b/domains/eax.json
index b2136ce0c..ee469555d 100644
--- a/domains/eax.json
+++ b/domains/eax.json
@@ -1,11 +1,11 @@
{
- "description": "is-a.dev website of eaxly",
- "repo": "https://codeberg.org/eax/website",
- "owner": {
- "username": "eaxly",
- "email": "extinctaxolotl@protonmail.com"
- },
- "record": {
- "URL": "https://site.eax.li"
- }
+ "description": "is-a.dev website of eaxly",
+ "repo": "https://codeberg.org/eax/website",
+ "owner": {
+ "username": "eaxly",
+ "email": "extinctaxolotl@protonmail.com"
+ },
+ "record": {
+ "URL": "https://site.eax.li"
+ }
}
diff --git a/domains/eazyblack.json b/domains/eazyblack.json
index b6576582d..f10493244 100644
--- a/domains/eazyblack.json
+++ b/domains/eazyblack.json
@@ -1,11 +1,11 @@
{
- "description": "eazyblack website.",
- "repo": "https://github.com/EAZYBLACK/eazyblack.github.io",
- "owner": {
- "username": "eazyblack",
- "email": "eazywhite40@gmail.com"
- },
- "record": {
- "CNAME": "eazyblack.github.io"
- }
+ "description": "eazyblack website.",
+ "repo": "https://github.com/EAZYBLACK/eazyblack.github.io",
+ "owner": {
+ "username": "eazyblack",
+ "email": "eazywhite40@gmail.com"
+ },
+ "record": {
+ "CNAME": "eazyblack.github.io"
+ }
}
diff --git a/domains/ecalzo.json b/domains/ecalzo.json
index b54cac9a3..4500cb1e7 100644
--- a/domains/ecalzo.json
+++ b/domains/ecalzo.json
@@ -1,11 +1,11 @@
{
- "description": "Evan's personal developer blog",
- "repo": "https://github.com/Ecalzo/ecalzo.github.io",
- "owner": {
- "username": "ecalzo",
- "email": "evancalz@me.com"
- },
- "record": {
- "CNAME": "ecalzo.github.io"
- }
+ "description": "Evan's personal developer blog",
+ "repo": "https://github.com/Ecalzo/ecalzo.github.io",
+ "owner": {
+ "username": "ecalzo",
+ "email": "evancalz@me.com"
+ },
+ "record": {
+ "CNAME": "ecalzo.github.io"
+ }
}
diff --git a/domains/echo2477.json b/domains/echo2477.json
index b2dfb746d..f81636a2b 100644
--- a/domains/echo2477.json
+++ b/domains/echo2477.json
@@ -1,11 +1,11 @@
{
- "description": "Echo's personal website",
- "repo": "https://github.com/echo2477/echo2477.github.io",
- "owner": {
- "username": "echo2477",
- "email": "pku.eko16@gmail.com"
- },
- "record": {
- "CNAME": "echo2477.github.io"
- }
+ "description": "Echo's personal website",
+ "repo": "https://github.com/echo2477/echo2477.github.io",
+ "owner": {
+ "username": "echo2477",
+ "email": "pku.eko16@gmail.com"
+ },
+ "record": {
+ "CNAME": "echo2477.github.io"
+ }
}
diff --git a/domains/eddy.json b/domains/eddy.json
index 796d50d5f..bd8db864e 100644
--- a/domains/eddy.json
+++ b/domains/eddy.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "331leo",
- "email": "331leo@kakao.com"
- },
- "record": {
- "CNAME": "dev.is.eddy.leok.kr"
- }
+ "owner": {
+ "username": "331leo",
+ "email": "331leo@kakao.com"
+ },
+ "record": {
+ "CNAME": "dev.is.eddy.leok.kr"
+ }
}
diff --git a/domains/eddyraz-trfk.json b/domains/eddyraz-trfk.json
index 3cf720a6b..cd7777183 100644
--- a/domains/eddyraz-trfk.json
+++ b/domains/eddyraz-trfk.json
@@ -1,12 +1,11 @@
{
- "description": "Traefik Console Demo Subdomain",
- "repo": "https://github.com/eddyraz",
- "owner": {
- "username": "eddyraz",
- "email": "eddyraz.fl@gmail.com"
- },
- "record": {
+ "description": "Traefik Console Demo Subdomain",
+ "repo": "https://github.com/eddyraz",
+ "owner": {
+ "username": "eddyraz",
+ "email": "eddyraz.fl@gmail.com"
+ },
+ "record": {
"CNAME": "srv231139-206152.vps.etecsa.cu"
- }
-
+ }
}
diff --git a/domains/eddyraz.json b/domains/eddyraz.json
index cc90796da..79bb6bb9a 100644
--- a/domains/eddyraz.json
+++ b/domains/eddyraz.json
@@ -1,12 +1,11 @@
{
- "description": "Eddyraz Public is-a.dev domain",
- "repo": "https://github.com/eddyraz",
- "owner": {
- "username": "eddyraz",
- "email": "eddyraz.fl@gmail.com"
- },
- "record": {
+ "description": "Eddyraz Public is-a.dev domain",
+ "repo": "https://github.com/eddyraz",
+ "owner": {
+ "username": "eddyraz",
+ "email": "eddyraz.fl@gmail.com"
+ },
+ "record": {
"CNAME": "srv231139-206152.vps.etecsa.cu"
- }
-
+ }
}
diff --git a/domains/edjva.json b/domains/edjva.json
index 8750d18d6..c53010512 100644
--- a/domains/edjva.json
+++ b/domains/edjva.json
@@ -7,4 +7,4 @@
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
-}
\ No newline at end of file
+}
diff --git a/domains/edrea.json b/domains/edrea.json
index 58bfb8e38..71e0f8da2 100644
--- a/domains/edrea.json
+++ b/domains/edrea.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio",
- "repo": "https://github.com/RUW3T/peach.git",
- "owner": {
- "username": "Edrea",
- "email": "edrea@metalunits.com"
- },
- "record": {
- "CNAME": "ruw3t.github.io"
- }
+ "description": "Portfolio",
+ "repo": "https://github.com/RUW3T/peach.git",
+ "owner": {
+ "username": "Edrea",
+ "email": "edrea@metalunits.com"
+ },
+ "record": {
+ "CNAME": "ruw3t.github.io"
+ }
}
diff --git a/domains/eduardkotov.json b/domains/eduardkotov.json
index 290b33b89..2cff54f27 100644
--- a/domains/eduardkotov.json
+++ b/domains/eduardkotov.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "insertsmc228",
"email": "miron720@ukr.net"
- },
- "record": {
+ },
+ "record": {
"A": ["35.158.255.221"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/edward.json b/domains/edward.json
index 3412f1872..9b4fd0a9d 100644
--- a/domains/edward.json
+++ b/domains/edward.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "EdwardTheLegend",
"email": "edward@edwardtlowe.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "edwardthelegend.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/edwin.json b/domains/edwin.json
index d15a104c9..207976914 100644
--- a/domains/edwin.json
+++ b/domains/edwin.json
@@ -1,10 +1,10 @@
{
- "description": "My proud is-a.dev website",
- "owner": {
- "username": "edwinm",
- "email": "edwin@bitstorm.org"
- },
- "record": {
- "CNAME": "bitstorm.org"
- }
+ "description": "My proud is-a.dev website",
+ "owner": {
+ "username": "edwinm",
+ "email": "edwin@bitstorm.org"
+ },
+ "record": {
+ "CNAME": "bitstorm.org"
+ }
}
diff --git a/domains/eesa.json b/domains/eesa.json
index 446fad849..f8682c4a3 100644
--- a/domains/eesa.json
+++ b/domains/eesa.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "eesa.zahed.ca"
}
-}
+}
diff --git a/domains/efe.json b/domains/efe.json
index 17272cdac..605a62acc 100644
--- a/domains/efe.json
+++ b/domains/efe.json
@@ -1,11 +1,11 @@
{
- "description": "personal website",
- "repo": "https://github.com/0x656665",
- "owner": {
- "username": "0x656665",
- "email": "efe@tutanota.de"
- },
- "record": {
- "URL": "https://efe.dev"
- }
+ "description": "personal website",
+ "repo": "https://github.com/0x656665",
+ "owner": {
+ "username": "0x656665",
+ "email": "efe@tutanota.de"
+ },
+ "record": {
+ "URL": "https://efe.dev"
+ }
}
diff --git a/domains/ejaz.json b/domains/ejaz.json
index a6664dc9b..060d912f0 100644
--- a/domains/ejaz.json
+++ b/domains/ejaz.json
@@ -1,12 +1,12 @@
{
- "description": "My personal portfolio site.",
- "repo": "https://github.com/ejaz/ejaz4.github.io",
- "owner": {
- "username": "ejaz4",
- "email": "ejaz@ceccun.com",
- "twitter": "ejazaIi"
- },
- "record": {
- "CNAME": "ejaz4.github.io"
- }
+ "description": "My personal portfolio site.",
+ "repo": "https://github.com/ejaz/ejaz4.github.io",
+ "owner": {
+ "username": "ejaz4",
+ "email": "ejaz@ceccun.com",
+ "twitter": "ejazaIi"
+ },
+ "record": {
+ "CNAME": "ejaz4.github.io"
+ }
}
diff --git a/domains/ekansh.json b/domains/ekansh.json
index 8e7bcb61d..801ec2b7f 100644
--- a/domains/ekansh.json
+++ b/domains/ekansh.json
@@ -1,11 +1,9 @@
-
{
- "owner": {
- "username": "Inevitable-Design",
- "email": "s.ekansh2712@gmail.com"
- },
- "record": {
- "CNAME": "my-portfolio-production-301e.up.railway.app"
- }
+ "owner": {
+ "username": "Inevitable-Design",
+ "email": "s.ekansh2712@gmail.com"
+ },
+ "record": {
+ "CNAME": "my-portfolio-production-301e.up.railway.app"
+ }
}
-
diff --git a/domains/ekinvarli.json b/domains/ekinvarli.json
index 9099f8213..cb6d06123 100644
--- a/domains/ekinvarli.json
+++ b/domains/ekinvarli.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "eknvarli.github.io"
}
-}
+}
diff --git a/domains/el2zay.json b/domains/el2zay.json
index 5c642e8fa..e89e057a5 100644
--- a/domains/el2zay.json
+++ b/domains/el2zay.json
@@ -1,13 +1,13 @@
{
- "description": "Bienvenue sur le site de el2zay ici vous pourrez trouver des informations sur moi ainsi que mes projets.",
- "repo": "https://github.com/el2zay/el2zay.github.io",
- "owner": {
- "username": "el2zay",
- "email": "el2zay.contact@gmail.com",
- "twitter": "el2zay",
- "discord": "el2zay#1234"
- },
- "record": {
- "CNAME": "el2zay.github.io"
- }
+ "description": "Bienvenue sur le site de el2zay ici vous pourrez trouver des informations sur moi ainsi que mes projets.",
+ "repo": "https://github.com/el2zay/el2zay.github.io",
+ "owner": {
+ "username": "el2zay",
+ "email": "el2zay.contact@gmail.com",
+ "twitter": "el2zay",
+ "discord": "el2zay#1234"
+ },
+ "record": {
+ "CNAME": "el2zay.github.io"
+ }
}
diff --git a/domains/elbkr.json b/domains/elbkr.json
index 21bd783d0..2ac6a1e81 100644
--- a/domains/elbkr.json
+++ b/domains/elbkr.json
@@ -1,11 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "elbkr",
"email": "zaakoukiayman@gmail.com",
"twitter": "elbkrrr"
- },
- "record": {
+ },
+ "record": {
"CNAME": "elbkr.github.io"
- }
}
+}
diff --git a/domains/eldano.json b/domains/eldano.json
index 0cef3a142..83df9f692 100644
--- a/domains/eldano.json
+++ b/domains/eldano.json
@@ -1,12 +1,12 @@
{
- "description": "Personal website for eldano dev",
- "repo": "https://github.com/eldano/eldano.github.io",
- "owner": {
- "username": "eldano",
- "email": "",
- "twitter": "eldanov2"
- },
- "record": {
- "CNAME": "eldano.github.io"
- }
+ "description": "Personal website for eldano dev",
+ "repo": "https://github.com/eldano/eldano.github.io",
+ "owner": {
+ "username": "eldano",
+ "email": "",
+ "twitter": "eldanov2"
+ },
+ "record": {
+ "CNAME": "eldano.github.io"
+ }
}
diff --git a/domains/eldin.json b/domains/eldin.json
index 103b1f89d..00835e4b0 100644
--- a/domains/eldin.json
+++ b/domains/eldin.json
@@ -1,11 +1,11 @@
- {
- "repo": "https://github.com/ahmed-eldin/ahmed-eldin.github.io",
- "description": "Ahmed's Website",
- "owner": {
+{
+ "repo": "https://github.com/ahmed-eldin/ahmed-eldin.github.io",
+ "description": "Ahmed's Website",
+ "owner": {
"username": "ahmed-eldin",
"email": "ahmedeldin98@gmail.com"
- },
- "record": {
- "CNAME": "ahmed-eldin.github.io"
- }
+ },
+ "record": {
+ "CNAME": "ahmed-eldin.github.io"
+ }
}
diff --git a/domains/eldinesh.json b/domains/eldinesh.json
index 11b660c02..019330387 100644
--- a/domains/eldinesh.json
+++ b/domains/eldinesh.json
@@ -1,11 +1,11 @@
{
- "description": "Dinesh Kumar's personal developer website",
- "repo": "https://github.com/eldinesh/eldinesh.github.io",
- "owner": {
- "username": "eldinesh",
- "email": "dseera6@gmail.com"
- },
- "record": {
- "CNAME": "eldinesh.github.io"
- }
+ "description": "Dinesh Kumar's personal developer website",
+ "repo": "https://github.com/eldinesh/eldinesh.github.io",
+ "owner": {
+ "username": "eldinesh",
+ "email": "dseera6@gmail.com"
+ },
+ "record": {
+ "CNAME": "eldinesh.github.io"
+ }
}
diff --git a/domains/eletrixtalk.json b/domains/eletrixtalk.json
index 16b8e897b..2aa0eef72 100644
--- a/domains/eletrixtalk.json
+++ b/domains/eletrixtalk.json
@@ -1,12 +1,12 @@
{
- "description": "Chat with login system",
- "repo": "https://github.com/boomerangBS/Chat-alpha",
- "owner": {
- "username": "BoomerangBS",
- "email": "",
- "discord": "boomerangBS#4708"
- },
- "record": {
- "CNAME": "a1fc013d-7b16-4f1c-8baa-96357e70b6fd.id.repl.co"
- }
+ "description": "Chat with login system",
+ "repo": "https://github.com/boomerangBS/Chat-alpha",
+ "owner": {
+ "username": "BoomerangBS",
+ "email": "",
+ "discord": "boomerangBS#4708"
+ },
+ "record": {
+ "CNAME": "a1fc013d-7b16-4f1c-8baa-96357e70b6fd.id.repl.co"
+ }
}
diff --git a/domains/eletrixtalkapp.json b/domains/eletrixtalkapp.json
index a1c27e13e..0393698e9 100644
--- a/domains/eletrixtalkapp.json
+++ b/domains/eletrixtalkapp.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "boomerangBS",
"email": "boomerang1803@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "8de1bbe8-ffbb-4e58-a688-bb332d498d06.id.repl.co"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/elf.json b/domains/elf.json
index b3487c763..aa42e55bf 100644
--- a/domains/elf.json
+++ b/domains/elf.json
@@ -1,11 +1,11 @@
{
- "description": "Elflanded's Development Website.",
- "repo": "https://github.com/Elflanded/website",
- "owner": {
- "username": "Elflanded",
- "email": "elflanded@gmail.com"
- },
- "record": {
- "CNAME": "elflanded.github.io"
- }
+ "description": "Elflanded's Development Website.",
+ "repo": "https://github.com/Elflanded/website",
+ "owner": {
+ "username": "Elflanded",
+ "email": "elflanded@gmail.com"
+ },
+ "record": {
+ "CNAME": "elflanded.github.io"
+ }
}
diff --git a/domains/elian.json b/domains/elian.json
index c23548617..cb5d4af25 100644
--- a/domains/elian.json
+++ b/domains/elian.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "hoangdev09",
- "email": "tranconghoang18@gmail.com"
- },
- "record": {
- "URL": "https://hoangdev09.github.io/infomation"
- }
+ "owner": {
+ "username": "hoangdev09",
+ "email": "tranconghoang18@gmail.com"
+ },
+ "record": {
+ "URL": "https://hoangdev09.github.io/infomation"
+ }
}
diff --git a/domains/elias.json b/domains/elias.json
index 60f56f91a..bb71587f3 100644
--- a/domains/elias.json
+++ b/domains/elias.json
@@ -1,12 +1,12 @@
{
- "description": "My personal website, im learning web dev!",
- "repo": "https://github.com/EliasKernel/EliasKernel.github.io",
- "owner": {
- "username": "eliaskernel",
- "email": "eliaskernel@protonmail.com",
- "twitter": "eliaskernel"
- },
- "record": {
- "CNAME": "eliaskernel.github.io"
- }
+ "description": "My personal website, im learning web dev!",
+ "repo": "https://github.com/EliasKernel/EliasKernel.github.io",
+ "owner": {
+ "username": "eliaskernel",
+ "email": "eliaskernel@protonmail.com",
+ "twitter": "eliaskernel"
+ },
+ "record": {
+ "CNAME": "eliaskernel.github.io"
+ }
}
diff --git a/domains/elijah629.json b/domains/elijah629.json
index 27f1df71c..ac7c1ed87 100644
--- a/domains/elijah629.json
+++ b/domains/elijah629.json
@@ -9,4 +9,4 @@
"record": {
"URL": "https://elijah629.vercel.app"
}
-}
+}
diff --git a/domains/ella.json b/domains/ella.json
index 58f13e075..1f4fd0a1c 100644
--- a/domains/ella.json
+++ b/domains/ella.json
@@ -1,11 +1,11 @@
{
- "description": "Ella's Portfolio",
- "repo": "https://github.com/eilla1/ella.is-a.dev-redirect",
- "owner": {
- "username": "eilla1",
- "email": "exu6056@gmail.com"
- },
- "record": {
- "CNAME": "eilla1.github.io"
- }
+ "description": "Ella's Portfolio",
+ "repo": "https://github.com/eilla1/ella.is-a.dev-redirect",
+ "owner": {
+ "username": "eilla1",
+ "email": "exu6056@gmail.com"
+ },
+ "record": {
+ "CNAME": "eilla1.github.io"
+ }
}
diff --git a/domains/elma.json b/domains/elma.json
index 655ee71ba..ac10146db 100644
--- a/domains/elma.json
+++ b/domains/elma.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "minibox24",
- "email": "minibox724@gmail.com"
- },
- "record": {
- "CNAME": "isadev.minibox.xyz"
- }
+ "owner": {
+ "username": "minibox24",
+ "email": "minibox724@gmail.com"
+ },
+ "record": {
+ "CNAME": "isadev.minibox.xyz"
+ }
}
diff --git a/domains/elrefaie.json b/domains/elrefaie.json
index 6354aa03c..6d2e04d5a 100644
--- a/domains/elrefaie.json
+++ b/domains/elrefaie.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "amour86",
"email": "amour86@gmail.com"
- },
+ },
- "record": {
+ "record": {
"A": ["35.154.162.29"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/elvis.json b/domains/elvis.json
index df123e2ca..ec08b6b9e 100644
--- a/domains/elvis.json
+++ b/domains/elvis.json
@@ -1,11 +1,10 @@
{
"description": "Elvis's website",
"owner": {
- "username": "ElvisUpUp",
- "email": "elvis4study@gmail.com"
+ "username": "ElvisUpUp",
+ "email": "elvis4study@gmail.com"
},
"record": {
- "URL": "https://github.com/ElvisUpUp"
+ "URL": "https://github.com/ElvisUpUp"
}
- }
-
\ No newline at end of file
+}
diff --git a/domains/emhl.json b/domains/emhl.json
index 0ba33bf67..6ee3d4e9c 100644
--- a/domains/emhl.json
+++ b/domains/emhl.json
@@ -1,11 +1,11 @@
{
- "description": "personal page",
- "repo": "https://github.com/emhl/emhl.github.io",
- "owner": {
- "username": "emhl",
- "email": "stnr.emil@gmail.com"
- },
- "record": {
- "CNAME": "emhl.github.io"
- }
+ "description": "personal page",
+ "repo": "https://github.com/emhl/emhl.github.io",
+ "owner": {
+ "username": "emhl",
+ "email": "stnr.emil@gmail.com"
+ },
+ "record": {
+ "CNAME": "emhl.github.io"
+ }
}
diff --git a/domains/emily.json b/domains/emily.json
index 481480df0..7fe67e645 100644
--- a/domains/emily.json
+++ b/domains/emily.json
@@ -1,12 +1,12 @@
{
- "owner": {
- "username": "EmilyLove26",
- "email": "EmilyLove@writeme.com",
- "discord": "Emily Love#1251",
- "note": "Koji Redirect"
- },
- "description": "Redirects to my Koji Profile: https://koji.to/EmilyLove",
- "record": {
- "CNAME": "cnames.withkoji.com"
- }
+ "owner": {
+ "username": "EmilyLove26",
+ "email": "EmilyLove@writeme.com",
+ "discord": "Emily Love#1251",
+ "note": "Koji Redirect"
+ },
+ "description": "Redirects to my Koji Profile: https://koji.to/EmilyLove",
+ "record": {
+ "CNAME": "cnames.withkoji.com"
+ }
}
diff --git a/domains/emtyfay.json b/domains/emtyfay.json
index ae67d1a1a..4cc20d40a 100644
--- a/domains/emtyfay.json
+++ b/domains/emtyfay.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Emtyffx",
"email": "emtyfay4433@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "myblog-production.up.railway.app"
- }
}
-
+}
diff --git a/domains/enderdev.json b/domains/enderdev.json
index 733156ddd..cf988935f 100644
--- a/domains/enderdev.json
+++ b/domains/enderdev.json
@@ -1,12 +1,12 @@
{
- "description": "Personal site for EnderDev",
- "repo": "https://github.com/EnderDev/EnderDev",
- "owner": {
- "username": "EnderDev",
- "email": "kieran@dothq.co",
- "twitter": "EnderDev_"
- },
- "record": {
- "CNAME": "enderdev.github.io"
- }
+ "description": "Personal site for EnderDev",
+ "repo": "https://github.com/EnderDev/EnderDev",
+ "owner": {
+ "username": "EnderDev",
+ "email": "kieran@dothq.co",
+ "twitter": "EnderDev_"
+ },
+ "record": {
+ "CNAME": "enderdev.github.io"
+ }
}
diff --git a/domains/enzo.json b/domains/enzo.json
index 129a2d6fb..a3ab0f09e 100644
--- a/domains/enzo.json
+++ b/domains/enzo.json
@@ -1,11 +1,11 @@
{
- "description": "Enzo's portfolio",
- "repo": "https://github.com/enzonaute",
- "owner": {
- "username": "enzonaute",
- "email": "hello@enzonaute.me"
- },
- "record": {
- "CNAME": "enzonaute.me"
- }
+ "description": "Enzo's portfolio",
+ "repo": "https://github.com/enzonaute",
+ "owner": {
+ "username": "enzonaute",
+ "email": "hello@enzonaute.me"
+ },
+ "record": {
+ "CNAME": "enzonaute.me"
+ }
}
diff --git a/domains/epgeroy.json b/domains/epgeroy.json
index 506c617fe..0e6171bb4 100644
--- a/domains/epgeroy.json
+++ b/domains/epgeroy.json
@@ -1,11 +1,11 @@
{
- "description": "/home/epgeroy",
- "repo": "https://github.com/epgeroy/epgeroy.github.io",
- "owner": {
- "username": "epgeroy",
- "email": "epgeroy@gmail.com"
- },
- "record": {
- "CNAME": "epgeroy.github.io"
- }
+ "description": "/home/epgeroy",
+ "repo": "https://github.com/epgeroy/epgeroy.github.io",
+ "owner": {
+ "username": "epgeroy",
+ "email": "epgeroy@gmail.com"
+ },
+ "record": {
+ "CNAME": "epgeroy.github.io"
+ }
}
diff --git a/domains/epic.json b/domains/epic.json
index 831aa269e..d35d4590c 100644
--- a/domains/epic.json
+++ b/domains/epic.json
@@ -1,11 +1,11 @@
{
- "description": "Epic's github",
- "repo": "https://github.com/tag-epic",
- "owner": {
- "username": "tag-epic",
- "email": "tagepicuwu@gmail.com"
- },
- "record": {
- "URL": "https://github.com/tag-epic"
- }
+ "description": "Epic's github",
+ "repo": "https://github.com/tag-epic",
+ "owner": {
+ "username": "tag-epic",
+ "email": "tagepicuwu@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/tag-epic"
+ }
}
diff --git a/domains/epnq.json b/domains/epnq.json
index 43558ab9d..391ecedbf 100644
--- a/domains/epnq.json
+++ b/domains/epnq.json
@@ -1,12 +1,12 @@
{
- "description": "Personal Site",
- "repo": "https://github.com/wensente27",
- "owner": {
- "username": "wensente27",
- "email": "",
- "twitter": "pnqe_eli"
- },
- "record": {
- "CNAME": "epnq.up.railway.app"
- }
+ "description": "Personal Site",
+ "repo": "https://github.com/wensente27",
+ "owner": {
+ "username": "wensente27",
+ "email": "",
+ "twitter": "pnqe_eli"
+ },
+ "record": {
+ "CNAME": "epnq.up.railway.app"
+ }
}
diff --git a/domains/epsooraj.json b/domains/epsooraj.json
index 20048e770..c3a2a74a2 100644
--- a/domains/epsooraj.json
+++ b/domains/epsooraj.json
@@ -1,10 +1,10 @@
{
- "description": "Sooraj Ep's website",
- "owner": {
- "username": "epsooraj",
- "email": "epsooraj4@gmail.com"
- },
- "record": {
- "CNAME": "epsooraj.com"
- }
+ "description": "Sooraj Ep's website",
+ "owner": {
+ "username": "epsooraj",
+ "email": "epsooraj4@gmail.com"
+ },
+ "record": {
+ "CNAME": "epsooraj.com"
+ }
}
diff --git a/domains/erdwpe.json b/domains/erdwpe.json
index de6c0492c..ac009cb04 100644
--- a/domains/erdwpe.json
+++ b/domains/erdwpe.json
@@ -1,12 +1,12 @@
{
- "description": "erdwpe website",
- "repo": "https://github.com/erdwpe/erdwpe.github.io",
- "owner": {
- "username": "erdwpe",
- "email": "erdwpe@gmail.com",
- "twitter": "erlanggadwip6"
- },
- "record": {
- "CNAME": "erdwpe.github.io"
- }
+ "description": "erdwpe website",
+ "repo": "https://github.com/erdwpe/erdwpe.github.io",
+ "owner": {
+ "username": "erdwpe",
+ "email": "erdwpe@gmail.com",
+ "twitter": "erlanggadwip6"
+ },
+ "record": {
+ "CNAME": "erdwpe.github.io"
+ }
}
diff --git a/domains/eric.json b/domains/eric.json
index d316896b6..46503b29d 100644
--- a/domains/eric.json
+++ b/domains/eric.json
@@ -1,11 +1,11 @@
{
- "description": "Eric's website and blog",
- "repo": "https://github.com/yurrriq",
- "owner": {
- "username": "yurrriq",
- "email": "eric@ericb.me"
- },
- "record": {
- "CNAME": "yurrriq.github.io"
- }
+ "description": "Eric's website and blog",
+ "repo": "https://github.com/yurrriq",
+ "owner": {
+ "username": "yurrriq",
+ "email": "eric@ericb.me"
+ },
+ "record": {
+ "CNAME": "yurrriq.github.io"
+ }
}
diff --git a/domains/ericthomas.json b/domains/ericthomas.json
index 655a0aa7b..0381229e1 100644
--- a/domains/ericthomas.json
+++ b/domains/ericthomas.json
@@ -1,11 +1,11 @@
{
- "description": "Eric Thomas' Portfolio",
- "repo": "https://github.com/ericthomasca",
- "owner": {
- "username": "ericthomasca",
- "email": "eric@ericthomas.ca"
- },
- "record": {
- "URL": "https://ericthomas.ca"
- }
+ "description": "Eric Thomas' Portfolio",
+ "repo": "https://github.com/ericthomasca",
+ "owner": {
+ "username": "ericthomasca",
+ "email": "eric@ericthomas.ca"
+ },
+ "record": {
+ "URL": "https://ericthomas.ca"
+ }
}
diff --git a/domains/erik.json b/domains/erik.json
index 2422f9cb7..11d2c8424 100644
--- a/domains/erik.json
+++ b/domains/erik.json
@@ -2,10 +2,10 @@
"description": "Erik Personal Website",
"repo": "https://github.com/Erik3010",
"owner": {
- "username": "erik3010",
- "email": "erikhau3010@gmail.com"
+ "username": "erik3010",
+ "email": "erikhau3010@gmail.com"
},
"record": {
- "CNAME": "erik3010.github.io"
+ "CNAME": "erik3010.github.io"
}
-}
\ No newline at end of file
+}
diff --git a/domains/erisa.json b/domains/erisa.json
index 718677080..378c14fbd 100644
--- a/domains/erisa.json
+++ b/domains/erisa.json
@@ -1,11 +1,11 @@
{
- "description": "Blog for Erisa A.",
- "repo": "https://github.com/Erisa",
- "owner": {
- "username": "Erisa",
- "email": "seriel@erisa.moe"
- },
- "record": {
- "CNAME": "dev.cname.erisa.moe"
- }
+ "description": "Blog for Erisa A.",
+ "repo": "https://github.com/Erisa",
+ "owner": {
+ "username": "Erisa",
+ "email": "seriel@erisa.moe"
+ },
+ "record": {
+ "CNAME": "dev.cname.erisa.moe"
+ }
}
diff --git a/domains/ermal.json b/domains/ermal.json
index 4dfe7daac..d54a575ab 100644
--- a/domains/ermal.json
+++ b/domains/ermal.json
@@ -1,21 +1,18 @@
{
- "description": "Applying for an is-a.dev domain on behalf of my friend so he can use one.",
- "repo": "https://github.com/ErmalHasani/ErmalHasani.github.io",
- "owner": {
- "username": "ErmalHasani",
- "email": "ermalhasani15@gmail.com"
- },
- "record": {
- "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"
- }
+ "description": "Applying for an is-a.dev domain on behalf of my friend so he can use one.",
+ "repo": "https://github.com/ErmalHasani/ErmalHasani.github.io",
+ "owner": {
+ "username": "ErmalHasani",
+ "email": "ermalhasani15@gmail.com"
+ },
+ "record": {
+ "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/ethan.json b/domains/ethan.json
index 19a466bd1..e59651ee9 100644
--- a/domains/ethan.json
+++ b/domains/ethan.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "Darkcoder402",
- "email": "ethanrodrigues25@gmail.com",
- "twitter": "EthanRo97737635"
- },
- "record": {
- "CNAME": "ethan-is-a-dev.tk"
- }
+ "owner": {
+ "username": "Darkcoder402",
+ "email": "ethanrodrigues25@gmail.com",
+ "twitter": "EthanRo97737635"
+ },
+ "record": {
+ "CNAME": "ethan-is-a-dev.tk"
+ }
}
diff --git a/domains/ethxrnity.json b/domains/ethxrnity.json
index 1212ebfb0..9baf05cb5 100644
--- a/domains/ethxrnity.json
+++ b/domains/ethxrnity.json
@@ -1,12 +1,12 @@
{
- "description": "My personal website",
- "repo": "https://github.com/ethxrnity/ethxrnity.github.io",
- "owner": {
- "username": "ethxrnity",
- "email": "ethxrnity@gmail.com",
- "twitter": "ethxrnity"
- },
- "record": {
- "CNAME": "ethxrnity.github.io"
- }
+ "description": "My personal website",
+ "repo": "https://github.com/ethxrnity/ethxrnity.github.io",
+ "owner": {
+ "username": "ethxrnity",
+ "email": "ethxrnity@gmail.com",
+ "twitter": "ethxrnity"
+ },
+ "record": {
+ "CNAME": "ethxrnity.github.io"
+ }
}
diff --git a/domains/eutrix.json b/domains/eutrix.json
index 9faa10060..8cb932104 100644
--- a/domains/eutrix.json
+++ b/domains/eutrix.json
@@ -1,12 +1,12 @@
{
- "description": "A website to show off my projects.",
- "repo": "https://github.com/Eutrix/eutrix.github.io",
- "owner": {
- "username": "Eutrix",
- "email": "",
- "discord": "Tony25#4455"
- },
- "record": {
- "CNAME": "eutrix.github.io"
- }
+ "description": "A website to show off my projects.",
+ "repo": "https://github.com/Eutrix/eutrix.github.io",
+ "owner": {
+ "username": "Eutrix",
+ "email": "",
+ "discord": "Tony25#4455"
+ },
+ "record": {
+ "CNAME": "eutrix.github.io"
+ }
}
diff --git a/domains/eva.json b/domains/eva.json
index 891998bd5..e5185b67e 100644
--- a/domains/eva.json
+++ b/domains/eva.json
@@ -1,9 +1,9 @@
{
"owner": {
- "username": "mowatermelon",
- "email": "neefoxmo@gmail.com"
+ "username": "mowatermelon",
+ "email": "neefoxmo@gmail.com"
},
"record": {
- "URL": "https://t.iiwhy.cn"
+ "URL": "https://t.iiwhy.cn"
}
- }
\ No newline at end of file
+}
diff --git a/domains/eval.json b/domains/eval.json
index f95fa5056..c0169e12e 100644
--- a/domains/eval.json
+++ b/domains/eval.json
@@ -1,11 +1,11 @@
{
- "description": "a website to run javascript codes",
- "repo": "https://github.com/leecheeyong/leecheeyong",
- "owner": {
- "username": "leecheeyong",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "466c0750-ca47-4994-a60c-37ffb99b18e6.id.repl.co"
- }
+ "description": "a website to run javascript codes",
+ "repo": "https://github.com/leecheeyong/leecheeyong",
+ "owner": {
+ "username": "leecheeyong",
+ "email": "tojoeleeofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "466c0750-ca47-4994-a60c-37ffb99b18e6.id.repl.co"
+ }
}
diff --git a/domains/evaldas.json b/domains/evaldas.json
index 994ca46cd..dbda7d745 100644
--- a/domains/evaldas.json
+++ b/domains/evaldas.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "evaldas",
- "email": "evabur@icloud.com"
- },
- "record": {
- "CNAME": "burlingis.com"
- }
+ "owner": {
+ "username": "evaldas",
+ "email": "evabur@icloud.com"
+ },
+ "record": {
+ "CNAME": "burlingis.com"
+ }
}
diff --git a/domains/evan.json b/domains/evan.json
index 0cabc342e..7ef8d9a31 100644
--- a/domains/evan.json
+++ b/domains/evan.json
@@ -1,11 +1,11 @@
{
- "description": "Personal Portfolio",
- "repo": "https://github.com/GeopJr/geopjr.dev",
- "owner": {
- "username": "GeopJr",
- "email": "domains@geopjr.dev"
- },
- "record": {
- "URL": "https://geopjr.dev"
- }
+ "description": "Personal Portfolio",
+ "repo": "https://github.com/GeopJr/geopjr.dev",
+ "owner": {
+ "username": "GeopJr",
+ "email": "domains@geopjr.dev"
+ },
+ "record": {
+ "URL": "https://geopjr.dev"
+ }
}
diff --git a/domains/evelio.json b/domains/evelio.json
index 923f54640..564cf902d 100644
--- a/domains/evelio.json
+++ b/domains/evelio.json
@@ -13,10 +13,7 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/everyone.json b/domains/everyone.json
index 1e5b58386..d9689103b 100644
--- a/domains/everyone.json
+++ b/domains/everyone.json
@@ -1,12 +1,12 @@
{
- "description": "Image / Video host.",
- "repo": "https://github.com/tootie112",
- "owner": {
- "username": "tootie112",
- "email": "",
- "discord": "Io.Netty#3118"
- },
- "record": {
- "CNAME": "api.has-cool.pics"
- }
+ "description": "Image / Video host.",
+ "repo": "https://github.com/tootie112",
+ "owner": {
+ "username": "tootie112",
+ "email": "",
+ "discord": "Io.Netty#3118"
+ },
+ "record": {
+ "CNAME": "api.has-cool.pics"
+ }
}
diff --git a/domains/evils.json b/domains/evils.json
index c58083374..9168b3e2f 100644
--- a/domains/evils.json
+++ b/domains/evils.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "evilssite.glitch.me"
}
-}
+}
diff --git a/domains/eviternal.json b/domains/eviternal.json
index 5ccaa4144..2e1d0a207 100644
--- a/domains/eviternal.json
+++ b/domains/eviternal.json
@@ -1,12 +1,12 @@
{
- "owner": {
- "username": "EviternalOfficial",
- "email": "",
- "discord": "Vaibhav Kashyap#5747"
- },
- "record": {
- "A": ["35.186.245.55"],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "owner": {
+ "username": "EviternalOfficial",
+ "email": "",
+ "discord": "Vaibhav Kashyap#5747"
+ },
+ "record": {
+ "A": ["35.186.245.55"],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/f2cqjkp4gwog.json b/domains/f2cqjkp4gwog.json
index 15d30a33b..3dfcac7fd 100644
--- a/domains/f2cqjkp4gwog.json
+++ b/domains/f2cqjkp4gwog.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "thispsj",
- "email": "thispsj.mail@gmail.com"
- },
- "record": {
- "CNAME": "gv-5tmrgilyy2ar3j.dv.googlehosted.com"
- }
+ "owner": {
+ "username": "thispsj",
+ "email": "thispsj.mail@gmail.com"
+ },
+ "record": {
+ "CNAME": "gv-5tmrgilyy2ar3j.dv.googlehosted.com"
+ }
}
diff --git a/domains/fabiancrx.json b/domains/fabiancrx.json
index de76e8c9b..fa928342b 100644
--- a/domains/fabiancrx.json
+++ b/domains/fabiancrx.json
@@ -1,11 +1,11 @@
{
- "description": "home/croxx",
- "repo": "https://github.com/fabiancrx/fabiancrx.github.io",
- "owner": {
- "username": "fabiancrx",
- "email": "croxx5f@gmail.com"
- },
- "record": {
- "CNAME": "fabiancrx.github.io"
- }
+ "description": "home/croxx",
+ "repo": "https://github.com/fabiancrx/fabiancrx.github.io",
+ "owner": {
+ "username": "fabiancrx",
+ "email": "croxx5f@gmail.com"
+ },
+ "record": {
+ "CNAME": "fabiancrx.github.io"
+ }
}
diff --git a/domains/faisal.json b/domains/faisal.json
index 200413336..d2fea857d 100644
--- a/domains/faisal.json
+++ b/domains/faisal.json
@@ -1,12 +1,12 @@
{
- "description": "Faisal Portfolio Website",
- "repo": "https://github.com/faisal-fida/faisal-fida.github.io",
- "owner": {
- "username": "faisal-fida",
- "email": "arainfaisal826@gmail.com",
- "twitter": "faisalfida_4"
- },
- "record": {
- "CNAME": "faisal-fida.github.io"
- }
+ "description": "Faisal Portfolio Website",
+ "repo": "https://github.com/faisal-fida/faisal-fida.github.io",
+ "owner": {
+ "username": "faisal-fida",
+ "email": "arainfaisal826@gmail.com",
+ "twitter": "faisalfida_4"
+ },
+ "record": {
+ "CNAME": "faisal-fida.github.io"
+ }
}
diff --git a/domains/faiz.json b/domains/faiz.json
index 61fe222c4..db8b3901d 100644
--- a/domains/faiz.json
+++ b/domains/faiz.json
@@ -1,11 +1,11 @@
{
- "description": "faizath.github.io",
- "repo": "https://github.com/faizath/faizath.github.io",
- "owner": {
- "username": "faizath",
- "email": "faiz@ctemplar.com"
- },
- "record": {
- "URL": "https://faizath.github.io"
- }
+ "description": "faizath.github.io",
+ "repo": "https://github.com/faizath/faizath.github.io",
+ "owner": {
+ "username": "faizath",
+ "email": "faiz@ctemplar.com"
+ },
+ "record": {
+ "URL": "https://faizath.github.io"
+ }
}
diff --git a/domains/fake.json b/domains/fake.json
index 161498b2f..d00ce8282 100644
--- a/domains/fake.json
+++ b/domains/fake.json
@@ -1,16 +1,13 @@
{
- "description": "Fake_Name131's Website",
- "repo": "https://github.com/YEEETT",
- "owner": {
- "username": "Fake_Name131",
- "email": "fake@fake.is-a.dev"
- },
- "record": {
- "A": ["185.199.108.153"],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "description": "Fake_Name131's Website",
+ "repo": "https://github.com/YEEETT",
+ "owner": {
+ "username": "Fake_Name131",
+ "email": "fake@fake.is-a.dev"
+ },
+ "record": {
+ "A": ["185.199.108.153"],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/fallen.json b/domains/fallen.json
index 2c5b978fd..bfb1e1737 100644
--- a/domains/fallen.json
+++ b/domains/fallen.json
@@ -1,12 +1,12 @@
{
- "description": "Website Redirect",
- "repo": "https://github.com/ThingsOfFallen/Website",
- "owner": {
- "username": "TheFallenSpirit",
- "email": "thefallenspirit@outlook.com",
- "twitter": "FallenCodes"
- },
- "record": {
- "URL": "https://fallenspirit.dev"
- }
+ "description": "Website Redirect",
+ "repo": "https://github.com/ThingsOfFallen/Website",
+ "owner": {
+ "username": "TheFallenSpirit",
+ "email": "thefallenspirit@outlook.com",
+ "twitter": "FallenCodes"
+ },
+ "record": {
+ "URL": "https://fallenspirit.dev"
+ }
}
diff --git a/domains/faris.json b/domains/faris.json
index 6bc346566..7ad18eea6 100644
--- a/domains/faris.json
+++ b/domains/faris.json
@@ -1,13 +1,11 @@
-{
- "repo": "https://github.com/farisjalal",
- "owner": {
- "username": "farisjalal",
- "email": "",
- "twitter": "faris__jalal"
- },
- "record": {
- "A": [
- "168.138.104.44"
- ]
- }
-}
+{
+ "repo": "https://github.com/farisjalal",
+ "owner": {
+ "username": "farisjalal",
+ "email": "",
+ "twitter": "faris__jalal"
+ },
+ "record": {
+ "A": ["168.138.104.44"]
+ }
+}
diff --git a/domains/faris0520.json b/domains/faris0520.json
index b9a5940af..47d8118b4 100644
--- a/domains/faris0520.json
+++ b/domains/faris0520.json
@@ -1,11 +1,11 @@
{
- "description": "Just My Personal Website",
- "owner": {
- "username": "Faris0520",
- "email": "",
- "twitter": "Faris0520"
- },
- "record": {
- "CNAME": "glitch.edgeapp.net"
- }
+ "description": "Just My Personal Website",
+ "owner": {
+ "username": "Faris0520",
+ "email": "",
+ "twitter": "Faris0520"
+ },
+ "record": {
+ "CNAME": "glitch.edgeapp.net"
+ }
}
diff --git a/domains/farjanul.json b/domains/farjanul.json
index 30eb42403..53b60200d 100644
--- a/domains/farjanul.json
+++ b/domains/farjanul.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "farjanul",
"email": "farjanul10@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "farjanul.github.io"
- }
}
-
+}
diff --git a/domains/fartplayer69.json b/domains/fartplayer69.json
index fe3fc4ccb..f57eca1ec 100644
--- a/domains/fartplayer69.json
+++ b/domains/fartplayer69.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "diyar2137237243",
- "email": "diyarpc6@gmail.com"
- },
- "record": {
- "CNAME": "diyar2137237243.github.io"
- }
+ "owner": {
+ "username": "diyar2137237243",
+ "email": "diyarpc6@gmail.com"
+ },
+ "record": {
+ "CNAME": "diyar2137237243.github.io"
+ }
}
diff --git a/domains/farvessafiyudeen.json b/domains/farvessafiyudeen.json
index 286ecbe2a..27298171b 100644
--- a/domains/farvessafiyudeen.json
+++ b/domains/farvessafiyudeen.json
@@ -1,11 +1,11 @@
{
- "description": "this is my personal portfolio website",
- "repo": "https://github.com/Farves-dev",
- "owner": {
- "username": "Farves-dev",
- "email": "farvessafiyudeen@gmail.com"
- },
- "record": {
- "URL": "https://farsa.netlify.app"
- }
+ "description": "this is my personal portfolio website",
+ "repo": "https://github.com/Farves-dev",
+ "owner": {
+ "username": "Farves-dev",
+ "email": "farvessafiyudeen@gmail.com"
+ },
+ "record": {
+ "URL": "https://farsa.netlify.app"
+ }
}
diff --git a/domains/farzan.json b/domains/farzan.json
index b98bf2cdf..407b644e7 100644
--- a/domains/farzan.json
+++ b/domains/farzan.json
@@ -1,11 +1,11 @@
{
- "description": "Farzan F A is a Dev",
- "repo": "https://github.com/Farzanfa/Farzanfa.github.io",
- "owner": {
- "username": "farzanfa",
- "email": "farzanfa007@gmail.com"
- },
- "record": {
- "CNAME": "Farzanfa.github.io"
- }
+ "description": "Farzan F A is a Dev",
+ "repo": "https://github.com/Farzanfa/Farzanfa.github.io",
+ "owner": {
+ "username": "farzanfa",
+ "email": "farzanfa007@gmail.com"
+ },
+ "record": {
+ "CNAME": "Farzanfa.github.io"
+ }
}
diff --git a/domains/fastering.json b/domains/fastering.json
index ec3da1f81..3379ab466 100644
--- a/domains/fastering.json
+++ b/domains/fastering.json
@@ -1,11 +1,11 @@
{
- "description": "Fastering18 portofolio website",
- "repo": "https://github.com/Fastering18/Fastering18.github.io",
- "owner": {
- "username": "fastering18",
- "email": "fastering18@gmail.com"
- },
- "record": {
- "CNAME": "fastering18.github.io"
- }
+ "description": "Fastering18 portofolio website",
+ "repo": "https://github.com/Fastering18/Fastering18.github.io",
+ "owner": {
+ "username": "fastering18",
+ "email": "fastering18@gmail.com"
+ },
+ "record": {
+ "CNAME": "fastering18.github.io"
+ }
}
diff --git a/domains/fatgrizzly.json b/domains/fatgrizzly.json
index 723eacbce..0c6932e74 100644
--- a/domains/fatgrizzly.json
+++ b/domains/fatgrizzly.json
@@ -1,11 +1,11 @@
{
- "description": "personal website ",
- "repo": "https://github.com/fatgrizzly",
- "owner": {
- "username": "fatgrizzly",
- "email": "soundar@secret.fyi"
- },
- "record": {
- "A": ["89.163.215.190", "89.163.215.211"]
- }
+ "description": "personal website ",
+ "repo": "https://github.com/fatgrizzly",
+ "owner": {
+ "username": "fatgrizzly",
+ "email": "soundar@secret.fyi"
+ },
+ "record": {
+ "A": ["89.163.215.190", "89.163.215.211"]
+ }
}
diff --git a/domains/fauzannnnh.json b/domains/fauzannnnh.json
index 4cc88a96b..c630c6a1f 100644
--- a/domains/fauzannnnh.json
+++ b/domains/fauzannnnh.json
@@ -1,11 +1,11 @@
{
- "description": "My portfolio website",
- "repo": "https://github.com/Fauzannnnh/website",
- "owner": {
- "username": "Fauzannnnh",
- "email": "fauzan@eenthlh.xyz"
- },
- "record": {
- "URL": "https://eenthlh.xyz"
- }
+ "description": "My portfolio website",
+ "repo": "https://github.com/Fauzannnnh/website",
+ "owner": {
+ "username": "Fauzannnnh",
+ "email": "fauzan@eenthlh.xyz"
+ },
+ "record": {
+ "URL": "https://eenthlh.xyz"
+ }
}
diff --git a/domains/fayasnoushad.json b/domains/fayasnoushad.json
index 5aae04145..d69244f41 100644
--- a/domains/fayasnoushad.json
+++ b/domains/fayasnoushad.json
@@ -1,12 +1,12 @@
{
- "description": "My personal site",
- "repo": "https://github.com/FayasNoushad/fayasnoushad.github.io",
- "owner": {
- "username": "FayasNoushad",
- "email": "",
- "twitter": "FayasNoushad"
- },
- "record": {
- "CNAME": "FayasNoushad.github.io"
- }
+ "description": "My personal site",
+ "repo": "https://github.com/FayasNoushad/fayasnoushad.github.io",
+ "owner": {
+ "username": "FayasNoushad",
+ "email": "",
+ "twitter": "FayasNoushad"
+ },
+ "record": {
+ "CNAME": "FayasNoushad.github.io"
+ }
}
diff --git a/domains/fayyadh.json b/domains/fayyadh.json
index 8d5e7635c..39dba30f6 100644
--- a/domains/fayyadh.json
+++ b/domains/fayyadh.json
@@ -1,11 +1,11 @@
{
- "description": "My Personal Website",
- "repo": "https://github.com/Abdurrahman075/fayyadh-my-id",
- "owner": {
- "username": "Fayyadh",
- "email": "fayyadh.abdurrahman007@gmail.com"
- },
- "record": {
- "URL": "https://fayyadh.my.id"
- }
+ "description": "My Personal Website",
+ "repo": "https://github.com/Abdurrahman075/fayyadh-my-id",
+ "owner": {
+ "username": "Fayyadh",
+ "email": "fayyadh.abdurrahman007@gmail.com"
+ },
+ "record": {
+ "URL": "https://fayyadh.my.id"
+ }
}
diff --git a/domains/fbi.json b/domains/fbi.json
index 07f537c44..2137eb11f 100644
--- a/domains/fbi.json
+++ b/domains/fbi.json
@@ -1,11 +1,11 @@
{
- "description": "2Much4U's Website",
- "repo": "https://github.com/2m4u",
- "owner": {
- "username": "2M4U",
- "email": "2m4u@fbi.is-a.dev"
- },
- "record": {
- "URL": "https://2m4u.netlify.app"
- }
+ "description": "2Much4U's Website",
+ "repo": "https://github.com/2m4u",
+ "owner": {
+ "username": "2M4U",
+ "email": "2m4u@fbi.is-a.dev"
+ },
+ "record": {
+ "URL": "https://2m4u.netlify.app"
+ }
}
diff --git a/domains/fcircle-doc.json b/domains/fcircle-doc.json
index 2b7319f95..cec6a1339 100644
--- a/domains/fcircle-doc.json
+++ b/domains/fcircle-doc.json
@@ -1,11 +1,11 @@
{
- "description": "fcircle-doc",
- "repo": "https://github.com/hiltay/hexo-circle-of-friends-doc",
- "owner": {
- "username": "yyyz",
- "email": "yyyzlyh@gmail.com"
- },
- "record": {
- "URL": "https://hiltay.github.io/hexo-circle-of-friends-doc"
- }
+ "description": "fcircle-doc",
+ "repo": "https://github.com/hiltay/hexo-circle-of-friends-doc",
+ "owner": {
+ "username": "yyyz",
+ "email": "yyyzlyh@gmail.com"
+ },
+ "record": {
+ "URL": "https://hiltay.github.io/hexo-circle-of-friends-doc"
+ }
}
diff --git a/domains/fdciabdul.json b/domains/fdciabdul.json
index c52c8c9bc..586106db5 100644
--- a/domains/fdciabdul.json
+++ b/domains/fdciabdul.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "fdciabdul",
- "email": "abdulmuttaqin456@gmail.com"
- },
- "record": {
- "CNAME": "fdciabdul.github.io"
- }
+ "owner": {
+ "username": "fdciabdul",
+ "email": "abdulmuttaqin456@gmail.com"
+ },
+ "record": {
+ "CNAME": "fdciabdul.github.io"
+ }
}
diff --git a/domains/fear.json b/domains/fear.json
index 83aa63540..f051f90b5 100644
--- a/domains/fear.json
+++ b/domains/fear.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "FearMyShotz",
"email": "supremeplayzbs@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "fearmyshotz.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/fel1x0u.json b/domains/fel1x0u.json
index 9bcaaca82..85ddb9ab0 100644
--- a/domains/fel1x0u.json
+++ b/domains/fel1x0u.json
@@ -2,11 +2,11 @@
"description": "Add some description",
"repo": "https://github.com/fel1x0u/fel1x0u.github.io",
"owner": {
- "username": "fel1x0u",
- "email": "felixcou@pm.me",
- "twitter": "fel1x0u1"
+ "username": "fel1x0u",
+ "email": "felixcou@pm.me",
+ "twitter": "fel1x0u1"
},
"record": {
- "CNAME": "fel1x0u.github.io"
+ "CNAME": "fel1x0u.github.io"
}
- }
\ No newline at end of file
+}
diff --git a/domains/felix.json b/domains/felix.json
index 3fc0e4fdb..2a680d3de 100644
--- a/domains/felix.json
+++ b/domains/felix.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "github-username",
- "email": "mail@felixyeung.dev"
- },
- "repo": "https://github.com/felixyeungdev",
- "record": {
- "URL": "https://felixyeung.dev"
- }
+ "owner": {
+ "username": "github-username",
+ "email": "mail@felixyeung.dev"
+ },
+ "repo": "https://github.com/felixyeungdev",
+ "record": {
+ "URL": "https://felixyeung.dev"
+ }
}
diff --git a/domains/felixalguzman.json b/domains/felixalguzman.json
index 081da55bc..2741d88b1 100644
--- a/domains/felixalguzman.json
+++ b/domains/felixalguzman.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "felixalguzman",
"email": "code@felixalguzman.msk.do"
- },
+ },
- "record": {
+ "record": {
"URL": "https://github.com/felixalguzman"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/felixtr.json b/domains/felixtr.json
index aa74e2904..d42c818ac 100644
--- a/domains/felixtr.json
+++ b/domains/felixtr.json
@@ -1,10 +1,10 @@
{
- "repo": "https://github.com/tphuc/tphuc.github.io",
- "owner": {
- "username": "tphuc",
- "email": "felixtran2000@gmail.com"
- },
- "record": {
- "CNAME": "tphuc.github.io"
- }
+ "repo": "https://github.com/tphuc/tphuc.github.io",
+ "owner": {
+ "username": "tphuc",
+ "email": "felixtran2000@gmail.com"
+ },
+ "record": {
+ "CNAME": "tphuc.github.io"
+ }
}
diff --git a/domains/fengkch.json b/domains/fengkch.json
index 5304c5a2d..04c6b7f75 100644
--- a/domains/fengkch.json
+++ b/domains/fengkch.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "sohokay",
"email": "kaichangfeng@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://github.com/sohokay"
- }
}
-
+}
diff --git a/domains/ffj20.json b/domains/ffj20.json
index a1208369d..fb3467f48 100644
--- a/domains/ffj20.json
+++ b/domains/ffj20.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "FFJ-20",
- "email": "",
- "discord": "FFJ 2.0#6693"
- },
- "record": {
- "CNAME": "ffj-20.github.io"
- }
+ "owner": {
+ "username": "FFJ-20",
+ "email": "",
+ "discord": "FFJ 2.0#6693"
+ },
+ "record": {
+ "CNAME": "ffj-20.github.io"
+ }
}
diff --git a/domains/fietu.json b/domains/fietu.json
index ba2520d3b..e955de088 100644
--- a/domains/fietu.json
+++ b/domains/fietu.json
@@ -2,10 +2,10 @@
"description": "Fietu Website",
"repo": "https://github.com/elfietulais",
"owner": {
- "username": "El Fietulais",
- "email": "pancongusanos@gmail.com"
+ "username": "El Fietulais",
+ "email": "pancongusanos@gmail.com"
},
"record": {
- "CNAME": "host.servers.andremor.dev"
+ "CNAME": "host.servers.andremor.dev"
}
- }
+}
diff --git a/domains/filip769.json b/domains/filip769.json
index a87d5f6bc..cda5062d0 100644
--- a/domains/filip769.json
+++ b/domains/filip769.json
@@ -1,11 +1,11 @@
{
- "description": "My personal website",
- "repo": "https://github.com/filip-769",
- "owner": {
- "username": "filip-769",
- "email": "filipdev769@gmail.com"
- },
- "record": {
- "CNAME": "web-1.hostnow.cz"
- }
+ "description": "My personal website",
+ "repo": "https://github.com/filip-769",
+ "owner": {
+ "username": "filip-769",
+ "email": "filipdev769@gmail.com"
+ },
+ "record": {
+ "CNAME": "web-1.hostnow.cz"
+ }
}
diff --git a/domains/finn.json b/domains/finn.json
index ee8e089ed..31b061686 100644
--- a/domains/finn.json
+++ b/domains/finn.json
@@ -1,10 +1,10 @@
{
- "repo": "https://github.com/F1nnM",
- "owner": {
- "username": "F1nnM",
- "email": "isadev_github@mfinn.de"
- },
- "record": {
- "A": ["94.176.233.129"]
- }
+ "repo": "https://github.com/F1nnM",
+ "owner": {
+ "username": "F1nnM",
+ "email": "isadev_github@mfinn.de"
+ },
+ "record": {
+ "A": ["94.176.233.129"]
+ }
}
diff --git a/domains/fireredz.json b/domains/fireredz.json
index 6f9f4e627..fbeac143e 100644
--- a/domains/fireredz.json
+++ b/domains/fireredz.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "rosenishere",
- "email": "",
- "twitter": "rosenishere"
- },
- "record": {
- "URL": "https://rosenishere.github.io/fireredzsite"
- }
+ "owner": {
+ "username": "rosenishere",
+ "email": "",
+ "twitter": "rosenishere"
+ },
+ "record": {
+ "URL": "https://rosenishere.github.io/fireredzsite"
+ }
}
diff --git a/domains/firework.json b/domains/firework.json
index 9bc1f9941..d1290cae2 100644
--- a/domains/firework.json
+++ b/domains/firework.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Firewoork",
"email": "iaintflxzra122@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "firewoork.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/fishycraft.json b/domains/fishycraft.json
index 3b0110629..e7f72248f 100644
--- a/domains/fishycraft.json
+++ b/domains/fishycraft.json
@@ -1,12 +1,12 @@
{
- "description": "Fishycraft's amazing site",
- "repo": "https://github.com/Fishycraft/fishycraft.github.io",
- "owner": {
- "username": "Fishycraft",
- "email": "fishycraft@yahoo.com",
- "twitter": "Fishycrafted"
- },
- "record": {
- "CNAME": "fishycraft.github.io"
- }
+ "description": "Fishycraft's amazing site",
+ "repo": "https://github.com/Fishycraft/fishycraft.github.io",
+ "owner": {
+ "username": "Fishycraft",
+ "email": "fishycraft@yahoo.com",
+ "twitter": "Fishycrafted"
+ },
+ "record": {
+ "CNAME": "fishycraft.github.io"
+ }
}
diff --git a/domains/fjavierlh.json b/domains/fjavierlh.json
index d7d2f5ef2..4bca23143 100644
--- a/domains/fjavierlh.json
+++ b/domains/fjavierlh.json
@@ -1,11 +1,11 @@
{
- "description": "F Javier López GitHub profile",
- "repo": "https://github.com/fjavierlh/fjavierlh.github.io",
- "owner": {
- "username": "fjavierlh",
- "email": "fjavierlh@gmail.com"
- },
- "record": {
- "CNAME": "fjavierlh.github.io"
- }
+ "description": "F Javier López GitHub profile",
+ "repo": "https://github.com/fjavierlh/fjavierlh.github.io",
+ "owner": {
+ "username": "fjavierlh",
+ "email": "fjavierlh@gmail.com"
+ },
+ "record": {
+ "CNAME": "fjavierlh.github.io"
+ }
}
diff --git a/domains/flexico.json b/domains/flexico.json
index 271aa1af2..9376011a1 100644
--- a/domains/flexico.json
+++ b/domains/flexico.json
@@ -1,11 +1,11 @@
{
- "description": "Flexicos website",
- "repo": "https://github.com/7xh/7xh.github.io",
- "owner": {
- "username": "7xh",
- "email": "noterme@protonmail.com"
- },
- "record": {
- "CNAME": "7xh.github.io"
- }
+ "description": "Flexicos website",
+ "repo": "https://github.com/7xh/7xh.github.io",
+ "owner": {
+ "username": "7xh",
+ "email": "noterme@protonmail.com"
+ },
+ "record": {
+ "CNAME": "7xh.github.io"
+ }
}
diff --git a/domains/floppa.json b/domains/floppa.json
index 30d1ed7d0..9cdbfb720 100644
--- a/domains/floppa.json
+++ b/domains/floppa.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Luxxy-GF",
- "email": "floppa@luxxy.xyz"
- },
- "record": {
- "CNAME": "sophie-is-sexy.co.uk"
- }
+ "owner": {
+ "username": "Luxxy-GF",
+ "email": "floppa@luxxy.xyz"
+ },
+ "record": {
+ "CNAME": "sophie-is-sexy.co.uk"
+ }
}
diff --git a/domains/floppy.json b/domains/floppy.json
index 4058deba7..5e9f83b57 100644
--- a/domains/floppy.json
+++ b/domains/floppy.json
@@ -1,12 +1,12 @@
{
- "description": "floppy's website",
- "repo": "https://github.com/FloppyCodes/FloppyCodes.github.io",
- "owner": {
- "username": "FloppyCodes",
- "email": "floppydisk2020@outlook.com",
- "twitter": "FloppyWasTaken"
- },
- "record": {
- "CNAME": "floppycodes.github.io"
- }
+ "description": "floppy's website",
+ "repo": "https://github.com/FloppyCodes/FloppyCodes.github.io",
+ "owner": {
+ "username": "FloppyCodes",
+ "email": "floppydisk2020@outlook.com",
+ "twitter": "FloppyWasTaken"
+ },
+ "record": {
+ "CNAME": "floppycodes.github.io"
+ }
}
diff --git a/domains/florian.json b/domains/florian.json
index 0f8d3ab37..f3e6b93a8 100644
--- a/domains/florian.json
+++ b/domains/florian.json
@@ -1,12 +1,12 @@
{
- "description": "Hey! I'm Florian",
- "repo": "https://github.com/florianheysen/heysen.fr",
- "owner": {
- "username": "florianheysen",
- "email": "florian.heysen@gmail.com",
- "twitter": "florianheysen"
- },
- "record": {
- "CNAME": "heysen.fr"
- }
+ "description": "Hey! I'm Florian",
+ "repo": "https://github.com/florianheysen/heysen.fr",
+ "owner": {
+ "username": "florianheysen",
+ "email": "florian.heysen@gmail.com",
+ "twitter": "florianheysen"
+ },
+ "record": {
+ "CNAME": "heysen.fr"
+ }
}
diff --git a/domains/florin.json b/domains/florin.json
index 34849b871..370aa541d 100644
--- a/domains/florin.json
+++ b/domains/florin.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "flc995",
"email": "flc995@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "flc995.github.io"
- }
}
-
+}
diff --git a/domains/fluted.json b/domains/fluted.json
index 46a82b68e..4c2f16754 100644
--- a/domains/fluted.json
+++ b/domains/fluted.json
@@ -1,12 +1,12 @@
{
- "description": "fluted.is-a-dev",
- "repo": "https://github.com/fluteds/fluteds.github.io",
- "owner": {
- "username": "fluteds",
- "email": "",
- "twitter": "fluted_"
- },
- "record": {
- "CNAME": "fluted.xyz"
- }
+ "description": "fluted.is-a-dev",
+ "repo": "https://github.com/fluteds/fluteds.github.io",
+ "owner": {
+ "username": "fluteds",
+ "email": "",
+ "twitter": "fluted_"
+ },
+ "record": {
+ "CNAME": "fluted.xyz"
+ }
}
diff --git a/domains/fluxxyboi.json b/domains/fluxxyboi.json
index 0d043a7b5..1db3d5818 100644
--- a/domains/fluxxyboi.json
+++ b/domains/fluxxyboi.json
@@ -1,11 +1,11 @@
{
- "description": "My portfolio/bio website",
- "owner": {
- "username": "FluxxyBoi",
- "email": "",
- "discord": "FluxxyBoi#9402"
- },
- "record": {
- "URL": "https://anshop.dorik.io"
- }
+ "description": "My portfolio/bio website",
+ "owner": {
+ "username": "FluxxyBoi",
+ "email": "",
+ "discord": "FluxxyBoi#9402"
+ },
+ "record": {
+ "URL": "https://anshop.dorik.io"
+ }
}
diff --git a/domains/flyingcheese41.json b/domains/flyingcheese41.json
index 5f74e441d..93aab671b 100644
--- a/domains/flyingcheese41.json
+++ b/domains/flyingcheese41.json
@@ -1,9 +1,9 @@
{
- "owner": {
+ "owner": {
"username": "FlyingCheese41",
"email": "FlyingCheese43@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "FlyingCheese41.github.io"
- }
}
+}
diff --git a/domains/formalite.json b/domains/formalite.json
index 592eca48f..265ba27e6 100644
--- a/domains/formalite.json
+++ b/domains/formalite.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "formalite",
- "email": "kkandemir947@gmail.com",
- "discord": "kandemir#1000"
- },
- "record": {
- "CNAME": "formalite.github.io"
- }
+ "owner": {
+ "username": "formalite",
+ "email": "kkandemir947@gmail.com",
+ "discord": "kandemir#1000"
+ },
+ "record": {
+ "CNAME": "formalite.github.io"
+ }
}
diff --git a/domains/forsas.json b/domains/forsas.json
index 8029c627a..c5860d688 100644
--- a/domains/forsas.json
+++ b/domains/forsas.json
@@ -1,11 +1,11 @@
{
- "description": "Forsas website and blog",
- "repo": "https://github.com/forsas/forsas.github.io",
- "owner": {
- "username": "forsas",
- "email": "forsaslt@gmail.com"
- },
- "record": {
- "CNAME": "forsas.github.io"
- }
+ "description": "Forsas website and blog",
+ "repo": "https://github.com/forsas/forsas.github.io",
+ "owner": {
+ "username": "forsas",
+ "email": "forsaslt@gmail.com"
+ },
+ "record": {
+ "CNAME": "forsas.github.io"
+ }
}
diff --git a/domains/foufou-exe.json b/domains/foufou-exe.json
index 537ba5fb1..0e8e6a640 100644
--- a/domains/foufou-exe.json
+++ b/domains/foufou-exe.json
@@ -1,12 +1,12 @@
{
- "description": "Personal website",
- "repo": "https://github.com/Foufou-exe/foufou-exe.github.io",
- "owner": {
- "username": "Foufou-exe",
- "email": "thibaut.maurras34@gmail.com",
- "twitter": "MaurrasT"
- },
- "record": {
- "CNAME": "foufou-exe.github.io"
- }
+ "description": "Personal website",
+ "repo": "https://github.com/Foufou-exe/foufou-exe.github.io",
+ "owner": {
+ "username": "Foufou-exe",
+ "email": "thibaut.maurras34@gmail.com",
+ "twitter": "MaurrasT"
+ },
+ "record": {
+ "CNAME": "foufou-exe.github.io"
+ }
}
diff --git a/domains/fourjuaneight.json b/domains/fourjuaneight.json
index 2cef409e2..23fd8c9ec 100644
--- a/domains/fourjuaneight.json
+++ b/domains/fourjuaneight.json
@@ -1,11 +1,11 @@
{
- "description": "Juan's personal site",
- "repo": "https://github.com/fourjuaneight",
- "owner": {
- "username": "fourjuaneight",
- "email": "juan@villela.co"
- },
- "record": {
- "URL": "https://juanvillela.dev"
- }
+ "description": "Juan's personal site",
+ "repo": "https://github.com/fourjuaneight",
+ "owner": {
+ "username": "fourjuaneight",
+ "email": "juan@villela.co"
+ },
+ "record": {
+ "URL": "https://juanvillela.dev"
+ }
}
diff --git a/domains/fox.json b/domains/fox.json
index 9baec1bde..b16862a58 100644
--- a/domains/fox.json
+++ b/domains/fox.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "fox-tech0",
"email": "red@team-ruben.tk"
- },
+ },
- "record": {
+ "record": {
"CNAME": "fox-tech0.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/foxie.arman.json b/domains/foxie.arman.json
index 727b37a31..90023567d 100644
--- a/domains/foxie.arman.json
+++ b/domains/foxie.arman.json
@@ -1,16 +1,16 @@
{
- "description": "Foxie's Homepage by arman",
- "repo": "https://github.com/ItzArman09/foxie.js",
- "owner": {
- "username": "ItzArman09",
- "email": "contact@mail.arman.is-a.dev"
- },
- "record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ]
- }
+ "description": "Foxie's Homepage by arman",
+ "repo": "https://github.com/ItzArman09/foxie.js",
+ "owner": {
+ "username": "ItzArman09",
+ "email": "contact@mail.arman.is-a.dev"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
}
diff --git a/domains/foxy4096.json b/domains/foxy4096.json
index cba5df249..262ce6b0b 100644
--- a/domains/foxy4096.json
+++ b/domains/foxy4096.json
@@ -1,12 +1,12 @@
{
- "description": "A Dumb Web Devloper Who Loves Django",
- "repo": "https://github.com/foxy4096/foxy4096.github.io",
- "owner": {
- "username": "foxy4096",
- "email": "adityapriyadarshi669@gmail.com",
- "twitter": "Foxy4096"
- },
- "record": {
- "CNAME": "foxy4096.github.io"
- }
+ "description": "A Dumb Web Devloper Who Loves Django",
+ "repo": "https://github.com/foxy4096/foxy4096.github.io",
+ "owner": {
+ "username": "foxy4096",
+ "email": "adityapriyadarshi669@gmail.com",
+ "twitter": "Foxy4096"
+ },
+ "record": {
+ "CNAME": "foxy4096.github.io"
+ }
}
diff --git a/domains/franciskafieh.json b/domains/franciskafieh.json
index 73e05b07c..b138808e1 100644
--- a/domains/franciskafieh.json
+++ b/domains/franciskafieh.json
@@ -1,11 +1,11 @@
{
- "description": "Francis Kafieh's Personal Blog",
- "repo": "https://github.com/franciskafieh/franciskafieh.github.io",
- "owner": {
- "username": "franciskafieh",
- "email": "kafieh.francis@gmail.com"
- },
- "record": {
- "CNAME": "franciskafieh.github.io"
- }
+ "description": "Francis Kafieh's Personal Blog",
+ "repo": "https://github.com/franciskafieh/franciskafieh.github.io",
+ "owner": {
+ "username": "franciskafieh",
+ "email": "kafieh.francis@gmail.com"
+ },
+ "record": {
+ "CNAME": "franciskafieh.github.io"
+ }
}
diff --git a/domains/frazix.json b/domains/frazix.json
index 1add9d6f9..2b9d8b541 100644
--- a/domains/frazix.json
+++ b/domains/frazix.json
@@ -1,11 +1,11 @@
{
- "description": "Frazix's personal developer website",
- "repo": "https://github.com/Frazix12/Frazix12.github.io",
- "owner": {
- "username": "Frazix12",
- "email": "frazixgaming22@gmail.com"
- },
- "record": {
- "CNAME": "frazix12.github.io"
- }
+ "description": "Frazix's personal developer website",
+ "repo": "https://github.com/Frazix12/Frazix12.github.io",
+ "owner": {
+ "username": "Frazix12",
+ "email": "frazixgaming22@gmail.com"
+ },
+ "record": {
+ "CNAME": "frazix12.github.io"
+ }
}
diff --git a/domains/frcat.json b/domains/frcat.json
index 235e95ab1..fc53b6928 100644
--- a/domains/frcat.json
+++ b/domains/frcat.json
@@ -1,12 +1,12 @@
{
- "description": "FRCat's Website",
- "repo": "https://github.com/frcat/Website",
- "owner": {
- "username": "French-Cat",
- "email": "",
- "discord": "French Cat#0002"
- },
- "record": {
- "CNAME": "frcat.github.io"
- }
+ "description": "FRCat's Website",
+ "repo": "https://github.com/frcat/Website",
+ "owner": {
+ "username": "French-Cat",
+ "email": "",
+ "discord": "French Cat#0002"
+ },
+ "record": {
+ "CNAME": "frcat.github.io"
+ }
}
diff --git a/domains/frd.json b/domains/frd.json
index 4bc729000..552ab3b24 100644
--- a/domains/frd.json
+++ b/domains/frd.json
@@ -1,12 +1,12 @@
{
- "description": "frd.is-a.dev.",
- "repo": "https://github.com/superXdev/portfolio-next",
- "owner": {
- "username": "superXdev",
- "email": "fikrizhanking@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=frd.is-a.dev,e04ccfeb28b2ba8ec702",
- "URL": "https://fikri.vercel.app"
- }
+ "description": "frd.is-a.dev.",
+ "repo": "https://github.com/superXdev/portfolio-next",
+ "owner": {
+ "username": "superXdev",
+ "email": "fikrizhanking@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=frd.is-a.dev,e04ccfeb28b2ba8ec702",
+ "URL": "https://fikri.vercel.app"
+ }
}
diff --git a/domains/freebies.json b/domains/freebies.json
index ba81bda03..efca87625 100644
--- a/domains/freebies.json
+++ b/domains/freebies.json
@@ -1,11 +1,11 @@
{
- "description": "Free Resources For Your Designs!",
- "repo": "https://github.com/icancodebeauty/freebies",
- "owner": {
- "username": "icancodebeauty",
- "email": "admin@itsjava.ml"
- },
- "record": {
- "CNAME": "icancodebeauty.github.io"
- }
+ "description": "Free Resources For Your Designs!",
+ "repo": "https://github.com/icancodebeauty/freebies",
+ "owner": {
+ "username": "icancodebeauty",
+ "email": "admin@itsjava.ml"
+ },
+ "record": {
+ "CNAME": "icancodebeauty.github.io"
+ }
}
diff --git a/domains/freehuntx.json b/domains/freehuntx.json
index acffa48f5..d2da9325d 100644
--- a/domains/freehuntx.json
+++ b/domains/freehuntx.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "FreehuntX",
- "email": "",
- "twitter": "freehuntx"
- },
- "record": {
- "URL": "https://freehuntx.github.io/freehunt-webpage"
- }
+ "owner": {
+ "username": "FreehuntX",
+ "email": "",
+ "twitter": "freehuntx"
+ },
+ "record": {
+ "URL": "https://freehuntx.github.io/freehunt-webpage"
+ }
}
diff --git a/domains/frissyn.json b/domains/frissyn.json
index c998e71c3..c9d531c46 100644
--- a/domains/frissyn.json
+++ b/domains/frissyn.json
@@ -1,13 +1,13 @@
{
- "description": "Personal website and portfolio.",
- "repo": "https://replit.com/@frissyn/frissyn",
- "owner": {
- "username": "frissyn",
- "email": "",
- "twitter": "frissyn_",
- "discord": "frissyn#0376"
- },
- "record": {
- "CNAME": "d464aec0-5048-4724-9ac8-b797ee2bf2a7.id.repl.co"
- }
+ "description": "Personal website and portfolio.",
+ "repo": "https://replit.com/@frissyn/frissyn",
+ "owner": {
+ "username": "frissyn",
+ "email": "",
+ "twitter": "frissyn_",
+ "discord": "frissyn#0376"
+ },
+ "record": {
+ "CNAME": "d464aec0-5048-4724-9ac8-b797ee2bf2a7.id.repl.co"
+ }
}
diff --git a/domains/frog.json b/domains/frog.json
index de9e121a4..3e5d85d30 100644
--- a/domains/frog.json
+++ b/domains/frog.json
@@ -1,11 +1,11 @@
{
- "description": "The Frog's Website",
- "repo": "https://github.com/FrogIsADev",
- "owner": {
- "username": "MrNover",
- "email": "alfie@nytern.com"
- },
- "record": {
- "CNAME": "51780377-151b-4095-b4d5-113b2a9d12e0.id.repl.co"
- }
+ "description": "The Frog's Website",
+ "repo": "https://github.com/FrogIsADev",
+ "owner": {
+ "username": "MrNover",
+ "email": "alfie@nytern.com"
+ },
+ "record": {
+ "CNAME": "51780377-151b-4095-b4d5-113b2a9d12e0.id.repl.co"
+ }
}
diff --git a/domains/frost2k5.json b/domains/frost2k5.json
index f07b37e69..5f9e452db 100644
--- a/domains/frost2k5.json
+++ b/domains/frost2k5.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "FrosT2k5",
- "email": "androygaming@protonmail.com"
- },
- "record": {
- "CNAME": "frost2k5.github.io"
- }
+ "owner": {
+ "username": "FrosT2k5",
+ "email": "androygaming@protonmail.com"
+ },
+ "record": {
+ "CNAME": "frost2k5.github.io"
+ }
}
diff --git a/domains/frostx.json b/domains/frostx.json
index 996568557..a46c76fa5 100644
--- a/domains/frostx.json
+++ b/domains/frostx.json
@@ -1,12 +1,12 @@
{
- "owner": {
- "username": "frostx-official",
- "email": "denialfrostiks589@gmail.com",
- "discord": "Frost X#6215",
- "note": "Type in discord, i wont answer in email probably lol"
- },
- "description": "Making portfolio here lol.",
- "record": {
- "CNAME": "frostx-official.github.io"
- }
+ "owner": {
+ "username": "frostx-official",
+ "email": "denialfrostiks589@gmail.com",
+ "discord": "Frost X#6215",
+ "note": "Type in discord, i wont answer in email probably lol"
+ },
+ "description": "Making portfolio here lol.",
+ "record": {
+ "CNAME": "frostx-official.github.io"
+ }
}
diff --git a/domains/frozzare.json b/domains/frozzare.json
index fa26ebf9a..6921bb6e5 100644
--- a/domains/frozzare.json
+++ b/domains/frozzare.json
@@ -1,10 +1,10 @@
{
- "description": "Personal website of Fredrik Forsmo",
- "owner": {
- "username": "frozzare",
- "email": "fredrik.forsmo@gmail.com"
- },
- "record": {
- "URL": "https://frozzare.com"
- }
+ "description": "Personal website of Fredrik Forsmo",
+ "owner": {
+ "username": "frozzare",
+ "email": "fredrik.forsmo@gmail.com"
+ },
+ "record": {
+ "URL": "https://frozzare.com"
+ }
}
diff --git a/domains/fsanchir.json b/domains/fsanchir.json
index 635674c10..ed7018635 100644
--- a/domains/fsanchir.json
+++ b/domains/fsanchir.json
@@ -1,11 +1,11 @@
{
- "description": "FSanchir",
- "repo": "https://github.com/fsanchir/fsanchir.github.io",
- "owner": {
- "username": "fsanchir",
- "email": "fsanchir@fsip.ml"
- },
- "record": {
- "CNAME": "fsanchir.github.io"
- }
+ "description": "FSanchir",
+ "repo": "https://github.com/fsanchir/fsanchir.github.io",
+ "owner": {
+ "username": "fsanchir",
+ "email": "fsanchir@fsip.ml"
+ },
+ "record": {
+ "CNAME": "fsanchir.github.io"
+ }
}
diff --git a/domains/fuccsoc.json b/domains/fuccsoc.json
index 450629f09..b4b4e1622 100644
--- a/domains/fuccsoc.json
+++ b/domains/fuccsoc.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "fuccsoc",
"email": "me@fuccsoc.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://fuccsoc.com"
- }
}
-
+}
diff --git a/domains/fullpwn.json b/domains/fullpwn.json
index 3987438e6..42e7d0a8e 100644
--- a/domains/fullpwn.json
+++ b/domains/fullpwn.json
@@ -1,12 +1,12 @@
{
- "description": "My main site.",
- "repo": "https://github.com/fullpwn/fullpwn.github.io",
- "owner": {
- "username": "fullpwn",
- "email": "fullpwn@cumallover.me",
- "twitter": "fullpwn"
- },
- "record": {
- "CNAME": "fullpwn.github.io"
- }
+ "description": "My main site.",
+ "repo": "https://github.com/fullpwn/fullpwn.github.io",
+ "owner": {
+ "username": "fullpwn",
+ "email": "fullpwn@cumallover.me",
+ "twitter": "fullpwn"
+ },
+ "record": {
+ "CNAME": "fullpwn.github.io"
+ }
}
diff --git a/domains/fulminatingmoat.json b/domains/fulminatingmoat.json
index 403673491..fab44249f 100644
--- a/domains/fulminatingmoat.json
+++ b/domains/fulminatingmoat.json
@@ -1,12 +1,12 @@
{
- "description": "Website",
- "repo": "https://github.com/fulminatingmoat",
- "owner": {
- "username": "fulminatingmoat",
- "email": "fulminatingmoat@fulminatingmoat.com",
- "discord": "ᅠᅠ#6266"
- },
- "record": {
- "URL": "https://fulminatingmoat.com"
- }
+ "description": "Website",
+ "repo": "https://github.com/fulminatingmoat",
+ "owner": {
+ "username": "fulminatingmoat",
+ "email": "fulminatingmoat@fulminatingmoat.com",
+ "discord": "ᅠᅠ#6266"
+ },
+ "record": {
+ "URL": "https://fulminatingmoat.com"
+ }
}
diff --git a/domains/furkancetinkaya.json b/domains/furkancetinkaya.json
index c0acfb817..ef091ac3b 100644
--- a/domains/furkancetinkaya.json
+++ b/domains/furkancetinkaya.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "furkancetinkaya-me.pages.dev"
}
-}
+}
diff --git a/domains/furti.json b/domains/furti.json
index e30b31622..a61c6e9e1 100644
--- a/domains/furti.json
+++ b/domains/furti.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "furtidev.github.io"
}
-}
+}
diff --git a/domains/furycraft.json b/domains/furycraft.json
index 613343c05..5417e305a 100644
--- a/domains/furycraft.json
+++ b/domains/furycraft.json
@@ -1,13 +1,13 @@
{
- "description": "Used as portfolio and to promote my work",
+ "description": "Used as portfolio and to promote my work",
"repo": "https://github.com/FuryCraft/furycraft.github.io",
- "owner": {
- "username": "FuryCraft",
- "email": "pro.furycraft@outlook.fr",
- "twitter": "furycraft_",
- "discord": "Fury_Craft#9831"
- },
- "record": {
- "CNAME": "furycraft.github.io"
- }
+ "owner": {
+ "username": "FuryCraft",
+ "email": "pro.furycraft@outlook.fr",
+ "twitter": "furycraft_",
+ "discord": "Fury_Craft#9831"
+ },
+ "record": {
+ "CNAME": "furycraft.github.io"
+ }
}
diff --git a/domains/gabimaciel.json b/domains/gabimaciel.json
index 3d80ee451..0e253e615 100644
--- a/domains/gabimaciel.json
+++ b/domains/gabimaciel.json
@@ -2,17 +2,15 @@
"description": "Gabi's webpage",
"repo": "https://github.com/gabriel-maciel",
"owner": {
- "username": "gabriel-maciel",
- "email": "gabrielmaciel@duck.com"
+ "username": "gabriel-maciel",
+ "email": "gabrielmaciel@duck.com"
},
"record": {
- "A": [
- "147.182.139.182"
- ],
- "MX": [
- "ns1.digitalocean.com",
- "ns2.digitalocean.com",
- "ns3.digitalocean.com"
- ]
+ "A": ["147.182.139.182"],
+ "MX": [
+ "ns1.digitalocean.com",
+ "ns2.digitalocean.com",
+ "ns3.digitalocean.com"
+ ]
}
- }
+}
diff --git a/domains/gaetan.json b/domains/gaetan.json
index 4f026dfc8..49ee34bac 100644
--- a/domains/gaetan.json
+++ b/domains/gaetan.json
@@ -1,10 +1,10 @@
{
- "description": "My own is-a-dev adress, redirecting to my website.",
- "owner": {
- "username": "ghrlt",
- "email": "gaetan@ghr.lt"
- },
- "record": {
- "URL": "https://ghr.lt"
- }
+ "description": "My own is-a-dev adress, redirecting to my website.",
+ "owner": {
+ "username": "ghrlt",
+ "email": "gaetan@ghr.lt"
+ },
+ "record": {
+ "URL": "https://ghr.lt"
+ }
}
diff --git a/domains/gala.json b/domains/gala.json
index fd13bed73..047199323 100644
--- a/domains/gala.json
+++ b/domains/gala.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "p0lygun",
"email": "solankivibhakar82@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://stilllearning.tech"
- }
}
-
+}
diff --git a/domains/galacyber.json b/domains/galacyber.json
index 2f969f27b..4c6baefea 100644
--- a/domains/galacyber.json
+++ b/domains/galacyber.json
@@ -1,12 +1,12 @@
-{
- "description": "My personal portofolio",
- "repo": "https://github.com/MGalaCyber/mgalacyber.github.io",
- "owner": {
- "username": "MGalaCyber",
- "email": "",
- "discord": "GalaXd#9165"
- },
- "record": {
- "CNAME": "mgalacyber.github.io"
- }
-}
+{
+ "description": "My personal portofolio",
+ "repo": "https://github.com/MGalaCyber/mgalacyber.github.io",
+ "owner": {
+ "username": "MGalaCyber",
+ "email": "",
+ "discord": "GalaXd#9165"
+ },
+ "record": {
+ "CNAME": "mgalacyber.github.io"
+ }
+}
diff --git a/domains/gamersindo.json b/domains/gamersindo.json
index 62cc3414c..202fb1170 100644
--- a/domains/gamersindo.json
+++ b/domains/gamersindo.json
@@ -1,10 +1,10 @@
{
- "description": "Personal portofolio",
- "owner": {
- "username": "gamersindo1223",
- "email": "mrgamers11223@gmail.com"
- },
- "record": {
- "CNAME": "my-portofolio-ek3.pages.dev"
- }
+ "description": "Personal portofolio",
+ "owner": {
+ "username": "gamersindo1223",
+ "email": "mrgamers11223@gmail.com"
+ },
+ "record": {
+ "CNAME": "my-portofolio-ek3.pages.dev"
+ }
}
diff --git a/domains/gamew.json b/domains/gamew.json
index f49242527..95be2964d 100644
--- a/domains/gamew.json
+++ b/domains/gamew.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Faris0520",
"email": "faris.6dsdiaf@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "9cd7facc-4323-4816-a7df-1e254a393fb7.id.repl.co"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/gamingboots.json b/domains/gamingboots.json
index 9e892ff7b..2d6a3fd5b 100644
--- a/domains/gamingboots.json
+++ b/domains/gamingboots.json
@@ -1,11 +1,11 @@
-{
- "description": "A description",
- "repo": "https://github.com/gamingboots/gamingboots.github.io",
- "owner": {
- "username": "gamingboots",
- "email": "gamngboots19@gmail.com"
- },
- "record": {
- "CNAME": "gamingboots.github.io"
- }
- }
\ No newline at end of file
+{
+ "description": "A description",
+ "repo": "https://github.com/gamingboots/gamingboots.github.io",
+ "owner": {
+ "username": "gamingboots",
+ "email": "gamngboots19@gmail.com"
+ },
+ "record": {
+ "CNAME": "gamingboots.github.io"
+ }
+}
diff --git a/domains/ganesh.json b/domains/ganesh.json
index 34fbaf874..aca99b3f9 100644
--- a/domains/ganesh.json
+++ b/domains/ganesh.json
@@ -1,11 +1,11 @@
{
- "description": "Ganesh Sekhar's Personal Portfolio",
- "repo": "https://github.com/iamganeshsekhar/iamganeshsekhar.github.io",
- "owner": {
- "username": "iamganeshsekhar",
- "email": "ganeshsekha6@gmail.com"
- },
- "record": {
- "CNAME": "iamganeshsekhar.github.io"
- }
+ "description": "Ganesh Sekhar's Personal Portfolio",
+ "repo": "https://github.com/iamganeshsekhar/iamganeshsekhar.github.io",
+ "owner": {
+ "username": "iamganeshsekhar",
+ "email": "ganeshsekha6@gmail.com"
+ },
+ "record": {
+ "CNAME": "iamganeshsekhar.github.io"
+ }
}
diff --git a/domains/garden.json b/domains/garden.json
index b7efda5aa..93c6e7bed 100644
--- a/domains/garden.json
+++ b/domains/garden.json
@@ -1,11 +1,11 @@
{
- "description": "my personal website",
- "repo": "https://github.com/nocekek",
- "owner": {
- "username": "nocekek",
- "email": "nocekek.heytherebuddy@gmail.com"
- },
- "record": {
- "CNAME": "b8642d5b-1564-4bcd-aa54-03228a9b8d96.id.repl.co"
- }
+ "description": "my personal website",
+ "repo": "https://github.com/nocekek",
+ "owner": {
+ "username": "nocekek",
+ "email": "nocekek.heytherebuddy@gmail.com"
+ },
+ "record": {
+ "CNAME": "b8642d5b-1564-4bcd-aa54-03228a9b8d96.id.repl.co"
+ }
}
diff --git a/domains/gaurav.json b/domains/gaurav.json
index 380a7756a..9d8d2329a 100644
--- a/domains/gaurav.json
+++ b/domains/gaurav.json
@@ -1,11 +1,11 @@
{
- "description": "Gaurav Tewari",
- "repo": "https://github.com/tewarig/tewarig.github.io",
- "owner": {
- "username": "tewarig",
- "email": "gauravtewari111@gmail.com"
- },
- "record": {
- "CNAME": "tewarig.github.io"
- }
+ "description": "Gaurav Tewari",
+ "repo": "https://github.com/tewarig/tewarig.github.io",
+ "owner": {
+ "username": "tewarig",
+ "email": "gauravtewari111@gmail.com"
+ },
+ "record": {
+ "CNAME": "tewarig.github.io"
+ }
}
diff --git a/domains/gauravkulkarni.json b/domains/gauravkulkarni.json
index 8f9de0d37..b7ca74a9b 100644
--- a/domains/gauravkulkarni.json
+++ b/domains/gauravkulkarni.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "gkulk007",
"email": "gaurav.kulkarni@mescoeorg.onmicrosoft.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "gkulk007.github.io"
- }
}
-
+}
diff --git a/domains/gautam.json b/domains/gautam.json
index 45204e0e0..3b0f52c34 100644
--- a/domains/gautam.json
+++ b/domains/gautam.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "GautamMKGarg",
- "email": "",
- "twitter": "GautamMKGarg"
- },
- "record": {
- "URL": "https://www.fiverr.com/gautammkgarg"
- }
+ "owner": {
+ "username": "GautamMKGarg",
+ "email": "",
+ "twitter": "GautamMKGarg"
+ },
+ "record": {
+ "URL": "https://www.fiverr.com/gautammkgarg"
+ }
}
diff --git a/domains/gavin.json b/domains/gavin.json
index 319390e24..09dcae56e 100644
--- a/domains/gavin.json
+++ b/domains/gavin.json
@@ -1,13 +1,13 @@
{
- "description": "Gavin Ferdinand Chee's Personal Portfolio",
- "repo": "https://github.com/GavinFerdinandChee/GavinFerdinandChee.github.io",
- "owner": {
- "username": "GavinFerdinandChee",
- "email": "gavin.ferdinand@proton.me",
- "email_work": "chee.gavin@gmail.com",
- "discord": "gavin#5968"
- },
- "record": {
- "CNAME": "GavinFerdinandChee.github.io"
- }
+ "description": "Gavin Ferdinand Chee's Personal Portfolio",
+ "repo": "https://github.com/GavinFerdinandChee/GavinFerdinandChee.github.io",
+ "owner": {
+ "username": "GavinFerdinandChee",
+ "email": "gavin.ferdinand@proton.me",
+ "email_work": "chee.gavin@gmail.com",
+ "discord": "gavin#5968"
+ },
+ "record": {
+ "CNAME": "GavinFerdinandChee.github.io"
+ }
}
diff --git a/domains/gavinw.json b/domains/gavinw.json
index 11207fc14..d34a47cb3 100644
--- a/domains/gavinw.json
+++ b/domains/gavinw.json
@@ -1,10 +1,10 @@
{
- "repo": "https://github.com/gavinwhite314/gavinwhite.net",
- "owner": {
- "username": "gavinwhite314",
- "email": "gavinwhite314@gmail.com"
- },
- "record": {
- "URL": "https://www.gavinwhite.net"
- }
+ "repo": "https://github.com/gavinwhite314/gavinwhite.net",
+ "owner": {
+ "username": "gavinwhite314",
+ "email": "gavinwhite314@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.gavinwhite.net"
+ }
}
diff --git a/domains/gavrielsatrio.json b/domains/gavrielsatrio.json
index 09b6e0234..2c4c3a3ed 100644
--- a/domains/gavrielsatrio.json
+++ b/domains/gavrielsatrio.json
@@ -1,11 +1,11 @@
{
- "description": "Gavriel Satrio github pages",
- "repo": "https://github.com/gavrielsatrio/gavrielsatrio.github.io",
- "owner": {
- "username": "gavrielsatrio",
- "email": "gavriel228@gmail.com"
- },
- "record": {
- "CNAME": "gavrielsatrio.github.io"
- }
+ "description": "Gavriel Satrio github pages",
+ "repo": "https://github.com/gavrielsatrio/gavrielsatrio.github.io",
+ "owner": {
+ "username": "gavrielsatrio",
+ "email": "gavriel228@gmail.com"
+ },
+ "record": {
+ "CNAME": "gavrielsatrio.github.io"
+ }
}
diff --git a/domains/gdbotlist.json b/domains/gdbotlist.json
index aae9e4df4..7da192031 100644
--- a/domains/gdbotlist.json
+++ b/domains/gdbotlist.json
@@ -1,9 +1,9 @@
-{
- "owner": {
- "username": "coolsausage45",
- "email": "hakekr27@gmail.com"
- },
- "record": {
- "CNAME": "coolsausage45.github.io"
- }
-}
+{
+ "owner": {
+ "username": "coolsausage45",
+ "email": "hakekr27@gmail.com"
+ },
+ "record": {
+ "CNAME": "coolsausage45.github.io"
+ }
+}
diff --git a/domains/geopjr.json b/domains/geopjr.json
index 0cabc342e..7ef8d9a31 100644
--- a/domains/geopjr.json
+++ b/domains/geopjr.json
@@ -1,11 +1,11 @@
{
- "description": "Personal Portfolio",
- "repo": "https://github.com/GeopJr/geopjr.dev",
- "owner": {
- "username": "GeopJr",
- "email": "domains@geopjr.dev"
- },
- "record": {
- "URL": "https://geopjr.dev"
- }
+ "description": "Personal Portfolio",
+ "repo": "https://github.com/GeopJr/geopjr.dev",
+ "owner": {
+ "username": "GeopJr",
+ "email": "domains@geopjr.dev"
+ },
+ "record": {
+ "URL": "https://geopjr.dev"
+ }
}
diff --git a/domains/george.json b/domains/george.json
index 208f0ae5f..366e408c6 100644
--- a/domains/george.json
+++ b/domains/george.json
@@ -1,11 +1,11 @@
{
- "description": "George Aykara's personal developer website",
- "repo": "https://github.com/aykarageorge",
- "owner": {
- "username": "aykarageorge",
- "email": "aykarageorge@gmail.com"
- },
- "record": {
- "URL": "https://george.aykara4.com"
- }
+ "description": "George Aykara's personal developer website",
+ "repo": "https://github.com/aykarageorge",
+ "owner": {
+ "username": "aykarageorge",
+ "email": "aykarageorge@gmail.com"
+ },
+ "record": {
+ "URL": "https://george.aykara4.com"
+ }
}
diff --git a/domains/georgee.json b/domains/georgee.json
index 56d01beae..73c3251dc 100644
--- a/domains/georgee.json
+++ b/domains/georgee.json
@@ -1,10 +1,10 @@
-{
- "owner": {
- "username": "Georgee1337",
-
- "email": "contact@georgexv.ru"
- },
- "record": {
- "URL": "https://georgexv.ru"
- }
-}
\ No newline at end of file
+{
+ "owner": {
+ "username": "Georgee1337",
+
+ "email": "contact@georgexv.ru"
+ },
+ "record": {
+ "URL": "https://georgexv.ru"
+ }
+}
diff --git a/domains/georgekaran.json b/domains/georgekaran.json
index ae89517f2..757fca2c0 100644
--- a/domains/georgekaran.json
+++ b/domains/georgekaran.json
@@ -1,11 +1,11 @@
{
- "description": "George Karan - Personal Page",
- "repo": "https://github.com/georgekaran",
- "owner": {
- "username": "georgekaran",
- "email": "georgekaran12@gmail.com"
- },
- "record": {
- "URL": "https://georgekaran.com"
- }
+ "description": "George Karan - Personal Page",
+ "repo": "https://github.com/georgekaran",
+ "owner": {
+ "username": "georgekaran",
+ "email": "georgekaran12@gmail.com"
+ },
+ "record": {
+ "URL": "https://georgekaran.com"
+ }
}
diff --git a/domains/getify.json b/domains/getify.json
index ea9d18506..b36352598 100644
--- a/domains/getify.json
+++ b/domains/getify.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "getify",
- "email": "domains@dontsend.me"
- },
- "record": {
- "URL": "https://me.getify.com"
- }
+ "owner": {
+ "username": "getify",
+ "email": "domains@dontsend.me"
+ },
+ "record": {
+ "URL": "https://me.getify.com"
+ }
}
diff --git a/domains/gggedr.json b/domains/gggedr.json
index 72318ef10..4ed01cb9f 100644
--- a/domains/gggedr.json
+++ b/domains/gggedr.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Vladimir-Urik",
"email": "gggedr@protonmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://gggedr.lol"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/ghex.json b/domains/ghex.json
index 6642b98f8..f62a60932 100644
--- a/domains/ghex.json
+++ b/domains/ghex.json
@@ -1,12 +1,12 @@
{
- "description": "My personal website",
- "repo": "https://github.com/ghextercortes/ghextercortes.github.io",
- "owner": {
- "username": "ghextercortes",
- "email": "ghextershumies@gmail.com",
- "twitter": "CortesGhexter"
- },
- "record": {
- "CNAME": "ghextercortes.github.io"
- }
+ "description": "My personal website",
+ "repo": "https://github.com/ghextercortes/ghextercortes.github.io",
+ "owner": {
+ "username": "ghextercortes",
+ "email": "ghextershumies@gmail.com",
+ "twitter": "CortesGhexter"
+ },
+ "record": {
+ "CNAME": "ghextercortes.github.io"
+ }
}
diff --git a/domains/ghost.json b/domains/ghost.json
index d931c1561..a200abcf1 100644
--- a/domains/ghost.json
+++ b/domains/ghost.json
@@ -1,11 +1,11 @@
{
"owner": {
- "username": "ghostdevv",
- "email": "ghostdevbusiness@gmail.com",
- "twitter": "onlyspaceghost"
+ "username": "ghostdevv",
+ "email": "ghostdevbusiness@gmail.com",
+ "twitter": "onlyspaceghost"
},
"repo": "https://github.com/ghostdevv/website",
"record": {
"URL": "https://ghostdev.xyz"
}
- }
\ No newline at end of file
+}
diff --git a/domains/ghostyt.json b/domains/ghostyt.json
index f7e3df026..65cdeb09d 100644
--- a/domains/ghostyt.json
+++ b/domains/ghostyt.json
@@ -1,11 +1,11 @@
{
- "description": "GhostYT's dev project",
- "repo": "https://github.com/GhostYTOP/register",
- "owner": {
- "username": "ghostyt",
- "email": "contact@ghostyt.ml"
- },
- "record": {
- "CNAME": "231ec778-e250-4867-a82d-be63c233196e.repl.co"
- }
+ "description": "GhostYT's dev project",
+ "repo": "https://github.com/GhostYTOP/register",
+ "owner": {
+ "username": "ghostyt",
+ "email": "contact@ghostyt.ml"
+ },
+ "record": {
+ "CNAME": "231ec778-e250-4867-a82d-be63c233196e.repl.co"
+ }
}
diff --git a/domains/gifaldyazka.json b/domains/gifaldyazka.json
index 3493f8b6d..44d4b88c6 100644
--- a/domains/gifaldyazka.json
+++ b/domains/gifaldyazka.json
@@ -1,11 +1,11 @@
{
- "description": "Just my personal website",
- "repo": "https://github.com/gifaldyazkaa/gifaldyazkaa.github.io",
- "owner": {
- "username": "gifaldyazkaa",
- "email": "official.gifaldy@gmail.com"
- },
- "record": {
- "CNAME": "gifaldyazkaa.github.io"
- }
+ "description": "Just my personal website",
+ "repo": "https://github.com/gifaldyazkaa/gifaldyazkaa.github.io",
+ "owner": {
+ "username": "gifaldyazkaa",
+ "email": "official.gifaldy@gmail.com"
+ },
+ "record": {
+ "CNAME": "gifaldyazkaa.github.io"
+ }
}
diff --git a/domains/gilad.json b/domains/gilad.json
index 74943c518..ce9e08c41 100644
--- a/domains/gilad.json
+++ b/domains/gilad.json
@@ -1,10 +1,10 @@
{
- "description": "Gilad's personal developer website",
- "owner": {
- "username": "gilade",
- "email": "gilad@eventov.com"
- },
- "record": {
- "CNAME": "gilad.ninja"
- }
+ "description": "Gilad's personal developer website",
+ "owner": {
+ "username": "gilade",
+ "email": "gilad@eventov.com"
+ },
+ "record": {
+ "CNAME": "gilad.ninja"
+ }
}
diff --git a/domains/gingdev.json b/domains/gingdev.json
index 8131f54e5..c41a1426e 100644
--- a/domains/gingdev.json
+++ b/domains/gingdev.json
@@ -1,11 +1,11 @@
{
- "description": "Gingdev personal developer website",
- "repo": "https://github.com/ging-dev",
- "owner": {
- "username": "ging-dev",
- "email": "gingdz11012001@gmail.com"
- },
- "record": {
- "A": ["192.243.108.102"]
- }
+ "description": "Gingdev personal developer website",
+ "repo": "https://github.com/ging-dev",
+ "owner": {
+ "username": "ging-dev",
+ "email": "gingdz11012001@gmail.com"
+ },
+ "record": {
+ "A": ["192.243.108.102"]
+ }
}
diff --git a/domains/girigummadi.json b/domains/girigummadi.json
index 5b7229283..fd746c039 100644
--- a/domains/girigummadi.json
+++ b/domains/girigummadi.json
@@ -1,11 +1,11 @@
{
- "description": "My Personal Website",
- "repo": "https://github.com/GiriGummadi",
- "owner": {
- "username": "GiriGummadi",
- "email": "girigummadi5656@gmail.com"
- },
- "record": {
- "CNAME": "girigummadi.github.io"
- }
+ "description": "My Personal Website",
+ "repo": "https://github.com/GiriGummadi",
+ "owner": {
+ "username": "GiriGummadi",
+ "email": "girigummadi5656@gmail.com"
+ },
+ "record": {
+ "CNAME": "girigummadi.github.io"
+ }
}
diff --git a/domains/git.maskduck.json b/domains/git.maskduck.json
index f93d4f10e..13b50dbf4 100644
--- a/domains/git.maskduck.json
+++ b/domains/git.maskduck.json
@@ -1,11 +1,11 @@
{
- "description": "my git repos",
- "owner": {
- "username": "MaskDuck",
- "email": "maskduckuwu@gmail.com",
- "discord": "MaskDuck#7325"
- },
- "record": {
- "CNAME": "edge.redirect.pizza"
- }
+ "description": "my git repos",
+ "owner": {
+ "username": "MaskDuck",
+ "email": "maskduckuwu@gmail.com",
+ "discord": "MaskDuck#7325"
+ },
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
}
diff --git a/domains/gitcat3.json b/domains/gitcat3.json
index 719566969..1bbe85b7b 100644
--- a/domains/gitcat3.json
+++ b/domains/gitcat3.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "GitCat3",
"email": "hulkbuster119@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "gitcat3.github.io"
- }
}
-
+}
diff --git a/domains/givinghawk.json b/domains/givinghawk.json
index 26b632d07..572fc728b 100644
--- a/domains/givinghawk.json
+++ b/domains/givinghawk.json
@@ -1,11 +1,11 @@
{
- "description": "My is-a.dev cname record",
- "repo": "https://github.com/givinghawk",
- "owner": {
- "username": "givinghawk",
- "email": "gh@givinghawk.xyz"
- },
- "record": {
- "URL": "https://givinghawk.xyz"
- }
+ "description": "My is-a.dev cname record",
+ "repo": "https://github.com/givinghawk",
+ "owner": {
+ "username": "givinghawk",
+ "email": "gh@givinghawk.xyz"
+ },
+ "record": {
+ "URL": "https://givinghawk.xyz"
+ }
}
diff --git a/domains/gizmo.json b/domains/gizmo.json
index f4619e450..2b3d00205 100644
--- a/domains/gizmo.json
+++ b/domains/gizmo.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "gizmo-dev",
- "email": "",
- "twitter": "gizmo_gg"
- },
- "record": {
- "CNAME": "gizmo-dev.github.io"
- }
+ "owner": {
+ "username": "gizmo-dev",
+ "email": "",
+ "twitter": "gizmo_gg"
+ },
+ "record": {
+ "CNAME": "gizmo-dev.github.io"
+ }
}
diff --git a/domains/gizmora2.json b/domains/gizmora2.json
index 49b5f88b2..6ce419682 100644
--- a/domains/gizmora2.json
+++ b/domains/gizmora2.json
@@ -1,12 +1,12 @@
-{
- "description": "Personal developer profile/blog",
- "repo": "https://github.com/GizmoRA2/me",
- "owner": {
- "username": "GizmoRA2",
- "email": "gizmora2@gmail.com"
- },
- "record": {
- "A": ["125.236.202.192"],
- "MX": ["mx.nwh.nz"]
- }
-}
+{
+ "description": "Personal developer profile/blog",
+ "repo": "https://github.com/GizmoRA2/me",
+ "owner": {
+ "username": "GizmoRA2",
+ "email": "gizmora2@gmail.com"
+ },
+ "record": {
+ "A": ["125.236.202.192"],
+ "MX": ["mx.nwh.nz"]
+ }
+}
diff --git a/domains/gizzy.json b/domains/gizzy.json
index d38ee02f2..a38291f1e 100644
--- a/domains/gizzy.json
+++ b/domains/gizzy.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "NeroGizmoUwU",
"email": "minecraftcoolglibchannel@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "nero-pi.duckdns.org"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/gizzygizmo.json b/domains/gizzygizmo.json
index 124bc1894..dae600071 100644
--- a/domains/gizzygizmo.json
+++ b/domains/gizzygizmo.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "NeroGizmoUwU",
"email": "minecraftcoolglibchannel@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "nero-pi.duckdns.org"
- }
}
-
+}
diff --git a/domains/gkr.json b/domains/gkr.json
index 71f25038f..95630b123 100644
--- a/domains/gkr.json
+++ b/domains/gkr.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "gautamkrishnar",
- "email": "hello@gautamkrishnar.com"
- },
- "record": {
- "CNAME": "gautamkrishnar.github.io"
- }
+ "owner": {
+ "username": "gautamkrishnar",
+ "email": "hello@gautamkrishnar.com"
+ },
+ "record": {
+ "CNAME": "gautamkrishnar.github.io"
+ }
}
diff --git a/domains/gkucmierz.json b/domains/gkucmierz.json
index 85339e1b2..03ace30ca 100644
--- a/domains/gkucmierz.json
+++ b/domains/gkucmierz.json
@@ -1,10 +1,10 @@
{
- "description": "gkucmierz's personal blog",
- "owner": {
- "username": "gkucmierz",
- "email": "gkucmierz@gmail.com"
- },
- "record": {
- "URL": "https://dev.to/gkucmierz"
- }
+ "description": "gkucmierz's personal blog",
+ "owner": {
+ "username": "gkucmierz",
+ "email": "gkucmierz@gmail.com"
+ },
+ "record": {
+ "URL": "https://dev.to/gkucmierz"
+ }
}
diff --git a/domains/glitchish.json b/domains/glitchish.json
index 02740359a..7d5125f96 100644
--- a/domains/glitchish.json
+++ b/domains/glitchish.json
@@ -1,11 +1,11 @@
{
- "description": "Glitch's .IS-A.DEV domain",
- "repo": "https://github.com/glitchish.github.io",
- "owner": {
- "username": "glitchish",
- "email": "gavinjstacey@gmail.com"
- },
- "record": {
- "CNAME": "glitchish.github.io"
- }
+ "description": "Glitch's .IS-A.DEV domain",
+ "repo": "https://github.com/glitchish.github.io",
+ "owner": {
+ "username": "glitchish",
+ "email": "gavinjstacey@gmail.com"
+ },
+ "record": {
+ "CNAME": "glitchish.github.io"
+ }
}
diff --git a/domains/glncy.json b/domains/glncy.json
index 967068076..40b430332 100644
--- a/domains/glncy.json
+++ b/domains/glncy.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "glncy",
"email": "glency.a.tirao@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "glncy.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/glpzzz.json b/domains/glpzzz.json
index f00ed5a64..e4507f012 100644
--- a/domains/glpzzz.json
+++ b/domains/glpzzz.json
@@ -1,11 +1,11 @@
{
- "description": "Gabriel A. López López",
- "repo": "https://github.com/glpzzz/glpzzz.github.io",
- "owner": {
- "username": "glpzzz",
- "email": "glpz@daxslab.com"
- },
- "record": {
- "CNAME": "glpzzz.github.io"
- }
+ "description": "Gabriel A. López López",
+ "repo": "https://github.com/glpzzz/glpzzz.github.io",
+ "owner": {
+ "username": "glpzzz",
+ "email": "glpz@daxslab.com"
+ },
+ "record": {
+ "CNAME": "glpzzz.github.io"
+ }
}
diff --git a/domains/gnanaelisa.json b/domains/gnanaelisa.json
index 87e0d2330..3ae720e86 100644
--- a/domains/gnanaelisa.json
+++ b/domains/gnanaelisa.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio website",
- "repo": "https://github.com/jgnanaelisa/gnanaelisa.github.io",
- "owner": {
- "username": "jgnanaelisa",
- "email": "gnanaelisa@gmail.com"
- },
- "record": {
- "CNAME": "jgnanaelisa.github.io"
- }
+ "description": "Portfolio website",
+ "repo": "https://github.com/jgnanaelisa/gnanaelisa.github.io",
+ "owner": {
+ "username": "jgnanaelisa",
+ "email": "gnanaelisa@gmail.com"
+ },
+ "record": {
+ "CNAME": "jgnanaelisa.github.io"
+ }
}
diff --git a/domains/go.avasthi.json b/domains/go.avasthi.json
index 89158a2ce..339b7efff 100644
--- a/domains/go.avasthi.json
+++ b/domains/go.avasthi.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "avasthi-git",
- "email": "",
- "telegram": "avasthie"
- },
-
- "record": {
- "CNAME": "cname.short.io"
- }
+ "owner": {
+ "username": "avasthi-git",
+ "email": "",
+ "telegram": "avasthie"
+ },
+
+ "record": {
+ "CNAME": "cname.short.io"
+ }
}
diff --git a/domains/god.json b/domains/god.json
index 072d75ada..01439c713 100644
--- a/domains/god.json
+++ b/domains/god.json
@@ -1,11 +1,11 @@
{
- "description": "Austin's personal developer website",
- "repo": "https://github.com/austindyoung",
- "owner": {
- "username": "austindyoung",
- "email": "austin@doesweb.dev"
- },
- "record": {
- "URL": "https://austindyoung.github.io"
- }
+ "description": "Austin's personal developer website",
+ "repo": "https://github.com/austindyoung",
+ "owner": {
+ "username": "austindyoung",
+ "email": "austin@doesweb.dev"
+ },
+ "record": {
+ "URL": "https://austindyoung.github.io"
+ }
}
diff --git a/domains/godwhite.json b/domains/godwhite.json
index 253481fff..fb202d6bb 100644
--- a/domains/godwhite.json
+++ b/domains/godwhite.json
@@ -1,12 +1,12 @@
{
- "description": "A javascript developer!",
- "repo": "https://github.com/GodwhiteTaiwan/Docs",
- "owner": {
- "username": "GodwhiteTaiwan",
- "email": "godwhite.yt.channel@gmail.com",
- "twitter": "GW_GodwhiteTW"
- },
- "record": {
- "CNAME": "godwhitetaiwan.github.io"
- }
+ "description": "A javascript developer!",
+ "repo": "https://github.com/GodwhiteTaiwan/Docs",
+ "owner": {
+ "username": "GodwhiteTaiwan",
+ "email": "godwhite.yt.channel@gmail.com",
+ "twitter": "GW_GodwhiteTW"
+ },
+ "record": {
+ "CNAME": "godwhitetaiwan.github.io"
+ }
}
diff --git a/domains/godwin.json b/domains/godwin.json
index abf90fd6b..e670214c8 100644
--- a/domains/godwin.json
+++ b/domains/godwin.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "gpproton",
"email": "me@godwin.dev"
- },
+ },
- "record": {
+ "record": {
"CNAME": "godwin.dev"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/gokul.json b/domains/gokul.json
index b8f0b9839..68abd0f71 100644
--- a/domains/gokul.json
+++ b/domains/gokul.json
@@ -1,11 +1,11 @@
{
- "description": "Personal Page",
- "repo": "https://github.com/gkdskp/gkdskp.github.io",
- "owner": {
- "username": "gkdskp",
- "email": "gokuldskp@gmail.com"
- },
- "record": {
- "CNAME": "gkdskp.github.io"
- }
+ "description": "Personal Page",
+ "repo": "https://github.com/gkdskp/gkdskp.github.io",
+ "owner": {
+ "username": "gkdskp",
+ "email": "gokuldskp@gmail.com"
+ },
+ "record": {
+ "CNAME": "gkdskp.github.io"
+ }
}
diff --git a/domains/goon.json b/domains/goon.json
index c38d7fca5..816a8d55a 100644
--- a/domains/goon.json
+++ b/domains/goon.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "realGoonDev",
- "email": "goondev@clia.tk",
- "discord": "realGoon#5656"
- },
- "record": {
- "A": ["38.242.146.64"]
- }
+ "owner": {
+ "username": "realGoonDev",
+ "email": "goondev@clia.tk",
+ "discord": "realGoon#5656"
+ },
+ "record": {
+ "A": ["38.242.146.64"]
+ }
}
diff --git a/domains/gorkem.json b/domains/gorkem.json
index 5d6982cf8..ead7c2902 100644
--- a/domains/gorkem.json
+++ b/domains/gorkem.json
@@ -1,11 +1,11 @@
{
- "description": "Görkem's Website",
- "repo": "https://github.com/gorkeem/gorkeem.github.io",
- "owner": {
- "username": "gorkeem",
- "email": "gorkemy000@gmail.com"
- },
- "record": {
- "CNAME": "gorkeem.github.io"
- }
+ "description": "Görkem's Website",
+ "repo": "https://github.com/gorkeem/gorkeem.github.io",
+ "owner": {
+ "username": "gorkeem",
+ "email": "gorkemy000@gmail.com"
+ },
+ "record": {
+ "CNAME": "gorkeem.github.io"
+ }
}
diff --git a/domains/gornostay25.json b/domains/gornostay25.json
index 844338a40..a513417f5 100644
--- a/domains/gornostay25.json
+++ b/domains/gornostay25.json
@@ -1,17 +1,11 @@
{
- "owner": {
- "username": "gornostay25",
- "email": "me@gornostay25.is-a.dev"
- },
- "record": {
- "A":[
- "172.66.46.227",
- "172.66.45.29"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all",
- "MX":[
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ]
- }
+ "owner": {
+ "username": "gornostay25",
+ "email": "me@gornostay25.is-a.dev"
+ },
+ "record": {
+ "A": ["172.66.46.227", "172.66.45.29"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all",
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
+ }
}
diff --git a/domains/govind.json b/domains/govind.json
index 7f49fe86a..ed6e4a5b4 100644
--- a/domains/govind.json
+++ b/domains/govind.json
@@ -1,11 +1,11 @@
{
- "description": "Govind's personal developer website",
- "repo": "https://github.com/govind-shenoy",
- "owner": {
- "username": "govind-shenoy",
- "email": "govindvshenoy@gmail.com"
- },
- "record": {
- "CNAME": "govind-shenoy.github.io"
- }
+ "description": "Govind's personal developer website",
+ "repo": "https://github.com/govind-shenoy",
+ "owner": {
+ "username": "govind-shenoy",
+ "email": "govindvshenoy@gmail.com"
+ },
+ "record": {
+ "CNAME": "govind-shenoy.github.io"
+ }
}
diff --git a/domains/govinda.json b/domains/govinda.json
index 4e1ad18ea..d800c0e31 100644
--- a/domains/govinda.json
+++ b/domains/govinda.json
@@ -1,11 +1,11 @@
{
- "description": "Govinda Khabas Website",
- "repo": "https://github.com/gkhabas76/gkhabas76.github.io",
- "owner": {
- "username": "gkhabas76",
- "email": "gkhabas76@gmail.com"
- },
- "record": {
- "CNAME": "gkhabas76.github.io"
- }
+ "description": "Govinda Khabas Website",
+ "repo": "https://github.com/gkhabas76/gkhabas76.github.io",
+ "owner": {
+ "username": "gkhabas76",
+ "email": "gkhabas76@gmail.com"
+ },
+ "record": {
+ "CNAME": "gkhabas76.github.io"
+ }
}
diff --git a/domains/grapeapplefruit.json b/domains/grapeapplefruit.json
index 6a4ce5fbb..c879ea0ab 100644
--- a/domains/grapeapplefruit.json
+++ b/domains/grapeapplefruit.json
@@ -1,11 +1,11 @@
{
- "description": "This website is a link to my personal developer portfolio.",
- "repo": "https://github.com/grapeapplefruit/grapeapplefruit.github.io",
- "owner": {
- "username": "grapeapplefruit",
- "email": "jaxenreiter957@gmail.com"
- },
- "record": {
- "CNAME": "grapeapplefruit.github.io"
- }
-}
\ No newline at end of file
+ "description": "This website is a link to my personal developer portfolio.",
+ "repo": "https://github.com/grapeapplefruit/grapeapplefruit.github.io",
+ "owner": {
+ "username": "grapeapplefruit",
+ "email": "jaxenreiter957@gmail.com"
+ },
+ "record": {
+ "CNAME": "grapeapplefruit.github.io"
+ }
+}
diff --git a/domains/gravy.json b/domains/gravy.json
index a000f4104..91545ee8e 100644
--- a/domains/gravy.json
+++ b/domains/gravy.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "thatgravyboat",
- "twitter": "thatgravyboat",
- "discord": "thatgravyboat#0001",
- "email": ""
- },
- "record": {
- "URL": "https://thatgravyboat.tech"
- }
+ "owner": {
+ "username": "thatgravyboat",
+ "twitter": "thatgravyboat",
+ "discord": "thatgravyboat#0001",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://thatgravyboat.tech"
+ }
}
diff --git a/domains/grif.json b/domains/grif.json
index 902587b56..b8c3b0b72 100644
--- a/domains/grif.json
+++ b/domains/grif.json
@@ -1,12 +1,11 @@
{
- "description": "My own hub for everything that I do!",
- "repo": "https://github.com/GrifTheDev/grifthedev.github.io",
- "owner": {
- "username": "Grif (GrifTheDev on GitHub)",
- "email": "tmjeteo3@gmail.com"
- },
- "record": {
- "CNAME": "grifthedev.github.io"
- }
+ "description": "My own hub for everything that I do!",
+ "repo": "https://github.com/GrifTheDev/grifthedev.github.io",
+ "owner": {
+ "username": "Grif (GrifTheDev on GitHub)",
+ "email": "tmjeteo3@gmail.com"
+ },
+ "record": {
+ "CNAME": "grifthedev.github.io"
+ }
}
-
diff --git a/domains/grishma-chhayani.json b/domains/grishma-chhayani.json
index 0017041b8..65c236c19 100644
--- a/domains/grishma-chhayani.json
+++ b/domains/grishma-chhayani.json
@@ -1,11 +1,11 @@
{
- "description": "Grishma Profile.",
- "repo": "https://github.com/grishma-chhayani/grishma-chhayani.github.io",
- "owner": {
- "username": "grishma-chhayani",
- "email": ""
- },
- "record": {
- "CNAME": "grishma-chhayani.github.io"
- }
+ "description": "Grishma Profile.",
+ "repo": "https://github.com/grishma-chhayani/grishma-chhayani.github.io",
+ "owner": {
+ "username": "grishma-chhayani",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "grishma-chhayani.github.io"
+ }
}
diff --git a/domains/gs.json b/domains/gs.json
index 2a6d68fa1..b503a3abb 100644
--- a/domains/gs.json
+++ b/domains/gs.json
@@ -1,12 +1,12 @@
{
- "description": "Gokul's Personal Site",
- "repo": "https://github.com/JavaCafe01/javacafe01.github.io",
- "owner": {
- "username": "JavaCafe01",
- "email": "",
- "twitter": "javacafe01"
- },
- "record": {
- "CNAME": "javacafe01.github.io"
- }
+ "description": "Gokul's Personal Site",
+ "repo": "https://github.com/JavaCafe01/javacafe01.github.io",
+ "owner": {
+ "username": "JavaCafe01",
+ "email": "",
+ "twitter": "javacafe01"
+ },
+ "record": {
+ "CNAME": "javacafe01.github.io"
+ }
}
diff --git a/domains/gstudiosx.json b/domains/gstudiosx.json
index 41898195c..eaaff4df6 100644
--- a/domains/gstudiosx.json
+++ b/domains/gstudiosx.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "GStudiosX2",
"email": "ramazanogutlu0@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://discord.gg/dV2M2HsH3F"
- }
}
-
+}
diff --git a/domains/guilherme.json b/domains/guilherme.json
index 63e53b548..9b82790c8 100644
--- a/domains/guilherme.json
+++ b/domains/guilherme.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "iiMaxxi",
"email": "iimaxxiguilham@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://eu.dzxdev.repl.co"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/guptasiddhant.json b/domains/guptasiddhant.json
index 1e55532ec..a5a9b35b7 100644
--- a/domains/guptasiddhant.json
+++ b/domains/guptasiddhant.json
@@ -1,11 +1,11 @@
{
- "description": "Is Dev domain for Siddhant GUPTA",
- "repo": "https://github.com/guptasiddhant/guptasiddhant",
- "owner": {
- "username": "GuptaSiddhant",
- "email": "me@guptasiddhant.com"
- },
- "record": {
- "URL": "http://guptasiddhant.com"
- }
+ "description": "Is Dev domain for Siddhant GUPTA",
+ "repo": "https://github.com/guptasiddhant/guptasiddhant",
+ "owner": {
+ "username": "GuptaSiddhant",
+ "email": "me@guptasiddhant.com"
+ },
+ "record": {
+ "URL": "http://guptasiddhant.com"
+ }
}
diff --git a/domains/gustavo.json b/domains/gustavo.json
index ccde054e7..292181a2d 100644
--- a/domains/gustavo.json
+++ b/domains/gustavo.json
@@ -1,12 +1,12 @@
{
- "description": "Gustavo Arsenio's talk blog ",
- "repo": "https://github.com/GustavoArsenio/GustavoArsenio.github.io",
- "owner": {
- "username": "GustavoArsenio",
- "email": "Gustavo.arsenio.sousa@hotmail.com",
- "twitter": "gustavoarsenio"
- },
- "record": {
- "CNAME": "GustavoArsenio.github.io"
- }
+ "description": "Gustavo Arsenio's talk blog ",
+ "repo": "https://github.com/GustavoArsenio/GustavoArsenio.github.io",
+ "owner": {
+ "username": "GustavoArsenio",
+ "email": "Gustavo.arsenio.sousa@hotmail.com",
+ "twitter": "gustavoarsenio"
+ },
+ "record": {
+ "CNAME": "GustavoArsenio.github.io"
+ }
}
diff --git a/domains/gxlpes.json b/domains/gxlpes.json
index bdd53a9e8..9048a8028 100644
--- a/domains/gxlpes.json
+++ b/domains/gxlpes.json
@@ -4,9 +4,8 @@
"owner": {
"username": "gxlpes",
"email": "guilhermxlopes@gmail.com"
-
},
"record": {
"CNAME": "gxlpes.github.io"
}
-}
+}
diff --git a/domains/h3r3t1c.json b/domains/h3r3t1c.json
index ed14086f3..873191c4e 100644
--- a/domains/h3r3t1c.json
+++ b/domains/h3r3t1c.json
@@ -1,11 +1,11 @@
{
- "description": "My personal page",
- "repo": "https://github.com/lfdominguez/lfdominguez.github.io",
- "owner": {
- "username": "lfdominguez",
- "email": "ldominguezvega@gmail.com"
- },
- "record": {
- "CNAME": "lfdominguez.github.io"
- }
+ "description": "My personal page",
+ "repo": "https://github.com/lfdominguez/lfdominguez.github.io",
+ "owner": {
+ "username": "lfdominguez",
+ "email": "ldominguezvega@gmail.com"
+ },
+ "record": {
+ "CNAME": "lfdominguez.github.io"
+ }
}
diff --git a/domains/hachi.json b/domains/hachi.json
index dc63fe90f..dfdda48e4 100644
--- a/domains/hachi.json
+++ b/domains/hachi.json
@@ -1,11 +1,11 @@
{
- "description": "A programming language website",
- "repo": "https://github.com/HACHILANG/Hachi",
- "owner": {
- "username": "HACHILANG",
- "email": "shlokmadhekar88@gmail.com"
- },
- "record": {
- "CNAME": "b949abf7-5e07-4890-a7db-1206fad92121.repl.co"
- }
+ "description": "A programming language website",
+ "repo": "https://github.com/HACHILANG/Hachi",
+ "owner": {
+ "username": "HACHILANG",
+ "email": "shlokmadhekar88@gmail.com"
+ },
+ "record": {
+ "CNAME": "b949abf7-5e07-4890-a7db-1206fad92121.repl.co"
+ }
}
diff --git a/domains/hadi.json b/domains/hadi.json
index eaad5f94d..82074acfa 100644
--- a/domains/hadi.json
+++ b/domains/hadi.json
@@ -1,11 +1,11 @@
{
- "description": "Nystrex's Personal Website",
- "repo": "https://github.com/Nystrex",
- "owner": {
- "username": "Nystrex",
- "email": "hadi@nystrex.com"
- },
- "record": {
- "CNAME": "nystrex.com"
- }
+ "description": "Nystrex's Personal Website",
+ "repo": "https://github.com/Nystrex",
+ "owner": {
+ "username": "Nystrex",
+ "email": "hadi@nystrex.com"
+ },
+ "record": {
+ "CNAME": "nystrex.com"
+ }
}
diff --git a/domains/hafidu.json b/domains/hafidu.json
index ffd37649d..15e7d0d79 100644
--- a/domains/hafidu.json
+++ b/domains/hafidu.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "hafidu",
"email": "mochammad.hafidu@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "hafidu.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/hamza.json b/domains/hamza.json
index 930529215..c350679ac 100644
--- a/domains/hamza.json
+++ b/domains/hamza.json
@@ -1,11 +1,10 @@
{
- "description": "Hamza's website",
- "owner": {
- "username": "hamza8bit",
- "email": "hamzabyte@gmail.com"
- },
- "record": {
- "CNAME": "hamza8bit.github.io"
-
- }
+ "description": "Hamza's website",
+ "owner": {
+ "username": "hamza8bit",
+ "email": "hamzabyte@gmail.com"
+ },
+ "record": {
+ "CNAME": "hamza8bit.github.io"
+ }
}
diff --git a/domains/hansen.json b/domains/hansen.json
index bacf2efcc..c66b73cc7 100644
--- a/domains/hansen.json
+++ b/domains/hansen.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio site",
- "repo": "https://github.com/HansenKhi/hansenkhi.github.io",
- "owner": {
- "username": "HansenKhi",
- "email": "hansenkhi45@gmail.com"
- },
- "record": {
- "CNAME": "hansenkhi.github.io"
- }
+ "description": "Portfolio site",
+ "repo": "https://github.com/HansenKhi/hansenkhi.github.io",
+ "owner": {
+ "username": "HansenKhi",
+ "email": "hansenkhi45@gmail.com"
+ },
+ "record": {
+ "CNAME": "hansenkhi.github.io"
+ }
}
diff --git a/domains/hardik-chandan.json b/domains/hardik-chandan.json
index a74b2cc5e..9fb07c5b6 100644
--- a/domains/hardik-chandan.json
+++ b/domains/hardik-chandan.json
@@ -1,11 +1,11 @@
-{
- "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"
- },
- "record": {
- "CNAME": "hardik-chandan.github.io"
- }
-}
+{
+ "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"
+ },
+ "record": {
+ "CNAME": "hardik-chandan.github.io"
+ }
+}
diff --git a/domains/hari.json b/domains/hari.json
index 734c27d29..a9fe026b7 100644
--- a/domains/hari.json
+++ b/domains/hari.json
@@ -1,11 +1,11 @@
{
- "description": "Hari's portfolio",
- "repo": "https://github.com/Haritronic909/Haritronic909.github.io",
- "owner": {
- "username": "Haritronic909",
- "email": "hari2menon1234@gmail.com"
- },
- "record": {
- "CNAME": "haritronic909.github.io"
- }
+ "description": "Hari's portfolio",
+ "repo": "https://github.com/Haritronic909/Haritronic909.github.io",
+ "owner": {
+ "username": "Haritronic909",
+ "email": "hari2menon1234@gmail.com"
+ },
+ "record": {
+ "CNAME": "haritronic909.github.io"
+ }
}
diff --git a/domains/harikrishnan.json b/domains/harikrishnan.json
index 6a5fab314..ab647b827 100644
--- a/domains/harikrishnan.json
+++ b/domains/harikrishnan.json
@@ -1,10 +1,10 @@
{
- "description": "Hari's Portfolio Website",
- "owner": {
- "username": "Harikrishnan6336",
- "email": "harikrishnan6336@gmail.com"
- },
- "record": {
- "CNAME": "Harikrishnan6336.github.io"
- }
+ "description": "Hari's Portfolio Website",
+ "owner": {
+ "username": "Harikrishnan6336",
+ "email": "harikrishnan6336@gmail.com"
+ },
+ "record": {
+ "CNAME": "Harikrishnan6336.github.io"
+ }
}
diff --git a/domains/harikrishnanps.json b/domains/harikrishnanps.json
index 4d2c9bf1b..f9a9f2184 100644
--- a/domains/harikrishnanps.json
+++ b/domains/harikrishnanps.json
@@ -1,11 +1,11 @@
{
- "description": "superjedi",
- "repo": "https://github.com/super-jedi/super-jedi.github.io",
- "owner": {
- "username": "super-jedi",
- "email": "harikrishnan.ps@hotmail.com"
- },
- "record": {
- "CNAME": "super-jedi.github.io"
- }
+ "description": "superjedi",
+ "repo": "https://github.com/super-jedi/super-jedi.github.io",
+ "owner": {
+ "username": "super-jedi",
+ "email": "harikrishnan.ps@hotmail.com"
+ },
+ "record": {
+ "CNAME": "super-jedi.github.io"
+ }
}
diff --git a/domains/harish.json b/domains/harish.json
index b26ab72f9..b3aa7ccbb 100644
--- a/domains/harish.json
+++ b/domains/harish.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "email": "harishbb168@gmail.com",
- "username": "harish"
- },
- "description": "My portfolio website",
- "repo": "https://github.com/HarishB167/hs-app",
- "record": {
- "CNAME": "hsapp.onrender.com"
- }
+ "owner": {
+ "email": "harishbb168@gmail.com",
+ "username": "harish"
+ },
+ "description": "My portfolio website",
+ "repo": "https://github.com/HarishB167/hs-app",
+ "record": {
+ "CNAME": "hsapp.onrender.com"
+ }
}
diff --git a/domains/harjakrepp.json b/domains/harjakrepp.json
index eeb92ddaf..098df16ee 100644
--- a/domains/harjakrepp.json
+++ b/domains/harjakrepp.json
@@ -1,13 +1,13 @@
{
- "description": "My personal portofolio",
- "repo": "https://github.com/harjakrepp/harjakrepp.github.io",
- "owner": {
- "username": "Harjakrepp",
- "email": "",
- "discord": "harjacraft#2385",
- "twitter": "harjakrepp"
- },
- "record": {
- "CNAME": "harjakrepp.github.io"
- }
+ "description": "My personal portofolio",
+ "repo": "https://github.com/harjakrepp/harjakrepp.github.io",
+ "owner": {
+ "username": "Harjakrepp",
+ "email": "",
+ "discord": "harjacraft#2385",
+ "twitter": "harjakrepp"
+ },
+ "record": {
+ "CNAME": "harjakrepp.github.io"
+ }
}
diff --git a/domains/harmputman.json b/domains/harmputman.json
index c28ee2497..7abc1eee8 100644
--- a/domains/harmputman.json
+++ b/domains/harmputman.json
@@ -1,12 +1,12 @@
{
- "description": "Harm Putman a.k.a. High Five",
- "repo": "https://github.com/harmputman",
- "owner": {
- "username": "harmputman",
- "email": "",
- "twitter": "harmputman"
- },
- "record": {
- "URL": "https://www.high-five.dev"
- }
+ "description": "Harm Putman a.k.a. High Five",
+ "repo": "https://github.com/harmputman",
+ "owner": {
+ "username": "harmputman",
+ "email": "",
+ "twitter": "harmputman"
+ },
+ "record": {
+ "URL": "https://www.high-five.dev"
+ }
}
diff --git a/domains/harrigan.json b/domains/harrigan.json
index 32d85b357..bc7f976e0 100644
--- a/domains/harrigan.json
+++ b/domains/harrigan.json
@@ -1,11 +1,11 @@
{
- "description": "Martin Harrigan's Homepage",
- "repo": "https://github.com/harrigan",
- "owner": {
- "username": "harrigan",
- "email": "martinharrigan@gmail.com"
- },
- "record": {
- "URL": "https://www.martinharrigan.ie"
- }
+ "description": "Martin Harrigan's Homepage",
+ "repo": "https://github.com/harrigan",
+ "owner": {
+ "username": "harrigan",
+ "email": "martinharrigan@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.martinharrigan.ie"
+ }
}
diff --git a/domains/harry.json b/domains/harry.json
index dab959c77..9a7a0be86 100644
--- a/domains/harry.json
+++ b/domains/harry.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "Harry-Ross",
- "email": "hazross@hotmail.com"
- },
- "description": "Personal site/blog",
- "repository": "https://github.com/Harry-Ross/harry-ross.github.io.git",
- "record": {
- "CNAME": "harry-ross.github.io"
- }
+ "owner": {
+ "username": "Harry-Ross",
+ "email": "hazross@hotmail.com"
+ },
+ "description": "Personal site/blog",
+ "repository": "https://github.com/Harry-Ross/harry-ross.github.io.git",
+ "record": {
+ "CNAME": "harry-ross.github.io"
+ }
}
diff --git a/domains/harsh-patel.json b/domains/harsh-patel.json
index 392f20c08..1680df13a 100644
--- a/domains/harsh-patel.json
+++ b/domains/harsh-patel.json
@@ -1,11 +1,11 @@
{
- "description": "Harsh's website",
- "repo": "https://github.com/harshpat/harshpat.github.io",
- "owner": {
- "username": "harshpat",
- "email": "patel.harsh28@gmail.com"
- },
- "record": {
- "CNAME": "harshpat.github.io"
- }
+ "description": "Harsh's website",
+ "repo": "https://github.com/harshpat/harshpat.github.io",
+ "owner": {
+ "username": "harshpat",
+ "email": "patel.harsh28@gmail.com"
+ },
+ "record": {
+ "CNAME": "harshpat.github.io"
+ }
}
diff --git a/domains/harshad.json b/domains/harshad.json
index f062c7a37..3c3256cd9 100644
--- a/domains/harshad.json
+++ b/domains/harshad.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "hb0313",
- "email": "hbhandwaldar@gmail.com"
- },
- "record": {
- "CNAME": "hb0313.github.io"
- }
+ "owner": {
+ "username": "hb0313",
+ "email": "hbhandwaldar@gmail.com"
+ },
+ "record": {
+ "CNAME": "hb0313.github.io"
+ }
}
diff --git a/domains/harshatwo.json b/domains/harshatwo.json
index 1289d33ab..ee9ba3dd3 100644
--- a/domains/harshatwo.json
+++ b/domains/harshatwo.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "HARS23",
- "email": "harshavarthankarunakaran@gmail.com"
- },
- "record": {
- "URL": "https://harshatwo.netlify.app"
- }
+ "owner": {
+ "username": "HARS23",
+ "email": "harshavarthankarunakaran@gmail.com"
+ },
+ "record": {
+ "URL": "https://harshatwo.netlify.app"
+ }
}
diff --git a/domains/haru.json b/domains/haru.json
index e33bd097e..f9a3ca490 100644
--- a/domains/haru.json
+++ b/domains/haru.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "harudev21",
"email": "mizuto.discord@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://harudev.vercel.app"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/hase0278.json b/domains/hase0278.json
index 0bab97c19..b74ff23f3 100644
--- a/domains/hase0278.json
+++ b/domains/hase0278.json
@@ -1,10 +1,10 @@
{
"description": "hase0278's personal developer website",
"owner": {
- "username": "hase0278",
- "email": "betterhalf278@gmail.com"
+ "username": "hase0278",
+ "email": "betterhalf278@gmail.com"
},
"record": {
"CNAME": "hase0278.epizy.com"
}
-}
\ No newline at end of file
+}
diff --git a/domains/haseena.json b/domains/haseena.json
index 63673ef5e..bec89d5f7 100644
--- a/domains/haseena.json
+++ b/domains/haseena.json
@@ -1,11 +1,11 @@
{
- "description": "Haseena's website",
- "repo": "https://github.com/haseena-hassan/is-a-dev",
- "owner": {
- "username": "haseena-hassan",
- "email": "haseena2199@gmail.com"
- },
- "record": {
- "CNAME": "haseena-hassan.github.io"
- }
+ "description": "Haseena's website",
+ "repo": "https://github.com/haseena-hassan/is-a-dev",
+ "owner": {
+ "username": "haseena-hassan",
+ "email": "haseena2199@gmail.com"
+ },
+ "record": {
+ "CNAME": "haseena-hassan.github.io"
+ }
}
diff --git a/domains/hatkid.json b/domains/hatkid.json
index efec6086c..238d10fc8 100644
--- a/domains/hatkid.json
+++ b/domains/hatkid.json
@@ -1,11 +1,11 @@
{
- "description": "Hat Kid's domain! (hat_kid)",
- "repo": "https://github.com/thehatkid/thehatkid.github.io",
- "owner": {
- "username": "thehatkid",
- "email": "saha22023@gmail.com"
- },
- "record": {
- "CNAME": "thehatkid.github.io"
- }
+ "description": "Hat Kid's domain! (hat_kid)",
+ "repo": "https://github.com/thehatkid/thehatkid.github.io",
+ "owner": {
+ "username": "thehatkid",
+ "email": "saha22023@gmail.com"
+ },
+ "record": {
+ "CNAME": "thehatkid.github.io"
+ }
}
diff --git a/domains/hatkidchan.json b/domains/hatkidchan.json
index a6a62872d..c4cc42edb 100644
--- a/domains/hatkidchan.json
+++ b/domains/hatkidchan.json
@@ -1,12 +1,12 @@
{
- "description": "kc personal website",
- "owner": {
- "username": "hatkidchan",
- "email": "hatkidchan@gmail.com",
- "twitter": "hatkidchan",
- "discord": "hkc#0517"
- },
- "record": {
- "A": ["5.181.108.112"]
- }
+ "description": "kc personal website",
+ "owner": {
+ "username": "hatkidchan",
+ "email": "hatkidchan@gmail.com",
+ "twitter": "hatkidchan",
+ "discord": "hkc#0517"
+ },
+ "record": {
+ "A": ["5.181.108.112"]
+ }
}
diff --git a/domains/hay.json b/domains/hay.json
index 472aaa77d..94a10441b 100644
--- a/domains/hay.json
+++ b/domains/hay.json
@@ -1,11 +1,11 @@
{
- "description": "RayhanADev's Website!",
- "repo": "https://github.com/rayhanadev/Personal-Website-v3",
- "owner": {
- "username": "rayhanadev",
- "email": "rayhanadev@protonmail.com"
- },
- "record": {
- "CNAME": "edge.redirect.pizza"
- }
+ "description": "RayhanADev's Website!",
+ "repo": "https://github.com/rayhanadev/Personal-Website-v3",
+ "owner": {
+ "username": "rayhanadev",
+ "email": "rayhanadev@protonmail.com"
+ },
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
}
diff --git a/domains/haykaody.json b/domains/haykaody.json
index 060a77b5a..8ca3413f8 100644
--- a/domains/haykaody.json
+++ b/domains/haykaody.json
@@ -1,12 +1,11 @@
-
{
"description": "Haykaody Portfolio Website",
"repo": "https://github.com/neoryans/haykaody",
"owner": {
- "username": "neoryans",
- "email": "ryansneo@gmail.com"
+ "username": "neoryans",
+ "email": "ryansneo@gmail.com"
},
"record": {
- "CNAME": "neoryans.github.io"
+ "CNAME": "neoryans.github.io"
}
}
diff --git a/domains/he.json b/domains/he.json
index e86eea464..29c9c121a 100644
--- a/domains/he.json
+++ b/domains/he.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "lucidwave",
- "email": "",
- "twitter": "Pumao3"
- },
- "record": {
- "URL": "https://x3.lol"
- }
+ "owner": {
+ "username": "lucidwave",
+ "email": "",
+ "twitter": "Pumao3"
+ },
+ "record": {
+ "URL": "https://x3.lol"
+ }
}
diff --git a/domains/hecterbonha.json b/domains/hecterbonha.json
index 4430df0be..968d60afe 100644
--- a/domains/hecterbonha.json
+++ b/domains/hecterbonha.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "hecterbonha",
"email": "untungsoandryanto@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "hecterbonha.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/hector-vigil.json b/domains/hector-vigil.json
index c6181f2db..651e7e1a0 100644
--- a/domains/hector-vigil.json
+++ b/domains/hector-vigil.json
@@ -1,11 +1,11 @@
{
- "description": "hector-vigil",
- "repo": "https://github.com/Hector-Vigil/hector-vigil.github.io",
- "owner": {
- "username": "hector-vigil",
- "email": "vigilescalera.h@gmail.com"
- },
- "record": {
- "CNAME": "hector-vigil.github.io"
- }
+ "description": "hector-vigil",
+ "repo": "https://github.com/Hector-Vigil/hector-vigil.github.io",
+ "owner": {
+ "username": "hector-vigil",
+ "email": "vigilescalera.h@gmail.com"
+ },
+ "record": {
+ "CNAME": "hector-vigil.github.io"
+ }
}
diff --git a/domains/heet.json b/domains/heet.json
index 8cb1e5de9..267392c1c 100644
--- a/domains/heet.json
+++ b/domains/heet.json
@@ -9,4 +9,4 @@
"record": {
"URL": "https://bejewelled-gnome-25199e.netlify.app"
}
-}
+}
diff --git a/domains/helge.json b/domains/helge.json
index b5fa7d5f0..f58243060 100644
--- a/domains/helge.json
+++ b/domains/helge.json
@@ -1,11 +1,11 @@
{
- "description": "personal website at some point, now pointing to a VPS I own",
- "repo": "https://github.com/iohansson/kldcs",
- "owner": {
- "username": "iohansson",
- "email": "root@helge8.one"
- },
- "record": {
- "CNAME": "helge8.cc"
- }
+ "description": "personal website at some point, now pointing to a VPS I own",
+ "repo": "https://github.com/iohansson/kldcs",
+ "owner": {
+ "username": "iohansson",
+ "email": "root@helge8.one"
+ },
+ "record": {
+ "CNAME": "helge8.cc"
+ }
}
diff --git a/domains/heli-joshi.json b/domains/heli-joshi.json
index 5e9935d61..2dc622348 100644
--- a/domains/heli-joshi.json
+++ b/domains/heli-joshi.json
@@ -1,11 +1,11 @@
{
- "description": "Heli Profile.",
- "repo": "https://github.com/heli-joshi/heli-joshi.github.io",
- "owner": {
- "username": "heli-joshi",
- "email": ""
- },
- "record": {
- "CNAME": "heli-joshi.github.io"
- }
+ "description": "Heli Profile.",
+ "repo": "https://github.com/heli-joshi/heli-joshi.github.io",
+ "owner": {
+ "username": "heli-joshi",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "heli-joshi.github.io"
+ }
}
diff --git a/domains/hello.json b/domains/hello.json
index 548931a00..88fcfb3e0 100644
--- a/domains/hello.json
+++ b/domains/hello.json
@@ -1,11 +1,11 @@
{
- "description": "personal website",
- "repo": "https://github.com/kldcs/kldcs",
- "owner": {
- "username": "kldcs",
- "email": "kldcsces@outlook.com"
- },
- "record": {
- "CNAME": "7d4f526a-194d-4047-bb0e-93af7aa4a16d.id.repl.co"
- }
+ "description": "personal website",
+ "repo": "https://github.com/kldcs/kldcs",
+ "owner": {
+ "username": "kldcs",
+ "email": "kldcsces@outlook.com"
+ },
+ "record": {
+ "CNAME": "7d4f526a-194d-4047-bb0e-93af7aa4a16d.id.repl.co"
+ }
}
diff --git a/domains/hemanth.json b/domains/hemanth.json
index 442e3087a..f3bd1be61 100644
--- a/domains/hemanth.json
+++ b/domains/hemanth.json
@@ -1,11 +1,11 @@
{
- "description": "Hemanth's developer portfolio",
- "repo": "https://github.com/Hemanthwarrier/hemanth.github.io",
- "owner": {
- "username": "Hemanthwarrier",
- "email": "hemanthwarrier@gmail.com"
- },
- "record": {
- "CNAME": "Hemanthwarrier.github.io"
- }
+ "description": "Hemanth's developer portfolio",
+ "repo": "https://github.com/Hemanthwarrier/hemanth.github.io",
+ "owner": {
+ "username": "Hemanthwarrier",
+ "email": "hemanthwarrier@gmail.com"
+ },
+ "record": {
+ "CNAME": "Hemanthwarrier.github.io"
+ }
}
diff --git a/domains/henry.json b/domains/henry.json
index e3a3f8415..59029ffca 100644
--- a/domains/henry.json
+++ b/domains/henry.json
@@ -1,12 +1,12 @@
{
- "description": "My website, I guess?",
- "repo": "https://github.com/henryhuangbc/henryhuangbc.github.io",
- "owner": {
- "username": "henryhuangbc",
- "email": "space.galaxy.world@gmail.com",
- "twitter": "hd3vv"
- },
- "record": {
- "CNAME": "henryhuangbc.github.io"
- }
+ "description": "My website, I guess?",
+ "repo": "https://github.com/henryhuangbc/henryhuangbc.github.io",
+ "owner": {
+ "username": "henryhuangbc",
+ "email": "space.galaxy.world@gmail.com",
+ "twitter": "hd3vv"
+ },
+ "record": {
+ "CNAME": "henryhuangbc.github.io"
+ }
}
diff --git a/domains/henrymartin.json b/domains/henrymartin.json
index c2f439d01..3ec3cdb0a 100644
--- a/domains/henrymartin.json
+++ b/domains/henrymartin.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "HENRYMARTIN5",
- "email": "henrysjmartinthesecond@gmail.com"
- },
- "record": {
- "CNAME": "833145ac-c162-4931-b063-b77d351c829f.id.repl.co"
- }
+ "owner": {
+ "username": "HENRYMARTIN5",
+ "email": "henrysjmartinthesecond@gmail.com"
+ },
+ "record": {
+ "CNAME": "833145ac-c162-4931-b063-b77d351c829f.id.repl.co"
+ }
}
diff --git a/domains/herckun.json b/domains/herckun.json
index 2ecdecf32..0ed1fdca6 100644
--- a/domains/herckun.json
+++ b/domains/herckun.json
@@ -1,12 +1,12 @@
{
- "owner": {
- "username": "herckun",
- "email": "",
- "twitter": "herckun",
- "discord": "herckun#2055"
- },
- "description" : "Personal portfolio website",
- "record": {
- "URL": "https://herckun.xyz"
- }
+ "owner": {
+ "username": "herckun",
+ "email": "",
+ "twitter": "herckun",
+ "discord": "herckun#2055"
+ },
+ "description": "Personal portfolio website",
+ "record": {
+ "URL": "https://herckun.xyz"
+ }
}
diff --git a/domains/herkura.json b/domains/herkura.json
index fb8d42fc7..64391241e 100644
--- a/domains/herkura.json
+++ b/domains/herkura.json
@@ -1,11 +1,11 @@
{
- "description": "Herkura's Portfolio",
- "repo": "https://github.com/herkura/.me",
- "owner": {
- "username": "herkura",
- "email": "hershilpiplani16@gmail.com"
- },
- "record": {
- "CNAME": "herkura.github.io"
- }
+ "description": "Herkura's Portfolio",
+ "repo": "https://github.com/herkura/.me",
+ "owner": {
+ "username": "herkura",
+ "email": "hershilpiplani16@gmail.com"
+ },
+ "record": {
+ "CNAME": "herkura.github.io"
+ }
}
diff --git a/domains/hextris.json b/domains/hextris.json
index 41587ba36..c886a9b36 100644
--- a/domains/hextris.json
+++ b/domains/hextris.json
@@ -1,11 +1,11 @@
{
- "description": "hextris.is-a.dev",
- "repo": "https://github.com/NRZT567/nrzt567.github.io",
- "owner": {
- "username": "nrzt",
- "email": "nrzt5678@gmail.com"
- },
- "record": {
- "CNAME": "nrzt567.github.io"
- }
+ "description": "hextris.is-a.dev",
+ "repo": "https://github.com/NRZT567/nrzt567.github.io",
+ "owner": {
+ "username": "nrzt",
+ "email": "nrzt5678@gmail.com"
+ },
+ "record": {
+ "CNAME": "nrzt567.github.io"
+ }
}
diff --git a/domains/hiddenblack.json b/domains/hiddenblack.json
index 41b751d69..39dd09599 100644
--- a/domains/hiddenblack.json
+++ b/domains/hiddenblack.json
@@ -1,11 +1,11 @@
{
- "description": "My website",
- "repo": "https://github.com/Hidden-black/hidden-black.github.io",
- "owner": {
- "username": "hidden-black",
- "email": "shashwatrai_28@outlook.com"
- },
- "record": {
- "CNAME": "hidden-black.github.io"
- }
+ "description": "My website",
+ "repo": "https://github.com/Hidden-black/hidden-black.github.io",
+ "owner": {
+ "username": "hidden-black",
+ "email": "shashwatrai_28@outlook.com"
+ },
+ "record": {
+ "CNAME": "hidden-black.github.io"
+ }
}
diff --git a/domains/hieudmg.json b/domains/hieudmg.json
index 179bf7469..76e9ad40b 100644
--- a/domains/hieudmg.json
+++ b/domains/hieudmg.json
@@ -1,10 +1,9 @@
{
- "owner": {
- "username": "hieudmg",
- "email": "hieudmg@gmail.com"
- },
- "record": {
- "CNAME": "hieudmg.pages.dev"
- }
+ "owner": {
+ "username": "hieudmg",
+ "email": "hieudmg@gmail.com"
+ },
+ "record": {
+ "CNAME": "hieudmg.pages.dev"
+ }
}
-
\ No newline at end of file
diff --git a/domains/higherror.json b/domains/higherror.json
index c24104cd4..e6304dbb8 100644
--- a/domains/higherror.json
+++ b/domains/higherror.json
@@ -1,12 +1,12 @@
{
- "description": "HighError Portfolio",
- "repo": "https://github.com/higherror/higherror.github.io",
- "owner": {
- "username": "higherror",
- "email": "hierrorua@gmail.com",
- "twitter": "higherrorua"
- },
- "record": {
- "CNAME": "higherror.github.io"
- }
+ "description": "HighError Portfolio",
+ "repo": "https://github.com/higherror/higherror.github.io",
+ "owner": {
+ "username": "higherror",
+ "email": "hierrorua@gmail.com",
+ "twitter": "higherrorua"
+ },
+ "record": {
+ "CNAME": "higherror.github.io"
+ }
}
diff --git a/domains/hikaru.json b/domains/hikaru.json
index 232cadd01..fce649faa 100644
--- a/domains/hikaru.json
+++ b/domains/hikaru.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/hikaruisasleep/hikaruisasleep.github.io",
- "owner": {
- "username": "hikaruisasleep",
- "email": "benayaj.2004@gmail.com",
- "discord": "hikaruisasleep#0240"
- },
- "record": {
- "CNAME": "hikaruisasleep.github.io"
- }
+ "repo": "https://github.com/hikaruisasleep/hikaruisasleep.github.io",
+ "owner": {
+ "username": "hikaruisasleep",
+ "email": "benayaj.2004@gmail.com",
+ "discord": "hikaruisasleep#0240"
+ },
+ "record": {
+ "CNAME": "hikaruisasleep.github.io"
+ }
}
diff --git a/domains/himashu.json b/domains/himashu.json
index 793918cf6..59bf9ed7d 100644
--- a/domains/himashu.json
+++ b/domains/himashu.json
@@ -2,12 +2,12 @@
"description": "About Himanshu Chhatwal",
"repo": "https://github.com/himanshu1221",
"owner": {
- "username": "himanshu1221",
- "email": "himanshuchhatwal9295@gmail.com",
- "twitter": "himanshuchhatw2",
- "discord": "Himanshu2314#1751"
+ "username": "himanshu1221",
+ "email": "himanshuchhatwal9295@gmail.com",
+ "twitter": "himanshuchhatw2",
+ "discord": "Himanshu2314#1751"
},
"record": {
- "URL": "https://himanshuchhatwal.netlify.app"
+ "URL": "https://himanshuchhatwal.netlify.app"
}
- }
+}
diff --git a/domains/hiren-brahmbhatt.json b/domains/hiren-brahmbhatt.json
index fa1070f2c..de241f510 100644
--- a/domains/hiren-brahmbhatt.json
+++ b/domains/hiren-brahmbhatt.json
@@ -1,11 +1,11 @@
{
- "description": "Hiren Brahmbhatt.",
- "repo": "https://github.com/hiren-brahmbhatt/hiren-brahmbhatt.github.io",
- "owner": {
- "username": "hiren-brahmbhatt",
- "email": "hiren-brahmbhatt@acquaintsoft.com"
- },
- "record": {
- "CNAME": "hiren-brahmbhatt.github.io"
- }
+ "description": "Hiren Brahmbhatt.",
+ "repo": "https://github.com/hiren-brahmbhatt/hiren-brahmbhatt.github.io",
+ "owner": {
+ "username": "hiren-brahmbhatt",
+ "email": "hiren-brahmbhatt@acquaintsoft.com"
+ },
+ "record": {
+ "CNAME": "hiren-brahmbhatt.github.io"
+ }
}
diff --git a/domains/hiren.json b/domains/hiren.json
index 9fc8e2f6a..6f1ead841 100644
--- a/domains/hiren.json
+++ b/domains/hiren.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "hiren2001",
- "email": "329065_tt21@ldceahm.gujgov.edu.in"
- },
- "record": {
- "CNAME": "hiren2001.github.io"
- }
+ "owner": {
+ "username": "hiren2001",
+ "email": "329065_tt21@ldceahm.gujgov.edu.in"
+ },
+ "record": {
+ "CNAME": "hiren2001.github.io"
+ }
}
diff --git a/domains/hiro.json b/domains/hiro.json
index 812231019..65c422b56 100644
--- a/domains/hiro.json
+++ b/domains/hiro.json
@@ -1,11 +1,11 @@
{
- "description": "Personal website for now",
- "repo": "https://github.com/XxHiroTTVxX",
- "owner": {
- "username": "XxHiroTTVxX",
- "email": "xxhirottvxx@gmail.com"
- },
- "record": {
- "CNAME": "incognito-20-production-9fe2.up.railway.app"
- }
+ "description": "Personal website for now",
+ "repo": "https://github.com/XxHiroTTVxX",
+ "owner": {
+ "username": "XxHiroTTVxX",
+ "email": "xxhirottvxx@gmail.com"
+ },
+ "record": {
+ "CNAME": "incognito-20-production-9fe2.up.railway.app"
+ }
}
diff --git a/domains/hironichu.json b/domains/hironichu.json
index 622c6bf6c..0c518623e 100644
--- a/domains/hironichu.json
+++ b/domains/hironichu.json
@@ -1,16 +1,12 @@
{
- "description": "Yes I am a developer",
- "repo": "https://github.com/hironichu",
- "owner": {
- "username": "hironichu",
- "email": "hironichu@gmail.com"
- },
- "record": {
- "A": [
- "34.120.54.55"
- ],
- "TXT": [
- "deno-com-validation=f1b7200ba5f97a80db0aaa12"
- ]
- }
+ "description": "Yes I am a developer",
+ "repo": "https://github.com/hironichu",
+ "owner": {
+ "username": "hironichu",
+ "email": "hironichu@gmail.com"
+ },
+ "record": {
+ "A": ["34.120.54.55"],
+ "TXT": ["deno-com-validation=f1b7200ba5f97a80db0aaa12"]
+ }
}
diff --git a/domains/hisham.json b/domains/hisham.json
index 7b3b6561f..058b1f2b2 100644
--- a/domains/hisham.json
+++ b/domains/hisham.json
@@ -1,11 +1,11 @@
{
- "description": "Hisham is a dev",
- "repo": "https://github.com/hishamalip/hishamalip.github.io",
- "owner": {
- "username": "hishamalip",
- "email": "hishamalip@gmail.com"
- },
- "record": {
- "CNAME": "hishamalip.github.io"
- }
+ "description": "Hisham is a dev",
+ "repo": "https://github.com/hishamalip/hishamalip.github.io",
+ "owner": {
+ "username": "hishamalip",
+ "email": "hishamalip@gmail.com"
+ },
+ "record": {
+ "CNAME": "hishamalip.github.io"
+ }
}
diff --git a/domains/hjmao.json b/domains/hjmao.json
index 33b6cca15..7f64a25af 100644
--- a/domains/hjmao.json
+++ b/domains/hjmao.json
@@ -1,11 +1,11 @@
{
- "description": "hjmao.is-a.dev",
- "repo": "https://github.com/huajianmao/huajianmao.github.io",
- "owner": {
- "username": "huajianmao",
- "email": "huajianmao@gmail.com"
- },
- "record": {
- "CNAME": "huajianmao.github.io"
- }
+ "description": "hjmao.is-a.dev",
+ "repo": "https://github.com/huajianmao/huajianmao.github.io",
+ "owner": {
+ "username": "huajianmao",
+ "email": "huajianmao@gmail.com"
+ },
+ "record": {
+ "CNAME": "huajianmao.github.io"
+ }
}
diff --git a/domains/hmon.json b/domains/hmon.json
index 802f8d906..bc827d503 100644
--- a/domains/hmon.json
+++ b/domains/hmon.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "hackermondev",
- "email": "daniel@daniel.is-a.dev"
- },
- "record": {
- "CNAME": "Ultraviolet-Node-3.hackermondev.repl.co"
- }
+ "owner": {
+ "username": "hackermondev",
+ "email": "daniel@daniel.is-a.dev"
+ },
+ "record": {
+ "CNAME": "Ultraviolet-Node-3.hackermondev.repl.co"
+ }
}
diff --git a/domains/hod.json b/domains/hod.json
index 49a244d56..ff7a24bd3 100644
--- a/domains/hod.json
+++ b/domains/hod.json
@@ -1,13 +1,13 @@
{
- "description": "hod's primary website.",
- "repo": "https://github.com/hodss/hodssxyz",
- "owner": {
- "username": "hodss",
- "email": "hod@hodss.xyz",
- "twitter": "hodss_",
- "discord": "hod#2311"
- },
- "record": {
- "URL": "https://hodss.xyz/?refer=is-a-dev"
- }
+ "description": "hod's primary website.",
+ "repo": "https://github.com/hodss/hodssxyz",
+ "owner": {
+ "username": "hodss",
+ "email": "hod@hodss.xyz",
+ "twitter": "hodss_",
+ "discord": "hod#2311"
+ },
+ "record": {
+ "URL": "https://hodss.xyz/?refer=is-a-dev"
+ }
}
diff --git a/domains/hokkqi.json b/domains/hokkqi.json
index 11345972a..d09a10c8a 100644
--- a/domains/hokkqi.json
+++ b/domains/hokkqi.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio redirect for Hokkqi",
- "repo": "https://werewolf.codes",
- "owner": {
- "username": "hokkqi",
- "email": "lio@werewolf.design"
- },
- "record": {
- "URL": "https://werewolf.design"
- }
+ "description": "Portfolio redirect for Hokkqi",
+ "repo": "https://werewolf.codes",
+ "owner": {
+ "username": "hokkqi",
+ "email": "lio@werewolf.design"
+ },
+ "record": {
+ "URL": "https://werewolf.design"
+ }
}
diff --git a/domains/homemadestea58.json b/domains/homemadestea58.json
index b99176bcf..3d4cced78 100644
--- a/domains/homemadestea58.json
+++ b/domains/homemadestea58.json
@@ -1,11 +1,11 @@
{
- "description": "Add some description",
- "repo": "https://github.com/Homemadestea58homemadestea58.github.io",
- "owner": {
- "username": "Homemadestea58",
- "email": "conor.collins+isadev@dbbstu.catholic.edu.au"
- },
- "record": {
- "CNAME": "homemadestea58.github.io"
- }
+ "description": "Add some description",
+ "repo": "https://github.com/Homemadestea58homemadestea58.github.io",
+ "owner": {
+ "username": "Homemadestea58",
+ "email": "conor.collins+isadev@dbbstu.catholic.edu.au"
+ },
+ "record": {
+ "CNAME": "homemadestea58.github.io"
+ }
}
diff --git a/domains/hot-dev.json b/domains/hot-dev.json
index 278c86764..be8316ea9 100644
--- a/domains/hot-dev.json
+++ b/domains/hot-dev.json
@@ -4,9 +4,9 @@
"owner": {
"username": "gamerz420",
"email": "imakbss@gmail.com",
- "discord":"gamerz420#6200"
+ "discord": "gamerz420#6200"
},
"record": {
"CNAME": "gamerz420.github.io"
}
-}
+}
diff --git a/domains/hsgamer.json b/domains/hsgamer.json
index 5a749b8d2..2a6fefad7 100644
--- a/domains/hsgamer.json
+++ b/domains/hsgamer.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "HSGamer",
"email": "huynhqtienvtag@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "hsgamer.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/hu-kaixiang.json b/domains/hu-kaixiang.json
index 3ad085a46..c12a5a019 100644
--- a/domains/hu-kaixiang.json
+++ b/domains/hu-kaixiang.json
@@ -1,11 +1,11 @@
{
- "description": "Hu Kaixiang's Personal Site",
- "repo": "https://github.com/Maxhu787/g4o2-website",
- "owner": {
- "username": "Maxhu787",
- "email": "maxhu787@gmail.com"
- },
- "record": {
- "CNAME": "maxhu787.github.io"
- }
+ "description": "Hu Kaixiang's Personal Site",
+ "repo": "https://github.com/Maxhu787/g4o2-website",
+ "owner": {
+ "username": "Maxhu787",
+ "email": "maxhu787@gmail.com"
+ },
+ "record": {
+ "CNAME": "maxhu787.github.io"
+ }
}
diff --git a/domains/huby.json b/domains/huby.json
index 7d2d0bd03..50718f959 100644
--- a/domains/huby.json
+++ b/domains/huby.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "OpAayush",
- "email": "aayushmagrawal@gmail.com",
- "discord": "Aayu5h#1737"
- },
- "record": {
- "CNAME": "7cfe5323-1a5d-4086-9226-3475a4e3cf5a.id.repl.co"
- }
+ "owner": {
+ "username": "OpAayush",
+ "email": "aayushmagrawal@gmail.com",
+ "discord": "Aayu5h#1737"
+ },
+ "record": {
+ "CNAME": "7cfe5323-1a5d-4086-9226-3475a4e3cf5a.id.repl.co"
+ }
}
diff --git a/domains/hugovidafe.json b/domains/hugovidafe.json
index b0ef69294..75a90de42 100644
--- a/domains/hugovidafe.json
+++ b/domains/hugovidafe.json
@@ -1,12 +1,12 @@
{
- "description": "Hugovidafe's website",
- "repo": "https://github.com/Hugovidafe-OSS",
- "owner": {
- "username": "Hugovidafe",
- "email": "hugo@hugovidafe.dev",
- "twitter": "Hugovidafe"
- },
- "record": {
- "URL": "https://hugovidafe.dev"
- }
+ "description": "Hugovidafe's website",
+ "repo": "https://github.com/Hugovidafe-OSS",
+ "owner": {
+ "username": "Hugovidafe",
+ "email": "hugo@hugovidafe.dev",
+ "twitter": "Hugovidafe"
+ },
+ "record": {
+ "URL": "https://hugovidafe.dev"
+ }
}
diff --git a/domains/hunai.json b/domains/hunai.json
index aca426cfb..d5e74e302 100644
--- a/domains/hunai.json
+++ b/domains/hunai.json
@@ -1,11 +1,9 @@
-{
- "owner": {
- "username": "Hunter2809",
- "email": "auser929129@gmail.com"
- },
- "record": {
- "A": [
- "75.2.69.226"
- ]
- }
-}
\ No newline at end of file
+{
+ "owner": {
+ "username": "Hunter2809",
+ "email": "auser929129@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.69.226"]
+ }
+}
diff --git a/domains/hung-contact.json b/domains/hung-contact.json
index 92d29c6bc..902d50e42 100644
--- a/domains/hung-contact.json
+++ b/domains/hung-contact.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "hunghg255",
- "email": "giahunghust@gmail.com"
- },
- "record": {
- "URL": "https://hunghg-contact.vercel.app"
- }
+ "owner": {
+ "username": "hunghg255",
+ "email": "giahunghust@gmail.com"
+ },
+ "record": {
+ "URL": "https://hunghg-contact.vercel.app"
+ }
}
diff --git a/domains/hung.json b/domains/hung.json
index e13984984..1e15cc828 100644
--- a/domains/hung.json
+++ b/domains/hung.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "hunghg255",
- "email": "giahunghust@gmail.com"
- },
- "record": {
- "URL": "https://hunghg-portfolio.vercel.app"
- }
+ "owner": {
+ "username": "hunghg255",
+ "email": "giahunghust@gmail.com"
+ },
+ "record": {
+ "URL": "https://hunghg-portfolio.vercel.app"
+ }
}
diff --git a/domains/hunter.json b/domains/hunter.json
index bc3207138..1c2c5eee2 100644
--- a/domains/hunter.json
+++ b/domains/hunter.json
@@ -1,11 +1,11 @@
-{
- "description": "Hunter Website",
- "repo": "https://github.com/itshunterr",
- "owner": {
- "username": "Itshunterr",
- "email": "itshunterr@protonmail.com"
- },
- "record": {
- "A": ["185.199.108.153"]
- }
- }
+{
+ "description": "Hunter Website",
+ "repo": "https://github.com/itshunterr",
+ "owner": {
+ "username": "Itshunterr",
+ "email": "itshunterr@protonmail.com"
+ },
+ "record": {
+ "A": ["185.199.108.153"]
+ }
+}
diff --git a/domains/huntroid.json b/domains/huntroid.json
index 8cda8412c..2aa1983be 100644
--- a/domains/huntroid.json
+++ b/domains/huntroid.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "hunterz-killer",
"email": "srimath8@gmail.com"
- },
- "record": {
+ },
+ "record": {
"A": ["185.199.108.153"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/husain.json b/domains/husain.json
index c64e68338..01fbb111a 100644
--- a/domains/husain.json
+++ b/domains/husain.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "H-Killer",
"email": "hadiabode34@gmail.com"
- },
- "record": {
+ },
+ "record": {
"A": ["184.94.215.77"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/huseyin.json b/domains/huseyin.json
index c5ba12225..7dfdc9605 100644
--- a/domains/huseyin.json
+++ b/domains/huseyin.json
@@ -1,11 +1,11 @@
{
- "description": "Hüseyin Çınars personal web site",
- "repo": "https://github.com/Huseyin-Cinar/huseyin.dev",
- "owner": {
- "username": "Huseyin-Cinar",
- "email": "gslicocuk8080@gmail.com"
- },
- "record": {
- "CNAME": "Huseyin-Cinar.github.io"
- }
+ "description": "Hüseyin Çınars personal web site",
+ "repo": "https://github.com/Huseyin-Cinar/huseyin.dev",
+ "owner": {
+ "username": "Huseyin-Cinar",
+ "email": "gslicocuk8080@gmail.com"
+ },
+ "record": {
+ "CNAME": "Huseyin-Cinar.github.io"
+ }
}
diff --git a/domains/huyen.json b/domains/huyen.json
index 470b117cd..32827420e 100644
--- a/domains/huyen.json
+++ b/domains/huyen.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "huyenit200x.github.io"
}
-}
+}
diff --git a/domains/hycord.json b/domains/hycord.json
index e694b105e..ae8ab0a1b 100644
--- a/domains/hycord.json
+++ b/domains/hycord.json
@@ -1,12 +1,12 @@
{
- "description": "Hi! I'm Hycord!",
- "repo": "https://github.com/hycord/hycord.github.io",
- "owner": {
- "username": "hycord",
- "email": "hycord@duck.com",
- "twitter": "IGNHycord"
- },
- "record": {
- "CNAME": "hycord.github.io"
- }
+ "description": "Hi! I'm Hycord!",
+ "repo": "https://github.com/hycord/hycord.github.io",
+ "owner": {
+ "username": "hycord",
+ "email": "hycord@duck.com",
+ "twitter": "IGNHycord"
+ },
+ "record": {
+ "CNAME": "hycord.github.io"
+ }
}
diff --git a/domains/hyena.json b/domains/hyena.json
index afb7f0b48..c23a97f8e 100644
--- a/domains/hyena.json
+++ b/domains/hyena.json
@@ -1,11 +1,11 @@
{
- "description": "hagen's portfolio",
- "repo": "https://github.com/MrGriefs/hyena.gay",
- "owner": {
- "username": "MrGriefs",
- "email": "hagen@paw.bot"
- },
- "record": {
- "URL": "https://hyena.gay"
- }
+ "description": "hagen's portfolio",
+ "repo": "https://github.com/MrGriefs/hyena.gay",
+ "owner": {
+ "username": "MrGriefs",
+ "email": "hagen@paw.bot"
+ },
+ "record": {
+ "URL": "https://hyena.gay"
+ }
}
diff --git a/domains/hyperhacker.json b/domains/hyperhacker.json
index 72953d538..6b3d96414 100644
--- a/domains/hyperhacker.json
+++ b/domains/hyperhacker.json
@@ -1,12 +1,12 @@
{
- "description": "Portfolio website for HyperGithubForm",
- "repo": "https://replit.com/@HyperHacker/HyperHacker",
- "owner": {
- "username": "HyperGithubForm",
- "email": "",
- "discord": "HyperHacker#3433"
- },
- "record": {
- "CNAME": "988a5d1f-c278-44ca-9b99-34f9995ed9ba.id.repl.co"
- }
+ "description": "Portfolio website for HyperGithubForm",
+ "repo": "https://replit.com/@HyperHacker/HyperHacker",
+ "owner": {
+ "username": "HyperGithubForm",
+ "email": "",
+ "discord": "HyperHacker#3433"
+ },
+ "record": {
+ "CNAME": "988a5d1f-c278-44ca-9b99-34f9995ed9ba.id.repl.co"
+ }
}
diff --git a/domains/hyro.json b/domains/hyro.json
index 5b99b094b..5ac3377d6 100644
--- a/domains/hyro.json
+++ b/domains/hyro.json
@@ -1,11 +1,11 @@
{
- "description": "Link to my website site.",
- "repo": "https://github.com/xHyroM/xHyroM/tree/master/web",
- "owner": {
- "username": "xHyroM",
- "email": "generalkubo@gmail.com"
- },
- "record": {
- "URL": "https://xhyrom.vercel.app"
- }
+ "description": "Link to my website site.",
+ "repo": "https://github.com/xHyroM/xHyroM/tree/master/web",
+ "owner": {
+ "username": "xHyroM",
+ "email": "generalkubo@gmail.com"
+ },
+ "record": {
+ "URL": "https://xhyrom.vercel.app"
+ }
}
diff --git a/domains/hzmi.json b/domains/hzmi.json
index ba5242613..34d9dbda1 100644
--- a/domains/hzmi.json
+++ b/domains/hzmi.json
@@ -1,11 +1,11 @@
{
- "description": "Personal Website",
- "repo": "https://github.com/Hazmi35",
- "owner": {
- "username": "Hazmi35",
- "email": "contact@hzmi.xyz"
- },
- "record": {
- "URL": "https://hzmi.xyz"
- }
+ "description": "Personal Website",
+ "repo": "https://github.com/Hazmi35",
+ "owner": {
+ "username": "Hazmi35",
+ "email": "contact@hzmi.xyz"
+ },
+ "record": {
+ "URL": "https://hzmi.xyz"
+ }
}
diff --git a/domains/hzyusuf.json b/domains/hzyusuf.json
index 7a44577bf..cc3397c70 100644
--- a/domains/hzyusuf.json
+++ b/domains/hzyusuf.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "yufuss",
"email": "yusufgocer40@hotmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "glitch.edgeapp.net"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/i10.json b/domains/i10.json
index a33e7d507..018e9954a 100644
--- a/domains/i10.json
+++ b/domains/i10.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "JavaScythe",
"email": "slashmod6@gmail.com"
- },
- "record": {
+ },
+ "record": {
"A": ["34.110.138.177"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/iakshay.json b/domains/iakshay.json
index 50fe12630..d2f406f0d 100644
--- a/domains/iakshay.json
+++ b/domains/iakshay.json
@@ -1,12 +1,12 @@
{
- "description": "Hola! This is Akshay's personal website.",
- "repo": "https://github.com/akshay1018/akshay1018.github.io",
- "owner": {
- "username": "Akshay1018",
- "email": "ak715173@gmail.com",
- "twitter": "i_Akshay09"
- },
- "record": {
- "CNAME": "Akshay1018.github.io"
- }
+ "description": "Hola! This is Akshay's personal website.",
+ "repo": "https://github.com/akshay1018/akshay1018.github.io",
+ "owner": {
+ "username": "Akshay1018",
+ "email": "ak715173@gmail.com",
+ "twitter": "i_Akshay09"
+ },
+ "record": {
+ "CNAME": "Akshay1018.github.io"
+ }
}
diff --git a/domains/iansalazar.json b/domains/iansalazar.json
index 3ba25c281..38e688cc9 100644
--- a/domains/iansalazar.json
+++ b/domains/iansalazar.json
@@ -1,11 +1,11 @@
{
- "description": "Ian Salazar's portfolio website",
- "repo": "https://github.com/dertrockx/freelance-frontend-app",
- "owner": {
- "username": "iisalazar",
- "email": "iansalazar67@gmail.com"
- },
- "record": {
- "CNAME": "freelance-frontend-app-production.up.railway.app"
- }
+ "description": "Ian Salazar's portfolio website",
+ "repo": "https://github.com/dertrockx/freelance-frontend-app",
+ "owner": {
+ "username": "iisalazar",
+ "email": "iansalazar67@gmail.com"
+ },
+ "record": {
+ "CNAME": "freelance-frontend-app-production.up.railway.app"
+ }
}
diff --git a/domains/ibrahim.json b/domains/ibrahim.json
index 22a80eef1..9c7d980d3 100644
--- a/domains/ibrahim.json
+++ b/domains/ibrahim.json
@@ -1,11 +1,11 @@
{
- "description": "ibrahim's personal developer website.",
- "repo": "https://github.com/ibrahimdevx",
- "owner": {
- "username": "ibrahimdev",
- "email": "ibrahimimran@northsixty.com"
- },
- "record": {
- "CNAME": "ibrahimdevx.github.io"
- }
+ "description": "ibrahim's personal developer website.",
+ "repo": "https://github.com/ibrahimdevx",
+ "owner": {
+ "username": "ibrahimdev",
+ "email": "ibrahimimran@northsixty.com"
+ },
+ "record": {
+ "CNAME": "ibrahimdevx.github.io"
+ }
}
diff --git a/domains/ice.json b/domains/ice.json
index 75b778728..56cc9e732 100644
--- a/domains/ice.json
+++ b/domains/ice.json
@@ -1,11 +1,11 @@
{
- "description": "Ice's personal developer website",
- "repo": "https://github.com/u0f/u0f.github.io",
- "owner": {
- "username": "u0f",
- "email": "ice.dev1234@gmail.com"
- },
- "record": {
- "CNAME": "u0f.github.io"
- }
+ "description": "Ice's personal developer website",
+ "repo": "https://github.com/u0f/u0f.github.io",
+ "owner": {
+ "username": "u0f",
+ "email": "ice.dev1234@gmail.com"
+ },
+ "record": {
+ "CNAME": "u0f.github.io"
+ }
}
diff --git a/domains/icehead.json b/domains/icehead.json
index d68635ea9..c27402685 100644
--- a/domains/icehead.json
+++ b/domains/icehead.json
@@ -1,11 +1,11 @@
{
- "description": "Domain for my Github Page.",
- "repo": "https://github.com/Ice-Head/ice-head.github.io",
- "owner": {
- "username": "Ice-Head",
- "email": "heads.ice@protonmail.com"
- },
- "record": {
- "CNAME": "ice-head.github.io"
- }
+ "description": "Domain for my Github Page.",
+ "repo": "https://github.com/Ice-Head/ice-head.github.io",
+ "owner": {
+ "username": "Ice-Head",
+ "email": "heads.ice@protonmail.com"
+ },
+ "record": {
+ "CNAME": "ice-head.github.io"
+ }
}
diff --git a/domains/icm.json b/domains/icm.json
index 323ffb176..c408951a5 100644
--- a/domains/icm.json
+++ b/domains/icm.json
@@ -1,11 +1,11 @@
{
- "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"
-},
- "record": {
- "CNAME": "icm185.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "icm185.github.io"
+ }
}
diff --git a/domains/ico.json b/domains/ico.json
index 50f240c05..408a8799d 100644
--- a/domains/ico.json
+++ b/domains/ico.json
@@ -1,11 +1,11 @@
{
- "description": "Simply Iconical",
- "repo": "https://github.com/babyico/babyico.github.io",
- "owner": {
- "username": "babyico",
- "email": "iconical@programmer.net"
- },
- "record": {
- "CNAME": "babyico.github.io"
- }
+ "description": "Simply Iconical",
+ "repo": "https://github.com/babyico/babyico.github.io",
+ "owner": {
+ "username": "babyico",
+ "email": "iconical@programmer.net"
+ },
+ "record": {
+ "CNAME": "babyico.github.io"
+ }
}
diff --git a/domains/ida64.json b/domains/ida64.json
index abf07e3a2..02feaaff0 100644
--- a/domains/ida64.json
+++ b/domains/ida64.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/7v2p/7v2p.github.io",
- "owner": {
- "username": "7v2p",
- "email": "",
- "discord": "IDA#1337"
- },
- "record": {
- "CNAME": "7v2p.github.io"
- }
+ "repo": "https://github.com/7v2p/7v2p.github.io",
+ "owner": {
+ "username": "7v2p",
+ "email": "",
+ "discord": "IDA#1337"
+ },
+ "record": {
+ "CNAME": "7v2p.github.io"
+ }
}
diff --git a/domains/igna.json b/domains/igna.json
index 40d98a68f..c57a0d77f 100644
--- a/domains/igna.json
+++ b/domains/igna.json
@@ -1,12 +1,12 @@
{
- "description": "igna's portfolio website",
- "repo": "https://github.com/uhIgnacio",
- "owner": {
- "username": "uhIgnacio",
- "email": "igna@hypixel.one"
- },
+ "description": "igna's portfolio website",
+ "repo": "https://github.com/uhIgnacio",
+ "owner": {
+ "username": "uhIgnacio",
+ "email": "igna@hypixel.one"
+ },
- "record": {
- "URL": "https://igna.rocks"
- }
+ "record": {
+ "URL": "https://igna.rocks"
+ }
}
diff --git a/domains/ihsan.json b/domains/ihsan.json
index 4b1807936..055d3d0cf 100644
--- a/domains/ihsan.json
+++ b/domains/ihsan.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "XzFrosT",
"email": "mschodeihsan@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "ihsanhardiansah.me"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/ihzan.json b/domains/ihzan.json
index da1744837..57b72e1b0 100644
--- a/domains/ihzan.json
+++ b/domains/ihzan.json
@@ -1,11 +1,9 @@
-
{
- "owner": {
- "username": "Ihsan-N",
- "email": "abuihsan341@gmail.com"
- },
- "record": {
- "CNAME": "4a08a93f-e142-4ae8-93f3-6cd7dc6304b7.id.repl.co"
- }
+ "owner": {
+ "username": "Ihsan-N",
+ "email": "abuihsan341@gmail.com"
+ },
+ "record": {
+ "CNAME": "4a08a93f-e142-4ae8-93f3-6cd7dc6304b7.id.repl.co"
+ }
}
-
\ No newline at end of file
diff --git a/domains/imad.json b/domains/imad.json
index a6f00d379..e76d3f385 100644
--- a/domains/imad.json
+++ b/domains/imad.json
@@ -1,13 +1,11 @@
{
- "description": "Imad",
- "repo": "https://github.com/imadboy89",
- "owner": {
- "username": "imadboy89",
- "email": "imad.kh@outlook.com"
- },
- "record": {
- "A": [
- "20.101.44.225"
- ]
- }
+ "description": "Imad",
+ "repo": "https://github.com/imadboy89",
+ "owner": {
+ "username": "imadboy89",
+ "email": "imad.kh@outlook.com"
+ },
+ "record": {
+ "A": ["20.101.44.225"]
+ }
}
diff --git a/domains/imd.json b/domains/imd.json
index a6f00d379..e76d3f385 100644
--- a/domains/imd.json
+++ b/domains/imd.json
@@ -1,13 +1,11 @@
{
- "description": "Imad",
- "repo": "https://github.com/imadboy89",
- "owner": {
- "username": "imadboy89",
- "email": "imad.kh@outlook.com"
- },
- "record": {
- "A": [
- "20.101.44.225"
- ]
- }
+ "description": "Imad",
+ "repo": "https://github.com/imadboy89",
+ "owner": {
+ "username": "imadboy89",
+ "email": "imad.kh@outlook.com"
+ },
+ "record": {
+ "A": ["20.101.44.225"]
+ }
}
diff --git a/domains/imekachi.json b/domains/imekachi.json
index 9935a546c..34893a08e 100644
--- a/domains/imekachi.json
+++ b/domains/imekachi.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "imekachi",
"email": "imekachi@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "hashnode.network"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/img.json b/domains/img.json
index a64e7d895..db8921c2a 100644
--- a/domains/img.json
+++ b/domains/img.json
@@ -1,11 +1,11 @@
{
- "description": "a website to save some images",
- "repo": "https://github.com/leecheeyong/leecheeyong",
- "owner": {
- "username": "leecheeyong",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "dd04023a-b6e9-4158-858e-bad08e56f201.id.repl.co"
- }
+ "description": "a website to save some images",
+ "repo": "https://github.com/leecheeyong/leecheeyong",
+ "owner": {
+ "username": "leecheeyong",
+ "email": "tojoeleeofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "dd04023a-b6e9-4158-858e-bad08e56f201.id.repl.co"
+ }
}
diff --git a/domains/img.suki.json b/domains/img.suki.json
index 98bc7bc88..d40edd232 100644
--- a/domains/img.suki.json
+++ b/domains/img.suki.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "SukiPlayz",
- "email": "sukimayoo@outlook.com"
- },
- "record": {
- "CNAME": "cb594ad8-2514-45d4-94a7-538476039dec.id.repl.co"
- }
+ "owner": {
+ "username": "SukiPlayz",
+ "email": "sukimayoo@outlook.com"
+ },
+ "record": {
+ "CNAME": "cb594ad8-2514-45d4-94a7-538476039dec.id.repl.co"
+ }
}
diff --git a/domains/imlasiya.json b/domains/imlasiya.json
index 81660029e..30426d9f8 100644
--- a/domains/imlasiya.json
+++ b/domains/imlasiya.json
@@ -1,12 +1,12 @@
{
- "description": "My Personal Portfolio",
- "repo": "https://github.com/ImLasiya/ImLasiya.github.io",
- "owner": {
- "username": "ImLasiya",
- "email": "shsherlocksl@gmail.com",
- "twitter": "ImLasiya"
- },
- "record": {
- "CNAME": "imlasiya.github.io"
- }
+ "description": "My Personal Portfolio",
+ "repo": "https://github.com/ImLasiya/ImLasiya.github.io",
+ "owner": {
+ "username": "ImLasiya",
+ "email": "shsherlocksl@gmail.com",
+ "twitter": "ImLasiya"
+ },
+ "record": {
+ "CNAME": "imlasiya.github.io"
+ }
}
diff --git a/domains/imlasiyah.json b/domains/imlasiyah.json
index 33cf98779..1a7fc88b4 100644
--- a/domains/imlasiyah.json
+++ b/domains/imlasiyah.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "ImLasiya",
"email": "senash@darktsysl.onmicrosoft.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "imlasiya.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/immails.json b/domains/immails.json
index 5e70eecc5..e8967f3b5 100644
--- a/domains/immails.json
+++ b/domains/immails.json
@@ -1,11 +1,11 @@
{
"owner": {
- "username": "ImMAils",
- "email": "anton140315@gmail.com",
- "discord": "I'mMAils#1238"
+ "username": "ImMAils",
+ "email": "anton140315@gmail.com",
+ "discord": "I'mMAils#1238"
},
"description": "Why? To share my projects and other stuff. Like discord bot, node.js modules or even games!",
"record": {
- "CNAME": "f0476060.xsph.ru"
+ "CNAME": "f0476060.xsph.ru"
}
}
diff --git a/domains/impsycho.json b/domains/impsycho.json
index f07f6339a..2cb184373 100644
--- a/domains/impsycho.json
+++ b/domains/impsycho.json
@@ -1,9 +1,9 @@
- {
- "owner": {
+{
+ "owner": {
"username": "OpAayush",
"email": "aayushmagrawal@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "27b81edb-5fc7-4c0c-82c5-2f96e325f113.id.repl.co"
- }
}
+}
diff --git a/domains/imsudip.json b/domains/imsudip.json
index acfb3019f..6e88e8e8d 100644
--- a/domains/imsudip.json
+++ b/domains/imsudip.json
@@ -1,11 +1,11 @@
-{
- "description": "A personal portfolio site for all my projects",
- "repo": "https://github.com/imsudip/portfolio",
- "owner": {
- "username": "imsudip",
- "email": "sudipghosh9333@gmail.com"
- },
- "record": {
- "URL": "https://portfolio.imsudip.ml"
- }
-}
+{
+ "description": "A personal portfolio site for all my projects",
+ "repo": "https://github.com/imsudip/portfolio",
+ "owner": {
+ "username": "imsudip",
+ "email": "sudipghosh9333@gmail.com"
+ },
+ "record": {
+ "URL": "https://portfolio.imsudip.ml"
+ }
+}
diff --git a/domains/imzihad21.json b/domains/imzihad21.json
index 510019ee7..ca0e238e5 100644
--- a/domains/imzihad21.json
+++ b/domains/imzihad21.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "IMZihad21",
- "email": "imzihad@gmail.com"
- },
- "record": {
- "CNAME": "ec2-52-77-224-107.ap-southeast-1.compute.amazonaws.com"
- }
+ "owner": {
+ "username": "IMZihad21",
+ "email": "imzihad@gmail.com"
+ },
+ "record": {
+ "CNAME": "ec2-52-77-224-107.ap-southeast-1.compute.amazonaws.com"
+ }
}
diff --git a/domains/imzulkar.json b/domains/imzulkar.json
index ac53bb49c..ffb9524fd 100644
--- a/domains/imzulkar.json
+++ b/domains/imzulkar.json
@@ -1,9 +1,9 @@
{
"owner": {
- "username": "imzulkar",
- "email": "gmzulkar@gmail.com"
+ "username": "imzulkar",
+ "email": "gmzulkar@gmail.com"
},
"record": {
- "CNAME": "imzulkar.github.io"
+ "CNAME": "imzulkar.github.io"
}
- }
+}
diff --git a/domains/incbom.json b/domains/incbom.json
index 969dfd365..695a1342a 100644
--- a/domains/incbom.json
+++ b/domains/incbom.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "incbomdev.github.io"
}
-}
+}
diff --git a/domains/infernum.json b/domains/infernum.json
index 224e00ae5..893b71da5 100644
--- a/domains/infernum.json
+++ b/domains/infernum.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "Infernum1.github.io"
}
-}
+}
diff --git a/domains/infinitecode.json b/domains/infinitecode.json
index d93c007d8..025e1ae2f 100644
--- a/domains/infinitecode.json
+++ b/domains/infinitecode.json
@@ -1,10 +1,10 @@
{
- "description": "Infinite's personal portfolio!",
- "owner": {
- "username": "InfiniteCode",
- "email": "infinitecode@infiniteco.de"
- },
- "record": {
- "URL": "https://infiniteco.de"
- }
+ "description": "Infinite's personal portfolio!",
+ "owner": {
+ "username": "InfiniteCode",
+ "email": "infinitecode@infiniteco.de"
+ },
+ "record": {
+ "URL": "https://infiniteco.de"
+ }
}
diff --git a/domains/infinity.json b/domains/infinity.json
index 382c28774..92362cbce 100644
--- a/domains/infinity.json
+++ b/domains/infinity.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Infinitybeond1",
"email": "Infinitybeond1@protonmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "1de2d007-3905-40b1-b64f-d166b367a43d.id.repl.co"
- }
}
-
+}
diff --git a/domains/ink.json b/domains/ink.json
index dbea2d1a9..b35ebbbd5 100644
--- a/domains/ink.json
+++ b/domains/ink.json
@@ -1,11 +1,11 @@
{
- "description": "project docs",
- "repo": "https://github.com/leecheeyong/leecheeyong",
- "owner": {
- "username": "leecheeyong",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "eb916d53-6d53-4d03-98b4-06b9dd7352e7.id.repl.co"
- }
+ "description": "project docs",
+ "repo": "https://github.com/leecheeyong/leecheeyong",
+ "owner": {
+ "username": "leecheeyong",
+ "email": "tojoeleeofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "eb916d53-6d53-4d03-98b4-06b9dd7352e7.id.repl.co"
+ }
}
diff --git a/domains/inkilu.json b/domains/inkilu.json
index d7a45e2c1..65f6e789f 100644
--- a/domains/inkilu.json
+++ b/domains/inkilu.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "inkilu.github.io"
}
-}
+}
diff --git a/domains/instantnoodles.json b/domains/instantnoodles.json
index bd9b9c820..986cd8803 100644
--- a/domains/instantnoodles.json
+++ b/domains/instantnoodles.json
@@ -1,12 +1,12 @@
{
- "description": "info@instantnoodles.is-a.dev",
- "repo": "https://github.com/NoodlesDev1/InstantNoodles-portfolio",
- "owner": {
- "username": "NoodlesDev1",
- "email": "info@InstantNoodles.is-a.dev"
- },
- "record": {
- "A": ["172.66.47.94", "172.66.44.162"],
- "MX": ["mx1.improvmx.com","mx2.improvmx.com"]
- }
+ "description": "info@instantnoodles.is-a.dev",
+ "repo": "https://github.com/NoodlesDev1/InstantNoodles-portfolio",
+ "owner": {
+ "username": "NoodlesDev1",
+ "email": "info@InstantNoodles.is-a.dev"
+ },
+ "record": {
+ "A": ["172.66.47.94", "172.66.44.162"],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
+ }
}
diff --git a/domains/instapi.aditya.json b/domains/instapi.aditya.json
index c7acbfab5..bcc1daa27 100644
--- a/domains/instapi.aditya.json
+++ b/domains/instapi.aditya.json
@@ -1,13 +1,13 @@
{
- "owner": {
- "username": "pythonmcpi",
- "email": "user3456@insomnia247.nl",
- "irc": "user3456@irc.insomnia247.nl/#shells",
- "discord": "Little Furret#7901",
- "note": "That email address is not my main email. It has email forwarding enabled, but the spam filter doesn't like the forwarding. It is probably faster to contact me on Discord or irc."
- },
- "description": "I'll probably put some project pages on 0x0.is-a.dev. ¯\\_(ツ)_/¯",
- "record": {
- "A": ["76.223.55.44"]
- }
+ "owner": {
+ "username": "pythonmcpi",
+ "email": "user3456@insomnia247.nl",
+ "irc": "user3456@irc.insomnia247.nl/#shells",
+ "discord": "Little Furret#7901",
+ "note": "That email address is not my main email. It has email forwarding enabled, but the spam filter doesn't like the forwarding. It is probably faster to contact me on Discord or irc."
+ },
+ "description": "I'll probably put some project pages on 0x0.is-a.dev. ¯\\_(ツ)_/¯",
+ "record": {
+ "A": ["76.223.55.44"]
+ }
}
diff --git a/domains/intergrav.json b/domains/intergrav.json
index a89da8115..e42ee56cf 100644
--- a/domains/intergrav.json
+++ b/domains/intergrav.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "intergrav",
"email": "devinkid1@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "intergrav.github.io"
- }
}
-
+}
diff --git a/domains/inxlo.json b/domains/inxlo.json
index 57ee10b8b..4acd2e730 100644
--- a/domains/inxlo.json
+++ b/domains/inxlo.json
@@ -1,11 +1,11 @@
{
- "description": "inxlo.is-a.dev",
- "repo": "https://github.com/xlenco/xlenco.github.io",
- "owner": {
- "username": "xlenco",
- "email": "xlenco@hotmail.com"
- },
- "record": {
- "CNAME": "xlenco.github.io"
- }
+ "description": "inxlo.is-a.dev",
+ "repo": "https://github.com/xlenco/xlenco.github.io",
+ "owner": {
+ "username": "xlenco",
+ "email": "xlenco@hotmail.com"
+ },
+ "record": {
+ "CNAME": "xlenco.github.io"
+ }
}
diff --git a/domains/ionetty.json b/domains/ionetty.json
index 9f42fac17..b40394c01 100644
--- a/domains/ionetty.json
+++ b/domains/ionetty.json
@@ -1,12 +1,12 @@
{
- "description": "Minecraft server n such.",
- "repo": "https://github.com/tootie112",
- "owner": {
- "username": "tootie112",
- "email": "",
- "discord": "Io.Netty#3118"
- },
- "record": {
- "A": ["65.21.160.210"]
- }
+ "description": "Minecraft server n such.",
+ "repo": "https://github.com/tootie112",
+ "owner": {
+ "username": "tootie112",
+ "email": "",
+ "discord": "Io.Netty#3118"
+ },
+ "record": {
+ "A": ["65.21.160.210"]
+ }
}
diff --git a/domains/ireknazm.json b/domains/ireknazm.json
index 56f405d64..825311ce3 100644
--- a/domains/ireknazm.json
+++ b/domains/ireknazm.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "Nagellan.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "Nagellan.github.io"
+ }
}
diff --git a/domains/irfan.json b/domains/irfan.json
index 0a99f687e..642b2359a 100644
--- a/domains/irfan.json
+++ b/domains/irfan.json
@@ -1,11 +1,11 @@
{
- "description": "Personal Portfolio",
- "repo": "https://github.com/irfanbacker/irfanbacker.github.io",
- "owner": {
- "username": "irfanbacker",
- "email": "irfuvk@gmail.com"
- },
- "record": {
- "CNAME": "irfanbacker.github.io"
- }
+ "description": "Personal Portfolio",
+ "repo": "https://github.com/irfanbacker/irfanbacker.github.io",
+ "owner": {
+ "username": "irfanbacker",
+ "email": "irfuvk@gmail.com"
+ },
+ "record": {
+ "CNAME": "irfanbacker.github.io"
+ }
}
diff --git a/domains/irumvanselme.json b/domains/irumvanselme.json
index d0f9d7684..9a6bf017a 100644
--- a/domains/irumvanselme.json
+++ b/domains/irumvanselme.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "irumvanselme",
- "email": "andesanselme@gmail.com"
- },
- "repo": "irumvanselme.github.io",
- "record": {
- "CNAME": "irumvanselme.github.io"
- }
+ "owner": {
+ "username": "irumvanselme",
+ "email": "andesanselme@gmail.com"
+ },
+ "repo": "irumvanselme.github.io",
+ "record": {
+ "CNAME": "irumvanselme.github.io"
+ }
}
diff --git a/domains/isaiahday.json b/domains/isaiahday.json
index f56aa699d..cc14c97d5 100644
--- a/domains/isaiahday.json
+++ b/domains/isaiahday.json
@@ -4,9 +4,9 @@
"owner": {
"username": "Isaiah08-D",
"email": "isaiahgrisha@gmail.com",
- "discord": "isaiah08#6008"
+ "discord": "isaiah08#6008"
},
"record": {
"CNAME": "isaiah08-d.github.io"
}
-}
+}
diff --git a/domains/ish.json b/domains/ish.json
index e5e2d0ff1..a2e53aa09 100644
--- a/domains/ish.json
+++ b/domains/ish.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "iamblueish",
- "email": "hey@blueish.gq"
- },
- "record": {
- "CNAME": "dev.blueish.gq"
- }
+ "owner": {
+ "username": "iamblueish",
+ "email": "hey@blueish.gq"
+ },
+ "record": {
+ "CNAME": "dev.blueish.gq"
+ }
}
diff --git a/domains/ishaanmehta.json b/domains/ishaanmehta.json
index 58237a09b..e619a4962 100644
--- a/domains/ishaanmehta.json
+++ b/domains/ishaanmehta.json
@@ -1,11 +1,11 @@
{
- "description": "Personal portfolio for Ishaan Mehta (IIIT Surat)",
- "repo": "https://github.com/ishaanmehta4/portfolio",
- "owner": {
- "username": "ishaanmehta4",
- "email": "ishaanmehta4@gmail.com"
- },
- "record": {
- "URL": "https://github.com/ishaanmehta4"
- }
+ "description": "Personal portfolio for Ishaan Mehta (IIIT Surat)",
+ "repo": "https://github.com/ishaanmehta4/portfolio",
+ "owner": {
+ "username": "ishaanmehta4",
+ "email": "ishaanmehta4@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/ishaanmehta4"
+ }
}
diff --git a/domains/ishan.json b/domains/ishan.json
index d6ca843aa..888d35229 100644
--- a/domains/ishan.json
+++ b/domains/ishan.json
@@ -1,12 +1,12 @@
{
- "description": "Ishan Goel's personal website (quackduck@github)",
- "repo": "https://github.com/quackduck/quackduck.github.io",
- "owner": {
- "username": "quackduck",
- "email": "igoel.mail@gmail.com",
- "name": "Ishan Goel"
- },
- "record": {
- "CNAME": "quackduck.github.io"
- }
+ "description": "Ishan Goel's personal website (quackduck@github)",
+ "repo": "https://github.com/quackduck/quackduck.github.io",
+ "owner": {
+ "username": "quackduck",
+ "email": "igoel.mail@gmail.com",
+ "name": "Ishan Goel"
+ },
+ "record": {
+ "CNAME": "quackduck.github.io"
+ }
}
diff --git a/domains/ishh.json b/domains/ishh.json
index 91fa6accb..8949ba1e3 100644
--- a/domains/ishh.json
+++ b/domains/ishh.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "AdityaOP2008",
- "discord": "844843800874582048",
- "email": "bw.dev@yahoo.com"
- },
- "record": {
- "CNAME": "570860f7-84fb-4ecd-8aee-015227be243d.id.repl.co"
- }
+ "owner": {
+ "username": "AdityaOP2008",
+ "discord": "844843800874582048",
+ "email": "bw.dev@yahoo.com"
+ },
+ "record": {
+ "CNAME": "570860f7-84fb-4ecd-8aee-015227be243d.id.repl.co"
+ }
}
diff --git a/domains/isqne.json b/domains/isqne.json
index 200e71404..35f856f69 100644
--- a/domains/isqne.json
+++ b/domains/isqne.json
@@ -1,11 +1,11 @@
{
- "description": "The isqneeh Website :D | OBS: Repo is Private",
- "repo": "https://github.com/Isqneeh/isqnechan",
- "owner": {
- "username": "Isqne",
- "email": "isqne@protonmail.com"
- },
- "record": {
- "URL": "https://isqnechan.vercel.app"
- }
+ "description": "The isqneeh Website :D | OBS: Repo is Private",
+ "repo": "https://github.com/Isqneeh/isqnechan",
+ "owner": {
+ "username": "Isqne",
+ "email": "isqne@protonmail.com"
+ },
+ "record": {
+ "URL": "https://isqnechan.vercel.app"
+ }
}
diff --git a/domains/isrmicha.json b/domains/isrmicha.json
index 07e19500c..8174a6cdf 100644
--- a/domains/isrmicha.json
+++ b/domains/isrmicha.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "isrmicha",
"email": "israel.micha@mercadolivre.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://github.com/isrmicha"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/issai.json b/domains/issai.json
index 823c1a5e7..fcba6f9d5 100644
--- a/domains/issai.json
+++ b/domains/issai.json
@@ -1,12 +1,12 @@
{
- "owner": {
- "username": "TheLimifiedLime",
- "email": "",
- "twitter": "TheLimifiedLime"
- },
- "description": "I will use this to redirect to my main domain",
- "repo": "https://github.com/TheLimifiedLime/issai.club",
- "record": {
- "URL": "https://issai.club"
- }
+ "owner": {
+ "username": "TheLimifiedLime",
+ "email": "",
+ "twitter": "TheLimifiedLime"
+ },
+ "description": "I will use this to redirect to my main domain",
+ "repo": "https://github.com/TheLimifiedLime/issai.club",
+ "record": {
+ "URL": "https://issai.club"
+ }
}
diff --git a/domains/itsdharmik.json b/domains/itsdharmik.json
index 7f48b4a48..a794ad24d 100644
--- a/domains/itsdharmik.json
+++ b/domains/itsdharmik.json
@@ -1,12 +1,12 @@
{
- "description": "Want this domain to host my portfolio.",
- "repo": "https://github.com/itsdharmik/itsdharmik.github.io",
- "owner": {
- "username": "itsdharmik",
- "email": "dharmikparmar2004@yahoo.com",
- "twitter": "itsdharmik"
- },
- "record": {
- "CNAME": "itsdharmik.github.io"
- }
+ "description": "Want this domain to host my portfolio.",
+ "repo": "https://github.com/itsdharmik/itsdharmik.github.io",
+ "owner": {
+ "username": "itsdharmik",
+ "email": "dharmikparmar2004@yahoo.com",
+ "twitter": "itsdharmik"
+ },
+ "record": {
+ "CNAME": "itsdharmik.github.io"
+ }
}
diff --git a/domains/itsnicecraft.json b/domains/itsnicecraft.json
index e7ef48594..9f0da4229 100644
--- a/domains/itsnicecraft.json
+++ b/domains/itsnicecraft.json
@@ -1,12 +1,12 @@
-{
- "description": "Personal website",
- "repo": "https://github.com/itsnicecraft/itsnicecraft.github.io",
- "owner": {
- "username": "itsnicecraft",
- "email": "",
- "twitter": "itsnicecraft"
- },
- "record": {
- "CNAME": "itsnicecraft.github.io"
- }
-}
\ No newline at end of file
+{
+ "description": "Personal website",
+ "repo": "https://github.com/itsnicecraft/itsnicecraft.github.io",
+ "owner": {
+ "username": "itsnicecraft",
+ "email": "",
+ "twitter": "itsnicecraft"
+ },
+ "record": {
+ "CNAME": "itsnicecraft.github.io"
+ }
+}
diff --git a/domains/itsvick.json b/domains/itsvick.json
index 19d93aef5..728efb7d2 100644
--- a/domains/itsvick.json
+++ b/domains/itsvick.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "itsvick",
"email": "vivek_kasture@techjoomla.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "itsvick.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/itzliam.json b/domains/itzliam.json
index e0a48e650..3c63ae095 100644
--- a/domains/itzliam.json
+++ b/domains/itzliam.json
@@ -1,9 +1,9 @@
{
-"owner": {
-"username": "liamgaming23",
-"email": "liamstickman123@gmail.com"
-},
-"record": {
-"CNAME": "liamgaming23.github.io"
-}
+ "owner": {
+ "username": "liamgaming23",
+ "email": "liamstickman123@gmail.com"
+ },
+ "record": {
+ "CNAME": "liamgaming23.github.io"
+ }
}
diff --git a/domains/ivan.json b/domains/ivan.json
index db731c0e7..0c638c806 100644
--- a/domains/ivan.json
+++ b/domains/ivan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "174n",
- "email": "174n@riseup.net"
- },
- "record": {
- "CNAME": "alexandrov.online"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "174n",
+ "email": "174n@riseup.net"
+ },
+ "record": {
+ "CNAME": "alexandrov.online"
+ }
+}
diff --git a/domains/ivedant.json b/domains/ivedant.json
index 19b2ccdf6..587cf90f1 100644
--- a/domains/ivedant.json
+++ b/domains/ivedant.json
@@ -1,11 +1,11 @@
{
- "description": "Vedant Naidu's Portfolio",
- "repo": "https://github.com/Flash2014/Flash2014.github.io",
- "owner": {
- "username": "Flash2014",
- "email": "naiduvedant@gmail.com"
- },
- "record": {
- "CNAME": "Flash2014.github.io"
- }
+ "description": "Vedant Naidu's Portfolio",
+ "repo": "https://github.com/Flash2014/Flash2014.github.io",
+ "owner": {
+ "username": "Flash2014",
+ "email": "naiduvedant@gmail.com"
+ },
+ "record": {
+ "CNAME": "Flash2014.github.io"
+ }
}
diff --git a/domains/ivolimasilva.json b/domains/ivolimasilva.json
index 3852fd027..15042ce87 100644
--- a/domains/ivolimasilva.json
+++ b/domains/ivolimasilva.json
@@ -1,11 +1,11 @@
{
- "description": "Ivo Lima Silva's personal website",
- "repo": "https://github.com/ivolimasilva/ivolimasilva.github.io",
- "owner": {
- "username": "ivolimasilva",
- "email": "ivolimasilva@outlook.com"
- },
- "record": {
- "CNAME": "ivolimasilva.xyz"
- }
+ "description": "Ivo Lima Silva's personal website",
+ "repo": "https://github.com/ivolimasilva/ivolimasilva.github.io",
+ "owner": {
+ "username": "ivolimasilva",
+ "email": "ivolimasilva@outlook.com"
+ },
+ "record": {
+ "CNAME": "ivolimasilva.xyz"
+ }
}
diff --git a/domains/j1shnu.json b/domains/j1shnu.json
index dcfbc47de..c9530d10b 100644
--- a/domains/j1shnu.json
+++ b/domains/j1shnu.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "www.j1shnu.ml"
}
-}
\ No newline at end of file
+}
diff --git a/domains/j3ffjessie.json b/domains/j3ffjessie.json
index 9862bb79f..463f5dada 100644
--- a/domains/j3ffjessie.json
+++ b/domains/j3ffjessie.json
@@ -1,11 +1,11 @@
{
- "description": "Jeff Jessie's Portfolio Website",
- "repo": "https://github.com/j3ffjessie/j3ffjessie.github.io",
- "owner": {
- "username": "j3ffjessie",
- "email": "j3ffjessie@protonmail.com"
- },
- "record": {
- "CNAME": "j3ffjessie.github.io"
- }
+ "description": "Jeff Jessie's Portfolio Website",
+ "repo": "https://github.com/j3ffjessie/j3ffjessie.github.io",
+ "owner": {
+ "username": "j3ffjessie",
+ "email": "j3ffjessie@protonmail.com"
+ },
+ "record": {
+ "CNAME": "j3ffjessie.github.io"
+ }
}
diff --git a/domains/jackiso.json b/domains/jackiso.json
index 53dc129c8..13a2a9bdd 100644
--- a/domains/jackiso.json
+++ b/domains/jackiso.json
@@ -1,10 +1,10 @@
{
- "description": "JaCkIsO is a Developer!",
- "owner": {
- "username": "JaCkIsO",
- "email": "jackisodev@gmail.com"
- },
- "record": {
- "CNAME": "JaCkIsO.github.io"
- }
+ "description": "JaCkIsO is a Developer!",
+ "owner": {
+ "username": "JaCkIsO",
+ "email": "jackisodev@gmail.com"
+ },
+ "record": {
+ "CNAME": "JaCkIsO.github.io"
+ }
}
diff --git a/domains/jackson.json b/domains/jackson.json
index 3239484a7..ef55172d6 100644
--- a/domains/jackson.json
+++ b/domains/jackson.json
@@ -1,15 +1,15 @@
{
- "owner": {
- "username": "SimplyJackson",
- "email": "",
- "discord": "jackson!#0001"
- },
- "record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ]
- }
+ "owner": {
+ "username": "SimplyJackson",
+ "email": "",
+ "discord": "jackson!#0001"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
}
diff --git a/domains/jacob.json b/domains/jacob.json
index 7a9719e9a..7a16e74f8 100644
--- a/domains/jacob.json
+++ b/domains/jacob.json
@@ -1,11 +1,11 @@
{
- "description": "My cool dev",
- "repo": "https://github.com/jacob13400/jacob13400.github.io",
- "owner": {
- "username": "jacob13400",
- "email": "jacob13400@gmail.com"
- },
- "record": {
- "CNAME": "jacob13400.github.io"
- }
+ "description": "My cool dev",
+ "repo": "https://github.com/jacob13400/jacob13400.github.io",
+ "owner": {
+ "username": "jacob13400",
+ "email": "jacob13400@gmail.com"
+ },
+ "record": {
+ "CNAME": "jacob13400.github.io"
+ }
}
diff --git a/domains/jacobtm.json b/domains/jacobtm.json
index 8cc0f7880..e7c8fc79b 100644
--- a/domains/jacobtm.json
+++ b/domains/jacobtm.json
@@ -1,12 +1,12 @@
{
- "description": "About me.",
- "repo": "https://github.com/Jacob1Tm",
- "owner": {
- "username": "Jacob1Tm",
- "email": "",
- "twitter": "Jacob1_Tm"
- },
- "record": {
- "URL": "https://jacobtm.tk"
- }
+ "description": "About me.",
+ "repo": "https://github.com/Jacob1Tm",
+ "owner": {
+ "username": "Jacob1Tm",
+ "email": "",
+ "twitter": "Jacob1_Tm"
+ },
+ "record": {
+ "URL": "https://jacobtm.tk"
+ }
}
diff --git a/domains/jagan.json b/domains/jagan.json
index 44905c7c9..c63d531ec 100644
--- a/domains/jagan.json
+++ b/domains/jagan.json
@@ -1,11 +1,11 @@
{
- "description": "My Personal Website.",
- "repo": "https://github.com/MR-JAGANMOHAN/MR-JAGANMOHAN.github.io",
- "owner": {
- "username": "MR-JAGANMOHAN",
- "email": "jaganpenke124@gmail.com"
- },
- "record": {
- "CNAME": "mr-jaganmohan.github.io"
- }
+ "description": "My Personal Website.",
+ "repo": "https://github.com/MR-JAGANMOHAN/MR-JAGANMOHAN.github.io",
+ "owner": {
+ "username": "MR-JAGANMOHAN",
+ "email": "jaganpenke124@gmail.com"
+ },
+ "record": {
+ "CNAME": "mr-jaganmohan.github.io"
+ }
}
diff --git a/domains/jagdhish-mer.json b/domains/jagdhish-mer.json
index bcccd9eb8..87c870b6c 100644
--- a/domains/jagdhish-mer.json
+++ b/domains/jagdhish-mer.json
@@ -1,11 +1,11 @@
{
- "description": "jagdish Profile.",
- "repo": "https://github.com/jagdish-der/jagdish-der.github.io",
- "owner": {
- "username": "jagdish-der",
- "email": ""
- },
- "record": {
- "CNAME": "jagdish-der.github.io"
- }
+ "description": "jagdish Profile.",
+ "repo": "https://github.com/jagdish-der/jagdish-der.github.io",
+ "owner": {
+ "username": "jagdish-der",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "jagdish-der.github.io"
+ }
}
diff --git a/domains/jagdish-mer.json b/domains/jagdish-mer.json
index bdcd867da..c59545fb5 100644
--- a/domains/jagdish-mer.json
+++ b/domains/jagdish-mer.json
@@ -1,11 +1,11 @@
{
- "description": "my Profile.",
- "repo": "https://github.com/jagdish-mer/jagdish-mer.github.io",
- "owner": {
- "username": "jagdish-mer",
- "email": ""
- },
- "record": {
- "CNAME": "jagdish-mer.github.io"
- }
+ "description": "my Profile.",
+ "repo": "https://github.com/jagdish-mer/jagdish-mer.github.io",
+ "owner": {
+ "username": "jagdish-mer",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "jagdish-mer.github.io"
+ }
}
diff --git a/domains/jakehe.json b/domains/jakehe.json
index 4691f032e..a3dfda89c 100644
--- a/domains/jakehe.json
+++ b/domains/jakehe.json
@@ -1,12 +1,12 @@
{
- "description": "Jake He's Portfolio",
- "repo": "https://github.com/Jakethebest1238/Jakes-Portfolio",
- "owner": {
- "username": "Jakethebest1238",
- "email": "jakehe1226@gmail.com",
- "twitter": "jakethebest1238"
- },
- "record": {
- "CNAME": "Jakethebest1238.github.io"
- }
+ "description": "Jake He's Portfolio",
+ "repo": "https://github.com/Jakethebest1238/Jakes-Portfolio",
+ "owner": {
+ "username": "Jakethebest1238",
+ "email": "jakehe1226@gmail.com",
+ "twitter": "jakethebest1238"
+ },
+ "record": {
+ "CNAME": "Jakethebest1238.github.io"
+ }
}
diff --git a/domains/jakub.json b/domains/jakub.json
index 56e54c3a2..8028102ff 100644
--- a/domains/jakub.json
+++ b/domains/jakub.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Jakubk15",
- "email": "jakubk15@protonmail.com"
- },
- "record": {
- "URL": "https://github.com/Jakubk15"
- }
+ "owner": {
+ "username": "Jakubk15",
+ "email": "jakubk15@protonmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/Jakubk15"
+ }
}
diff --git a/domains/jalaj.json b/domains/jalaj.json
index 64ad19746..6b1f39f2d 100644
--- a/domains/jalaj.json
+++ b/domains/jalaj.json
@@ -1,23 +1,17 @@
{
+ "description": "Jalaj's Portfolio",
- "description": "Jalaj's Portfolio",
+ "repo": "https://github.com/jalajcodes/jalaj",
- "repo": "https://github.com/jalajcodes/jalaj",
+ "owner": {
+ "username": "jalajcodes",
- "owner": {
+ "email": "",
- "username": "jalajcodes",
-
- "email": "",
-
- "twitter": "jalajcodes"
-
- },
-
- "record": {
-
- "CNAME": "jalaj.up.railway.app"
-
- }
+ "twitter": "jalajcodes"
+ },
+ "record": {
+ "CNAME": "jalaj.up.railway.app"
+ }
}
diff --git a/domains/james.json b/domains/james.json
index 4783b0f60..30b22b06a 100644
--- a/domains/james.json
+++ b/domains/james.json
@@ -1,12 +1,12 @@
{
- "description": "jmbdevs repo",
- "repo": "https://github.com/jmbdevs/jmbdevs.github.io",
- "owner": {
- "username": "jmbdevs",
- "email": "james@jmbdev.net",
- "twitter": "jmbdevs"
- },
- "record": {
- "CNAME": "jmbdevs.github.io"
- }
+ "description": "jmbdevs repo",
+ "repo": "https://github.com/jmbdevs/jmbdevs.github.io",
+ "owner": {
+ "username": "jmbdevs",
+ "email": "james@jmbdev.net",
+ "twitter": "jmbdevs"
+ },
+ "record": {
+ "CNAME": "jmbdevs.github.io"
+ }
}
diff --git a/domains/jamieisgeek.json b/domains/jamieisgeek.json
index a1c042d57..9677dbba2 100644
--- a/domains/jamieisgeek.json
+++ b/domains/jamieisgeek.json
@@ -1,11 +1,11 @@
{
- "description": "jamieisgeek.is-a.dev.",
- "repo": "https://github.com/jamieisgeek",
- "owner": {
- "username": "jamieisgeek",
- "email": "jamieisgeek@gmail.com"
- },
- "record": {
- "URL": "https://jamieisgeek.jamiecodes.repl.co"
- }
+ "description": "jamieisgeek.is-a.dev.",
+ "repo": "https://github.com/jamieisgeek",
+ "owner": {
+ "username": "jamieisgeek",
+ "email": "jamieisgeek@gmail.com"
+ },
+ "record": {
+ "URL": "https://jamieisgeek.jamiecodes.repl.co"
+ }
}
diff --git a/domains/jamig.json b/domains/jamig.json
index 8d1540267..455f8e01f 100644
--- a/domains/jamig.json
+++ b/domains/jamig.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "jamig7",
- "email": "jamigseven@gmail.com"
- },
- "record": {
- "CNAME": "jamig7.github.io"
- }
+ "owner": {
+ "username": "jamig7",
+ "email": "jamigseven@gmail.com"
+ },
+ "record": {
+ "CNAME": "jamig7.github.io"
+ }
}
diff --git a/domains/janeberru.json b/domains/janeberru.json
index 3751cf607..1449c3eab 100644
--- a/domains/janeberru.json
+++ b/domains/janeberru.json
@@ -1,12 +1,12 @@
{
- "owner": {
- "username": "nicholasyoannou",
- "email": "",
- "discord": "janeberru#4594",
- "note": "You can contact me by email or discord, really don't mind :)"
- },
- "description": "I'll probably be testing code and such on janeberru.is-a.dev. ¯\\_(ツ)_/¯",
- "record": {
- "CNAME": "testing-12.nicholas.dev"
- }
+ "owner": {
+ "username": "nicholasyoannou",
+ "email": "",
+ "discord": "janeberru#4594",
+ "note": "You can contact me by email or discord, really don't mind :)"
+ },
+ "description": "I'll probably be testing code and such on janeberru.is-a.dev. ¯\\_(ツ)_/¯",
+ "record": {
+ "CNAME": "testing-12.nicholas.dev"
+ }
}
diff --git a/domains/janleigh.json b/domains/janleigh.json
index 827796e2e..725d449b6 100644
--- a/domains/janleigh.json
+++ b/domains/janleigh.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "janleigh",
"email": "janleigh@proton.me"
- },
- "record": {
+ },
+ "record": {
"CNAME": "janleigh.github.io"
- }
}
-
+}
diff --git a/domains/jarmos.json b/domains/jarmos.json
index 608589827..4913a1b49 100644
--- a/domains/jarmos.json
+++ b/domains/jarmos.json
@@ -1,12 +1,12 @@
{
- "description": "A personal blog which is hosted on Medium temporarily.",
- "repo": "https://github.com/Jarmos-san/blog",
- "owner": {
- "username": "Jarmos-san",
- "email": "",
- "twitter": "Jarmosan"
- },
- "record": {
- "CNAME": "jarmos.medium.com"
- }
+ "description": "A personal blog which is hosted on Medium temporarily.",
+ "repo": "https://github.com/Jarmos-san/blog",
+ "owner": {
+ "username": "Jarmos-san",
+ "email": "",
+ "twitter": "Jarmosan"
+ },
+ "record": {
+ "CNAME": "jarmos.medium.com"
+ }
}
diff --git a/domains/jason.json b/domains/jason.json
index 7d531b1a7..95cde7450 100644
--- a/domains/jason.json
+++ b/domains/jason.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "nythrox",
- "email": "jasonsantiagobutler@gmail.com",
- "twitter": "nythrox_"
- },
- "record": {
- "URL": "https://jasonbutler.web.app"
- }
+ "owner": {
+ "username": "nythrox",
+ "email": "jasonsantiagobutler@gmail.com",
+ "twitter": "nythrox_"
+ },
+ "record": {
+ "URL": "https://jasonbutler.web.app"
+ }
}
diff --git a/domains/java.json b/domains/java.json
index 6fee13ed2..f5ffb3abd 100644
--- a/domains/java.json
+++ b/domains/java.json
@@ -1,12 +1,12 @@
{
- "description": "Java's Website",
- "repo": "https://github.com/javascript-void0/javascript-void0.github.io",
- "owner": {
- "username": "javascript-void0",
- "email": "",
- "discord": "Java#3865"
- },
- "record": {
- "CNAME": "javascript-void0.github.io"
- }
+ "description": "Java's Website",
+ "repo": "https://github.com/javascript-void0/javascript-void0.github.io",
+ "owner": {
+ "username": "javascript-void0",
+ "email": "",
+ "discord": "Java#3865"
+ },
+ "record": {
+ "CNAME": "javascript-void0.github.io"
+ }
}
diff --git a/domains/jay-bhalodiya.json b/domains/jay-bhalodiya.json
index 92a48c3ed..3e55a1847 100644
--- a/domains/jay-bhalodiya.json
+++ b/domains/jay-bhalodiya.json
@@ -1,11 +1,11 @@
{
- "description": "Jay Bhalodiya.",
- "repo": "https://github.com/jay-bhalodiya/jay-bhalodiya.github.io",
- "owner": {
- "username": "jay-bhalodiya",
- "email": "jay.bhalodiya@acquaintsoft.com"
- },
- "record": {
- "CNAME": "jay-bhalodiya.github.io"
- }
+ "description": "Jay Bhalodiya.",
+ "repo": "https://github.com/jay-bhalodiya/jay-bhalodiya.github.io",
+ "owner": {
+ "username": "jay-bhalodiya",
+ "email": "jay.bhalodiya@acquaintsoft.com"
+ },
+ "record": {
+ "CNAME": "jay-bhalodiya.github.io"
+ }
}
diff --git a/domains/jay.json b/domains/jay.json
index 0988f28ee..e732cb3c7 100644
--- a/domains/jay.json
+++ b/domains/jay.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "jaygmx",
- "email": "j.jay@gmx.us"
- },
- "record": {
- "CNAME": "jay.readthedocs.io"
- }
+ "owner": {
+ "username": "jaygmx",
+ "email": "j.jay@gmx.us"
+ },
+ "record": {
+ "CNAME": "jay.readthedocs.io"
+ }
}
diff --git a/domains/jayantkageri.json b/domains/jayantkageri.json
index 87c4d753e..345952c84 100644
--- a/domains/jayantkageri.json
+++ b/domains/jayantkageri.json
@@ -1,11 +1,11 @@
{
- "description": "Nothing is easy in life when you aren't interested.",
- "repo": "https://github.com/jayantkageri/Website",
- "owner": {
- "username": "jayantkageri",
- "email": "jayantkageri@gmail.com"
- },
- "record": {
- "URL": "https://www.jayantkageri.in"
- }
+ "description": "Nothing is easy in life when you aren't interested.",
+ "repo": "https://github.com/jayantkageri/Website",
+ "owner": {
+ "username": "jayantkageri",
+ "email": "jayantkageri@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.jayantkageri.in"
+ }
}
diff --git a/domains/jaycedotbin.json b/domains/jaycedotbin.json
index 309d263b0..6b7c178a6 100644
--- a/domains/jaycedotbin.json
+++ b/domains/jaycedotbin.json
@@ -1,12 +1,12 @@
{
- "description": "John Carlo Austria a.k.a jaycedotbin",
- "repo": "https://github.com/jaycedotbin/jaycedotbin.github.io",
- "owner": {
- "username": "jaycedotbin",
- "email": "johncarloaustria@protonmail.com",
- "twitter": "jaycedotbin"
- },
- "record": {
- "CNAME": "jaycedotbin.github.io"
- }
+ "description": "John Carlo Austria a.k.a jaycedotbin",
+ "repo": "https://github.com/jaycedotbin/jaycedotbin.github.io",
+ "owner": {
+ "username": "jaycedotbin",
+ "email": "johncarloaustria@protonmail.com",
+ "twitter": "jaycedotbin"
+ },
+ "record": {
+ "CNAME": "jaycedotbin.github.io"
+ }
}
diff --git a/domains/jayesh.json b/domains/jayesh.json
index ed0fcd542..da96e40a9 100644
--- a/domains/jayesh.json
+++ b/domains/jayesh.json
@@ -1,9 +1,9 @@
{
"owner": {
- "username": "jayeshsomala",
- "email": "jayeshsomala@gmail.com"
+ "username": "jayeshsomala",
+ "email": "jayeshsomala@gmail.com"
},
"record": {
"CNAME": "hashnode.network"
}
- }
\ No newline at end of file
+}
diff --git a/domains/jayg.json b/domains/jayg.json
index 0ab89412f..4aeeb8cc8 100644
--- a/domains/jayg.json
+++ b/domains/jayg.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "jayggit.github.io"
}
-}
+}
diff --git a/domains/jayy.json b/domains/jayy.json
index 4165545d8..8a0ab3292 100644
--- a/domains/jayy.json
+++ b/domains/jayy.json
@@ -1,12 +1,12 @@
{
- "description": "My small little dev page thingy",
- "repo": "https://github.com/fiskdk/jayy",
- "owner": {
- "username": "fiskdk",
- "email": "jayyisdev@gmail.com",
- "twitter": "dont-use-twitter"
- },
- "record": {
- "CNAME": "fiskdk.github.io"
- }
+ "description": "My small little dev page thingy",
+ "repo": "https://github.com/fiskdk/jayy",
+ "owner": {
+ "username": "fiskdk",
+ "email": "jayyisdev@gmail.com",
+ "twitter": "dont-use-twitter"
+ },
+ "record": {
+ "CNAME": "fiskdk.github.io"
+ }
}
diff --git a/domains/jbyt27.json b/domains/jbyt27.json
index f571c0125..ce7616272 100644
--- a/domains/jbyt27.json
+++ b/domains/jbyt27.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "JBYT27",
- "email": "beol0127@gmail.com"
- },
- "record": {
- "URL": "https://jbyt27.jbloves27.repl.co"
- }
+ "owner": {
+ "username": "JBYT27",
+ "email": "beol0127@gmail.com"
+ },
+ "record": {
+ "URL": "https://jbyt27.jbloves27.repl.co"
+ }
}
diff --git a/domains/jc-wu.json b/domains/jc-wu.json
index 5c49b97a8..4325fc39a 100644
--- a/domains/jc-wu.json
+++ b/domains/jc-wu.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "jc-wu1.github.io"
}
-}
+}
diff --git a/domains/jcquieta.json b/domains/jcquieta.json
index 9b1098dc5..ffe760ca5 100644
--- a/domains/jcquieta.json
+++ b/domains/jcquieta.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "jcgaming-official.github.io"
}
-}
+}
diff --git a/domains/jean.json b/domains/jean.json
index e64c8e468..a23459e0e 100644
--- a/domains/jean.json
+++ b/domains/jean.json
@@ -1,12 +1,12 @@
{
- "description": "A website showcasing all of Jean's work",
- "repo": "https://github.com/EmperorJean/emperorjean.github.io",
- "owner": {
- "username": "emperorjean",
- "email": "",
- "twitter": "emperorjean_"
- },
- "record": {
- "CNAME": "emperorjean.github.io"
- }
+ "description": "A website showcasing all of Jean's work",
+ "repo": "https://github.com/EmperorJean/emperorjean.github.io",
+ "owner": {
+ "username": "emperorjean",
+ "email": "",
+ "twitter": "emperorjean_"
+ },
+ "record": {
+ "CNAME": "emperorjean.github.io"
+ }
}
diff --git a/domains/jeel.json b/domains/jeel.json
index 3c55d57d3..8b84e68ae 100644
--- a/domains/jeel.json
+++ b/domains/jeel.json
@@ -1,12 +1,12 @@
{
- "description": "Jeel's portfolio website",
- "repo": "https://github.com/jeelpatel1612",
- "owner": {
- "username": "jeelpatel1612",
- "email": "",
- "twitter": "__j_e_e_l__"
- },
- "record": {
- "URL": "https://jeelpatel.netlify.app"
- }
+ "description": "Jeel's portfolio website",
+ "repo": "https://github.com/jeelpatel1612",
+ "owner": {
+ "username": "jeelpatel1612",
+ "email": "",
+ "twitter": "__j_e_e_l__"
+ },
+ "record": {
+ "URL": "https://jeelpatel.netlify.app"
+ }
}
diff --git a/domains/jeevan.json b/domains/jeevan.json
index aa69389b5..e26e067a4 100644
--- a/domains/jeevan.json
+++ b/domains/jeevan.json
@@ -1,11 +1,11 @@
{
- "description": "Jeevan's Portfolio",
- "repo": "https://github.com/jeevan900929/jeevan900929.github.io",
- "owner": {
- "username": "jeevan900929",
- "email": "jeevan.900929@gmail.com"
- },
- "record": {
- "CNAME": "jeevan900929.github.io"
- }
+ "description": "Jeevan's Portfolio",
+ "repo": "https://github.com/jeevan900929/jeevan900929.github.io",
+ "owner": {
+ "username": "jeevan900929",
+ "email": "jeevan.900929@gmail.com"
+ },
+ "record": {
+ "CNAME": "jeevan900929.github.io"
+ }
}
diff --git a/domains/jeferson.json b/domains/jeferson.json
index 6ed90384b..178f889ea 100644
--- a/domains/jeferson.json
+++ b/domains/jeferson.json
@@ -1,12 +1,12 @@
{
- "description": "Jeferson Brito's Portfolio",
- "repo": "https://github.com/jeferson-sb/portfolio",
- "owner": {
- "username": "jeferson-sb",
- "email": "",
- "linkedin": "https://www.linkedin.com/in/jeferson-sb"
- },
- "record": {
- "URL": "https://www.jefersonsilva.me"
- }
+ "description": "Jeferson Brito's Portfolio",
+ "repo": "https://github.com/jeferson-sb/portfolio",
+ "owner": {
+ "username": "jeferson-sb",
+ "email": "",
+ "linkedin": "https://www.linkedin.com/in/jeferson-sb"
+ },
+ "record": {
+ "URL": "https://www.jefersonsilva.me"
+ }
}
diff --git a/domains/jeffrey.json b/domains/jeffrey.json
index 1d1246abc..70444dfae 100644
--- a/domains/jeffrey.json
+++ b/domains/jeffrey.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "URL": "https://jeffreyharmon.dev"
- }
+ "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"
+ },
+ "record": {
+ "URL": "https://jeffreyharmon.dev"
+ }
}
diff --git a/domains/jegatchalian.json b/domains/jegatchalian.json
index 25813b5c9..34ab90850 100644
--- a/domains/jegatchalian.json
+++ b/domains/jegatchalian.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "trowsjerwin",
"email": "johnerwingatchalian@gmail.com"
- },
+ },
- "record": {
+ "record": {
"A": ["192.232.223.67"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/jenina.json b/domains/jenina.json
index 8795540ec..9e8d17404 100644
--- a/domains/jenina.json
+++ b/domains/jenina.json
@@ -1,19 +1,12 @@
-
- {
- "repo": "https://github.com/SukiPlayz/hello-world",
- "owner": {
+{
+ "repo": "https://github.com/SukiPlayz/hello-world",
+ "owner": {
"username": "SukiPlayz",
"email": "sukinotsus@outlook.com"
- },
- "record": {
- "A": [
- "135.148.226.33"
- ],
- "MX": [
- "ns1.crystalcloud.xyz",
- "ns2.crystalcloud.xyz"
- ],
- "TXT": "v=spf1 a mx ip4:135.148.226.33 ~all"
- }
+ },
+ "record": {
+ "A": ["135.148.226.33"],
+ "MX": ["ns1.crystalcloud.xyz", "ns2.crystalcloud.xyz"],
+ "TXT": "v=spf1 a mx ip4:135.148.226.33 ~all"
}
-
+}
diff --git a/domains/jeremie.json b/domains/jeremie.json
index c9078ff8a..dd1021ca8 100644
--- a/domains/jeremie.json
+++ b/domains/jeremie.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "0xw01f.github.io"
}
-}
+}
diff --git a/domains/jeremy.json b/domains/jeremy.json
index 9785bf331..5a6e8f540 100644
--- a/domains/jeremy.json
+++ b/domains/jeremy.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "jeremyssocial",
"email": "nearberlin@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "http://dev.jeremys.social"
- }
}
-
+}
diff --git a/domains/jeros.json b/domains/jeros.json
index b1ba7e6df..3a7cf3419 100644
--- a/domains/jeros.json
+++ b/domains/jeros.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Ascript89",
"email": "smartlinkwfs@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "ascript89.github.io"
- }
}
-
+}
diff --git a/domains/jerry.json b/domains/jerry.json
index 9d6c0ab3c..e8eaa66bf 100644
--- a/domains/jerry.json
+++ b/domains/jerry.json
@@ -1,11 +1,11 @@
{
- "description": "Jerry's Portfolio Website",
- "repo": "https://github.com/j3rrythomas/j3rrythomas.github.io",
- "owner": {
- "username": "j3rrythomas",
- "email": "jerrythomasjohn9@gmail.com"
- },
- "record": {
- "CNAME": "j3rrythomas.github.io"
- }
+ "description": "Jerry's Portfolio Website",
+ "repo": "https://github.com/j3rrythomas/j3rrythomas.github.io",
+ "owner": {
+ "username": "j3rrythomas",
+ "email": "jerrythomasjohn9@gmail.com"
+ },
+ "record": {
+ "CNAME": "j3rrythomas.github.io"
+ }
}
diff --git a/domains/jesgran.json b/domains/jesgran.json
index 941ab8536..4ed9dc5e5 100644
--- a/domains/jesgran.json
+++ b/domains/jesgran.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Jesgran",
"email": "calzdani20@libero.it"
- },
+ },
- "record": {
+ "record": {
"CNAME": "jesgran.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/jeweetzelf.json b/domains/jeweetzelf.json
index ccfeb7103..70ccf93a3 100644
--- a/domains/jeweetzelf.json
+++ b/domains/jeweetzelf.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "jeweetzelfWasTaken",
- "email": "jeweetzelf@rtexbot.com"
- },
- "record": {
- "CNAME": "jeweetzelfwastaken.github.io"
- }
+ "owner": {
+ "username": "jeweetzelfWasTaken",
+ "email": "jeweetzelf@rtexbot.com"
+ },
+ "record": {
+ "CNAME": "jeweetzelfwastaken.github.io"
+ }
}
diff --git a/domains/jewishlewish.json b/domains/jewishlewish.json
index 1c3019101..071a4e047 100644
--- a/domains/jewishlewish.json
+++ b/domains/jewishlewish.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "JewishLewish",
"email": "lanbrokhman@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://github.com/jewishlewish"
- }
}
-
+}
diff --git a/domains/jeydin.json b/domains/jeydin.json
index e315911da..1c7d80887 100644
--- a/domains/jeydin.json
+++ b/domains/jeydin.json
@@ -1,12 +1,12 @@
{
- "description": "I play a game called Genshin Impact",
- "repo": "https://github.com/Jeydin21/jeydin.github.io",
- "owner": {
- "username": "Jeydin21",
- "email": "JeyPham21@gmail.com",
- "twitter": "Jeydin21"
- },
- "record": {
- "CNAME": "jeydin.github.io"
- }
+ "description": "I play a game called Genshin Impact",
+ "repo": "https://github.com/Jeydin21/jeydin.github.io",
+ "owner": {
+ "username": "Jeydin21",
+ "email": "JeyPham21@gmail.com",
+ "twitter": "Jeydin21"
+ },
+ "record": {
+ "CNAME": "jeydin.github.io"
+ }
}
diff --git a/domains/jimmster.json b/domains/jimmster.json
index 680d19345..2c151ec5d 100644
--- a/domains/jimmster.json
+++ b/domains/jimmster.json
@@ -1,11 +1,11 @@
{
- "description": "A unsusually stupid developers programming blog",
- "repo": "https://github.com/Khhs167/jimms-cave",
- "owner": {
- "username": "Khhs167",
- "email": "khhs1671@gmail.com"
- },
- "record": {
- "URL": "https://jimmys-cave.web.app"
- }
+ "description": "A unsusually stupid developers programming blog",
+ "repo": "https://github.com/Khhs167/jimms-cave",
+ "owner": {
+ "username": "Khhs167",
+ "email": "khhs1671@gmail.com"
+ },
+ "record": {
+ "URL": "https://jimmys-cave.web.app"
+ }
}
diff --git a/domains/jimmy.json b/domains/jimmy.json
index b9a33769e..577c62c30 100644
--- a/domains/jimmy.json
+++ b/domains/jimmy.json
@@ -1,12 +1,12 @@
{
- "description": "JIMMY's Personal Website",
- "repo": "https://github.com/JIMMY1371/jimmy1371.github.io",
- "owner": {
- "username": "JIMMY1371",
- "email": "idkvro8@gmail.com",
- "discord": "JIMMY#1371"
- },
- "record": {
- "CNAME": "jimmy1371.github.io"
- }
+ "description": "JIMMY's Personal Website",
+ "repo": "https://github.com/JIMMY1371/jimmy1371.github.io",
+ "owner": {
+ "username": "JIMMY1371",
+ "email": "idkvro8@gmail.com",
+ "discord": "JIMMY#1371"
+ },
+ "record": {
+ "CNAME": "jimmy1371.github.io"
+ }
}
diff --git a/domains/jimscope.json b/domains/jimscope.json
index 80d7432b5..f49b4a920 100644
--- a/domains/jimscope.json
+++ b/domains/jimscope.json
@@ -1,11 +1,11 @@
{
- "description": "/home/jimscope",
- "repo": "https://github.com/jimscope/jimscope.github.io",
- "owner": {
- "username": "jimscope",
- "email": "jimscope@protonmail.com"
- },
- "record": {
- "CNAME": "hashnode.network"
- }
+ "description": "/home/jimscope",
+ "repo": "https://github.com/jimscope/jimscope.github.io",
+ "owner": {
+ "username": "jimscope",
+ "email": "jimscope@protonmail.com"
+ },
+ "record": {
+ "CNAME": "hashnode.network"
+ }
}
diff --git a/domains/jinso.json b/domains/jinso.json
index 29fe88efb..6982010fb 100644
--- a/domains/jinso.json
+++ b/domains/jinso.json
@@ -2,11 +2,11 @@
"description": "Jinso Raj",
"repo": "https://github.com/jinsoraj",
"owner": {
- "username": "jinsoraj",
- "email": "jinsoraj2000@gmail.com",
- "twitter": "jinsoraj"
+ "username": "jinsoraj",
+ "email": "jinsoraj2000@gmail.com",
+ "twitter": "jinsoraj"
},
"record": {
- "URL": "https://jinsoraj.eu.org"
+ "URL": "https://jinsoraj.eu.org"
}
- }
+}
diff --git a/domains/jishnupsamal.json b/domains/jishnupsamal.json
index b2aedfdec..79c9c44ea 100644
--- a/domains/jishnupsamal.json
+++ b/domains/jishnupsamal.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "jishnu-prasad-s",
- "email": "support@jishnupsamal.ml"
- },
- "record": {
- "CNAME": "jishnupsamal.pages.dev"
- }
+ "owner": {
+ "username": "jishnu-prasad-s",
+ "email": "support@jishnupsamal.ml"
+ },
+ "record": {
+ "CNAME": "jishnupsamal.pages.dev"
+ }
}
diff --git a/domains/jite.json b/domains/jite.json
index 6e1803ee4..01f28dab4 100644
--- a/domains/jite.json
+++ b/domains/jite.json
@@ -1,10 +1,10 @@
{
- "description": "Jite - Dev blog",
- "owner": {
- "username": "Johannestegner",
- "email": "jitedev@gmail.com"
- },
- "record": {
- "URL": "https://jite.eu"
- }
+ "description": "Jite - Dev blog",
+ "owner": {
+ "username": "Johannestegner",
+ "email": "jitedev@gmail.com"
+ },
+ "record": {
+ "URL": "https://jite.eu"
+ }
}
diff --git a/domains/jj.json b/domains/jj.json
index 56f65b367..33574b092 100644
--- a/domains/jj.json
+++ b/domains/jj.json
@@ -1,13 +1,18 @@
{
- "description": "JJ's Website",
- "repo": "https://github.com/TheBotlyNoob/website",
- "owner": {
- "username": "TheBotlyNoob",
- "email": "TheBotlyNoob@gmail.com"
- },
- "record": {
- "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"
- }
+ "description": "JJ's Website",
+ "repo": "https://github.com/TheBotlyNoob/website",
+ "owner": {
+ "username": "TheBotlyNoob",
+ "email": "TheBotlyNoob@gmail.com"
+ },
+ "record": {
+ "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/joaovitorzv.json b/domains/joaovitorzv.json
index 779e03599..e7d88731a 100644
--- a/domains/joaovitorzv.json
+++ b/domains/joaovitorzv.json
@@ -1,12 +1,12 @@
{
- "description": "@joaovitorzv blog",
- "repo": "https://github.com/joaovitorzv/joaovitorzv.github.io",
- "owner": {
- "username": "joaovitorzv",
- "email": "joaovitorzv@outlook.com",
- "twitter": "null"
- },
- "record": {
- "CNAME": "joaovitorzv.github.io"
- }
+ "description": "@joaovitorzv blog",
+ "repo": "https://github.com/joaovitorzv/joaovitorzv.github.io",
+ "owner": {
+ "username": "joaovitorzv",
+ "email": "joaovitorzv@outlook.com",
+ "twitter": "null"
+ },
+ "record": {
+ "CNAME": "joaovitorzv.github.io"
+ }
}
diff --git a/domains/jobcmax.json b/domains/jobcmax.json
index d28436cfb..d5b80f510 100644
--- a/domains/jobcmax.json
+++ b/domains/jobcmax.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "jobcmax.github.io"
}
-}
\ No newline at end of file
+}
diff --git a/domains/joe-dawley.json b/domains/joe-dawley.json
index b11aa52ee..017ab7a31 100644
--- a/domains/joe-dawley.json
+++ b/domains/joe-dawley.json
@@ -1,12 +1,12 @@
{
- "description": "Joe Dawley",
- "repo": "https://github.com/jdawley",
- "owner": {
- "username": "jdawley",
- "email": "",
- "twitter": "joedawley"
- },
- "record": {
- "CNAME": "joedawley.com"
- }
+ "description": "Joe Dawley",
+ "repo": "https://github.com/jdawley",
+ "owner": {
+ "username": "jdawley",
+ "email": "",
+ "twitter": "joedawley"
+ },
+ "record": {
+ "CNAME": "joedawley.com"
+ }
}
diff --git a/domains/joe.json b/domains/joe.json
index 7b6d7bf15..3aa2f4541 100644
--- a/domains/joe.json
+++ b/domains/joe.json
@@ -1,11 +1,11 @@
{
- "description": "Joe Banks",
- "repo": "https://github.com/jb3/jb3.github.io",
- "owner": {
- "username": "jb3",
- "email": "joseph@josephbanks.me"
- },
- "record": {
- "CNAME": "jb3.github.io"
- }
+ "description": "Joe Banks",
+ "repo": "https://github.com/jb3/jb3.github.io",
+ "owner": {
+ "username": "jb3",
+ "email": "joseph@josephbanks.me"
+ },
+ "record": {
+ "CNAME": "jb3.github.io"
+ }
}
diff --git a/domains/joel.json b/domains/joel.json
index ab0b03843..edbea8ced 100644
--- a/domains/joel.json
+++ b/domains/joel.json
@@ -1,12 +1,12 @@
{
- "description": "Joel's dev blog",
- "repo": "https://github.com/9oelM/9oelm.github.io",
- "owner": {
- "username": "9oelm",
- "email": "",
- "twitter": "9oelm"
- },
- "record": {
- "CNAME": "9oelm.github.io"
- }
-}
\ No newline at end of file
+ "description": "Joel's dev blog",
+ "repo": "https://github.com/9oelM/9oelm.github.io",
+ "owner": {
+ "username": "9oelm",
+ "email": "",
+ "twitter": "9oelm"
+ },
+ "record": {
+ "CNAME": "9oelm.github.io"
+ }
+}
diff --git a/domains/joelbobanoffline.json b/domains/joelbobanoffline.json
index d2c2db96b..53ca7f6dc 100644
--- a/domains/joelbobanoffline.json
+++ b/domains/joelbobanoffline.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "joelbobanoffline.github.io"
}
-}
+}
diff --git a/domains/joelee.json b/domains/joelee.json
index 20b9ae582..a9a0d855e 100644
--- a/domains/joelee.json
+++ b/domains/joelee.json
@@ -1,11 +1,11 @@
{
- "description": "my personal website",
- "repo": "https://github.com/teamjoelee/me",
- "owner": {
- "username": "teamjoelee",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "teamjoelee.github.io"
- }
+ "description": "my personal website",
+ "repo": "https://github.com/teamjoelee/me",
+ "owner": {
+ "username": "teamjoelee",
+ "email": "tojoeleeofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "teamjoelee.github.io"
+ }
}
diff --git a/domains/joesbrandt.json b/domains/joesbrandt.json
index 003bd944a..637eb60c6 100644
--- a/domains/joesbrandt.json
+++ b/domains/joesbrandt.json
@@ -1,10 +1,10 @@
{
- "description": "joesbrandt",
- "owner": {
- "username": "joesbrandt",
- "email": "joesbrandt@icloud.com"
- },
- "record": {
- "CNAME": "joesbrandt.github.io"
- }
+ "description": "joesbrandt",
+ "owner": {
+ "username": "joesbrandt",
+ "email": "joesbrandt@icloud.com"
+ },
+ "record": {
+ "CNAME": "joesbrandt.github.io"
+ }
}
diff --git a/domains/joesjourney.json b/domains/joesjourney.json
index 505400040..68e3484ac 100644
--- a/domains/joesjourney.json
+++ b/domains/joesjourney.json
@@ -1,24 +1,20 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Joe-is-Coding",
"email": "stickeman715@gmail.com"
- },
+ },
- "record": {
+ "record": {
"A": [
+ "185.199.108.153",
- "185.199.108.153",
+ "185.199.109.153",
- "185.199.109.153",
+ "185.199.110.153",
- "185.199.110.153",
-
- "185.199.111.153"
-
- ],
+ "185.199.111.153"
+ ],
"MX": ["mx.mailtie.com"],
"TXT": "mailtie=joesjourney500@gmail.com"
- }
}
-
+}
diff --git a/domains/johan-stickman.json b/domains/johan-stickman.json
index cec230186..295f229dd 100644
--- a/domains/johan-stickman.json
+++ b/domains/johan-stickman.json
@@ -1,12 +1,12 @@
{
- "description": "My personal website",
- "owner": {
- "username": "johan-perso",
- "email": "johan_stickman@proton.me",
- "twitter": "Johan_Stickman",
- "discord": "Johan#8021"
- },
- "record": {
- "URL": "https://johanstick.me"
- }
+ "description": "My personal website",
+ "owner": {
+ "username": "johan-perso",
+ "email": "johan_stickman@proton.me",
+ "twitter": "Johan_Stickman",
+ "discord": "Johan#8021"
+ },
+ "record": {
+ "URL": "https://johanstick.me"
+ }
}
diff --git a/domains/johan.json b/domains/johan.json
index c7ab737ce..700a60971 100644
--- a/domains/johan.json
+++ b/domains/johan.json
@@ -1,11 +1,11 @@
{
- "description": "Personal website of Johan von Forstner",
- "repo": "https://github.com/johan12345/johan12345.github.io",
- "owner": {
- "username": "johan12345",
- "email": "johan.forstner@gmail.com"
- },
- "record": {
- "URL": "https://johan.vonforst.net"
- }
+ "description": "Personal website of Johan von Forstner",
+ "repo": "https://github.com/johan12345/johan12345.github.io",
+ "owner": {
+ "username": "johan12345",
+ "email": "johan.forstner@gmail.com"
+ },
+ "record": {
+ "URL": "https://johan.vonforst.net"
+ }
}
diff --git a/domains/johansansebastian.json b/domains/johansansebastian.json
index ef590f455..fe8dfec63 100644
--- a/domains/johansansebastian.json
+++ b/domains/johansansebastian.json
@@ -1,11 +1,11 @@
{
- "description": "Johan's personal developer website",
- "repo": "https://github.com/JohanSanSebastian.github.io",
- "owner": {
- "username": "JohanSanSebastian",
- "email": "johansanju06@gmail.com"
- },
- "record": {
- "CNAME": "JohanSanSebastian.github.io"
- }
+ "description": "Johan's personal developer website",
+ "repo": "https://github.com/JohanSanSebastian.github.io",
+ "owner": {
+ "username": "JohanSanSebastian",
+ "email": "johansanju06@gmail.com"
+ },
+ "record": {
+ "CNAME": "JohanSanSebastian.github.io"
+ }
}
diff --git a/domains/john.json b/domains/john.json
index 75daad7af..952285a5c 100644
--- a/domains/john.json
+++ b/domains/john.json
@@ -1,12 +1,12 @@
{
- "description": "John Peterson's personal development page.",
- "repo": "https://github.com/majesticturtlejp/majesticturtlejp.github.io",
- "owner": {
- "username": "majesticturtlejp",
- "email": "johnp5419@gmail.com",
- "instagram": "johnp5419"
- },
- "record": {
- "CNAME": "majesticturtlejp.github.io"
- }
+ "description": "John Peterson's personal development page.",
+ "repo": "https://github.com/majesticturtlejp/majesticturtlejp.github.io",
+ "owner": {
+ "username": "majesticturtlejp",
+ "email": "johnp5419@gmail.com",
+ "instagram": "johnp5419"
+ },
+ "record": {
+ "CNAME": "majesticturtlejp.github.io"
+ }
}
diff --git a/domains/johnny.json b/domains/johnny.json
index ef3f86971..2cd4db27b 100644
--- a/domains/johnny.json
+++ b/domains/johnny.json
@@ -1,10 +1,10 @@
- {
- "owner": {
+{
+ "owner": {
"username": "john-champagne",
"email": "johnchampagne97@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "john-champagne.github.io"
- }
}
+}
diff --git a/domains/johnsonlee.json b/domains/johnsonlee.json
index d8eaf5bd0..0b43e55a6 100644
--- a/domains/johnsonlee.json
+++ b/domains/johnsonlee.json
@@ -1,11 +1,11 @@
{
- "description": "Personal website of Johnson Lee",
- "repo": "https://github.com/johnsonlee/johnsonlee.github.io",
- "owner": {
- "username": "johnsonlee",
- "email": "g.johnsonlee@gmail.com"
- },
- "record": {
- "CNAME": "johnsonlee.github.io"
- }
+ "description": "Personal website of Johnson Lee",
+ "repo": "https://github.com/johnsonlee/johnsonlee.github.io",
+ "owner": {
+ "username": "johnsonlee",
+ "email": "g.johnsonlee@gmail.com"
+ },
+ "record": {
+ "CNAME": "johnsonlee.github.io"
+ }
}
diff --git a/domains/joker.json b/domains/joker.json
index 3352e04c0..cc246d9fc 100644
--- a/domains/joker.json
+++ b/domains/joker.json
@@ -1,12 +1,12 @@
{
- "description": "Personal portfolio website of joker",
- "repo": "https://github.com/JoKeRxTD/joker.is-a.dev",
- "owner": {
- "username": "JoKeRxTD",
- "email": "joker@mythbot.org",
- "twitter": "JoKeRxHD"
- },
- "record": {
- "CNAME": "jokerxtd.github.io"
- }
+ "description": "Personal portfolio website of joker",
+ "repo": "https://github.com/JoKeRxTD/joker.is-a.dev",
+ "owner": {
+ "username": "JoKeRxTD",
+ "email": "joker@mythbot.org",
+ "twitter": "JoKeRxHD"
+ },
+ "record": {
+ "CNAME": "jokerxtd.github.io"
+ }
}
diff --git a/domains/jonathan.json b/domains/jonathan.json
index 03eb61bde..c13860eec 100644
--- a/domains/jonathan.json
+++ b/domains/jonathan.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "jonOriginal",
- "email": "jonathan-knox@outlook.com",
- "discord": "12340#0567"
- },
- "record": {
- "CNAME": "webknox.ddns.net"
- },
- "repo": "https://github.com/jonOriginal"
+ "owner": {
+ "username": "jonOriginal",
+ "email": "jonathan-knox@outlook.com",
+ "discord": "12340#0567"
+ },
+ "record": {
+ "CNAME": "webknox.ddns.net"
+ },
+ "repo": "https://github.com/jonOriginal"
}
diff --git a/domains/josh.json b/domains/josh.json
index e2a955d99..b127cefe9 100644
--- a/domains/josh.json
+++ b/domains/josh.json
@@ -1,11 +1,11 @@
{
- "description": "Josh's personal developer website",
- "repo": "https://github.com/miltzi",
- "owner": {
- "username": "miltzi",
- "email": "josh@miltz.co.za"
- },
- "record": {
- "CNAME": "joshisadev.miltz.co.za"
- }
+ "description": "Josh's personal developer website",
+ "repo": "https://github.com/miltzi",
+ "owner": {
+ "username": "miltzi",
+ "email": "josh@miltz.co.za"
+ },
+ "record": {
+ "CNAME": "joshisadev.miltz.co.za"
+ }
}
diff --git a/domains/joshatticus.json b/domains/joshatticus.json
index 0e28692ee..ef1e5f1c0 100644
--- a/domains/joshatticus.json
+++ b/domains/joshatticus.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "JoshAtticus",
"email": "osmanicteam@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "joshatticus.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/joshua.json b/domains/joshua.json
index 027919e4b..0bb60a121 100644
--- a/domains/joshua.json
+++ b/domains/joshua.json
@@ -1,11 +1,11 @@
{
- "description": "Joshua's Website",
- "repo": "https://github.com/joshua-noakes1",
- "owner": {
- "username": "joshua-noakes1",
- "email": "joshua.noakes1@icloud.com"
- },
- "record": {
- "CNAME": "prx1.oci.cocogoat.xyz"
- }
+ "description": "Joshua's Website",
+ "repo": "https://github.com/joshua-noakes1",
+ "owner": {
+ "username": "joshua-noakes1",
+ "email": "joshua.noakes1@icloud.com"
+ },
+ "record": {
+ "CNAME": "prx1.oci.cocogoat.xyz"
+ }
}
diff --git a/domains/josjonkeren.json b/domains/josjonkeren.json
index e3d1dfa2c..ee844f4a4 100644
--- a/domains/josjonkeren.json
+++ b/domains/josjonkeren.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "jonkeren",
"email": "josjonkeren@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "jonkeren.nl"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/jqshuv.json b/domains/jqshuv.json
index aa2341712..c52362cb1 100644
--- a/domains/jqshuv.json
+++ b/domains/jqshuv.json
@@ -1,12 +1,12 @@
{
- "description": "Jqshuv's Portfolio Page",
- "repo": "https://github.com/jqshuv/jqshuv.github.io",
- "owner": {
- "username": "jqshuv",
- "email": "jqshuv@gmail.com",
- "twitter": "jqshuv"
- },
- "record": {
- "CNAME": "jqshuv.github.io"
- }
+ "description": "Jqshuv's Portfolio Page",
+ "repo": "https://github.com/jqshuv/jqshuv.github.io",
+ "owner": {
+ "username": "jqshuv",
+ "email": "jqshuv@gmail.com",
+ "twitter": "jqshuv"
+ },
+ "record": {
+ "CNAME": "jqshuv.github.io"
+ }
}
diff --git a/domains/jrdrwn.json b/domains/jrdrwn.json
index 9ec5ac297..a131e8473 100644
--- a/domains/jrdrwn.json
+++ b/domains/jrdrwn.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "jrdrwn.github.io"
}
-}
+}
diff --git a/domains/json.json b/domains/json.json
index 4a5fa7504..8214eafc6 100644
--- a/domains/json.json
+++ b/domains/json.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "jasonappah",
- "email": "isadev@jasonaa.me",
- "twitter": "jasonaa_"
- },
- "record": {
- "URL": "https://jasonaa.me"
- }
+ "owner": {
+ "username": "jasonappah",
+ "email": "isadev@jasonaa.me",
+ "twitter": "jasonaa_"
+ },
+ "record": {
+ "URL": "https://jasonaa.me"
+ }
}
diff --git a/domains/jsworld.json b/domains/jsworld.json
index a5a94eb69..1ce8e5810 100644
--- a/domains/jsworld.json
+++ b/domains/jsworld.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "pythoniaweb.github.io"
}
-}
+}
diff --git a/domains/juanjo.json b/domains/juanjo.json
index d2405eae9..6f65c3be6 100644
--- a/domains/juanjo.json
+++ b/domains/juanjo.json
@@ -1,11 +1,11 @@
{
- "description": "Juanjo personal developer website",
- "repo": "https://github.com/string-null/string-null.github.io",
- "owner": {
- "username": "string-null",
- "email": "null0x22@protonmail.com"
- },
- "record": {
- "CNAME": "string-null.github.io"
- }
+ "description": "Juanjo personal developer website",
+ "repo": "https://github.com/string-null/string-null.github.io",
+ "owner": {
+ "username": "string-null",
+ "email": "null0x22@protonmail.com"
+ },
+ "record": {
+ "CNAME": "string-null.github.io"
+ }
}
diff --git a/domains/juhair.json b/domains/juhair.json
index 6695800a6..b1b852310 100644
--- a/domains/juhair.json
+++ b/domains/juhair.json
@@ -1,10 +1,10 @@
{
- "description": "Juhair's Portfolio Website",
- "owner": {
- "username": "juhair-cupcake",
- "email": "juhair98@pm.me"
- },
- "record": {
- "URL": "https://juhair-dev.netlify.app"
- }
+ "description": "Juhair's Portfolio Website",
+ "owner": {
+ "username": "juhair-cupcake",
+ "email": "juhair98@pm.me"
+ },
+ "record": {
+ "URL": "https://juhair-dev.netlify.app"
+ }
}
diff --git a/domains/juikulkarni.json b/domains/juikulkarni.json
index de2f812b4..642ed8254 100644
--- a/domains/juikulkarni.json
+++ b/domains/juikulkarni.json
@@ -4,9 +4,8 @@
"owner": {
"username": "jkulkarni01",
"email": "jui01kulkarni@gmail.com"
-
},
"record": {
"CNAME": "jkulkarni01.github.io"
}
-}
+}
diff --git a/domains/juliusknuff.json b/domains/juliusknuff.json
index d1bf54156..c68308bb5 100644
--- a/domains/juliusknuff.json
+++ b/domains/juliusknuff.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "juliusknuff",
- "email": "juliusknuff@ok.de"
- },
- "record": {
- "CNAME": "juliusknu.pages.dev"
- }
+ "owner": {
+ "username": "juliusknuff",
+ "email": "juliusknuff@ok.de"
+ },
+ "record": {
+ "CNAME": "juliusknu.pages.dev"
+ }
}
diff --git a/domains/justforever.json b/domains/justforever.json
index 603366923..dfe94341a 100644
--- a/domains/justforever.json
+++ b/domains/justforever.json
@@ -1,11 +1,11 @@
{
- "description": "DevJustForever's personal developer website",
- "repo": "https://github.com/DevJustForever/devjustforever.github.io",
- "owner": {
- "username": "DevJustForever",
- "email": "mertcelik0541@gmail.com"
- },
- "record": {
- "CNAME": "devjustforever.github.io"
- }
+ "description": "DevJustForever's personal developer website",
+ "repo": "https://github.com/DevJustForever/devjustforever.github.io",
+ "owner": {
+ "username": "DevJustForever",
+ "email": "mertcelik0541@gmail.com"
+ },
+ "record": {
+ "CNAME": "devjustforever.github.io"
+ }
}
diff --git a/domains/justin.json b/domains/justin.json
index 9b858cb6b..4d0d15a5d 100644
--- a/domains/justin.json
+++ b/domains/justin.json
@@ -1,11 +1,11 @@
{
- "description": "My personal Page",
- "repo": "https://github.com/justinjohnymathew/justinjohnymathew.github.io",
- "owner": {
- "username": "justinjohnymathew",
- "email": "justinjohny.jj@gmail.com"
- },
- "record": {
- "CNAME": "justinjohnymathew.github.io"
- }
+ "description": "My personal Page",
+ "repo": "https://github.com/justinjohnymathew/justinjohnymathew.github.io",
+ "owner": {
+ "username": "justinjohnymathew",
+ "email": "justinjohny.jj@gmail.com"
+ },
+ "record": {
+ "CNAME": "justinjohnymathew.github.io"
+ }
}
diff --git a/domains/justtobbi.json b/domains/justtobbi.json
index 6dea4cd00..63ce135c2 100644
--- a/domains/justtobbi.json
+++ b/domains/justtobbi.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "justtobbi.github.io"
}
-}
\ No newline at end of file
+}
diff --git a/domains/justtrynacode.json b/domains/justtrynacode.json
index 65defaeeb..65004a73a 100644
--- a/domains/justtrynacode.json
+++ b/domains/justtrynacode.json
@@ -1,12 +1,12 @@
{
- "description": "Tryna's website",
- "repo": "https://github.com/JustTrynacodee/JustTrynaCodee.github.io",
- "owner": {
- "username": "JustTrynacodee",
- "email": "",
- "discord": "JustTrynaCode#0810"
- },
- "record": {
- "CNAME": "JustTrynaCodee.github.io"
- }
+ "description": "Tryna's website",
+ "repo": "https://github.com/JustTrynacodee/JustTrynaCodee.github.io",
+ "owner": {
+ "username": "JustTrynacodee",
+ "email": "",
+ "discord": "JustTrynaCode#0810"
+ },
+ "record": {
+ "CNAME": "JustTrynaCodee.github.io"
+ }
}
diff --git a/domains/justus.json b/domains/justus.json
index 0a9f2bc11..50acf9a0d 100644
--- a/domains/justus.json
+++ b/domains/justus.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Justus-D",
- "email": "justus.is-a.dev@herrblauzahn.de"
- },
- "record": {
- "CNAME": "is-a-dev.justus-d.de"
- }
+ "owner": {
+ "username": "Justus-D",
+ "email": "justus.is-a.dev@herrblauzahn.de"
+ },
+ "record": {
+ "CNAME": "is-a-dev.justus-d.de"
+ }
}
diff --git a/domains/jwaxy.json b/domains/jwaxy.json
index 66a04f19f..20200f391 100644
--- a/domains/jwaxy.json
+++ b/domains/jwaxy.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "jwaxy.github.io"
}
-}
+}
diff --git a/domains/jzitnik.json b/domains/jzitnik.json
index 74104007d..e2550f3e0 100644
--- a/domains/jzitnik.json
+++ b/domains/jzitnik.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "JZITNIK-github",
- "email": "klindkubak@zohomail.eu",
- "discord": "KLIND#1906"
- },
- "record": {
- "CNAME": "jzitnik.onrender.com"
- }
+ "owner": {
+ "username": "JZITNIK-github",
+ "email": "klindkubak@zohomail.eu",
+ "discord": "KLIND#1906"
+ },
+ "record": {
+ "CNAME": "jzitnik.onrender.com"
+ }
}
diff --git a/domains/k4i0d.json b/domains/k4i0d.json
index 5177be014..0600507f3 100644
--- a/domains/k4i0d.json
+++ b/domains/k4i0d.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "kaiodcosta",
"email": "kaiod@riseup.net"
- },
- "record": {
+ },
+ "record": {
"URL": "https://kaiod.icu"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/k93msy.json b/domains/k93msy.json
index d72cdaf03..0c56b66e9 100644
--- a/domains/k93msy.json
+++ b/domains/k93msy.json
@@ -1,11 +1,11 @@
{
- "description": "K93MSY website",
- "repo": "https://github.com/K93MSY/K93MSY.github.io",
- "owner": {
- "username": "K93MSY",
- "email": "kuritama0903@gmail.com"
- },
- "record": {
- "CNAME": "k93msy.github.io"
- }
+ "description": "K93MSY website",
+ "repo": "https://github.com/K93MSY/K93MSY.github.io",
+ "owner": {
+ "username": "K93MSY",
+ "email": "kuritama0903@gmail.com"
+ },
+ "record": {
+ "CNAME": "k93msy.github.io"
+ }
}
diff --git a/domains/kacem.json b/domains/kacem.json
index f413e6bad..c525bbc7f 100644
--- a/domains/kacem.json
+++ b/domains/kacem.json
@@ -1,11 +1,11 @@
{
- "description": "Kacem's personal dungeon",
- "repo": "https://github.com/LordKacem",
- "owner": {
- "username": "Kacem",
- "email": "Kacem.dev@hotmail.com"
- },
- "record": {
- "CNAME": "nkessill.sirv.com"
- }
+ "description": "Kacem's personal dungeon",
+ "repo": "https://github.com/LordKacem",
+ "owner": {
+ "username": "Kacem",
+ "email": "Kacem.dev@hotmail.com"
+ },
+ "record": {
+ "CNAME": "nkessill.sirv.com"
+ }
}
diff --git a/domains/kagchi.json b/domains/kagchi.json
index 5adbcc6b0..ee5b697f1 100644
--- a/domains/kagchi.json
+++ b/domains/kagchi.json
@@ -1,11 +1,11 @@
{
- "description": "KagChi's Personal Website",
- "repo": "https://github.com/KagChi",
- "owner": {
- "username": "KagChi",
- "email": "contact@kagchi.my.id"
- },
- "record": {
- "URL": "https://kagchi.my.id"
- }
+ "description": "KagChi's Personal Website",
+ "repo": "https://github.com/KagChi",
+ "owner": {
+ "username": "KagChi",
+ "email": "contact@kagchi.my.id"
+ },
+ "record": {
+ "URL": "https://kagchi.my.id"
+ }
}
diff --git a/domains/kaguwo.json b/domains/kaguwo.json
index b2ad285fe..7182e21c9 100644
--- a/domains/kaguwo.json
+++ b/domains/kaguwo.json
@@ -1,10 +1,10 @@
{
- "description": "Kaguwo's Personal Website",
- "owner": {
- "username": "kaguwomin",
- "email": "business@kaguwo.com"
- },
- "record": {
- "CNAME": "kaguwomin.github.io"
- }
+ "description": "Kaguwo's Personal Website",
+ "owner": {
+ "username": "kaguwomin",
+ "email": "business@kaguwo.com"
+ },
+ "record": {
+ "CNAME": "kaguwomin.github.io"
+ }
}
diff --git a/domains/kai.json b/domains/kai.json
index fe6b819d3..eb7e18491 100644
--- a/domains/kai.json
+++ b/domains/kai.json
@@ -1,11 +1,11 @@
{
- "description": "KAI is a Dev",
- "repo": "https://github.com/blackaimc/blackaimc.github.io",
- "owner": {
- "username": "blackaimc",
- "email": "blackaimc@gmail.com"
- },
- "record": {
- "CNAME": "blackaimc.github.io"
- }
+ "description": "KAI is a Dev",
+ "repo": "https://github.com/blackaimc/blackaimc.github.io",
+ "owner": {
+ "username": "blackaimc",
+ "email": "blackaimc@gmail.com"
+ },
+ "record": {
+ "CNAME": "blackaimc.github.io"
+ }
}
diff --git a/domains/kaivalya.json b/domains/kaivalya.json
index 67b4342c2..4418749e3 100644
--- a/domains/kaivalya.json
+++ b/domains/kaivalya.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "Kaivalya4.github.io"
}
-}
+}
diff --git a/domains/kamy0403.json b/domains/kamy0403.json
index 9f616080d..9033e1e1a 100644
--- a/domains/kamy0403.json
+++ b/domains/kamy0403.json
@@ -1,13 +1,11 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "thanhcong2k7",
"email": "nhocpeacock@gmail.com",
"twitter": "NTKam007",
"discord": "KamyzZ#3790"
- },
- "record": {
+ },
+ "record": {
"CNAME": "kmdev.carrd.co"
- }
}
-
+}
diff --git a/domains/kamyzz.json b/domains/kamyzz.json
index 765a1688b..2824a0ab9 100644
--- a/domains/kamyzz.json
+++ b/domains/kamyzz.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "thanhcong2k7",
"email": "nhocpeacock@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "kamyzz.carrd.co"
- }
}
-
+}
diff --git a/domains/kartik.json b/domains/kartik.json
index 2a6e2a717..ccc97b38f 100644
--- a/domains/kartik.json
+++ b/domains/kartik.json
@@ -1,11 +1,11 @@
{
- "description": "Kartik's website",
- "repo": "https://github.com/kartiktalwar2003/kartiktalwar2003.github.io",
- "owner": {
- "username": "kartiktalwar2003",
- "email": "kartiktalwar2003@gmail.com"
- },
- "record": {
- "CNAME": "kartiktalwar2003.github.io"
- }
+ "description": "Kartik's website",
+ "repo": "https://github.com/kartiktalwar2003/kartiktalwar2003.github.io",
+ "owner": {
+ "username": "kartiktalwar2003",
+ "email": "kartiktalwar2003@gmail.com"
+ },
+ "record": {
+ "CNAME": "kartiktalwar2003.github.io"
+ }
}
diff --git a/domains/kashif.json b/domains/kashif.json
index 1054262c0..3c01fbe8a 100644
--- a/domains/kashif.json
+++ b/domains/kashif.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "appsdevpk",
"email": "kashid1@gmail.com"
- },
+ },
- "record": {
+ "record": {
"A": ["129.146.191.167"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/kaushik-bhadarka.json b/domains/kaushik-bhadarka.json
index 8a26b83d0..ec78bbb75 100644
--- a/domains/kaushik-bhadarka.json
+++ b/domains/kaushik-bhadarka.json
@@ -1,11 +1,11 @@
{
- "description": "Kaushik Bhadarka.",
- "repo": "https://github.com/kaushik-bhadarka/kaushik-bhadarka.github.io",
- "owner": {
- "username": "kaushik-bhadarka",
- "email": "kaushik-bhadarka@acquaintsoft.com"
- },
- "record": {
- "CNAME": "kaushik-bhadarka.github.io"
- }
+ "description": "Kaushik Bhadarka.",
+ "repo": "https://github.com/kaushik-bhadarka/kaushik-bhadarka.github.io",
+ "owner": {
+ "username": "kaushik-bhadarka",
+ "email": "kaushik-bhadarka@acquaintsoft.com"
+ },
+ "record": {
+ "CNAME": "kaushik-bhadarka.github.io"
+ }
}
diff --git a/domains/kavi.json b/domains/kavi.json
index f81d0b7f7..94f5f4824 100644
--- a/domains/kavi.json
+++ b/domains/kavi.json
@@ -1,12 +1,12 @@
{
- "description": "Portfolio website",
- "repo": "https://github.com/dkaviarasu/dkaviarasu.github.io",
- "owner": {
- "username": "dkaviarasu",
- "email": "",
- "twitter": "kaviarasudm"
- },
- "record": {
- "CNAME": "dkaviarasu.github.io"
- }
+ "description": "Portfolio website",
+ "repo": "https://github.com/dkaviarasu/dkaviarasu.github.io",
+ "owner": {
+ "username": "dkaviarasu",
+ "email": "",
+ "twitter": "kaviarasudm"
+ },
+ "record": {
+ "CNAME": "dkaviarasu.github.io"
+ }
}
diff --git a/domains/kaweees.json b/domains/kaweees.json
index 5e0ee081e..9fce615be 100644
--- a/domains/kaweees.json
+++ b/domains/kaweees.json
@@ -1,11 +1,11 @@
{
- "description": "Kaweees is a Dev",
- "repo": "https://github.com/Kaweees/is-a-dev",
- "owner": {
- "username": "Kaweees",
- "email": "miguelvillafloran@gmail.com"
- },
- "record": {
- "CNAME": "kaweees.github.io"
- }
+ "description": "Kaweees is a Dev",
+ "repo": "https://github.com/Kaweees/is-a-dev",
+ "owner": {
+ "username": "Kaweees",
+ "email": "miguelvillafloran@gmail.com"
+ },
+ "record": {
+ "CNAME": "kaweees.github.io"
+ }
}
diff --git a/domains/kaweendra.json b/domains/kaweendra.json
index 254ebe9bc..db2d63360 100644
--- a/domains/kaweendra.json
+++ b/domains/kaweendra.json
@@ -1,11 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "kaweendras",
"email": "salitha.wijerathna@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "kaweendras.github.io"
- }
}
+}
diff --git a/domains/kawet.json b/domains/kawet.json
index a5f651129..5e068a3fb 100644
--- a/domains/kawet.json
+++ b/domains/kawet.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "Kawet00",
- "email": "",
- "twitter": "Kawet00",
- "discord": "Kawet#4827"
- },
- "record": {
- "CNAME": "ee4b2375-cc40-4c9d-b34a-9fa2047b8ebf.id.repl.co"
- }
+ "owner": {
+ "username": "Kawet00",
+ "email": "",
+ "twitter": "Kawet00",
+ "discord": "Kawet#4827"
+ },
+ "record": {
+ "CNAME": "ee4b2375-cc40-4c9d-b34a-9fa2047b8ebf.id.repl.co"
+ }
}
diff --git a/domains/kaz.json b/domains/kaz.json
index 18a5fd01f..0b5d460fa 100644
--- a/domains/kaz.json
+++ b/domains/kaz.json
@@ -1,11 +1,11 @@
{
- "description": "Add some description",
- "repo": "https://github.com/kazz0001/kazz0001.github.io",
- "owner": {
- "username": "kazz0001",
- "email": "badchicken11690@gmail.com"
- },
- "record": {
- "CNAME": "kazz0001.github.io"
- }
+ "description": "Add some description",
+ "repo": "https://github.com/kazz0001/kazz0001.github.io",
+ "owner": {
+ "username": "kazz0001",
+ "email": "badchicken11690@gmail.com"
+ },
+ "record": {
+ "CNAME": "kazz0001.github.io"
+ }
}
diff --git a/domains/kckarnige.json b/domains/kckarnige.json
index fa0c416fb..8375cfb7d 100644
--- a/domains/kckarnige.json
+++ b/domains/kckarnige.json
@@ -1,12 +1,12 @@
{
- "description": "KayoticCarnige is a dev",
- "repo": "https://github.com/kckarnige/kckarnige.github.io",
- "owner": {
- "username": "kckarnige",
- "email": "kayos156official@gmail.com",
- "twitter": "kckarnige"
- },
- "record": {
- "CNAME": "kckarnige.github.io"
- }
+ "description": "KayoticCarnige is a dev",
+ "repo": "https://github.com/kckarnige/kckarnige.github.io",
+ "owner": {
+ "username": "kckarnige",
+ "email": "kayos156official@gmail.com",
+ "twitter": "kckarnige"
+ },
+ "record": {
+ "CNAME": "kckarnige.github.io"
+ }
}
diff --git a/domains/kd.json b/domains/kd.json
index 12bdab5a5..2c336b6c5 100644
--- a/domains/kd.json
+++ b/domains/kd.json
@@ -1,11 +1,11 @@
-{
- "description": "Personal Developer Website",
- "repo": "https://github.com/KejdiKoci/kejdikoci.github.io",
- "owner": {
- "username": "KejdiKoci",
- "email": "kejdikoci.mail@gmail.com"
- },
- "record": {
- "CNAME": "kejdikoci.github.io"
- }
-}
+{
+ "description": "Personal Developer Website",
+ "repo": "https://github.com/KejdiKoci/kejdikoci.github.io",
+ "owner": {
+ "username": "KejdiKoci",
+ "email": "kejdikoci.mail@gmail.com"
+ },
+ "record": {
+ "CNAME": "kejdikoci.github.io"
+ }
+}
diff --git a/domains/kefir.json b/domains/kefir.json
index 745cd1e36..2f992d389 100644
--- a/domains/kefir.json
+++ b/domains/kefir.json
@@ -1,11 +1,9 @@
-
{
- "owner": {
- "username": "kefir2115",
- "email": "zakremciany533@gmail.com"
- },
- "record": {
- "CNAME": "kefir2115.github.io"
- }
+ "owner": {
+ "username": "kefir2115",
+ "email": "zakremciany533@gmail.com"
+ },
+ "record": {
+ "CNAME": "kefir2115.github.io"
+ }
}
-
diff --git a/domains/keithkhaotic.json b/domains/keithkhaotic.json
index 1c6ac0e73..971c4bd43 100644
--- a/domains/keithkhaotic.json
+++ b/domains/keithkhaotic.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "keithkhaotic.github.io"
}
-}
+}
diff --git a/domains/keju.json b/domains/keju.json
index 88d48dff2..cb21a4ea8 100644
--- a/domains/keju.json
+++ b/domains/keju.json
@@ -1,12 +1,12 @@
{
- "description": "Kelvin Julian - Personal Website",
- "repo": "https://github.com/kejuuu/kejuuu.github.io",
- "owner": {
- "username": "kejuuu",
- "email": "kelvinjulian.kj@gmail.com",
- "twitter": "Keju__"
- },
- "record": {
- "CNAME": "kejuuu.github.io"
- }
+ "description": "Kelvin Julian - Personal Website",
+ "repo": "https://github.com/kejuuu/kejuuu.github.io",
+ "owner": {
+ "username": "kejuuu",
+ "email": "kelvinjulian.kj@gmail.com",
+ "twitter": "Keju__"
+ },
+ "record": {
+ "CNAME": "kejuuu.github.io"
+ }
}
diff --git a/domains/kekda.json b/domains/kekda.json
index 2b40ad9d8..25deae69d 100644
--- a/domains/kekda.json
+++ b/domains/kekda.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "kekda-py",
- "email": "yashverma7869@gmail.com",
- "twitter": "Yash72274544"
- },
- "record": {
- "URL": "https://yashverma.me"
- }
+ "owner": {
+ "username": "kekda-py",
+ "email": "yashverma7869@gmail.com",
+ "twitter": "Yash72274544"
+ },
+ "record": {
+ "URL": "https://yashverma.me"
+ }
}
diff --git a/domains/keli5.json b/domains/keli5.json
index 9d505fab2..064272588 100644
--- a/domains/keli5.json
+++ b/domains/keli5.json
@@ -1,12 +1,12 @@
{
- "description": "keli5",
- "repo": "https://github.com/keli5/keli5.github.io",
- "owner": {
- "username": "keli5",
- "email": "",
- "twitter": "keli5_letters"
- },
- "record": {
- "CNAME": "keli5.github.io"
- }
+ "description": "keli5",
+ "repo": "https://github.com/keli5/keli5.github.io",
+ "owner": {
+ "username": "keli5",
+ "email": "",
+ "twitter": "keli5_letters"
+ },
+ "record": {
+ "CNAME": "keli5.github.io"
+ }
}
diff --git a/domains/kells.json b/domains/kells.json
index d68185933..0121d4b81 100644
--- a/domains/kells.json
+++ b/domains/kells.json
@@ -1,11 +1,11 @@
{
- "description": "Kells is Developer!",
- "repo": "https://github.com/jwkim101201/jwkim101201.github.io",
- "owner": {
- "username": "jwkim101201",
- "email": "jwkim101201@gmail.com"
- },
- "record": {
- "CNAME": "jwkim101201.github.io"
- }
+ "description": "Kells is Developer!",
+ "repo": "https://github.com/jwkim101201/jwkim101201.github.io",
+ "owner": {
+ "username": "jwkim101201",
+ "email": "jwkim101201@gmail.com"
+ },
+ "record": {
+ "CNAME": "jwkim101201.github.io"
+ }
}
diff --git a/domains/ken.json b/domains/ken.json
index 3052e8455..405035e50 100644
--- a/domains/ken.json
+++ b/domains/ken.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Ken Pemberton",
- "email": "kenpem@gmail.com"
- },
- "record": {
- "CNAME": "grumpyoldfart.org"
- }
+ "owner": {
+ "username": "Ken Pemberton",
+ "email": "kenpem@gmail.com"
+ },
+ "record": {
+ "CNAME": "grumpyoldfart.org"
+ }
}
diff --git a/domains/kenney.json b/domains/kenney.json
index b26b86938..d97659f20 100644
--- a/domains/kenney.json
+++ b/domains/kenney.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "kendofriendo",
- "email": "goadke@g.cofc.edu"
- },
- "record": {
- "CNAME": "hashnode.network"
- }
+ "owner": {
+ "username": "kendofriendo",
+ "email": "goadke@g.cofc.edu"
+ },
+ "record": {
+ "CNAME": "hashnode.network"
+ }
}
diff --git a/domains/kenwu.json b/domains/kenwu.json
index 83dcbaf90..4bbda27e5 100644
--- a/domains/kenwu.json
+++ b/domains/kenwu.json
@@ -2,11 +2,11 @@
"description": "This is Ken Wu's personal portfolio website.",
"repo": "https://github.com/kenwuqianghao/kenwuqianghao.github.io",
"owner": {
- "username": "KenWuqianghao",
- "email": "wooqianghao@gmail.com",
- "twitter": "KenWuqianghao"
+ "username": "KenWuqianghao",
+ "email": "wooqianghao@gmail.com",
+ "twitter": "KenWuqianghao"
},
"record": {
- "CNAME": "kenwuqianghao.github.io"
+ "CNAME": "kenwuqianghao.github.io"
}
- }
\ No newline at end of file
+}
diff --git a/domains/kev.json b/domains/kev.json
index 4c45b8a2a..660ad20c4 100644
--- a/domains/kev.json
+++ b/domains/kev.json
@@ -1,11 +1,11 @@
{
- "description": "Personal website",
- "repo": "https://github.com/kevinle108/kevinle108.github.io",
- "owner": {
- "username": "kevinle108",
- "email": "kevinle108@gmail.com"
- },
- "record": {
- "CNAME": "kevinle108.github.io"
- }
+ "description": "Personal website",
+ "repo": "https://github.com/kevinle108/kevinle108.github.io",
+ "owner": {
+ "username": "kevinle108",
+ "email": "kevinle108@gmail.com"
+ },
+ "record": {
+ "CNAME": "kevinle108.github.io"
+ }
}
diff --git a/domains/kevin.json b/domains/kevin.json
index ecb38f866..fef2ee4bd 100644
--- a/domains/kevin.json
+++ b/domains/kevin.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "KevinBrogan",
- "email": "kevin@brogan.ca"
- },
- "record": {
- "CNAME": "brogan.ca"
- }
+ "owner": {
+ "username": "KevinBrogan",
+ "email": "kevin@brogan.ca"
+ },
+ "record": {
+ "CNAME": "brogan.ca"
+ }
}
diff --git a/domains/keyurnimavat.json b/domains/keyurnimavat.json
index cc7122e38..bb8a67fa2 100644
--- a/domains/keyurnimavat.json
+++ b/domains/keyurnimavat.json
@@ -1,11 +1,11 @@
{
- "description": "keyur Profile.",
- "repo": "https://github.com/keyurnimavat/keyurnimavat.github.io",
- "owner": {
- "username": "keyurnimavat",
- "email": ""
- },
- "record": {
- "CNAME": "keyurnimavat.github.io"
- }
+ "description": "keyur Profile.",
+ "repo": "https://github.com/keyurnimavat/keyurnimavat.github.io",
+ "owner": {
+ "username": "keyurnimavat",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "keyurnimavat.github.io"
+ }
}
diff --git a/domains/kha.json b/domains/kha.json
index ed3984f21..6bc9437c2 100644
--- a/domains/kha.json
+++ b/domains/kha.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "bkit9x",
"email": "bkit9x@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "bkit9x.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/khaled.json b/domains/khaled.json
index 979cdd57b..3cdd9c8f9 100644
--- a/domains/khaled.json
+++ b/domains/khaled.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "khaled-0",
"email": "spkhalad@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "khaled-0.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/khanh.json b/domains/khanh.json
index cd666ce18..fd38aa557 100644
--- a/domains/khanh.json
+++ b/domains/khanh.json
@@ -1,11 +1,11 @@
{
- "description": "Khanh's personal developer website",
- "repo": "https://github.com/canfam",
- "owner": {
- "username": "canfam",
- "email": "khanhpham072007@gmail.com"
- },
- "record": {
- "CNAME": "canfam.github.io"
- }
+ "description": "Khanh's personal developer website",
+ "repo": "https://github.com/canfam",
+ "owner": {
+ "username": "canfam",
+ "email": "khanhpham072007@gmail.com"
+ },
+ "record": {
+ "CNAME": "canfam.github.io"
+ }
}
diff --git a/domains/khcrv.json b/domains/khcrv.json
index 0be7cfe07..82fc14fa8 100644
--- a/domains/khcrv.json
+++ b/domains/khcrv.json
@@ -1,11 +1,11 @@
{
- "description": "KhCrv Portfolio Website",
- "repo": "https://github.com/KhCrv/khcrv.github.io",
- "owner": {
- "username": "KhCrv",
- "email": "pedusty@hotmail.com"
- },
- "record": {
- "CNAME": "khcrv.github.io"
- }
+ "description": "KhCrv Portfolio Website",
+ "repo": "https://github.com/KhCrv/khcrv.github.io",
+ "owner": {
+ "username": "KhCrv",
+ "email": "pedusty@hotmail.com"
+ },
+ "record": {
+ "CNAME": "khcrv.github.io"
+ }
}
diff --git a/domains/khushraj.json b/domains/khushraj.json
index fd86f5e90..526e22a4b 100644
--- a/domains/khushraj.json
+++ b/domains/khushraj.json
@@ -1,11 +1,11 @@
{
- "description": "Khushraj Rathod's personal website.",
- "repo": "https://github.com/KhushrajRathod/www.khushrajrathod.com",
- "owner": {
- "username": "KhushrajRathod",
- "email": "me@khushrajrathod.com"
- },
- "record": {
- "URL": "https://www.khushrajrathod.com"
- }
+ "description": "Khushraj Rathod's personal website.",
+ "repo": "https://github.com/KhushrajRathod/www.khushrajrathod.com",
+ "owner": {
+ "username": "KhushrajRathod",
+ "email": "me@khushrajrathod.com"
+ },
+ "record": {
+ "URL": "https://www.khushrajrathod.com"
+ }
}
diff --git a/domains/kiara.json b/domains/kiara.json
index 1d3eb6904..183f436b2 100644
--- a/domains/kiara.json
+++ b/domains/kiara.json
@@ -1,11 +1,11 @@
{
- "description": "Amelia Corp Official Website.",
- "repo": "https://github.com/aaraam/aaraam.github.io",
- "owner": {
- "username": "ameliakiara",
- "email": "contact@kiara.my.id"
- },
- "record": {
- "CNAME": "lavalink-music-bot-production.up.railway.app"
- }
+ "description": "Amelia Corp Official Website.",
+ "repo": "https://github.com/aaraam/aaraam.github.io",
+ "owner": {
+ "username": "ameliakiara",
+ "email": "contact@kiara.my.id"
+ },
+ "record": {
+ "CNAME": "lavalink-music-bot-production.up.railway.app"
+ }
}
diff --git a/domains/kicrops.json b/domains/kicrops.json
index 314199a08..857e5a4f3 100644
--- a/domains/kicrops.json
+++ b/domains/kicrops.json
@@ -1,11 +1,11 @@
{
- "description": "A personal website for me and my organization",
- "repo": "https://github.com/Kicrops/website",
- "owner": {
- "username": "Kicrops",
- "email": "kicropsdevelopment@gmail.com"
- },
- "record": {
- "CNAME": "d3aeb170-58da-460e-aad2-29a40a7a0d80.id.repl.co"
- }
+ "description": "A personal website for me and my organization",
+ "repo": "https://github.com/Kicrops/website",
+ "owner": {
+ "username": "Kicrops",
+ "email": "kicropsdevelopment@gmail.com"
+ },
+ "record": {
+ "CNAME": "d3aeb170-58da-460e-aad2-29a40a7a0d80.id.repl.co"
+ }
}
diff --git a/domains/kilic.json b/domains/kilic.json
index c7ef9a8b8..69d74bd9f 100644
--- a/domains/kilic.json
+++ b/domains/kilic.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "kiliczsh",
- "email": "muhammeddkilicc@gmail.com"
- },
- "description": "personal site",
- "repo": "https://github.com/kiliczsh/kiliczsh.github.io",
- "record": {
- "CNAME": "kiliczsh.github.io"
- }
+ "owner": {
+ "username": "kiliczsh",
+ "email": "muhammeddkilicc@gmail.com"
+ },
+ "description": "personal site",
+ "repo": "https://github.com/kiliczsh/kiliczsh.github.io",
+ "record": {
+ "CNAME": "kiliczsh.github.io"
+ }
}
diff --git a/domains/killua.json b/domains/killua.json
index 44fed95cb..b4483de86 100644
--- a/domains/killua.json
+++ b/domains/killua.json
@@ -1,11 +1,11 @@
{
- "description": "Personal Page",
- "repo": "https://github.com/Killua7362/Killua7362.github.io",
- "owner": {
- "username": "Killua7362",
- "email": "bhat7362@gmail.com"
- },
- "record": {
- "CNAME": "Killua7362.github.io"
- }
+ "description": "Personal Page",
+ "repo": "https://github.com/Killua7362/Killua7362.github.io",
+ "owner": {
+ "username": "Killua7362",
+ "email": "bhat7362@gmail.com"
+ },
+ "record": {
+ "CNAME": "Killua7362.github.io"
+ }
}
diff --git a/domains/kingq23.json b/domains/kingq23.json
index d358668e3..ea6377f62 100644
--- a/domains/kingq23.json
+++ b/domains/kingq23.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Kingq23",
- "email": "qadams2008@gmail.com"
- },
- "record": {
- "URL": "https://kingq23-is-a-dev.kingq23.repl.co"
- }
+ "owner": {
+ "username": "Kingq23",
+ "email": "qadams2008@gmail.com"
+ },
+ "record": {
+ "URL": "https://kingq23-is-a-dev.kingq23.repl.co"
+ }
}
diff --git a/domains/kiran.json b/domains/kiran.json
index 29f6ff89b..ceafc0b87 100644
--- a/domains/kiran.json
+++ b/domains/kiran.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "kiranhart.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "kiranhart.github.io"
+ }
}
diff --git a/domains/kirann.json b/domains/kirann.json
index 755bbe11c..42c7372f4 100644
--- a/domains/kirann.json
+++ b/domains/kirann.json
@@ -1,11 +1,11 @@
{
- "description": "Kiran's personal developer website",
- "repo": "https://github.com/sudopower",
- "owner": {
- "username": "sudopower",
- "email": "nkirandroid@gmail.com"
- },
- "record": {
- "URL": "http://sudopower.com"
- }
+ "description": "Kiran's personal developer website",
+ "repo": "https://github.com/sudopower",
+ "owner": {
+ "username": "sudopower",
+ "email": "nkirandroid@gmail.com"
+ },
+ "record": {
+ "URL": "http://sudopower.com"
+ }
}
diff --git a/domains/kiss.json b/domains/kiss.json
index 3b23877db..711923825 100644
--- a/domains/kiss.json
+++ b/domains/kiss.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "filipekiss",
- "email": "filipe@kiss.ink"
- },
- "record": {
- "CNAME": "filipe.kiss.ink"
- }
+ "owner": {
+ "username": "filipekiss",
+ "email": "filipe@kiss.ink"
+ },
+ "record": {
+ "CNAME": "filipe.kiss.ink"
+ }
}
diff --git a/domains/kitten.json b/domains/kitten.json
index 2b27f72e2..f6f798f81 100644
--- a/domains/kitten.json
+++ b/domains/kitten.json
@@ -1,11 +1,11 @@
{
- "description": "using for personal projects",
- "repo": "https://github.com/KittensAreDaBest",
- "owner": {
- "username": "KittensAreDaBest",
- "email": "is-a-dev@mythicalkitten.com"
- },
- "record": {
- "CNAME": "is-a-dev.mythicalkitten.com"
- }
+ "description": "using for personal projects",
+ "repo": "https://github.com/KittensAreDaBest",
+ "owner": {
+ "username": "KittensAreDaBest",
+ "email": "is-a-dev@mythicalkitten.com"
+ },
+ "record": {
+ "CNAME": "is-a-dev.mythicalkitten.com"
+ }
}
diff --git a/domains/kitty.json b/domains/kitty.json
index d7f091347..dd406458c 100644
--- a/domains/kitty.json
+++ b/domains/kitty.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Stardustxxx",
"email": "kitty@kittysmh.tech"
- },
+ },
- "record": {
+ "record": {
"A": ["192.95.42.66"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/kiwozen.json b/domains/kiwozen.json
index 744355c9c..0bb4c7787 100644
--- a/domains/kiwozen.json
+++ b/domains/kiwozen.json
@@ -5,6 +5,6 @@
"email": "goat@kiwozen.de"
},
"record": {
- "URL": "https://kiwozen.de"
+ "URL": "https://kiwozen.de"
}
-}
+}
diff --git a/domains/kiyora.json b/domains/kiyora.json
index 96b5a39bb..dcc0043a4 100644
--- a/domains/kiyora.json
+++ b/domains/kiyora.json
@@ -2,11 +2,10 @@
"description": "using for personal projects",
"repo": "https://github.com/ItsMyEyes",
"owner": {
- "username": "ItsMyEyes",
- "email": "dev@sipaling.top"
+ "username": "ItsMyEyes",
+ "email": "dev@sipaling.top"
},
"record": {
- "CNAME": "itsmyeyes.github.io"
+ "CNAME": "itsmyeyes.github.io"
}
- }
-
\ No newline at end of file
+}
diff --git a/domains/klindos.jzitnik.json b/domains/klindos.jzitnik.json
index 5fd90cf60..bdc9b9fcd 100644
--- a/domains/klindos.jzitnik.json
+++ b/domains/klindos.jzitnik.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "JZITNIK-github",
- "email": "klindkubak@zohomail.eu",
- "discord": "KLIND#1906"
- },
- "record": {
- "CNAME": "klind-os.onrender.com"
- }
+ "owner": {
+ "username": "JZITNIK-github",
+ "email": "klindkubak@zohomail.eu",
+ "discord": "KLIND#1906"
+ },
+ "record": {
+ "CNAME": "klind-os.onrender.com"
+ }
}
diff --git a/domains/klouqzz.json b/domains/klouqzz.json
index c4df0f69e..acbe83c4a 100644
--- a/domains/klouqzz.json
+++ b/domains/klouqzz.json
@@ -1,11 +1,11 @@
{
- "description": "Klouqz Website's",
- "repo": "https://github.com/klouqzz/klouqzz.github.io",
- "owner": {
- "username": "klouqzz",
- "email": "klouqz@gmail.com"
- },
- "record": {
- "CNAME": "klouqzz.github.io"
- }
+ "description": "Klouqz Website's",
+ "repo": "https://github.com/klouqzz/klouqzz.github.io",
+ "owner": {
+ "username": "klouqzz",
+ "email": "klouqz@gmail.com"
+ },
+ "record": {
+ "CNAME": "klouqzz.github.io"
+ }
}
diff --git a/domains/kmrvarun.json b/domains/kmrvarun.json
index 10bcf224e..af06c06ee 100644
--- a/domains/kmrvarun.json
+++ b/domains/kmrvarun.json
@@ -1,11 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "kmr-varun",
"email": "kmr11varun@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "kmr-varun.github.io"
- }
}
+}
diff --git a/domains/kns.json b/domains/kns.json
index 5c753a9df..72ec8d59a 100644
--- a/domains/kns.json
+++ b/domains/kns.json
@@ -1,12 +1,10 @@
{
- "owner": {
- "username": "ItzCrazyKns",
- "email": "",
- "discord": "ItzCrazyKns#1337"
- },
- "record": {
- "A": [
- "129.153.126.170"
- ]
- }
+ "owner": {
+ "username": "ItzCrazyKns",
+ "email": "",
+ "discord": "ItzCrazyKns#1337"
+ },
+ "record": {
+ "A": ["129.153.126.170"]
+ }
}
diff --git a/domains/kobeff.json b/domains/kobeff.json
index 8dd2b077d..6fcd7b36b 100644
--- a/domains/kobeff.json
+++ b/domains/kobeff.json
@@ -1,11 +1,11 @@
{
- "description": "KobeFF's Portfolio",
- "repo": "please get the code from https://its.kobeff.repl.co",
- "owner": {
- "username": "Kobe523",
- "email": "kfni@madison.k12.wi.us"
- },
- "record": {
- "URL": "https://its.kobeff.repl.co"
- }
+ "description": "KobeFF's Portfolio",
+ "repo": "please get the code from https://its.kobeff.repl.co",
+ "owner": {
+ "username": "Kobe523",
+ "email": "kfni@madison.k12.wi.us"
+ },
+ "record": {
+ "URL": "https://its.kobeff.repl.co"
+ }
}
diff --git a/domains/koding.json b/domains/koding.json
index 24283837d..d38162e72 100644
--- a/domains/koding.json
+++ b/domains/koding.json
@@ -1,11 +1,11 @@
{
- "description": "Full stack developer proficient in Kotlin",
- "repo": "https://github.com/KodingDev",
- "owner": {
- "username": "KodingDev",
- "email": "kodingdev@pm.me"
- },
- "record": {
- "URL": "https://koding.dev"
- }
+ "description": "Full stack developer proficient in Kotlin",
+ "repo": "https://github.com/KodingDev",
+ "owner": {
+ "username": "KodingDev",
+ "email": "kodingdev@pm.me"
+ },
+ "record": {
+ "URL": "https://koding.dev"
+ }
}
diff --git a/domains/koolwiza.json b/domains/koolwiza.json
index 57cd570dd..97bd921ee 100644
--- a/domains/koolwiza.json
+++ b/domains/koolwiza.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "Koolwiza",
- "email": "koolwiza@gmail.com"
- },
- "description": "Just a cool subdomain to have :)",
- "repo": "https://www.github.com/Koolwiza",
- "record": {
- "CNAME": "koolwiza.github.io"
- }
+ "owner": {
+ "username": "Koolwiza",
+ "email": "koolwiza@gmail.com"
+ },
+ "description": "Just a cool subdomain to have :)",
+ "repo": "https://www.github.com/Koolwiza",
+ "record": {
+ "CNAME": "koolwiza.github.io"
+ }
}
diff --git a/domains/korauo.json b/domains/korauo.json
index 54b87f72e..50b802eaa 100644
--- a/domains/korauo.json
+++ b/domains/korauo.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "korauo",
- "email": "",
- "twitter": "korauo",
- "discord": "korauo#1423"
- },
- "record": {
- "CNAME": "korauo.github.io"
- }
+ "owner": {
+ "username": "korauo",
+ "email": "",
+ "twitter": "korauo",
+ "discord": "korauo#1423"
+ },
+ "record": {
+ "CNAME": "korauo.github.io"
+ }
}
diff --git a/domains/korbinvanette.json b/domains/korbinvanette.json
index 0839a5913..378097263 100644
--- a/domains/korbinvanette.json
+++ b/domains/korbinvanette.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "KorbinVanetteDev",
"email": "korbinvanettedev@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "35ad5fb7-4c98-46e4-891b-67815124df03.id.repl.co"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/kory.json b/domains/kory.json
index 1c42effa1..b77e8df34 100644
--- a/domains/kory.json
+++ b/domains/kory.json
@@ -1,12 +1,12 @@
{
- "description": "Kory Porter's personal website",
- "repo": "https://github.com/korziee",
- "owner": {
- "username": "korziee",
- "twitter": "korziee",
- "email": ""
- },
- "record": {
- "URL": "https://www.koryporter.com"
- }
+ "description": "Kory Porter's personal website",
+ "repo": "https://github.com/korziee",
+ "owner": {
+ "username": "korziee",
+ "twitter": "korziee",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://www.koryporter.com"
+ }
}
diff --git a/domains/koslz.json b/domains/koslz.json
index 92417b361..a499b8b1a 100644
--- a/domains/koslz.json
+++ b/domains/koslz.json
@@ -1,11 +1,11 @@
{
- "description": "koslz.is-a.dev",
- "repo": "https://github.com/koslz-studios/koslz-studios.github.io",
- "owner": {
- "username": "iakzs",
- "email": "iakzs@protonmail.com"
- },
- "record": {
- "CNAME": "koslz-studios.github.io"
- }
+ "description": "koslz.is-a.dev",
+ "repo": "https://github.com/koslz-studios/koslz-studios.github.io",
+ "owner": {
+ "username": "iakzs",
+ "email": "iakzs@protonmail.com"
+ },
+ "record": {
+ "CNAME": "koslz-studios.github.io"
+ }
}
diff --git a/domains/kotikov.json b/domains/kotikov.json
index c170c860f..ed1fb950b 100644
--- a/domains/kotikov.json
+++ b/domains/kotikov.json
@@ -7,10 +7,7 @@
},
"record": {
"URL": "https://kotikov.pages.dev",
- "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/koton-bads.json b/domains/koton-bads.json
index 6c6f80cca..2d1d3f06d 100644
--- a/domains/koton-bads.json
+++ b/domains/koton-bads.json
@@ -4,7 +4,7 @@
"username": "KotonBads",
"email": "kotonbads@duck.com"
},
- "record" : {
+ "record": {
"CNAME": "kotonbads.github.io"
}
}
diff --git a/domains/kpopiui.json b/domains/kpopiui.json
index 92ef2be26..a4879175c 100644
--- a/domains/kpopiui.json
+++ b/domains/kpopiui.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
- "username": "Zeor154",
- "email": "driop12bu@gmail.com"
- },
- "record": {
- "A": ["45.140.141.88"]
- }
- }
-
\ No newline at end of file
+{
+ "owner": {
+ "username": "Zeor154",
+ "email": "driop12bu@gmail.com"
+ },
+ "record": {
+ "A": ["45.140.141.88"]
+ }
+}
diff --git a/domains/krishna.json b/domains/krishna.json
index 0321e472c..9c0fd95b6 100644
--- a/domains/krishna.json
+++ b/domains/krishna.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "be-krishna",
"email": "bkshgnj@gmail.com"
- },
+ },
- "record": {
+ "record": {
"TXT": "google-site-verification=_hTlyUTWdbFv6l_L1Rizntdh7nSqvPP5DdvcLD1vuck"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/krix.json b/domains/krix.json
index 7316af4db..5707fea0c 100644
--- a/domains/krix.json
+++ b/domains/krix.json
@@ -3,8 +3,8 @@
"owner": {
"username": "Krix12",
"email": "kristjan.kocevar89@gmail.com"
- },
+ },
"record": {
- "CNAME": "krix12-github-io.pages.dev"
+ "CNAME": "krix12-github-io.pages.dev"
}
}
diff --git a/domains/krvishal.json b/domains/krvishal.json
index 1b5614ba5..ff222e873 100644
--- a/domains/krvishal.json
+++ b/domains/krvishal.json
@@ -7,6 +7,6 @@
"discord": "Vishal S.#6993"
},
"record": {
- "A": ["43.205.87.144"]
+ "A": ["43.205.87.144"]
}
}
diff --git a/domains/kshitij.json b/domains/kshitij.json
index 132e479af..4545a12e7 100644
--- a/domains/kshitij.json
+++ b/domains/kshitij.json
@@ -1,11 +1,10 @@
-{
- "description": "Kshitij Subedi",
- "owner": {
- "username": "Kshitij Subedi",
- "email": "2subedikshitij@gmail.com"
- },
- "record": {
- "CNAME": "kshitijsubedi.com.np"
- }
- }
-
\ No newline at end of file
+{
+ "description": "Kshitij Subedi",
+ "owner": {
+ "username": "Kshitij Subedi",
+ "email": "2subedikshitij@gmail.com"
+ },
+ "record": {
+ "CNAME": "kshitijsubedi.com.np"
+ }
+}
diff --git a/domains/ksvkabra.json b/domains/ksvkabra.json
index 8bd3e65ae..21cfa2c6b 100644
--- a/domains/ksvkabra.json
+++ b/domains/ksvkabra.json
@@ -1,10 +1,10 @@
{
- "description": "Keshav Kabra's website",
- "owner": {
- "username": "ksvkabra",
- "email": "ksvkabra@gmail.com"
- },
- "record": {
- "CNAME": "ksvkabra.github.io"
- }
+ "description": "Keshav Kabra's website",
+ "owner": {
+ "username": "ksvkabra",
+ "email": "ksvkabra@gmail.com"
+ },
+ "record": {
+ "CNAME": "ksvkabra.github.io"
+ }
}
diff --git a/domains/kubov.json b/domains/kubov.json
index 7e04c55b3..1310381ea 100644
--- a/domains/kubov.json
+++ b/domains/kubov.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Kubov24",
"email": "jakubcaly93@gmail.com"
- },
+ },
- "record": {
+ "record": {
"A": ["37.187.156.46"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/kukikop.json b/domains/kukikop.json
index bc57f3884..4648786f2 100644
--- a/domains/kukikop.json
+++ b/domains/kukikop.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
- "username": "Zeor154",
- "email": "driop12bu@gmail.com"
- },
- "record": {
- "A": ["45.130.141.88"]
- }
- }
-
\ No newline at end of file
+{
+ "owner": {
+ "username": "Zeor154",
+ "email": "driop12bu@gmail.com"
+ },
+ "record": {
+ "A": ["45.130.141.88"]
+ }
+}
diff --git a/domains/kumkashree.json b/domains/kumkashree.json
index 3b1780516..a868a091c 100644
--- a/domains/kumkashree.json
+++ b/domains/kumkashree.json
@@ -6,6 +6,6 @@
"discord": "KumKaShree#3777"
},
"record": {
- "A": ["43.205.87.144"]
+ "A": ["43.205.87.144"]
}
}
diff --git a/domains/kunal.json b/domains/kunal.json
index 338b74b09..548e6f3d3 100644
--- a/domains/kunal.json
+++ b/domains/kunal.json
@@ -1,12 +1,12 @@
{
- "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.",
- "record": {
- "CNAME": "kunalsingh19.github.io"
- }
+ "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.",
+ "record": {
+ "CNAME": "kunalsingh19.github.io"
+ }
}
diff --git a/domains/kweller.json b/domains/kweller.json
index eb610763d..90109679b 100644
--- a/domains/kweller.json
+++ b/domains/kweller.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "real-kwellercat.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "real-kwellercat.github.io"
+ }
}
diff --git a/domains/kyhros.json b/domains/kyhros.json
index c58d733b5..a784c0162 100644
--- a/domains/kyhros.json
+++ b/domains/kyhros.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Klorycs",
"email": "abmongus@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://kyhros.netlify.app"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/kyle.json b/domains/kyle.json
index a43324890..e676647fc 100644
--- a/domains/kyle.json
+++ b/domains/kyle.json
@@ -1,10 +1,10 @@
{
- "description": "My CDN",
- "owner": {
- "username": "JavaScriptpy",
- "email": "zerotwo.on.discord@gmail.com"
- },
- "record": {
- "CNAME": "4610390a-31b4-45f7-9a4a-4c75e28ecfbd.repl.co"
- }
+ "description": "My CDN",
+ "owner": {
+ "username": "JavaScriptpy",
+ "email": "zerotwo.on.discord@gmail.com"
+ },
+ "record": {
+ "CNAME": "4610390a-31b4-45f7-9a4a-4c75e28ecfbd.repl.co"
+ }
}
diff --git a/domains/kylemartin.json b/domains/kylemartin.json
index b0d003cd7..cd25c6056 100644
--- a/domains/kylemartin.json
+++ b/domains/kylemartin.json
@@ -1,11 +1,11 @@
{
- "description": "Kyle Martin",
- "repo": "https://github.com/js-kyle/js-kyle.github.io",
- "owner": {
- "username": "js-kyle",
- "email": ""
- },
- "record": {
- "CNAME": "js-kyle.github.io"
- }
+ "description": "Kyle Martin",
+ "repo": "https://github.com/js-kyle/js-kyle.github.io",
+ "owner": {
+ "username": "js-kyle",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "js-kyle.github.io"
+ }
}
diff --git a/domains/kyoki.json b/domains/kyoki.json
index 26be7a590..a9465b52a 100644
--- a/domains/kyoki.json
+++ b/domains/kyoki.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "kyokiii",
- "discord": "kyoki#0162",
- "email": "kyokisunn@gmail.com"
- },
- "record": {
- "CNAME": "d7dc33e6-0a6b-49ab-bad4-4b006a476a02.id.repl.co"
- }
+ "owner": {
+ "username": "kyokiii",
+ "discord": "kyoki#0162",
+ "email": "kyokisunn@gmail.com"
+ },
+ "record": {
+ "CNAME": "d7dc33e6-0a6b-49ab-bad4-4b006a476a02.id.repl.co"
+ }
}
diff --git a/domains/kyotox.json b/domains/kyotox.json
index 072fbbb5e..a26818aa5 100644
--- a/domains/kyotox.json
+++ b/domains/kyotox.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "kyotox-dev",
"email": "kyotox.dev@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://ajiteshrawat.wixsite.com/portfolio"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/kyoya.json b/domains/kyoya.json
index 14b5b57dc..05e3ce32a 100644
--- a/domains/kyoya.json
+++ b/domains/kyoya.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "kyoyacchi",
- "email": "kyoyacchi@protonmail.ch"
- },
- "record": {
- "CNAME": "kyoyacchi.github.io"
- }
+ "owner": {
+ "username": "kyoyacchi",
+ "email": "kyoyacchi@protonmail.ch"
+ },
+ "record": {
+ "CNAME": "kyoyacchi.github.io"
+ }
}
diff --git a/domains/l0ser.json b/domains/l0ser.json
index b5cb346b0..3f2a45565 100644
--- a/domains/l0ser.json
+++ b/domains/l0ser.json
@@ -1,11 +1,11 @@
{
- "description": "L0SER's personal developer website",
- "repo": "https://github.com/L0SER8228",
- "owner": {
- "username": "L0SER8228",
- "email": "loserlackey@gmail.com"
- },
- "record": {
- "CNAME": "L0SER8228.github.io"
- }
+ "description": "L0SER's personal developer website",
+ "repo": "https://github.com/L0SER8228",
+ "owner": {
+ "username": "L0SER8228",
+ "email": "loserlackey@gmail.com"
+ },
+ "record": {
+ "CNAME": "L0SER8228.github.io"
+ }
}
diff --git a/domains/l6174.json b/domains/l6174.json
index e8444b7a1..8d135a7dc 100644
--- a/domains/l6174.json
+++ b/domains/l6174.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "l6174.github.io"
}
-}
+}
diff --git a/domains/lacti.json b/domains/lacti.json
index 2f27ee95a..faa77eef8 100644
--- a/domains/lacti.json
+++ b/domains/lacti.json
@@ -1,11 +1,11 @@
{
- "description": "Lacti's blog",
- "repo": "https://github.com/lacti/lacti.github.io",
- "owner": {
- "username": "lacti",
- "email": "lactrious@gmail.com"
- },
- "record": {
- "CNAME": "lacti.github.io"
- }
+ "description": "Lacti's blog",
+ "repo": "https://github.com/lacti/lacti.github.io",
+ "owner": {
+ "username": "lacti",
+ "email": "lactrious@gmail.com"
+ },
+ "record": {
+ "CNAME": "lacti.github.io"
+ }
}
diff --git a/domains/laker.json b/domains/laker.json
index 17cc7d4bd..ed2cad3d9 100644
--- a/domains/laker.json
+++ b/domains/laker.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
- "username": "lxjv",
- "email": "hey@laker.tech"
- },
- "record": {
- "CNAME": "laker.omg.lol"
- }
- }
-
\ No newline at end of file
+{
+ "owner": {
+ "username": "lxjv",
+ "email": "hey@laker.tech"
+ },
+ "record": {
+ "CNAME": "laker.omg.lol"
+ }
+}
diff --git a/domains/lakhani-palak.json b/domains/lakhani-palak.json
index 6c0b5f797..50689d10a 100644
--- a/domains/lakhani-palak.json
+++ b/domains/lakhani-palak.json
@@ -1,11 +1,11 @@
{
- "description": "Lakhani Palak.",
- "repo": "https://github.com/lakhani-palak/lakhani-palak.github.io",
- "owner": {
- "username": "lakhani-palak",
- "email": ""
- },
- "record": {
- "CNAME": "lakhani-palak.github.io"
- }
+ "description": "Lakhani Palak.",
+ "repo": "https://github.com/lakhani-palak/lakhani-palak.github.io",
+ "owner": {
+ "username": "lakhani-palak",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "lakhani-palak.github.io"
+ }
}
diff --git a/domains/lambda.json b/domains/lambda.json
index 1e8d02e3e..2b5ecda99 100644
--- a/domains/lambda.json
+++ b/domains/lambda.json
@@ -1,11 +1,11 @@
{
- "description": "Personal Site for Stadial",
- "repo": "https://github.com/stadial/stadial.github.io",
- "owner": {
- "username": "stadial",
- "email": "kfulain.uphrj@aleeas.com"
- },
- "record": {
- "CNAME": "stadial.github.io"
- }
+ "description": "Personal Site for Stadial",
+ "repo": "https://github.com/stadial/stadial.github.io",
+ "owner": {
+ "username": "stadial",
+ "email": "kfulain.uphrj@aleeas.com"
+ },
+ "record": {
+ "CNAME": "stadial.github.io"
+ }
}
diff --git a/domains/larryst.json b/domains/larryst.json
index 91ec9d834..660068590 100644
--- a/domains/larryst.json
+++ b/domains/larryst.json
@@ -1,10 +1,10 @@
{
- "description": "Official Website for Larry Studios™",
- "owner": {
- "username": "kornls",
- "email": "larryst.korn@gmail.com"
- },
- "record": {
- "CNAME": "larrystudios.github.io"
- }
+ "description": "Official Website for Larry Studios™",
+ "owner": {
+ "username": "kornls",
+ "email": "larryst.korn@gmail.com"
+ },
+ "record": {
+ "CNAME": "larrystudios.github.io"
+ }
}
diff --git a/domains/larrystudios.json b/domains/larrystudios.json
index 2a8ec91d4..660068590 100644
--- a/domains/larrystudios.json
+++ b/domains/larrystudios.json
@@ -1,11 +1,10 @@
{
- "description": "Official Website for Larry Studios™",
- "owner": {
- "username": "kornls",
- "email": "larryst.korn@gmail.com"
- },
- "record": {
- "CNAME": "larrystudios.github.io"
- }
+ "description": "Official Website for Larry Studios™",
+ "owner": {
+ "username": "kornls",
+ "email": "larryst.korn@gmail.com"
+ },
+ "record": {
+ "CNAME": "larrystudios.github.io"
+ }
}
-
\ No newline at end of file
diff --git a/domains/latealways.json b/domains/latealways.json
index abe722665..115b1a16f 100644
--- a/domains/latealways.json
+++ b/domains/latealways.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Sky-FoxGAMING",
- "email": "jparedesmoure@awakenclient.com"
- },
- "record": {
- "CNAME": "Sky-FoxGAMING.github.io"
- }
+ "owner": {
+ "username": "Sky-FoxGAMING",
+ "email": "jparedesmoure@awakenclient.com"
+ },
+ "record": {
+ "CNAME": "Sky-FoxGAMING.github.io"
+ }
}
diff --git a/domains/laufey.json b/domains/laufey.json
index f86d723a1..7c8a27508 100644
--- a/domains/laufey.json
+++ b/domains/laufey.json
@@ -1,12 +1,12 @@
{
- "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",
- "twitter": ""
- },
- "record": {
- "CNAME": "idlidev.github.io"
- }
+ "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",
+ "twitter": ""
+ },
+ "record": {
+ "CNAME": "idlidev.github.io"
+ }
}
diff --git a/domains/lavafroth.json b/domains/lavafroth.json
index 5fdb88000..747fd743f 100644
--- a/domains/lavafroth.json
+++ b/domains/lavafroth.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "lavafroth",
- "email": "lavafroth@protonmail.com"
- },
- "record": {
- "CNAME": "lavafroth.github.io"
- }
+ "owner": {
+ "username": "lavafroth",
+ "email": "lavafroth@protonmail.com"
+ },
+ "record": {
+ "CNAME": "lavafroth.github.io"
+ }
}
diff --git a/domains/laxminag.json b/domains/laxminag.json
index 04ec58d4b..60358800f 100644
--- a/domains/laxminag.json
+++ b/domains/laxminag.json
@@ -1,11 +1,11 @@
{
- "description": "nagln's personal website",
- "repo": "https://github.com/laxminagln/laxminagln.github.io",
- "owner": {
- "username": "laxminagln",
- "email": "laxminagln@gmail.com"
- },
- "record": {
- "CNAME": "www.laxminagln.me"
- }
+ "description": "nagln's personal website",
+ "repo": "https://github.com/laxminagln/laxminagln.github.io",
+ "owner": {
+ "username": "laxminagln",
+ "email": "laxminagln@gmail.com"
+ },
+ "record": {
+ "CNAME": "www.laxminagln.me"
+ }
}
diff --git a/domains/laymoth.json b/domains/laymoth.json
index f93a23ef3..85d3336f0 100644
--- a/domains/laymoth.json
+++ b/domains/laymoth.json
@@ -7,4 +7,4 @@
"record": {
"CNAME": "laymoth.pages.dev"
}
-}
+}
diff --git a/domains/layor.json b/domains/layor.json
index d6d8066b4..722c0732b 100644
--- a/domains/layor.json
+++ b/domains/layor.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "6346563751",
- "email": "b0bb1e@protonmail.com"
- },
- "record": {
- "CNAME": "hashnode.network"
- }
+ "owner": {
+ "username": "6346563751",
+ "email": "b0bb1e@protonmail.com"
+ },
+ "record": {
+ "CNAME": "hashnode.network"
+ }
}
diff --git a/domains/lazycoder.json b/domains/lazycoder.json
index 1890a61b2..3f13a6119 100644
--- a/domains/lazycoder.json
+++ b/domains/lazycoder.json
@@ -1,11 +1,11 @@
{
- "description": "Saiful Personal Website",
- "repo": "https://github.com/saifulppro/lazycoder",
- "owner": {
- "username": "saifulppro",
- "email": "saifulp4200@gmail.com"
- },
- "record": {
- "CNAME": "lazycoder.pages.dev"
- }
+ "description": "Saiful Personal Website",
+ "repo": "https://github.com/saifulppro/lazycoder",
+ "owner": {
+ "username": "saifulppro",
+ "email": "saifulp4200@gmail.com"
+ },
+ "record": {
+ "CNAME": "lazycoder.pages.dev"
+ }
}
diff --git a/domains/lazyllama.json b/domains/lazyllama.json
index 9ef0c5496..708558f14 100644
--- a/domains/lazyllama.json
+++ b/domains/lazyllama.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "lazylllama",
- "email": "kws102522@gmail.com"
- },
- "record": {
- "CNAME": "lazylllama.github.io"
- }
+ "owner": {
+ "username": "lazylllama",
+ "email": "kws102522@gmail.com"
+ },
+ "record": {
+ "CNAME": "lazylllama.github.io"
+ }
}
diff --git a/domains/legendsayantan.json b/domains/legendsayantan.json
index f3fb749f3..f684066d9 100644
--- a/domains/legendsayantan.json
+++ b/domains/legendsayantan.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "legendsayantan.github.io"
}
-}
+}
diff --git a/domains/leha.json b/domains/leha.json
index c553c7f8f..a0c0489fa 100644
--- a/domains/leha.json
+++ b/domains/leha.json
@@ -1,12 +1,12 @@
{
- "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",
- "twitter" : "pezleha2"
- },
- "record": {
- "CNAME": "leha-code.github.io"
- }
+ "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",
+ "twitter": "pezleha2"
+ },
+ "record": {
+ "CNAME": "leha-code.github.io"
+ }
}
diff --git a/domains/lellis.json b/domains/lellis.json
index 669e1d59b..9a16087e2 100644
--- a/domains/lellis.json
+++ b/domains/lellis.json
@@ -1,11 +1,11 @@
{
- "description": "a cool subdomain",
- "repo": "https://github.com/LellisV2/register",
- "owner": {
- "username": "LellisV2",
- "email": "cloud@lellis.tech"
- },
- "record": {
- "A": ["150.230.126.219"]
- }
+ "description": "a cool subdomain",
+ "repo": "https://github.com/LellisV2/register",
+ "owner": {
+ "username": "LellisV2",
+ "email": "cloud@lellis.tech"
+ },
+ "record": {
+ "A": ["150.230.126.219"]
+ }
}
diff --git a/domains/lenicyl.json b/domains/lenicyl.json
index c56736f56..9cbd4943e 100644
--- a/domains/lenicyl.json
+++ b/domains/lenicyl.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "Lenicyl",
- "discord": "HUT#5940",
- "email": ""
- },
+ "owner": {
+ "username": "Lenicyl",
+ "discord": "HUT#5940",
+ "email": ""
+ },
"record": {
- "CNAME": "lenicyl.github.io"
- }
+ "CNAME": "lenicyl.github.io"
+ }
}
diff --git a/domains/leo.json b/domains/leo.json
index 24046e7b9..cf4219c73 100644
--- a/domains/leo.json
+++ b/domains/leo.json
@@ -1,12 +1,12 @@
{
- "description": "Leonard's Personal Website",
- "repo": "https://github.com/LeonardSSH",
- "owner": {
- "username": "LeonardSSH",
- "email": "leonardssh22@gmail.com",
- "twitter": "leonardssh22"
- },
- "record": {
- "URL": "https://leonard.sh"
- }
+ "description": "Leonard's Personal Website",
+ "repo": "https://github.com/LeonardSSH",
+ "owner": {
+ "username": "LeonardSSH",
+ "email": "leonardssh22@gmail.com",
+ "twitter": "leonardssh22"
+ },
+ "record": {
+ "URL": "https://leonard.sh"
+ }
}
diff --git a/domains/leon.json b/domains/leon.json
index b3c4088bf..e9ad23c8a 100644
--- a/domains/leon.json
+++ b/domains/leon.json
@@ -1,10 +1,10 @@
{
- "repo": "https://github.com/LeonskiDev/leonskidev",
- "owner": {
- "username": "LeonskiDev",
- "email": "bodged@pm.me"
- },
- "record": {
- "CNAME": "leonskidev.github.io"
- }
+ "repo": "https://github.com/LeonskiDev/leonskidev",
+ "owner": {
+ "username": "LeonskiDev",
+ "email": "bodged@pm.me"
+ },
+ "record": {
+ "CNAME": "leonskidev.github.io"
+ }
}
diff --git a/domains/levani.json b/domains/levani.json
index de5c18571..5059d0f9b 100644
--- a/domains/levani.json
+++ b/domains/levani.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "LevaniVashadze",
- "email": "vashadzelevani11@gmail.com"
- },
- "record": {
- "CNAME": "LevaniVashadze.github.io"
- }
+ "owner": {
+ "username": "LevaniVashadze",
+ "email": "vashadzelevani11@gmail.com"
+ },
+ "record": {
+ "CNAME": "LevaniVashadze.github.io"
+ }
}
diff --git a/domains/levi.json b/domains/levi.json
index bcc100bd3..fd5470367 100644
--- a/domains/levi.json
+++ b/domains/levi.json
@@ -1,12 +1,12 @@
{
- "description": "Leví Arista Resume",
- "repo": "https://github.com/leviarista/resume",
- "owner": {
- "username": "leviarista",
- "email": "levi.arista@gmail.com",
- "twitter": "leviarista"
- },
- "record": {
- "URL": "https://leviarista.github.io/resume"
- }
+ "description": "Leví Arista Resume",
+ "repo": "https://github.com/leviarista/resume",
+ "owner": {
+ "username": "leviarista",
+ "email": "levi.arista@gmail.com",
+ "twitter": "leviarista"
+ },
+ "record": {
+ "URL": "https://leviarista.github.io/resume"
+ }
}
diff --git a/domains/levprograming.json b/domains/levprograming.json
index e50f2a734..fbbacf5ed 100644
--- a/domains/levprograming.json
+++ b/domains/levprograming.json
@@ -1,11 +1,11 @@
{
- "description": "LevPrograming",
- "repo": "https://github.com/double-square",
- "owner": {
- "username": "double-square",
- "email": "doublesquare@protonmail.com "
- },
- "record": {
- "CNAME": "levprograming.pages.dev"
- }
+ "description": "LevPrograming",
+ "repo": "https://github.com/double-square",
+ "owner": {
+ "username": "double-square",
+ "email": "doublesquare@protonmail.com "
+ },
+ "record": {
+ "CNAME": "levprograming.pages.dev"
+ }
}
diff --git a/domains/lewe.json b/domains/lewe.json
index 36c128c5e..e98799c19 100644
--- a/domains/lewe.json
+++ b/domains/lewe.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "lewe2k6",
"email": "lewe2k6@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://xn--a-0ym.vn"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/li.whine.json b/domains/li.whine.json
index 603257aef..836c70839 100644
--- a/domains/li.whine.json
+++ b/domains/li.whine.json
@@ -4,8 +4,8 @@
"username": "whinee",
"email": "",
"twitter": "whi_nyaan"
- },
+ },
"record": {
"CNAME": "a.redirect.pizza"
}
-}
\ No newline at end of file
+}
diff --git a/domains/liancg.json b/domains/liancg.json
index 6d082e005..522e9afd7 100644
--- a/domains/liancg.json
+++ b/domains/liancg.json
@@ -1,11 +1,11 @@
{
- "description": "Lian's Own Dev Domain",
- "repo": "https://github.com/liancastellon/liancastellon.github.io",
- "owner": {
- "username": "liancastellon",
- "email": "liancg@gmail.com"
- },
- "record": {
- "CNAME": "liancastellon.github.io"
- }
+ "description": "Lian's Own Dev Domain",
+ "repo": "https://github.com/liancastellon/liancastellon.github.io",
+ "owner": {
+ "username": "liancastellon",
+ "email": "liancg@gmail.com"
+ },
+ "record": {
+ "CNAME": "liancastellon.github.io"
+ }
}
diff --git a/domains/light.json b/domains/light.json
index 652b1c7e1..2266ad2a4 100644
--- a/domains/light.json
+++ b/domains/light.json
@@ -1,11 +1,11 @@
{
- "description": "LightClient",
- "repo": "https://github.com/EvaZeVolt/GBA-Emulator",
- "owner": {
- "username": "Voltage",
- "email": "Voltagenesis@outlook.com"
- },
- "record": {
- "CNAME": "evazevolt.github.io"
- }
+ "description": "LightClient",
+ "repo": "https://github.com/EvaZeVolt/GBA-Emulator",
+ "owner": {
+ "username": "Voltage",
+ "email": "Voltagenesis@outlook.com"
+ },
+ "record": {
+ "CNAME": "evazevolt.github.io"
+ }
}
diff --git a/domains/liju.json b/domains/liju.json
index c509d7979..96b6d95dd 100644
--- a/domains/liju.json
+++ b/domains/liju.json
@@ -1,11 +1,11 @@
{
- "description": "Liju's personal development page",
- "repo": "https://github.com/lijujayakumar/lijujayakumar.github.io",
- "owner": {
- "username": "lijujayakumar",
- "email": "lijusankar@gmail.com"
- },
- "record": {
- "CNAME": "lijujayakumar.github.io"
- }
+ "description": "Liju's personal development page",
+ "repo": "https://github.com/lijujayakumar/lijujayakumar.github.io",
+ "owner": {
+ "username": "lijujayakumar",
+ "email": "lijusankar@gmail.com"
+ },
+ "record": {
+ "CNAME": "lijujayakumar.github.io"
+ }
}
diff --git a/domains/lilac.json b/domains/lilac.json
index 76ce024cf..0b23cd5e4 100644
--- a/domains/lilac.json
+++ b/domains/lilac.json
@@ -1,12 +1,12 @@
{
- "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",
- "twitter": "lilachvh"
- },
- "record": {
- "CNAME": "capoxxo.github.io"
- }
+ "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",
+ "twitter": "lilachvh"
+ },
+ "record": {
+ "CNAME": "capoxxo.github.io"
+ }
}
diff --git a/domains/limbanitejal.json b/domains/limbanitejal.json
index 5b8552bd6..7c85f0bd4 100644
--- a/domains/limbanitejal.json
+++ b/domains/limbanitejal.json
@@ -1,11 +1,11 @@
{
- "description": "Limbani tejal Profile.",
- "repo": "https://github.com/limbanitejal/limbanitejal.github.io",
- "owner": {
- "username": "limbanitejal",
- "email": ""
- },
- "record": {
- "CNAME": "limbanitejal.github.io"
- }
+ "description": "Limbani tejal Profile.",
+ "repo": "https://github.com/limbanitejal/limbanitejal.github.io",
+ "owner": {
+ "username": "limbanitejal",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "limbanitejal.github.io"
+ }
}
diff --git a/domains/linbuxiao.json b/domains/linbuxiao.json
index f81d95155..60b43ef83 100644
--- a/domains/linbuxiao.json
+++ b/domains/linbuxiao.json
@@ -1,11 +1,11 @@
{
- "description": "Lin's Blog",
- "repo": "https://github.com/linbuxiao/linbuxiao.github.io",
- "owner": {
- "username": "linbuxiao",
- "email": "linbuxiao@gmail.com"
- },
- "record": {
- "CNAME": "linbuxiao.github.io"
- }
-}
\ No newline at end of file
+ "description": "Lin's Blog",
+ "repo": "https://github.com/linbuxiao/linbuxiao.github.io",
+ "owner": {
+ "username": "linbuxiao",
+ "email": "linbuxiao@gmail.com"
+ },
+ "record": {
+ "CNAME": "linbuxiao.github.io"
+ }
+}
diff --git a/domains/lingle.json b/domains/lingle.json
index 05c997414..dc3fa418e 100644
--- a/domains/lingle.json
+++ b/domains/lingle.json
@@ -1,12 +1,12 @@
{
- "description": "LingleDev's developer site",
- "repo": "https://github.com/LingleDev/lingledev.github.io",
- "owner": {
- "username": "LingleDev",
- "email": "gideon.lingle2023@gmail.com",
- "twitter": "LingleDev"
- },
- "record": {
- "CNAME": "lingledev.github.io"
- }
+ "description": "LingleDev's developer site",
+ "repo": "https://github.com/LingleDev/lingledev.github.io",
+ "owner": {
+ "username": "LingleDev",
+ "email": "gideon.lingle2023@gmail.com",
+ "twitter": "LingleDev"
+ },
+ "record": {
+ "CNAME": "lingledev.github.io"
+ }
}
diff --git a/domains/link.json b/domains/link.json
index 0f0b13ca1..c2a3aef0a 100644
--- a/domains/link.json
+++ b/domains/link.json
@@ -1,11 +1,11 @@
{
- "description": "( A redirect link ) Url's Overview",
- "repo": "https://github.com/leecheeyong/leecheeyong",
- "owner": {
- "username": "leecheeyong",
- "email": "tribejoe.gg@gmail.com"
- },
- "record": {
- "URL": "https://links.is-a.dev"
- }
+ "description": "( A redirect link ) Url's Overview",
+ "repo": "https://github.com/leecheeyong/leecheeyong",
+ "owner": {
+ "username": "leecheeyong",
+ "email": "tribejoe.gg@gmail.com"
+ },
+ "record": {
+ "URL": "https://links.is-a.dev"
+ }
}
diff --git a/domains/linkme.noma.json b/domains/linkme.noma.json
index 4c8cdad70..7622f78b6 100644
--- a/domains/linkme.noma.json
+++ b/domains/linkme.noma.json
@@ -1,10 +1,10 @@
{
- "description": "A website for my bit.ly clone LinkMe",
- "owner": {
- "username": "Noma4321",
- "email": "noma4321business@gmail.com"
- },
- "record": {
- "CNAME": "d6bddc39-8514-4494-9b17-d80409cfcbee.id.repl.co"
- }
+ "description": "A website for my bit.ly clone LinkMe",
+ "owner": {
+ "username": "Noma4321",
+ "email": "noma4321business@gmail.com"
+ },
+ "record": {
+ "CNAME": "d6bddc39-8514-4494-9b17-d80409cfcbee.id.repl.co"
+ }
}
diff --git a/domains/links.json b/domains/links.json
index 7dd55ac4e..0cc4178ae 100644
--- a/domains/links.json
+++ b/domains/links.json
@@ -1,11 +1,11 @@
{
- "description": "Url's Overview",
- "repo": "https://github.com/leecheeyong/leecheeyong",
- "owner": {
- "username": "leecheeyong",
- "email": "tribejoe.gg@gmail.com"
- },
- "record": {
- "CNAME": "3393f496-d1a6-4633-a49d-b46cb0229417.repl.co"
- }
+ "description": "Url's Overview",
+ "repo": "https://github.com/leecheeyong/leecheeyong",
+ "owner": {
+ "username": "leecheeyong",
+ "email": "tribejoe.gg@gmail.com"
+ },
+ "record": {
+ "CNAME": "3393f496-d1a6-4633-a49d-b46cb0229417.repl.co"
+ }
}
diff --git a/domains/lintahtorrents.json b/domains/lintahtorrents.json
index 89d0345a3..ebaf77f8e 100644
--- a/domains/lintahtorrents.json
+++ b/domains/lintahtorrents.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "meritocrazy",
"email": "lunatic@tuta.io"
- },
- "record": {
+ },
+ "record": {
"CNAME": "drives.labor.workers.dev"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/linusx.json b/domains/linusx.json
index 1481a711e..3c23c6072 100644
--- a/domains/linusx.json
+++ b/domains/linusx.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "linuzzx.github.io"
}
-}
+}
diff --git a/domains/lio.json b/domains/lio.json
index 4a490624d..c10359bf5 100644
--- a/domains/lio.json
+++ b/domains/lio.json
@@ -1,11 +1,11 @@
{
- "description": "Homepage redirect for Lio",
- "repo": "https://werewolf.codes",
- "owner": {
- "username": "hokkqi",
- "email": "lio@werewolf.design"
- },
- "record": {
- "URL": "https://himbo.cat"
- }
+ "description": "Homepage redirect for Lio",
+ "repo": "https://werewolf.codes",
+ "owner": {
+ "username": "hokkqi",
+ "email": "lio@werewolf.design"
+ },
+ "record": {
+ "URL": "https://himbo.cat"
+ }
}
diff --git a/domains/liq.json b/domains/liq.json
index bedc5a108..1f5d4d7a4 100644
--- a/domains/liq.json
+++ b/domains/liq.json
@@ -1,11 +1,11 @@
{
- "description": "Learning something new everyday",
- "repo": "https://github.com/DevLiQ",
- "owner": {
- "username": "DevLiQ",
- "email": "21136062+devliq@users.noreply.github.com"
- },
- "record": {
- "CNAME": "devliq.github.io"
- }
+ "description": "Learning something new everyday",
+ "repo": "https://github.com/DevLiQ",
+ "owner": {
+ "username": "DevLiQ",
+ "email": "21136062+devliq@users.noreply.github.com"
+ },
+ "record": {
+ "CNAME": "devliq.github.io"
+ }
}
diff --git a/domains/lizhenghao.json b/domains/lizhenghao.json
index dcd0edb17..d71e9da3d 100644
--- a/domains/lizhenghao.json
+++ b/domains/lizhenghao.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "squareful",
"email": "litiantian@ustc.edu"
- },
- "record": {
+ },
+ "record": {
"CNAME": "blog.maikebuke.com"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/lknows.json b/domains/lknows.json
index 2e122a26c..919dbaead 100644
--- a/domains/lknows.json
+++ b/domains/lknows.json
@@ -1,15 +1,13 @@
-
- {
- "description": "Link for lknow's personal site on GitHub pages",
- "repo": "https://github.com/lknows/lknows.github.io",
- "owner": {
+{
+ "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",
"discord": "Ne bije al' ubija u pojam#2020"
- },
+ },
- "record": {
+ "record": {
"CNAME": "lknows.github.io"
- }
}
-
+}
diff --git a/domains/llama.json b/domains/llama.json
index 417437b1d..3f7c913b7 100644
--- a/domains/llama.json
+++ b/domains/llama.json
@@ -1,11 +1,11 @@
{
- "description": "LlamaLad7's personal website",
- "repo": "https://github.com/LlamaLad7/llamalad7.github.io",
- "owner": {
- "username": "LlamaLad7",
- "email": "l3gomindstorms@gmail.com"
- },
- "record": {
- "CNAME": "llamalad7.github.io"
- }
+ "description": "LlamaLad7's personal website",
+ "repo": "https://github.com/LlamaLad7/llamalad7.github.io",
+ "owner": {
+ "username": "LlamaLad7",
+ "email": "l3gomindstorms@gmail.com"
+ },
+ "record": {
+ "CNAME": "llamalad7.github.io"
+ }
}
diff --git a/domains/llanero.json b/domains/llanero.json
index 237de236e..27bf8b231 100644
--- a/domains/llanero.json
+++ b/domains/llanero.json
@@ -1,12 +1,12 @@
{
- "description": "Robert Blog",
- "repo": "https://github.com/robert-ds/robert-ds.github.io",
- "owner": {
- "username": "robert-ds",
- "email": "vasquez.robert.andres@gmail.com",
- "twitter": "robertandres14"
- },
- "record": {
- "CNAME": "robert-ds.github.io"
- }
+ "description": "Robert Blog",
+ "repo": "https://github.com/robert-ds/robert-ds.github.io",
+ "owner": {
+ "username": "robert-ds",
+ "email": "vasquez.robert.andres@gmail.com",
+ "twitter": "robertandres14"
+ },
+ "record": {
+ "CNAME": "robert-ds.github.io"
+ }
}
diff --git a/domains/lmgxenon.json b/domains/lmgxenon.json
index d16a977c5..62cb39df8 100644
--- a/domains/lmgxenon.json
+++ b/domains/lmgxenon.json
@@ -1,10 +1,10 @@
{
- "description": "Hi, I'm LMG XENON. I develop Discord bots, user interfaces and web applications.",
- "owner": {
- "username": "LMGXENON",
- "email": "lmgxenon@gmail.com"
- },
- "record": {
- "CNAME": "2fd4a23b-6608-4be8-b2fc-911cc30b1b87.id.repl.co"
- }
+ "description": "Hi, I'm LMG XENON. I develop Discord bots, user interfaces and web applications.",
+ "owner": {
+ "username": "LMGXENON",
+ "email": "lmgxenon@gmail.com"
+ },
+ "record": {
+ "CNAME": "2fd4a23b-6608-4be8-b2fc-911cc30b1b87.id.repl.co"
+ }
}
diff --git a/domains/lnfnunes.json b/domains/lnfnunes.json
index 063c01ba1..ffa50a16d 100644
--- a/domains/lnfnunes.json
+++ b/domains/lnfnunes.json
@@ -1,11 +1,11 @@
{
- "description": "Little Big Nunes",
- "repo": "https://github.com/lnfnunes",
- "owner": {
- "username": "lnfnunes",
- "email": "dr1design@gmail.com"
- },
- "record": {
- "URL": "https://lnfnunes.com.br"
- }
+ "description": "Little Big Nunes",
+ "repo": "https://github.com/lnfnunes",
+ "owner": {
+ "username": "lnfnunes",
+ "email": "dr1design@gmail.com"
+ },
+ "record": {
+ "URL": "https://lnfnunes.com.br"
+ }
}
diff --git a/domains/local.jj.json b/domains/local.jj.json
index 4f4a6b048..ea9fa1419 100644
--- a/domains/local.jj.json
+++ b/domains/local.jj.json
@@ -1,10 +1,10 @@
{
- "description": "my playit.gg ip",
- "owner": {
- "username": "TheBotlyNoob",
- "email": "jj@jj.is-a.dev"
- },
- "record": {
- "A": ["147.185.221.193"]
- }
+ "description": "my playit.gg ip",
+ "owner": {
+ "username": "TheBotlyNoob",
+ "email": "jj@jj.is-a.dev"
+ },
+ "record": {
+ "A": ["147.185.221.193"]
+ }
}
diff --git a/domains/logan.json b/domains/logan.json
index f2451dffc..fb77c3e62 100644
--- a/domains/logan.json
+++ b/domains/logan.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "LoganLikesToCode.github.io"
}
-}
+}
diff --git a/domains/login-brawley.json b/domains/login-brawley.json
index dd25aed39..5415b6f62 100644
--- a/domains/login-brawley.json
+++ b/domains/login-brawley.json
@@ -1,11 +1,11 @@
{
- "description": "login page for my discord bot",
- "repo": "https://github.com/teamjoelee/me",
- "owner": {
- "username": "brawlie",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "69cfaa0c-dc64-4aae-8038-3d5e8bd27073.repl.co"
- }
+ "description": "login page for my discord bot",
+ "repo": "https://github.com/teamjoelee/me",
+ "owner": {
+ "username": "brawlie",
+ "email": "tojoeleeofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "69cfaa0c-dc64-4aae-8038-3d5e8bd27073.repl.co"
+ }
}
diff --git a/domains/lok.json b/domains/lok.json
index b769c05ba..757675f66 100644
--- a/domains/lok.json
+++ b/domains/lok.json
@@ -1,11 +1,11 @@
{
- "description": "Lok's portfolio website",
- "repo": "https://github.com/lokgubhaju/lokgubhaju.github.io",
- "owner": {
- "username": "lokgubhaju",
- "email": "lok.gubhaju@gmail.com"
- },
- "record": {
- "CNAME": "lokgubhaju.github.io"
- }
+ "description": "Lok's portfolio website",
+ "repo": "https://github.com/lokgubhaju/lokgubhaju.github.io",
+ "owner": {
+ "username": "lokgubhaju",
+ "email": "lok.gubhaju@gmail.com"
+ },
+ "record": {
+ "CNAME": "lokgubhaju.github.io"
+ }
}
diff --git a/domains/loky.json b/domains/loky.json
index 9232c388d..26b1efed3 100644
--- a/domains/loky.json
+++ b/domains/loky.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "lukasdoering",
- "email": "",
- "discord": "LoKy#1337"
- },
- "record": {
- "CNAME": "caa9fa0e-3b2f-44ea-a308-fd1fcbbe78b2.id.repl.co"
- }
+ "owner": {
+ "username": "lukasdoering",
+ "email": "",
+ "discord": "LoKy#1337"
+ },
+ "record": {
+ "CNAME": "caa9fa0e-3b2f-44ea-a308-fd1fcbbe78b2.id.repl.co"
+ }
}
diff --git a/domains/lol.json b/domains/lol.json
index 6cdd768d5..8b7209b26 100644
--- a/domains/lol.json
+++ b/domains/lol.json
@@ -1,11 +1,11 @@
{
- "description": "lol is a dev",
- "repo": "https://github.com/codingjlu/codingjlu.github.io",
- "owner": {
- "username": "codingjlu",
- "email": "20472547@fhda.edu"
- },
- "record": {
- "CNAME": "codingjlu.github.io"
- }
+ "description": "lol is a dev",
+ "repo": "https://github.com/codingjlu/codingjlu.github.io",
+ "owner": {
+ "username": "codingjlu",
+ "email": "20472547@fhda.edu"
+ },
+ "record": {
+ "CNAME": "codingjlu.github.io"
+ }
}
diff --git a/domains/lonelil.json b/domains/lonelil.json
index 84bfec106..ae395a858 100644
--- a/domains/lonelil.json
+++ b/domains/lonelil.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "lonelil.github.io"
}
-}
+}
diff --git a/domains/loneorangeball.json b/domains/loneorangeball.json
index 40a75436d..771da895a 100644
--- a/domains/loneorangeball.json
+++ b/domains/loneorangeball.json
@@ -1,12 +1,12 @@
{
- "description": "loneorangeball's website",
- "owner": {
- "username": "loneorangeball",
- "email": "",
- "twitter": "LoneOrangeBall",
- "discord": "orangeBall#6183"
- },
- "record": {
- "CNAME": "b29ec742-99b6-4ff2-990d-58f9aa910bd1.id.repl.co"
- }
+ "description": "loneorangeball's website",
+ "owner": {
+ "username": "loneorangeball",
+ "email": "",
+ "twitter": "LoneOrangeBall",
+ "discord": "orangeBall#6183"
+ },
+ "record": {
+ "CNAME": "b29ec742-99b6-4ff2-990d-58f9aa910bd1.id.repl.co"
+ }
}
diff --git a/domains/lordshoray.json b/domains/lordshoray.json
index 046a85086..37dbce865 100644
--- a/domains/lordshoray.json
+++ b/domains/lordshoray.json
@@ -1,11 +1,11 @@
{
- "description": "Shoray's Portfolio Website",
- "repo": "https://github.com/Shoray2002/Shoray2002.github.io",
- "owner": {
- "username": "Shoray2002",
- "email": "shoryasinghall@gmail.com"
- },
- "record": {
- "CNAME": "shoray2002.github.io"
- }
+ "description": "Shoray's Portfolio Website",
+ "repo": "https://github.com/Shoray2002/Shoray2002.github.io",
+ "owner": {
+ "username": "Shoray2002",
+ "email": "shoryasinghall@gmail.com"
+ },
+ "record": {
+ "CNAME": "shoray2002.github.io"
+ }
}
diff --git a/domains/lostdir69.json b/domains/lostdir69.json
index 3ffc7936a..764f64fd5 100644
--- a/domains/lostdir69.json
+++ b/domains/lostdir69.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "lostdir69.github.io"
}
-}
+}
diff --git a/domains/loud.json b/domains/loud.json
index be01860dc..a5991909d 100644
--- a/domains/loud.json
+++ b/domains/loud.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "LinkerScript",
- "email": "min@effobe.com"
- },
- "record": {
- "CNAME": "6498c941-9031-4e57-9fc0-12716fa187f4.repl.co"
- }
+ "owner": {
+ "username": "LinkerScript",
+ "email": "min@effobe.com"
+ },
+ "record": {
+ "CNAME": "6498c941-9031-4e57-9fc0-12716fa187f4.repl.co"
+ }
}
diff --git a/domains/lovishprabhakar.json b/domains/lovishprabhakar.json
index c861630ca..36bf3ba22 100644
--- a/domains/lovishprabhakar.json
+++ b/domains/lovishprabhakar.json
@@ -1,11 +1,11 @@
{
-"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"
-},
-"record": {
- "CNAME": "lovishprabhakar.github.io"
-}
+ "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"
+ },
+ "record": {
+ "CNAME": "lovishprabhakar.github.io"
+ }
}
diff --git a/domains/lrxrn.json b/domains/lrxrn.json
index ea0f8e741..df75b7bc6 100644
--- a/domains/lrxrn.json
+++ b/domains/lrxrn.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "lrxrn",
"email": "meesum632@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "lrxrn.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/lsantana.json b/domains/lsantana.json
index dae9ef8f0..54a0fa45a 100644
--- a/domains/lsantana.json
+++ b/domains/lsantana.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "lsantana486",
- "email": "lsantana.486@gmail.com"
- },
- "description": "Personal domain for portofolio with my name Luis Santana",
- "repo": "https://github.com/lsantana486/lsantana486",
- "record": {
- "CNAME": "lsantana.dev"
- }
+ "owner": {
+ "username": "lsantana486",
+ "email": "lsantana.486@gmail.com"
+ },
+ "description": "Personal domain for portofolio with my name Luis Santana",
+ "repo": "https://github.com/lsantana486/lsantana486",
+ "record": {
+ "CNAME": "lsantana.dev"
+ }
}
diff --git a/domains/ltln.json b/domains/ltln.json
index fe3ad216f..24df53cd2 100644
--- a/domains/ltln.json
+++ b/domains/ltln.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "ltln",
"email": "uguest17@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://github.com/ltln"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/luanrt.json b/domains/luanrt.json
index 2a08a4590..fe34d84c5 100644
--- a/domains/luanrt.json
+++ b/domains/luanrt.json
@@ -1,11 +1,11 @@
{
- "description": "The personal website for LuanRT",
- "repo": "https://github.com/luanrt/luanrt.github.io",
- "owner": {
- "username": "luanrt",
- "email": "luan.lrt4@gmail.com"
- },
- "record": {
- "CNAME": "luanrt.github.io"
- }
+ "description": "The personal website for LuanRT",
+ "repo": "https://github.com/luanrt/luanrt.github.io",
+ "owner": {
+ "username": "luanrt",
+ "email": "luan.lrt4@gmail.com"
+ },
+ "record": {
+ "CNAME": "luanrt.github.io"
+ }
}
diff --git a/domains/luca.json b/domains/luca.json
index 20c856e4a..ac9388f7b 100644
--- a/domains/luca.json
+++ b/domains/luca.json
@@ -1,13 +1,13 @@
{
- "description": "Redirection service (URL shortener)",
- "repo": "https://github.com/lucatolton",
- "owner": {
- "username": "lucatolton",
- "email": "hi@lucatolton.me"
- },
- "record": {
- "A": ["168.119.228.144"],
- "MX": ["mail.lucatolton.me"],
- "TXT": "v=spf1 +a +mx +a:optimistic-wiles.168-119-228-144.plesk.page -all"
- }
+ "description": "Redirection service (URL shortener)",
+ "repo": "https://github.com/lucatolton",
+ "owner": {
+ "username": "lucatolton",
+ "email": "hi@lucatolton.me"
+ },
+ "record": {
+ "A": ["168.119.228.144"],
+ "MX": ["mail.lucatolton.me"],
+ "TXT": "v=spf1 +a +mx +a:optimistic-wiles.168-119-228-144.plesk.page -all"
+ }
}
diff --git a/domains/lucaszick.json b/domains/lucaszick.json
index f754a6bfd..e8da8a364 100644
--- a/domains/lucaszick.json
+++ b/domains/lucaszick.json
@@ -2,10 +2,10 @@
"description": "Lucas Zick's website",
"repo": "https://github.com/LucasZick/lucaszick.github.io",
"owner": {
- "username": "lucaszick",
- "email": "lucasalexandrezick@gmail.com"
+ "username": "lucaszick",
+ "email": "lucasalexandrezick@gmail.com"
},
"record": {
- "CNAME": "lucaszick.github.io"
+ "CNAME": "lucaszick.github.io"
}
- }
+}
diff --git a/domains/lucyjs.json b/domains/lucyjs.json
index 4048f6b92..42b276cd7 100644
--- a/domains/lucyjs.json
+++ b/domains/lucyjs.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "LucyJS-Dev",
"email": "pumimail9@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "http://lucyjs.de"
- }
}
-
+}
diff --git a/domains/luihh.json b/domains/luihh.json
index af0238aed..b7f5ce9c7 100644
--- a/domains/luihh.json
+++ b/domains/luihh.json
@@ -1,12 +1,12 @@
{
- "description": "Luihh's website",
- "repo": "https://github.com/iLui/iLui.github.io",
- "owner": {
- "username": "Luihh",
- "email": "luihhbusiness23@gmail.com",
- "twitter": "PoweredByLuihh"
- },
- "record": {
- "CNAME": "iLui.github.io"
- }
+ "description": "Luihh's website",
+ "repo": "https://github.com/iLui/iLui.github.io",
+ "owner": {
+ "username": "Luihh",
+ "email": "luihhbusiness23@gmail.com",
+ "twitter": "PoweredByLuihh"
+ },
+ "record": {
+ "CNAME": "iLui.github.io"
+ }
}
diff --git a/domains/luis-ciber.json b/domains/luis-ciber.json
index 4ba174760..7ebad1a3f 100644
--- a/domains/luis-ciber.json
+++ b/domains/luis-ciber.json
@@ -1,11 +1,11 @@
{
- "description": "Luis Correa Leyva",
- "repo": "https://github.com/correaleyval/correaleyval.github.io",
- "owner": {
- "username": "correaleyval",
- "email": "correaleyval@gmail.com"
- },
- "record": {
- "CNAME": "correaleyval.github.io"
- }
+ "description": "Luis Correa Leyva",
+ "repo": "https://github.com/correaleyval/correaleyval.github.io",
+ "owner": {
+ "username": "correaleyval",
+ "email": "correaleyval@gmail.com"
+ },
+ "record": {
+ "CNAME": "correaleyval.github.io"
+ }
}
diff --git a/domains/luistena.json b/domains/luistena.json
index 43a8fa800..928d18dba 100644
--- a/domains/luistena.json
+++ b/domains/luistena.json
@@ -1,12 +1,12 @@
{
- "description": "Luis Tena's portfolio",
- "repo": "https://github.com/devluist/devluist.github.io",
- "owner": {
- "username": "devluist",
- "email": "des.luistena@hotmail.com",
- "twitter": "dev_luist"
- },
- "record": {
- "CNAME": "devluist.github.io"
- }
+ "description": "Luis Tena's portfolio",
+ "repo": "https://github.com/devluist/devluist.github.io",
+ "owner": {
+ "username": "devluist",
+ "email": "des.luistena@hotmail.com",
+ "twitter": "dev_luist"
+ },
+ "record": {
+ "CNAME": "devluist.github.io"
+ }
}
diff --git a/domains/luke.json b/domains/luke.json
index 32705cb1c..13853fb98 100644
--- a/domains/luke.json
+++ b/domains/luke.json
@@ -1,11 +1,11 @@
{
- "description": "New LukeDev's Official Website",
- "repo": "https://github.com/LukeIsHereToDevelop/New-Website",
- "owner": {
- "username": "LukeIsHereToDevelop",
- "email": "LucaC@dynox.us"
- },
- "record": {
- "CNAME": "lukeisheretodevelop.github.io"
- }
+ "description": "New LukeDev's Official Website",
+ "repo": "https://github.com/LukeIsHereToDevelop/New-Website",
+ "owner": {
+ "username": "LukeIsHereToDevelop",
+ "email": "LucaC@dynox.us"
+ },
+ "record": {
+ "CNAME": "lukeisheretodevelop.github.io"
+ }
}
diff --git a/domains/luna.json b/domains/luna.json
index 9c2f665b5..218f42211 100644
--- a/domains/luna.json
+++ b/domains/luna.json
@@ -1,11 +1,11 @@
{
- "description": "Luna Seemann's personal website",
- "repo": "https://github.com/Luna-devv/luna-site",
- "owner": {
- "username": "Luna-devv",
- "email": "luna@waya.one"
- },
- "record": {
- "A": ["51.161.24.80"]
- }
+ "description": "Luna Seemann's personal website",
+ "repo": "https://github.com/Luna-devv/luna-site",
+ "owner": {
+ "username": "Luna-devv",
+ "email": "luna@waya.one"
+ },
+ "record": {
+ "A": ["51.161.24.80"]
+ }
}
diff --git a/domains/lunah.json b/domains/lunah.json
index 43375a892..a532f1029 100644
--- a/domains/lunah.json
+++ b/domains/lunah.json
@@ -1,14 +1,14 @@
{
- "description": "VPS hosted domain",
- "repo": "https://github.com/piotr25691",
- "owner": {
- "username": "piotr25691",
- "email": "",
- "discord": "Lunah#3131"
- },
- "record": {
- "A": ["62.171.160.186"],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "description": "VPS hosted domain",
+ "repo": "https://github.com/piotr25691",
+ "owner": {
+ "username": "piotr25691",
+ "email": "",
+ "discord": "Lunah#3131"
+ },
+ "record": {
+ "A": ["62.171.160.186"],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/lunax0390.json b/domains/lunax0390.json
index 12ef571a8..d80830420 100644
--- a/domains/lunax0390.json
+++ b/domains/lunax0390.json
@@ -1,11 +1,11 @@
{
- "description": "Nobio Yep",
- "repo": "https://github.com/lunax0390/lunax0390.github.io",
- "owner": {
- "username": "lunax0390",
- "email": "moonsec99@gmail.com"
- },
- "record": {
- "CNAME": "lunax0390.github.io"
- }
+ "description": "Nobio Yep",
+ "repo": "https://github.com/lunax0390/lunax0390.github.io",
+ "owner": {
+ "username": "lunax0390",
+ "email": "moonsec99@gmail.com"
+ },
+ "record": {
+ "CNAME": "lunax0390.github.io"
+ }
}
diff --git a/domains/luni.json b/domains/luni.json
index 016c8620e..aa726b525 100644
--- a/domains/luni.json
+++ b/domains/luni.json
@@ -1,11 +1,9 @@
-
{
- "owner": {
- "username": "Lukas-Batema",
- "email": "lukasbatema@mg.batemadevelopment.com"
- },
- "record": {
- "URL": "https://en.pronouns.page/@luni_batema"
- }
+ "owner": {
+ "username": "Lukas-Batema",
+ "email": "lukasbatema@mg.batemadevelopment.com"
+ },
+ "record": {
+ "URL": "https://en.pronouns.page/@luni_batema"
+ }
}
-
\ No newline at end of file
diff --git a/domains/lxquid.json b/domains/lxquid.json
index b932a1946..1dc1172e7 100644
--- a/domains/lxquid.json
+++ b/domains/lxquid.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "lxquid",
- "email": "info@minemix.de"
- },
- "record": {
- "CNAME": "liquiddevelopmentnet.github.io"
- }
+ "owner": {
+ "username": "lxquid",
+ "email": "info@minemix.de"
+ },
+ "record": {
+ "CNAME": "liquiddevelopmentnet.github.io"
+ }
}
diff --git a/domains/lyertia.json b/domains/lyertia.json
index 076036b64..5632458ed 100644
--- a/domains/lyertia.json
+++ b/domains/lyertia.json
@@ -1,11 +1,11 @@
{
- "description": "my website uwu",
- "repo": "https://github.com/lyertia",
- "owner": {
- "username": "lyertia",
- "email": "camahmut7@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=lyertia.is-a.dev,f457c36e042417f3ab7f"
- }
+ "description": "my website uwu",
+ "repo": "https://github.com/lyertia",
+ "owner": {
+ "username": "lyertia",
+ "email": "camahmut7@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=lyertia.is-a.dev,f457c36e042417f3ab7f"
+ }
}
diff --git a/domains/lyessa.json b/domains/lyessa.json
index 6e7f6347b..862d91dce 100644
--- a/domains/lyessa.json
+++ b/domains/lyessa.json
@@ -1,11 +1,11 @@
{
- "description": "lyessa website uwu",
- "repo": "https://github.com/lyessa-web",
- "owner": {
- "username": "lyertia",
- "email": "camahmut7@gmail.com"
- },
- "record": {
- "URL": "https://lyessa.live"
- }
+ "description": "lyessa website uwu",
+ "repo": "https://github.com/lyessa-web",
+ "owner": {
+ "username": "lyertia",
+ "email": "camahmut7@gmail.com"
+ },
+ "record": {
+ "URL": "https://lyessa.live"
+ }
}
diff --git a/domains/lytwest.json b/domains/lytwest.json
index e53a9e9aa..218774fdb 100644
--- a/domains/lytwest.json
+++ b/domains/lytwest.json
@@ -1,11 +1,11 @@
{
- "description": "My Personal Website uwu :3",
- "repo": "https://github.com/Lytwest/lytwest.github.io",
- "owner": {
- "username": "Lytwest",
- "email": "lytwest@gmail.com"
- },
- "record": {
- "CNAME": "lytwest.github.io"
- }
+ "description": "My Personal Website uwu :3",
+ "repo": "https://github.com/Lytwest/lytwest.github.io",
+ "owner": {
+ "username": "Lytwest",
+ "email": "lytwest@gmail.com"
+ },
+ "record": {
+ "CNAME": "lytwest.github.io"
+ }
}
diff --git a/domains/lyubo.json b/domains/lyubo.json
index 6cdb729e0..e32225ef0 100644
--- a/domains/lyubo.json
+++ b/domains/lyubo.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "impzero",
- "email": "",
- "twitter": "impzero"
- },
- "record": {
- "URL": "https://github.com/impzero"
- }
+ "owner": {
+ "username": "impzero",
+ "email": "",
+ "twitter": "impzero"
+ },
+ "record": {
+ "URL": "https://github.com/impzero"
+ }
}
diff --git a/domains/m04.json b/domains/m04.json
index 1f5c262ae..3af70f0e7 100644
--- a/domains/m04.json
+++ b/domains/m04.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "Merlin04",
- "email": "is-a-dev@benjaminsmith.dev"
- },
- "description": "Redirect to personal website",
- "repo": "https://github.com/merlin04/benjaminsmith.dev",
- "record": {
- "URL": "https://benjaminsmith.dev"
- }
+ "owner": {
+ "username": "Merlin04",
+ "email": "is-a-dev@benjaminsmith.dev"
+ },
+ "description": "Redirect to personal website",
+ "repo": "https://github.com/merlin04/benjaminsmith.dev",
+ "record": {
+ "URL": "https://benjaminsmith.dev"
+ }
}
diff --git a/domains/m1dnight.json b/domains/m1dnight.json
index c82aba32d..a9d61622d 100644
--- a/domains/m1dnight.json
+++ b/domains/m1dnight.json
@@ -1,11 +1,11 @@
{
- "description": "M1dnight's Coding/Digital Art Portfolio",
- "repo": "https://portfolio.m1dnightdev.repl.co",
- "owner": {
- "username": "M1dnight-ofcl",
- "email": "m1dnightgmrofficial@gmail.com"
- },
- "record": {
- "CNAME": "3076868f-0b1c-470a-b31d-f9fbb0ec9030.id.repl.co"
- }
+ "description": "M1dnight's Coding/Digital Art Portfolio",
+ "repo": "https://portfolio.m1dnightdev.repl.co",
+ "owner": {
+ "username": "M1dnight-ofcl",
+ "email": "m1dnightgmrofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "3076868f-0b1c-470a-b31d-f9fbb0ec9030.id.repl.co"
+ }
}
diff --git a/domains/m42e.json b/domains/m42e.json
index c5cbebf94..6e800ded1 100644
--- a/domains/m42e.json
+++ b/domains/m42e.json
@@ -1,11 +1,11 @@
{
- "description": "m42e Homepage",
- "repo": "https://github.com/m42e",
- "owner": {
- "username": "m42e",
- "email": "matthias@bilger.info"
- },
- "record": {
- "CNAME": "bilger.info"
- }
+ "description": "m42e Homepage",
+ "repo": "https://github.com/m42e",
+ "owner": {
+ "username": "m42e",
+ "email": "matthias@bilger.info"
+ },
+ "record": {
+ "CNAME": "bilger.info"
+ }
}
diff --git a/domains/m4hbod.json b/domains/m4hbod.json
index 4e57e4235..8d8295c2f 100644
--- a/domains/m4hbod.json
+++ b/domains/m4hbod.json
@@ -1,13 +1,13 @@
{
- "description": "M4hbod's .is-a.dev domain",
- "repo": "https://github.com/M4hbod/m4hbod.github.io",
- "owner": {
- "username": "M4hbod",
- "email": "m4hbod@proton.me",
- "telegram": "M4hbod",
- "discord": "M4hbod#1615"
- },
- "record": {
- "CNAME": "m4hbod.github.io"
- }
+ "description": "M4hbod's .is-a.dev domain",
+ "repo": "https://github.com/M4hbod/m4hbod.github.io",
+ "owner": {
+ "username": "M4hbod",
+ "email": "m4hbod@proton.me",
+ "telegram": "M4hbod",
+ "discord": "M4hbod#1615"
+ },
+ "record": {
+ "CNAME": "m4hbod.github.io"
+ }
}
diff --git a/domains/macos.notaperson535.json b/domains/macos.notaperson535.json
index ab1b08fc4..a0421948b 100644
--- a/domains/macos.notaperson535.json
+++ b/domains/macos.notaperson535.json
@@ -1,11 +1,11 @@
{
- "description": "A macOS recreation in HTML",
- "repo": "https://github.com/notAperson535/macOS-HTML",
- "owner": {
- "username": "notAperson535",
- "email": "notAperson939@gmail.com"
- },
- "record": {
- "CNAME": "notAperson535.github.io"
- }
+ "description": "A macOS recreation in HTML",
+ "repo": "https://github.com/notAperson535/macOS-HTML",
+ "owner": {
+ "username": "notAperson535",
+ "email": "notAperson939@gmail.com"
+ },
+ "record": {
+ "CNAME": "notAperson535.github.io"
+ }
}
diff --git a/domains/maddy.json b/domains/maddy.json
index 39386af2d..db31bffbb 100644
--- a/domains/maddy.json
+++ b/domains/maddy.json
@@ -2,11 +2,10 @@
"description": "Maddy Rocks :)",
"repo": "https://github.com/madhav-madhusoodanan/madhav-madhusoodanan.github.io",
"owner": {
- "username": "madhav-madhusoodanan",
- "email": "f20200049@pilani.bits-pilani.ac.in"
+ "username": "madhav-madhusoodanan",
+ "email": "f20200049@pilani.bits-pilani.ac.in"
},
"record": {
- "CNAME": "madhav-madhusoodanan.github.io"
+ "CNAME": "madhav-madhusoodanan.github.io"
}
}
-
\ No newline at end of file
diff --git a/domains/madhan.json b/domains/madhan.json
index e01c5d907..5bd81f098 100644
--- a/domains/madhan.json
+++ b/domains/madhan.json
@@ -1,11 +1,11 @@
{
- "description": "Madhan's portfolio",
- "repo": "https://github.com/madhank93/madhank93.github.io",
- "owner": {
- "username": "madhank93",
- "email": "madhankumaravelu93@gmail.com"
- },
- "record": {
- "CNAME": "madhank93.github.io"
- }
+ "description": "Madhan's portfolio",
+ "repo": "https://github.com/madhank93/madhank93.github.io",
+ "owner": {
+ "username": "madhank93",
+ "email": "madhankumaravelu93@gmail.com"
+ },
+ "record": {
+ "CNAME": "madhank93.github.io"
+ }
}
diff --git a/domains/madhav.json b/domains/madhav.json
index 641c6dff0..bc1183fa3 100644
--- a/domains/madhav.json
+++ b/domains/madhav.json
@@ -1,10 +1,10 @@
{
- "repo": "https://github.com/LaBus3/LaBus3.github.io",
- "owner": {
- "username": "LaBus3",
- "email": "madhav.v.1996@gmail.com"
- },
- "record": {
- "CNAME": "LaBus3.github.io"
- }
+ "repo": "https://github.com/LaBus3/LaBus3.github.io",
+ "owner": {
+ "username": "LaBus3",
+ "email": "madhav.v.1996@gmail.com"
+ },
+ "record": {
+ "CNAME": "LaBus3.github.io"
+ }
}
diff --git a/domains/madhurya.json b/domains/madhurya.json
index bc629c205..0f7566cf9 100644
--- a/domains/madhurya.json
+++ b/domains/madhurya.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "madhuryadutta",
"email": "www.madhuryadutta2016@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "madhuryadutta.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/madmusician.json b/domains/madmusician.json
index 6873650e2..57f53088b 100644
--- a/domains/madmusician.json
+++ b/domains/madmusician.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "TRIPLE1RRT",
- "email": "mitazaneem101@gmail.com",
- "discord": "Dev.Sahil#9999"
- },
- "record": {
- "CNAME": "f84e6331-30e1-49a4-91aa-0c3bc6fc1139.id.repl.co"
- }
+ "owner": {
+ "username": "TRIPLE1RRT",
+ "email": "mitazaneem101@gmail.com",
+ "discord": "Dev.Sahil#9999"
+ },
+ "record": {
+ "CNAME": "f84e6331-30e1-49a4-91aa-0c3bc6fc1139.id.repl.co"
+ }
}
diff --git a/domains/magic4me.json b/domains/magic4me.json
index e30f56782..ac8d13703 100644
--- a/domains/magic4me.json
+++ b/domains/magic4me.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "magic4me",
- "email": "magic4me.info@gmail.com"
- },
- "record": {
- "CNAME": "magic4me.github.io"
- }
+ "owner": {
+ "username": "magic4me",
+ "email": "magic4me.info@gmail.com"
+ },
+ "record": {
+ "CNAME": "magic4me.github.io"
+ }
}
diff --git a/domains/magma.json b/domains/magma.json
index 9417daedf..e24021198 100644
--- a/domains/magma.json
+++ b/domains/magma.json
@@ -1,11 +1,11 @@
{
- "description": "magma's personal developer profile",
- "repo": "https://github.com/mgam-is-dreamin",
- "owner": {
- "username": "mgam-is-dreamin",
- "email": "sacred.lunar.dragon@gmail.com"
- },
- "record": {
- "CNAME": "mgam-is-dreamin.github.io"
- }
+ "description": "magma's personal developer profile",
+ "repo": "https://github.com/mgam-is-dreamin",
+ "owner": {
+ "username": "mgam-is-dreamin",
+ "email": "sacred.lunar.dragon@gmail.com"
+ },
+ "record": {
+ "CNAME": "mgam-is-dreamin.github.io"
+ }
}
diff --git a/domains/magniquick.json b/domains/magniquick.json
index e7e8892ba..031709adc 100644
--- a/domains/magniquick.json
+++ b/domains/magniquick.json
@@ -5,7 +5,7 @@
"username": "magniquick",
"email": "",
"discord": "Magniquick#5003"
- },
+ },
"record": {
"A": [
"185.199.108.153",
@@ -13,10 +13,7 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/mahesh.json b/domains/mahesh.json
index 3fe1b46b6..a1e9bd14d 100644
--- a/domains/mahesh.json
+++ b/domains/mahesh.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "MaheshTheDeveloper",
- "email": "dhingra3673@gmail.com"
- },
- "record": {
- "CNAME": "MaheshTheDeveloper.github.io"
- }
+ "owner": {
+ "username": "MaheshTheDeveloper",
+ "email": "dhingra3673@gmail.com"
+ },
+ "record": {
+ "CNAME": "MaheshTheDeveloper.github.io"
+ }
}
diff --git a/domains/mahmud.json b/domains/mahmud.json
index fd5fabec7..d033f6797 100644
--- a/domains/mahmud.json
+++ b/domains/mahmud.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "JBAxB8h7.github.io"
}
-}
+}
diff --git a/domains/mai.json b/domains/mai.json
index 31fe3e938..8b5b5827b 100644
--- a/domains/mai.json
+++ b/domains/mai.json
@@ -1,10 +1,10 @@
{
- "description": "Mai's personal developer website",
- "owner": {
- "username": "Mai1ii",
- "email": "mail@apexure.cf"
- },
- "record": {
- "CNAME": "mai1ii.github.io"
- }
+ "description": "Mai's personal developer website",
+ "owner": {
+ "username": "Mai1ii",
+ "email": "mail@apexure.cf"
+ },
+ "record": {
+ "CNAME": "mai1ii.github.io"
+ }
}
diff --git a/domains/mail-noma.json b/domains/mail-noma.json
index 3d35217dd..a2821fdf0 100644
--- a/domains/mail-noma.json
+++ b/domains/mail-noma.json
@@ -5,10 +5,7 @@
"email": "Noma4321business@gmail.com"
},
"record": {
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/mail.aditya.json b/domains/mail.aditya.json
index a367c686c..0ea9ff1a9 100644
--- a/domains/mail.aditya.json
+++ b/domains/mail.aditya.json
@@ -13,10 +13,7 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/mail.arman.json b/domains/mail.arman.json
index 3c4a641a5..df449b568 100644
--- a/domains/mail.arman.json
+++ b/domains/mail.arman.json
@@ -1,21 +1,18 @@
{
-"owner": {
-"username": "arman",
-"github": "ItzArman09",
-"email": "contact@mail.arman.is-a.dev"
-},
-"repo": "https://github.com/ItzArman09/mail.git",
-"record": {
- "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"
- }
+ "owner": {
+ "username": "arman",
+ "github": "ItzArman09",
+ "email": "contact@mail.arman.is-a.dev"
+ },
+ "repo": "https://github.com/ItzArman09/mail.git",
+ "record": {
+ "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/mail.badboy.json b/domains/mail.badboy.json
index 0ebc9b55a..ad3bc1e9f 100644
--- a/domains/mail.badboy.json
+++ b/domains/mail.badboy.json
@@ -1,24 +1,21 @@
{
- "repo": "https://github.com/Bad-Boy-Codes/contact",
- "description": "My email forwarder",
- "owner": {
- "username": "bad-boy-codes",
- "email": "sonupanda078@gmail.com",
- "discord": "Bad Boy Plays#9608",
- "note": "My Discord ID is 445073800850046977."
- },
- "record": {
- "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",
- "URL": "https://badboy.is-a.dev/contact"
- }
+ "repo": "https://github.com/Bad-Boy-Codes/contact",
+ "description": "My email forwarder",
+ "owner": {
+ "username": "bad-boy-codes",
+ "email": "sonupanda078@gmail.com",
+ "discord": "Bad Boy Plays#9608",
+ "note": "My Discord ID is 445073800850046977."
+ },
+ "record": {
+ "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",
+ "URL": "https://badboy.is-a.dev/contact"
+ }
}
diff --git a/domains/mail.boolean44.json b/domains/mail.boolean44.json
index 2a1b53d1d..fe8a0d3d8 100644
--- a/domains/mail.boolean44.json
+++ b/domains/mail.boolean44.json
@@ -1,12 +1,11 @@
-
{
- "owner": {
- "username": "boolean44-repos",
- "email": "serenitypalmer10@gmail.com"
- },
- "record": {
- "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."],
- "A": ["10.0.0.1"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "owner": {
+ "username": "boolean44-repos",
+ "email": "serenitypalmer10@gmail.com"
+ },
+ "record": {
+ "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."],
+ "A": ["10.0.0.1"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/mail.icehead.json b/domains/mail.icehead.json
index d85d084c8..b1450cfdf 100644
--- a/domains/mail.icehead.json
+++ b/domains/mail.icehead.json
@@ -1,13 +1,10 @@
{
- "owner": {
- "username": "Tanjimfuad",
- "email": "tanjim_fuad@proton.me"
- },
- "record": {
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "owner": {
+ "username": "Tanjimfuad",
+ "email": "tanjim_fuad@proton.me"
+ },
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/mail.l6174.json b/domains/mail.l6174.json
index 99b9b7b79..6c40cd2a3 100644
--- a/domains/mail.l6174.json
+++ b/domains/mail.l6174.json
@@ -5,7 +5,7 @@
"email": "l.lawliet6174@gmail.com"
},
"record": {
- "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" ],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
-}
+}
diff --git a/domains/mail.minmit.json b/domains/mail.minmit.json
index 9c539779f..88a7b2dbf 100644
--- a/domains/mail.minmit.json
+++ b/domains/mail.minmit.json
@@ -1,13 +1,13 @@
{
- "description": "Mail For My Website",
- "repo": "https://github.com/MinMitCoder",
- "owner": {
- "username": "MinMitCoder",
- "email": "minmitgamer@gmail.com"
- },
- "record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "description": "Mail For My Website",
+ "repo": "https://github.com/MinMitCoder",
+ "owner": {
+ "username": "MinMitCoder",
+ "email": "minmitgamer@gmail.com"
+ },
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/mail.mxnticek.json b/domains/mail.mxnticek.json
index 630905f2a..72d6985c5 100644
--- a/domains/mail.mxnticek.json
+++ b/domains/mail.mxnticek.json
@@ -1,12 +1,13 @@
{
- "description": "Domain for my music bot",
- "owner": {
- "username": "VlastikYoutubeKo",
- "email": "plainrock@seznam.cz"
- },
- "record": {
- "MX": ["d9025d2074984e72.mx2.emailprofi.seznam.cz",
- "d9025d2074984e72.mx1.emailprofi.seznam.cz"
- ]
- }
+ "description": "Domain for my music bot",
+ "owner": {
+ "username": "VlastikYoutubeKo",
+ "email": "plainrock@seznam.cz"
+ },
+ "record": {
+ "MX": [
+ "d9025d2074984e72.mx2.emailprofi.seznam.cz",
+ "d9025d2074984e72.mx1.emailprofi.seznam.cz"
+ ]
+ }
}
diff --git a/domains/mail.notaperson535.json b/domains/mail.notaperson535.json
index 1b17786bf..edde9c7d3 100644
--- a/domains/mail.notaperson535.json
+++ b/domains/mail.notaperson535.json
@@ -1,11 +1,11 @@
{
- "description": "My email forwarder",
- "owner": {
- "username": "notAperson535",
- "email": "notAperson939@gmail.com"
- },
- "record": {
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
- "TXT": "forward-email=notaperson939@gmail.com"
- }
+ "description": "My email forwarder",
+ "owner": {
+ "username": "notAperson535",
+ "email": "notAperson939@gmail.com"
+ },
+ "record": {
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "TXT": "forward-email=notaperson939@gmail.com"
+ }
}
diff --git a/domains/mail.rika.json b/domains/mail.rika.json
index 55e71de16..abdd6fd62 100644
--- a/domains/mail.rika.json
+++ b/domains/mail.rika.json
@@ -12,10 +12,7 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/mail.suki.json b/domains/mail.suki.json
index 8c2ce2fef..f0cbc988a 100644
--- a/domains/mail.suki.json
+++ b/domains/mail.suki.json
@@ -1,11 +1,9 @@
{
- "owner": {
- "username": "SukiPlayz",
- "email": "sukimayoo@outlook.com"
- },
- "record": {
- "A": [
- "212.193.3.66"
- ]
- }
+ "owner": {
+ "username": "SukiPlayz",
+ "email": "sukimayoo@outlook.com"
+ },
+ "record": {
+ "A": ["212.193.3.66"]
+ }
}
diff --git a/domains/mail.sx9.json b/domains/mail.sx9.json
index 18e887738..00106199a 100644
--- a/domains/mail.sx9.json
+++ b/domains/mail.sx9.json
@@ -1,13 +1,13 @@
{
- "description": "SX's Email",
- "repo": "https://sx9.is-a.dev",
- "owner": {
- "discord": "SX-Spy-Agent#1377",
- "email": "sx-91@outlook.com",
- "username": "SX-9"
- },
- "record": {
- "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "description": "SX's Email",
+ "repo": "https://sx9.is-a.dev",
+ "owner": {
+ "discord": "SX-Spy-Agent#1377",
+ "email": "sx-91@outlook.com",
+ "username": "SX-9"
+ },
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/mail.whine.json b/domains/mail.whine.json
index a8f050e40..a8efdabf0 100644
--- a/domains/mail.whine.json
+++ b/domains/mail.whine.json
@@ -1,12 +1,12 @@
{
"owner": {
- "username": "whinee",
- "email": "",
- "twitter": "whi_nyaan"
+ "username": "whinee",
+ "email": "",
+ "twitter": "whi_nyaan"
},
"description": "whi_ne's mail subdomain",
"record": {
- "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"
}
-}
\ No newline at end of file
+}
diff --git a/domains/maintainers.json b/domains/maintainers.json
index 57d5515f2..54275b5d6 100644
--- a/domains/maintainers.json
+++ b/domains/maintainers.json
@@ -4,10 +4,7 @@
"email": "phenax5@gmail.com"
},
"record": {
- "MX": [
- "mx1.forwardemail.net",
- "mx2.forwardemail.net"
- ],
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
"TXT": "forward-email=isdevmail.beadman-network.com"
}
}
diff --git a/domains/makhbaz.json b/domains/makhbaz.json
index 2536652d2..1b92c506a 100644
--- a/domains/makhbaz.json
+++ b/domains/makhbaz.json
@@ -1,12 +1,12 @@
{
- "description": "Makhbaz's .is-a.dev domain",
- "repo": "https://github.com/Makhbaz/makhbaz.github.io",
- "owner": {
- "username": "Makhbaz",
- "email": "makhbaz@proton.me",
- "telegram": "Makhbaz"
- },
- "record": {
- "CNAME": "makhbaz.github.io"
- }
+ "description": "Makhbaz's .is-a.dev domain",
+ "repo": "https://github.com/Makhbaz/makhbaz.github.io",
+ "owner": {
+ "username": "Makhbaz",
+ "email": "makhbaz@proton.me",
+ "telegram": "Makhbaz"
+ },
+ "record": {
+ "CNAME": "makhbaz.github.io"
+ }
}
diff --git a/domains/maks.json b/domains/maks.json
index 3b09a8b3f..c8ef717fd 100644
--- a/domains/maks.json
+++ b/domains/maks.json
@@ -1,10 +1,10 @@
{
- "description": "A person portfolio site for me",
- "owner": {
- "username": "LinusBotTips",
- "email": "maks-dev@outlook.com"
- },
- "record": {
- "CNAME": "linusbottips.github.io"
- }
+ "description": "A person portfolio site for me",
+ "owner": {
+ "username": "LinusBotTips",
+ "email": "maks-dev@outlook.com"
+ },
+ "record": {
+ "CNAME": "linusbottips.github.io"
+ }
}
diff --git a/domains/malbouy.json b/domains/malbouy.json
index 97da1c598..2804bcf12 100644
--- a/domains/malbouy.json
+++ b/domains/malbouy.json
@@ -1,11 +1,11 @@
{
- "description": "Coming soon",
- "repo": "https://github.com/malbouy/malbouy.github.io",
- "owner": {
- "username": "malbouy",
- "email": "malbouy@techie.com"
- },
- "record": {
- "CNAME": "malbouy.github.io"
- }
+ "description": "Coming soon",
+ "repo": "https://github.com/malbouy/malbouy.github.io",
+ "owner": {
+ "username": "malbouy",
+ "email": "malbouy@techie.com"
+ },
+ "record": {
+ "CNAME": "malbouy.github.io"
+ }
}
diff --git a/domains/malo.json b/domains/malo.json
index d43e34969..f6bb9e7af 100644
--- a/domains/malo.json
+++ b/domains/malo.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "MaloDaHood",
"email": "malomr2002@gmail.com"
- },
- "record": {
+ },
+ "record": {
"A": ["54.37.225.204"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/malware.json b/domains/malware.json
index d49069f09..3de1cadbe 100644
--- a/domains/malware.json
+++ b/domains/malware.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "themalware",
- "email": "daredevil.vikrant@gmail.com"
- },
- "record": {
- "URL": "https://themalware.tk"
- }
+ "owner": {
+ "username": "themalware",
+ "email": "daredevil.vikrant@gmail.com"
+ },
+ "record": {
+ "URL": "https://themalware.tk"
+ }
}
diff --git a/domains/mamun.json b/domains/mamun.json
index d7f8436e0..09aa099f9 100644
--- a/domains/mamun.json
+++ b/domains/mamun.json
@@ -1,11 +1,11 @@
{
- "description": "Mamun's website",
- "repo": "https://github.com/mamunhpath",
- "owner": {
- "username": "mamunhpath",
- "email": "mamunhpath@hotmail.com"
- },
- "record": {
- "CNAME": "mamunhpath.github.io"
- }
+ "description": "Mamun's website",
+ "repo": "https://github.com/mamunhpath",
+ "owner": {
+ "username": "mamunhpath",
+ "email": "mamunhpath@hotmail.com"
+ },
+ "record": {
+ "CNAME": "mamunhpath.github.io"
+ }
}
diff --git a/domains/manash.json b/domains/manash.json
index bd5c50311..786952405 100644
--- a/domains/manash.json
+++ b/domains/manash.json
@@ -1,11 +1,11 @@
{
- "description": "Manash Sonowal - DEV",
- "repo": "https://github.com/msonowal",
- "owner": {
- "username": "msonowal",
- "email": "manash149@gmail.com"
- },
- "record": {
- "CNAME": "www.claritytech.io"
- }
+ "description": "Manash Sonowal - DEV",
+ "repo": "https://github.com/msonowal",
+ "owner": {
+ "username": "msonowal",
+ "email": "manash149@gmail.com"
+ },
+ "record": {
+ "CNAME": "www.claritytech.io"
+ }
}
diff --git a/domains/mandaninikunj.json b/domains/mandaninikunj.json
index 04eba9dd2..823881344 100644
--- a/domains/mandaninikunj.json
+++ b/domains/mandaninikunj.json
@@ -1,11 +1,11 @@
{
- "description": "nikunj Profile.",
- "repo": "https://github.com/mandaninikunj/mandaninikunj.github.io",
- "owner": {
- "username": "mandaninikunj",
- "email": ""
- },
- "record": {
- "CNAME": "mandaninikunj.github.io"
- }
+ "description": "nikunj Profile.",
+ "repo": "https://github.com/mandaninikunj/mandaninikunj.github.io",
+ "owner": {
+ "username": "mandaninikunj",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "mandaninikunj.github.io"
+ }
}
diff --git a/domains/maninder.json b/domains/maninder.json
index f62a88fe1..65de25bb4 100644
--- a/domains/maninder.json
+++ b/domains/maninder.json
@@ -1,11 +1,11 @@
{
- "description": "My Github Page!",
- "repo": "https://github.com/github4maninder",
- "owner": {
- "username": "github4maninder",
- "email": "iamgoat@tutanota.com"
- },
- "record": {
- "CNAME": "maninder.github.io"
- }
+ "description": "My Github Page!",
+ "repo": "https://github.com/github4maninder",
+ "owner": {
+ "username": "github4maninder",
+ "email": "iamgoat@tutanota.com"
+ },
+ "record": {
+ "CNAME": "maninder.github.io"
+ }
}
diff --git a/domains/manish.json b/domains/manish.json
index 11b607bb2..7df8fa542 100644
--- a/domains/manish.json
+++ b/domains/manish.json
@@ -1,11 +1,11 @@
{
- "description": "Manish's Personal Website",
- "repo": "https://github.com/manish7479dlp/manish7479dlp.github.io",
- "owner": {
- "username": "manish7479dlp",
- "email": "manish7479dlp@gmail.com"
- },
- "record": {
- "CNAME": "manish7479dlp.github.io"
- }
+ "description": "Manish's Personal Website",
+ "repo": "https://github.com/manish7479dlp/manish7479dlp.github.io",
+ "owner": {
+ "username": "manish7479dlp",
+ "email": "manish7479dlp@gmail.com"
+ },
+ "record": {
+ "CNAME": "manish7479dlp.github.io"
+ }
}
diff --git a/domains/manjushri.json b/domains/manjushri.json
index 8084bbe2d..7a43a575b 100644
--- a/domains/manjushri.json
+++ b/domains/manjushri.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "manjushri",
- "email": "btinformativemessenger@gmail.com",
- "telegram": "dreynakchung"
- },
- "record": {
- "URL": "https://www.manjushri.dev"
- }
+ "owner": {
+ "username": "manjushri",
+ "email": "btinformativemessenger@gmail.com",
+ "telegram": "dreynakchung"
+ },
+ "record": {
+ "URL": "https://www.manjushri.dev"
+ }
}
diff --git a/domains/manojbarman.json b/domains/manojbarman.json
index acfcadde9..9d8c2dd67 100644
--- a/domains/manojbarman.json
+++ b/domains/manojbarman.json
@@ -1,12 +1,12 @@
{
- "owner": {
- "username": "itsmanojb",
- "email": "",
- "twitter": "itsmanojb"
- },
- "description": "My personal website",
- "repo": "https://github.com/itsmanojb",
- "record": {
- "URL": "https://manojbarman.in"
- }
+ "owner": {
+ "username": "itsmanojb",
+ "email": "",
+ "twitter": "itsmanojb"
+ },
+ "description": "My personal website",
+ "repo": "https://github.com/itsmanojb",
+ "record": {
+ "URL": "https://manojbarman.in"
+ }
}
diff --git a/domains/mantas.json b/domains/mantas.json
index ec487c071..ead7a8057 100644
--- a/domains/mantas.json
+++ b/domains/mantas.json
@@ -1,11 +1,11 @@
{
- "description": "Mantas is a developer!",
- "repo": "https://github.com/mantooc",
- "owner": {
- "username": "mantooc",
- "email": "mantasnugaras@gmail.com"
- },
- "record": {
- "CNAME": "mantooc.github.io"
- }
+ "description": "Mantas is a developer!",
+ "repo": "https://github.com/mantooc",
+ "owner": {
+ "username": "mantooc",
+ "email": "mantasnugaras@gmail.com"
+ },
+ "record": {
+ "CNAME": "mantooc.github.io"
+ }
}
diff --git a/domains/manu.json b/domains/manu.json
index 673a3fd3c..c79fb5267 100644
--- a/domains/manu.json
+++ b/domains/manu.json
@@ -1,11 +1,11 @@
{
- "description": "manu.is-a.dev",
- "repo": "https://github.com/manuthecoder/personal-website",
- "owner": {
- "username": "manuthecoder",
- "email": "manusvathgurudath@gmail.com"
- },
- "record": {
- "CNAME": "manu-is-a-dev-yqz2.onrender.com"
- }
+ "description": "manu.is-a.dev",
+ "repo": "https://github.com/manuthecoder/personal-website",
+ "owner": {
+ "username": "manuthecoder",
+ "email": "manusvathgurudath@gmail.com"
+ },
+ "record": {
+ "CNAME": "manu-is-a-dev-yqz2.onrender.com"
+ }
}
diff --git a/domains/marc.json b/domains/marc.json
index 297fe957c..3716335f1 100644
--- a/domains/marc.json
+++ b/domains/marc.json
@@ -1,11 +1,11 @@
{
"description": "Marc Gruita is a Developer!",
- "repo": "https://github.com/marcgr9",
- "owner": {
- "username": "marcgr9",
- "email": "marc@gruita.ro"
- },
- "record": {
- "URL": "https://gruita.ro"
- }
+ "repo": "https://github.com/marcgr9",
+ "owner": {
+ "username": "marcgr9",
+ "email": "marc@gruita.ro"
+ },
+ "record": {
+ "URL": "https://gruita.ro"
+ }
}
diff --git a/domains/marcchew.json b/domains/marcchew.json
index 0c885dc71..4e07cef5c 100644
--- a/domains/marcchew.json
+++ b/domains/marcchew.json
@@ -1,10 +1,10 @@
{
- "description": "About Marc Chew",
- "owner": {
- "username": "marcchew",
- "email": "marckychew@gmail.com"
- },
- "record": {
- "CNAME": "947555d1-ed28-4253-9341-45074fe2aaab.id.repl.co"
- }
+ "description": "About Marc Chew",
+ "owner": {
+ "username": "marcchew",
+ "email": "marckychew@gmail.com"
+ },
+ "record": {
+ "CNAME": "947555d1-ed28-4253-9341-45074fe2aaab.id.repl.co"
+ }
}
diff --git a/domains/marcelomrwin.json b/domains/marcelomrwin.json
index f4a80287c..3fc8aec87 100644
--- a/domains/marcelomrwin.json
+++ b/domains/marcelomrwin.json
@@ -2,10 +2,10 @@
"description": "My personal website to showcase the stuff that I do",
"repo": "https://github.com/marcelomrwin",
"owner": {
- "username": "marcelomrwin",
- "email": "marcelo.d.sales@gmail.com"
+ "username": "marcelomrwin",
+ "email": "marcelo.d.sales@gmail.com"
},
"record": {
- "CNAME": "marcelomrwin.github.io"
+ "CNAME": "marcelomrwin.github.io"
}
- }
\ No newline at end of file
+}
diff --git a/domains/marco.json b/domains/marco.json
index 15fa39230..28d66090a 100644
--- a/domains/marco.json
+++ b/domains/marco.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "marcomafessolli",
"email": "marcomafessolli@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://github.com/marcomafessolli"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/marcus.json b/domains/marcus.json
index 851a898ec..4a3ce1394 100644
--- a/domains/marcus.json
+++ b/domains/marcus.json
@@ -1,12 +1,12 @@
{
- "description": "A portfolio website for HeroGamers (Marcus).",
- "repo": "https://github.com/HeroGamers/HeroGamers",
- "owner": {
- "username": "HeroGamers",
- "email": "webmaster@herogamers.dev",
- "twitter": "ItsHeroGamers"
- },
- "record": {
- "CNAME": "herogamers.github.io"
- }
+ "description": "A portfolio website for HeroGamers (Marcus).",
+ "repo": "https://github.com/HeroGamers/HeroGamers",
+ "owner": {
+ "username": "HeroGamers",
+ "email": "webmaster@herogamers.dev",
+ "twitter": "ItsHeroGamers"
+ },
+ "record": {
+ "CNAME": "herogamers.github.io"
+ }
}
diff --git a/domains/marcusj.json b/domains/marcusj.json
index 434f2789a..bb5bd674d 100644
--- a/domains/marcusj.json
+++ b/domains/marcusj.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio of Marcus Weinberger",
- "repo": "https://github.com/AgeOfMarcus",
- "owner": {
- "username": "AgeOfMarcus",
- "email": "marcusjw.ftw@gmail.com"
- },
- "record": {
- "CNAME": "dev.marcusj.tech"
- }
+ "description": "Portfolio of Marcus Weinberger",
+ "repo": "https://github.com/AgeOfMarcus",
+ "owner": {
+ "username": "AgeOfMarcus",
+ "email": "marcusjw.ftw@gmail.com"
+ },
+ "record": {
+ "CNAME": "dev.marcusj.tech"
+ }
}
diff --git a/domains/maria.json b/domains/maria.json
index 86bf9cdde..e8e873f33 100644
--- a/domains/maria.json
+++ b/domains/maria.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "nirewen",
"email": "londero.edu@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://github.com/marialuisamol"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/mark.json b/domains/mark.json
index ae618c980..35a6b55d0 100644
--- a/domains/mark.json
+++ b/domains/mark.json
@@ -1,11 +1,11 @@
{
- "description": "Makr Davydov is a Developer!",
- "repo": "https://github.com/markrity",
- "owner": {
- "username": "markrity",
- "email": "markrity@gmail.com"
- },
- "record": {
- "URL": "https://www.linkedin.com/in/davydovmark"
- }
+ "description": "Makr Davydov is a Developer!",
+ "repo": "https://github.com/markrity",
+ "owner": {
+ "username": "markrity",
+ "email": "markrity@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.linkedin.com/in/davydovmark"
+ }
}
diff --git a/domains/markos.json b/domains/markos.json
index deb080298..1c37f2a64 100644
--- a/domains/markos.json
+++ b/domains/markos.json
@@ -1,11 +1,11 @@
{
- "description": "Hello my name is Markos Dimitsas and I am from Greece.",
- "repo": "https://github.com/markdimi",
- "owner": {
- "username": "markdimi",
- "email": "markdimitsas@gmail.com"
- },
- "record": {
- "CNAME": "markos.me"
- }
+ "description": "Hello my name is Markos Dimitsas and I am from Greece.",
+ "repo": "https://github.com/markdimi",
+ "owner": {
+ "username": "markdimi",
+ "email": "markdimitsas@gmail.com"
+ },
+ "record": {
+ "CNAME": "markos.me"
+ }
}
diff --git a/domains/markus.json b/domains/markus.json
index d5a60c9cd..b6d994450 100644
--- a/domains/markus.json
+++ b/domains/markus.json
@@ -1,10 +1,10 @@
{
- "repo": "https://github.com/markusjx/markusjx.github.io",
- "owner": {
- "username": "markusjx",
- "email": "markusjx11@gmail.com"
- },
- "record": {
- "CNAME": "markusjx.github.io"
- }
+ "repo": "https://github.com/markusjx/markusjx.github.io",
+ "owner": {
+ "username": "markusjx",
+ "email": "markusjx11@gmail.com"
+ },
+ "record": {
+ "CNAME": "markusjx.github.io"
+ }
}
diff --git a/domains/martial.json b/domains/martial.json
index 3fe1363b5..208a5b065 100644
--- a/domains/martial.json
+++ b/domains/martial.json
@@ -1,11 +1,11 @@
{
- "description": "Martial is a dev",
- "repo": "https://github.com/MartialSeron/MartialSeron.github.io",
- "owner": {
- "username": "MartialSeron",
- "email": "martial.seron@gmail.com"
- },
- "record": {
- "CNAME": "martialseron.github.io"
- }
+ "description": "Martial is a dev",
+ "repo": "https://github.com/MartialSeron/MartialSeron.github.io",
+ "owner": {
+ "username": "MartialSeron",
+ "email": "martial.seron@gmail.com"
+ },
+ "record": {
+ "CNAME": "martialseron.github.io"
+ }
}
diff --git a/domains/maryll.json b/domains/maryll.json
index ec683d539..1a27f65e5 100644
--- a/domains/maryll.json
+++ b/domains/maryll.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Maryll-castelino",
"email": "maryllcastelino@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "maryll-castelino.github.io"
- }
}
-
+}
diff --git a/domains/maskduck.json b/domains/maskduck.json
index d4b41187b..edea98d5b 100644
--- a/domains/maskduck.json
+++ b/domains/maskduck.json
@@ -1,15 +1,15 @@
{
- "description": "MaskDuck's personal website!",
- "repo": "https://github.com/maskducks/maskducks.github.io",
- "owner": {
- "username": "MaskDuck",
- "email": "",
- "discord": "MaskDuck#1337",
- "twitter": "MaskDuck1",
- "reddit": "u/maskduck",
- "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
- },
- "record": {
- "CNAME": "maskduck.pages.dev"
- }
+ "description": "MaskDuck's personal website!",
+ "repo": "https://github.com/maskducks/maskducks.github.io",
+ "owner": {
+ "username": "MaskDuck",
+ "email": "",
+ "discord": "MaskDuck#1337",
+ "twitter": "MaskDuck1",
+ "reddit": "u/maskduck",
+ "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
+ },
+ "record": {
+ "CNAME": "maskduck.pages.dev"
+ }
}
diff --git a/domains/masood.json b/domains/masood.json
index aad69bdb4..6a9f475ec 100644
--- a/domains/masood.json
+++ b/domains/masood.json
@@ -1,11 +1,11 @@
{
- "description": "Masood Mohammad's Personal Website",
- "repo": "https://github.com/masoodbinmohammad",
- "owner": {
- "username": "masoodbinmohammad",
- "email": "masoodbinmohammad@hotmail.com"
- },
- "record": {
- "CNAME": "masoodbinmohammad.github.io"
- }
+ "description": "Masood Mohammad's Personal Website",
+ "repo": "https://github.com/masoodbinmohammad",
+ "owner": {
+ "username": "masoodbinmohammad",
+ "email": "masoodbinmohammad@hotmail.com"
+ },
+ "record": {
+ "CNAME": "masoodbinmohammad.github.io"
+ }
}
diff --git a/domains/massick.json b/domains/massick.json
index d84c9de4c..e958a8578 100644
--- a/domains/massick.json
+++ b/domains/massick.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "M4ss1ck",
- "email": "4ndyraul@gmail.com",
- "twitter": "M4ss1ck"
- },
- "repo": "https://github.com/M4ss1ck/massick-portfolio",
- "record": {
- "URL": "https://massick.gatsbyjs.io"
- }
+ "owner": {
+ "username": "M4ss1ck",
+ "email": "4ndyraul@gmail.com",
+ "twitter": "M4ss1ck"
+ },
+ "repo": "https://github.com/M4ss1ck/massick-portfolio",
+ "record": {
+ "URL": "https://massick.gatsbyjs.io"
+ }
}
diff --git a/domains/mastodon.dainfloop.json b/domains/mastodon.dainfloop.json
index 0e4ae104d..859ebd4e9 100644
--- a/domains/mastodon.dainfloop.json
+++ b/domains/mastodon.dainfloop.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "DaInfLoop",
- "email": "backupharoongames100@gmail.com"
- },
-
- "record": {
- "A": ["34.132.134.162"]
- }
+ "owner": {
+ "username": "DaInfLoop",
+ "email": "backupharoongames100@gmail.com"
+ },
+
+ "record": {
+ "A": ["34.132.134.162"]
+ }
}
diff --git a/domains/match.json b/domains/match.json
index c8a235d21..415ff8eec 100644
--- a/domains/match.json
+++ b/domains/match.json
@@ -1,14 +1,16 @@
{
- "description": "Imad",
- "repo": "https://github.com/imadboy89/match",
- "owner": {
- "username": "imadboy89",
- "email": "imad.kh@outlook.com"
- },
- "record": {
- "A" : ["185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"]
- }
+ "description": "Imad",
+ "repo": "https://github.com/imadboy89/match",
+ "owner": {
+ "username": "imadboy89",
+ "email": "imad.kh@outlook.com"
+ },
+ "record": {
+ "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 d9fd18381..0770f3fbf 100644
--- a/domains/matheus.json
+++ b/domains/matheus.json
@@ -1,11 +1,11 @@
{
- "description": "Matheus Costa's personal developer website",
- "repo": "https://github.com/mthcsta/mthcsta.github.io",
- "owner": {
- "username": "mthcsta",
- "email": "matheuscosta.dev@yahoo.com"
- },
- "record": {
- "CNAME": "mthcsta.github.io"
- }
+ "description": "Matheus Costa's personal developer website",
+ "repo": "https://github.com/mthcsta/mthcsta.github.io",
+ "owner": {
+ "username": "mthcsta",
+ "email": "matheuscosta.dev@yahoo.com"
+ },
+ "record": {
+ "CNAME": "mthcsta.github.io"
+ }
}
diff --git a/domains/mathiassm.json b/domains/mathiassm.json
index 326d932a4..715c10c5f 100644
--- a/domains/mathiassm.json
+++ b/domains/mathiassm.json
@@ -1,12 +1,12 @@
{
- "owner": {
- "username": "mathiassm",
- "email": "",
- "twitter": "mathiassm"
- },
- "description": "MathiasSM's Personal Site",
- "repo": "https://github.com/MathiasSM/mathiassm.github.io",
- "record": {
- "URL": "https://mathiassm.dev"
- }
+ "owner": {
+ "username": "mathiassm",
+ "email": "",
+ "twitter": "mathiassm"
+ },
+ "description": "MathiasSM's Personal Site",
+ "repo": "https://github.com/MathiasSM/mathiassm.github.io",
+ "record": {
+ "URL": "https://mathiassm.dev"
+ }
}
diff --git a/domains/mathiscool.json b/domains/mathiscool.json
index 0195c7f09..0a17ca714 100644
--- a/domains/mathiscool.json
+++ b/domains/mathiscool.json
@@ -1,11 +1,11 @@
{
- "description": "Mathiscool personal website",
- "repo": "https://testbot-github.github.io/Mathiscool",
- "owner": {
- "username": "testbot-github",
- "email": "testbot-github@gmail.com"
- },
- "record": {
- "CNAME": "Mathiscool.github.io"
- }
+ "description": "Mathiscool personal website",
+ "repo": "https://testbot-github.github.io/Mathiscool",
+ "owner": {
+ "username": "testbot-github",
+ "email": "testbot-github@gmail.com"
+ },
+ "record": {
+ "CNAME": "Mathiscool.github.io"
+ }
}
diff --git a/domains/matt.json b/domains/matt.json
index fca5eafee..d74f8375a 100644
--- a/domains/matt.json
+++ b/domains/matt.json
@@ -1,11 +1,11 @@
{
- "description": "Matt Casey is a Developer!",
- "repo": "https://github.com/mattcasey",
- "owner": {
- "username": "mattcasey",
- "email": "mattwad@gmail.com"
- },
- "record": {
- "URL": "https://www.linkedin.com/in/mbcasey"
- }
+ "description": "Matt Casey is a Developer!",
+ "repo": "https://github.com/mattcasey",
+ "owner": {
+ "username": "mattcasey",
+ "email": "mattwad@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.linkedin.com/in/mbcasey"
+ }
}
diff --git a/domains/matt3o0.json b/domains/matt3o0.json
index 421490112..b8aeb65ed 100644
--- a/domains/matt3o0.json
+++ b/domains/matt3o0.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "duvbolone",
"email": "duvbolone@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "duvbolone.github.io"
- }
}
-
+}
diff --git a/domains/mattdavison.json b/domains/mattdavison.json
index b78c22b6b..3f61b6eba 100644
--- a/domains/mattdavison.json
+++ b/domains/mattdavison.json
@@ -1,10 +1,10 @@
{
- "description": "A domain for launching my person portfolio on!",
- "owner": {
- "username": "immattdavison",
- "email": "hey@matt.lgbt"
- },
- "record": {
- "A": ["209.97.183.92"]
- }
+ "description": "A domain for launching my person portfolio on!",
+ "owner": {
+ "username": "immattdavison",
+ "email": "hey@matt.lgbt"
+ },
+ "record": {
+ "A": ["209.97.183.92"]
+ }
}
diff --git a/domains/mattdestroyer.json b/domains/mattdestroyer.json
index 0131ab547..5c81a2a61 100644
--- a/domains/mattdestroyer.json
+++ b/domains/mattdestroyer.json
@@ -1,10 +1,10 @@
{
- "description": "Matt-DESTROYER's Website",
- "owner": {
- "username": "Matt-DESTROYER",
- "email": "mattdestroyerpro@gmail.com"
- },
- "record": {
- "URL": "https://MattDESTROYER.repl.co"
- }
+ "description": "Matt-DESTROYER's Website",
+ "owner": {
+ "username": "Matt-DESTROYER",
+ "email": "mattdestroyerpro@gmail.com"
+ },
+ "record": {
+ "URL": "https://MattDESTROYER.repl.co"
+ }
}
diff --git a/domains/matthew.json b/domains/matthew.json
index 7909c2f1e..6cfe75aa6 100644
--- a/domains/matthew.json
+++ b/domains/matthew.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "Matt-Gleich",
- "email": "email@mattglei.ch",
- "twitter": "MattGleich"
- },
- "repo": "https://github.com/Matt-Gleich/site-v2",
- "record": {
- "URL": "https://mattglei.ch"
- }
+ "owner": {
+ "username": "Matt-Gleich",
+ "email": "email@mattglei.ch",
+ "twitter": "MattGleich"
+ },
+ "repo": "https://github.com/Matt-Gleich/site-v2",
+ "record": {
+ "URL": "https://mattglei.ch"
+ }
}
diff --git a/domains/mattw.json b/domains/mattw.json
index 1e84a0a67..d74b7430e 100644
--- a/domains/mattw.json
+++ b/domains/mattw.json
@@ -1,13 +1,13 @@
{
- "description": "Matt is a Developer!",
- "repo": "https://github.com/Tweak4141",
- "owner": {
- "username": "tweak4141",
- "email": "ynan243@gmail.com"
- },
- "record": {
- "A": ["74.201.25.77"],
- "MX": ["mail.tnstudios.ca"],
- "TXT": "v=spf1 a:webmail.tnstudios.ca a:mail.talosbot.xyz a:mail.tnstudios.ca ~all"
- }
+ "description": "Matt is a Developer!",
+ "repo": "https://github.com/Tweak4141",
+ "owner": {
+ "username": "tweak4141",
+ "email": "ynan243@gmail.com"
+ },
+ "record": {
+ "A": ["74.201.25.77"],
+ "MX": ["mail.tnstudios.ca"],
+ "TXT": "v=spf1 a:webmail.tnstudios.ca a:mail.talosbot.xyz a:mail.tnstudios.ca ~all"
+ }
}
diff --git a/domains/mawoka.json b/domains/mawoka.json
index 4606f3b03..1b395dce0 100644
--- a/domains/mawoka.json
+++ b/domains/mawoka.json
@@ -1,11 +1,9 @@
-
{
- "owner": {
- "username": "mawoka-myblock",
- "email": "git@mawoka.eu"
- },
- "record": {
- "URL": "https://mawoka.eu"
- }
+ "owner": {
+ "username": "mawoka-myblock",
+ "email": "git@mawoka.eu"
+ },
+ "record": {
+ "URL": "https://mawoka.eu"
+ }
}
-
diff --git a/domains/max.json b/domains/max.json
index 7b91d11b0..9ee172344 100644
--- a/domains/max.json
+++ b/domains/max.json
@@ -1,14 +1,11 @@
{
- "owner": {
- "username": "mdsmax",
- "email": "maxguilham@protonmail.com"
- },
- "record": {
- "A": ["34.149.204.188"],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "owner": {
+ "username": "mdsmax",
+ "email": "maxguilham@protonmail.com"
+ },
+ "record": {
+ "A": ["34.149.204.188"],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/maximking.json b/domains/maximking.json
index 28242074f..ee444b0bb 100644
--- a/domains/maximking.json
+++ b/domains/maximking.json
@@ -1,10 +1,10 @@
{
- "description": "Maxim K Personal Dev Site",
- "owner": {
- "username": "MaximKing",
- "email": "business@maximking.co.uk"
- },
- "record": {
- "CNAME": "maximking.co.uk"
- }
+ "description": "Maxim K Personal Dev Site",
+ "owner": {
+ "username": "MaximKing",
+ "email": "business@maximking.co.uk"
+ },
+ "record": {
+ "CNAME": "maximking.co.uk"
+ }
}
diff --git a/domains/maxt.json b/domains/maxt.json
index ef332e66e..d4acb3685 100644
--- a/domains/maxt.json
+++ b/domains/maxt.json
@@ -1,11 +1,11 @@
{
- "description": "Max's Portfolio/Cool Website",
- "repo": "https://github.com/MaxTCodes/maxt-is-a.dev",
- "owner": {
- "username": "MaxTCodes",
- "email": "dev@maxt-is-a.dev"
- },
- "record": {
- "URL": "https://maxt-is-a.dev"
- }
+ "description": "Max's Portfolio/Cool Website",
+ "repo": "https://github.com/MaxTCodes/maxt-is-a.dev",
+ "owner": {
+ "username": "MaxTCodes",
+ "email": "dev@maxt-is-a.dev"
+ },
+ "record": {
+ "URL": "https://maxt-is-a.dev"
+ }
}
diff --git a/domains/mayur.json b/domains/mayur.json
index 591394d56..9590c3044 100644
--- a/domains/mayur.json
+++ b/domains/mayur.json
@@ -1,11 +1,11 @@
{
- "description": "Mayur Dange is a Developer!",
- "repo": "https://github.com/mayurdange/mayurdange.github.io",
- "owner": {
- "username": "mayurdange",
- "email": "mayurdange@live.com"
- },
- "record": {
- "CNAME": "mayurdange.github.io"
- }
+ "description": "Mayur Dange is a Developer!",
+ "repo": "https://github.com/mayurdange/mayurdange.github.io",
+ "owner": {
+ "username": "mayurdange",
+ "email": "mayurdange@live.com"
+ },
+ "record": {
+ "CNAME": "mayurdange.github.io"
+ }
}
diff --git a/domains/mazengohar.json b/domains/mazengohar.json
index 79bee6893..907c240fc 100644
--- a/domains/mazengohar.json
+++ b/domains/mazengohar.json
@@ -1,11 +1,11 @@
{
- "description": "Mazen Gohar - DEV",
- "repo": "https://github.com/MazenGohar",
- "owner": {
- "username": "MazenGohar",
- "email": "mizoiology@gmail.com"
- },
- "record": {
- "CNAME": "mazen-gohar-dev.onrender.com"
- }
+ "description": "Mazen Gohar - DEV",
+ "repo": "https://github.com/MazenGohar",
+ "owner": {
+ "username": "MazenGohar",
+ "email": "mizoiology@gmail.com"
+ },
+ "record": {
+ "CNAME": "mazen-gohar-dev.onrender.com"
+ }
}
diff --git a/domains/mb.json b/domains/mb.json
index 246c7c3e5..becf48db0 100644
--- a/domains/mb.json
+++ b/domains/mb.json
@@ -1,11 +1,11 @@
{
- "description": "Michael's personal developer website",
- "repo": "https://github.com/mbrav",
- "owner": {
- "username": "mbrav",
- "email": "mbrav@protonmail.com"
- },
- "record": {
- "CNAME": "mbrav.github.io"
- }
+ "description": "Michael's personal developer website",
+ "repo": "https://github.com/mbrav",
+ "owner": {
+ "username": "mbrav",
+ "email": "mbrav@protonmail.com"
+ },
+ "record": {
+ "CNAME": "mbrav.github.io"
+ }
}
diff --git a/domains/mburguete.json b/domains/mburguete.json
index 5486871a8..97af4efde 100644
--- a/domains/mburguete.json
+++ b/domains/mburguete.json
@@ -1,11 +1,11 @@
{
- "description": "Mariano Burguete's Portfolio",
- "repo": "https://github.com/nai98x/is-a-dev",
- "owner": {
- "username": "nai98x",
- "email": "marianoburguete@gmail.com"
- },
- "record": {
- "CNAME": "nai98x.github.io"
- }
+ "description": "Mariano Burguete's Portfolio",
+ "repo": "https://github.com/nai98x/is-a-dev",
+ "owner": {
+ "username": "nai98x",
+ "email": "marianoburguete@gmail.com"
+ },
+ "record": {
+ "CNAME": "nai98x.github.io"
+ }
}
diff --git a/domains/mc.badboy.json b/domains/mc.badboy.json
index 447ca22f4..e914b46fd 100644
--- a/domains/mc.badboy.json
+++ b/domains/mc.badboy.json
@@ -1,10 +1,10 @@
{
- "description": "Minecraft server.",
- "owner": {
- "username": "bad-boy-codes",
- "email": "contact@mail.badboy.is-a.dev"
- },
- "record": {
- "URL": "https://bigpp.ml"
- }
+ "description": "Minecraft server.",
+ "owner": {
+ "username": "bad-boy-codes",
+ "email": "contact@mail.badboy.is-a.dev"
+ },
+ "record": {
+ "URL": "https://bigpp.ml"
+ }
}
diff --git a/domains/mc.daniel.json b/domains/mc.daniel.json
index 23dcf599c..d609fa170 100644
--- a/domains/mc.daniel.json
+++ b/domains/mc.daniel.json
@@ -1,13 +1,13 @@
{
- "description": "2b2t Minecraft proxy",
-
- "owner": {
- "username": "hackermondev",
- "email": "isadev@daniel.is-a.dev",
- "twitter": "hackermondev"
- },
-
- "record": {
- "A": ["44.203.172.179"]
- }
+ "description": "2b2t Minecraft proxy",
+
+ "owner": {
+ "username": "hackermondev",
+ "email": "isadev@daniel.is-a.dev",
+ "twitter": "hackermondev"
+ },
+
+ "record": {
+ "A": ["44.203.172.179"]
+ }
}
diff --git a/domains/mc.dergraph.json b/domains/mc.dergraph.json
index 6f7f1963a..c302aa996 100644
--- a/domains/mc.dergraph.json
+++ b/domains/mc.dergraph.json
@@ -1,11 +1,9 @@
{
- "owner": {
- "username": "derGraph",
- "email": "dergraph@f5.si"
- },
- "record": {
- "A": [
- "83.215.31.101"
- ]
- }
+ "owner": {
+ "username": "derGraph",
+ "email": "dergraph@f5.si"
+ },
+ "record": {
+ "A": ["83.215.31.101"]
+ }
}
diff --git a/domains/mc.mousemoosz.json b/domains/mc.mousemoosz.json
index 9aa2faa62..df531cdad 100644
--- a/domains/mc.mousemoosz.json
+++ b/domains/mc.mousemoosz.json
@@ -1,10 +1,10 @@
{
- "description": "For my Minecraft server",
- "owner": {
- "username": "MouseMoosz",
- "email": "mousemoosz@protonmail.com"
- },
- "record": {
- "CNAME": "ge.terohost.com"
- }
+ "description": "For my Minecraft server",
+ "owner": {
+ "username": "MouseMoosz",
+ "email": "mousemoosz@protonmail.com"
+ },
+ "record": {
+ "CNAME": "ge.terohost.com"
+ }
}
diff --git a/domains/mc1.notjadeja.json b/domains/mc1.notjadeja.json
index cf635155c..2f92a3446 100644
--- a/domains/mc1.notjadeja.json
+++ b/domains/mc1.notjadeja.json
@@ -1,12 +1,10 @@
{
- "owner": {
- "username": "HalalJadeja",
- "discord": "NotJadeja#8183",
- "email": "9236.stkabirdio@gmail.com"
- },
- "record": {
- "A": [
- "147.185.221.180"
- ]
- }
+ "owner": {
+ "username": "HalalJadeja",
+ "discord": "NotJadeja#8183",
+ "email": "9236.stkabirdio@gmail.com"
+ },
+ "record": {
+ "A": ["147.185.221.180"]
+ }
}
diff --git a/domains/mcotocel.json b/domains/mcotocel.json
index 7659d4b43..8b01bac4c 100644
--- a/domains/mcotocel.json
+++ b/domains/mcotocel.json
@@ -1,11 +1,11 @@
{
- "description": "Matei Cotocel's Site",
- "repo": "https://github.com/mcotocel/mcotocel.github.io",
- "owner": {
- "username": "mcotocel",
- "email": "mcotocel@outlook.com"
- },
- "record": {
- "CNAME": "mcotocel.github.io"
- }
+ "description": "Matei Cotocel's Site",
+ "repo": "https://github.com/mcotocel/mcotocel.github.io",
+ "owner": {
+ "username": "mcotocel",
+ "email": "mcotocel@outlook.com"
+ },
+ "record": {
+ "CNAME": "mcotocel.github.io"
+ }
}
diff --git a/domains/mcsavvy.json b/domains/mcsavvy.json
index 49a03bed2..fa5eb8dcd 100644
--- a/domains/mcsavvy.json
+++ b/domains/mcsavvy.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "Mcsavvy",
- "discord": "savvii#3184",
- "email": "davemcsavvii@gmail.com"
- },
- "record": {
- "CNAME": "mcsavvy.github.io"
- }
+ "owner": {
+ "username": "Mcsavvy",
+ "discord": "savvii#3184",
+ "email": "davemcsavvii@gmail.com"
+ },
+ "record": {
+ "CNAME": "mcsavvy.github.io"
+ }
}
diff --git a/domains/mcz.json b/domains/mcz.json
index 98e604217..48e29ec65 100644
--- a/domains/mcz.json
+++ b/domains/mcz.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Mczgodpiggy",
- "email": "dragonhuntergamingweb@gmail.com"
- },
- "record": {
- "CNAME": "947fd546-46f4-480c-b971-ca2b663c54d8.id.repl.co"
- }
+ "owner": {
+ "username": "Mczgodpiggy",
+ "email": "dragonhuntergamingweb@gmail.com"
+ },
+ "record": {
+ "CNAME": "947fd546-46f4-480c-b971-ca2b663c54d8.id.repl.co"
+ }
}
diff --git a/domains/mczgodpiggy.json b/domains/mczgodpiggy.json
index 7369438f5..17dae5044 100644
--- a/domains/mczgodpiggy.json
+++ b/domains/mczgodpiggy.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
- "username": "Mczgodpiggy",
- "email": "aukoeh@gmail.com"
- },
- "record": {
- "CNAME": "947fd546-46f4-480c-b971-ca2b663c54d8.id.repl.co"
- }
- }
-
\ No newline at end of file
+{
+ "owner": {
+ "username": "Mczgodpiggy",
+ "email": "aukoeh@gmail.com"
+ },
+ "record": {
+ "CNAME": "947fd546-46f4-480c-b971-ca2b663c54d8.id.repl.co"
+ }
+}
diff --git a/domains/mdbesoain.json b/domains/mdbesoain.json
index 4129f9c5d..350b116ba 100644
--- a/domains/mdbesoain.json
+++ b/domains/mdbesoain.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "mdbesoain",
"email": "mdbesoain@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://mdbesoain.cl"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/mdk.json b/domains/mdk.json
index c2f2afba9..a3d3e99fb 100644
--- a/domains/mdk.json
+++ b/domains/mdk.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "MaskDuck",
"email": "it-is@too-obvious-that.maskduck.is-a.dev"
- },
- "record": {
+ },
+ "record": {
"CNAME": "edge.redirect.pizza"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/medhanite.json b/domains/medhanite.json
index 82ffc98e9..f1cb71f32 100644
--- a/domains/medhanite.json
+++ b/domains/medhanite.json
@@ -1,11 +1,11 @@
{
- "description": "medhanite is a dev",
- "repo": "https://github.com/medhanite/medhanite.github.io",
- "owner": {
- "username": "EyobYb",
- "email": "eyobyirgu@gmail.com"
- },
- "record": {
- "CNAME": "medhanite.github.io"
- }
+ "description": "medhanite is a dev",
+ "repo": "https://github.com/medhanite/medhanite.github.io",
+ "owner": {
+ "username": "EyobYb",
+ "email": "eyobyirgu@gmail.com"
+ },
+ "record": {
+ "CNAME": "medhanite.github.io"
+ }
}
diff --git a/domains/meen.json b/domains/meen.json
index 581089120..99bace5f3 100644
--- a/domains/meen.json
+++ b/domains/meen.json
@@ -1,11 +1,11 @@
{
- "description": "Patcharapol's personal site!",
- "repo": "https://github.com/msp5382/personal",
- "owner": {
- "username": "msp5382",
- "email": "meen.sankaew@gmail.com"
- },
- "record": {
- "URL": "https://patcharapol.dev"
- }
+ "description": "Patcharapol's personal site!",
+ "repo": "https://github.com/msp5382/personal",
+ "owner": {
+ "username": "msp5382",
+ "email": "meen.sankaew@gmail.com"
+ },
+ "record": {
+ "URL": "https://patcharapol.dev"
+ }
}
diff --git a/domains/mega-lag.sx9.json b/domains/mega-lag.sx9.json
index 475e56e55..49b3df232 100644
--- a/domains/mega-lag.sx9.json
+++ b/domains/mega-lag.sx9.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "SX-9",
"email": "satriakrach@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "sx-9.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/mega.json b/domains/mega.json
index a25472b66..acdc6b041 100644
--- a/domains/mega.json
+++ b/domains/mega.json
@@ -1,12 +1,12 @@
{
- "description": "My Personal website and possibly an API",
- "repo": "https://github.com/MegaDevGuy",
- "owner": {
- "username": "MegaDevGuy",
- "email": "",
- "twitter": "_Mega_Dev_"
- },
- "record": {
- "CNAME": "flask-production-b336.up.railway.app"
- }
+ "description": "My Personal website and possibly an API",
+ "repo": "https://github.com/MegaDevGuy",
+ "owner": {
+ "username": "MegaDevGuy",
+ "email": "",
+ "twitter": "_Mega_Dev_"
+ },
+ "record": {
+ "CNAME": "flask-production-b336.up.railway.app"
+ }
}
diff --git a/domains/megalith.json b/domains/megalith.json
index 0cf4dda0c..d97010136 100644
--- a/domains/megalith.json
+++ b/domains/megalith.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "MegalithOffical",
"email": "gekocakaya@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://profile-megalithoffical.vercel.app"
- }
}
-
+}
diff --git a/domains/melainegerard.json b/domains/melainegerard.json
index 2c8ed8c7e..3fd543f2a 100644
--- a/domains/melainegerard.json
+++ b/domains/melainegerard.json
@@ -1,14 +1,12 @@
-
- {
- "description": "Redirect to my personal website",
- "repo": "https://github.com/MelaineGerard",
- "owner": {
+{
+ "description": "Redirect to my personal website",
+ "repo": "https://github.com/MelaineGerard",
+ "owner": {
"username": "MelaineGerard",
"email": "pro@melaine-gerard.fr",
- "discord": "SkitDev#2556"
- },
- "record": {
+ "discord": "SkitDev#2556"
+ },
+ "record": {
"URL": "https://melaine-gerard.fr"
- }
}
-
+}
diff --git a/domains/meloun7.json b/domains/meloun7.json
index c1275092f..e45e3bbb1 100644
--- a/domains/meloun7.json
+++ b/domains/meloun7.json
@@ -1,11 +1,11 @@
{
- "description": "My personal website",
- "repo": "https://github.com/Whtery1087",
- "owner": {
- "username": "Whtery1087",
- "email": "beelandsofficialmc@gmail.com"
- },
- "record": {
- "CNAME": "web-1.hostnow.cz"
- }
+ "description": "My personal website",
+ "repo": "https://github.com/Whtery1087",
+ "owner": {
+ "username": "Whtery1087",
+ "email": "beelandsofficialmc@gmail.com"
+ },
+ "record": {
+ "CNAME": "web-1.hostnow.cz"
+ }
}
diff --git a/domains/melwyn.json b/domains/melwyn.json
index fc8306d93..dbb3584d3 100644
--- a/domains/melwyn.json
+++ b/domains/melwyn.json
@@ -1,11 +1,11 @@
{
- "description": "Melwyn's personal website",
- "repo": "https://github.com/melwyn95/melwyn95.github.io",
- "owner": {
- "username": "melwyn95",
- "email": "melwyn95@gmail.com"
- },
- "record": {
- "CNAME": "melwyn95.github.io"
- }
+ "description": "Melwyn's personal website",
+ "repo": "https://github.com/melwyn95/melwyn95.github.io",
+ "owner": {
+ "username": "melwyn95",
+ "email": "melwyn95@gmail.com"
+ },
+ "record": {
+ "CNAME": "melwyn95.github.io"
+ }
}
diff --git a/domains/mendy.json b/domains/mendy.json
index 9790cba87..422f51eb7 100644
--- a/domains/mendy.json
+++ b/domains/mendy.json
@@ -1,11 +1,9 @@
-
{
- "owner": {
- "username": "emkay5771",
- "email": "emkay5771@outlook.com"
- },
- "record": {
- "URL": "https://multidest.onrender.com"
- }
+ "owner": {
+ "username": "emkay5771",
+ "email": "emkay5771@outlook.com"
+ },
+ "record": {
+ "URL": "https://multidest.onrender.com"
+ }
}
-
diff --git a/domains/mert.json b/domains/mert.json
index cb3a63d6e..8541c92eb 100644
--- a/domains/mert.json
+++ b/domains/mert.json
@@ -1,11 +1,11 @@
{
- "description": "Mert's personal developer website",
- "repo": "https://github.com/mertcelik2196",
- "owner": {
- "username": "mertcelik2196",
- "email": "mertcelik2196@gmail.com"
- },
- "record": {
- "URL": "https://mert.vercel.app"
- }
+ "description": "Mert's personal developer website",
+ "repo": "https://github.com/mertcelik2196",
+ "owner": {
+ "username": "mertcelik2196",
+ "email": "mertcelik2196@gmail.com"
+ },
+ "record": {
+ "URL": "https://mert.vercel.app"
+ }
}
diff --git a/domains/mh4d.json b/domains/mh4d.json
index cf680af39..b39a07d6b 100644
--- a/domains/mh4d.json
+++ b/domains/mh4d.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "mh4d",
- "email": "muhamednaous@gmail.com"
- },
- "description": "I'll probably put some project pages on mh4d.is-a.dev.",
- "record": {
- "CNAME": "940f2633-fe4f-4fd8-89e5-4fbfaa73e8a7.id.repl.co"
- }
+ "owner": {
+ "username": "mh4d",
+ "email": "muhamednaous@gmail.com"
+ },
+ "description": "I'll probably put some project pages on mh4d.is-a.dev.",
+ "record": {
+ "CNAME": "940f2633-fe4f-4fd8-89e5-4fbfaa73e8a7.id.repl.co"
+ }
}
diff --git a/domains/micah.json b/domains/micah.json
index 9efad83fc..594d6f049 100644
--- a/domains/micah.json
+++ b/domains/micah.json
@@ -1,11 +1,11 @@
{
- "description": "Micah Lindley is a web developer.",
- "repo": "https://github.com/micahlt",
- "owner": {
- "username": "micahlt",
- "email": "hi@micahlindley.com"
- },
- "record": {
- "URL": "https://micahlindley.com"
- }
+ "description": "Micah Lindley is a web developer.",
+ "repo": "https://github.com/micahlt",
+ "owner": {
+ "username": "micahlt",
+ "email": "hi@micahlindley.com"
+ },
+ "record": {
+ "URL": "https://micahlindley.com"
+ }
}
diff --git a/domains/michael.json b/domains/michael.json
index 5b07e4bf6..f21c733b0 100644
--- a/domains/michael.json
+++ b/domains/michael.json
@@ -1,11 +1,11 @@
{
- "description": "Michael's portfolio website and blog",
- "repo": "https://github.com/michaelmano/michaelmano.github.io",
- "owner": {
- "username": "michaelmano",
- "email": "michael.mano26@gmail.com"
- },
- "record": {
- "CNAME": "michaelmano.github.io"
- }
+ "description": "Michael's portfolio website and blog",
+ "repo": "https://github.com/michaelmano/michaelmano.github.io",
+ "owner": {
+ "username": "michaelmano",
+ "email": "michael.mano26@gmail.com"
+ },
+ "record": {
+ "CNAME": "michaelmano.github.io"
+ }
}
diff --git a/domains/michaelbelete.json b/domains/michaelbelete.json
index bded36e23..2ae7099d6 100644
--- a/domains/michaelbelete.json
+++ b/domains/michaelbelete.json
@@ -1,11 +1,11 @@
{
- "description": "michael belete portfolio website",
- "repo": "https://github.com/michaelbelete",
- "owner": {
- "username": "michaelbelete",
- "email": "it.michael.belete@gmail.com"
- },
- "record": {
- "URL": "https://michaelb.iceiy.com"
- }
+ "description": "michael belete portfolio website",
+ "repo": "https://github.com/michaelbelete",
+ "owner": {
+ "username": "michaelbelete",
+ "email": "it.michael.belete@gmail.com"
+ },
+ "record": {
+ "URL": "https://michaelb.iceiy.com"
+ }
}
diff --git a/domains/michioxd.json b/domains/michioxd.json
index b32747af7..6dbe644a6 100644
--- a/domains/michioxd.json
+++ b/domains/michioxd.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "michioxd",
"email": "michio.haiyaku@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "michioxd.github.io"
- }
}
-
+}
diff --git a/domains/micorksen.json b/domains/micorksen.json
index 958f6d2db..531f78685 100644
--- a/domains/micorksen.json
+++ b/domains/micorksen.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "Micorksen",
- "email": "hello@micorksen.eu",
- "twitter": "Micorksen",
- "discord": "Micorksen#2022"
- },
- "record": {
- "URL": "https://micorksen.eu"
- }
+ "owner": {
+ "username": "Micorksen",
+ "email": "hello@micorksen.eu",
+ "twitter": "Micorksen",
+ "discord": "Micorksen#2022"
+ },
+ "record": {
+ "URL": "https://micorksen.eu"
+ }
}
diff --git a/domains/midlaj.json b/domains/midlaj.json
index 04e863ac5..231ac0f96 100644
--- a/domains/midlaj.json
+++ b/domains/midlaj.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "whoismidlaj",
"email": "midlaj@tuta.io"
- },
- "record": {
+ },
+ "record": {
"CNAME": "whoismidlaj.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/migoreng.json b/domains/migoreng.json
index 5adebf5de..cbde9b920 100644
--- a/domains/migoreng.json
+++ b/domains/migoreng.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "kelabang",
- "email": "",
- "discord": "migoreng#1665"
- },
- "record": {
- "A": ["162.159.153.4"]
- }
+ "owner": {
+ "username": "kelabang",
+ "email": "",
+ "discord": "migoreng#1665"
+ },
+ "record": {
+ "A": ["162.159.153.4"]
+ }
}
diff --git a/domains/miguel.json b/domains/miguel.json
index bf19dfe0d..9e9a96f14 100644
--- a/domains/miguel.json
+++ b/domains/miguel.json
@@ -1,11 +1,11 @@
{
- "description": "Miguel Piedrafita's website",
- "repo": "https://github.com/m1guelpf",
- "owner": {
- "username": "m1guelpf",
- "email": "soy@miguelpiedrafita.com"
- },
- "record": {
- "URL": "https://miguelpiedrafita.com"
- }
+ "description": "Miguel Piedrafita's website",
+ "repo": "https://github.com/m1guelpf",
+ "owner": {
+ "username": "m1guelpf",
+ "email": "soy@miguelpiedrafita.com"
+ },
+ "record": {
+ "URL": "https://miguelpiedrafita.com"
+ }
}
diff --git a/domains/mihai.json b/domains/mihai.json
index 0aac6f95d..1ecd45de5 100644
--- a/domains/mihai.json
+++ b/domains/mihai.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/8xu/web",
- "owner": {
- "username": "8xu",
- "email": "mihai@8xu.tech",
- "twitter": "reallymihai"
- },
- "record": {
- "CNAME": "8xu.github.io"
- }
-}
\ No newline at end of file
+ "repo": "https://github.com/8xu/web",
+ "owner": {
+ "username": "8xu",
+ "email": "mihai@8xu.tech",
+ "twitter": "reallymihai"
+ },
+ "record": {
+ "CNAME": "8xu.github.io"
+ }
+}
diff --git a/domains/mihir-patel-agc.json b/domains/mihir-patel-agc.json
index 3018ac195..85de429a9 100644
--- a/domains/mihir-patel-agc.json
+++ b/domains/mihir-patel-agc.json
@@ -1,12 +1,11 @@
{
- "description": "Mihir Patel Portfolio.",
- "repo": "https://github.com/mihir-patel-agc/mihir-patel-agc.github.io",
- "owner": {
- "username": "mihir-patel-agc",
- "email": ""
- },
- "record": {
- "CNAME": "mihir-patel-agc.github.io"
- }
+ "description": "Mihir Patel Portfolio.",
+ "repo": "https://github.com/mihir-patel-agc/mihir-patel-agc.github.io",
+ "owner": {
+ "username": "mihir-patel-agc",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "mihir-patel-agc.github.io"
+ }
}
-
diff --git a/domains/mijhelt.json b/domains/mijhelt.json
index 2366f230c..2ac83d3f3 100644
--- a/domains/mijhelt.json
+++ b/domains/mijhelt.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "ejrv",
- "email": "ondanwe@gmail.com"
- },
- "description": "Aero Glass+",
- "record": {
- "CNAME": "mijhelt.github.io"
- }
+ "owner": {
+ "username": "ejrv",
+ "email": "ondanwe@gmail.com"
+ },
+ "description": "Aero Glass+",
+ "record": {
+ "CNAME": "mijhelt.github.io"
+ }
}
diff --git a/domains/mike.json b/domains/mike.json
index 41b595b2f..adf1f3901 100644
--- a/domains/mike.json
+++ b/domains/mike.json
@@ -1,11 +1,11 @@
{
- "description": "Mike's portfolio website and blog",
- "repo": "https://github.com/mdrobbins",
- "owner": {
- "username": "mdrobbins",
- "email": "mikedrobbins@gmail.com"
- },
- "record": {
- "URL": "https://mikerobbins.me"
- }
+ "description": "Mike's portfolio website and blog",
+ "repo": "https://github.com/mdrobbins",
+ "owner": {
+ "username": "mdrobbins",
+ "email": "mikedrobbins@gmail.com"
+ },
+ "record": {
+ "URL": "https://mikerobbins.me"
+ }
}
diff --git a/domains/mikey.json b/domains/mikey.json
index 37e048b27..7ad0a0a21 100644
--- a/domains/mikey.json
+++ b/domains/mikey.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "isigebengu-mikey.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "isigebengu-mikey.github.io"
+ }
}
diff --git a/domains/mikko.json b/domains/mikko.json
index 64a7c0e2f..01f20b660 100644
--- a/domains/mikko.json
+++ b/domains/mikko.json
@@ -1,12 +1,12 @@
{
- "description": "Mikko's Developer Page",
- "repo": "https://github.com/mikkortx/cv",
- "owner": {
- "username": "mikkortx",
- "email": "mikkoahh@gmail.com",
- "twitter": "mikkortx"
- },
- "record": {
- "CNAME": "mikkortx.github.io"
- }
+ "description": "Mikko's Developer Page",
+ "repo": "https://github.com/mikkortx/cv",
+ "owner": {
+ "username": "mikkortx",
+ "email": "mikkoahh@gmail.com",
+ "twitter": "mikkortx"
+ },
+ "record": {
+ "CNAME": "mikkortx.github.io"
+ }
}
diff --git a/domains/mikronet.json b/domains/mikronet.json
index 072fd4fad..0930a972b 100644
--- a/domains/mikronet.json
+++ b/domains/mikronet.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "mikrodinet",
"email": "mikrodinet@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "mikrodinet.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/milan.json b/domains/milan.json
index 64e66ba98..a313febee 100644
--- a/domains/milan.json
+++ b/domains/milan.json
@@ -1,12 +1,12 @@
{
- "description": "Milan's personal website and blog",
- "repo": "https://github.com/MilanAryal/milanaryal.github.io",
- "owner": {
- "username": "MilanAryal",
- "email": "",
- "twitter": "MilanAryal"
- },
- "record": {
- "URL": "https://milanaryal.com.np"
- }
+ "description": "Milan's personal website and blog",
+ "repo": "https://github.com/MilanAryal/milanaryal.github.io",
+ "owner": {
+ "username": "MilanAryal",
+ "email": "",
+ "twitter": "MilanAryal"
+ },
+ "record": {
+ "URL": "https://milanaryal.com.np"
+ }
}
diff --git a/domains/milan090.json b/domains/milan090.json
index a28586688..0706274d6 100644
--- a/domains/milan090.json
+++ b/domains/milan090.json
@@ -1,11 +1,11 @@
{
- "description": "I'm a student, but who are you 🔫",
- "repo": "https://github.com/milan090",
- "owner": {
- "username": "milan090",
- "email": "milanmuhammed1@gmail.com"
- },
- "record": {
- "URL": "https://milan090.me"
- }
+ "description": "I'm a student, but who are you 🔫",
+ "repo": "https://github.com/milan090",
+ "owner": {
+ "username": "milan090",
+ "email": "milanmuhammed1@gmail.com"
+ },
+ "record": {
+ "URL": "https://milan090.me"
+ }
}
diff --git a/domains/milcon.json b/domains/milcon.json
index 7b490b504..d93e27696 100644
--- a/domains/milcon.json
+++ b/domains/milcon.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "emmu123",
- "email": "aneenababu71901@gmail.com"
- },
- "record": {
- "CNAME": "20e57f92-f4dd-4c0e-8aa7-0a7189f44f44.id.repl.co"
- }
+ "owner": {
+ "username": "emmu123",
+ "email": "aneenababu71901@gmail.com"
+ },
+ "record": {
+ "CNAME": "20e57f92-f4dd-4c0e-8aa7-0a7189f44f44.id.repl.co"
+ }
}
diff --git a/domains/milocat.json b/domains/milocat.json
index daf08edd0..d6084b3a7 100644
--- a/domains/milocat.json
+++ b/domains/milocat.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "BigKitten",
- "email": "",
- "discord": "MiloCat#8198"
- },
- "record": {
- "CNAME": "MiloCat.repl.co"
- }
+ "owner": {
+ "username": "BigKitten",
+ "email": "",
+ "discord": "MiloCat#8198"
+ },
+ "record": {
+ "CNAME": "MiloCat.repl.co"
+ }
}
diff --git a/domains/mimic.json b/domains/mimic.json
index 59a6e7c93..0c15b8a51 100644
--- a/domains/mimic.json
+++ b/domains/mimic.json
@@ -1,11 +1,11 @@
{
- "description": "Mimic Services",
- "repo": "https://github.com/mimicdotga",
- "owner": {
- "username": "mimicdotga",
- "email": "hello@mimic.ga"
- },
- "record": {
- "CNAME": "mimicdotga.duckdns.org"
- }
+ "description": "Mimic Services",
+ "repo": "https://github.com/mimicdotga",
+ "owner": {
+ "username": "mimicdotga",
+ "email": "hello@mimic.ga"
+ },
+ "record": {
+ "CNAME": "mimicdotga.duckdns.org"
+ }
}
diff --git a/domains/mineek.json b/domains/mineek.json
index 3cb4c189b..0bb03ade5 100644
--- a/domains/mineek.json
+++ b/domains/mineek.json
@@ -1,12 +1,12 @@
-{
- "description": "My personal website",
- "repo": "https://github.com/mineek/mineek.github.io",
- "owner": {
- "username": "mineek",
- "email": "",
- "discord": "Mineek#6323"
- },
- "record": {
- "CNAME": "mineek.github.io"
- }
-}
\ No newline at end of file
+{
+ "description": "My personal website",
+ "repo": "https://github.com/mineek/mineek.github.io",
+ "owner": {
+ "username": "mineek",
+ "email": "",
+ "discord": "Mineek#6323"
+ },
+ "record": {
+ "CNAME": "mineek.github.io"
+ }
+}
diff --git a/domains/minhh2792.json b/domains/minhh2792.json
index b53924d88..aedba0f0e 100644
--- a/domains/minhh2792.json
+++ b/domains/minhh2792.json
@@ -2,11 +2,11 @@
"description": "minhh2792's personal website",
"repo": "https://github.com/minhh2792/minhh2792.github.io",
"owner": {
- "username": "minhh2792",
- "email": "minhh2792.work@gmail.com",
- "twitter": "minhh2792"
+ "username": "minhh2792",
+ "email": "minhh2792.work@gmail.com",
+ "twitter": "minhh2792"
},
"record": {
- "CNAME": "minhh2792.github.io"
+ "CNAME": "minhh2792.github.io"
}
- }
\ No newline at end of file
+}
diff --git a/domains/minmit.json b/domains/minmit.json
index 20ac64b44..b09056efa 100644
--- a/domains/minmit.json
+++ b/domains/minmit.json
@@ -1,11 +1,11 @@
{
- "description": "My Personal Website",
- "repo": "https://github.com/MinMitCoder",
- "owner": {
- "username": "MinMitCoder",
- "email": "minmitgamer@gmail.com"
- },
- "record": {
- "CNAME": "minmit.pages.dev"
- }
+ "description": "My Personal Website",
+ "repo": "https://github.com/MinMitCoder",
+ "owner": {
+ "username": "MinMitCoder",
+ "email": "minmitgamer@gmail.com"
+ },
+ "record": {
+ "CNAME": "minmit.pages.dev"
+ }
}
diff --git a/domains/mioscape.json b/domains/mioscape.json
index 112839813..e61732c1b 100644
--- a/domains/mioscape.json
+++ b/domains/mioscape.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "mioscape.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "mioscape.github.io"
+ }
}
diff --git a/domains/miraclecherrypie.json b/domains/miraclecherrypie.json
index a1956938d..5c5167fe7 100644
--- a/domains/miraclecherrypie.json
+++ b/domains/miraclecherrypie.json
@@ -1,11 +1,11 @@
{
- "description": "My personal website goes here",
- "repo": "https://github.com/MiracleCherryPie/miraclecherrypie.github.io",
- "owner": {
- "username": "MiracleCherryPie",
- "email": "christianpandapotans@gmail.com"
- },
- "record": {
- "CNAME": "miraclecherrypie.up.railway.app"
- }
+ "description": "My personal website goes here",
+ "repo": "https://github.com/MiracleCherryPie/miraclecherrypie.github.io",
+ "owner": {
+ "username": "MiracleCherryPie",
+ "email": "christianpandapotans@gmail.com"
+ },
+ "record": {
+ "CNAME": "miraclecherrypie.up.railway.app"
+ }
}
diff --git a/domains/miro.json b/domains/miro.json
index 231b3639c..51c29d65e 100644
--- a/domains/miro.json
+++ b/domains/miro.json
@@ -1,11 +1,11 @@
{
- "description": "My other site :)",
- "repo": "https://replit.com/@RoBlockHead/mirois-adev",
- "owner": {
- "username": "RoBlockHead",
- "email": "tessa7551@gmail.com"
- },
- "record": {
- "CNAME": "c2b57eca-71a9-4f20-8877-c210f7e71f12.repl.co"
- }
+ "description": "My other site :)",
+ "repo": "https://replit.com/@RoBlockHead/mirois-adev",
+ "owner": {
+ "username": "RoBlockHead",
+ "email": "tessa7551@gmail.com"
+ },
+ "record": {
+ "CNAME": "c2b57eca-71a9-4f20-8877-c210f7e71f12.repl.co"
+ }
}
diff --git a/domains/mirror.json b/domains/mirror.json
index bf0222655..7de178ead 100644
--- a/domains/mirror.json
+++ b/domains/mirror.json
@@ -1,11 +1,11 @@
{
- "description": "A simple personal website",
- "repo": "https://github.com/justamirror",
- "owner": {
- "username": "justamirror",
- "email": "Eren0078@outlook.com"
- },
- "record": {
- "CNAME": "1eeecca8-a190-4548-9fc9-f936dcdda410.id.repl.co"
- }
+ "description": "A simple personal website",
+ "repo": "https://github.com/justamirror",
+ "owner": {
+ "username": "justamirror",
+ "email": "Eren0078@outlook.com"
+ },
+ "record": {
+ "CNAME": "1eeecca8-a190-4548-9fc9-f936dcdda410.id.repl.co"
+ }
}
diff --git a/domains/mitch.json b/domains/mitch.json
index 1a9f92ab6..e604dc861 100644
--- a/domains/mitch.json
+++ b/domains/mitch.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "liao02x",
"email": "liao02x@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "114032.xyz"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/miti99.json b/domains/miti99.json
index f9ec7caf9..3cb9a1c05 100644
--- a/domains/miti99.json
+++ b/domains/miti99.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "tiennm99",
"email": "tiennm99@outlook.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "miti99.eu.org"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/mj1532.json b/domains/mj1532.json
index 2cbeb6fa3..93b742253 100644
--- a/domains/mj1532.json
+++ b/domains/mj1532.json
@@ -1,11 +1,11 @@
{
- "description": "MJ1532 Just A Normal Developer",
- "repo": "https://github.com/MJ1532",
- "owner": {
- "username": "MJ1532",
- "email": "business@mj1532.cf"
- },
- "record": {
- "CNAME": "portfolio-4s4.pages.dev"
- }
+ "description": "MJ1532 Just A Normal Developer",
+ "repo": "https://github.com/MJ1532",
+ "owner": {
+ "username": "MJ1532",
+ "email": "business@mj1532.cf"
+ },
+ "record": {
+ "CNAME": "portfolio-4s4.pages.dev"
+ }
}
diff --git a/domains/mk.json b/domains/mk.json
index cc0b5df23..1fa9e2009 100644
--- a/domains/mk.json
+++ b/domains/mk.json
@@ -1,11 +1,11 @@
{
- "description": "mklabs' website",
- "repo": "https://github.com/mklabs/mklabs.github.com",
- "owner": {
- "username": "mklabs",
- "email": "daniel.mickael@gmail.com"
- },
- "record": {
- "CNAME": "mklabs.github.io"
- }
+ "description": "mklabs' website",
+ "repo": "https://github.com/mklabs/mklabs.github.com",
+ "owner": {
+ "username": "mklabs",
+ "email": "daniel.mickael@gmail.com"
+ },
+ "record": {
+ "CNAME": "mklabs.github.io"
+ }
}
diff --git a/domains/mkk.json b/domains/mkk.json
index c85123d13..00da4f801 100644
--- a/domains/mkk.json
+++ b/domains/mkk.json
@@ -1,11 +1,11 @@
-{
- "description": "portfolio | Urinx",
- "repo": "https://github.com/urinx/urinx.github.io",
- "owner": {
- "username": "maokangkun",
- "email": "uri.lqy@gmail.com"
- },
- "record": {
- "CNAME": "urinx.github.io"
- }
-}
+{
+ "description": "portfolio | Urinx",
+ "repo": "https://github.com/urinx/urinx.github.io",
+ "owner": {
+ "username": "maokangkun",
+ "email": "uri.lqy@gmail.com"
+ },
+ "record": {
+ "CNAME": "urinx.github.io"
+ }
+}
diff --git a/domains/mnsrulz.json b/domains/mnsrulz.json
index f2907c144..91fb42f88 100644
--- a/domains/mnsrulz.json
+++ b/domains/mnsrulz.json
@@ -1,11 +1,11 @@
{
- "description": "mnsrulz web",
- "repo": "https://github.com/mnsrulz/mnsrulz.github.io",
- "owner": {
- "username": "mnsrulz",
- "email": "mnsrulz@gmail.com"
- },
- "record": {
- "CNAME": "mnsrulz.github.io"
- }
+ "description": "mnsrulz web",
+ "repo": "https://github.com/mnsrulz/mnsrulz.github.io",
+ "owner": {
+ "username": "mnsrulz",
+ "email": "mnsrulz@gmail.com"
+ },
+ "record": {
+ "CNAME": "mnsrulz.github.io"
+ }
}
diff --git a/domains/moe.json b/domains/moe.json
index fa3ad7575..aeb62b6da 100644
--- a/domains/moe.json
+++ b/domains/moe.json
@@ -2,10 +2,10 @@
"description": "Moe's Portfolio site",
"repo": "https://github.com/abused/abused.github.io",
"owner": {
- "username": "abused",
- "email": "techperson71@gmail.com"
+ "username": "abused",
+ "email": "techperson71@gmail.com"
},
"record": {
"URL": "https://moealothman.com"
}
- }
\ No newline at end of file
+}
diff --git a/domains/mofuru.json b/domains/mofuru.json
index f6e3346f2..0b7398ba9 100644
--- a/domains/mofuru.json
+++ b/domains/mofuru.json
@@ -1,12 +1,12 @@
{
- "owner": {
- "username": "dskprt",
- "email": "",
- "reddit": "dskprt"
- },
- "record": {
- "A": ["136.243.156.120"],
- "MX": ["mail.ct8.pl"],
- "TXT": "v=spf1 mx a include:spf.ct8.pl -all"
- }
+ "owner": {
+ "username": "dskprt",
+ "email": "",
+ "reddit": "dskprt"
+ },
+ "record": {
+ "A": ["136.243.156.120"],
+ "MX": ["mail.ct8.pl"],
+ "TXT": "v=spf1 mx a include:spf.ct8.pl -all"
+ }
}
diff --git a/domains/moh.json b/domains/moh.json
index 63a0df104..921b9d5f9 100644
--- a/domains/moh.json
+++ b/domains/moh.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "personal-website-cyj.pages.dev"
}
-}
+}
diff --git a/domains/moha.json b/domains/moha.json
index 7de1fae9a..514117452 100644
--- a/domains/moha.json
+++ b/domains/moha.json
@@ -1,12 +1,12 @@
{
- "description": "Mohaned's personal website",
- "repo": "https://github.com/mohanedashraf/mohanedashraf.github.io",
- "owner": {
- "username": "mohanedashraf",
- "email": "",
- "twitter": "mohanedzz"
- },
- "record": {
- "CNAME": "mohanedashraf.github.io"
- }
+ "description": "Mohaned's personal website",
+ "repo": "https://github.com/mohanedashraf/mohanedashraf.github.io",
+ "owner": {
+ "username": "mohanedashraf",
+ "email": "",
+ "twitter": "mohanedzz"
+ },
+ "record": {
+ "CNAME": "mohanedashraf.github.io"
+ }
}
diff --git a/domains/mohannadk28.json b/domains/mohannadk28.json
index 6332056ef..654830805 100644
--- a/domains/mohannadk28.json
+++ b/domains/mohannadk28.json
@@ -1,11 +1,11 @@
{
- "description": "Mohannadk28's Temporary Page",
- "repo": "https://github.com/Mohannadk28/Mohannadk28.github.io",
- "owner": {
- "username": "Mohannadk28",
- "email": "mohannadk28@protonmail.com"
- },
- "record": {
- "CNAME": "mohannadk28.github.io"
- }
-}
\ No newline at end of file
+ "description": "Mohannadk28's Temporary Page",
+ "repo": "https://github.com/Mohannadk28/Mohannadk28.github.io",
+ "owner": {
+ "username": "Mohannadk28",
+ "email": "mohannadk28@protonmail.com"
+ },
+ "record": {
+ "CNAME": "mohannadk28.github.io"
+ }
+}
diff --git a/domains/molai.json b/domains/molai.json
index a7a615f45..e6a825bab 100644
--- a/domains/molai.json
+++ b/domains/molai.json
@@ -1,12 +1,12 @@
{
- "description": "MTGSquad's Website, A Place Where He Jots Down Dumb Stuff",
- "repo": "https://github.com/mtgsquad",
- "owner": {
- "username": "mtgsquad",
- "email": "mahir@molai.dev",
- "twitter": "DevMolai"
- },
- "record": {
- "URL": "https://molai.dev"
- }
+ "description": "MTGSquad's Website, A Place Where He Jots Down Dumb Stuff",
+ "repo": "https://github.com/mtgsquad",
+ "owner": {
+ "username": "mtgsquad",
+ "email": "mahir@molai.dev",
+ "twitter": "DevMolai"
+ },
+ "record": {
+ "URL": "https://molai.dev"
+ }
}
diff --git a/domains/moni.json b/domains/moni.json
index 5849fa346..f551eb712 100644
--- a/domains/moni.json
+++ b/domains/moni.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "monitrr.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "monitrr.github.io"
+ }
}
diff --git a/domains/moon.json b/domains/moon.json
index c94462a9d..3b88b97d0 100644
--- a/domains/moon.json
+++ b/domains/moon.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "cx622.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "cx622.github.io"
+ }
}
diff --git a/domains/moonboy.json b/domains/moonboy.json
index 92463b6bb..d421d1257 100644
--- a/domains/moonboy.json
+++ b/domains/moonboy.json
@@ -1,10 +1,10 @@
{
- "description": "My cdn",
- "owner": {
- "username": "A-cute-blob",
- "email": "sambitkayal255@gmail.com"
- },
- "record": {
- "CNAME": "5dd47b4e-07c1-43a2-bf6e-05953b263786.repl.co"
- }
+ "description": "My cdn",
+ "owner": {
+ "username": "A-cute-blob",
+ "email": "sambitkayal255@gmail.com"
+ },
+ "record": {
+ "CNAME": "5dd47b4e-07c1-43a2-bf6e-05953b263786.repl.co"
+ }
}
diff --git a/domains/mopamo.json b/domains/mopamo.json
index 30bf95dbd..0d5605e69 100644
--- a/domains/mopamo.json
+++ b/domains/mopamo.json
@@ -1,12 +1,12 @@
{
- "description": "MoPaMo's GitHub page",
- "repo": "https://github.com/MoPaMo/mopamo.github.io",
- "owner": {
- "username": "MoPaMo",
- "email": "mopamo@protonmail.com",
- "twitter": "MoPaMo_"
- },
- "record": {
- "CNAME": "mopamo.github.io"
- }
+ "description": "MoPaMo's GitHub page",
+ "repo": "https://github.com/MoPaMo/mopamo.github.io",
+ "owner": {
+ "username": "MoPaMo",
+ "email": "mopamo@protonmail.com",
+ "twitter": "MoPaMo_"
+ },
+ "record": {
+ "CNAME": "mopamo.github.io"
+ }
}
diff --git a/domains/moritz.json b/domains/moritz.json
index 0f84d37c5..7a40944bc 100644
--- a/domains/moritz.json
+++ b/domains/moritz.json
@@ -1,11 +1,11 @@
{
- "description": "Website of Moritz Friedrich.",
- "repo": "https://github.com/Radiergummi/Radiergummi",
- "owner": {
- "username": "Radiergummi",
- "email": "m@9dev.de"
- },
- "record": {
- "URL": "https://www.moritzfriedrich.com"
- }
+ "description": "Website of Moritz Friedrich.",
+ "repo": "https://github.com/Radiergummi/Radiergummi",
+ "owner": {
+ "username": "Radiergummi",
+ "email": "m@9dev.de"
+ },
+ "record": {
+ "URL": "https://www.moritzfriedrich.com"
+ }
}
diff --git a/domains/morning3tar.json b/domains/morning3tar.json
index ca5e16d67..b5938d17e 100644
--- a/domains/morning3tar.json
+++ b/domains/morning3tar.json
@@ -1,11 +1,11 @@
{
- "description": "Morning3tar Personal Website",
- "owner": {
- "username": "morning3tar",
- "email": "",
- "discord": "Morning3tar#7388"
- },
- "record": {
- "CNAME": "glitch.edgeapp.net"
- }
+ "description": "Morning3tar Personal Website",
+ "owner": {
+ "username": "morning3tar",
+ "email": "",
+ "discord": "Morning3tar#7388"
+ },
+ "record": {
+ "CNAME": "glitch.edgeapp.net"
+ }
}
diff --git a/domains/mostafaefafi.json b/domains/mostafaefafi.json
index 16e2c91bb..2a621c322 100644
--- a/domains/mostafaefafi.json
+++ b/domains/mostafaefafi.json
@@ -1,11 +1,11 @@
{
- "description": "Mostafa Efafi's is-a-dev domain",
- "repo": "https://github.com/mostafa-efafi/intro",
- "owner": {
- "username": "mostafa-efafi",
- "email": "mostafa.ef@gmail.com"
- },
- "record": {
- "CNAME": "mostafa-efafi.github.io"
- }
+ "description": "Mostafa Efafi's is-a-dev domain",
+ "repo": "https://github.com/mostafa-efafi/intro",
+ "owner": {
+ "username": "mostafa-efafi",
+ "email": "mostafa.ef@gmail.com"
+ },
+ "record": {
+ "CNAME": "mostafa-efafi.github.io"
+ }
}
diff --git a/domains/motion42.json b/domains/motion42.json
index d3ab30ed4..67a1410f6 100644
--- a/domains/motion42.json
+++ b/domains/motion42.json
@@ -1,11 +1,11 @@
{
- "description": "Motions's personal developer website",
- "repo": "https://github.com/DevJustForever",
- "owner": {
- "username": "DevJustForever",
- "email": "mertcelik0541@gmail.com"
- },
- "record": {
- "URL": "https://motion42.ml"
- }
+ "description": "Motions's personal developer website",
+ "repo": "https://github.com/DevJustForever",
+ "owner": {
+ "username": "DevJustForever",
+ "email": "mertcelik0541@gmail.com"
+ },
+ "record": {
+ "URL": "https://motion42.ml"
+ }
}
diff --git a/domains/mpm.json b/domains/mpm.json
index 92cfb78cf..701335d47 100644
--- a/domains/mpm.json
+++ b/domains/mpm.json
@@ -1,11 +1,11 @@
{
- "description": "MoPaMo's personal webpage",
- "repo": "https://github.com/MoPaMo/MoPaMo.github.io",
- "owner": {
- "username": "MoPaMo",
- "email": "spam.mpm1301@web.de"
- },
- "record": {
- "CNAME": "home.mopamo.repl.co"
- }
+ "description": "MoPaMo's personal webpage",
+ "repo": "https://github.com/MoPaMo/MoPaMo.github.io",
+ "owner": {
+ "username": "MoPaMo",
+ "email": "spam.mpm1301@web.de"
+ },
+ "record": {
+ "CNAME": "home.mopamo.repl.co"
+ }
}
diff --git a/domains/mpult.json b/domains/mpult.json
index eedabf87c..5e481e58d 100644
--- a/domains/mpult.json
+++ b/domains/mpult.json
@@ -1,11 +1,11 @@
{
- "description": "MPults's website",
- "repo": "https://github.com/MPult/MPult.github.io",
- "owner": {
- "username": "MPult",
- "email": "MPult@protonmail.com"
- },
- "record": {
- "CNAME": "MPult.github.io"
- }
+ "description": "MPults's website",
+ "repo": "https://github.com/MPult/MPult.github.io",
+ "owner": {
+ "username": "MPult",
+ "email": "MPult@protonmail.com"
+ },
+ "record": {
+ "CNAME": "MPult.github.io"
+ }
}
diff --git a/domains/mpy.json b/domains/mpy.json
index b51be78f2..0a4d98056 100644
--- a/domains/mpy.json
+++ b/domains/mpy.json
@@ -1,11 +1,11 @@
{
- "description": "Mike Perry Y Attara's personal website",
- "repo": "https://github.com/mikeattara",
- "owner": {
- "username": "mikeattara",
- "email": "mpyebattara@gmail.com"
- },
- "record": {
- "CNAME": "mikeattara.github.io"
- }
+ "description": "Mike Perry Y Attara's personal website",
+ "repo": "https://github.com/mikeattara",
+ "owner": {
+ "username": "mikeattara",
+ "email": "mpyebattara@gmail.com"
+ },
+ "record": {
+ "CNAME": "mikeattara.github.io"
+ }
}
diff --git a/domains/mqry.json b/domains/mqry.json
index b8a17cb08..cd5d4a84d 100644
--- a/domains/mqry.json
+++ b/domains/mqry.json
@@ -9,6 +9,4 @@
"record": {
"CNAME": "mqry.github.io"
}
-}
-
-
+}
diff --git a/domains/mrasif.json b/domains/mrasif.json
index a94695c24..b797cb61e 100644
--- a/domains/mrasif.json
+++ b/domains/mrasif.json
@@ -1,10 +1,10 @@
{
- "description": "Personal Website",
- "owner": {
- "username": "mrasif",
- "email": "admin@mrasif.in"
- },
- "record": {
- "CNAME": "mrasif.github.io"
- }
+ "description": "Personal Website",
+ "owner": {
+ "username": "mrasif",
+ "email": "admin@mrasif.in"
+ },
+ "record": {
+ "CNAME": "mrasif.github.io"
+ }
}
diff --git a/domains/mrcl.json b/domains/mrcl.json
index 57052a821..9daa382d9 100644
--- a/domains/mrcl.json
+++ b/domains/mrcl.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "6lb",
- "email": "6lb@github.io"
- },
- "record": {
- "CNAME": "6lb.github.io"
- }
+ "owner": {
+ "username": "6lb",
+ "email": "6lb@github.io"
+ },
+ "record": {
+ "CNAME": "6lb.github.io"
+ }
}
diff --git a/domains/mrcorpz.json b/domains/mrcorpz.json
index 18696553f..c24ff0192 100644
--- a/domains/mrcorpz.json
+++ b/domains/mrcorpz.json
@@ -1,12 +1,12 @@
{
- "description": "Mrcorpz's Website",
- "repo": "https://github.com/mrcorpz/mrcorpz.github.io",
- "owner": {
- "username": "mrcorpz",
- "email": "mrcorpzpro@gmail.com",
- "twitter": "mrcorpz"
- },
- "record": {
- "CNAME": "mrcorpz.github.io"
- }
+ "description": "Mrcorpz's Website",
+ "repo": "https://github.com/mrcorpz/mrcorpz.github.io",
+ "owner": {
+ "username": "mrcorpz",
+ "email": "mrcorpzpro@gmail.com",
+ "twitter": "mrcorpz"
+ },
+ "record": {
+ "CNAME": "mrcorpz.github.io"
+ }
}
diff --git a/domains/mrcrbrth.json b/domains/mrcrbrth.json
index 63aa91482..be22d1993 100644
--- a/domains/mrcrbrth.json
+++ b/domains/mrcrbrth.json
@@ -1,12 +1,9 @@
-
{
- "owner": {
- "username": "devsdocs",
- "email": "id45.go@gmail.com"
- },
- "record": {
- "A": ["141.144.205.66"]
- }
+ "owner": {
+ "username": "devsdocs",
+ "email": "id45.go@gmail.com"
+ },
+ "record": {
+ "A": ["141.144.205.66"]
+ }
}
-
-
diff --git a/domains/mricecream.json b/domains/mricecream.json
index 978eb63ad..3fc52d492 100644
--- a/domains/mricecream.json
+++ b/domains/mricecream.json
@@ -1,12 +1,12 @@
{
- "description": "Mr. Icecream's Website",
- "repo": "https://github.com/mr1cecream/mr1cecream.github.io",
- "owner": {
- "username": "mr1cecream",
- "email": "guy@ochakov.com",
- "twitter": "Mr__Icecream"
- },
- "record": {
- "CNAME": "mr1cecream.github.io"
- }
+ "description": "Mr. Icecream's Website",
+ "repo": "https://github.com/mr1cecream/mr1cecream.github.io",
+ "owner": {
+ "username": "mr1cecream",
+ "email": "guy@ochakov.com",
+ "twitter": "Mr__Icecream"
+ },
+ "record": {
+ "CNAME": "mr1cecream.github.io"
+ }
}
diff --git a/domains/mrinjamul.json b/domains/mrinjamul.json
index d9dc32e12..7a935a65b 100644
--- a/domains/mrinjamul.json
+++ b/domains/mrinjamul.json
@@ -1,10 +1,10 @@
{
- "description": "Personal Website",
- "owner": {
- "username": "mrinjamul",
- "email": "injamulmohammadmollah@gmail.com"
- },
- "record": {
- "CNAME": "mrinjamul.github.io"
- }
+ "description": "Personal Website",
+ "owner": {
+ "username": "mrinjamul",
+ "email": "injamulmohammadmollah@gmail.com"
+ },
+ "record": {
+ "CNAME": "mrinjamul.github.io"
+ }
}
diff --git a/domains/mrinmoy.json b/domains/mrinmoy.json
index 6b1c84fb5..4efe17db5 100644
--- a/domains/mrinmoy.json
+++ b/domains/mrinmoy.json
@@ -1,16 +1,13 @@
-
- {
- "description": "Domain for my portofolio website",
- "owner": {
+{
+ "description": "Domain for my portofolio website",
+ "owner": {
"username": "MrinmoyHaloi",
"email": "",
"twitter": "_mrinmoy_haloi_",
"discord": "Mrinmoy#5878"
-
- },
+ },
- "record": {
+ "record": {
"CNAME": "mrinmoyhaloi.github.io"
}
- }
-
+}
diff --git a/domains/mrj.json b/domains/mrj.json
index 2bcdab054..3fe59de83 100644
--- a/domains/mrj.json
+++ b/domains/mrj.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "MRJ Badshah",
- "email": "illegalhacker2.0@gmail.com"
- },
- "record": {
- "CNAME": "glitch.edgeapp.net"
- }
+ "owner": {
+ "username": "MRJ Badshah",
+ "email": "illegalhacker2.0@gmail.com"
+ },
+ "record": {
+ "CNAME": "glitch.edgeapp.net"
+ }
}
diff --git a/domains/mrkos.json b/domains/mrkos.json
index 201ee6611..789ccd231 100644
--- a/domains/mrkos.json
+++ b/domains/mrkos.json
@@ -1,11 +1,11 @@
{
- "description": "Personal Page",
- "repo": "https://github.com/mrkOS1210/mrkos1210.github.io",
- "owner": {
- "username": "mrkOS1210",
- "email": "72011329+mrkOS1210@users.noreply.github.com"
- },
- "record": {
- "CNAME": "mrkOS1210.github.io"
- }
+ "description": "Personal Page",
+ "repo": "https://github.com/mrkOS1210/mrkos1210.github.io",
+ "owner": {
+ "username": "mrkOS1210",
+ "email": "72011329+mrkOS1210@users.noreply.github.com"
+ },
+ "record": {
+ "CNAME": "mrkOS1210.github.io"
+ }
}
diff --git a/domains/mrlol.json b/domains/mrlol.json
index bb4d1e405..11f868f51 100644
--- a/domains/mrlol.json
+++ b/domains/mrlol.json
@@ -1,12 +1,12 @@
{
- "description": "Hi, I'm MrlolDev, I'm a web developer with little experience but who never tires of learning.",
- "repo": "https://github.com/MrlolGFX/mrlol",
- "owner": {
- "username": "MrlolGFX",
- "email": "mrlol.yt.oficial@gmail.com",
- "twitter": "MrlolGFX"
- },
- "record": {
- "URL": "https://mrlol.loick.team"
- }
+ "description": "Hi, I'm MrlolDev, I'm a web developer with little experience but who never tires of learning.",
+ "repo": "https://github.com/MrlolGFX/mrlol",
+ "owner": {
+ "username": "MrlolGFX",
+ "email": "mrlol.yt.oficial@gmail.com",
+ "twitter": "MrlolGFX"
+ },
+ "record": {
+ "URL": "https://mrlol.loick.team"
+ }
}
diff --git a/domains/mrnover.json b/domains/mrnover.json
index 90ca40627..0873dc77f 100644
--- a/domains/mrnover.json
+++ b/domains/mrnover.json
@@ -1,12 +1,12 @@
{
- "description": "MrNover's Website",
- "repo": "https://github.com/MrNoverGitHub/mrnoverdevsite",
- "owner": {
- "username": "mrnovergithub",
- "email": "mrnover@mrnover.com",
- "twitter": "Mr_Nover"
- },
- "record": {
- "CNAME": "9800a36a-2d84-483e-a96f-72b8263cc24e.id.repl.co"
- }
+ "description": "MrNover's Website",
+ "repo": "https://github.com/MrNoverGitHub/mrnoverdevsite",
+ "owner": {
+ "username": "mrnovergithub",
+ "email": "mrnover@mrnover.com",
+ "twitter": "Mr_Nover"
+ },
+ "record": {
+ "CNAME": "9800a36a-2d84-483e-a96f-72b8263cc24e.id.repl.co"
+ }
}
diff --git a/domains/mrprime.json b/domains/mrprime.json
index b2da6fcb6..8462c7010 100644
--- a/domains/mrprime.json
+++ b/domains/mrprime.json
@@ -9,4 +9,4 @@
"record": {
"URL": "https://bio.link/mrprime"
}
-}
+}
diff --git a/domains/mrshoe.json b/domains/mrshoe.json
index 6562e9777..f7d3aa3ee 100644
--- a/domains/mrshoe.json
+++ b/domains/mrshoe.json
@@ -1,11 +1,11 @@
{
- "description": "MrShoe Development website",
- "repo": "https://github.com/MrShoe-Development/Website",
- "owner": {
- "username": "mrshoeshoe66",
- "email": "mrshoeshoe66@gmail.com"
- },
- "record": {
- "URL": "https://mrshoe.dev"
- }
+ "description": "MrShoe Development website",
+ "repo": "https://github.com/MrShoe-Development/Website",
+ "owner": {
+ "username": "mrshoeshoe66",
+ "email": "mrshoeshoe66@gmail.com"
+ },
+ "record": {
+ "URL": "https://mrshoe.dev"
+ }
}
diff --git a/domains/mrthundergod.json b/domains/mrthundergod.json
index 7cdc71b00..41cec5022 100644
--- a/domains/mrthundergod.json
+++ b/domains/mrthundergod.json
@@ -1,11 +1,11 @@
{
- "description": "The ThunderDome",
- "repo": "https://github.com/mrthundergod",
- "owner": {
- "username": "mrthundergod",
- "email": "mrthundergod@gmail.com"
- },
- "record": {
- "CNAME": "mrthundergod.github.io"
- }
+ "description": "The ThunderDome",
+ "repo": "https://github.com/mrthundergod",
+ "owner": {
+ "username": "mrthundergod",
+ "email": "mrthundergod@gmail.com"
+ },
+ "record": {
+ "CNAME": "mrthundergod.github.io"
+ }
}
diff --git a/domains/mrugeshtank.json b/domains/mrugeshtank.json
index 93c7fa64e..07f187036 100644
--- a/domains/mrugeshtank.json
+++ b/domains/mrugeshtank.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "mrugeshtank",
- "email": "mrugeshtank@gmail.com",
- "twitter": "mrugeshtank"
- },
- "record": {
- "URL": "https://mrugesh.tk"
- }
+ "owner": {
+ "username": "mrugeshtank",
+ "email": "mrugeshtank@gmail.com",
+ "twitter": "mrugeshtank"
+ },
+ "record": {
+ "URL": "https://mrugesh.tk"
+ }
}
diff --git a/domains/mryusuf.json b/domains/mryusuf.json
index 7a44577bf..cc3397c70 100644
--- a/domains/mryusuf.json
+++ b/domains/mryusuf.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "yufuss",
"email": "yusufgocer40@hotmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "glitch.edgeapp.net"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/msg.json b/domains/msg.json
index 604c21c2f..9dfbc02e9 100644
--- a/domains/msg.json
+++ b/domains/msg.json
@@ -1,11 +1,11 @@
{
- "description": "my npm package",
- "repo": "https://github.com/teamjoelee/me",
- "owner": {
- "username": "teamjoelee",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "7f4243c7-d171-416a-ad3d-19ba04fe36f5.id.repl.co"
- }
+ "description": "my npm package",
+ "repo": "https://github.com/teamjoelee/me",
+ "owner": {
+ "username": "teamjoelee",
+ "email": "tojoeleeofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "7f4243c7-d171-416a-ad3d-19ba04fe36f5.id.repl.co"
+ }
}
diff --git a/domains/mtestsite.json b/domains/mtestsite.json
index d1a1bf293..f5fd02654 100644
--- a/domains/mtestsite.json
+++ b/domains/mtestsite.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "mobin-mazahery-school",
"email": "mobin.mazahery85@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "m-proxy.cf"
- }
}
-
+}
diff --git a/domains/mtg.json b/domains/mtg.json
index a7a615f45..e6a825bab 100644
--- a/domains/mtg.json
+++ b/domains/mtg.json
@@ -1,12 +1,12 @@
{
- "description": "MTGSquad's Website, A Place Where He Jots Down Dumb Stuff",
- "repo": "https://github.com/mtgsquad",
- "owner": {
- "username": "mtgsquad",
- "email": "mahir@molai.dev",
- "twitter": "DevMolai"
- },
- "record": {
- "URL": "https://molai.dev"
- }
+ "description": "MTGSquad's Website, A Place Where He Jots Down Dumb Stuff",
+ "repo": "https://github.com/mtgsquad",
+ "owner": {
+ "username": "mtgsquad",
+ "email": "mahir@molai.dev",
+ "twitter": "DevMolai"
+ },
+ "record": {
+ "URL": "https://molai.dev"
+ }
}
diff --git a/domains/muchenski.json b/domains/muchenski.json
index d4be75aed..9906b40aa 100644
--- a/domains/muchenski.json
+++ b/domains/muchenski.json
@@ -1,11 +1,11 @@
{
- "description": "Muchenski's personal developer website",
- "repo": "https://github.com/Muchenski/muchenski.github.io",
- "owner": {
- "username": "Muchenski",
- "email": "muchenski.dev@gmail.com"
- },
- "record": {
- "CNAME": "muchenski.github.io"
- }
+ "description": "Muchenski's personal developer website",
+ "repo": "https://github.com/Muchenski/muchenski.github.io",
+ "owner": {
+ "username": "Muchenski",
+ "email": "muchenski.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "muchenski.github.io"
+ }
}
diff --git a/domains/muff.json b/domains/muff.json
index c48a6a3a6..8df5519e1 100644
--- a/domains/muff.json
+++ b/domains/muff.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "lifeless-muffin",
"email": "mansoorroeen71@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "lifeless-muffin.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/murodovazizmurod.json b/domains/murodovazizmurod.json
index 012116536..3d5d6064a 100644
--- a/domains/murodovazizmurod.json
+++ b/domains/murodovazizmurod.json
@@ -1,11 +1,11 @@
{
- "description": "Murodov Azizmurod's website",
- "repo": "https://github.com/murodovazizmurod/murodovazizmurod.github.io",
- "owner": {
- "username": "murodovazizmurod",
- "email": "murodovazizmurod@gmail.com"
- },
- "record": {
- "CNAME": "murodovazizmurod.github.io"
- }
+ "description": "Murodov Azizmurod's website",
+ "repo": "https://github.com/murodovazizmurod/murodovazizmurod.github.io",
+ "owner": {
+ "username": "murodovazizmurod",
+ "email": "murodovazizmurod@gmail.com"
+ },
+ "record": {
+ "CNAME": "murodovazizmurod.github.io"
+ }
}
diff --git a/domains/music-old.mxnticek.json b/domains/music-old.mxnticek.json
index 704c1d802..a8fe555e1 100644
--- a/domains/music-old.mxnticek.json
+++ b/domains/music-old.mxnticek.json
@@ -1,10 +1,10 @@
{
- "description": "Domain for my old music bot",
- "owner": {
- "username": "VlastikYoutubeKo",
- "email": "plainrock@seznam.cz"
- },
- "record": {
- "A": ["129.151.254.58"]
- }
+ "description": "Domain for my old music bot",
+ "owner": {
+ "username": "VlastikYoutubeKo",
+ "email": "plainrock@seznam.cz"
+ },
+ "record": {
+ "A": ["129.151.254.58"]
+ }
}
diff --git a/domains/music.json b/domains/music.json
index 2dcd3ba8d..b22fe46a4 100644
--- a/domains/music.json
+++ b/domains/music.json
@@ -1,11 +1,11 @@
{
- "description": "my personal website",
- "repo": "https://github.com/leecheeyong/me",
- "owner": {
- "username": "leecheeyong",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "088a7314-b3d4-4927-92ca-e669833b0aed.id.repl.co"
- }
+ "description": "my personal website",
+ "repo": "https://github.com/leecheeyong/me",
+ "owner": {
+ "username": "leecheeyong",
+ "email": "tojoeleeofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "088a7314-b3d4-4927-92ca-e669833b0aed.id.repl.co"
+ }
}
diff --git a/domains/music.mxnticek.json b/domains/music.mxnticek.json
index 14a39326a..ef1716109 100644
--- a/domains/music.mxnticek.json
+++ b/domains/music.mxnticek.json
@@ -1,10 +1,10 @@
{
- "description": "Domain for my music bot",
- "owner": {
- "username": "VlastikYoutubeKo",
- "email": "plainrock@seznam.cz"
- },
- "record": {
- "A": ["129.151.254.58"]
- }
+ "description": "Domain for my music bot",
+ "owner": {
+ "username": "VlastikYoutubeKo",
+ "email": "plainrock@seznam.cz"
+ },
+ "record": {
+ "A": ["129.151.254.58"]
+ }
}
diff --git a/domains/mustafa.json b/domains/mustafa.json
index b10e768be..f827c1377 100644
--- a/domains/mustafa.json
+++ b/domains/mustafa.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Cuurle",
- "email": "cuurleee@gmail.com"
- },
- "record": {
- "CNAME": "glitch.edgeapp.net"
- }
+ "owner": {
+ "username": "Cuurle",
+ "email": "cuurleee@gmail.com"
+ },
+ "record": {
+ "CNAME": "glitch.edgeapp.net"
+ }
}
diff --git a/domains/muzammil.json b/domains/muzammil.json
index 8bf5dcfec..57a87927d 100644
--- a/domains/muzammil.json
+++ b/domains/muzammil.json
@@ -1,10 +1,10 @@
{
- "description": "Muzammil's Portfolio Website",
- "owner": {
- "username": "taqnar",
- "email": "muzammilthottathil.official@gmail.com"
- },
- "record": {
- "CNAME": "taqnar.github.io"
- }
+ "description": "Muzammil's Portfolio Website",
+ "owner": {
+ "username": "taqnar",
+ "email": "muzammilthottathil.official@gmail.com"
+ },
+ "record": {
+ "CNAME": "taqnar.github.io"
+ }
}
diff --git a/domains/mxnticek.json b/domains/mxnticek.json
index d1748948c..a62b4e5f1 100644
--- a/domains/mxnticek.json
+++ b/domains/mxnticek.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "vlastikyoutubeko.github.io"
}
-}
+}
diff --git a/domains/mxnuchim.json b/domains/mxnuchim.json
index e5daa0816..b430da48b 100644
--- a/domains/mxnuchim.json
+++ b/domains/mxnuchim.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "mxnuchim",
"email": "manuchimoliver779@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://manuchimoliver.vercel.app"
- }
}
-
+}
diff --git a/domains/mysteriousk.json b/domains/mysteriousk.json
index 14bc1fb7e..a4e3206f9 100644
--- a/domains/mysteriousk.json
+++ b/domains/mysteriousk.json
@@ -1,11 +1,11 @@
{
- "description": "The official website for Lawliet.Host.",
- "repo": "https://github.com/NoobDevs69/LawlietHost",
- "owner": {
- "username": "MysteriousK69",
- "email": "mysteriousk@lawliet.host"
- },
- "record": {
- "CNAME": "lawliet.host"
- }
+ "description": "The official website for Lawliet.Host.",
+ "repo": "https://github.com/NoobDevs69/LawlietHost",
+ "owner": {
+ "username": "MysteriousK69",
+ "email": "mysteriousk@lawliet.host"
+ },
+ "record": {
+ "CNAME": "lawliet.host"
+ }
}
diff --git a/domains/mysterysd.json b/domains/mysterysd.json
index e4cb5633d..e6ab90a35 100644
--- a/domains/mysterysd.json
+++ b/domains/mysterysd.json
@@ -2,10 +2,10 @@
"description": "Tech Website",
"repo": "https://github.com/5MysterySD/5mysterysd.github.io",
"owner": {
- "username": "5MysterySD",
- "email": "mysterysd.sd@gmail.com"
+ "username": "5MysterySD",
+ "email": "mysterysd.sd@gmail.com"
},
"record": {
- "CNAME": "5mysterysd.github.io"
+ "CNAME": "5mysterysd.github.io"
}
}
diff --git a/domains/mythsman.json b/domains/mythsman.json
index 6ba26aaef..62354fbfd 100644
--- a/domains/mythsman.json
+++ b/domains/mythsman.json
@@ -1,11 +1,11 @@
{
- "description": "Mythsman's personal site",
- "repo": "https://github.com/mythsman",
- "owner": {
- "username": "mythsman",
- "email": "mythsman@foxmail.com"
- },
- "record": {
- "URL": "https://blog.mythsman.com"
- }
+ "description": "Mythsman's personal site",
+ "repo": "https://github.com/mythsman",
+ "owner": {
+ "username": "mythsman",
+ "email": "mythsman@foxmail.com"
+ },
+ "record": {
+ "URL": "https://blog.mythsman.com"
+ }
}
diff --git a/domains/myx.json b/domains/myx.json
index 1ed1c9720..298af65b2 100644
--- a/domains/myx.json
+++ b/domains/myx.json
@@ -1,12 +1,12 @@
{
- "description": "Myx's portfolio.",
- "repo": "https://github.com/notmyx/notmyx.github.io",
- "owner": {
- "username": "notmyx",
- "email": "darkmyxx@gmail.com",
- "twitter": "omgmyx"
- },
- "record": {
- "CNAME": "6950d6d4-e456-41b9-a407-3b569801cfa0.id.repl.co"
- }
+ "description": "Myx's portfolio.",
+ "repo": "https://github.com/notmyx/notmyx.github.io",
+ "owner": {
+ "username": "notmyx",
+ "email": "darkmyxx@gmail.com",
+ "twitter": "omgmyx"
+ },
+ "record": {
+ "CNAME": "6950d6d4-e456-41b9-a407-3b569801cfa0.id.repl.co"
+ }
}
diff --git a/domains/mzakyr.json b/domains/mzakyr.json
index 6d03b5fb9..4dc3b7310 100644
--- a/domains/mzakyr.json
+++ b/domains/mzakyr.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "muhammadzaki693",
- "email": "rzaki9353@gmail.com"
- },
- "record": {
- "CNAME": "my-personal-web-production.up.railway.app"
- }
+ "owner": {
+ "username": "muhammadzaki693",
+ "email": "rzaki9353@gmail.com"
+ },
+ "record": {
+ "CNAME": "my-personal-web-production.up.railway.app"
+ }
}
diff --git a/domains/nagarajgond.json b/domains/nagarajgond.json
index a0da3fddb..489db2848 100644
--- a/domains/nagarajgond.json
+++ b/domains/nagarajgond.json
@@ -1,11 +1,11 @@
{
- "description": "Nagaraj's Dev website",
- "repo": "https://github.com/nagarajgond/nagarajgond.github.io",
- "owner": {
- "username": "nagarajgond",
- "email": "nagarajgond@live.com"
- },
- "record": {
- "CNAME": "nagarajgond.github.io"
- }
+ "description": "Nagaraj's Dev website",
+ "repo": "https://github.com/nagarajgond/nagarajgond.github.io",
+ "owner": {
+ "username": "nagarajgond",
+ "email": "nagarajgond@live.com"
+ },
+ "record": {
+ "CNAME": "nagarajgond.github.io"
+ }
}
diff --git a/domains/nalin.json b/domains/nalin.json
index dc3434c46..28d66d7bc 100644
--- a/domains/nalin.json
+++ b/domains/nalin.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "Nalin-2005",
- "email": "nalinstudios@gmail.com",
- "instagram": "nalin_2005"
- },
- "record": {
- "CNAME": "nalin-2005.github.io"
- }
+ "owner": {
+ "username": "Nalin-2005",
+ "email": "nalinstudios@gmail.com",
+ "instagram": "nalin_2005"
+ },
+ "record": {
+ "CNAME": "nalin-2005.github.io"
+ }
}
diff --git a/domains/naman-machchhar.json b/domains/naman-machchhar.json
index aa8a494a0..a18eb461c 100644
--- a/domains/naman-machchhar.json
+++ b/domains/naman-machchhar.json
@@ -1,11 +1,11 @@
{
- "description": "Naman Profile.",
- "repo": "https://github.com/naman-machchhar/naman-machchhar.github.io",
- "owner": {
- "username": "naman-machchhar",
- "email": ""
- },
- "record": {
- "CNAME": "naman-machchhar.github.io"
- }
+ "description": "Naman Profile.",
+ "repo": "https://github.com/naman-machchhar/naman-machchhar.github.io",
+ "owner": {
+ "username": "naman-machchhar",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "naman-machchhar.github.io"
+ }
}
diff --git a/domains/naman.json b/domains/naman.json
index d2f85e209..6fdb7fdf4 100644
--- a/domains/naman.json
+++ b/domains/naman.json
@@ -1,11 +1,11 @@
{
- "description": "Naman - Portfolio",
- "repo": "https://github.com/Naman-Gururani/Naman-Gururani.github.io",
- "owner": {
- "username": "Naman-Gururani",
- "email": "gururaninaman@gmail.com"
- },
- "record": {
- "CNAME": "Naman-Gururani.github.io"
- }
+ "description": "Naman - Portfolio",
+ "repo": "https://github.com/Naman-Gururani/Naman-Gururani.github.io",
+ "owner": {
+ "username": "Naman-Gururani",
+ "email": "gururaninaman@gmail.com"
+ },
+ "record": {
+ "CNAME": "Naman-Gururani.github.io"
+ }
}
diff --git a/domains/nan.json b/domains/nan.json
index 7a7c1a88e..e19bc3c48 100644
--- a/domains/nan.json
+++ b/domains/nan.json
@@ -1,12 +1,12 @@
{
- "description": "It's Nan!",
- "repo": "https://github.com/BegalNenen/begalnenen.github.io",
- "owner": {
- "username": "BegalNenen",
- "email": "harpesmun69@gmail.com",
- "facebook": "https://facebook.com/nan.phtml"
- },
- "record": {
- "CNAME": "begalnenen.github.io"
- }
+ "description": "It's Nan!",
+ "repo": "https://github.com/BegalNenen/begalnenen.github.io",
+ "owner": {
+ "username": "BegalNenen",
+ "email": "harpesmun69@gmail.com",
+ "facebook": "https://facebook.com/nan.phtml"
+ },
+ "record": {
+ "CNAME": "begalnenen.github.io"
+ }
}
diff --git a/domains/nand.json b/domains/nand.json
index d80d1bc59..ba52b1895 100644
--- a/domains/nand.json
+++ b/domains/nand.json
@@ -1,10 +1,10 @@
{
- "description": "Nand's web",
- "owner": {
- "username": "nandkk05",
- "email": "nandkk07@gmail.com"
- },
- "record": {
- "CNAME": "nandkk05.github.io"
- }
+ "description": "Nand's web",
+ "owner": {
+ "username": "nandkk05",
+ "email": "nandkk07@gmail.com"
+ },
+ "record": {
+ "CNAME": "nandkk05.github.io"
+ }
}
diff --git a/domains/narender.json b/domains/narender.json
index 4d82ac070..2ed73eb05 100644
--- a/domains/narender.json
+++ b/domains/narender.json
@@ -1,11 +1,11 @@
{
- "description": "Narender's Personal Website and Blog",
- "repo": "https://github.com/nkkize/nkkize.github.io",
- "owner": {
- "username": "nkkize",
- "email": "nkk.snat@gmail.com"
- },
- "record": {
- "CNAME": "nkkize.github.io"
- }
+ "description": "Narender's Personal Website and Blog",
+ "repo": "https://github.com/nkkize/nkkize.github.io",
+ "owner": {
+ "username": "nkkize",
+ "email": "nkk.snat@gmail.com"
+ },
+ "record": {
+ "CNAME": "nkkize.github.io"
+ }
}
diff --git a/domains/nat.json b/domains/nat.json
index d44705d8f..84c0c6d90 100644
--- a/domains/nat.json
+++ b/domains/nat.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "Natasquare",
- "discord": "Natasquare#8297",
- "email": "natasquarelol@gmail.com"
- },
- "record": {
- "CNAME": "d42474b9-07e0-4f87-94ba-d47a4477dde5.id.repl.co"
- }
+ "owner": {
+ "username": "Natasquare",
+ "discord": "Natasquare#8297",
+ "email": "natasquarelol@gmail.com"
+ },
+ "record": {
+ "CNAME": "d42474b9-07e0-4f87-94ba-d47a4477dde5.id.repl.co"
+ }
}
diff --git a/domains/natalievu.json b/domains/natalievu.json
index e29879888..1fd3f1c03 100644
--- a/domains/natalievu.json
+++ b/domains/natalievu.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio for Natalie Vu",
- "repo": "https://github.com/tnvu7/tnvu7.github.io",
- "owner": {
- "username": "tnvu7",
- "email": "vuthunga2001@gmail.com"
- },
- "record": {
- "CNAME": "tnvu7.github.io"
- }
+ "description": "Portfolio for Natalie Vu",
+ "repo": "https://github.com/tnvu7/tnvu7.github.io",
+ "owner": {
+ "username": "tnvu7",
+ "email": "vuthunga2001@gmail.com"
+ },
+ "record": {
+ "CNAME": "tnvu7.github.io"
+ }
}
diff --git a/domains/nathan.json b/domains/nathan.json
index ac48c642e..7fed14fdb 100644
--- a/domains/nathan.json
+++ b/domains/nathan.json
@@ -1,10 +1,10 @@
{
- "repo": "https://github.com/MagedNuggets/MagedNuggets.github.io",
- "owner": {
- "username": "MagedNuggets",
- "email": "mastertofu12345@gmail.com"
- },
- "record": {
- "CNAME": "MagedNuggets.github.io"
- }
+ "repo": "https://github.com/MagedNuggets/MagedNuggets.github.io",
+ "owner": {
+ "username": "MagedNuggets",
+ "email": "mastertofu12345@gmail.com"
+ },
+ "record": {
+ "CNAME": "MagedNuggets.github.io"
+ }
}
diff --git a/domains/natya.json b/domains/natya.json
index 366609af4..4ff645d01 100644
--- a/domains/natya.json
+++ b/domains/natya.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "studiousgamer.github.io"
}
-}
+}
diff --git a/domains/naveen.json b/domains/naveen.json
index 341207c04..aa1bd9797 100644
--- a/domains/naveen.json
+++ b/domains/naveen.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "naveen8384",
"email": "naveen.nani321@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://naveenkumar.org"
- }
}
-
+}
diff --git a/domains/naveenxd.json b/domains/naveenxd.json
index d0130b697..00c05a2d4 100644
--- a/domains/naveenxd.json
+++ b/domains/naveenxd.json
@@ -1,11 +1,11 @@
{
- "description": "naveenxd.is-a.dev",
- "repo": "https://github.com/Naveen-X",
- "owner": {
- "username": "Naveen-X",
- "email": "naveen@ourclg.tech"
- },
- "record": {
- "CNAME": "Naveen-X.github.io"
- }
+ "description": "naveenxd.is-a.dev",
+ "repo": "https://github.com/Naveen-X",
+ "owner": {
+ "username": "Naveen-X",
+ "email": "naveen@ourclg.tech"
+ },
+ "record": {
+ "CNAME": "Naveen-X.github.io"
+ }
}
diff --git a/domains/nayan-gorasiya.json b/domains/nayan-gorasiya.json
index 52ec26aed..77d3451a0 100644
--- a/domains/nayan-gorasiya.json
+++ b/domains/nayan-gorasiya.json
@@ -1,11 +1,11 @@
{
- "description": "Nayan Gorasiya.",
- "repo": "https://github.com/nayan-gorasiya/nayan-gorasiya.github.io",
- "owner": {
- "username": "nayan-gorasiya",
- "email": "nayan-gorasiya@acquaintsoft.com"
- },
- "record": {
- "CNAME": "nayan-gorasiya.github.io"
- }
+ "description": "Nayan Gorasiya.",
+ "repo": "https://github.com/nayan-gorasiya/nayan-gorasiya.github.io",
+ "owner": {
+ "username": "nayan-gorasiya",
+ "email": "nayan-gorasiya@acquaintsoft.com"
+ },
+ "record": {
+ "CNAME": "nayan-gorasiya.github.io"
+ }
}
diff --git a/domains/nayan.json b/domains/nayan.json
index ab18853e8..82f0ea522 100644
--- a/domains/nayan.json
+++ b/domains/nayan.json
@@ -1,11 +1,11 @@
{
- "description": "A personal website, for Nayan Patel.",
- "repo": "https://github.com/pateln123",
- "owner": {
- "username": "pateln123",
- "email": "hello@nayanpatel.net"
- },
- "record": {
- "URL": "https://nayanpatel.net"
- }
+ "description": "A personal website, for Nayan Patel.",
+ "repo": "https://github.com/pateln123",
+ "owner": {
+ "username": "pateln123",
+ "email": "hello@nayanpatel.net"
+ },
+ "record": {
+ "URL": "https://nayanpatel.net"
+ }
}
diff --git a/domains/nebula.json b/domains/nebula.json
index 3cf4c2b94..152d9fca5 100644
--- a/domains/nebula.json
+++ b/domains/nebula.json
@@ -1,11 +1,11 @@
{
- "description": "My personal website",
- "repo": "https://github.com/itsnebulalol/nebulayt.xyz",
- "owner": {
- "username": "itsnebulalol",
- "email": "computerman1229@gmail.com"
- },
- "record": {
- "CNAME": "itsnebulalol.github.io"
- }
+ "description": "My personal website",
+ "repo": "https://github.com/itsnebulalol/nebulayt.xyz",
+ "owner": {
+ "username": "itsnebulalol",
+ "email": "computerman1229@gmail.com"
+ },
+ "record": {
+ "CNAME": "itsnebulalol.github.io"
+ }
}
diff --git a/domains/neeraj-2401.json b/domains/neeraj-2401.json
index e05a366db..0377dc08a 100644
--- a/domains/neeraj-2401.json
+++ b/domains/neeraj-2401.json
@@ -7,4 +7,4 @@
"record": {
"CNAME": "neeraj-2401.github.io"
}
-}
+}
diff --git a/domains/neeyl.json b/domains/neeyl.json
index a9e8a9210..003fa1bd2 100644
--- a/domains/neeyl.json
+++ b/domains/neeyl.json
@@ -1,12 +1,11 @@
-{
- "description": "Subhramit's experimental playfield",
- "repo": "https://github.com/subhramit/subhramit.github.io",
- "owner": {
- "username": "subhramit",
- "email": "subhramit.bb@live.in"
- },
- "record": {
- "CNAME": "subhramit.github.io"
- }
- }
-
\ No newline at end of file
+{
+ "description": "Subhramit's experimental playfield",
+ "repo": "https://github.com/subhramit/subhramit.github.io",
+ "owner": {
+ "username": "subhramit",
+ "email": "subhramit.bb@live.in"
+ },
+ "record": {
+ "CNAME": "subhramit.github.io"
+ }
+}
diff --git a/domains/nego.json b/domains/nego.json
index c3f2cc547..6572ff14f 100644
--- a/domains/nego.json
+++ b/domains/nego.json
@@ -1,11 +1,11 @@
{
- "description": "Nego personal developer website",
- "repo": "https://github.com/kardespro/kardespro.github.io",
- "owner": {
- "username": "nego",
- "email": "devnego@gmail.com"
- },
- "record": {
- "CNAME": "negodev.tk"
- }
+ "description": "Nego personal developer website",
+ "repo": "https://github.com/kardespro/kardespro.github.io",
+ "owner": {
+ "username": "nego",
+ "email": "devnego@gmail.com"
+ },
+ "record": {
+ "CNAME": "negodev.tk"
+ }
}
diff --git a/domains/nekaoumike.json b/domains/nekaoumike.json
index 9540eed71..fd72b9ef4 100644
--- a/domains/nekaoumike.json
+++ b/domains/nekaoumike.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "NekaouMike",
"email": "nekaoumike@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "nekaoumike.dev"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/neko7sora.json b/domains/neko7sora.json
index 0e7e79001..d5d6f9a69 100644
--- a/domains/neko7sora.json
+++ b/domains/neko7sora.json
@@ -1,12 +1,12 @@
{
- "description": "Neko7sora personal website",
- "owner": {
- "username": "Neko7sora",
- "email": "",
- "twitter": "Neko7sora",
- "keybase": "neko7sora"
- },
- "record": {
- "URL": "https://neko7sora.github.io"
- }
+ "description": "Neko7sora personal website",
+ "owner": {
+ "username": "Neko7sora",
+ "email": "",
+ "twitter": "Neko7sora",
+ "keybase": "neko7sora"
+ },
+ "record": {
+ "URL": "https://neko7sora.github.io"
+ }
}
diff --git a/domains/nekomiyasorato.json b/domains/nekomiyasorato.json
index c330316b9..f2b079322 100644
--- a/domains/nekomiyasorato.json
+++ b/domains/nekomiyasorato.json
@@ -1,12 +1,12 @@
{
- "description": "personal website",
- "owner": {
- "username": "Neko7sora",
- "email": "",
- "twitter": "Neko7sora",
- "keybase": "neko7sora"
- },
- "record": {
- "URL": "https://neko7sora.github.io"
- }
+ "description": "personal website",
+ "owner": {
+ "username": "Neko7sora",
+ "email": "",
+ "twitter": "Neko7sora",
+ "keybase": "neko7sora"
+ },
+ "record": {
+ "URL": "https://neko7sora.github.io"
+ }
}
diff --git a/domains/neon.json b/domains/neon.json
index 63015d376..9715ab0e8 100644
--- a/domains/neon.json
+++ b/domains/neon.json
@@ -1,12 +1,12 @@
-{
- "description": "Domain for my portfolio website",
- "repo": "https://github.com/GoodBoyNeon/goodboyneon.github.io",
- "owner": {
- "username": "GoodBoyNeon",
- "discord": "GoodBoyNeon#2424",
- "email": ""
- },
- "record": {
- "CNAME": "goodboyneon.github.io"
- }
-}
+{
+ "description": "Domain for my portfolio website",
+ "repo": "https://github.com/GoodBoyNeon/goodboyneon.github.io",
+ "owner": {
+ "username": "GoodBoyNeon",
+ "discord": "GoodBoyNeon#2424",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "goodboyneon.github.io"
+ }
+}
diff --git a/domains/neranjana.json b/domains/neranjana.json
index 55a2b16dd..f8a4943ce 100644
--- a/domains/neranjana.json
+++ b/domains/neranjana.json
@@ -1,11 +1,11 @@
{
- "description": "Neranjana's is-a.dev subdomain",
- "repo": "https://github.com/NandiyaLive/is-a-dev",
- "owner": {
- "username": "NandiyaLive",
- "email": "neranjanaprsd@gmail.com"
- },
- "record": {
- "URL": "https://neranjana.tk"
- }
+ "description": "Neranjana's is-a.dev subdomain",
+ "repo": "https://github.com/NandiyaLive/is-a-dev",
+ "owner": {
+ "username": "NandiyaLive",
+ "email": "neranjanaprsd@gmail.com"
+ },
+ "record": {
+ "URL": "https://neranjana.tk"
+ }
}
diff --git a/domains/nerd.json b/domains/nerd.json
index a82bb1558..ccf258335 100644
--- a/domains/nerd.json
+++ b/domains/nerd.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "n3rd3x3",
- "email": "me@n3rd3x3.xyz"
- },
- "record": {
- "URL": "https://n3rd3x3.xyz"
- }
+ "owner": {
+ "username": "n3rd3x3",
+ "email": "me@n3rd3x3.xyz"
+ },
+ "record": {
+ "URL": "https://n3rd3x3.xyz"
+ }
}
diff --git a/domains/nes.json b/domains/nes.json
index 5030c66ac..0b89c988f 100644
--- a/domains/nes.json
+++ b/domains/nes.json
@@ -1,12 +1,12 @@
{
- "description": "Link for personal website hosted on github pages",
- "repo": "https://github.com/undefinedDarkness/undefinedDarkness.github.io",
- "owner": {
- "username": "undefinedDarkness",
- "email": "",
- "discord": "Dark NES#4901"
- },
- "record": {
- "CNAME": "undefineddarkness.github.io"
- }
+ "description": "Link for personal website hosted on github pages",
+ "repo": "https://github.com/undefinedDarkness/undefinedDarkness.github.io",
+ "owner": {
+ "username": "undefinedDarkness",
+ "email": "",
+ "discord": "Dark NES#4901"
+ },
+ "record": {
+ "CNAME": "undefineddarkness.github.io"
+ }
}
diff --git a/domains/neslinesli93.json b/domains/neslinesli93.json
index 3aa76243d..75e9cb215 100644
--- a/domains/neslinesli93.json
+++ b/domains/neslinesli93.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "neslinesli93",
- "email": "p.tommy93@gmail.com"
- },
- "record": {
- "CNAME": "tommasopifferi.com"
- }
+ "owner": {
+ "username": "neslinesli93",
+ "email": "p.tommy93@gmail.com"
+ },
+ "record": {
+ "CNAME": "tommasopifferi.com"
+ }
}
diff --git a/domains/netf.json b/domains/netf.json
index 4cfca6fac..56d7e44c5 100644
--- a/domains/netf.json
+++ b/domains/netf.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "netflexs",
"email": ""
- },
- "record": {
+ },
+ "record": {
"CNAME": "c4f04559-5bd7-49db-ae04-93e53cd8abc2.id.repl.co"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/nettles.json b/domains/nettles.json
index aff4a0239..87a8f3bb8 100644
--- a/domains/nettles.json
+++ b/domains/nettles.json
@@ -1,12 +1,12 @@
{
- "description": "Add some description",
- "repo": "https://github.com/nettlees/nettleee.github.io",
- "owner": {
- "username": "nettlees",
- "email": "nettles.dev@gmail.com",
- "twitter": "rickroll"
- },
- "record": {
- "CNAME": "nettlees.github.io"
- }
+ "description": "Add some description",
+ "repo": "https://github.com/nettlees/nettleee.github.io",
+ "owner": {
+ "username": "nettlees",
+ "email": "nettles.dev@gmail.com",
+ "twitter": "rickroll"
+ },
+ "record": {
+ "CNAME": "nettlees.github.io"
+ }
}
diff --git a/domains/neuronbot.json b/domains/neuronbot.json
index eaf4a8858..c1a6a9233 100644
--- a/domains/neuronbot.json
+++ b/domains/neuronbot.json
@@ -1,10 +1,10 @@
{
- "description": "This domain I would like to register is for one of my projects of a discord bot which is built by a sub-package of djs.",
- "owner": {
- "username": "Bro121233",
- "email": "arthubcontact4@gmail.com"
- },
- "record": {
- "CNAME": "60a38416-3e20-4265-8356-6c8a8ad47e7f.id.repl.co"
- }
+ "description": "This domain I would like to register is for one of my projects of a discord bot which is built by a sub-package of djs.",
+ "owner": {
+ "username": "Bro121233",
+ "email": "arthubcontact4@gmail.com"
+ },
+ "record": {
+ "CNAME": "60a38416-3e20-4265-8356-6c8a8ad47e7f.id.repl.co"
+ }
}
diff --git a/domains/neville.json b/domains/neville.json
index e711c2a4d..4bfc1a6cd 100644
--- a/domains/neville.json
+++ b/domains/neville.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "neville03.github.io"
}
-}
+}
diff --git a/domains/new.sx9.json b/domains/new.sx9.json
index 6f77a209e..f7f0e6184 100644
--- a/domains/new.sx9.json
+++ b/domains/new.sx9.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "SX-9",
"email": "hello@mail.sx9.is-a.dev"
- },
- "record": {
+ },
+ "record": {
"CNAME": "sx-9.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/nexus.json b/domains/nexus.json
index 7808ec6e6..6d2bd955b 100644
--- a/domains/nexus.json
+++ b/domains/nexus.json
@@ -1,11 +1,11 @@
{
- "description": "Nexus.is-a.dev",
- "repo": "https://github.com/Nexzon/nexzon.github.io",
- "owner": {
- "username": "Nexus",
- "email": "uvraysxc@gmail.com"
- },
- "record": {
- "CNAME": "Nexzon.github.io"
- }
+ "description": "Nexus.is-a.dev",
+ "repo": "https://github.com/Nexzon/nexzon.github.io",
+ "owner": {
+ "username": "Nexus",
+ "email": "uvraysxc@gmail.com"
+ },
+ "record": {
+ "CNAME": "Nexzon.github.io"
+ }
}
diff --git a/domains/nhat.json b/domains/nhat.json
index 46907d6f5..8710d5fdc 100644
--- a/domains/nhat.json
+++ b/domains/nhat.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "ductoanvo",
"email": "toan.ducvo@icloud.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://www.facebook.com/profile.php?id=100016726364383"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/nicatdcw.json b/domains/nicatdcw.json
index e50c7dd9f..008aef2f8 100644
--- a/domains/nicatdcw.json
+++ b/domains/nicatdcw.json
@@ -1,11 +1,11 @@
{
- "description": "Only Cheeini (Nicat.dcw) Portofolio",
- "repo": "https://github.com/Nicat-dcw/nicat-dcw.github.io",
- "owner": {
- "username": "Cheeini",
- "email": "kurtbot60@gmail.com"
- },
- "record": {
- "CNAME": "nicat-dcw.github.io"
- }
+ "description": "Only Cheeini (Nicat.dcw) Portofolio",
+ "repo": "https://github.com/Nicat-dcw/nicat-dcw.github.io",
+ "owner": {
+ "username": "Cheeini",
+ "email": "kurtbot60@gmail.com"
+ },
+ "record": {
+ "CNAME": "nicat-dcw.github.io"
+ }
}
diff --git a/domains/nicesapien.json b/domains/nicesapien.json
index c36ef1f18..56dc17b04 100644
--- a/domains/nicesapien.json
+++ b/domains/nicesapien.json
@@ -1,11 +1,11 @@
{
-"description": "NiceSapien's portfolio website",
- "owner": {
- "username": "NiceSapien",
- "email": "nicesapien@gmail.com",
- "discord": "NiceSapien#2356"
- },
- "record": {
- "CNAME": "nicesapien.gatsbyjs.io"
- }
+ "description": "NiceSapien's portfolio website",
+ "owner": {
+ "username": "NiceSapien",
+ "email": "nicesapien@gmail.com",
+ "discord": "NiceSapien#2356"
+ },
+ "record": {
+ "CNAME": "nicesapien.gatsbyjs.io"
+ }
}
diff --git a/domains/nicholas.json b/domains/nicholas.json
index 2a334c8ed..df331ea5c 100644
--- a/domains/nicholas.json
+++ b/domains/nicholas.json
@@ -1,12 +1,12 @@
{
- "owner": {
- "username": "nicholasyoannou",
- "email": "nicholas@nicholas.dev",
- "discord": "janeberru#4594",
- "note": "You can contact me by email or discord, really don't mind :)"
- },
- "description": "I'll probably put some project pages on nicholas.is-a.dev. ¯\\_(ツ)_/¯",
- "record": {
- "CNAME": "nicholas.dev"
- }
+ "owner": {
+ "username": "nicholasyoannou",
+ "email": "nicholas@nicholas.dev",
+ "discord": "janeberru#4594",
+ "note": "You can contact me by email or discord, really don't mind :)"
+ },
+ "description": "I'll probably put some project pages on nicholas.is-a.dev. ¯\\_(ツ)_/¯",
+ "record": {
+ "CNAME": "nicholas.dev"
+ }
}
diff --git a/domains/nick.json b/domains/nick.json
index b65ad8936..695874d3a 100644
--- a/domains/nick.json
+++ b/domains/nick.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "nimolas",
- "email": "nick.o@microfnclan.com"
- },
- "record": {
- "CNAME": "microfnclan.com"
- }
+ "owner": {
+ "username": "nimolas",
+ "email": "nick.o@microfnclan.com"
+ },
+ "record": {
+ "CNAME": "microfnclan.com"
+ }
}
diff --git a/domains/nico.json b/domains/nico.json
index 7d1885fad..df6c81b40 100644
--- a/domains/nico.json
+++ b/domains/nico.json
@@ -1,12 +1,12 @@
{
- "description": "Personal Website",
- "repo": "https://github.com/NicoGaming77/NicoGaming77.github.io",
- "owner": {
- "username": "NicoGaming77",
- "email": "nicodreyer7@icloud.com",
- "discord": "nicosnico#7674"
- },
- "record": {
- "CNAME": "NicoGaming77.github.io"
- }
+ "description": "Personal Website",
+ "repo": "https://github.com/NicoGaming77/NicoGaming77.github.io",
+ "owner": {
+ "username": "NicoGaming77",
+ "email": "nicodreyer7@icloud.com",
+ "discord": "nicosnico#7674"
+ },
+ "record": {
+ "CNAME": "NicoGaming77.github.io"
+ }
}
diff --git a/domains/nicol.json b/domains/nicol.json
index 53fafa4ae..b81ec5bd6 100644
--- a/domains/nicol.json
+++ b/domains/nicol.json
@@ -1,12 +1,12 @@
{
- "description": "Lina website",
- "repo": "https://github.com/Linadevv/Linadevv.github.io",
- "owner": {
- "username": "Linadevv",
- "email": "any@email",
- "twitter": "Lina"
- },
- "record": {
- "CNAME": "Linadevv.github.io"
- }
+ "description": "Lina website",
+ "repo": "https://github.com/Linadevv/Linadevv.github.io",
+ "owner": {
+ "username": "Linadevv",
+ "email": "any@email",
+ "twitter": "Lina"
+ },
+ "record": {
+ "CNAME": "Linadevv.github.io"
+ }
}
diff --git a/domains/nightsfall.json b/domains/nightsfall.json
index c2aa8ce91..2cc26e390 100644
--- a/domains/nightsfall.json
+++ b/domains/nightsfall.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "NightsFaII",
"email": "niqhtsfall2@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "nightsfaii.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/nikhil.json b/domains/nikhil.json
index b32f8630d..57b51e245 100644
--- a/domains/nikhil.json
+++ b/domains/nikhil.json
@@ -1,11 +1,11 @@
{
- "description": "Nikhil Singh Website",
- "repo": "https://github.com/nikhils4/nikhils4.github.io",
- "owner": {
- "username": "nikhils4",
- "email": "nikhilsingh498@gmail.com"
- },
- "record": {
- "CNAME": "nikhils4.github.io"
- }
+ "description": "Nikhil Singh Website",
+ "repo": "https://github.com/nikhils4/nikhils4.github.io",
+ "owner": {
+ "username": "nikhils4",
+ "email": "nikhilsingh498@gmail.com"
+ },
+ "record": {
+ "CNAME": "nikhils4.github.io"
+ }
}
diff --git a/domains/nikita.json b/domains/nikita.json
index e3685a68a..09078ab9d 100644
--- a/domains/nikita.json
+++ b/domains/nikita.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "nikitacontreras",
"email": "elfantoche.tv@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "nikitacontreras.github.io"
- }
}
-
+}
diff --git a/domains/niklas.json b/domains/niklas.json
index a00dff78f..e7ffb0e40 100644
--- a/domains/niklas.json
+++ b/domains/niklas.json
@@ -1,11 +1,11 @@
{
- "description": "I'm a dev from austria.",
- "owner": {
- "username": "NiHaiden",
- "email": "niklas@haiden.ch",
- "twitter": "niklashdev"
- },
- "record": {
- "URL": "https://nhaiden.dev"
- }
-}
+ "description": "I'm a dev from austria.",
+ "owner": {
+ "username": "NiHaiden",
+ "email": "niklas@haiden.ch",
+ "twitter": "niklashdev"
+ },
+ "record": {
+ "URL": "https://nhaiden.dev"
+ }
+}
diff --git a/domains/nileshhaldar98.json b/domains/nileshhaldar98.json
index 61a7c812c..5990cedb2 100644
--- a/domains/nileshhaldar98.json
+++ b/domains/nileshhaldar98.json
@@ -2,11 +2,10 @@
"description": "Nilesh Haldar",
"repo": "https://github.com/nileshhaldar98/nileshhaldar98.github.io",
"owner": {
- "username": "nileshhaldar98",
- "email": "nileshhaldar98@gmail.com"
+ "username": "nileshhaldar98",
+ "email": "nileshhaldar98@gmail.com"
},
"record": {
- "CNAME": "nileshhaldar98.github.io"
+ "CNAME": "nileshhaldar98.github.io"
}
- }
-
\ No newline at end of file
+}
diff --git a/domains/nils.json b/domains/nils.json
index 4984fdb72..2590f83e5 100644
--- a/domains/nils.json
+++ b/domains/nils.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "TheNoim",
- "email": "nilsbergmann@noim.io"
- },
- "description": "Use as alias for noim.io (My private webpage)",
- "record": {
- "URL": "https://noim.io"
- }
+ "owner": {
+ "username": "TheNoim",
+ "email": "nilsbergmann@noim.io"
+ },
+ "description": "Use as alias for noim.io (My private webpage)",
+ "record": {
+ "URL": "https://noim.io"
+ }
}
diff --git a/domains/nimish.json b/domains/nimish.json
index fc3f1a434..f6750611f 100644
--- a/domains/nimish.json
+++ b/domains/nimish.json
@@ -1,11 +1,11 @@
{
- "description": "Nimish's Engineering Diary",
- "repo": "https://github.com/nimish-gupta/blog",
- "owner": {
- "username": "nimish-gupta",
- "email": "gnimish03@gmail.com"
- },
- "record": {
- "CNAME": "nimish-gupta.dev"
- }
+ "description": "Nimish's Engineering Diary",
+ "repo": "https://github.com/nimish-gupta/blog",
+ "owner": {
+ "username": "nimish-gupta",
+ "email": "gnimish03@gmail.com"
+ },
+ "record": {
+ "CNAME": "nimish-gupta.dev"
+ }
}
diff --git a/domains/nine.json b/domains/nine.json
index dca4dedd8..3203826d4 100644
--- a/domains/nine.json
+++ b/domains/nine.json
@@ -1,11 +1,11 @@
{
- "description": "A passionate Back and Front-end Developer 🚀 Having An Experience Of Building Web And Discord Bots With JavaScript / HTML / CSS / Nodejs / Python And Some Other Cool Libraries And Frameworks.",
- "repo": "https://github.com/ninelel",
- "record": {
- "CNAME": "nineis-adev-production.up.railway.app"
- },
- "owner": {
- "username": "NineLEL",
- "email": "notninelel@gmail.com"
- }
+ "description": "A passionate Back and Front-end Developer 🚀 Having An Experience Of Building Web And Discord Bots With JavaScript / HTML / CSS / Nodejs / Python And Some Other Cool Libraries And Frameworks.",
+ "repo": "https://github.com/ninelel",
+ "record": {
+ "CNAME": "nineis-adev-production.up.railway.app"
+ },
+ "owner": {
+ "username": "NineLEL",
+ "email": "notninelel@gmail.com"
+ }
}
diff --git a/domains/ninjaasmoke.json b/domains/ninjaasmoke.json
index 11d683016..562955316 100644
--- a/domains/ninjaasmoke.json
+++ b/domains/ninjaasmoke.json
@@ -1,11 +1,11 @@
{
- "description": "portfolio | nithin",
- "repo": "https://github.com/ninjaasmoke/ninjaasmoke.github.io",
- "owner": {
- "username": "ninjaasmoke",
- "email": "nithins674@gmail.com"
- },
- "record": {
- "CNAME": "ninjaasmoke.github.io"
- }
+ "description": "portfolio | nithin",
+ "repo": "https://github.com/ninjaasmoke/ninjaasmoke.github.io",
+ "owner": {
+ "username": "ninjaasmoke",
+ "email": "nithins674@gmail.com"
+ },
+ "record": {
+ "CNAME": "ninjaasmoke.github.io"
+ }
}
diff --git a/domains/ninju.json b/domains/ninju.json
index 8b7565492..b9e1c01d4 100644
--- a/domains/ninju.json
+++ b/domains/ninju.json
@@ -1,11 +1,11 @@
{
- "description": "Ninju's personal developer website",
- "repo": "https://github.com/Ninju69/ninju69.github.io",
- "owner": {
- "username": "Ninju69",
- "email": "inju2692@outlook.com"
- },
- "record": {
- "CNAME": "ninju69.github.io"
- }
+ "description": "Ninju's personal developer website",
+ "repo": "https://github.com/Ninju69/ninju69.github.io",
+ "owner": {
+ "username": "Ninju69",
+ "email": "inju2692@outlook.com"
+ },
+ "record": {
+ "CNAME": "ninju69.github.io"
+ }
}
diff --git a/domains/nisarga.json b/domains/nisarga.json
index 8bfe90e67..8da288e74 100644
--- a/domains/nisarga.json
+++ b/domains/nisarga.json
@@ -1,12 +1,12 @@
{
- "description": "Nisarga",
- "repo": "https://github.com/nisarga-developer/nisarga-developer.github.io",
- "owner": {
- "username": "nisarga-developer",
- "email": "adhikarynisarga17@gmail.com",
- "twitter": "adhikarynisarga"
- },
- "record": {
- "CNAME": "nisarga-developer.github.io"
- }
+ "description": "Nisarga",
+ "repo": "https://github.com/nisarga-developer/nisarga-developer.github.io",
+ "owner": {
+ "username": "nisarga-developer",
+ "email": "adhikarynisarga17@gmail.com",
+ "twitter": "adhikarynisarga"
+ },
+ "record": {
+ "CNAME": "nisarga-developer.github.io"
+ }
}
diff --git a/domains/nischay.json b/domains/nischay.json
index 70ecfa34d..0c4e67f6c 100644
--- a/domains/nischay.json
+++ b/domains/nischay.json
@@ -1,21 +1,21 @@
-{
- "description": "OGGY's Main Website",
- "github": "https://github.com/nischay876",
- "owner": {
- "username": "nischay876",
- "email": "nischay876@gmail.com",
- "instagram": "nischay_02",
- "snapchat": "nischay_02",
- "discord": "OGGY#9889"
- },
- "record": {
- "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"
- }
-}
+{
+ "description": "OGGY's Main Website",
+ "github": "https://github.com/nischay876",
+ "owner": {
+ "username": "nischay876",
+ "email": "nischay876@gmail.com",
+ "instagram": "nischay_02",
+ "snapchat": "nischay_02",
+ "discord": "OGGY#9889"
+ },
+ "record": {
+ "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/nishant.json b/domains/nishant.json
index 87c6abc84..53080c6a7 100644
--- a/domains/nishant.json
+++ b/domains/nishant.json
@@ -1,11 +1,11 @@
{
- "description": "Nishant's website and blog",
- "repo": "https://github.com/nishch/nishch.github.io",
- "owner": {
- "username": "nishch",
- "email": "nishantchvedi@gmail.com"
- },
- "record": {
- "CNAME": "twistedsoft.com"
- }
+ "description": "Nishant's website and blog",
+ "repo": "https://github.com/nishch/nishch.github.io",
+ "owner": {
+ "username": "nishch",
+ "email": "nishantchvedi@gmail.com"
+ },
+ "record": {
+ "CNAME": "twistedsoft.com"
+ }
}
diff --git a/domains/nishin.json b/domains/nishin.json
index 3a4d4b344..7e6e954dd 100644
--- a/domains/nishin.json
+++ b/domains/nishin.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "nishinraj",
- "email": "",
- "twitter": "nishinrajk"
- },
- "record": {
- "URL": "https://medium.com/@nishinraj"
- }
+ "owner": {
+ "username": "nishinraj",
+ "email": "",
+ "twitter": "nishinrajk"
+ },
+ "record": {
+ "URL": "https://medium.com/@nishinraj"
+ }
}
diff --git a/domains/nitesh-rathod.json b/domains/nitesh-rathod.json
index bd17063a7..34a4af632 100644
--- a/domains/nitesh-rathod.json
+++ b/domains/nitesh-rathod.json
@@ -1,11 +1,11 @@
{
- "description": "Nitesh Rathod.",
- "repo": "https://github.com/nitesh-rathod/nitesh-rathod.github.io",
- "owner": {
- "username": "nitesh-rathod",
- "email": ""
- },
- "record": {
- "CNAME": "nitesh-rathod.github.io"
- }
+ "description": "Nitesh Rathod.",
+ "repo": "https://github.com/nitesh-rathod/nitesh-rathod.github.io",
+ "owner": {
+ "username": "nitesh-rathod",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "nitesh-rathod.github.io"
+ }
}
diff --git a/domains/nitesh.json b/domains/nitesh.json
index 0184367ce..4c4e922db 100644
--- a/domains/nitesh.json
+++ b/domains/nitesh.json
@@ -1,11 +1,11 @@
{
- "description": "My personal portfolio site",
- "repo": "https://github.com/Niteshballa",
- "owner": {
- "username": "Niteshballa",
- "email": "nithesh.mom@gmail.com"
- },
- "record": {
- "CNAME": "Niteshballa.github.io"
- }
+ "description": "My personal portfolio site",
+ "repo": "https://github.com/Niteshballa",
+ "owner": {
+ "username": "Niteshballa",
+ "email": "nithesh.mom@gmail.com"
+ },
+ "record": {
+ "CNAME": "Niteshballa.github.io"
+ }
}
diff --git a/domains/noahgao.json b/domains/noahgao.json
index 6b4d59e51..d6ebd486d 100644
--- a/domains/noahgao.json
+++ b/domains/noahgao.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "noahziheng",
"email": "noahgaocn@outlook.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "noahziheng.github.io"
- }
}
-
+}
diff --git a/domains/node-appwrite.json b/domains/node-appwrite.json
index 471f75ff8..99f4be133 100644
--- a/domains/node-appwrite.json
+++ b/domains/node-appwrite.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "appwrite",
- "email": "mohamed.haneefa@agiratech.com"
- },
- "record": {
- "URL": "https://www.appwrite-node.com"
- }
+ "owner": {
+ "username": "appwrite",
+ "email": "mohamed.haneefa@agiratech.com"
+ },
+ "record": {
+ "URL": "https://www.appwrite-node.com"
+ }
}
diff --git a/domains/node.json b/domains/node.json
index 9ca25425f..a9f258d41 100644
--- a/domains/node.json
+++ b/domains/node.json
@@ -1,12 +1,12 @@
{
- "description": "Personal website",
- "repo": "https://github.com/node0505/node0505.github.io",
- "owner": {
- "username": "node0505",
- "email": "",
- "discord": "node#0505"
- },
- "record": {
- "CNAME": "node0505.github.io"
- }
+ "description": "Personal website",
+ "repo": "https://github.com/node0505/node0505.github.io",
+ "owner": {
+ "username": "node0505",
+ "email": "",
+ "discord": "node#0505"
+ },
+ "record": {
+ "CNAME": "node0505.github.io"
+ }
}
diff --git a/domains/nodirbek.json b/domains/nodirbek.json
index c7098ed61..72d8d0c6e 100644
--- a/domains/nodirbek.json
+++ b/domains/nodirbek.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Piratebay298",
"email": "piratebay298@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "nodirbek.42web.io"
- }
}
-
+}
diff --git a/domains/noel.json b/domains/noel.json
index 03e789111..0974b3373 100644
--- a/domains/noel.json
+++ b/domains/noel.json
@@ -1,13 +1,13 @@
{
- "description": "Personal profile page",
- "repo": "https://github.com/noeljacob/noeljacob.github.io",
- "owner": {
- "username": "NoelJacob",
- "email": "noeljacob91@gmail.com",
- "twitter": "NoelJacob01",
- "discord": "Noel Jacob#7465"
- },
- "record": {
- "CNAME": "noeljacob.github.io"
- }
+ "description": "Personal profile page",
+ "repo": "https://github.com/noeljacob/noeljacob.github.io",
+ "owner": {
+ "username": "NoelJacob",
+ "email": "noeljacob91@gmail.com",
+ "twitter": "NoelJacob01",
+ "discord": "Noel Jacob#7465"
+ },
+ "record": {
+ "CNAME": "noeljacob.github.io"
+ }
}
diff --git a/domains/noir.json b/domains/noir.json
index bd7badc3c..ad7497b74 100644
--- a/domains/noir.json
+++ b/domains/noir.json
@@ -1,12 +1,12 @@
{
- "description": "noir's website",
- "repo": "https://github.com/noirdevelopment/noirdevelopment.github.io",
- "owner": {
- "username": "noirdevelopment",
- "email": "xyroemail1@gmail.com",
- "twitter": "zPyrooooo"
- },
- "record": {
- "CNAME": "noirdevelopment.github.io"
- }
+ "description": "noir's website",
+ "repo": "https://github.com/noirdevelopment/noirdevelopment.github.io",
+ "owner": {
+ "username": "noirdevelopment",
+ "email": "xyroemail1@gmail.com",
+ "twitter": "zPyrooooo"
+ },
+ "record": {
+ "CNAME": "noirdevelopment.github.io"
+ }
}
diff --git a/domains/noma.json b/domains/noma.json
index f96f4c501..980681959 100644
--- a/domains/noma.json
+++ b/domains/noma.json
@@ -1,11 +1,11 @@
{
- "description": "noma4321's personal website",
- "repo": "https://github.com/Noma4321/noma4321.github.io",
- "owner": {
- "username": "Noma4321",
- "email": "noma4321business@gmail.com"
- },
- "record": {
- "CNAME": "noma4321.github.io"
- }
+ "description": "noma4321's personal website",
+ "repo": "https://github.com/Noma4321/noma4321.github.io",
+ "owner": {
+ "username": "Noma4321",
+ "email": "noma4321business@gmail.com"
+ },
+ "record": {
+ "CNAME": "noma4321.github.io"
+ }
}
diff --git a/domains/nooz.json b/domains/nooz.json
index 261577693..9caa10ce7 100644
--- a/domains/nooz.json
+++ b/domains/nooz.json
@@ -8,15 +8,12 @@
},
"record": {
"A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
+ "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/nopply.json b/domains/nopply.json
index 53efb91d0..b33237863 100644
--- a/domains/nopply.json
+++ b/domains/nopply.json
@@ -1,11 +1,10 @@
{
- "description": "Nopply is-a.dev",
- "owner": {
- "username": "kornls",
- "email": "larryst.korn@gmail.com"
- },
- "record": {
- "CNAME": "nopply.carrd.co"
- }
+ "description": "Nopply is-a.dev",
+ "owner": {
+ "username": "kornls",
+ "email": "larryst.korn@gmail.com"
+ },
+ "record": {
+ "CNAME": "nopply.carrd.co"
+ }
}
-
\ No newline at end of file
diff --git a/domains/noraa.json b/domains/noraa.json
index 676cad557..5a7d1743c 100644
--- a/domains/noraa.json
+++ b/domains/noraa.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Noraa08",
"email": "antoteje2004@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "595a8166-a27b-43e4-848e-da1ce6bcd3f6.id.repl.co"
- }
}
-
+}
diff --git a/domains/not-a-nerd.json b/domains/not-a-nerd.json
index 67804e42f..d5d934fd6 100644
--- a/domains/not-a-nerd.json
+++ b/domains/not-a-nerd.json
@@ -1,11 +1,11 @@
{
- "description": "Well, this is my github sub-domain for my future page",
- "repo": "https://github.com/0lp/0lp.github.io",
- "owner": {
- "username": "0lp",
- "email": "not.a.nerd0005@gmail.com"
- },
- "record": {
- "CNAME": "0lp.github.io"
- }
+ "description": "Well, this is my github sub-domain for my future page",
+ "repo": "https://github.com/0lp/0lp.github.io",
+ "owner": {
+ "username": "0lp",
+ "email": "not.a.nerd0005@gmail.com"
+ },
+ "record": {
+ "CNAME": "0lp.github.io"
+ }
}
diff --git a/domains/notaperson535.json b/domains/notaperson535.json
index 00dd1d1d2..185dcaf36 100644
--- a/domains/notaperson535.json
+++ b/domains/notaperson535.json
@@ -1,11 +1,11 @@
{
- "description": "My about me website",
- "repo": "https://github.com/notAperson535/notAperson535",
- "owner": {
- "username": "notAperson535",
- "email": "notAperson939@gmail.com"
- },
- "record": {
- "CNAME": "notAperson535.github.io"
- }
+ "description": "My about me website",
+ "repo": "https://github.com/notAperson535/notAperson535",
+ "owner": {
+ "username": "notAperson535",
+ "email": "notAperson939@gmail.com"
+ },
+ "record": {
+ "CNAME": "notAperson535.github.io"
+ }
}
diff --git a/domains/notcoded.json b/domains/notcoded.json
index ecf8531b5..84dac91c2 100644
--- a/domains/notcoded.json
+++ b/domains/notcoded.json
@@ -10,4 +10,4 @@
"record": {
"CNAME": "not-coded.github.io"
}
-}
+}
diff --git a/domains/notedwin.json b/domains/notedwin.json
index adb2eaf51..0c5d29918 100644
--- a/domains/notedwin.json
+++ b/domains/notedwin.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Edwin15857",
- "email": "notedwin.music@gmail.com"
- },
- "record": {
- "URL": "https://notedwin.api.stdlib.com/portfolio-using-html-in-autocode@dev"
- }
+ "owner": {
+ "username": "Edwin15857",
+ "email": "notedwin.music@gmail.com"
+ },
+ "record": {
+ "URL": "https://notedwin.api.stdlib.com/portfolio-using-html-in-autocode@dev"
+ }
}
diff --git a/domains/notefct.json b/domains/notefct.json
index b6f801dcc..d2415cdde 100644
--- a/domains/notefct.json
+++ b/domains/notefct.json
@@ -1,11 +1,11 @@
{
- "description": "notefct personal developer website",
- "repo": "https://github.com/notefct/aboutme",
- "owner": {
- "username": "notefct",
- "email": "edunlima2007@gmail.com"
- },
- "record": {
- "CNAME": "notefct.github.io"
- }
+ "description": "notefct personal developer website",
+ "repo": "https://github.com/notefct/aboutme",
+ "owner": {
+ "username": "notefct",
+ "email": "edunlima2007@gmail.com"
+ },
+ "record": {
+ "CNAME": "notefct.github.io"
+ }
}
diff --git a/domains/notjadeja.json b/domains/notjadeja.json
index 4b1faf9c7..d32032699 100644
--- a/domains/notjadeja.json
+++ b/domains/notjadeja.json
@@ -1,20 +1,16 @@
- {
- "owner": {
+{
+ "owner": {
"username": "HalalJadeja",
"email": "9236.stkabirdio@gmail.com"
- },
- "record": {
+ },
+ "record": {
"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"
- }
+ "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/notrana.json b/domains/notrana.json
index d4aff135a..79a08a799 100644
--- a/domains/notrana.json
+++ b/domains/notrana.json
@@ -1,12 +1,12 @@
{
- "description": "Link to my portfolio site.",
- "repo": "https://github.com/notrana/notrana.github.io",
- "owner": {
- "username": "notrana",
- "email": "mail@notrana.tk",
- "discord": "Rana Asad.py#5925"
- },
- "record": {
- "CNAME": "notrana.github.io"
- }
+ "description": "Link to my portfolio site.",
+ "repo": "https://github.com/notrana/notrana.github.io",
+ "owner": {
+ "username": "notrana",
+ "email": "mail@notrana.tk",
+ "discord": "Rana Asad.py#5925"
+ },
+ "record": {
+ "CNAME": "notrana.github.io"
+ }
}
diff --git a/domains/notsora.json b/domains/notsora.json
index 62bc4d44e..c7cd55b38 100644
--- a/domains/notsora.json
+++ b/domains/notsora.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "OraSora",
- "email": "S05A@outlook.com"
- },
- "record": {
- "CNAME": "c20d9bfa-52f3-47e1-a43f-326fe4079288.repl.co"
- }
+ "owner": {
+ "username": "OraSora",
+ "email": "S05A@outlook.com"
+ },
+ "record": {
+ "CNAME": "c20d9bfa-52f3-47e1-a43f-326fe4079288.repl.co"
+ }
}
diff --git a/domains/noxsin.json b/domains/noxsin.json
index 19be530cb..bd2c44a04 100644
--- a/domains/noxsin.json
+++ b/domains/noxsin.json
@@ -1,12 +1,12 @@
{
- "description": "A noxsin's webpage",
- "repo": "https://github.com/komysh/komysh.github.io",
- "owner": {
- "username": "komysh",
- "email": "arcteac@gmail.com",
- "telegram": "@mentolbot"
- },
- "record": {
- "CNAME": "komysh.github.io"
- }
+ "description": "A noxsin's webpage",
+ "repo": "https://github.com/komysh/komysh.github.io",
+ "owner": {
+ "username": "komysh",
+ "email": "arcteac@gmail.com",
+ "telegram": "@mentolbot"
+ },
+ "record": {
+ "CNAME": "komysh.github.io"
+ }
}
diff --git a/domains/noxturnix.json b/domains/noxturnix.json
index 670ff6454..469025210 100644
--- a/domains/noxturnix.json
+++ b/domains/noxturnix.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Noxturnix",
- "email": "noxturnix@noxt.us"
- },
- "record": {
- "URL": "https://noxt.us"
- }
+ "owner": {
+ "username": "Noxturnix",
+ "email": "noxturnix@noxt.us"
+ },
+ "record": {
+ "URL": "https://noxt.us"
+ }
}
diff --git a/domains/nrdybhu1.json b/domains/nrdybhu1.json
index c750a379a..6db1f2174 100644
--- a/domains/nrdybhu1.json
+++ b/domains/nrdybhu1.json
@@ -1,11 +1,11 @@
{
- "description": "My Personal Website",
- "repo": "https://github.com/NrdyBhu1/nrdybhu1.github.io",
- "owner": {
- "username": "NrdyBhu1",
- "email": "NrdyBhu1@gmail.com"
- },
- "record": {
- "CNAME": "nrdybhu1.github.io"
- }
+ "description": "My Personal Website",
+ "repo": "https://github.com/NrdyBhu1/nrdybhu1.github.io",
+ "owner": {
+ "username": "NrdyBhu1",
+ "email": "NrdyBhu1@gmail.com"
+ },
+ "record": {
+ "CNAME": "nrdybhu1.github.io"
+ }
}
diff --git a/domains/nsh.json b/domains/nsh.json
index 6e9bb7e32..d9508c0e5 100644
--- a/domains/nsh.json
+++ b/domains/nsh.json
@@ -1,12 +1,12 @@
-{
- "owner": {
- "username": "priyanshprajapat",
- "email": "priy@nsh.is-.dev",
- "twitter": "oyepriyansh"
- },
- "description": "mail domain",
- "record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
- }
+{
+ "owner": {
+ "username": "priyanshprajapat",
+ "email": "priy@nsh.is-.dev",
+ "twitter": "oyepriyansh"
+ },
+ "description": "mail domain",
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/ntc-edm.json b/domains/ntc-edm.json
index 534cb3ace..3aa60549e 100644
--- a/domains/ntc-edm.json
+++ b/domains/ntc-edm.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "thanhcong2k7",
"email": "nhocpeacock@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "kmdev.carrd.co"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/ntg.json b/domains/ntg.json
index 8a6ea35b9..2517fa8a9 100644
--- a/domains/ntg.json
+++ b/domains/ntg.json
@@ -1,11 +1,11 @@
{
- "description": "Dot Nothing here :)",
- "repo": "https://github.com/dotntg/dotntg.github.io",
- "owner": {
- "username": "dotntg",
- "email": "dotntg.dev@gmail.com"
- },
- "record": {
- "CNAME": "dotntg.github.io"
- }
+ "description": "Dot Nothing here :)",
+ "repo": "https://github.com/dotntg/dotntg.github.io",
+ "owner": {
+ "username": "dotntg",
+ "email": "dotntg.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "dotntg.github.io"
+ }
}
diff --git a/domains/nthn.json b/domains/nthn.json
index 622f63a89..1479525d0 100644
--- a/domains/nthn.json
+++ b/domains/nthn.json
@@ -1,11 +1,11 @@
{
- "description": "Storage Untuk Mengupload Semua Filemu",
- "repo": "https://github.com/ZeroChanBot",
- "owner": {
- "username": "Nathan",
- "email": "contact@webraku.xyz"
- },
- "record": {
- "CNAME": "storage-production.up.railway.app"
- }
+ "description": "Storage Untuk Mengupload Semua Filemu",
+ "repo": "https://github.com/ZeroChanBot",
+ "owner": {
+ "username": "Nathan",
+ "email": "contact@webraku.xyz"
+ },
+ "record": {
+ "CNAME": "storage-production.up.railway.app"
+ }
}
diff --git a/domains/null.json b/domains/null.json
index 6fe085431..31aa9cb1f 100644
--- a/domains/null.json
+++ b/domains/null.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Sudo-null7",
"email": "philippeparr38@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "null.parr.lol"
- }
}
-
+}
diff --git a/domains/nunya-9018.json b/domains/nunya-9018.json
index 7f79066dd..d27b5c78d 100644
--- a/domains/nunya-9018.json
+++ b/domains/nunya-9018.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Nunya-9018",
"email": "007youdontknowme@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "nunya-9018.up.railway.app"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/nuxsh.json b/domains/nuxsh.json
index 2c0db117e..b9fbc8b9b 100644
--- a/domains/nuxsh.json
+++ b/domains/nuxsh.json
@@ -1,12 +1,12 @@
{
- "description": "hi, im nuxsh",
- "repo": "https://github.com/nuxshed/nuxshed.github.io",
- "owner": {
- "username": "nuxshed",
- "email": "nuxshed@gmail.com",
- "discord": "nuxsh#9338"
- },
- "record": {
- "CNAME": "nuxshed.github.io"
- }
+ "description": "hi, im nuxsh",
+ "repo": "https://github.com/nuxshed/nuxshed.github.io",
+ "owner": {
+ "username": "nuxshed",
+ "email": "nuxshed@gmail.com",
+ "discord": "nuxsh#9338"
+ },
+ "record": {
+ "CNAME": "nuxshed.github.io"
+ }
}
diff --git a/domains/nv2k3.json b/domains/nv2k3.json
index 2326cad67..059d1c3ff 100644
--- a/domains/nv2k3.json
+++ b/domains/nv2k3.json
@@ -1,11 +1,11 @@
{
- "description": "Nv2k3's portfolio website",
- "repo": "https://github.com/nv2k3/nv2k3.github.io",
- "owner": {
- "username": "nv2k3",
- "email": "nagendrar.537@gmail.com"
- },
- "record": {
- "CNAME": "nv2k3.github.io"
- }
+ "description": "Nv2k3's portfolio website",
+ "repo": "https://github.com/nv2k3/nv2k3.github.io",
+ "owner": {
+ "username": "nv2k3",
+ "email": "nagendrar.537@gmail.com"
+ },
+ "record": {
+ "CNAME": "nv2k3.github.io"
+ }
}
diff --git a/domains/nxb1t.json b/domains/nxb1t.json
index ef5818113..ae8c73d66 100644
--- a/domains/nxb1t.json
+++ b/domains/nxb1t.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "nxb1t.github.io"
}
-}
+}
diff --git a/domains/nyan.json b/domains/nyan.json
index 2320dfa1e..2d479ccd9 100644
--- a/domains/nyan.json
+++ b/domains/nyan.json
@@ -1,12 +1,12 @@
{
- "owner": {
- "username": "aeongdesu",
- "email": "",
- "revolt": "@Nyan",
- "discord": "Bread#2635",
- "note": "discord id: 548821619661864962"
- },
- "record": {
- "CNAME": "ppy.pages.dev"
- }
+ "owner": {
+ "username": "aeongdesu",
+ "email": "",
+ "revolt": "@Nyan",
+ "discord": "Bread#2635",
+ "note": "discord id: 548821619661864962"
+ },
+ "record": {
+ "CNAME": "ppy.pages.dev"
+ }
}
diff --git a/domains/nyel.json b/domains/nyel.json
index 66403dd00..3a7633c6c 100644
--- a/domains/nyel.json
+++ b/domains/nyel.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "nyelnizy",
"email": "yhiamdan@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "nyelnizy.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/nziie.json b/domains/nziie.json
index 5153f53af..8cc47359e 100644
--- a/domains/nziie.json
+++ b/domains/nziie.json
@@ -1,11 +1,11 @@
{
- "description": "Nziie's Developer Website",
- "repo": "https://github.com/Nzii3/website",
- "owner": {
- "username": "Nzii3",
- "email": "exeyst@gmail.com"
- },
- "record": {
- "CNAME": "nziie3.github.io"
- }
+ "description": "Nziie's Developer Website",
+ "repo": "https://github.com/Nzii3/website",
+ "owner": {
+ "username": "Nzii3",
+ "email": "exeyst@gmail.com"
+ },
+ "record": {
+ "CNAME": "nziie3.github.io"
+ }
}
diff --git a/domains/ocean.json b/domains/ocean.json
index 33961cd2b..da166171b 100644
--- a/domains/ocean.json
+++ b/domains/ocean.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "OceanTechnic",
- "email": "",
- "twitter": "UnderWater_DEV"
- },
- "record": {
- "CNAME": "oceantechnic.github.io"
- }
+ "owner": {
+ "username": "OceanTechnic",
+ "email": "",
+ "twitter": "UnderWater_DEV"
+ },
+ "record": {
+ "CNAME": "oceantechnic.github.io"
+ }
}
diff --git a/domains/ocloo.json b/domains/ocloo.json
index 057da463e..49aefc66c 100644
--- a/domains/ocloo.json
+++ b/domains/ocloo.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "dev0cloo",
"email": "etor.ocloo@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://dev0cloo.netlify.app"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/ofersadan.json b/domains/ofersadan.json
index 42ce352c6..92c29af60 100644
--- a/domains/ofersadan.json
+++ b/domains/ofersadan.json
@@ -1,11 +1,11 @@
{
- "description": "Ofer Sadan's GitHub profile",
- "repo": "https://github.com/ofersadan85/ofersadan85",
- "owner": {
- "username": "ofersadan85",
- "email": "ofersadan85@gmail.com"
- },
- "record": {
- "URL": "https://github.com/ofersadan85"
- }
-}
\ No newline at end of file
+ "description": "Ofer Sadan's GitHub profile",
+ "repo": "https://github.com/ofersadan85/ofersadan85",
+ "owner": {
+ "username": "ofersadan85",
+ "email": "ofersadan85@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/ofersadan85"
+ }
+}
diff --git a/domains/oirnoir.json b/domains/oirnoir.json
index 40175d026..35ae7a191 100644
--- a/domains/oirnoir.json
+++ b/domains/oirnoir.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "OIRNOIR",
- "email": "",
- "discord": "OIRNOIR#0032"
- },
- "record": {
- "URL": "https://oirnoir.dev"
- }
+ "owner": {
+ "username": "OIRNOIR",
+ "email": "",
+ "discord": "OIRNOIR#0032"
+ },
+ "record": {
+ "URL": "https://oirnoir.dev"
+ }
}
diff --git a/domains/okyanusoz.json b/domains/okyanusoz.json
index 0597038d6..879d5bc74 100644
--- a/domains/okyanusoz.json
+++ b/domains/okyanusoz.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "okyanusoz",
- "email": "",
- "github": "okyanusoz"
- },
- "record": {
- "URL": "https://github.com/okyanusoz"
- }
+ "owner": {
+ "username": "okyanusoz",
+ "email": "",
+ "github": "okyanusoz"
+ },
+ "record": {
+ "URL": "https://github.com/okyanusoz"
+ }
}
diff --git a/domains/ole.json b/domains/ole.json
index 47cf2b984..3059021da 100644
--- a/domains/ole.json
+++ b/domains/ole.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "ole-is-live.de"
}
-}
+}
diff --git a/domains/oleg.json b/domains/oleg.json
index b7b5df0d9..f70dfd76e 100644
--- a/domains/oleg.json
+++ b/domains/oleg.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "olegrumiancev",
"email": "oleg.rumiancev@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://olegrumiancev.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/oleksa.json b/domains/oleksa.json
index 395762d64..1742f4c29 100644
--- a/domains/oleksa.json
+++ b/domains/oleksa.json
@@ -1,11 +1,11 @@
{
- "description": "Oleksa's personal portfolio pagee",
- "repo": "https://github.com/angelofallars/angelofallars.github.io",
- "owner": {
- "username": "oleksa15",
- "email": "oleksaa.ua@gmail.com"
- },
- "record": {
- "CNAME": "oleksa15.github.io"
- }
+ "description": "Oleksa's personal portfolio pagee",
+ "repo": "https://github.com/angelofallars/angelofallars.github.io",
+ "owner": {
+ "username": "oleksa15",
+ "email": "oleksaa.ua@gmail.com"
+ },
+ "record": {
+ "CNAME": "oleksa15.github.io"
+ }
}
diff --git a/domains/oli.json b/domains/oli.json
index 1baba7315..c3a0f7940 100644
--- a/domains/oli.json
+++ b/domains/oli.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "qyful",
- "email": "",
- "twitter": "Qyful",
- "discord": "Qyful#1800"
- },
- "record": {
- "CNAME": "cb41d586-dc17-4f5d-b336-2c93504644e4.id.repl.co"
- }
+ "owner": {
+ "username": "qyful",
+ "email": "",
+ "twitter": "Qyful",
+ "discord": "Qyful#1800"
+ },
+ "record": {
+ "CNAME": "cb41d586-dc17-4f5d-b336-2c93504644e4.id.repl.co"
+ }
}
diff --git a/domains/olili.json b/domains/olili.json
index 67bd1e257..6787d7178 100644
--- a/domains/olili.json
+++ b/domains/olili.json
@@ -1,11 +1,11 @@
{
- "description": "Olili daniel portfolio",
- "repo": "https://github.com/Olili2017/olili2017.github.io",
- "owner": {
- "username": "Olili2017",
- "email": "olilidaniel@gmail.com"
- },
- "record": {
- "CNAME": "olili2017.github.io"
- }
+ "description": "Olili daniel portfolio",
+ "repo": "https://github.com/Olili2017/olili2017.github.io",
+ "owner": {
+ "username": "Olili2017",
+ "email": "olilidaniel@gmail.com"
+ },
+ "record": {
+ "CNAME": "olili2017.github.io"
+ }
}
diff --git a/domains/omer.json b/domains/omer.json
index a4850d21c..cc93b8344 100644
--- a/domains/omer.json
+++ b/domains/omer.json
@@ -1,12 +1,12 @@
-{
- "description": "omercup's personal website",
- "repo": "https://github.com/omercup/omercup.github.io",
- "owner": {
- "username": "omercup",
- "email": "",
- "twitter": "heisomercup"
- },
- "record": {
- "CNAME": "omercup.github.io"
- }
-}
\ No newline at end of file
+{
+ "description": "omercup's personal website",
+ "repo": "https://github.com/omercup/omercup.github.io",
+ "owner": {
+ "username": "omercup",
+ "email": "",
+ "twitter": "heisomercup"
+ },
+ "record": {
+ "CNAME": "omercup.github.io"
+ }
+}
diff --git a/domains/oneclick-macos-simple-kvm.notaperson535.json b/domains/oneclick-macos-simple-kvm.notaperson535.json
index 2135c3dd1..5934082c5 100644
--- a/domains/oneclick-macos-simple-kvm.notaperson535.json
+++ b/domains/oneclick-macos-simple-kvm.notaperson535.json
@@ -1,11 +1,11 @@
{
- "description": "My macOS VM guide website",
- "repo": "https://github.com/notAperson535/OneClick-macOS-Simple-KVM",
- "owner": {
- "username": "notAperson535",
- "email": "notAperson939@gmail.com"
- },
- "record": {
- "CNAME": "notAperson535.github.io"
- }
+ "description": "My macOS VM guide website",
+ "repo": "https://github.com/notAperson535/OneClick-macOS-Simple-KVM",
+ "owner": {
+ "username": "notAperson535",
+ "email": "notAperson939@gmail.com"
+ },
+ "record": {
+ "CNAME": "notAperson535.github.io"
+ }
}
diff --git a/domains/onion.json b/domains/onion.json
index 18af26572..afe940f08 100644
--- a/domains/onion.json
+++ b/domains/onion.json
@@ -1,15 +1,12 @@
{
- "owner": {
- "username": "OnionDev1885",
- "email": "",
- "discord": "OnionDev#1885"
- },
- "record": {
- "URL": "https://trgop.gq",
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "owner": {
+ "username": "OnionDev1885",
+ "email": "",
+ "discord": "OnionDev#1885"
+ },
+ "record": {
+ "URL": "https://trgop.gq",
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/oniondev.json b/domains/oniondev.json
index 0309de764..0dadf40ae 100644
--- a/domains/oniondev.json
+++ b/domains/oniondev.json
@@ -1,15 +1,12 @@
{
- "owner": {
- "username": "OnionDev1885",
- "email": "",
- "discord": "OnionDev#1885"
- },
- "record": {
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all",
- "URL": "https://trgop.gq"
- }
+ "owner": {
+ "username": "OnionDev1885",
+ "email": "",
+ "discord": "OnionDev#1885"
+ },
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all",
+ "URL": "https://trgop.gq"
+ }
}
diff --git a/domains/oofy.json b/domains/oofy.json
index acb141c9d..7571fc158 100644
--- a/domains/oofy.json
+++ b/domains/oofy.json
@@ -1,11 +1,11 @@
{
- "description": "Oofquest's Website!",
- "repo": "https://github.com/oofquest",
- "owner": {
- "username": "oofquest",
- "email": "oofquest@cub0rd.xyz"
- },
- "record": {
- "CNAME": "9655e52b-5dc4-45ba-8e74-8d942aa9ea33.repl.co"
- }
+ "description": "Oofquest's Website!",
+ "repo": "https://github.com/oofquest",
+ "owner": {
+ "username": "oofquest",
+ "email": "oofquest@cub0rd.xyz"
+ },
+ "record": {
+ "CNAME": "9655e52b-5dc4-45ba-8e74-8d942aa9ea33.repl.co"
+ }
}
diff --git a/domains/opaayush.json b/domains/opaayush.json
index a672cc42b..8a1b90e92 100644
--- a/domains/opaayush.json
+++ b/domains/opaayush.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "opaayush.pages.dev"
}
-}
+}
diff --git a/domains/oreki.json b/domains/oreki.json
index ef0b4fe0e..166f8c81f 100644
--- a/domains/oreki.json
+++ b/domains/oreki.json
@@ -1,10 +1,10 @@
{
- "description": "My Personal Website",
- "owner": {
- "username": "Oreki-Dev",
- "email": "orekidev@gmail.com"
- },
- "record": {
- "A": ["164.132.74.251", "192.95.42.75"]
- }
+ "description": "My Personal Website",
+ "owner": {
+ "username": "Oreki-Dev",
+ "email": "orekidev@gmail.com"
+ },
+ "record": {
+ "A": ["164.132.74.251", "192.95.42.75"]
+ }
}
diff --git a/domains/oreo.json b/domains/oreo.json
index ae229d19c..35f4638f1 100644
--- a/domains/oreo.json
+++ b/domains/oreo.json
@@ -1,12 +1,12 @@
{
- "description": "A website for YummyOreo",
- "repo": "https://github.com/YummyOreo/yummyoreo.github.io",
- "owner": {
- "username": "YummyOreo",
- "email": "bobgim20@gmail.com",
- "twitter": "YummyOreo3"
- },
- "record": {
- "CNAME": "yummyoreo.github.io"
- }
+ "description": "A website for YummyOreo",
+ "repo": "https://github.com/YummyOreo/yummyoreo.github.io",
+ "owner": {
+ "username": "YummyOreo",
+ "email": "bobgim20@gmail.com",
+ "twitter": "YummyOreo3"
+ },
+ "record": {
+ "CNAME": "yummyoreo.github.io"
+ }
}
diff --git a/domains/orestsaban.json b/domains/orestsaban.json
index 18ae16395..5e424a540 100644
--- a/domains/orestsaban.json
+++ b/domains/orestsaban.json
@@ -1,19 +1,16 @@
{
- "description": "My personality web page",
- "owner": {
- "username": "OrestSaban",
- "email": "OrestSaban@OrestSaban.is-a.dev"
- },
- "record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ]
- }
+ "description": "My personality web page",
+ "owner": {
+ "username": "OrestSaban",
+ "email": "OrestSaban@OrestSaban.is-a.dev"
+ },
+ "record": {
+ "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/osada.json b/domains/osada.json
index d3823a364..5922cc945 100644
--- a/domains/osada.json
+++ b/domains/osada.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "osadavc",
- "email": "osadavidath@gmail.com",
- "twitter": "osadavidath"
- },
- "record": {
- "URL": "https://osada-is-a-dev.vercel.app"
- }
+ "owner": {
+ "username": "osadavc",
+ "email": "osadavidath@gmail.com",
+ "twitter": "osadavidath"
+ },
+ "record": {
+ "URL": "https://osada-is-a-dev.vercel.app"
+ }
}
diff --git a/domains/ovillafuerte94.json b/domains/ovillafuerte94.json
index d80b59dce..5e7146518 100644
--- a/domains/ovillafuerte94.json
+++ b/domains/ovillafuerte94.json
@@ -1,11 +1,11 @@
{
- "description": "Omar Villafuerte",
- "repo": "https://github.com/ovillafuerte94/ovillafuerte94.github.io",
- "owner": {
- "username": "ovillafuerte94",
- "email": "ovillafuerte.94@gmail.com"
- },
- "record": {
- "CNAME": "ovillafuerte94.github.io"
- }
+ "description": "Omar Villafuerte",
+ "repo": "https://github.com/ovillafuerte94/ovillafuerte94.github.io",
+ "owner": {
+ "username": "ovillafuerte94",
+ "email": "ovillafuerte.94@gmail.com"
+ },
+ "record": {
+ "CNAME": "ovillafuerte94.github.io"
+ }
}
diff --git a/domains/owain.json b/domains/owain.json
index bf9063817..22080c4c3 100644
--- a/domains/owain.json
+++ b/domains/owain.json
@@ -1,10 +1,10 @@
{
- "description": "Owain's Website",
- "owner": {
- "username": "owjothegreat",
- "email": "owain.jones74@gmail.com"
- },
- "record": {
- "CNAME": "0wain.xyz"
- }
+ "description": "Owain's Website",
+ "owner": {
+ "username": "owjothegreat",
+ "email": "owain.jones74@gmail.com"
+ },
+ "record": {
+ "CNAME": "0wain.xyz"
+ }
}
diff --git a/domains/paban.json b/domains/paban.json
index 18879ad6b..adc0c0f4e 100644
--- a/domains/paban.json
+++ b/domains/paban.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio of Paban",
- "repo": "https://github.com/Pabanjyoti/Pabanjyoti.github.io",
- "owner": {
- "username": "Pabanjyoti",
- "email": "pawanjyotimail@gmail.com"
- },
- "record": {
- "CNAME": "pabanjyoti.github.io"
- }
+ "description": "Portfolio of Paban",
+ "repo": "https://github.com/Pabanjyoti/Pabanjyoti.github.io",
+ "owner": {
+ "username": "Pabanjyoti",
+ "email": "pawanjyotimail@gmail.com"
+ },
+ "record": {
+ "CNAME": "pabanjyoti.github.io"
+ }
}
diff --git a/domains/pace.json b/domains/pace.json
index 42b9b1ef9..1e50c5e7a 100644
--- a/domains/pace.json
+++ b/domains/pace.json
@@ -1,11 +1,11 @@
{
- "description": "Place to host all my bio for my spigot plugins",
- "repo": "https://github.com/Pace1337",
- "owner": {
- "username": "Pace1337",
- "email": "pacex3123@gmail.com"
- },
- "record": {
- "CNAME": "pacedev.tk"
- }
+ "description": "Place to host all my bio for my spigot plugins",
+ "repo": "https://github.com/Pace1337",
+ "owner": {
+ "username": "Pace1337",
+ "email": "pacex3123@gmail.com"
+ },
+ "record": {
+ "CNAME": "pacedev.tk"
+ }
}
diff --git a/domains/pad.json b/domains/pad.json
index a3ae728b5..809275bf4 100644
--- a/domains/pad.json
+++ b/domains/pad.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "aripadrian",
"email": "aripadrian01@gmail.com"
- },
+ },
- "record": {
+ "record": {
"A": ["209.182.237.31"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/paddycooper.json b/domains/paddycooper.json
index 70f0d932e..7fce41f31 100644
--- a/domains/paddycooper.json
+++ b/domains/paddycooper.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "PaddyCooper08",
"email": "1210@rgsg.co.uk"
- },
+ },
- "record": {
+ "record": {
"CNAME": "paddycooper.surge.sh"
- }
}
-
+}
diff --git a/domains/pajsen.json b/domains/pajsen.json
index 92f021368..442ccdcf4 100644
--- a/domains/pajsen.json
+++ b/domains/pajsen.json
@@ -1,11 +1,11 @@
{
- "description": "Pajsen's developer website",
- "repo": "https://github.com/pajsen-media/pajsen-media.github.io",
- "owner": {
- "username": "Pajsen9263",
- "email": "admin@cybercore.gq"
- },
- "record": {
- "CNAME": "pajsen-media.github.io"
- }
+ "description": "Pajsen's developer website",
+ "repo": "https://github.com/pajsen-media/pajsen-media.github.io",
+ "owner": {
+ "username": "Pajsen9263",
+ "email": "admin@cybercore.gq"
+ },
+ "record": {
+ "CNAME": "pajsen-media.github.io"
+ }
}
diff --git a/domains/panchal-chirag.json b/domains/panchal-chirag.json
index 072aea0cf..c1be602ae 100644
--- a/domains/panchal-chirag.json
+++ b/domains/panchal-chirag.json
@@ -1,11 +1,11 @@
{
- "description": "Chirag Profile.",
- "repo": "https://github.com/panchal-chirag/panchal-chirag.github.io",
- "owner": {
- "username": "panchal-chirag",
- "email": ""
- },
- "record": {
- "CNAME": "panchal-chirag.github.io"
- }
+ "description": "Chirag Profile.",
+ "repo": "https://github.com/panchal-chirag/panchal-chirag.github.io",
+ "owner": {
+ "username": "panchal-chirag",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "panchal-chirag.github.io"
+ }
}
diff --git a/domains/panda.json b/domains/panda.json
index d0e173900..94c5e5d5c 100644
--- a/domains/panda.json
+++ b/domains/panda.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "s3mant",
- "email": "contact@semant.is-a.dev"
- },
- "description": "redirection to main web.",
- "record": {
- "URL": "https://semant.panda.is-a.dev"
- }
+ "owner": {
+ "username": "s3mant",
+ "email": "contact@semant.is-a.dev"
+ },
+ "description": "redirection to main web.",
+ "record": {
+ "URL": "https://semant.panda.is-a.dev"
+ }
}
diff --git a/domains/pandaninjas.json b/domains/pandaninjas.json
index b33450452..67049dc69 100644
--- a/domains/pandaninjas.json
+++ b/domains/pandaninjas.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "pandaninjas",
"email": "admin@malwarefight.gq"
- },
- "record": {
+ },
+ "record": {
"CNAME": "pandaninjas.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/pandya-riddhi.json b/domains/pandya-riddhi.json
index 3765c9f3f..5e59f0708 100644
--- a/domains/pandya-riddhi.json
+++ b/domains/pandya-riddhi.json
@@ -1,11 +1,11 @@
{
- "description": "Riddhi pandya profile.",
- "repo": "https://github.com/pandya-riddhi/pandya-riddhi.github.io",
- "owner": {
- "username": "pandya-riddhi",
- "email": ""
- },
- "record": {
- "CNAME": "pandya-riddhi.github.io"
- }
+ "description": "Riddhi pandya profile.",
+ "repo": "https://github.com/pandya-riddhi/pandya-riddhi.github.io",
+ "owner": {
+ "username": "pandya-riddhi",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "pandya-riddhi.github.io"
+ }
}
diff --git a/domains/pansy.json b/domains/pansy.json
index 927f76798..9191e313c 100644
--- a/domains/pansy.json
+++ b/domains/pansy.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "pansy27",
- "email": "uselessshogun99@gmail.com"
- },
- "record": {
- "CNAME": "pansy27.github.io"
- }
+ "owner": {
+ "username": "pansy27",
+ "email": "uselessshogun99@gmail.com"
+ },
+ "record": {
+ "CNAME": "pansy27.github.io"
+ }
}
diff --git a/domains/papyrus.json b/domains/papyrus.json
index d9ff0c33d..0ecf80594 100644
--- a/domains/papyrus.json
+++ b/domains/papyrus.json
@@ -1,11 +1,11 @@
{
- "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"
-},
- "record": {
- "CNAME": "papyrus0444.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "papyrus0444.github.io"
+ }
}
diff --git a/domains/paranoiasystem.json b/domains/paranoiasystem.json
index 3b0c8decb..9e9c03e5a 100644
--- a/domains/paranoiasystem.json
+++ b/domains/paranoiasystem.json
@@ -1,11 +1,11 @@
{
- "description": "ParanoiaSystem's Domain",
- "repo": "https://github.com/paranoiasystem/paranoiasystem.github.io",
- "owner": {
- "username": "paranoiasystem",
- "email": "marcoferraioli@live.com"
- },
- "record": {
- "CNAME": "paranoiasystem.github.io"
- }
+ "description": "ParanoiaSystem's Domain",
+ "repo": "https://github.com/paranoiasystem/paranoiasystem.github.io",
+ "owner": {
+ "username": "paranoiasystem",
+ "email": "marcoferraioli@live.com"
+ },
+ "record": {
+ "CNAME": "paranoiasystem.github.io"
+ }
}
diff --git a/domains/parshnt.json b/domains/parshnt.json
index 169b9886b..68bdc0d7e 100644
--- a/domains/parshnt.json
+++ b/domains/parshnt.json
@@ -1,11 +1,11 @@
{
- "description": "YAY, new place for my Portfolio",
- "repo": "https://github.com/parshnt",
- "owner": {
- "username": "parshnt",
- "email": "hi.parshant@gmail.com"
- },
- "record": {
- "CNAME": "parshnt.github.io"
- }
+ "description": "YAY, new place for my Portfolio",
+ "repo": "https://github.com/parshnt",
+ "owner": {
+ "username": "parshnt",
+ "email": "hi.parshant@gmail.com"
+ },
+ "record": {
+ "CNAME": "parshnt.github.io"
+ }
}
diff --git a/domains/parth.json b/domains/parth.json
index e920cebd1..9fcdac438 100644
--- a/domains/parth.json
+++ b/domains/parth.json
@@ -1,11 +1,11 @@
{
- "description": "An awesome new place for my Portfolio !",
- "repo": "https://github.com/parthpanchal123/profile",
- "owner": {
- "username": "parthpanchal123",
- "email": "parthpanchal53@gmail.com"
- },
- "record": {
- "CNAME": "parthpanchal123.github.io"
- }
+ "description": "An awesome new place for my Portfolio !",
+ "repo": "https://github.com/parthpanchal123/profile",
+ "owner": {
+ "username": "parthpanchal123",
+ "email": "parthpanchal53@gmail.com"
+ },
+ "record": {
+ "CNAME": "parthpanchal123.github.io"
+ }
}
diff --git a/domains/patel-hetal.json b/domains/patel-hetal.json
index 589cadd23..c4b9098ba 100644
--- a/domains/patel-hetal.json
+++ b/domains/patel-hetal.json
@@ -1,11 +1,11 @@
{
- "description": "Hetal Profile.",
- "repo": "https://github.com/patel-hetal/patel-hetal.github.io",
- "owner": {
- "username": "patel-hetal",
- "email": ""
- },
- "record": {
- "CNAME": "patel-hetal.github.io"
- }
+ "description": "Hetal Profile.",
+ "repo": "https://github.com/patel-hetal/patel-hetal.github.io",
+ "owner": {
+ "username": "patel-hetal",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "patel-hetal.github.io"
+ }
}
diff --git a/domains/pathan-imran.json b/domains/pathan-imran.json
index d3ef1a6bf..7faee34c1 100644
--- a/domains/pathan-imran.json
+++ b/domains/pathan-imran.json
@@ -1,11 +1,11 @@
{
- "description": "Imran Profile.",
- "repo": "https://github.com/pathan-imran/pathan-imran.github.io",
- "owner": {
- "username": "pathan-imran",
- "email": ""
- },
- "record": {
- "CNAME": "pathan-imran.github.io"
- }
-}
+ "description": "Imran Profile.",
+ "repo": "https://github.com/pathan-imran/pathan-imran.github.io",
+ "owner": {
+ "username": "pathan-imran",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "pathan-imran.github.io"
+ }
+}
diff --git a/domains/patriciafelix.json b/domains/patriciafelix.json
index 02b75e638..d0309a817 100644
--- a/domains/patriciafelix.json
+++ b/domains/patriciafelix.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio Website",
- "repo": "https://github.com/patriciafelixx/patriciafelixx.github.io",
- "owner": {
- "username": "patriciafelixx",
- "email": "patriciafelixx@outlook.com"
- },
- "record": {
- "CNAME": "patriciafelixx.github.io"
- }
+ "description": "Portfolio Website",
+ "repo": "https://github.com/patriciafelixx/patriciafelixx.github.io",
+ "owner": {
+ "username": "patriciafelixx",
+ "email": "patriciafelixx@outlook.com"
+ },
+ "record": {
+ "CNAME": "patriciafelixx.github.io"
+ }
}
diff --git a/domains/patrick.json b/domains/patrick.json
index 91fa2b4c4..60f20efc1 100644
--- a/domains/patrick.json
+++ b/domains/patrick.json
@@ -1,11 +1,11 @@
{
- "description": "Have a look to my web site please ;-;",
- "repo": "https://github.com/PatrickChoDev",
- "owner": {
- "username": "PatrickChoDev",
- "email": "devpatrick.cho@gmail.com"
- },
- "record": {
- "A": ["140.83.36.254"]
- }
+ "description": "Have a look to my web site please ;-;",
+ "repo": "https://github.com/PatrickChoDev",
+ "owner": {
+ "username": "PatrickChoDev",
+ "email": "devpatrick.cho@gmail.com"
+ },
+ "record": {
+ "A": ["140.83.36.254"]
+ }
}
diff --git a/domains/patrickbrophy.json b/domains/patrickbrophy.json
index b9aed7f9a..04aa0e744 100644
--- a/domains/patrickbrophy.json
+++ b/domains/patrickbrophy.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "washedPat",
"email": "patrick.brophy2@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "patrickbrophy.dev"
- }
}
-
+}
diff --git a/domains/patrickzhou.json b/domains/patrickzhou.json
index f056a828e..f02262bdb 100644
--- a/domains/patrickzhou.json
+++ b/domains/patrickzhou.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "patrickzhou1234",
- "email": "",
- "discord": "Moist Nugget#5050"
- },
- "record": {
- "CNAME": "patrickzhou1234.github.io"
- }
+ "owner": {
+ "username": "patrickzhou1234",
+ "email": "",
+ "discord": "Moist Nugget#5050"
+ },
+ "record": {
+ "CNAME": "patrickzhou1234.github.io"
+ }
}
diff --git a/domains/paul.json b/domains/paul.json
index 4c0dc502d..66a485c4e 100644
--- a/domains/paul.json
+++ b/domains/paul.json
@@ -1,11 +1,11 @@
{
- "description": "My Personal Landing Page!",
- "repo": "https://github.com/NotKaskus",
- "owner": {
- "username": "NotKaskus",
- "email": "kaskus45@protonmail.com"
- },
- "record": {
- "CNAME": "notkaskus.github.io"
- }
+ "description": "My Personal Landing Page!",
+ "repo": "https://github.com/NotKaskus",
+ "owner": {
+ "username": "NotKaskus",
+ "email": "kaskus45@protonmail.com"
+ },
+ "record": {
+ "CNAME": "notkaskus.github.io"
+ }
}
diff --git a/domains/pay.gornostay25.json b/domains/pay.gornostay25.json
index e884103ae..075714eae 100644
--- a/domains/pay.gornostay25.json
+++ b/domains/pay.gornostay25.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "gornostay25",
- "email": "me@gornostay25.is-a.dev"
- },
- "record": {
- "CNAME": "d3ef8e32-cbba-4a23-a450-08aa46054a6b.repl.co"
- }
+ "owner": {
+ "username": "gornostay25",
+ "email": "me@gornostay25.is-a.dev"
+ },
+ "record": {
+ "CNAME": "d3ef8e32-cbba-4a23-a450-08aa46054a6b.repl.co"
+ }
}
diff --git a/domains/payidar.json b/domains/payidar.json
index d07bddf54..ce10ee0fe 100644
--- a/domains/payidar.json
+++ b/domains/payidar.json
@@ -1,11 +1,11 @@
{
- "description": "Payidars's personal developer website",
- "repo": "https://github.com/payidarofficial",
- "owner": {
- "username": "payidar",
- "email": "mertcelik2196@gmail.com"
- },
- "record": {
- "URL": "https://payidarofficial.xyz"
- }
+ "description": "Payidars's personal developer website",
+ "repo": "https://github.com/payidarofficial",
+ "owner": {
+ "username": "payidar",
+ "email": "mertcelik2196@gmail.com"
+ },
+ "record": {
+ "URL": "https://payidarofficial.xyz"
+ }
}
diff --git a/domains/peach.json b/domains/peach.json
index ade9fef83..0992bffb7 100644
--- a/domains/peach.json
+++ b/domains/peach.json
@@ -1,12 +1,12 @@
{
- "description": "Peach's Website!",
- "repo": "https://github.com/RUW3T/peach.github.io",
- "owner": {
- "username": "Peach",
- "email": "azisbillah95@gmail.com",
- "discord": "edrea#1717"
- },
- "record": {
- "CNAME": "ruw3t.github.io"
- }
+ "description": "Peach's Website!",
+ "repo": "https://github.com/RUW3T/peach.github.io",
+ "owner": {
+ "username": "Peach",
+ "email": "azisbillah95@gmail.com",
+ "discord": "edrea#1717"
+ },
+ "record": {
+ "CNAME": "ruw3t.github.io"
+ }
}
diff --git a/domains/pekly.json b/domains/pekly.json
index 88a56ee92..57869b846 100644
--- a/domains/pekly.json
+++ b/domains/pekly.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Pekly",
"email": "oodhuu57@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://dsc.gg/pekly"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/pemtshewang.json b/domains/pemtshewang.json
index f070b9552..235d47bee 100644
--- a/domains/pemtshewang.json
+++ b/domains/pemtshewang.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "pemtshewang.github.io"
}
-}
+}
diff --git a/domains/penguin.json b/domains/penguin.json
index 9fa7ca004..70d9fccdb 100644
--- a/domains/penguin.json
+++ b/domains/penguin.json
@@ -1,22 +1,16 @@
{
- "owner": {
- "username": "bcyayay14",
- "email": "br14n.universe@gmail.com"
- },
- "record": {
- "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"
-
- }
-
+ "owner": {
+ "username": "bcyayay14",
+ "email": "br14n.universe@gmail.com"
+ },
+ "record": {
+ "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/penguinmod.json b/domains/penguinmod.json
index f3d5831ec..e87857962 100644
--- a/domains/penguinmod.json
+++ b/domains/penguinmod.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "FreshPenguin112",
- "email": "freshpenguin1@outlook.com"
- },
- "record": {
- "URL": "https://penguinmod.github.io/PenguinMod-Gui/editor.html"
- }
+ "owner": {
+ "username": "FreshPenguin112",
+ "email": "freshpenguin1@outlook.com"
+ },
+ "record": {
+ "URL": "https://penguinmod.github.io/PenguinMod-Gui/editor.html"
+ }
}
diff --git a/domains/penieldialu.json b/domains/penieldialu.json
index 4669f534a..d34aa6373 100644
--- a/domains/penieldialu.json
+++ b/domains/penieldialu.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "bilwifi",
"email": "dialundamapeniel@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://penieldialu.carrd.co"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/penieldialundama.json b/domains/penieldialundama.json
index 4669f534a..d34aa6373 100644
--- a/domains/penieldialundama.json
+++ b/domains/penieldialundama.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "bilwifi",
"email": "dialundamapeniel@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://penieldialu.carrd.co"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/peris.json b/domains/peris.json
index ecb5c9139..47c4b4ef6 100644
--- a/domains/peris.json
+++ b/domains/peris.json
@@ -1,11 +1,11 @@
{
- "description": "Peris's Portfolio",
- "repo": "https://github.com/perisrai/perisrai.github.io",
- "owner": {
- "username": "perisrai",
- "email": "perishrai@gmail.com"
- },
- "record": {
- "CNAME": "perisrai.github.io"
- }
+ "description": "Peris's Portfolio",
+ "repo": "https://github.com/perisrai/perisrai.github.io",
+ "owner": {
+ "username": "perisrai",
+ "email": "perishrai@gmail.com"
+ },
+ "record": {
+ "CNAME": "perisrai.github.io"
+ }
}
diff --git a/domains/petla.json b/domains/petla.json
index 8cfc57a18..99913cff7 100644
--- a/domains/petla.json
+++ b/domains/petla.json
@@ -1,12 +1,12 @@
{
- "owner": {
+ "owner": {
"username": "Petla-reboot",
"email": "petla@s246.xrea.com",
"twitter": "Petla_reboot"
- },
+ },
- "record": {
+ "record": {
"A": ["160.251.151.77"],
"MX": ["s246.xrea.com"]
- }
}
+}
diff --git a/domains/phamvandien.json b/domains/phamvandien.json
index 25523490e..7347c4d72 100644
--- a/domains/phamvandien.json
+++ b/domains/phamvandien.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "D-Jukie",
"email": "phamvandienofficial@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "a6b7d456-4a75-42ba-b316-2b5b50199973.id.repl.co"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/phantom.json b/domains/phantom.json
index 19d8b51b3..53bd14626 100644
--- a/domains/phantom.json
+++ b/domains/phantom.json
@@ -1,11 +1,11 @@
{
- "description": "My is-a-dev sub-domain Credentials! :D",
- "repo": "https://github.com/SealedSaucer",
- "owner": {
- "username": "SealedSaucer",
- "email": "sealedsaucer@gmail.com"
- },
- "record": {
- "CNAME": "phantom.pages.dev"
- }
+ "description": "My is-a-dev sub-domain Credentials! :D",
+ "repo": "https://github.com/SealedSaucer",
+ "owner": {
+ "username": "SealedSaucer",
+ "email": "sealedsaucer@gmail.com"
+ },
+ "record": {
+ "CNAME": "phantom.pages.dev"
+ }
}
diff --git a/domains/phaze.json b/domains/phaze.json
index 9d9fc19d9..70b7adc8a 100644
--- a/domains/phaze.json
+++ b/domains/phaze.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "phaze-the-dumb",
"email": "phaze@duck.com"
- },
- "record": {
+ },
+ "record": {
"A": ["132.226.127.70"]
- }
}
-
+}
diff --git a/domains/phelix.json b/domains/phelix.json
index 508ebbb73..ab8d6e502 100644
--- a/domains/phelix.json
+++ b/domains/phelix.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "URL": "https://phelixdusengimana.vercel.app"
- }
+ "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"
+ },
+ "record": {
+ "URL": "https://phelixdusengimana.vercel.app"
+ }
}
diff --git a/domains/phelixdusengimana.json b/domains/phelixdusengimana.json
index 508ebbb73..ab8d6e502 100644
--- a/domains/phelixdusengimana.json
+++ b/domains/phelixdusengimana.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "URL": "https://phelixdusengimana.vercel.app"
- }
+ "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"
+ },
+ "record": {
+ "URL": "https://phelixdusengimana.vercel.app"
+ }
}
diff --git a/domains/pheonix.json b/domains/pheonix.json
index db0f430a4..b981729f1 100644
--- a/domains/pheonix.json
+++ b/domains/pheonix.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Pheonix14",
"email": "sd490405@gmail.com"
- },
- "record": {
+ },
+ "record": {
"A": ["164.132.74.251"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/philcajurao.json b/domains/philcajurao.json
index fb8158e0a..c05bf679f 100644
--- a/domains/philcajurao.json
+++ b/domains/philcajurao.json
@@ -1,11 +1,11 @@
{
- "description": "my firstime here and for my portfolio website",
- "repo": "https://github.com/philcajurao/philcajurao.github.io",
- "owner": {
- "username": "philcajurao",
- "email": "philcajurao@gmail.com"
- },
- "record": {
- "CNAME": "philcajurao.github.io"
- }
+ "description": "my firstime here and for my portfolio website",
+ "repo": "https://github.com/philcajurao/philcajurao.github.io",
+ "owner": {
+ "username": "philcajurao",
+ "email": "philcajurao@gmail.com"
+ },
+ "record": {
+ "CNAME": "philcajurao.github.io"
+ }
}
diff --git a/domains/picklerick.json b/domains/picklerick.json
index 51c8ba470..633a17526 100644
--- a/domains/picklerick.json
+++ b/domains/picklerick.json
@@ -1,11 +1,11 @@
{
- "description": "cool stuff",
- "repo": "https://github.com/ticklerick/ticklerick.github.io",
- "owner": {
- "username": "ticklerick",
- "email": "pickle@anonemail.net"
- },
- "record": {
- "CNAME": "ticklerick.github.io"
- }
+ "description": "cool stuff",
+ "repo": "https://github.com/ticklerick/ticklerick.github.io",
+ "owner": {
+ "username": "ticklerick",
+ "email": "pickle@anonemail.net"
+ },
+ "record": {
+ "CNAME": "ticklerick.github.io"
+ }
}
diff --git a/domains/picloud.json b/domains/picloud.json
index 0f5bc2e1e..f3184623e 100644
--- a/domains/picloud.json
+++ b/domains/picloud.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "hb0313",
"email": "hbhandwaldar@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://sites.google.com/view/pihome1/home"
- }
}
-
+}
diff --git a/domains/piero.json b/domains/piero.json
index 2071cbb34..76e744f86 100644
--- a/domains/piero.json
+++ b/domains/piero.json
@@ -1,11 +1,11 @@
{
- "description": "Piero Is a Dev",
- "repo": "https://replit.com/@piemadd/pierois-adev",
- "owner": {
- "username": "pieromqwerty",
- "email": "isadev@piemadd.com"
- },
- "record": {
- "CNAME": "588d327b-9fb6-4484-856e-0477ffef0efe.repl.co"
- }
+ "description": "Piero Is a Dev",
+ "repo": "https://replit.com/@piemadd/pierois-adev",
+ "owner": {
+ "username": "pieromqwerty",
+ "email": "isadev@piemadd.com"
+ },
+ "record": {
+ "CNAME": "588d327b-9fb6-4484-856e-0477ffef0efe.repl.co"
+ }
}
diff --git a/domains/pinchese.json b/domains/pinchese.json
index 0fc394b29..176b29d81 100644
--- a/domains/pinchese.json
+++ b/domains/pinchese.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "pinchese.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "pinchese.github.io"
+ }
}
diff --git a/domains/pingoda.json b/domains/pingoda.json
index ad9cbb10a..bbb9d05d6 100644
--- a/domains/pingoda.json
+++ b/domains/pingoda.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "pinogda.github.io"
}
-}
+}
diff --git a/domains/pinont.json b/domains/pinont.json
index ebeb0fd4c..33575c532 100644
--- a/domains/pinont.json
+++ b/domains/pinont.json
@@ -1,11 +1,11 @@
{
- "description": "My Personal Web.",
- "repo": "https://github.com/PinozenTH/PinozenTH.github.io",
- "owner": {
- "username": "PinozenTH",
- "email": "Pinozen.Thailand@gmail.com"
- },
- "record": {
- "CNAME": "PinozenTH.github.io"
- }
+ "description": "My Personal Web.",
+ "repo": "https://github.com/PinozenTH/PinozenTH.github.io",
+ "owner": {
+ "username": "PinozenTH",
+ "email": "Pinozen.Thailand@gmail.com"
+ },
+ "record": {
+ "CNAME": "PinozenTH.github.io"
+ }
}
diff --git a/domains/pirate-project.json b/domains/pirate-project.json
index 85711ef02..a676b1433 100644
--- a/domains/pirate-project.json
+++ b/domains/pirate-project.json
@@ -1,12 +1,10 @@
{
- "description": "Pirate-Teams server",
- "owner": {
- "username": "StalkerMeyr",
- "email": "andchit223@gmail.com"
- },
- "record": {
- "A": [
- "185.87.50.120"
- ]
- }
-}
+ "description": "Pirate-Teams server",
+ "owner": {
+ "username": "StalkerMeyr",
+ "email": "andchit223@gmail.com"
+ },
+ "record": {
+ "A": ["185.87.50.120"]
+ }
+}
diff --git a/domains/pivko.json b/domains/pivko.json
index 2fb472b15..b5d03794d 100644
--- a/domains/pivko.json
+++ b/domains/pivko.json
@@ -1,10 +1,10 @@
{
- "description": "AmbassadorGovna website",
- "owner": {
- "username": "AmbassadorGovna",
- "email": "leshikcube+isadev@googlemail.com"
- },
- "record": {
- "CNAME": "vps162412.ispsite.ru"
- }
+ "description": "AmbassadorGovna website",
+ "owner": {
+ "username": "AmbassadorGovna",
+ "email": "leshikcube+isadev@googlemail.com"
+ },
+ "record": {
+ "CNAME": "vps162412.ispsite.ru"
+ }
}
diff --git a/domains/pixel.json b/domains/pixel.json
index 4b558abe2..7cce20e4d 100644
--- a/domains/pixel.json
+++ b/domains/pixel.json
@@ -1,12 +1,12 @@
{
- "description": "BasicPixel's personal website",
- "repo": "https://github.com/BasicPixel/basicpixel.github.io",
- "owner": {
- "username": "BasicPixel",
- "email": "osama.mo.qudah@gmail.com",
- "twitter": "pqudah"
- },
- "record": {
- "CNAME": "basicpixel.github.io"
- }
+ "description": "BasicPixel's personal website",
+ "repo": "https://github.com/BasicPixel/basicpixel.github.io",
+ "owner": {
+ "username": "BasicPixel",
+ "email": "osama.mo.qudah@gmail.com",
+ "twitter": "pqudah"
+ },
+ "record": {
+ "CNAME": "basicpixel.github.io"
+ }
}
diff --git a/domains/pixelgeek.json b/domains/pixelgeek.json
index 97cf04944..5e46be32f 100644
--- a/domains/pixelgeek.json
+++ b/domains/pixelgeek.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
- "username": "pixelgeek",
- "email": "pixelgeek@intel.com"
- },
- "record": {
- "CNAME": "pixelgeek.github.io"
- }
- }
-
\ No newline at end of file
+{
+ "owner": {
+ "username": "pixelgeek",
+ "email": "pixelgeek@intel.com"
+ },
+ "record": {
+ "CNAME": "pixelgeek.github.io"
+ }
+}
diff --git a/domains/pixl8.json b/domains/pixl8.json
index 749ad779d..3a5367f35 100644
--- a/domains/pixl8.json
+++ b/domains/pixl8.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "pixl8dev",
"email": "judah.cs08@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "pixl8dev.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/piyush.json b/domains/piyush.json
index 175077ef7..ac8615740 100644
--- a/domains/piyush.json
+++ b/domains/piyush.json
@@ -1,10 +1,10 @@
{
- "description": "Piyush's Website",
- "owner": {
- "username": "officialpiyush",
- "email": "bhangalepiyush@gmail.com"
- },
- "record": {
- "URL": "https://officialpiyush.github.io"
- }
+ "description": "Piyush's Website",
+ "owner": {
+ "username": "officialpiyush",
+ "email": "bhangalepiyush@gmail.com"
+ },
+ "record": {
+ "URL": "https://officialpiyush.github.io"
+ }
}
diff --git a/domains/plopilpy.json b/domains/plopilpy.json
index 43178d678..e592c94d0 100644
--- a/domains/plopilpy.json
+++ b/domains/plopilpy.json
@@ -1,12 +1,12 @@
{
- "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",
- "twitter": "plopilpy"
- },
- "record": {
- "CNAME": "plopilpy.github.io"
- }
+ "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",
+ "twitter": "plopilpy"
+ },
+ "record": {
+ "CNAME": "plopilpy.github.io"
+ }
}
diff --git a/domains/plumaxe.json b/domains/plumaxe.json
index 106acdfdd..600b3b521 100644
--- a/domains/plumaxe.json
+++ b/domains/plumaxe.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Firewoork",
- "email": "iaintflxzra122@gmail.com"
- },
- "record": {
- "CNAME": "Plumaxe.github.io"
- }
+ "owner": {
+ "username": "Firewoork",
+ "email": "iaintflxzra122@gmail.com"
+ },
+ "record": {
+ "CNAME": "Plumaxe.github.io"
+ }
}
diff --git a/domains/plun.json b/domains/plun.json
index 678139655..601b90c33 100644
--- a/domains/plun.json
+++ b/domains/plun.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "plun1331",
"email": "plun1331@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "plun.pages.dev"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/pmint05.json b/domains/pmint05.json
index d2ae09e84..90e31ccbb 100644
--- a/domains/pmint05.json
+++ b/domains/pmint05.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "pmint05.github.io"
}
-}
+}
diff --git a/domains/pndaboi.json b/domains/pndaboi.json
index 6ac168f10..4dd3c19a7 100644
--- a/domains/pndaboi.json
+++ b/domains/pndaboi.json
@@ -1,12 +1,12 @@
{
- "description": "PndaBoi's Website!",
- "repo": "https://github.com/PndaBoi/pndaboi.github.io",
- "owner": {
- "username": "PndaBoi",
- "email": "vareshplayzyt@gmail.com",
- "discord": "ΞGØ〢⎝⎝✧Varesh Here✧⎠⎠#9890"
- },
- "record": {
- "CNAME": "pndaboi.github.io"
- }
+ "description": "PndaBoi's Website!",
+ "repo": "https://github.com/PndaBoi/pndaboi.github.io",
+ "owner": {
+ "username": "PndaBoi",
+ "email": "vareshplayzyt@gmail.com",
+ "discord": "ΞGØ〢⎝⎝✧Varesh Here✧⎠⎠#9890"
+ },
+ "record": {
+ "CNAME": "pndaboi.github.io"
+ }
}
diff --git a/domains/poetry.m1dnight.json b/domains/poetry.m1dnight.json
index 73cb9df47..cd695ac16 100644
--- a/domains/poetry.m1dnight.json
+++ b/domains/poetry.m1dnight.json
@@ -2,10 +2,10 @@
"description": "Aakanksha's .is-a.dev domain",
"repo": "https://poetry.m1dnightdev.repl.co",
"owner": {
- "username": "m1dnight-ofcl",
- "email": "m1dnightgmrofficial@gmail.com"
+ "username": "m1dnight-ofcl",
+ "email": "m1dnightgmrofficial@gmail.com"
},
"record": {
- "CNAME": "5eb3b096-1df2-40f7-aa66-6c2ce0687219.id.repl.co"
+ "CNAME": "5eb3b096-1df2-40f7-aa66-6c2ce0687219.id.repl.co"
}
}
diff --git a/domains/poked.json b/domains/poked.json
index 9470797fb..2efc35294 100644
--- a/domains/poked.json
+++ b/domains/poked.json
@@ -1,13 +1,13 @@
{
- "description": "poked.is-a.dev",
- "repo": "https://github.com/PokedArmory/PokedArmory.github.io",
- "owner": {
- "username": "PokedArmory",
- "email": "poked.armory@gmail.com",
- "discord": "Poked_Armory#0001",
- "twitter": "PokedWasTaken"
- },
- "record": {
- "CNAME": "PokedArmory.github.io"
- }
+ "description": "poked.is-a.dev",
+ "repo": "https://github.com/PokedArmory/PokedArmory.github.io",
+ "owner": {
+ "username": "PokedArmory",
+ "email": "poked.armory@gmail.com",
+ "discord": "Poked_Armory#0001",
+ "twitter": "PokedWasTaken"
+ },
+ "record": {
+ "CNAME": "PokedArmory.github.io"
+ }
}
diff --git a/domains/polars.json b/domains/polars.json
index 01ecf5950..3caafd120 100644
--- a/domains/polars.json
+++ b/domains/polars.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "pol-ars",
"email": "tariqsaedbusiness@outlook.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "pol-ars.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/polopro.json b/domains/polopro.json
index fbfac54f5..c2e582cf0 100644
--- a/domains/polopro.json
+++ b/domains/polopro.json
@@ -1,11 +1,11 @@
{
- "description": "polo pro",
- "repo": "https://github.com/polo-1245-oficial/polo-1245-oficial.github.io",
- "owner": {
- "username": "polo-1245-oficial",
- "email": "contacto@polo1245.es"
- },
- "record": {
- "CNAME": "polo-1245-oficial.github.io"
- }
+ "description": "polo pro",
+ "repo": "https://github.com/polo-1245-oficial/polo-1245-oficial.github.io",
+ "owner": {
+ "username": "polo-1245-oficial",
+ "email": "contacto@polo1245.es"
+ },
+ "record": {
+ "CNAME": "polo-1245-oficial.github.io"
+ }
}
diff --git a/domains/porary.json b/domains/porary.json
index 6ed534cf9..268098ef6 100644
--- a/domains/porary.json
+++ b/domains/porary.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "GotoShoraro",
"email": "info@porary.net"
- },
+ },
- "record": {
+ "record": {
"URL": "https://porary.net"
- }
}
-
+}
diff --git a/domains/pororo.json b/domains/pororo.json
index 911b8d22b..7db26beb2 100644
--- a/domains/pororo.json
+++ b/domains/pororo.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "MoartMedia",
- "email": "u.hello@kakao.com"
- },
- "record": {
- "CNAME": "dev.is.moart.media"
- }
+ "owner": {
+ "username": "MoartMedia",
+ "email": "u.hello@kakao.com"
+ },
+ "record": {
+ "CNAME": "dev.is.moart.media"
+ }
}
diff --git a/domains/portal-slot-gacor.json b/domains/portal-slot-gacor.json
index a265de76e..cbd81609d 100644
--- a/domains/portal-slot-gacor.json
+++ b/domains/portal-slot-gacor.json
@@ -1,11 +1,11 @@
{
- "description": "Demo Spining wheeles slot Gacor",
- "repo": "https://github.com/cewemanja/portal-slot-gacor",
- "owner": {
- "username": "cewemanja",
- "email": "slotgacor@id123.uno"
- },
- "record": {
- "URL": "https://cewemanja.github.io/portal-slot-gacor"
- }
+ "description": "Demo Spining wheeles slot Gacor",
+ "repo": "https://github.com/cewemanja/portal-slot-gacor",
+ "owner": {
+ "username": "cewemanja",
+ "email": "slotgacor@id123.uno"
+ },
+ "record": {
+ "URL": "https://cewemanja.github.io/portal-slot-gacor"
+ }
}
diff --git a/domains/posandu.json b/domains/posandu.json
index 967592d15..5f9c83a1a 100644
--- a/domains/posandu.json
+++ b/domains/posandu.json
@@ -1,12 +1,12 @@
{
- "description": "My Portfolio",
- "repo": "https://github.com/Posandu/posandu.github.io",
- "owner": {
- "username": "posandu",
- "email": "posandumapa@gmail.com",
- "twitter": "posandu"
- },
- "record": {
- "CNAME": "posandu.github.io"
- }
+ "description": "My Portfolio",
+ "repo": "https://github.com/Posandu/posandu.github.io",
+ "owner": {
+ "username": "posandu",
+ "email": "posandumapa@gmail.com",
+ "twitter": "posandu"
+ },
+ "record": {
+ "CNAME": "posandu.github.io"
+ }
}
diff --git a/domains/potatoland4492.json b/domains/potatoland4492.json
index 8f3f2255f..f61e048f5 100644
--- a/domains/potatoland4492.json
+++ b/domains/potatoland4492.json
@@ -1,11 +1,11 @@
{
- "description": "A personal site for all my projects.",
- "repo": "https://github.com/potatoland4492/potatoland4492.github.io",
- "owner": {
- "username": "potatoland4492",
- "email": "potatoland4492@gmail.com"
- },
- "record": {
- "CNAME": "potatoland4492.github.io"
- }
+ "description": "A personal site for all my projects.",
+ "repo": "https://github.com/potatoland4492/potatoland4492.github.io",
+ "owner": {
+ "username": "potatoland4492",
+ "email": "potatoland4492@gmail.com"
+ },
+ "record": {
+ "CNAME": "potatoland4492.github.io"
+ }
}
diff --git a/domains/pplg.json b/domains/pplg.json
index 4bb4f7502..5e6839946 100644
--- a/domains/pplg.json
+++ b/domains/pplg.json
@@ -6,4 +6,4 @@
"record": {
"CNAME": "d46b1013-50ed-4f41-b75e-3961b2b9aad6.id.repl.co"
}
-}
\ No newline at end of file
+}
diff --git a/domains/pr.whine.json b/domains/pr.whine.json
index 8994675cf..f3a39a96e 100644
--- a/domains/pr.whine.json
+++ b/domains/pr.whine.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "whinee",
- "email": "",
- "twitter": "whi_nyaan"
+ "username": "whinee",
+ "email": "",
+ "twitter": "whi_nyaan"
},
"description": "whi_ne's projects' subdomain",
"record": {
diff --git a/domains/pr0k41.json b/domains/pr0k41.json
index ee01146be..f7b8961c4 100644
--- a/domains/pr0k41.json
+++ b/domains/pr0k41.json
@@ -1,11 +1,11 @@
{
- "description": "Prokai's Website",
- "repo": "https://github.com/pr0k41/pr0k41.github.io",
- "owner": {
- "username": "pr0k41",
- "email": "pr0k41@proton.me"
- },
- "record": {
- "CNAME": "pr0k41.github.io"
- }
+ "description": "Prokai's Website",
+ "repo": "https://github.com/pr0k41/pr0k41.github.io",
+ "owner": {
+ "username": "pr0k41",
+ "email": "pr0k41@proton.me"
+ },
+ "record": {
+ "CNAME": "pr0k41.github.io"
+ }
}
diff --git a/domains/prabhakaranjm.json b/domains/prabhakaranjm.json
index c70092f41..5f621eace 100644
--- a/domains/prabhakaranjm.json
+++ b/domains/prabhakaranjm.json
@@ -1,11 +1,11 @@
{
- "description": "Prabhakaran J M is a dev",
- "repo": "https://github.com/prajaymas/prajaymas.github.io",
- "owner": {
- "username": "prabhakaranjm",
- "email": "prabhakaran.jm@gmail.com"
- },
- "record": {
- "CNAME": "prajaymas.github.io"
- }
+ "description": "Prabhakaran J M is a dev",
+ "repo": "https://github.com/prajaymas/prajaymas.github.io",
+ "owner": {
+ "username": "prabhakaranjm",
+ "email": "prabhakaran.jm@gmail.com"
+ },
+ "record": {
+ "CNAME": "prajaymas.github.io"
+ }
}
diff --git a/domains/prabhat.json b/domains/prabhat.json
index 6df0cc828..8aac90ffa 100644
--- a/domains/prabhat.json
+++ b/domains/prabhat.json
@@ -1,11 +1,11 @@
{
- "description": "My Portfolio Website",
- "repo": "https://github.com/itzPrabhat",
- "owner": {
- "username": "itzPrabhat",
- "email": "prabhatbhatia09@gmail.com"
- },
- "record": {
- "CNAME": "pbdev.ml"
- }
+ "description": "My Portfolio Website",
+ "repo": "https://github.com/itzPrabhat",
+ "owner": {
+ "username": "itzPrabhat",
+ "email": "prabhatbhatia09@gmail.com"
+ },
+ "record": {
+ "CNAME": "pbdev.ml"
+ }
}
diff --git a/domains/prabin.json b/domains/prabin.json
index 1ead6918b..e906afebd 100644
--- a/domains/prabin.json
+++ b/domains/prabin.json
@@ -1,11 +1,11 @@
{
- "description": "Personal Web",
- "repo": "https://github.com/prabincankod/prabincankod.github.io",
- "owner": {
- "username": "prabincankod",
- "email": "prabinsubedi2016@gmail.com"
- },
- "record": {
- "URL": "https://prabin.tech"
- }
+ "description": "Personal Web",
+ "repo": "https://github.com/prabincankod/prabincankod.github.io",
+ "owner": {
+ "username": "prabincankod",
+ "email": "prabinsubedi2016@gmail.com"
+ },
+ "record": {
+ "URL": "https://prabin.tech"
+ }
}
diff --git a/domains/practical.json b/domains/practical.json
index 6f1139e38..b4b759510 100644
--- a/domains/practical.json
+++ b/domains/practical.json
@@ -1,13 +1,11 @@
-
- {
- "description": "A website to show my portfolio.",
- "repo": "https://github.com/practicaldev101/practicaldev101.github.io",
- "owner": {
+{
+ "description": "A website to show my portfolio.",
+ "repo": "https://github.com/practicaldev101/practicaldev101.github.io",
+ "owner": {
"username": "practicaldev101",
"email": "carlosospinomonsalve@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "practicaldev101.github.io"
- }
}
-
+}
diff --git a/domains/pradeepvarma22.json b/domains/pradeepvarma22.json
index 755cd75cc..25697503c 100644
--- a/domains/pradeepvarma22.json
+++ b/domains/pradeepvarma22.json
@@ -1,12 +1,10 @@
-
- {
- "repo": "https://github.com/pradeepvarma22/pradeepvarma22.github.io",
- "owner": {
+{
+ "repo": "https://github.com/pradeepvarma22/pradeepvarma22.github.io",
+ "owner": {
"username": "pradeepvarma22",
"email": "pradeepnadimpalli22@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "pradeepvarma22.github.io"
- }
}
-
+}
diff --git a/domains/prajapati-divya.json b/domains/prajapati-divya.json
index d529266f3..78f4ee9fc 100644
--- a/domains/prajapati-divya.json
+++ b/domains/prajapati-divya.json
@@ -1,11 +1,11 @@
{
- "description": "Divya profile.",
- "repo": "https://github.com/prajapati-divya/prajapati-divya.github.io",
- "owner": {
- "username": "prajapati-divya",
- "email": ""
- },
- "record": {
- "CNAME": "prajapati-divya.github.io"
- }
+ "description": "Divya profile.",
+ "repo": "https://github.com/prajapati-divya/prajapati-divya.github.io",
+ "owner": {
+ "username": "prajapati-divya",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "prajapati-divya.github.io"
+ }
}
diff --git a/domains/prakhar.json b/domains/prakhar.json
index 787d31479..70df75990 100644
--- a/domains/prakhar.json
+++ b/domains/prakhar.json
@@ -1,11 +1,11 @@
{
- "description": "Prakhar| Portfolio",
- "repo": "https://github.com/Prakhar-commits.github.io",
- "owner": {
- "username": "Prakhar-commits",
- "email": "prakharb56@gmail.com"
- },
- "record": {
- "CNAME": "Prakhar-commits.github.io"
- }
+ "description": "Prakhar| Portfolio",
+ "repo": "https://github.com/Prakhar-commits.github.io",
+ "owner": {
+ "username": "Prakhar-commits",
+ "email": "prakharb56@gmail.com"
+ },
+ "record": {
+ "CNAME": "Prakhar-commits.github.io"
+ }
}
diff --git a/domains/prakmo.json b/domains/prakmo.json
index 3b3cb7e85..795b3aa92 100644
--- a/domains/prakmo.json
+++ b/domains/prakmo.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "PrakmO",
- "email": "omkar9patil0@gmail.com"
- },
- "record": {
- "CNAME": "eb215cd3-797f-4063-bbdf-d9687fc6d8de.id.repl.co"
- }
+ "owner": {
+ "username": "PrakmO",
+ "email": "omkar9patil0@gmail.com"
+ },
+ "record": {
+ "CNAME": "eb215cd3-797f-4063-bbdf-d9687fc6d8de.id.repl.co"
+ }
}
diff --git a/domains/pranav.json b/domains/pranav.json
index e00e16212..fe64e0226 100644
--- a/domains/pranav.json
+++ b/domains/pranav.json
@@ -1,11 +1,11 @@
{
- "description": "Pranav's personal website",
- "repo": "https://github.com/pranavnt/pt5.dev",
- "owner": {
- "username": "pranavnt",
- "email": "pranavnt@outlook.com"
- },
- "record": {
- "CNAME": "pt5.dev"
- }
+ "description": "Pranav's personal website",
+ "repo": "https://github.com/pranavnt/pt5.dev",
+ "owner": {
+ "username": "pranavnt",
+ "email": "pranavnt@outlook.com"
+ },
+ "record": {
+ "CNAME": "pt5.dev"
+ }
}
diff --git a/domains/pranavsaxena.json b/domains/pranavsaxena.json
index f5af52703..efa1c38e7 100644
--- a/domains/pranavsaxena.json
+++ b/domains/pranavsaxena.json
@@ -1,12 +1,12 @@
{
- "description": "Pranav Saxena's Personal Website",
- "repo": "https://github.com/Pranav-Saxena/Pranav-Saxena.github.io",
- "owner": {
- "username": "Pranav-Saxena",
- "email": "pranavsaxena155@gmail.com",
- "discord": "PRANAV SAXENA#9327"
- },
- "record": {
- "CNAME": "Pranav-Saxena.github.io"
- }
+ "description": "Pranav Saxena's Personal Website",
+ "repo": "https://github.com/Pranav-Saxena/Pranav-Saxena.github.io",
+ "owner": {
+ "username": "Pranav-Saxena",
+ "email": "pranavsaxena155@gmail.com",
+ "discord": "PRANAV SAXENA#9327"
+ },
+ "record": {
+ "CNAME": "Pranav-Saxena.github.io"
+ }
}
diff --git a/domains/praquron.json b/domains/praquron.json
index 847e2e221..e6f9ed345 100644
--- a/domains/praquron.json
+++ b/domains/praquron.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "praquron.github.io"
}
-}
+}
diff --git a/domains/prasadbobby.json b/domains/prasadbobby.json
index 11aac993e..95b551215 100644
--- a/domains/prasadbobby.json
+++ b/domains/prasadbobby.json
@@ -1,11 +1,11 @@
{
- "description": "Edu Manager",
- "repo": "https://github.com/prasadbobby",
- "owner": {
- "username": "prasadbobby",
- "email": "prasadbobby057@gmail.com"
- },
- "record": {
- "URL": "http://prasadbobby.me"
- }
+ "description": "Edu Manager",
+ "repo": "https://github.com/prasadbobby",
+ "owner": {
+ "username": "prasadbobby",
+ "email": "prasadbobby057@gmail.com"
+ },
+ "record": {
+ "URL": "http://prasadbobby.me"
+ }
}
diff --git a/domains/prateek.json b/domains/prateek.json
index 78637d0ec..df64be6fe 100644
--- a/domains/prateek.json
+++ b/domains/prateek.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "prateek-chaubey.github.io"
}
-}
+}
diff --git a/domains/pratyay.json b/domains/pratyay.json
index 4de110802..f15e09003 100644
--- a/domains/pratyay.json
+++ b/domains/pratyay.json
@@ -1,11 +1,11 @@
{
- "description": "Pratyay's portfolio website and blog",
- "repo": "https://github.com/x3nosiz",
- "owner": {
- "username": "x3nosiz",
- "email": "neilblaze007@gmail.com"
- },
- "record": {
- "CNAME": "neilblaze.github.io"
- }
+ "description": "Pratyay's portfolio website and blog",
+ "repo": "https://github.com/x3nosiz",
+ "owner": {
+ "username": "x3nosiz",
+ "email": "neilblaze007@gmail.com"
+ },
+ "record": {
+ "CNAME": "neilblaze.github.io"
+ }
}
diff --git a/domains/pratyaydeep.json b/domains/pratyaydeep.json
index 22f7092f3..ad6f689b1 100644
--- a/domains/pratyaydeep.json
+++ b/domains/pratyaydeep.json
@@ -1,11 +1,11 @@
{
- "description": "Pratyaydeep's Microblog",
- "repo": "https://github.com/pratyaydeep",
- "owner": {
- "username": "pratyaydeep",
- "email": "pratyaydeep@yahoo.com"
- },
- "record": {
- "URL": "https://pratya.pythonanywhere.com"
- }
+ "description": "Pratyaydeep's Microblog",
+ "repo": "https://github.com/pratyaydeep",
+ "owner": {
+ "username": "pratyaydeep",
+ "email": "pratyaydeep@yahoo.com"
+ },
+ "record": {
+ "URL": "https://pratya.pythonanywhere.com"
+ }
}
diff --git a/domains/praveen.json b/domains/praveen.json
index 128459810..22b60f6bb 100644
--- a/domains/praveen.json
+++ b/domains/praveen.json
@@ -1,11 +1,11 @@
{
- "description": "Praveen's personal developer website",
- "repo": "https://github.com/PraveenPal4232",
- "owner": {
- "username": "PraveenPal4232",
- "email": "praveenpal4232@gmail.com"
- },
- "record": {
- "CNAME": "praveenpal4232.github.io"
- }
+ "description": "Praveen's personal developer website",
+ "repo": "https://github.com/PraveenPal4232",
+ "owner": {
+ "username": "PraveenPal4232",
+ "email": "praveenpal4232@gmail.com"
+ },
+ "record": {
+ "CNAME": "praveenpal4232.github.io"
+ }
}
diff --git a/domains/priti-shide.json b/domains/priti-shide.json
index 989132cdd..14d7c5b48 100644
--- a/domains/priti-shide.json
+++ b/domains/priti-shide.json
@@ -1,12 +1,11 @@
{
- "description": "My Portfolio.",
- "repo": "https://github.com/priti-shide/priti-shide.github.io",
- "owner": {
- "username": "priti-shide",
- "email": ""
- },
- "record": {
- "CNAME": "priti-shide.github.io"
- }
+ "description": "My Portfolio.",
+ "repo": "https://github.com/priti-shide/priti-shide.github.io",
+ "owner": {
+ "username": "priti-shide",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "priti-shide.github.io"
+ }
}
-
diff --git a/domains/priyansh.json b/domains/priyansh.json
index 10bec5dc3..b9eb110af 100644
--- a/domains/priyansh.json
+++ b/domains/priyansh.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "priyanshprajapat",
- "email": "priy@nsh.is-a.dev"
- },
- "record": {
- "CNAME": "priyansh.pages.dev"
- }
+ "owner": {
+ "username": "priyanshprajapat",
+ "email": "priy@nsh.is-a.dev"
+ },
+ "record": {
+ "CNAME": "priyansh.pages.dev"
+ }
}
diff --git a/domains/prnice.json b/domains/prnice.json
index d20cdb6dd..8ca701b71 100644
--- a/domains/prnice.json
+++ b/domains/prnice.json
@@ -8,4 +8,4 @@
"record": {
"URL": "https://portfolio.prnice.me"
}
-}
\ No newline at end of file
+}
diff --git a/domains/proghead00.json b/domains/proghead00.json
index 9f4244f5a..7b12011ef 100644
--- a/domains/proghead00.json
+++ b/domains/proghead00.json
@@ -1,11 +1,11 @@
{
- "description": "Susnata's is.a.dev domain!",
- "repo": "https://github.com/proghead00/proghead00.github.io",
- "owner": {
- "username": "proghead00",
- "email": "susnata00@gmail.com"
- },
- "record": {
- "CNAME": "proghead00.github.io"
- }
+ "description": "Susnata's is.a.dev domain!",
+ "repo": "https://github.com/proghead00/proghead00.github.io",
+ "owner": {
+ "username": "proghead00",
+ "email": "susnata00@gmail.com"
+ },
+ "record": {
+ "CNAME": "proghead00.github.io"
+ }
}
diff --git a/domains/projakob.json b/domains/projakob.json
index 69fbf3a70..4c309bde4 100644
--- a/domains/projakob.json
+++ b/domains/projakob.json
@@ -1,12 +1,10 @@
{
- "owner": {
- "username": "ProJakob",
- "email": "",
- "discord": "ProJakob#0408"
- },
- "record": {
- "A": [
- "152.89.239.58"
- ]
- }
+ "owner": {
+ "username": "ProJakob",
+ "email": "",
+ "discord": "ProJakob#0408"
+ },
+ "record": {
+ "A": ["152.89.239.58"]
+ }
}
diff --git a/domains/projects.catzboy.json b/domains/projects.catzboy.json
index b3aae05fb..b8922239b 100644
--- a/domains/projects.catzboy.json
+++ b/domains/projects.catzboy.json
@@ -1,11 +1,11 @@
{
- "description": "Showcase All My Projects",
- "repo": "https://github.com/Maruful007/Maruful007.github.io",
- "owner": {
- "username": "Maruful007",
- "email": "marufulislamsami2007@gmail.com"
- },
- "record": {
- "CNAME": "maruful007.github.io"
- }
+ "description": "Showcase All My Projects",
+ "repo": "https://github.com/Maruful007/Maruful007.github.io",
+ "owner": {
+ "username": "Maruful007",
+ "email": "marufulislamsami2007@gmail.com"
+ },
+ "record": {
+ "CNAME": "maruful007.github.io"
+ }
}
diff --git a/domains/prokai-kun.json b/domains/prokai-kun.json
index ec39000f2..ef272143e 100644
--- a/domains/prokai-kun.json
+++ b/domains/prokai-kun.json
@@ -1,11 +1,11 @@
{
- "description": "Iakorp's Website",
- "repo": "https://github.com/IAKORP/IAKORP.github.io",
- "owner": {
- "username": "IAKORP",
- "email": "prokaiindo003@gmail.com"
- },
- "record": {
- "CNAME": "IAKORP.github.io"
- }
+ "description": "Iakorp's Website",
+ "repo": "https://github.com/IAKORP/IAKORP.github.io",
+ "owner": {
+ "username": "IAKORP",
+ "email": "prokaiindo003@gmail.com"
+ },
+ "record": {
+ "CNAME": "IAKORP.github.io"
+ }
}
diff --git a/domains/prokai.json b/domains/prokai.json
index f70941538..32beedb29 100644
--- a/domains/prokai.json
+++ b/domains/prokai.json
@@ -1,11 +1,11 @@
{
- "description": "Iakorp's Website",
- "repo": "https://github.com/14k0rp/14k0rp.github.io",
- "owner": {
- "username": "14k0rp",
- "email": "iakorp@protonmail.com"
- },
- "record": {
- "CNAME": "14k0rp.github.io"
- }
+ "description": "Iakorp's Website",
+ "repo": "https://github.com/14k0rp/14k0rp.github.io",
+ "owner": {
+ "username": "14k0rp",
+ "email": "iakorp@protonmail.com"
+ },
+ "record": {
+ "CNAME": "14k0rp.github.io"
+ }
}
diff --git a/domains/pronicio.json b/domains/pronicio.json
index 1ffca5071..89ede88ba 100644
--- a/domains/pronicio.json
+++ b/domains/pronicio.json
@@ -1,12 +1,12 @@
{
- "description": "Pronicio's Portfolio",
- "repo": "https://github.com/Pronicio",
- "owner": {
- "username": "Pronicio",
- "email": "pronicio.contact@gmail.com",
- "twitter": "Pronicio_dev"
- },
- "record": {
- "CNAME": "portfolio-5s1.pages.dev"
- }
+ "description": "Pronicio's Portfolio",
+ "repo": "https://github.com/Pronicio",
+ "owner": {
+ "username": "Pronicio",
+ "email": "pronicio.contact@gmail.com",
+ "twitter": "Pronicio_dev"
+ },
+ "record": {
+ "CNAME": "portfolio-5s1.pages.dev"
+ }
}
diff --git a/domains/proudmuslim.json b/domains/proudmuslim.json
index 4903d15d3..b74ffdd21 100644
--- a/domains/proudmuslim.json
+++ b/domains/proudmuslim.json
@@ -1,11 +1,10 @@
{
- "repo": "https://github.com/proudmuslim-dev/proudmuslim-dev.github.io",
- "owner": {
- "username": "proudmuslim-dev",
- "email": "proudmuslim-dev@protonmail.com"
- },
- "record": {
- "CNAME": "proudmuslim-dev.github.io"
- }
+ "repo": "https://github.com/proudmuslim-dev/proudmuslim-dev.github.io",
+ "owner": {
+ "username": "proudmuslim-dev",
+ "email": "proudmuslim-dev@protonmail.com"
+ },
+ "record": {
+ "CNAME": "proudmuslim-dev.github.io"
+ }
}
-
diff --git a/domains/proximity.json b/domains/proximity.json
index a9ad113b0..9bee26560 100644
--- a/domains/proximity.json
+++ b/domains/proximity.json
@@ -1,13 +1,11 @@
{
- "description": "Dev Env",
- "repo": "https://github.com/hexed",
- "owner": {
- "username": "hexed",
- "email": "me@proximity.sh"
- },
- "record": {
- "A": [
- "144.172.67.6"
- ]
- }
+ "description": "Dev Env",
+ "repo": "https://github.com/hexed",
+ "owner": {
+ "username": "hexed",
+ "email": "me@proximity.sh"
+ },
+ "record": {
+ "A": ["144.172.67.6"]
+ }
}
diff --git a/domains/proxy.json b/domains/proxy.json
index 450416a95..4e727a6f5 100644
--- a/domains/proxy.json
+++ b/domains/proxy.json
@@ -1,11 +1,11 @@
{
- "description": "Ultraviolet proxy",
- "repo": "https://github.com/notAperson535/Ultraviolet-Static",
- "owner": {
- "username": "notAperson535",
- "email": "notAperson939@gmail.com"
- },
- "record": {
- "CNAME": "notAperson535.github.io"
- }
+ "description": "Ultraviolet proxy",
+ "repo": "https://github.com/notAperson535/Ultraviolet-Static",
+ "owner": {
+ "username": "notAperson535",
+ "email": "notAperson939@gmail.com"
+ },
+ "record": {
+ "CNAME": "notAperson535.github.io"
+ }
}
diff --git a/domains/proxzima.json b/domains/proxzima.json
index 3923d8f25..fd035180a 100644
--- a/domains/proxzima.json
+++ b/domains/proxzima.json
@@ -10,4 +10,4 @@
"record": {
"CNAME": "proxzima.github.io"
}
-}
+}
diff --git a/domains/prozt.json b/domains/prozt.json
index f2bffbdb5..a33da8d92 100644
--- a/domains/prozt.json
+++ b/domains/prozt.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "TechPro709",
- "email": "prozt709@gmail.com"
- },
- "record": {
- "CNAME": "techpro709.github.io"
- }
+ "owner": {
+ "username": "TechPro709",
+ "email": "prozt709@gmail.com"
+ },
+ "record": {
+ "CNAME": "techpro709.github.io"
+ }
}
diff --git a/domains/prryplatypus.json b/domains/prryplatypus.json
index 06f1dda9f..8311ab435 100644
--- a/domains/prryplatypus.json
+++ b/domains/prryplatypus.json
@@ -1,11 +1,11 @@
{
"repo": "https://github.com/prryplatypus",
"owner": {
- "username": "prryplatypus",
- "email": "",
- "twitter": "prryplatypus"
+ "username": "prryplatypus",
+ "email": "",
+ "twitter": "prryplatypus"
},
"record": {
- "CNAME": "prryplatypus.dev"
+ "CNAME": "prryplatypus.dev"
}
- }
+}
diff --git a/domains/psharma.json b/domains/psharma.json
index e430108d8..690830a72 100644
--- a/domains/psharma.json
+++ b/domains/psharma.json
@@ -1,11 +1,11 @@
{
- "description": "Pranav Sharma's developer-specific blog.",
- "repo": "https://github.com/psharma04",
- "owner": {
- "username": "psharma04",
- "email": "isadev@psharma.schoolnotes.xyz"
- },
- "record": {
- "CNAME": "servarr.nighthawk.pw"
- }
+ "description": "Pranav Sharma's developer-specific blog.",
+ "repo": "https://github.com/psharma04",
+ "owner": {
+ "username": "psharma04",
+ "email": "isadev@psharma.schoolnotes.xyz"
+ },
+ "record": {
+ "CNAME": "servarr.nighthawk.pw"
+ }
}
diff --git a/domains/psicmi.json b/domains/psicmi.json
index c7a1101ec..4c1aceb51 100644
--- a/domains/psicmi.json
+++ b/domains/psicmi.json
@@ -6,4 +6,4 @@
"record": {
"CNAME": "psicmi.win"
}
-}
+}
diff --git a/domains/psj.json b/domains/psj.json
index 5514a9335..0928e3ca2 100644
--- a/domains/psj.json
+++ b/domains/psj.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "philphirn",
- "email": "locusapp1@gmail.com"
- },
- "record": {
- "CNAME": "philphirn.github.io"
- }
+ "owner": {
+ "username": "philphirn",
+ "email": "locusapp1@gmail.com"
+ },
+ "record": {
+ "CNAME": "philphirn.github.io"
+ }
}
diff --git a/domains/psy.json b/domains/psy.json
index 8b6da6e21..561261035 100644
--- a/domains/psy.json
+++ b/domains/psy.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ensyde",
- "email": "ensyde0@gmail.com"
- },
- "record": {
- "URL": "https://github.com/ensyde"
- }
+ "owner": {
+ "username": "ensyde",
+ "email": "ensyde0@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/ensyde"
+ }
}
diff --git a/domains/psyro.json b/domains/psyro.json
index 437159606..e53542852 100644
--- a/domains/psyro.json
+++ b/domains/psyro.json
@@ -1,11 +1,11 @@
{
- "description": "Clynt uplaoder!",
- "repo": "https://gitlab.com/Clynt707/SharX",
- "owner": {
- "username": "Clynt",
- "email": "clyntcollin@gmail.com"
- },
- "record": {
- "A": ["45.131.108.144"]
- }
+ "description": "Clynt uplaoder!",
+ "repo": "https://gitlab.com/Clynt707/SharX",
+ "owner": {
+ "username": "Clynt",
+ "email": "clyntcollin@gmail.com"
+ },
+ "record": {
+ "A": ["45.131.108.144"]
+ }
}
diff --git a/domains/puffer.json b/domains/puffer.json
index 69fabe76b..a3145c5c7 100644
--- a/domains/puffer.json
+++ b/domains/puffer.json
@@ -1,12 +1,12 @@
{
- "description": "My website!",
- "repo": "https://github.com/kevinalavik/kevinalavik.github.io",
- "owner": {
- "username": "kevinalavik",
- "email": "kevin.alavik@icloud.com",
- "twitter": "pufferisadev"
- },
- "record": {
- "CNAME": "kevinalavik.github.io"
- }
-}
+ "description": "My website!",
+ "repo": "https://github.com/kevinalavik/kevinalavik.github.io",
+ "owner": {
+ "username": "kevinalavik",
+ "email": "kevin.alavik@icloud.com",
+ "twitter": "pufferisadev"
+ },
+ "record": {
+ "CNAME": "kevinalavik.github.io"
+ }
+}
diff --git a/domains/pupbrained.json b/domains/pupbrained.json
index f5711d612..6dc24e09b 100644
--- a/domains/pupbrained.json
+++ b/domains/pupbrained.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "pupbrained",
"email": "mars@pupbrained.xyz"
- },
- "record": {
+ },
+ "record": {
"CNAME": "pupbrained.xyz"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/pxseu.json b/domains/pxseu.json
index 4e1a315ba..707ab0c6f 100644
--- a/domains/pxseu.json
+++ b/domains/pxseu.json
@@ -1,11 +1,11 @@
{
- "description": "Pxseu's website!",
- "owner": {
- "username": "pxseu",
- "email": "",
- "twitter": "pxseu"
- },
- "record": {
- "URL": "https://www.pxseu.com"
- }
+ "description": "Pxseu's website!",
+ "owner": {
+ "username": "pxseu",
+ "email": "",
+ "twitter": "pxseu"
+ },
+ "record": {
+ "URL": "https://www.pxseu.com"
+ }
}
diff --git a/domains/pyro.json b/domains/pyro.json
index 194a0fb34..7abe97d1b 100644
--- a/domains/pyro.json
+++ b/domains/pyro.json
@@ -1,11 +1,11 @@
{
- "description": "pyro's portfolio",
- "repo": "https://github.com/pyroisgamer.github.io",
- "owner": {
- "username": "pyroisgamer",
- "email": "pyroisgamer@outlook.com"
- },
- "record": {
- "CNAME": "pyroisgamer.github.io"
- }
+ "description": "pyro's portfolio",
+ "repo": "https://github.com/pyroisgamer.github.io",
+ "owner": {
+ "username": "pyroisgamer",
+ "email": "pyroisgamer@outlook.com"
+ },
+ "record": {
+ "CNAME": "pyroisgamer.github.io"
+ }
}
diff --git a/domains/pyve.json b/domains/pyve.json
index d08b360b9..11a18f95e 100644
--- a/domains/pyve.json
+++ b/domains/pyve.json
@@ -1,12 +1,11 @@
-{
- "description": "pyve's world",
- "repo": "https://github.com/pvignau/pvignau.github.io",
- "owner": {
- "username": "pvignau",
- "email": "vignau.py@gmail.com"
- },
- "record": {
- "CNAME": "pvignau.github.io"
- }
- }
-
\ No newline at end of file
+{
+ "description": "pyve's world",
+ "repo": "https://github.com/pvignau/pvignau.github.io",
+ "owner": {
+ "username": "pvignau",
+ "email": "vignau.py@gmail.com"
+ },
+ "record": {
+ "CNAME": "pvignau.github.io"
+ }
+}
diff --git a/domains/qhungg289.json b/domains/qhungg289.json
index 8ce92a95d..80bef1b7f 100644
--- a/domains/qhungg289.json
+++ b/domains/qhungg289.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "qhungg289",
- "email": "qhungg289@proton.me"
- },
- "repo": "https://github.com/qhungg289/qhungg289.github.io",
- "record": {
- "CNAME": "qhungg289.github.io"
- }
+ "owner": {
+ "username": "qhungg289",
+ "email": "qhungg289@proton.me"
+ },
+ "repo": "https://github.com/qhungg289/qhungg289.github.io",
+ "record": {
+ "CNAME": "qhungg289.github.io"
+ }
}
diff --git a/domains/qna.suki.json b/domains/qna.suki.json
index 7ff0ef615..dbf9639a5 100644
--- a/domains/qna.suki.json
+++ b/domains/qna.suki.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "SukiPlayz",
- "email": "sukimayoo@outlook.com"
- },
- "record": {
- "CNAME": "247eddef-406f-4ce3-87ae-b3515f3aa876.id.repl.co"
- }
+ "owner": {
+ "username": "SukiPlayz",
+ "email": "sukimayoo@outlook.com"
+ },
+ "record": {
+ "CNAME": "247eddef-406f-4ce3-87ae-b3515f3aa876.id.repl.co"
+ }
}
diff --git a/domains/qnos.json b/domains/qnos.json
index 18d3fc039..0c11924d6 100644
--- a/domains/qnos.json
+++ b/domains/qnos.json
@@ -1,11 +1,11 @@
{
- "description": "Qnos`s profile",
- "repo": "https://github.com/Qnos41/qnos.git",
- "owner": {
- "username": "Qnos",
- "email": "qnos237@gmail.com"
- },
- "record": {
- "CNAME": "qnos41.github.io"
- }
+ "description": "Qnos`s profile",
+ "repo": "https://github.com/Qnos41/qnos.git",
+ "owner": {
+ "username": "Qnos",
+ "email": "qnos237@gmail.com"
+ },
+ "record": {
+ "CNAME": "qnos41.github.io"
+ }
}
diff --git a/domains/queirozt.json b/domains/queirozt.json
index a5387a1dc..3844daa3a 100644
--- a/domains/queirozt.json
+++ b/domains/queirozt.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "QueirozT",
"email": "tiagoqueirozgoncalves100@gmail.com"
- },
+ },
- "record": {
+ "record": {
"A": ["144.22.180.97"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/quick.json b/domains/quick.json
index e3e92110f..917a9b1ab 100644
--- a/domains/quick.json
+++ b/domains/quick.json
@@ -1,12 +1,12 @@
{
- "description": "quickdaffy's website",
- "repo": "https://github.com/quickdaffy/quickdaffy.github.io",
- "owner": {
- "username": "quickdaffy",
- "email": "quickdaffy@gmail.com",
- "twitter": "quickdaffy"
- },
- "record": {
- "CNAME": "quickdaffy.github.io"
- }
+ "description": "quickdaffy's website",
+ "repo": "https://github.com/quickdaffy/quickdaffy.github.io",
+ "owner": {
+ "username": "quickdaffy",
+ "email": "quickdaffy@gmail.com",
+ "twitter": "quickdaffy"
+ },
+ "record": {
+ "CNAME": "quickdaffy.github.io"
+ }
}
diff --git a/domains/quydang.json b/domains/quydang.json
index 1f051a455..588369933 100644
--- a/domains/quydang.json
+++ b/domains/quydang.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "quydang04.github.io"
}
-}
+}
diff --git a/domains/qwel.json b/domains/qwel.json
index edbf7802d..73249eb61 100644
--- a/domains/qwel.json
+++ b/domains/qwel.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "qwel-exe",
- "discord": "qwel.exe#9583",
- "email": "anirudh012009@gmail.com"
- },
- "record": {
- "CNAME": "qwel-exe.github.io"
- }
+ "owner": {
+ "username": "qwel-exe",
+ "discord": "qwel.exe#9583",
+ "email": "anirudh012009@gmail.com"
+ },
+ "record": {
+ "CNAME": "qwel-exe.github.io"
+ }
}
diff --git a/domains/qwertx.json b/domains/qwertx.json
index 2579dd44b..226ea5ae1 100644
--- a/domains/qwertx.json
+++ b/domains/qwertx.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "notqwertz.github.io"
}
-}
+}
diff --git a/domains/qwerty.json b/domains/qwerty.json
index 749836d47..35e9386df 100644
--- a/domains/qwerty.json
+++ b/domains/qwerty.json
@@ -1,12 +1,12 @@
{
- "description": "Redirecting to my personal website!",
- "repo": "https://github.com/qwertyiscoding/simple-redirect",
- "owner": {
- "username": "QwertyIsCoding",
- "email": "3kn5nsfkb@relay.firefox.com",
- "twitter": "qwertyiscoding"
- },
- "record": {
- "CNAME": "qwertyiscoding.github.io"
- }
+ "description": "Redirecting to my personal website!",
+ "repo": "https://github.com/qwertyiscoding/simple-redirect",
+ "owner": {
+ "username": "QwertyIsCoding",
+ "email": "3kn5nsfkb@relay.firefox.com",
+ "twitter": "qwertyiscoding"
+ },
+ "record": {
+ "CNAME": "qwertyiscoding.github.io"
+ }
}
diff --git a/domains/r0bl0x10501050.json b/domains/r0bl0x10501050.json
index e0cf25986..aaedfa16f 100644
--- a/domains/r0bl0x10501050.json
+++ b/domains/r0bl0x10501050.json
@@ -1,13 +1,13 @@
{
- "description": "R0bl0x10501050's portfolio site!",
- "repo": "https://github.com/R0bl0x10501050/1050-Site",
- "owner": {
- "username": "R0bl0x10501050",
- "email": "r0bl0x10501050e@gmail.com",
- "twitter": "r0bl0x10501050",
- "discord": "R0bl0x10501050#9989"
- },
- "record": {
- "CNAME": "846358be-940c-4bdd-8b5b-3964aab5843c.id.repl.co"
- }
+ "description": "R0bl0x10501050's portfolio site!",
+ "repo": "https://github.com/R0bl0x10501050/1050-Site",
+ "owner": {
+ "username": "R0bl0x10501050",
+ "email": "r0bl0x10501050e@gmail.com",
+ "twitter": "r0bl0x10501050",
+ "discord": "R0bl0x10501050#9989"
+ },
+ "record": {
+ "CNAME": "846358be-940c-4bdd-8b5b-3964aab5843c.id.repl.co"
+ }
}
diff --git a/domains/r2d2.json b/domains/r2d2.json
index 00a89e590..6ceaa1b7a 100644
--- a/domains/r2d2.json
+++ b/domains/r2d2.json
@@ -1,10 +1,10 @@
{
- "description": "R2D2 website",
- "owner": {
- "username": "hogakesan",
- "email": "aereg@ya.ru"
- },
- "record": {
- "A": ["46.32.83.106"]
- }
+ "description": "R2D2 website",
+ "owner": {
+ "username": "hogakesan",
+ "email": "aereg@ya.ru"
+ },
+ "record": {
+ "A": ["46.32.83.106"]
+ }
}
diff --git a/domains/r4yish.json b/domains/r4yish.json
index 15eaa6f6b..2409f1bed 100644
--- a/domains/r4yish.json
+++ b/domains/r4yish.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "r4yish",
- "email": "r4yish@gmail.com"
- },
- "record": {
- "CNAME": "r4yish.github.io"
- }
+ "owner": {
+ "username": "r4yish",
+ "email": "r4yish@gmail.com"
+ },
+ "record": {
+ "CNAME": "r4yish.github.io"
+ }
}
diff --git a/domains/raadsel.json b/domains/raadsel.json
index 39e917cfb..723dfdc78 100644
--- a/domains/raadsel.json
+++ b/domains/raadsel.json
@@ -1,12 +1,12 @@
{
- "description": "Personal website of Raadsel",
- "repo": "https://github.com/Raadsl/New-Personal-site",
- "owner": {
- "username": "Raadsl",
- "email": "jorik.loos@gmail.com",
- "discord": "Raadsel#9398"
- },
- "record": {
- "CNAME": "6925d98d-2d57-403e-8fe7-7d76686df9b4.id.repl.co"
- }
+ "description": "Personal website of Raadsel",
+ "repo": "https://github.com/Raadsl/New-Personal-site",
+ "owner": {
+ "username": "Raadsl",
+ "email": "jorik.loos@gmail.com",
+ "discord": "Raadsel#9398"
+ },
+ "record": {
+ "CNAME": "6925d98d-2d57-403e-8fe7-7d76686df9b4.id.repl.co"
+ }
}
diff --git a/domains/rabbi-shuki.json b/domains/rabbi-shuki.json
index 056313ec5..b31c7c75f 100644
--- a/domains/rabbi-shuki.json
+++ b/domains/rabbi-shuki.json
@@ -1,11 +1,11 @@
{
- "description": "TODO: update readme",
- "repo": "https://github.com/rabbishuki/rabbishuki.github.io",
- "owner": {
- "username": "Rabbi Shuki",
- "email": "rabbishuki+is-a-dev@gmail.com"
- },
- "record": {
- "CNAME": "rabbishuki.github.io"
- }
+ "description": "TODO: update readme",
+ "repo": "https://github.com/rabbishuki/rabbishuki.github.io",
+ "owner": {
+ "username": "Rabbi Shuki",
+ "email": "rabbishuki+is-a-dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "rabbishuki.github.io"
+ }
}
diff --git a/domains/radar.json b/domains/radar.json
index 6db2b0aa7..3938b2f1a 100644
--- a/domains/radar.json
+++ b/domains/radar.json
@@ -1,13 +1,13 @@
{
- "description": "Radar's personal developer website",
- "repo": "https://github.com/RadarFolf/CaseyK9",
- "owner": {
- "username": "CaseyK9",
- "email": "rocco@caseymediallc.com",
- "twitter": "RadarFolf",
- "discord": "Radar#0001"
- },
- "record": {
- "CNAME": "caseymediallc.com"
- }
+ "description": "Radar's personal developer website",
+ "repo": "https://github.com/RadarFolf/CaseyK9",
+ "owner": {
+ "username": "CaseyK9",
+ "email": "rocco@caseymediallc.com",
+ "twitter": "RadarFolf",
+ "discord": "Radar#0001"
+ },
+ "record": {
+ "CNAME": "caseymediallc.com"
+ }
}
diff --git a/domains/radio.mxnticek.json b/domains/radio.mxnticek.json
index 09f94e34a..84547ad0a 100644
--- a/domains/radio.mxnticek.json
+++ b/domains/radio.mxnticek.json
@@ -1,10 +1,10 @@
{
- "description": "Domain for my radio",
- "owner": {
- "username": "VlastikYoutubeKo",
- "email": "plainrock@seznam.cz"
- },
- "record": {
- "A": ["129.151.254.58"]
- }
+ "description": "Domain for my radio",
+ "owner": {
+ "username": "VlastikYoutubeKo",
+ "email": "plainrock@seznam.cz"
+ },
+ "record": {
+ "A": ["129.151.254.58"]
+ }
}
diff --git a/domains/radke.json b/domains/radke.json
index abecd42ed..c3f119566 100644
--- a/domains/radke.json
+++ b/domains/radke.json
@@ -7,4 +7,4 @@
"record": {
"CNAME": "radkerouter.ddns.net"
}
-}
\ No newline at end of file
+}
diff --git a/domains/rafalmeida73.json b/domains/rafalmeida73.json
index d2763a5ea..1b22c15ae 100644
--- a/domains/rafalmeida73.json
+++ b/domains/rafalmeida73.json
@@ -1,11 +1,11 @@
{
- "description": "This website is a link to my personal developer portfolio.",
- "repo": "https://github.com/rafalmeida73/rafalmeida73.github.io",
- "owner": {
- "username": "rafalmeida73",
- "email": "rafaelsantana7213@gmail.com"
- },
- "record": {
- "CNAME": "rafalmeida73.github.io"
- }
+ "description": "This website is a link to my personal developer portfolio.",
+ "repo": "https://github.com/rafalmeida73/rafalmeida73.github.io",
+ "owner": {
+ "username": "rafalmeida73",
+ "email": "rafaelsantana7213@gmail.com"
+ },
+ "record": {
+ "CNAME": "rafalmeida73.github.io"
+ }
}
diff --git a/domains/rafsan.json b/domains/rafsan.json
index b992037bb..ac01f23e2 100644
--- a/domains/rafsan.json
+++ b/domains/rafsan.json
@@ -1,11 +1,11 @@
{
- "description": "Github Portfolio of rafsan",
- "repo": "https://github.com/htrafsan/htrafsan.github.io",
- "owner": {
- "username": "htrafsan",
- "email": "rafsanoff@gmail.com"
- },
- "record": {
- "CNAME": "htrafsan.github.io"
- }
+ "description": "Github Portfolio of rafsan",
+ "repo": "https://github.com/htrafsan/htrafsan.github.io",
+ "owner": {
+ "username": "htrafsan",
+ "email": "rafsanoff@gmail.com"
+ },
+ "record": {
+ "CNAME": "htrafsan.github.io"
+ }
}
diff --git a/domains/raghavyuva.json b/domains/raghavyuva.json
index 81d5ec04a..28ff52931 100644
--- a/domains/raghavyuva.json
+++ b/domains/raghavyuva.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "raghavyuva",
"email": "vikramnbhat15@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "raghavyuva.github.io"
- }
}
-
+}
diff --git a/domains/rahul.json b/domains/rahul.json
index eed9e3969..b1e212657 100644
--- a/domains/rahul.json
+++ b/domains/rahul.json
@@ -1,11 +1,11 @@
{
- "description": "Rahul's personal developer website",
- "repo": "https://github.com/rahuldahal",
- "owner": {
- "username": "rahuldahal",
- "email": "rdaahal@gmail.com"
- },
- "record": {
- "CNAME": "rahuldahal.com.np"
- }
+ "description": "Rahul's personal developer website",
+ "repo": "https://github.com/rahuldahal",
+ "owner": {
+ "username": "rahuldahal",
+ "email": "rdaahal@gmail.com"
+ },
+ "record": {
+ "CNAME": "rahuldahal.com.np"
+ }
}
diff --git a/domains/rahulcodes.json b/domains/rahulcodes.json
index 690c05eb0..1bf8e0133 100644
--- a/domains/rahulcodes.json
+++ b/domains/rahulcodes.json
@@ -1,11 +1,11 @@
{
- "description": "Rahul Bussa's Portfolio",
- "repo": "https://github.com/bussarahul/rahulcodes",
- "owner": {
- "username": "rahulcodes",
- "email": "rahulbussa@outlook.com"
- },
- "record": {
- "CNAME": "bussarahul.github.io"
- }
+ "description": "Rahul Bussa's Portfolio",
+ "repo": "https://github.com/bussarahul/rahulcodes",
+ "owner": {
+ "username": "rahulcodes",
+ "email": "rahulbussa@outlook.com"
+ },
+ "record": {
+ "CNAME": "bussarahul.github.io"
+ }
}
diff --git a/domains/rahulkirangaddam.json b/domains/rahulkirangaddam.json
index 8e5351c94..637b958fc 100644
--- a/domains/rahulkirangaddam.json
+++ b/domains/rahulkirangaddam.json
@@ -1,11 +1,11 @@
{
- "description": "Rahul Kiran Gaddam Profile",
- "repo": "https://github.com/rahgadda/rahgadda.github.io",
- "owner": {
- "username": "rahgadda",
- "email": "gaddam.rahul@gmail.com"
- },
- "record": {
- "CNAME": "rahgadda.github.io"
- }
+ "description": "Rahul Kiran Gaddam Profile",
+ "repo": "https://github.com/rahgadda/rahgadda.github.io",
+ "owner": {
+ "username": "rahgadda",
+ "email": "gaddam.rahul@gmail.com"
+ },
+ "record": {
+ "CNAME": "rahgadda.github.io"
+ }
}
diff --git a/domains/rahulps.json b/domains/rahulps.json
index 5e1a0ba21..6f6f57f47 100644
--- a/domains/rahulps.json
+++ b/domains/rahulps.json
@@ -1,10 +1,10 @@
- {
- "owner": {
+{
+ "owner": {
"username": "rahulps1000",
"email": "rahulps1000@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://myfolio-rahulps.netlify.app"
- }
}
+}
diff --git a/domains/raid.json b/domains/raid.json
index 32d6d9ba4..51eeada27 100644
--- a/domains/raid.json
+++ b/domains/raid.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ImRaid",
- "email": "romanplayer76@gmail.com"
- },
- "record": {
- "CNAME": "f8d83b65-6aa3-47dd-952f-95b1a52eadb4.id.repl.co"
- }
+ "owner": {
+ "username": "ImRaid",
+ "email": "romanplayer76@gmail.com"
+ },
+ "record": {
+ "CNAME": "f8d83b65-6aa3-47dd-952f-95b1a52eadb4.id.repl.co"
+ }
}
diff --git a/domains/raiden.json b/domains/raiden.json
index d7e66a0e8..955c67630 100644
--- a/domains/raiden.json
+++ b/domains/raiden.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "raiden076",
"email": "arkapravodas99@gmail.com"
- },
- "record": {
+ },
+ "record": {
"A": ["144.24.145.70"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/raiven.json b/domains/raiven.json
index 8747e1e50..392efa682 100644
--- a/domains/raiven.json
+++ b/domains/raiven.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "rdvntpkky",
"email": "ridvantopakkaya@hotmail.com"
- },
+ },
- "record": {
+ "record": {
"A": ["193.31.116.116"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/raka.json b/domains/raka.json
index ae55c1618..a18a0afa7 100644
--- a/domains/raka.json
+++ b/domains/raka.json
@@ -1,12 +1,12 @@
{
- "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",
- "record": {
- "CNAME": "rakacreativecontent.github.io"
- }
+ "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",
+ "record": {
+ "CNAME": "rakacreativecontent.github.io"
+ }
}
diff --git a/domains/raksix.json b/domains/raksix.json
index 966d241f0..e707735b7 100644
--- a/domains/raksix.json
+++ b/domains/raksix.json
@@ -1,11 +1,11 @@
{
- "description": "A personel blog website",
- "repo": "https://github.com/Raksixoffical",
- "owner": {
- "username": "Raksix",
- "email": "raksixoffical@gmail.com"
- },
- "record": {
- "A": ["138.68.111.28"]
- }
+ "description": "A personel blog website",
+ "repo": "https://github.com/Raksixoffical",
+ "owner": {
+ "username": "Raksix",
+ "email": "raksixoffical@gmail.com"
+ },
+ "record": {
+ "A": ["138.68.111.28"]
+ }
}
diff --git a/domains/raku.json b/domains/raku.json
index 06c109c56..56d4bc326 100644
--- a/domains/raku.json
+++ b/domains/raku.json
@@ -1,11 +1,11 @@
{
- "description": "A Website For My Personal Website",
- "repo": "https://github.com/Wuffye123",
- "owner": {
- "username": "Wuffye123",
- "email": "rakurakumicro@gmail.com"
- },
- "record": {
- "CNAME": "0836bfc7-938d-4986-aa1f-acc749ae136a.repl.co"
- }
+ "description": "A Website For My Personal Website",
+ "repo": "https://github.com/Wuffye123",
+ "owner": {
+ "username": "Wuffye123",
+ "email": "rakurakumicro@gmail.com"
+ },
+ "record": {
+ "CNAME": "0836bfc7-938d-4986-aa1f-acc749ae136a.repl.co"
+ }
}
diff --git a/domains/ralph.json b/domains/ralph.json
index 0588efe43..6d809aef9 100644
--- a/domains/ralph.json
+++ b/domains/ralph.json
@@ -1,10 +1,10 @@
{
- "description": "Ralph Wang's blog",
- "owner": {
- "username": "ralph",
- "email": "asnowwolf@gmail.com"
- },
- "record": {
- "CNAME": "blog.ralph.wang"
- }
+ "description": "Ralph Wang's blog",
+ "owner": {
+ "username": "ralph",
+ "email": "asnowwolf@gmail.com"
+ },
+ "record": {
+ "CNAME": "blog.ralph.wang"
+ }
}
diff --git a/domains/rameez.json b/domains/rameez.json
index c1d645d26..c9625b663 100644
--- a/domains/rameez.json
+++ b/domains/rameez.json
@@ -1,11 +1,11 @@
{
- "description": "Personal website of Rameez",
- "repo": "https://github.com/rameezrami/rameezrami.github.io",
- "owner": {
- "username": "rameezrami",
- "email": "rameespu@gmail.com"
- },
- "record": {
- "CNAME": "rameezrami.github.io"
- }
+ "description": "Personal website of Rameez",
+ "repo": "https://github.com/rameezrami/rameezrami.github.io",
+ "owner": {
+ "username": "rameezrami",
+ "email": "rameespu@gmail.com"
+ },
+ "record": {
+ "CNAME": "rameezrami.github.io"
+ }
}
diff --git a/domains/ranjit.json b/domains/ranjit.json
index 38d9e3392..f5f3e9158 100644
--- a/domains/ranjit.json
+++ b/domains/ranjit.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "patilranjit485",
"email": "patilranjit2610@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "demon-brother.blogspot.com"
- }
}
-
+}
diff --git a/domains/rapixar.json b/domains/rapixar.json
index e9f74478a..ea3c5db48 100644
--- a/domains/rapixar.json
+++ b/domains/rapixar.json
@@ -1,11 +1,11 @@
{
- "description": "The awesome portfolio site for Chinenye Raphael",
- "repo": "https://github.com/rapixar/rapixar.github.io",
- "owner": {
- "username": "Rapixar",
- "email": "cudraphael@gmail.com"
- },
- "record": {
- "CNAME": "rapixar.github.io"
- }
+ "description": "The awesome portfolio site for Chinenye Raphael",
+ "repo": "https://github.com/rapixar/rapixar.github.io",
+ "owner": {
+ "username": "Rapixar",
+ "email": "cudraphael@gmail.com"
+ },
+ "record": {
+ "CNAME": "rapixar.github.io"
+ }
}
diff --git a/domains/rasmus.json b/domains/rasmus.json
index 8bce87968..7fc9947ee 100644
--- a/domains/rasmus.json
+++ b/domains/rasmus.json
@@ -1,12 +1,12 @@
{
- "description": "My personal site",
- "repo": "https://github.com/rfoldbirk/rfoldbirk.github.io",
- "owner": {
- "username": "rfoldbirk",
- "email": "",
- "twitter": "RasmusFoldberg"
- },
- "record": {
- "CNAME": "rfoldbirk.github.io"
- }
+ "description": "My personal site",
+ "repo": "https://github.com/rfoldbirk/rfoldbirk.github.io",
+ "owner": {
+ "username": "rfoldbirk",
+ "email": "",
+ "twitter": "RasmusFoldberg"
+ },
+ "record": {
+ "CNAME": "rfoldbirk.github.io"
+ }
}
diff --git a/domains/ratler.json b/domains/ratler.json
index af775cb3c..a374ca597 100644
--- a/domains/ratler.json
+++ b/domains/ratler.json
@@ -1,15 +1,12 @@
{
- "description": "ratler is a dev subdomain",
- "owner": {
- "username": "ItzArman09",
- "email": "contact@mail.arman.is-a.dev"
- },
- "record": {
- "A": ["89.106.200.1"],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "description": "ratler is a dev subdomain",
+ "owner": {
+ "username": "ItzArman09",
+ "email": "contact@mail.arman.is-a.dev"
+ },
+ "record": {
+ "A": ["89.106.200.1"],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/ravana.json b/domains/ravana.json
index 261625a4e..05557d91c 100644
--- a/domains/ravana.json
+++ b/domains/ravana.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "ravana.github.io"
}
-}
+}
diff --git a/domains/raviteja.json b/domains/raviteja.json
index e1cc53fd4..918b43e3c 100644
--- a/domains/raviteja.json
+++ b/domains/raviteja.json
@@ -1,12 +1,12 @@
{
- "description": "Ravi Teja's portfolio website",
- "repo": "https://github.com/iraviteja/iraviteja.github.io",
- "owner": {
- "username": "iraviteja",
- "email": "iraviteja77@gmail.com",
- "twitter": "_iraviteja"
- },
- "record": {
- "CNAME": "iraviteja.github.io"
- }
+ "description": "Ravi Teja's portfolio website",
+ "repo": "https://github.com/iraviteja/iraviteja.github.io",
+ "owner": {
+ "username": "iraviteja",
+ "email": "iraviteja77@gmail.com",
+ "twitter": "_iraviteja"
+ },
+ "record": {
+ "CNAME": "iraviteja.github.io"
+ }
}
diff --git a/domains/ravost.json b/domains/ravost.json
index 4277dc69c..1ebaacd7b 100644
--- a/domains/ravost.json
+++ b/domains/ravost.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "Ravost99",
- "email": "Ravost6@outlook.com"
- },
- "description": "Ravost99's Personal website",
- "record": {
- "CNAME": "910fc002-6c43-4a8f-89d9-e0807e831470.id.repl.co"
- }
+ "owner": {
+ "username": "Ravost99",
+ "email": "Ravost6@outlook.com"
+ },
+ "description": "Ravost99's Personal website",
+ "record": {
+ "CNAME": "910fc002-6c43-4a8f-89d9-e0807e831470.id.repl.co"
+ }
}
diff --git a/domains/raw-kirito.json b/domains/raw-kirito.json
index 6c1555378..c3d322ebb 100644
--- a/domains/raw-kirito.json
+++ b/domains/raw-kirito.json
@@ -1,10 +1,10 @@
{
- "description": "this a link to My Raw Web Github",
- "owner": {
- "username": "ThisMe124",
- "email": "anonymous.orgn@gmail.com"
- },
- "record": {
- "CNAME": "thisme124.github.io"
- }
+ "description": "this a link to My Raw Web Github",
+ "owner": {
+ "username": "ThisMe124",
+ "email": "anonymous.orgn@gmail.com"
+ },
+ "record": {
+ "CNAME": "thisme124.github.io"
+ }
}
diff --git a/domains/ray.json b/domains/ray.json
index e77593d58..e0a618574 100644
--- a/domains/ray.json
+++ b/domains/ray.json
@@ -1,11 +1,11 @@
{
- "description": "RayhanADev's Personal Website",
- "repo": "https://github.com/rayhanadev/Personal-Website-v3",
- "owner": {
- "username": "rayhanadev",
- "email": "rayhanadev@protonmail.com"
- },
- "record": {
- "CNAME": "edge.redirect.pizza"
- }
+ "description": "RayhanADev's Personal Website",
+ "repo": "https://github.com/rayhanadev/Personal-Website-v3",
+ "owner": {
+ "username": "rayhanadev",
+ "email": "rayhanadev@protonmail.com"
+ },
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
}
diff --git a/domains/raymond.json b/domains/raymond.json
index 6782d5a41..22e711c56 100644
--- a/domains/raymond.json
+++ b/domains/raymond.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "raylu15742cs",
"email": "raylucs15742@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "raylu15742cs.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/raymondlu.json b/domains/raymondlu.json
index 6782d5a41..22e711c56 100644
--- a/domains/raymondlu.json
+++ b/domains/raymondlu.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "raylu15742cs",
"email": "raylucs15742@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "raylu15742cs.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/raymonzhang.json b/domains/raymonzhang.json
index 5fba946e0..9f13fcde1 100644
--- a/domains/raymonzhang.json
+++ b/domains/raymonzhang.json
@@ -1,11 +1,11 @@
{
- "description": "My personal website",
- "repo": "https://github.com/raymon-zhang/website",
- "owner": {
- "username": "raymon-zhang",
- "email": "raymonzhang.rz@gmail.com"
- },
- "record": {
- "CNAME": "raymon-zhang.github.io"
- }
+ "description": "My personal website",
+ "repo": "https://github.com/raymon-zhang/website",
+ "owner": {
+ "username": "raymon-zhang",
+ "email": "raymonzhang.rz@gmail.com"
+ },
+ "record": {
+ "CNAME": "raymon-zhang.github.io"
+ }
}
diff --git a/domains/rayvid.json b/domains/rayvid.json
index e26d64386..a57353fc7 100644
--- a/domains/rayvid.json
+++ b/domains/rayvid.json
@@ -1,11 +1,11 @@
{
- "description": "Rayvid's website",
- "repo": "https://github.com/Rayvid",
- "owner": {
- "username": "rayvid",
- "email": "gin.kisonas@gmail.com"
- },
- "record": {
- "CNAME": "rayvid.github.io"
- }
+ "description": "Rayvid's website",
+ "repo": "https://github.com/Rayvid",
+ "owner": {
+ "username": "rayvid",
+ "email": "gin.kisonas@gmail.com"
+ },
+ "record": {
+ "CNAME": "rayvid.github.io"
+ }
}
diff --git a/domains/re.maskduck.json b/domains/re.maskduck.json
index 3ecc87b03..0f9b04d19 100644
--- a/domains/re.maskduck.json
+++ b/domains/re.maskduck.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "MaskDuck",
- "email": "maskduckuwu@gmail.com"
- },
- "record": {
- "CNAME": "edge.redirect.pizza"
- }
+ "owner": {
+ "username": "MaskDuck",
+ "email": "maskduckuwu@gmail.com"
+ },
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
}
diff --git a/domains/rededge.json b/domains/rededge.json
index 8e02b7c87..5a9c7d0d3 100644
--- a/domains/rededge.json
+++ b/domains/rededge.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "RedEdge967.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "RedEdge967.github.io"
+ }
}
diff --git a/domains/redirect.nziie.json b/domains/redirect.nziie.json
index f2a3533ea..35baef0e8 100644
--- a/domains/redirect.nziie.json
+++ b/domains/redirect.nziie.json
@@ -1,9 +1,9 @@
- {
- "owner": {
+{
+ "owner": {
"username": "Nzii3",
"email": "exeyst@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "cname.short.io"
- }
}
+}
diff --git a/domains/rednek46.json b/domains/rednek46.json
index 13d997131..e7e58cd71 100644
--- a/domains/rednek46.json
+++ b/domains/rednek46.json
@@ -1,11 +1,11 @@
{
- "description": "My Personal Portfolio",
- "repo": "https://github.com/rednek46/rednek46.github.io",
- "owner": {
- "username": "rednek46",
- "email": "nuzer501@gmail.com"
- },
- "record": {
- "CNAME": "rednek46.github.io"
- }
+ "description": "My Personal Portfolio",
+ "repo": "https://github.com/rednek46/rednek46.github.io",
+ "owner": {
+ "username": "rednek46",
+ "email": "nuzer501@gmail.com"
+ },
+ "record": {
+ "CNAME": "rednek46.github.io"
+ }
}
diff --git a/domains/reed.json b/domains/reed.json
index 4af0861ca..6647d3d4a 100644
--- a/domains/reed.json
+++ b/domains/reed.json
@@ -1,12 +1,12 @@
{
- "repo": "https://github.com/reed-jones/reedjones.com",
- "description": "Reeds personal developer site",
- "owner": {
- "username": "reed-jones",
- "email": "reedjones@reedjones.com",
- "twitter": "rj0nz"
- },
- "record": {
- "URL": "https://www.reedjones.com"
- }
+ "repo": "https://github.com/reed-jones/reedjones.com",
+ "description": "Reeds personal developer site",
+ "owner": {
+ "username": "reed-jones",
+ "email": "reedjones@reedjones.com",
+ "twitter": "rj0nz"
+ },
+ "record": {
+ "URL": "https://www.reedjones.com"
+ }
}
diff --git a/domains/reefsalty.json b/domains/reefsalty.json
index e4c3d8e64..59fb384d1 100644
--- a/domains/reefsalty.json
+++ b/domains/reefsalty.json
@@ -1,12 +1,12 @@
{
- "description": "ReefSalty",
- "repo": "https://github.com/github-username/ReefSalty.github.io",
- "owner": {
- "username": "ReefSalty",
- "email": "reefsalter@hotmail.com",
- "twitter": "ReefSalty"
- },
- "record": {
- "CNAME": "reefsalty.github.io"
- }
+ "description": "ReefSalty",
+ "repo": "https://github.com/github-username/ReefSalty.github.io",
+ "owner": {
+ "username": "ReefSalty",
+ "email": "reefsalter@hotmail.com",
+ "twitter": "ReefSalty"
+ },
+ "record": {
+ "CNAME": "reefsalty.github.io"
+ }
}
diff --git a/domains/refat.json b/domains/refat.json
index 537de405b..7c4069925 100644
--- a/domains/refat.json
+++ b/domains/refat.json
@@ -1,10 +1,10 @@
{
- "description": "Personal Site",
- "owner": {
- "username": "refatc25",
- "email": ""
- },
- "record": {
- "URL": "https://www.refatchowdhury.com"
- }
+ "description": "Personal Site",
+ "owner": {
+ "username": "refatc25",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://www.refatchowdhury.com"
+ }
}
diff --git a/domains/regiondavid.json b/domains/regiondavid.json
index 03cb8587c..c1be1c5c9 100644
--- a/domains/regiondavid.json
+++ b/domains/regiondavid.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "regiondavid",
- "email": "uestczjw@gmail.com"
- },
- "record": {
- "CNAME": "regiondavid.github.io"
- },
- "repo": "https://github.com/regiondavid",
- "description": "regiondavid's new website"
+ "owner": {
+ "username": "regiondavid",
+ "email": "uestczjw@gmail.com"
+ },
+ "record": {
+ "CNAME": "regiondavid.github.io"
+ },
+ "repo": "https://github.com/regiondavid",
+ "description": "regiondavid's new website"
}
diff --git a/domains/rehanplayz.json b/domains/rehanplayz.json
index 48995a366..5834203a0 100644
--- a/domains/rehanplayz.json
+++ b/domains/rehanplayz.json
@@ -1,11 +1,11 @@
{
- "description": "A redirect to my new domain",
- "repo": "https://github.com/RehanPlayz/RehanPlayz.github.io",
- "owner": {
- "username": "RehanPlayz",
- "email": "rehanplayz321@protonmail.com"
- },
- "record": {
- "CNAME": "rehanplayz.gq"
- }
+ "description": "A redirect to my new domain",
+ "repo": "https://github.com/RehanPlayz/RehanPlayz.github.io",
+ "owner": {
+ "username": "RehanPlayz",
+ "email": "rehanplayz321@protonmail.com"
+ },
+ "record": {
+ "CNAME": "rehanplayz.gq"
+ }
}
diff --git a/domains/reizy.json b/domains/reizy.json
index b75ddee82..a3f23a106 100644
--- a/domains/reizy.json
+++ b/domains/reizy.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "P0rc0D10",
"email": "grazioligiuliano52@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://reizy.eu"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/rekto.json b/domains/rekto.json
index 1a5b9b19a..b63b31205 100644
--- a/domains/rekto.json
+++ b/domains/rekto.json
@@ -1,11 +1,11 @@
{
- "description": "Rekto Website",
- "repo": "https://github.com/rekto-dev/rekto-dev.github.io",
- "owner": {
- "username": "GetRekto",
- "email": "rekto.personal@outlook.com"
- },
- "record": {
- "CNAME": "rekto-dev.github.io"
- }
+ "description": "Rekto Website",
+ "repo": "https://github.com/rekto-dev/rekto-dev.github.io",
+ "owner": {
+ "username": "GetRekto",
+ "email": "rekto.personal@outlook.com"
+ },
+ "record": {
+ "CNAME": "rekto-dev.github.io"
+ }
}
diff --git a/domains/rep.json b/domains/rep.json
index 9b38b67d9..8d7bb58ed 100644
--- a/domains/rep.json
+++ b/domains/rep.json
@@ -1,11 +1,11 @@
{
- "description": "Im a nerd",
- "repo": "https://github.com/reputationdev/reputationdev.github.io",
- "owner": {
- "username": "Reputation",
- "email": "omen@dashpvp.net"
- },
- "record": {
- "CNAME": "reputationdev.github.io"
- }
- }
+ "description": "Im a nerd",
+ "repo": "https://github.com/reputationdev/reputationdev.github.io",
+ "owner": {
+ "username": "Reputation",
+ "email": "omen@dashpvp.net"
+ },
+ "record": {
+ "CNAME": "reputationdev.github.io"
+ }
+}
diff --git a/domains/retr0.json b/domains/retr0.json
index 84c08dc42..0bd1ecdf2 100644
--- a/domains/retr0.json
+++ b/domains/retr0.json
@@ -1,11 +1,11 @@
{
- "description": "Rer0's personal developer website",
- "repo": "https://github.com/u0f/u0f.github.io",
- "owner": {
- "username": "u0f",
- "email": "ice.dev1234@gmail.com"
- },
- "record": {
- "CNAME": "u0f.github.io"
- }
+ "description": "Rer0's personal developer website",
+ "repo": "https://github.com/u0f/u0f.github.io",
+ "owner": {
+ "username": "u0f",
+ "email": "ice.dev1234@gmail.com"
+ },
+ "record": {
+ "CNAME": "u0f.github.io"
+ }
}
diff --git a/domains/reuben.json b/domains/reuben.json
index ab3072264..d9d0db1ae 100644
--- a/domains/reuben.json
+++ b/domains/reuben.json
@@ -1,11 +1,11 @@
{
- "description": "Personal Page",
- "repo": "https://github.com/reuben-x/reuben-x.github.io",
- "owner": {
- "username": "reuben-x",
- "email": "reubenthomaspeter@gmail.com"
- },
- "record": {
- "CNAME": "reuben-x.github.io"
- }
+ "description": "Personal Page",
+ "repo": "https://github.com/reuben-x/reuben-x.github.io",
+ "owner": {
+ "username": "reuben-x",
+ "email": "reubenthomaspeter@gmail.com"
+ },
+ "record": {
+ "CNAME": "reuben-x.github.io"
+ }
}
diff --git a/domains/revelav2.json b/domains/revelav2.json
index 77c2a8714..b070affb0 100644
--- a/domains/revelav2.json
+++ b/domains/revelav2.json
@@ -1,10 +1,10 @@
{
- "description": "revelav2.is-a.dev",
- "owner": {
- "username": "DIVISIONSolar",
- "email": "me@joshsevero.dev"
- },
- "record": {
- "CNAME": "proxy.revela-network.com"
- }
+ "description": "revelav2.is-a.dev",
+ "owner": {
+ "username": "DIVISIONSolar",
+ "email": "me@joshsevero.dev"
+ },
+ "record": {
+ "CNAME": "proxy.revela-network.com"
+ }
}
diff --git a/domains/reynold.json b/domains/reynold.json
index 70ed5ffb9..863f72857 100644
--- a/domains/reynold.json
+++ b/domains/reynold.json
@@ -1,10 +1,9 @@
{
-
- "owner": {
- "username": "EMMU",
- "email": "aneenababu71901@gmail.com"
- },
- "record": {
- "CNAME": "d60bb323-8a85-4e54-82b0-f2faaf77569c.id.repl.co"
- }
+ "owner": {
+ "username": "EMMU",
+ "email": "aneenababu71901@gmail.com"
+ },
+ "record": {
+ "CNAME": "d60bb323-8a85-4e54-82b0-f2faaf77569c.id.repl.co"
+ }
}
diff --git a/domains/rezz.json b/domains/rezz.json
index d3723b234..0d632ab04 100644
--- a/domains/rezz.json
+++ b/domains/rezz.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/RezzedUp",
- "owner": {
- "username": "RezzedUp",
- "email": "",
- "twitter": "RezzedUp"
- },
- "record": {
- "URL": "https://rezzedup.com"
- }
+ "repo": "https://github.com/RezzedUp",
+ "owner": {
+ "username": "RezzedUp",
+ "email": "",
+ "twitter": "RezzedUp"
+ },
+ "record": {
+ "URL": "https://rezzedup.com"
+ }
}
diff --git a/domains/rferee.json b/domains/rferee.json
index d9185f32b..d9f92ecc3 100644
--- a/domains/rferee.json
+++ b/domains/rferee.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "rferee",
"email": "admin@rferee.dev"
- },
- "record": {
+ },
+ "record": {
"URL": "https://rferee.dev"
- }
}
-
+}
diff --git a/domains/rfwn.json b/domains/rfwn.json
index e20363e73..93cfe8a64 100644
--- a/domains/rfwn.json
+++ b/domains/rfwn.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "rfwn.github.io"
}
-}
+}
diff --git a/domains/rhino.json b/domains/rhino.json
index 9105f5faa..ba363f9be 100644
--- a/domains/rhino.json
+++ b/domains/rhino.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Tech2Logix",
"email": "rhinovanboxelaere@outlook.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "rhino-vb.be"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/ri1.json b/domains/ri1.json
index 15ebd65ba..ce9025c4c 100644
--- a/domains/ri1.json
+++ b/domains/ri1.json
@@ -9,4 +9,4 @@
"record": {
"URL": "https://notri1.fr"
}
-}
+}
diff --git a/domains/riannegreiros.json b/domains/riannegreiros.json
index 319113122..d43673872 100644
--- a/domains/riannegreiros.json
+++ b/domains/riannegreiros.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "RianNegreiros",
"email": "riannegreiros@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "portfolio-production-c1eb.up.railway.app"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/ricardo.json b/domains/ricardo.json
index 5180f01fe..0fc1f9c46 100644
--- a/domains/ricardo.json
+++ b/domains/ricardo.json
@@ -1,11 +1,11 @@
{
- "description": "My personal website",
- "repo": "https://github.com/RicardoGonzf/RicardoGonzf",
- "owner": {
- "username": "RicardoGonzf",
- "email": "ricardo@ricardogonz.es"
- },
- "record": {
- "URL": "https://ricardogonz.es"
- }
+ "description": "My personal website",
+ "repo": "https://github.com/RicardoGonzf/RicardoGonzf",
+ "owner": {
+ "username": "RicardoGonzf",
+ "email": "ricardo@ricardogonz.es"
+ },
+ "record": {
+ "URL": "https://ricardogonz.es"
+ }
}
diff --git a/domains/ricecx.json b/domains/ricecx.json
index dce5a1422..54926d366 100644
--- a/domains/ricecx.json
+++ b/domains/ricecx.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/ricecx/ricecx.github.io",
- "owner": {
- "username": "RiceCX",
- "email": "andyl5463@gmail.com"
- },
- "description": "Hosting my website.",
- "record": {
- "CNAME": "ricecx.github.io"
- }
+ "repo": "https://github.com/ricecx/ricecx.github.io",
+ "owner": {
+ "username": "RiceCX",
+ "email": "andyl5463@gmail.com"
+ },
+ "description": "Hosting my website.",
+ "record": {
+ "CNAME": "ricecx.github.io"
+ }
}
diff --git a/domains/richie.json b/domains/richie.json
index 22b2f00cc..6932520cd 100644
--- a/domains/richie.json
+++ b/domains/richie.json
@@ -1,11 +1,11 @@
{
- "description": "This is for my local server",
- "repo": "https://github.com/richiesuper",
- "owner": {
- "username": "richiesuper",
- "email": "richie9963@gmail.com"
- },
- "record": {
- "CNAME": "richiesuper.ddns.net"
- }
+ "description": "This is for my local server",
+ "repo": "https://github.com/richiesuper",
+ "owner": {
+ "username": "richiesuper",
+ "email": "richie9963@gmail.com"
+ },
+ "record": {
+ "CNAME": "richiesuper.ddns.net"
+ }
}
diff --git a/domains/rick.json b/domains/rick.json
index 2317bd13c..15f4f7871 100644
--- a/domains/rick.json
+++ b/domains/rick.json
@@ -1,11 +1,11 @@
{
- "description": "a fun website i made",
- "repo": "https://github.com/rickastleyy/rickastleyy",
- "owner": {
- "username": "rickastleyy",
- "email": "rickrolle.you@outlook.com"
- },
- "record": {
- "CNAME": "50e20db5-db2e-4dc7-9913-9986797944d3.repl.co"
- }
+ "description": "a fun website i made",
+ "repo": "https://github.com/rickastleyy/rickastleyy",
+ "owner": {
+ "username": "rickastleyy",
+ "email": "rickrolle.you@outlook.com"
+ },
+ "record": {
+ "CNAME": "50e20db5-db2e-4dc7-9913-9986797944d3.repl.co"
+ }
}
diff --git a/domains/rie.json b/domains/rie.json
index 0e08c02ba..bb6d20603 100644
--- a/domains/rie.json
+++ b/domains/rie.json
@@ -1,11 +1,11 @@
{
- "description": "Rie's Website",
- "repo": "https://github.com/meguminsama",
- "owner": {
- "username": "MeguminSama",
- "email": "megumin@megu.dev"
- },
- "record": {
- "CNAME": "cname-dev.megu.dev"
- }
+ "description": "Rie's Website",
+ "repo": "https://github.com/meguminsama",
+ "owner": {
+ "username": "MeguminSama",
+ "email": "megumin@megu.dev"
+ },
+ "record": {
+ "CNAME": "cname-dev.megu.dev"
+ }
}
diff --git a/domains/rifzki.json b/domains/rifzki.json
index 84439c64a..9506cbe3f 100644
--- a/domains/rifzki.json
+++ b/domains/rifzki.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "rifzkiadiyaksa",
"email": "rifzki.adiyaksa18033@student.unsika.ac.id"
- },
- "record": {
+ },
+ "record": {
"URL": "https://rifzki.my.id"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/riley.json b/domains/riley.json
index 9cd1012c6..c9374f7e0 100644
--- a/domains/riley.json
+++ b/domains/riley.json
@@ -1,12 +1,12 @@
{
- "description": "Riley Chou's Personal Website",
- "repo": "https://github.com/rileychou/rileychou.github.io",
- "owner": {
- "username": "rileychou",
- "email": "riley33chou@gmail.com",
- "twitter": "IceShark_91"
- },
- "record": {
- "CNAME": "rileychou.github.io"
- }
+ "description": "Riley Chou's Personal Website",
+ "repo": "https://github.com/rileychou/rileychou.github.io",
+ "owner": {
+ "username": "rileychou",
+ "email": "riley33chou@gmail.com",
+ "twitter": "IceShark_91"
+ },
+ "record": {
+ "CNAME": "rileychou.github.io"
+ }
}
diff --git a/domains/ririxi.json b/domains/ririxi.json
index 5a6555a02..2cbaabeb0 100644
--- a/domains/ririxi.json
+++ b/domains/ririxi.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/ririxichan",
- "owner": {
- "username": "ririxichan",
- "email": "",
- "twitter": "ririxichan"
- },
- "record": {
- "URL": "https://ririxi.dev"
- }
+ "repo": "https://github.com/ririxichan",
+ "owner": {
+ "username": "ririxichan",
+ "email": "",
+ "twitter": "ririxichan"
+ },
+ "record": {
+ "URL": "https://ririxi.dev"
+ }
}
diff --git a/domains/riskybot.riskymh.json b/domains/riskybot.riskymh.json
index 43c6e40ae..59ebce7cb 100644
--- a/domains/riskybot.riskymh.json
+++ b/domains/riskybot.riskymh.json
@@ -1,13 +1,12 @@
-{
- "description": "Discord Bot Website",
- "repo": "https://github.com/RiskyMH/RiskyBOT",
- "owner": {
- "username": "RiskyMH",
- "discord": "RiskyMH#0182",
- "email": ""
- },
- "record": {
- "URL": "https://riskymh.github.io/RiskyBOT"
- }
- }
-
\ No newline at end of file
+{
+ "description": "Discord Bot Website",
+ "repo": "https://github.com/RiskyMH/RiskyBOT",
+ "owner": {
+ "username": "RiskyMH",
+ "discord": "RiskyMH#0182",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://riskymh.github.io/RiskyBOT"
+ }
+}
diff --git a/domains/riskybotredirect.json b/domains/riskybotredirect.json
index 43c6e40ae..59ebce7cb 100644
--- a/domains/riskybotredirect.json
+++ b/domains/riskybotredirect.json
@@ -1,13 +1,12 @@
-{
- "description": "Discord Bot Website",
- "repo": "https://github.com/RiskyMH/RiskyBOT",
- "owner": {
- "username": "RiskyMH",
- "discord": "RiskyMH#0182",
- "email": ""
- },
- "record": {
- "URL": "https://riskymh.github.io/RiskyBOT"
- }
- }
-
\ No newline at end of file
+{
+ "description": "Discord Bot Website",
+ "repo": "https://github.com/RiskyMH/RiskyBOT",
+ "owner": {
+ "username": "RiskyMH",
+ "discord": "RiskyMH#0182",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://riskymh.github.io/RiskyBOT"
+ }
+}
diff --git a/domains/riskymh.json b/domains/riskymh.json
index eb528575d..f90b1790b 100644
--- a/domains/riskymh.json
+++ b/domains/riskymh.json
@@ -1,14 +1,13 @@
-{
- "description": "Personal Website",
- "repo": "https://github.com/RiskyMH/RiskyMH.github.io",
- "owner": {
- "username": "RiskyMH",
- "discord": "RiskyMH#0182",
- "email": ""
- },
- "record": {
- "URL": "https://riskymh.github.io",
- "MX": ["rocky.smtp-in.mailway.app", "peter.smtp-in.mailway.app"]
- }
- }
-
\ No newline at end of file
+{
+ "description": "Personal Website",
+ "repo": "https://github.com/RiskyMH/RiskyMH.github.io",
+ "owner": {
+ "username": "RiskyMH",
+ "discord": "RiskyMH#0182",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://riskymh.github.io",
+ "MX": ["rocky.smtp-in.mailway.app", "peter.smtp-in.mailway.app"]
+ }
+}
diff --git a/domains/riskymhredirect.json b/domains/riskymhredirect.json
index 1dda90136..404e14cb5 100644
--- a/domains/riskymhredirect.json
+++ b/domains/riskymhredirect.json
@@ -1,12 +1,12 @@
-{
- "description": "Personal Website",
- "repo": "https://github.com/RiskyMH/RiskyMH.github.io",
- "owner": {
- "username": "RiskyMH",
- "discord": "RiskyMH#0182",
- "email": ""
- },
- "record": {
- "URL": "https://riskymh.github.io"
- }
-}
+{
+ "description": "Personal Website",
+ "repo": "https://github.com/RiskyMH/RiskyMH.github.io",
+ "owner": {
+ "username": "RiskyMH",
+ "discord": "RiskyMH#0182",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://riskymh.github.io"
+ }
+}
diff --git a/domains/rithinjose.json b/domains/rithinjose.json
index 0e7931c3c..f20a68400 100644
--- a/domains/rithinjose.json
+++ b/domains/rithinjose.json
@@ -1,12 +1,12 @@
{
- "description": "Personal Website",
- "repo": "https://github.com/rithin-jose/rithin-jose.github.io",
- "owner": {
- "username": "rithin-jose",
- "twitter": "rithinja",
- "email": ""
- },
- "record": {
- "CNAME": "rithin-jose.github.io"
- }
+ "description": "Personal Website",
+ "repo": "https://github.com/rithin-jose/rithin-jose.github.io",
+ "owner": {
+ "username": "rithin-jose",
+ "twitter": "rithinja",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "rithin-jose.github.io"
+ }
}
diff --git a/domains/ritshu.json b/domains/ritshu.json
index 9e300228b..809820372 100644
--- a/domains/ritshu.json
+++ b/domains/ritshu.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "Ritshu",
- "discord": "216282035503890442",
- "email": "ritshu.dev@gmail.com"
- },
- "record": {
- "CNAME": "ritshu.github.io"
- }
+ "owner": {
+ "username": "Ritshu",
+ "discord": "216282035503890442",
+ "email": "ritshu.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "ritshu.github.io"
+ }
}
diff --git a/domains/ritwick2006.json b/domains/ritwick2006.json
index 5ab1790e8..9e95183ef 100644
--- a/domains/ritwick2006.json
+++ b/domains/ritwick2006.json
@@ -1,11 +1,11 @@
{
- "description": "Ritwick's website",
- "repo": "https://github.com/BOTDEV123",
- "owner": {
- "username": "BOTDEV123",
- "email": "ritwick2006@hotmail.com"
- },
- "record": {
- "CNAME": "ritwick2006.freecluster.eu"
- }
+ "description": "Ritwick's website",
+ "repo": "https://github.com/BOTDEV123",
+ "owner": {
+ "username": "BOTDEV123",
+ "email": "ritwick2006@hotmail.com"
+ },
+ "record": {
+ "CNAME": "ritwick2006.freecluster.eu"
+ }
}
diff --git a/domains/rlewsley.json b/domains/rlewsley.json
index b8ca5a7df..0c7785983 100644
--- a/domains/rlewsley.json
+++ b/domains/rlewsley.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "lewsley-r",
"email": "lewsley-r@ulster.ac.uk"
- },
+ },
- "record": {
+ "record": {
"CNAME": "lewsley-r.github.io"
- }
}
-
+}
diff --git a/domains/rlx.json b/domains/rlx.json
index 1fa2dbd7f..6eb855e6b 100644
--- a/domains/rlx.json
+++ b/domains/rlx.json
@@ -1,11 +1,11 @@
{
- "description": "RLX's personal website",
- "repo": "https://github.com/RLX-OP/rlx-op.github.io",
- "owner": {
- "username": "RLX-OP",
- "email": "contactrlxop@gmail.com"
- },
- "record": {
- "CNAME": "rlx-op.github.io"
- }
+ "description": "RLX's personal website",
+ "repo": "https://github.com/RLX-OP/rlx-op.github.io",
+ "owner": {
+ "username": "RLX-OP",
+ "email": "contactrlxop@gmail.com"
+ },
+ "record": {
+ "CNAME": "rlx-op.github.io"
+ }
}
diff --git a/domains/robert.json b/domains/robert.json
index 3b3ac88c1..d8b314658 100644
--- a/domains/robert.json
+++ b/domains/robert.json
@@ -1,11 +1,11 @@
{
- "description": "Robert's portfolio",
- "repo": "https://github.com/treboryx",
- "owner": {
- "username": "treboryx",
- "email": "treboryx@gmail.com"
- },
- "record": {
- "CNAME": "roberto.gr"
- }
+ "description": "Robert's portfolio",
+ "repo": "https://github.com/treboryx",
+ "owner": {
+ "username": "treboryx",
+ "email": "treboryx@gmail.com"
+ },
+ "record": {
+ "CNAME": "roberto.gr"
+ }
}
diff --git a/domains/robin.json b/domains/robin.json
index 52aa52892..230c013f6 100644
--- a/domains/robin.json
+++ b/domains/robin.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "RobinDev03",
"email": "robin@robin-it.de"
- },
+ },
- "record": {
+ "record": {
"CNAME": "robin-w.de"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/robsd.json b/domains/robsd.json
index 332cbbae0..1eb41358b 100644
--- a/domains/robsd.json
+++ b/domains/robsd.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "robsd",
- "email": "rob@robertd.co.uk"
- },
- "record": {
- "CNAME": "robsd.pages.dev"
- }
+ "owner": {
+ "username": "robsd",
+ "email": "rob@robertd.co.uk"
+ },
+ "record": {
+ "CNAME": "robsd.pages.dev"
+ }
}
diff --git a/domains/roger.json b/domains/roger.json
index 4d0d24f82..925b9ecc5 100644
--- a/domains/roger.json
+++ b/domains/roger.json
@@ -1,12 +1,12 @@
{
- "description": "Roger's website to host mostly useless projects",
- "repo": "https://github.com/rogerpanza/rogerpanza.github.io",
- "owner": {
- "username": "rogerpanza",
- "email": "rogerpanza-ed@protonmail.com",
- "twitter": "rogerpanza_"
- },
- "record": {
- "CNAME": "rogerpanza.github.io"
- }
+ "description": "Roger's website to host mostly useless projects",
+ "repo": "https://github.com/rogerpanza/rogerpanza.github.io",
+ "owner": {
+ "username": "rogerpanza",
+ "email": "rogerpanza-ed@protonmail.com",
+ "twitter": "rogerpanza_"
+ },
+ "record": {
+ "CNAME": "rogerpanza.github.io"
+ }
}
diff --git a/domains/rohan.json b/domains/rohan.json
index 832a60dac..920cd0b7c 100644
--- a/domains/rohan.json
+++ b/domains/rohan.json
@@ -1,11 +1,11 @@
{
- "description": "Rohan's devlog and portfolio",
- "repo": "https://github.com/rohan-bansal",
- "owner": {
- "username": "Rohan-Bansal",
- "email": "rohan@rbansal.dev"
- },
- "record": {
- "URL": "https://rbansal.dev"
- }
+ "description": "Rohan's devlog and portfolio",
+ "repo": "https://github.com/rohan-bansal",
+ "owner": {
+ "username": "Rohan-Bansal",
+ "email": "rohan@rbansal.dev"
+ },
+ "record": {
+ "URL": "https://rbansal.dev"
+ }
}
diff --git a/domains/rohit-sony.json b/domains/rohit-sony.json
index 4335a1c2c..f81f7409d 100644
--- a/domains/rohit-sony.json
+++ b/domains/rohit-sony.json
@@ -1,11 +1,11 @@
{
- "description": "Rohit Profile.",
- "repo": "https://github.com/rohit-sony/rohit-sony.github.io",
- "owner": {
- "username": "rohit-sony",
- "email": ""
- },
- "record": {
- "CNAME": "rohit-sony.github.io"
- }
+ "description": "Rohit Profile.",
+ "repo": "https://github.com/rohit-sony/rohit-sony.github.io",
+ "owner": {
+ "username": "rohit-sony",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "rohit-sony.github.io"
+ }
}
diff --git a/domains/rohith.json b/domains/rohith.json
index a01a24b8e..d491de9b8 100644
--- a/domains/rohith.json
+++ b/domains/rohith.json
@@ -1,11 +1,11 @@
{
- "description": "Rohith's personal website",
- "repo": "https://github.com/rohithp7777",
- "owner": {
- "username": "rohithp7777",
- "email": "rohithp8899@gmail.com"
- },
- "record": {
- "CNAME": "rohith-1c974.web.app"
- }
+ "description": "Rohith's personal website",
+ "repo": "https://github.com/rohithp7777",
+ "owner": {
+ "username": "rohithp7777",
+ "email": "rohithp8899@gmail.com"
+ },
+ "record": {
+ "CNAME": "rohith-1c974.web.app"
+ }
}
diff --git a/domains/rohithill.json b/domains/rohithill.json
index cd4fd2418..1546a549a 100644
--- a/domains/rohithill.json
+++ b/domains/rohithill.json
@@ -1,11 +1,11 @@
{
- "description": "I like computers",
- "repo": "https://github.com/rohithill/rohithill.github.io",
- "owner": {
- "username": "rohithill",
- "email": "truezeroxy@gmail.com"
- },
- "record": {
- "CNAME": "rohithill.github.io"
- }
+ "description": "I like computers",
+ "repo": "https://github.com/rohithill/rohithill.github.io",
+ "owner": {
+ "username": "rohithill",
+ "email": "truezeroxy@gmail.com"
+ },
+ "record": {
+ "CNAME": "rohithill.github.io"
+ }
}
diff --git a/domains/rohithkumar.json b/domains/rohithkumar.json
index 3c15206b9..2f78b4119 100644
--- a/domains/rohithkumar.json
+++ b/domains/rohithkumar.json
@@ -1,11 +1,11 @@
{
- "description": "My Personal Website",
- "repo": "https://github.com/killTheDB",
- "owner": {
- "username": "killTheDB",
- "email": "jayanarohith7@gmail.com"
- },
- "record": {
- "CNAME": "killthedb.github.io"
- }
+ "description": "My Personal Website",
+ "repo": "https://github.com/killTheDB",
+ "owner": {
+ "username": "killTheDB",
+ "email": "jayanarohith7@gmail.com"
+ },
+ "record": {
+ "CNAME": "killthedb.github.io"
+ }
}
diff --git a/domains/rohitkaushal.json b/domains/rohitkaushal.json
index d7d05366c..9bb1bfe4e 100644
--- a/domains/rohitkaushal.json
+++ b/domains/rohitkaushal.json
@@ -1,11 +1,11 @@
{
- "description": "My personal Portfolio",
- "repo": "https://github.com/RohitKaushal7/RohitKaushal7.github.io",
- "owner": {
- "username": "RohitKaushal7",
- "email": "rohitkk252550@gmail.com"
- },
- "record": {
- "CNAME": "rohitkaushal7.github.io"
- }
+ "description": "My personal Portfolio",
+ "repo": "https://github.com/RohitKaushal7/RohitKaushal7.github.io",
+ "owner": {
+ "username": "RohitKaushal7",
+ "email": "rohitkk252550@gmail.com"
+ },
+ "record": {
+ "CNAME": "rohitkaushal7.github.io"
+ }
}
diff --git a/domains/roig.json b/domains/roig.json
index ae9ecd76e..41ce1756d 100644
--- a/domains/roig.json
+++ b/domains/roig.json
@@ -1,11 +1,11 @@
{
- "description": "Roig's website",
- "repo": "https://github.com/groig",
- "owner": {
- "username": "groig",
- "email": "groig@protonmail.com"
- },
- "record": {
- "A": ["152.206.177.19"]
- }
+ "description": "Roig's website",
+ "repo": "https://github.com/groig",
+ "owner": {
+ "username": "groig",
+ "email": "groig@protonmail.com"
+ },
+ "record": {
+ "A": ["152.206.177.19"]
+ }
}
diff --git a/domains/roj.json b/domains/roj.json
index 8e7e29e7e..62242e703 100644
--- a/domains/roj.json
+++ b/domains/roj.json
@@ -1,11 +1,11 @@
{
- "description": "Roj",
- "owner": {
- "username": "roj1512",
- "email": "ez@roj.im",
- "twitter": "roj1512"
- },
- "record": {
- "URL": "https://roj.im"
- }
+ "description": "Roj",
+ "owner": {
+ "username": "roj1512",
+ "email": "ez@roj.im",
+ "twitter": "roj1512"
+ },
+ "record": {
+ "URL": "https://roj.im"
+ }
}
diff --git a/domains/rony.json b/domains/rony.json
index 816782e58..6a110998a 100644
--- a/domains/rony.json
+++ b/domains/rony.json
@@ -1,16 +1,16 @@
{
- "owner": {
- "username": "ronylee11",
- "email": "rongyil33@gmail.com"
- },
- "description": {
- "domain": "rony.is-a.dev",
- "usage": "This is going to be my portfolio"
- },
- "repo": {
- "github": "github.com/ronylee11"
- },
- "record": {
- "CNAME": "ronylee11.github.io"
- }
+ "owner": {
+ "username": "ronylee11",
+ "email": "rongyil33@gmail.com"
+ },
+ "description": {
+ "domain": "rony.is-a.dev",
+ "usage": "This is going to be my portfolio"
+ },
+ "repo": {
+ "github": "github.com/ronylee11"
+ },
+ "record": {
+ "CNAME": "ronylee11.github.io"
+ }
}
diff --git a/domains/roobini-gamer.json b/domains/roobini-gamer.json
index 9df904d79..c3843e3be 100644
--- a/domains/roobini-gamer.json
+++ b/domains/roobini-gamer.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "roobini-gamer",
"email": "roobini.hamza@yandex.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://roobini-gamer.github.io/Roobini-hamza"
- }
}
-
+}
diff --git a/domains/roshan.json b/domains/roshan.json
index 6ca21a0e2..a935a97a2 100644
--- a/domains/roshan.json
+++ b/domains/roshan.json
@@ -1,12 +1,12 @@
{
- "description": "Personal portfolio",
- "repo": "https://github.com/roshan1337d/roshan1337d.github.io",
- "owner": {
- "username": "roshan1337d",
- "email": "roshan1337x@gmail.com",
- "twitter": "roshan1337d"
- },
- "record": {
- "CNAME": "roshan1337d.github.io"
- }
+ "description": "Personal portfolio",
+ "repo": "https://github.com/roshan1337d/roshan1337d.github.io",
+ "owner": {
+ "username": "roshan1337d",
+ "email": "roshan1337x@gmail.com",
+ "twitter": "roshan1337d"
+ },
+ "record": {
+ "CNAME": "roshan1337d.github.io"
+ }
}
diff --git a/domains/roudges.json b/domains/roudges.json
index a2e922c38..f0154a298 100644
--- a/domains/roudges.json
+++ b/domains/roudges.json
@@ -1,12 +1,10 @@
-
{
- "description": "Roudges Personal Website",
- "owner": {
- "username": "roudges2",
- "email": "roudges2@gmail.com"
- },
- "record": {
- "CNAME": "roudges.ga"
- }
+ "description": "Roudges Personal Website",
+ "owner": {
+ "username": "roudges2",
+ "email": "roudges2@gmail.com"
+ },
+ "record": {
+ "CNAME": "roudges.ga"
+ }
}
-
diff --git a/domains/roxza.json b/domains/roxza.json
index 2e8462185..34d3159c8 100644
--- a/domains/roxza.json
+++ b/domains/roxza.json
@@ -1,12 +1,12 @@
{
- "description": "Roxza personal developer website",
- "repo": "https://github.com/Roxza/Roxza.me",
- "owner": {
- "username": "roxza",
- "email": "me@roxza.me",
- "discord": "Roxza#0002"
- },
- "record": {
- "URL": "https://roxza.me"
- }
+ "description": "Roxza personal developer website",
+ "repo": "https://github.com/Roxza/Roxza.me",
+ "owner": {
+ "username": "roxza",
+ "email": "me@roxza.me",
+ "discord": "Roxza#0002"
+ },
+ "record": {
+ "URL": "https://roxza.me"
+ }
}
diff --git a/domains/roy.json b/domains/roy.json
index f1cebff9b..ec11feaf0 100644
--- a/domains/roy.json
+++ b/domains/roy.json
@@ -1,11 +1,11 @@
{
- "description": "Roy's portfolio website",
- "repo": "https://github.com/rcrj/rcrj.github.io",
- "owner": {
- "username": "rcrj",
- "email": "rcrj95@gmail.com"
- },
- "record": {
- "CNAME": "rcrj.github.io"
- }
+ "description": "Roy's portfolio website",
+ "repo": "https://github.com/rcrj/rcrj.github.io",
+ "owner": {
+ "username": "rcrj",
+ "email": "rcrj95@gmail.com"
+ },
+ "record": {
+ "CNAME": "rcrj.github.io"
+ }
}
diff --git a/domains/royalty.json b/domains/royalty.json
index ba1a103bd..f30be94b5 100644
--- a/domains/royalty.json
+++ b/domains/royalty.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "hisRoyalty.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "hisRoyalty.github.io"
+ }
}
diff --git a/domains/roydon.json b/domains/roydon.json
index 1f103efba..59d332c82 100644
--- a/domains/roydon.json
+++ b/domains/roydon.json
@@ -1,12 +1,12 @@
{
- "description": "URL forwarder",
- "repo": "https://github.com/roydondsouza",
- "owner": {
- "username": "roydondsouza",
- "email": "",
- "twitter": "roydondsouza"
- },
- "record": {
- "CNAME": "roydondsouza.github.io"
- }
+ "description": "URL forwarder",
+ "repo": "https://github.com/roydondsouza",
+ "owner": {
+ "username": "roydondsouza",
+ "email": "",
+ "twitter": "roydondsouza"
+ },
+ "record": {
+ "CNAME": "roydondsouza.github.io"
+ }
}
diff --git a/domains/roydondsouza.json b/domains/roydondsouza.json
index aaace3352..c09432786 100644
--- a/domains/roydondsouza.json
+++ b/domains/roydondsouza.json
@@ -1,12 +1,12 @@
{
- "description": "URL forwarder",
- "repo": "https://github.com/roydondsouza",
- "owner": {
- "username": "roydondsouza",
- "email": "",
- "twitter": "roydondsouza"
- },
- "record": {
- "URL": "https://www.roydondsouza.com"
- }
+ "description": "URL forwarder",
+ "repo": "https://github.com/roydondsouza",
+ "owner": {
+ "username": "roydondsouza",
+ "email": "",
+ "twitter": "roydondsouza"
+ },
+ "record": {
+ "URL": "https://www.roydondsouza.com"
+ }
}
diff --git a/domains/rozay.json b/domains/rozay.json
index c1345e3a1..e1c8ecd93 100644
--- a/domains/rozay.json
+++ b/domains/rozay.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "the-decentralizer",
"email": "rozayhere@protonmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://buidlguidl.com/build/uf8PWvVh1UAaXevKwoZb"
- }
}
-
+}
diff --git a/domains/rqtl.json b/domains/rqtl.json
index a1c993ed8..391f561a8 100644
--- a/domains/rqtl.json
+++ b/domains/rqtl.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "ItsRqtl",
"email": "itsrqtl@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://www.youtube.com/itsrqtl"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/rsgarxia.json b/domains/rsgarxia.json
index 7a8700931..7e7b35f99 100644
--- a/domains/rsgarxia.json
+++ b/domains/rsgarxia.json
@@ -1,14 +1,12 @@
{
- "description": "Ruben Garcia's personal website",
- "repo": "https://github.com/sigfriedCub1990/personal-site",
- "owner": {
- "username": "sigfriedcub1990",
- "email": "rssanjuan2704@gmail.com",
- "twitter": "sigfriedcub1990"
- },
- "record": {
- "A": [
- "142.93.27.109"
- ]
- }
+ "description": "Ruben Garcia's personal website",
+ "repo": "https://github.com/sigfriedCub1990/personal-site",
+ "owner": {
+ "username": "sigfriedcub1990",
+ "email": "rssanjuan2704@gmail.com",
+ "twitter": "sigfriedcub1990"
+ },
+ "record": {
+ "A": ["142.93.27.109"]
+ }
}
diff --git a/domains/ruiwenge2.json b/domains/ruiwenge2.json
index 88ef00fa3..056e1f2f0 100644
--- a/domains/ruiwenge2.json
+++ b/domains/ruiwenge2.json
@@ -1,11 +1,11 @@
{
- "description": "My Portfolio",
- "repo": "https://github.com/ruiwenge2/ruiwenge2",
- "owner": {
- "username": "ruiwenge2",
- "email": "ruiwenge2@gmail.com"
- },
- "record": {
- "CNAME": "caa17c8d-acab-4419-8b78-0ad7994a4f62.repl.co"
- }
+ "description": "My Portfolio",
+ "repo": "https://github.com/ruiwenge2/ruiwenge2",
+ "owner": {
+ "username": "ruiwenge2",
+ "email": "ruiwenge2@gmail.com"
+ },
+ "record": {
+ "CNAME": "caa17c8d-acab-4419-8b78-0ad7994a4f62.repl.co"
+ }
}
diff --git a/domains/ruizo.json b/domains/ruizo.json
index c6c111333..70475fde5 100644
--- a/domains/ruizo.json
+++ b/domains/ruizo.json
@@ -1,12 +1,12 @@
{
- "description": "My Territory",
- "repo": "https://github.com/mezeru/mezeru.github.io",
- "owner": {
- "username": "Mezeru",
- "email": "jermpro0@gmail.com",
- "twitter": "Mezeru"
- },
- "record": {
- "CNAME": "mezeru.github.io"
- }
+ "description": "My Territory",
+ "repo": "https://github.com/mezeru/mezeru.github.io",
+ "owner": {
+ "username": "Mezeru",
+ "email": "jermpro0@gmail.com",
+ "twitter": "Mezeru"
+ },
+ "record": {
+ "CNAME": "mezeru.github.io"
+ }
}
diff --git a/domains/rumesh.json b/domains/rumesh.json
index edf250f01..7bc3c6d88 100644
--- a/domains/rumesh.json
+++ b/domains/rumesh.json
@@ -2,10 +2,10 @@
"description": "Rumesh's .is-a.dev domain",
"repo": "https://github.com/iRumesh/irumesh.github.io",
"owner": {
- "username": "irumesh",
- "email": "irumesh.work@gmail.com"
+ "username": "irumesh",
+ "email": "irumesh.work@gmail.com"
},
"record": {
- "CNAME": "irumesh.github.io"
+ "CNAME": "irumesh.github.io"
}
- }
+}
diff --git a/domains/rusiru.json b/domains/rusiru.json
index 3f7d85882..65b77c0b5 100644
--- a/domains/rusiru.json
+++ b/domains/rusiru.json
@@ -1,11 +1,11 @@
{
- "description": "Rusiru Anupama is a Dev",
- "repo": "https://github.com/sparkstark03/register",
- "owner": {
- "username": "sparkstark03",
- "email": "rusirurasanjana@gmail.com"
- },
- "record": {
- "CNAME": "sparkstark03.github.io"
- }
+ "description": "Rusiru Anupama is a Dev",
+ "repo": "https://github.com/sparkstark03/register",
+ "owner": {
+ "username": "sparkstark03",
+ "email": "rusirurasanjana@gmail.com"
+ },
+ "record": {
+ "CNAME": "sparkstark03.github.io"
+ }
}
diff --git a/domains/rustemb.json b/domains/rustemb.json
index 136685f3c..3654d2848 100644
--- a/domains/rustemb.json
+++ b/domains/rustemb.json
@@ -1,11 +1,11 @@
{
- "description": "Rustem B. dev page",
- "repo": "https://github.com/RustemB/rustemb.github.io",
- "owner": {
- "username": "rustemb",
- "email": "rustemb@systemli.org"
- },
- "record": {
- "CNAME": "rustemb.github.io"
- }
+ "description": "Rustem B. dev page",
+ "repo": "https://github.com/RustemB/rustemb.github.io",
+ "owner": {
+ "username": "rustemb",
+ "email": "rustemb@systemli.org"
+ },
+ "record": {
+ "CNAME": "rustemb.github.io"
+ }
}
diff --git a/domains/rutkuli.json b/domains/rutkuli.json
index c8bf0e089..d066cecec 100644
--- a/domains/rutkuli.json
+++ b/domains/rutkuli.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "rutkuli.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "rutkuli.github.io"
+ }
}
diff --git a/domains/rv178.json b/domains/rv178.json
index cd0208a33..d6f7cb0d6 100644
--- a/domains/rv178.json
+++ b/domains/rv178.json
@@ -1,11 +1,11 @@
{
- "description": "is-a.dev subdomain for my portfolio",
- "repo": "https://github.com/rv178/website",
- "owner": {
- "username": "rv178",
- "email": "idliyout@gmail.com"
- },
- "record": {
- "CNAME": "rv178.github.io"
- }
+ "description": "is-a.dev subdomain for my portfolio",
+ "repo": "https://github.com/rv178/website",
+ "owner": {
+ "username": "rv178",
+ "email": "idliyout@gmail.com"
+ },
+ "record": {
+ "CNAME": "rv178.github.io"
+ }
}
diff --git a/domains/rvsp.json b/domains/rvsp.json
index 2a1b00c62..dacc96195 100644
--- a/domains/rvsp.json
+++ b/domains/rvsp.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "rvsp",
- "email": "pvenkat.rv@gmail.com"
- },
- "record": {
- "CNAME": "rvsp.github.io"
- }
+ "owner": {
+ "username": "rvsp",
+ "email": "pvenkat.rv@gmail.com"
+ },
+ "record": {
+ "CNAME": "rvsp.github.io"
+ }
}
diff --git a/domains/rwithik.json b/domains/rwithik.json
index d273a95f2..d5d068033 100644
--- a/domains/rwithik.json
+++ b/domains/rwithik.json
@@ -1,11 +1,11 @@
{
- "description": "Rwithik's Website",
- "repo": "https://github.com/rwithik/rwithik.github.io",
- "owner": {
- "username": "rwithik",
- "email": "rwithik@gmail.com"
- },
- "record": {
- "CNAME": "rwithik.github.io"
- }
+ "description": "Rwithik's Website",
+ "repo": "https://github.com/rwithik/rwithik.github.io",
+ "owner": {
+ "username": "rwithik",
+ "email": "rwithik@gmail.com"
+ },
+ "record": {
+ "CNAME": "rwithik.github.io"
+ }
}
diff --git a/domains/rxyhn.json b/domains/rxyhn.json
index 9cd4a91bc..d5b38f214 100644
--- a/domains/rxyhn.json
+++ b/domains/rxyhn.json
@@ -1,12 +1,12 @@
{
- "description": "Rxyhn's Personal Site",
- "repo": "https://github.com/rxyhn/rxyhn.github.io",
- "owner": {
- "username": "rxyhn",
- "email": "rayhankafipratama333@gmail.com",
- "discord": "rxyhn#1154"
- },
- "record": {
- "CNAME": "rxyhn.github.io"
- }
+ "description": "Rxyhn's Personal Site",
+ "repo": "https://github.com/rxyhn/rxyhn.github.io",
+ "owner": {
+ "username": "rxyhn",
+ "email": "rayhankafipratama333@gmail.com",
+ "discord": "rxyhn#1154"
+ },
+ "record": {
+ "CNAME": "rxyhn.github.io"
+ }
}
diff --git a/domains/rya.json b/domains/rya.json
index 7014318c2..f6f0ff384 100644
--- a/domains/rya.json
+++ b/domains/rya.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Jecket22",
"email": "lez.vezzica@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://jecket.xyz"
- }
}
-
+}
diff --git a/domains/ryan.json b/domains/ryan.json
index 01d5c9bd1..508f57fee 100644
--- a/domains/ryan.json
+++ b/domains/ryan.json
@@ -1,11 +1,11 @@
{
- "description": "is-a.dev domain",
- "repo": "https://github.com/ryan0204",
- "owner": {
- "username": "Ryan0204",
- "email": "ryan@ssrv.xyz"
- },
- "record": {
- "URL": "https://ssrv.xyz"
- }
+ "description": "is-a.dev domain",
+ "repo": "https://github.com/ryan0204",
+ "owner": {
+ "username": "Ryan0204",
+ "email": "ryan@ssrv.xyz"
+ },
+ "record": {
+ "URL": "https://ssrv.xyz"
+ }
}
diff --git a/domains/ryn.json b/domains/ryn.json
index 0adcb55ec..81bd9dee4 100644
--- a/domains/ryn.json
+++ b/domains/ryn.json
@@ -1,11 +1,9 @@
{
- "owner": {
- "username": "lazylamps",
- "email": "lampslazy@gmail.com"
- },
- "record": {
- "A": [
- "132.145.25.232"
- ]
- }
+ "owner": {
+ "username": "lazylamps",
+ "email": "lampslazy@gmail.com"
+ },
+ "record": {
+ "A": ["132.145.25.232"]
+ }
}
diff --git a/domains/s97.json b/domains/s97.json
index 4025f3758..9c1bc6a9f 100644
--- a/domains/s97.json
+++ b/domains/s97.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "Saud-97",
- "email": "saud.aljaffer@gmail.com",
- "repo": "https://github.com/Saud-97",
- "discord": "S97#6758"
- },
- "record": {
- "URL": "https://github.com/Saud-97"
- }
+ "owner": {
+ "username": "Saud-97",
+ "email": "saud.aljaffer@gmail.com",
+ "repo": "https://github.com/Saud-97",
+ "discord": "S97#6758"
+ },
+ "record": {
+ "URL": "https://github.com/Saud-97"
+ }
}
diff --git a/domains/saahil.json b/domains/saahil.json
index c425f4222..9c0db343d 100644
--- a/domains/saahil.json
+++ b/domains/saahil.json
@@ -1,10 +1,10 @@
{
- "description": "this is my about me page, - neongamerbot",
- "owner": {
- "username": "neongamerbot",
- "email": "saahilattud@gmail.com"
- },
- "record": {
- "CNAME": "a58b11f7-e44a-4ebc-811d-22105a51b9b7.repl.co"
- }
+ "description": "this is my about me page, - neongamerbot",
+ "owner": {
+ "username": "neongamerbot",
+ "email": "saahilattud@gmail.com"
+ },
+ "record": {
+ "CNAME": "a58b11f7-e44a-4ebc-811d-22105a51b9b7.repl.co"
+ }
}
diff --git a/domains/saammaaeel.json b/domains/saammaaeel.json
index 4333d13ee..2e8265b10 100644
--- a/domains/saammaaeel.json
+++ b/domains/saammaaeel.json
@@ -7,4 +7,4 @@
"record": {
"CNAME": "saammaaeel.github.io"
}
-}
+}
diff --git a/domains/saba.json b/domains/saba.json
index 96bcc7588..6ce78d147 100644
--- a/domains/saba.json
+++ b/domains/saba.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "itsaba.github.io"
}
-}
+}
diff --git a/domains/sabelgames.json b/domains/sabelgames.json
index 088e0446c..cf07aef15 100644
--- a/domains/sabelgames.json
+++ b/domains/sabelgames.json
@@ -1,12 +1,11 @@
-
{
- "owner": {
- "username": "SabelGames",
- "email": "contact@sabelgames.is-a.dev"
- },
- "record": {
- "URL": "https://sabelgames.itch.io",
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "owner": {
+ "username": "SabelGames",
+ "email": "contact@sabelgames.is-a.dev"
+ },
+ "record": {
+ "URL": "https://sabelgames.itch.io",
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/sabil.json b/domains/sabil.json
index 915f78bcd..023c1cee8 100644
--- a/domains/sabil.json
+++ b/domains/sabil.json
@@ -1,11 +1,11 @@
{
- "description": "Sabil Shrestha's Site",
- "owner": {
- "username": "sabilshrestha",
- "email": "kongbill6363@gmail.com",
- "twitter": "kongbill62"
- },
- "record": {
- "CNAME": "sabil62.github.io"
- }
+ "description": "Sabil Shrestha's Site",
+ "owner": {
+ "username": "sabilshrestha",
+ "email": "kongbill6363@gmail.com",
+ "twitter": "kongbill62"
+ },
+ "record": {
+ "CNAME": "sabil62.github.io"
+ }
}
diff --git a/domains/sachin.json b/domains/sachin.json
index bffa70ddb..338dd65a0 100644
--- a/domains/sachin.json
+++ b/domains/sachin.json
@@ -1,11 +1,11 @@
{
- "description": "Sachin's portfolio",
- "repo": "https://github.com/sachin-in1",
- "owner": {
- "username": "sachin-in1",
- "email": "sachin.here01@gmail.com"
- },
- "record": {
- "CNAME": "sachin-in1.github.io"
- }
+ "description": "Sachin's portfolio",
+ "repo": "https://github.com/sachin-in1",
+ "owner": {
+ "username": "sachin-in1",
+ "email": "sachin.here01@gmail.com"
+ },
+ "record": {
+ "CNAME": "sachin-in1.github.io"
+ }
}
diff --git a/domains/sadie.json b/domains/sadie.json
index da10491fb..c4f0fc1a5 100644
--- a/domains/sadie.json
+++ b/domains/sadie.json
@@ -1,12 +1,12 @@
{
- "description": "Sadie Brooklyn's website",
- "repo": "https://github.com/night-lake/night-lake.github.io",
- "owner": {
- "username": "night-lake",
- "email": "sadiebk@fluorine.me",
- "twitter": "_nightlake"
- },
- "record": {
- "CNAME": "night-lake.github.io"
- }
+ "description": "Sadie Brooklyn's website",
+ "repo": "https://github.com/night-lake/night-lake.github.io",
+ "owner": {
+ "username": "night-lake",
+ "email": "sadiebk@fluorine.me",
+ "twitter": "_nightlake"
+ },
+ "record": {
+ "CNAME": "night-lake.github.io"
+ }
}
diff --git a/domains/sadiq.json b/domains/sadiq.json
index 32620bce3..35afa788c 100644
--- a/domains/sadiq.json
+++ b/domains/sadiq.json
@@ -1,11 +1,11 @@
-{
- "repo": "https://github.com/sadiq334/sadiq334.github.io",
- "owner": {
- "username": "sadiq334",
- "email": "",
- "discord": "! sadiq#1152"
- },
- "record": {
- "CNAME": "sadiq334.github.io"
- }
-}
\ No newline at end of file
+{
+ "repo": "https://github.com/sadiq334/sadiq334.github.io",
+ "owner": {
+ "username": "sadiq334",
+ "email": "",
+ "discord": "! sadiq#1152"
+ },
+ "record": {
+ "CNAME": "sadiq334.github.io"
+ }
+}
diff --git a/domains/sadmananik.json b/domains/sadmananik.json
index 737e54b91..ef57fca92 100644
--- a/domains/sadmananik.json
+++ b/domains/sadmananik.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Sadman-11",
"email": "sadmananik8986@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "sadman.misfitsdev.xyz"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/saeef.json b/domains/saeef.json
index 0ac15e600..69468af7e 100644
--- a/domains/saeef.json
+++ b/domains/saeef.json
@@ -1,11 +1,11 @@
{
- "description": "Personal portfolio site",
- "repo": "https://github.com/saeef/isaeef.git",
- "owner": {
- "username": "saeef",
- "email": "saeef@outlook.com"
- },
- "record": {
- "CNAME": "saeef.github.io"
- }
+ "description": "Personal portfolio site",
+ "repo": "https://github.com/saeef/isaeef.git",
+ "owner": {
+ "username": "saeef",
+ "email": "saeef@outlook.com"
+ },
+ "record": {
+ "CNAME": "saeef.github.io"
+ }
}
diff --git a/domains/safin.json b/domains/safin.json
index aba00f197..cc95b0ccf 100644
--- a/domains/safin.json
+++ b/domains/safin.json
@@ -1,11 +1,11 @@
{
- "description": "Safin's is-a-dev domain!",
- "repo": "https://github.com/safinsingh",
- "owner": {
- "username": "safinsingh",
- "email": "safin.singh@gmail.com"
- },
- "record": {
- "URL": "https://safin.dev"
- }
+ "description": "Safin's is-a-dev domain!",
+ "repo": "https://github.com/safinsingh",
+ "owner": {
+ "username": "safinsingh",
+ "email": "safin.singh@gmail.com"
+ },
+ "record": {
+ "URL": "https://safin.dev"
+ }
}
diff --git a/domains/safone.json b/domains/safone.json
index 82ec11041..541121031 100644
--- a/domains/safone.json
+++ b/domains/safone.json
@@ -1,11 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "AsmSafone",
"email": "asmsafone@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "thawing-halibut-94d4dmuwrzd30esllhx7xjae.herokudns.com"
- }
}
+}
diff --git a/domains/sage.json b/domains/sage.json
index b746afad5..61bf1efd1 100644
--- a/domains/sage.json
+++ b/domains/sage.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "SageDotExe",
"email": "sagerainbow27@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "sagedotexe.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/saharsh.json b/domains/saharsh.json
index 652fa8bda..bf6563e1f 100644
--- a/domains/saharsh.json
+++ b/domains/saharsh.json
@@ -1,12 +1,12 @@
{
- "description": "My portofilio!",
- "repo": "https://github.com/Saharsh1223/saharsh1223.github.io",
- "owner": {
- "username": "Saharsh1223",
- "email": "psaharsh2@gmail.com",
- "twitter": "saharsh1223"
- },
- "record": {
- "CNAME": "saharsh1223.github.io"
- }
+ "description": "My portofilio!",
+ "repo": "https://github.com/Saharsh1223/saharsh1223.github.io",
+ "owner": {
+ "username": "Saharsh1223",
+ "email": "psaharsh2@gmail.com",
+ "twitter": "saharsh1223"
+ },
+ "record": {
+ "CNAME": "saharsh1223.github.io"
+ }
}
diff --git a/domains/sahil.json b/domains/sahil.json
index a8dc56ac5..f5f29424e 100644
--- a/domains/sahil.json
+++ b/domains/sahil.json
@@ -1,12 +1,12 @@
{
- "description": "Personal Porfolio Records Add.",
- "repo": "https://github.com/sahilpatel09/sahilpatel09.github.io",
- "owner": {
- "username": "sahilpatel09",
- "email": "smppatel99999@gmail.com",
- "twitter": "smppatel99999"
- },
- "record": {
- "CNAME": "sahilpatel09.github.io"
- }
+ "description": "Personal Porfolio Records Add.",
+ "repo": "https://github.com/sahilpatel09/sahilpatel09.github.io",
+ "owner": {
+ "username": "sahilpatel09",
+ "email": "smppatel99999@gmail.com",
+ "twitter": "smppatel99999"
+ },
+ "record": {
+ "CNAME": "sahilpatel09.github.io"
+ }
}
diff --git a/domains/sahilchoudhary.json b/domains/sahilchoudhary.json
index 44a439b12..eae73ccd9 100644
--- a/domains/sahilchoudhary.json
+++ b/domains/sahilchoudhary.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "iosahil.github.io"
}
-}
+}
diff --git a/domains/sailesh.json b/domains/sailesh.json
index 641f1d263..211257025 100644
--- a/domains/sailesh.json
+++ b/domains/sailesh.json
@@ -1,10 +1,10 @@
{
- "description": "Sailesh's Personal Website",
- "owner": {
- "username": "saileshbro",
- "email": "saileshbro@gmail.com"
- },
- "record": {
- "CNAME": "saileshbro.github.io"
- }
+ "description": "Sailesh's Personal Website",
+ "owner": {
+ "username": "saileshbro",
+ "email": "saileshbro@gmail.com"
+ },
+ "record": {
+ "CNAME": "saileshbro.github.io"
+ }
}
diff --git a/domains/saisandeepvaddi.json b/domains/saisandeepvaddi.json
index 584f761ae..2a6af8fd0 100644
--- a/domains/saisandeepvaddi.json
+++ b/domains/saisandeepvaddi.json
@@ -1,10 +1,10 @@
{
- "description": "Sai Sandeep Vaddi's website",
- "owner": {
- "username": "saisandeepvaddi",
- "email": "saisandeepvaddi@gmail.com"
- },
- "record": {
- "A": ["104.198.14.52"]
- }
+ "description": "Sai Sandeep Vaddi's website",
+ "owner": {
+ "username": "saisandeepvaddi",
+ "email": "saisandeepvaddi@gmail.com"
+ },
+ "record": {
+ "A": ["104.198.14.52"]
+ }
}
diff --git a/domains/saizuo.json b/domains/saizuo.json
index f4b67bb26..61c5c001e 100644
--- a/domains/saizuo.json
+++ b/domains/saizuo.json
@@ -1,12 +1,12 @@
{
- "description": "Saizuo's Portfolio Website",
- "repo": "https://github.com/saizuo/saizuo.github.io",
- "owner": {
- "username": "Saizuo",
- "email": "jhaakash177@gmail.com",
- "twitter": "SaizyWaizy"
- },
- "record": {
- "CNAME": "Saizuo.github.io"
- }
+ "description": "Saizuo's Portfolio Website",
+ "repo": "https://github.com/saizuo/saizuo.github.io",
+ "owner": {
+ "username": "Saizuo",
+ "email": "jhaakash177@gmail.com",
+ "twitter": "SaizyWaizy"
+ },
+ "record": {
+ "CNAME": "Saizuo.github.io"
+ }
}
diff --git a/domains/sakko.json b/domains/sakko.json
index 2e4037cfa..6f0975012 100644
--- a/domains/sakko.json
+++ b/domains/sakko.json
@@ -1,12 +1,12 @@
{
- "description": "SaKKo from Thailand",
- "repo": "https://github.com/SaKKo/soontobeprogrammer.com",
- "owner": {
- "username": "sakko",
- "email": "saklism@gmail.com",
- "twitter": "sakkosama"
- },
- "record": {
- "CNAME": "sakko.github.io"
- }
+ "description": "SaKKo from Thailand",
+ "repo": "https://github.com/SaKKo/soontobeprogrammer.com",
+ "owner": {
+ "username": "sakko",
+ "email": "saklism@gmail.com",
+ "twitter": "sakkosama"
+ },
+ "record": {
+ "CNAME": "sakko.github.io"
+ }
}
diff --git a/domains/salar.json b/domains/salar.json
index 68291dc59..f1e641106 100644
--- a/domains/salar.json
+++ b/domains/salar.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "ooralas",
"email": "ooralas@outlook.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://salaralali.com"
- }
}
-
+}
diff --git a/domains/sam-jspn.json b/domains/sam-jspn.json
index 8d05ebe1d..e52accfaa 100644
--- a/domains/sam-jspn.json
+++ b/domains/sam-jspn.json
@@ -1,12 +1,12 @@
{
- "description": "Sam's website",
- "repo": "https://github.com/Samuel-Jspn/lair",
- "owner": {
- "username": "Samuel-Jspn",
- "email": "sam.josephine@outlook.fr",
- "discord": "R3dL1ghty#2904"
- },
- "record": {
- "CNAME": "samuel-jspn.github.io"
- }
+ "description": "Sam's website",
+ "repo": "https://github.com/Samuel-Jspn/lair",
+ "owner": {
+ "username": "Samuel-Jspn",
+ "email": "sam.josephine@outlook.fr",
+ "discord": "R3dL1ghty#2904"
+ },
+ "record": {
+ "CNAME": "samuel-jspn.github.io"
+ }
}
diff --git a/domains/sam.json b/domains/sam.json
index d3a0fc31a..d93108e90 100644
--- a/domains/sam.json
+++ b/domains/sam.json
@@ -1,11 +1,11 @@
{
- "description": "Sam Poder's personal website.",
- "repo": "https://github.com/sampoder/w2",
- "owner": {
- "username": "sampoder",
- "email": "sam@sampoder.com"
- },
- "record": {
- "URL": "https://sampoder.com"
- }
+ "description": "Sam Poder's personal website.",
+ "repo": "https://github.com/sampoder/w2",
+ "owner": {
+ "username": "sampoder",
+ "email": "sam@sampoder.com"
+ },
+ "record": {
+ "URL": "https://sampoder.com"
+ }
}
diff --git a/domains/samanyu.json b/domains/samanyu.json
index 3f955a21a..b16154f42 100644
--- a/domains/samanyu.json
+++ b/domains/samanyu.json
@@ -1,11 +1,11 @@
{
- "description": "They call me Soman",
- "repo": "https://github.com/Samanyu13",
- "owner": {
- "username": "Samanyu13",
- "email": "samanyusaji18@gmail.com"
- },
- "record": {
- "CNAME": "samanyu13.github.io"
- }
+ "description": "They call me Soman",
+ "repo": "https://github.com/Samanyu13",
+ "owner": {
+ "username": "Samanyu13",
+ "email": "samanyusaji18@gmail.com"
+ },
+ "record": {
+ "CNAME": "samanyu13.github.io"
+ }
}
diff --git a/domains/samarth-asthana.json b/domains/samarth-asthana.json
index 5450c8b43..77ac005cc 100644
--- a/domains/samarth-asthana.json
+++ b/domains/samarth-asthana.json
@@ -1,11 +1,11 @@
{
- "description": "Samarth Asthana",
- "repo": "https://github.com/samarth-asthana/portfolio.github.io",
- "owner": {
- "username": "samarth-asthana",
- "email": "samarthasthana110@gmail.com"
- },
- "record": {
- "CNAME": "samarth-asthana.github.io"
- }
+ "description": "Samarth Asthana",
+ "repo": "https://github.com/samarth-asthana/portfolio.github.io",
+ "owner": {
+ "username": "samarth-asthana",
+ "email": "samarthasthana110@gmail.com"
+ },
+ "record": {
+ "CNAME": "samarth-asthana.github.io"
+ }
}
diff --git a/domains/samarth.json b/domains/samarth.json
index 34f9f032d..093a1e7e0 100644
--- a/domains/samarth.json
+++ b/domains/samarth.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "samarthkulshrestha",
- "email": "samarthkulshrestha@protonmail.com"
- },
- "record": {
- "CNAME": "samarthkulshrestha.github.io"
- }
+ "owner": {
+ "username": "samarthkulshrestha",
+ "email": "samarthkulshrestha@protonmail.com"
+ },
+ "record": {
+ "CNAME": "samarthkulshrestha.github.io"
+ }
}
diff --git a/domains/sambhrama.json b/domains/sambhrama.json
index 42ea19919..90b69910c 100644
--- a/domains/sambhrama.json
+++ b/domains/sambhrama.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Sambhrama754",
- "email": "sambhramakhushi@hotmail.com"
- },
- "record": {
- "CNAME": "website-production-d557.up.railway.app"
- }
+ "owner": {
+ "username": "Sambhrama754",
+ "email": "sambhramakhushi@hotmail.com"
+ },
+ "record": {
+ "CNAME": "website-production-d557.up.railway.app"
+ }
}
diff --git a/domains/samcarson.json b/domains/samcarson.json
index 6c2941d8d..a0b843a2f 100644
--- a/domains/samcarson.json
+++ b/domains/samcarson.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "samcarsonx",
- "email": "sam@carson.industries"
- },
- "record": {
- "CNAME": "isadev.samcarson.co.uk"
- }
+ "owner": {
+ "username": "samcarsonx",
+ "email": "sam@carson.industries"
+ },
+ "record": {
+ "CNAME": "isadev.samcarson.co.uk"
+ }
}
diff --git a/domains/sameera.json b/domains/sameera.json
index 66a824daa..d78c5e0ac 100644
--- a/domains/sameera.json
+++ b/domains/sameera.json
@@ -1,12 +1,12 @@
{
- "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",
- "twitter": "sameera_s_w"
- },
- "record": {
- "CNAME": "sameerasw.github.io"
- }
-}
\ No newline at end of file
+ "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",
+ "twitter": "sameera_s_w"
+ },
+ "record": {
+ "CNAME": "sameerasw.github.io"
+ }
+}
diff --git a/domains/samet.json b/domains/samet.json
index b4951720e..74edf7498 100644
--- a/domains/samet.json
+++ b/domains/samet.json
@@ -1,14 +1,14 @@
{
- "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",
- "discord": "Samett#8519",
- "discordID": "894594782897262635"
- },
-
- "record": {
- "CNAME": "sa-met.github.io"
- }
+ "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",
+ "discord": "Samett#8519",
+ "discordID": "894594782897262635"
+ },
+
+ "record": {
+ "CNAME": "sa-met.github.io"
+ }
}
diff --git a/domains/samihatasnim.json b/domains/samihatasnim.json
index 0bc3dec24..a9c1a71da 100644
--- a/domains/samihatasnim.json
+++ b/domains/samihatasnim.json
@@ -1,13 +1,13 @@
{
- "description": "Samiha Tasnim's personal website.",
- "repo": "https://github.com/samihaTasnim/website",
- "owner": {
- "username": "samihaTasnim",
- "discord": "sam.#7750",
- "email": "samxtasnim@gmail.com",
- "twitter": "SamihaTasnimm"
- },
- "record": {
- "CNAME": "website-69g.pages.dev"
- }
+ "description": "Samiha Tasnim's personal website.",
+ "repo": "https://github.com/samihaTasnim/website",
+ "owner": {
+ "username": "samihaTasnim",
+ "discord": "sam.#7750",
+ "email": "samxtasnim@gmail.com",
+ "twitter": "SamihaTasnimm"
+ },
+ "record": {
+ "CNAME": "website-69g.pages.dev"
+ }
}
diff --git a/domains/samir.json b/domains/samir.json
index 55f56e20e..bb628b833 100644
--- a/domains/samir.json
+++ b/domains/samir.json
@@ -1,12 +1,12 @@
{
- "description": "Samir's Portfolio Website.",
- "repo": "https://github.com/SamirPaulb/samir.is-a.dev",
- "owner": {
- "username": "SamirPaulb",
- "email": "samirpaulb@gmail.com",
- "twitter": "SamirPaulb"
- },
- "record": {
- "CNAME": "samirpaulb.github.io"
- }
+ "description": "Samir's Portfolio Website.",
+ "repo": "https://github.com/SamirPaulb/samir.is-a.dev",
+ "owner": {
+ "username": "SamirPaulb",
+ "email": "samirpaulb@gmail.com",
+ "twitter": "SamirPaulb"
+ },
+ "record": {
+ "CNAME": "samirpaulb.github.io"
+ }
}
diff --git a/domains/samirp.json b/domains/samirp.json
index e623c2a78..b488f3126 100644
--- a/domains/samirp.json
+++ b/domains/samirp.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "SamirPaul1.github.io"
}
-}
+}
diff --git a/domains/samirpaul.json b/domains/samirpaul.json
index 8b1ee4b58..b8aec95d0 100644
--- a/domains/samirpaul.json
+++ b/domains/samirpaul.json
@@ -1,12 +1,12 @@
{
- "description": "Samir Paul's Portfolio Website.",
- "repo": "https://github.com/SamirPaul1/samirpaul",
- "owner": {
- "username": "SamirPaul1",
- "email": "samirpaulb@gmail.com",
- "twitter": "SamirPaulb"
- },
- "record": {
- "CNAME": "samirpaul1.github.io"
- }
+ "description": "Samir Paul's Portfolio Website.",
+ "repo": "https://github.com/SamirPaul1/samirpaul",
+ "owner": {
+ "username": "SamirPaul1",
+ "email": "samirpaulb@gmail.com",
+ "twitter": "SamirPaulb"
+ },
+ "record": {
+ "CNAME": "samirpaul1.github.io"
+ }
}
diff --git a/domains/saml.json b/domains/saml.json
index 4e4c51505..371aadf8b 100644
--- a/domains/saml.json
+++ b/domains/saml.json
@@ -1,11 +1,11 @@
{
- "description": "Personal Website",
- "repo": "https://github.com/SamDev-7/website",
- "owner": {
- "username": "SamDev-7",
- "email": "hello@samliu.dev"
- },
- "record": {
- "URL": "https://samliu.dev"
- }
+ "description": "Personal Website",
+ "repo": "https://github.com/SamDev-7/website",
+ "owner": {
+ "username": "SamDev-7",
+ "email": "hello@samliu.dev"
+ },
+ "record": {
+ "URL": "https://samliu.dev"
+ }
}
diff --git a/domains/sammy.json b/domains/sammy.json
index 402e6472d..25d5432a3 100644
--- a/domains/sammy.json
+++ b/domains/sammy.json
@@ -1,12 +1,12 @@
{
- "description": "link for github pages",
- "repo": "https://github.com/TorchedSammy/torchedsammy.github.io",
- "owner": {
- "username": "TorchedSammy",
- "email": "torchedsammy@gmail.com",
- "twitter": "TorchedSammy"
- },
- "record": {
- "CNAME": "torchedsammy.github.io"
- }
+ "description": "link for github pages",
+ "repo": "https://github.com/TorchedSammy/torchedsammy.github.io",
+ "owner": {
+ "username": "TorchedSammy",
+ "email": "torchedsammy@gmail.com",
+ "twitter": "TorchedSammy"
+ },
+ "record": {
+ "CNAME": "torchedsammy.github.io"
+ }
}
diff --git a/domains/samo.json b/domains/samo.json
index ba1f05dc2..4c780af34 100644
--- a/domains/samo.json
+++ b/domains/samo.json
@@ -1,12 +1,12 @@
{
- "description": "im samo :3",
- "repo": "https://github.com/GodSamomen/GodSamomen.github.io",
- "owner": {
- "username": "GodSamomen",
- "email": "godsamomen@protonmail.com",
- "twitter": "godsamomen"
- },
- "record": {
- "CNAME": "godsamomen.github.io"
- }
+ "description": "im samo :3",
+ "repo": "https://github.com/GodSamomen/GodSamomen.github.io",
+ "owner": {
+ "username": "GodSamomen",
+ "email": "godsamomen@protonmail.com",
+ "twitter": "godsamomen"
+ },
+ "record": {
+ "CNAME": "godsamomen.github.io"
+ }
}
diff --git a/domains/samriddha.json b/domains/samriddha.json
index b374e822d..720d397f5 100644
--- a/domains/samriddha.json
+++ b/domains/samriddha.json
@@ -1,12 +1,12 @@
{
- "description": "Link to my website",
- "repo": "https://github.com/samriddha-basu-cloud/CV",
- "owner": {
- "username": "samriddha-basu-cloud",
- "email": "sb2899@srmist.edu.in",
- "twitter": "BasuSamriddha"
- },
- "record": {
- "CNAME": "samriddha-basu-cloud.github.io"
- }
+ "description": "Link to my website",
+ "repo": "https://github.com/samriddha-basu-cloud/CV",
+ "owner": {
+ "username": "samriddha-basu-cloud",
+ "email": "sb2899@srmist.edu.in",
+ "twitter": "BasuSamriddha"
+ },
+ "record": {
+ "CNAME": "samriddha-basu-cloud.github.io"
+ }
}
diff --git a/domains/samuel.json b/domains/samuel.json
index 0ae3a7969..b048f7dd7 100644
--- a/domains/samuel.json
+++ b/domains/samuel.json
@@ -1,11 +1,11 @@
{
- "description": "Documentation pages for Samuel apps.",
- "repo": "https://github.com/SISBEST/sisbest.github.io",
- "owner": {
- "username": "SISBEST",
- "email": "samuel@samuelsharp.com"
- },
- "record": {
- "CNAME": "sisbest.github.io"
- }
+ "description": "Documentation pages for Samuel apps.",
+ "repo": "https://github.com/SISBEST/sisbest.github.io",
+ "owner": {
+ "username": "SISBEST",
+ "email": "samuel@samuelsharp.com"
+ },
+ "record": {
+ "CNAME": "sisbest.github.io"
+ }
}
diff --git a/domains/samuelnihbos.json b/domains/samuelnihbos.json
index 462780986..81e32ca3c 100644
--- a/domains/samuelnihbos.json
+++ b/domains/samuelnihbos.json
@@ -1,12 +1,12 @@
{
- "description": "samuelnihbos.is-a.dev",
- "repo": "https://github.com/samuelnihbos/samuelnihbos.github.io",
- "owner": {
- "username": "samuelnihbos",
- "email": "samuelnihbos@gnuweeb.org",
- "twitter": "Samueeeeel6"
- },
- "record": {
- "CNAME": "samuelnihbos.github.io"
- }
+ "description": "samuelnihbos.is-a.dev",
+ "repo": "https://github.com/samuelnihbos/samuelnihbos.github.io",
+ "owner": {
+ "username": "samuelnihbos",
+ "email": "samuelnihbos@gnuweeb.org",
+ "twitter": "Samueeeeel6"
+ },
+ "record": {
+ "CNAME": "samuelnihbos.github.io"
+ }
}
diff --git a/domains/sanana.json b/domains/sanana.json
index 238069e9c..57d47f5d1 100644
--- a/domains/sanana.json
+++ b/domains/sanana.json
@@ -1,12 +1,12 @@
{
- "description": "sanana the skenana's personal website",
- "repo": "https://github.com/TheOddGarlic/theoddgarlic.github.io",
- "owner": {
- "username": "TheOddGarlic",
- "email": "umutinanerdogan@pm.me",
- "discord": "sanana the skenana#4025"
- },
- "record": {
- "CNAME": "theoddgarlic.github.io"
- }
+ "description": "sanana the skenana's personal website",
+ "repo": "https://github.com/TheOddGarlic/theoddgarlic.github.io",
+ "owner": {
+ "username": "TheOddGarlic",
+ "email": "umutinanerdogan@pm.me",
+ "discord": "sanana the skenana#4025"
+ },
+ "record": {
+ "CNAME": "theoddgarlic.github.io"
+ }
}
diff --git a/domains/sandeepv.json b/domains/sandeepv.json
index 479d5cdc4..405f2819f 100644
--- a/domains/sandeepv.json
+++ b/domains/sandeepv.json
@@ -1,10 +1,10 @@
{
- "description": "Sandeep's personal website",
- "owner": {
- "username": "SandeepVattapparambil",
- "email": "sandeepv68@gmail.com"
- },
- "record": {
- "CNAME": "sandeepvattapparambil.github.io"
- }
+ "description": "Sandeep's personal website",
+ "owner": {
+ "username": "SandeepVattapparambil",
+ "email": "sandeepv68@gmail.com"
+ },
+ "record": {
+ "CNAME": "sandeepvattapparambil.github.io"
+ }
}
diff --git a/domains/sandira.json b/domains/sandira.json
index 4516c7886..86e09b5cb 100644
--- a/domains/sandira.json
+++ b/domains/sandira.json
@@ -1,12 +1,12 @@
{
- "description": "My personal portofolio",
- "repo": "https://github.com/axolotlextnd/axolotlextnd.github.io",
- "owner": {
- "username": "axolotlextnd",
- "email": "",
- "discord": "Sandira#0781"
- },
- "record": {
- "CNAME": "axolotlextnd.github.io"
- }
+ "description": "My personal portofolio",
+ "repo": "https://github.com/axolotlextnd/axolotlextnd.github.io",
+ "owner": {
+ "username": "axolotlextnd",
+ "email": "",
+ "discord": "Sandira#0781"
+ },
+ "record": {
+ "CNAME": "axolotlextnd.github.io"
+ }
}
diff --git a/domains/sandro.json b/domains/sandro.json
index 91129c159..f945a4ae4 100644
--- a/domains/sandro.json
+++ b/domains/sandro.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "Diordnas",
- "email": "alessandroeliot@gmail.com"
- },
- "description": "Personal site, as well as hosting a few tools",
- "repo": "https://github.com/diordnas/diordnas.github.io",
- "record": {
- "CNAME": "diordnas.github.io"
- }
+ "owner": {
+ "username": "Diordnas",
+ "email": "alessandroeliot@gmail.com"
+ },
+ "description": "Personal site, as well as hosting a few tools",
+ "repo": "https://github.com/diordnas/diordnas.github.io",
+ "record": {
+ "CNAME": "diordnas.github.io"
+ }
}
diff --git a/domains/sanelkukic.json b/domains/sanelkukic.json
index 3c01d6015..bc02cdc58 100644
--- a/domains/sanelkukic.json
+++ b/domains/sanelkukic.json
@@ -1,11 +1,11 @@
{
- "description": "Sanel's website for his open-source projects and stuff",
- "repo": "https://github.com/sanelk2004",
- "owner": {
- "username": "sanelk2004",
- "email": "sanelk2004@icloud.com"
- },
- "record": {
- "URL": "https://sanelkukic.us.eu.org"
- }
+ "description": "Sanel's website for his open-source projects and stuff",
+ "repo": "https://github.com/sanelk2004",
+ "owner": {
+ "username": "sanelk2004",
+ "email": "sanelk2004@icloud.com"
+ },
+ "record": {
+ "URL": "https://sanelkukic.us.eu.org"
+ }
}
diff --git a/domains/sangelo.json b/domains/sangelo.json
index 545df9d3d..877d8d902 100644
--- a/domains/sangelo.json
+++ b/domains/sangelo.json
@@ -1,14 +1,13 @@
{
- "description": "Redirect to personal homepage",
-
- "owner": {
- "username": "SangeloDev",
- "email": "contact@sangelo.space"
- },
- "repo": "https://github.com/SangeloDev",
-
- "record": {
- "URL": "https://sangelo.space"
- }
+ "description": "Redirect to personal homepage",
+ "owner": {
+ "username": "SangeloDev",
+ "email": "contact@sangelo.space"
+ },
+ "repo": "https://github.com/SangeloDev",
+
+ "record": {
+ "URL": "https://sangelo.space"
+ }
}
diff --git a/domains/sanidhya.json b/domains/sanidhya.json
index bdd3b9687..aa83c3c2d 100644
--- a/domains/sanidhya.json
+++ b/domains/sanidhya.json
@@ -1,14 +1,13 @@
{
- "description": "This is my personal Website of portfolio",
- "repo": "https://github.com/CoderSoNet/codersonetwebsite.github.io",
- "owner": {
- "username": "CoderSoNet",
- "email": "support@sanidhya.is-a.dev",
- "twitter": "ShanuUniyal_On",
- "discord": "781127625263415326"
- },
- "record": {
- "CNAME": "cc997d0e-83bb-487d-bb27-acbc00b59adb.id.repl.co"
-
- }
+ "description": "This is my personal Website of portfolio",
+ "repo": "https://github.com/CoderSoNet/codersonetwebsite.github.io",
+ "owner": {
+ "username": "CoderSoNet",
+ "email": "support@sanidhya.is-a.dev",
+ "twitter": "ShanuUniyal_On",
+ "discord": "781127625263415326"
+ },
+ "record": {
+ "CNAME": "cc997d0e-83bb-487d-bb27-acbc00b59adb.id.repl.co"
+ }
}
diff --git a/domains/sanjay-suryavanshi.json b/domains/sanjay-suryavanshi.json
index f3c7960f7..912bb5dc8 100644
--- a/domains/sanjay-suryavanshi.json
+++ b/domains/sanjay-suryavanshi.json
@@ -1,11 +1,11 @@
{
- "description": "Sanjay Suryavanshi Profile.",
- "repo": "https://github.com/Sanjay-Suryavanshi/Sanjay-Suryavanshi.github.io",
- "owner": {
- "username": "Sanjay-Suryavanshi",
- "email": ""
- },
- "record": {
- "CNAME": "Sanjay-Suryavanshi.github.io"
- }
+ "description": "Sanjay Suryavanshi Profile.",
+ "repo": "https://github.com/Sanjay-Suryavanshi/Sanjay-Suryavanshi.github.io",
+ "owner": {
+ "username": "Sanjay-Suryavanshi",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "Sanjay-Suryavanshi.github.io"
+ }
}
diff --git a/domains/sanjay.json b/domains/sanjay.json
index a3b3c353a..bacadb310 100644
--- a/domains/sanjay.json
+++ b/domains/sanjay.json
@@ -9,4 +9,4 @@
"record": {
"URL": "https://sanjaysoundarajan.dev"
}
-}
\ No newline at end of file
+}
diff --git a/domains/santhosh.json b/domains/santhosh.json
index a59d2ea01..237d88c7a 100644
--- a/domains/santhosh.json
+++ b/domains/santhosh.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ABSanthosh",
- "email": "a.b.santhosh02@gmail.com"
- },
- "record": {
- "CNAME": "absanthosh.github.io"
- }
+ "owner": {
+ "username": "ABSanthosh",
+ "email": "a.b.santhosh02@gmail.com"
+ },
+ "record": {
+ "CNAME": "absanthosh.github.io"
+ }
}
diff --git a/domains/santito.json b/domains/santito.json
index f176be2c9..be58bf2b6 100644
--- a/domains/santito.json
+++ b/domains/santito.json
@@ -2,10 +2,10 @@
"description": "Santito's Personal Site",
"repo": "https://github.com/DevSantito/devsantito.github.io",
"owner": {
- "username": "DevSantito",
- "email": "devsantito@gmail.com"
+ "username": "DevSantito",
+ "email": "devsantito@gmail.com"
},
"record": {
- "CNAME": "devsantito.github.io"
+ "CNAME": "devsantito.github.io"
}
- }
+}
diff --git a/domains/sappy.json b/domains/sappy.json
index 029d19cbe..423d790ce 100644
--- a/domains/sappy.json
+++ b/domains/sappy.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Slddev",
- "email": "admin@sapinc.ga"
- },
- "record": {
- "CNAME": "slddev.github.io"
- }
+ "owner": {
+ "username": "Slddev",
+ "email": "admin@sapinc.ga"
+ },
+ "record": {
+ "CNAME": "slddev.github.io"
+ }
}
diff --git a/domains/sarath.json b/domains/sarath.json
index 9eea584b2..d27882766 100644
--- a/domains/sarath.json
+++ b/domains/sarath.json
@@ -1,11 +1,11 @@
{
- "description": "Sarath's Website",
- "repo": "https://github.com/Sharkaboi/sharkaboi.github.io",
- "owner": {
- "username": "Sharkaboi",
- "email": "sarathsedu@gmail.com"
- },
- "record": {
- "CNAME": "sharkaboi.github.io"
- }
+ "description": "Sarath's Website",
+ "repo": "https://github.com/Sharkaboi/sharkaboi.github.io",
+ "owner": {
+ "username": "Sharkaboi",
+ "email": "sarathsedu@gmail.com"
+ },
+ "record": {
+ "CNAME": "sharkaboi.github.io"
+ }
}
diff --git a/domains/saraxa.json b/domains/saraxa.json
index b6ffa9638..29f6c33d9 100644
--- a/domains/saraxa.json
+++ b/domains/saraxa.json
@@ -1,12 +1,12 @@
{
- "description": "saraxa personal website",
- "repo": "https://github.com/reef1447/reef1447.github.io",
- "owner": {
- "username": "reef1447",
- "email": "spray123kira@gmail.com",
- "discord": "saraxa#8899"
- },
- "record": {
- "CNAME": "reef1447.github.io"
- }
+ "description": "saraxa personal website",
+ "repo": "https://github.com/reef1447/reef1447.github.io",
+ "owner": {
+ "username": "reef1447",
+ "email": "spray123kira@gmail.com",
+ "discord": "saraxa#8899"
+ },
+ "record": {
+ "CNAME": "reef1447.github.io"
+ }
}
diff --git a/domains/sarfaraz.json b/domains/sarfaraz.json
index 29ca0df9f..6db97cdcf 100644
--- a/domains/sarfaraz.json
+++ b/domains/sarfaraz.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "sarfarazstark",
- "email": "sarfarazstark@gmail.com",
- "twitter": "sarfarazstark"
- },
- "record": {
- "CNAME": "sarfarazstark.github.io"
- }
+ "owner": {
+ "username": "sarfarazstark",
+ "email": "sarfarazstark@gmail.com",
+ "twitter": "sarfarazstark"
+ },
+ "record": {
+ "CNAME": "sarfarazstark.github.io"
+ }
}
diff --git a/domains/saschamonteiro.json b/domains/saschamonteiro.json
index 43c17d459..35ac3e582 100644
--- a/domains/saschamonteiro.json
+++ b/domains/saschamonteiro.json
@@ -1,11 +1,11 @@
{
- "description": "Sascha Monteiro's personal dev website",
- "repo": "https://github.com/saschamonteiro",
- "owner": {
- "username": "saschamonteiro",
- "email": "info@purejs.com"
- },
- "record": {
- "CNAME": "www.purejs.com"
- }
+ "description": "Sascha Monteiro's personal dev website",
+ "repo": "https://github.com/saschamonteiro",
+ "owner": {
+ "username": "saschamonteiro",
+ "email": "info@purejs.com"
+ },
+ "record": {
+ "CNAME": "www.purejs.com"
+ }
}
diff --git a/domains/sasha.json b/domains/sasha.json
index b4069990a..06c644703 100644
--- a/domains/sasha.json
+++ b/domains/sasha.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio site",
- "repo": "https://github.com/Nero-X/PalletPal-web",
- "owner": {
- "username": "SashaJCV",
- "email": "sashajcv@gmail.com"
- },
- "record": {
- "A": ["116.203.239.117"]
- }
+ "description": "Portfolio site",
+ "repo": "https://github.com/Nero-X/PalletPal-web",
+ "owner": {
+ "username": "SashaJCV",
+ "email": "sashajcv@gmail.com"
+ },
+ "record": {
+ "A": ["116.203.239.117"]
+ }
}
diff --git a/domains/sasial.json b/domains/sasial.json
index 92a438793..4a5051576 100644
--- a/domains/sasial.json
+++ b/domains/sasial.json
@@ -1,12 +1,12 @@
{
- "description": "My Portfolio",
- "repo": "https://github.com/sasial-dev/Portfolio",
- "owner": {
- "username": "sasial-dev",
- "email": "",
- "discord": "Sasial#9375"
- },
- "record": {
- "URL": "https://sasial.dev"
- }
+ "description": "My Portfolio",
+ "repo": "https://github.com/sasial-dev/Portfolio",
+ "owner": {
+ "username": "sasial-dev",
+ "email": "",
+ "discord": "Sasial#9375"
+ },
+ "record": {
+ "URL": "https://sasial.dev"
+ }
}
diff --git a/domains/saswatsamal.json b/domains/saswatsamal.json
index c4061581d..eccaead0f 100644
--- a/domains/saswatsamal.json
+++ b/domains/saswatsamal.json
@@ -1,12 +1,12 @@
{
- "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",
- "twitter": "TweetSaswat"
- },
- "record": {
- "CNAME": "saswatsamal.github.io"
- }
+ "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",
+ "twitter": "TweetSaswat"
+ },
+ "record": {
+ "CNAME": "saswatsamal.github.io"
+ }
}
diff --git a/domains/sathish.json b/domains/sathish.json
index fbd4cccc9..ff9142b09 100644
--- a/domains/sathish.json
+++ b/domains/sathish.json
@@ -1,11 +1,11 @@
{
- "description": "My personal dev blog",
- "repo": "https://github.com/Muppidathi-sys/Muppidathi-sys.github.io",
- "owner": {
- "username": "Muppidathi-sys",
- "email": "muppidathi00@gmail.com"
- },
- "record": {
- "CNAME": "Muppidathi-sys.github.io"
- }
+ "description": "My personal dev blog",
+ "repo": "https://github.com/Muppidathi-sys/Muppidathi-sys.github.io",
+ "owner": {
+ "username": "Muppidathi-sys",
+ "email": "muppidathi00@gmail.com"
+ },
+ "record": {
+ "CNAME": "Muppidathi-sys.github.io"
+ }
}
diff --git a/domains/satoshi.json b/domains/satoshi.json
index a725c5ec4..9a6063f3f 100644
--- a/domains/satoshi.json
+++ b/domains/satoshi.json
@@ -1,12 +1,10 @@
-
- {
- "repo": "https://github.com/marcossatoshi/marcossatoshi.github.io",
- "owner": {
+{
+ "repo": "https://github.com/marcossatoshi/marcossatoshi.github.io",
+ "owner": {
"username": "marcossatoshi",
"email": "marcos.satoshi@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "marcossatoshi.github.io"
- }
}
-
+}
diff --git a/domains/satyamv7.json b/domains/satyamv7.json
index 9aef9da6d..9bfd58afc 100644
--- a/domains/satyamv7.json
+++ b/domains/satyamv7.json
@@ -1,11 +1,11 @@
{
- "description": "SatyamV7.is-a.dev",
- "repo": "https://github.com/SatyamV7/SatyamV7.github.io",
- "owner": {
- "username": "SatyamV7",
- "email": "satyamverma46@outlook.com"
- },
- "record": {
- "CNAME": "SatyamV7.github.io"
- }
+ "description": "SatyamV7.is-a.dev",
+ "repo": "https://github.com/SatyamV7/SatyamV7.github.io",
+ "owner": {
+ "username": "SatyamV7",
+ "email": "satyamverma46@outlook.com"
+ },
+ "record": {
+ "CNAME": "SatyamV7.github.io"
+ }
}
diff --git a/domains/saurabh.json b/domains/saurabh.json
index 45d769d47..7dd050617 100644
--- a/domains/saurabh.json
+++ b/domains/saurabh.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "sohrubh",
"email": "saurabhyadav5931@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "sohrubh.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/savio.json b/domains/savio.json
index 2d8173d2d..85f0f7618 100644
--- a/domains/savio.json
+++ b/domains/savio.json
@@ -1,11 +1,11 @@
{
- "description": "Savio Martin is a Dev",
- "repo": "https://github.com/saviomartin/register",
- "owner": {
- "username": "saviomartin",
- "email": "saviomartin2020@gmail.com"
- },
- "record": {
- "CNAME": "saviomartin.github.io"
- }
+ "description": "Savio Martin is a Dev",
+ "repo": "https://github.com/saviomartin/register",
+ "owner": {
+ "username": "saviomartin",
+ "email": "saviomartin2020@gmail.com"
+ },
+ "record": {
+ "CNAME": "saviomartin.github.io"
+ }
}
diff --git a/domains/saviomartin.json b/domains/saviomartin.json
index 52c6c2409..fe9e2e20d 100644
--- a/domains/saviomartin.json
+++ b/domains/saviomartin.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "martinthampi.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "martinthampi.github.io"
+ }
}
diff --git a/domains/saya.json b/domains/saya.json
index 1fa51a57e..ee54b9084 100644
--- a/domains/saya.json
+++ b/domains/saya.json
@@ -1,12 +1,12 @@
{
- "description": "saya's site",
- "repo": "https://github.com/yanNotDev/yanNotDev.github.io",
- "owner": {
- "username": "yanNotDev",
- "email": "aayantde@hotmail.com",
- "twitter": "AayanTDE"
- },
- "record": {
- "CNAME": "yanNotDev.github.io"
- }
+ "description": "saya's site",
+ "repo": "https://github.com/yanNotDev/yanNotDev.github.io",
+ "owner": {
+ "username": "yanNotDev",
+ "email": "aayantde@hotmail.com",
+ "twitter": "AayanTDE"
+ },
+ "record": {
+ "CNAME": "yanNotDev.github.io"
+ }
}
diff --git a/domains/scarvite.json b/domains/scarvite.json
index 1b7d576b3..7c629f5fc 100644
--- a/domains/scarvite.json
+++ b/domains/scarvite.json
@@ -1,12 +1,12 @@
{
- "description": "My Portfolio",
- "repo": "https://github.com/ScarVite/scarvite.de",
- "owner": {
- "username": "ScarVite",
- "email": "admin@ScarVite.de",
- "twitter": "ScarVite"
- },
- "record": {
- "CNAME": "scarvite.de"
- }
+ "description": "My Portfolio",
+ "repo": "https://github.com/ScarVite/scarvite.de",
+ "owner": {
+ "username": "ScarVite",
+ "email": "admin@ScarVite.de",
+ "twitter": "ScarVite"
+ },
+ "record": {
+ "CNAME": "scarvite.de"
+ }
}
diff --git a/domains/scfp.json b/domains/scfp.json
index 1ce145571..51fbe8372 100644
--- a/domains/scfp.json
+++ b/domains/scfp.json
@@ -1,11 +1,11 @@
{
- "description": "Cfp Short Service",
- "owner": {
- "username": "cfpwastaken",
- "email": "",
- "discord": "cfp#7174"
- },
- "record": {
- "CNAME": "cfp.gotdns.ch"
- }
-}
\ No newline at end of file
+ "description": "Cfp Short Service",
+ "owner": {
+ "username": "cfpwastaken",
+ "email": "",
+ "discord": "cfp#7174"
+ },
+ "record": {
+ "CNAME": "cfp.gotdns.ch"
+ }
+}
diff --git a/domains/schematic.json b/domains/schematic.json
index ef811401c..9fd504c8a 100644
--- a/domains/schematic.json
+++ b/domains/schematic.json
@@ -1,11 +1,9 @@
{
- "owner": {
- "username": "alenpaul2001",
- "email": "alenpaul2001@pm.me"
- },
- "record": {
- "A": [
- "152.67.160.188"
- ]
- }
+ "owner": {
+ "username": "alenpaul2001",
+ "email": "alenpaul2001@pm.me"
+ },
+ "record": {
+ "A": ["152.67.160.188"]
+ }
}
diff --git a/domains/school.semant.json b/domains/school.semant.json
index 0e9964b92..b8dd128a1 100644
--- a/domains/school.semant.json
+++ b/domains/school.semant.json
@@ -1,12 +1,12 @@
{
- "description": "A little show-off project for my school",
- "owner": {
- "username": "bad-boy-codes",
- "email": "contact@mail.badboy.is-a.dev",
- "discord": "445073800850046977",
- "twitter": "BadBoyGoesBrr"
- },
- "record": {
- "CNAME": "4941ff85-bc0d-4af7-b112-bc556c694343.id.repl.co"
- }
+ "description": "A little show-off project for my school",
+ "owner": {
+ "username": "bad-boy-codes",
+ "email": "contact@mail.badboy.is-a.dev",
+ "discord": "445073800850046977",
+ "twitter": "BadBoyGoesBrr"
+ },
+ "record": {
+ "CNAME": "4941ff85-bc0d-4af7-b112-bc556c694343.id.repl.co"
+ }
}
diff --git a/domains/scientific-dev.json b/domains/scientific-dev.json
index 1721832d9..c2b605bcb 100644
--- a/domains/scientific-dev.json
+++ b/domains/scientific-dev.json
@@ -1,12 +1,12 @@
{
- "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",
- "twitter": "ScientificDev"
- },
- "record": {
- "URL": "https://thesudarsandev.xyz"
- }
+ "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",
+ "twitter": "ScientificDev"
+ },
+ "record": {
+ "URL": "https://thesudarsandev.xyz"
+ }
}
diff --git a/domains/scr.json b/domains/scr.json
index 528fec88e..a68c0827b 100644
--- a/domains/scr.json
+++ b/domains/scr.json
@@ -1,11 +1,11 @@
{
- "description": "Scriptyyy's site",
- "owner": {
- "username": "Scriptyyy",
- "email": "mr.stikman209@gmail.com",
- "discord": "Scriptyyy#2152"
- },
- "record": {
- "A": ["75.2.69.226"]
- }
+ "description": "Scriptyyy's site",
+ "owner": {
+ "username": "Scriptyyy",
+ "email": "mr.stikman209@gmail.com",
+ "discord": "Scriptyyy#2152"
+ },
+ "record": {
+ "A": ["75.2.69.226"]
+ }
}
diff --git a/domains/script-server.json b/domains/script-server.json
index 78ba189aa..aec6ecd4e 100644
--- a/domains/script-server.json
+++ b/domains/script-server.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "gengyj16",
"email": "819514379m@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "a7cce212-0dd4-4961-881e-3bebf2d1ce31.id.repl.co"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/scronite.json b/domains/scronite.json
index 7499d922f..576375a16 100644
--- a/domains/scronite.json
+++ b/domains/scronite.json
@@ -1,13 +1,11 @@
{
- "description": "Subdomain of is-a.dev for my profile card.",
- "repo": "https://github.com/Scronite/profile",
- "owner": {
- "username": "Scronite",
- "email": "scronite@gmail.com"
- },
- "record": {
- "A": [
- "164.132.74.251"
- ]
- }
+ "description": "Subdomain of is-a.dev for my profile card.",
+ "repo": "https://github.com/Scronite/profile",
+ "owner": {
+ "username": "Scronite",
+ "email": "scronite@gmail.com"
+ },
+ "record": {
+ "A": ["164.132.74.251"]
+ }
}
diff --git a/domains/scythe.json b/domains/scythe.json
index d6f9c38d7..2c1f0eec8 100644
--- a/domains/scythe.json
+++ b/domains/scythe.json
@@ -1,10 +1,10 @@
{
- "description": "A personal portfolio site for all my projects.",
- "owner": {
- "username": "scythe",
- "email": "scythetheedev@outlook.com"
- },
- "record": {
- "CNAME": "e0e8c1e9-55a5-4394-afd9-10de3434aee8.repl.co"
- }
+ "description": "A personal portfolio site for all my projects.",
+ "owner": {
+ "username": "scythe",
+ "email": "scythetheedev@outlook.com"
+ },
+ "record": {
+ "CNAME": "e0e8c1e9-55a5-4394-afd9-10de3434aee8.repl.co"
+ }
}
diff --git a/domains/sdizdarevic.json b/domains/sdizdarevic.json
index 9fbbc862c..fa2dfdc63 100644
--- a/domains/sdizdarevic.json
+++ b/domains/sdizdarevic.json
@@ -1,11 +1,11 @@
{
- "description": "sdizdarevic.is-a.dev",
- "repo": "https://github.com/sdizdarevic/sdizdarevic.github.io",
- "owner": {
- "username": "sdizdarevic",
- "email": "saudin.dizdarevic@gmail.com"
- },
- "record": {
- "CNAME": "sdizdarevic.github.io"
- }
+ "description": "sdizdarevic.is-a.dev",
+ "repo": "https://github.com/sdizdarevic/sdizdarevic.github.io",
+ "owner": {
+ "username": "sdizdarevic",
+ "email": "saudin.dizdarevic@gmail.com"
+ },
+ "record": {
+ "CNAME": "sdizdarevic.github.io"
+ }
}
diff --git a/domains/sdxqw.json b/domains/sdxqw.json
index 46c540625..87a77dc00 100644
--- a/domains/sdxqw.json
+++ b/domains/sdxqw.json
@@ -1,11 +1,11 @@
{
- "description": "A personal portfolio site for my project.",
- "repo": "https://github.com/AsarySoftware/AxstTweaker",
- "owner": {
- "username": "sdxqw",
- "email": "xntrowdev@gmail.com"
- },
- "record": {
- "CNAME": "sdxqw.github.io"
- }
+ "description": "A personal portfolio site for my project.",
+ "repo": "https://github.com/AsarySoftware/AxstTweaker",
+ "owner": {
+ "username": "sdxqw",
+ "email": "xntrowdev@gmail.com"
+ },
+ "record": {
+ "CNAME": "sdxqw.github.io"
+ }
}
diff --git a/domains/search.l6174.json b/domains/search.l6174.json
index 574c7efc3..afa2cebd6 100644
--- a/domains/search.l6174.json
+++ b/domains/search.l6174.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "8b8a7371-0cc1-4815-affb-f53446c7b444.id.repl.co"
}
-}
+}
diff --git a/domains/search.thomasc.json b/domains/search.thomasc.json
index 2d8e4ec8c..fc7b46a39 100644
--- a/domains/search.thomasc.json
+++ b/domains/search.thomasc.json
@@ -2,10 +2,10 @@
"description": "Hopefully Thomas Croft's is-a.dev Whoogle instance",
"repo": "https://replit.com/@thomascf/whoogle",
"owner": {
- "username": "thomascf",
- "email": "thomas.croft@pm.me"
+ "username": "thomascf",
+ "email": "thomas.croft@pm.me"
},
"record": {
- "CNAME": "7c73f282-d33b-4a1d-b36e-bf6da5155d55.id.repl.co"
+ "CNAME": "7c73f282-d33b-4a1d-b36e-bf6da5155d55.id.repl.co"
}
- }
+}
diff --git a/domains/sebastian.json b/domains/sebastian.json
index c7229b19b..3bf831ee6 100644
--- a/domains/sebastian.json
+++ b/domains/sebastian.json
@@ -1,19 +1,16 @@
{
"owner": {
- "username": "bsnts",
- "email": "wwpoqpua@anonaddy.me"
+ "username": "bsnts",
+ "email": "wwpoqpua@anonaddy.me"
},
"record": {
- "A": [
+ "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"
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com -all"
}
}
diff --git a/domains/sebaz.json b/domains/sebaz.json
index b96fe5d04..4070ac9e0 100644
--- a/domains/sebaz.json
+++ b/domains/sebaz.json
@@ -1,10 +1,10 @@
{
- "description": "my website link",
- "owner": {
- "username": "iSebazz",
- "email": "iSebazz@outlook.es"
- },
- "record": {
- "CNAME": "usebazz.github.io"
- }
+ "description": "my website link",
+ "owner": {
+ "username": "iSebazz",
+ "email": "iSebazz@outlook.es"
+ },
+ "record": {
+ "CNAME": "usebazz.github.io"
+ }
}
diff --git a/domains/sekuji.json b/domains/sekuji.json
index e234d5513..126f0b061 100644
--- a/domains/sekuji.json
+++ b/domains/sekuji.json
@@ -1,11 +1,11 @@
-{
- "description": "Sekuji's Personal Website",
- "owner": {
- "username": "sekuji",
- "email": "",
- "discord": "sekuji#9595"
- },
- "record": {
- "CNAME": "sekuji.github.io"
- }
-}
+{
+ "description": "Sekuji's Personal Website",
+ "owner": {
+ "username": "sekuji",
+ "email": "",
+ "discord": "sekuji#9595"
+ },
+ "record": {
+ "CNAME": "sekuji.github.io"
+ }
+}
diff --git a/domains/semant.json b/domains/semant.json
index 9a282b424..366e13b09 100644
--- a/domains/semant.json
+++ b/domains/semant.json
@@ -1,21 +1,18 @@
{
- "description": "Semant's Website",
- "repo": "https://github.com/SemantCodes/SemantCodes.github.io",
- "owner": {
- "username": "s3mant",
- "email": "contact@semant.is-a.dev"
- },
- "record": {
- "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"
- }
+ "description": "Semant's Website",
+ "repo": "https://github.com/SemantCodes/SemantCodes.github.io",
+ "owner": {
+ "username": "s3mant",
+ "email": "contact@semant.is-a.dev"
+ },
+ "record": {
+ "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/semant.panda.json b/domains/semant.panda.json
index 1ca75f819..988bb2d3b 100644
--- a/domains/semant.panda.json
+++ b/domains/semant.panda.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "s3mant",
- "email": "contact@semant.is-a.dev"
- },
- "description": "Something juicy",
- "record": {
- "CNAME": "semant.cyclic.app"
- }
+ "owner": {
+ "username": "s3mant",
+ "email": "contact@semant.is-a.dev"
+ },
+ "description": "Something juicy",
+ "record": {
+ "CNAME": "semant.cyclic.app"
+ }
}
diff --git a/domains/semanteo.json b/domains/semanteo.json
index a3cba613b..bb89cb1fa 100644
--- a/domains/semanteo.json
+++ b/domains/semanteo.json
@@ -1,11 +1,11 @@
{
- "description": "semanteo.is-a.dev",
- "repo": "https://github.com/Semanteo/semanteo.github.io",
- "owner": {
- "username": "Semanteo",
- "email": "simsim3374@gmail.com"
- },
- "record": {
- "CNAME": "semanteo.github.io"
- }
+ "description": "semanteo.is-a.dev",
+ "repo": "https://github.com/Semanteo/semanteo.github.io",
+ "owner": {
+ "username": "Semanteo",
+ "email": "simsim3374@gmail.com"
+ },
+ "record": {
+ "CNAME": "semanteo.github.io"
+ }
}
diff --git a/domains/senninseyi.json b/domains/senninseyi.json
index ba17ec96f..f7d28e4b6 100644
--- a/domains/senninseyi.json
+++ b/domains/senninseyi.json
@@ -4,7 +4,7 @@
"username": "Senninseyi",
"email": "seyi.oyebamiji@gmail.com"
},
- "record": {
- "URL": "https://beyondata.co"
- }
-}
+ "record": {
+ "URL": "https://beyondata.co"
+ }
+}
diff --git a/domains/seppegeuens.json b/domains/seppegeuens.json
index 292bf9279..6fe0a42f2 100644
--- a/domains/seppegeuens.json
+++ b/domains/seppegeuens.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "SeppeG",
- "email": "geuensseppe@gmail.com"
- },
- "record": {
- "CNAME": "seppeg.github.io"
- }
+ "owner": {
+ "username": "SeppeG",
+ "email": "geuensseppe@gmail.com"
+ },
+ "record": {
+ "CNAME": "seppeg.github.io"
+ }
}
diff --git a/domains/serena.json b/domains/serena.json
index cbfe2b68e..fc3685532 100644
--- a/domains/serena.json
+++ b/domains/serena.json
@@ -1,11 +1,11 @@
{
- "description": "Serena's Website",
- "owner": {
- "username": "Serena-io",
- "email": "",
- "discord": "Serena#1165"
- },
- "record": {
- "CNAME": "serena-io.github.io"
- }
+ "description": "Serena's Website",
+ "owner": {
+ "username": "Serena-io",
+ "email": "",
+ "discord": "Serena#1165"
+ },
+ "record": {
+ "CNAME": "serena-io.github.io"
+ }
}
diff --git a/domains/sethpython.json b/domains/sethpython.json
index c4748789d..822cb8467 100644
--- a/domains/sethpython.json
+++ b/domains/sethpython.json
@@ -1,11 +1,11 @@
{
- "description": "An Useless Website",
- "repo": "https://github.com/SethTheDev/seththedev.github.io",
- "owner": {
- "username": "SethTheDev",
- "email": "spccmbseth@gmail.com"
- },
- "record": {
- "CNAME": "seththedev.github.io"
- }
+ "description": "An Useless Website",
+ "repo": "https://github.com/SethTheDev/seththedev.github.io",
+ "owner": {
+ "username": "SethTheDev",
+ "email": "spccmbseth@gmail.com"
+ },
+ "record": {
+ "CNAME": "seththedev.github.io"
+ }
}
diff --git a/domains/sezersinanoglu.json b/domains/sezersinanoglu.json
index 6dc589127..281a01bd9 100644
--- a/domains/sezersinanoglu.json
+++ b/domains/sezersinanoglu.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "sezersinanoglu",
"email": "sezersinanoglu@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "sezersinanoglu.github.io"
- }
}
-
+}
diff --git a/domains/sfe.json b/domains/sfe.json
index 67bbef4e1..9c92b1a52 100644
--- a/domains/sfe.json
+++ b/domains/sfe.json
@@ -1,11 +1,11 @@
{
- "description": "my personal docs",
- "repo": "https://github.com/leecheeyong/leecheeyong",
- "owner": {
- "username": "leecheeyong",
- "email": "tribejoe.gg@gmail.com"
- },
- "record": {
- "CNAME": "hosting.gitbook.io"
- }
+ "description": "my personal docs",
+ "repo": "https://github.com/leecheeyong/leecheeyong",
+ "owner": {
+ "username": "leecheeyong",
+ "email": "tribejoe.gg@gmail.com"
+ },
+ "record": {
+ "CNAME": "hosting.gitbook.io"
+ }
}
diff --git a/domains/sfsef.json b/domains/sfsef.json
index 30a534330..70550014d 100644
--- a/domains/sfsef.json
+++ b/domains/sfsef.json
@@ -1,10 +1,10 @@
{
- "description": "Aleksandr Polyakov's personal site",
- "owner": {
- "username": "sfsef",
- "email": "sfsef.official@yandex.ru"
- },
- "record": {
- "URL": "https://sfsef.me"
- }
+ "description": "Aleksandr Polyakov's personal site",
+ "owner": {
+ "username": "sfsef",
+ "email": "sfsef.official@yandex.ru"
+ },
+ "record": {
+ "URL": "https://sfsef.me"
+ }
}
diff --git a/domains/sfx.json b/domains/sfx.json
index a8fd96168..2c442cc76 100644
--- a/domains/sfx.json
+++ b/domains/sfx.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "iamsfx.github.io"
}
-}
+}
diff --git a/domains/sh.json b/domains/sh.json
index 31d4421a1..c5ab742e0 100644
--- a/domains/sh.json
+++ b/domains/sh.json
@@ -1,11 +1,11 @@
{
- "description": "a place where i save all my codes",
- "repo": "https://github.com/leecheeyong/leecheeyong",
- "owner": {
- "username": "leecheeyong",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "4e948aec-a05a-47f4-8224-a92ae15ec665.repl.co"
- }
+ "description": "a place where i save all my codes",
+ "repo": "https://github.com/leecheeyong/leecheeyong",
+ "owner": {
+ "username": "leecheeyong",
+ "email": "tojoeleeofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "4e948aec-a05a-47f4-8224-a92ae15ec665.repl.co"
+ }
}
diff --git a/domains/sh9351.json b/domains/sh9351.json
index f1cea6e4b..65a0346fa 100644
--- a/domains/sh9351.json
+++ b/domains/sh9351.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "sh9351",
"email": "perfect2315shlim@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "sh9351.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/shadowcookie.json b/domains/shadowcookie.json
index 0a6ff4b82..23c2ca54d 100644
--- a/domains/shadowcookie.json
+++ b/domains/shadowcookie.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Friezer-85",
"email": "dorian.graciot@yahoo.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://discord.com/api/oauth2/authorize?client_id=1024762572056047626&permissions=8&scope=bot%20applications.commands"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/shafi100.json b/domains/shafi100.json
index f6504f16b..b87fb9501 100644
--- a/domains/shafi100.json
+++ b/domains/shafi100.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "shafi100.github.io"
}
-}
+}
diff --git a/domains/shahjenish.json b/domains/shahjenish.json
index db616b5d2..7dba1065f 100644
--- a/domains/shahjenish.json
+++ b/domains/shahjenish.json
@@ -1,11 +1,11 @@
{
- "description": "Jenish Profile.",
- "repo": "https://github.com/shahjenish/shahjenish.github.io",
- "owner": {
- "username": "shahjenish",
- "email": ""
- },
- "record": {
- "CNAME": "shahjenish.github.io"
- }
+ "description": "Jenish Profile.",
+ "repo": "https://github.com/shahjenish/shahjenish.github.io",
+ "owner": {
+ "username": "shahjenish",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "shahjenish.github.io"
+ }
}
diff --git a/domains/shajanjp.json b/domains/shajanjp.json
index 4274eddb5..382df0936 100644
--- a/domains/shajanjp.json
+++ b/domains/shajanjp.json
@@ -1,11 +1,11 @@
{
- "description": "Full Stack Software Engineer",
- "repo": "https://github.com/shajanjp/shajanjp.github.io",
- "owner": {
- "username": "shajanjp",
- "email": "shajanjp@gmail.com"
- },
- "record": {
- "CNAME": "shajanjp.github.io"
- }
+ "description": "Full Stack Software Engineer",
+ "repo": "https://github.com/shajanjp/shajanjp.github.io",
+ "owner": {
+ "username": "shajanjp",
+ "email": "shajanjp@gmail.com"
+ },
+ "record": {
+ "CNAME": "shajanjp.github.io"
+ }
}
diff --git a/domains/shakeel-ahamad.json b/domains/shakeel-ahamad.json
index 4f07efa68..84ef49ae7 100644
--- a/domains/shakeel-ahamad.json
+++ b/domains/shakeel-ahamad.json
@@ -1,11 +1,11 @@
{
- "description": "Shakeel profile.",
- "repo": "https://github.com/shakeel-ahamad/shakeel-ahamad.github.io",
- "owner": {
- "username": "shakeel-ahamad",
- "email": ""
- },
- "record": {
- "CNAME": "shakeel-ahamad.github.io"
- }
+ "description": "Shakeel profile.",
+ "repo": "https://github.com/shakeel-ahamad/shakeel-ahamad.github.io",
+ "owner": {
+ "username": "shakeel-ahamad",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "shakeel-ahamad.github.io"
+ }
}
diff --git a/domains/shambhavi.json b/domains/shambhavi.json
index d55b56f53..53ff14cb6 100644
--- a/domains/shambhavi.json
+++ b/domains/shambhavi.json
@@ -1,11 +1,11 @@
{
- "description": "Shambhavi's Web-Dev Home",
- "repo": "https://github.com/ShambhaviCodes/ShambhaviCodes.github.io",
- "owner": {
- "username": "ShambhaviCodes",
- "email": "shambhavimishra26@gmail.com"
- },
- "record": {
- "CNAME": "shambhavicodes.github.io"
- }
+ "description": "Shambhavi's Web-Dev Home",
+ "repo": "https://github.com/ShambhaviCodes/ShambhaviCodes.github.io",
+ "owner": {
+ "username": "ShambhaviCodes",
+ "email": "shambhavimishra26@gmail.com"
+ },
+ "record": {
+ "CNAME": "shambhavicodes.github.io"
+ }
}
diff --git a/domains/shane.json b/domains/shane.json
index bc80a5220..d2f68f70c 100644
--- a/domains/shane.json
+++ b/domains/shane.json
@@ -1,11 +1,11 @@
{
- "description": "Shane Vandegrift, a friendly fullstack developer",
- "repo": "https://github.com/vandesm14/vandesm14.github.io",
- "owner": {
- "username": "Vandesm14",
- "email": "vandesm14@gmail.com"
- },
- "record": {
- "CNAME": "vandesm14.github.io"
- }
+ "description": "Shane Vandegrift, a friendly fullstack developer",
+ "repo": "https://github.com/vandesm14/vandesm14.github.io",
+ "owner": {
+ "username": "Vandesm14",
+ "email": "vandesm14@gmail.com"
+ },
+ "record": {
+ "CNAME": "vandesm14.github.io"
+ }
}
diff --git a/domains/sharad-rajyaguru.json b/domains/sharad-rajyaguru.json
index 9ecf96b7c..d7403fa6d 100644
--- a/domains/sharad-rajyaguru.json
+++ b/domains/sharad-rajyaguru.json
@@ -1,11 +1,11 @@
{
- "description": "Sharad Profile.",
- "repo": "https://github.com/sharad-rajyaguru/sharad-rajyaguru.github.io",
- "owner": {
- "username": "sharad-rajyaguru",
- "email": ""
- },
- "record": {
- "CNAME": "sharad-rajyaguru.github.io"
- }
+ "description": "Sharad Profile.",
+ "repo": "https://github.com/sharad-rajyaguru/sharad-rajyaguru.github.io",
+ "owner": {
+ "username": "sharad-rajyaguru",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "sharad-rajyaguru.github.io"
+ }
}
diff --git a/domains/sharath.json b/domains/sharath.json
index 93badde2b..913825214 100644
--- a/domains/sharath.json
+++ b/domains/sharath.json
@@ -1,11 +1,11 @@
{
- "description": "Social media website project.",
- "repo": "https://github.com/thesct22",
- "owner": {
- "username": "thesct22",
- "email": "sharathct22@gmail.com"
- },
- "record": {
- "CNAME": "thesct22.github.io"
- }
+ "description": "Social media website project.",
+ "repo": "https://github.com/thesct22",
+ "owner": {
+ "username": "thesct22",
+ "email": "sharathct22@gmail.com"
+ },
+ "record": {
+ "CNAME": "thesct22.github.io"
+ }
}
diff --git a/domains/sharifclick.json b/domains/sharifclick.json
index b6bae0f46..a8b148ddb 100644
--- a/domains/sharifclick.json
+++ b/domains/sharifclick.json
@@ -1,11 +1,11 @@
{
- "description": "personal website",
- "repo": "https://github.com/SharifClick/sharifclick.github.io",
- "owner": {
- "username": "sharifclick",
- "email": "me.sharifahmed@gmail.com"
- },
- "record": {
- "CNAME": "sharifclick.github.io"
- }
+ "description": "personal website",
+ "repo": "https://github.com/SharifClick/sharifclick.github.io",
+ "owner": {
+ "username": "sharifclick",
+ "email": "me.sharifahmed@gmail.com"
+ },
+ "record": {
+ "CNAME": "sharifclick.github.io"
+ }
}
diff --git a/domains/shashank.json b/domains/shashank.json
index 5d6cda10d..b185be65b 100644
--- a/domains/shashank.json
+++ b/domains/shashank.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "shashankktiwariii",
"email": "development.shashank@gmail.com"
- },
- "record": {
+ },
+ "record": {
"A": ["144.24.102.80"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/shashankk.json b/domains/shashankk.json
index 5d6cda10d..b185be65b 100644
--- a/domains/shashankk.json
+++ b/domains/shashankk.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "shashankktiwariii",
"email": "development.shashank@gmail.com"
- },
- "record": {
+ },
+ "record": {
"A": ["144.24.102.80"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/shaunak.json b/domains/shaunak.json
index f947e4686..015ca8493 100644
--- a/domains/shaunak.json
+++ b/domains/shaunak.json
@@ -1,11 +1,11 @@
{
- "description": "my .is-a.dev domain",
- "repo": "https://github.com/Shaunak-Pandya.github.io",
- "owner": {
- "username": "Shaunak-Pandya",
- "email": "shaunak.n.pandya@gmail.com"
- },
- "record": {
- "CNAME": "shaunak-pandya.github.io"
- }
+ "description": "my .is-a.dev domain",
+ "repo": "https://github.com/Shaunak-Pandya.github.io",
+ "owner": {
+ "username": "Shaunak-Pandya",
+ "email": "shaunak.n.pandya@gmail.com"
+ },
+ "record": {
+ "CNAME": "shaunak-pandya.github.io"
+ }
}
diff --git a/domains/shays.json b/domains/shays.json
index a66f74ffa..7c430ab30 100644
--- a/domains/shays.json
+++ b/domains/shays.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "SHays24.github.io"
}
-}
+}
diff --git a/domains/she.json b/domains/she.json
index dce479e36..73a0f0b62 100644
--- a/domains/she.json
+++ b/domains/she.json
@@ -2,11 +2,10 @@
"description": "My personal website",
"repo": "https://github.com/yuzhigang33/yuzhigang33.github.com",
"owner": {
- "username": "yuzhigang33",
- "email": "yuzhigang33@gmail.com"
+ "username": "yuzhigang33",
+ "email": "yuzhigang33@gmail.com"
},
"record": {
- "CNAME": "yuzhigang33.github.io"
+ "CNAME": "yuzhigang33.github.io"
}
- }
-
\ No newline at end of file
+}
diff --git a/domains/shenjunru.json b/domains/shenjunru.json
index d3b55d2c0..31da725c3 100644
--- a/domains/shenjunru.json
+++ b/domains/shenjunru.json
@@ -1,11 +1,11 @@
{
- "description": "Shen Junru is a Dev",
- "repo": "https://github.com/shenjunru/is-a-dev",
- "owner": {
- "username": "shenjunru",
- "email": "shenjunru@gmail.com"
- },
- "record": {
- "CNAME": "shenjunru.github.io"
- }
+ "description": "Shen Junru is a Dev",
+ "repo": "https://github.com/shenjunru/is-a-dev",
+ "owner": {
+ "username": "shenjunru",
+ "email": "shenjunru@gmail.com"
+ },
+ "record": {
+ "CNAME": "shenjunru.github.io"
+ }
}
diff --git a/domains/shept.json b/domains/shept.json
index 4d76621a9..d82397a5b 100644
--- a/domains/shept.json
+++ b/domains/shept.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "mcshept.github.io"
}
-}
\ No newline at end of file
+}
diff --git a/domains/shibiliya.json b/domains/shibiliya.json
index 25a7b5efa..dc3690fd7 100644
--- a/domains/shibiliya.json
+++ b/domains/shibiliya.json
@@ -1,11 +1,11 @@
{
- "description": "Shibiliya's personal developer website",
- "repo": "https://github.com/duaboola",
- "owner": {
- "username": "duaboola",
- "email": "ismailshibiliya@gmail.com"
- },
- "record": {
- "CNAME": "duaboola.github.io"
- }
+ "description": "Shibiliya's personal developer website",
+ "repo": "https://github.com/duaboola",
+ "owner": {
+ "username": "duaboola",
+ "email": "ismailshibiliya@gmail.com"
+ },
+ "record": {
+ "CNAME": "duaboola.github.io"
+ }
}
diff --git a/domains/shilinlee.json b/domains/shilinlee.json
index 1ab0a88d4..eeb14d557 100644
--- a/domains/shilinlee.json
+++ b/domains/shilinlee.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "shilinlee",
- "email": "shilinlee.ghost@gmail.com"
- },
- "record": {
- "URL": "https://github.com/shilinlee"
- }
+ "owner": {
+ "username": "shilinlee",
+ "email": "shilinlee.ghost@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/shilinlee"
+ }
}
diff --git a/domains/shin.json b/domains/shin.json
index 82adcc92d..030f21f70 100644
--- a/domains/shin.json
+++ b/domains/shin.json
@@ -1,22 +1,19 @@
{
- "description": "The offcial website by Tachibana Shin (@tachib_shin)",
- "repo": "https://github.com/tachibana-shin/tachibana-shin.github.io",
- "owner": {
- "username": "tachibana-shin",
- "email": "",
- "twitter": "tachib_shin"
- },
- "record": {
- "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=tachibshin@duck.com"
- }
+ "description": "The offcial website by Tachibana Shin (@tachib_shin)",
+ "repo": "https://github.com/tachibana-shin/tachibana-shin.github.io",
+ "owner": {
+ "username": "tachibana-shin",
+ "email": "",
+ "twitter": "tachib_shin"
+ },
+ "record": {
+ "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=tachibshin@duck.com"
+ }
}
diff --git a/domains/shiv.json b/domains/shiv.json
index 7aa28978b..2558b96f1 100644
--- a/domains/shiv.json
+++ b/domains/shiv.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "shivasharanappaBiradar",
- "email": "youcanbethemaster@gmail.com"
- },
- "record": {
- "CNAME": "railway-production-5fc6.up.railway.app"
- }
+ "owner": {
+ "username": "shivasharanappaBiradar",
+ "email": "youcanbethemaster@gmail.com"
+ },
+ "record": {
+ "CNAME": "railway-production-5fc6.up.railway.app"
+ }
}
diff --git a/domains/shivang.json b/domains/shivang.json
index 4c0f54aa6..796b5c412 100644
--- a/domains/shivang.json
+++ b/domains/shivang.json
@@ -1,12 +1,12 @@
{
- "description": "Projects by Shivang Kakkar",
- "repo": "https://github.com/ShivangKakkar/shivangkakkar.github.io",
- "owner": {
- "username": "ShivangKakkar",
- "email": "shivangkakkar88@gmail.com",
- "telegram": "ShivangKakkar88"
- },
- "record": {
- "CNAME": "ShivangKakkar.github.io"
- }
+ "description": "Projects by Shivang Kakkar",
+ "repo": "https://github.com/ShivangKakkar/shivangkakkar.github.io",
+ "owner": {
+ "username": "ShivangKakkar",
+ "email": "shivangkakkar88@gmail.com",
+ "telegram": "ShivangKakkar88"
+ },
+ "record": {
+ "CNAME": "ShivangKakkar.github.io"
+ }
}
diff --git a/domains/shivanshu814.json b/domains/shivanshu814.json
index 8d71677a5..c7872c023 100644
--- a/domains/shivanshu814.json
+++ b/domains/shivanshu814.json
@@ -1,12 +1,12 @@
{
- "description": "Projects by Shivanshu Pathak",
- "repo": "https://github.com/shivanshu814/kliquestart",
- "owner": {
- "username": "Shivanshu Pathak",
- "email": "shivanshu814pathak@gmail.com",
- "linkedin": "https://www.linkedin.com/in/shivanshu-pathak-6611b5228"
- },
- "record": {
- "CNAME": "Kliquestart.com"
- }
+ "description": "Projects by Shivanshu Pathak",
+ "repo": "https://github.com/shivanshu814/kliquestart",
+ "owner": {
+ "username": "Shivanshu Pathak",
+ "email": "shivanshu814pathak@gmail.com",
+ "linkedin": "https://www.linkedin.com/in/shivanshu-pathak-6611b5228"
+ },
+ "record": {
+ "CNAME": "Kliquestart.com"
+ }
}
diff --git a/domains/shiyaf.json b/domains/shiyaf.json
index 97303882c..e091483a2 100644
--- a/domains/shiyaf.json
+++ b/domains/shiyaf.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "mshiyaf",
"email": "shiyafc@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://texolgulf.com"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/shlok.json b/domains/shlok.json
index d80267f31..249a95c38 100644
--- a/domains/shlok.json
+++ b/domains/shlok.json
@@ -1,10 +1,10 @@
{
- "description": "Portfolio Website",
- "owner": {
- "username": "PlaceInSpace",
- "email": "shlokmadhekar88@gmail.com"
- },
- "record": {
- "CNAME": "d5c36b7d-4d85-449f-bd4d-0bbbc88fb781.id.repl.co"
- }
+ "description": "Portfolio Website",
+ "owner": {
+ "username": "PlaceInSpace",
+ "email": "shlokmadhekar88@gmail.com"
+ },
+ "record": {
+ "CNAME": "d5c36b7d-4d85-449f-bd4d-0bbbc88fb781.id.repl.co"
+ }
}
diff --git a/domains/shoaib-shaikhh.json b/domains/shoaib-shaikhh.json
index a4563a344..617767639 100644
--- a/domains/shoaib-shaikhh.json
+++ b/domains/shoaib-shaikhh.json
@@ -1,11 +1,11 @@
{
- "description": "Shoaib Shaikhh.",
- "repo": "https://github.com/shoaib-shaikhh/shoaib-shaikhh.github.io",
- "owner": {
- "username": "shoaib-shaikhh",
- "email": "shoaib-shaikhh@acquaintsoft.com"
- },
- "record": {
- "CNAME": "shoaib-shaikhh.github.io"
- }
+ "description": "Shoaib Shaikhh.",
+ "repo": "https://github.com/shoaib-shaikhh/shoaib-shaikhh.github.io",
+ "owner": {
+ "username": "shoaib-shaikhh",
+ "email": "shoaib-shaikhh@acquaintsoft.com"
+ },
+ "record": {
+ "CNAME": "shoaib-shaikhh.github.io"
+ }
}
diff --git a/domains/short.json b/domains/short.json
index 6420e8785..746f3d7ae 100644
--- a/domains/short.json
+++ b/domains/short.json
@@ -1,11 +1,11 @@
{
- "description": "an api for my bot",
- "repo": "https://github.com/w3cy/w3cy",
- "owner": {
- "username": "w3cy",
- "email": "keyv.cec@outlook.com"
- },
- "record": {
- "CNAME": "8b9c08e0-a9c2-4fc1-8e17-aca4fb93ae71.id.repl.co"
- }
+ "description": "an api for my bot",
+ "repo": "https://github.com/w3cy/w3cy",
+ "owner": {
+ "username": "w3cy",
+ "email": "keyv.cec@outlook.com"
+ },
+ "record": {
+ "CNAME": "8b9c08e0-a9c2-4fc1-8e17-aca4fb93ae71.id.repl.co"
+ }
}
diff --git a/domains/shresth.json b/domains/shresth.json
index fcfaeedae..d277b7e41 100644
--- a/domains/shresth.json
+++ b/domains/shresth.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "shhresth.github.io"
}
-}
+}
diff --git a/domains/shubham.json b/domains/shubham.json
index 31cfa2e8b..b133e9d24 100644
--- a/domains/shubham.json
+++ b/domains/shubham.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "noobshubham.github.io"
}
-}
\ No newline at end of file
+}
diff --git a/domains/shubhambattoo.json b/domains/shubhambattoo.json
index daab7f471..cccef48b9 100644
--- a/domains/shubhambattoo.json
+++ b/domains/shubhambattoo.json
@@ -1,12 +1,12 @@
-{
- "owner": {
- "username": "shubhambattoo",
- "email": "shubham.battoo@hotmail.com",
- "twitter": "Shubham_batt"
- },
- "description": "My personal website",
- "repo": "https://github.com/shubhambattoo",
- "record": {
- "URL": "https://shubhambattoo.in"
- }
-}
\ No newline at end of file
+{
+ "owner": {
+ "username": "shubhambattoo",
+ "email": "shubham.battoo@hotmail.com",
+ "twitter": "Shubham_batt"
+ },
+ "description": "My personal website",
+ "repo": "https://github.com/shubhambattoo",
+ "record": {
+ "URL": "https://shubhambattoo.in"
+ }
+}
diff --git a/domains/shuchirjain.json b/domains/shuchirjain.json
index 4bd0900c3..5e12725fd 100644
--- a/domains/shuchirjain.json
+++ b/domains/shuchirjain.json
@@ -1,14 +1,11 @@
{
- "owner": {
- "username": "CoolCoderSJ",
- "email": "coolcodersj@gmail.com"
- },
-
- "record": {
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "owner": {
+ "username": "CoolCoderSJ",
+ "email": "coolcodersj@gmail.com"
+ },
+
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/shuvam.json b/domains/shuvam.json
index ac511c348..9755a8132 100644
--- a/domains/shuvam.json
+++ b/domains/shuvam.json
@@ -1,10 +1,10 @@
{
- "description": "Shuvam Manna and his Internetoverse",
- "owner": {
- "username": "GeekBoySupreme",
- "email": "shuvam.manna@gmail.com"
- },
- "record": {
- "CNAME": "shuvam.xyz"
- }
+ "description": "Shuvam Manna and his Internetoverse",
+ "owner": {
+ "username": "GeekBoySupreme",
+ "email": "shuvam.manna@gmail.com"
+ },
+ "record": {
+ "CNAME": "shuvam.xyz"
+ }
}
diff --git a/domains/shuvo.json b/domains/shuvo.json
index cb8b29577..ad862bbd6 100644
--- a/domains/shuvo.json
+++ b/domains/shuvo.json
@@ -1,13 +1,10 @@
{
- "description": "Personal portfolio",
- "owner": {
- "username": "devshahoriar",
- "email": "shuvo1556@gmail.com"
- },
- "record": {
- "MX": [
- "dns1.alwaysdata.com",
- "dns2.alwaysdata.com"
- ]
- }
+ "description": "Personal portfolio",
+ "owner": {
+ "username": "devshahoriar",
+ "email": "shuvo1556@gmail.com"
+ },
+ "record": {
+ "MX": ["dns1.alwaysdata.com", "dns2.alwaysdata.com"]
+ }
}
diff --git a/domains/shyran.json b/domains/shyran.json
index 358584cbb..7b7c9fcf5 100644
--- a/domains/shyran.json
+++ b/domains/shyran.json
@@ -1,11 +1,11 @@
{
- "description": "Sergii Shyran - WebDev, Arch",
- "repo": "https://github.com/sshyran/shyran.github.io",
- "owner": {
- "username": "sshyran",
- "email": "s.shyran@gmail.com"
- },
- "record": {
- "CNAME": "shyran.github.io"
- }
+ "description": "Sergii Shyran - WebDev, Arch",
+ "repo": "https://github.com/sshyran/shyran.github.io",
+ "owner": {
+ "username": "sshyran",
+ "email": "s.shyran@gmail.com"
+ },
+ "record": {
+ "CNAME": "shyran.github.io"
+ }
}
diff --git a/domains/siamrahman.json b/domains/siamrahman.json
index 9ab7d1b8a..63dc88af0 100644
--- a/domains/siamrahman.json
+++ b/domains/siamrahman.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "siamrahman000.github.io"
}
-}
+}
diff --git a/domains/sid.json b/domains/sid.json
index 923cd8355..f43f07565 100644
--- a/domains/sid.json
+++ b/domains/sid.json
@@ -1,11 +1,11 @@
{
- "description": "Siddhartha Patki's development portfolio",
- "repo": "https://github.com/SiddPatki",
- "owner": {
- "username": "SiddPatki",
- "email": "siddharthapatki@gmail.com"
- },
- "record": {
- "CNAME": "siddpatki.github.io"
- }
+ "description": "Siddhartha Patki's development portfolio",
+ "repo": "https://github.com/SiddPatki",
+ "owner": {
+ "username": "SiddPatki",
+ "email": "siddharthapatki@gmail.com"
+ },
+ "record": {
+ "CNAME": "siddpatki.github.io"
+ }
}
diff --git a/domains/sidd.json b/domains/sidd.json
index 6b892ddd3..1bdd94981 100644
--- a/domains/sidd.json
+++ b/domains/sidd.json
@@ -1,11 +1,11 @@
{
- "description": "sidd is a dev (duh?)",
- "repo": "https://github.com/uh-Sid/sidd.is-a.dev",
- "owner": {
- "username": "uh-Sid",
- "email": "sdmdevelopment3@gmail.com"
- },
- "record": {
- "CNAME": "4dffaf9f-274e-457e-a081-b23e4d20e170.id.repl.co"
- }
+ "description": "sidd is a dev (duh?)",
+ "repo": "https://github.com/uh-Sid/sidd.is-a.dev",
+ "owner": {
+ "username": "uh-Sid",
+ "email": "sdmdevelopment3@gmail.com"
+ },
+ "record": {
+ "CNAME": "4dffaf9f-274e-457e-a081-b23e4d20e170.id.repl.co"
+ }
}
diff --git a/domains/siddhant.json b/domains/siddhant.json
index c52e4ff40..8f704162e 100644
--- a/domains/siddhant.json
+++ b/domains/siddhant.json
@@ -1,11 +1,11 @@
{
- "description": "Siddhant's personal site",
- "repo": "https://github.com/siddhant094",
- "owner": {
- "username": "siddhant094",
- "email": "pandeysiddhant21@gmail.com"
- },
- "record": {
- "URL": "https://siddhantt.netlify.app"
- }
+ "description": "Siddhant's personal site",
+ "repo": "https://github.com/siddhant094",
+ "owner": {
+ "username": "siddhant094",
+ "email": "pandeysiddhant21@gmail.com"
+ },
+ "record": {
+ "URL": "https://siddhantt.netlify.app"
+ }
}
diff --git a/domains/siddhu.json b/domains/siddhu.json
index 0471b0a48..7a8425eae 100644
--- a/domains/siddhu.json
+++ b/domains/siddhu.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "SiddheshKukade",
- "email": "littlelord124@gmail.com",
- "twitter": "TheSidK_",
- "discord": "SiddhyaOP#0596"
- },
- "record": {
- "URL": "https://siddheshkukade.netlify.app"
- }
+ "owner": {
+ "username": "SiddheshKukade",
+ "email": "littlelord124@gmail.com",
+ "twitter": "TheSidK_",
+ "discord": "SiddhyaOP#0596"
+ },
+ "record": {
+ "URL": "https://siddheshkukade.netlify.app"
+ }
}
diff --git a/domains/siful.json b/domains/siful.json
index 24162675a..88440e82c 100644
--- a/domains/siful.json
+++ b/domains/siful.json
@@ -1,11 +1,11 @@
{
- "description": "Frontend Developer Siful",
- "repo": "https://github.com/sifulbd/sifulbd.github.io",
- "owner": {
- "username": "sifulbd",
- "email": "sifulweb@gmail.com"
- },
- "record": {
- "CNAME": "sifulbd.github.io"
- }
+ "description": "Frontend Developer Siful",
+ "repo": "https://github.com/sifulbd/sifulbd.github.io",
+ "owner": {
+ "username": "sifulbd",
+ "email": "sifulweb@gmail.com"
+ },
+ "record": {
+ "CNAME": "sifulbd.github.io"
+ }
}
diff --git a/domains/simo.json b/domains/simo.json
index 23b9ef4e3..ba9b060d9 100644
--- a/domains/simo.json
+++ b/domains/simo.json
@@ -1,12 +1,12 @@
{
- "description": "A redirect to simo.sh",
- "repo": "https://github.com/fr3fou",
- "owner": {
- "username": "fr3fou",
- "email": "",
- "twitter": "fr3fou"
- },
- "record": {
- "URL": "https://simo.sh"
- }
+ "description": "A redirect to simo.sh",
+ "repo": "https://github.com/fr3fou",
+ "owner": {
+ "username": "fr3fou",
+ "email": "",
+ "twitter": "fr3fou"
+ },
+ "record": {
+ "URL": "https://simo.sh"
+ }
}
diff --git a/domains/simonknowsstuff.json b/domains/simonknowsstuff.json
index 98c6ff950..a493e154a 100644
--- a/domains/simonknowsstuff.json
+++ b/domains/simonknowsstuff.json
@@ -1,12 +1,12 @@
{
- "description": "simonknowsstuff's website!",
- "repo": "https://github.com/github-username/github-username.github.io",
- "owner": {
- "username": "simonknowsstuff",
- "email": "simonknowsstuff@gmail.com",
- "twitter": "simonknowsstuff"
- },
- "record": {
- "CNAME": "simonknowsstuff.github.io"
- }
+ "description": "simonknowsstuff's website!",
+ "repo": "https://github.com/github-username/github-username.github.io",
+ "owner": {
+ "username": "simonknowsstuff",
+ "email": "simonknowsstuff@gmail.com",
+ "twitter": "simonknowsstuff"
+ },
+ "record": {
+ "CNAME": "simonknowsstuff.github.io"
+ }
}
diff --git a/domains/simonwong.json b/domains/simonwong.json
index afccade83..2c1c58f81 100644
--- a/domains/simonwong.json
+++ b/domains/simonwong.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "Simon Wong",
- "email": "wsjwsjsimon@gmail.com",
- "twitter": "wsj_simonwong",
- "discord": "Simon Wong#6040"
- },
- "record": {
- "URL": "https://github.com/simonwong"
- }
+ "owner": {
+ "username": "Simon Wong",
+ "email": "wsjwsjsimon@gmail.com",
+ "twitter": "wsj_simonwong",
+ "discord": "Simon Wong#6040"
+ },
+ "record": {
+ "URL": "https://github.com/simonwong"
+ }
}
diff --git a/domains/siow-kai-yang.json b/domains/siow-kai-yang.json
index 18caf9be1..450fc6bdf 100644
--- a/domains/siow-kai-yang.json
+++ b/domains/siow-kai-yang.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "yeetus-maximus.github.io"
}
-}
+}
diff --git a/domains/siris.json b/domains/siris.json
index 1870137f7..e29183e59 100644
--- a/domains/siris.json
+++ b/domains/siris.json
@@ -1,11 +1,11 @@
{
- "description": "this a link to my website",
- "owner": {
- "username": "Siris01",
- "email": "contact@siris.me",
- "discord": "Siris#1337"
- },
- "record": {
- "URL": "https://siris.me"
- }
+ "description": "this a link to my website",
+ "owner": {
+ "username": "Siris01",
+ "email": "contact@siris.me",
+ "discord": "Siris#1337"
+ },
+ "record": {
+ "URL": "https://siris.me"
+ }
}
diff --git a/domains/sirmacr0.json b/domains/sirmacr0.json
index 4762d7782..801081807 100644
--- a/domains/sirmacr0.json
+++ b/domains/sirmacr0.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio website for me",
- "repo": "https://github.com/SirMacr0/SirMacr0.github.io",
- "owner": {
- "username": "SirMacr0",
- "email": "tunagunduz03@gmail.com"
- },
- "record": {
- "CNAME": "SirMacr0.github.io"
- }
+ "description": "Portfolio website for me",
+ "repo": "https://github.com/SirMacr0/SirMacr0.github.io",
+ "owner": {
+ "username": "SirMacr0",
+ "email": "tunagunduz03@gmail.com"
+ },
+ "record": {
+ "CNAME": "SirMacr0.github.io"
+ }
}
diff --git a/domains/sirsimonson.json b/domains/sirsimonson.json
index 5b8107352..43f249960 100644
--- a/domains/sirsimonson.json
+++ b/domains/sirsimonson.json
@@ -1,10 +1,10 @@
{
- "description": "S!ck S1m0n's Spaßgarten mit Spielwiese und Geräteschuppen",
- "owner": {
- "username": "sirsimonson",
- "email": "srsmnsn@gmail.com"
- },
- "record": {
- "CNAME": "sirsimonson.github.io"
- }
+ "description": "S!ck S1m0n's Spaßgarten mit Spielwiese und Geräteschuppen",
+ "owner": {
+ "username": "sirsimonson",
+ "email": "srsmnsn@gmail.com"
+ },
+ "record": {
+ "CNAME": "sirsimonson.github.io"
+ }
}
diff --git a/domains/sjcdn.json b/domains/sjcdn.json
index af8d75dd4..76af86d08 100644
--- a/domains/sjcdn.json
+++ b/domains/sjcdn.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "CoolCoderSJ",
- "email": "CoolCoderSJ@gmail.com"
- },
- "description": "My CDN",
- "record": {
- "CNAME": "09d836a5-eaca-4299-bfec-44ca0dfc6d0d.repl.co"
- }
+ "owner": {
+ "username": "CoolCoderSJ",
+ "email": "CoolCoderSJ@gmail.com"
+ },
+ "description": "My CDN",
+ "record": {
+ "CNAME": "09d836a5-eaca-4299-bfec-44ca0dfc6d0d.repl.co"
+ }
}
diff --git a/domains/skduck.json b/domains/skduck.json
index a2b497bfb..19ac739aa 100644
--- a/domains/skduck.json
+++ b/domains/skduck.json
@@ -1,15 +1,15 @@
{
- "description": "my em@il forwarder",
- "owner": {
- "username": "MaskDuck",
- "email": "m@skduck.is-a.dev",
- "discord": "MaskDuck#1337",
- "twitter": "MaskDuck1",
- "reddit": "u/maskduck",
- "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
- },
- "record": {
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
- "TXT": "forward-email=it-is@too-obvious-that.maskduck.is-a.dev"
- }
+ "description": "my em@il forwarder",
+ "owner": {
+ "username": "MaskDuck",
+ "email": "m@skduck.is-a.dev",
+ "discord": "MaskDuck#1337",
+ "twitter": "MaskDuck1",
+ "reddit": "u/maskduck",
+ "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
+ },
+ "record": {
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "TXT": "forward-email=it-is@too-obvious-that.maskduck.is-a.dev"
+ }
}
diff --git a/domains/skifli.json b/domains/skifli.json
index 44436d04e..1d561080f 100644
--- a/domains/skifli.json
+++ b/domains/skifli.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "skifli.github.io"
}
-}
+}
diff --git a/domains/sky.json b/domains/sky.json
index e7c431c1c..7bdd9bb3e 100644
--- a/domains/sky.json
+++ b/domains/sky.json
@@ -1,11 +1,11 @@
{
- "description": "Sky's personal website",
- "repo": "https://github.com/SkyLeite",
- "owner": {
- "username": "skyleite",
- "email": "sky@leite.dev"
- },
- "record": {
- "CNAME": "leite.dev"
- }
+ "description": "Sky's personal website",
+ "repo": "https://github.com/SkyLeite",
+ "owner": {
+ "username": "skyleite",
+ "email": "sky@leite.dev"
+ },
+ "record": {
+ "CNAME": "leite.dev"
+ }
}
diff --git a/domains/skydonald.json b/domains/skydonald.json
index 45aa08691..ca541eed2 100644
--- a/domains/skydonald.json
+++ b/domains/skydonald.json
@@ -1,11 +1,11 @@
{
- "description": "SkyDonald's personal developer website",
- "repo": "https://github.com/SkyDonald/skydonald.github.io",
- "owner": {
- "username": "SkyDonald",
- "email": "skydonald.dev@gmail.com"
- },
- "record": {
- "CNAME": "skydonald.github.io"
- }
+ "description": "SkyDonald's personal developer website",
+ "repo": "https://github.com/SkyDonald/skydonald.github.io",
+ "owner": {
+ "username": "SkyDonald",
+ "email": "skydonald.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "skydonald.github.io"
+ }
}
diff --git a/domains/slavicman.json b/domains/slavicman.json
index 1d0297ee2..47b55b61e 100644
--- a/domains/slavicman.json
+++ b/domains/slavicman.json
@@ -1,11 +1,11 @@
{
- "description": "The Slavic Dev Website",
- "repo": "https://github.com/SlavicMan/slavicman.github.io",
- "owner": {
- "username": "SlavicMan",
- "email": "kizz4114@yahoo.com"
- },
- "record": {
- "CNAME": "slavicman.github.io"
- }
+ "description": "The Slavic Dev Website",
+ "repo": "https://github.com/SlavicMan/slavicman.github.io",
+ "owner": {
+ "username": "SlavicMan",
+ "email": "kizz4114@yahoo.com"
+ },
+ "record": {
+ "CNAME": "slavicman.github.io"
+ }
}
diff --git a/domains/slime.json b/domains/slime.json
index 00a7810c8..2532797bd 100644
--- a/domains/slime.json
+++ b/domains/slime.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "purpleblueslime",
- "email": "purpleblueslime@gmail.com"
- },
- "record": {
- "CNAME": "purpleblueslime.github.io"
- }
+ "owner": {
+ "username": "purpleblueslime",
+ "email": "purpleblueslime@gmail.com"
+ },
+ "record": {
+ "CNAME": "purpleblueslime.github.io"
+ }
}
diff --git a/domains/slow.json b/domains/slow.json
index ebcd11419..47372ae4c 100644
--- a/domains/slow.json
+++ b/domains/slow.json
@@ -1,11 +1,11 @@
-{
- "description": "slow personal developer website",
- "repo": "https://github.com/slowwdev/slow",
- "owner": {
- "username": "slowwdev",
- "email": "slowdev14@gmail.com"
- },
- "record": {
- "CNAME": "slowwdev.github.io"
- }
- }
+{
+ "description": "slow personal developer website",
+ "repo": "https://github.com/slowwdev/slow",
+ "owner": {
+ "username": "slowwdev",
+ "email": "slowdev14@gmail.com"
+ },
+ "record": {
+ "CNAME": "slowwdev.github.io"
+ }
+}
diff --git a/domains/smartfridge.json b/domains/smartfridge.json
index 85cd35293..3f9caf1f7 100644
--- a/domains/smartfridge.json
+++ b/domains/smartfridge.json
@@ -1,11 +1,11 @@
{
- "description": "smartfridge personal website",
- "repo": "https://github.com/smartfridge-alt/smartfridge-alt.github.io",
- "owner": {
- "username": "smartfrigde",
- "email": "smartfrigde@gmail.com"
- },
- "record": {
- "CNAME": "smartfridge-alt.github.io"
- }
+ "description": "smartfridge personal website",
+ "repo": "https://github.com/smartfridge-alt/smartfridge-alt.github.io",
+ "owner": {
+ "username": "smartfrigde",
+ "email": "smartfrigde@gmail.com"
+ },
+ "record": {
+ "CNAME": "smartfridge-alt.github.io"
+ }
}
diff --git a/domains/smeagol.json b/domains/smeagol.json
index edfccf3be..dfa58cf18 100644
--- a/domains/smeagol.json
+++ b/domains/smeagol.json
@@ -1,12 +1,12 @@
{
- "description": "Smeagol's github pages site, currently a work in progress",
- "repo": "https://github.com/Smeagol2069/smeagol2069.github.io",
- "owner": {
- "username": "Smeagol2069",
- "email": "",
- "discord": "Smeagol#2069"
- },
- "record": {
- "CNAME": "smeagol2069.github.io"
- }
+ "description": "Smeagol's github pages site, currently a work in progress",
+ "repo": "https://github.com/Smeagol2069/smeagol2069.github.io",
+ "owner": {
+ "username": "Smeagol2069",
+ "email": "",
+ "discord": "Smeagol#2069"
+ },
+ "record": {
+ "CNAME": "smeagol2069.github.io"
+ }
}
diff --git a/domains/smoke-etecsa.yoelvd.json b/domains/smoke-etecsa.yoelvd.json
index 6de5e862d..e11c44946 100644
--- a/domains/smoke-etecsa.yoelvd.json
+++ b/domains/smoke-etecsa.yoelvd.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "yoelvd",
"email": "magodeoz.virtual@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "srv40118-206152.vps.etecsa.cu"
- }
}
-
+}
diff --git a/domains/snail.json b/domains/snail.json
index a1d0c19ab..a382d0266 100644
--- a/domains/snail.json
+++ b/domains/snail.json
@@ -1,11 +1,11 @@
{
- "description": "Snail's Site",
- "repo": "https://github.com/snaildos/snail.is.dev",
- "owner": {
- "username": "snaildos",
- "email": "snaildos@snaildos.com"
- },
- "record": {
- "CNAME": "snail-is-dev.pages.dev"
- }
+ "description": "Snail's Site",
+ "repo": "https://github.com/snaildos/snail.is.dev",
+ "owner": {
+ "username": "snaildos",
+ "email": "snaildos@snaildos.com"
+ },
+ "record": {
+ "CNAME": "snail-is-dev.pages.dev"
+ }
}
diff --git a/domains/snaildos.json b/domains/snaildos.json
index 70e2c500c..c34a4dd91 100644
--- a/domains/snaildos.json
+++ b/domains/snaildos.json
@@ -1,11 +1,11 @@
{
- "description": "My Site",
- "repo": "https://github.com/snaildos",
- "owner": {
- "username": "snaildos",
- "email": ""
- },
- "record": {
- "CNAME": "snaildos.tk"
- }
+ "description": "My Site",
+ "repo": "https://github.com/snaildos",
+ "owner": {
+ "username": "snaildos",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "snaildos.tk"
+ }
}
diff --git a/domains/snazzah.json b/domains/snazzah.json
index 66123aac3..0ddb9bd60 100644
--- a/domains/snazzah.json
+++ b/domains/snazzah.json
@@ -1,12 +1,12 @@
{
- "description": "Where the wild ones are.",
- "repo": "https://github.com/Snazzah",
- "owner": {
- "username": "Snazzah",
- "email": "me@snazzah.com",
- "twitter": "Snazzah"
- },
- "record": {
- "URL": "https://snazzah.com"
- }
+ "description": "Where the wild ones are.",
+ "repo": "https://github.com/Snazzah",
+ "owner": {
+ "username": "Snazzah",
+ "email": "me@snazzah.com",
+ "twitter": "Snazzah"
+ },
+ "record": {
+ "URL": "https://snazzah.com"
+ }
}
diff --git a/domains/snek.json b/domains/snek.json
index 967ad7f1b..7c9728eaa 100644
--- a/domains/snek.json
+++ b/domains/snek.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "sn3kdev",
"email": "snektg@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://odnako_zmeyka.t.me"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/snowcatridge10.json b/domains/snowcatridge10.json
index 94fabad6a..a1ca41d9b 100644
--- a/domains/snowcatridge10.json
+++ b/domains/snowcatridge10.json
@@ -1,11 +1,11 @@
{
- "description": "Snowcatridge10's awesome website!",
- "repo": "https://github.com/snowcatridge10/snowcatridge10.github.io",
- "owner": {
- "username": "snowcatridge10",
- "email": "akreamer@pm.me"
- },
- "record": {
- "CNAME": "snowcatridge10.github.io"
- }
+ "description": "Snowcatridge10's awesome website!",
+ "repo": "https://github.com/snowcatridge10/snowcatridge10.github.io",
+ "owner": {
+ "username": "snowcatridge10",
+ "email": "akreamer@pm.me"
+ },
+ "record": {
+ "CNAME": "snowcatridge10.github.io"
+ }
}
diff --git a/domains/snox.json b/domains/snox.json
index ca28d4ccf..5894116fb 100644
--- a/domains/snox.json
+++ b/domains/snox.json
@@ -1,12 +1,12 @@
{
- "description": "snox.codes",
- "repo": "https://snox.codes",
- "owner": {
- "username": "SimplySnox",
- "email": "root@snox.codes",
- "discord": "snox#0143"
- },
- "record": {
- "CNAME": "snox.codes"
- }
+ "description": "snox.codes",
+ "repo": "https://snox.codes",
+ "owner": {
+ "username": "SimplySnox",
+ "email": "root@snox.codes",
+ "discord": "snox#0143"
+ },
+ "record": {
+ "CNAME": "snox.codes"
+ }
}
diff --git a/domains/snxx.json b/domains/snxx.json
index 7fa670fba..30f100c61 100644
--- a/domains/snxx.json
+++ b/domains/snxx.json
@@ -1,10 +1,10 @@
{
- "description": "Personal page of Serzhan Nasredin",
- "owner": {
- "username": "snxx-lppxx",
- "email": "snxx.lppxx@gmail.com"
- },
- "record": {
- "CNAME": "snxx-lppxx.github.io"
- }
+ "description": "Personal page of Serzhan Nasredin",
+ "owner": {
+ "username": "snxx-lppxx",
+ "email": "snxx.lppxx@gmail.com"
+ },
+ "record": {
+ "CNAME": "snxx-lppxx.github.io"
+ }
}
diff --git a/domains/socials.m1dnight.json b/domains/socials.m1dnight.json
index 303f8b035..2c4f29a7a 100644
--- a/domains/socials.m1dnight.json
+++ b/domains/socials.m1dnight.json
@@ -1,11 +1,11 @@
{
- "description": "Socials menu in m1dnight's art portfolio",
- "repo": "https://m1dnight.is-a.dev/art/3D-Menu-Art/index-3Dmenu.html",
- "owner": {
- "username": "m1dnight-ofcl",
- "email": "m1dnightgmrofficial@gmail.com"
- },
- "record": {
- "CNAME": "m1dnight.is-a.dev"
- }
+ "description": "Socials menu in m1dnight's art portfolio",
+ "repo": "https://m1dnight.is-a.dev/art/3D-Menu-Art/index-3Dmenu.html",
+ "owner": {
+ "username": "m1dnight-ofcl",
+ "email": "m1dnightgmrofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "m1dnight.is-a.dev"
+ }
}
diff --git a/domains/sofa.json b/domains/sofa.json
index d2ab9cb47..1ca83515b 100644
--- a/domains/sofa.json
+++ b/domains/sofa.json
@@ -1,12 +1,12 @@
{
- "description": "SlumberDemon's Developer Page",
- "repo": "https://github.com/SlumberDemon/card",
- "owner": {
- "username": "SlumberDemon",
- "email": "contact.dev.teda@gmail.com",
- "twitter": "SlumberDemon"
- },
- "record": {
- "CNAME": "slumberdemon.github.io"
- }
+ "description": "SlumberDemon's Developer Page",
+ "repo": "https://github.com/SlumberDemon/card",
+ "owner": {
+ "username": "SlumberDemon",
+ "email": "contact.dev.teda@gmail.com",
+ "twitter": "SlumberDemon"
+ },
+ "record": {
+ "CNAME": "slumberdemon.github.io"
+ }
}
diff --git a/domains/soham.json b/domains/soham.json
index 51a2e3e43..761f89da9 100644
--- a/domains/soham.json
+++ b/domains/soham.json
@@ -1,11 +1,11 @@
{
- "description": "Soham's personal website",
- "repo": "https://github.com/sohamdoescode/sohamdoescode.github.io",
- "owner": {
- "username": "sohamdoescode",
- "email": "soham.b630@gmail.com"
- },
- "record": {
- "CNAME": "sohamdoescode.github.io"
- }
+ "description": "Soham's personal website",
+ "repo": "https://github.com/sohamdoescode/sohamdoescode.github.io",
+ "owner": {
+ "username": "sohamdoescode",
+ "email": "soham.b630@gmail.com"
+ },
+ "record": {
+ "CNAME": "sohamdoescode.github.io"
+ }
}
diff --git a/domains/sohamlol.json b/domains/sohamlol.json
index fc40e2d5f..061cf5911 100644
--- a/domains/sohamlol.json
+++ b/domains/sohamlol.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "TecHCodez",
"email": "soham.mohapatra65@gmail.com"
- },
+ },
- "record": {
+ "record": {
"A": ["34.122.153.22"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/solareclipse995.json b/domains/solareclipse995.json
index 1f13d4fc2..fddec3244 100644
--- a/domains/solareclipse995.json
+++ b/domains/solareclipse995.json
@@ -1,11 +1,11 @@
{
- "description": "Solar Eclipse personal website",
- "repo": "https://github.com/solareclipse995/solareclipse995.github.io",
- "owner": {
- "username": "solareclipse995",
- "email": "solareclipse995@outlook.com"
- },
- "record": {
- "CNAME": "solareclipse995.github.io"
- }
+ "description": "Solar Eclipse personal website",
+ "repo": "https://github.com/solareclipse995/solareclipse995.github.io",
+ "owner": {
+ "username": "solareclipse995",
+ "email": "solareclipse995@outlook.com"
+ },
+ "record": {
+ "CNAME": "solareclipse995.github.io"
+ }
}
diff --git a/domains/somenicetables.json b/domains/somenicetables.json
index f8c21d39b..7a80a1429 100644
--- a/domains/somenicetables.json
+++ b/domains/somenicetables.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "somenicetables.github.io"
}
-}
+}
diff --git a/domains/someone.json b/domains/someone.json
index 182d02c88..1ed882819 100644
--- a/domains/someone.json
+++ b/domains/someone.json
@@ -1,11 +1,11 @@
{
- "description": "OwO's page",
- "repo": "https://github.com/ow0x/ow0x.github.io",
- "owner": {
- "username": "ow0x",
- "email": "studiouifxdesignersandcoders@gmail.com"
- },
- "record": {
- "CNAME": "ow0x.github.io"
- }
+ "description": "OwO's page",
+ "repo": "https://github.com/ow0x/ow0x.github.io",
+ "owner": {
+ "username": "ow0x",
+ "email": "studiouifxdesignersandcoders@gmail.com"
+ },
+ "record": {
+ "CNAME": "ow0x.github.io"
+ }
}
diff --git a/domains/somesh.json b/domains/somesh.json
index e150da26e..1dd3d1da0 100644
--- a/domains/somesh.json
+++ b/domains/somesh.json
@@ -1,11 +1,11 @@
{
- "description": "Personal Website",
- "repo": "https://github.com/someshportfoliohome/someshportfoliohome.github.io",
- "owner": {
- "username": "someshportfoliohome",
- "email": "yeahitspace@gmail.com"
- },
- "record": {
- "CNAME": "someshportfoliohome.github.io"
- }
+ "description": "Personal Website",
+ "repo": "https://github.com/someshportfoliohome/someshportfoliohome.github.io",
+ "owner": {
+ "username": "someshportfoliohome",
+ "email": "yeahitspace@gmail.com"
+ },
+ "record": {
+ "CNAME": "someshportfoliohome.github.io"
+ }
}
diff --git a/domains/someshtiwari.json b/domains/someshtiwari.json
index d29ff4857..62e5f3603 100644
--- a/domains/someshtiwari.json
+++ b/domains/someshtiwari.json
@@ -1,11 +1,11 @@
{
- "description": "Add some description",
- "repo": "https://github.com/someshportfolio/someshportfolio.github.io",
- "owner": {
- "username": "someshportfolio",
- "email": "yeahitspace@gmail.com"
- },
- "record": {
- "CNAME": "someshportfolio.github.io"
- }
+ "description": "Add some description",
+ "repo": "https://github.com/someshportfolio/someshportfolio.github.io",
+ "owner": {
+ "username": "someshportfolio",
+ "email": "yeahitspace@gmail.com"
+ },
+ "record": {
+ "CNAME": "someshportfolio.github.io"
+ }
}
diff --git a/domains/son.json b/domains/son.json
index 52c531962..49fc32836 100644
--- a/domains/son.json
+++ b/domains/son.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "sonphantrung",
"email": "phantrungson17@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "sonphantrung.github.io"
- }
}
-
+}
diff --git a/domains/sonet.json b/domains/sonet.json
index 804b8f76c..195d7c8c0 100644
--- a/domains/sonet.json
+++ b/domains/sonet.json
@@ -1,14 +1,14 @@
{
- "description": "This is my personal Website of portfolio",
- "repo": "https://github.com/CoderSoNet/codersonetwebsite.github.io",
- "owner": {
- "username": "CoderSoNet",
- "email": "support@sonet.is-a.dev",
- "twitter": "ShanuUniyal_On",
- "discord": "781127625263415326"
- },
- "record": {
- "A": ["34.149.204.188"],
- "TXT": "v=spf1 a mx include:_spf.elasticemail.com ~all"
- }
+ "description": "This is my personal Website of portfolio",
+ "repo": "https://github.com/CoderSoNet/codersonetwebsite.github.io",
+ "owner": {
+ "username": "CoderSoNet",
+ "email": "support@sonet.is-a.dev",
+ "twitter": "ShanuUniyal_On",
+ "discord": "781127625263415326"
+ },
+ "record": {
+ "A": ["34.149.204.188"],
+ "TXT": "v=spf1 a mx include:_spf.elasticemail.com ~all"
+ }
}
diff --git a/domains/sonicx180.json b/domains/sonicx180.json
index 6fa70727e..21fa0dbba 100644
--- a/domains/sonicx180.json
+++ b/domains/sonicx180.json
@@ -1,10 +1,10 @@
{
- "repo": "https://github.com/sonicx180/website",
- "owner": {
- "username": "sonicx180",
- "email": "chetanzeogu410@gmail.com"
- },
- "record": {
- "CNAME": "0146e66a-6183-424c-85bd-b240bea14f14.id.repl.co"
- }
+ "repo": "https://github.com/sonicx180/website",
+ "owner": {
+ "username": "sonicx180",
+ "email": "chetanzeogu410@gmail.com"
+ },
+ "record": {
+ "CNAME": "0146e66a-6183-424c-85bd-b240bea14f14.id.repl.co"
+ }
}
diff --git a/domains/sonu.json b/domains/sonu.json
index 84005e61f..dc95660a1 100644
--- a/domains/sonu.json
+++ b/domains/sonu.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "bad-boy-codes.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "bad-boy-codes.github.io"
+ }
}
diff --git a/domains/soulis.json b/domains/soulis.json
index 9f2bab768..d6559f82b 100644
--- a/domains/soulis.json
+++ b/domains/soulis.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "anselal",
- "email": "t.selalmasidis@gmail.com"
- },
- "record": {
- "URL": "https://soulis.tech"
- }
+ "owner": {
+ "username": "anselal",
+ "email": "t.selalmasidis@gmail.com"
+ },
+ "record": {
+ "URL": "https://soulis.tech"
+ }
}
diff --git a/domains/soumya-das.json b/domains/soumya-das.json
index 959de54e6..899851177 100644
--- a/domains/soumya-das.json
+++ b/domains/soumya-das.json
@@ -1,11 +1,11 @@
{
- "description": "soumyah Profile.",
- "repo": "https://github.com/soumyah-das/soumyah-das.github.io",
- "owner": {
- "username": "soumyah-das",
- "email": ""
- },
- "record": {
- "CNAME": "soumyah-das.github.io"
- }
+ "description": "soumyah Profile.",
+ "repo": "https://github.com/soumyah-das/soumyah-das.github.io",
+ "owner": {
+ "username": "soumyah-das",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "soumyah-das.github.io"
+ }
}
diff --git a/domains/sourtaste000.json b/domains/sourtaste000.json
index d27030fbd..950016b86 100644
--- a/domains/sourtaste000.json
+++ b/domains/sourtaste000.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "sourTaste000",
- "email": "sourtaste000@gmail.com"
- },
- "record": {
- "URL": "https://sourtaste000.dev"
- }
+ "owner": {
+ "username": "sourTaste000",
+ "email": "sourtaste000@gmail.com"
+ },
+ "record": {
+ "URL": "https://sourtaste000.dev"
+ }
}
diff --git a/domains/soyuj.json b/domains/soyuj.json
index f5e86f57b..d3dcca4f7 100644
--- a/domains/soyuj.json
+++ b/domains/soyuj.json
@@ -1,10 +1,10 @@
{
- "description": "Personal website of Soyuj Jung Basnet",
- "owner": {
- "username": "basnetsoyuj",
- "email": "bsoyuj@gmail.com"
- },
- "record": {
- "URL": "http://soyuj.com.np"
- }
+ "description": "Personal website of Soyuj Jung Basnet",
+ "owner": {
+ "username": "basnetsoyuj",
+ "email": "bsoyuj@gmail.com"
+ },
+ "record": {
+ "URL": "http://soyuj.com.np"
+ }
}
diff --git a/domains/space.json b/domains/space.json
index 4bfa40cb2..5ac110d08 100644
--- a/domains/space.json
+++ b/domains/space.json
@@ -1,10 +1,10 @@
{
- "description": "My site",
- "owner": {
- "username": "StalkerMeyr",
- "email": "andchit223@gmail.com"
- },
- "record": {
- "A": ["148.251.26.247"]
- }
+ "description": "My site",
+ "owner": {
+ "username": "StalkerMeyr",
+ "email": "andchit223@gmail.com"
+ },
+ "record": {
+ "A": ["148.251.26.247"]
+ }
}
diff --git a/domains/spechide.json b/domains/spechide.json
index fb206cfd4..e0de58887 100644
--- a/domains/spechide.json
+++ b/domains/spechide.json
@@ -1,13 +1,12 @@
{
- "description": "My personal site",
- "repo": "https://github.com/SpEcHiDe/SpEcHiDe.github.io",
- "owner": {
- "username": "SpEcHiDe",
- "email": "",
- "twitter": "SpEcHiDe"
- },
- "record": {
- "CNAME": "SpEcHiDe.github.io"
- }
+ "description": "My personal site",
+ "repo": "https://github.com/SpEcHiDe/SpEcHiDe.github.io",
+ "owner": {
+ "username": "SpEcHiDe",
+ "email": "",
+ "twitter": "SpEcHiDe"
+ },
+ "record": {
+ "CNAME": "SpEcHiDe.github.io"
+ }
}
-
diff --git a/domains/specteado.json b/domains/specteado.json
index 7dcf6f3c9..974cc72fa 100644
--- a/domains/specteado.json
+++ b/domains/specteado.json
@@ -1,11 +1,11 @@
{
- "description": "Specteado's portfolio!",
- "repo": "https://github.com/Specteado/specteado.github.io",
- "owner": {
- "username": "Specteado",
- "email": "jusefmasabanda10@gmail.com"
- },
- "record": {
- "CNAME": "specteado.github.io"
- }
+ "description": "Specteado's portfolio!",
+ "repo": "https://github.com/Specteado/specteado.github.io",
+ "owner": {
+ "username": "Specteado",
+ "email": "jusefmasabanda10@gmail.com"
+ },
+ "record": {
+ "CNAME": "specteado.github.io"
+ }
}
diff --git a/domains/spectra.json b/domains/spectra.json
index 97a01646d..ecf129b15 100644
--- a/domains/spectra.json
+++ b/domains/spectra.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "SpectraTheFox",
"email": "spectra@spectrathefox.xyz"
- },
- "record": {
+ },
+ "record": {
"URL": "https://spectrathefox.xyz"
- }
}
-
+}
diff --git a/domains/speedie.json b/domains/speedie.json
index 9ad7bd655..1eafc77e7 100644
--- a/domains/speedie.json
+++ b/domains/speedie.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "speediegq",
"email": "speedie.alt@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://speedie.gq"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/spicyaxolotl.json b/domains/spicyaxolotl.json
index fd548abf4..3aad84577 100644
--- a/domains/spicyaxolotl.json
+++ b/domains/spicyaxolotl.json
@@ -1,12 +1,12 @@
{
- "description": "My personal website",
- "repo": "https://github.com/Spicy-Axolotl/spicy-axolotl.github.io",
- "owner": {
- "username": "Spicy-Axolotl",
- "email": "",
- "discord": "Axolotl (mycoolface256)#4736"
- },
- "record": {
- "CNAME": "spicy-axolotl.github.io"
- }
+ "description": "My personal website",
+ "repo": "https://github.com/Spicy-Axolotl/spicy-axolotl.github.io",
+ "owner": {
+ "username": "Spicy-Axolotl",
+ "email": "",
+ "discord": "Axolotl (mycoolface256)#4736"
+ },
+ "record": {
+ "CNAME": "spicy-axolotl.github.io"
+ }
}
diff --git a/domains/splatboy-dev.json b/domains/splatboy-dev.json
index 0fcd5d5fa..b109d1869 100644
--- a/domains/splatboy-dev.json
+++ b/domains/splatboy-dev.json
@@ -1,12 +1,12 @@
{
- "description": "Personal Development Website",
- "repo": "https://github.com/splatboy20081/splatboy20081.github.io",
- "owner": {
- "username": "splatboy20081",
- "email": "nu@ll.com",
- "twitter": "null"
- },
- "record": {
- "CNAME": "splatboy20081.github.io"
- }
+ "description": "Personal Development Website",
+ "repo": "https://github.com/splatboy20081/splatboy20081.github.io",
+ "owner": {
+ "username": "splatboy20081",
+ "email": "nu@ll.com",
+ "twitter": "null"
+ },
+ "record": {
+ "CNAME": "splatboy20081.github.io"
+ }
}
diff --git a/domains/splatterxl.json b/domains/splatterxl.json
index 0c1ec8990..d208b059a 100644
--- a/domains/splatterxl.json
+++ b/domains/splatterxl.json
@@ -1,12 +1,12 @@
{
- "description": "Splatterxl's very cool site",
- "repo": "https://github.com/splatterxl/splatterxl.github.io",
- "owner": {
- "username": "splatterxl",
- "email": "splatterxl@outlook.ie",
- "twitter": "splatterxlisdum"
- },
- "record": {
- "CNAME": "splatterxl.github.io"
- }
+ "description": "Splatterxl's very cool site",
+ "repo": "https://github.com/splatterxl/splatterxl.github.io",
+ "owner": {
+ "username": "splatterxl",
+ "email": "splatterxl@outlook.ie",
+ "twitter": "splatterxlisdum"
+ },
+ "record": {
+ "CNAME": "splatterxl.github.io"
+ }
}
diff --git a/domains/spongly.json b/domains/spongly.json
index aac0f77f1..191eb80de 100644
--- a/domains/spongly.json
+++ b/domains/spongly.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "spongly.github.io"
}
-}
+}
diff --git a/domains/spoozy.json b/domains/spoozy.json
index d9e7d42e9..4502c9c43 100644
--- a/domains/spoozy.json
+++ b/domains/spoozy.json
@@ -1,11 +1,11 @@
{
- "description": "Spoozy website",
- "repo": "https://github.com/Spoozy/Spoozy.github.io",
- "owner": {
- "username": "Spoozy",
- "email": "gaspardlebreton@outlook.com"
- },
- "record": {
- "CNAME": "Spoozy.github.io"
- }
+ "description": "Spoozy website",
+ "repo": "https://github.com/Spoozy/Spoozy.github.io",
+ "owner": {
+ "username": "Spoozy",
+ "email": "gaspardlebreton@outlook.com"
+ },
+ "record": {
+ "CNAME": "Spoozy.github.io"
+ }
}
diff --git a/domains/spud.json b/domains/spud.json
index 07811ea16..3ec1ca986 100644
--- a/domains/spud.json
+++ b/domains/spud.json
@@ -1,11 +1,11 @@
{
- "description": "My own personal portfolio as a developer",
- "repo": "https://github.com/MrPotato30/mrotato30.github.io",
- "owner": {
- "username": "mrpotato30",
- "email": "fahrelrizal08@gmail.com"
- },
- "record": {
- "CNAME": "mrpotato30.github.io"
- }
+ "description": "My own personal portfolio as a developer",
+ "repo": "https://github.com/MrPotato30/mrotato30.github.io",
+ "owner": {
+ "username": "mrpotato30",
+ "email": "fahrelrizal08@gmail.com"
+ },
+ "record": {
+ "CNAME": "mrpotato30.github.io"
+ }
}
diff --git a/domains/sputnick567.json b/domains/sputnick567.json
index 1fc17b458..14f65df6c 100644
--- a/domains/sputnick567.json
+++ b/domains/sputnick567.json
@@ -1,5 +1,4 @@
{
-
"repo": "https://github.com/sputnick567/sputnick567.github.io",
"owner": {
"username": "sputnick567",
@@ -8,4 +7,4 @@
"record": {
"CNAME": "sputnick567.github.io"
}
-}
+}
diff --git a/domains/spyminer.json b/domains/spyminer.json
index 176fc6bc0..3386e765c 100644
--- a/domains/spyminer.json
+++ b/domains/spyminer.json
@@ -1,11 +1,11 @@
{
- "description": "SpyMiner's website",
- "repo": "https://github.com/SpyMinerX/SpyMinerX.github.io",
- "owner": {
- "username": "SpyMinerX",
- "email": "spyminer@glacierclient.net"
- },
- "record": {
- "CNAME": "isadev.engelbrecht.pro"
- }
+ "description": "SpyMiner's website",
+ "repo": "https://github.com/SpyMinerX/SpyMinerX.github.io",
+ "owner": {
+ "username": "SpyMinerX",
+ "email": "spyminer@glacierclient.net"
+ },
+ "record": {
+ "CNAME": "isadev.engelbrecht.pro"
+ }
}
diff --git a/domains/srihari.json b/domains/srihari.json
index 165496e98..0e18c75ef 100644
--- a/domains/srihari.json
+++ b/domains/srihari.json
@@ -1,11 +1,11 @@
{
- "description": "Greetings from Sri Hari!",
- "repo": "https://github.com/srhr17/srhr17.github.io",
- "owner": {
- "username": "srhr17",
- "email": "srhr1999@gmail.com"
- },
- "record": {
- "CNAME": "srhr17.github.io"
- }
+ "description": "Greetings from Sri Hari!",
+ "repo": "https://github.com/srhr17/srhr17.github.io",
+ "owner": {
+ "username": "srhr17",
+ "email": "srhr1999@gmail.com"
+ },
+ "record": {
+ "CNAME": "srhr17.github.io"
+ }
}
diff --git a/domains/srn.json b/domains/srn.json
index 36b6c4bef..c819849c1 100644
--- a/domains/srn.json
+++ b/domains/srn.json
@@ -1,11 +1,9 @@
-
{
- "owner": {
- "username": "ilz5753",
- "email": "mehdi.abdollahi3578@gmail.com"
- },
- "record": {
- "URL": "https://github.com/ilz5753/ilz5753.github.io"
- }
+ "owner": {
+ "username": "ilz5753",
+ "email": "mehdi.abdollahi3578@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/ilz5753/ilz5753.github.io"
+ }
}
-
\ No newline at end of file
diff --git a/domains/srujan.json b/domains/srujan.json
index 9433376f5..751d58b85 100644
--- a/domains/srujan.json
+++ b/domains/srujan.json
@@ -1,11 +1,11 @@
{
- "description": "Personal Website",
- "repo": "https://github.com/bqwerr",
- "owner": {
- "username": "bqwerr",
- "email": "srujan.t@outlook.com"
- },
- "record": {
- "CNAME": "bqwerr.github.io"
- }
+ "description": "Personal Website",
+ "repo": "https://github.com/bqwerr",
+ "owner": {
+ "username": "bqwerr",
+ "email": "srujan.t@outlook.com"
+ },
+ "record": {
+ "CNAME": "bqwerr.github.io"
+ }
}
diff --git a/domains/ssmidge.json b/domains/ssmidge.json
index 3f1b82978..df620aecf 100644
--- a/domains/ssmidge.json
+++ b/domains/ssmidge.json
@@ -1,12 +1,11 @@
-
{
- "description": "Ssmidge",
- "repo": "https://github.com/Ssmidge/register",
- "owner": {
- "username": "Ssmidge",
- "email": "Ssmidgemc@gmail.com"
- },
- "record": {
- "CNAME": "ssmidge.xyz"
- }
+ "description": "Ssmidge",
+ "repo": "https://github.com/Ssmidge/register",
+ "owner": {
+ "username": "Ssmidge",
+ "email": "Ssmidgemc@gmail.com"
+ },
+ "record": {
+ "CNAME": "ssmidge.xyz"
+ }
}
diff --git a/domains/star.json b/domains/star.json
index 51d95f92c..620fdacb1 100644
--- a/domains/star.json
+++ b/domains/star.json
@@ -1,11 +1,11 @@
{
- "description": "About website",
- "repo": "https://github.com/stardust-kyun/stardust-kyun.github.io",
- "owner": {
- "username": "stardust-kyun",
- "email": "stardust-kyun@proton.me"
- },
- "record": {
- "CNAME": "stardust-kyun.github.io"
- }
+ "description": "About website",
+ "repo": "https://github.com/stardust-kyun/stardust-kyun.github.io",
+ "owner": {
+ "username": "stardust-kyun",
+ "email": "stardust-kyun@proton.me"
+ },
+ "record": {
+ "CNAME": "stardust-kyun.github.io"
+ }
}
diff --git a/domains/starkblaze01.json b/domains/starkblaze01.json
index d4efd9ace..728ad1234 100644
--- a/domains/starkblaze01.json
+++ b/domains/starkblaze01.json
@@ -1,11 +1,11 @@
{
- "description": "starkblaze01's world",
- "repo": "https://github.com/starkblaze01/starkblaze01",
- "owner": {
- "username": "starkblaze01",
- "email": "mp.pathela@gmail.com"
- },
- "record": {
- "URL": "https://starkblaze01.netlify.app"
- }
+ "description": "starkblaze01's world",
+ "repo": "https://github.com/starkblaze01/starkblaze01",
+ "owner": {
+ "username": "starkblaze01",
+ "email": "mp.pathela@gmail.com"
+ },
+ "record": {
+ "URL": "https://starkblaze01.netlify.app"
+ }
}
diff --git a/domains/starnumber.json b/domains/starnumber.json
index 1080ece73..d8c26dd64 100644
--- a/domains/starnumber.json
+++ b/domains/starnumber.json
@@ -1,9 +1,9 @@
{
- "description": "StarNumber's blog",
- "repo": "https://github.com/starnumber12046",
- "owner": {
- "username": "starnumber12046",
- "email": "starnumber.official12046@gmail.com"
- },
- "record": {"CNAME": "hashnode.network"}
+ "description": "StarNumber's blog",
+ "repo": "https://github.com/starnumber12046",
+ "owner": {
+ "username": "starnumber12046",
+ "email": "starnumber.official12046@gmail.com"
+ },
+ "record": { "CNAME": "hashnode.network" }
}
diff --git a/domains/starry.json b/domains/starry.json
index b0aba69d1..0cab4fa92 100644
--- a/domains/starry.json
+++ b/domains/starry.json
@@ -1,11 +1,11 @@
{
- "description": "Shivam's personal website!",
- "repo": "https://github.com/starry-shivam/starry-shivam.github.io",
- "owner": {
- "username": "starry-shivam",
- "email": "krshivam24@proton.me"
- },
- "record": {
- "URL": "https://starry-shivam.github.io"
- }
+ "description": "Shivam's personal website!",
+ "repo": "https://github.com/starry-shivam/starry-shivam.github.io",
+ "owner": {
+ "username": "starry-shivam",
+ "email": "krshivam24@proton.me"
+ },
+ "record": {
+ "URL": "https://starry-shivam.github.io"
+ }
}
diff --git a/domains/status.cfp.json b/domains/status.cfp.json
index d8c7f04fe..7f1168f1b 100644
--- a/domains/status.cfp.json
+++ b/domains/status.cfp.json
@@ -1,11 +1,11 @@
{
- "description": "Cfp Status",
- "owner": {
- "username": "cfpwastaken",
- "email": "",
- "discord": "cfp#7174"
- },
- "record": {
- "CNAME": "cfp.gotdns.ch"
- }
-}
\ No newline at end of file
+ "description": "Cfp Status",
+ "owner": {
+ "username": "cfpwastaken",
+ "email": "",
+ "discord": "cfp#7174"
+ },
+ "record": {
+ "CNAME": "cfp.gotdns.ch"
+ }
+}
diff --git a/domains/status.json b/domains/status.json
index 7fafca793..13fe61729 100644
--- a/domains/status.json
+++ b/domains/status.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "@is-a-dev/maintainers",
- "email": "phenax5@gmail.com"
- },
- "record": {
- "URL": "https://stats.uptimerobot.com/zY4XKIRVzw"
- }
+ "owner": {
+ "username": "@is-a-dev/maintainers",
+ "email": "phenax5@gmail.com"
+ },
+ "record": {
+ "URL": "https://stats.uptimerobot.com/zY4XKIRVzw"
+ }
}
diff --git a/domains/status.jzitnik.json b/domains/status.jzitnik.json
index 8c41180a3..12e26b96c 100644
--- a/domains/status.jzitnik.json
+++ b/domains/status.jzitnik.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "JZITNIK-github",
- "email": "klindkubak@zohomail.eu",
- "discord": "KLIND#1906"
- },
- "record": {
- "CNAME": "statuspage.betteruptime.com"
- }
+ "owner": {
+ "username": "JZITNIK-github",
+ "email": "klindkubak@zohomail.eu",
+ "discord": "KLIND#1906"
+ },
+ "record": {
+ "CNAME": "statuspage.betteruptime.com"
+ }
}
diff --git a/domains/status.mousemoosz.json b/domains/status.mousemoosz.json
index dcbda452d..3cec0a3e2 100644
--- a/domains/status.mousemoosz.json
+++ b/domains/status.mousemoosz.json
@@ -1,10 +1,10 @@
{
- "description": "For statuspage",
- "owner": {
- "username": "MouseMoosz",
- "email": "mousemoosz@protonmail.com"
- },
- "record": {
- "CNAME": "mousemoosz.statuspage.io"
- }
+ "description": "For statuspage",
+ "owner": {
+ "username": "MouseMoosz",
+ "email": "mousemoosz@protonmail.com"
+ },
+ "record": {
+ "CNAME": "mousemoosz.statuspage.io"
+ }
}
diff --git a/domains/stefdp.json b/domains/stefdp.json
index 66efff633..eec5c59c8 100644
--- a/domains/stefdp.json
+++ b/domains/stefdp.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "stef-00012.github.io"
}
-}
+}
diff --git a/domains/steffen.json b/domains/steffen.json
index 6c102fa77..5b1d3fe23 100644
--- a/domains/steffen.json
+++ b/domains/steffen.json
@@ -1,10 +1,10 @@
{
- "repo": "https://github.com/N0r1uno/n0r1uno.github.io",
- "owner": {
- "username": "N0r1uno",
- "email": "noriunomakusui@gmail.com"
- },
- "record": {
- "CNAME": "n0r1uno.github.io"
- }
+ "repo": "https://github.com/N0r1uno/n0r1uno.github.io",
+ "owner": {
+ "username": "N0r1uno",
+ "email": "noriunomakusui@gmail.com"
+ },
+ "record": {
+ "CNAME": "n0r1uno.github.io"
+ }
}
diff --git a/domains/stephan.json b/domains/stephan.json
index 82fae9d9e..66707ef0c 100644
--- a/domains/stephan.json
+++ b/domains/stephan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "stephan-strate",
- "email": "hello@stephan.codes"
- },
- "record": {
- "URL": "https://stephan.codes"
- }
+ "owner": {
+ "username": "stephan-strate",
+ "email": "hello@stephan.codes"
+ },
+ "record": {
+ "URL": "https://stephan.codes"
+ }
}
diff --git a/domains/steven.json b/domains/steven.json
index c01c15f36..9fcf60d0a 100644
--- a/domains/steven.json
+++ b/domains/steven.json
@@ -1,11 +1,11 @@
{
- "description": "Steven Frohlich's portfolio",
- "repo": "https://github.com/StevenRonnyFrohlich/StevenRonnyFrohlich.github.io",
- "owner": {
- "username": "StevenRonnyFrohlich",
- "email": "steve.r.frohlich@gmail.com"
- },
- "record": {
- "CNAME": "StevenRonnyFrohlich.github.io"
- }
+ "description": "Steven Frohlich's portfolio",
+ "repo": "https://github.com/StevenRonnyFrohlich/StevenRonnyFrohlich.github.io",
+ "owner": {
+ "username": "StevenRonnyFrohlich",
+ "email": "steve.r.frohlich@gmail.com"
+ },
+ "record": {
+ "CNAME": "StevenRonnyFrohlich.github.io"
+ }
}
diff --git a/domains/stiforr.json b/domains/stiforr.json
index bc81cfe38..8d8dba535 100644
--- a/domains/stiforr.json
+++ b/domains/stiforr.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "stiforr",
- "email": "norwood.sean@gmail.com"
- },
- "record": {
- "CNAME": "stiforr.com"
- }
+ "owner": {
+ "username": "stiforr",
+ "email": "norwood.sean@gmail.com"
+ },
+ "record": {
+ "CNAME": "stiforr.com"
+ }
}
diff --git a/domains/str1ke.json b/domains/str1ke.json
index 3377e2205..a733755cc 100644
--- a/domains/str1ke.json
+++ b/domains/str1ke.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "RealStr1ke",
"email": "tmenelas@outlook.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "str1ke.codes"
- }
}
-
+}
diff --git a/domains/string-null.json b/domains/string-null.json
index 0490030a9..474689e10 100644
--- a/domains/string-null.json
+++ b/domains/string-null.json
@@ -1,12 +1,12 @@
{
- "description": "My WEB",
- "repo": "https://github.com/string-null/string-null.github.io",
- "owner": {
- "username": "string-null",
- "email": "biel.f.r.bfr@gmail.com",
- "twitter": "HdNenu"
- },
- "record": {
- "CNAME": "string-null.github.io"
- }
+ "description": "My WEB",
+ "repo": "https://github.com/string-null/string-null.github.io",
+ "owner": {
+ "username": "string-null",
+ "email": "biel.f.r.bfr@gmail.com",
+ "twitter": "HdNenu"
+ },
+ "record": {
+ "CNAME": "string-null.github.io"
+ }
}
diff --git a/domains/stringent.json b/domains/stringent.json
index 6f3b7e537..934d63e0c 100644
--- a/domains/stringent.json
+++ b/domains/stringent.json
@@ -1,11 +1,11 @@
{
- "description": "My Blog/Portfolio",
- "repo": "https://github.com/StringentDev/StringentDev",
- "owner": {
- "username": "StringentDev",
- "email": "stringentdev@hotmail.com"
- },
- "record": {
- "CNAME": "stringentdev-production.up.railway.app"
- }
+ "description": "My Blog/Portfolio",
+ "repo": "https://github.com/StringentDev/StringentDev",
+ "owner": {
+ "username": "StringentDev",
+ "email": "stringentdev@hotmail.com"
+ },
+ "record": {
+ "CNAME": "stringentdev-production.up.railway.app"
+ }
}
diff --git a/domains/struc.api.badboy.json b/domains/struc.api.badboy.json
index df47f40f8..52b220670 100644
--- a/domains/struc.api.badboy.json
+++ b/domains/struc.api.badboy.json
@@ -1,10 +1,10 @@
{
- "description": "https://badboy.is-a.dev/ redirector",
- "owner": {
- "username": "bad-boy-codes",
- "email": "contact@mail.badboy.is-a.dev"
- },
- "record": {
- "CNAME": "1c1cdaeb-374d-4273-bd14-b7e96b091f72.id.repl.co"
- }
+ "description": "https://badboy.is-a.dev/ redirector",
+ "owner": {
+ "username": "bad-boy-codes",
+ "email": "contact@mail.badboy.is-a.dev"
+ },
+ "record": {
+ "CNAME": "1c1cdaeb-374d-4273-bd14-b7e96b091f72.id.repl.co"
+ }
}
diff --git a/domains/stvn.json b/domains/stvn.json
index b556b0182..a64356daf 100644
--- a/domains/stvn.json
+++ b/domains/stvn.json
@@ -1,11 +1,11 @@
{
- "description": "Steven Conaway's personal website.",
- "repo": "https://github.com/SConaway/portfolio",
- "owner": {
- "username": "sconaway",
- "email": "steven@stevenconaway.me"
- },
- "record": {
- "URL": "https://stevenconaway.me"
- }
+ "description": "Steven Conaway's personal website.",
+ "repo": "https://github.com/SConaway/portfolio",
+ "owner": {
+ "username": "sconaway",
+ "email": "steven@stevenconaway.me"
+ },
+ "record": {
+ "URL": "https://stevenconaway.me"
+ }
}
diff --git a/domains/subhadeepzilong.json b/domains/subhadeepzilong.json
index 83a174e70..619ec4f96 100644
--- a/domains/subhadeepzilong.json
+++ b/domains/subhadeepzilong.json
@@ -2,12 +2,11 @@
"description": "SubhadeepZilong's personal developer website",
"repo": "https://github.com/SubhadeepZilong/subhadeepzilong.github.io",
"owner": {
- "username": "SubhadeepZilong",
- "email": "subhadeepchakraborty555@gmail.com",
- "twitter": "subhadeepzilong"
+ "username": "SubhadeepZilong",
+ "email": "subhadeepchakraborty555@gmail.com",
+ "twitter": "subhadeepzilong"
},
"record": {
- "CNAME": "subhadeepzilong.github.io"
+ "CNAME": "subhadeepzilong.github.io"
}
- }
-
\ No newline at end of file
+}
diff --git a/domains/subhayu.json b/domains/subhayu.json
index 4a3e6f7c3..8b50d9218 100644
--- a/domains/subhayu.json
+++ b/domains/subhayu.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "subhayu99",
"email": "balasubhayu99@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "subhayu99.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/sudev.json b/domains/sudev.json
index 33022c303..c83c98994 100644
--- a/domains/sudev.json
+++ b/domains/sudev.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "gamegods3.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "gamegods3.github.io"
+ }
}
diff --git a/domains/sudhan.json b/domains/sudhan.json
index 13eff228a..04eebfac8 100644
--- a/domains/sudhan.json
+++ b/domains/sudhan.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "sudhanplayz",
- "email": "sudhanplayz@gmail.com"
- },
- "description": "A Personal Website for me",
- "record": {
- "URL": "https://sudhanplayz.live"
- }
+ "owner": {
+ "username": "sudhanplayz",
+ "email": "sudhanplayz@gmail.com"
+ },
+ "description": "A Personal Website for me",
+ "record": {
+ "URL": "https://sudhanplayz.live"
+ }
}
diff --git a/domains/sujal.json b/domains/sujal.json
index 61dc5781b..553746e96 100644
--- a/domains/sujal.json
+++ b/domains/sujal.json
@@ -1,10 +1,10 @@
-{
- "owner": {
- "username": "c0der69",
- "email": "",
- "twitter": "psychosniper_"
- },
- "record": {
- "CNAME": "sujal-is-a-dev.pages.dev"
- }
-}
+{
+ "owner": {
+ "username": "c0der69",
+ "email": "",
+ "twitter": "psychosniper_"
+ },
+ "record": {
+ "CNAME": "sujal-is-a-dev.pages.dev"
+ }
+}
diff --git a/domains/sujeeth.json b/domains/sujeeth.json
index 46d291d04..1fcc19059 100644
--- a/domains/sujeeth.json
+++ b/domains/sujeeth.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "sujeethk",
"email": "sujeethkv@yahoo.com"
- },
- "record": {
+ },
+ "record": {
"A": ["74.59.143.202"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/suki.json b/domains/suki.json
index ef470759e..69545f88d 100644
--- a/domains/suki.json
+++ b/domains/suki.json
@@ -1,13 +1,13 @@
{
- "description": "A cool website",
- "repo": "https://github.com/SukiPlayz/hello-world",
- "owner": {
- "username": "SukiPlayz",
- "email": "sukimayoo@outlook.com"
- },
- "record": {
- "A": ["212.193.3.66"],
- "TXT": "v=spf1 a mx ip4:212.193.3.66 ~all",
- "MX": "panel.crystalcloud.xyz"
- }
+ "description": "A cool website",
+ "repo": "https://github.com/SukiPlayz/hello-world",
+ "owner": {
+ "username": "SukiPlayz",
+ "email": "sukimayoo@outlook.com"
+ },
+ "record": {
+ "A": ["212.193.3.66"],
+ "TXT": "v=spf1 a mx ip4:212.193.3.66 ~all",
+ "MX": "panel.crystalcloud.xyz"
+ }
}
diff --git a/domains/suman.json b/domains/suman.json
index 18c5dee20..9a3add074 100644
--- a/domains/suman.json
+++ b/domains/suman.json
@@ -2,12 +2,11 @@
"description": "Suman's Personal Website",
"repo": "https://github.com/thatsuman/thatsuman.github.io",
"owner": {
- "username": "thatsuman",
- "email": "suman.multiverse@gmail.com",
- "twitter": "thatsumann"
+ "username": "thatsuman",
+ "email": "suman.multiverse@gmail.com",
+ "twitter": "thatsumann"
},
"record": {
- "CNAME": "thatsuman.github.io"
+ "CNAME": "thatsuman.github.io"
}
- }
-
\ No newline at end of file
+}
diff --git a/domains/sumanjay.json b/domains/sumanjay.json
index 215a04f69..377056905 100644
--- a/domains/sumanjay.json
+++ b/domains/sumanjay.json
@@ -1,10 +1,10 @@
{
- "repo": "https://github.com/cyberboysumanjay/cyberboysumanjay.github.io",
- "owner": {
- "username": "cyberboysumanjay",
- "email": "sumanjay@duck.com"
- },
- "record": {
- "CNAME": "cyberboysumanjay.github.io"
- }
+ "repo": "https://github.com/cyberboysumanjay/cyberboysumanjay.github.io",
+ "owner": {
+ "username": "cyberboysumanjay",
+ "email": "sumanjay@duck.com"
+ },
+ "record": {
+ "CNAME": "cyberboysumanjay.github.io"
+ }
}
diff --git a/domains/sumedhaa.json b/domains/sumedhaa.json
index 61ff4935f..06ab4f94e 100644
--- a/domains/sumedhaa.json
+++ b/domains/sumedhaa.json
@@ -1,11 +1,11 @@
{
- "description": "Sumedhaa's Portfolio",
- "repo": "https://github.com/misticorion/misticorion.github.io",
- "owner": {
- "username": "misticorion",
- "email": "mistic.orion@gmail.com"
- },
- "record": {
- "CNAME": "misticorion.github.io"
- }
+ "description": "Sumedhaa's Portfolio",
+ "repo": "https://github.com/misticorion/misticorion.github.io",
+ "owner": {
+ "username": "misticorion",
+ "email": "mistic.orion@gmail.com"
+ },
+ "record": {
+ "CNAME": "misticorion.github.io"
+ }
}
diff --git a/domains/superharmony910.json b/domains/superharmony910.json
index 29a6534cf..f908f4446 100644
--- a/domains/superharmony910.json
+++ b/domains/superharmony910.json
@@ -1,12 +1,12 @@
{
- "description": "SuperHarmony910's personal developer website",
- "repo": "https://github.com/SuperHarmony910/SuperHarmony910.github.io",
- "owner": {
- "username": "SuperHarmony910",
- "email": "superharmony910@gmail.com",
- "twitter": "s_harmony910"
- },
- "record": {
- "CNAME": "superharmony910.github.io"
- }
+ "description": "SuperHarmony910's personal developer website",
+ "repo": "https://github.com/SuperHarmony910/SuperHarmony910.github.io",
+ "owner": {
+ "username": "SuperHarmony910",
+ "email": "superharmony910@gmail.com",
+ "twitter": "s_harmony910"
+ },
+ "record": {
+ "CNAME": "superharmony910.github.io"
+ }
}
diff --git a/domains/suraj.json b/domains/suraj.json
index 4bc1f3c32..606b478b8 100644
--- a/domains/suraj.json
+++ b/domains/suraj.json
@@ -1,11 +1,11 @@
{
- "description": "My personal developer website",
- "repo": "https://github.com/Clay990/suraj",
- "owner": {
- "username": "Clay990",
- "email": "asuraj991m@gmail.com"
- },
- "record": {
- "CNAME": "clay990.github.io"
- }
+ "description": "My personal developer website",
+ "repo": "https://github.com/Clay990/suraj",
+ "owner": {
+ "username": "Clay990",
+ "email": "asuraj991m@gmail.com"
+ },
+ "record": {
+ "CNAME": "clay990.github.io"
+ }
}
diff --git a/domains/surajh-patel.json b/domains/surajh-patel.json
index 7502c1f13..5435dad5e 100644
--- a/domains/surajh-patel.json
+++ b/domains/surajh-patel.json
@@ -1,11 +1,11 @@
{
- "description": "surajh-patel Profile.",
- "repo": "https://github.com/surajh-patel/surajh-patel.github.io",
- "owner": {
- "username": "surajh-patel",
- "email": ""
- },
- "record": {
- "CNAME": "surajh-patel.github.io"
- }
+ "description": "surajh-patel Profile.",
+ "repo": "https://github.com/surajh-patel/surajh-patel.github.io",
+ "owner": {
+ "username": "surajh-patel",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "surajh-patel.github.io"
+ }
}
diff --git a/domains/surendran-soumya.json b/domains/surendran-soumya.json
index 93c0ff8aa..bcb09bff7 100644
--- a/domains/surendran-soumya.json
+++ b/domains/surendran-soumya.json
@@ -1,11 +1,11 @@
{
- "description": "surendran-soumya Profile.",
- "repo": "https://github.com/surendran-soumya/surendran-soumya.github.io",
- "owner": {
- "username": "surendran-soumya",
- "email": ""
- },
- "record": {
- "CNAME": "surendran-soumya.github.io"
- }
+ "description": "surendran-soumya Profile.",
+ "repo": "https://github.com/surendran-soumya/surendran-soumya.github.io",
+ "owner": {
+ "username": "surendran-soumya",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "surendran-soumya.github.io"
+ }
}
diff --git a/domains/surge.json b/domains/surge.json
index 7fee11d4a..832b8e952 100644
--- a/domains/surge.json
+++ b/domains/surge.json
@@ -1,11 +1,11 @@
{
- "description": "personal website",
- "repo": "https://github.com/teamjoelee/me",
- "owner": {
- "username": "teamjoelee",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "URL": "https://i-am.surge.sh"
- }
+ "description": "personal website",
+ "repo": "https://github.com/teamjoelee/me",
+ "owner": {
+ "username": "teamjoelee",
+ "email": "tojoeleeofficial@gmail.com"
+ },
+ "record": {
+ "URL": "https://i-am.surge.sh"
+ }
}
diff --git a/domains/suryaansh.json b/domains/suryaansh.json
index 1ca18f4fc..8d971684d 100644
--- a/domains/suryaansh.json
+++ b/domains/suryaansh.json
@@ -1,11 +1,11 @@
{
- "description": "suryaansh's personal site",
- "repo": "https://github.com/suryaanshah/suryaanshah.github.io",
- "owner": {
- "username": "suryaanshah",
- "email": "suryaanshchawla@gmail.com"
- },
- "record": {
- "CNAME": "suryaanshah.github.io"
- }
+ "description": "suryaansh's personal site",
+ "repo": "https://github.com/suryaanshah/suryaanshah.github.io",
+ "owner": {
+ "username": "suryaanshah",
+ "email": "suryaanshchawla@gmail.com"
+ },
+ "record": {
+ "CNAME": "suryaanshah.github.io"
+ }
}
diff --git a/domains/suryajith.json b/domains/suryajith.json
index 046147643..af81a1f8c 100644
--- a/domains/suryajith.json
+++ b/domains/suryajith.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "suryajith.github.io"
}
-}
+}
diff --git a/domains/suryansh.json b/domains/suryansh.json
index 0ca84a39d..5e9d6a357 100644
--- a/domains/suryansh.json
+++ b/domains/suryansh.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "iamsuryanshxd",
"email": "legitsuryansh@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://github.com/iamsuryanshxd"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/suspense.json b/domains/suspense.json
index 7f7acaae5..147156d94 100644
--- a/domains/suspense.json
+++ b/domains/suspense.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "Suspense4615",
- "email": "",
- "twitter": "Suspense4615"
- },
- "record": { "CNAME": "suspense4615.github.io" }
+ "owner": {
+ "username": "Suspense4615",
+ "email": "",
+ "twitter": "Suspense4615"
+ },
+ "record": { "CNAME": "suspense4615.github.io" }
}
diff --git a/domains/sutirth.json b/domains/sutirth.json
index 5d9cfe65f..fdf390fc9 100644
--- a/domains/sutirth.json
+++ b/domains/sutirth.json
@@ -1,11 +1,11 @@
{
- "description": "sutirth is a Developer!",
- "repo": "https://github.com/ricksr/ricksr.github.io",
- "owner": {
- "username": "ricksr",
- "email": "sutirtharej@gmail.com"
- },
- "record": {
- "CNAME": "ricksr.github.io"
- }
+ "description": "sutirth is a Developer!",
+ "repo": "https://github.com/ricksr/ricksr.github.io",
+ "owner": {
+ "username": "ricksr",
+ "email": "sutirtharej@gmail.com"
+ },
+ "record": {
+ "CNAME": "ricksr.github.io"
+ }
}
diff --git a/domains/svg.json b/domains/svg.json
index 1f745c5d1..9013909e9 100644
--- a/domains/svg.json
+++ b/domains/svg.json
@@ -1,11 +1,11 @@
-{
- "description": "svg's website",
- "repo": "https://github.com/svg-rs/svg.github.io",
- "owner": {
- "username": "svg-rs",
- "email": "kimmkayy8@proton.me"
- },
- "record": {
- "CNAME": "svg-rs.github.io"
- }
- }
+{
+ "description": "svg's website",
+ "repo": "https://github.com/svg-rs/svg.github.io",
+ "owner": {
+ "username": "svg-rs",
+ "email": "kimmkayy8@proton.me"
+ },
+ "record": {
+ "CNAME": "svg-rs.github.io"
+ }
+}
diff --git a/domains/svloog.json b/domains/svloog.json
index ce357d37f..5e8a9065f 100644
--- a/domains/svloog.json
+++ b/domains/svloog.json
@@ -1,12 +1,12 @@
{
- "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",
- "twitter": "svloogz"
- },
- "record": {
- "CNAME": "slvoog.github.io"
- }
+ "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",
+ "twitter": "svloogz"
+ },
+ "record": {
+ "CNAME": "slvoog.github.io"
+ }
}
diff --git a/domains/swanny.json b/domains/swanny.json
index 3bdea3ed1..7136c35ad 100644
--- a/domains/swanny.json
+++ b/domains/swanny.json
@@ -1,11 +1,11 @@
{
- "description": "Swanny is a Dev",
- "repo": "https://github.com/swanny246/swannyIsADev",
- "owner": {
- "username": "swanny246",
- "email": "github@andrewswan.net"
- },
- "record": {
- "CNAME": "swannyisadev.andrewswan.net"
- }
+ "description": "Swanny is a Dev",
+ "repo": "https://github.com/swanny246/swannyIsADev",
+ "owner": {
+ "username": "swanny246",
+ "email": "github@andrewswan.net"
+ },
+ "record": {
+ "CNAME": "swannyisadev.andrewswan.net"
+ }
}
diff --git a/domains/swapnil.json b/domains/swapnil.json
index f23fddfd6..5356edac7 100644
--- a/domains/swapnil.json
+++ b/domains/swapnil.json
@@ -1,11 +1,11 @@
{
- "description": "Aspiring tech enthusiast",
- "repo": "https://github.com/SwapnilChand/SwapnilChand.github.io",
- "owner": {
- "username": "SwapnilChand",
- "email": "swapnilchand51@gmail.com"
- },
- "record": {
- "CNAME": "SwapnilChand.github.io"
- }
+ "description": "Aspiring tech enthusiast",
+ "repo": "https://github.com/SwapnilChand/SwapnilChand.github.io",
+ "owner": {
+ "username": "SwapnilChand",
+ "email": "swapnilchand51@gmail.com"
+ },
+ "record": {
+ "CNAME": "SwapnilChand.github.io"
+ }
}
diff --git a/domains/sx9.json b/domains/sx9.json
index d986d15c3..825c99623 100644
--- a/domains/sx9.json
+++ b/domains/sx9.json
@@ -1,10 +1,10 @@
-{
- "description": "SX's Website",
- "owner": {
- "username": "SX-9",
- "email": "sx-91@outlook.com"
- },
- "record": {
- "CNAME": "sx-9.github.io"
- }
+{
+ "description": "SX's Website",
+ "owner": {
+ "username": "SX-9",
+ "email": "sx-91@outlook.com"
+ },
+ "record": {
+ "CNAME": "sx-9.github.io"
+ }
}
diff --git a/domains/syahiramali.json b/domains/syahiramali.json
index c7c937927..c29d37f39 100644
--- a/domains/syahiramali.json
+++ b/domains/syahiramali.json
@@ -1,11 +1,11 @@
-{
- "description": "syahirAmali Portfolio",
- "repo": "https://github.com/syahirAmali/syahirAmali.github.io",
- "owner": {
- "username": "syahirAmali",
- "email": "syahiramali@gmail.com"
- },
- "record": {
- "CNAME": "syahiramali.github.io"
- }
- }
+{
+ "description": "syahirAmali Portfolio",
+ "repo": "https://github.com/syahirAmali/syahirAmali.github.io",
+ "owner": {
+ "username": "syahirAmali",
+ "email": "syahiramali@gmail.com"
+ },
+ "record": {
+ "CNAME": "syahiramali.github.io"
+ }
+}
diff --git a/domains/sycured.json b/domains/sycured.json
index 9157e204c..3f92e4984 100644
--- a/domains/sycured.json
+++ b/domains/sycured.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "sycured",
- "email": "sycured@protonmail.com"
- },
- "record": {
- "URL": "https://sycured.com"
- }
+ "owner": {
+ "username": "sycured",
+ "email": "sycured@protonmail.com"
+ },
+ "record": {
+ "URL": "https://sycured.com"
+ }
}
diff --git a/domains/syd.json b/domains/syd.json
index 3c33dcfd5..7e66b94c8 100644
--- a/domains/syd.json
+++ b/domains/syd.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "bububa",
"email": "prof.syd.xu@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "bububa.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/syed.json b/domains/syed.json
index ddc978dff..3aaef1f8f 100644
--- a/domains/syed.json
+++ b/domains/syed.json
@@ -1,11 +1,9 @@
-
{
- "owner": {
- "username": "SyedAhkam",
- "email": "smahkam57@gmail.com"
- },
- "record": {
- "CNAME": "syedahkam.github.io"
- }
+ "owner": {
+ "username": "SyedAhkam",
+ "email": "smahkam57@gmail.com"
+ },
+ "record": {
+ "CNAME": "syedahkam.github.io"
+ }
}
-
diff --git a/domains/syofyanzuhad.json b/domains/syofyanzuhad.json
index eeafbc6a6..25c3b752d 100644
--- a/domains/syofyanzuhad.json
+++ b/domains/syofyanzuhad.json
@@ -1,11 +1,11 @@
{
- "description": "Web Profile of Syofyan Zuhad",
- "repo": "https://github.com/syofyanzuhad/syofyanzuhad.github.io",
- "owner": {
- "username": "syofyanzuhad",
- "email": "sofyanzuhad2@gmail.com"
- },
- "record": {
- "CNAME": "syofyanzuhad.my.id"
- }
+ "description": "Web Profile of Syofyan Zuhad",
+ "repo": "https://github.com/syofyanzuhad/syofyanzuhad.github.io",
+ "owner": {
+ "username": "syofyanzuhad",
+ "email": "sofyanzuhad2@gmail.com"
+ },
+ "record": {
+ "CNAME": "syofyanzuhad.my.id"
+ }
}
diff --git a/domains/tagbot.maskduck.json b/domains/tagbot.maskduck.json
index 909c18865..ae57914c8 100644
--- a/domains/tagbot.maskduck.json
+++ b/domains/tagbot.maskduck.json
@@ -1,15 +1,15 @@
{
- "description": "HTTP command handler for my bot",
- "repo": "https://github.com/MaskDuck/tag_bot",
- "owner": {
- "username": "MaskDuck",
- "email": "",
- "discord": "MaskDuck#1337",
- "twitter": "MaskDuck1",
- "reddit": "u/maskduck",
- "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
- },
- "record": {
- "CNAME": "tagbot-production-bef9.up.railway.app"
- }
+ "description": "HTTP command handler for my bot",
+ "repo": "https://github.com/MaskDuck/tag_bot",
+ "owner": {
+ "username": "MaskDuck",
+ "email": "",
+ "discord": "MaskDuck#1337",
+ "twitter": "MaskDuck1",
+ "reddit": "u/maskduck",
+ "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
+ },
+ "record": {
+ "CNAME": "tagbot-production-bef9.up.railway.app"
+ }
}
diff --git a/domains/taha.json b/domains/taha.json
index a04645037..9cca8f90a 100644
--- a/domains/taha.json
+++ b/domains/taha.json
@@ -1,11 +1,11 @@
{
- "description": "Taha bou's Portfolio",
- "repo": "https://github.com/tahakocabuga/taha2002.github.io",
- "owner": {
- "username": "taha2002",
- "email": "bouras1920@gmail.com"
- },
- "record": {
- "CNAME": "taha2002.github.io"
- }
-}
\ No newline at end of file
+ "description": "Taha bou's Portfolio",
+ "repo": "https://github.com/tahakocabuga/taha2002.github.io",
+ "owner": {
+ "username": "taha2002",
+ "email": "bouras1920@gmail.com"
+ },
+ "record": {
+ "CNAME": "taha2002.github.io"
+ }
+}
diff --git a/domains/taha2002.json b/domains/taha2002.json
index b5ee77a38..180a8f5aa 100644
--- a/domains/taha2002.json
+++ b/domains/taha2002.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "taha2002",
"email": "bouras1920@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "taha2002.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/tahakocabuga.json b/domains/tahakocabuga.json
index 1e9d8019c..3fe7aded8 100644
--- a/domains/tahakocabuga.json
+++ b/domains/tahakocabuga.json
@@ -1,12 +1,12 @@
{
- "description": "Taha Kocabuga's Portfolio",
- "repo": "https://github.com/tahakocabuga/tahakocabuga.github.io",
- "owner": {
- "username": "tahakocabuga",
- "email": "tahakocabuga@gmail.com",
- "twitter": "tahakocabuga"
- },
- "record": {
- "CNAME": "tahakocabuga.github.io"
- }
+ "description": "Taha Kocabuga's Portfolio",
+ "repo": "https://github.com/tahakocabuga/tahakocabuga.github.io",
+ "owner": {
+ "username": "tahakocabuga",
+ "email": "tahakocabuga@gmail.com",
+ "twitter": "tahakocabuga"
+ },
+ "record": {
+ "CNAME": "tahakocabuga.github.io"
+ }
}
diff --git a/domains/tahmidrayat.json b/domains/tahmidrayat.json
index 245bd2600..cc2be1f49 100644
--- a/domains/tahmidrayat.json
+++ b/domains/tahmidrayat.json
@@ -1,11 +1,11 @@
{
- "description": "Github Portfolio of Tahmid Rayat",
- "repo": "https://github.com/htr-tech/htr-tech.github.io",
- "owner": {
- "username": "htr-tech",
- "email": "tahmidrayat@gmail.com"
- },
- "record": {
- "CNAME": "htr-tech.github.io"
- }
+ "description": "Github Portfolio of Tahmid Rayat",
+ "repo": "https://github.com/htr-tech/htr-tech.github.io",
+ "owner": {
+ "username": "htr-tech",
+ "email": "tahmidrayat@gmail.com"
+ },
+ "record": {
+ "CNAME": "htr-tech.github.io"
+ }
}
diff --git a/domains/tal7aouy.json b/domains/tal7aouy.json
index 781b45475..0a6ab7524 100644
--- a/domains/tal7aouy.json
+++ b/domains/tal7aouy.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "tal7aouy",
"email": "tal7aouy.dev@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://tal7aouy.netlify.app"
- }
}
-
+}
diff --git a/domains/tallerthanshort.json b/domains/tallerthanshort.json
index d9d6b0eec..c8da039f5 100644
--- a/domains/tallerthanshort.json
+++ b/domains/tallerthanshort.json
@@ -1,12 +1,11 @@
{
- "description": "TallerThanShort made site",
- "repo": "https://github.com/TallerThanShort",
- "owner": {
- "username": "TallerThanShort",
- "email": "TallerThanShort@duck.com"
- },
- "record": {
- "CNAME": "TallerThanShort.github.io"
-
- }
+ "description": "TallerThanShort made site",
+ "repo": "https://github.com/TallerThanShort",
+ "owner": {
+ "username": "TallerThanShort",
+ "email": "TallerThanShort@duck.com"
+ },
+ "record": {
+ "CNAME": "TallerThanShort.github.io"
+ }
}
diff --git a/domains/tanio.json b/domains/tanio.json
index 119d1bb7e..b4bc5f56c 100644
--- a/domains/tanio.json
+++ b/domains/tanio.json
@@ -1,11 +1,10 @@
{
"description": "Hello World",
"owner": {
- "username": "tanmyid",
- "email": "tanmyid1337@gmail.com"
+ "username": "tanmyid",
+ "email": "tanmyid1337@gmail.com"
},
"record": {
- "CNAME": "hashnode.network"
+ "CNAME": "hashnode.network"
}
- }
-
\ No newline at end of file
+}
diff --git a/domains/tanish2002.json b/domains/tanish2002.json
index c07b0ebfd..f337dc1cb 100644
--- a/domains/tanish2002.json
+++ b/domains/tanish2002.json
@@ -1,11 +1,11 @@
{
- "description": "Tanish2002's Website",
- "repo": "https://github.com/Tanish2002/Tanish2002.github.io",
- "owner": {
- "username": "Tanish2002",
- "email": "tanishkhare@gmail.com"
- },
- "record": {
- "CNAME": "tanish2002.github.io"
- }
+ "description": "Tanish2002's Website",
+ "repo": "https://github.com/Tanish2002/Tanish2002.github.io",
+ "owner": {
+ "username": "Tanish2002",
+ "email": "tanishkhare@gmail.com"
+ },
+ "record": {
+ "CNAME": "tanish2002.github.io"
+ }
}
diff --git a/domains/tanishq.json b/domains/tanishq.json
index e217d0853..f545f13c3 100644
--- a/domains/tanishq.json
+++ b/domains/tanishq.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "tanishq-soni",
- "email": "hi@tanishqsoni.me",
- "twitter": "tanishq_soni_"
- },
- "repo": "https://github.com/tanishq-soni/new-portfolio",
- "record": {
- "URL": "https://tanishqsoni.me"
- }
+ "owner": {
+ "username": "tanishq-soni",
+ "email": "hi@tanishqsoni.me",
+ "twitter": "tanishq_soni_"
+ },
+ "repo": "https://github.com/tanishq-soni/new-portfolio",
+ "record": {
+ "URL": "https://tanishqsoni.me"
+ }
}
diff --git a/domains/tanu.json b/domains/tanu.json
index 4751d152b..c4b784514 100644
--- a/domains/tanu.json
+++ b/domains/tanu.json
@@ -1,12 +1,12 @@
-{
- "description": "Tanu's Website",
- "repo": "https://github.com/desktopdotini/websitev3",
- "owner": {
- "username": "desktopdotini",
- "email": "cloneyinnit@gmail.com",
- "twitter": "tanumakescode"
- },
- "record": {
- "CNAME": "websitev3.pages.dev"
- }
- }
+{
+ "description": "Tanu's Website",
+ "repo": "https://github.com/desktopdotini/websitev3",
+ "owner": {
+ "username": "desktopdotini",
+ "email": "cloneyinnit@gmail.com",
+ "twitter": "tanumakescode"
+ },
+ "record": {
+ "CNAME": "websitev3.pages.dev"
+ }
+}
diff --git a/domains/tarik.json b/domains/tarik.json
index 229555f73..ab9565c8d 100644
--- a/domains/tarik.json
+++ b/domains/tarik.json
@@ -1,11 +1,11 @@
{
- "description": "Personal website of Tarık Coşkun",
- "repo": "https://github.com/tarikcoskun/website",
- "owner": {
- "username": "tarikcoskun",
- "email": "tarikcskun@gmail.com"
- },
- "record": {
- "CNAME": "tarikcoskun.up.railway.app"
- }
+ "description": "Personal website of Tarık Coşkun",
+ "repo": "https://github.com/tarikcoskun/website",
+ "owner": {
+ "username": "tarikcoskun",
+ "email": "tarikcskun@gmail.com"
+ },
+ "record": {
+ "CNAME": "tarikcoskun.up.railway.app"
+ }
}
diff --git a/domains/tarna.json b/domains/tarna.json
index 34c27fefa..f94809b47 100644
--- a/domains/tarna.json
+++ b/domains/tarna.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "tarna",
"email": "tarungadiraju123@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://github.com/tarna"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/tarun57.json b/domains/tarun57.json
index 2bed72a8a..839829e58 100644
--- a/domains/tarun57.json
+++ b/domains/tarun57.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "H-57",
"email": "tarunkumar8059@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://pokemonin-hindi.blogspot.com"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/tarun577.json b/domains/tarun577.json
index 2bed72a8a..839829e58 100644
--- a/domains/tarun577.json
+++ b/domains/tarun577.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "H-57",
"email": "tarunkumar8059@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://pokemonin-hindi.blogspot.com"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/tat2008.json b/domains/tat2008.json
index cce9038ab..e1519f9fd 100644
--- a/domains/tat2008.json
+++ b/domains/tat2008.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "tat2008",
"email": "tuan.trananh2008@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://me.tat2008.tk"
- }
}
-
+}
diff --git a/domains/tavignesh.json b/domains/tavignesh.json
index b892faa4b..d73a00a68 100644
--- a/domains/tavignesh.json
+++ b/domains/tavignesh.json
@@ -1,10 +1,10 @@
{
- "description": "T.A.Vignesh's cool website",
- "owner": {
- "username": "tavignesh",
- "email": "vigneshta004@gmail.com"
- },
- "record": {
- "CNAME": "vignesh-is-a-dev.pages.dev"
- }
+ "description": "T.A.Vignesh's cool website",
+ "owner": {
+ "username": "tavignesh",
+ "email": "vigneshta004@gmail.com"
+ },
+ "record": {
+ "CNAME": "vignesh-is-a-dev.pages.dev"
+ }
}
diff --git a/domains/tayu.json b/domains/tayu.json
index 7c8fde480..c9847f281 100644
--- a/domains/tayu.json
+++ b/domains/tayu.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "tayudev",
"email": "mizuto.discord@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://tayu25.netlify.app"
- }
}
-
+}
diff --git a/domains/tca.json b/domains/tca.json
index 0129e8212..c8c2625b3 100644
--- a/domains/tca.json
+++ b/domains/tca.json
@@ -1,11 +1,11 @@
{
- "description": "TCA's official portfolio, if you can call it that.",
- "repo": "https://github.com/ToastifyDev/devsite",
- "owner": {
- "username": "ToastifyDev",
- "email": "hey@toastify.tk"
- },
- "record": {
- "URL": "https://toasted.is-a.dev"
- }
+ "description": "TCA's official portfolio, if you can call it that.",
+ "repo": "https://github.com/ToastifyDev/devsite",
+ "owner": {
+ "username": "ToastifyDev",
+ "email": "hey@toastify.tk"
+ },
+ "record": {
+ "URL": "https://toasted.is-a.dev"
+ }
}
diff --git a/domains/tcdavo.json b/domains/tcdavo.json
index ad5a8ea3d..267e76625 100644
--- a/domains/tcdavo.json
+++ b/domains/tcdavo.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "Tcdavo",
- "discord": "FriedUp-_-#6908",
- "email": ""
- },
- "record": {
- "CNAME": "44f0c26f-c6a3-4a32-bd8b-80614d289b24.id.repl.co"
- }
+ "owner": {
+ "username": "Tcdavo",
+ "discord": "FriedUp-_-#6908",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "44f0c26f-c6a3-4a32-bd8b-80614d289b24.id.repl.co"
+ }
}
diff --git a/domains/tcl.json b/domains/tcl.json
index 9c66dd642..7a38e0a7e 100644
--- a/domains/tcl.json
+++ b/domains/tcl.json
@@ -1,11 +1,11 @@
-{
- "description": "TianTcl's profile",
- "repo": "https://github.com/TianTcl/TianTcl",
- "owner": {
- "username": "TianTcl",
- "email": "tclwebguest@gmail.com"
- }, "record": {
- "CNAME": "info.tiantcl.net"
-
- }
-}
\ No newline at end of file
+{
+ "description": "TianTcl's profile",
+ "repo": "https://github.com/TianTcl/TianTcl",
+ "owner": {
+ "username": "TianTcl",
+ "email": "tclwebguest@gmail.com"
+ },
+ "record": {
+ "CNAME": "info.tiantcl.net"
+ }
+}
diff --git a/domains/tclement0922.json b/domains/tclement0922.json
index b5645db9f..b660dfba3 100644
--- a/domains/tclement0922.json
+++ b/domains/tclement0922.json
@@ -2,10 +2,10 @@
"description": "tclement0922's personal site",
"repo": "https://github.com/tclement0922/tclement0922.github.io",
"owner": {
- "username": "tclement0922",
- "email": "dev.tclement0922@gmail.com"
+ "username": "tclement0922",
+ "email": "dev.tclement0922@gmail.com"
},
"record": {
- "CNAME": "tclement0922.github.io"
+ "CNAME": "tclement0922.github.io"
}
- }
+}
diff --git a/domains/tdm.json b/domains/tdm.json
index fe7b31da0..5fe3a7cb0 100644
--- a/domains/tdm.json
+++ b/domains/tdm.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "loltdmmmos.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "loltdmmmos.github.io"
+ }
}
diff --git a/domains/tea.json b/domains/tea.json
index 6078cc06e..a5fd3444f 100644
--- a/domains/tea.json
+++ b/domains/tea.json
@@ -1,10 +1,10 @@
{
-"owner": {
- "username": "TheTeaCup",
- "email": "",
- "discord": "Tea Cup#9999"
- },
- "record": {
- "CNAME": "dedicated.theteacup.dev"
- }
+ "owner": {
+ "username": "TheTeaCup",
+ "email": "",
+ "discord": "Tea Cup#9999"
+ },
+ "record": {
+ "CNAME": "dedicated.theteacup.dev"
+ }
}
diff --git a/domains/team.json b/domains/team.json
index 9917b62ba..2a9d8f7f8 100644
--- a/domains/team.json
+++ b/domains/team.json
@@ -1,11 +1,11 @@
{
- "description": "The Maintainer Docs For The Is-A.Dev Website!",
- "repo": "github.com/is-a-dev/maintainer-docs",
- "owner": {
- "username": "@is-a-dev/maintainers",
- "email": "phenax5@gmail.com"
- },
- "record": {
- "CNAME": "is-a-dev.github.io"
- }
+ "description": "The Maintainer Docs For The Is-A.Dev Website!",
+ "repo": "github.com/is-a-dev/maintainer-docs",
+ "owner": {
+ "username": "@is-a-dev/maintainers",
+ "email": "phenax5@gmail.com"
+ },
+ "record": {
+ "CNAME": "is-a-dev.github.io"
+ }
}
diff --git a/domains/tech.json b/domains/tech.json
index 6b4bf404d..f7a6f7384 100644
--- a/domains/tech.json
+++ b/domains/tech.json
@@ -7,4 +7,4 @@
"record": {
"CNAME": "techpixel.github.io"
}
-}
+}
diff --git a/domains/techctg24.json b/domains/techctg24.json
index cf1d62797..c8d4ba0c8 100644
--- a/domains/techctg24.json
+++ b/domains/techctg24.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "rakibctg",
"email": "eunus527@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://techctg24.dev"
- }
}
-
+}
diff --git a/domains/technohacker.json b/domains/technohacker.json
index 0789bb185..930683a02 100644
--- a/domains/technohacker.json
+++ b/domains/technohacker.json
@@ -1,11 +1,11 @@
{
- "description": "Personal GitHub page",
- "repo": "https://github.com/Technohacker/technohacker.github.io",
- "owner": {
- "username": "Technohacker",
- "email": "technohacker1995@gmail.com"
- },
- "record": {
- "CNAME": "technohacker.github.io"
- }
+ "description": "Personal GitHub page",
+ "repo": "https://github.com/Technohacker/technohacker.github.io",
+ "owner": {
+ "username": "Technohacker",
+ "email": "technohacker1995@gmail.com"
+ },
+ "record": {
+ "CNAME": "technohacker.github.io"
+ }
}
diff --git a/domains/technopaws.json b/domains/technopaws.json
index 7c68680ef..eb2656741 100644
--- a/domains/technopaws.json
+++ b/domains/technopaws.json
@@ -1,11 +1,11 @@
{
- "description": "A PORTFOLIO FOR MYSELF",
- "repo": "https://HmmNoSus.realtechnopaws.repl.co",
- "owner": {
- "username": "TECHNOPAWS",
- "email": "technopaws69@gmail.com"
- },
- "record": {
- "CNAME": "78db877f-0bbd-45b9-9c7d-ad02242a1705.id.repl.co"
- }
+ "description": "A PORTFOLIO FOR MYSELF",
+ "repo": "https://HmmNoSus.realtechnopaws.repl.co",
+ "owner": {
+ "username": "TECHNOPAWS",
+ "email": "technopaws69@gmail.com"
+ },
+ "record": {
+ "CNAME": "78db877f-0bbd-45b9-9c7d-ad02242a1705.id.repl.co"
+ }
}
diff --git a/domains/techout.json b/domains/techout.json
index e961ef5da..994ea666b 100644
--- a/domains/techout.json
+++ b/domains/techout.json
@@ -1,11 +1,11 @@
{
- "description": "Mainly used to upload images to but also for a small home-page.",
- "repo": "https://github.com/Techout592",
- "owner": {
- "username": "Techout592",
- "email": "root@techout.tech"
- },
- "record": {
- "CNAME": "dns.techout.tech"
- }
+ "description": "Mainly used to upload images to but also for a small home-page.",
+ "repo": "https://github.com/Techout592",
+ "owner": {
+ "username": "Techout592",
+ "email": "root@techout.tech"
+ },
+ "record": {
+ "CNAME": "dns.techout.tech"
+ }
}
diff --git a/domains/techstarmahesh.json b/domains/techstarmahesh.json
index eb7fab1c1..539f40fb7 100644
--- a/domains/techstarmahesh.json
+++ b/domains/techstarmahesh.json
@@ -1,11 +1,11 @@
-{
- "description": "Mahesh Sharma's personal developer website",
- "repo": "https://github.com/techstarmahesh/techstarmahesh.github.io",
- "owner": {
- "username": "TechstarMahesh",
- "email": "mistermaheshsharma@gmail.com"
- },
- "record": {
- "CNAME": "techstarmahesh.github.io"
- }
- }
\ No newline at end of file
+{
+ "description": "Mahesh Sharma's personal developer website",
+ "repo": "https://github.com/techstarmahesh/techstarmahesh.github.io",
+ "owner": {
+ "username": "TechstarMahesh",
+ "email": "mistermaheshsharma@gmail.com"
+ },
+ "record": {
+ "CNAME": "techstarmahesh.github.io"
+ }
+}
diff --git a/domains/techy.json b/domains/techy.json
index fa821291b..91b3afe03 100644
--- a/domains/techy.json
+++ b/domains/techy.json
@@ -1,12 +1,12 @@
{
- "description": "Techy's blog",
- "repo": "https://github.com/Techy/techy.github.io",
- "owner": {
- "username": "techy",
- "email": "",
- "twitter": "tech_dude1"
- },
- "record": {
- "CNAME": "techy.github.io"
- }
+ "description": "Techy's blog",
+ "repo": "https://github.com/Techy/techy.github.io",
+ "owner": {
+ "username": "techy",
+ "email": "",
+ "twitter": "tech_dude1"
+ },
+ "record": {
+ "CNAME": "techy.github.io"
+ }
}
diff --git a/domains/tejas-luthra.json b/domains/tejas-luthra.json
index 8d20278c1..1b893c027 100644
--- a/domains/tejas-luthra.json
+++ b/domains/tejas-luthra.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "tejas-luthra.github.io"
}
-}
+}
diff --git a/domains/tejas.json b/domains/tejas.json
index a3e0f2fc7..4de89dcfd 100644
--- a/domains/tejas.json
+++ b/domains/tejas.json
@@ -1,11 +1,11 @@
{
- "description": "A simple portfolio website by me (Tejas Agarwal)",
- "repo": "https://github.com/tejasag/webpage",
- "owner": {
- "username": "tejasag",
- "email": "togedemaru.1707@gmail.com"
- },
- "record": {
- "URL": "https://tejasagarwal.tech"
- }
+ "description": "A simple portfolio website by me (Tejas Agarwal)",
+ "repo": "https://github.com/tejasag/webpage",
+ "owner": {
+ "username": "tejasag",
+ "email": "togedemaru.1707@gmail.com"
+ },
+ "record": {
+ "URL": "https://tejasagarwal.tech"
+ }
}
diff --git a/domains/tekno.json b/domains/tekno.json
index 430612063..a088c028b 100644
--- a/domains/tekno.json
+++ b/domains/tekno.json
@@ -1,14 +1,12 @@
{
- "description": "Custom domain for my personal site",
- "repo": "https://github.com/TeknoSenpai/teknosenpai.github.io",
- "owner": {
- "username": "TeknoSenpai",
- "email": "tekno@hiri.dev",
- "twitter": "TeknoSenpai"
- },
- "record": {
- "A": [
- "173.212.245.116"
- ]
- }
+ "description": "Custom domain for my personal site",
+ "repo": "https://github.com/TeknoSenpai/teknosenpai.github.io",
+ "owner": {
+ "username": "TeknoSenpai",
+ "email": "tekno@hiri.dev",
+ "twitter": "TeknoSenpai"
+ },
+ "record": {
+ "A": ["173.212.245.116"]
+ }
}
diff --git a/domains/teobouvard.json b/domains/teobouvard.json
index ac0bc8287..aec1bf9e2 100644
--- a/domains/teobouvard.json
+++ b/domains/teobouvard.json
@@ -1,11 +1,11 @@
{
- "description": "Personal github page",
- "repo": "https://github.com/teobouvard/teobouvard.github.io",
- "owner": {
- "username": "teobouvard",
- "email": ""
- },
- "record": {
- "CNAME": "teobouvard.github.io"
- }
+ "description": "Personal github page",
+ "repo": "https://github.com/teobouvard/teobouvard.github.io",
+ "owner": {
+ "username": "teobouvard",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "teobouvard.github.io"
+ }
}
diff --git a/domains/termonoid.json b/domains/termonoid.json
index aa459c481..890757296 100644
--- a/domains/termonoid.json
+++ b/domains/termonoid.json
@@ -1,12 +1,12 @@
{
- "description": "Domain for personal server",
- "repo": "https://github.com/Termonoid",
- "owner": {
- "username": "Termonoid",
- "email": "termonoid@cumallover.me",
- "telegram": "termonoid"
- },
- "record": {
- "A": ["135.181.144.44"]
- }
+ "description": "Domain for personal server",
+ "repo": "https://github.com/Termonoid",
+ "owner": {
+ "username": "Termonoid",
+ "email": "termonoid@cumallover.me",
+ "telegram": "termonoid"
+ },
+ "record": {
+ "A": ["135.181.144.44"]
+ }
}
diff --git a/domains/terra.json b/domains/terra.json
index 85ce7078f..48896d992 100644
--- a/domains/terra.json
+++ b/domains/terra.json
@@ -1,14 +1,14 @@
{
- "description": "Portfolio - a simple portfolio website for TerraPlayz. It's in Beta Stages. Thanks for visiting my Portfolio! I hope to see you again. This also serves as a mail for my domain",
- "repo": "https://github.com/TerraPlayz/portfolio-cf",
- "owner": {
- "username": "TerraPlayz",
- "email": "github@om.is-a.dev",
- "twitter": "DaRealOmxpro"
- },
- "record": {
- "A": ["172.66.44.237","172.66.47.19"],
- "MX": ["mx1.improvmx.com","mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "description": "Portfolio - a simple portfolio website for TerraPlayz. It's in Beta Stages. Thanks for visiting my Portfolio! I hope to see you again. This also serves as a mail for my domain",
+ "repo": "https://github.com/TerraPlayz/portfolio-cf",
+ "owner": {
+ "username": "TerraPlayz",
+ "email": "github@om.is-a.dev",
+ "twitter": "DaRealOmxpro"
+ },
+ "record": {
+ "A": ["172.66.44.237", "172.66.47.19"],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/terroid.json b/domains/terroid.json
index e21dc54ac..983947a4f 100644
--- a/domains/terroid.json
+++ b/domains/terroid.json
@@ -1,12 +1,12 @@
{
- "description": "Portfolio",
- "repo": "https://github.com/skandabhairava/skandabhairava.github.io",
- "owner": {
- "username": "skandabhairava",
- "email": "skandabhairava@gmail.com",
- "twitter": "TerroidYT"
- },
- "record": {
- "CNAME": "skandabhairava.github.io"
- }
+ "description": "Portfolio",
+ "repo": "https://github.com/skandabhairava/skandabhairava.github.io",
+ "owner": {
+ "username": "skandabhairava",
+ "email": "skandabhairava@gmail.com",
+ "twitter": "TerroidYT"
+ },
+ "record": {
+ "CNAME": "skandabhairava.github.io"
+ }
}
diff --git a/domains/tesla.json b/domains/tesla.json
index 5380cdea2..3c454e9bb 100644
--- a/domains/tesla.json
+++ b/domains/tesla.json
@@ -1,11 +1,11 @@
{
- "description": "tesla's personal website",
- "repo": "https://github.com/hapi-dev",
- "owner": {
- "username": "tesla",
- "email": "stream.hapi@gmail.com"
- },
- "record": {
- "CNAME": "arindev.tech"
- }
+ "description": "tesla's personal website",
+ "repo": "https://github.com/hapi-dev",
+ "owner": {
+ "username": "tesla",
+ "email": "stream.hapi@gmail.com"
+ },
+ "record": {
+ "CNAME": "arindev.tech"
+ }
}
diff --git a/domains/tessa.json b/domains/tessa.json
index 7fef11872..98333b86c 100644
--- a/domains/tessa.json
+++ b/domains/tessa.json
@@ -1,11 +1,11 @@
{
- "description": "My main site :)",
- "repo": "https://replit.com/@RoBlockHead/tessais-adev",
- "owner": {
- "username": "RoBlockHead",
- "email": "tessa7551@gmail.com"
- },
- "record": {
- "CNAME": "06745170-24e7-4954-a619-2860f8b395c2.repl.co"
- }
+ "description": "My main site :)",
+ "repo": "https://replit.com/@RoBlockHead/tessais-adev",
+ "owner": {
+ "username": "RoBlockHead",
+ "email": "tessa7551@gmail.com"
+ },
+ "record": {
+ "CNAME": "06745170-24e7-4954-a619-2860f8b395c2.repl.co"
+ }
}
diff --git a/domains/thabresh.json b/domains/thabresh.json
index e5b9a0dcd..d6e6216ca 100644
--- a/domains/thabresh.json
+++ b/domains/thabresh.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Thabresh",
- "email": "thabaresh.syed@gmail.com"
- },
- "record": {
- "URL": "https://www.thabresh.me"
- }
+ "owner": {
+ "username": "Thabresh",
+ "email": "thabaresh.syed@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.thabresh.me"
+ }
}
diff --git a/domains/thamizh.json b/domains/thamizh.json
index a7af86108..65b1b62e4 100644
--- a/domains/thamizh.json
+++ b/domains/thamizh.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "ThisisThamizh.github.io"
}
-}
+}
diff --git a/domains/thanbv1510.json b/domains/thanbv1510.json
index 3a8f8dc7b..2923ce121 100644
--- a/domains/thanbv1510.json
+++ b/domains/thanbv1510.json
@@ -1,12 +1,12 @@
{
- "description": "thanbv1510's personal website",
- "repo": "https://github.com/thanbv1510/thanbv1510.github.io",
- "owner": {
- "username": "thanbv1510",
- "email": "thanbv1510@gmail.com",
- "twitter": "thanbv1510"
- },
- "record": {
- "CNAME": "thanbv1510.github.io"
- }
+ "description": "thanbv1510's personal website",
+ "repo": "https://github.com/thanbv1510/thanbv1510.github.io",
+ "owner": {
+ "username": "thanbv1510",
+ "email": "thanbv1510@gmail.com",
+ "twitter": "thanbv1510"
+ },
+ "record": {
+ "CNAME": "thanbv1510.github.io"
+ }
}
diff --git a/domains/tharindu.json b/domains/tharindu.json
index 715d21f7c..d167a522f 100644
--- a/domains/tharindu.json
+++ b/domains/tharindu.json
@@ -1,11 +1,11 @@
{
- "description": "Tharindu's personal developer website",
- "repo": "https://github.com/tharindusathis/tharindusathis.github.io",
- "owner": {
- "username": "tharindusathis",
- "email": "tharindu.sathis@gmail.com"
- },
- "record": {
- "CNAME": "tharindusathis.github.io"
- }
+ "description": "Tharindu's personal developer website",
+ "repo": "https://github.com/tharindusathis/tharindusathis.github.io",
+ "owner": {
+ "username": "tharindusathis",
+ "email": "tharindu.sathis@gmail.com"
+ },
+ "record": {
+ "CNAME": "tharindusathis.github.io"
+ }
}
diff --git a/domains/theark.json b/domains/theark.json
index d0966df35..9893bd7be 100644
--- a/domains/theark.json
+++ b/domains/theark.json
@@ -1,11 +1,11 @@
{
- "description": "Theark's personal site",
- "repo": "https://github.com/thearkxd/theark-website",
- "owner": {
- "username": "thearkxd",
- "email": "thearkxd@gmail.com"
- },
- "record": {
- "URL": "https://theark.tk"
- }
+ "description": "Theark's personal site",
+ "repo": "https://github.com/thearkxd/theark-website",
+ "owner": {
+ "username": "thearkxd",
+ "email": "thearkxd@gmail.com"
+ },
+ "record": {
+ "URL": "https://theark.tk"
+ }
}
diff --git a/domains/thebidouilleur.json b/domains/thebidouilleur.json
index a3df3cab4..c09f64f9f 100644
--- a/domains/thebidouilleur.json
+++ b/domains/thebidouilleur.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "QJoly",
"email": "quentinjoly@thoughtless.eu"
- },
+ },
- "record": {
+ "record": {
"A": ["5.39.75.213"]
- }
}
-
+}
diff --git a/domains/thecode-breaker.json b/domains/thecode-breaker.json
index e5b03377d..0ffbfb42d 100644
--- a/domains/thecode-breaker.json
+++ b/domains/thecode-breaker.json
@@ -1,11 +1,11 @@
{
- "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": "limit6@protonmail.com"
- },
- "record": {
- "CNAME": "thecode-breaker.github.io"
- }
+ "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": "limit6@protonmail.com"
+ },
+ "record": {
+ "CNAME": "thecode-breaker.github.io"
+ }
}
diff --git a/domains/theconcepteur.json b/domains/theconcepteur.json
index 43c211696..ad1a8d935 100644
--- a/domains/theconcepteur.json
+++ b/domains/theconcepteur.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "th3conc3pt3ur",
"email": "conceptordev@gmail.com"
- },
+ },
- "record": {
+ "record": {
"A": ["37.187.6.109"]
- }
}
-
+}
diff --git a/domains/thedev.json b/domains/thedev.json
index 32bfebb53..2236897cd 100644
--- a/domains/thedev.json
+++ b/domains/thedev.json
@@ -1,11 +1,11 @@
{
"owner": {
- "username": "thedev132",
- "email": "thedev132@gmail.com"
+ "username": "thedev132",
+ "email": "thedev132@gmail.com"
},
"record": {
"A": ["138.2.237.127"],
- "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/theekshana.json b/domains/theekshana.json
index 26334fa38..173664392 100644
--- a/domains/theekshana.json
+++ b/domains/theekshana.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "TheekshanaSL",
"email": "theekshana@technologist.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "hashnode.network"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/thegloriousduck.json b/domains/thegloriousduck.json
index 6cb2a9f3b..ad21d0e14 100644
--- a/domains/thegloriousduck.json
+++ b/domains/thegloriousduck.json
@@ -1,11 +1,11 @@
{
- "description": "TheGloriousDuck's personal developer website",
- "repo": "https://github.com/TheGloriousDuck/thegloriousduck.github.io",
- "owner": {
- "username": "TheGloriousDuck",
- "email": "thegloriousduck@protonmail.com"
- },
- "record": {
- "CNAME": "thegloriousduck.github.io"
- }
+ "description": "TheGloriousDuck's personal developer website",
+ "repo": "https://github.com/TheGloriousDuck/thegloriousduck.github.io",
+ "owner": {
+ "username": "TheGloriousDuck",
+ "email": "thegloriousduck@protonmail.com"
+ },
+ "record": {
+ "CNAME": "thegloriousduck.github.io"
+ }
}
diff --git a/domains/theh2so4.json b/domains/theh2so4.json
index 6e0647b8c..b485aa5db 100644
--- a/domains/theh2so4.json
+++ b/domains/theh2so4.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "theh2so4",
"email": "theh2so4@protonmail.com"
- },
+ },
- "record": {
+ "record": {
"A": ["185.27.134.148"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/thehackerdude1083.json b/domains/thehackerdude1083.json
index d7cdb5a36..c97024a4d 100644
--- a/domains/thehackerdude1083.json
+++ b/domains/thehackerdude1083.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "TheHackerDude1083.github.io"
}
-}
+}
diff --git a/domains/thejus-m.json b/domains/thejus-m.json
index dc98660f8..9757db1f7 100644
--- a/domains/thejus-m.json
+++ b/domains/thejus-m.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Thejus-M",
- "email": "github@tigerraw22.anonaddy.com"
- },
- "record": {
- "CNAME": "urlit-production.up.railway.app"
- }
+ "owner": {
+ "username": "Thejus-M",
+ "email": "github@tigerraw22.anonaddy.com"
+ },
+ "record": {
+ "CNAME": "urlit-production.up.railway.app"
+ }
}
diff --git a/domains/themagicmush.json b/domains/themagicmush.json
index 271c99eca..367c6f555 100644
--- a/domains/themagicmush.json
+++ b/domains/themagicmush.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "Kobe523",
- "email": "kobeni523@gmail.com",
- "discord": "TheMagicMushoom#9999"
- },
- "record": {
- "URL": "https://its.themagicmush.repl.co/"
- }
+ "owner": {
+ "username": "Kobe523",
+ "email": "kobeni523@gmail.com",
+ "discord": "TheMagicMushoom#9999"
+ },
+ "record": {
+ "URL": "https://its.themagicmush.repl.co/"
+ }
}
diff --git a/domains/thepatik.json b/domains/thepatik.json
index 5625c2367..3b9f15351 100644
--- a/domains/thepatik.json
+++ b/domains/thepatik.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "patik123",
"email": "patik.developer@outlook.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "www.thepatik.com"
- }
}
-
+}
diff --git a/domains/thequackyduck.json b/domains/thequackyduck.json
index d483c0df8..fcc90af1a 100644
--- a/domains/thequackyduck.json
+++ b/domains/thequackyduck.json
@@ -1,11 +1,11 @@
{
- "description": "my portfolio",
- "repo": "https://github.com/thequackyduck/thequackyduck.github.io",
- "owner": {
- "username": "thequackyduck",
- "email": "zcodezt@gmail.com"
- },
- "record": {
- "CNAME": "thequackyduck.github.io"
- }
+ "description": "my portfolio",
+ "repo": "https://github.com/thequackyduck/thequackyduck.github.io",
+ "owner": {
+ "username": "thequackyduck",
+ "email": "zcodezt@gmail.com"
+ },
+ "record": {
+ "CNAME": "thequackyduck.github.io"
+ }
}
diff --git a/domains/theresonance.json b/domains/theresonance.json
index 1fbb2f1b3..88e97a685 100644
--- a/domains/theresonance.json
+++ b/domains/theresonance.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Maia313",
"email": "medeea@rocketmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "theresonance.com"
- }
}
-
+}
diff --git a/domains/therookiecoder.json b/domains/therookiecoder.json
index 3dec24550..8c1eed507 100644
--- a/domains/therookiecoder.json
+++ b/domains/therookiecoder.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "theRookieCoder",
- "email": "ileshkt@gmail.com",
- "discord": "theRookieCoder#1287"
- },
- "record": {
- "URL": "https://github.com/theRookieCoder"
- }
+ "owner": {
+ "username": "theRookieCoder",
+ "email": "ileshkt@gmail.com",
+ "discord": "theRookieCoder#1287"
+ },
+ "record": {
+ "URL": "https://github.com/theRookieCoder"
+ }
}
diff --git a/domains/thesct22.json b/domains/thesct22.json
index 8e8f03109..88467331b 100644
--- a/domains/thesct22.json
+++ b/domains/thesct22.json
@@ -1,11 +1,11 @@
{
- "description": "Social media website project",
- "repo": "https://github.com/thesct22",
- "owner": {
- "username": "thesct22",
- "email": "sharathct22@gmail.com"
- },
- "record": {
- "CNAME": "34.67.228.107.xip.io"
- }
+ "description": "Social media website project",
+ "repo": "https://github.com/thesct22",
+ "owner": {
+ "username": "thesct22",
+ "email": "sharathct22@gmail.com"
+ },
+ "record": {
+ "CNAME": "34.67.228.107.xip.io"
+ }
}
diff --git a/domains/thet3o.json b/domains/thet3o.json
index ba7ab32d7..de4ee7c07 100644
--- a/domains/thet3o.json
+++ b/domains/thet3o.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "thet3o",
"email": "thet3o@yahoo.com"
- },
+ },
- "record": {
+ "record": {
"MX": ["mx.mailtie.com"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/thewickedkarma.json b/domains/thewickedkarma.json
index 1ce2d2db2..8393fda7a 100644
--- a/domains/thewickedkarma.json
+++ b/domains/thewickedkarma.json
@@ -1,11 +1,11 @@
{
- "description": "thewickedkarma's portfolio",
- "repo": "https://github.com/thewickedkarma/thewickedkarma.github.io",
- "owner": {
- "username": "thewickedkarma",
- "email": "thewickedkarma@gmail.com"
- },
- "record": {
- "CNAME": "thewickedkarma.github.io"
- }
+ "description": "thewickedkarma's portfolio",
+ "repo": "https://github.com/thewickedkarma/thewickedkarma.github.io",
+ "owner": {
+ "username": "thewickedkarma",
+ "email": "thewickedkarma@gmail.com"
+ },
+ "record": {
+ "CNAME": "thewickedkarma.github.io"
+ }
}
diff --git a/domains/this.json b/domains/this.json
index e25494cd9..789c1a31f 100644
--- a/domains/this.json
+++ b/domains/this.json
@@ -1,11 +1,11 @@
{
- "description": "This, is a dev.",
- "owner": {
- "username": "DaInfLoop",
- "email": "backupharoongames100@gmail.com"
- },
- "record": {
- "URL": "https://haroon.repl.co"
- },
- "extra-info": "I understand if this doesn't get merged, it was just a funny joke me and my friend made because the subdomain wasn't taken."
+ "description": "This, is a dev.",
+ "owner": {
+ "username": "DaInfLoop",
+ "email": "backupharoongames100@gmail.com"
+ },
+ "record": {
+ "URL": "https://haroon.repl.co"
+ },
+ "extra-info": "I understand if this doesn't get merged, it was just a funny joke me and my friend made because the subdomain wasn't taken."
}
diff --git a/domains/thomas-shelby.json b/domains/thomas-shelby.json
index d27c39eea..5df0062b1 100644
--- a/domains/thomas-shelby.json
+++ b/domains/thomas-shelby.json
@@ -1,12 +1,12 @@
{
- "description": "Portfolio",
- "repo": "https://github.com/prbhanu/prbhanu.github.io",
- "owner": {
- "username": "prbhanu",
- "email": "prbhanu1718@gmil.com",
- "twitter": "prreddy05413731"
- },
- "record": {
- "CNAME": "prbhanu.github.io"
- }
+ "description": "Portfolio",
+ "repo": "https://github.com/prbhanu/prbhanu.github.io",
+ "owner": {
+ "username": "prbhanu",
+ "email": "prbhanu1718@gmil.com",
+ "twitter": "prreddy05413731"
+ },
+ "record": {
+ "CNAME": "prbhanu.github.io"
+ }
}
diff --git a/domains/thomas.json b/domains/thomas.json
index 28cefa250..559ac1136 100644
--- a/domains/thomas.json
+++ b/domains/thomas.json
@@ -1,12 +1,12 @@
{
- "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",
- "twitter": "thomasvergne_"
- },
- "record": {
- "CNAME": "thomasvergne.github.io"
- }
+ "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",
+ "twitter": "thomasvergne_"
+ },
+ "record": {
+ "CNAME": "thomasvergne.github.io"
+ }
}
diff --git a/domains/thomasc.json b/domains/thomasc.json
index 0ad0adbd4..e318a9512 100644
--- a/domains/thomasc.json
+++ b/domains/thomasc.json
@@ -2,10 +2,10 @@
"description": "Hopefully Thomas Croft's is-a.dev site",
"repo": "https://github.com/thomascf/thomascf.github.io",
"owner": {
- "username": "thomascf",
- "email": "thomas.croft@pm.me"
+ "username": "thomascf",
+ "email": "thomas.croft@pm.me"
},
"record": {
- "CNAME": "thomascf.github.io"
+ "CNAME": "thomascf.github.io"
}
- }
\ No newline at end of file
+}
diff --git a/domains/thomasfrost.json b/domains/thomasfrost.json
index 58ecfe7d2..90e516295 100644
--- a/domains/thomasfrost.json
+++ b/domains/thomasfrost.json
@@ -1,9 +1,9 @@
- {
- "owner": {
+{
+ "owner": {
"username": "frosttho",
"email": "thomas@ksg-media.de"
- },
- "record": {
+ },
+ "record": {
"A": ["167.71.34.179"]
- }
}
+}
diff --git a/domains/thorgathis.json b/domains/thorgathis.json
index 4680880de..00334985a 100644
--- a/domains/thorgathis.json
+++ b/domains/thorgathis.json
@@ -1,11 +1,11 @@
{
- "description": "Thorgathis website",
- "repo": "https://github.com/Thorgathis/thorgathis.github.io",
- "owner": {
- "username": "Thorgathis",
- "email": "thorgathis.dev@gmail.com"
- },
- "record": {
- "CNAME": "thorgathis.github.io"
- }
+ "description": "Thorgathis website",
+ "repo": "https://github.com/Thorgathis/thorgathis.github.io",
+ "owner": {
+ "username": "Thorgathis",
+ "email": "thorgathis.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "thorgathis.github.io"
+ }
}
diff --git a/domains/tiantcl.json b/domains/tiantcl.json
index 9c66dd642..7a38e0a7e 100644
--- a/domains/tiantcl.json
+++ b/domains/tiantcl.json
@@ -1,11 +1,11 @@
-{
- "description": "TianTcl's profile",
- "repo": "https://github.com/TianTcl/TianTcl",
- "owner": {
- "username": "TianTcl",
- "email": "tclwebguest@gmail.com"
- }, "record": {
- "CNAME": "info.tiantcl.net"
-
- }
-}
\ No newline at end of file
+{
+ "description": "TianTcl's profile",
+ "repo": "https://github.com/TianTcl/TianTcl",
+ "owner": {
+ "username": "TianTcl",
+ "email": "tclwebguest@gmail.com"
+ },
+ "record": {
+ "CNAME": "info.tiantcl.net"
+ }
+}
diff --git a/domains/tibebe.json b/domains/tibebe.json
index 87a1843e2..ebe566d42 100644
--- a/domains/tibebe.json
+++ b/domains/tibebe.json
@@ -1,11 +1,11 @@
{
- "description": "Tibebe is a dev",
- "repo": "https://github.com/TibebeJS/tibebejs.github.io",
- "owner": {
- "username": "TibebeJs",
- "email": "tibebes.js@gmail.com"
- },
- "record": {
- "CNAME": "tibebejs.github.io"
- }
+ "description": "Tibebe is a dev",
+ "repo": "https://github.com/TibebeJS/tibebejs.github.io",
+ "owner": {
+ "username": "TibebeJs",
+ "email": "tibebes.js@gmail.com"
+ },
+ "record": {
+ "CNAME": "tibebejs.github.io"
+ }
}
diff --git a/domains/tigerbyte.json b/domains/tigerbyte.json
index d4668d8a3..78232c6aa 100644
--- a/domains/tigerbyte.json
+++ b/domains/tigerbyte.json
@@ -1,11 +1,11 @@
{
- "description": "Add some description",
- "repo": "https://github.com/TigerbyteDev",
- "owner": {
- "username": "TigerbyteDev",
- "email": "tigerbytedev@gmail.com"
- },
- "record": {
- "URL": "https://www.tigerbyte.dev"
- }
+ "description": "Add some description",
+ "repo": "https://github.com/TigerbyteDev",
+ "owner": {
+ "username": "TigerbyteDev",
+ "email": "tigerbytedev@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.tigerbyte.dev"
+ }
}
diff --git a/domains/tilak.json b/domains/tilak.json
index f3b8ca7f6..08b2b23f7 100644
--- a/domains/tilak.json
+++ b/domains/tilak.json
@@ -1,11 +1,11 @@
{
- "description": "Tilak's personal developer website",
- "repo": "https://github.com/Perry-xD/Perry-xD.github.io",
- "owner": {
- "username": "Perry-xD",
- "email": "heyahelloji@gmail.com"
- },
- "record": {
- "CNAME": "Perry-xD.github.io"
- }
+ "description": "Tilak's personal developer website",
+ "repo": "https://github.com/Perry-xD/Perry-xD.github.io",
+ "owner": {
+ "username": "Perry-xD",
+ "email": "heyahelloji@gmail.com"
+ },
+ "record": {
+ "CNAME": "Perry-xD.github.io"
+ }
}
diff --git a/domains/tim-q.json b/domains/tim-q.json
index d489e8381..73c8fd2a4 100644
--- a/domains/tim-q.json
+++ b/domains/tim-q.json
@@ -1,11 +1,11 @@
{
- "description": "My personal portfolio",
- "owner": {
- "username": "tim-it-ger",
- "email": "contact@tim-q.de",
- "discord": "Vatic#0920"
- },
- "record": {
- "CNAME": "tim-q.de"
- }
+ "description": "My personal portfolio",
+ "owner": {
+ "username": "tim-it-ger",
+ "email": "contact@tim-q.de",
+ "discord": "Vatic#0920"
+ },
+ "record": {
+ "CNAME": "tim-q.de"
+ }
}
diff --git a/domains/tim.json b/domains/tim.json
index a0eb45dbb..b1f0389c1 100644
--- a/domains/tim.json
+++ b/domains/tim.json
@@ -1,11 +1,11 @@
{
- "description": "Tim is a Dev",
- "owner": {
- "username": "xorob0",
- "email": "xorob0@toum"
- },
- "repo": "https://github.com/xorob0/register",
- "record": {
- "CNAME": "toum.me"
- }
+ "description": "Tim is a Dev",
+ "owner": {
+ "username": "xorob0",
+ "email": "xorob0@toum"
+ },
+ "repo": "https://github.com/xorob0/register",
+ "record": {
+ "CNAME": "toum.me"
+ }
}
diff --git a/domains/tim232.json b/domains/tim232.json
index fc72b8840..df7d13527 100644
--- a/domains/tim232.json
+++ b/domains/tim232.json
@@ -1,12 +1,12 @@
{
- "description": "A Site for Me",
- "repo": "https://github.com/EndBot4023/endbot4023.github.io",
- "owner": {
- "username": "endbot4023",
- "email": "endbot4023@gmail.com",
- "twitter": "joonseongi"
- },
- "record": {
- "CNAME": "endbot4023.github.io"
- }
+ "description": "A Site for Me",
+ "repo": "https://github.com/EndBot4023/endbot4023.github.io",
+ "owner": {
+ "username": "endbot4023",
+ "email": "endbot4023@gmail.com",
+ "twitter": "joonseongi"
+ },
+ "record": {
+ "CNAME": "endbot4023.github.io"
+ }
}
diff --git a/domains/timka.json b/domains/timka.json
index 65032befa..758922f27 100644
--- a/domains/timka.json
+++ b/domains/timka.json
@@ -1,12 +1,11 @@
{
- "description": "timka.space",
- "repo": "https://github.com/timka-123/timka-123.github.io",
- "owner": {
- "username": "Timur",
- "email": "vakzn@yandex.ru"
- },
- "record": {
- "CNAME": "timka.space"
- }
+ "description": "timka.space",
+ "repo": "https://github.com/timka-123/timka-123.github.io",
+ "owner": {
+ "username": "Timur",
+ "email": "vakzn@yandex.ru"
+ },
+ "record": {
+ "CNAME": "timka.space"
+ }
}
-
diff --git a/domains/timotheelefebvre.json b/domains/timotheelefebvre.json
index 5a26e08be..12839d439 100644
--- a/domains/timotheelefebvre.json
+++ b/domains/timotheelefebvre.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "zkimi",
"email": "timothee.lefebvre@edu.esiee.fr"
- },
- "record": {
+ },
+ "record": {
"URL": "https://timotheelefebvre.fr"
- }
}
-
+}
diff --git a/domains/timothynn.json b/domains/timothynn.json
index ee437d5de..2d12b0138 100644
--- a/domains/timothynn.json
+++ b/domains/timothynn.json
@@ -9,5 +9,4 @@
"record": {
"CNAME": "timothynn.github.io"
}
-}
-
+}
diff --git a/domains/tisch.json b/domains/tisch.json
index 3cf635acd..729de9526 100644
--- a/domains/tisch.json
+++ b/domains/tisch.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Small-talking",
"email": "schreiber.robin@icloud.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "isadev.pages.dev"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/tiuri.json b/domains/tiuri.json
index bf95c80a5..5879ab145 100644
--- a/domains/tiuri.json
+++ b/domains/tiuri.json
@@ -1,12 +1,11 @@
{
- "description": "because im an dev",
- "repo": "https://github.com/ituir",
- "owner": {
- "username": "ituir",
- "email": "tiuri@server.tiuri.be"
- },
- "record": {
- "A": [
- "212.227.129.140"
- ]}
+ "description": "because im an dev",
+ "repo": "https://github.com/ituir",
+ "owner": {
+ "username": "ituir",
+ "email": "tiuri@server.tiuri.be"
+ },
+ "record": {
+ "A": ["212.227.129.140"]
+ }
}
diff --git a/domains/tjr.json b/domains/tjr.json
index 9e6affbad..4b4a6010c 100644
--- a/domains/tjr.json
+++ b/domains/tjr.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "tjrgg",
- "email": "hello@tjrgg.co"
- },
- "record": {
- "URL": "https://tjrgg.co"
- }
+ "owner": {
+ "username": "tjrgg",
+ "email": "hello@tjrgg.co"
+ },
+ "record": {
+ "URL": "https://tjrgg.co"
+ }
}
diff --git a/domains/tjrgg.json b/domains/tjrgg.json
index 9e6affbad..4b4a6010c 100644
--- a/domains/tjrgg.json
+++ b/domains/tjrgg.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "tjrgg",
- "email": "hello@tjrgg.co"
- },
- "record": {
- "URL": "https://tjrgg.co"
- }
+ "owner": {
+ "username": "tjrgg",
+ "email": "hello@tjrgg.co"
+ },
+ "record": {
+ "URL": "https://tjrgg.co"
+ }
}
diff --git a/domains/tmozki.json b/domains/tmozki.json
index 72066f074..168b1cca2 100644
--- a/domains/tmozki.json
+++ b/domains/tmozki.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Tomozki",
- "email": "Tomozki@animekun.in"
- },
- "record": {
- "URL": "https://github.com/Tomozki"
- }
+ "owner": {
+ "username": "Tomozki",
+ "email": "Tomozki@animekun.in"
+ },
+ "record": {
+ "URL": "https://github.com/Tomozki"
+ }
}
diff --git a/domains/tnt.json b/domains/tnt.json
index 623cc1894..0bf7b8806 100644
--- a/domains/tnt.json
+++ b/domains/tnt.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "TurquoiseTNT",
"email": "turquoisetntmultimedia@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "turquoisetntgithubio-production-790d.up.railway.app"
- }
}
-
+}
diff --git a/domains/toan.json b/domains/toan.json
index bf17a4427..154345f91 100644
--- a/domains/toan.json
+++ b/domains/toan.json
@@ -1,11 +1,11 @@
{
- "description": "Hashnode Blog",
- "repo": "https://github.com/ductoanvo",
- "owner": {
- "username": "ductoanvo",
- "email": "toan@duck.com"
- },
- "record": {
- "CNAME": "hashnode.network"
- }
+ "description": "Hashnode Blog",
+ "repo": "https://github.com/ductoanvo",
+ "owner": {
+ "username": "ductoanvo",
+ "email": "toan@duck.com"
+ },
+ "record": {
+ "CNAME": "hashnode.network"
+ }
}
diff --git a/domains/toastersticks.json b/domains/toastersticks.json
index 08011c15b..35f67fb89 100644
--- a/domains/toastersticks.json
+++ b/domains/toastersticks.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "ToasterSticks",
"email": "matt.zhao.18@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "border.hop.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/tobey.json b/domains/tobey.json
index cae03e4e3..12354712f 100644
--- a/domains/tobey.json
+++ b/domains/tobey.json
@@ -1,11 +1,11 @@
{
- "description": "Tobey is a dev",
- "repo": "https://github.com/yebot",
- "owner": {
- "username": "yebot",
- "email": "tobeyforsman@gmail.com"
- },
- "record": {
- "URL": "https://twitter.com/TobeyForsman"
- }
-}
\ No newline at end of file
+ "description": "Tobey is a dev",
+ "repo": "https://github.com/yebot",
+ "owner": {
+ "username": "yebot",
+ "email": "tobeyforsman@gmail.com"
+ },
+ "record": {
+ "URL": "https://twitter.com/TobeyForsman"
+ }
+}
diff --git a/domains/todo.json b/domains/todo.json
index bd95f7c73..08dd37752 100644
--- a/domains/todo.json
+++ b/domains/todo.json
@@ -1,11 +1,11 @@
{
- "description": "api for my bot",
- "repo": "https://github.com/brawlie/todo",
- "owner": {
- "username": "brawlie",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "ea156b14-963b-49f8-9d6e-f3fff240029c.repl.co"
- }
+ "description": "api for my bot",
+ "repo": "https://github.com/brawlie/todo",
+ "owner": {
+ "username": "brawlie",
+ "email": "tojoeleeofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "ea156b14-963b-49f8-9d6e-f3fff240029c.repl.co"
+ }
}
diff --git a/domains/tokisaki.json b/domains/tokisaki.json
index 6e5551449..cf8601fee 100644
--- a/domains/tokisaki.json
+++ b/domains/tokisaki.json
@@ -1,11 +1,11 @@
{
- "description": "Enterprise ID Website",
- "repo": "https://github.com/Enterprise-ID",
- "owner": {
- "username": "enterpriseid",
- "email": "enterprise.id13@gmail.com"
- },
- "record": {
- "CNAME": "tokisaki.xyz"
- }
+ "description": "Enterprise ID Website",
+ "repo": "https://github.com/Enterprise-ID",
+ "owner": {
+ "username": "enterpriseid",
+ "email": "enterprise.id13@gmail.com"
+ },
+ "record": {
+ "CNAME": "tokisaki.xyz"
+ }
}
diff --git a/domains/tokyo.json b/domains/tokyo.json
index 08c5b8be1..dbaeb9217 100644
--- a/domains/tokyo.json
+++ b/domains/tokyo.json
@@ -1,11 +1,11 @@
{
- "description": "A-Tokyo's website",
- "repo": "https://github.com/a-tokyo/tokyo",
- "owner": {
- "username": "a-tokyo",
- "email": "ahmed.tokyo1@gmail.com"
- },
- "record": {
- "CNAME": "a-tokyo.github.io"
- }
+ "description": "A-Tokyo's website",
+ "repo": "https://github.com/a-tokyo/tokyo",
+ "owner": {
+ "username": "a-tokyo",
+ "email": "ahmed.tokyo1@gmail.com"
+ },
+ "record": {
+ "CNAME": "a-tokyo.github.io"
+ }
}
diff --git a/domains/tolis.json b/domains/tolis.json
index bd18a8cc6..77f66aabc 100644
--- a/domains/tolis.json
+++ b/domains/tolis.json
@@ -1,10 +1,10 @@
{
- "description": "TolisDev Blog",
- "owner": {
- "username": "tolisdev",
- "email": "tolis@tolis.tech"
- },
- "record": {
- "CNAME": "vienna.ns.govello.net"
- }
+ "description": "TolisDev Blog",
+ "owner": {
+ "username": "tolisdev",
+ "email": "tolis@tolis.tech"
+ },
+ "record": {
+ "CNAME": "vienna.ns.govello.net"
+ }
}
diff --git a/domains/tom.json b/domains/tom.json
index f97d865bb..e42658bad 100644
--- a/domains/tom.json
+++ b/domains/tom.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "tommitchelmore",
- "email": "tommitchelmore@outlook.com"
- },
- "repo": "https://github.com/tommitchelmore",
- "record": {
- "URL": "https://github.com/tommitchelmore"
- }
+ "owner": {
+ "username": "tommitchelmore",
+ "email": "tommitchelmore@outlook.com"
+ },
+ "repo": "https://github.com/tommitchelmore",
+ "record": {
+ "URL": "https://github.com/tommitchelmore"
+ }
}
diff --git a/domains/tomas.json b/domains/tomas.json
index 5dd6caeb0..b14ef1090 100644
--- a/domains/tomas.json
+++ b/domains/tomas.json
@@ -1,10 +1,10 @@
{
- "description": "Tomas's personal developer website",
- "owner": {
- "username": "Tomas Ukrinas",
- "email": "tomas@ukrinas.eu"
- },
- "record": {
- "CNAME": "ukrinas.eu"
- }
+ "description": "Tomas's personal developer website",
+ "owner": {
+ "username": "Tomas Ukrinas",
+ "email": "tomas@ukrinas.eu"
+ },
+ "record": {
+ "CNAME": "ukrinas.eu"
+ }
}
diff --git a/domains/tomcollis.json b/domains/tomcollis.json
index 1687a82ce..a79eeb1be 100644
--- a/domains/tomcollis.json
+++ b/domains/tomcollis.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "tomcollis",
"email": "tomuky2k@msn.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://github.com/tomcollis"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/tomdavid.json b/domains/tomdavid.json
index 9d507888d..321ee0d95 100644
--- a/domains/tomdavid.json
+++ b/domains/tomdavid.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "tomasdav9",
"email": "tomasdav9@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "gatsbyportfolio23972.gatsbyjs.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/tong.json b/domains/tong.json
index 62a6aec8c..481e507f9 100644
--- a/domains/tong.json
+++ b/domains/tong.json
@@ -2,10 +2,10 @@
"description": "Tong's website",
"repo": "https://github.com/away0x/away0x",
"owner": {
- "username": "tongwu",
- "email": "away0x@gmail.com"
+ "username": "tongwu",
+ "email": "away0x@gmail.com"
},
"record": {
- "CNAME": "away0x.github.io"
+ "CNAME": "away0x.github.io"
}
- }
\ No newline at end of file
+}
diff --git a/domains/tonycolston.json b/domains/tonycolston.json
index 3e3a51696..43cee1708 100644
--- a/domains/tonycolston.json
+++ b/domains/tonycolston.json
@@ -1,11 +1,11 @@
{
- "description": "Tony Colston's site",
- "repo": "https://github.com/tonetheman",
- "owner": {
- "username": "tonetheman",
- "email": "tonetheman@gmail.com"
- },
- "record": {
- "CNAME": "tonycolston.com"
- }
+ "description": "Tony Colston's site",
+ "repo": "https://github.com/tonetheman",
+ "owner": {
+ "username": "tonetheman",
+ "email": "tonetheman@gmail.com"
+ },
+ "record": {
+ "CNAME": "tonycolston.com"
+ }
}
diff --git a/domains/tonywu.json b/domains/tonywu.json
index 3e8b6eafe..b1651f71d 100644
--- a/domains/tonywu.json
+++ b/domains/tonywu.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "vuquangthinh",
- "email": "quangthinh.dev@gmail.com"
- },
- "record": {
- "CNAME": "vuquangthinh.github.io"
- }
+ "owner": {
+ "username": "vuquangthinh",
+ "email": "quangthinh.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "vuquangthinh.github.io"
+ }
}
diff --git a/domains/too-obvious-that.maskduck.json b/domains/too-obvious-that.maskduck.json
index 9d6673904..6087a72da 100644
--- a/domains/too-obvious-that.maskduck.json
+++ b/domains/too-obvious-that.maskduck.json
@@ -1,14 +1,14 @@
{
- "owner": {
- "username": "MaskDuck",
- "email": "",
- "discord": "MaskDuck#1337",
- "twitter": "MaskDuck1",
- "reddit": "u/maskduck",
- "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
- },
- "record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "owner": {
+ "username": "MaskDuck",
+ "email": "",
+ "discord": "MaskDuck#1337",
+ "twitter": "MaskDuck1",
+ "reddit": "u/maskduck",
+ "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
+ },
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/toster.json b/domains/toster.json
index c8b4f3c38..f3a2912f5 100644
--- a/domains/toster.json
+++ b/domains/toster.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Rafau04",
- "email": "matiz.rafal@gmail.com"
- },
- "record": {
- "CNAME": "Rafau04.github.io"
- }
+ "owner": {
+ "username": "Rafau04",
+ "email": "matiz.rafal@gmail.com"
+ },
+ "record": {
+ "CNAME": "Rafau04.github.io"
+ }
}
diff --git a/domains/tovade.json b/domains/tovade.json
index b260d10ed..d4299693d 100644
--- a/domains/tovade.json
+++ b/domains/tovade.json
@@ -1,11 +1,11 @@
{
- "description": "My personal portfolio",
- "repo": "https://github.com/tovade",
- "owner": {
- "username": "tovade",
- "email": "support@tovade.ml"
- },
- "record": {
- "CNAME": "tovade.ml"
- }
+ "description": "My personal portfolio",
+ "repo": "https://github.com/tovade",
+ "owner": {
+ "username": "tovade",
+ "email": "support@tovade.ml"
+ },
+ "record": {
+ "CNAME": "tovade.ml"
+ }
}
diff --git a/domains/toxocious.json b/domains/toxocious.json
index e18748c91..d0b8be6ad 100644
--- a/domains/toxocious.json
+++ b/domains/toxocious.json
@@ -1,12 +1,12 @@
{
- "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",
- "discord": "Jess#5596"
- },
- "record": {
- "CNAME": "toxocious.github.io"
- }
+ "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",
+ "discord": "Jess#5596"
+ },
+ "record": {
+ "CNAME": "toxocious.github.io"
+ }
}
diff --git a/domains/tracker-brawley.json b/domains/tracker-brawley.json
index 28dedf36a..abd5f57a8 100644
--- a/domains/tracker-brawley.json
+++ b/domains/tracker-brawley.json
@@ -1,11 +1,11 @@
{
- "description": "a website for my biotapi",
- "repo": "https://github.com/brawlie/todo",
- "owner": {
- "username": "brawlie",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "aa1b3bae-e49b-4efd-8c55-28719da5f58c.repl.co"
- }
+ "description": "a website for my biotapi",
+ "repo": "https://github.com/brawlie/todo",
+ "owner": {
+ "username": "brawlie",
+ "email": "tojoeleeofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "aa1b3bae-e49b-4efd-8c55-28719da5f58c.repl.co"
+ }
}
diff --git a/domains/tracking.sonet.json b/domains/tracking.sonet.json
index 1481c566a..a44260ae1 100644
--- a/domains/tracking.sonet.json
+++ b/domains/tracking.sonet.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "CoderSoNet",
- "email": "support@sonet.is-a.dev",
- "twitter": "ShanuUniyal_On",
- "discord": "781127625263415326"
- },
- "record": {
- "CNAME": "api.elasticemail.com"
- }
+ "owner": {
+ "username": "CoderSoNet",
+ "email": "support@sonet.is-a.dev",
+ "twitter": "ShanuUniyal_On",
+ "discord": "781127625263415326"
+ },
+ "record": {
+ "CNAME": "api.elasticemail.com"
+ }
}
diff --git a/domains/trapdev.json b/domains/trapdev.json
index 41e85c6ed..c0419b598 100644
--- a/domains/trapdev.json
+++ b/domains/trapdev.json
@@ -1,11 +1,11 @@
{
- "description": "Add some description",
- "repo": "https://github.com/voidx999/trapdevweb",
- "owner": {
- "username": "voidx999",
- "email": "vodlsreal@gmail.com"
- },
- "record": {
- "CNAME": "451189ea-5d97-4b3c-9ff1-874973386ae1.id.repl.co"
- }
+ "description": "Add some description",
+ "repo": "https://github.com/voidx999/trapdevweb",
+ "owner": {
+ "username": "voidx999",
+ "email": "vodlsreal@gmail.com"
+ },
+ "record": {
+ "CNAME": "451189ea-5d97-4b3c-9ff1-874973386ae1.id.repl.co"
+ }
}
diff --git a/domains/trauma.json b/domains/trauma.json
index a9eeb9282..1ef600d4b 100644
--- a/domains/trauma.json
+++ b/domains/trauma.json
@@ -1,12 +1,12 @@
{
- "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",
- "twitter": "q1a67"
- },
- "record": {
- "CNAME": "iitrauma.github.io"
- }
+ "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",
+ "twitter": "q1a67"
+ },
+ "record": {
+ "CNAME": "iitrauma.github.io"
+ }
}
diff --git a/domains/tricked.json b/domains/tricked.json
index 4197bb309..226d0858c 100644
--- a/domains/tricked.json
+++ b/domains/tricked.json
@@ -1,11 +1,11 @@
{
- "description": "Tricked is a Dev",
- "repo": "https://github.com/SkyBlockDev/skyblockdev.github.io",
- "owner": {
- "username": "skyblockdev",
- "email": "trickedcodes@tutanota.com"
- },
- "record": {
- "URL": "https://tricked.netlify.app"
- }
+ "description": "Tricked is a Dev",
+ "repo": "https://github.com/SkyBlockDev/skyblockdev.github.io",
+ "owner": {
+ "username": "skyblockdev",
+ "email": "trickedcodes@tutanota.com"
+ },
+ "record": {
+ "URL": "https://tricked.netlify.app"
+ }
}
diff --git a/domains/tristan.json b/domains/tristan.json
index 44416c51b..76caf34c7 100644
--- a/domains/tristan.json
+++ b/domains/tristan.json
@@ -1,11 +1,11 @@
{
- "description": "Tristans personal Website",
- "repo": "https://github.com/holymarcell",
- "owner": {
- "username": "holymarcell",
- "email": "is-a.dev@holy-mail.de"
- },
- "record": {
- "URL": "https://holy-mail.de"
- }
+ "description": "Tristans personal Website",
+ "repo": "https://github.com/holymarcell",
+ "owner": {
+ "username": "holymarcell",
+ "email": "is-a.dev@holy-mail.de"
+ },
+ "record": {
+ "URL": "https://holy-mail.de"
+ }
}
diff --git a/domains/trug.json b/domains/trug.json
index 3b308c600..91ce12c59 100644
--- a/domains/trug.json
+++ b/domains/trug.json
@@ -1,11 +1,11 @@
{
- "description": "Hello",
- "repo": "https://github.com/vietrux/main",
- "owner": {
- "username": "vietrux",
- "email": "leviettrung.social@gmail.com"
- },
- "record": {
- "CNAME": "vietrux.github.io"
- }
+ "description": "Hello",
+ "repo": "https://github.com/vietrux/main",
+ "owner": {
+ "username": "vietrux",
+ "email": "leviettrung.social@gmail.com"
+ },
+ "record": {
+ "CNAME": "vietrux.github.io"
+ }
}
diff --git a/domains/tsognyam.json b/domains/tsognyam.json
index 09b3bc4c9..d50fefaac 100644
--- a/domains/tsognyam.json
+++ b/domains/tsognyam.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "tsognyam.github.io"
}
-}
\ No newline at end of file
+}
diff --git a/domains/tsull360.json b/domains/tsull360.json
index 8504bda7a..8aafa46be 100644
--- a/domains/tsull360.json
+++ b/domains/tsull360.json
@@ -1,11 +1,11 @@
{
- "description": "Tim's personal website",
- "repo": "https://github.com/tsull360/tsull360.github.io",
- "owner": {
- "username": "tsull360",
- "email": "tsull360@outlook.com"
- },
- "record": {
- "CNAME": "tsull360.github.io"
- }
+ "description": "Tim's personal website",
+ "repo": "https://github.com/tsull360/tsull360.github.io",
+ "owner": {
+ "username": "tsull360",
+ "email": "tsull360@outlook.com"
+ },
+ "record": {
+ "CNAME": "tsull360.github.io"
+ }
}
diff --git a/domains/tudbut.json b/domains/tudbut.json
index e2cc2049f..55bcf1308 100644
--- a/domains/tudbut.json
+++ b/domains/tudbut.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "TudbuT",
"email": "is-a-dev-public@mail.tudbut.de",
"discord": "TudbuT#2624"
- },
- "record": {
+ },
+ "record": {
"CNAME": "tudbut.de"
- }
}
-
+}
diff --git a/domains/tukimi.json b/domains/tukimi.json
index 8ccc1d738..1af1d1348 100644
--- a/domains/tukimi.json
+++ b/domains/tukimi.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "kr-tukimi",
- "email": "",
- "twitter": "kr_tukimi"
- },
- "record": {
- "URL": "https://tuki.dev"
- }
+ "owner": {
+ "username": "kr-tukimi",
+ "email": "",
+ "twitter": "kr_tukimi"
+ },
+ "record": {
+ "URL": "https://tuki.dev"
+ }
}
diff --git a/domains/tungtran.json b/domains/tungtran.json
index fb5eb2945..7338e06fb 100644
--- a/domains/tungtran.json
+++ b/domains/tungtran.json
@@ -1,12 +1,12 @@
{
- "description": "tungtran's resume",
- "repo": "https://github.com/tunganhtran/tunganhtran.github.io",
- "owner": {
- "username": "tunganhtran",
- "email": "tunganhtran94@gmail.com"
- },
+ "description": "tungtran's resume",
+ "repo": "https://github.com/tunganhtran/tunganhtran.github.io",
+ "owner": {
+ "username": "tunganhtran",
+ "email": "tunganhtran94@gmail.com"
+ },
- "record": {
- "CNAME": "tunganhtran.github.io"
- }
+ "record": {
+ "CNAME": "tunganhtran.github.io"
+ }
}
diff --git a/domains/tushar.json b/domains/tushar.json
index d07cc8eb5..2ec9954be 100644
--- a/domains/tushar.json
+++ b/domains/tushar.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "tusharvikky",
"email": "tusharvikky@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://blog.tushardeo.com"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/tushardeo.json b/domains/tushardeo.json
index d07cc8eb5..2ec9954be 100644
--- a/domains/tushardeo.json
+++ b/domains/tushardeo.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "tusharvikky",
"email": "tusharvikky@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://blog.tushardeo.com"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/tyler.json b/domains/tyler.json
index a8477da18..f67068490 100644
--- a/domains/tyler.json
+++ b/domains/tyler.json
@@ -1,11 +1,11 @@
{
- "description": "Tyler McCarthy is a Developer!",
- "repo": "https://github.com/tmccarthyj",
- "owner": {
- "username": "tmccarthyj",
- "email": "tyler@tjm.dev"
- },
- "record": {
- "CNAME": "tjm.dev"
- }
+ "description": "Tyler McCarthy is a Developer!",
+ "repo": "https://github.com/tmccarthyj",
+ "owner": {
+ "username": "tmccarthyj",
+ "email": "tyler@tjm.dev"
+ },
+ "record": {
+ "CNAME": "tjm.dev"
+ }
}
diff --git a/domains/tyman.json b/domains/tyman.json
index 3cf33620d..08c0a3dbe 100644
--- a/domains/tyman.json
+++ b/domains/tyman.json
@@ -1,12 +1,12 @@
{
- "description": "Tyman's personal developer website",
- "repo": "https://github.com/TymanWasTaken/tyman.tech",
- "owner": {
- "username": "TymanWasTaken",
- "email": "",
- "discord": "Tyman#7318"
- },
- "record": {
- "CNAME": "tyman.tech"
- }
+ "description": "Tyman's personal developer website",
+ "repo": "https://github.com/TymanWasTaken/tyman.tech",
+ "owner": {
+ "username": "TymanWasTaken",
+ "email": "",
+ "discord": "Tyman#7318"
+ },
+ "record": {
+ "CNAME": "tyman.tech"
+ }
}
diff --git a/domains/typed.json b/domains/typed.json
index c4f4bc5b1..25b3f0416 100644
--- a/domains/typed.json
+++ b/domains/typed.json
@@ -1,11 +1,10 @@
- {
- "owner": {
+{
+ "owner": {
"username": "TYP3D",
"email": "typedmod2@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "typedonline.github.io"
- }
}
-
+}
diff --git a/domains/udaya.json b/domains/udaya.json
index 1d53090c8..e20c7f5d1 100644
--- a/domains/udaya.json
+++ b/domains/udaya.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "udaya28",
- "email": "udaya28vivek31@gmail.com"
- },
- "record": {
- "URL": "https://mudaya.web.app"
- }
+ "owner": {
+ "username": "udaya28",
+ "email": "udaya28vivek31@gmail.com"
+ },
+ "record": {
+ "URL": "https://mudaya.web.app"
+ }
}
diff --git a/domains/ultimatemedia.json b/domains/ultimatemedia.json
index 4f1d287f0..12cc3c992 100644
--- a/domains/ultimatemedia.json
+++ b/domains/ultimatemedia.json
@@ -1,21 +1,18 @@
{
- "description": "The Ultimate Media official website",
- "repo": "https://github.com/ultimatemediaorg/ultimatemediaorg.github.io",
- "owner": {
- "username": "ultimatemediaorg",
- "email": "coreyw.ultimatemedia@gmail.com"
- },
- "record": {
- "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"
- }
+ "description": "The Ultimate Media official website",
+ "repo": "https://github.com/ultimatemediaorg/ultimatemediaorg.github.io",
+ "owner": {
+ "username": "ultimatemediaorg",
+ "email": "coreyw.ultimatemedia@gmail.com"
+ },
+ "record": {
+ "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/unichord.json b/domains/unichord.json
index b1c380622..89f841fbd 100644
--- a/domains/unichord.json
+++ b/domains/unichord.json
@@ -1,11 +1,11 @@
{
- "description": "Unichord Apps website",
- "repo": "https://github.com/unichord-apps/unichord-apps.github.io",
- "owner": {
- "username": "unichord-apps",
- "email": "unichord@pm.me"
- },
- "record": {
- "CNAME": "unichord-apps.github.io"
- }
+ "description": "Unichord Apps website",
+ "repo": "https://github.com/unichord-apps/unichord-apps.github.io",
+ "owner": {
+ "username": "unichord-apps",
+ "email": "unichord@pm.me"
+ },
+ "record": {
+ "CNAME": "unichord-apps.github.io"
+ }
}
diff --git a/domains/uniclicker2.m1dnight.json b/domains/uniclicker2.m1dnight.json
index 0cbbd1b72..3e04b8dd0 100644
--- a/domains/uniclicker2.m1dnight.json
+++ b/domains/uniclicker2.m1dnight.json
@@ -1,11 +1,11 @@
{
- "description": "UniClicker2 Based in JS",
- "repo": "https://UniClicker-2-Webveiw-Edition.m1dnightdev.repl.co",
- "owner": {
- "username": "M1dnight",
- "email": "m1dnightgmrofficial@gmail.com"
- },
- "record": {
- "CNAME": "2b82bbc0-2fa0-40ac-89fe-530e73b20c0b.id.repl.co"
- }
+ "description": "UniClicker2 Based in JS",
+ "repo": "https://UniClicker-2-Webveiw-Edition.m1dnightdev.repl.co",
+ "owner": {
+ "username": "M1dnight",
+ "email": "m1dnightgmrofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "2b82bbc0-2fa0-40ac-89fe-530e73b20c0b.id.repl.co"
+ }
}
diff --git a/domains/unidentifiedx.json b/domains/unidentifiedx.json
index bfd489104..c5ba7e77e 100644
--- a/domains/unidentifiedx.json
+++ b/domains/unidentifiedx.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "UnidentifiedX",
"email": "sunzizhuo33@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "unidentifiedx.github.io"
- }
}
-
+}
diff --git a/domains/unknown-user2.json b/domains/unknown-user2.json
index 4e6a704c1..54a3eb5a9 100644
--- a/domains/unknown-user2.json
+++ b/domains/unknown-user2.json
@@ -1,11 +1,11 @@
{
- "description": "My website",
- "repo": "https://github.com/Unknown-User2/Unknown-User2.github.io",
- "owner": {
- "username": "Unknown-User2",
- "email": "unknown.us3r222@gmail.com"
- },
- "record": {
- "CNAME": "Unknown-User2.github.io"
- }
+ "description": "My website",
+ "repo": "https://github.com/Unknown-User2/Unknown-User2.github.io",
+ "owner": {
+ "username": "Unknown-User2",
+ "email": "unknown.us3r222@gmail.com"
+ },
+ "record": {
+ "CNAME": "Unknown-User2.github.io"
+ }
}
diff --git a/domains/unseen.json b/domains/unseen.json
index 7e5520386..68bfb93f4 100644
--- a/domains/unseen.json
+++ b/domains/unseen.json
@@ -1,11 +1,11 @@
{
- "description": "Unseen's Github Website",
- "repo": "https://github.com/UnseenAcoustics/unseenacoustics.github.io",
- "owner": {
- "username": "UnseenAcoustics",
- "email": "edwir122@gmail.com"
- },
- "record": {
- "CNAME": "unseenacoustics.github.io"
- }
+ "description": "Unseen's Github Website",
+ "repo": "https://github.com/UnseenAcoustics/unseenacoustics.github.io",
+ "owner": {
+ "username": "UnseenAcoustics",
+ "email": "edwir122@gmail.com"
+ },
+ "record": {
+ "CNAME": "unseenacoustics.github.io"
+ }
}
diff --git a/domains/unwork-id.json b/domains/unwork-id.json
index 03fa5f30d..27a58a3d4 100644
--- a/domains/unwork-id.json
+++ b/domains/unwork-id.json
@@ -1,11 +1,11 @@
{
- "description": "Unwork ID Website",
- "repo": "https://github.com/Unwork-ID",
- "owner": {
- "username": "tokisaki13",
- "email": "support@unwork.my.id"
- },
- "record": {
- "URL": "https://unwork.my.id"
- }
+ "description": "Unwork ID Website",
+ "repo": "https://github.com/Unwork-ID",
+ "owner": {
+ "username": "tokisaki13",
+ "email": "support@unwork.my.id"
+ },
+ "record": {
+ "URL": "https://unwork.my.id"
+ }
}
diff --git a/domains/up.json b/domains/up.json
index f8391a293..51fdbf69a 100644
--- a/domains/up.json
+++ b/domains/up.json
@@ -1,10 +1,10 @@
{
- "description": "The blog of Up Devs.",
- "owner": {
- "username": "alputv",
- "email": "rekortmenstars@gmail.com"
- },
- "record": {
- "CNAME": "up-devs.github.io"
- }
+ "description": "The blog of Up Devs.",
+ "owner": {
+ "username": "alputv",
+ "email": "rekortmenstars@gmail.com"
+ },
+ "record": {
+ "CNAME": "up-devs.github.io"
+ }
}
diff --git a/domains/upcraft.json b/domains/upcraft.json
index 8d0bfc2e3..d3fb9e6c5 100644
--- a/domains/upcraft.json
+++ b/domains/upcraft.json
@@ -1,11 +1,10 @@
{
"owner": {
- "username": "upcraftlp",
- "email": "",
- "twitter": "upcraftlp"
+ "username": "upcraftlp",
+ "email": "",
+ "twitter": "upcraftlp"
},
"record": {
- "URL": "https://upcraft.dev"
+ "URL": "https://upcraft.dev"
}
- }
-
\ No newline at end of file
+}
diff --git a/domains/urduck.json b/domains/urduck.json
index 1918d7e4a..b4605040a 100644
--- a/domains/urduck.json
+++ b/domains/urduck.json
@@ -1,15 +1,15 @@
{
- "description": "MaskDuck's personal website!",
- "repo": "https://github.com/maskducks/maskducks.github.io",
- "owner": {
- "username": "MaskDuck",
- "email": "",
- "discord": "MaskDuck#7325",
- "twitter": "MaskDuck1",
- "reddit": "u/maskduck",
- "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
- },
- "record": {
- "CNAME": "maskducks.github.io"
- }
+ "description": "MaskDuck's personal website!",
+ "repo": "https://github.com/maskducks/maskducks.github.io",
+ "owner": {
+ "username": "MaskDuck",
+ "email": "",
+ "discord": "MaskDuck#7325",
+ "twitter": "MaskDuck1",
+ "reddit": "u/maskduck",
+ "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
+ },
+ "record": {
+ "CNAME": "maskducks.github.io"
+ }
}
diff --git a/domains/used-to-be-daddy.json b/domains/used-to-be-daddy.json
index c6884e296..59f383846 100644
--- a/domains/used-to-be-daddy.json
+++ b/domains/used-to-be-daddy.json
@@ -1,10 +1,10 @@
{
- "description": "I used to be daddy",
- "owner": {
- "username": "MouseMoosz",
- "email": "mousemoosz@protonmail.com"
- },
- "record": {
- "URL": "https://mousemoosz.is-a.dev"
- }
+ "description": "I used to be daddy",
+ "owner": {
+ "username": "MouseMoosz",
+ "email": "mousemoosz@protonmail.com"
+ },
+ "record": {
+ "URL": "https://mousemoosz.is-a.dev"
+ }
}
diff --git a/domains/useless.json b/domains/useless.json
index 2eb0f885b..aa9cacbfc 100644
--- a/domains/useless.json
+++ b/domains/useless.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "ItzAfroBoy",
"email": "me.caramackid@gmail.com"
- },
- "record": {
+ },
+ "record": {
"A": ["209.250.230.249"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/user-exe.json b/domains/user-exe.json
index e61e47475..e55dd8a46 100644
--- a/domains/user-exe.json
+++ b/domains/user-exe.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "CNAME": "mrhappyma.github.io"
- }
+ "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"
+ },
+ "record": {
+ "CNAME": "mrhappyma.github.io"
+ }
}
diff --git a/domains/username.json b/domains/username.json
index 577b6c70b..2c24fc84c 100644
--- a/domains/username.json
+++ b/domains/username.json
@@ -1,11 +1,11 @@
{
- "description": "A custom portfolio website for me",
- "repo": "https://replit.com/@DragonRoyale/personalA",
- "owner": {
- "username": "DragonRoyal",
- "email": "aarav.singhania50@gmail.com"
- },
- "record": {
- "CNAME": "c7054742-05bd-453b-b5fd-d3ed47ee0215.id.repl.co"
- }
+ "description": "A custom portfolio website for me",
+ "repo": "https://replit.com/@DragonRoyale/personalA",
+ "owner": {
+ "username": "DragonRoyal",
+ "email": "aarav.singhania50@gmail.com"
+ },
+ "record": {
+ "CNAME": "c7054742-05bd-453b-b5fd-d3ed47ee0215.id.repl.co"
+ }
}
diff --git a/domains/usman.json b/domains/usman.json
index 9d8675805..67bffaa86 100644
--- a/domains/usman.json
+++ b/domains/usman.json
@@ -1,11 +1,11 @@
{
- "description": "Usman's personal developer website",
- "repo": "https://github.com/umahmood21",
- "owner": {
- "username": "umahmood21",
- "email": "umahmood214@gmail.com"
- },
- "record": {
- "CNAME": "umahmood.me"
- }
+ "description": "Usman's personal developer website",
+ "repo": "https://github.com/umahmood21",
+ "owner": {
+ "username": "umahmood21",
+ "email": "umahmood214@gmail.com"
+ },
+ "record": {
+ "CNAME": "umahmood.me"
+ }
}
diff --git a/domains/vachanmn.json b/domains/vachanmn.json
index 001b5295a..114845c5e 100644
--- a/domains/vachanmn.json
+++ b/domains/vachanmn.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "vachanmn123",
"email": "vachanmn123@gmail.com"
- },
+ },
- "record": {
+ "record": {
"A": ["185.199.108.153"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/vadimhl.json b/domains/vadimhl.json
index d4c5ae018..bb179f069 100644
--- a/domains/vadimhl.json
+++ b/domains/vadimhl.json
@@ -1,10 +1,10 @@
{
- "description": "My site",
- "owner": {
- "username": "vadimhl",
- "email": "vadimhl@gmail.com"
- },
- "record": {
- "A": ["130.61.49.110"]
- }
+ "description": "My site",
+ "owner": {
+ "username": "vadimhl",
+ "email": "vadimhl@gmail.com"
+ },
+ "record": {
+ "A": ["130.61.49.110"]
+ }
}
diff --git a/domains/vaibhav.json b/domains/vaibhav.json
index 0eef4c650..efec635c1 100644
--- a/domains/vaibhav.json
+++ b/domains/vaibhav.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "Vaibhav-Kashyap07",
- "email": "",
- "discord": "Vaibhav Kashyap#5747"
+ "username": "Vaibhav-Kashyap07",
+ "email": "",
+ "discord": "Vaibhav Kashyap#5747"
},
"repo": "https://github.com/Vaibhav-Kashyap07/Vaibhav-Kashyap07.github.io",
"record": {
diff --git a/domains/val.json b/domains/val.json
index 4ddc0ed19..d29b8b931 100644
--- a/domains/val.json
+++ b/domains/val.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio website",
- "repo": "https://github.com/Btwonu/btwonu.github.io",
- "owner": {
- "username": "Btwonu",
- "email": "btwonu@gmail.com"
- },
- "record": {
- "CNAME": "btwonu.github.io"
- }
+ "description": "Portfolio website",
+ "repo": "https://github.com/Btwonu/btwonu.github.io",
+ "owner": {
+ "username": "Btwonu",
+ "email": "btwonu@gmail.com"
+ },
+ "record": {
+ "CNAME": "btwonu.github.io"
+ }
}
diff --git a/domains/vanillia.json b/domains/vanillia.json
index 137151631..ddb4111d9 100644
--- a/domains/vanillia.json
+++ b/domains/vanillia.json
@@ -8,4 +8,4 @@
"MX": ["mail.postale.io"],
"TXT": "v=spf1 mx ~all"
}
-}
+}
diff --git a/domains/vapedevv.json b/domains/vapedevv.json
index 7095c9bd5..3761e2c13 100644
--- a/domains/vapedevv.json
+++ b/domains/vapedevv.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "jadjasjafsafasfasfsa.github.io"
}
-}
+}
diff --git a/domains/varunkumarbilwal.json b/domains/varunkumarbilwal.json
index ea0717939..e6b5a9404 100644
--- a/domains/varunkumarbilwal.json
+++ b/domains/varunkumarbilwal.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "varunkumarbilwal",
"email": "varunkumarbilwal@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "varunkumarbilwal.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/vasharma05.json b/domains/vasharma05.json
index 99ba05d92..13712a8f3 100644
--- a/domains/vasharma05.json
+++ b/domains/vasharma05.json
@@ -1,11 +1,11 @@
{
- "description": "A REACT developer and software enthusiast.",
- "repo": "https://github.com/vasharma05/vasharma05.github.io",
- "owner": {
- "username": "vasharma05",
- "email": "sharmava05@gmail.com"
- },
- "record": {
- "CNAME": "vasharma05.github.io"
- }
+ "description": "A REACT developer and software enthusiast.",
+ "repo": "https://github.com/vasharma05/vasharma05.github.io",
+ "owner": {
+ "username": "vasharma05",
+ "email": "sharmava05@gmail.com"
+ },
+ "record": {
+ "CNAME": "vasharma05.github.io"
+ }
}
diff --git a/domains/vaskian.json b/domains/vaskian.json
index b505e5617..e4a838d8e 100644
--- a/domains/vaskian.json
+++ b/domains/vaskian.json
@@ -1,11 +1,11 @@
{
- "description": "Vaskian is a Dev",
- "repo": "https://github.com/Nami2012",
- "owner": {
- "username": "Nami2012",
- "email": "namithasadeeshbabu@gmail.com"
- },
- "record": {
- "URL": "https://vaskian.me"
- }
+ "description": "Vaskian is a Dev",
+ "repo": "https://github.com/Nami2012",
+ "owner": {
+ "username": "Nami2012",
+ "email": "namithasadeeshbabu@gmail.com"
+ },
+ "record": {
+ "URL": "https://vaskian.me"
+ }
}
diff --git a/domains/vasu.json b/domains/vasu.json
index d49d85e3e..480617462 100644
--- a/domains/vasu.json
+++ b/domains/vasu.json
@@ -1,13 +1,13 @@
{
- "description": "Vasu's personal developer website",
- "repo": "https://github.com/vasu-xd/Vasu-xD",
- "owner": {
- "username": "Vasu-xD",
- "email": "mr.v4su@gmail.com",
- "telegram": "VasuXD",
- "github": "Vasu-xD"
- },
- "record": {
- "CNAME": "vasu-xd.github.io"
- }
+ "description": "Vasu's personal developer website",
+ "repo": "https://github.com/vasu-xd/Vasu-xD",
+ "owner": {
+ "username": "Vasu-xD",
+ "email": "mr.v4su@gmail.com",
+ "telegram": "VasuXD",
+ "github": "Vasu-xD"
+ },
+ "record": {
+ "CNAME": "vasu-xd.github.io"
+ }
}
diff --git a/domains/veen.json b/domains/veen.json
index 396e7563a..06e5859ea 100644
--- a/domains/veen.json
+++ b/domains/veen.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Vihaan7207",
- "email": "vmikki7207@gmail.com"
- },
- "record": {
- "CNAME": "Vihaan7207.github.io"
- }
+ "owner": {
+ "username": "Vihaan7207",
+ "email": "vmikki7207@gmail.com"
+ },
+ "record": {
+ "CNAME": "Vihaan7207.github.io"
+ }
}
diff --git a/domains/veer.json b/domains/veer.json
index cf1986de8..8b720e5f5 100644
--- a/domains/veer.json
+++ b/domains/veer.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "TheVeerRana",
- "email": "hello@veer.codes"
- },
- "record": {
- "CNAME": "veer.codes"
- }
+ "owner": {
+ "username": "TheVeerRana",
+ "email": "hello@veer.codes"
+ },
+ "record": {
+ "CNAME": "veer.codes"
+ }
}
diff --git a/domains/veirt.json b/domains/veirt.json
index f934b71fb..cf9fc7c8f 100644
--- a/domains/veirt.json
+++ b/domains/veirt.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Veirt",
"email": "wetrau8zs@mozmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "veirt.github.io"
- }
}
-
+}
diff --git a/domains/venquidev.json b/domains/venquidev.json
index 3cee3629f..62366eb2f 100644
--- a/domains/venquidev.json
+++ b/domains/venquidev.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "venquidev",
"email": "edwinrey5211@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "venquidev.pages.dev"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/ver0z.json b/domains/ver0z.json
index 8319ebb9f..dac4dc7d1 100644
--- a/domains/ver0z.json
+++ b/domains/ver0z.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "ver0zdev",
"email": "ziadfr@icloud.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://ver0z.dev"
- }
}
-
+}
diff --git a/domains/vercte.json b/domains/vercte.json
index a82033348..b5be0858e 100644
--- a/domains/vercte.json
+++ b/domains/vercte.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "lopste",
"email": "lopstedener@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://vercte.net"
- }
}
-
+}
diff --git a/domains/verite.json b/domains/verite.json
index f9d5c36bd..c57038fc9 100644
--- a/domains/verite.json
+++ b/domains/verite.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/makuzaverite/veritem.me",
- "owner": {
- "username": "makuzaverite",
- "email": "mugaboverite@gmail.com",
- "twitter": "makuza_mugabo_v"
- },
- "record": {
- "URL": "https://veritem.me"
- }
+ "repo": "https://github.com/makuzaverite/veritem.me",
+ "owner": {
+ "username": "makuzaverite",
+ "email": "mugaboverite@gmail.com",
+ "twitter": "makuza_mugabo_v"
+ },
+ "record": {
+ "URL": "https://veritem.me"
+ }
}
diff --git a/domains/verma-sanjeet.json b/domains/verma-sanjeet.json
index 642ad4408..aa1e69b65 100644
--- a/domains/verma-sanjeet.json
+++ b/domains/verma-sanjeet.json
@@ -1,11 +1,11 @@
{
- "description": "Sanjeet Verma.",
- "repo": "https://github.com/verma-sanjeet/verma-sanjeet.github.io",
- "owner": {
- "username": "verma-sanjeet",
- "email": ""
- },
- "record": {
- "CNAME": "verma-sanjeet.github.io"
- }
+ "description": "Sanjeet Verma.",
+ "repo": "https://github.com/verma-sanjeet/verma-sanjeet.github.io",
+ "owner": {
+ "username": "verma-sanjeet",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "verma-sanjeet.github.io"
+ }
}
diff --git a/domains/vic.json b/domains/vic.json
index 02080b927..11c0a9138 100644
--- a/domains/vic.json
+++ b/domains/vic.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "v1ctorio.github.io"
}
-}
+}
diff --git a/domains/victoneux.json b/domains/victoneux.json
index c2ae7a87e..bc95841c7 100644
--- a/domains/victoneux.json
+++ b/domains/victoneux.json
@@ -1,11 +1,11 @@
{
- "description": "victoneux's personal dev site",
- "repo": "https://github.com/Victoneux/victoneux.github.io",
- "owner": {
- "username": "Victoneux",
- "email": "victoneux@protonmail.com"
- },
- "record": {
- "CNAME": "victoneux.github.io"
- }
+ "description": "victoneux's personal dev site",
+ "repo": "https://github.com/Victoneux/victoneux.github.io",
+ "owner": {
+ "username": "Victoneux",
+ "email": "victoneux@protonmail.com"
+ },
+ "record": {
+ "CNAME": "victoneux.github.io"
+ }
}
diff --git a/domains/victor.json b/domains/victor.json
index 3de89e2cd..a879115c7 100644
--- a/domains/victor.json
+++ b/domains/victor.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "victoroliveira",
"email": "victoroliveira.eng@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "victoroliveira.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/victormenezes.json b/domains/victormenezes.json
index 68f0904f1..5d71da6f5 100644
--- a/domains/victormenezes.json
+++ b/domains/victormenezes.json
@@ -1,11 +1,11 @@
{
- "description": "Victor Menezes Personal Website",
- "repo": "https://github.com/teixeiravictor/my-blog",
- "owner": {
- "username": "teixeiravictor",
- "email": "victormenezes8990@gmail.com"
- },
- "record": {
- "A": ["168.220.95.204"]
- }
+ "description": "Victor Menezes Personal Website",
+ "repo": "https://github.com/teixeiravictor/my-blog",
+ "owner": {
+ "username": "teixeiravictor",
+ "email": "victormenezes8990@gmail.com"
+ },
+ "record": {
+ "A": ["168.220.95.204"]
+ }
}
diff --git a/domains/victoroliveira.json b/domains/victoroliveira.json
index 3de89e2cd..a879115c7 100644
--- a/domains/victoroliveira.json
+++ b/domains/victoroliveira.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "victoroliveira",
"email": "victoroliveira.eng@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "victoroliveira.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/vien.json b/domains/vien.json
index a4c79c07a..811a7164f 100644
--- a/domains/vien.json
+++ b/domains/vien.json
@@ -1,11 +1,9 @@
-
{
- "owner": {
- "username": "VienDeveloper",
- "email": "vien@courvix.com"
- },
- "record": {
- "CNAME": "viendeveloper.github.io"
- }
+ "owner": {
+ "username": "VienDeveloper",
+ "email": "vien@courvix.com"
+ },
+ "record": {
+ "CNAME": "viendeveloper.github.io"
+ }
}
-
diff --git a/domains/viggu.json b/domains/viggu.json
index 27faebff7..2a48b2dfd 100644
--- a/domains/viggu.json
+++ b/domains/viggu.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "VIGGU-7",
- "email": "vigneshofficialyt@gmail.com",
- "twitter": "VIGGU_8"
- },
- "record": {
- "CNAME": "0177c904-af82-4e29-a07f-f5b89af06586.id.repl.co"
- }
-}
+ "owner": {
+ "username": "VIGGU-7",
+ "email": "vigneshofficialyt@gmail.com",
+ "twitter": "VIGGU_8"
+ },
+ "record": {
+ "CNAME": "0177c904-af82-4e29-a07f-f5b89af06586.id.repl.co"
+ }
+}
diff --git a/domains/vikram.json b/domains/vikram.json
index b14c8e994..ed7ce1204 100644
--- a/domains/vikram.json
+++ b/domains/vikram.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "vikramv20.github.io"
}
-}
+}
diff --git a/domains/vikrant.json b/domains/vikrant.json
index 4bc05451a..1979cd609 100644
--- a/domains/vikrant.json
+++ b/domains/vikrant.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "150207",
- "email": "daredevil.vikrant@gmail.com"
- },
- "record": {
- "URL": "https://github.com/vikrant7251"
- }
+ "owner": {
+ "username": "150207",
+ "email": "daredevil.vikrant@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/vikrant7251"
+ }
}
diff --git a/domains/vikyaiyer.json b/domains/vikyaiyer.json
index a1231b169..85187ff7c 100644
--- a/domains/vikyaiyer.json
+++ b/domains/vikyaiyer.json
@@ -1,11 +1,11 @@
{
- "description": "Vignesh Aiyer is a Developer!",
- "repo": "https://github.com/vikyaiyer/jekyll-theme-minimal-resume",
- "owner": {
- "username": "vikyaiyer",
- "email": "vikyaiyer1997@gmail.com"
- },
- "record": {
- "CNAME": "vikyaiyer.github.io"
- }
+ "description": "Vignesh Aiyer is a Developer!",
+ "repo": "https://github.com/vikyaiyer/jekyll-theme-minimal-resume",
+ "owner": {
+ "username": "vikyaiyer",
+ "email": "vikyaiyer1997@gmail.com"
+ },
+ "record": {
+ "CNAME": "vikyaiyer.github.io"
+ }
}
diff --git a/domains/vinayak.json b/domains/vinayak.json
index 1e62273c0..839ca4999 100644
--- a/domains/vinayak.json
+++ b/domains/vinayak.json
@@ -1,12 +1,12 @@
{
- "description": "Vinayak Kulkarni's Website",
- "repo": "https://github.com/vinayakkulkarni/vinayakkulkarni.dev",
- "owner": {
- "username": "vinayakkulkarni",
- "email": "inbox.vinayak@gmail.com",
- "twitter": "_vinayak_k"
- },
- "record": {
- "CNAME": "vinayakkulkarni.dev"
- }
+ "description": "Vinayak Kulkarni's Website",
+ "repo": "https://github.com/vinayakkulkarni/vinayakkulkarni.dev",
+ "owner": {
+ "username": "vinayakkulkarni",
+ "email": "inbox.vinayak@gmail.com",
+ "twitter": "_vinayak_k"
+ },
+ "record": {
+ "CNAME": "vinayakkulkarni.dev"
+ }
}
diff --git a/domains/vinicius.json b/domains/vinicius.json
index d0d055bea..c6444b5eb 100644
--- a/domains/vinicius.json
+++ b/domains/vinicius.json
@@ -1,13 +1,13 @@
{
- "description": "My personal website",
- "repo": "https://github.com/vncsmnl",
- "owner": {
- "username": "vncsmnl",
- "email": "",
- "twitter": "vncsmnl",
- "discord": "vncsmnl#7835"
- },
- "record": {
- "CNAME": "vncsmnl.github.io"
- }
+ "description": "My personal website",
+ "repo": "https://github.com/vncsmnl",
+ "owner": {
+ "username": "vncsmnl",
+ "email": "",
+ "twitter": "vncsmnl",
+ "discord": "vncsmnl#7835"
+ },
+ "record": {
+ "CNAME": "vncsmnl.github.io"
+ }
}
diff --git a/domains/viniciusmanoel.json b/domains/viniciusmanoel.json
index 2aea1f054..e16a8c31a 100644
--- a/domains/viniciusmanoel.json
+++ b/domains/viniciusmanoel.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "vncsmnl",
"email": "viniciusmanoel07@hotmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "viniciusmanoel.ml"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/vion.json b/domains/vion.json
index cc0cb83f8..85a28d53f 100644
--- a/domains/vion.json
+++ b/domains/vion.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "VIONYT",
"email": "yt.vion@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://vion.moe"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/viral-gadhiya.json b/domains/viral-gadhiya.json
index c1a5609f0..ad9c3a4e5 100644
--- a/domains/viral-gadhiya.json
+++ b/domains/viral-gadhiya.json
@@ -1,12 +1,11 @@
{
- "description": "Viral Gadhiya Profile.",
- "repo": "https://github.com/viral-gadhiya/viral-gadhiya.github.io",
- "owner": {
- "username": "viral-gadhiya",
- "email": ""
- },
- "record": {
- "CNAME": "viral-gadhiya.github.io"
- }
+ "description": "Viral Gadhiya Profile.",
+ "repo": "https://github.com/viral-gadhiya/viral-gadhiya.github.io",
+ "owner": {
+ "username": "viral-gadhiya",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "viral-gadhiya.github.io"
+ }
}
-
diff --git a/domains/viren-trivedi.json b/domains/viren-trivedi.json
index 91eee4984..88f728c20 100644
--- a/domains/viren-trivedi.json
+++ b/domains/viren-trivedi.json
@@ -1,11 +1,11 @@
{
- "description": "Viren Profile.",
- "repo": "https://github.com/viren-trivedi/viren-trivedi.github.io",
- "owner": {
- "username": "viren-trivedi",
- "email": ""
- },
- "record": {
- "CNAME": "viren-trivedi.github.io"
- }
+ "description": "Viren Profile.",
+ "repo": "https://github.com/viren-trivedi/viren-trivedi.github.io",
+ "owner": {
+ "username": "viren-trivedi",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "viren-trivedi.github.io"
+ }
}
diff --git a/domains/vishal.json b/domains/vishal.json
index 91946b3e8..66524f20e 100644
--- a/domains/vishal.json
+++ b/domains/vishal.json
@@ -1,11 +1,11 @@
{
- "description": "Welcome to Vishal Sharma's Space on Web",
- "repo": "https://github.com/makeavish",
- "owner": {
- "username": "makeavish",
- "email": "hi@vishalsharma.dev"
- },
- "record": {
- "URL": "https://vishalsharma.dev"
- }
+ "description": "Welcome to Vishal Sharma's Space on Web",
+ "repo": "https://github.com/makeavish",
+ "owner": {
+ "username": "makeavish",
+ "email": "hi@vishalsharma.dev"
+ },
+ "record": {
+ "URL": "https://vishalsharma.dev"
+ }
}
diff --git a/domains/vishalg.json b/domains/vishalg.json
index a489c0024..cd23fa184 100644
--- a/domains/vishalg.json
+++ b/domains/vishalg.json
@@ -1,12 +1,12 @@
{
- "description": "Vishal Gupta Personal Portfolio Website",
- "repo": "https://github.com/vishalpx/vishalpx.github.io",
- "owner": {
- "username": "vishalpx",
- "email": "",
- "twitter": "vishal26x"
- },
- "record": {
- "CNAME": "vishalpx.github.io"
- }
+ "description": "Vishal Gupta Personal Portfolio Website",
+ "repo": "https://github.com/vishalpx/vishalpx.github.io",
+ "owner": {
+ "username": "vishalpx",
+ "email": "",
+ "twitter": "vishal26x"
+ },
+ "record": {
+ "CNAME": "vishalpx.github.io"
+ }
}
diff --git a/domains/vishesh.json b/domains/vishesh.json
index a4f49d36f..da0f439a4 100644
--- a/domains/vishesh.json
+++ b/domains/vishesh.json
@@ -1,12 +1,12 @@
{
- "description": "My Personal Website",
- "repo": "https://github.com/VisheshBansal",
- "owner": {
- "username": "VisheshBansal",
- "email": "hi@visheshbansal.ml",
- "twitter": "VisheshBansal17"
- },
- "record": {
- "URL": "https://visheshbansal.ml"
- }
+ "description": "My Personal Website",
+ "repo": "https://github.com/VisheshBansal",
+ "owner": {
+ "username": "VisheshBansal",
+ "email": "hi@visheshbansal.ml",
+ "twitter": "VisheshBansal17"
+ },
+ "record": {
+ "URL": "https://visheshbansal.ml"
+ }
}
diff --git a/domains/vishnu.json b/domains/vishnu.json
index f2887686c..f5e727075 100644
--- a/domains/vishnu.json
+++ b/domains/vishnu.json
@@ -2,10 +2,10 @@
"description": "Vishnu's personal website",
"repo": "https://github.com/vishnu012/vishnu012.github.io",
"owner": {
- "username": "vishnu012",
- "email": "vishnu012@pm.me"
+ "username": "vishnu012",
+ "email": "vishnu012@pm.me"
},
"record": {
- "CNAME": "vishnu012.github.io"
+ "CNAME": "vishnu012.github.io"
}
}
diff --git a/domains/vivek.json b/domains/vivek.json
index 0b99831d2..0abada45c 100644
--- a/domains/vivek.json
+++ b/domains/vivek.json
@@ -1,13 +1,18 @@
-{
- "description": "Vivek's Website",
- "repo": "https://github.com/vivek-oraon/vivek-oraon.github.io",
- "owner": {
- "username": "vivek-oraon",
- "email": "vivekoraon@pm.me"
- },
- "record": {
- "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"
- }
-}
+{
+ "description": "Vivek's Website",
+ "repo": "https://github.com/vivek-oraon/vivek-oraon.github.io",
+ "owner": {
+ "username": "vivek-oraon",
+ "email": "vivekoraon@pm.me"
+ },
+ "record": {
+ "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/vivekkumar.json b/domains/vivekkumar.json
index 6721f848f..1e4b68f7f 100644
--- a/domains/vivekkumar.json
+++ b/domains/vivekkumar.json
@@ -1,11 +1,11 @@
{
- "description": "Vivek's portfolio website",
- "repo": "https://github.com/VivekKumarNeu/VivekKumarNeu.github.io",
- "owner": {
- "username": "vivekkumarneu",
- "email": "vivek-kumar@live.in"
- },
- "record": {
- "CNAME": "VivekKumarNeu.github.io"
- }
+ "description": "Vivek's portfolio website",
+ "repo": "https://github.com/VivekKumarNeu/VivekKumarNeu.github.io",
+ "owner": {
+ "username": "vivekkumarneu",
+ "email": "vivek-kumar@live.in"
+ },
+ "record": {
+ "CNAME": "VivekKumarNeu.github.io"
+ }
}
diff --git a/domains/vlab.json b/domains/vlab.json
index 90c702843..e1f5ebcc5 100644
--- a/domains/vlab.json
+++ b/domains/vlab.json
@@ -1,11 +1,11 @@
{
- "description": "Personal Website",
- "repo": "https://github.com/natura4917",
- "owner": {
- "username": "natura4917",
- "email": "natura4917@gmail.com"
- },
- "record": {
- "A": ["152.67.216.65"]
- }
+ "description": "Personal Website",
+ "repo": "https://github.com/natura4917",
+ "owner": {
+ "username": "natura4917",
+ "email": "natura4917@gmail.com"
+ },
+ "record": {
+ "A": ["152.67.216.65"]
+ }
}
diff --git a/domains/void.json b/domains/void.json
index 2fccde29f..a54a110c0 100644
--- a/domains/void.json
+++ b/domains/void.json
@@ -6,4 +6,4 @@
"record": {
"CNAME": "tomgx.github.io"
}
-}
+}
diff --git a/domains/voidz.json b/domains/voidz.json
index e2f55ad23..e3d689e62 100644
--- a/domains/voidz.json
+++ b/domains/voidz.json
@@ -1,11 +1,11 @@
{
- "description": "voidz's personal website",
- "owner": {
- "username": "voidz7",
- "email": "atharvask2005@gmail.com",
- "twitter": "gg_voidz"
- },
- "record": {
- "CNAME": "voidz7.github.io"
- }
+ "description": "voidz's personal website",
+ "owner": {
+ "username": "voidz7",
+ "email": "atharvask2005@gmail.com",
+ "twitter": "gg_voidz"
+ },
+ "record": {
+ "CNAME": "voidz7.github.io"
+ }
}
diff --git a/domains/vulcanwm.json b/domains/vulcanwm.json
index 8413352b6..091b7adf3 100644
--- a/domains/vulcanwm.json
+++ b/domains/vulcanwm.json
@@ -1,11 +1,11 @@
{
- "description": "My portfolio",
- "repo": "https://github.com/VulcanWM/VulcanWM",
- "owner": {
- "username": "VulcanWM",
- "email": "vulcanwmemail@gmail.com"
- },
- "record": {
- "URL": "https://vulcanwm.vercel.app"
- }
+ "description": "My portfolio",
+ "repo": "https://github.com/VulcanWM/VulcanWM",
+ "owner": {
+ "username": "VulcanWM",
+ "email": "vulcanwmemail@gmail.com"
+ },
+ "record": {
+ "URL": "https://vulcanwm.vercel.app"
+ }
}
diff --git a/domains/vvc-bot.json b/domains/vvc-bot.json
index 99ad7efec..327b16b64 100644
--- a/domains/vvc-bot.json
+++ b/domains/vvc-bot.json
@@ -1,11 +1,11 @@
{
- "description": "My personal website",
- "repo": "https://github.com/SmallFCraft1/vvc-bot.github.io",
- "owner": {
- "username": "Pham Huy",
- "email": "huytqd@gmail.com"
- },
- "record": {
- "CNAME": "vvc-bot.github.io"
- }
+ "description": "My personal website",
+ "repo": "https://github.com/SmallFCraft1/vvc-bot.github.io",
+ "owner": {
+ "username": "Pham Huy",
+ "email": "huytqd@gmail.com"
+ },
+ "record": {
+ "CNAME": "vvc-bot.github.io"
+ }
}
diff --git a/domains/vvp.json b/domains/vvp.json
index 22761e781..893e84542 100644
--- a/domains/vvp.json
+++ b/domains/vvp.json
@@ -1,11 +1,11 @@
{
- "description": "VVP's Website",
- "repo": "https://github.com/VVP3215",
- "owner": {
- "username": "VVP",
- "email": "jamesmentes.management@gmail.com"
- },
- "record": {
- "URL": "https://github.com/VVP3215"
- }
+ "description": "VVP's Website",
+ "repo": "https://github.com/VVP3215",
+ "owner": {
+ "username": "VVP",
+ "email": "jamesmentes.management@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/VVP3215"
+ }
}
diff --git a/domains/vyas-rahul.json b/domains/vyas-rahul.json
index 6e21a1f28..da351a5d8 100644
--- a/domains/vyas-rahul.json
+++ b/domains/vyas-rahul.json
@@ -1,11 +1,11 @@
{
- "description": "Vyas Rahul.",
- "repo": "https://github.com/nayan-gorasiya/vyas-rahul.github.io",
- "owner": {
- "username": "vyas-rahul",
- "email": "vyas-rahul@acquaintsoft.com"
- },
- "record": {
- "CNAME": "vyas-rahul.github.io"
- }
+ "description": "Vyas Rahul.",
+ "repo": "https://github.com/nayan-gorasiya/vyas-rahul.github.io",
+ "owner": {
+ "username": "vyas-rahul",
+ "email": "vyas-rahul@acquaintsoft.com"
+ },
+ "record": {
+ "CNAME": "vyas-rahul.github.io"
+ }
}
diff --git a/domains/vysakh.json b/domains/vysakh.json
index bd802a614..46096aa1d 100644
--- a/domains/vysakh.json
+++ b/domains/vysakh.json
@@ -8,5 +8,4 @@
"record": {
"CNAME": "vyshuks.github.io"
}
-}
-
+}
diff --git a/domains/wablesanket.json b/domains/wablesanket.json
index bb073193b..2b83d1b64 100644
--- a/domains/wablesanket.json
+++ b/domains/wablesanket.json
@@ -1,12 +1,12 @@
{
- "description": "My Portfolio",
- "repo": "https://github.com/Sanketwable/Portfolio",
- "owner": {
- "username": "sanketwable",
- "email": "sanketwable123@gmail.com",
- "twitter": "Wable_Sanket_"
- },
- "record": {
- "URL": "https://wablesanket.xyz"
- }
+ "description": "My Portfolio",
+ "repo": "https://github.com/Sanketwable/Portfolio",
+ "owner": {
+ "username": "sanketwable",
+ "email": "sanketwable123@gmail.com",
+ "twitter": "Wable_Sanket_"
+ },
+ "record": {
+ "URL": "https://wablesanket.xyz"
+ }
}
diff --git a/domains/wadeslider.json b/domains/wadeslider.json
index b6025a969..ea1ffc0b0 100644
--- a/domains/wadeslider.json
+++ b/domains/wadeslider.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "WadeSlider",
"email": "alexisarturodh@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "wadeslider.pages.dev"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/wahid.json b/domains/wahid.json
index 7ef9feb70..0c9d39243 100644
--- a/domains/wahid.json
+++ b/domains/wahid.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "SimplyVoid",
"email": "wahidislamlinad@pm.me"
- },
- "record": {
+ },
+ "record": {
"CNAME": "simplyvoid.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/waiyanmt.json b/domains/waiyanmt.json
index af1f99edd..24ed610af 100644
--- a/domains/waiyanmt.json
+++ b/domains/waiyanmt.json
@@ -1,10 +1,9 @@
-
{
- "owner": {
- "username": "WillowMT",
- "email": "waiyanmt@yahoo.com"
- },
- "record": {
- "URL": "https://waiyanmt.netlify.app"
- }
+ "owner": {
+ "username": "WillowMT",
+ "email": "waiyanmt@yahoo.com"
+ },
+ "record": {
+ "URL": "https://waiyanmt.netlify.app"
+ }
}
diff --git a/domains/warofzen.json b/domains/warofzen.json
index 5ece9a31d..2157b1a6f 100644
--- a/domains/warofzen.json
+++ b/domains/warofzen.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "warofzen.github.io"
}
-}
\ No newline at end of file
+}
diff --git a/domains/wasabi.json b/domains/wasabi.json
index 1808c84fc..0c8dae976 100644
--- a/domains/wasabi.json
+++ b/domains/wasabi.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "WasabiThumb",
"email": "wasabithumbs@gmail.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "wasabicodes.xyz"
- }
}
-
+}
diff --git a/domains/wassim.json b/domains/wassim.json
index 73e182235..011c902d2 100644
--- a/domains/wassim.json
+++ b/domains/wassim.json
@@ -1,11 +1,11 @@
{
- "description": "Github profile of wassimbenzarti",
- "repo": "https://github.com/wassimbenzarti",
- "owner": {
- "username": "wassimbenzarti",
- "email": "wass11121996@gmail.com"
- },
- "record": {
- "CNAME": "wassimbenzarti.github.io"
- }
+ "description": "Github profile of wassimbenzarti",
+ "repo": "https://github.com/wassimbenzarti",
+ "owner": {
+ "username": "wassimbenzarti",
+ "email": "wass11121996@gmail.com"
+ },
+ "record": {
+ "CNAME": "wassimbenzarti.github.io"
+ }
}
diff --git a/domains/watercat.json b/domains/watercat.json
index 437bf48fd..75a36e775 100644
--- a/domains/watercat.json
+++ b/domains/watercat.json
@@ -1,11 +1,11 @@
{
- "description": "I am watercat",
- "repo": "https://github.com/watercatuwu/watercatuwu.github.io",
- "owner": {
- "username": "watercatuwu",
- "email": "watercat0330@gmail.com"
- },
- "record": {
- "CNAME": "watercatuwu.github.io"
- }
+ "description": "I am watercat",
+ "repo": "https://github.com/watercatuwu/watercatuwu.github.io",
+ "owner": {
+ "username": "watercatuwu",
+ "email": "watercat0330@gmail.com"
+ },
+ "record": {
+ "CNAME": "watercatuwu.github.io"
+ }
}
diff --git a/domains/wavingcat.json b/domains/wavingcat.json
index 40fef2a7b..286f79e90 100644
--- a/domains/wavingcat.json
+++ b/domains/wavingcat.json
@@ -1,11 +1,11 @@
{
- "description": "Just my homepage with my links :O :)",
- "repo": "https://github.com/WavingCatDevs/WavingCatDevs.github.io",
- "owner": {
- "username": "wavingcatdevs",
- "email": "wavingcatdevs@gmail.com"
- },
- "record": {
- "CNAME": "wavingcatdevs.github.io"
- }
+ "description": "Just my homepage with my links :O :)",
+ "repo": "https://github.com/WavingCatDevs/WavingCatDevs.github.io",
+ "owner": {
+ "username": "wavingcatdevs",
+ "email": "wavingcatdevs@gmail.com"
+ },
+ "record": {
+ "CNAME": "wavingcatdevs.github.io"
+ }
}
diff --git a/domains/wbalaile.json b/domains/wbalaile.json
index dce4b9dd4..c627a8690 100644
--- a/domains/wbalaile.json
+++ b/domains/wbalaile.json
@@ -1,12 +1,12 @@
{
- "description": "Professional Web Developer portfolio site for William Balaile.",
- "repo": "https://github.com/wilby-mj/wbalaile-dev",
- "owner": {
- "username": "wilby-mj",
- "email": "",
- "twitter": "wilby_mj"
- },
- "record": {
- "CNAME": "wilby-mj.github.io"
- }
+ "description": "Professional Web Developer portfolio site for William Balaile.",
+ "repo": "https://github.com/wilby-mj/wbalaile-dev",
+ "owner": {
+ "username": "wilby-mj",
+ "email": "",
+ "twitter": "wilby_mj"
+ },
+ "record": {
+ "CNAME": "wilby-mj.github.io"
+ }
}
diff --git a/domains/wcaleniekubaa.json b/domains/wcaleniekubaa.json
index aa801cd1d..8d6254af8 100644
--- a/domains/wcaleniekubaa.json
+++ b/domains/wcaleniekubaa.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "wcaleniekubaa",
- "email": "to.nie.kubafn@gmail.com"
- },
- "record": {
- "CNAME": "wcaleniekubaa.github.io"
- }
+ "owner": {
+ "username": "wcaleniekubaa",
+ "email": "to.nie.kubafn@gmail.com"
+ },
+ "record": {
+ "CNAME": "wcaleniekubaa.github.io"
+ }
}
diff --git a/domains/weatherly.json b/domains/weatherly.json
index 888209c96..b451439de 100644
--- a/domains/weatherly.json
+++ b/domains/weatherly.json
@@ -1,11 +1,10 @@
- {
- "owner": {
+{
+ "owner": {
"username": "iibeboQ",
"email": "qqqbeboo@yahoo.com"
- },
+ },
- "record": {
+ "record": {
"CNAME": "6b592936-765b-4034-8e0e-d2be0efcacff.id.repl.co"
- }
}
-
+}
diff --git a/domains/web-sh.sx9.json b/domains/web-sh.sx9.json
index 6f77a209e..f7f0e6184 100644
--- a/domains/web-sh.sx9.json
+++ b/domains/web-sh.sx9.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "SX-9",
"email": "hello@mail.sx9.is-a.dev"
- },
- "record": {
+ },
+ "record": {
"CNAME": "sx-9.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/web.json b/domains/web.json
index 88c5e71a9..d5509e712 100644
--- a/domains/web.json
+++ b/domains/web.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "LellisV2",
- "email": "lellis2x@gmail.com"
- },
- "record": {
- "A": ["193.25.215.223"]
- }
+ "owner": {
+ "username": "LellisV2",
+ "email": "lellis2x@gmail.com"
+ },
+ "record": {
+ "A": ["193.25.215.223"]
+ }
}
diff --git a/domains/webb.json b/domains/webb.json
index c96846688..050fba1a6 100644
--- a/domains/webb.json
+++ b/domains/webb.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "johanoloflindberg",
"email": "johan@webbab.se"
- },
+ },
- "record": {
+ "record": {
"URL": "https://webb.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/webber.json b/domains/webber.json
index 0e7869b6c..95b9895d1 100644
--- a/domains/webber.json
+++ b/domains/webber.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "webbertakken",
"email": "webber.nl@gmail.com"
- },
+ },
- "record": {
+ "record": {
"URL": "https://takken.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/webraku.json b/domains/webraku.json
index 4bf18ae95..8dbcb8b2e 100644
--- a/domains/webraku.json
+++ b/domains/webraku.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Nathan",
- "email": "nathanaelhananta09@gmail.com"
- },
- "record": {
- "CNAME": "storage-production.up.railway.app"
- }
+ "owner": {
+ "username": "Nathan",
+ "email": "nathanaelhananta09@gmail.com"
+ },
+ "record": {
+ "CNAME": "storage-production.up.railway.app"
+ }
}
diff --git a/domains/werz.json b/domains/werz.json
index cce72d58f..5601dab67 100644
--- a/domains/werz.json
+++ b/domains/werz.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "0xwerz.github.io"
}
-}
+}
diff --git a/domains/wesley.json b/domains/wesley.json
index 478acc3fb..c57b76641 100644
--- a/domains/wesley.json
+++ b/domains/wesley.json
@@ -1,10 +1,10 @@
{
- "repo": "https://github.com/westhecool/register",
- "owner": {
- "username": "westhecool",
- "email": "wesley@wmail.eu.org"
- },
- "record": {
- "CNAME": "cname-alt-mail-server.sv1.wesdns.cf"
- }
+ "repo": "https://github.com/westhecool/register",
+ "owner": {
+ "username": "westhecool",
+ "email": "wesley@wmail.eu.org"
+ },
+ "record": {
+ "CNAME": "cname-alt-mail-server.sv1.wesdns.cf"
+ }
}
diff --git a/domains/west.json b/domains/west.json
index 10af75107..2bb0591e3 100644
--- a/domains/west.json
+++ b/domains/west.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "arslandoesdev",
- "email": "239@duck.com"
- },
- "record": {
- "CNAME": "arslandoesdev.github.io"
- }
+ "owner": {
+ "username": "arslandoesdev",
+ "email": "239@duck.com"
+ },
+ "record": {
+ "CNAME": "arslandoesdev.github.io"
+ }
}
diff --git a/domains/what.json b/domains/what.json
index 3eb3bb753..5e7b5c577 100644
--- a/domains/what.json
+++ b/domains/what.json
@@ -10,4 +10,4 @@
"record": {
"CNAME": "what-question-mark.github.io"
}
-}
+}
diff --git a/domains/whine.json b/domains/whine.json
index 0ba3e78c8..989e4ab21 100644
--- a/domains/whine.json
+++ b/domains/whine.json
@@ -5,7 +5,7 @@
"username": "whinee",
"email": "",
"twitter": "whi_nyaan"
- },
+ },
"record": {
"A": [
"185.199.108.153",
@@ -13,10 +13,7 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
-}
\ No newline at end of file
+}
diff --git a/domains/whitekj.json b/domains/whitekj.json
index 9a259cd9e..84b5cd36e 100644
--- a/domains/whitekj.json
+++ b/domains/whitekj.json
@@ -1,11 +1,11 @@
{
- "description": "Personal blog",
- "repo": "https://github.com/CwhiteKJ/CwhiteKJ.github.io",
- "owner": {
- "username": "CwhiteKJ",
- "email": "whitekj1221@gmail.com"
- },
- "record": {
- "CNAME": "CwhiteKJ.github.io"
- }
+ "description": "Personal blog",
+ "repo": "https://github.com/CwhiteKJ/CwhiteKJ.github.io",
+ "owner": {
+ "username": "CwhiteKJ",
+ "email": "whitekj1221@gmail.com"
+ },
+ "record": {
+ "CNAME": "CwhiteKJ.github.io"
+ }
}
diff --git a/domains/who.json b/domains/who.json
index 52c7e7f39..25de39702 100644
--- a/domains/who.json
+++ b/domains/who.json
@@ -1,11 +1,11 @@
{
- "description": "references for my npm packages",
- "repo": "https://github.com/teamjoelee",
- "owner": {
- "username": "teamjoelee",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "hosting.gitbook.io"
- }
+ "description": "references for my npm packages",
+ "repo": "https://github.com/teamjoelee",
+ "owner": {
+ "username": "teamjoelee",
+ "email": "tojoeleeofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "hosting.gitbook.io"
+ }
}
diff --git a/domains/whxyu.json b/domains/whxyu.json
index 2c726ab8b..8f1a71574 100644
--- a/domains/whxyu.json
+++ b/domains/whxyu.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "yxu6fingers",
"email": ""
- },
- "record": {
+ },
+ "record": {
"CNAME": "yxu6fingers.github.io"
- }
}
-
+}
diff --git a/domains/whyleonardo.json b/domains/whyleonardo.json
index 5f1b323d9..7939ab75f 100644
--- a/domains/whyleonardo.json
+++ b/domains/whyleonardo.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "whyleonardo",
"email": "pleasefloyd73@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://nextjs-portfolio-chi-taupe.vercel.app"
- }
}
-
+}
diff --git a/domains/whyme.json b/domains/whyme.json
index e1f8ee621..75fd40b22 100644
--- a/domains/whyme.json
+++ b/domains/whyme.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "unqxl",
"email": "andreyzero123@gmail.com"
- },
- "record": {
+ },
+ "record": {
"A": ["181.215.68.159"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/wife.daddy.json b/domains/wife.daddy.json
index 3bc54dda2..06e5cc37a 100644
--- a/domains/wife.daddy.json
+++ b/domains/wife.daddy.json
@@ -1,10 +1,10 @@
{
- "description": "Daddy's wife's website",
- "owner": {
- "username": "MaskDuck",
- "email": "maskduckuwu@gmail.com"
- },
- "record": {
- "URL": "https://maskduck.is-a.dev"
- }
+ "description": "Daddy's wife's website",
+ "owner": {
+ "username": "MaskDuck",
+ "email": "maskduckuwu@gmail.com"
+ },
+ "record": {
+ "URL": "https://maskduck.is-a.dev"
+ }
}
diff --git a/domains/wiggly.json b/domains/wiggly.json
index bc94c9e3d..8cffa47be 100644
--- a/domains/wiggly.json
+++ b/domains/wiggly.json
@@ -1,12 +1,12 @@
{
- "description": "My wiggly site!",
- "repo": "https://github.com/Artsui/wigglydev",
- "owner": {
- "username": "Artsui",
- "email": "dedica0123@gmail.com",
- "twitter": "CornetWiggly"
- },
- "record": {
- "CNAME": "artsui.github.io"
- }
+ "description": "My wiggly site!",
+ "repo": "https://github.com/Artsui/wigglydev",
+ "owner": {
+ "username": "Artsui",
+ "email": "dedica0123@gmail.com",
+ "twitter": "CornetWiggly"
+ },
+ "record": {
+ "CNAME": "artsui.github.io"
+ }
}
diff --git a/domains/wiicreation.json b/domains/wiicreation.json
index 0dd0196d8..9c03f53c9 100644
--- a/domains/wiicreation.json
+++ b/domains/wiicreation.json
@@ -1,11 +1,11 @@
{
- "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"
- },
- "record": {
- "URL": "https://c1200.js.org/blog/faqs/2022/07/29/wiicreation-faq.html?from="
- }
+ "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"
+ },
+ "record": {
+ "URL": "https://c1200.js.org/blog/faqs/2022/07/29/wiicreation-faq.html?from="
+ }
}
diff --git a/domains/will.json b/domains/will.json
index a83acccfb..01b11062d 100644
--- a/domains/will.json
+++ b/domains/will.json
@@ -1,11 +1,11 @@
{
- "description": "William's site",
- "repo": "https://websterwh16.github.io/willisadev",
- "owner": {
- "username": "websterwh16",
- "email": "websterwh16@gmail.com"
- },
- "record": {
- "CNAME": "websterwh16.github.io"
- }
+ "description": "William's site",
+ "repo": "https://websterwh16.github.io/willisadev",
+ "owner": {
+ "username": "websterwh16",
+ "email": "websterwh16@gmail.com"
+ },
+ "record": {
+ "CNAME": "websterwh16.github.io"
+ }
}
diff --git a/domains/willian.json b/domains/willian.json
index 5aad4c31d..39c7ef966 100644
--- a/domains/willian.json
+++ b/domains/willian.json
@@ -1,12 +1,12 @@
{
- "description": "Willian Arsenio's Website",
- "repo": "https://github.com/waveiro/waveiro.github.io",
- "owner": {
- "username": "waveiro",
- "email": "",
- "twitter": "waveiro"
- },
- "record": {
- "CNAME": "waveiro.github.io"
- }
+ "description": "Willian Arsenio's Website",
+ "repo": "https://github.com/waveiro/waveiro.github.io",
+ "owner": {
+ "username": "waveiro",
+ "email": "",
+ "twitter": "waveiro"
+ },
+ "record": {
+ "CNAME": "waveiro.github.io"
+ }
}
diff --git a/domains/willo.json b/domains/willo.json
index 914796fb5..63a4082df 100644
--- a/domains/willo.json
+++ b/domains/willo.json
@@ -1,14 +1,19 @@
{
- "description": "A First Willo`s Website",
- "repo": "https://github.com/WilloIzCitron/willoizcitron.github.io",
- "owner": {
- "username": "WilloIzCitron",
- "email": "",
- "twitter": "willoizcitron"
- },
- "record": {
- "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"
- }
+ "description": "A First Willo`s Website",
+ "repo": "https://github.com/WilloIzCitron/willoizcitron.github.io",
+ "owner": {
+ "username": "WilloIzCitron",
+ "email": "",
+ "twitter": "willoizcitron"
+ },
+ "record": {
+ "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/win11-tutorial.notaperson535.json b/domains/win11-tutorial.notaperson535.json
index b4219735a..05eadceeb 100644
--- a/domains/win11-tutorial.notaperson535.json
+++ b/domains/win11-tutorial.notaperson535.json
@@ -1,11 +1,11 @@
{
- "description": "Windows 11 in HTML tutorial",
- "repo": "https://github.com/notAperson535/Win11-HTML-Tutorial",
- "owner": {
- "username": "notAperson535",
- "email": "notAperson939@gmail.com"
- },
- "record": {
- "CNAME": "notAperson535.github.io"
- }
+ "description": "Windows 11 in HTML tutorial",
+ "repo": "https://github.com/notAperson535/Win11-HTML-Tutorial",
+ "owner": {
+ "username": "notAperson535",
+ "email": "notAperson939@gmail.com"
+ },
+ "record": {
+ "CNAME": "notAperson535.github.io"
+ }
}
diff --git a/domains/win11.notaperson535.json b/domains/win11.notaperson535.json
index f27c20197..795cd8bd6 100644
--- a/domains/win11.notaperson535.json
+++ b/domains/win11.notaperson535.json
@@ -1,11 +1,11 @@
{
- "description": "My windows 11 in HTML",
- "repo": "https://github.com/notAperson535/Win11-HTML",
- "owner": {
- "username": "notAperson535",
- "email": "notAperson939@gmail.com"
- },
- "record": {
- "CNAME": "notAperson535.github.io"
- }
+ "description": "My windows 11 in HTML",
+ "repo": "https://github.com/notAperson535/Win11-HTML",
+ "owner": {
+ "username": "notAperson535",
+ "email": "notAperson939@gmail.com"
+ },
+ "record": {
+ "CNAME": "notAperson535.github.io"
+ }
}
diff --git a/domains/wind.json b/domains/wind.json
index 59f3baf85..72635352b 100644
--- a/domains/wind.json
+++ b/domains/wind.json
@@ -1,10 +1,10 @@
{
- "description": "WindTR's Website",
- "owner": {
- "username": "WindTR",
- "email": "westselim20@gmail.com"
- },
- "record": {
- "URL": "https://wind.js.org"
- }
+ "description": "WindTR's Website",
+ "owner": {
+ "username": "WindTR",
+ "email": "westselim20@gmail.com"
+ },
+ "record": {
+ "URL": "https://wind.js.org"
+ }
}
diff --git a/domains/wired.json b/domains/wired.json
index 9fc9df298..9f9032ef7 100644
--- a/domains/wired.json
+++ b/domains/wired.json
@@ -1,12 +1,12 @@
{
- "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",
- "twitter": "Wired__Design"
- },
- "record": {
- "CNAME": "wired-design.github.io"
- }
+ "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",
+ "twitter": "Wired__Design"
+ },
+ "record": {
+ "CNAME": "wired-design.github.io"
+ }
}
diff --git a/domains/wisnu.json b/domains/wisnu.json
index d8fa00485..de02d3b6e 100644
--- a/domains/wisnu.json
+++ b/domains/wisnu.json
@@ -1,11 +1,11 @@
{
- "description": "Wisnu Personal Website",
- "repo": "https://github.com/waxaranai",
- "owner": {
- "username": "Waxaranai",
- "email": "waxaranai@gmail.com"
- },
- "record": {
- "URL": "https://wisnu.me"
- }
+ "description": "Wisnu Personal Website",
+ "repo": "https://github.com/waxaranai",
+ "owner": {
+ "username": "Waxaranai",
+ "email": "waxaranai@gmail.com"
+ },
+ "record": {
+ "URL": "https://wisnu.me"
+ }
}
diff --git a/domains/withercubes.json b/domains/withercubes.json
index f52a26a79..71b839b74 100644
--- a/domains/withercubes.json
+++ b/domains/withercubes.json
@@ -1,12 +1,12 @@
{
- "description": "WitherCubes' portfolio website",
- "repo": "https://codeberg.org/WitherCubes/pages",
- "owner": {
- "username": "WitherCubes",
- "email": "withercubes@protonmail.com",
- "discord": "WitherCubes#2513"
- },
- "record": {
- "CNAME": "withercubes.codeberg.page"
- }
+ "description": "WitherCubes' portfolio website",
+ "repo": "https://codeberg.org/WitherCubes/pages",
+ "owner": {
+ "username": "WitherCubes",
+ "email": "withercubes@protonmail.com",
+ "discord": "WitherCubes#2513"
+ },
+ "record": {
+ "CNAME": "withercubes.codeberg.page"
+ }
}
diff --git a/domains/wkrzywiec.json b/domains/wkrzywiec.json
index 7ff381617..b9ff53cba 100644
--- a/domains/wkrzywiec.json
+++ b/domains/wkrzywiec.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "wkrzywiec.github.io"
}
-}
+}
diff --git a/domains/wonder.json b/domains/wonder.json
index f262d0e43..af600958b 100644
--- a/domains/wonder.json
+++ b/domains/wonder.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "wonderlandpark",
- "email": "wonderlandpark@callisto.team"
- },
- "record": {
- "CNAME": "is-a.wonder.im"
- }
+ "owner": {
+ "username": "wonderlandpark",
+ "email": "wonderlandpark@callisto.team"
+ },
+ "record": {
+ "CNAME": "is-a.wonder.im"
+ }
}
diff --git a/domains/woosh.json b/domains/woosh.json
index 9123c1bb7..b59a1612a 100644
--- a/domains/woosh.json
+++ b/domains/woosh.json
@@ -1,11 +1,11 @@
{
- "description": "idk just a domain i guess",
- "repo": "https://github.com/LetMeWoosh",
- "owner": {
- "username": "LetMeWoosh",
- "email": "me@letmewoosh.xyz"
- },
- "record": {
- "MX": ["mail.letmewoosh.me"]
- }
+ "description": "idk just a domain i guess",
+ "repo": "https://github.com/LetMeWoosh",
+ "owner": {
+ "username": "LetMeWoosh",
+ "email": "me@letmewoosh.xyz"
+ },
+ "record": {
+ "MX": ["mail.letmewoosh.me"]
+ }
}
diff --git a/domains/wopian.json b/domains/wopian.json
index 2c2275740..2c802b68d 100644
--- a/domains/wopian.json
+++ b/domains/wopian.json
@@ -1,12 +1,12 @@
{
- "description": "Homepage for my projects and open source contributions",
- "repo": "https://github.com/wopian/wopian.me",
- "owner": {
- "username": "wopian",
- "email": "",
- "twitter": "wopian_"
- },
- "record": {
- "URL": "https://wopian.me"
- }
+ "description": "Homepage for my projects and open source contributions",
+ "repo": "https://github.com/wopian/wopian.me",
+ "owner": {
+ "username": "wopian",
+ "email": "",
+ "twitter": "wopian_"
+ },
+ "record": {
+ "URL": "https://wopian.me"
+ }
}
diff --git a/domains/worm.json b/domains/worm.json
index 1d055c3cd..6b6f84ee6 100644
--- a/domains/worm.json
+++ b/domains/worm.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "arq091",
"email": "poonyapat.thane@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "arq091.github.io"
- }
}
-
+}
diff --git a/domains/wrdg.json b/domains/wrdg.json
index c2adc49ee..9f6c82976 100644
--- a/domains/wrdg.json
+++ b/domains/wrdg.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "wrdg",
"email": "wardog@wrdg.dev"
- },
+ },
- "record": {
+ "record": {
"URL": "https://wrdg.net"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/ws.json b/domains/ws.json
index b8b8a40df..e070ff882 100644
--- a/domains/ws.json
+++ b/domains/ws.json
@@ -1,11 +1,11 @@
{
- "description": "an api for my discord bot",
- "repo": "https://github.com/teamjoelee/me",
- "owner": {
- "username": "teamjoelee",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "a91c9e80-8282-444e-adb1-18be6d6ffbc2.repl.co"
- }
+ "description": "an api for my discord bot",
+ "repo": "https://github.com/teamjoelee/me",
+ "owner": {
+ "username": "teamjoelee",
+ "email": "tojoeleeofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "a91c9e80-8282-444e-adb1-18be6d6ffbc2.repl.co"
+ }
}
diff --git a/domains/wscr.json b/domains/wscr.json
index 736e1c212..3245b5de3 100644
--- a/domains/wscr.json
+++ b/domains/wscr.json
@@ -1,11 +1,11 @@
{
- "description": "a website for my discord bot",
- "repo": "https://github.com/teamjoelee/me",
- "owner": {
- "username": "teamjoelee",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "3dfb27ff-3743-463e-a0a1-83ef6f7b7468.repl.co"
- }
+ "description": "a website for my discord bot",
+ "repo": "https://github.com/teamjoelee/me",
+ "owner": {
+ "username": "teamjoelee",
+ "email": "tojoeleeofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "3dfb27ff-3743-463e-a0a1-83ef6f7b7468.repl.co"
+ }
}
diff --git a/domains/wwei.json b/domains/wwei.json
index 53bb1f974..7120dd89f 100644
--- a/domains/wwei.json
+++ b/domains/wwei.json
@@ -1,5 +1,3 @@
-
-
{
"description": "My github",
"owner": {
@@ -9,4 +7,4 @@
"record": {
"URL": "https://github.com/wwei-github"
}
-}
+}
diff --git a/domains/www.json b/domains/www.json
index 359253458..d564ecd98 100644
--- a/domains/www.json
+++ b/domains/www.json
@@ -1,11 +1,11 @@
{
- "description": "www.is-a.dev",
- "repo": "https://github.com/is-a-dev/is-a-dev.github.io",
- "owner": {
- "username": "phenax",
- "email": "phenax5@gmail.com"
- },
- "record": {
- "CNAME": "is-a-dev.github.io"
- }
+ "description": "www.is-a.dev",
+ "repo": "https://github.com/is-a-dev/is-a-dev.github.io",
+ "owner": {
+ "username": "phenax",
+ "email": "phenax5@gmail.com"
+ },
+ "record": {
+ "CNAME": "is-a-dev.github.io"
+ }
}
diff --git a/domains/www.priyansh.json b/domains/www.priyansh.json
index d1d8dc1ad..dd1f3dba6 100644
--- a/domains/www.priyansh.json
+++ b/domains/www.priyansh.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "priyanshprajapat",
- "email": "priy@nsh.is-a.dev"
- },
- "record": {
- "URL": "https://priyansh.is-a.dev"
- }
+ "owner": {
+ "username": "priyanshprajapat",
+ "email": "priy@nsh.is-a.dev"
+ },
+ "record": {
+ "URL": "https://priyansh.is-a.dev"
+ }
}
diff --git a/domains/www.semant.json b/domains/www.semant.json
index c8b339e90..2160ac944 100644
--- a/domains/www.semant.json
+++ b/domains/www.semant.json
@@ -1,11 +1,11 @@
{
- "description": "My Website",
- "owner": {
- "username": "s3mant",
- "email": "contact@semant.is-a.dev",
- "discord": "445073800850046977"
- },
- "record": {
- "CNAME": "2755c31d-6389-4f53-8fd7-b83f99037ffd.id.repl.co"
- }
+ "description": "My Website",
+ "owner": {
+ "username": "s3mant",
+ "email": "contact@semant.is-a.dev",
+ "discord": "445073800850046977"
+ },
+ "record": {
+ "CNAME": "2755c31d-6389-4f53-8fd7-b83f99037ffd.id.repl.co"
+ }
}
diff --git a/domains/xave.json b/domains/xave.json
index 548bb5485..c528869a3 100644
--- a/domains/xave.json
+++ b/domains/xave.json
@@ -1,11 +1,11 @@
{
- "description": "xa's site",
- "repo": "https://github.com/grilledwindow/grilledwindow.github.io",
- "owner": {
- "username": "grilledwindow",
- "email": "xaveang@gmail.com"
- },
- "record": {
- "CNAME": "grilledwindow.github.io"
- }
+ "description": "xa's site",
+ "repo": "https://github.com/grilledwindow/grilledwindow.github.io",
+ "owner": {
+ "username": "grilledwindow",
+ "email": "xaveang@gmail.com"
+ },
+ "record": {
+ "CNAME": "grilledwindow.github.io"
+ }
}
diff --git a/domains/xaxa.json b/domains/xaxa.json
index 294789ef7..5671fe89f 100644
--- a/domains/xaxa.json
+++ b/domains/xaxa.json
@@ -1,11 +1,11 @@
{
- "description": "Xaxa dev Website",
- "repo": "https://github.com/333xaxa/333xaxa.github.io",
- "owner": {
- "username": "333xaxa",
- "email": "xaxa_07x10@gmail.com"
- },
- "record": {
- "CNAME": "333xaxa.github.io"
- }
+ "description": "Xaxa dev Website",
+ "repo": "https://github.com/333xaxa/333xaxa.github.io",
+ "owner": {
+ "username": "333xaxa",
+ "email": "xaxa_07x10@gmail.com"
+ },
+ "record": {
+ "CNAME": "333xaxa.github.io"
+ }
}
diff --git a/domains/xcyth.json b/domains/xcyth.json
index c784ac017..4e4e02607 100644
--- a/domains/xcyth.json
+++ b/domains/xcyth.json
@@ -1,10 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Xcyth",
"email": "xcyth.dev@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "proxy.kastelapp.com"
- }
}
+}
diff --git a/domains/xdlyy.json b/domains/xdlyy.json
index 65ccccbad..5ab002785 100644
--- a/domains/xdlyy.json
+++ b/domains/xdlyy.json
@@ -1,10 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "xdlyy404",
"email": "fadlyid7@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://xdlyy404.github.io"
- }
}
+}
diff --git a/domains/xelxen.json b/domains/xelxen.json
index 870ca2b9c..4e7112ebb 100644
--- a/domains/xelxen.json
+++ b/domains/xelxen.json
@@ -1,12 +1,12 @@
{
- "description": "I am a dev ig",
- "repo": "https://github.com/xelxen.github.io",
- "owner": {
- "username": "XelXen",
- "email": "xelxenfox@gmail.com",
- "twitter": "your-twitter-username"
- },
- "record": {
- "CNAME": "xelxen.github.io"
- }
+ "description": "I am a dev ig",
+ "repo": "https://github.com/xelxen.github.io",
+ "owner": {
+ "username": "XelXen",
+ "email": "xelxenfox@gmail.com",
+ "twitter": "your-twitter-username"
+ },
+ "record": {
+ "CNAME": "xelxen.github.io"
+ }
}
diff --git a/domains/xen.json b/domains/xen.json
index 2e6040a49..f6e1d6fa8 100644
--- a/domains/xen.json
+++ b/domains/xen.json
@@ -1,12 +1,12 @@
{
- "description": "Website for my projects",
- "repo": "https://github.com/xenmods/xenmods.github.io",
- "owner": {
- "username": "xenmods",
- "email": "ilumomin04@gmail.com",
- "twitter": "momin_ilf"
- },
- "record": {
- "CNAME": "xenmods.github.io"
- }
+ "description": "Website for my projects",
+ "repo": "https://github.com/xenmods/xenmods.github.io",
+ "owner": {
+ "username": "xenmods",
+ "email": "ilumomin04@gmail.com",
+ "twitter": "momin_ilf"
+ },
+ "record": {
+ "CNAME": "xenmods.github.io"
+ }
}
diff --git a/domains/xevion.json b/domains/xevion.json
index b05f6e222..954235ec0 100644
--- a/domains/xevion.json
+++ b/domains/xevion.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Xevion",
"email": "xevion@xevion.dev"
- },
- "record": {
+ },
+ "record": {
"URL": "https://xevion.dev/?utm_source=is-a-dev"
- }
}
-
+}
diff --git a/domains/xiaolangkong.json b/domains/xiaolangkong.json
index 57b3d7618..862e2939d 100644
--- a/domains/xiaolangkong.json
+++ b/domains/xiaolangkong.json
@@ -1,11 +1,11 @@
{
- "description": "My personal site for my projects",
- "repo": "https://github.com/xiaolangkong/xiaolangkong.github.io",
- "owner": {
- "username": "xiaolangkong",
- "email": "xiaolangkong@protonmail.com"
- },
- "record": {
- "CNAME": "xiaolangkong.github.io"
- }
+ "description": "My personal site for my projects",
+ "repo": "https://github.com/xiaolangkong/xiaolangkong.github.io",
+ "owner": {
+ "username": "xiaolangkong",
+ "email": "xiaolangkong@protonmail.com"
+ },
+ "record": {
+ "CNAME": "xiaolangkong.github.io"
+ }
}
diff --git a/domains/xiaolei.json b/domains/xiaolei.json
index 4031dd79e..1f48ff3e0 100644
--- a/domains/xiaolei.json
+++ b/domains/xiaolei.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "zzzs",
- "email": "863837949@qq.com"
- },
- "record": {
- "URL": "https://github.com/zzzs"
- }
+ "owner": {
+ "username": "zzzs",
+ "email": "863837949@qq.com"
+ },
+ "record": {
+ "URL": "https://github.com/zzzs"
+ }
}
diff --git a/domains/xiaowu.json b/domains/xiaowu.json
index 4e326fa77..ffd1173a1 100644
--- a/domains/xiaowu.json
+++ b/domains/xiaowu.json
@@ -6,4 +6,4 @@
"record": {
"CNAME": "w-xuefeng.github.io"
}
-}
\ No newline at end of file
+}
diff --git a/domains/xkubsoneq.json b/domains/xkubsoneq.json
index 9e8b13d90..42e5339c5 100644
--- a/domains/xkubsoneq.json
+++ b/domains/xkubsoneq.json
@@ -1,12 +1,12 @@
{
- "description": "About me.",
- "repo": "https://github.com/xKubsoneQ",
- "owner": {
- "username": "xKubsoneQ",
- "email": "",
- "twitter": "undef1n3d_"
- },
- "record": {
- "URL": "https://pomocnikbot.pl/dev/socials"
- }
+ "description": "About me.",
+ "repo": "https://github.com/xKubsoneQ",
+ "owner": {
+ "username": "xKubsoneQ",
+ "email": "",
+ "twitter": "undef1n3d_"
+ },
+ "record": {
+ "URL": "https://pomocnikbot.pl/dev/socials"
+ }
}
diff --git a/domains/xndr.json b/domains/xndr.json
index db4b078ec..e33a1bc83 100644
--- a/domains/xndr.json
+++ b/domains/xndr.json
@@ -1,12 +1,12 @@
{
- "description": "Xandrrrr's CDN",
- "repo": "https://github.com/Xander1233",
- "owner": {
- "username": "Xander1233",
- "email": "",
- "twitter": "XandrrrrR6"
- },
- "record": {
- "A": ["173.249.30.209"]
- }
+ "description": "Xandrrrr's CDN",
+ "repo": "https://github.com/Xander1233",
+ "owner": {
+ "username": "Xander1233",
+ "email": "",
+ "twitter": "XandrrrrR6"
+ },
+ "record": {
+ "A": ["173.249.30.209"]
+ }
}
diff --git a/domains/xpplg.json b/domains/xpplg.json
index 79937f78d..5e6839946 100644
--- a/domains/xpplg.json
+++ b/domains/xpplg.json
@@ -1,9 +1,9 @@
- {
- "owner": {
+{
+ "owner": {
"username": "Jantur-dev",
"email": "jantur29@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "d46b1013-50ed-4f41-b75e-3961b2b9aad6.id.repl.co"
- }
}
+}
diff --git a/domains/xqwtxon.json b/domains/xqwtxon.json
index 7209fc39a..75dd5910b 100644
--- a/domains/xqwtxon.json
+++ b/domains/xqwtxon.json
@@ -1,13 +1,13 @@
{
- "description": "Programmer since 2016, Reverse-Engineer since 2019, I do a lot of Minecraft-related things.",
- "repo": "https;//github.com/xqwtxon/website",
- "owner": {
- "username": "xqwtxon",
- "email": "xqwtxon@hotmail.com",
- "twitter": "xqwtxon",
- "keybase": "@xqwtxon"
- },
- "record": {
- "CNAME": "xqwtxon.ml"
- }
+ "description": "Programmer since 2016, Reverse-Engineer since 2019, I do a lot of Minecraft-related things.",
+ "repo": "https;//github.com/xqwtxon/website",
+ "owner": {
+ "username": "xqwtxon",
+ "email": "xqwtxon@hotmail.com",
+ "twitter": "xqwtxon",
+ "keybase": "@xqwtxon"
+ },
+ "record": {
+ "CNAME": "xqwtxon.ml"
+ }
}
diff --git a/domains/xrcs.json b/domains/xrcs.json
index ff6bcc2e6..269fd175b 100644
--- a/domains/xrcs.json
+++ b/domains/xrcs.json
@@ -2,9 +2,9 @@
"description": "xrcs personal website",
"repo": "https://github.com/xrcss/xrcss.github.io",
"owner": {
- "username": "xrcss",
- "discord": "xrcs#0001",
- "email": ""
+ "username": "xrcss",
+ "discord": "xrcs#0001",
+ "email": ""
},
"record": {
"CNAME": "xrcss.github.io"
diff --git a/domains/xream.json b/domains/xream.json
index 9ab9af302..4416454d7 100644
--- a/domains/xream.json
+++ b/domains/xream.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "xream",
"email": "xreamxu@gmail.com"
- },
+ },
- "record": {
+ "record": {
"A": ["150.230.219.72"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/xryshirfxn.json b/domains/xryshirfxn.json
index 2a6d5e2aa..66bc525bb 100644
--- a/domains/xryshirfxn.json
+++ b/domains/xryshirfxn.json
@@ -1,12 +1,12 @@
{
- "description": "Personal website",
- "repo": "https://github.com/xryshirfxn/xryshirfxn.github.io",
- "owner": {
- "username": "xryshirfxn",
- "email": "",
- "twitter": "xryshirfxn"
- },
- "record": {
- "CNAME": "xryshirfxn.github.io"
- }
+ "description": "Personal website",
+ "repo": "https://github.com/xryshirfxn/xryshirfxn.github.io",
+ "owner": {
+ "username": "xryshirfxn",
+ "email": "",
+ "twitter": "xryshirfxn"
+ },
+ "record": {
+ "CNAME": "xryshirfxn.github.io"
+ }
}
diff --git a/domains/xthe.json b/domains/xthe.json
index 64667b6b1..17237b3ee 100644
--- a/domains/xthe.json
+++ b/domains/xthe.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/SirXThe/sirxthe.github.io",
- "owner": {
- "username": "SirXThe",
- "email": "sirxthe@gmail.com",
- "discord": "XThe#4695"
- },
- "record": {
- "CNAME": "sirxthe.github.io"
- }
+ "repo": "https://github.com/SirXThe/sirxthe.github.io",
+ "owner": {
+ "username": "SirXThe",
+ "email": "sirxthe@gmail.com",
+ "discord": "XThe#4695"
+ },
+ "record": {
+ "CNAME": "sirxthe.github.io"
+ }
}
diff --git a/domains/xuefeng.json b/domains/xuefeng.json
index 45719a39a..ffd1173a1 100644
--- a/domains/xuefeng.json
+++ b/domains/xuefeng.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "w-xuefeng",
"email": "xuefeng@wangxuefeng.com.cn"
- },
- "record": {
+ },
+ "record": {
"CNAME": "w-xuefeng.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/xuxxi.json b/domains/xuxxi.json
index 13593b042..1f8d90bdd 100644
--- a/domains/xuxxi.json
+++ b/domains/xuxxi.json
@@ -2,10 +2,10 @@
"description": "XUXXI",
"repo": "https://github.com/XUXXI/xuxxi.github.io",
"owner": {
- "username": "methaine",
- "email": "keter@keemail.me"
+ "username": "methaine",
+ "email": "keter@keemail.me"
},
"record": {
- "CNAME": "xuxxi.github.io"
+ "CNAME": "xuxxi.github.io"
}
}
diff --git a/domains/xyter.json b/domains/xyter.json
index 3d3e09505..39af6b316 100644
--- a/domains/xyter.json
+++ b/domains/xyter.json
@@ -1,11 +1,11 @@
{
- "description": "Xyter an discord.js bot developed by students.",
- "repo": "https://github.com/ZynerOrg/xyter",
- "owner": {
- "username": "VermiumSifell",
- "email": "vermium@zyner.org"
- },
- "record": {
- "URL": "https://xyter.zyner.org"
- }
+ "description": "Xyter an discord.js bot developed by students.",
+ "repo": "https://github.com/ZynerOrg/xyter",
+ "owner": {
+ "username": "VermiumSifell",
+ "email": "vermium@zyner.org"
+ },
+ "record": {
+ "URL": "https://xyter.zyner.org"
+ }
}
diff --git a/domains/xzfrost.json b/domains/xzfrost.json
index 4b1807936..055d3d0cf 100644
--- a/domains/xzfrost.json
+++ b/domains/xzfrost.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "XzFrosT",
"email": "mschodeihsan@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "ihsanhardiansah.me"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/yaelmassieu.json b/domains/yaelmassieu.json
index 462c22fef..0b42f8f5d 100644
--- a/domains/yaelmassieu.json
+++ b/domains/yaelmassieu.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "bystrokr",
"email": "jamesisajamessx@gmail.com"
- },
- "record": {
+ },
+ "record": {
"A": ["66.45.229.178"]
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/yahya-rabii.json b/domains/yahya-rabii.json
index 48a137f1d..03c7ef839 100644
--- a/domains/yahya-rabii.json
+++ b/domains/yahya-rabii.json
@@ -1,10 +1,10 @@
-{
- "description": "MY PP website",
- "owner": {
- "username": "Yahya-rabii",
- "email": "rabiiyahya1@gmail.com"
- },
- "record": {
- "CNAME": "yahya-rabii.github.io"
- }
-}
\ No newline at end of file
+{
+ "description": "MY PP website",
+ "owner": {
+ "username": "Yahya-rabii",
+ "email": "rabiiyahya1@gmail.com"
+ },
+ "record": {
+ "CNAME": "yahya-rabii.github.io"
+ }
+}
diff --git a/domains/yajat.json b/domains/yajat.json
index c064f4797..a9b547a73 100644
--- a/domains/yajat.json
+++ b/domains/yajat.json
@@ -1,11 +1,11 @@
{
- "description": "My Personal Website",
- "repo": "https://github.com/iamyajat",
- "owner": {
- "username": "iamyajat",
- "email": "me@iamyajat.co"
- },
- "record": {
- "URL": "https://www.iamyajat.co"
- }
+ "description": "My Personal Website",
+ "repo": "https://github.com/iamyajat",
+ "owner": {
+ "username": "iamyajat",
+ "email": "me@iamyajat.co"
+ },
+ "record": {
+ "URL": "https://www.iamyajat.co"
+ }
}
diff --git a/domains/yajtpg.json b/domains/yajtpg.json
index c297e9d3f..8e523da7e 100644
--- a/domains/yajtpg.json
+++ b/domains/yajtpg.json
@@ -1,11 +1,11 @@
{
- "description": "YajTPG's website",
- "repo": "https://github.com/YajTPG/yajtpg.github.io",
- "owner": {
- "username": "YajTPG",
- "email": "yajtpg@gmail.com"
- },
- "record": {
- "CNAME": "yajtpg.pages.dev"
- }
+ "description": "YajTPG's website",
+ "repo": "https://github.com/YajTPG/yajtpg.github.io",
+ "owner": {
+ "username": "YajTPG",
+ "email": "yajtpg@gmail.com"
+ },
+ "record": {
+ "CNAME": "yajtpg.pages.dev"
+ }
}
diff --git a/domains/yakiyo.json b/domains/yakiyo.json
index 9c53df721..952cb672f 100644
--- a/domains/yakiyo.json
+++ b/domains/yakiyo.json
@@ -1,13 +1,13 @@
-{
- "description": "Yakiyo. 18 y/o kid. Weeb and hobbyist Developer",
- "repo": "https;//github.com/Yakiyo/Yakiyo.github.io",
- "owner": {
- "username": "Yakiyo",
- "email": "",
- "twitter": "Yakiyo8",
- "discord": "Yakiyo#1206"
- },
- "record": {
- "CNAME": "yakiyo.github.io"
- }
- }
\ No newline at end of file
+{
+ "description": "Yakiyo. 18 y/o kid. Weeb and hobbyist Developer",
+ "repo": "https;//github.com/Yakiyo/Yakiyo.github.io",
+ "owner": {
+ "username": "Yakiyo",
+ "email": "",
+ "twitter": "Yakiyo8",
+ "discord": "Yakiyo#1206"
+ },
+ "record": {
+ "CNAME": "yakiyo.github.io"
+ }
+}
diff --git a/domains/yaman.json b/domains/yaman.json
index a048ff561..7d7bd24b0 100644
--- a/domains/yaman.json
+++ b/domains/yaman.json
@@ -1,11 +1,11 @@
{
- "description": "Redirecting to my blog",
- "repo": "https://github.com/julianyaman",
- "owner": {
- "username": "julianyaman",
- "email": "mail@yaman.pro"
- },
- "record": {
- "URL": "https://julianyaman.com"
- }
+ "description": "Redirecting to my blog",
+ "repo": "https://github.com/julianyaman",
+ "owner": {
+ "username": "julianyaman",
+ "email": "mail@yaman.pro"
+ },
+ "record": {
+ "URL": "https://julianyaman.com"
+ }
}
diff --git a/domains/yandao.json b/domains/yandao.json
index e4e179d2b..2b5ed4edd 100644
--- a/domains/yandao.json
+++ b/domains/yandao.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "yandao0313.github.io"
}
-}
+}
diff --git a/domains/yang.json b/domains/yang.json
index 084c11290..2c9231821 100644
--- a/domains/yang.json
+++ b/domains/yang.json
@@ -1,12 +1,11 @@
-
{
"description": "one personal blog",
"repo": "https://github.com/xuchao996/xuchao996.github.io",
"owner": {
- "username": "xuchao996",
- "email": "chao.xu996@gmail.com"
+ "username": "xuchao996",
+ "email": "chao.xu996@gmail.com"
},
"record": {
"CNAME": "xuchao996.github.io"
}
-}
+}
diff --git a/domains/yanmaker.json b/domains/yanmaker.json
index 09f2bd9ab..fe92fbbb0 100644
--- a/domains/yanmaker.json
+++ b/domains/yanmaker.json
@@ -1,11 +1,11 @@
{
- "description": "My about me website",
- "repo": "https://github.com/YanMaker/YanMaker",
- "owner": {
- "username": "YanMaker",
- "email": "whodis2022@outlook.com"
- },
- "record": {
- "CNAME": "yanmaker.github.io"
- }
+ "description": "My about me website",
+ "repo": "https://github.com/YanMaker/YanMaker",
+ "owner": {
+ "username": "YanMaker",
+ "email": "whodis2022@outlook.com"
+ },
+ "record": {
+ "CNAME": "yanmaker.github.io"
+ }
}
diff --git a/domains/yash-poojara.json b/domains/yash-poojara.json
index 050133ef1..d367f7f30 100644
--- a/domains/yash-poojara.json
+++ b/domains/yash-poojara.json
@@ -1,11 +1,11 @@
{
- "description": "Yash Poojara Profile.",
- "repo": "https://github.com/yash-poojara/yash-poojara.github.io",
- "owner": {
- "username": "yash-poojara",
- "email": ""
- },
- "record": {
- "CNAME": "yash-poojara.github.io"
- }
+ "description": "Yash Poojara Profile.",
+ "repo": "https://github.com/yash-poojara/yash-poojara.github.io",
+ "owner": {
+ "username": "yash-poojara",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "yash-poojara.github.io"
+ }
}
diff --git a/domains/yashas.json b/domains/yashas.json
index 0aab88392..23ddc48d5 100644
--- a/domains/yashas.json
+++ b/domains/yashas.json
@@ -1,11 +1,11 @@
{
- "description": "yashas.is-a.dev.",
- "repo": "https://github.com/yashas9492",
- "owner": {
- "username": "Yashas9492",
- "email": "yashas.codes@gmail.com"
- },
- "record": {
- "CNAME": "yashas9492.github.io"
- }
+ "description": "yashas.is-a.dev.",
+ "repo": "https://github.com/yashas9492",
+ "owner": {
+ "username": "Yashas9492",
+ "email": "yashas.codes@gmail.com"
+ },
+ "record": {
+ "CNAME": "yashas9492.github.io"
+ }
}
diff --git a/domains/yashash.json b/domains/yashash.json
index 1d2868164..0de5cef1e 100644
--- a/domains/yashash.json
+++ b/domains/yashash.json
@@ -1,11 +1,11 @@
{
- "description": "Personal portfolio website",
- "repo": "https://github.com/yashash1511/yashash1511.github.io",
- "owner": {
- "username": "yashash1511",
- "email": "yashash1511@gmail.com"
- },
- "record": {
- "URL": "https://yashash1511.github.io"
- }
+ "description": "Personal portfolio website",
+ "repo": "https://github.com/yashash1511/yashash1511.github.io",
+ "owner": {
+ "username": "yashash1511",
+ "email": "yashash1511@gmail.com"
+ },
+ "record": {
+ "URL": "https://yashash1511.github.io"
+ }
}
diff --git a/domains/yashh-chauhan.json b/domains/yashh-chauhan.json
index f43b94471..b2f12bb79 100644
--- a/domains/yashh-chauhan.json
+++ b/domains/yashh-chauhan.json
@@ -1,11 +1,11 @@
{
- "description": "Yash Chauhan Profile.",
- "repo": "https://github.com/yashh-chauhan/yashh-chauhan.github.io",
- "owner": {
- "username": "yashh-chauhan",
- "email": ""
- },
- "record": {
- "CNAME": "yashh-chauhan.github.io"
- }
+ "description": "Yash Chauhan Profile.",
+ "repo": "https://github.com/yashh-chauhan/yashh-chauhan.github.io",
+ "owner": {
+ "username": "yashh-chauhan",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "yashh-chauhan.github.io"
+ }
}
diff --git a/domains/yashraj.json b/domains/yashraj.json
index e6a4acc39..74e9eaf11 100644
--- a/domains/yashraj.json
+++ b/domains/yashraj.json
@@ -1,12 +1,12 @@
{
- "description": "My Personal Portfolio",
- "repo": "https://github.com/yashraj-n/yashraj-n.github.io",
- "owner": {
- "username": "yashraj-n",
- "email": "ynnarke52@gmail.com",
- "twitter": "NarkeYashraj"
- },
- "record": {
- "CNAME": "yashraj-n.github.io"
- }
-}
+ "description": "My Personal Portfolio",
+ "repo": "https://github.com/yashraj-n/yashraj-n.github.io",
+ "owner": {
+ "username": "yashraj-n",
+ "email": "ynnarke52@gmail.com",
+ "twitter": "NarkeYashraj"
+ },
+ "record": {
+ "CNAME": "yashraj-n.github.io"
+ }
+}
diff --git a/domains/ycyanx.json b/domains/ycyanx.json
index fc72ae0c5..96343e997 100644
--- a/domains/ycyanx.json
+++ b/domains/ycyanx.json
@@ -1,11 +1,11 @@
{
- "description": "yCyanxW's Website for Information!",
- "repo": "https://github.com/yCyanxW/ycyanx.github-io",
- "owner": {
- "username": "yCyanxW",
- "email": "ycyanxandxantham@gmail.com"
- },
- "record": {
- "CNAME": "59a8d912-6eac-4a09-97c0-a319d88b2b50.repl.co"
- }
+ "description": "yCyanxW's Website for Information!",
+ "repo": "https://github.com/yCyanxW/ycyanx.github-io",
+ "owner": {
+ "username": "yCyanxW",
+ "email": "ycyanxandxantham@gmail.com"
+ },
+ "record": {
+ "CNAME": "59a8d912-6eac-4a09-97c0-a319d88b2b50.repl.co"
+ }
}
diff --git a/domains/yedu.json b/domains/yedu.json
index e09826279..77226052c 100644
--- a/domains/yedu.json
+++ b/domains/yedu.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "YeduKrishnanTY.github.io"
}
-}
+}
diff --git a/domains/yeetedwin.json b/domains/yeetedwin.json
index 8caf214e6..d8e77c3ae 100644
--- a/domains/yeetedwin.json
+++ b/domains/yeetedwin.json
@@ -1,11 +1,11 @@
{
- "description": "This website is a my personal portfolio",
- "repo": "https://github.com/YEETEDWIN/YEETEDWIN.github.io",
- "owner": {
- "username": "YEETEDWIN",
- "email": "yeetedwin@protonmail.com"
- },
- "record": {
- "CNAME": "yeetedwin.github.io"
- }
+ "description": "This website is a my personal portfolio",
+ "repo": "https://github.com/YEETEDWIN/YEETEDWIN.github.io",
+ "owner": {
+ "username": "YEETEDWIN",
+ "email": "yeetedwin@protonmail.com"
+ },
+ "record": {
+ "CNAME": "yeetedwin.github.io"
+ }
}
diff --git a/domains/yejun.json b/domains/yejun.json
index cc91df80f..afaebfb75 100644
--- a/domains/yejun.json
+++ b/domains/yejun.json
@@ -1,11 +1,11 @@
{
- "description": "Just my personal website :^)",
- "repo": "https://github.com/SS-13/SS-13.github.io",
- "owner": {
- "username": "yejun",
- "email": "sammffl@gmail.com"
- },
- "record": {
- "CNAME": "yejun.tech"
- }
+ "description": "Just my personal website :^)",
+ "repo": "https://github.com/SS-13/SS-13.github.io",
+ "owner": {
+ "username": "yejun",
+ "email": "sammffl@gmail.com"
+ },
+ "record": {
+ "CNAME": "yejun.tech"
+ }
}
diff --git a/domains/yeppiidev.json b/domains/yeppiidev.json
index 20a597c5b..582e6dd2f 100644
--- a/domains/yeppiidev.json
+++ b/domains/yeppiidev.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "yeppiidev.github.io"
}
-}
+}
diff --git a/domains/yerin.json b/domains/yerin.json
index 26a12f334..2941a0406 100644
--- a/domains/yerin.json
+++ b/domains/yerin.json
@@ -1,10 +1,10 @@
{
- "repo": "https://github.com/wonderlandpark/yerin-is-a-dev",
- "owner": {
- "username": "wonderlandpark",
- "email": "wonderlandpark@callisto.team"
- },
- "record": {
- "CNAME": "wonderlandpark.github.io"
- }
+ "repo": "https://github.com/wonderlandpark/yerin-is-a-dev",
+ "owner": {
+ "username": "wonderlandpark",
+ "email": "wonderlandpark@callisto.team"
+ },
+ "record": {
+ "CNAME": "wonderlandpark.github.io"
+ }
}
diff --git a/domains/yescyyt.json b/domains/yescyyt.json
index d33c95b24..26d8fe612 100644
--- a/domains/yescyyt.json
+++ b/domains/yescyyt.json
@@ -1,11 +1,11 @@
{
- "description": "yescyyt's website (duh)",
- "repo": "https://github.com/yescyyt/yescyyt.github.io",
- "owner": {
- "username": "yescyyt",
- "email": "amberisamab@gmail.com"
- },
- "record": {
- "CNAME": "yescyyt.github.io"
- }
+ "description": "yescyyt's website (duh)",
+ "repo": "https://github.com/yescyyt/yescyyt.github.io",
+ "owner": {
+ "username": "yescyyt",
+ "email": "amberisamab@gmail.com"
+ },
+ "record": {
+ "CNAME": "yescyyt.github.io"
+ }
}
diff --git a/domains/yiff.json b/domains/yiff.json
index bb0c315da..ea54e8caa 100644
--- a/domains/yiff.json
+++ b/domains/yiff.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "DonovanDMC",
- "email": "admin@furrybot.co",
- "twitter": "Donovan_DMC",
- "discord": "Donovan_DMC#3621"
- },
- "record": {
- "URL": "https://furry.cool"
- }
+ "owner": {
+ "username": "DonovanDMC",
+ "email": "admin@furrybot.co",
+ "twitter": "Donovan_DMC",
+ "discord": "Donovan_DMC#3621"
+ },
+ "record": {
+ "URL": "https://furry.cool"
+ }
}
diff --git a/domains/yigitkerem.json b/domains/yigitkerem.json
index 47b688875..7c89496f3 100644
--- a/domains/yigitkerem.json
+++ b/domains/yigitkerem.json
@@ -1,13 +1,11 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "yigitkeremoktay",
"email": "yigitkerem@theskyfallen.com"
- },
+ },
- "record": {
+ "record": {
"MX": ["novea.skyfallen.org"],
"A": ["178.62.63.235"]
- }
}
-
+}
diff --git a/domains/yiro.json b/domains/yiro.json
index aa4225366..165da7018 100644
--- a/domains/yiro.json
+++ b/domains/yiro.json
@@ -1,11 +1,11 @@
{
- "description": "Yinier's personal developer website",
- "repo": "https://github.com/yrmartinez/yrmartinez.github.io",
- "owner": {
- "username": "yrmartinez",
- "email": "yiromartinez91@gmail.com"
- },
- "record": {
- "CNAME": "yrmartinez.github.io"
- }
+ "description": "Yinier's personal developer website",
+ "repo": "https://github.com/yrmartinez/yrmartinez.github.io",
+ "owner": {
+ "username": "yrmartinez",
+ "email": "yiromartinez91@gmail.com"
+ },
+ "record": {
+ "CNAME": "yrmartinez.github.io"
+ }
}
diff --git a/domains/yolobnb.json b/domains/yolobnb.json
index 435fa6403..42a30bb00 100644
--- a/domains/yolobnb.json
+++ b/domains/yolobnb.json
@@ -1,11 +1,11 @@
{
- "description": "My personal website",
- "repo": "https://github.com/yolobnb/yolobnb.github.io",
- "owner": {
- "username": "yolobnb",
- "email": "yooloobnb@protonmail.com"
- },
- "record": {
- "CNAME": "yolobnb.github.io"
- }
+ "description": "My personal website",
+ "repo": "https://github.com/yolobnb/yolobnb.github.io",
+ "owner": {
+ "username": "yolobnb",
+ "email": "yooloobnb@protonmail.com"
+ },
+ "record": {
+ "CNAME": "yolobnb.github.io"
+ }
}
diff --git a/domains/yootou.json b/domains/yootou.json
index b4ac67066..48b89b83b 100644
--- a/domains/yootou.json
+++ b/domains/yootou.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "yu-tou",
- "email": "xinyu198736@gmail.com",
- "twitter": "0xYootou",
- "discord": "yootou#7800"
- },
- "record": {
- "URL": "https://github.com/yu-tou"
- }
+ "owner": {
+ "username": "yu-tou",
+ "email": "xinyu198736@gmail.com",
+ "twitter": "0xYootou",
+ "discord": "yootou#7800"
+ },
+ "record": {
+ "URL": "https://github.com/yu-tou"
+ }
}
diff --git a/domains/yorodm.json b/domains/yorodm.json
index 9e43b1551..9d8ea3954 100644
--- a/domains/yorodm.json
+++ b/domains/yorodm.json
@@ -1,11 +1,11 @@
{
- "description": "/home/yorodm",
- "repo": "https://github.com/yorodm/yorodm.github.io",
- "owner": {
- "username": "yorodm",
- "email": "yoandy.rmartinez@gmail.com"
- },
- "record": {
- "CNAME": "yorodm.github.io"
- }
+ "description": "/home/yorodm",
+ "repo": "https://github.com/yorodm/yorodm.github.io",
+ "owner": {
+ "username": "yorodm",
+ "email": "yoandy.rmartinez@gmail.com"
+ },
+ "record": {
+ "CNAME": "yorodm.github.io"
+ }
}
diff --git a/domains/yourfriend.json b/domains/yourfriend.json
index 62c0dbe22..a1993fc96 100644
--- a/domains/yourfriend.json
+++ b/domains/yourfriend.json
@@ -1,11 +1,11 @@
{
- "description": "Yourfriend's Introduction",
- "repo": "https://github.com/yourfriend",
- "owner": {
- "username": "yourfriend",
- "email": "friend@yourfriend.lv"
- },
- "record": {
- "CNAME": "yourfriend.lv"
- }
+ "description": "Yourfriend's Introduction",
+ "repo": "https://github.com/yourfriend",
+ "owner": {
+ "username": "yourfriend",
+ "email": "friend@yourfriend.lv"
+ },
+ "record": {
+ "CNAME": "yourfriend.lv"
+ }
}
diff --git a/domains/ypratham.json b/domains/ypratham.json
index eeaed2906..a81e8d779 100644
--- a/domains/ypratham.json
+++ b/domains/ypratham.json
@@ -1,11 +1,11 @@
{
- "description": "Pratham Yadav Portfolio",
- "repo": "https://github.com/ypratham/portfolio.github.io",
- "owner": {
- "username": "ypratahm",
- "email": "ypratham0014@gmail.com"
- },
- "record": {
- "CNAME": "ypratham.github.io"
- }
+ "description": "Pratham Yadav Portfolio",
+ "repo": "https://github.com/ypratham/portfolio.github.io",
+ "owner": {
+ "username": "ypratahm",
+ "email": "ypratham0014@gmail.com"
+ },
+ "record": {
+ "CNAME": "ypratham.github.io"
+ }
}
diff --git a/domains/ysfchn.json b/domains/ysfchn.json
index 4ba9d55af..5c6c99d44 100644
--- a/domains/ysfchn.json
+++ b/domains/ysfchn.json
@@ -1,11 +1,11 @@
{
- "description": "ysfchn's personal website",
- "repo": "https://github.com/ysfchn",
- "owner": {
- "username": "ysfchn",
- "email": "hi@ysfchn.com"
- },
- "record": {
- "URL": "https://ysfchn.com"
- }
+ "description": "ysfchn's personal website",
+ "repo": "https://github.com/ysfchn",
+ "owner": {
+ "username": "ysfchn",
+ "email": "hi@ysfchn.com"
+ },
+ "record": {
+ "URL": "https://ysfchn.com"
+ }
}
diff --git a/domains/yujia.json b/domains/yujia.json
index 515025c08..b09f351e2 100644
--- a/domains/yujia.json
+++ b/domains/yujia.json
@@ -1,11 +1,11 @@
{
- "description": "Yujia's Magic",
- "repo": "https://github.com/YujiaY",
- "owner": {
- "username": "YujiaY",
- "email": "aujackyuan@gmail.com"
- },
- "record": {
- "CNAME": "YujiaY.github.io"
- }
+ "description": "Yujia's Magic",
+ "repo": "https://github.com/YujiaY",
+ "owner": {
+ "username": "YujiaY",
+ "email": "aujackyuan@gmail.com"
+ },
+ "record": {
+ "CNAME": "YujiaY.github.io"
+ }
}
diff --git a/domains/yuk1ch.json b/domains/yuk1ch.json
index 444719681..695b794cf 100644
--- a/domains/yuk1ch.json
+++ b/domains/yuk1ch.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "ImRaid",
- "email": "itsraidlol@gmail.com",
- "discord": "! Yuk1ch#7484",
- "telegram": "@Yuk1ch"
- },
- "record": {
- "CNAME": "d1d16500-13c2-4fc8-a658-87d258da2316.id.repl.co"
- }
+ "owner": {
+ "username": "ImRaid",
+ "email": "itsraidlol@gmail.com",
+ "discord": "! Yuk1ch#7484",
+ "telegram": "@Yuk1ch"
+ },
+ "record": {
+ "CNAME": "d1d16500-13c2-4fc8-a658-87d258da2316.id.repl.co"
+ }
}
diff --git a/domains/yuk7.json b/domains/yuk7.json
index ee1c875ee..31d204df6 100644
--- a/domains/yuk7.json
+++ b/domains/yuk7.json
@@ -1,11 +1,11 @@
{
- "description": "yuk7 personal website",
- "repo": "https://github.com/yuk7/yuk7.github.io",
- "owner": {
- "username": "yuk7",
- "email": "yukx00@gmail.com"
- },
- "record": {
- "CNAME": "yuk7.github.io"
- }
+ "description": "yuk7 personal website",
+ "repo": "https://github.com/yuk7/yuk7.github.io",
+ "owner": {
+ "username": "yuk7",
+ "email": "yukx00@gmail.com"
+ },
+ "record": {
+ "CNAME": "yuk7.github.io"
+ }
}
diff --git a/domains/yuksel.json b/domains/yuksel.json
index 8b214e218..c29660f6c 100644
--- a/domains/yuksel.json
+++ b/domains/yuksel.json
@@ -1,11 +1,11 @@
{
- "description": "Yuksel Beyti's personal developer website",
- "repo": "https://github.com/yuks/yuks.github.io",
- "owner": {
- "username": "yuks",
- "email": "admin@yukselbeyti.com"
- },
- "record": {
- "CNAME": "yuks.github.io"
- }
+ "description": "Yuksel Beyti's personal developer website",
+ "repo": "https://github.com/yuks/yuks.github.io",
+ "owner": {
+ "username": "yuks",
+ "email": "admin@yukselbeyti.com"
+ },
+ "record": {
+ "CNAME": "yuks.github.io"
+ }
}
diff --git a/domains/yuphie.json b/domains/yuphie.json
index 040bdb1db..fd1761ddf 100644
--- a/domains/yuphie.json
+++ b/domains/yuphie.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "yuphiedev",
"email": "mizuto.discord@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://yuphie.vercel.app"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/yuphiee.json b/domains/yuphiee.json
index 040bdb1db..fd1761ddf 100644
--- a/domains/yuphiee.json
+++ b/domains/yuphiee.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "yuphiedev",
"email": "mizuto.discord@gmail.com"
- },
- "record": {
+ },
+ "record": {
"URL": "https://yuphie.vercel.app"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/yurihsq.json b/domains/yurihsq.json
index 3694e7044..c8a1a2c86 100644
--- a/domains/yurihsq.json
+++ b/domains/yurihsq.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Mai1ii",
"email": "micomacabali14@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "mai1ii.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/yurikawa.json b/domains/yurikawa.json
index 6620f4bf7..20d880463 100644
--- a/domains/yurikawa.json
+++ b/domains/yurikawa.json
@@ -1,16 +1,16 @@
{
- "description": "For my Anime Images API",
- "repo": "https://github.com/KASKUSTTV",
- "owner": {
- "username": "KASKUSTTV",
- "email": "kaskus45@protonmail.com"
- },
- "record": {
- "A": [
- "164.132.74.251",
- "164.132.75.251",
- "164.132.76.251",
- "164.132.77.251"
- ]
- }
+ "description": "For my Anime Images API",
+ "repo": "https://github.com/KASKUSTTV",
+ "owner": {
+ "username": "KASKUSTTV",
+ "email": "kaskus45@protonmail.com"
+ },
+ "record": {
+ "A": [
+ "164.132.74.251",
+ "164.132.75.251",
+ "164.132.76.251",
+ "164.132.77.251"
+ ]
+ }
}
diff --git a/domains/yush.json b/domains/yush.json
index 3bc39faf9..463c741ff 100644
--- a/domains/yush.json
+++ b/domains/yush.json
@@ -1,11 +1,11 @@
-{
- "owner": {
- "username": "OpAayush",
- "email": "aayush.agrawalm@gmail.com"
- },
- "description": "mail domain",
- "record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
- }
+{
+ "owner": {
+ "username": "OpAayush",
+ "email": "aayush.agrawalm@gmail.com"
+ },
+ "description": "mail domain",
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/yusuf-rawat.json b/domains/yusuf-rawat.json
index 1cc3c2564..785cc751c 100644
--- a/domains/yusuf-rawat.json
+++ b/domains/yusuf-rawat.json
@@ -1,10 +1,10 @@
{
- "description": "this a link to my github profile.",
- "owner": {
- "username": "yusuf007r",
- "email": "yusufmaster7@gmail.com"
- },
- "record": {
- "URL": "https://github.com/Yusuf007R"
- }
+ "description": "this a link to my github profile.",
+ "owner": {
+ "username": "yusuf007r",
+ "email": "yusufmaster7@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/Yusuf007R"
+ }
}
diff --git a/domains/yusuf.json b/domains/yusuf.json
index 4cb37f54e..5276831e4 100644
--- a/domains/yusuf.json
+++ b/domains/yusuf.json
@@ -1,11 +1,11 @@
{
- "description": "My Github pages portfolio",
- "repo": "https://github.com/YAOfficial/portfolio/tree/gh-pages",
- "owner": {
- "username": "YAOfficial",
- "email": "yahumble1@gmail.com"
- },
- "record": {
- "CNAME": "yaofficial.github.io"
- }
+ "description": "My Github pages portfolio",
+ "repo": "https://github.com/YAOfficial/portfolio/tree/gh-pages",
+ "owner": {
+ "username": "YAOfficial",
+ "email": "yahumble1@gmail.com"
+ },
+ "record": {
+ "CNAME": "yaofficial.github.io"
+ }
}
diff --git a/domains/yuto.json b/domains/yuto.json
index c29a53d6a..c5d071c45 100644
--- a/domains/yuto.json
+++ b/domains/yuto.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "starptr",
- "email": "yuto@berkeley.edu"
- },
- "description": "Personal website",
- "record": {
- "URL": "https://yart.me"
- }
+ "owner": {
+ "username": "starptr",
+ "email": "yuto@berkeley.edu"
+ },
+ "description": "Personal website",
+ "record": {
+ "URL": "https://yart.me"
+ }
}
diff --git a/domains/yutong.json b/domains/yutong.json
index 523e68be4..758a3e91c 100644
--- a/domains/yutong.json
+++ b/domains/yutong.json
@@ -1,11 +1,11 @@
{
- "description": "Test description",
- "repo": "https://Global-Clicks.yutonghan2.repl.co",
- "owner": {
- "username": "yutonghanofficial",
- "email": "realyutonghan@gmail.com"
- },
- "record": {
- "CNAME": "e5ac2ad9-5903-4c72-9092-7da12688a4c2.id.repl.co"
- }
+ "description": "Test description",
+ "repo": "https://Global-Clicks.yutonghan2.repl.co",
+ "owner": {
+ "username": "yutonghanofficial",
+ "email": "realyutonghan@gmail.com"
+ },
+ "record": {
+ "CNAME": "e5ac2ad9-5903-4c72-9092-7da12688a4c2.id.repl.co"
+ }
}
diff --git a/domains/yuukari.json b/domains/yuukari.json
index c6ec01c32..32e15c4d6 100644
--- a/domains/yuukari.json
+++ b/domains/yuukari.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "yuukari.github.io"
}
-}
\ No newline at end of file
+}
diff --git a/domains/yxlr.json b/domains/yxlr.json
index dfec816bd..b760ec7d1 100644
--- a/domains/yxlr.json
+++ b/domains/yxlr.json
@@ -1,9 +1,9 @@
- {
- "owner": {
+{
+ "owner": {
"username": "yxlr123",
"email": "dbh2858304517@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "yxlr123.github.io"
- }
}
+}
diff --git a/domains/z4ff.json b/domains/z4ff.json
index 9da0522c6..b4c7c644d 100644
--- a/domains/z4ff.json
+++ b/domains/z4ff.json
@@ -1,10 +1,10 @@
{
- "description": "my website",
- "owner": {
- "username": "z4ff",
- "email": "z3ffdebunked@gmail.com"
- },
- "record": {
- "CNAME": "0c0ac41f-740d-47d1-b813-f75e5f5a5800.repl.co"
- }
+ "description": "my website",
+ "owner": {
+ "username": "z4ff",
+ "email": "z3ffdebunked@gmail.com"
+ },
+ "record": {
+ "CNAME": "0c0ac41f-740d-47d1-b813-f75e5f5a5800.repl.co"
+ }
}
diff --git a/domains/z4xi.json b/domains/z4xi.json
index 6834b17a8..8b9cff2d5 100644
--- a/domains/z4xi.json
+++ b/domains/z4xi.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "z4xi",
"email": "z4xi@shitposting.expert"
- },
- "record": {
+ },
+ "record": {
"URL": "https://velvety-granita-c85dd5.netlify.app"
- }
}
-
+}
diff --git a/domains/zaid.json b/domains/zaid.json
index 76668dabd..289bdd46d 100644
--- a/domains/zaid.json
+++ b/domains/zaid.json
@@ -1,12 +1,12 @@
{
- "description": "Zaid's Personal Website",
- "repo": "https://github.com/zaidmukaddam/zaidmukaddam.github.io",
- "owner": {
- "username": "zaidmukaddam",
- "email": "zaidlunatic1@gmail",
- "twitter": "Zaid08079154"
- },
- "record": {
- "CNAME": "zaidmukaddam.github.io"
- }
+ "description": "Zaid's Personal Website",
+ "repo": "https://github.com/zaidmukaddam/zaidmukaddam.github.io",
+ "owner": {
+ "username": "zaidmukaddam",
+ "email": "zaidlunatic1@gmail",
+ "twitter": "Zaid08079154"
+ },
+ "record": {
+ "CNAME": "zaidmukaddam.github.io"
+ }
}
diff --git a/domains/zarwin.json b/domains/zarwin.json
index b5e0cad97..d2fb2531b 100644
--- a/domains/zarwin.json
+++ b/domains/zarwin.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/zarwin/zarwin.is-a.dev",
- "owner": {
- "username": "zarwin",
- "email": "",
- "discord": "𝕃𝕠𝕣𝕕 ℤ𝕒𝕣𝕨𝕚𝕟#8600"
- },
- "record": {
- "CNAME": "zarwin.github.io"
- }
+ "repo": "https://github.com/zarwin/zarwin.is-a.dev",
+ "owner": {
+ "username": "zarwin",
+ "email": "",
+ "discord": "𝕃𝕠𝕣𝕕 ℤ𝕒𝕣𝕨𝕚𝕟#8600"
+ },
+ "record": {
+ "CNAME": "zarwin.github.io"
+ }
}
diff --git a/domains/zelle.json b/domains/zelle.json
index a49e6af01..1adb202f2 100644
--- a/domains/zelle.json
+++ b/domains/zelle.json
@@ -1,11 +1,11 @@
{
- "description": "Zelle Portfolio",
- "repo": "https://github.com/zelxd/static-portfolio",
- "owner": {
- "username": "zelxd",
- "email": "zeloeee@gmail.com"
- },
- "record": {
- "CNAME": "zelxd.github.io"
- }
+ "description": "Zelle Portfolio",
+ "repo": "https://github.com/zelxd/static-portfolio",
+ "owner": {
+ "username": "zelxd",
+ "email": "zeloeee@gmail.com"
+ },
+ "record": {
+ "CNAME": "zelxd.github.io"
+ }
}
diff --git a/domains/zen.json b/domains/zen.json
index 723fe5a51..8659f1780 100644
--- a/domains/zen.json
+++ b/domains/zen.json
@@ -6,4 +6,4 @@
"record": {
"CNAME": "zeraai.github.io"
}
-}
+}
diff --git a/domains/zeor154.json b/domains/zeor154.json
index bc57f3884..4648786f2 100644
--- a/domains/zeor154.json
+++ b/domains/zeor154.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
- "username": "Zeor154",
- "email": "driop12bu@gmail.com"
- },
- "record": {
- "A": ["45.130.141.88"]
- }
- }
-
\ No newline at end of file
+{
+ "owner": {
+ "username": "Zeor154",
+ "email": "driop12bu@gmail.com"
+ },
+ "record": {
+ "A": ["45.130.141.88"]
+ }
+}
diff --git a/domains/zeptar.json b/domains/zeptar.json
index 51ea8c6ad..58a371740 100644
--- a/domains/zeptar.json
+++ b/domains/zeptar.json
@@ -1,12 +1,12 @@
{
- "description": "Zeptar's Portofolio",
- "repo": "https://github.com/Zeptar1069/zeptar1069.github.io",
- "owner": {
- "username": "Zeptar1069",
- "email": "terryk.onekorea@gmail.com",
- "discord": "Zeptar#7882"
- },
- "record": {
- "CNAME": "zeptar1069.github.io"
- }
+ "description": "Zeptar's Portofolio",
+ "repo": "https://github.com/Zeptar1069/zeptar1069.github.io",
+ "owner": {
+ "username": "Zeptar1069",
+ "email": "terryk.onekorea@gmail.com",
+ "discord": "Zeptar#7882"
+ },
+ "record": {
+ "CNAME": "zeptar1069.github.io"
+ }
}
diff --git a/domains/zero.json b/domains/zero.json
index c7af9f358..7f82b4070 100644
--- a/domains/zero.json
+++ b/domains/zero.json
@@ -1,11 +1,11 @@
{
- "description": "My personal developer portfolio.",
- "repo": "https://github.com/CoderPopCat/coderpopcat.github.io",
- "owner": {
- "username": "CoderPopCat",
- "email": "zerotwo@popcat.xyz"
- },
- "record": {
- "CNAME": "coderpopcat.github.io"
- }
+ "description": "My personal developer portfolio.",
+ "repo": "https://github.com/CoderPopCat/coderpopcat.github.io",
+ "owner": {
+ "username": "CoderPopCat",
+ "email": "zerotwo@popcat.xyz"
+ },
+ "record": {
+ "CNAME": "coderpopcat.github.io"
+ }
}
diff --git a/domains/zerotwo.json b/domains/zerotwo.json
index 191503615..819b56cf9 100644
--- a/domains/zerotwo.json
+++ b/domains/zerotwo.json
@@ -1,11 +1,11 @@
{
- "description": "landing site for zerotwo, the discord bot.",
- "repo": "https://github.com/ZeroTwoDiscord/zerotwodiscord.github.io",
- "owner": {
- "username": "ConnorDoesDev",
- "email": "connordoesdev@gmail.com / connor@zerotwo.sytes.net"
- },
- "record": {
- "CNAME": "zerotwodiscord.github.io"
- }
+ "description": "landing site for zerotwo, the discord bot.",
+ "repo": "https://github.com/ZeroTwoDiscord/zerotwodiscord.github.io",
+ "owner": {
+ "username": "ConnorDoesDev",
+ "email": "connordoesdev@gmail.com / connor@zerotwo.sytes.net"
+ },
+ "record": {
+ "CNAME": "zerotwodiscord.github.io"
+ }
}
diff --git a/domains/zerowho.json b/domains/zerowho.json
index 07edb4a5a..c037473d1 100644
--- a/domains/zerowho.json
+++ b/domains/zerowho.json
@@ -1,11 +1,11 @@
{
- "description": "ZeroDev's personal developer website",
- "repo": "https://github.com/TadashiKazuo",
- "owner": {
- "username": "TadashiKazuo",
- "email": "kudo.andrew.2005@gmail.com"
- },
- "record": {
- "CNAME": "andrewnoob.tk"
- }
+ "description": "ZeroDev's personal developer website",
+ "repo": "https://github.com/TadashiKazuo",
+ "owner": {
+ "username": "TadashiKazuo",
+ "email": "kudo.andrew.2005@gmail.com"
+ },
+ "record": {
+ "CNAME": "andrewnoob.tk"
+ }
}
diff --git a/domains/zffu.json b/domains/zffu.json
index d08726ef0..d616e3eff 100644
--- a/domains/zffu.json
+++ b/domains/zffu.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Radi0o",
"email": "radi0o0@outlook.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "zffu.ml"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/zhangximufeng.json b/domains/zhangximufeng.json
index 9d323e515..6fbae38cf 100644
--- a/domains/zhangximufeng.json
+++ b/domains/zhangximufeng.json
@@ -1,11 +1,11 @@
{
- "description": "Link to my github",
- "repo": "https://github.com/zhangximufeng",
- "owner": {
- "username": "zhangximufeng",
- "email": "zhangximufeng@gmail.com"
- },
- "record": {
- "CNAME": "zhangximufeng.github.io"
- }
+ "description": "Link to my github",
+ "repo": "https://github.com/zhangximufeng",
+ "owner": {
+ "username": "zhangximufeng",
+ "email": "zhangximufeng@gmail.com"
+ },
+ "record": {
+ "CNAME": "zhangximufeng.github.io"
+ }
}
diff --git a/domains/zhenchai.json b/domains/zhenchai.json
index eae1aca01..9cd5767f4 100644
--- a/domains/zhenchai.json
+++ b/domains/zhenchai.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "zhenchai00",
"email": "zhenchai0000@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "zhenchai00.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/zhiyao.json b/domains/zhiyao.json
index e8f97e1f2..d3c4e7530 100644
--- a/domains/zhiyao.json
+++ b/domains/zhiyao.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "lizhiyao.github.io"
}
-}
+}
diff --git a/domains/zhycorp.json b/domains/zhycorp.json
index 5d082b41c..18b542cfa 100644
--- a/domains/zhycorp.json
+++ b/domains/zhycorp.json
@@ -1,11 +1,11 @@
{
- "description": "A simple non-static site for Zhycorp",
- "repo": "https://github.com/zhycorp",
- "owner": {
- "username": "zhycorp",
- "email": "support@zhycorp.xyz"
- },
- "record": {
- "CNAME": "rd73mzgq7jp59yq0.preview.edgeapp.net"
- }
+ "description": "A simple non-static site for Zhycorp",
+ "repo": "https://github.com/zhycorp",
+ "owner": {
+ "username": "zhycorp",
+ "email": "support@zhycorp.xyz"
+ },
+ "record": {
+ "CNAME": "rd73mzgq7jp59yq0.preview.edgeapp.net"
+ }
}
diff --git a/domains/ziari.json b/domains/ziari.json
index 89bf53948..ca2e857fe 100644
--- a/domains/ziari.json
+++ b/domains/ziari.json
@@ -1,12 +1,12 @@
{
- "description": "ziari's website",
- "repo": "https://github.com/AMIRPARSAZIARI/AMIRPARSAZIARI.github.io",
- "owner": {
- "username": "AMIRPARSAZIARI",
- "email": "ziariamirparsa@gmail.com",
- "twitter": "ziariamirparsa"
- },
- "record": {
- "CNAME": "amirparsaziari.github.io"
- }
+ "description": "ziari's website",
+ "repo": "https://github.com/AMIRPARSAZIARI/AMIRPARSAZIARI.github.io",
+ "owner": {
+ "username": "AMIRPARSAZIARI",
+ "email": "ziariamirparsa@gmail.com",
+ "twitter": "ziariamirparsa"
+ },
+ "record": {
+ "CNAME": "amirparsaziari.github.io"
+ }
}
diff --git a/domains/zidanify.json b/domains/zidanify.json
index 71d508c3d..657f47a23 100644
--- a/domains/zidanify.json
+++ b/domains/zidanify.json
@@ -1,12 +1,12 @@
{
- "description": "zidanify's website",
- "repo": "https://github.com/zidanify/zidanify.github.io",
- "owner": {
- "username": "zidanify",
- "email": "mohzidanhirawan356@gmail.com",
- "twitter": "Zidanify"
- },
- "record": {
- "CNAME": "zidanify.github.io"
- }
+ "description": "zidanify's website",
+ "repo": "https://github.com/zidanify/zidanify.github.io",
+ "owner": {
+ "username": "zidanify",
+ "email": "mohzidanhirawan356@gmail.com",
+ "twitter": "Zidanify"
+ },
+ "record": {
+ "CNAME": "zidanify.github.io"
+ }
}
diff --git a/domains/ziue.json b/domains/ziue.json
index 808003d65..cd70fcc68 100644
--- a/domains/ziue.json
+++ b/domains/ziue.json
@@ -1,11 +1,11 @@
{
- "description": "Link to my github",
- "owner": {
- "username": "ziuee",
- "email": "",
- "discord": "ziue#8495"
- },
- "record": {
- "CNAME": "ziuee.github.io"
- }
+ "description": "Link to my github",
+ "owner": {
+ "username": "ziuee",
+ "email": "",
+ "discord": "ziue#8495"
+ },
+ "record": {
+ "CNAME": "ziuee.github.io"
+ }
}
diff --git a/domains/zoro.xen.json b/domains/zoro.xen.json
index 9ca209ef4..945d57583 100644
--- a/domains/zoro.xen.json
+++ b/domains/zoro.xen.json
@@ -1,10 +1,10 @@
{
- "description": "Backend API for t.me/roronoa_zoro_robot",
- "owner": {
- "username": "xenmods",
- "email": "ilumomin04@gmail.com"
- },
- "record": {
- "CNAME": "b6c9cd01-6ea5-4c58-b942-4194bdb11578.cname.koyeb.app"
- }
+ "description": "Backend API for t.me/roronoa_zoro_robot",
+ "owner": {
+ "username": "xenmods",
+ "email": "ilumomin04@gmail.com"
+ },
+ "record": {
+ "CNAME": "b6c9cd01-6ea5-4c58-b942-4194bdb11578.cname.koyeb.app"
+ }
}
diff --git a/domains/zplusfour.json b/domains/zplusfour.json
index 8bef0a33a..869aa38e1 100644
--- a/domains/zplusfour.json
+++ b/domains/zplusfour.json
@@ -1,12 +1,12 @@
{
- "owner": {
- "username": "zplusfour",
- "email": "zgjoniur@gmail.com",
- "discord": "zplusfour#0001"
- },
+ "owner": {
+ "username": "zplusfour",
+ "email": "zgjoniur@gmail.com",
+ "discord": "zplusfour#0001"
+ },
- "record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/ztz.json b/domains/ztz.json
index 4235e9fd8..ba8b643e7 100644
--- a/domains/ztz.json
+++ b/domains/ztz.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "ZTzTopia",
"email": "zentay36@gmail.com"
- },
+ },
- "record": {
+ "record": {
"A": ["34.173.97.174"]
- }
}
-
+}
diff --git a/domains/zuhaib.json b/domains/zuhaib.json
index 87319d500..41c89131b 100644
--- a/domains/zuhaib.json
+++ b/domains/zuhaib.json
@@ -1,11 +1,11 @@
{
- "description": "Personal portfolio",
- "repo": "https://github.com/powrhouseofthecell/powrhouseofthecell.github.io",
- "owner": {
- "username": "powrhouseofthecell",
- "email": "theshahzuhaib96@gmail.com"
- },
- "record": {
- "CNAME": "powrhouseofthecell.github.io"
- }
+ "description": "Personal portfolio",
+ "repo": "https://github.com/powrhouseofthecell/powrhouseofthecell.github.io",
+ "owner": {
+ "username": "powrhouseofthecell",
+ "email": "theshahzuhaib96@gmail.com"
+ },
+ "record": {
+ "CNAME": "powrhouseofthecell.github.io"
+ }
}
diff --git a/domains/zuhair.json b/domains/zuhair.json
index 15be82753..8fc3df505 100644
--- a/domains/zuhair.json
+++ b/domains/zuhair.json
@@ -1,12 +1,10 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "ZuhairTarif",
"email": "20-42115-1@student.aiub.edu"
- },
+ },
- "record": {
+ "record": {
"CNAME": "ZuhairTarif.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/zuntie.json b/domains/zuntie.json
index ded7f6328..033452dae 100644
--- a/domains/zuntie.json
+++ b/domains/zuntie.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "Zuntie",
"email": "ZuntieDev@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "zuntie.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/zyrouge.json b/domains/zyrouge.json
index e980c87fd..b78de2475 100644
--- a/domains/zyrouge.json
+++ b/domains/zyrouge.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "zyrouge",
- "email": "zyrouge@hotmail.com",
- "twitter": "_zyrouge_"
- },
- "record": {
- "CNAME": "zyrouge.github.io"
- }
+ "owner": {
+ "username": "zyrouge",
+ "email": "zyrouge@hotmail.com",
+ "twitter": "_zyrouge_"
+ },
+ "record": {
+ "CNAME": "zyrouge.github.io"
+ }
}
diff --git a/domains/zyztem.json b/domains/zyztem.json
index 51db72c1e..1e3f7886e 100644
--- a/domains/zyztem.json
+++ b/domains/zyztem.json
@@ -1,12 +1,12 @@
{
- "description": "zyztems social site",
- "repo": "https://github.com/zyztem/zyztem.github.io",
- "owner": {
- "username": "zyztem",
- "email": "zyztembuisness@gmail.com",
- "twitter": "zyztem_"
- },
- "record": {
- "CNAME": "zyztem.github.io"
- }
+ "description": "zyztems social site",
+ "repo": "https://github.com/zyztem/zyztem.github.io",
+ "owner": {
+ "username": "zyztem",
+ "email": "zyztembuisness@gmail.com",
+ "twitter": "zyztem_"
+ },
+ "record": {
+ "CNAME": "zyztem.github.io"
+ }
}
From af2606a6e5c130e076f7f92a9711f5e24eb1f42f Mon Sep 17 00:00:00 2001
From: ! dqmn <127377373+dqmn@users.noreply.github.com>
Date: Mon, 3 Apr 2023 17:56:39 +0200
Subject: [PATCH 0196/2199] Create dqmn.json
---
domains/dqmn.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/dqmn.json
diff --git a/domains/dqmn.json b/domains/dqmn.json
new file mode 100644
index 000000000..1121848e0
--- /dev/null
+++ b/domains/dqmn.json
@@ -0,0 +1,11 @@
+{
+ "description": "dqmn.is-a.dev",
+ "repo": "https://github.com/dqmn/dqmn.github.io",
+ "owner": {
+ "username": "dqmn",
+ "email": "dqmnbackup@gmail.com"
+ },
+ "record": {
+ "CNAME": "dqmn.github.io"
+ }
+}
From 7dfbc8274a9a4bb2078bc9af0254e0dd609c72b0 Mon Sep 17 00:00:00 2001
From: Shubham Kumar Anand
Date: Mon, 3 Apr 2023 23:26:26 +0530
Subject: [PATCH 0197/2199] Applied for the new domain
---
domains/imskanand.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/imskanand.json
diff --git a/domains/imskanand.json b/domains/imskanand.json
new file mode 100644
index 000000000..856f6e79e
--- /dev/null
+++ b/domains/imskanand.json
@@ -0,0 +1,11 @@
+
+{
+ "owner": {
+ "username": "ShubhamkumarAnand",
+ "email": "the.anand3099@gmail.com"
+ },
+ "record": {
+ "URL": "https://imskanand.vercel.app"
+ }
+ }
+
From fea7ef9969bc72a1d37f388c499caef713b69b1f Mon Sep 17 00:00:00 2001
From: BaerLKR <83340886+BaerLKR@users.noreply.github.com>
Date: Mon, 3 Apr 2023 20:58:17 +0200
Subject: [PATCH 0198/2199] Create baer.json
---
domains/baer.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/baer.json
diff --git a/domains/baer.json b/domains/baer.json
new file mode 100644
index 000000000..fcc7ff625
--- /dev/null
+++ b/domains/baer.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BaerLKR",
+ "email": "root@lovirent.eu"
+ },
+ "record": {
+ "URL": "https://lovirent.eu/"
+ }
+}
From dd06399fcf4669e793af4ee587f25beaeda763ed Mon Sep 17 00:00:00 2001
From: Nate Kean <14845347+garlic-os@users.noreply.github.com>
Date: Mon, 3 Apr 2023 14:18:23 -0500
Subject: [PATCH 0199/2199] Point to my VPS
---
domains/garlic-os.json | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/domains/garlic-os.json b/domains/garlic-os.json
index b8ad22f5d..008cfa9d9 100644
--- a/domains/garlic-os.json
+++ b/domains/garlic-os.json
@@ -5,7 +5,10 @@
"username": "garlic-os",
"email": "sisdfk@gmail.com"
},
+{
"record": {
- "CNAME": "garlic-os.github.io"
+ "A": [
+ "78.47.88.228"
+ ]
}
}
From 774d57ebb43d844bf992675cddea7eabe07ac8f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Demir=20De=C4=9Ferli?=
Date: Tue, 4 Apr 2023 00:12:02 +0300
Subject: [PATCH 0200/2199] Create demir.json
---
domains/demir.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/demir.json
diff --git a/domains/demir.json b/domains/demir.json
new file mode 100644
index 000000000..c9e9d39d4
--- /dev/null
+++ b/domains/demir.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "demirdegerli",
+ "email": "demirdegerli@protonmail.com"
+ },
+ "record": {
+ "URL": "https://demirdegerli.com"
+ }
+}
From c0d1f74d33a0d8633d9f0e655e1640b2ca9d6df0 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Tue, 4 Apr 2023 06:33:00 +0800
Subject: [PATCH 0201/2199] Delete shubhamkumaranand.json
---
domains/shubhamkumaranand.json | 12 ------------
1 file changed, 12 deletions(-)
delete mode 100644 domains/shubhamkumaranand.json
diff --git a/domains/shubhamkumaranand.json b/domains/shubhamkumaranand.json
deleted file mode 100644
index 5a81205d3..000000000
--- a/domains/shubhamkumaranand.json
+++ /dev/null
@@ -1,12 +0,0 @@
-
- {
- "owner": {
- "username": "ShubhamkumarAnand",
- "email": "the.anand3099@gmail.com"
- },
-
- "record": {
- "URL": "108"
- }
- }
-
\ No newline at end of file
From 3026ff2baef7837e414b45e7573e3e53a2a88d86 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Tue, 4 Apr 2023 06:33:49 +0800
Subject: [PATCH 0202/2199] feat: prettier
---
domains/imskanand.json | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/domains/imskanand.json b/domains/imskanand.json
index 856f6e79e..11d51643d 100644
--- a/domains/imskanand.json
+++ b/domains/imskanand.json
@@ -1,11 +1,9 @@
-
{
"owner": {
- "username": "ShubhamkumarAnand",
- "email": "the.anand3099@gmail.com"
+ "username": "ShubhamkumarAnand",
+ "email": "the.anand3099@gmail.com"
},
"record": {
- "URL": "https://imskanand.vercel.app"
+ "URL": "https://imskanand.vercel.app"
}
- }
-
+}
From bf54701b4a0d480ac286bccc101a1faa4b9a8459 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Tue, 4 Apr 2023 06:40:00 +0800
Subject: [PATCH 0203/2199] Update baer.json
---
domains/baer.json | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/domains/baer.json b/domains/baer.json
index fcc7ff625..c0654a2ea 100644
--- a/domains/baer.json
+++ b/domains/baer.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "BaerLKR",
- "email": "root@lovirent.eu"
- },
- "record": {
- "URL": "https://lovirent.eu/"
- }
+ "owner": {
+ "username": "BaerLKR",
+ "email": "root@lovirent.eu"
+ },
+ "record": {
+ "URL": "https://lovirent.eu"
+ }
}
From a51a6ed5cc98370682aa2829bbfa92ccf635ff1b Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Tue, 4 Apr 2023 06:43:54 +0800
Subject: [PATCH 0204/2199] feat: prettier
---
domains/demir.json | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/domains/demir.json b/domains/demir.json
index c9e9d39d4..257e7a089 100644
--- a/domains/demir.json
+++ b/domains/demir.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "demirdegerli",
- "email": "demirdegerli@protonmail.com"
- },
- "record": {
- "URL": "https://demirdegerli.com"
- }
+ "owner": {
+ "username": "demirdegerli",
+ "email": "demirdegerli@protonmail.com"
+ },
+ "record": {
+ "URL": "https://demirdegerli.com"
+ }
}
From 678f8aca5c07e962c004529032e2a651c383aaa4 Mon Sep 17 00:00:00 2001
From: LoviRent <103351967+LoviRent@users.noreply.github.com>
Date: Tue, 4 Apr 2023 10:09:22 +0200
Subject: [PATCH 0205/2199] Create lovis.json
---
domains/lovis.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/lovis.json
diff --git a/domains/lovis.json b/domains/lovis.json
new file mode 100644
index 000000000..3955e6e17
--- /dev/null
+++ b/domains/lovis.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LoviRent",
+ "email": "root@lovirent.eu"
+ },
+ "record": {
+ "URL": "https://lovirent.eu"
+ }
+}
From 4136a6aaa7c48683f64c1ab86c89e6e9284dcc24 Mon Sep 17 00:00:00 2001
From: Vishwa Pinnawala <45973257+vishwapinnawala@users.noreply.github.com>
Date: Wed, 5 Apr 2023 03:06:01 +0530
Subject: [PATCH 0206/2199] feat(domain): add `vishwapinnawala.is-a.dev`
---
domains/vishwapinnawala.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/vishwapinnawala.json
diff --git a/domains/vishwapinnawala.json b/domains/vishwapinnawala.json
new file mode 100644
index 000000000..7a825faa8
--- /dev/null
+++ b/domains/vishwapinnawala.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "vishwapinnawala",
+ "email": "vishwaspinnawala@gmail.com"
+ },
+
+ "record": {
+ "A": ["198.91.81.12"]
+ }
+}
From a84139d99cfc7221c8c7c180d1f3e52af815e6b2 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Wed, 5 Apr 2023 07:06:59 +0800
Subject: [PATCH 0207/2199] Update garlic-os.json
---
domains/garlic-os.json | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/domains/garlic-os.json b/domains/garlic-os.json
index 008cfa9d9..9ff9f9090 100644
--- a/domains/garlic-os.json
+++ b/domains/garlic-os.json
@@ -5,10 +5,7 @@
"username": "garlic-os",
"email": "sisdfk@gmail.com"
},
-{
"record": {
- "A": [
- "78.47.88.228"
- ]
+ "A": ["78.47.88.228"]
}
}
From b43ad148fcd27bbaae11e3e9aad43e1140c0612c Mon Sep 17 00:00:00 2001
From: ! dqmn <127377373+dqmn@users.noreply.github.com>
Date: Wed, 5 Apr 2023 12:20:55 +0200
Subject: [PATCH 0208/2199] Register files.dqmn.is-a.dev
---
domains/files.dqmn.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/files.dqmn.json
diff --git a/domains/files.dqmn.json b/domains/files.dqmn.json
new file mode 100644
index 000000000..cd09f820c
--- /dev/null
+++ b/domains/files.dqmn.json
@@ -0,0 +1,10 @@
+{
+ "description": "files.dqmn.is-a.dev - this will be my 'cloud' for files",
+ "owner": {
+ "username": "dqmn",
+ "email": "dqmnbackup@gmail.com"
+ },
+ "record": {
+ "CNAME": "dqmnfiles.000webhostapp.com"
+ }
+}
From 3c42fa0bd8f6a495c9ece59bd4e903d441865b03 Mon Sep 17 00:00:00 2001
From: Mizu <71164002+MiyagawaMizu@users.noreply.github.com>
Date: Wed, 5 Apr 2023 22:56:16 +0700
Subject: [PATCH 0209/2199] Create mizu.json
---
domains/mizu.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 domains/mizu.json
diff --git a/domains/mizu.json b/domains/mizu.json
new file mode 100644
index 000000000..24013e703
--- /dev/null
+++ b/domains/mizu.json
@@ -0,0 +1,14 @@
+{
+ "description": "Mizu's Page",
+ "repo": "https://github.com/miyagawamizu/miyagawamizu.github.io",
+ "owner": {
+ "username": "miyagawamizu",
+ "email": "",
+ "twitter": "miyagawamizu",
+ "discord": "Mizu#2203",
+ "facebook": "miygawamizu"
+ },
+ "record": {
+ "CNAME": "miyagawamizu.github.io"
+ }
+}
\ No newline at end of file
From b80feb1d4472601b0d8891c7db5b61f2ba25460c Mon Sep 17 00:00:00 2001
From: Raj
Date: Wed, 5 Apr 2023 22:42:56 +0530
Subject: [PATCH 0210/2199] Update deadshot.json
---
domains/deadshot.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/deadshot.json b/domains/deadshot.json
index 0bcd99c46..855ff7689 100644
--- a/domains/deadshot.json
+++ b/domains/deadshot.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/deadshotofficial/deadshotofficial.github.io",
"owner": {
"username": "deadshotofficial",
- "email": "raj.deadshot8888@gmail.com",
+ "email": "deadshot3r@pm.me",
"twitter": "deadshot3r"
},
"record": {
From 189e1420fdf412f966081b990fe55473ec909e1b Mon Sep 17 00:00:00 2001
From: Raj
Date: Wed, 5 Apr 2023 22:44:10 +0530
Subject: [PATCH 0211/2199] Update deadshot.json
---
domains/deadshot.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/deadshot.json b/domains/deadshot.json
index 855ff7689..b3b31c1de 100644
--- a/domains/deadshot.json
+++ b/domains/deadshot.json
@@ -1,5 +1,5 @@
{
- "description": "My Official Website, Made with HTML5",
+ "description": "Updated Website 2023 Edition Haha",
"repo": "https://github.com/deadshotofficial/deadshotofficial.github.io",
"owner": {
"username": "deadshotofficial",
From 24139be3f3b82d3988acabed50643738997a97e4 Mon Sep 17 00:00:00 2001
From: Mizu
Date: Thu, 6 Apr 2023 01:17:05 +0700
Subject: [PATCH 0212/2199] Update mizu.json
---
domains/mizu.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/mizu.json b/domains/mizu.json
index 24013e703..18b20741b 100644
--- a/domains/mizu.json
+++ b/domains/mizu.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/miyagawamizu/miyagawamizu.github.io",
"owner": {
"username": "miyagawamizu",
- "email": "",
+ "email": "miyagawamizu@gmail.com",
"twitter": "miyagawamizu",
"discord": "Mizu#2203",
"facebook": "miygawamizu"
@@ -11,4 +11,4 @@
"record": {
"CNAME": "miyagawamizu.github.io"
}
-}
\ No newline at end of file
+}
From 78f47c2f5e3c2e82e3157d004ef14315f279d60a Mon Sep 17 00:00:00 2001
From: NoodlesWow <85253855+NoodlesWow@users.noreply.github.com>
Date: Wed, 5 Apr 2023 18:46:40 -0500
Subject: [PATCH 0213/2199] Create spicywars.is-a.dev.json
---
spicywars.is-a.dev.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 spicywars.is-a.dev.json
diff --git a/spicywars.is-a.dev.json b/spicywars.is-a.dev.json
new file mode 100644
index 000000000..b42573654
--- /dev/null
+++ b/spicywars.is-a.dev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NoodlesWow",
+ "email": "noodlesnomm@gmail.com"
+ }
+ "record": {
+ "CNAME": "spicywarsuwu.onrender.com"
+ }
+}
From 96684f10a59bd7849ca28765c3561bda922ac4bc Mon Sep 17 00:00:00 2001
From: NoodlesWow <85253855+NoodlesWow@users.noreply.github.com>
Date: Wed, 5 Apr 2023 18:51:25 -0500
Subject: [PATCH 0214/2199] Delete spicywars.is-a.dev.json
---
spicywars.is-a.dev.json | 9 ---------
1 file changed, 9 deletions(-)
delete mode 100644 spicywars.is-a.dev.json
diff --git a/spicywars.is-a.dev.json b/spicywars.is-a.dev.json
deleted file mode 100644
index b42573654..000000000
--- a/spicywars.is-a.dev.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "NoodlesWow",
- "email": "noodlesnomm@gmail.com"
- }
- "record": {
- "CNAME": "spicywarsuwu.onrender.com"
- }
-}
From a42e7d66a1b5d719d6ba8893723f3ea18a26ae60 Mon Sep 17 00:00:00 2001
From: NoodlesWow <85253855+NoodlesWow@users.noreply.github.com>
Date: Wed, 5 Apr 2023 18:51:42 -0500
Subject: [PATCH 0215/2199] Create spicywars.is-a.dev.json
---
domains/spicywars.is-a.dev.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/spicywars.is-a.dev.json
diff --git a/domains/spicywars.is-a.dev.json b/domains/spicywars.is-a.dev.json
new file mode 100644
index 000000000..b42573654
--- /dev/null
+++ b/domains/spicywars.is-a.dev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NoodlesWow",
+ "email": "noodlesnomm@gmail.com"
+ }
+ "record": {
+ "CNAME": "spicywarsuwu.onrender.com"
+ }
+}
From bd1a9c05ebc119cdae01574796c528638e056841 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Thu, 6 Apr 2023 08:00:22 +0800
Subject: [PATCH 0216/2199] Update and rename spicywars.is-a.dev.json to
spicywars.json
---
domains/{spicywars.is-a.dev.json => spicywars.json} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename domains/{spicywars.is-a.dev.json => spicywars.json} (96%)
diff --git a/domains/spicywars.is-a.dev.json b/domains/spicywars.json
similarity index 96%
rename from domains/spicywars.is-a.dev.json
rename to domains/spicywars.json
index b42573654..46066e12f 100644
--- a/domains/spicywars.is-a.dev.json
+++ b/domains/spicywars.json
@@ -2,7 +2,7 @@
"owner": {
"username": "NoodlesWow",
"email": "noodlesnomm@gmail.com"
- }
+ },
"record": {
"CNAME": "spicywarsuwu.onrender.com"
}
From 75a307c179d8f1c60530ec7eadc479dccbc0b16b Mon Sep 17 00:00:00 2001
From: Mizu <71164002+MiyagawaMizu@users.noreply.github.com>
Date: Thu, 6 Apr 2023 13:38:59 +0700
Subject: [PATCH 0217/2199] Update mizu.json
---
domains/mizu.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/mizu.json b/domains/mizu.json
index 18b20741b..2a4dd4913 100644
--- a/domains/mizu.json
+++ b/domains/mizu.json
@@ -5,8 +5,7 @@
"username": "miyagawamizu",
"email": "miyagawamizu@gmail.com",
"twitter": "miyagawamizu",
- "discord": "Mizu#2203",
- "facebook": "miygawamizu"
+ "discord": "Mizu#2203"
},
"record": {
"CNAME": "miyagawamizu.github.io"
From db3d914828919f44eeacaaff5a334f6cabcc5554 Mon Sep 17 00:00:00 2001
From: Alepha Null
Date: Thu, 6 Apr 2023 17:33:19 +0530
Subject: [PATCH 0218/2199] Added syed subdomain; removed old alephanull
subdomain
---
domains/{alephanull.json => thesyed.json} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename domains/{alephanull.json => thesyed.json} (73%)
diff --git a/domains/alephanull.json b/domains/thesyed.json
similarity index 73%
rename from domains/alephanull.json
rename to domains/thesyed.json
index 8b18bcd52..68117cdca 100644
--- a/domains/alephanull.json
+++ b/domains/thesyed.json
@@ -2,8 +2,8 @@
"description": "Personal website and blog",
"repo": "https://github.com/AlephaNull/AlephaNull.github.io",
"owner": {
- "username": "AlephaNull",
- "email": "alephanull7@pm.me"
+ "username": "Syed",
+ "email": "ay.syed@pm.me"
},
"record": {
"CNAME": "alephanull.github.io"
From 0bf3352084e90d7ea602d0a093e45bac7c08bc3b Mon Sep 17 00:00:00 2001
From: Anay028 <96932471+Anay028@users.noreply.github.com>
Date: Thu, 6 Apr 2023 23:52:50 +0530
Subject: [PATCH 0219/2199] feat(domain): add `anay.is-a.dev`
---
domains/anay.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/anay.json
diff --git a/domains/anay.json b/domains/anay.json
new file mode 100644
index 000000000..6da5d0981
--- /dev/null
+++ b/domains/anay.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Anay028",
+ "email": "anayparswani2008@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "anay028.github.io"
+ }
+}
From d84e93190fc00fe199dd1960d95b57c13fadc5fc Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Fri, 7 Apr 2023 07:07:36 +0800
Subject: [PATCH 0220/2199] Update thesyed.json
---
domains/thesyed.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/thesyed.json b/domains/thesyed.json
index 68117cdca..bbeb29ec4 100644
--- a/domains/thesyed.json
+++ b/domains/thesyed.json
@@ -2,7 +2,7 @@
"description": "Personal website and blog",
"repo": "https://github.com/AlephaNull/AlephaNull.github.io",
"owner": {
- "username": "Syed",
+ "username": "AlephaNull",
"email": "ay.syed@pm.me"
},
"record": {
From 7f9df1e9f04fc1758586e65fdb4a2841ede1b59e Mon Sep 17 00:00:00 2001
From: Indrakant D <60315832+its-id@users.noreply.github.com>
Date: Fri, 7 Apr 2023 15:04:46 +0530
Subject: [PATCH 0221/2199] Add ikd.json
---
domains/ikd.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/ikd.json
diff --git a/domains/ikd.json b/domains/ikd.json
new file mode 100644
index 000000000..02b4482b9
--- /dev/null
+++ b/domains/ikd.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "its-id",
+ "twitter": "its_ikD"
+ },
+ "record": {
+ "CNAME": "portfolio-main-production.up.railway.app"
+ }
+}
From 246d93024cfc551f5739565cd760999d391e764f Mon Sep 17 00:00:00 2001
From: Sheldon Menezes <63775224+0x5h31d0n@users.noreply.github.com>
Date: Fri, 7 Apr 2023 20:59:58 +0530
Subject: [PATCH 0222/2199] Create sheldon.json
---
domains/sheldon.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/sheldon.json
diff --git a/domains/sheldon.json b/domains/sheldon.json
new file mode 100644
index 000000000..1c7aeac71
--- /dev/null
+++ b/domains/sheldon.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Website of Sheldon Menezes",
+ "repo": "https://github.com/0x5h31d0n/0x5h31d0n.github.io",
+ "owner": {
+ "username": "0x5h31d0n",
+ "email": "samymenezes33@gmail.com"
+ },
+ "record": {
+ "CNAME": "0x5h31d0n.github.io"
+ }
+}
From ae0fd757fe96c1d8fe7e982f9efd2f023c24da34 Mon Sep 17 00:00:00 2001
From: Aldo Saputra <102965097+itsmealdo@users.noreply.github.com>
Date: Sat, 8 Apr 2023 01:32:27 +0700
Subject: [PATCH 0223/2199] Create itsmealdo.json
---
domains/itsmealdo.json | 1 +
1 file changed, 1 insertion(+)
create mode 100644 domains/itsmealdo.json
diff --git a/domains/itsmealdo.json b/domains/itsmealdo.json
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/domains/itsmealdo.json
@@ -0,0 +1 @@
+
From b6b8ced292a71423186d5ffafb137acb5fb8f3e2 Mon Sep 17 00:00:00 2001
From: Aldo Saputra <102965097+itsmealdo@users.noreply.github.com>
Date: Sat, 8 Apr 2023 01:35:24 +0700
Subject: [PATCH 0224/2199] Update itsmealdo.json
---
domains/itsmealdo.json | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/domains/itsmealdo.json b/domains/itsmealdo.json
index 8b1378917..0dc4ce2b0 100644
--- a/domains/itsmealdo.json
+++ b/domains/itsmealdo.json
@@ -1 +1,11 @@
-
+{
+ "description": "itsmealdo Webs",
+ "repo": "https://github.com/itsmealdo/itsmealdo.github.io",
+ "owner": {
+ "username": "itsmealdo",
+ "email": "aldosaputra@gmail.com"
+ },
+ "record": {
+ "CNAME": "itsmealdo.github.io"
+ }
+}
From 6c8989c1aca7c263dc8f7d554dac31b295ce7681 Mon Sep 17 00:00:00 2001
From: Connek <106320267+connekitius@users.noreply.github.com>
Date: Fri, 7 Apr 2023 20:24:46 +0100
Subject: [PATCH 0225/2199] Register con.is-a.dev
---
domains/con.json | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 domains/con.json
diff --git a/domains/con.json b/domains/con.json
new file mode 100644
index 000000000..047bdb709
--- /dev/null
+++ b/domains/con.json
@@ -0,0 +1,15 @@
+{
+ "owner": {
+ "username": "connekitius",
+ "email": "",
+ "twitter": "connekisgoated",
+ "discord": "Con#5209"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
From 589a244ea094d37663ca7f3bc965fc96e133661e Mon Sep 17 00:00:00 2001
From: uiopler
Date: Sat, 8 Apr 2023 00:19:44 +0300
Subject: [PATCH 0226/2199] Create uiopler.json
---
domains/uiopler.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/uiopler.json
diff --git a/domains/uiopler.json b/domains/uiopler.json
new file mode 100644
index 000000000..534199887
--- /dev/null
+++ b/domains/uiopler.json
@@ -0,0 +1,12 @@
+{
+ "description": "Leads to my portfolio",
+ "repo": "https://github.com/uiopler/uiopler.github.io",
+ "owner": {
+ "username": "uiopler",
+ "email": "uiopler.dev@gmail.com",
+ "discord": "uiopler#6948"
+ },
+ "record": {
+ "CNAME": "uiopler.github.io"
+ }
+}
From 94602cb92777a6e44e4721f38bbe042d20858da9 Mon Sep 17 00:00:00 2001
From: Reading <126733238+ReadandProgress@users.noreply.github.com>
Date: Fri, 7 Apr 2023 17:22:50 -0400
Subject: [PATCH 0227/2199] Create reading.json
Hopefully this time I don't messed it up lol
---
domains/reading.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/reading.json
diff --git a/domains/reading.json b/domains/reading.json
new file mode 100644
index 000000000..31edb2999
--- /dev/null
+++ b/domains/reading.json
@@ -0,0 +1,12 @@
+{
+ "description": "For my Personal blog, Reading's Blog",
+ "repo": "https://github.com/ReadandProgress/ReadandProgress.github.io",
+ "owner": {
+ "username": "ReadandProgress",
+ "email": "reading.afxor@slmail.me"
+ "discord": "Reading#7898"
+ },
+ "record": {
+ "CNAME": "ReadandProgress.github.io"
+ }
+}
From d3952a521a850c4f37ed816769210bdf71490237 Mon Sep 17 00:00:00 2001
From: Edwin Hui <70983906+sys-32Dev@users.noreply.github.com>
Date: Fri, 7 Apr 2023 14:24:52 -0700
Subject: [PATCH 0228/2199] Create sys32.json
---
domains/sys32.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/sys32.json
diff --git a/domains/sys32.json b/domains/sys32.json
new file mode 100644
index 000000000..224161b3b
--- /dev/null
+++ b/domains/sys32.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "sys-32Dev",
+ "email": "sys32real@gmail.com"
+ },
+
+ "record": {
+ "URL": "https://www.sys64.dev"
+ }
+}
From 0757066968f65dc359be6ce7806153636c2d255c Mon Sep 17 00:00:00 2001
From: Edwin Hui <70983906+sys-32Dev@users.noreply.github.com>
Date: Fri, 7 Apr 2023 15:16:20 -0700
Subject: [PATCH 0229/2199] Update sys32.json
---
domains/sys32.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/domains/sys32.json b/domains/sys32.json
index 224161b3b..850d4c3ef 100644
--- a/domains/sys32.json
+++ b/domains/sys32.json
@@ -3,7 +3,6 @@
"username": "sys-32Dev",
"email": "sys32real@gmail.com"
},
-
"record": {
"URL": "https://www.sys64.dev"
}
From ee1a34a7eadc0443efe547c36d739c7b04a5f158 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 8 Apr 2023 13:15:51 +0800
Subject: [PATCH 0230/2199] fix: json
---
domains/reading.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/reading.json b/domains/reading.json
index 31edb2999..17bb56ee2 100644
--- a/domains/reading.json
+++ b/domains/reading.json
@@ -3,8 +3,8 @@
"repo": "https://github.com/ReadandProgress/ReadandProgress.github.io",
"owner": {
"username": "ReadandProgress",
- "email": "reading.afxor@slmail.me"
- "discord": "Reading#7898"
+ "email": "reading.afxor@slmail.me",
+ "discord": "Reading#7898"
},
"record": {
"CNAME": "ReadandProgress.github.io"
From 89351dcafd1d325f2f17dc5ae9db2d64d28d90a6 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 8 Apr 2023 13:21:33 +0800
Subject: [PATCH 0231/2199] feat: fix json + prettier
---
domains/ikd.json | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/domains/ikd.json b/domains/ikd.json
index 02b4482b9..018ada623 100644
--- a/domains/ikd.json
+++ b/domains/ikd.json
@@ -1,9 +1,11 @@
{
- "owner": {
- "username": "its-id",
- "twitter": "its_ikD"
- },
- "record": {
- "CNAME": "portfolio-main-production.up.railway.app"
- }
+ "owner": {
+ "username": "its-id",
+ "email": "",
+ "twitter": "its_ikD"
+ },
+
+ "record": {
+ "CNAME": "portfolio-main-production.up.railway.app"
+ }
}
From ac82f4f4f4313e32a7cd9e87850449add508dd3b Mon Sep 17 00:00:00 2001
From: mattiagrusio
Date: Sat, 8 Apr 2023 10:18:25 +0200
Subject: [PATCH 0232/2199] feat(domain): add `grusio.is-a.dev`
---
domains/grusio.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/grusio.json
diff --git a/domains/grusio.json b/domains/grusio.json
new file mode 100644
index 000000000..c908dac0d
--- /dev/null
+++ b/domains/grusio.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "mattiagrusio",
+ "email": "mattiagrusio@gmail.com"
+ },
+
+ "record": {
+ "A": ["2.231.198.113"]
+ }
+}
From 554496a19ee4bca4c608ec5779ffcba767572421 Mon Sep 17 00:00:00 2001
From: Dushmanta <73304098+dushmanta05@users.noreply.github.com>
Date: Sun, 9 Apr 2023 00:16:11 +0530
Subject: [PATCH 0233/2199] Create dushmanta.json
---
domains/dushmanta.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/dushmanta.json
diff --git a/domains/dushmanta.json b/domains/dushmanta.json
new file mode 100644
index 000000000..3da0519e7
--- /dev/null
+++ b/domains/dushmanta.json
@@ -0,0 +1,12 @@
+{
+ "description": "Portfolio | Dushmanta",
+ "repo": "https://github.com/dushmanta05/dushmanta05.github.io",
+ "owner": {
+ "username": "dushmanta05",
+ "email": "dushmanta0511@gmail.com",
+ "twitter": "dushmanta05"
+ },
+ "record": {
+ "CNAME": "dushmanta05.github.io"
+ }
+}
From 2c6c350a518e4fd018586ab13d98102ad84290fc Mon Sep 17 00:00:00 2001
From: Avi Parshan
Date: Sun, 9 Apr 2023 23:11:10 +0300
Subject: [PATCH 0234/2199] Create avi.json
---
domains/avi.json | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 domains/avi.json
diff --git a/domains/avi.json b/domains/avi.json
new file mode 100644
index 000000000..80a5812d0
--- /dev/null
+++ b/domains/avi.json
@@ -0,0 +1,13 @@
+{
+ "description": "Avi' personal developer website",
+ "repo": "https://github.com/avipars/avipars.github.io",
+ "owner": {
+ "username": "avipars",
+ "email": "dev@aviparshan.com",
+ "twitter": "aviinfinity",
+
+ },
+ "record": {
+ "CNAME": "avipars.github.io"
+ }
+}
From d3a7b34ff09bc8fa72c510bf2482deaf57260c8c Mon Sep 17 00:00:00 2001
From: Raven
Date: Sun, 9 Apr 2023 15:09:35 -0700
Subject: [PATCH 0235/2199] Create raven.json
---
domains/raven.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/raven.json
diff --git a/domains/raven.json b/domains/raven.json
new file mode 100644
index 000000000..fe24aaa2f
--- /dev/null
+++ b/domains/raven.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "bubby932",
+ "email": "raven@az-raven.com"
+ },
+ "description": "Redirection domain for https://az-raven.com.",
+ "record": {
+ "URL": "https://az-raven.com"
+ }
+}
From 9ac8526a46a3b672c54dae13580e66bccdc25c0a Mon Sep 17 00:00:00 2001
From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com>
Date: Sun, 9 Apr 2023 21:03:43 -0400
Subject: [PATCH 0236/2199] chore: updating information
---
domains/dib.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/domains/dib.json b/domains/dib.json
index 3d240c483..5125610ad 100644
--- a/domains/dib.json
+++ b/domains/dib.json
@@ -1,9 +1,9 @@
{
"description": "URL Shortener for sites.",
- "repo": "https://github.com/DIBSTERYT",
+ "repo": "https://github.com/DEV-DIBSTER",
"owner": {
- "username": "DIBSTERYT",
- "email": "contact@dibster.ml",
+ "username": "DEV-DIBSTER",
+ "email": "dibster@danbot.host",
"twitter": "DEV_DIBSTER"
},
"record": {
From 5c31c167188c109afd354e73c5cb058b480c5160 Mon Sep 17 00:00:00 2001
From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com>
Date: Sun, 9 Apr 2023 21:04:49 -0400
Subject: [PATCH 0237/2199] chore: updating information, removing mail records
---
domains/dibster.json | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/domains/dibster.json b/domains/dibster.json
index b8c22e59a..c5d061fc0 100644
--- a/domains/dibster.json
+++ b/domains/dibster.json
@@ -1,14 +1,12 @@
{
- "description": "ShareX Server/Protfolio Site. Under @DIBSTERYT on GitHub.",
- "repo": "https://github.com/DIBSTERYT",
+ "description": "ShareX Server/Protfolio Site. Under @DEV-DIBSTER on GitHub.",
+ "repo": "https://github.com/DEV-DIBSTER",
"owner": {
"username": "DIBSTERYT",
- "email": "hello@dibster-is-a.engineer",
+ "email": "dibster@danbot.host",
"twitter": "DEV_DIBSTER"
},
"record": {
- "A": ["192.95.42.66"],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ "A": ["192.95.42.66"]
}
}
From 3da6572a71b1a9d5d15b5165a825a432965e7f9b Mon Sep 17 00:00:00 2001
From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com>
Date: Sun, 9 Apr 2023 21:07:28 -0400
Subject: [PATCH 0238/2199] feat: creating new blog site
---
domains/blog.dib.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/blog.dib.json
diff --git a/domains/blog.dib.json b/domains/blog.dib.json
new file mode 100644
index 000000000..b7660860b
--- /dev/null
+++ b/domains/blog.dib.json
@@ -0,0 +1,11 @@
+{
+ "description": "Blog site for my personal projects.",
+ "owner": {
+ "username": "DEV-DIBSTER",
+ "email": "dibster@danbot.host",
+ "twitter": "DEV_DIBSTER"
+ },
+ "record": {
+ "A": ["192.95.42.66"]
+ }
+}
From b4c1dd48fc3fa6fef6a1c62bcfcc8406f9464c1f Mon Sep 17 00:00:00 2001
From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com>
Date: Sun, 9 Apr 2023 21:08:24 -0400
Subject: [PATCH 0239/2199] feat: uniformity
---
domains/dib.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/domains/dib.json b/domains/dib.json
index 5125610ad..9309e1001 100644
--- a/domains/dib.json
+++ b/domains/dib.json
@@ -1,6 +1,5 @@
{
"description": "URL Shortener for sites.",
- "repo": "https://github.com/DEV-DIBSTER",
"owner": {
"username": "DEV-DIBSTER",
"email": "dibster@danbot.host",
From c87c61817b9cb9149fe28dd47202fd42f88d0ae2 Mon Sep 17 00:00:00 2001
From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com>
Date: Sun, 9 Apr 2023 21:09:13 -0400
Subject: [PATCH 0240/2199] chore: updating information, uniformity
---
domains/dibster.json | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/domains/dibster.json b/domains/dibster.json
index c5d061fc0..37fb8a60e 100644
--- a/domains/dibster.json
+++ b/domains/dibster.json
@@ -1,8 +1,7 @@
{
- "description": "ShareX Server/Protfolio Site. Under @DEV-DIBSTER on GitHub.",
- "repo": "https://github.com/DEV-DIBSTER",
+ "description": "ShareX Server/Protfolio Site.",
"owner": {
- "username": "DIBSTERYT",
+ "username": "DEV-DIBSTER",
"email": "dibster@danbot.host",
"twitter": "DEV_DIBSTER"
},
From 9e9960f7a5c0e17e164f9c49d0838a7bfdbd1bc4 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Mon, 10 Apr 2023 09:25:24 +0800
Subject: [PATCH 0241/2199] fix: json
---
domains/avi.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/avi.json b/domains/avi.json
index 80a5812d0..278286efd 100644
--- a/domains/avi.json
+++ b/domains/avi.json
@@ -4,8 +4,7 @@
"owner": {
"username": "avipars",
"email": "dev@aviparshan.com",
- "twitter": "aviinfinity",
-
+ "twitter": "aviinfinity"
},
"record": {
"CNAME": "avipars.github.io"
From b514b472339cd3f145d3b2f5b939683ca1ed69a8 Mon Sep 17 00:00:00 2001
From: MohamexDR <96547404+MohamexDR@users.noreply.github.com>
Date: Mon, 10 Apr 2023 03:41:07 +0200
Subject: [PATCH 0242/2199] Delete KillerF.json
---
domains/KillerF.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/KillerF.json
diff --git a/domains/KillerF.json b/domains/KillerF.json
deleted file mode 100644
index 6763f1100..000000000
--- a/domains/KillerF.json
+++ /dev/null
@@ -1,11 +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 Grove Street",
- "repo": "https://discord.gg/groove-community-875725991551569960",
- "owner": {
- "username": "KillerF",
- "email": "loliehentaixd@gmail.com"
- },
- "record": {
- "URL": "https://discord.gg/groove-community-875725991551569960"
- }
-}
From fb875a96d452f3885e123f28e97f389715d64862 Mon Sep 17 00:00:00 2001
From: MohamexDR <96547404+MohamexDR@users.noreply.github.com>
Date: Mon, 10 Apr 2023 03:41:33 +0200
Subject: [PATCH 0243/2199] Create KillerF.json
---
domains/KillerF.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/KillerF.json
diff --git a/domains/KillerF.json b/domains/KillerF.json
new file mode 100644
index 000000000..6763f1100
--- /dev/null
+++ b/domains/KillerF.json
@@ -0,0 +1,11 @@
+{
+ "description": "The Person Who Hacked QLASH RP And got away with it with nothing to lose, An Exploiter to say the least; Welcome to Grove Street",
+ "repo": "https://discord.gg/groove-community-875725991551569960",
+ "owner": {
+ "username": "KillerF",
+ "email": "loliehentaixd@gmail.com"
+ },
+ "record": {
+ "URL": "https://discord.gg/groove-community-875725991551569960"
+ }
+}
From b58827ed7b2dc6353e06f20cd214b4af958a8b78 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Mon, 10 Apr 2023 09:43:46 +0800
Subject: [PATCH 0244/2199] Rename KillerF.json to killerf.json
---
domains/{KillerF.json => killerf.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{KillerF.json => killerf.json} (100%)
diff --git a/domains/KillerF.json b/domains/killerf.json
similarity index 100%
rename from domains/KillerF.json
rename to domains/killerf.json
From 646f4b15537488f67c8ce8548cf03cac52d7739e Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Mon, 10 Apr 2023 09:44:16 +0800
Subject: [PATCH 0245/2199] fix: username
---
domains/killerf.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/killerf.json b/domains/killerf.json
index 6763f1100..00deef209 100644
--- a/domains/killerf.json
+++ b/domains/killerf.json
@@ -2,7 +2,7 @@
"description": "The Person Who Hacked QLASH RP And got away with it with nothing to lose, An Exploiter to say the least; Welcome to Grove Street",
"repo": "https://discord.gg/groove-community-875725991551569960",
"owner": {
- "username": "KillerF",
+ "username": "MohamexDR",
"email": "loliehentaixd@gmail.com"
},
"record": {
From 9609ab3e52e6ed38eaf7d2a902825c1a781c1bc6 Mon Sep 17 00:00:00 2001
From: HoangDSR <54090585+hoang3402@users.noreply.github.com>
Date: Mon, 10 Apr 2023 20:57:26 +0700
Subject: [PATCH 0246/2199] register
---
domains/hoang3409.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/hoang3409.json
diff --git a/domains/hoang3409.json b/domains/hoang3409.json
new file mode 100644
index 000000000..a57bfc244
--- /dev/null
+++ b/domains/hoang3409.json
@@ -0,0 +1,10 @@
+{
+ "description": "Portfolio redirect for Hoang3409",
+ "owner": {
+ "username": "hoang3409",
+ "email": "nvh.02021995@gmail.com"
+ },
+ "record": {
+ "CNAME": "hoang3402.github.io"
+ }
+}
\ No newline at end of file
From fef8b6acd1f2cbdfc1eb36c9549bd72fdb15db75 Mon Sep 17 00:00:00 2001
From: lthon09 <67495232+lthon09@users.noreply.github.com>
Date: Mon, 10 Apr 2023 23:52:00 +0700
Subject: [PATCH 0247/2199] Create lthon09.json
---
domains/lthon09.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/lthon09.json
diff --git a/domains/lthon09.json b/domains/lthon09.json
new file mode 100644
index 000000000..14cce2c0d
--- /dev/null
+++ b/domains/lthon09.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Website.",
+ "owner": {
+ "username": "lthon09",
+ "email": "",
+ "twitter": "lthon09"
+ },
+ "record": {
+ "CNAME": "lthon09.onrender.com"
+ }
+}
From bdd7510372874012db3cd03bb3d19a9c21ba3b67 Mon Sep 17 00:00:00 2001
From: Andrea Licheri <126976233+andrealicheri@users.noreply.github.com>
Date: Mon, 10 Apr 2023 19:32:59 +0200
Subject: [PATCH 0248/2199] Add files via upload
---
domains/windfarms.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/windfarms.json
diff --git a/domains/windfarms.json b/domains/windfarms.json
new file mode 100644
index 000000000..edae40f23
--- /dev/null
+++ b/domains/windfarms.json
@@ -0,0 +1,12 @@
+{
+ "description": "WindFarms offical website",
+ "repo": "https://github.com/windfarms/windfarms.github.io",
+ "owner": {
+ "username": "windfarms",
+ "email": "windfarms@andrealicheri.anonaddy.com",
+ "twitter": "i don't have twitter"
+ },
+ "record": {
+ "CNAME": "windfarms.github.io"
+ }
+}
\ No newline at end of file
From a7360bd3b7e50fff2992f8c88cb14cd85f061c5a Mon Sep 17 00:00:00 2001
From: Mihai Cristian <59600013+CristianEduardMihai@users.noreply.github.com>
Date: Mon, 10 Apr 2023 21:26:38 +0300
Subject: [PATCH 0249/2199] Created cristianmihai.json
---
domains/cristianmihai.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/cristianmihai.json
diff --git a/domains/cristianmihai.json b/domains/cristianmihai.json
new file mode 100644
index 000000000..52a215c64
--- /dev/null
+++ b/domains/cristianmihai.json
@@ -0,0 +1,11 @@
+{
+ "description": "My personal dev website.",
+ "repo": "https://github.com/CristianEduardMihai/is-a.dev.github.io",
+ "owner": {
+ "username": "CristianEduardMihai",
+ "email": "cristianeduardmihai@gmail.com"
+ },
+ "record": {
+ "CNAME": "cristianmihai.github.io"
+ }
+}
\ No newline at end of file
From 02b952cbc4ec64e51cb948fe58e18356789ec9b2 Mon Sep 17 00:00:00 2001
From: Mihai Cristian <59600013+CristianEduardMihai@users.noreply.github.com>
Date: Mon, 10 Apr 2023 21:31:11 +0300
Subject: [PATCH 0250/2199] fixed my record
---
domains/cristianmihai.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/cristianmihai.json b/domains/cristianmihai.json
index 52a215c64..f070a1450 100644
--- a/domains/cristianmihai.json
+++ b/domains/cristianmihai.json
@@ -6,6 +6,6 @@
"email": "cristianeduardmihai@gmail.com"
},
"record": {
- "CNAME": "cristianmihai.github.io"
+ "URL": "cristianeduardmihai.github.io/is-a.dev.github.io"
}
}
\ No newline at end of file
From a1892777f37dd6e6a2e43ae23fc8e152d88033c0 Mon Sep 17 00:00:00 2001
From: Trio745 <85232615+Trio745@users.noreply.github.com>
Date: Mon, 10 Apr 2023 21:12:46 +0200
Subject: [PATCH 0251/2199] Create trio.json
---
domains/trio.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/trio.json
diff --git a/domains/trio.json b/domains/trio.json
new file mode 100644
index 000000000..8c3e9f5ad
--- /dev/null
+++ b/domains/trio.json
@@ -0,0 +1,10 @@
+{
+ "description": "trio",
+ "owner": {
+ "username": "trio",
+ "email": "triofran6@gmail.com"
+ },
+ "record": {
+ "MX": ["smtp.internal.xhyrom.dev"]
+ }
+}
From 6bf70ba2464405b1d2abe97f1fe0111c7c11d479 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Tue, 11 Apr 2023 08:03:59 +0800
Subject: [PATCH 0252/2199] Update trio.json
---
domains/trio.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/trio.json b/domains/trio.json
index 8c3e9f5ad..cf7a34106 100644
--- a/domains/trio.json
+++ b/domains/trio.json
@@ -1,7 +1,7 @@
{
"description": "trio",
"owner": {
- "username": "trio",
+ "username": "trio745",
"email": "triofran6@gmail.com"
},
"record": {
From 4083f7ea28ca8999e0dfb527276179bc760eac52 Mon Sep 17 00:00:00 2001
From: ProfRiski <99380737+ProfRiski@users.noreply.github.com>
Date: Tue, 11 Apr 2023 11:50:58 +0700
Subject: [PATCH 0253/2199] Create athifrahmawan.json
---
domains/athifrahmawan.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/athifrahmawan.json
diff --git a/domains/athifrahmawan.json b/domains/athifrahmawan.json
new file mode 100644
index 000000000..ae332b138
--- /dev/null
+++ b/domains/athifrahmawan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "AthifRahmawan",
+ "email": "profriski10@gmail.com",
+ "discord": "Athif#3017"
+ },
+ "description": "Athif Rahmawan's Portfolio"
+ "record": {
+ "CNAME": "profriski.github.io"
+ }
+}
From d6b9a1a4ccd55ff1b98d12dcc4ddcda0314f8697 Mon Sep 17 00:00:00 2001
From: Sebi <52084701+SebiTalent04@users.noreply.github.com>
Date: Tue, 11 Apr 2023 13:09:07 +0300
Subject: [PATCH 0254/2199] Create sebitalent04.json
---
domains/sebitalent04.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/sebitalent04.json
diff --git a/domains/sebitalent04.json b/domains/sebitalent04.json
new file mode 100644
index 000000000..a73fff5fc
--- /dev/null
+++ b/domains/sebitalent04.json
@@ -0,0 +1,11 @@
+{
+ "description": "",
+ "repo": "https://github.com/SebiTalent04/SebiTalent04.github.io",
+ "owner": {
+ "username": "SebiTalent04",
+ "discord": "Sto#7264"
+ },
+ "record": {
+ "CNAME": "SebiTalent04.github.io"
+ }
+}
From d4b6a78032c532bca59639a8f5d9a60c881a89ce Mon Sep 17 00:00:00 2001
From: JZITNIK <72742578+JZITNIK-github@users.noreply.github.com>
Date: Tue, 11 Apr 2023 15:04:10 +0200
Subject: [PATCH 0255/2199] Update jzitnik.json
---
domains/jzitnik.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/domains/jzitnik.json b/domains/jzitnik.json
index e2550f3e0..ae16e0934 100644
--- a/domains/jzitnik.json
+++ b/domains/jzitnik.json
@@ -5,6 +5,12 @@
"discord": "KLIND#1906"
},
"record": {
- "CNAME": "jzitnik.onrender.com"
+ "A": [
+ "216.24.57.1"
+ ],
+ "MX": [
+ "a257fec0e9137cd3.mx2.emailprofi.seznam.cz",
+ "a257fec0e9137cd3.mx1.emailprofi.seznam.cz"
+ ]
}
}
From 74fd17f0387dd1f1fb36302b0e1f3342230ec51a Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Tue, 11 Apr 2023 21:33:51 +0800
Subject: [PATCH 0256/2199] Update cristianmihai.json
---
domains/cristianmihai.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/cristianmihai.json b/domains/cristianmihai.json
index f070a1450..1acb22a26 100644
--- a/domains/cristianmihai.json
+++ b/domains/cristianmihai.json
@@ -6,6 +6,6 @@
"email": "cristianeduardmihai@gmail.com"
},
"record": {
- "URL": "cristianeduardmihai.github.io/is-a.dev.github.io"
+ "URL": "cristianeduardmihai.github.io"
}
-}
\ No newline at end of file
+}
From 0361d5e655e893b4ff23596bd8afa2126f6c4c6a Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Tue, 11 Apr 2023 21:35:39 +0800
Subject: [PATCH 0257/2199] Update cristianmihai.json
---
domains/cristianmihai.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/cristianmihai.json b/domains/cristianmihai.json
index 1acb22a26..22e178f03 100644
--- a/domains/cristianmihai.json
+++ b/domains/cristianmihai.json
@@ -6,6 +6,6 @@
"email": "cristianeduardmihai@gmail.com"
},
"record": {
- "URL": "cristianeduardmihai.github.io"
+ "CNAME": "cristianeduardmihai.github.io"
}
-}
+}
From 789491d284aca1fb2672ae5b25cdb7b237e550b0 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Tue, 11 Apr 2023 21:38:42 +0800
Subject: [PATCH 0258/2199] Update athifrahmawan.json
---
domains/athifrahmawan.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/athifrahmawan.json b/domains/athifrahmawan.json
index ae332b138..5ec454ac4 100644
--- a/domains/athifrahmawan.json
+++ b/domains/athifrahmawan.json
@@ -4,7 +4,7 @@
"email": "profriski10@gmail.com",
"discord": "Athif#3017"
},
- "description": "Athif Rahmawan's Portfolio"
+ "description": "Athif Rahmawan's Portfolio",
"record": {
"CNAME": "profriski.github.io"
}
From 4ac1a7e7377658b3fda8d68a94c7fc38d25417a2 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Tue, 11 Apr 2023 21:42:30 +0800
Subject: [PATCH 0259/2199] fix json
---
domains/sebitalent04.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/sebitalent04.json b/domains/sebitalent04.json
index a73fff5fc..c89df20b3 100644
--- a/domains/sebitalent04.json
+++ b/domains/sebitalent04.json
@@ -1,8 +1,8 @@
{
- "description": "",
"repo": "https://github.com/SebiTalent04/SebiTalent04.github.io",
"owner": {
"username": "SebiTalent04",
+ "email": "",
"discord": "Sto#7264"
},
"record": {
From b0f35820d95e4a46e12e4ee37f218ca26b6cefd2 Mon Sep 17 00:00:00 2001
From: EmojiPati <49492351+EmojiPati@users.noreply.github.com>
Date: Tue, 11 Apr 2023 17:59:14 +0300
Subject: [PATCH 0260/2199] feat(domain): add `pati.is-a.dev`
---
domains/pati.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/pati.json
diff --git a/domains/pati.json b/domains/pati.json
new file mode 100644
index 000000000..a2f7ea584
--- /dev/null
+++ b/domains/pati.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "EmojiPati",
+ "email": "bestami355karakaya@gmail.com"
+ },
+
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
From a0071c4b8b9cb094c7a3e24f3697be2dac907762 Mon Sep 17 00:00:00 2001
From: Firepup650 <74429872+Alexander-Maples@users.noreply.github.com>
Date: Tue, 11 Apr 2023 12:00:25 -0500
Subject: [PATCH 0261/2199] feat(domain): add `firepup650.is-a.dev`
---
domains/firepup650.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/firepup650.json
diff --git a/domains/firepup650.json b/domains/firepup650.json
new file mode 100644
index 000000000..7b0dca3d0
--- /dev/null
+++ b/domains/firepup650.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Alexander-Maples",
+ "email": "mapleale@studentmail.conroeisd.net"
+ },
+
+ "record": {
+ "CNAME": "5828eaa1-491a-4323-9d54-d5e80935eab3.id.repl.co"
+ }
+}
From 293c130fa3a3acd1b81b4b2acd1c1f50820f8035 Mon Sep 17 00:00:00 2001
From: r3tr0vw <78304878+kenkodima@users.noreply.github.com>
Date: Tue, 11 Apr 2023 19:10:38 +0200
Subject: [PATCH 0262/2199] added
---
domains/r3tr0vw.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/r3tr0vw.json
diff --git a/domains/r3tr0vw.json b/domains/r3tr0vw.json
new file mode 100644
index 000000000..561ffcf85
--- /dev/null
+++ b/domains/r3tr0vw.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "r3tr0vw",
+ "discord": "rΞtr0vw#4441",
+ "note": "uhh, for my server in any case im making it public"
+ },
+ "description": "ill prob add more here ¯\\_(ツ)_/¯",
+ "record": {
+ "CNAME": "88.127.172.169"
+ }
+}
From 73ccb0fb663e2321fac3c05c554fcae5717a25d7 Mon Sep 17 00:00:00 2001
From: Praharsh Jain
Date: Wed, 12 Apr 2023 11:35:28 +0530
Subject: [PATCH 0263/2199] feat(domain): add `praharsh.is-a.dev`
---
domains/praharsh.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/praharsh.json
diff --git a/domains/praharsh.json b/domains/praharsh.json
new file mode 100644
index 000000000..817615819
--- /dev/null
+++ b/domains/praharsh.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "praharshjain",
+ "email": "praharshsamria@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "praharsh.tech"
+ }
+}
From 1f088ff53264c3691eeba3539afc608739cd6606 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Wed, 12 Apr 2023 15:07:58 +0800
Subject: [PATCH 0264/2199] fix
---
domains/r3tr0vw.json | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/domains/r3tr0vw.json b/domains/r3tr0vw.json
index 561ffcf85..a5a6d74a3 100644
--- a/domains/r3tr0vw.json
+++ b/domains/r3tr0vw.json
@@ -1,11 +1,10 @@
{
"owner": {
"username": "r3tr0vw",
- "discord": "rΞtr0vw#4441",
- "note": "uhh, for my server in any case im making it public"
+ "email": "",
+ "discord": "rΞtr0vw#4441"
},
- "description": "ill prob add more here ¯\\_(ツ)_/¯",
"record": {
- "CNAME": "88.127.172.169"
+ "A": ["88.127.172.169"]
}
}
From 7c16065dc26c5ca8c6818f79698353df35dcffdd Mon Sep 17 00:00:00 2001
From: Dead-Man <82598662+D3ADVAU@users.noreply.github.com>
Date: Wed, 12 Apr 2023 14:37:22 +0600
Subject: [PATCH 0265/2199] Update d3admanbot.json
---
domains/d3admanbot.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/d3admanbot.json b/domains/d3admanbot.json
index dd1cdba3c..e1dc46d6b 100644
--- a/domains/d3admanbot.json
+++ b/domains/d3admanbot.json
@@ -5,6 +5,6 @@
"email": "deadmanofficial247@gmail.com"
},
"record": {
- "CNAME": "430c6d1d-e841-42d8-ab91-8f7d370b14cd.id.repl.co"
+ "CNAME": "c3a24528-96a8-4864-b694-033834a8736e.id.repl.co"
}
}
From 663cd860d9074c207379d86be66734384e5d3091 Mon Sep 17 00:00:00 2001
From: r3tr0vw <78304878+kenkodima@users.noreply.github.com>
Date: Wed, 12 Apr 2023 13:24:14 +0200
Subject: [PATCH 0266/2199] Update r3tr0vw.json
---
domains/r3tr0vw.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/r3tr0vw.json b/domains/r3tr0vw.json
index a5a6d74a3..a7ffa8e58 100644
--- a/domains/r3tr0vw.json
+++ b/domains/r3tr0vw.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "r3tr0vw",
- "email": "",
+ "email": "alreadytaken@gmail.com",
"discord": "rΞtr0vw#4441"
},
"record": {
From fd5820b7e76c66019a08471f25cc41a169519739 Mon Sep 17 00:00:00 2001
From: Sam Carson <37749448+samcarsonx@users.noreply.github.com>
Date: Wed, 12 Apr 2023 13:35:29 +0100
Subject: [PATCH 0267/2199] Update samcarson.json
---
domains/samcarson.json | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/domains/samcarson.json b/domains/samcarson.json
index a0b843a2f..e4298ee41 100644
--- a/domains/samcarson.json
+++ b/domains/samcarson.json
@@ -1,9 +1,11 @@
{
"owner": {
"username": "samcarsonx",
- "email": "sam@carson.industries"
+ "email": "sam@samcarson.co.uk",
+ "twitter": "samcarsonx"
},
"record": {
- "CNAME": "isadev.samcarson.co.uk"
+ "URL": "https://samcarson.co.uk",
+ "TXT": "working on a separate site for my dev projects"
}
}
From 78e9d36e6a7edabe84eb8f225d0f85bcc68a7696 Mon Sep 17 00:00:00 2001
From: Andrea Licheri <126976233+andrealicheri@users.noreply.github.com>
Date: Wed, 12 Apr 2023 14:46:46 +0200
Subject: [PATCH 0268/2199] Removed useless twitter field
Co-authored-by: William Harrison
---
domains/windfarms.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/domains/windfarms.json b/domains/windfarms.json
index edae40f23..319981ffb 100644
--- a/domains/windfarms.json
+++ b/domains/windfarms.json
@@ -4,7 +4,6 @@
"owner": {
"username": "windfarms",
"email": "windfarms@andrealicheri.anonaddy.com",
- "twitter": "i don't have twitter"
},
"record": {
"CNAME": "windfarms.github.io"
From e7984f16b20f1300794f724118682246979eccea Mon Sep 17 00:00:00 2001
From: Andrea Licheri <126976233+andrealicheri@users.noreply.github.com>
Date: Wed, 12 Apr 2023 14:47:13 +0200
Subject: [PATCH 0269/2199] Removed dead comma
Co-authored-by: William Harrison
---
domains/windfarms.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/windfarms.json b/domains/windfarms.json
index 319981ffb..92117b3db 100644
--- a/domains/windfarms.json
+++ b/domains/windfarms.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/windfarms/windfarms.github.io",
"owner": {
"username": "windfarms",
- "email": "windfarms@andrealicheri.anonaddy.com",
+ "email": "windfarms@andrealicheri.anonaddy.com"
},
"record": {
"CNAME": "windfarms.github.io"
From 31cd452f49548ed5b691a40e2b258812d7ca1b0a Mon Sep 17 00:00:00 2001
From: hcs1219 <87796473+hcs1219@users.noreply.github.com>
Date: Wed, 12 Apr 2023 20:49:57 +0800
Subject: [PATCH 0270/2199] Create hcs.json
---
domains/hcs.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/hcs.json
diff --git a/domains/hcs.json b/domains/hcs.json
new file mode 100644
index 000000000..494a6b64e
--- /dev/null
+++ b/domains/hcs.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "hcs1219",
+ "email": "hcskaiask@gmail.com"
+ },
+ "record": {
+ "A": [
+ "164.132.74.251"
+ ]
+ }
+}
From 23a87716ee0c210de508db4ebbb1bbf8695459ae Mon Sep 17 00:00:00 2001
From: Amir-Lotfi <32633447+Amir-Lotfi@users.noreply.github.com>
Date: Wed, 12 Apr 2023 18:09:23 +0330
Subject: [PATCH 0271/2199] Update graphql.json
---
domains/graphql.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/graphql.json b/domains/graphql.json
index f42ba013e..c8eb4c2b8 100644
--- a/domains/graphql.json
+++ b/domains/graphql.json
@@ -5,6 +5,6 @@
},
"record": {
- "A": ["5.196.130.53"]
+ "A": ["136.243.109.199"]
}
}
From 5ecd3ca46cb430df7c424da1b9458a183556fa9e Mon Sep 17 00:00:00 2001
From: EnteNico <84995446+EnteNico@users.noreply.github.com>
Date: Wed, 12 Apr 2023 20:47:46 +0200
Subject: [PATCH 0272/2199] feat(domain): add `entenico.is-a.dev`
---
domains/entenico.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/entenico.json
diff --git a/domains/entenico.json b/domains/entenico.json
new file mode 100644
index 000000000..46f3392d5
--- /dev/null
+++ b/domains/entenico.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "EnteNico",
+ "email": "herrtruthahn.ls19@gmail.com"
+ },
+
+ "record": {
+ "A": ["https://github.com/entenico"]
+ }
+}
From ad575b8fea7f15c0a1cc9bb6ee21e73f060bd7d2 Mon Sep 17 00:00:00 2001
From: Tom Teck
Date: Wed, 12 Apr 2023 21:41:24 +0200
Subject: [PATCH 0273/2199] Added tomteck
---
domains/tomteck.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/tomteck.json
diff --git a/domains/tomteck.json b/domains/tomteck.json
new file mode 100644
index 000000000..4b73f129f
--- /dev/null
+++ b/domains/tomteck.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "shandralor",
+ "email": "tom.teck@gmail.com"
+ },
+ "record": {
+ "CNAME": "shandralor.github.io"
+ }
+ }
+
\ No newline at end of file
From 0ab633ee06eee2669b11645ac5ee738507ddd6e5 Mon Sep 17 00:00:00 2001
From: Ethereal <121606613+EtherealTheDev@users.noreply.github.com>
Date: Wed, 12 Apr 2023 19:12:52 -0700
Subject: [PATCH 0274/2199] Create ethereal.json
---
domains/ethereal.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/ethereal.json
diff --git a/domains/ethereal.json b/domains/ethereal.json
new file mode 100644
index 000000000..b3a365ede
--- /dev/null
+++ b/domains/ethereal.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "EtherealTheDev",
+ "email": "",
+ "twitter": "EtherealTheDev",
+ "discord": "EtherealTheDev#09088"
+ },
+ "record": {
+ "CNAME": "etherealthedev.repl.co."
+ }
+}
From 43151af788424090ad667de9c093eeeca877de89 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Thu, 13 Apr 2023 16:24:16 +0800
Subject: [PATCH 0275/2199] Update samcarson.json
---
domains/samcarson.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/samcarson.json b/domains/samcarson.json
index e4298ee41..e9f6d0567 100644
--- a/domains/samcarson.json
+++ b/domains/samcarson.json
@@ -5,7 +5,6 @@
"twitter": "samcarsonx"
},
"record": {
- "URL": "https://samcarson.co.uk",
- "TXT": "working on a separate site for my dev projects"
+ "URL": "https://samcarson.co.uk"
}
}
From c5665e35c56849abbbbe7f4084d3c99a1547cccb Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Thu, 13 Apr 2023 17:31:11 +0800
Subject: [PATCH 0276/2199] Update ethereal.json
---
domains/ethereal.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/ethereal.json b/domains/ethereal.json
index b3a365ede..8bc82ebaf 100644
--- a/domains/ethereal.json
+++ b/domains/ethereal.json
@@ -1,11 +1,11 @@
{
"owner": {
- "username": "EtherealTheDev",
+ "username": "EtherealTheDev",
"email": "",
"twitter": "EtherealTheDev",
"discord": "EtherealTheDev#09088"
},
"record": {
- "CNAME": "etherealthedev.repl.co."
+ "CNAME": "etherealthedev.repl.co"
}
}
From c0efbb832a8054ac4a7a525107a9f0f7ad9ed7e2 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Thu, 13 Apr 2023 17:31:49 +0800
Subject: [PATCH 0277/2199] remove invalid discord
---
domains/ethereal.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/ethereal.json b/domains/ethereal.json
index 8bc82ebaf..b58f0d991 100644
--- a/domains/ethereal.json
+++ b/domains/ethereal.json
@@ -2,8 +2,7 @@
"owner": {
"username": "EtherealTheDev",
"email": "",
- "twitter": "EtherealTheDev",
- "discord": "EtherealTheDev#09088"
+ "twitter": "EtherealTheDev"
},
"record": {
"CNAME": "etherealthedev.repl.co"
From 4602604bbb73e7eb6d0c16d58987b1f29aa28e38 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Thu, 13 Apr 2023 17:33:28 +0800
Subject: [PATCH 0278/2199] fix record
---
domains/entenico.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/entenico.json b/domains/entenico.json
index 46f3392d5..d681d2440 100644
--- a/domains/entenico.json
+++ b/domains/entenico.json
@@ -5,6 +5,6 @@
},
"record": {
- "A": ["https://github.com/entenico"]
+ "URL": "https://github.com/entenico"
}
}
From 5a2cb3ab11019d14dcf4608deeb30e74289e14df Mon Sep 17 00:00:00 2001
From: Leandro <95433938+Lndr2501@users.noreply.github.com>
Date: Thu, 13 Apr 2023 11:37:51 +0200
Subject: [PATCH 0279/2199] Create lndr2501.json
---
domains/lndr2501.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/lndr2501.json
diff --git a/domains/lndr2501.json b/domains/lndr2501.json
new file mode 100644
index 000000000..bbf5e3f2f
--- /dev/null
+++ b/domains/lndr2501.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Lndr2501",
+ "email": ""
+ },
+ "repo": "https://github.com/Lndr2501/Lndr2501",
+ "record": {
+ "CNAME": "lndr2501.github.io"
+ }
+}
From 26b4bfe3f6a83e5d64182b93f4dba900c7c1d267 Mon Sep 17 00:00:00 2001
From: daflixy <93287042+daflixy@users.noreply.github.com>
Date: Thu, 13 Apr 2023 18:15:20 +0100
Subject: [PATCH 0280/2199] feat(domain): add `daflixy.is-a.dev`
---
domains/daflixy.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/daflixy.json
diff --git a/domains/daflixy.json b/domains/daflixy.json
new file mode 100644
index 000000000..ee7b65bbf
--- /dev/null
+++ b/domains/daflixy.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "daflixy",
+ "email": "andy.gilbert.uk99@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "f8a904d2-be6c-46a7-a0fa-3379937c6282.id.repl.co"
+ }
+}
From 603f938d4a5697ba9c705e989c321d8e3dfbcd2d Mon Sep 17 00:00:00 2001
From: daflixy <93287042+daflixy@users.noreply.github.com>
Date: Thu, 13 Apr 2023 18:16:16 +0100
Subject: [PATCH 0281/2199] feat(domain): add `valswap.is-a.dev`
---
domains/valswap.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/valswap.json
diff --git a/domains/valswap.json b/domains/valswap.json
new file mode 100644
index 000000000..0ee2c1a72
--- /dev/null
+++ b/domains/valswap.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "daflixy",
+ "email": "andy.gilbert.uk99@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "50064ad8-eb2d-4d8d-8e1c-62d0bd99b448.id.repl.co"
+ }
+}
From 26434ae8fddf45281fb9036e85380fcec840deea Mon Sep 17 00:00:00 2001
From: Yose Marthin Giyay <33504511+yohn-maistre@users.noreply.github.com>
Date: Fri, 14 Apr 2023 11:22:45 +0900
Subject: [PATCH 0282/2199] Add files via upload
---
domains/yose.json | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 domains/yose.json
diff --git a/domains/yose.json b/domains/yose.json
new file mode 100644
index 000000000..40bf6ca77
--- /dev/null
+++ b/domains/yose.json
@@ -0,0 +1,13 @@
+{
+ "description": "A one-page portfolio website",
+ "repo": "https://github.com/yohn-maistre/yohn-maistre.github.io",
+ "owner": {
+ "username": "yohn-maistre",
+ "email": "",
+ "twitter": "jind0sh",
+ "discord": "jind0sh#5330"
+ },
+ "record": {
+ "CNAME": "yohn-maistre.github.io"
+ }
+}
From 8efe4ad7862e3b1f0c3f5bc01466c4ec40edc63c Mon Sep 17 00:00:00 2001
From: Ethereal <121606613+EtherealTheDev@users.noreply.github.com>
Date: Thu, 13 Apr 2023 20:41:14 -0700
Subject: [PATCH 0283/2199] Forgot it wasn't that easy!
---
domains/ethereal.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/ethereal.json b/domains/ethereal.json
index b58f0d991..f45a0cfe6 100644
--- a/domains/ethereal.json
+++ b/domains/ethereal.json
@@ -5,6 +5,7 @@
"twitter": "EtherealTheDev"
},
"record": {
- "CNAME": "etherealthedev.repl.co"
+ "CNAME": "7a46ceab-0088-472d-9557-c8847e060b63.id.repl.co",
+ "TXT": "replit-verify=7a46ceab-0088-472d-9557-c8847e060b63"
}
}
From 1b5b31a22a39d4c72ca86614462f12e124db1c23 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Fri, 14 Apr 2023 19:16:20 +0800
Subject: [PATCH 0284/2199] Update yose.json
---
domains/yose.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/yose.json b/domains/yose.json
index 40bf6ca77..c717ff345 100644
--- a/domains/yose.json
+++ b/domains/yose.json
@@ -5,7 +5,7 @@
"username": "yohn-maistre",
"email": "",
"twitter": "jind0sh",
- "discord": "jind0sh#5330"
+ "discord": "jind0sh#5330"
},
"record": {
"CNAME": "yohn-maistre.github.io"
From 8a3f1766a0074e95552a8024fb77416fdbe6ed70 Mon Sep 17 00:00:00 2001
From: Ethereal <121606613+EtherealTheDev@users.noreply.github.com>
Date: Fri, 14 Apr 2023 07:58:51 -0700
Subject: [PATCH 0285/2199] Update ethereal.json
---
domains/ethereal.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/domains/ethereal.json b/domains/ethereal.json
index f45a0cfe6..d01f810f3 100644
--- a/domains/ethereal.json
+++ b/domains/ethereal.json
@@ -6,6 +6,5 @@
},
"record": {
"CNAME": "7a46ceab-0088-472d-9557-c8847e060b63.id.repl.co",
- "TXT": "replit-verify=7a46ceab-0088-472d-9557-c8847e060b63"
}
}
From 3275a84ad7184eba6b36dc3d4aae58ac8d3f548c Mon Sep 17 00:00:00 2001
From: Ethereal <121606613+EtherealTheDev@users.noreply.github.com>
Date: Fri, 14 Apr 2023 08:06:06 -0700
Subject: [PATCH 0286/2199] Update ethereal.json
---
domains/ethereal.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/ethereal.json b/domains/ethereal.json
index d01f810f3..a72e1e402 100644
--- a/domains/ethereal.json
+++ b/domains/ethereal.json
@@ -5,6 +5,6 @@
"twitter": "EtherealTheDev"
},
"record": {
- "CNAME": "7a46ceab-0088-472d-9557-c8847e060b63.id.repl.co",
+ "CNAME": "7a46ceab-0088-472d-9557-c8847e060b63.id.repl.co"
}
}
From 43e7ca7d03638b82ce7593cff8afe5a8780f9268 Mon Sep 17 00:00:00 2001
From: teixeirazeus
Date: Fri, 14 Apr 2023 13:26:57 -0300
Subject: [PATCH 0287/2199] thiago domain
---
domains/thiago.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/thiago.json
diff --git a/domains/thiago.json b/domains/thiago.json
new file mode 100644
index 000000000..4aa72ae5e
--- /dev/null
+++ b/domains/thiago.json
@@ -0,0 +1,11 @@
+{
+ "description": "Thiago S. Teixeira blog",
+ "repo": "https://github.com/teixeirazeus/teixeirazeus.github.io",
+ "owner": {
+ "username": "teixeirazeus",
+ "email": "teixeira.zeus@gmail.com"
+ },
+ "record": {
+ "CNAME": "teixeirazeus.github.io"
+ }
+}
From ed57686cfc99d2a295611816734d3110aa6edf4a Mon Sep 17 00:00:00 2001
From: teixeirazeus
Date: Fri, 14 Apr 2023 13:37:31 -0300
Subject: [PATCH 0288/2199] contact info
---
domains/thiago.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/domains/thiago.json b/domains/thiago.json
index 4aa72ae5e..a9f469179 100644
--- a/domains/thiago.json
+++ b/domains/thiago.json
@@ -3,7 +3,9 @@
"repo": "https://github.com/teixeirazeus/teixeirazeus.github.io",
"owner": {
"username": "teixeirazeus",
- "email": "teixeira.zeus@gmail.com"
+ "email": "teixeira.zeus@gmail.com",
+ "twitter": "ThiagoSTeixeir4",
+ "discord": "Thiago S Teixeira#0657"
},
"record": {
"CNAME": "teixeirazeus.github.io"
From 23b661cf97f2c1611c982bd5919c90d0ec795ef1 Mon Sep 17 00:00:00 2001
From: L RMN <97253349+lrmn7@users.noreply.github.com>
Date: Sat, 15 Apr 2023 05:12:10 +0700
Subject: [PATCH 0289/2199] feat(domain): add `lrmn.is-a.dev`
---
domains/lrmn.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/lrmn.json
diff --git a/domains/lrmn.json b/domains/lrmn.json
new file mode 100644
index 000000000..dd66cb2f2
--- /dev/null
+++ b/domains/lrmn.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "lrmn7",
+ "email": "lrmnid@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "lrmn7.github.io"
+ }
+}
From 37a33e7113b9667fb3fd89ccd4098e0273edc8fd Mon Sep 17 00:00:00 2001
From: Johna
Date: Fri, 14 Apr 2023 23:16:28 +0000
Subject: [PATCH 0290/2199] Create johna.json
---
domains/johna.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/johna.json
diff --git a/domains/johna.json b/domains/johna.json
new file mode 100644
index 000000000..2b3104700
--- /dev/null
+++ b/domains/johna.json
@@ -0,0 +1,11 @@
+{
+ "description": "My personal website",
+ "repo": "https://github.com/Johna-123/Johna-123.github.io",
+ "owner": {
+ "username": "Johna-123",
+ "email": "j-verstraaten@hotmail.com"
+ },
+ "record": {
+ "CNAME": "Johna-123.github.io"
+ }
+}
From fa9163b18244b3b882332ea7310ecc4b207548fe Mon Sep 17 00:00:00 2001
From: Wahid Khan
Date: Sat, 15 Apr 2023 05:20:37 +0530
Subject: [PATCH 0291/2199] domain: create Wahid7852.json
---
domains/Wahid7852.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/Wahid7852.json
diff --git a/domains/Wahid7852.json b/domains/Wahid7852.json
new file mode 100644
index 000000000..ede6b934b
--- /dev/null
+++ b/domains/Wahid7852.json
@@ -0,0 +1,11 @@
+{
+ "description": "portfolio site for Abdul Wahid Khan",
+ "repo": "https://github.com/Wahid7852/Wahid7852.github.io",
+ "owner": {
+ "username": "Wahid7852",
+ "email": "wahidzk0091@gmail.com"
+ },
+ "record": {
+ "CNAME": "Wahid7852.github.io"
+ }
+}
From 60aab4792dcf3f715565d4f2e28590412d1cbd36 Mon Sep 17 00:00:00 2001
From: EmojiPati <49492351+EmojiPati@users.noreply.github.com>
Date: Sat, 15 Apr 2023 03:24:45 +0300
Subject: [PATCH 0292/2199] Update pati.json
---
domains/pati.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/pati.json b/domains/pati.json
index a2f7ea584..723b8126d 100644
--- a/domains/pati.json
+++ b/domains/pati.json
@@ -5,6 +5,6 @@
},
"record": {
- "A": ["75.2.60.5"]
+ "CNAME": ["termoji.pages.dev"]
}
}
From 8567601378aa16d9de791da8843744c36634615c Mon Sep 17 00:00:00 2001
From: Nziie3 <106406461+Nzii3@users.noreply.github.com>
Date: Fri, 14 Apr 2023 19:44:41 -0700
Subject: [PATCH 0293/2199] Create client.nziie.json
---
domains/client.nziie.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/client.nziie.json
diff --git a/domains/client.nziie.json b/domains/client.nziie.json
new file mode 100644
index 000000000..c5aa459fe
--- /dev/null
+++ b/domains/client.nziie.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Nzii3",
+ "email": "exeyst@gmail.com"
+ },
+ "record": {
+ "CNAME": "web-1.hostnow.cz"
+ }
+}
From f962e402c26cba09295fea5c36c47559e5f9b7c2 Mon Sep 17 00:00:00 2001
From: Lee Yeon Woo <76273057+nagdongdev-0713@users.noreply.github.com>
Date: Fri, 14 Apr 2023 22:42:51 -0700
Subject: [PATCH 0294/2199] feat(domain): add `verify.is-a.dev`
---
domains/verify.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/verify.json
diff --git a/domains/verify.json b/domains/verify.json
new file mode 100644
index 000000000..4bcde7724
--- /dev/null
+++ b/domains/verify.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "nagdongdev-0713",
+ "email": "lyw8459@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "2c09a1bb-dfd6-4580-a81d-b7ca907727c4.id.repl.co"
+ }
+}
From 8ea408655001b65ef96c61905d25b73bda814601 Mon Sep 17 00:00:00 2001
From: Dan Gazizullin
Date: Sat, 15 Apr 2023 11:19:06 +0300
Subject: [PATCH 0295/2199] feat(domain): add `hikari.is-a.dev`
---
domains/hikari.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/hikari.json
diff --git a/domains/hikari.json b/domains/hikari.json
new file mode 100644
index 000000000..2521f5639
--- /dev/null
+++ b/domains/hikari.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "hikariatama",
+ "email": "elusloodus@mail.ru"
+ },
+
+ "record": {
+ "CNAME": "hikariatama.ru"
+ }
+}
From aa1ba3510e18bb8bd13c73bd1271bb8550bced35 Mon Sep 17 00:00:00 2001
From: TolisDev <72224702+tolisdev@users.noreply.github.com>
Date: Sat, 15 Apr 2023 11:50:04 +0300
Subject: [PATCH 0296/2199] Update tolis.json
---
domains/tolis.json | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/domains/tolis.json b/domains/tolis.json
index 77f66aabc..f18b15630 100644
--- a/domains/tolis.json
+++ b/domains/tolis.json
@@ -2,9 +2,13 @@
"description": "TolisDev Blog",
"owner": {
"username": "tolisdev",
- "email": "tolis@tolis.tech"
+ "email": "apostolos@tolisuwu.xyz"
},
- "record": {
- "CNAME": "vienna.ns.govello.net"
- }
+{
+ "record": {
+ "A": [
+ "167.235.239.76"
+ ]
+ }
+}
}
From 757113634704d6e4d8586d83d98b365e933495ae Mon Sep 17 00:00:00 2001
From: Alex
Date: Sat, 15 Apr 2023 15:04:09 +0300
Subject: [PATCH 0297/2199] feat(domain): add `rasofex.is-a.dev`
---
domains/rasofex.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/rasofex.json
diff --git a/domains/rasofex.json b/domains/rasofex.json
new file mode 100644
index 000000000..b2303d2b8
--- /dev/null
+++ b/domains/rasofex.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Rasofex",
+ "email": "rasofex@yandex.ru"
+ },
+
+ "record": {
+ "A": ["217.18.61.157"]
+ }
+}
From 4c862fc6c52291aa81d4f9ec81a0686025c6e0fe Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 15 Apr 2023 20:10:38 +0800
Subject: [PATCH 0298/2199] fix
---
domains/tolis.json | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/domains/tolis.json b/domains/tolis.json
index f18b15630..7740ffeff 100644
--- a/domains/tolis.json
+++ b/domains/tolis.json
@@ -4,11 +4,7 @@
"username": "tolisdev",
"email": "apostolos@tolisuwu.xyz"
},
-{
"record": {
- "A": [
- "167.235.239.76"
- ]
+ "A": ["167.235.239.76"]
}
}
-}
From 574cb3df3746618a42438d2c174adaf4a0b601f5 Mon Sep 17 00:00:00 2001
From: Mir Habeel Ahmad <102403483+Habeel06@users.noreply.github.com>
Date: Sat, 15 Apr 2023 18:16:53 +0530
Subject: [PATCH 0299/2199] Create habeel.json
---
domains/habeel.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/habeel.json
diff --git a/domains/habeel.json b/domains/habeel.json
new file mode 100644
index 000000000..b12856481
--- /dev/null
+++ b/domains/habeel.json
@@ -0,0 +1,12 @@
+{
+ "description": "For my personal website",
+ "repo": "https://github.com/Habeel06/Habeel06.github.io",
+ "owner": {
+ "username": "Habeel06",
+ "email": "mirhabeelahmad06@gmail.com",
+ "twitter": "habeel_06"
+ },
+ "record": {
+ "CNAME": "Habeel06.github.io"
+ }
+}
From 74118db7bea0d60825585da68aaa73e7774880de Mon Sep 17 00:00:00 2001
From: aura
Date: Sat, 15 Apr 2023 22:39:27 -0400
Subject: [PATCH 0300/2199] feat(domain): add `aura.is-a.dev`
---
domains/aura.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/aura.json
diff --git a/domains/aura.json b/domains/aura.json
new file mode 100644
index 000000000..7799e6599
--- /dev/null
+++ b/domains/aura.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "auravoid",
+ "email": "github@auravoid.dev"
+ },
+
+ "record": {
+ "CNAME": "aobqkb1m.up.railway.app"
+ }
+}
From 26ded36e2b096aaa2d82d27efe360a12b14a77d3 Mon Sep 17 00:00:00 2001
From: Han Chow
Date: Sat, 15 Apr 2023 19:58:20 -0700
Subject: [PATCH 0301/2199] register hanchow.is-a.dev
---
domains/hanchow | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/hanchow
diff --git a/domains/hanchow b/domains/hanchow
new file mode 100644
index 000000000..e073d643b
--- /dev/null
+++ b/domains/hanchow
@@ -0,0 +1,12 @@
+{
+ "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",
+ "twitter": "zhhlmr"
+ },
+ "record": {
+ "CNAME": "zhhlmr.github.io"
+ }
+}
From 3a43249c543f07c43e13ae069649eddd666524aa Mon Sep 17 00:00:00 2001
From: Han Chow
Date: Sun, 16 Apr 2023 11:07:39 +0800
Subject: [PATCH 0302/2199] filetype mistake adjusted for Register
hanchow.is-a.dev
---
domains/{hanchow => hanchow.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{hanchow => hanchow.json} (100%)
diff --git a/domains/hanchow b/domains/hanchow.json
similarity index 100%
rename from domains/hanchow
rename to domains/hanchow.json
From 9aaa7b36fe0339583dc24b55b833d3a7b4ce2f42 Mon Sep 17 00:00:00 2001
From: aura
Date: Sun, 16 Apr 2023 10:31:35 -0400
Subject: [PATCH 0303/2199] Update aura.json
Railway wasn't liking my site so I'll just use GH Pages
---
domains/aura.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/aura.json b/domains/aura.json
index 7799e6599..e2b36b773 100644
--- a/domains/aura.json
+++ b/domains/aura.json
@@ -5,6 +5,6 @@
},
"record": {
- "CNAME": "aobqkb1m.up.railway.app"
+ "CNAME": "auravoid.github.io"
}
}
From a1ee282d8968a51123b02b5e64e745a8c7788374 Mon Sep 17 00:00:00 2001
From: Anderson Paiva
Date: Sun, 16 Apr 2023 11:53:26 -0300
Subject: [PATCH 0304/2199] url from website changed
---
domains/anderson.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/anderson.json b/domains/anderson.json
index 2a2a55b02..cd770ffee 100644
--- a/domains/anderson.json
+++ b/domains/anderson.json
@@ -6,6 +6,6 @@
"email": "andersonpgs2001@hotmail.com"
},
"record": {
- "URL": "https://andersonpgs.github.io/me"
+ "URL": "https://andersonpgs.vercel.app"
}
}
From 2e87e5df292d8994186a7cb15ecd78ffedb9afe7 Mon Sep 17 00:00:00 2001
From: Xiro <79284996+Creaperhunter@users.noreply.github.com>
Date: Sun, 16 Apr 2023 22:01:13 +0200
Subject: [PATCH 0305/2199] Update and rename creaperhunter.json to xiro.json
---
domains/{creaperhunter.json => xiro.json} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename domains/{creaperhunter.json => xiro.json} (81%)
diff --git a/domains/creaperhunter.json b/domains/xiro.json
similarity index 81%
rename from domains/creaperhunter.json
rename to domains/xiro.json
index 11885c2d7..c562ccfa9 100644
--- a/domains/creaperhunter.json
+++ b/domains/xiro.json
@@ -2,7 +2,7 @@
"owner": {
"username": "Creaperhunter",
"email": "creaperhunter531@gmail.com",
- "discord": "Creaperhunter#7718"
+ "discord": "Xiro#0001"
},
"record": {
"CNAME": "personal-page-3ps.pages.dev"
From 84bf3a74b257ce35d00d98e6821548539d13fd76 Mon Sep 17 00:00:00 2001
From: Xiro <79284996+XiroXD@users.noreply.github.com>
Date: Sun, 16 Apr 2023 22:06:48 +0200
Subject: [PATCH 0306/2199] Change Username
---
domains/xiro.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/xiro.json b/domains/xiro.json
index c562ccfa9..91edd91ed 100644
--- a/domains/xiro.json
+++ b/domains/xiro.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "Creaperhunter",
+ "username": "XiroXD",
"email": "creaperhunter531@gmail.com",
"discord": "Xiro#0001"
},
From 668d915d01db620350015d24aa27367e1e8cb1f3 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Mon, 17 Apr 2023 13:09:34 +0800
Subject: [PATCH 0307/2199] Rename Wahid7852.json to wahid7852.json
---
domains/{Wahid7852.json => wahid7852.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{Wahid7852.json => wahid7852.json} (100%)
diff --git a/domains/Wahid7852.json b/domains/wahid7852.json
similarity index 100%
rename from domains/Wahid7852.json
rename to domains/wahid7852.json
From b8d10deb10b5f00cde43f247973ec605d7b0e90b Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Mon, 17 Apr 2023 13:11:56 +0800
Subject: [PATCH 0308/2199] fix record
---
domains/pati.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/pati.json b/domains/pati.json
index 723b8126d..32858290e 100644
--- a/domains/pati.json
+++ b/domains/pati.json
@@ -5,6 +5,6 @@
},
"record": {
- "CNAME": ["termoji.pages.dev"]
+ "CNAME": "termoji.pages.dev"
}
}
From 20877002128fcdae8f7ad1850d35fd278828a209 Mon Sep 17 00:00:00 2001
From: "@kob.kuba" <47297843+kob-kuba@users.noreply.github.com>
Date: Mon, 17 Apr 2023 07:50:30 +0000
Subject: [PATCH 0309/2199] Create kuba.json
---
domains/kuba.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/kuba.json
diff --git a/domains/kuba.json b/domains/kuba.json
new file mode 100644
index 000000000..76651a44c
--- /dev/null
+++ b/domains/kuba.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "kob-kuba",
+ "telegram": "kob_kuba",
+ "email": "admin@kobb.tech"
+ },
+ "record": {
+ "URL": "https://kob.gay"
+ }
+}
From db8337154b8e7154c4731af45da10b9244cd7aaf Mon Sep 17 00:00:00 2001
From: SuryaPrakash <119923001+suryaaprakassh@users.noreply.github.com>
Date: Mon, 17 Apr 2023 17:49:10 +0530
Subject: [PATCH 0310/2199] feat(domain): add `suryaprakash.is-a.dev`
---
domains/suryaprakash.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/suryaprakash.json
diff --git a/domains/suryaprakash.json b/domains/suryaprakash.json
new file mode 100644
index 000000000..e0b42568f
--- /dev/null
+++ b/domains/suryaprakash.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "suryaaprakassh",
+ "email": "surya0prakash@proton.me"
+ },
+
+ "record": {
+ "A": ["suryaprakash.is-a-dev"]
+ }
+}
From 3d412e605d64c2333460d22ea159fbc0c26cb040 Mon Sep 17 00:00:00 2001
From: jeffersonjpr
Date: Mon, 17 Apr 2023 13:25:00 -0300
Subject: [PATCH 0311/2199] jefferson domain
---
domains/jefferson.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/jefferson.json
diff --git a/domains/jefferson.json b/domains/jefferson.json
new file mode 100644
index 000000000..a747e33ef
--- /dev/null
+++ b/domains/jefferson.json
@@ -0,0 +1,11 @@
+{
+ "description": "Jefferson Michael Profile",
+ "repo": "https://github.com/jeffersonjpr/jeffersonjpr",
+ "owner": {
+ "username": "jeffersonjpr",
+ "email": "jeffersonjpr@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/jeffersonjpr/jeffersonjpr"
+ }
+}
\ No newline at end of file
From f61bb20564256834416f4ac0aa9c4523b42a909c Mon Sep 17 00:00:00 2001
From: Aswin V S <68040205+aswin-vs@users.noreply.github.com>
Date: Mon, 17 Apr 2023 23:16:10 +0530
Subject: [PATCH 0312/2199] aswin-vs.is-a.dev
---
domains/aswin-vs.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/aswin-vs.json
diff --git a/domains/aswin-vs.json b/domains/aswin-vs.json
new file mode 100644
index 000000000..a749747b8
--- /dev/null
+++ b/domains/aswin-vs.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio of Aswin V S",
+ "repo": "https://github.com/aswin-vs/Portfolio",
+ "owner": {
+ "username": "aswin-vs",
+ "email": "aswinvs.nitt@gmail.com"
+ },
+ "record": {
+ "CNAME": "aswin-vs.github.io"
+ }
+}
\ No newline at end of file
From f8e5658f520566b5362aca6aa5bc81a0576d5c3d Mon Sep 17 00:00:00 2001
From: Riya Roy
Date: Tue, 18 Apr 2023 17:07:00 +0530
Subject: [PATCH 0313/2199] Json file added
---
domains/riya.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/riya.json
diff --git a/domains/riya.json b/domains/riya.json
new file mode 100644
index 000000000..99dbcddb0
--- /dev/null
+++ b/domains/riya.json
@@ -0,0 +1,11 @@
+{
+ "description": "Riya Roy",
+ "repo": "https://github.com/riyaroy2086/riyaroy2086.github.io",
+ "owner": {
+ "username": "riyaroy2086",
+ "discord": "ROY#1369"
+ },
+ "record": {
+ "CNAME": "riyaroy2086.github.io"
+ }
+}
From e450bd74eb1f80e6db7809cd9d1bf56c6672c5c8 Mon Sep 17 00:00:00 2001
From: seria_ati
Date: Tue, 18 Apr 2023 21:11:58 +0800
Subject: [PATCH 0314/2199] Create seria.json
---
domains/seria.json | 1 +
1 file changed, 1 insertion(+)
create mode 100644 domains/seria.json
diff --git a/domains/seria.json b/domains/seria.json
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/domains/seria.json
@@ -0,0 +1 @@
+
From a5935e04df60d631a58181f7e400318c90932069 Mon Sep 17 00:00:00 2001
From: Mario Python Plumber
Date: Tue, 18 Apr 2023 18:48:04 +0530
Subject: [PATCH 0315/2199] Create pythonplumber.json
---
domains/pythonplumber.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/pythonplumber.json
diff --git a/domains/pythonplumber.json b/domains/pythonplumber.json
new file mode 100644
index 000000000..6ea715d01
--- /dev/null
+++ b/domains/pythonplumber.json
@@ -0,0 +1,11 @@
+{
+ "description": "Mario Python Plumbers's website",
+ "repo": "https://github.com/PythonPlumber/pythonplumber.github.io",
+ "owner": {
+ "username": "PythonPlumber",
+ "email": "mario.yellow.bea@proton.me"
+ },
+ "record": {
+ "CNAME": "pythonplumber.github.io"
+ }
+}
From 8a25e220489cad0111fbec483ab79cbf4778b79f Mon Sep 17 00:00:00 2001
From: SuryaPrakash <119923001+suryaaprakassh@users.noreply.github.com>
Date: Tue, 18 Apr 2023 18:50:37 +0530
Subject: [PATCH 0316/2199] feat(domain): add `suryaaprakassh.is-a.dev`
---
domains/suryaaprakassh.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/suryaaprakassh.json
diff --git a/domains/suryaaprakassh.json b/domains/suryaaprakassh.json
new file mode 100644
index 000000000..1e8ecee83
--- /dev/null
+++ b/domains/suryaaprakassh.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "suryaaprakassh",
+ "email": "surya0prakash@proton.me"
+ },
+
+ "record": {
+ "CNAME": "suryaaprakassh.github.io"
+ }
+}
From 114e393645274f4d665bf2c2a2d7bc45440d66af Mon Sep 17 00:00:00 2001
From: realsohel <109403678+realsohel@users.noreply.github.com>
Date: Wed, 19 Apr 2023 00:07:42 +0530
Subject: [PATCH 0317/2199] Create mohdsohel.json
---
mohdsohel.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 mohdsohel.json
diff --git a/mohdsohel.json b/mohdsohel.json
new file mode 100644
index 000000000..a30a32358
--- /dev/null
+++ b/mohdsohel.json
@@ -0,0 +1,12 @@
+{
+ "description": "My personal Portfolio website",
+ "repo": "https://github.com/realsohel/MyPortfolio-production",
+ "owner": {
+ "username": "realsohel",
+ "email": "salmanisohail26@gmail.com",
+ "twitter": "real_sohel_"
+ },
+ "record": {
+ "CNAME": "realsohel.github.io"
+ }
+}
From 1ac13fe431503ab241d5341f3a7b1b1e893a2afa Mon Sep 17 00:00:00 2001
From: realsohel <109403678+realsohel@users.noreply.github.com>
Date: Wed, 19 Apr 2023 00:19:36 +0530
Subject: [PATCH 0318/2199] Update mohdsohel.json
---
mohdsohel.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mohdsohel.json b/mohdsohel.json
index a30a32358..10fda800f 100644
--- a/mohdsohel.json
+++ b/mohdsohel.json
@@ -1,6 +1,6 @@
{
"description": "My personal Portfolio website",
- "repo": "https://github.com/realsohel/MyPortfolio-production",
+ "repo": "https://github.com/realsohel/realsohel.github.io",
"owner": {
"username": "realsohel",
"email": "salmanisohail26@gmail.com",
From 42ff7c335b45809536f3de27ecc0de9111161ccb Mon Sep 17 00:00:00 2001
From: seria_ati
Date: Wed, 19 Apr 2023 13:00:54 +0800
Subject: [PATCH 0319/2199] Update seria.json
---
domains/seria.json | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/domains/seria.json b/domains/seria.json
index 8b1378917..01abb4362 100644
--- a/domains/seria.json
+++ b/domains/seria.json
@@ -1 +1,12 @@
-
+{
+ "description": "Personal portfolio, self-introduction website.",
+ "repo": "https://github.com/seriaati/seriaati.github.io",
+ "owner": {
+ "username": "seriaati",
+ "email": "seria.ati@gmail.com",
+ "twitter": "seria_ati"
+ },
+ "record": {
+ "CNAME": "seriaati.github.io"
+ }
+}
From 199bafa5c178cbdad621c5d0bd485335185ee822 Mon Sep 17 00:00:00 2001
From: Hinal Sanghvi
Date: Wed, 19 Apr 2023 11:25:53 +0530
Subject: [PATCH 0320/2199] push code
---
domains/hinal-sanghvi.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/hinal-sanghvi.json
diff --git a/domains/hinal-sanghvi.json b/domains/hinal-sanghvi.json
new file mode 100644
index 000000000..79ae68560
--- /dev/null
+++ b/domains/hinal-sanghvi.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal website for now",
+ "repo": "https://github.com/hinal-sanghvi/hinal-sanghvi.github.io.git",
+ "owner": {
+ "username": "hinal-sanghvi",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://hinal-sanghvi.github.io/"
+ }
+}
From 4169053edff9501b5b08ee8ed807e99bcb663cb5 Mon Sep 17 00:00:00 2001
From: Hinal Sanghvi <129930829+hinal-sanghvi@users.noreply.github.com>
Date: Wed, 19 Apr 2023 11:29:28 +0530
Subject: [PATCH 0321/2199] Update .env
---
.env | 1 +
1 file changed, 1 insertion(+)
diff --git a/.env b/.env
index 8022d3f4e..e8de27013 100644
--- a/.env
+++ b/.env
@@ -4,3 +4,4 @@ DOMAIN_API_HOST=api-example.com
DOMAIN_API_PORT=2087
DOMAIN_DOMAIN=example.com
DOMAIN_HOST_IP=69.69.69.69
+
From 1733461e528418c60f0ae8c757fc37d22e26101d Mon Sep 17 00:00:00 2001
From: Hinal Sanghvi <129930829+hinal-sanghvi@users.noreply.github.com>
Date: Wed, 19 Apr 2023 11:42:36 +0530
Subject: [PATCH 0322/2199] Delete .env
---
.env | 7 -------
1 file changed, 7 deletions(-)
delete mode 100644 .env
diff --git a/.env b/.env
deleted file mode 100644
index e8de27013..000000000
--- a/.env
+++ /dev/null
@@ -1,7 +0,0 @@
-DOMAIN_USER=username
-DOMAIN_API_KEY=apikey
-DOMAIN_API_HOST=api-example.com
-DOMAIN_API_PORT=2087
-DOMAIN_DOMAIN=example.com
-DOMAIN_HOST_IP=69.69.69.69
-
From e0f868afa1196710c2e6910032dd7966b3ba929e Mon Sep 17 00:00:00 2001
From: Hinal Sanghvi
Date: Wed, 19 Apr 2023 11:56:06 +0530
Subject: [PATCH 0323/2199] add .env file
---
.env | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 .env
diff --git a/.env b/.env
new file mode 100644
index 000000000..8022d3f4e
--- /dev/null
+++ b/.env
@@ -0,0 +1,6 @@
+DOMAIN_USER=username
+DOMAIN_API_KEY=apikey
+DOMAIN_API_HOST=api-example.com
+DOMAIN_API_PORT=2087
+DOMAIN_DOMAIN=example.com
+DOMAIN_HOST_IP=69.69.69.69
From 872a5f7d07eef4ed632a75a2680aeb10e02619cf Mon Sep 17 00:00:00 2001
From: Dipmala Shrimali
Date: Wed, 19 Apr 2023 12:18:20 +0530
Subject: [PATCH 0324/2199] added json file
---
domains/dipmala-shrimali.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/dipmala-shrimali.json
diff --git a/domains/dipmala-shrimali.json b/domains/dipmala-shrimali.json
new file mode 100644
index 000000000..0012e6486
--- /dev/null
+++ b/domains/dipmala-shrimali.json
@@ -0,0 +1,11 @@
+{
+ "description": "About Fork",
+ "repo": "https://github.com/dipmala-shrimali/dipmala-shrimali.github.io.git",
+ "owner": {
+ "username": "dipmala-shrimali",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://dipmala-shrimali.github.io/"
+ }
+}
From 3ac62382a4c3313fa0202d40d4999d45cf64d2b4 Mon Sep 17 00:00:00 2001
From: mobidev86
Date: Wed, 19 Apr 2023 12:59:41 +0530
Subject: [PATCH 0325/2199] add josn file
---
domains/samir-vaghela.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/samir-vaghela.json
diff --git a/domains/samir-vaghela.json b/domains/samir-vaghela.json
new file mode 100644
index 000000000..764907cf5
--- /dev/null
+++ b/domains/samir-vaghela.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/samir-vaghela/samir-vaghela.github.io.git",
+ "owner": {
+ "username": "samir-vaghela",
+ "email": "samir.vaghela@truestaz.com",
+ },
+ "record": {
+ "URL": "https://samir-vaghela.github.io/"
+ }
+}
From dc32f1ab6fe0e68d75a93b9f68630a492af4aaa7 Mon Sep 17 00:00:00 2001
From: Mukesh Tadpad
Date: Wed, 19 Apr 2023 14:00:56 +0530
Subject: [PATCH 0326/2199] Added json file
---
domains/mukesh-tadpad.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/mukesh-tadpad.json
diff --git a/domains/mukesh-tadpad.json b/domains/mukesh-tadpad.json
new file mode 100644
index 000000000..42ffbfc87
--- /dev/null
+++ b/domains/mukesh-tadpad.json
@@ -0,0 +1,11 @@
+{
+ "description": "This is a website",
+ "repo": "https://github.com/mukesh-tadpad/mukesh-tadpad.github.io.git",
+ "owner": {
+ "username": "mukesh-tadpad",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://mukesh-tadpad.github.io/"
+ }
+}
From dd1479302c9e3ff45c417a8cb4a4e1afd6b96117 Mon Sep 17 00:00:00 2001
From: Jay Dave
Date: Wed, 19 Apr 2023 14:08:36 +0530
Subject: [PATCH 0327/2199] added json file
---
domains/Jay-d-dave.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/Jay-d-dave.json
diff --git a/domains/Jay-d-dave.json b/domains/Jay-d-dave.json
new file mode 100644
index 000000000..e0da87b11
--- /dev/null
+++ b/domains/Jay-d-dave.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/Jay-d-dave/Jay-d-dave.github.io.git",
+ "owner": {
+ "username": "Jay-d-dave",
+ "email": "jay.dave@truestaz.com",
+ },
+ "record": {
+ "URL": "https://Jay-d-dave.github.io/"
+ }
+}
From d7cd1294c0c0b3331f229e64b0ae00e976c42b5c Mon Sep 17 00:00:00 2001
From: Mukesh Tadpad
Date: Wed, 19 Apr 2023 14:13:39 +0530
Subject: [PATCH 0328/2199] Added json file
---
domains/ahuja-m.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/ahuja-m.json
diff --git a/domains/ahuja-m.json b/domains/ahuja-m.json
new file mode 100644
index 000000000..98d52b1b4
--- /dev/null
+++ b/domains/ahuja-m.json
@@ -0,0 +1,11 @@
+{
+ "description": "This is a user",
+ "repo": "https://github.com/ahuja-m/ahuja-m.github.io.git",
+ "owner": {
+ "username": "ahuja-m",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://ahuja-m.github.io/"
+ }
+}
From bdee01dd43ee9ee880861817681cbb234d224ac6 Mon Sep 17 00:00:00 2001
From: Manish Ahuja <129933445+Ahuja-m@users.noreply.github.com>
Date: Wed, 19 Apr 2023 14:22:39 +0530
Subject: [PATCH 0329/2199] Update ahuja-m.json
---
domains/ahuja-m.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/ahuja-m.json b/domains/ahuja-m.json
index 98d52b1b4..9b3603f80 100644
--- a/domains/ahuja-m.json
+++ b/domains/ahuja-m.json
@@ -1,5 +1,5 @@
{
- "description": "This is a user",
+ "description": "This is a user ",
"repo": "https://github.com/ahuja-m/ahuja-m.github.io.git",
"owner": {
"username": "ahuja-m",
From b43f150a47133806147b29e1068e43830a4ef3ae Mon Sep 17 00:00:00 2001
From: Sweta Solanki
Date: Wed, 19 Apr 2023 14:32:36 +0530
Subject: [PATCH 0330/2199] fork code push
---
domains/sweta-solanki.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/sweta-solanki.json
diff --git a/domains/sweta-solanki.json b/domains/sweta-solanki.json
new file mode 100644
index 000000000..bc21702ed
--- /dev/null
+++ b/domains/sweta-solanki.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/sweta-solanki/sweta-solanki.github.io.git",
+ "owner": {
+ "username": "sweta-solanki",
+ "email": "sweta.solank@truestaz.com",
+ },
+ "record": {
+ "URL": "https://sweta-solank.github.io/"
+ }
+}
From 68919b2c5f8732bb0fc97d5c65eaeeefc2d3eba2 Mon Sep 17 00:00:00 2001
From: Niki Tiwari
Date: Wed, 19 Apr 2023 14:36:00 +0530
Subject: [PATCH 0331/2199] Add domain json
---
domains/niki-tiwari.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/niki-tiwari.json
diff --git a/domains/niki-tiwari.json b/domains/niki-tiwari.json
new file mode 100644
index 000000000..3208727c3
--- /dev/null
+++ b/domains/niki-tiwari.json
@@ -0,0 +1,11 @@
+{
+ "description": "This is niki tiwari",
+ "repo": "https://github.com/niki-tiwari/niki-tiwari.github.io.git",
+ "owner": {
+ "username": "niki-tiwari",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://niki-tiwari.github.io/"
+ }
+}
From 61c7e92e143aede028affef0496501dfca895191 Mon Sep 17 00:00:00 2001
From: SOUROV KHAN NAHID <67148243+SOUROVKHANNAHID@users.noreply.github.com>
Date: Wed, 19 Apr 2023 15:11:54 +0600
Subject: [PATCH 0332/2199] sourov-khan-nahid.json
---
domains/sourov-khan-nahid.json | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 domains/sourov-khan-nahid.json
diff --git a/domains/sourov-khan-nahid.json b/domains/sourov-khan-nahid.json
new file mode 100644
index 000000000..948a4161e
--- /dev/null
+++ b/domains/sourov-khan-nahid.json
@@ -0,0 +1,25 @@
+{
+
+ "owner": {
+
+ "username": "SOUROVKHANNAHID",
+
+ "email": "SourovKhanNahid@gmail.com"
+
+ "YouTube": "@SourovKhanNahid"
+
+ "Telegram": "@D3V1LXH4N"
+
+ }
+
+}
+
+{
+
+ "record": {
+
+ "CNAME": "SOUROVKHANNAHID.github.io"
+
+ }
+
+}
From 8657433a989c462e55e4ae1ec4a710e825901b5b Mon Sep 17 00:00:00 2001
From: Chirag Parikh
Date: Wed, 19 Apr 2023 14:46:43 +0530
Subject: [PATCH 0333/2199] Added domain json file
---
domains/chirag-parikh.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/chirag-parikh.json
diff --git a/domains/chirag-parikh.json b/domains/chirag-parikh.json
new file mode 100644
index 000000000..66186c8bb
--- /dev/null
+++ b/domains/chirag-parikh.json
@@ -0,0 +1,11 @@
+{
+ "description": "This is person site",
+ "repo": "https://github.com/chirag-parikh/chirag-parikh.github.io",
+ "owner": {
+ "username": "chirag-parikh",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://chirag-parikh.github.io"
+ }
+}
From 1cab006fa31db7296655ec9483bfa1c035f63202 Mon Sep 17 00:00:00 2001
From: Sweta Solanki
Date: Wed, 19 Apr 2023 14:55:50 +0530
Subject: [PATCH 0334/2199] added json file
---
domains/soni-aakas.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/soni-aakas.json
diff --git a/domains/soni-aakas.json b/domains/soni-aakas.json
new file mode 100644
index 000000000..78c8730ac
--- /dev/null
+++ b/domains/soni-aakas.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website ",
+ "repo": "https://github.com/soni-aakas/soni-aakas.gihub.io",
+ "owner": {
+ "username": "soni-aakas",
+ "email": "soni.aakas@truestaz.com",
+ },
+ "record": {
+ "URL": "https://soni-aakas.github.io/"
+ }
+}
From b7d416196df277c8cae5e969578838306574a033 Mon Sep 17 00:00:00 2001
From: Chirag Parikh
Date: Wed, 19 Apr 2023 14:58:13 +0530
Subject: [PATCH 0335/2199] Remove .git in URL
---
domains/niki-tiwari.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/niki-tiwari.json b/domains/niki-tiwari.json
index 3208727c3..f41e41981 100644
--- a/domains/niki-tiwari.json
+++ b/domains/niki-tiwari.json
@@ -1,11 +1,11 @@
{
"description": "This is niki tiwari",
- "repo": "https://github.com/niki-tiwari/niki-tiwari.github.io.git",
+ "repo": "https://github.com/niki-tiwari/niki-tiwari.github.io",
"owner": {
"username": "niki-tiwari",
"email": "",
},
"record": {
- "URL": "https://niki-tiwari.github.io/"
+ "URL": "https://niki-tiwari.github.io"
}
}
From e6cc73a348bc5ee60bb192b73feb3e725740b94e Mon Sep 17 00:00:00 2001
From: Niki Tiwari
Date: Wed, 19 Apr 2023 15:02:09 +0530
Subject: [PATCH 0336/2199] Remove .git in URL
---
domains/niki-tiwari.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/niki-tiwari.json b/domains/niki-tiwari.json
index f41e41981..8eb040ebd 100644
--- a/domains/niki-tiwari.json
+++ b/domains/niki-tiwari.json
@@ -1,5 +1,5 @@
{
- "description": "This is niki tiwari",
+ "description": "my self niki tiwari",
"repo": "https://github.com/niki-tiwari/niki-tiwari.github.io",
"owner": {
"username": "niki-tiwari",
From 4d57aeb2094654495d8a8d0445739950de30600f Mon Sep 17 00:00:00 2001
From: Ahuja M
Date: Wed, 19 Apr 2023 15:08:31 +0530
Subject: [PATCH 0337/2199] Domain Added
---
domains/ahuja-m.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/ahuja-m.json b/domains/ahuja-m.json
index 98d52b1b4..d40a37930 100644
--- a/domains/ahuja-m.json
+++ b/domains/ahuja-m.json
@@ -1,11 +1,11 @@
{
"description": "This is a user",
- "repo": "https://github.com/ahuja-m/ahuja-m.github.io.git",
+ "repo": "https://github.com/ahuja-m/ahuja-m.github.io",
"owner": {
"username": "ahuja-m",
"email": "",
},
"record": {
- "URL": "https://ahuja-m.github.io/"
+ "URL": "https://ahuja-m.github.io"
}
}
From 5592f842d4fcc0dde299453bdbe48bcf3c636561 Mon Sep 17 00:00:00 2001
From: Radhika patel
Date: Wed, 19 Apr 2023 15:54:13 +0530
Subject: [PATCH 0338/2199] addded json file
---
domains/patel-radhika.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/patel-radhika.json
diff --git a/domains/patel-radhika.json b/domains/patel-radhika.json
new file mode 100644
index 000000000..583b106ed
--- /dev/null
+++ b/domains/patel-radhika.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/patel-radhika/patel-radhika.github.io",
+ "owner": {
+ "username": "patel-radhika",
+ "email": "radhika.patel@truestaz.com",
+ },
+ "record": {
+ "URL": "https://patel-radhika.github.io/"
+ }
+}
From d3390e90f79752bd1c5a9ac300ffca99988239e6 Mon Sep 17 00:00:00 2001
From: Abhishek Jani
Date: Wed, 19 Apr 2023 16:20:36 +0530
Subject: [PATCH 0339/2199] addedjson fiel
---
domains/jani-abhishek.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/jani-abhishek.json
diff --git a/domains/jani-abhishek.json b/domains/jani-abhishek.json
new file mode 100644
index 000000000..0d034402f
--- /dev/null
+++ b/domains/jani-abhishek.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/jani-abhishek/jani-abhishek.github.io",
+ "owner": {
+ "username": "jani-abhishek",
+ "email": "jani.abhishek@truestaz.com",
+ },
+ "record": {
+ "URL": "https://jani-abhishek.github.io/"
+ }
+}
From 5d6007115c662aeed146b37fbd34eb75b9f038a3 Mon Sep 17 00:00:00 2001
From: mobidev86
Date: Wed, 19 Apr 2023 16:41:08 +0530
Subject: [PATCH 0340/2199] added json file
---
domains/jagruti-metaliya.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/jagruti-metaliya.json
diff --git a/domains/jagruti-metaliya.json b/domains/jagruti-metaliya.json
new file mode 100644
index 000000000..bd2288a2c
--- /dev/null
+++ b/domains/jagruti-metaliya.json
@@ -0,0 +1,12 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/jagruti-metaliya/jagruti-metaliya.github.io",
+ "owner": {
+ "username": "jagruti-metaliya",
+ "email": "jagruti.metaliya@truestaz.com",
+ },
+ "record": {
+ "URL": "https://jagruti-metaliya.github.io/"
+ }
+}
+
From b010427df91bd213a845510a95c6134c0fba5d77 Mon Sep 17 00:00:00 2001
From: mobidev86
Date: Wed, 19 Apr 2023 17:06:37 +0530
Subject: [PATCH 0341/2199] added json file
---
domains/sanjay-makasana.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/sanjay-makasana.json
diff --git a/domains/sanjay-makasana.json b/domains/sanjay-makasana.json
new file mode 100644
index 000000000..ce306b507
--- /dev/null
+++ b/domains/sanjay-makasana.json
@@ -0,0 +1,12 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/sanjay-makasana/jsanjay-makasana.github.io",
+ "owner": {
+ "username": "sanjay-makasana",
+ "email": "sanjay.makasana@truestaz.com",
+ },
+ "record": {
+ "URL": "https://sanjay-makasana.github.io/"
+ }
+}
+
From bdcf485ab90a2de52db37cdd3d84eee62890d1e2 Mon Sep 17 00:00:00 2001
From: Tim
Date: Wed, 19 Apr 2023 14:39:00 +0300
Subject: [PATCH 0342/2199] Update timothynn.json
---
domains/timothynn.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/timothynn.json b/domains/timothynn.json
index 2d12b0138..59219670b 100644
--- a/domains/timothynn.json
+++ b/domains/timothynn.json
@@ -3,8 +3,8 @@
"repo": "https://github.com/timothynn/timothynn.github.io",
"owner": {
"username": "timothynn",
- "email": "timothynn@gmail.com",
- "twitter": "im4_tim"
+ "email": "timothynn08@gmail.com",
+ "twitter": "timothynn_"
},
"record": {
"CNAME": "timothynn.github.io"
From 7a42ae70a14259dc55790bd9fab9e39e28e221e3 Mon Sep 17 00:00:00 2001
From: Ajay Sudani
Date: Wed, 19 Apr 2023 17:50:33 +0530
Subject: [PATCH 0343/2199] added json file
---
domains/sudania-ajay.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/sudania-ajay.json
diff --git a/domains/sudania-ajay.json b/domains/sudania-ajay.json
new file mode 100644
index 000000000..1d616e917
--- /dev/null
+++ b/domains/sudania-ajay.json
@@ -0,0 +1,12 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/sudania-ajay/sudania-ajay.github.io",
+ "owner": {
+ "username": "sanjay-makasana",
+ "email": "ajay.sudani@truestaz.com",
+ },
+ "record": {
+ "URL": "https://sudania-ajay.github.io/"
+ }
+}
+
From d18a2d4c86d31e442699bd28209641324f12721f Mon Sep 17 00:00:00 2001
From: Ari <50357852+Arizerr@users.noreply.github.com>
Date: Wed, 19 Apr 2023 21:28:25 +0800
Subject: [PATCH 0344/2199] Create arizerr.json
---
domains/arizerr.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/arizerr.json
diff --git a/domains/arizerr.json b/domains/arizerr.json
new file mode 100644
index 000000000..aa22225a1
--- /dev/null
+++ b/domains/arizerr.json
@@ -0,0 +1,11 @@
+{
+ "description": "Github Page",
+ "repo": "https://github.com/Arizerr/Arizerr.github.io",
+ "owner": {
+ "username": "Arizerr",
+ "email": "arisiraj738@gmail.com"
+ },
+ "record": {
+ "CNAME": "arizerr.github.io"
+ }
+}
From 7240a5214765926835787d3e62713c967c13dffe Mon Sep 17 00:00:00 2001
From: AndreasFxPro <47606652+AndreasFxPro@users.noreply.github.com>
Date: Wed, 19 Apr 2023 19:19:33 +0300
Subject: [PATCH 0345/2199] Request for afp.is-a.dev domain
---
domains/afp.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/afp.json
diff --git a/domains/afp.json b/domains/afp.json
new file mode 100644
index 000000000..f7f82bbf5
--- /dev/null
+++ b/domains/afp.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "AndreasFxPro",
+ "discord": "AndreasFxPro#9330"
+ },
+ "description": "this is-a.dev page is for me, i'll post my projects",
+ "record": {
+ "A": [
+ "140.238.175.208",
+ ]
+ }
+}
\ No newline at end of file
From e0b26d26d13faf6e8445a5ae92be8b103401f113 Mon Sep 17 00:00:00 2001
From: Night Kaly <77528305+night0721@users.noreply.github.com>
Date: Wed, 19 Apr 2023 18:15:25 +0100
Subject: [PATCH 0346/2199] Create night.json
---
domains/night.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/night.json
diff --git a/domains/night.json b/domains/night.json
new file mode 100644
index 000000000..05e005d6d
--- /dev/null
+++ b/domains/night.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal portfolio for showing my projects, contacts and about me",
+ "repo": "https://github.com/night0721/night0721.github.io",
+ "owner": {
+ "username": "night0721",
+ "email": "nightkalyyy@hotmail.com"
+ },
+ "record": {
+ "CNAME": "https://night0721.github.io"
+ }
+}
From e8d62e607e066c963b0f3843c52ec92a96331689 Mon Sep 17 00:00:00 2001
From: Night Kaly <77528305+night0721@users.noreply.github.com>
Date: Wed, 19 Apr 2023 18:16:50 +0100
Subject: [PATCH 0347/2199] Update night.json
---
domains/night.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/night.json b/domains/night.json
index 05e005d6d..ee9e4c2cc 100644
--- a/domains/night.json
+++ b/domains/night.json
@@ -6,6 +6,6 @@
"email": "nightkalyyy@hotmail.com"
},
"record": {
- "CNAME": "https://night0721.github.io"
+ "CNAME": "night0721.github.io"
}
}
From d6bad45138e7ffbab2b0933b00e6306b9349855a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=92=D1=81=D0=B5=D0=B2=D0=BE=D0=BB=D0=BE=D0=B4?=
Date: Wed, 19 Apr 2023 20:44:29 +0300
Subject: [PATCH 0348/2199] Create vsecoder.json
---
domains/vsecoder.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/vsecoder.json
diff --git a/domains/vsecoder.json b/domains/vsecoder.json
new file mode 100644
index 000000000..298541b34
--- /dev/null
+++ b/domains/vsecoder.json
@@ -0,0 +1,12 @@
+{
+ "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",
+ "twitter": "vsecoder"
+ },
+ "record": {
+ "CNAME": "vsecoder.github.io"
+ }
+}
From dd4f2dca6adf3d1ebbc42d8151f66b4a25329a73 Mon Sep 17 00:00:00 2001
From: Night Kaly <77528305+night0721@users.noreply.github.com>
Date: Wed, 19 Apr 2023 19:00:18 +0100
Subject: [PATCH 0349/2199] =?UTF-8?q?typo=20as=20I=20don=E2=80=99t=20have?=
=?UTF-8?q?=20Hotmail?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
domains/night.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/night.json b/domains/night.json
index ee9e4c2cc..1c03cd80c 100644
--- a/domains/night.json
+++ b/domains/night.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/night0721/night0721.github.io",
"owner": {
"username": "night0721",
- "email": "nightkalyyy@hotmail.com"
+ "email": "nightkalyyy@gmail.com"
},
"record": {
"CNAME": "night0721.github.io"
From 38cdc48858b0a48bf3603aae25f3947ed812fa3a Mon Sep 17 00:00:00 2001
From: Achraf <93818590+EL-Bernaoui@users.noreply.github.com>
Date: Wed, 19 Apr 2023 21:49:19 +0000
Subject: [PATCH 0350/2199] Create elbernaoui.json
---
domains/elbernaoui.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/elbernaoui.json
diff --git a/domains/elbernaoui.json b/domains/elbernaoui.json
new file mode 100644
index 000000000..afc39fee9
--- /dev/null
+++ b/domains/elbernaoui.json
@@ -0,0 +1,11 @@
+{
+ "description": "this is for my personal website",
+ "owner": {
+ "username": "EL-Bernaoui",
+ "email": "",
+ "twitter": "ELBRN_Achraf"
+ },
+ "record": {
+ "CNAME": "el-bernaoui.github.io"
+ }
+}
From 434d6c58e9d58f4fd7b3518e20e270fe0a53897f Mon Sep 17 00:00:00 2001
From: Achraf <93818590+EL-Bernaoui@users.noreply.github.com>
Date: Wed, 19 Apr 2023 22:13:10 +0000
Subject: [PATCH 0351/2199] Update elbernaoui.json
---
domains/elbernaoui.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/elbernaoui.json b/domains/elbernaoui.json
index afc39fee9..7563486ab 100644
--- a/domains/elbernaoui.json
+++ b/domains/elbernaoui.json
@@ -1,11 +1,12 @@
{
"description": "this is for my personal website",
+ "repo": "https://github.com/EL-Bernaoui/elbernaoui",
"owner": {
"username": "EL-Bernaoui",
"email": "",
"twitter": "ELBRN_Achraf"
},
"record": {
- "CNAME": "el-bernaoui.github.io"
+ "URL": "https://el-bernaoui.github.io/elbernaoui"
}
}
From bcde27bdadc4090f490e7e779cbab96d836e9a2a Mon Sep 17 00:00:00 2001
From: Achraf <93818590+EL-Bernaoui@users.noreply.github.com>
Date: Thu, 20 Apr 2023 02:19:27 +0000
Subject: [PATCH 0352/2199] Update elbernaoui.json
---
domains/elbernaoui.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/elbernaoui.json b/domains/elbernaoui.json
index 7563486ab..350d6d354 100644
--- a/domains/elbernaoui.json
+++ b/domains/elbernaoui.json
@@ -7,6 +7,6 @@
"twitter": "ELBRN_Achraf"
},
"record": {
- "URL": "https://el-bernaoui.github.io/elbernaoui"
+ "URL": "el-bernaoui.github.io/elbernaoui"
}
}
From 2e6524c12ef1691175df471c439e0b1d9c9b2b22 Mon Sep 17 00:00:00 2001
From: Ashish Soni
Date: Thu, 20 Apr 2023 10:46:40 +0530
Subject: [PATCH 0353/2199] added json file
---
domains/soni-ashish.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/soni-ashish.json
diff --git a/domains/soni-ashish.json b/domains/soni-ashish.json
new file mode 100644
index 000000000..558953dce
--- /dev/null
+++ b/domains/soni-ashish.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/soni-ashish/soni-ashish.github.io",
+ "owner": {
+ "username": "soni-ashish",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://soni-ashish.github.io/"
+ }
+}
From e425db0353348dbb71e0b3a8a5bd0c062967f538 Mon Sep 17 00:00:00 2001
From: mobidev86
Date: Thu, 20 Apr 2023 10:53:00 +0530
Subject: [PATCH 0354/2199] added json file
---
domains/ashish-g-gupta.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/ashish-g-gupta.json
diff --git a/domains/ashish-g-gupta.json b/domains/ashish-g-gupta.json
new file mode 100644
index 000000000..f4d98d1df
--- /dev/null
+++ b/domains/ashish-g-gupta.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/ashish-g-gupta/ashish-g-gupta.github.io",
+ "owner": {
+ "username": "ashish-g-gupta",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://ashish-g-gupta.github.io/"
+ }
+}
From aef1be662b71a120e78a80871ebdb36c05ac92e0 Mon Sep 17 00:00:00 2001
From: mobidev86
Date: Thu, 20 Apr 2023 11:24:14 +0530
Subject: [PATCH 0355/2199] added json file
---
domains/s-kunjan | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/s-kunjan
diff --git a/domains/s-kunjan b/domains/s-kunjan
new file mode 100644
index 000000000..571abd487
--- /dev/null
+++ b/domains/s-kunjan
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/s-kunjan/s-kunjan.github.io",
+ "owner": {
+ "username": "s-kunjan",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://s-kunjan.github.io/"
+ }
+}
From e3e0c9f6d1257470114772a8f216c6ec88e8b2cb Mon Sep 17 00:00:00 2001
From: mobidev86
Date: Thu, 20 Apr 2023 11:43:11 +0530
Subject: [PATCH 0356/2199] added json file
---
domains/patelhardik-p.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/patelhardik-p.json
diff --git a/domains/patelhardik-p.json b/domains/patelhardik-p.json
new file mode 100644
index 000000000..6072c6069
--- /dev/null
+++ b/domains/patelhardik-p.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/patelhardik-p/patelhardik-p.github.io",
+ "owner": {
+ "username": "patelhardik-p",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://patelhardik-p.github.io/"
+ }
+}
From 596c756ff46826905c3bcbb27aa7cdb33ca755c0 Mon Sep 17 00:00:00 2001
From: mobidev86
Date: Thu, 20 Apr 2023 12:24:25 +0530
Subject: [PATCH 0357/2199] added json file
---
domains/panchal-jatin.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/panchal-jatin.json
diff --git a/domains/panchal-jatin.json b/domains/panchal-jatin.json
new file mode 100644
index 000000000..d923f46b9
--- /dev/null
+++ b/domains/panchal-jatin.json
@@ -0,0 +1,12 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/panchal-jatin/panchal-jatin.github.io",
+ "owner": {
+ "username": "panchal-jatin",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://panchal-jatin.github.io/"
+ }
+}
+
From 87af0eb79471cbb225b818efe7b74baf098a748a Mon Sep 17 00:00:00 2001
From: Savan Makawana
Date: Thu, 20 Apr 2023 12:30:12 +0530
Subject: [PATCH 0358/2199] added json file
---
domains/savan-makawana.json | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 domains/savan-makawana.json
diff --git a/domains/savan-makawana.json b/domains/savan-makawana.json
new file mode 100644
index 000000000..e69de29bb
From 61d65c4399671e51eebfc4be79c87d9b8838c55d Mon Sep 17 00:00:00 2001
From: Priyas Rana
Date: Thu, 20 Apr 2023 12:35:59 +0530
Subject: [PATCH 0359/2199] added json file
---
domains/priyas-rana.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/priyas-rana.json
diff --git a/domains/priyas-rana.json b/domains/priyas-rana.json
new file mode 100644
index 000000000..1175d9b13
--- /dev/null
+++ b/domains/priyas-rana.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/priyas-rana/priyas-rana.github.io",
+ "owner": {
+ "username": "priyas-rana",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://priyas-rana.github.io/"
+ }
+}
From def4e018ded3266bdbc264516165db13c7164cdb Mon Sep 17 00:00:00 2001
From: pal-rakesh
Date: Thu, 20 Apr 2023 12:39:36 +0530
Subject: [PATCH 0360/2199] Code Push
---
domains/con.json | 15 ---------------
domains/pal-rakesh-2.json | 12 ++++++++++++
2 files changed, 12 insertions(+), 15 deletions(-)
delete mode 100644 domains/con.json
create mode 100644 domains/pal-rakesh-2.json
diff --git a/domains/con.json b/domains/con.json
deleted file mode 100644
index 047bdb709..000000000
--- a/domains/con.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "owner": {
- "username": "connekitius",
- "email": "",
- "twitter": "connekisgoated",
- "discord": "Con#5209"
- },
- "record": {
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
-}
diff --git a/domains/pal-rakesh-2.json b/domains/pal-rakesh-2.json
new file mode 100644
index 000000000..2be6343ac
--- /dev/null
+++ b/domains/pal-rakesh-2.json
@@ -0,0 +1,12 @@
+
+{
+ "description": "My new website",
+ "repo": "https://github.com/pal-rakesh/pal-rakesh.github.io",
+ "owner": {
+ "username": "pal-rakesh",
+ "email": "rakesh.pal@truestaz.com ",
+ },
+ "record": {
+ "URL": "https://pal-rakesh.github.io/"
+ }
+}
\ No newline at end of file
From ecc5359cfe92d739fb2abf438fb63b1f0192b27d Mon Sep 17 00:00:00 2001
From: Nirav Bhut
Date: Thu, 20 Apr 2023 12:41:40 +0530
Subject: [PATCH 0361/2199] added json file
---
domains/nirav-bhut.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/nirav-bhut.json
diff --git a/domains/nirav-bhut.json b/domains/nirav-bhut.json
new file mode 100644
index 000000000..ae73eff4c
--- /dev/null
+++ b/domains/nirav-bhut.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/nirav-bhut/nirav-bhut.github.io",
+ "owner": {
+ "username": "nirav-bhut",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://nirav-bhut.github.io/"
+ }
+}
From 62f19aa15fa7e8b3524f3843ad86bd53b258bb2d Mon Sep 17 00:00:00 2001
From: Nipul Bhogayata
Date: Thu, 20 Apr 2023 12:50:36 +0530
Subject: [PATCH 0362/2199] added json file
---
domains/nipul-bhogayat.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/nipul-bhogayat.json
diff --git a/domains/nipul-bhogayat.json b/domains/nipul-bhogayat.json
new file mode 100644
index 000000000..76c4fcd9c
--- /dev/null
+++ b/domains/nipul-bhogayat.json
@@ -0,0 +1,12 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/nipul-bhogayat/nipul-bhogayat.github.io",
+ "owner": {
+ "username": "nipul-bhogayat",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://nipul-bhogayat.github.io/"
+ }
+}
+
From 4c9e4f453801bc78841bc2fb986f19e790dfe33c Mon Sep 17 00:00:00 2001
From: Parthiv Patel
Date: Thu, 20 Apr 2023 12:57:51 +0530
Subject: [PATCH 0363/2199] added json file
---
domains/patel-parthiv.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/patel-parthiv.json
diff --git a/domains/patel-parthiv.json b/domains/patel-parthiv.json
new file mode 100644
index 000000000..60b04f01b
--- /dev/null
+++ b/domains/patel-parthiv.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/patel-parthiv/patel-parthiv.github.io",
+ "owner": {
+ "username": "patel-parthiv",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://patel-parthiv.github.io/"
+ }
+}
From 8fd22740b0c496dcd75f2f68bc9dae7a64fb2eca Mon Sep 17 00:00:00 2001
From: Mausami Parmar
Date: Thu, 20 Apr 2023 14:13:58 +0530
Subject: [PATCH 0364/2199] added json file
---
domains/mausami-parmar | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/mausami-parmar
diff --git a/domains/mausami-parmar b/domains/mausami-parmar
new file mode 100644
index 000000000..0c8f1c2ea
--- /dev/null
+++ b/domains/mausami-parmar
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/mausami-parmar/mausami-parmar.github.io",
+ "owner": {
+ "username": "mausami-parmar",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://mausami-parmar.github.io/"
+ }
+}
From 8f191dbf64ea04333705a20e61c81365a58c107c Mon Sep 17 00:00:00 2001
From: Mausami Parmar
Date: Thu, 20 Apr 2023 14:16:03 +0530
Subject: [PATCH 0365/2199] change name json file
---
domains/{mausami-parmar => mausami-parmar.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{mausami-parmar => mausami-parmar.json} (100%)
diff --git a/domains/mausami-parmar b/domains/mausami-parmar.json
similarity index 100%
rename from domains/mausami-parmar
rename to domains/mausami-parmar.json
From c0df0a86412b2fc228337ed7de6350d6baf6562c Mon Sep 17 00:00:00 2001
From: Bhavesh Patel
Date: Thu, 20 Apr 2023 14:24:40 +0530
Subject: [PATCH 0366/2199] added json file
---
domains/Bhavesh-p-Patel.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/Bhavesh-p-Patel.json
diff --git a/domains/Bhavesh-p-Patel.json b/domains/Bhavesh-p-Patel.json
new file mode 100644
index 000000000..66f01307f
--- /dev/null
+++ b/domains/Bhavesh-p-Patel.json
@@ -0,0 +1,12 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/Bhavesh-p-Patel/Bhavesh-p-Patel.github.io",
+ "owner": {
+ "username": "Bhavesh-p-Patel",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://Bhavesh-p-Patel.github.io/"
+ }
+}
+
From b132532ebb0f1c9ce0f4fd32376938599fa5e5af Mon Sep 17 00:00:00 2001
From: Dinesh Vaghasia
Date: Thu, 20 Apr 2023 14:35:07 +0530
Subject: [PATCH 0367/2199] added json file
---
domains/dinesh-vaghasia.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/dinesh-vaghasia.json
diff --git a/domains/dinesh-vaghasia.json b/domains/dinesh-vaghasia.json
new file mode 100644
index 000000000..a5a486e51
--- /dev/null
+++ b/domains/dinesh-vaghasia.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/dinesh-vaghasia/dinesh-vaghasia.github.io",
+ "owner": {
+ "username": "dinesh-vaghasia",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://dinesh-vaghasia.github.io/"
+ }
+}
From bd5d2ab2b2ce26727ca9b6ac29925c62748c42a1 Mon Sep 17 00:00:00 2001
From: Dixita Parmar
Date: Thu, 20 Apr 2023 14:43:00 +0530
Subject: [PATCH 0368/2199] added json file
---
domains/parmar-dixita.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/parmar-dixita.json
diff --git a/domains/parmar-dixita.json b/domains/parmar-dixita.json
new file mode 100644
index 000000000..8f6a51c22
--- /dev/null
+++ b/domains/parmar-dixita.json
@@ -0,0 +1,12 @@
+
+{
+ "description": "My new website",
+ "repo": "https://github.com/parmar-dixita/parmar-dixita.github.io",
+ "owner": {
+ "username": "parmar-dixita",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://parmar-dixita.github.io/"
+ }
+}
From 8efce90c16f7de4ed51708e65ebf8d9c1e12edfb Mon Sep 17 00:00:00 2001
From: Shakera vora
Date: Thu, 20 Apr 2023 14:51:33 +0530
Subject: [PATCH 0369/2199] added json files
---
domains/shakera-vora.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/shakera-vora.json
diff --git a/domains/shakera-vora.json b/domains/shakera-vora.json
new file mode 100644
index 000000000..d9859e9ad
--- /dev/null
+++ b/domains/shakera-vora.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/shakera-vora/shakera-vora.github.io",
+ "owner": {
+ "username": "shakera-vora",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://shakera-vora.github.io/"
+ }
+}
From 07c3d1236b20b29b5724aae838d760226dbf2572 Mon Sep 17 00:00:00 2001
From: Viplav Mistry
Date: Thu, 20 Apr 2023 15:09:26 +0530
Subject: [PATCH 0370/2199] added json file
---
domains/viplav-mistry.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/viplav-mistry.json
diff --git a/domains/viplav-mistry.json b/domains/viplav-mistry.json
new file mode 100644
index 000000000..f81da3289
--- /dev/null
+++ b/domains/viplav-mistry.json
@@ -0,0 +1,12 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/viplav-mistry/viplav-mistry.github.io",
+ "owner": {
+ "username": "viplav-mistry",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://viplav-mistry.github.io/"
+ }
+}
+
From bd554a048f6b0f54e649201a9b8e096918f1653b Mon Sep 17 00:00:00 2001
From: Meet Panchal
Date: Thu, 20 Apr 2023 15:11:05 +0530
Subject: [PATCH 0371/2199] Added json file
---
domains/panchal-meet.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/panchal-meet.json
diff --git a/domains/panchal-meet.json b/domains/panchal-meet.json
new file mode 100644
index 000000000..75bc91010
--- /dev/null
+++ b/domains/panchal-meet.json
@@ -0,0 +1,11 @@
+{
+ "description": "This is a panchal meet",
+ "repo": "https://github.com/panchal-meet/panchal-meet.github.io",
+ "owner": {
+ "username": "panchal-meet",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://panchal-meet.github.io"
+ }
+}
From fb62e16ee146f12bee7f82e158e87305f4326abc Mon Sep 17 00:00:00 2001
From: Dhaval Kareliya
Date: Thu, 20 Apr 2023 15:28:02 +0530
Subject: [PATCH 0372/2199] Added json file
---
domains/dhaval-kareliya.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/dhaval-kareliya.json
diff --git a/domains/dhaval-kareliya.json b/domains/dhaval-kareliya.json
new file mode 100644
index 000000000..cf417bb5e
--- /dev/null
+++ b/domains/dhaval-kareliya.json
@@ -0,0 +1,11 @@
+{
+ "description": "This is a personal website",
+ "repo": "https://github.com/dhaval-kareliya/dhaval-kareliya.github.io",
+ "owner": {
+ "username": "dhaval-kareliya",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://dhaval-kareliya.github.io"
+ }
+}
From eb548a48e88998636ba4154fb0b20dc3c3330c90 Mon Sep 17 00:00:00 2001
From: Pradeep Chauhan
Date: Thu, 20 Apr 2023 15:28:26 +0530
Subject: [PATCH 0373/2199] added json file
---
domains/chauhan-pradip.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/chauhan-pradip.json
diff --git a/domains/chauhan-pradip.json b/domains/chauhan-pradip.json
new file mode 100644
index 000000000..633af7cfb
--- /dev/null
+++ b/domains/chauhan-pradip.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/chauhan-pradip/chauhan-pradip.github.io",
+ "owner": {
+ "username": "chauhan-pradip",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://chauhan-pradip.github.io/"
+ }
+}
From b1f1475be9ab6fc1b60be7b9d75e3bf84b171503 Mon Sep 17 00:00:00 2001
From: Pratikp Patel
Date: Thu, 20 Apr 2023 15:36:13 +0530
Subject: [PATCH 0374/2199] Added json file
---
domains/pratikp-patel.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/pratikp-patel.json
diff --git a/domains/pratikp-patel.json b/domains/pratikp-patel.json
new file mode 100644
index 000000000..1a0859df5
--- /dev/null
+++ b/domains/pratikp-patel.json
@@ -0,0 +1,11 @@
+{
+ "description": "This is a website",
+ "repo": "https://github.com/pratikp-patel/pratikp-patel.github.io",
+ "owner": {
+ "username": "pratikp-patel",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://pratikp-patel.github.io"
+ }
+}
From c824c315c33bfcfc6b4969ad6e13084a23f8ed16 Mon Sep 17 00:00:00 2001
From: Kishan Bagiya
Date: Thu, 20 Apr 2023 15:41:02 +0530
Subject: [PATCH 0375/2199] added json file
---
domains/kishan-bagiya.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/kishan-bagiya.json
diff --git a/domains/kishan-bagiya.json b/domains/kishan-bagiya.json
new file mode 100644
index 000000000..234e3c6a9
--- /dev/null
+++ b/domains/kishan-bagiya.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/kishan-bagiya/kishan-bagiya.github.io",
+ "owner": {
+ "username": "kishan-bagiya",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://kishan-bagiya.github.io/"
+ }
+}
From 3d305bdcdf0f0543ea1187cd952328ea7084dbb0 Mon Sep 17 00:00:00 2001
From: Dirgha Ukani
Date: Thu, 20 Apr 2023 15:43:19 +0530
Subject: [PATCH 0376/2199] Added json file
---
domains/dirgha-ukani.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/dirgha-ukani.json
diff --git a/domains/dirgha-ukani.json b/domains/dirgha-ukani.json
new file mode 100644
index 000000000..40b906a5e
--- /dev/null
+++ b/domains/dirgha-ukani.json
@@ -0,0 +1,11 @@
+{
+ "description": "This is personal website",
+ "repo": "https://github.com/dirgha-ukani/dirgha-ukani.github.io",
+ "owner": {
+ "username": "dirgha-ukani",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://dirgha-ukani.github.io"
+ }
+}
From 36950df05c326ab77fbae37a8a3766b26a66c69f Mon Sep 17 00:00:00 2001
From: Falguni Prajapati
Date: Thu, 20 Apr 2023 15:49:45 +0530
Subject: [PATCH 0377/2199] Added json file
---
domains/falguni-prajapati.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/falguni-prajapati.json
diff --git a/domains/falguni-prajapati.json b/domains/falguni-prajapati.json
new file mode 100644
index 000000000..46a52d089
--- /dev/null
+++ b/domains/falguni-prajapati.json
@@ -0,0 +1,11 @@
+{
+ "description": "This is falguni prajapati",
+ "repo": "https://github.com/falguni-prajapati/falguni-prajapati.github.io",
+ "owner": {
+ "username": "falguni-prajapati",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://falguni-prajapati.github.io"
+ }
+}
From 9b80a4f91ed3082e1bbd0d045a9b63af5af2867c Mon Sep 17 00:00:00 2001
From: Jatin kumar Patel
Date: Thu, 20 Apr 2023 15:54:01 +0530
Subject: [PATCH 0378/2199] added json file
---
domains/patel-jatin.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/patel-jatin.json
diff --git a/domains/patel-jatin.json b/domains/patel-jatin.json
new file mode 100644
index 000000000..0235e51a1
--- /dev/null
+++ b/domains/patel-jatin.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/patel-jatin/patel-jatin.github.io",
+ "owner": {
+ "username": "patel-jatin",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://patel-jatin.github.io/"
+ }
+}
From 632e924879cc01197722d6332513c40490aac119 Mon Sep 17 00:00:00 2001
From: Falguni Prajapati
Date: Thu, 20 Apr 2023 15:56:02 +0530
Subject: [PATCH 0379/2199] Added json file
---
domains/rahul-rabari.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/rahul-rabari.json
diff --git a/domains/rahul-rabari.json b/domains/rahul-rabari.json
new file mode 100644
index 000000000..6f9280fe4
--- /dev/null
+++ b/domains/rahul-rabari.json
@@ -0,0 +1,11 @@
+{
+ "description": "This is falguni prajapati",
+ "repo": "https://github.com/rahul-rabari/rahul-rabari.github.io",
+ "owner": {
+ "username": "rahul-rabari",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://rahul-rabari.github.io"
+ }
+}
\ No newline at end of file
From af47d6a3547300fcc2b2a79e87dbb976fc51e425 Mon Sep 17 00:00:00 2001
From: Falguni Prajapati
Date: Thu, 20 Apr 2023 15:57:31 +0530
Subject: [PATCH 0380/2199] Added json file
---
domains/rahul-rabari.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/rahul-rabari.json
diff --git a/domains/rahul-rabari.json b/domains/rahul-rabari.json
new file mode 100644
index 000000000..eeb6777bb
--- /dev/null
+++ b/domains/rahul-rabari.json
@@ -0,0 +1,11 @@
+{
+ "description": "This is personal website",
+ "repo": "https://github.com/rahul-rabari/rahul-rabari.github.io",
+ "owner": {
+ "username": "rahul-rabari",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://rahul-rabari.github.io"
+ }
+}
\ No newline at end of file
From e9d7149bd4c768f48e3aeeba89df1ce6711ed722 Mon Sep 17 00:00:00 2001
From: Nishit Shah
Date: Thu, 20 Apr 2023 16:01:51 +0530
Subject: [PATCH 0381/2199] added json file
---
domains/s-nishit.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/s-nishit.json
diff --git a/domains/s-nishit.json b/domains/s-nishit.json
new file mode 100644
index 000000000..cbf4a9c65
--- /dev/null
+++ b/domains/s-nishit.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/s-nishit/s-nishit.github.io",
+ "owner": {
+ "username": "s-nishit",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://s-nishit.github.io/"
+ }
+}
From 66abbe5a55e8dff4d49f87d7223598661d721f76 Mon Sep 17 00:00:00 2001
From: ansari-atharnadim
Date: Thu, 20 Apr 2023 16:08:48 +0530
Subject: [PATCH 0382/2199] Added json file
---
domains/ansari-atharnadim.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/ansari-atharnadim.json
diff --git a/domains/ansari-atharnadim.json b/domains/ansari-atharnadim.json
new file mode 100644
index 000000000..25d648ed2
--- /dev/null
+++ b/domains/ansari-atharnadim.json
@@ -0,0 +1,11 @@
+{
+ "description": "This is my website",
+ "repo": "https://github.com/ansari-atharnadim/ansari-atharnadim.github.io",
+ "owner": {
+ "username": "ansari-atharnadim",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://ansari-atharnadim.github.io"
+ }
+}
From 3b0d57b8b01c4e83bc04051d1f036b53606bf2cd Mon Sep 17 00:00:00 2001
From: Patle-Kalpesh
Date: Thu, 20 Apr 2023 16:12:51 +0530
Subject: [PATCH 0383/2199] Update Contant
---
domains/Patel-Kalpesh.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/Patel-Kalpesh.json
diff --git a/domains/Patel-Kalpesh.json b/domains/Patel-Kalpesh.json
new file mode 100644
index 000000000..c5590d8f8
--- /dev/null
+++ b/domains/Patel-Kalpesh.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/Patle-Kalpesh/Patle-Kalpesh.github.io",
+ "owner": {
+ "username": "Patle-Kalpesh",
+ "email": "kalpesh.patel@truestaz.com"
+ },
+ "record": {
+ "URL": "https://patle-kalpesh.github.io/"
+ }
+}
\ No newline at end of file
From f6ebb8ab5d82229d0a30e83c2c9d92728e61c36f Mon Sep 17 00:00:00 2001
From: Kinjal Patel
Date: Thu, 20 Apr 2023 16:13:36 +0530
Subject: [PATCH 0384/2199] added json file
---
domains/p-kinjal.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/p-kinjal.json
diff --git a/domains/p-kinjal.json b/domains/p-kinjal.json
new file mode 100644
index 000000000..702daf24f
--- /dev/null
+++ b/domains/p-kinjal.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/p-kinjal/p-kinjal.github.io",
+ "owner": {
+ "username": "p-kinjal",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://p-kinjal.github.io/"
+ }
+}
From 390c0c08ed9d9c4959e80bc9baf027aad3367dc9 Mon Sep 17 00:00:00 2001
From: patel-monal
Date: Thu, 20 Apr 2023 16:15:04 +0530
Subject: [PATCH 0385/2199] Added json file
---
domains/patel-monal.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/patel-monal.json
diff --git a/domains/patel-monal.json b/domains/patel-monal.json
new file mode 100644
index 000000000..c12c2981c
--- /dev/null
+++ b/domains/patel-monal.json
@@ -0,0 +1,11 @@
+{
+ "description": "This is personal website",
+ "repo": "https://github.com/patel-monal/patel-monal.github.io",
+ "owner": {
+ "username": "patel-monal",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://patel-monal.github.io"
+ }
+}
From 138e8ef8d7c821019f1011140fca6f2fef47e178 Mon Sep 17 00:00:00 2001
From: Kinjal Patel
Date: Thu, 20 Apr 2023 16:23:18 +0530
Subject: [PATCH 0386/2199] added json file
---
domains/singh-jitendar.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/singh-jitendar.json
diff --git a/domains/singh-jitendar.json b/domains/singh-jitendar.json
new file mode 100644
index 000000000..5994ec10a
--- /dev/null
+++ b/domains/singh-jitendar.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/singh-jitendar/singh-jitendar.github.io",
+ "owner": {
+ "username": "singh-jitendar",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://singh-jitendar.github.io/"
+ }
+}
From 6b526ed1db0d3746540d9b834f79425232b3f22b Mon Sep 17 00:00:00 2001
From: g-pratik
Date: Thu, 20 Apr 2023 16:28:00 +0530
Subject: [PATCH 0387/2199] Added json file
---
domains/g-pratik.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/g-pratik.json
diff --git a/domains/g-pratik.json b/domains/g-pratik.json
new file mode 100644
index 000000000..ae4e7ee92
--- /dev/null
+++ b/domains/g-pratik.json
@@ -0,0 +1,11 @@
+{
+ "description": "This is my website",
+ "repo": "https://github.com/g-pratik/g-pratik.github.io",
+ "owner": {
+ "username": "g-pratik",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://g-pratik.github.io"
+ }
+}
From 678faa8ec76b1a886089c1a6a89ca4197626f4d9 Mon Sep 17 00:00:00 2001
From: mayank-rathva
Date: Thu, 20 Apr 2023 16:33:11 +0530
Subject: [PATCH 0388/2199] Added json file
---
domains/mayank-rathva.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/mayank-rathva.json
diff --git a/domains/mayank-rathva.json b/domains/mayank-rathva.json
new file mode 100644
index 000000000..0f49bb556
--- /dev/null
+++ b/domains/mayank-rathva.json
@@ -0,0 +1,11 @@
+{
+ "description": "This is personal website",
+ "repo": "https://github.com/mayank-rathva/mayank-rathva.github.io",
+ "owner": {
+ "username": "mayank-rathva",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://mayank-rathva.github.io"
+ }
+}
From b44486557d324cf1b1a1ffad4fcaf64943c556a5 Mon Sep 17 00:00:00 2001
From: Kinjal Patel
Date: Thu, 20 Apr 2023 16:38:07 +0530
Subject: [PATCH 0389/2199] added json file
---
domains/mahevish-husseni.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/mahevish-husseni.json
diff --git a/domains/mahevish-husseni.json b/domains/mahevish-husseni.json
new file mode 100644
index 000000000..2ab493fbf
--- /dev/null
+++ b/domains/mahevish-husseni.json
@@ -0,0 +1,11 @@
+{
+ "description": "Mahevish Husseni",
+ "repo": "https://github.com/mahevish-husseni/mahevish-husseni.github.io",
+ "owner": {
+ "username": "mahevish-husseni",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://mahevish-husseni.github.io/"
+ }
+}
From 320286836d5737793e5813d7e06238a715f721dc Mon Sep 17 00:00:00 2001
From: patel-komal
Date: Thu, 20 Apr 2023 16:39:44 +0530
Subject: [PATCH 0390/2199] Added json file
---
domains/patel-komal.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/patel-komal.json
diff --git a/domains/patel-komal.json b/domains/patel-komal.json
new file mode 100644
index 000000000..23af4e9cd
--- /dev/null
+++ b/domains/patel-komal.json
@@ -0,0 +1,11 @@
+{
+ "description": "This is komal patel",
+ "repo": "https://github.com/patel-komal/patel-komal.github.io",
+ "owner": {
+ "username": "patel-komal",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://patel-komal.github.io"
+ }
+}
From 556c9906cc68e70281685febc8ea019fd16eca54 Mon Sep 17 00:00:00 2001
From: kashif-kadri
Date: Thu, 20 Apr 2023 17:01:31 +0530
Subject: [PATCH 0391/2199] Added json file
---
domains/kashif-kadri.sjon | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/kashif-kadri.sjon
diff --git a/domains/kashif-kadri.sjon b/domains/kashif-kadri.sjon
new file mode 100644
index 000000000..2e92c4aea
--- /dev/null
+++ b/domains/kashif-kadri.sjon
@@ -0,0 +1,11 @@
+{
+ "description": "This is personal website",
+ "repo": "https://github.com/kashif-kadri/kashif-kadri.github.io",
+ "owner": {
+ "username": "kashif-kadri",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://kashif-kadri.github.io"
+ }
+}
From f5e6887e0f135ecf73eb8276d061c59084df2c87 Mon Sep 17 00:00:00 2001
From: pramod-rawat
Date: Thu, 20 Apr 2023 17:02:28 +0530
Subject: [PATCH 0392/2199] Update changes
---
domains/pramod-rawat.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/pramod-rawat.json
diff --git a/domains/pramod-rawat.json b/domains/pramod-rawat.json
new file mode 100644
index 000000000..93edc1710
--- /dev/null
+++ b/domains/pramod-rawat.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/pramod-rawat/pramod-rawat.github.io",
+ "owner": {
+ "username": "pramod-rawat",
+ "email": "pramod.rawat@truestaz.com",
+ },
+ "record": {
+ "URL": "https://github.com/pramod-rawat"
+ }
+}
\ No newline at end of file
From 211d1b1986d9b0e1e99fccbc867374b4da77598c Mon Sep 17 00:00:00 2001
From: zaid-kadri
Date: Thu, 20 Apr 2023 17:06:33 +0530
Subject: [PATCH 0393/2199] Added json file
---
domains/zaid-kadri.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/zaid-kadri.json
diff --git a/domains/zaid-kadri.json b/domains/zaid-kadri.json
new file mode 100644
index 000000000..3783cd1c9
--- /dev/null
+++ b/domains/zaid-kadri.json
@@ -0,0 +1,11 @@
+{
+ "description": "This is my website",
+ "repo": "https://github.com/zaid-kadri/zaid-kadri.github.io",
+ "owner": {
+ "username": "zaid-kadri",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://zaid-kadri.github.io"
+ }
+}
From 3445fbc10cc0be00cc33438108bb033f924d9e5f Mon Sep 17 00:00:00 2001
From: Pratik Patel
Date: Thu, 20 Apr 2023 17:13:18 +0530
Subject: [PATCH 0394/2199] added json file
---
domains/pratike-patel.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/pratike-patel.json
diff --git a/domains/pratike-patel.json b/domains/pratike-patel.json
new file mode 100644
index 000000000..e2c2ed4a7
--- /dev/null
+++ b/domains/pratike-patel.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/pratike-patel/pratike-patel.github.io",
+ "owner": {
+ "username": "pratike-patel",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://pratike-patel.github.io/"
+ }
+}
From 126d85cf90d31020cbffb289a67a9edef34a4bda Mon Sep 17 00:00:00 2001
From: nidhis-patel
Date: Thu, 20 Apr 2023 17:13:43 +0530
Subject: [PATCH 0395/2199] Added json file
---
domains/nidhis-patel.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/nidhis-patel.json
diff --git a/domains/nidhis-patel.json b/domains/nidhis-patel.json
new file mode 100644
index 000000000..f384a7ea0
--- /dev/null
+++ b/domains/nidhis-patel.json
@@ -0,0 +1,11 @@
+{
+ "description": "This is a personal",
+ "repo": "https://github.com/nidhis-patel/nidhis-patel.github.io",
+ "owner": {
+ "username": "nidhis-patel",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://nidhis-patel.github.io"
+ }
+}
From c749e63a3ba80a0ba9afd1031d74c6f95dc3229b Mon Sep 17 00:00:00 2001
From: Mehta Bhavik
Date: Thu, 20 Apr 2023 17:19:49 +0530
Subject: [PATCH 0396/2199] added json file
---
domains/maheta-bhavik.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/maheta-bhavik.json
diff --git a/domains/maheta-bhavik.json b/domains/maheta-bhavik.json
new file mode 100644
index 000000000..332cf4d0a
--- /dev/null
+++ b/domains/maheta-bhavik.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/maheta-bhavik/maheta-bhavik.github.io",
+ "owner": {
+ "username": "maheta-bhavik",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://maheta-bhavik.github.io/"
+ }
+}
From 38bcf5b7029f297db95ca2098a68ff40d9f00c76 Mon Sep 17 00:00:00 2001
From: Hitesh Makodiya
Date: Thu, 20 Apr 2023 17:37:02 +0530
Subject: [PATCH 0397/2199] added json file
---
domains/hitesh-makodiya.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/hitesh-makodiya.json
diff --git a/domains/hitesh-makodiya.json b/domains/hitesh-makodiya.json
new file mode 100644
index 000000000..b02e67e7a
--- /dev/null
+++ b/domains/hitesh-makodiya.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/hitesh-makodiya/hitesh-makodiya.github.io",
+ "owner": {
+ "username": "hitesh-makodiya",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://hitesh-makodiya.github.io/"
+ }
+}
From aa36a23a09a4c7a28146eac2d9e2b635a6f425ae Mon Sep 17 00:00:00 2001
From: mohammedasif-shaikh
Date: Thu, 20 Apr 2023 17:43:35 +0530
Subject: [PATCH 0398/2199] added json file
---
domains/mohammedasif-shaikh.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/mohammedasif-shaikh.json
diff --git a/domains/mohammedasif-shaikh.json b/domains/mohammedasif-shaikh.json
new file mode 100644
index 000000000..d9c658939
--- /dev/null
+++ b/domains/mohammedasif-shaikh.json
@@ -0,0 +1,12 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/mohammedasif-shaikh/mohammedasif-shaikh.github.io",
+ "owner": {
+ "username": "mohammedasif-shaikh",
+ "email": "",
+ },
+ "record": {
+ "URL": "https://mohammedasif-shaikh.github.io/"
+ }
+}
+
From aaa39cbd73f8a9ed953496573597ba7d0d81709e Mon Sep 17 00:00:00 2001
From: Patel-Darshit
Date: Thu, 20 Apr 2023 18:00:00 +0530
Subject: [PATCH 0399/2199] Update Contant
---
domains/Patel-Darshit.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/Patel-Darshit.json
diff --git a/domains/Patel-Darshit.json b/domains/Patel-Darshit.json
new file mode 100644
index 000000000..2698e5915
--- /dev/null
+++ b/domains/Patel-Darshit.json
@@ -0,0 +1,11 @@
+{
+ "description": "My new website",
+ "repo": "https://github.com/Patel-Darshit/patel-darshit.github.io",
+ "owner": {
+ "username": "Patel-Darshit",
+ "email": "darshit.patel@truestaz.com",
+ },
+ "record": {
+ "URL": "https://patel-darshit.github.io/"
+ }
+}
From ac9a6715816780eae46cd5e0183441726788d1ec Mon Sep 17 00:00:00 2001
From: b1ek
Date: Thu, 20 Apr 2023 23:39:00 +1000
Subject: [PATCH 0400/2199] register blek.is-a.dev
---
domains/blek.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/blek.json
diff --git a/domains/blek.json b/domains/blek.json
new file mode 100644
index 000000000..68c01132e
--- /dev/null
+++ b/domains/blek.json
@@ -0,0 +1,10 @@
+{
+ "description": "blek is a dev",
+ "owner": {
+ "username": "b1ek",
+ "email": "me@blek.codes"
+ },
+ "record": {
+ "A": [ "185.130.226.176" ]
+ }
+}
From 60edba59d0290a763540c7984cd1bc025632887d Mon Sep 17 00:00:00 2001
From: Seb <69688534+SebTNT@users.noreply.github.com>
Date: Thu, 20 Apr 2023 16:52:30 +0100
Subject: [PATCH 0401/2199] Create hi.tnt.json
---
domains/hi.tnt.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/hi.tnt.json
diff --git a/domains/hi.tnt.json b/domains/hi.tnt.json
new file mode 100644
index 000000000..10f591363
--- /dev/null
+++ b/domains/hi.tnt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TurquoiseTNT",
+ "email": "turquoisetntmultimedia@gmail.com"
+ },
+ "record": {
+ "URL": "https://sites.google.com/view/hi-art-web"
+ }
+}
From 10ea69308ba6ab28df0ff3c9ff919abcf8d1b9a0 Mon Sep 17 00:00:00 2001
From: Dimas Andriano
Date: Fri, 21 Apr 2023 03:42:17 +0700
Subject: [PATCH 0402/2199] Update and rename dimas.json to dimasandriano.json
rename subdomain from dimas.is-a.dev to dimasandriano.is-a.dev
---
domains/{dimas.json => dimasandriano.json} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename domains/{dimas.json => dimasandriano.json} (88%)
diff --git a/domains/dimas.json b/domains/dimasandriano.json
similarity index 88%
rename from domains/dimas.json
rename to domains/dimasandriano.json
index d048cda94..31afb01de 100644
--- a/domains/dimas.json
+++ b/domains/dimasandriano.json
@@ -4,7 +4,7 @@
"owner": {
"username": "dimasandriano",
"email": "dimas.andriano.h@gmail.com",
- "twitter": "DimasAndriano_"
+ "twitter": "dimasandriano_h"
},
"record": {
"CNAME": "dimasandriano.github.io"
From c30f21eb4073b475d86907cfe016547cc3f9a507 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Fri, 21 Apr 2023 10:37:04 +0800
Subject: [PATCH 0403/2199] Rename mohdsohel.json to domains/mohdsohel.json
---
mohdsohel.json => domains/mohdsohel.json | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename mohdsohel.json => domains/mohdsohel.json (100%)
diff --git a/mohdsohel.json b/domains/mohdsohel.json
similarity index 100%
rename from mohdsohel.json
rename to domains/mohdsohel.json
From 941a7960b46b32c8f41510f15cd6920637035c8e Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Fri, 21 Apr 2023 10:44:44 +0800
Subject: [PATCH 0404/2199] Update tnt.json
---
domains/tnt.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/tnt.json b/domains/tnt.json
index 0bf7b8806..7ac0da9e8 100644
--- a/domains/tnt.json
+++ b/domains/tnt.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "TurquoiseTNT",
+ "username": "SebTNT",
"email": "turquoisetntmultimedia@gmail.com"
},
"record": {
From 2421b727df521aac56adfda4346eee5c87a8dbeb Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Fri, 21 Apr 2023 10:44:57 +0800
Subject: [PATCH 0405/2199] Update hi.tnt.json
---
domains/hi.tnt.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/hi.tnt.json b/domains/hi.tnt.json
index 10f591363..4577efade 100644
--- a/domains/hi.tnt.json
+++ b/domains/hi.tnt.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "TurquoiseTNT",
+ "username": "SebTNT",
"email": "turquoisetntmultimedia@gmail.com"
},
"record": {
From f19cb696e8600455fa1593418a460c2a495226a4 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Fri, 21 Apr 2023 13:06:40 +0800
Subject: [PATCH 0406/2199] Delete suryaprakash.json
---
domains/suryaprakash.json | 10 ----------
1 file changed, 10 deletions(-)
delete mode 100644 domains/suryaprakash.json
diff --git a/domains/suryaprakash.json b/domains/suryaprakash.json
deleted file mode 100644
index e0b42568f..000000000
--- a/domains/suryaprakash.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "suryaaprakassh",
- "email": "surya0prakash@proton.me"
- },
-
- "record": {
- "A": ["suryaprakash.is-a-dev"]
- }
-}
From fc8ad481be5ea9867718bffcd56f55411cfedc2d Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Fri, 21 Apr 2023 13:11:35 +0800
Subject: [PATCH 0407/2199] Update afp.json
---
domains/afp.json | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/domains/afp.json b/domains/afp.json
index f7f82bbf5..e9b9c21db 100644
--- a/domains/afp.json
+++ b/domains/afp.json
@@ -1,12 +1,11 @@
{
"owner": {
"username": "AndreasFxPro",
+ "email": "",
"discord": "AndreasFxPro#9330"
},
"description": "this is-a.dev page is for me, i'll post my projects",
"record": {
- "A": [
- "140.238.175.208",
- ]
+ "A": ["140.238.175.208"]
}
-}
\ No newline at end of file
+}
From aabf7683b0925ccb301cd8b0ba062f9648352132 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Fri, 21 Apr 2023 13:15:09 +0800
Subject: [PATCH 0408/2199] fix url
---
domains/elbernaoui.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/elbernaoui.json b/domains/elbernaoui.json
index 350d6d354..7563486ab 100644
--- a/domains/elbernaoui.json
+++ b/domains/elbernaoui.json
@@ -7,6 +7,6 @@
"twitter": "ELBRN_Achraf"
},
"record": {
- "URL": "el-bernaoui.github.io/elbernaoui"
+ "URL": "https://el-bernaoui.github.io/elbernaoui"
}
}
From 1166de5c99e85ab4bbd08d36f87820d446dcea2b Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Fri, 21 Apr 2023 13:18:49 +0800
Subject: [PATCH 0409/2199] Update riya.json
---
domains/riya.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/domains/riya.json b/domains/riya.json
index 99dbcddb0..44119d840 100644
--- a/domains/riya.json
+++ b/domains/riya.json
@@ -3,6 +3,7 @@
"repo": "https://github.com/riyaroy2086/riyaroy2086.github.io",
"owner": {
"username": "riyaroy2086",
+ "email": "",
"discord": "ROY#1369"
},
"record": {
From 746d7e3914c16bf16b11798400c655ef651710f3 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Fri, 21 Apr 2023 13:24:31 +0800
Subject: [PATCH 0410/2199] Update sourov-khan-nahid.json
---
domains/sourov-khan-nahid.json | 18 +-----------------
1 file changed, 1 insertion(+), 17 deletions(-)
diff --git a/domains/sourov-khan-nahid.json b/domains/sourov-khan-nahid.json
index 948a4161e..2acefc029 100644
--- a/domains/sourov-khan-nahid.json
+++ b/domains/sourov-khan-nahid.json
@@ -1,25 +1,9 @@
{
-
"owner": {
-
"username": "SOUROVKHANNAHID",
-
"email": "SourovKhanNahid@gmail.com"
-
- "YouTube": "@SourovKhanNahid"
-
- "Telegram": "@D3V1LXH4N"
-
- }
-
-}
-
-{
-
+ },
"record": {
-
"CNAME": "SOUROVKHANNAHID.github.io"
-
}
-
}
From 014c39f828bf5d91e2c2c044d020b3dad1c73f3b Mon Sep 17 00:00:00 2001
From: rtb523 <59374749+rtb523@users.noreply.github.com>
Date: Fri, 21 Apr 2023 02:25:03 -0400
Subject: [PATCH 0411/2199] feat(domain): add `ginut.is-a.dev.is-a.dev`
---
domains/ginut.is-a.dev.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/ginut.is-a.dev.json
diff --git a/domains/ginut.is-a.dev.json b/domains/ginut.is-a.dev.json
new file mode 100644
index 000000000..7cc863697
--- /dev/null
+++ b/domains/ginut.is-a.dev.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "rtb523",
+ "email": "ryan.ginut@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "932ee735-3c2a-47b2-98d2-992b7cbc08fb.id.repl.co"
+ }
+}
From 4051a079973341d181b8e203344b4e140dccce44 Mon Sep 17 00:00:00 2001
From: rtb523 <59374749+rtb523@users.noreply.github.com>
Date: Fri, 21 Apr 2023 02:26:22 -0400
Subject: [PATCH 0412/2199] feat(domain): add `ginut.is-a.dev`
---
domains/ginut.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/ginut.json
diff --git a/domains/ginut.json b/domains/ginut.json
new file mode 100644
index 000000000..7cc863697
--- /dev/null
+++ b/domains/ginut.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "rtb523",
+ "email": "ryan.ginut@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "932ee735-3c2a-47b2-98d2-992b7cbc08fb.id.repl.co"
+ }
+}
From cd3442f571c55713d0a736b8e64e9d92a010b90f Mon Sep 17 00:00:00 2001
From: rtb523 <59374749+rtb523@users.noreply.github.com>
Date: Fri, 21 Apr 2023 02:37:48 -0400
Subject: [PATCH 0413/2199] Delete ginut.is-a.dev.json
---
domains/ginut.is-a.dev.json | 10 ----------
1 file changed, 10 deletions(-)
delete mode 100644 domains/ginut.is-a.dev.json
diff --git a/domains/ginut.is-a.dev.json b/domains/ginut.is-a.dev.json
deleted file mode 100644
index 7cc863697..000000000
--- a/domains/ginut.is-a.dev.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "rtb523",
- "email": "ryan.ginut@gmail.com"
- },
-
- "record": {
- "CNAME": "932ee735-3c2a-47b2-98d2-992b7cbc08fb.id.repl.co"
- }
-}
From 43c0d598c4210708d468cbb33aff38be987211f9 Mon Sep 17 00:00:00 2001
From: rtb523 <59374749+rtb523@users.noreply.github.com>
Date: Fri, 21 Apr 2023 02:58:15 -0400
Subject: [PATCH 0414/2199] feat(domain): add `ryan.ginut.is-a.dev`
---
domains/ryan.ginut.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/ryan.ginut.json
diff --git a/domains/ryan.ginut.json b/domains/ryan.ginut.json
new file mode 100644
index 000000000..e0f62f3d9
--- /dev/null
+++ b/domains/ryan.ginut.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "rtb523",
+ "email": "ryan.ginut@gmail.com"
+ },
+
+ "record": {
+ "MX": ["mx1.improvmx.com."]
+ }
+}
From c6b21be8df87c55162f810784091f58ff2ae51cd Mon Sep 17 00:00:00 2001
From: rtb523 <59374749+rtb523@users.noreply.github.com>
Date: Fri, 21 Apr 2023 03:08:58 -0400
Subject: [PATCH 0415/2199] Update ryan.ginut.json
---
domains/ryan.ginut.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/ryan.ginut.json b/domains/ryan.ginut.json
index e0f62f3d9..cbf4b6c8a 100644
--- a/domains/ryan.ginut.json
+++ b/domains/ryan.ginut.json
@@ -5,6 +5,6 @@
},
"record": {
- "MX": ["mx1.improvmx.com."]
+ "MX": ["mx1.improvmx.com","mx2.improvmx.com"]
}
}
From 8faea9b7c02c426b2f7c7cf4d0658f6ad32531d5 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Fri, 21 Apr 2023 17:54:06 +0800
Subject: [PATCH 0416/2199] fix file
---
domains/hinal-sanghvi.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/domains/hinal-sanghvi.json b/domains/hinal-sanghvi.json
index 79ae68560..253e351a3 100644
--- a/domains/hinal-sanghvi.json
+++ b/domains/hinal-sanghvi.json
@@ -1,11 +1,11 @@
{
"description": "Personal website for now",
- "repo": "https://github.com/hinal-sanghvi/hinal-sanghvi.github.io.git",
+ "repo": "https://github.com/hinal-sanghvi/hinal-sanghvi.github.io",
"owner": {
"username": "hinal-sanghvi",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://hinal-sanghvi.github.io/"
+ "URL": "https://hinal-sanghvi.github.io"
}
}
From 7bc3ada9c96cfef223324ef57cc3560721f633da Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Fri, 21 Apr 2023 17:55:47 +0800
Subject: [PATCH 0417/2199] fix file
---
domains/dipmala-shrimali.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/domains/dipmala-shrimali.json b/domains/dipmala-shrimali.json
index 0012e6486..000f87119 100644
--- a/domains/dipmala-shrimali.json
+++ b/domains/dipmala-shrimali.json
@@ -1,11 +1,11 @@
{
"description": "About Fork",
- "repo": "https://github.com/dipmala-shrimali/dipmala-shrimali.github.io.git",
+ "repo": "https://github.com/dipmala-shrimali/dipmala-shrimali.github.io",
"owner": {
"username": "dipmala-shrimali",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://dipmala-shrimali.github.io/"
+ "URL": "https://dipmala-shrimali.github.io"
}
}
From 96a13ad7fb11886fd397c6bf19dd1e9a8db918cd Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Fri, 21 Apr 2023 17:58:13 +0800
Subject: [PATCH 0418/2199] Update samir-vaghela.json
---
domains/samir-vaghela.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/domains/samir-vaghela.json b/domains/samir-vaghela.json
index 764907cf5..28bc35043 100644
--- a/domains/samir-vaghela.json
+++ b/domains/samir-vaghela.json
@@ -1,11 +1,11 @@
{
"description": "My new website",
- "repo": "https://github.com/samir-vaghela/samir-vaghela.github.io.git",
+ "repo": "https://github.com/samir-vaghela/samir-vaghela.github.io",
"owner": {
"username": "samir-vaghela",
- "email": "samir.vaghela@truestaz.com",
+ "email": "samir.vaghela@truestaz.com"
},
"record": {
- "URL": "https://samir-vaghela.github.io/"
+ "URL": "https://samir-vaghela.github.io"
}
}
From 1061efd176f39049e9d1544ad843642fe9aba815 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Fri, 21 Apr 2023 18:23:22 +0800
Subject: [PATCH 0419/2199] Update and rename Patel-Darshit.json to
patel-darshit.json
---
domains/{Patel-Darshit.json => patel-darshit.json} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename domains/{Patel-Darshit.json => patel-darshit.json} (66%)
diff --git a/domains/Patel-Darshit.json b/domains/patel-darshit.json
similarity index 66%
rename from domains/Patel-Darshit.json
rename to domains/patel-darshit.json
index 2698e5915..be89b4cb1 100644
--- a/domains/Patel-Darshit.json
+++ b/domains/patel-darshit.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/Patel-Darshit/patel-darshit.github.io",
"owner": {
"username": "Patel-Darshit",
- "email": "darshit.patel@truestaz.com",
+ "email": "darshit.patel@truestaz.com"
},
"record": {
- "URL": "https://patel-darshit.github.io/"
+ "URL": "https://patel-darshit.github.io"
}
}
From b5903b895aaf47c141c6b0bf06485d89f6d8eccf Mon Sep 17 00:00:00 2001
From: Jay Dave <129931491+Jay-d-dave@users.noreply.github.com>
Date: Fri, 21 Apr 2023 16:46:19 +0530
Subject: [PATCH 0420/2199] Update and rename Jay-d-dave.json to
jay-d-dave.json
---
domains/{Jay-d-dave.json => jay-d-dave.json} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename domains/{Jay-d-dave.json => jay-d-dave.json} (70%)
diff --git a/domains/Jay-d-dave.json b/domains/jay-d-dave.json
similarity index 70%
rename from domains/Jay-d-dave.json
rename to domains/jay-d-dave.json
index e0da87b11..af6ca2df5 100644
--- a/domains/Jay-d-dave.json
+++ b/domains/jay-d-dave.json
@@ -2,10 +2,10 @@
"description": "My new website",
"repo": "https://github.com/Jay-d-dave/Jay-d-dave.github.io.git",
"owner": {
- "username": "Jay-d-dave",
+ "username": "jay-d-dave",
"email": "jay.dave@truestaz.com",
},
"record": {
- "URL": "https://Jay-d-dave.github.io/"
+ "URL": "https://jay-d-dave.github.io/"
}
}
From 63ea1b7f3f05e3d2ec6c3168977d1266fb859e87 Mon Sep 17 00:00:00 2001
From: HARSH KUMAWAT <115946158+harshk04@users.noreply.github.com>
Date: Fri, 21 Apr 2023 17:01:21 +0530
Subject: [PATCH 0421/2199] Create harshk
---
domains/harshk | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/harshk
diff --git a/domains/harshk b/domains/harshk
new file mode 100644
index 000000000..d340f2a06
--- /dev/null
+++ b/domains/harshk
@@ -0,0 +1,11 @@
+{
+ "description": "My Portfolio",
+ "repo": "https://github.com/harshk04/Portfolio_Harsh",
+ "owner": {
+ "username": "harshk04",
+ "email": "kumawatharsh2004@gmail.com"
+ },
+ "record": {
+ "CNAME": "Portfolio_Harsh"
+ }
+}
From 4ddc1e5aa0ae443ffa62a2827c978c31be856d0c Mon Sep 17 00:00:00 2001
From: Sylestic <113873663+Sylestic@users.noreply.github.com>
Date: Fri, 21 Apr 2023 09:38:12 -0400
Subject: [PATCH 0422/2199] Add CNAME record
---
domains/Sylestic.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/Sylestic.json b/domains/Sylestic.json
index 26ebc9723..b53e8bd27 100644
--- a/domains/Sylestic.json
+++ b/domains/Sylestic.json
@@ -4,6 +4,6 @@
"email":"sylestic@protonmail.com"
},
"record":{
- "URL":"https://sylestic.ml"
+ "CNAME":"sylestic.github.io"
}
}
From 0ab6ea176d775a5dd0667649cff4dd346173d284 Mon Sep 17 00:00:00 2001
From: Sylestic <113873663+Sylestic@users.noreply.github.com>
Date: Fri, 21 Apr 2023 09:39:42 -0400
Subject: [PATCH 0423/2199] Format with Prettier
---
domains/Sylestic.json | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/domains/Sylestic.json b/domains/Sylestic.json
index b53e8bd27..bc0c6d599 100644
--- a/domains/Sylestic.json
+++ b/domains/Sylestic.json
@@ -1,9 +1,9 @@
{
- "owner":{
- "username":"Sylestic",
- "email":"sylestic@protonmail.com"
- },
- "record":{
- "CNAME":"sylestic.github.io"
- }
+ "owner": {
+ "username": "Sylestic",
+ "discord": "Sylestic#4231",
+ },
+ "record": {
+ "CNAME": "sylestic.github.io",
+ },
}
From a63c22b2f808859d5ac6ab515360f32f255d5202 Mon Sep 17 00:00:00 2001
From: Morfin <103875468+mrfinm@users.noreply.github.com>
Date: Sat, 22 Apr 2023 14:53:39 +0330
Subject: [PATCH 0424/2199] feat(domain): add `kiriland.is-a.dev`
---
domains/kiriland.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/kiriland.json
diff --git a/domains/kiriland.json b/domains/kiriland.json
new file mode 100644
index 000000000..8a1c1867c
--- /dev/null
+++ b/domains/kiriland.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "mrfinm",
+ "email": "mohamixxxx@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "ess.fabad-ihe.ac.ir"
+ }
+}
From 91e009c2473528f7570762245b194bcd6d3b7cf3 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 22 Apr 2023 19:29:57 +0800
Subject: [PATCH 0425/2199] Update and rename Sylestic.json to sylestic.json
---
domains/Sylestic.json | 9 ---------
domains/sylestic.json | 10 ++++++++++
2 files changed, 10 insertions(+), 9 deletions(-)
delete mode 100644 domains/Sylestic.json
create mode 100644 domains/sylestic.json
diff --git a/domains/Sylestic.json b/domains/Sylestic.json
deleted file mode 100644
index bc0c6d599..000000000
--- a/domains/Sylestic.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Sylestic",
- "discord": "Sylestic#4231",
- },
- "record": {
- "CNAME": "sylestic.github.io",
- },
-}
diff --git a/domains/sylestic.json b/domains/sylestic.json
new file mode 100644
index 000000000..191f96064
--- /dev/null
+++ b/domains/sylestic.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Sylestic",
+ "email": "",
+ "discord": "Sylestic#4231"
+ },
+ "record": {
+ "CNAME": "sylestic.github.io"
+ }
+}
From ccb564e2b8d9154fb79dc7d425f767120ddc6934 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 22 Apr 2023 19:33:19 +0800
Subject: [PATCH 0426/2199] Update and rename harshk to harshk.json
---
domains/{harshk => harshk.json} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename domains/{harshk => harshk.json} (85%)
diff --git a/domains/harshk b/domains/harshk.json
similarity index 85%
rename from domains/harshk
rename to domains/harshk.json
index d340f2a06..c148a07f1 100644
--- a/domains/harshk
+++ b/domains/harshk.json
@@ -6,6 +6,6 @@
"email": "kumawatharsh2004@gmail.com"
},
"record": {
- "CNAME": "Portfolio_Harsh"
+ "CNAME": "harshk04.github.io"
}
}
From 89663522414b045e709c31a49b277483a016f3a2 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 22 Apr 2023 19:35:03 +0800
Subject: [PATCH 0427/2199] Update jay-d-dave.json
---
domains/jay-d-dave.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/domains/jay-d-dave.json b/domains/jay-d-dave.json
index af6ca2df5..f8b2cd94a 100644
--- a/domains/jay-d-dave.json
+++ b/domains/jay-d-dave.json
@@ -1,11 +1,11 @@
{
"description": "My new website",
- "repo": "https://github.com/Jay-d-dave/Jay-d-dave.github.io.git",
+ "repo": "https://github.com/Jay-d-dave/Jay-d-dave.github.io",
"owner": {
"username": "jay-d-dave",
- "email": "jay.dave@truestaz.com",
+ "email": "jay.dave@truestaz.com"
},
"record": {
- "URL": "https://jay-d-dave.github.io/"
+ "URL": "https://jay-d-dave.github.io"
}
}
From 45b59b00a2f8bae664415a3acb6f9a41024a4f9c Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 22 Apr 2023 19:40:12 +0800
Subject: [PATCH 0428/2199] Update mohammedasif-shaikh.json
---
domains/mohammedasif-shaikh.json | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/domains/mohammedasif-shaikh.json b/domains/mohammedasif-shaikh.json
index d9c658939..caefd177f 100644
--- a/domains/mohammedasif-shaikh.json
+++ b/domains/mohammedasif-shaikh.json
@@ -3,10 +3,9 @@
"repo": "https://github.com/mohammedasif-shaikh/mohammedasif-shaikh.github.io",
"owner": {
"username": "mohammedasif-shaikh",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://mohammedasif-shaikh.github.io/"
+ "URL": "https://mohammedasif-shaikh.github.io"
}
}
-
From d78c39b25f459e94efecedd05de2ef480509e57d Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 22 Apr 2023 19:41:42 +0800
Subject: [PATCH 0429/2199] Update hitesh-makodiya.json
---
domains/hitesh-makodiya.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/hitesh-makodiya.json b/domains/hitesh-makodiya.json
index b02e67e7a..c38fec910 100644
--- a/domains/hitesh-makodiya.json
+++ b/domains/hitesh-makodiya.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/hitesh-makodiya/hitesh-makodiya.github.io",
"owner": {
"username": "hitesh-makodiya",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://hitesh-makodiya.github.io/"
+ "URL": "https://hitesh-makodiya.github.io"
}
}
From ae20e178622c3de2590640d623627a71d0a6c8e7 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 22 Apr 2023 19:43:09 +0800
Subject: [PATCH 0430/2199] Update maheta-bhavik.json
---
domains/maheta-bhavik.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/maheta-bhavik.json b/domains/maheta-bhavik.json
index 332cf4d0a..09c5bc000 100644
--- a/domains/maheta-bhavik.json
+++ b/domains/maheta-bhavik.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/maheta-bhavik/maheta-bhavik.github.io",
"owner": {
"username": "maheta-bhavik",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://maheta-bhavik.github.io/"
+ "URL": "https://maheta-bhavik.github.io"
}
}
From 19d5da14a9bd9264c5b233591b1a95b2759903d2 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 22 Apr 2023 19:45:05 +0800
Subject: [PATCH 0431/2199] Update mukesh-tadpad.json
---
domains/mukesh-tadpad.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/domains/mukesh-tadpad.json b/domains/mukesh-tadpad.json
index 42ffbfc87..37dcecbf9 100644
--- a/domains/mukesh-tadpad.json
+++ b/domains/mukesh-tadpad.json
@@ -1,11 +1,11 @@
{
"description": "This is a website",
- "repo": "https://github.com/mukesh-tadpad/mukesh-tadpad.github.io.git",
+ "repo": "https://github.com/mukesh-tadpad/mukesh-tadpad.github.io",
"owner": {
"username": "mukesh-tadpad",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://mukesh-tadpad.github.io/"
+ "URL": "https://mukesh-tadpad.github.io"
}
}
From c6b68fab75e4b3721600a5df92ec3174aaf71ba2 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 22 Apr 2023 19:47:01 +0800
Subject: [PATCH 0432/2199] Update shakera-vora.json
---
domains/shakera-vora.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/shakera-vora.json b/domains/shakera-vora.json
index d9859e9ad..4829e2ce2 100644
--- a/domains/shakera-vora.json
+++ b/domains/shakera-vora.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/shakera-vora/shakera-vora.github.io",
"owner": {
"username": "shakera-vora",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://shakera-vora.github.io/"
+ "URL": "https://shakera-vora.github.io"
}
}
From 0b6f5ef94ea084c287469ac37fb55e9c6e18b429 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 22 Apr 2023 19:49:40 +0800
Subject: [PATCH 0433/2199] Update sweta-solanki.json
---
domains/sweta-solanki.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/domains/sweta-solanki.json b/domains/sweta-solanki.json
index bc21702ed..8200d4124 100644
--- a/domains/sweta-solanki.json
+++ b/domains/sweta-solanki.json
@@ -1,11 +1,11 @@
{
"description": "My new website",
- "repo": "https://github.com/sweta-solanki/sweta-solanki.github.io.git",
+ "repo": "https://github.com/sweta-solanki/sweta-solanki.github.io",
"owner": {
"username": "sweta-solanki",
- "email": "sweta.solank@truestaz.com",
+ "email": "sweta.solank@truestaz.com"
},
"record": {
- "URL": "https://sweta-solank.github.io/"
+ "URL": "https://sweta-solanki.github.io"
}
}
From 90cb885f8848b5d2bd6177597c8933167eb71ae1 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 22 Apr 2023 19:51:10 +0800
Subject: [PATCH 0434/2199] Update chirag-parikh.json
---
domains/chirag-parikh.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/chirag-parikh.json b/domains/chirag-parikh.json
index 66186c8bb..005bc375e 100644
--- a/domains/chirag-parikh.json
+++ b/domains/chirag-parikh.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/chirag-parikh/chirag-parikh.github.io",
"owner": {
"username": "chirag-parikh",
- "email": "",
+ "email": ""
},
"record": {
"URL": "https://chirag-parikh.github.io"
From e150daa10ff7ba9e9c45f432272bbf912c0f8095 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 22 Apr 2023 20:20:07 +0800
Subject: [PATCH 0435/2199] Update pratike-patel.json
---
domains/pratike-patel.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/pratike-patel.json b/domains/pratike-patel.json
index e2c2ed4a7..ddffffbd5 100644
--- a/domains/pratike-patel.json
+++ b/domains/pratike-patel.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/pratike-patel/pratike-patel.github.io",
"owner": {
"username": "pratike-patel",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://pratike-patel.github.io/"
+ "URL": "https://pratike-patel.github.io"
}
}
From defa5c30c014ddcec87bad093226206d64ce1d63 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 22 Apr 2023 20:21:35 +0800
Subject: [PATCH 0436/2199] Update pramod-rawat.json
---
domains/pramod-rawat.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/pramod-rawat.json b/domains/pramod-rawat.json
index 93edc1710..2d66eb4b5 100644
--- a/domains/pramod-rawat.json
+++ b/domains/pramod-rawat.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/pramod-rawat/pramod-rawat.github.io",
"owner": {
"username": "pramod-rawat",
- "email": "pramod.rawat@truestaz.com",
+ "email": "pramod.rawat@truestaz.com"
},
"record": {
"URL": "https://github.com/pramod-rawat"
}
-}
\ No newline at end of file
+}
From c80f3de2e497ef1e2bd1b68cbb87f14d3431ca71 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 22 Apr 2023 20:24:18 +0800
Subject: [PATCH 0437/2199] Rename kashif-kadri.sjon to kashif-kadri.json
---
domains/{kashif-kadri.sjon => kashif-kadri.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{kashif-kadri.sjon => kashif-kadri.json} (100%)
diff --git a/domains/kashif-kadri.sjon b/domains/kashif-kadri.json
similarity index 100%
rename from domains/kashif-kadri.sjon
rename to domains/kashif-kadri.json
From b48b6681bdc8b06dc67765fffbe61339a6e63d0d Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 22 Apr 2023 20:25:57 +0800
Subject: [PATCH 0438/2199] Update and rename Patel-Kalpesh.json to
patel-kalpesh.json
---
domains/{Patel-Kalpesh.json => patel-kalpesh.json} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename domains/{Patel-Kalpesh.json => patel-kalpesh.json} (82%)
diff --git a/domains/Patel-Kalpesh.json b/domains/patel-kalpesh.json
similarity index 82%
rename from domains/Patel-Kalpesh.json
rename to domains/patel-kalpesh.json
index c5590d8f8..eee79dae4 100644
--- a/domains/Patel-Kalpesh.json
+++ b/domains/patel-kalpesh.json
@@ -6,6 +6,6 @@
"email": "kalpesh.patel@truestaz.com"
},
"record": {
- "URL": "https://patle-kalpesh.github.io/"
+ "URL": "https://patle-kalpesh.github.io"
}
-}
\ No newline at end of file
+}
From d2750abc7b4580da11fe631630bddf41c4af0397 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 22 Apr 2023 20:28:43 +0800
Subject: [PATCH 0439/2199] Update mahevish-husseni.json
---
domains/mahevish-husseni.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/mahevish-husseni.json b/domains/mahevish-husseni.json
index 2ab493fbf..31ed21b76 100644
--- a/domains/mahevish-husseni.json
+++ b/domains/mahevish-husseni.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/mahevish-husseni/mahevish-husseni.github.io",
"owner": {
"username": "mahevish-husseni",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://mahevish-husseni.github.io/"
+ "URL": "https://mahevish-husseni.github.io"
}
}
From 227c10314b008b6fef8b05089a9b77aa59dc7a86 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 22 Apr 2023 20:30:41 +0800
Subject: [PATCH 0440/2199] Update singh-jitendar.json
---
domains/singh-jitendar.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/singh-jitendar.json b/domains/singh-jitendar.json
index 5994ec10a..fa5dcef4a 100644
--- a/domains/singh-jitendar.json
+++ b/domains/singh-jitendar.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/singh-jitendar/singh-jitendar.github.io",
"owner": {
"username": "singh-jitendar",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://singh-jitendar.github.io/"
+ "URL": "https://singh-jitendar.github.io"
}
}
From adaf221f978fd5d51b5e07b6ce536ffe92de29e6 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 22 Apr 2023 20:33:46 +0800
Subject: [PATCH 0441/2199] Update p-kinjal.json
---
domains/p-kinjal.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/p-kinjal.json b/domains/p-kinjal.json
index 702daf24f..da2ae5fc5 100644
--- a/domains/p-kinjal.json
+++ b/domains/p-kinjal.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/p-kinjal/p-kinjal.github.io",
"owner": {
"username": "p-kinjal",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://p-kinjal.github.io/"
+ "URL": "https://p-kinjal.github.io"
}
}
From cb09be74cdf90c52532b018b48855bf7d1b0bb01 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 22 Apr 2023 20:35:10 +0800
Subject: [PATCH 0442/2199] Update s-nishit.json
---
domains/s-nishit.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/s-nishit.json b/domains/s-nishit.json
index cbf4a9c65..9c7dbaada 100644
--- a/domains/s-nishit.json
+++ b/domains/s-nishit.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/s-nishit/s-nishit.github.io",
"owner": {
"username": "s-nishit",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://s-nishit.github.io/"
+ "URL": "https://s-nishit.github.io"
}
}
From 855c9bad3d747f5be9e52437c8ff27df4f8d2fc4 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 22 Apr 2023 20:38:30 +0800
Subject: [PATCH 0443/2199] Update patel-jatin.json
---
domains/patel-jatin.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/patel-jatin.json b/domains/patel-jatin.json
index 0235e51a1..b5da3221e 100644
--- a/domains/patel-jatin.json
+++ b/domains/patel-jatin.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/patel-jatin/patel-jatin.github.io",
"owner": {
"username": "patel-jatin",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://patel-jatin.github.io/"
+ "URL": "https://patel-jatin.github.io"
}
}
From dccd2f52dd1ccf8ddef3d74ef052f89d037b1be2 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sat, 22 Apr 2023 20:40:51 +0800
Subject: [PATCH 0444/2199] Update kishan-bagiya.json
---
domains/kishan-bagiya.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/kishan-bagiya.json b/domains/kishan-bagiya.json
index 234e3c6a9..eb2752f94 100644
--- a/domains/kishan-bagiya.json
+++ b/domains/kishan-bagiya.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/kishan-bagiya/kishan-bagiya.github.io",
"owner": {
"username": "kishan-bagiya",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://kishan-bagiya.github.io/"
+ "URL": "https://kishan-bagiya.github.io"
}
}
From d138f2252cfb5334e9b2df470bfb832d6838e612 Mon Sep 17 00:00:00 2001
From: Seb <69688534+SebTNT@users.noreply.github.com>
Date: Sat, 22 Apr 2023 14:20:08 +0100
Subject: [PATCH 0445/2199] Fixed TNT.IS-A.DEV
---
domains/tnt.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/tnt.json b/domains/tnt.json
index 7ac0da9e8..69feaf87a 100644
--- a/domains/tnt.json
+++ b/domains/tnt.json
@@ -4,6 +4,6 @@
"email": "turquoisetntmultimedia@gmail.com"
},
"record": {
- "CNAME": "turquoisetntgithubio-production-790d.up.railway.app"
+ "CNAME": "turquoisetnt.github.io"
}
}
From 6843ef270c49153827110504dc1935322b188b48 Mon Sep 17 00:00:00 2001
From: Heyayyu <89489860+Heyayyu@users.noreply.github.com>
Date: Sat, 22 Apr 2023 09:36:05 -0500
Subject: [PATCH 0446/2199] Create c00l.json
---
domains/c00l.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/c00l.json
diff --git a/domains/c00l.json b/domains/c00l.json
new file mode 100644
index 000000000..fa7c57df9
--- /dev/null
+++ b/domains/c00l.json
@@ -0,0 +1,12 @@
+
+{
+ "description": "Heyayyu' game developer",
+ "repo": "https://github.com/heyayyu/heyyayu.github.io",
+ "owner": {
+ "username": "Heyayyu",
+ "email": "imrbk123abc@gmail.com"
+ },
+ "record": {
+ "CNAME": "heyayyu.github.io"
+ }
+}
From 3f15f847cc50f0a6f9cfcc6c99ad0f577fd9647a Mon Sep 17 00:00:00 2001
From: Samia Islam Sua <131264656+SamiaIslamSua@users.noreply.github.com>
Date: Sat, 22 Apr 2023 21:39:01 +0600
Subject: [PATCH 0447/2199] Create sua.json
---
domains/sua.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/sua.json
diff --git a/domains/sua.json b/domains/sua.json
new file mode 100644
index 000000000..5f5084bdd
--- /dev/null
+++ b/domains/sua.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SamiaIslamSua",
+ "email": "SamiaIslamSua@gmail.com"
+ },
+ "record": {
+ "CNAME": "SamiaIslamSua.github.io"
+ }
+}
From d22e20d4611f0094dc6f4fc5a428e8e115981736 Mon Sep 17 00:00:00 2001
From: Isa
Date: Sat, 22 Apr 2023 14:03:04 -0400
Subject: [PATCH 0448/2199] Create isa.json
---
domains/isa.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/isa.json
diff --git a/domains/isa.json b/domains/isa.json
new file mode 100644
index 000000000..5d46a37b7
--- /dev/null
+++ b/domains/isa.json
@@ -0,0 +1,12 @@
+{
+ "description": "This is for bobthedev90368 cool stuff",
+ "repo": "https://github.com/bobthedev90368/bobthedev90368.github.io",
+ "owner": {
+ "username": "bobthedev90368",
+ "email": "theonewhohasthisemail@gmail.com",
+ "twitter": "_bob90368"
+ },
+ "record": {
+ "CNAME": "bobthedev90368.github.io"
+ }
+}
From 7624347ecd58c7eba90fc186dda82502a606e9cc Mon Sep 17 00:00:00 2001
From: 44 <94141577+9xN@users.noreply.github.com>
Date: Sat, 22 Apr 2023 19:12:42 +0000
Subject: [PATCH 0449/2199] Create 44.json
---
domains/44.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/44.json
diff --git a/domains/44.json b/domains/44.json
new file mode 100644
index 000000000..f8a3eb35b
--- /dev/null
+++ b/domains/44.json
@@ -0,0 +1,11 @@
+{
+ "description": "44.is-a.dev",
+ "repo": "https://github.com/9xN/9xN.github.io",
+ "owner": {
+ "username": "44",
+ "email": "0@fbi.ac"
+ },
+ "record": {
+ "CNAME": "9xN.github.io"
+ }
+}
From d9cebe5de9a086f9839f3e10cda55c480a44ed95 Mon Sep 17 00:00:00 2001
From: Dylan Marsili
Date: Sat, 22 Apr 2023 21:48:38 -0300
Subject: [PATCH 0450/2199] Create dylanmarsili.json
---
domains/dylanmarsili.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/dylanmarsili.json
diff --git a/domains/dylanmarsili.json b/domains/dylanmarsili.json
new file mode 100644
index 000000000..806a7d125
--- /dev/null
+++ b/domains/dylanmarsili.json
@@ -0,0 +1,12 @@
+{
+ "description": "Portfolio",
+ "repo": "https://github.com/Dylan-Marsili/dylan-marsili.github.io",
+ "owner": {
+ "username": "Dylan-Marsili",
+ "email": "marsilidylan@gmail.com",
+ "twitter": "dylan_marsili"
+ },
+ "record": {
+ "CNAME": "dylan-marsili.github.io"
+ }
+}
From 4caee844d0c79f08534cb18fcbfb4ebaf44eee12 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 08:54:49 +0800
Subject: [PATCH 0451/2199] Update 44.json
---
domains/44.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/44.json b/domains/44.json
index f8a3eb35b..acfa04f77 100644
--- a/domains/44.json
+++ b/domains/44.json
@@ -2,7 +2,7 @@
"description": "44.is-a.dev",
"repo": "https://github.com/9xN/9xN.github.io",
"owner": {
- "username": "44",
+ "username": "9xN",
"email": "0@fbi.ac"
},
"record": {
From bc188a0b4f6c6961632e2d7b9f65a47832807730 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 09:06:08 +0800
Subject: [PATCH 0452/2199] Update viplav-mistry.json
---
domains/viplav-mistry.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/viplav-mistry.json b/domains/viplav-mistry.json
index f81da3289..30007ed31 100644
--- a/domains/viplav-mistry.json
+++ b/domains/viplav-mistry.json
@@ -3,10 +3,10 @@
"repo": "https://github.com/viplav-mistry/viplav-mistry.github.io",
"owner": {
"username": "viplav-mistry",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://viplav-mistry.github.io/"
+ "URL": "https://viplav-mistry.github.io"
}
}
From 49d3e0190f134654bc8cb2b2ede3820a5fb4354b Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 09:07:25 +0800
Subject: [PATCH 0453/2199] Update mausami-parmar.json
---
domains/mausami-parmar.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/mausami-parmar.json b/domains/mausami-parmar.json
index 0c8f1c2ea..c4b957418 100644
--- a/domains/mausami-parmar.json
+++ b/domains/mausami-parmar.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/mausami-parmar/mausami-parmar.github.io",
"owner": {
"username": "mausami-parmar",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://mausami-parmar.github.io/"
+ "URL": "https://mausami-parmar.github.io"
}
}
From 583bf99f1c9e537390f296a8f04d4f3c503fa1f9 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 09:08:46 +0800
Subject: [PATCH 0454/2199] Update parmar-dixita.json
---
domains/parmar-dixita.json | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/domains/parmar-dixita.json b/domains/parmar-dixita.json
index 8f6a51c22..f3b4ee6fc 100644
--- a/domains/parmar-dixita.json
+++ b/domains/parmar-dixita.json
@@ -1,12 +1,11 @@
-
{
"description": "My new website",
"repo": "https://github.com/parmar-dixita/parmar-dixita.github.io",
"owner": {
"username": "parmar-dixita",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://parmar-dixita.github.io/"
+ "URL": "https://parmar-dixita.github.io"
}
}
From 4bcec0427546d7fa0ca28e18629a42d46184b7ae Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 09:10:43 +0800
Subject: [PATCH 0455/2199] Update and rename Bhavesh-p-Patel.json to
bhavesh-p-patel.json
---
domains/{Bhavesh-p-Patel.json => bhavesh-p-patel.json} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
rename domains/{Bhavesh-p-Patel.json => bhavesh-p-patel.json} (72%)
diff --git a/domains/Bhavesh-p-Patel.json b/domains/bhavesh-p-patel.json
similarity index 72%
rename from domains/Bhavesh-p-Patel.json
rename to domains/bhavesh-p-patel.json
index 66f01307f..c26e027b9 100644
--- a/domains/Bhavesh-p-Patel.json
+++ b/domains/bhavesh-p-patel.json
@@ -3,10 +3,9 @@
"repo": "https://github.com/Bhavesh-p-Patel/Bhavesh-p-Patel.github.io",
"owner": {
"username": "Bhavesh-p-Patel",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://Bhavesh-p-Patel.github.io/"
+ "URL": "https://Bhavesh-p-Patel.github.io"
}
}
-
From ae75d0a625ff583b357562d572558e92e1f33850 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 09:12:13 +0800
Subject: [PATCH 0456/2199] Update dinesh-vaghasia.json
---
domains/dinesh-vaghasia.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/dinesh-vaghasia.json b/domains/dinesh-vaghasia.json
index a5a486e51..393d3fe52 100644
--- a/domains/dinesh-vaghasia.json
+++ b/domains/dinesh-vaghasia.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/dinesh-vaghasia/dinesh-vaghasia.github.io",
"owner": {
"username": "dinesh-vaghasia",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://dinesh-vaghasia.github.io/"
+ "URL": "https://dinesh-vaghasia.github.io"
}
}
From f3c2b1b19abff4582a1391cc797f19460a3e8052 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 09:13:44 +0800
Subject: [PATCH 0457/2199] Update nipul-bhogayat.json
---
domains/nipul-bhogayat.json | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/domains/nipul-bhogayat.json b/domains/nipul-bhogayat.json
index 76c4fcd9c..498d8463b 100644
--- a/domains/nipul-bhogayat.json
+++ b/domains/nipul-bhogayat.json
@@ -3,10 +3,9 @@
"repo": "https://github.com/nipul-bhogayat/nipul-bhogayat.github.io",
"owner": {
"username": "nipul-bhogayat",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://nipul-bhogayat.github.io/"
+ "URL": "https://nipul-bhogayat.github.io"
}
}
-
From fa11d95ab09fc3ca1a4c3647009c71ba77ef1443 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 09:14:21 +0800
Subject: [PATCH 0458/2199] Update patel-parthiv.json
---
domains/patel-parthiv.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/patel-parthiv.json b/domains/patel-parthiv.json
index 60b04f01b..3bfe81797 100644
--- a/domains/patel-parthiv.json
+++ b/domains/patel-parthiv.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/patel-parthiv/patel-parthiv.github.io",
"owner": {
"username": "patel-parthiv",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://patel-parthiv.github.io/"
+ "URL": "https://patel-parthiv.github.io"
}
}
From 440620fb82a6b99a0c618470c75b5b3ed645dd72 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 11:29:59 +0800
Subject: [PATCH 0459/2199] Update soni-aakas.json
---
domains/soni-aakas.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/domains/soni-aakas.json b/domains/soni-aakas.json
index 78c8730ac..bef2c1f2f 100644
--- a/domains/soni-aakas.json
+++ b/domains/soni-aakas.json
@@ -1,11 +1,11 @@
{
- "description": "My new website ",
+ "description": "My new website",
"repo": "https://github.com/soni-aakas/soni-aakas.gihub.io",
"owner": {
"username": "soni-aakas",
- "email": "soni.aakas@truestaz.com",
+ "email": "soni.aakas@truestaz.com"
},
"record": {
- "URL": "https://soni-aakas.github.io/"
+ "URL": "https://soni-aakas.github.io"
}
}
From e915bc2a3cd0029ee7a6e1de70e5a547e131c833 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 11:30:47 +0800
Subject: [PATCH 0460/2199] fix json
---
domains/niki-tiwari.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/niki-tiwari.json b/domains/niki-tiwari.json
index 8eb040ebd..fc0ebbf6f 100644
--- a/domains/niki-tiwari.json
+++ b/domains/niki-tiwari.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/niki-tiwari/niki-tiwari.github.io",
"owner": {
"username": "niki-tiwari",
- "email": "",
+ "email": ""
},
"record": {
"URL": "https://niki-tiwari.github.io"
From a4b8aba274c5b6dbb488d853d47e25f881f9b5d9 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 11:32:31 +0800
Subject: [PATCH 0461/2199] Update patel-radhika.json
---
domains/patel-radhika.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/patel-radhika.json b/domains/patel-radhika.json
index 583b106ed..4ccbe8bfc 100644
--- a/domains/patel-radhika.json
+++ b/domains/patel-radhika.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/patel-radhika/patel-radhika.github.io",
"owner": {
"username": "patel-radhika",
- "email": "radhika.patel@truestaz.com",
+ "email": "radhika.patel@truestaz.com"
},
"record": {
- "URL": "https://patel-radhika.github.io/"
+ "URL": "https://patel-radhika.github.io"
}
}
From d99650bdc7aed857ab771955ecb856927d3031a5 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 11:33:58 +0800
Subject: [PATCH 0462/2199] Update jani-abhishek.json
---
domains/jani-abhishek.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/jani-abhishek.json b/domains/jani-abhishek.json
index 0d034402f..1485336ed 100644
--- a/domains/jani-abhishek.json
+++ b/domains/jani-abhishek.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/jani-abhishek/jani-abhishek.github.io",
"owner": {
"username": "jani-abhishek",
- "email": "jani.abhishek@truestaz.com",
+ "email": "jani.abhishek@truestaz.com"
},
"record": {
- "URL": "https://jani-abhishek.github.io/"
+ "URL": "https://jani-abhishek.github.io"
}
}
From 114c8b1bdd895ed87eaccfa96e3d8f4d8f54a0c6 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 11:35:08 +0800
Subject: [PATCH 0463/2199] Update jagruti-metaliya.json
---
domains/jagruti-metaliya.json | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/domains/jagruti-metaliya.json b/domains/jagruti-metaliya.json
index bd2288a2c..8fe63d987 100644
--- a/domains/jagruti-metaliya.json
+++ b/domains/jagruti-metaliya.json
@@ -3,10 +3,9 @@
"repo": "https://github.com/jagruti-metaliya/jagruti-metaliya.github.io",
"owner": {
"username": "jagruti-metaliya",
- "email": "jagruti.metaliya@truestaz.com",
+ "email": "jagruti.metaliya@truestaz.com"
},
"record": {
- "URL": "https://jagruti-metaliya.github.io/"
+ "URL": "https://jagruti-metaliya.github.io"
}
}
-
From b50d983731b08c626e1409d2365167ee0aed8b1c Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 11:35:57 +0800
Subject: [PATCH 0464/2199] Update sanjay-makasana.json
---
domains/sanjay-makasana.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/sanjay-makasana.json b/domains/sanjay-makasana.json
index ce306b507..ba15a1164 100644
--- a/domains/sanjay-makasana.json
+++ b/domains/sanjay-makasana.json
@@ -3,10 +3,10 @@
"repo": "https://github.com/sanjay-makasana/jsanjay-makasana.github.io",
"owner": {
"username": "sanjay-makasana",
- "email": "sanjay.makasana@truestaz.com",
+ "email": "sanjay.makasana@truestaz.com"
},
"record": {
- "URL": "https://sanjay-makasana.github.io/"
+ "URL": "https://sanjay-makasana.github.io"
}
}
From a01ad6d04ab05980d7b7d3cb0ebffb0489af43fb Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 11:36:11 +0800
Subject: [PATCH 0465/2199] Update sanjay-makasana.json
---
domains/sanjay-makasana.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/domains/sanjay-makasana.json b/domains/sanjay-makasana.json
index ba15a1164..5e5792ba8 100644
--- a/domains/sanjay-makasana.json
+++ b/domains/sanjay-makasana.json
@@ -9,4 +9,3 @@
"URL": "https://sanjay-makasana.github.io"
}
}
-
From 27ef576323eaf7030173b57022e2d2fe7ee6d596 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 11:37:25 +0800
Subject: [PATCH 0466/2199] Update sudania-ajay.json
---
domains/sudania-ajay.json | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/domains/sudania-ajay.json b/domains/sudania-ajay.json
index 1d616e917..c5150a0e2 100644
--- a/domains/sudania-ajay.json
+++ b/domains/sudania-ajay.json
@@ -3,10 +3,9 @@
"repo": "https://github.com/sudania-ajay/sudania-ajay.github.io",
"owner": {
"username": "sanjay-makasana",
- "email": "ajay.sudani@truestaz.com",
+ "email": "ajay.sudani@truestaz.com"
},
"record": {
- "URL": "https://sudania-ajay.github.io/"
+ "URL": "https://sudania-ajay.github.io"
}
}
-
From 9d09bf1101d024fa114bd98876492ae507d7bec8 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 11:42:49 +0800
Subject: [PATCH 0467/2199] Update soni-ashish.json
---
domains/soni-ashish.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/soni-ashish.json b/domains/soni-ashish.json
index 558953dce..c2a09c5b9 100644
--- a/domains/soni-ashish.json
+++ b/domains/soni-ashish.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/soni-ashish/soni-ashish.github.io",
"owner": {
"username": "soni-ashish",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://soni-ashish.github.io/"
+ "URL": "https://soni-ashish.github.io"
}
}
From c90526421b3462e396736e66f9b386e916c32cb7 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 11:43:35 +0800
Subject: [PATCH 0468/2199] Update ashish-g-gupta.json
---
domains/ashish-g-gupta.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/ashish-g-gupta.json b/domains/ashish-g-gupta.json
index f4d98d1df..31f084c5a 100644
--- a/domains/ashish-g-gupta.json
+++ b/domains/ashish-g-gupta.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/ashish-g-gupta/ashish-g-gupta.github.io",
"owner": {
"username": "ashish-g-gupta",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://ashish-g-gupta.github.io/"
+ "URL": "https://ashish-g-gupta.github.io"
}
}
From b0e2dba5d89338bb3596797a19f9a0037089f5e9 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 11:44:15 +0800
Subject: [PATCH 0469/2199] Update and rename s-kunjan to s-kunjan.json
---
domains/{s-kunjan => s-kunjan.json} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename domains/{s-kunjan => s-kunjan.json} (73%)
diff --git a/domains/s-kunjan b/domains/s-kunjan.json
similarity index 73%
rename from domains/s-kunjan
rename to domains/s-kunjan.json
index 571abd487..5ccfb9e0b 100644
--- a/domains/s-kunjan
+++ b/domains/s-kunjan.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/s-kunjan/s-kunjan.github.io",
"owner": {
"username": "s-kunjan",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://s-kunjan.github.io/"
+ "URL": "https://s-kunjan.github.io"
}
}
From 36f737829d68a4eeeda940b59fad2f4557cd8914 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 11:44:58 +0800
Subject: [PATCH 0470/2199] Update patelhardik-p.json
---
domains/patelhardik-p.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/patelhardik-p.json b/domains/patelhardik-p.json
index 6072c6069..138a30db7 100644
--- a/domains/patelhardik-p.json
+++ b/domains/patelhardik-p.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/patelhardik-p/patelhardik-p.github.io",
"owner": {
"username": "patelhardik-p",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://patelhardik-p.github.io/"
+ "URL": "https://patelhardik-p.github.io"
}
}
From 3ba4e6362af7e9930296e75ba81510f132df7a92 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 11:45:39 +0800
Subject: [PATCH 0471/2199] Update panchal-jatin.json
---
domains/panchal-jatin.json | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/domains/panchal-jatin.json b/domains/panchal-jatin.json
index d923f46b9..4381a2cb8 100644
--- a/domains/panchal-jatin.json
+++ b/domains/panchal-jatin.json
@@ -3,10 +3,9 @@
"repo": "https://github.com/panchal-jatin/panchal-jatin.github.io",
"owner": {
"username": "panchal-jatin",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://panchal-jatin.github.io/"
+ "URL": "https://panchal-jatin.github.io"
}
}
-
From 919e5ed91a44cb6817e75461a357b744104f40c1 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 11:47:57 +0800
Subject: [PATCH 0472/2199] Update chauhan-pradip.json
---
domains/chauhan-pradip.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/chauhan-pradip.json b/domains/chauhan-pradip.json
index 633af7cfb..87ebff9f2 100644
--- a/domains/chauhan-pradip.json
+++ b/domains/chauhan-pradip.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/chauhan-pradip/chauhan-pradip.github.io",
"owner": {
"username": "chauhan-pradip",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://chauhan-pradip.github.io/"
+ "URL": "https://chauhan-pradip.github.io"
}
}
From 8a878ae46d178c60856aa6e792b854520f421ace Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 11:48:38 +0800
Subject: [PATCH 0473/2199] Update priyas-rana.json
---
domains/priyas-rana.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/priyas-rana.json b/domains/priyas-rana.json
index 1175d9b13..b85383751 100644
--- a/domains/priyas-rana.json
+++ b/domains/priyas-rana.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/priyas-rana/priyas-rana.github.io",
"owner": {
"username": "priyas-rana",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://priyas-rana.github.io/"
+ "URL": "https://priyas-rana.github.io"
}
}
From 3e2923167f6eda97a9c02d5e339fecf967000ea9 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 11:49:27 +0800
Subject: [PATCH 0474/2199] Update nirav-bhut.json
---
domains/nirav-bhut.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/nirav-bhut.json b/domains/nirav-bhut.json
index ae73eff4c..5afcac8c0 100644
--- a/domains/nirav-bhut.json
+++ b/domains/nirav-bhut.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/nirav-bhut/nirav-bhut.github.io",
"owner": {
"username": "nirav-bhut",
- "email": "",
+ "email": ""
},
"record": {
- "URL": "https://nirav-bhut.github.io/"
+ "URL": "https://nirav-bhut.github.io"
}
}
From 315a387bd754411890666abdc48c9b1ab92dd22f Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 11:49:59 +0800
Subject: [PATCH 0475/2199] Restore domains/con.json
---
domains/con.json | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 domains/con.json
diff --git a/domains/con.json b/domains/con.json
new file mode 100644
index 000000000..047bdb709
--- /dev/null
+++ b/domains/con.json
@@ -0,0 +1,15 @@
+{
+ "owner": {
+ "username": "connekitius",
+ "email": "",
+ "twitter": "connekisgoated",
+ "discord": "Con#5209"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
From a7a51902ec1c8c562a20bc3732449eaa2d4ea092 Mon Sep 17 00:00:00 2001
From: William Harrison
Date: Sun, 23 Apr 2023 11:50:34 +0800
Subject: [PATCH 0476/2199] Update pal-rakesh-2.json
---
domains/pal-rakesh-2.json | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/domains/pal-rakesh-2.json b/domains/pal-rakesh-2.json
index 2be6343ac..67abe5c45 100644
--- a/domains/pal-rakesh-2.json
+++ b/domains/pal-rakesh-2.json
@@ -1,12 +1,11 @@
-
{
"description": "My new website",
"repo": "https://github.com/pal-rakesh/pal-rakesh.github.io",
"owner": {
"username": "pal-rakesh",
- "email": "rakesh.pal@truestaz.com ",
+ "email": "rakesh.pal@truestaz.com"
},
"record": {
- "URL": "https://pal-rakesh.github.io/"
+ "URL": "https://pal-rakesh.github.io"
}
-}
\ No newline at end of file
+}
From 8e24c69f7b7b7813d88e1527fad7082e977c3114 Mon Sep 17 00:00:00 2001
From: Shubham Lal
Date: Sun, 23 Apr 2023 18:47:27 +0530
Subject: [PATCH 0477/2199] feat(domain): add `shubhamlal.is-a.dev`
---
domains/shubhamlal.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/shubhamlal.json
diff --git a/domains/shubhamlal.json b/domains/shubhamlal.json
new file mode 100644
index 000000000..6844541fc
--- /dev/null
+++ b/domains/shubhamlal.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "CERTIFIED2003",
+ "email": "lal.shubham027@gmail.com"
+ },
+
+ "record": {
+ "A": ["https://ubuntuos.pages.dev"]
+ }
+}
From fc5c4ce7fc93becf81bf3229578838ff17c5cd9d Mon Sep 17 00:00:00 2001
From: Shubham Lal
Date: Sun, 23 Apr 2023 18:48:59 +0530
Subject: [PATCH 0478/2199] Update shubhamlal.json
---
domains/shubhamlal.json | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/domains/shubhamlal.json b/domains/shubhamlal.json
index 6844541fc..b94be1a1a 100644
--- a/domains/shubhamlal.json
+++ b/domains/shubhamlal.json
@@ -1,10 +1,12 @@
{
+ "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": "lal.shubham027@gmail.com"
+ "email": "im.shubhamlal@gmail.com",
+ "linkedin": "https://www.linkedin.com/in/shubham-lal"
},
-
"record": {
- "A": ["https://ubuntuos.pages.dev"]
+ "URL": "https://ubuntuos.pages.dev"
}
}
From fb3ca1ff2fc1c0195fcf5f4db56a2ed198dd380a Mon Sep 17 00:00:00 2001
From: Thiago Marsili <122062036+Thiago-Marsili@users.noreply.github.com>
Date: Sun, 23 Apr 2023 11:45:37 -0300
Subject: [PATCH 0479/2199] Create thiagomarsili.json
---
domains/thiagomarsili.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/thiagomarsili.json
diff --git a/domains/thiagomarsili.json b/domains/thiagomarsili.json
new file mode 100644
index 000000000..6a091cbf0
--- /dev/null
+++ b/domains/thiagomarsili.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio website",
+ "repo": "https://github.com/thiago-marsili/thiago-marsili.github.io",
+ "owner": {
+ "username": "SatyamV7",
+ "email": "thihoma@gmail.com"
+ },
+ "record": {
+ "CNAME": "thiago-marsili.github.io"
+ }
+}
From bfb4970eed588dc15d50d176f9200d36dff3dfdd Mon Sep 17 00:00:00 2001
From: Rudransh Joshi
Date: Mon, 24 Apr 2023 01:32:21 +0530
Subject: [PATCH 0480/2199] Create rudra.json
---
domains/rudra.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 domains/rudra.json
diff --git a/domains/rudra.json b/domains/rudra.json
new file mode 100644
index 000000000..a39151cb4
--- /dev/null
+++ b/domains/rudra.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "FireHead90544",
+ "email": "rudranshjoshi1806@gmail.com",
+ "discord": "#2022"
+ },
+ "description": "Domain for my personal portfolio written w/ Django & TailwindCSS",
+ "repo": "https://github.com/FireHead90544/rudra-django/",
+ "record": {
+ "A": [
+ "20.219.132.8"
+ ]
+ }
+}
From bc283c26d37ba03d9c40674e51e50b861c1584b0 Mon Sep 17 00:00:00 2001
From: LiquidDev
Date: Sun, 23 Apr 2023 23:33:49 +0100
Subject: [PATCH 0481/2199] Create files.liquid.json
---
domains/files.liquid.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/files.liquid.json
diff --git a/domains/files.liquid.json b/domains/files.liquid.json
new file mode 100644
index 000000000..0b00ae0e5
--- /dev/null
+++ b/domains/files.liquid.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "ThinLiquid",
+ "email": "thinliquid@proton.me"
+ },
+ "record": {
+ "CNAME": "dns.tixte.com",
+ "TXT": "_tixte-challenge=6ZzT79WA"
+ }
+}
From 6fff25a1833d24de144aef24f6286e5fc13d99c0 Mon Sep 17 00:00:00 2001
From: LiquidDev
Date: Sun, 23 Apr 2023 23:33:58 +0100
Subject: [PATCH 0482/2199] Update liquid.json
---
domains/liquid.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/liquid.json b/domains/liquid.json
index df51570cf..b0d8a1116 100644
--- a/domains/liquid.json
+++ b/domains/liquid.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "ThinLiquid",
- "email": "ayomideilesanmi10@gmail.com"
+ "email": "thinliquid@proton.me"
},
"record": {
"CNAME": "glitch.edgeapp.net"
From a5bad205e3069053cbccc2e8e7f31093f575ac77 Mon Sep 17 00:00:00 2001
From: LiquidDev