mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-21 22:24:07 +00:00
Merge branch 'is-a-dev:main' into main
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
<!-- To make our job easier, please spend time to review your application before submitting. -->
|
||||
<!-- To tick a box, place an `x` between two square brackets e.g. [x] -->
|
||||
|
||||
## Requirements
|
||||
Unless explicitly specified otherwise by a **maintainer** or in the requirement description, your domain must pass **ALL** the indicated requirements above.
|
||||
|
||||
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. <!-- This is not required if the domain you're registering is for emails. -->
|
||||
- [ ] The website is reachable. <!-- This is not required if the domain you're registering is for emails. -->
|
||||
- [ ] You're not using Vercel or Netlify.
|
||||
- [ ] You're not using Vercel or Netlify. <!-- This is not required if you're using an URL record. -->
|
||||
- [ ] The CNAME record doesn't contain `https://` or `/`. <!-- This is not required if you are not using a CNAME record. -->
|
||||
- [ ] There is sufficient information at the `owner` field. <!-- You need to have your email presented at `email` field or you can specify another social platform (e.g. Discord or Twitter) so we can contact you. -->
|
||||
- [ ] There is sufficient information at the `owner` field. <!-- You need to have your email presented at `email` field. If you don't want to provide your email for any reason, you can specify another social platform (e.g. Discord or Twitter) so we can contact you. -->
|
||||
|
||||
## Link to Website
|
||||
<!-- Please provide a link to your website below. -->
|
||||
|
||||
## Website Link/Preview
|
||||
<!-- Please provide a link or preview of your website below. -->
|
||||
|
||||
@@ -5,7 +5,7 @@ jobs:
|
||||
validation:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
if: github.repository == 'is-a-dev/register'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: install --ignore-engines
|
||||
|
||||
+4
-4
@@ -1,9 +1,9 @@
|
||||
# Code of conduct
|
||||
# Code of Conduct
|
||||
This is a Code of Conduct for any interactions in this repository. This includes pull requests, issues, etc.
|
||||
|
||||
* **Don't be a dick** - It's not that complicated. Just be nice to people.
|
||||
* **Don't abuse the service** - This service is intended for developers to get a cleaner URL for their personal websites.
|
||||
* **No Wrongful Uses Of The Service** - Do not use this site as a way, to promote hacking, scams, fraud, and other illegal activites.
|
||||
- **Use common sense** - It's not that complicated. Just be nice to people.
|
||||
- **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!
|
||||
|
||||
@@ -16,17 +16,10 @@
|
||||
<a href="https://discord.gg/PZCGHz4RhQ"><img alt="Discord Server" src="https://discord.com/api/guilds/830872854677422150/widget.png?style=banner2"></a>
|
||||
</p>
|
||||
|
||||
## Registration
|
||||
Try out our new fast and easy subdomain registration service [here](https://register.is-a.dev)!
|
||||
## Register
|
||||
|
||||
Or via the CI:
|
||||
### Manual Registration
|
||||
|
||||
```bash
|
||||
npm install @is-a-dev/cli -g
|
||||
is-a-dev create
|
||||
```
|
||||
|
||||
**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).
|
||||
@@ -34,6 +27,28 @@ is-a-dev create
|
||||
- After the pull request is merged, please allow up to 24 hours for the changes to propagate.
|
||||
- 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:
|
||||
|
||||
```bash
|
||||
npm install @is-a-dev/cli -g
|
||||
```
|
||||
|
||||
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).
|
||||
|
||||
@@ -41,7 +56,7 @@ You can check the uptime of our services on our [status dashboard](https://stats
|
||||
[](https://stats.uptimerobot.com/zY4XKIRVzw/787472617)
|
||||
|
||||
### Similar Services
|
||||
If you want to find services similar to is-a.dev, take a look on [free-for.dev](https://free-for.dev/#/?id=domain).
|
||||
If you want to find services similar to is-a.dev, take a look on [free-for.life](https://free-for.life/#/?id=domains).
|
||||
|
||||
### Donate
|
||||
If you like this project, please consider donating so we can keep this project running forever!
|
||||
|
||||
+9
-9
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "0ad.is-a.dev",
|
||||
"owner": {
|
||||
"username": "broduer40",
|
||||
"email": "broduer@aogamers.net",
|
||||
"discord": "[AoG+] Broduer#0331"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://play0ad.com"
|
||||
}
|
||||
}
|
||||
+11
-11
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
+10
-10
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
{
|
||||
"owner": {
|
||||
"username": "0xSuryax",
|
||||
"email": "surya98613@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
},
|
||||
"record": {
|
||||
"A": ["38.242.141.34"]
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+10
-10
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -10,4 +10,4 @@
|
||||
"record": {
|
||||
"URL": "https://18o4.tk"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "1st.is-a.dev",
|
||||
"repo": "https://github.com/Rahuletto/1st",
|
||||
"owner": {
|
||||
"username": "Rahuletto",
|
||||
"email": "rahulmarban@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "d0720bf3-70d2-4b24-9273-b44ce8e0c708.id.repl.co"
|
||||
}
|
||||
}
|
||||
+10
-10
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
+11
-11
@@ -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"
|
||||
}
|
||||
}
|
||||
{
|
||||
"description": "3pls0de.is-a.dev.",
|
||||
"repo": "https://github.com/3pls0de",
|
||||
"owner": {
|
||||
"username": "3pls0de",
|
||||
"email": "naji.aka58@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://lostpipel.blogspot.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "404Dev-404",
|
||||
"email": "anthonyvaldes318+404@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "404dev-404.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "44.is-a.dev",
|
||||
"repo": "https://github.com/9xN/9xN.github.io",
|
||||
"owner": {
|
||||
"username": "9xN",
|
||||
"email": "0@fbi.ac"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "9xN.github.io"
|
||||
}
|
||||
}
|
||||
+6
-8
@@ -1,12 +1,10 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
{
|
||||
"owner": {
|
||||
"username": "Akshay-Arjun",
|
||||
"email": "akshayvollala779@gmail.com"
|
||||
},
|
||||
},
|
||||
|
||||
"record": {
|
||||
"URL": "https://akshay-arjun.github.io/Akshay-Arjun/"
|
||||
}
|
||||
"record": {
|
||||
"URL": "https://akshay-arjun.github.io/Akshay-Arjun"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+8
-8
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
+9
-9
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
+9
-9
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "is-a-dev-bot",
|
||||
"email": "is-a-dev@win11react.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"TXT": "1da68d46a844dc520679ed5171da1b"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "is-a-dev-bot",
|
||||
"email": "null"
|
||||
},
|
||||
"record": {
|
||||
{
|
||||
"owner": {
|
||||
"username": "is-a-dev",
|
||||
"email": "phenax5@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "f4099fcae5cf0ea04f853bc649c5b1"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "Github verification",
|
||||
"owner": {
|
||||
"username": "anshtyagi0",
|
||||
"email": "tyagiansh175@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "7b628651b5ce7a58e0876e8ddbae98"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "AXVIII3",
|
||||
"email": "anirbanrc2286@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "f99b7081b391b0e77e8b9bd80ea50e"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "OpAayush",
|
||||
"email": "aayushmagrawal@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "d609a47482f885a41a61549fbad3ee"
|
||||
}
|
||||
"owner": {
|
||||
"username": "OpAayush",
|
||||
"email": "aayushmagrawal@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "d609a47482f885a41a61549fbad3ee"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "priyanshprajapat",
|
||||
"email": "priy@nsh.is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "a65192c96ebe888e8f9b09822aa059"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "priyanshprajapat",
|
||||
"email": "priy@nsh.is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "9344cea7b5e595f0feaf87f729a26a"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "WilliamDavidHarrison",
|
||||
"email": "william@williamharrison.dev"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"TXT": "98ab14aec3df26fb9b1626d584d5f5"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "WilliamDavidHarrison",
|
||||
"email": "william@williamharrison.dev"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"TXT": "a6bc96312c4473df6c37f63d3e0fed"
|
||||
}
|
||||
}
|
||||
+9
-9
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
+10
-10
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "aaaminee",
|
||||
"email": "amineoumellouk@yahoo.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://aaaminee.github.io"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+7
-7
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
+10
-10
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "aaksa.is-a.dev",
|
||||
"repo": "https://github.com/aaksa/aaksan.github.io",
|
||||
"owner": {
|
||||
"username": "aaksa",
|
||||
"email": "andiaksa16@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "aaksa.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "A Personal Portfilo",
|
||||
"repo": "https://portfolio.anime0test.repl.co",
|
||||
"owner": {
|
||||
"username": "LittleSoldierGaming",
|
||||
"email": "aantaripdas@gmail.com",
|
||||
"twitter": "littlesoldiergaming"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "2df92555-30ba-4899-bbb8-2906a8f5c7e0.id.repl.co"
|
||||
}
|
||||
}
|
||||
+9
-9
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
+9
-9
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
+9
-9
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Aaron's personal developer website",
|
||||
"repo": "https://github.com/aaron-harvey",
|
||||
"owner": {
|
||||
"username": "aaronharvey",
|
||||
"email": "aaron@lolsup.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "lolsup.com"
|
||||
}
|
||||
}
|
||||
+9
-9
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
+8
-8
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"description": "this a link to my website",
|
||||
"owner": {
|
||||
"username": "zbj2",
|
||||
"email": "devavcado@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "zbj2.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "abde0ba",
|
||||
"email": "abdesoft1@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://ab-portfolio-one.vercel.app"
|
||||
}
|
||||
}
|
||||
+8
-8
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Personal webpage",
|
||||
"repo": "https://github.com/abegehr/abegehr.github.io",
|
||||
"owner": {
|
||||
"username": "abegehr",
|
||||
"email": "anton@begehr.me",
|
||||
"twitter": "antonbegehr"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "abegehr.github.io"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
+10
-10
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Abhay's portfolio website",
|
||||
"repo": "https://github.com/daggron/daggron.github.io",
|
||||
"owner": {
|
||||
"username": "Daggron",
|
||||
"email": "returnofking04@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "codeinator.me"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "actuallyabhi",
|
||||
"email": "mabhishek7081@zohomail.in"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://actuallyabhi.netlify.app"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "abhinandanwadwa",
|
||||
"email": "abhinandanwadhwa5@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"A": ["139.59.76.105"]
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Abhinav Dalal's website",
|
||||
"repo": "https://github.com/b-om/b-om.github.io",
|
||||
"owner": {
|
||||
"username": "abhinavdalal",
|
||||
"email": "abhinavdalal@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "b-om.github.io"
|
||||
}
|
||||
}
|
||||
+10
-10
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
+11
-11
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
+10
-10
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
"record": {
|
||||
"URL": "https://abysmal.eu.org"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+9
-9
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
+5
-7
@@ -1,12 +1,10 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
{
|
||||
"owner": {
|
||||
"username": "diamond-gold",
|
||||
"email": "diamond-gold-ace@outlook.com"
|
||||
},
|
||||
},
|
||||
|
||||
"record": {
|
||||
"record": {
|
||||
"URL": "https://github.com/diamond-gold"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+10
-13
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
+8
-8
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "nohli",
|
||||
"email": "",
|
||||
"twitter": "joachi_"
|
||||
},
|
||||
"record": {
|
||||
"CNAME":"achim.io"
|
||||
}
|
||||
"owner": {
|
||||
"username": "nohli",
|
||||
"email": "",
|
||||
"twitter": "joachi_"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "achim.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
+9
-9
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +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"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Adarsh's personal developer website",
|
||||
"repo": "https://github.com/Adarsh1999/adarsh-portfolio.github.io",
|
||||
"owner": {
|
||||
"username": "Adarsh1999",
|
||||
"email": "adarshguptamaurya@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "adarsh-portfolio.github.io"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Adarsh's portfolio!",
|
||||
"repo": "https://github.com/adarsh-qclw/adarsh-qclw.github.io",
|
||||
"owner": {
|
||||
"username": "adarsh-qclw",
|
||||
"email": "adoo2001@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "adarsh-qclw.github.io"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "duckmob",
|
||||
"email": "coxy.addison@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "dcd5055c-f746-4223-a171-5f536111d3c5.id.repl.co"
|
||||
}
|
||||
}
|
||||
+4
-5
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+9
-9
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Adib23704",
|
||||
"email": "adib23704@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "adib23704.tk"
|
||||
}
|
||||
}
|
||||
+7
-7
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
"owner": {
|
||||
"username": "adityaasyadav",
|
||||
"email": "ishqaddy@gmail.com",
|
||||
"twitter": "@adityaasyadav"
|
||||
"twitter": "adityaasyadav"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "adityaasyadav.github.io"
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Clyders",
|
||||
"email": "adityapcgaming1@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "8a7f7c6e-2287-4f07-a605-5ca7824b3f38.id.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "For Portfolio",
|
||||
"repo": "https://github.com/adityavag/portfolio",
|
||||
"owner": {
|
||||
"username": "adityavag",
|
||||
"email": "adi247u@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "adityavag.github.io"
|
||||
}
|
||||
}
|
||||
+10
-11
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user