mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-27 02:00:03 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -9,10 +9,10 @@ jobs:
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
fetch-depth: 0
|
||||
- name: Setup node v15
|
||||
- name: Setup node v16
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '15'
|
||||
node-version: '16'
|
||||
- name: Install dependencies
|
||||
uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
|
||||
+4
-2
@@ -5,5 +5,7 @@ This is a Code of Conduct for any interactions in this repository. This includes
|
||||
- **Don't abuse the service** - This service is intended for developers to get a cleaner URL for their personal websites.
|
||||
- **No wrongful use** - Do not use this service as a way, to promote hacking, scams, fraud, and other illegal activites.
|
||||
|
||||
If you believe a domain that has been registered using this service is an abuse of this service, you can report it by creating an issue.
|
||||
The abuse reports will be investigated and the necessary action will be taken!
|
||||
## Reporting abuse
|
||||
If you believe a domain that has been registered using this service is abusing our terms, you can report it by creating an issue.
|
||||
|
||||
The abuse reports will be investigated and the necessary action will be taken.
|
||||
|
||||
+12
-15
@@ -1,24 +1,21 @@
|
||||
# Contributing
|
||||
When contributing to this repository, please first discuss the change you wish to make via issue before making a change.
|
||||
|
||||
You should also read up on this project's [code of conduct](./CODE_OF_CONDUCT.md).
|
||||
You should also read up on this project's [code of conduct](https://github.com/is-a-dev/register/blob/main/CODE_OF_CONDUCT.md).
|
||||
|
||||
## Pull requests
|
||||
You can create an pull request for the following reasons -
|
||||
* Adding, changing or removing a domain file you own.
|
||||
* Fixing a bug in the scripts or CI.
|
||||
* Fix an error in the documentation.
|
||||
- Adding, changing or removing a domain file you own.
|
||||
- Fixing a bug in the scripts or CI.
|
||||
- Fix an error in the documentation.
|
||||
|
||||
#### Domains
|
||||
Changes to domain files will follow the given process -
|
||||
* PR will be reviewed and merged to `main` branch.
|
||||
* The records will be published as soon as the PR is merged.
|
||||
* The changes should reflect soon after publishing.
|
||||
|
||||
- Your pull request will be reviewed and merged into `main` branch.
|
||||
- The records will be published as soon as the PR is merged.
|
||||
- The changes should reflect soon after publishing.
|
||||
|
||||
## Issues
|
||||
* **Report an abusive domain** - Create a new issue with the label `report-abuse`.
|
||||
* **Report a problem with your domain** - Create a new issue with the label `support`.
|
||||
* **Suggestions** - Create a new issue with the label `suggestion`.
|
||||
* **For any questions** - Create a new issue with the label `question`.
|
||||
* **Report any other issues related to this repository** - Create a new issue with any label that fits.
|
||||
- **Report an abusive domain** - Create a new issue with the label `report-abuse`.
|
||||
- **Report a problem with your domain** - Create a new issue with the label `support`.
|
||||
- **Suggestions** - Create a new issue with the label `suggestion`.
|
||||
- **For any questions** - Create a new issue with the label `question`.
|
||||
- **Report any other issues related to this repository** - Create a new issue with any label that fits.
|
||||
|
||||
@@ -16,21 +16,14 @@
|
||||
<a href="https://discord.gg/PZCGHz4RhQ"><img alt="Discord Server" src="https://discord.com/api/guilds/830872854677422150/widget.png?style=banner2"></a>
|
||||
</p>
|
||||
|
||||
# Issues
|
||||
|
||||
If you have any problems then feel free to open a issue on github.
|
||||
If you have an issue that contains confidental infomation then email hello@maintainers.is-a.dev any other emails will be ignored.
|
||||
|
||||
## Register
|
||||
|
||||
### Automated Registration
|
||||
|
||||
Easiest method: Use the [manage website](https://manage.is-a.dev), sign in with your github account and click the register page in the navbar. Fill out some questions and it will all happen automagically!
|
||||
|
||||
Another method is to join our [Discord](https://discord.gg/PZCGHz4RhQ) then head to the commands channel and do /register . The bot will ask you a few questions then will generate your PR and domain automaticly. The bot also allows for domain deletion and editing.
|
||||
|
||||
### 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).
|
||||
@@ -39,7 +32,6 @@ Another method is to join our [Discord](https://discord.gg/PZCGHz4RhQ) then head
|
||||
- Enjoy your new `.is-a.dev` domain!
|
||||
|
||||
### CLI Registration
|
||||
|
||||
For issues with the CLI, **DO NOT OPEN AN ISSUE ON THIS REPOSITORY**, instead open an issue [here](https://github.com/wdhdev/is-a-dev-cli/issues/new).
|
||||
|
||||
Install the CLI:
|
||||
|
||||
+3
-3
@@ -1,6 +1,6 @@
|
||||
# Security Policy
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
## Reporting a vulnerability
|
||||
You can report low severity bugs as [issues](https://github.com/is-a-dev/register/issues/new/choose) on this repo.
|
||||
For higher severity vulnerabilities and bugs, kindly email them to me at [akshay-n0@protonmail.com](mailto:akshay-n0@protonmail.com).
|
||||
|
||||
For higher severity vulnerabilities and bugs, please email the maintainers at [hello@maintainers.is-a.dev](mailto:hello@maintainers.is-a.dev).
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Rayrsn",
|
||||
"email": "rayrsn@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://rayr.link"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Rayrsn",
|
||||
"email": "rayrsn@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://rayr.link"
|
||||
}
|
||||
}
|
||||
+7
-7
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "merakesh207",
|
||||
"email": "merakesh207@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://behance.net/merakesh207"
|
||||
}
|
||||
"owner": {
|
||||
"username": "merakesh207",
|
||||
"email": "merakesh207@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://behance.net/merakesh207"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "9xN",
|
||||
"email": "0@fbi.ac"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "e104ec0ddb56ddb03a3ced402e0b45"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"description": "My personal website on arch.is-a.dev (main files in repo/repository)[Github Challenge].",
|
||||
"repo": "https://github.com/Arch881010/Arch881010",
|
||||
"owner": {
|
||||
"username": "Arch881010",
|
||||
"email": "c1yd4.arch@inbox.testmail.app",
|
||||
"discord": "arch1010",
|
||||
"discord-id": "410248634593050627"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "f7ef0429540150e9e2d26e968dc4de"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "LevaniVashadze",
|
||||
"email": "vashadzelevani11@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "ed2358814bd1764933a1fb860ab339"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Noma4321",
|
||||
"email": "noam.malka1yt@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "3050b2d9504b6f7cab6049c0d11f64"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Stacksyz",
|
||||
"email": "thedevmonke@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "121e8450b6aa5b9edbe73dd077ca57"
|
||||
}
|
||||
}
|
||||
@@ -7,4 +7,4 @@
|
||||
"record": {
|
||||
"TXT": "0e195a2a30854573db976207e5f2f2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ACuteWoof",
|
||||
"email": "sutharshanvithushan@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "8a47d2fca716e0d7e0bcfd424d0784"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "akpi816218",
|
||||
"email": "",
|
||||
"discord": "equus_quagga"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "83f74e3c71720aa4514d32cabe7324"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Personal portfolio website (domain verification)",
|
||||
"repo": "https://github.com/ALBINPRAVEEN/albinpraveen.github.io",
|
||||
"owner": {
|
||||
"username": "albinpraveen",
|
||||
"email": "hi@albinpraveen.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "815094cd16aed1ad1a2eb8306c390a"
|
||||
}
|
||||
}
|
||||
@@ -8,4 +8,4 @@
|
||||
"record": {
|
||||
"TXT": "cb106acbe8da52273b1a5807fb1d9f"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "andyfaizan",
|
||||
"email": "andyfaizan@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "8c35e4942c57ea0659a1b4c0cae798"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "antton-dev",
|
||||
"email": "antton.chevrier@etik.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "a3787429898a0a8bb9b3cbffa253fa"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "Github verification",
|
||||
"owner": {
|
||||
"username": "arboygo",
|
||||
"email": "arboygo@duck.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "279fd9e58ed7ce7558663b3992f871"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "archelaus",
|
||||
"email": "archelaus@skiff.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"TXT": "58a91a812285d77c1c035298480109"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "armoredvortex",
|
||||
"email": "rachitpandey@protonmail.com"
|
||||
"username": "armoredvortex",
|
||||
"email": "rachitpandey@protonmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "f333cd13b1edfcaa51d5413b7fd05f"
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Personal site for b1uedev, a.k.a Blue.",
|
||||
"repo": "https://github.com/B1ue-Dev/b1ue-dev.github.io",
|
||||
"owner": {
|
||||
"username": "B1ue-Dev",
|
||||
"email": "ngolong1396@hotmail.com",
|
||||
"twitter": "b1uedev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "e921e6896e19bfdc214f60f54aaacc"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Personal site for github@bi0hazarDD (GH Pages verification)",
|
||||
"repo": "https://github.com/bi0hazarDD/bi0hazarDD.github.io",
|
||||
"owner": {
|
||||
"username": "bi0hazarDD",
|
||||
"email": "jonathan-8@hotmail.co.uk"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "87235c5c433d52086cbf2ae6ddd9a1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "BiRabittoh",
|
||||
"email": "andronacomarco@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"TXT": "9b7611136c86e6ff35c8292b8f6a34"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Blob2763",
|
||||
"email": "blob2763@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "a658c7bf2ffa85c1e1c68cb3776ef7"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Blob2763",
|
||||
"email": "blob2763@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "bac9fea219f8e188022d1c5f70a6c7"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Bnyro",
|
||||
"email": "bnyro@tutanota.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "44677d523e6eee7f03f41e5d062066"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "boredcodebyk",
|
||||
"email": "khromabyk+dev@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "18eddbb722418d4b62eb8976f91621"
|
||||
}
|
||||
"owner": {
|
||||
"username": "boredcodebyk",
|
||||
"email": "khromabyk+dev@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "18eddbb722418d4b62eb8976f91621"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Cfhoiril",
|
||||
"email": "iamchoirilfk@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "9b283f49dbeb511d5060e9f26a83b4"
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,6 @@
|
||||
"email": "rockchethan1111@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "9781ed4422557bd427d0eff2c17b99"
|
||||
"TXT": "9781ed4422557bd427d0eff2c17b99"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Clay990",
|
||||
"email": "asuraj991m@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dee6e1fa6a0e02df5af4edb0e40ac4"
|
||||
}
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
"username": "clumzyofficial",
|
||||
"email": "adarshshukla0344@gmail.com"
|
||||
},
|
||||
|
||||
|
||||
"record": {
|
||||
"TXT": "b37649c87b3dc3594b1c44139e420a"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "creeperkafasi",
|
||||
"email": "creeperkafasiyt@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "a6a4af6f32972c69be7ec1700f7196"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "CreepsoOff",
|
||||
"email": "eternel_universite0s@icloud.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "299e56541b39e06bef97fc4006974a"
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,6 @@
|
||||
"email": "crystalbajgai@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "6fbb6593b607699c01a1c17c8c2849"
|
||||
"TXT": "6fbb6593b607699c01a1c17c8c2849"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "deltafumble",
|
||||
"email": "deltafumblecontact@skiff.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "39cc94cea6bb9c128a442df111f0c9"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Dev-420",
|
||||
"email": "imakbss@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "af648cf0502797580ddf061805dad3"
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,6 @@
|
||||
"email": "dushmanta.dev@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "259ff2c88b910f54c7a1ec2d0da405"
|
||||
"TXT": "259ff2c88b910f54c7a1ec2d0da405"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "EdenQwQ",
|
||||
"email": "lsahlm1eden@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "2babcf1b4a0ae8e0f7bc801719d6af"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "eldano",
|
||||
"email": "eldano.v2@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "f805956b9898312782616bc73ce1cd"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "eldinesh",
|
||||
"email": "dseera6@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dafe75727b19da6bd62bf961a94c7d"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"description": "EnderPoint's dev site",
|
||||
"repo": "https://github.com/EnderPoint07/EnderPoint07.github.io",
|
||||
"owner": {
|
||||
"username": "EnderPoint07",
|
||||
"email": "",
|
||||
"discord": "DotM38#5497",
|
||||
"instagram": "enderpoint07"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "ea82a679a2f0a737ed5a4c6a5d0e2b"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "FrosT2k5",
|
||||
"email": "androygaming@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "470d49eac00aadbe7f580a6c455ad9"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "habeel06",
|
||||
"email": ""
|
||||
},
|
||||
"record": {
|
||||
"TXT": "6bbac3351ea3d8ad90603e1318c7ff"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "hector-vigil",
|
||||
"email": "vigilescalera.h@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "01a4ef998725972f99991612a43336"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "HmonsterG",
|
||||
"email": "Plzdontgethacked@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "e97c07c8d241804c777b23d7015d00"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "iakzs",
|
||||
"email": "iakzs@protonmail.com",
|
||||
"discord": "622795838032314388"
|
||||
"username": "iakzs",
|
||||
"email": "iakzs@protonmail.com",
|
||||
"discord": "622795838032314388"
|
||||
},
|
||||
|
||||
"record": {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "iakzs",
|
||||
"email": "iakzs@protonmail.com",
|
||||
"discord": "622795838032314388"
|
||||
"username": "iakzs",
|
||||
"email": "iakzs@protonmail.com",
|
||||
"discord": "622795838032314388"
|
||||
},
|
||||
|
||||
"record": {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "iamrony777",
|
||||
"email": "iamrony777@pm.me"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"TXT": "702edaf64e30be353646b4988cbc26"
|
||||
}
|
||||
}
|
||||
{
|
||||
"owner": {
|
||||
"username": "iamrony777",
|
||||
"email": "iamrony777@pm.me"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"TXT": "702edaf64e30be353646b4988cbc26"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"email": "jairomoralesperez0@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "bdff1e7214b7ebd125f3b9e9e9f1cd"
|
||||
"TXT": "bdff1e7214b7ebd125f3b9e9e9f1cd"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"email": "ironcladmonster185@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT":"0a7797274484306ed45f07548705fa"
|
||||
"TXT": "0a7797274484306ed45f07548705fa"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "impratik7",
|
||||
"email": "malipratik09@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "31f203aa7f5e0f5c0d7e984a718bc7"
|
||||
}
|
||||
"owner": {
|
||||
"username": "impratik7",
|
||||
"email": "malipratik09@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "31f203aa7f5e0f5c0d7e984a718bc7"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "inkilu",
|
||||
"email": "gauthamgkm@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "c49ff3bbd82885e942c6785d410fd0"
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,6 @@
|
||||
"email": "gauthamgkm@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "d84cc8928b4a48588344fd7d279fd6"
|
||||
"TXT": "d84cc8928b4a48588344fd7d279fd6"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ItachiSan",
|
||||
"email": "giovannisantini93@yahoo.it"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "e7997ccdbdbbd94187efc184b3acc3"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "itsnicecraft",
|
||||
"email": "itsnicecraft@protonmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "af298352953860816795903319fbc9"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,10 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
{
|
||||
"owner": {
|
||||
"username": "itsvick",
|
||||
"email": "vivek_kasture@techjoomla.com"
|
||||
},
|
||||
},
|
||||
|
||||
"record": {
|
||||
"record": {
|
||||
"TXT": "6cccc8b9552901f383cdc6a606b185"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "jakethebest1238",
|
||||
"email": "jakehe1226@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "d96dac12901888fba491ca3e7666b6"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "jb3",
|
||||
"email": "joe@jb3.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "b10c435ad8d9bb1a305cf52669e9ad"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "jcarpenter48",
|
||||
"email": "jcarpenter48@mail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "2b652a052305150f64e2df88a21d0f"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "jcgaming-official",
|
||||
"email": "quieta.johncarl158@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "c7ad513bd1a641f4be43d3ea718a5e"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Jeymen",
|
||||
"email": "jeymen11@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "d01c3f5f2e886990f511ffb0dc7fcb"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "joythejoystick1",
|
||||
"email": "midoayoub778@gmail.com"
|
||||
"username": "joythejoystick1",
|
||||
"email": "midoayoub778@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "eb682c2a35bd6139b653df86f7d248"
|
||||
"TXT": "eb682c2a35bd6139b653df86f7d248"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "k22rma",
|
||||
"email": "krrishsharma.ks12345@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "c4d4e7c7ad03a88fd89ea4f1beb994"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "kaustubhkharvi",
|
||||
"email": "kaustubh_2008@outlook.com",
|
||||
"twitter": "kaustubhkharvi"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "1ac125c3f84f3381a22491edf36bb0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "ddd9e6fce10cefd43829dc21e9bc09"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Krix12",
|
||||
"email": "kristjan.kocevar89@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "178ab459221fd277af8029cae84a63"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "is-a-dev",
|
||||
"username": "liancastellon",
|
||||
"email": "liancg@gmail.com"
|
||||
},
|
||||
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "linuzzx",
|
||||
"email": "GalaxyLinus@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "029ab228dfd885b308be6aef43066d"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "LRxDarkDevil",
|
||||
"email": "tahaadnanawan@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "13dafb5731efc3b35b3e1fe1a20ac2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "N0r1uno",
|
||||
"email": "steffen.florschuetz@t-online.de"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "06dbcd4fdc6325c0bce9ab6031937a"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "noahziheng",
|
||||
"email": "noahgaocn@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "a25695a5c49f374f6eb483ff49c7c7"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "My Portfolio Website",
|
||||
"repo": "https://github.com/noobshubham/Portfolio",
|
||||
"owner": {
|
||||
"username": "noobshubham",
|
||||
"email": "noobshubham65@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "d195c824403985d365b744c05663fb"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "not-a-ethan",
|
||||
"email": "",
|
||||
"discord": "not_ethan."
|
||||
"username": "not-a-ethan",
|
||||
"email": "",
|
||||
"discord": "not_ethan."
|
||||
},
|
||||
"record": {
|
||||
"TXT": "72fd44f779f6bd6ad363ff20bdeffb"
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "not-a-ethan",
|
||||
"email": "",
|
||||
"discord": "not_ethan."
|
||||
},
|
||||
"record": {
|
||||
"TXT": "6a37d74710c72cb55ff05fffd71974"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "not-coded",
|
||||
"email": "",
|
||||
"discord": "notcoded",
|
||||
"discordUserID": "620662953347121163"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "54806bbd47bc06fa6f626952eb06aa"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "OrangeLeafDev",
|
||||
"email": "caluzajacob07@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "46dcf591ef5db2595dc3ba5180bfc8"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "Github verification",
|
||||
"owner": {
|
||||
"username": "OtterCodes101",
|
||||
"email": "oliver.anderson4435@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "088d75670097903fabd47977697d42"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "patrickzhou1234",
|
||||
"email": "",
|
||||
"discord": "moist__nugget"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "d7c5e799b2dc38d36cb2345dd0e78d"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "pixelgeek",
|
||||
"email": "pxe.geek+github@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "6ca9401189820db4d366aacc7832c3"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "pjschinske",
|
||||
"email": "pjschinske@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"TXT": "ae060fca298593aaf2b5cc7aec64e6"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "proudmuslim-dev",
|
||||
"email": "proudmuslim-dev@protonmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "47cff427b2b6f1e86c38ea84e341f2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "revolutionisme",
|
||||
"email": "revolutionisme@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "96bdd0268b2a0bb2c79eaeae1fd833"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "roktim32",
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Rubinskiy",
|
||||
"discord": "rubinskiy#5258",
|
||||
"email": "roebebin@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "c3cc9a1718038c0034ac2b6d16f69e"
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,6 @@
|
||||
"email": "idliyout@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "e90b3dc10573fa656898bbbf08108c"
|
||||
"TXT": "e90b3dc10573fa656898bbbf08108c"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "rwithik",
|
||||
"email": "rwithik@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "7a912f12f50a5cd49fc6148d672574"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "sanchay9",
|
||||
"email": "sanchaykumar9@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "25bca04982f50f307259901d6f7688"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "SebiTalent04",
|
||||
"email": ""
|
||||
},
|
||||
"record": {
|
||||
"TXT": "8139f556926b84918edeb68fa50b47"
|
||||
}
|
||||
}
|
||||
@@ -4,7 +4,6 @@
|
||||
"email": "sekharmalla.vfx@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "11ecb44a01a667c78ba76d704d9fc5"
|
||||
"TXT": "11ecb44a01a667c78ba76d704d9fc5"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"email": "seria.ati@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "2b63f16e0af54ee011fd27e02091a0"
|
||||
"TXT": "2b63f16e0af54ee011fd27e02091a0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "Verification for shaunak.is-a.dev",
|
||||
"owner": {
|
||||
"username": "Shaunak-Pandya",
|
||||
"email": "shaunak.n.pandya@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "c5b15a4e5d620c286cd1a5dd937560"
|
||||
}
|
||||
}
|
||||
@@ -6,4 +6,4 @@
|
||||
"record": {
|
||||
"TXT": "16d1b82e4e76d05a0301fbf7a80f9b"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"email": "aakashsensharma@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "6f217d98c6a92f084c092bab59d8b1"
|
||||
"TXT": "6f217d98c6a92f084c092bab59d8b1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Personal site for github@Shreyas-ITB (GH Pages verification)",
|
||||
"repo": "https://github.com/Shreyas-ITB/Portfolio",
|
||||
"owner": {
|
||||
"username": "Shreyas-ITB",
|
||||
"email": "shreyasbrillint@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "737cf4521bb4d1c2a7530ce67a8304"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "sohrubh",
|
||||
"email": "saurabhyadav5931@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "0c51849fbc5921380ddc445251597b"
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,6 @@
|
||||
"email": "ohmrc2545@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "94c657ca404ce17483065583db2e61"
|
||||
"TXT": "94c657ca404ce17483065583db2e61"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "stardust-kyun",
|
||||
"email": "stardust-kyun@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "714f8a049247726086dbea6777c092"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user