Merge branch 'is-a-dev:main' into main

This commit is contained in:
Adrian Radores
2022-11-08 00:14:26 +08:00
committed by GitHub
563 changed files with 5594 additions and 497 deletions
+11 -13
View File
@@ -1,14 +1,12 @@
To make our job easier, please spend time to review your application before submitting.
<!-- To make our job easier, please spend time to review your application before submitting. -->
<!-- To check a checkbox, replace [] with [x] -->
#### Add a x between [] if you meet that requirement example `[x]`
- [ ] You're not using Vercel or Netlify.
- [ ] You have completed your website, there's no type of placeholder at the website. **This requirement can be raised if the domain you're registering is for emails**
- Link to website:
- [ ] The website is reachable.
- [ ] The CNAME record doesn't contain any slash.
- [ ] There's enough information at the `owner` field.
- You should have your email presented. If you don't want to share email, you can leave email an empty string (`""`) and add any other social such as Discord/Twitter/etc.
#### Feel free to join our discord server for more updates or any help related to the service :D - https://discord.gg/PZCGHz4RhQ
<!-- Feel free to join the discord server for any help to talk to other developers :) - https://discord.gg/PZCGHz4RhQ -->
### Requirements
- [x] You're not using Vercel or Netlify.
- [x] You have completed your website, there's no type of placeholder at the website. *This requirement is optional if you are registering a domain for emails.*
- [x] The website is reachable.
- [x] The CNAME record doesn't contain `https://` or `/`. <!-- This is not required if you are not using a CNAME record. -->
- [x] There is sufficient information at the `owner` field.
- *You should have your email presented. If you don't want to share email, you can leave email an empty string (`""`) and add any other social such as Discord/Twitter/etc.*
### Link to Website
<!-- Please provide a link to your website below. -->
+14 -12
View File
@@ -10,15 +10,17 @@ jobs:
name: instructions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Comment
if: github.event.action == 'closed' && github.event.pull_request.merged == true
uses: actions/github-script@v3
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
const { hasLabel } = require(`${process.env.GITHUB_WORKSPACE}/scripts/action-utils.js`);
const { instructions } = require(`${process.env.GITHUB_WORKSPACE}/scripts/reply.js`);
if (hasLabel(context, 'domain'))
console.log('Domain');
await instructions(context, github);
- run: curl https://notify-api.is-a.dev/pr/merged/${{ github.event.pull_request.number }}
if: github.event.action == 'closed' && github.event.pull_request.merged == true
# - uses: actions/checkout@v2
# - name: Comment
# if: github.event.action == 'closed' && github.event.pull_request.merged == true
# uses: actions/github-script@v3
# with:
# github-token: ${{secrets.GITHUB_TOKEN}}
# script: |
# const { hasLabel } = require(`${process.env.GITHUB_WORKSPACE}/scripts/action-utils.js`);
# const { instructions } = require(`${process.env.GITHUB_WORKSPACE}/scripts/reply.js`);
# if (hasLabel(context, 'domain'))
# console.log('Domain');
# await instructions(context, github);
+8 -8
View File
@@ -1,13 +1,13 @@
name: Label
name: Pull Request Labeler
on:
schedule:
- cron: "0 * * * *"
- cron: '*/10 * * * *'
jobs:
label:
labeler:
runs-on: ubuntu-latest
steps:
- name: Labelling pull request
uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: docker://docker.io/ilyam8/periodic-pr-labeler:v0.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
LABEL_MAPPINGS_FILE: .github/labeler.yml
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 30
days-before-close: 20
stale-issue-message: 'This issue has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it'
stale-issue-message: 'This issue has been marked as stale due to inactivity and will be closed. Comment anything on this issue to prevent it'
stale-pr-message: 'This pull request has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it'
exempt-issue-labels: 'no-stale'
exempt-pr-labels: 'no-stale'
-1
View File
@@ -1 +0,0 @@
Moved to [docs](https://docs.is-a.dev)
+26 -40
View File
@@ -1,52 +1,38 @@
![is-a-dev banner](./media/banner.png)
<br/>
<h1 align="center">is-a.dev</h1>
**is-a-dev** is a service that allows developers to get a sweet-looking `.is-a.dev` domain for their personal websites.
<p align="center"><strong>is-a.dev</strong> is a service that allows developers to get a sweet-looking `.is-a.dev` domain for their personal websites.</p>
<p align="center"> <a href="https://discord.gg/PZCGHz4RhQ"><img src="https://discord.com/api/guilds/830872854677422150/widget.png?style=banner2" alt="Discord"></a></p>
## Registration
Try out our new fast and easy subdomain registration service [here](https://register.is-a.dev)!
**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).
- Your pull request will be reviewed and merged. *Make sure to keep an eye on it incase we need you to make any changes!*
- After the pull request is merged, please allow up to 24 hours for the changes to propagate.
- Enjoy your new `.is-a.dev` domain!
## How do I register?
* [Fork](https://github.com/is-a-dev/register/fork) this repository.
* Add a new `domains/your-domain-name.json` file directory to register `your-domain-name.is-a.dev`.
* [Read the docs](https://docs.is-a.dev).
* The PR will be reviewed and merged.
* After merging, the changes will take effect within a day!
* That's it! Done! Now go show off your cool `.is-a.dev` domain!
### Similar Services
- [is-a-good.dev](https://github.com/is-a-good-dev/Register)
- [is-not-a.dev](https://is-not-a.dev)
- [cluster.ws & wip.la](https://github.com/Olivr/free-domain)
- [js.org](https://github.com/js-org/js.org/tree/master) (*JavaScript projects only*)
## Status
You can check the uptime of the service via our [status dashboard](https://stats.uptimerobot.com/zY4XKIRVzw).
[![Uptime Robot - DNS (30 days)](https://img.shields.io/uptimerobot/ratio/m787472645-ec25e3920c7af893a7c66f19?label=uptime%20-%20dns&style=for-the-badge)](https://stats.uptimerobot.com/zY4XKIRVzw/787472645)
[![Uptime Robot - Redirect (30 days)](https://img.shields.io/uptimerobot/ratio/m787472617-240f4d61a5439a87becb2cf9?label=uptime%20-%20redirections&style=for-the-badge)](https://stats.uptimerobot.com/zY4XKIRVzw/787472617)
## Donations
This project is a free and open source service for developers and will stay that way.
## Donate
If you like this project, please consider donating so we can keep this project running forever!
Please consider donating to help me keep this running forever!
<a href="https://www.buymeacoffee.com/phenax" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me a Coffee" height="28" width="119"></a>
<a href="https://liberapay.com/phenax" target="_blank"><img src="https://img.shields.io/badge/liberapay-donate-yellow.svg?style=for-the-badge" alt="Liberapay"></a>
Also, consider starring this repo!
---
<a href="https://www.buymeacoffee.com/phenax" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="28" width="119"></a>
<a href="https://liberapay.com/phenax" target="_blank"><img src="https://img.shields.io/badge/liberapay-donate-yellow.svg?style=for-the-badge" alt="Liberapay recurring donation button" /></a>
## Similar services
You should also checkout -
* [js.org](https://github.com/js-org/js.org/tree/master) (**NOTE**: `js.org` is specifically for JS focused project)
* [is-a-good.dev](https://github.com/is-a-good-dev/Register)
* [cluster.ws & wip.la](https://github.com/Olivr/free-domain)
## Uptime
[![Uptime Robot ratio dns(30 days)](https://img.shields.io/uptimerobot/ratio/m787472645-ec25e3920c7af893a7c66f19?label=uptime%20-%20dns&style=for-the-badge)](https://stats.uptimerobot.com/zY4XKIRVzw)
[![Uptime Robot ratio redirect(30 days)](https://img.shields.io/uptimerobot/ratio/m787472617-240f4d61a5439a87becb2cf9?label=uptime%20-%20redirections&style=for-the-badge)](https://stats.uptimerobot.com/zY4XKIRVzw)
You can check the uptime of the service via [our status dashboard](https://stats.uptimerobot.com/zY4XKIRVzw).
## License
This project is under the [GPL-3.0](./LICENSE) license.
###### Thank you for using is-a.dev
+11
View File
@@ -0,0 +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"
}
}
+12
View File
@@ -0,0 +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"
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"description": "redirects to my website",
"repo": "https://github.com/18o4/18o4.github.io",
"owner": {
"username": "18o4",
"email": "",
"discord": "18O4#4350",
"discordUserID": "279894305630453760"
},
"record": {
"URL": "https://18o4.tk"
}
}
+11
View File
@@ -0,0 +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"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "Akshay-Arjun",
"email": "akshayvollala779@gmail.com"
},
"record": {
"URL": "https://akshay-arjun.github.io/Akshay-Arjun/"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"repo":"https://github.com/5rq/5rq.github.io",
"owner":{
"username":"5rq",
"email":"600@fbi.ac"
},
"record":{
"CNAME":"5rq.github.io"
}
}
+11
View File
@@ -0,0 +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"
}
}
+1 -2
View File
@@ -6,7 +6,6 @@
"email": "phenax5@gmail.com"
},
"record": {
"URL": "http://www.is-a.dev",
"TXT": "google-site-verification=D3irdQ7pd-lyVSPbjEJEAWILcploozBksfNWNuqKd9U"
"URL": "http://www.is-a.dev"
}
}
@@ -0,0 +1,12 @@
{
"owner": {
"username": "is-a-dev-bot",
"email": "is-a-dev@win11react.com"
},
"record": {
"TXT": "1da68d46a844dc520679ed5171da1b"
}
}
@@ -0,0 +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"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "Bad-Boy-Codes",
"email": "contact@mail.badboy.is-a.dev"
},
"record": {
"TXT":"137038fe5e46e3f5a6859e5985b8fd"
}
}
@@ -0,0 +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"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "OpAayush",
"email": "aayushmagrawal@gmail.com"
},
"record": {
"TXT": "d609a47482f885a41a61549fbad3ee"
}
}
+11
View File
@@ -0,0 +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"
}
}
+4 -3
View File
@@ -1,9 +1,10 @@
{
"owner": {
"username": "Aayush-Rajagopalan",
"email": "aayush.rajagopalan77@gmail.com"
"username": "OpAayush",
"email": "aayushmagrawal@gmail.com",
"discord": "Aayu5h#1737"
},
"record": {
"CNAME": "byteserver.tech"
"CNAME": "opaayush.pages.dev"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "Abdul1810",
"email": "abdulking8010@gmail.com",
"discord": "Abdul ♥#5464"
},
"record": {
"CNAME": "rahman.works"
}
}
+3 -3
View File
@@ -1,11 +1,11 @@
{
"description": "A personal website for my career.",
"repo": "https://github.com/abdulrahman1s/my-website",
"description": "Personal site to showcase my future works.",
"repo": "https://github.com/abdulrahman1s/abdulrahman1s.github.io",
"owner": {
"username": "abdulrahman1s",
"email": "abdulrahman.8alah@gmail.com"
},
"record": {
"URL": "https://themaestro.site"
"CNAME": "abdulrahman1s.github.io"
}
}
-17
View File
@@ -1,17 +0,0 @@
{
"description": "Abhay's portfolio site",
"repo": "https://github.com/EpicGamer007/portfolio-site",
"owner": {
"username": "EpicGamer007",
"email": "",
"discord": "EpicGamer007#5702"
},
"record": {
"URL": "https://abhay.runs-on.tech",
"MX": [
"mx1.forwardemail.net",
"mx2.forwardemail.net"
],
"TXT": "forward-email=contact:forwardemail.nwyxt@aleeas.com,from:forwardemail.nwyxt@aleeas.com"
}
}
+13
View File
@@ -0,0 +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"
}
}
+11
View File
@@ -0,0 +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"
}
}
+2 -4
View File
@@ -1,12 +1,10 @@
{
"description": "My personal website",
"repo": "https://github.com/abysmal26/abysmal26.github.io",
"owner": {
"username": "abysmal26",
"email": "abysmal26@tuta.io",
"twitter": "abysmal26"
"email": "abysmal@disroot.org"
},
"record": {
"CNAME": "abysmal26.github.io"
"URL": "https://abysmal.eu.org"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "diamond-gold",
"email": "diamond-gold-ace@outlook.com"
},
"record": {
"URL": "https://github.com/diamond-gold"
}
}
+15
View File
@@ -0,0 +1,15 @@
{
"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"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "ACGaming1508",
"email": "acgamer861@gmail.com"
},
"repo": "https://github.com/ACGaming1508/ACGaming1508.github.io",
"record": {
"CNAME": "acgaming1508.github.io"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "nohli",
"email": "",
"twitter": "joachi_"
},
"record": {
"CNAME":"achim.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "personal website",
"repo": "https://github.com/adolar0042/adolar0042.github.io",
"owner": {
"username": "Adolar0042",
"email": "adolar0042@gmail.com"
},
"record": {
"CNAME": "adolar0042.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "My Portfolio",
"repo": "https://github.com/AhmedrAshraf/ahmedrashraf",
"owner": {
"username": "ahmedrashraf",
"email": "ahmedr.0331@gmail.com"
},
"record": {
"CNAME": "ahmedrashraf.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "AikoNee",
"email": "shenzie1131@gmail.com"
},
"record": {
"CNAME": "aiko.pages.dev"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "mhmdysf",
"email": "muhammadyusuf1325@smp.belajar.id"
},
"record": {
"URL": "https://linktr.ee/aizawakiyaworu"
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"description": "AK's Dev Website",
"repo": "https://github.com/AKGaming0001",
"owner": {
"username": "AKGaming0001",
"email": "",
"twitter": "NotAKGaming",
"discord": "AKGaming#7664"
},
"record": {
"CNAME": "akgaming0001.github.io"
}
}
-12
View File
@@ -1,12 +0,0 @@
{
"description": "My personal website goes here",
"repo": "https://github.com/ItzCuteAkemi/itzcuteakemi.github.io",
"owner": {
"username": "ItzCuteAkemi",
"email": "christianpandapotans@gmail.com",
"twitter": "@ItzCuteAkemi"
},
"record": {
"CNAME": "itzcuteakemi.github.io"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "akshayans",
"email": "akshayan@afhstudio.ml"
},
"record": {
"CNAME": "akshayan.afhstudio.ml"
}
}
-10
View File
@@ -1,10 +0,0 @@
{
"description": "Alexander David's portofolio-personal website",
"owner": {
"username": "alexzerozeroone",
"email": "alexander-david-dev@yandex.com"
},
"record": {
"URL": "https://www.alexzerozeroone.ga"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Personnal website of",
"repo": "https://github.com/alexis-elaxis/alexis-elaxis.github.io",
"owner": {
"username": "alexis-elaxis",
"email": "contact@alexiis.fr",
"twitter": "un_nalexis"
},
"record": {
"CNAME": "alexis-elaxis.github.io"
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"description": "A redirect to my actual personal website on GitHub Pages",
"repo": "https://github.com/alexmercerind/alexmercerind.github.io",
"owner": {
"username": "alexmercerind",
"email": "alexmercerind@gmail.com",
"twitter": "alexmercerind",
"discord": "alexmercerind#3898"
},
"record": {
"CNAME": "alexmercerind.github.io"
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"description": "alexsquibbs.is-a.dev --> alexsquibbs.com",
"record": {
"URL": "https://alexsquibbs.com"
},
"repo": "https://github.com/alexsquibbs",
"owner": {
"discord": "alex squibbs#7777",
"email": "alexsquibbs.is-a.dev@alexsquibbs.com",
"twitter": "alexsquibbs",
"username": "alexsquibbs"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "MkDocs website for alfred-discord-bot",
"repo": "https://github.com/AlfredDiscordBot/AlfredDiscordBot.github.io",
"owner": {
"username": "AlfredDiscordBot",
"email": "alvinallen333@gmail.com"
},
"record": {
"CNAME": "AlfredDiscordBot.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "AliMD",
"email": "ali@mihandoost.com"
},
"record": {
"CNAME": "alimd.github.io"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "faghani",
"email": "",
"twitter": "alireza_faghani"
},
"record": {
"CNAME": "hashnode.network"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "ali-sabry",
"email": "alisabry.official@gmail.com"
},
"record": {
"URL": "https://alisabry.netlify.app"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "A full-stack developer.",
"repo": "https://github.com/xiaofuyesnew",
"owner": {
"username": "xiaofuyesnew",
"email": "xiaofuyesnew@qq.com",
"twitter": "xiaofuyesnew"
},
"record": {
"URL": "https://github.com/xiaofuyesnew"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"repo": "https://github.com/almightynan",
"owner": {
"username": "almightynan",
"email": "almightynan@gmail.com"
},
"record": {
"URL": "https://a88a0a2a-4e01-4d66-845c-db47023b86c3.id.repl.co/"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "alraakib",
"email": "alraakib@gmail.com"
},
"record": {
"CNAME": "portrkb.netlify.app"
}
}
+2 -2
View File
@@ -1,9 +1,9 @@
{
"owner": {
"username": "amarjeetmalpotra",
"username": "amalpotra",
"email": "amarjeetmalpotra@outlook.com"
},
"record": {
"CNAME": "amarjeetmalpotra.github.io"
"CNAME": "amalpotra.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "My tech blog",
"owner": {
"username": "thou-mayest",
"email": "",
"twitter": "Dr_whoami_"
},
"record": {
"CNAME": "thou-mayest.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "DevAmiyo",
"email": "devamiyosp@gmail.com",
"repo": "https://github.com/DevAmiyo",
"discord": "Amiyo#7978",
"twitter": "AmiyoTweets"
},
"record": {
"URL": "https://github.amiyo.tk"
}
}
+3 -3
View File
@@ -1,11 +1,11 @@
{
"repo": "https://github.com/amjad-ah/amjad-ah.github.io",
"repo": "https://github.com/amjadAH/amjadAH.github.io",
"owner": {
"username": "amjad-ah",
"username": "amjadAH",
"email": "amjad_ah_@hotmail.com",
"tiwtter": "amjad_ah_"
},
"record": {
"CNAME": "amjad-ah.github.io"
"CNAME": "amjadAH.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "amour86",
"email": "amour86@gmail.com"
},
"record": {
"A": ["35.154.162.29"]
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Anamay's .is-a.dev domain",
"repo": "https://github.com/anamaykashiv/anamaykashiv.github.io",
"owner": {
"username": "anamaykashiv",
"email": "kashiv.anamay002@gmail.com"
},
"record": {
"CNAME": "anamaykashiv.github.io"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"repo": "https://github.com/anandyeole/anandyeole.github.io",
"owner": {
"username": "anandyeole",
"email": "anandyeole@duck.com"
},
"record": {
"CNAME": "anandyeole.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Anasov Github Portfolio",
"repo": "https://github.com/ItzAnasov/ItzAnasov.github.io",
"owner": {
"username": "ItzAnasov",
"email": "anasybal@mail.ru"
},
"record": {
"CNAME": "itzanasov.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "AndreMor8",
"email": "me@andremor.dev"
},
"record": {
"URL": "https://andremor.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Angel Wuffy",
"repo": "https://github.com/Angelix1/Angelix1.github.io",
"owner": {
"username": "Angelix1",
"email": "",
"twitter": "AngelTheWolfy"
},
"record": {
"CNAME": "Angelix1.github.io"
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"description": "Will be used to show my page showing stuff about me",
"repo": "https://github.com/angerminecraftyt/aboutme",
"owner": {
"username": "AngerminecraftYT",
"email": "",
"discord": "AngerMinecraftYT#3051"
},
"record": {
"CNAME": "angerminecraftyt.github.io"
}
}
+1 -1
View File
@@ -4,6 +4,6 @@
"email": "antonio.antogamer@gmail.com"
},
"record": {
"A": ["213.133.110.62"]
"A": ["141.148.238.95"]
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "is-a-dev-bot",
"email": "is-a-dev@win11react.com"
},
"record": {
"CNAME": "andrewstech.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "APIKEY KYOUKA | SHIORI BOT",
"repo": "https://github.com/Yuri-Neko",
"owner": {
"username": "Yuri-Neko",
"email": "apikeykyouka@gmail.com"
},
"record": {
"CNAME": "kyouka-apis.herokuapp.com"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Personal portfolio page with my recent and past projects, experiences, and more.",
"repo": "https://github.com/applesfruit/applesfruit.github.io",
"owner": {
"username": "applesfruit",
"email": "arya.kshipra@gmail.com",
"discord": "fruits#1845"
},
"record": {
"CNAME": "applesfruit.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "personal portfolio",
"repo": "https://github.com/aqsakhan/v1.github.io",
"owner": {
"username": "aqsakhan",
"email": "aqsa250bpl@outlook.com",
"twitter": "aqsa_khan32"
},
"record": {
"CNAME": "aqsakhan.github.io"
}
}
-12
View File
@@ -1,12 +0,0 @@
{
"description": "Domain for my github page",
"repo": "https://github.com/aqua22/aqua22.github.io",
"owner": {
"username": "Aqua22",
"email": "hello@aqua22.hu",
"twitter": "aqua22of"
},
"record": {
"CNAME": "aqua22.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "A personal portfolio website",
"repo": "https://github.com/Hieser21/hieser21.github.io",
"owner": {
"username": "Hieser21",
"email": "rarafat883@gmail.com"
},
"record": {
"CNAME": "arafatrahaman.up.railway.app"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "The awesome portfolio site for Alejandro Ramos",
"repo": "https://github.com/Al327/al327.github.io",
"owner": {
"username": "al327",
"email": "ramosgalejandro3f@gmail.com"
},
"record": {
"CNAME": "al327.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Portfolio",
"repo": "https://github.com/archelaus/archelaus.github.io",
"owner": {
"username": "archelaus",
"email": "aa.18cs02@thdcihet.ac.in"
},
"record": {
"CNAME": "archelaus.github.io"
}
}
+1 -1
View File
@@ -6,6 +6,6 @@
"email": "rayhanadev@protonmail.com"
},
"record": {
"URL": "http://furret.codes"
"CNAME": "edge.redirect.pizza"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "AriezzYT",
"email": "ttkeaton@outlook.com"
},
"record": {
"CNAME": "ariezzyt.github.io"
}
}
+6 -1
View File
@@ -6,6 +6,11 @@
"email": "contact@mail.arman.is-a.dev"
},
"record": {
"A": ["89.106.200.1"]
"A": ["89.106.200.1"],
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "arnav-kr",
"email": "arnav-kumar@outlook.com"
},
"record": {
"CNAME": "arnav-kr.github.io"
}
}
+20
View File
@@ -0,0 +1,20 @@
{
"owner": {
"username": "HalalJadeja",
"email": "9236.stkabirdio@gmail.com"
},
"record": {
"A": [
"185.199.110.153",
"185.199.108.153",
"185.199.111.153",
"185.199.109.153"
],
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"description": "A personal website, for ash.",
"repo": "https://github.com/NatBLida68/NatBLida68.github.io",
"owner": {
"username": "NatBLida68",
"email": "aswajith.jithu888@gmail.com"
},
"record": {
"CNAME": "natblida68.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "aspekts",
"email": "marcus.kamuntu@gmail.com"
},
"record": {
"CNAME": "29e1a02d-9848-4f80-845e-74cb27d553b3.id.repl.co"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "AustinLeath",
"email": "austinleath18@gmail.com"
},
"record": {
"A": ["153.33.92.51"]
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Personal portfolio",
"repo": "https://github.com/Authorises/authorises.github.io",
"owner": {
"username": "authorises",
"email": "authorises_alt@outlook.com"
},
"record": {
"CNAME": "portfolio-production-d39e.up.railway.app"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "avarnex' personal website",
"repo": "https://github.com/avarnex/avarnex.github.io",
"owner": {
"username": "avarnex",
"email": "avarnex@paranoid.email"
},
"record": {
"CNAME": "avarnex.github.io"
}
}
+2 -3
View File
@@ -3,10 +3,9 @@
"repo": "https://github.com/ayvacs/ayvacs.github.io",
"owner": {
"username": "ayvacs",
"email": "ayvacs@protonmail.com",
"twitter": "ayvacs_"
"email": "ayvacs@proton.me"
},
"record": {
"CNAME": "ayvacs.github.io"
}
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner":{
"username": "avonryle",
"discord": "avonryle#3155",
"email": "avonryle@cloudteam.me"
},
"record": {
"CNAME": "b496390d-18ef-4629-990f-a6bb296f35d6.id.repl.co"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Ax's Portfolio",
"repo": "https://github.com/ax-a-dev",
"owner": {
"username": "ax-a-dev",
"email": "ax_a_dev#3122"
},
"record": {
"URL":"https://axdev.vercel.app"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "alexdhg",
"email": "me@alexdhg.com"
},
"record": {
"URL": "https://alexdhg.com"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Personal website",
"repo": "https://github.com/axindev/axindev.github.io",
"owner": {
"username": "axindev",
"email": "",
"discord": "axin!#9073"
},
"record": {
"CNAME": "axindev.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "My personal portofolio",
"repo": "https://github.com/axolotlextnd/axolotlextnd.github.io",
"owner": {
"username": "axolotlextnd",
"email": "",
"discord": "Sandira#0781"
},
"record": {
"CNAME": "axolotlextnd.github.io"
}
}
+1 -1
View File
@@ -7,6 +7,6 @@
"twitter": "jy126orjy126"
},
"record": {
"CNAME": "jy1263.github.io"
"URL": "https://jy1263.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "My Website",
"repo": "https://github.com/Itzayushzz/Itzayushzz.github.io",
"owner": {
"username": "Itzayushzz",
"email": "",
"discord": "Ayush_Ezz#6057"
},
"record": {
"CNAME": "itzayushzz.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "ayushclashroyale",
"email": "ayushclashroyale@gmail.com"
},
"record": {
"CNAME": "ayushclashroyale.github.io"
}
}
+1 -1
View File
@@ -5,6 +5,6 @@
"email": "contact@mail.badboy.is-a.dev"
},
"record": {
"URL": "https://badboy.is-a.dev"
"CNAME": "edge.redirect.pizza"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "baijiu.yec",
"repo": "https://github.com/twentwo/baijiu.yec",
"owner": {
"username": "twentwo",
"email": "joneyee22@qq.com"
},
"record": {
"URL": "https://twentwo.github.io/baijiu.yec"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "bartoszm77.is-a.dev",
"repo": "https://github.com/b2rt0szm77/b2rt0szm77.github.io",
"owner": {
"username": "bartoszm77",
"email": "",
"discord": "bartoszm77#3458"
},
"record": {
"CNAME": "b2rt0szm77.github.io"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"description": "Bast's Programming Blog",
"owner": {
"username": "bast0006",
"email": "bast@bast-development.com"
},
"record": {
"URL": "https://bast-development.com"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "baumistlustig",
"email": "johannes.hoellwerth@protonmail.com"
},
"record": {
"URL": "https://baumistlustig.eu"
}
}
+5 -4
View File
@@ -1,9 +1,10 @@
{
"description": "Bear's Portfolio Website",
"repo": "https://github.com/bearts/PortFolio",
"owner": {
"username": "bearts",
"email": "bearjs@protonmail.com"
"repo": "https://github.com/bearts/bearts.github.io",
"owner": {
"username": "bearts",
"email": "anujparihar@yahoo.com",
"twitter": "anujpflash"
},
"record": {
"CNAME": "bearts.github.io"
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "iibeboQ",
"email": "qqqbeboo@yahoo.com"
},
"record": {
"CNAME": "2e0e98d2-b08c-4ced-aa5a-47d06b3a7ef0.id.repl.co"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "andrewstech",
"email": "andrew@win11react.com"
},
"record": {
"A": ["199.36.158.100"]
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "andrewstech",
"email": "andrew@win11react.com"
},
"record": {
"URL": "https://register.is-a.dev/"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "BH00TXD",
"email": "ghost25112006@gmail.com"
},
"record": {
"A": ["164.132.74.251"]
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "My personal website goes here",
"repo": "https://github.com/bimal-inc/bimal-inc.github.io",
"owner": {
"username": "bimal-inc",
"email": "bimalyadavemail7@gmail.com",
"twitter": "@bimalinc"
},
"record": {
"CNAME": "bimal-inc.github.io"
}
}
+1 -1
View File
@@ -6,6 +6,6 @@
"email": "rishi1998@gmail.com"
},
"record": {
"CNAME": "blakeinstein.github.io"
"URL": "https://blaine.vip"
}
}

Some files were not shown because too many files have changed in this diff Show More