diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3aa1ed438..16498d615 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,15 +2,15 @@ ## Requirements -Unless explicitly specified otherwise by a **maintainer**, your domain must pass **all** of the indicated requirements below. +Unless explicitly specified otherwise by a **maintainer** or in the requirement description, your domain must pass **ALL** the indicated requirements below. Please note that we reserve the rights not to accept any domain at our own discretion. - [ ] The file is in the `domains` folder and is in the JSON format. - [ ] You have completed your website. - [ ] The website is reachable. -- [ ] You're not using Vercel or Netlify. +- [ ] You're not using Vercel or Netlify. - [ ] The CNAME record doesn't contain `https://` or `/`. -- [ ] There is sufficient information at the `owner` field. +- [ ] There is sufficient information at the `owner` field. ## Link to Website diff --git a/domains/albinpraveen.json b/domains/albinpraveen.json index 7757c7e91..a31dd375a 100644 --- a/domains/albinpraveen.json +++ b/domains/albinpraveen.json @@ -5,7 +5,7 @@ "email": "albinpraveen135790@gmail.com" }, "record": { - "URL": "https://albinpraveen.vercel.app" + "CNAME": "albinpraveen.github.io" } } diff --git a/domains/altude.json b/domains/altude.json new file mode 100644 index 000000000..df417acc7 --- /dev/null +++ b/domains/altude.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "altude", + "email": "altude@skiff.com" + }, + "record": { + "CNAME": "altude.pages.dev" + } + } + diff --git a/domains/elnexreal.json b/domains/elnexreal.json new file mode 100644 index 000000000..71f08cda8 --- /dev/null +++ b/domains/elnexreal.json @@ -0,0 +1,12 @@ +{ + "repo": "https://github.com/elnexreal/elnexreal.github.io", + "owner": { + "username": "elnexreal", + "email": "", + "twitter": "elnexreal", + "discord": "elnexreal#7763" + }, + "record": { + "CNAME": "elnexreal.github.io" + } +} diff --git a/domains/hatkidchan.json b/domains/hatkidchan.json index 245c3a866..a6a62872d 100644 --- a/domains/hatkidchan.json +++ b/domains/hatkidchan.json @@ -1,5 +1,5 @@ { - "description": "Static personal page of hatkidchan (hkc) (thx Mia)", + "description": "kc personal website", "owner": { "username": "hatkidchan", "email": "hatkidchan@gmail.com", @@ -7,7 +7,6 @@ "discord": "hkc#0517" }, "record": { - "A": ["216.128.176.102"], - "TXT": "aHR0cHM6Ly9oYXRraWRjaGFuLmlzLWEuZGV2L21lb3ctMGUwYWZkOWYtMzdlOC00ODc4LWJmYWYtOGE2MjAyYTI5ODFl" + "A": ["5.181.108.112"] } } diff --git a/domains/pingoda.json b/domains/pingoda.json new file mode 100644 index 000000000..ad9cbb10a --- /dev/null +++ b/domains/pingoda.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Portfolio for Pingoda", + "repo": "https://github.com/Pingoda/pingoda.github.io", + "owner": { + "username": "Pingoda", + "email": "francescoclem915@gmail.com", + "twitter": "Pingoda_" + }, + "record": { + "CNAME": "pinogda.github.io" + } +} diff --git a/domains/satoshi.json b/domains/satoshi.json new file mode 100644 index 000000000..3bf1d050e --- /dev/null +++ b/domains/satoshi.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "marcossatoshi", + "email": "marcos.satoshi@gmail.com" + }, + "record": { + "CNAME": "marcossatoshi.github.io" + } + } +