From 6305cf77d62992fe7988f8a7f6975c6fba1a32e8 Mon Sep 17 00:00:00 2001 From: georgekaran Date: Thu, 8 Oct 2020 17:59:43 -0300 Subject: [PATCH 1/4] add georgekaran.json domain --- domains/georgekaran.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/georgekaran.json diff --git a/domains/georgekaran.json b/domains/georgekaran.json new file mode 100644 index 000000000..ae89517f2 --- /dev/null +++ b/domains/georgekaran.json @@ -0,0 +1,11 @@ +{ + "description": "George Karan - Personal Page", + "repo": "https://github.com/georgekaran", + "owner": { + "username": "georgekaran", + "email": "georgekaran12@gmail.com" + }, + "record": { + "URL": "https://georgekaran.com" + } +} From ce90cf18fedd68989e81a0ae5fef2958661d7d73 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 8 Oct 2020 16:02:04 -0500 Subject: [PATCH 2/4] Create eric.json --- domains/eric.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/eric.json diff --git a/domains/eric.json b/domains/eric.json new file mode 100644 index 000000000..2ef78034f --- /dev/null +++ b/domains/eric.json @@ -0,0 +1,12 @@ +{ + "description": "Eric's website and blog", + "repo": "https://github.com/yurrriq", + "owner": { + "username": "yurrriq", + "email": "eric@ericb.me", + }, + "record": { + "CNAME": "yurrriq.github.io", + "URL": "https://eric.is-a.dev" + } +} From c870f217760899215042c1961d796123cbf44790 Mon Sep 17 00:00:00 2001 From: Mark Davydov Date: Fri, 9 Oct 2020 00:02:53 +0300 Subject: [PATCH 3/4] Add mark.json added mark json with redirect to linkedin. --- domains/mark.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mark.json diff --git a/domains/mark.json b/domains/mark.json new file mode 100644 index 000000000..8c79922a8 --- /dev/null +++ b/domains/mark.json @@ -0,0 +1,12 @@ + +{ + "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/" + } +} From f06ecfdf408981faa1d53df90720e8b9e5b71c6a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 9 Oct 2020 16:56:29 +0530 Subject: [PATCH 4/4] Fixes eric.json --- domains/eric.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/eric.json b/domains/eric.json index 2ef78034f..ab4967530 100644 --- a/domains/eric.json +++ b/domains/eric.json @@ -3,7 +3,7 @@ "repo": "https://github.com/yurrriq", "owner": { "username": "yurrriq", - "email": "eric@ericb.me", + "email": "eric@ericb.me" }, "record": { "CNAME": "yurrriq.github.io",