From a84425022d74d24fe510d123682a05011d9a273d Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Mon, 1 Feb 2021 00:24:57 +0100 Subject: [PATCH 1/4] Create 0xflotus.json --- domains/0xflotus.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/0xflotus.json diff --git a/domains/0xflotus.json b/domains/0xflotus.json new file mode 100644 index 000000000..32ac72208 --- /dev/null +++ b/domains/0xflotus.json @@ -0,0 +1,11 @@ +{ + "description": "0xflotus' personal developer website", + "repo": "https://github.com/0xflotus/0xflotus.github.io", + "owner": { + "username": "0xflotus", + "email": "0xflotus@ggmail.com" + }, + "record": { + "CNAME": "0xflotus.github.io" + } +} From 4e74bc66bcdde9352b0b32fb4e73f3d3eacee0c9 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Mon, 1 Feb 2021 13:01:30 +0100 Subject: [PATCH 2/4] Update domains/0xflotus.json Co-authored-by: Akshay Nair --- domains/0xflotus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/0xflotus.json b/domains/0xflotus.json index 32ac72208..ac0e446cc 100644 --- a/domains/0xflotus.json +++ b/domains/0xflotus.json @@ -3,7 +3,7 @@ "repo": "https://github.com/0xflotus/0xflotus.github.io", "owner": { "username": "0xflotus", - "email": "0xflotus@ggmail.com" + "email": "0xflotus@gmail.com" }, "record": { "CNAME": "0xflotus.github.io" From a706b078e740d22216c4e6f3d8864670bb46d65e Mon Sep 17 00:00:00 2001 From: Sutirtha Rej Date: Mon, 1 Feb 2021 18:18:13 +0530 Subject: [PATCH 3/4] added sutirth.json file inside domains --- domains/sutirth.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/sutirth.json diff --git a/domains/sutirth.json b/domains/sutirth.json new file mode 100644 index 000000000..2eeb54dfa --- /dev/null +++ b/domains/sutirth.json @@ -0,0 +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" + } + } \ No newline at end of file From 547dad029b3992643575c510f3ab52517db91e8d Mon Sep 17 00:00:00 2001 From: Ishan Goel Date: Mon, 1 Feb 2021 16:57:40 +0400 Subject: [PATCH 4/4] Create ishan.json --- domains/ishan.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ishan.json diff --git a/domains/ishan.json b/domains/ishan.json new file mode 100644 index 000000000..d6ca843aa --- /dev/null +++ b/domains/ishan.json @@ -0,0 +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" + } +}