diff --git a/404.html b/404.html index 0fef886..e795231 100644 --- a/404.html +++ b/404.html @@ -1,12 +1,13 @@ - - + + + - is-a-good.dev ~ Free subdomains for developers - + Error 404 - is-a-good.dev - Free subdomains for developers + diff --git a/README.md b/README.md index aaaabbc..557c806 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ A free subdomain provider for developers around the globe. -**Similar projects include:** +### Similar Projects - [is-a.dev](https://github.com/is-a-dev/register) - [thedev.id](https://github.com/fransallen/thedev.id) - [cluster.ws & wip.la](https://github.com/Olivr/free-domain) - [js.org](https://github.com/js-org/js.org) (JavaScript projects only) ### How to get your domain: -- [Fork](https://github.com/is-a-good-dev/register) this repository. +- [Fork](https://github.com/is-a-good-dev/register/fork) this repository. - Create a new file under the `sub-logs` directory. - Name the file according to the sub-domain name that you would like, for example `will.json` @@ -27,10 +27,10 @@ Your pull request **will not** be merged if: - The records provided includes invalid/unpermitted record types. Should this happen we will notify you and request changes. ### Information -- **[Documentation](https://docs.is-a-good.dev)** +- [Documentation](https://docs.is-a-good.dev) ### Notice: -If your subdomain is inactive, i.e not being actively used, it may be purged. +If your subdomain is inactive, as in not being actively used, it may be purged. We will try and notify you before purging via the email you provided. If no email is provided your subdomain will be purged without notice. -**Please make sure that you fill in the relevant information on your pull request, we are currently operating this manually meaning it takes time to link the domains. Filling in the correct information just makes our lives that little bit easier.** +**Please make sure that you fill in the relevant information on your pull request, we are currently operating this manually meaning it takes time to link the domains. Filling in the correct information just makes our lives a little bit easier.** diff --git a/index.html b/index.html index 93c68f5..4870c2e 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,14 @@ - + + - - + + + - is-a-good.dev ~ Free subdomains for developers - + is-a-good.dev - Free subdomains for developers + diff --git a/old.html b/old.html index c59e45e..5e11900 100644 --- a/old.html +++ b/old.html @@ -1,4 +1,5 @@ - + + diff --git a/reserved/@.json b/reserved/@.json index c77f472..9e76fb5 100644 --- a/reserved/@.json +++ b/reserved/@.json @@ -1,14 +1,17 @@ { - "repo": "https://github.com/is-a-good-dev/register", + "repo": "https://github.com/is-a-good-dev/register", - "owner": { - "username": "is-a-good-dev", - "email": "will@is-a-good.dev" - }, + "owner": { + "username": "is-a-good-dev", + "email": "will@is-a-good.dev" + }, - "target": { - "CNAME": "is-a-good-dev.github.io" - }, + "target": { + "CNAME": { + "name": "@", + "value": "is-a-good-dev.github.io" + } + }, - "proxied": false + "proxied": false } diff --git a/reserved/api.json b/reserved/api.json index 8cfc136..408401d 100644 --- a/reserved/api.json +++ b/reserved/api.json @@ -1,14 +1,17 @@ { - "repo": "https://github.com/is-a-good-dev/api", + "repo": "https://github.com/is-a-good-dev/api", - "owner": { - "username": "is-a-good-dev", - "email": "will@is-a-good.dev" - }, + "owner": { + "username": "is-a-good-dev", + "email": "will@is-a-good.dev" + }, - "target": { - "CNAME": "dns.talosbot.xyz" - }, + "target": { + "CNAME": { + "name": "api", + "value": "dns.talosbot.xyz" + } + }, - "proxied": false + "proxied": false } diff --git a/reserved/dashboard.json b/reserved/dashboard.json index 49aa630..5f55221 100644 --- a/reserved/dashboard.json +++ b/reserved/dashboard.json @@ -1,15 +1,18 @@ { - "repo": "https://github.com/is-a-good-dev/dashboard", + "repo": "https://github.com/is-a-good-dev/dashboard", - "owner": { - "username": "is-a-good-dev", - "email": "will@is-a-good.dev" - }, + "owner": { + "username": "is-a-good-dev", + "email": "will@is-a-good.dev" + }, - "target": { - "CNAME": "is-a-good-dev.github.io" - }, + "target": { + "CNAME": { + "name": "dashboard", + "value": "is-a-good-dev.github.io" + } + }, - "proxied": false + "proxied": false } \ No newline at end of file diff --git a/reserved/docs.json b/reserved/docs.json index 9eda488..38e49e6 100644 --- a/reserved/docs.json +++ b/reserved/docs.json @@ -1,16 +1,17 @@ { - "repo": "https://github.com/is-a-good-dev/docs", + "repo": "https://github.com/is-a-good-dev/docs", - "owner": { - "username": "is-a-good-dev", - "email": "will@is-a-good.dev" - }, - "target": { - "CNAME": { - "name": "docs", - "value": "hosting.gitbook.io" - } - }, + "owner": { + "username": "is-a-good-dev", + "email": "will@is-a-good.dev" + }, - "proxied": false + "target": { + "CNAME": { + "name": "docs", + "value": "hosting.gitbook.io" + } + }, + + "proxied": false } diff --git a/reserved/redirect.json b/reserved/redirect.json index 55b2f63..7148adb 100644 --- a/reserved/redirect.json +++ b/reserved/redirect.json @@ -5,7 +5,10 @@ }, "target": { - "A": "52.72.49.79" + "A": { + "name": "redirect", + "value": "52.72.49.79" + } }, "proxied": false diff --git a/reserved/register.json b/reserved/register.json index 33b32f2..9ee4215 100644 --- a/reserved/register.json +++ b/reserved/register.json @@ -7,7 +7,10 @@ }, "target": { - "CNAME": "is-a-good-dev.github.io" + "CNAME": { + "name": "register", + "value": "is-a-good-dev.github.io" + } }, "proxied": false diff --git a/reserved/status.json b/reserved/status.json new file mode 100644 index 0000000..81efa0d --- /dev/null +++ b/reserved/status.json @@ -0,0 +1,15 @@ +{ + "owner": { + "username": "is-a-good-dev", + "email": "will@is-a-good.dev" + }, + + "target": { + "CNAME": { + "name": "status", + "value": "reports.hetrixtools.com" + } + }, + + "proxied": false +} diff --git a/sub-logs/hyro.json b/sub-logs/hyro.json index 7a6d491..9975af4 100644 --- a/sub-logs/hyro.json +++ b/sub-logs/hyro.json @@ -1,13 +1,16 @@ { - "repo": "https://github.com/xHyroM/xHyroM/tree/builded-site", + "repo": "https://github.com/xhyrom/xhyrom/tree/builded-site", "owner": { - "username": "Hyro", + "username": "xHyroM", "email": "generalkubo@gmail.com" }, "target": { - "CNAME": "hyro.pages.dev" + "CNAME": { + "name": "hyro", + "value": "hyro.pages.dev" + } }, "proxied": false diff --git a/sub-logs/iheb.json b/sub-logs/iheb.json index 717d108..9a81a32 100644 --- a/sub-logs/iheb.json +++ b/sub-logs/iheb.json @@ -1,5 +1,5 @@ { - "repo": "https://github.com/X-SLAYER/x-slayer.github.com", + "repo": "https://github.com/x-slayer/x-slayer.github.com", "owner": { "username": "X-SLAYER", @@ -7,7 +7,10 @@ }, "target": { - "CNAME": "x-slayer.github.io" + "CNAME": { + "name": "iheb", + "value": "x-slayer.github.io" + } }, "proxied": false diff --git a/sub-logs/ionetty.json b/sub-logs/ionetty.json index 028c700..6ca6f07 100644 --- a/sub-logs/ionetty.json +++ b/sub-logs/ionetty.json @@ -5,7 +5,10 @@ }, "target": { - "A": "66.94.121.50" + "A": { + "name": "ionetty", + "value": "66.94.121.50" + } }, "proxied": false diff --git a/sub-logs/ismaelmohammed.json b/sub-logs/ismaelmohammed.json index b64d619..9e60c9d 100644 --- a/sub-logs/ismaelmohammed.json +++ b/sub-logs/ismaelmohammed.json @@ -5,7 +5,10 @@ }, "target": { - "CNAME": "ismaelmohammed.github.io" + "CNAME": { + "name": "ismaelmohammed", + "value": "ismaelmohammed.github.io" + } }, "proxied": false diff --git a/sub-logs/kamino.json b/sub-logs/kamino.json index 9ad67a1..64cb5d6 100644 --- a/sub-logs/kamino.json +++ b/sub-logs/kamino.json @@ -1,5 +1,5 @@ { - "repo": "https://github.com/WaffleCodez/wafflecodez.github.io", + "repo": "https://github.com/wafflecodez/wafflecodez.github.io", "owner": { "username": "WaffleCodez", @@ -7,7 +7,10 @@ }, "target": { - "CNAME": "dns.tixte.com", + "CNAME": { + "name": "kamino", + "value": "dns.tixte.com" + }, "TXT": { "name": "_tixte-challenge", @@ -15,5 +18,5 @@ } }, - "proxied":true -} \ No newline at end of file + "proxied": true +} diff --git a/sub-logs/kareem-g.json b/sub-logs/kareem-g.json index 66a007d..1a53597 100644 --- a/sub-logs/kareem-g.json +++ b/sub-logs/kareem-g.json @@ -5,10 +5,13 @@ }, "target": { - "CNAME": "cname.vercel-dns.com", + "CNAME": { + "name": "kareem-g", + "value": "cname.vercel-dns.com" + }, "TXT": { - "name": "_vercel", + "name": "_vercel.kareem-g", "value": "vc-domain-verify=kareem-g.is-a-good.dev,65837be412394e41da4c" } }, diff --git a/sub-logs/kaz.json b/sub-logs/kaz.json index cd65a7d..f46688a 100644 --- a/sub-logs/kaz.json +++ b/sub-logs/kaz.json @@ -7,7 +7,10 @@ }, "target": { - "CNAME": "kazz0001.github.io" + "CNAME": { + "name": "kaz", + "value": "kazz0001.github.io" + } }, "proxied": false diff --git a/sub-logs/keith.json b/sub-logs/keith.json index 63b648e..20c20bf 100644 --- a/sub-logs/keith.json +++ b/sub-logs/keith.json @@ -7,7 +7,10 @@ }, "target": { - "CNAME": "iamstan13y.github.io" + "CNAME": { + "name": "keith", + "value": "iamstan13y.github.io" + } }, "proxied": false diff --git a/sub-logs/kitten.json b/sub-logs/kitten.json index 0c7ea92..f7abec8 100644 --- a/sub-logs/kitten.json +++ b/sub-logs/kitten.json @@ -1,13 +1,14 @@ { - "repo": "https://github.com/KittensAreDaBest", - "owner": { "username": "KittensAreDaBest", "email": "is-a-good-dev@mythicalkitten.com" }, "target": { - "CNAME": "is-a-good-dev.mythicalkitten.com" + "CNAME": { + "name": "kitten", + "value": "is-a-good-dev.mythicalkitten.com" + } }, "proxied": false diff --git a/sub-logs/kunal.json b/sub-logs/kunal.json index d073bbb..a154601 100644 --- a/sub-logs/kunal.json +++ b/sub-logs/kunal.json @@ -1,5 +1,5 @@ { - "repo": "https://github.com/KunalSingh19/KunalSingh19.github.io", + "repo": "https://github.com/kunalsingh19/kunalsingh19.github.io", "owner": { "username": "KunalSingh19", @@ -7,7 +7,10 @@ }, "target": { - "CNAME": "kunalsingh19.github.io" + "CNAME": { + "name": "kunal", + "value": "kunalsingh19.github.io" + } }, "proxied": false diff --git a/sub-logs/luca.json b/sub-logs/luca.json index cb1f1ac..c89b612 100644 --- a/sub-logs/luca.json +++ b/sub-logs/luca.json @@ -5,7 +5,10 @@ }, "target": { - "A": "168.119.228.144" + "A": { + "name": "luca", + "value": "168.119.228.144" + } }, "proxied": false diff --git a/sub-logs/lxance-hacker.json b/sub-logs/lxance-hacker.json index e1a764a..195203a 100644 --- a/sub-logs/lxance-hacker.json +++ b/sub-logs/lxance-hacker.json @@ -1,12 +1,18 @@ { - "repo":"https://github.com/LxaNce-Hacker/LxaNce-Hacker.github.io", - "owner":{ - "username":"LxaNce-Hacker", - "email":"princekatiyar4404@gmail.com" - }, - "target":{ - "CNAME":"lxance-hacker.github.io" - }, - "proxied":false + "repo": "https://github.com/lxance-hacker/lxance-hacker.github.io", + + "owner": { + "username": "LxaNce-Hacker", + "email": "princekatiyar4404@gmail.com" + }, + + "target": { + "CNAME": { + "name": "lxance-hacker", + "value": "lxance-hacker.github.io" + } + }, + + "proxied": false } diff --git a/sub-logs/maskduck.json b/sub-logs/maskduck.json index bc06e3d..4d9fcc0 100644 --- a/sub-logs/maskduck.json +++ b/sub-logs/maskduck.json @@ -7,7 +7,10 @@ }, "target": { - "CNAME": "maaskduck.github.io" + "CNAME": { + "name": "maskduck", + "value": "maaskduck.github.io" + } }, "proxied": false diff --git a/sub-logs/matt.json b/sub-logs/matt.json index 7b43059..3d69aff 100644 --- a/sub-logs/matt.json +++ b/sub-logs/matt.json @@ -5,7 +5,10 @@ }, "target": { - "CNAME": "dns.talosbot.xyz" + "CNAME": { + "name": "matt", + "value": "dns.talosbot.xyz" + } }, "proxied": false diff --git a/sub-logs/me.json b/sub-logs/me.json index fc632f8..7477040 100644 --- a/sub-logs/me.json +++ b/sub-logs/me.json @@ -5,7 +5,10 @@ }, "target": { - "CNAME": "gweh.pages.dev" + "CNAME": { + "name": "me", + "value": "gweh.pages.dev" + } }, "proxied": false diff --git a/sub-logs/mehf.json b/sub-logs/mehf.json index 883e8b5..7bc8a72 100644 --- a/sub-logs/mehf.json +++ b/sub-logs/mehf.json @@ -7,7 +7,10 @@ }, "target": { - "CNAME": "dzired.github.io" + "CNAME": { + "name": "mehf", + "value": "dzired.github.io" + } }, "proxied": false diff --git a/sub-logs/mick.json b/sub-logs/mick.json index 521e5b9..983b0ce 100644 --- a/sub-logs/mick.json +++ b/sub-logs/mick.json @@ -1,11 +1,17 @@ { "repo": "https://github.com/idevmc/idevmc.github.io", + "owner": { "username": "idevmc", "email": "mick@micks.world" }, + "target": { - "CNAME": "idevmc.github.io" + "CNAME": { + "name": "mick", + "value": "idevmc.github.io" + } }, + "proxied": false } diff --git a/sub-logs/micro.json b/sub-logs/micro.json index 0314350..cc97059 100644 --- a/sub-logs/micro.json +++ b/sub-logs/micro.json @@ -1,11 +1,17 @@ { - "repo":"https://github.com/MicroBotCodes/website", - "owner":{ - "username":"MicroBotCodes", - "email":"vinceayenni@gmail.com" - }, - "target":{ - "CNAME":"edge.redirect.pizza" - }, - "proxied": false + "repo": "https://github.com/microbotcodes/website", + + "owner": { + "username": "MicroBotCodes", + "email": "vinceayenni@gmail.com" + }, + + "target": { + "CNAME": { + "name": "micro", + "value": "edge.redirect.pizza" + } + }, + + "proxied": false } diff --git a/sub-logs/moii.json b/sub-logs/moii.json index d66771a..79f6f9f 100644 --- a/sub-logs/moii.json +++ b/sub-logs/moii.json @@ -1,11 +1,17 @@ - { - "repo": "https://github.com/ilovemaneskin/moii.github.io", - "owner": { - "username": "ilovemaneskin", - "email": "veronicadelvecchio1001@gmail.com" - }, - "target": { - "CNAME": "moii.github.io" - }, - "proxied": false - } +{ + "repo": "https://github.com/ilovemaneskin/moii.github.io", + + "owner": { + "username": "ilovemaneskin", + "email": "veronicadelvecchio1001@gmail.com" + }, + + "target": { + "CNAME": { + "name": "moii", + "value": "moii.github.io" + } + }, + + "proxied": false +} diff --git a/sub-logs/noob.json b/sub-logs/noob.json index a59124d..885c5ba 100644 --- a/sub-logs/noob.json +++ b/sub-logs/noob.json @@ -1,11 +1,15 @@ { - "repo": "https://github.com/cancelledcactus/register", "owner": { "username": "cancelledcactus", "email": "lindevin0701@outlook.com" }, + "target": { - "CNAME": "cancelledcactus.github.io" + "CNAME": { + "name": "noob", + "value": "cancelledcactus.github.io" + } }, + "proxied": false } \ No newline at end of file diff --git a/sub-logs/nooz.json b/sub-logs/nooz.json index 8c07a09..bb1e88b 100644 --- a/sub-logs/nooz.json +++ b/sub-logs/nooz.json @@ -1,11 +1,17 @@ { - "repo": "https://github.com/NoozSBC/portfolio/", + "repo": "https://github.com/noozsbc/portfolio", + "owner": { "username": "NoozSBC", "email": "zhengm58@gmail.com" }, + "target": { - "CNAME": "noozsbc.github.io" + "CNAME": { + "name": "nooz", + "value": "noozsbc.github.io" + } }, + "proxied": false } diff --git a/sub-logs/obliv.json b/sub-logs/obliv.json index b0f1555..ec52929 100644 --- a/sub-logs/obliv.json +++ b/sub-logs/obliv.json @@ -1,11 +1,17 @@ { "repo": "https://github.com/obliviator123/obliviator123.github.io", + "owner": { "username": "obliviator123", "email": "oblivisadev@gmail.com" }, + "target": { - "CNAME": "obliviator123.github.io" + "CNAME": { + "name": "obliv", + "value": "obliviator123.github.io" + } }, + "proxied": false } diff --git a/sub-logs/oreki.json b/sub-logs/oreki.json index 570bf65..3aed667 100644 --- a/sub-logs/oreki.json +++ b/sub-logs/oreki.json @@ -3,8 +3,13 @@ "username": "Oreki-Dev", "email": "orekidev@gmail.com" }, + "target": { - "A": "164.132.74.251" + "A": { + "name": "oreki", + "value": "164.132.74.251" + } }, + "proxied": false } diff --git a/sub-logs/paddycooper.json b/sub-logs/paddycooper.json index 49f8dba..868173d 100644 --- a/sub-logs/paddycooper.json +++ b/sub-logs/paddycooper.json @@ -1,11 +1,17 @@ { "repo": "https://github.com/paddycooper08/portfolio", + "owner": { "username": "paddycooper08", "email": "onslowpaddy@duck.com" - }, - "target": { - "CNAME": "paddycooper.vercel.app" - }, - "proxied": false + }, + + "target": { + "CNAME": { + "name": "paddycooper", + "value": "paddycooper.vercel.app" + } + }, + + "proxied": false } diff --git a/sub-logs/paul.json b/sub-logs/paul.json index 759e10d..a5cd6eb 100644 --- a/sub-logs/paul.json +++ b/sub-logs/paul.json @@ -1,11 +1,15 @@ { - "repo": "https://github.com/NotKaskus", - "owner": { - "username": "NotKaskus", - "email": "kaskus45@proton.me" - }, - "target": { - "A": "192.95.42.75" - }, - "proxied": false + "owner": { + "username": "NotKaskus", + "email": "kaskus45@proton.me" + }, + + "target": { + "A": { + "name": "paul", + "value": "192.95.42.75" + } + }, + + "proxied": false } diff --git a/sub-logs/pinont.json b/sub-logs/pinont.json index ea9a48d..e34ea77 100644 --- a/sub-logs/pinont.json +++ b/sub-logs/pinont.json @@ -1,11 +1,17 @@ { "repo": "https://github.com/pinozenth/pinozenth.github.io", + "owner": { "username": "pinozenth", "email": "pinozen.thailand@gmail.com" }, + "target": { - "CNAME": "pinozenth.github.io" + "CNAME": { + "name": "pinont", + "value": "pinozenth.github.io" + } }, + "proxied": false } diff --git a/sub-logs/raadsel.json b/sub-logs/raadsel.json index 4f1aeaa..264d64a 100644 --- a/sub-logs/raadsel.json +++ b/sub-logs/raadsel.json @@ -1,11 +1,17 @@ { - "repo": "https://replit.com/@Raadsel/Website?v=1", + "repo": "https://replit.com/@raadsel/Website?v=1", + "owner": { "username": "Raadsl", "email": "jorik.loos@gmail.com" }, + "target": { - "CNAME": "5895b253-7316-4557-b4fb-f3a24165a4ae.id.repl.co" + "CNAME": { + "name": "raadsel", + "value": "5895b253-7316-4557-b4fb-f3a24165a4ae.id.repl.co" + } }, + "proxied": false } diff --git a/sub-logs/radar.json b/sub-logs/radar.json index 9c51138..4caef5f 100644 --- a/sub-logs/radar.json +++ b/sub-logs/radar.json @@ -1,11 +1,17 @@ { - "repo": "https://github.com/RadarFolf/CaseyK9", + "repo": "https://github.com/RadarFolf/CaseyK9", + "owner": { "username": "CaseyK9", "email": "rocco@caseymediallc.com" }, + "target": { - "CNAME": "caseymediallc.com" + "CNAME": { + "name": "radar", + "value": "caseymediallc.com" + } }, + "proxied": false } diff --git a/sub-logs/ray.json b/sub-logs/ray.json index e24473f..5597c6b 100644 --- a/sub-logs/ray.json +++ b/sub-logs/ray.json @@ -1,11 +1,17 @@ { - "repo": "https://github.com/rayhanadev/Personal-Website-3", + "repo": "https://github.com/rayhanadev/personal-website-3", + "owner": { "username": "rayhanadev", "email": "rayhanadev@protonmail.com" }, + "target": { - "CNAME": "edge.redirect.pizza" + "CNAME": { + "name": "ray", + "value": "edge.redirect.pizza" + } }, + "proxied": false } diff --git a/sub-logs/rehanplayz.json b/sub-logs/rehanplayz.json index 0d6ccc6..d8cbd9d 100644 --- a/sub-logs/rehanplayz.json +++ b/sub-logs/rehanplayz.json @@ -5,7 +5,10 @@ }, "target": { - "A": "198.251.81.131" + "A": { + "name": "rehanplayz", + "value": "198.251.81.131" + } }, "proxied": false diff --git a/sub-logs/rishabh.json b/sub-logs/rishabh.json index 3514fe6..0ff3ae9 100644 --- a/sub-logs/rishabh.json +++ b/sub-logs/rishabh.json @@ -1,11 +1,16 @@ { + "repo": "https://github.com/sudo-Mystic/developerfolio", + "owner": { "username": "sudo-Mystic", "email": "mrmysticuniverse@gmail.com" }, "target": { - "CNAME": "rishabhbohra.tk" + "CNAME": { + "name": "rishabh", + "value": "rishabhisdumb.netlify.app" + } }, "proxied": false diff --git a/sub-logs/sajan.json b/sub-logs/sajan.json index e5cc8f6..ee33554 100644 --- a/sub-logs/sajan.json +++ b/sub-logs/sajan.json @@ -1,11 +1,15 @@ { - "repo": "https://github.com/sazanrjb", "owner": { "username": "sazanrjb", "email": "mail@sazanrjb.com.np" }, + "target": { - "CNAME": "sazanrjb.com.np" + "CNAME": { + "name": "sajan", + "value": "sazanrjb.com.np" + } }, + "proxied": false } diff --git a/sub-logs/sandalika.json b/sub-logs/sandalika.json index 2792f06..eaf0073 100644 --- a/sub-logs/sandalika.json +++ b/sub-logs/sandalika.json @@ -5,7 +5,10 @@ }, "target": { - "CNAME": "sandalikaariyrathna.github.io" + "CNAME": { + "name": "sandalika", + "value": "sandalikaariyrathna.github.io" + } }, "proxied": false diff --git a/sub-logs/status.json b/sub-logs/status.json deleted file mode 100644 index 570de74..0000000 --- a/sub-logs/status.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "repo": "~", - "owner": { - "username": "is-a-good-dev", - "email": "will@is-a-good.dev" - }, - "target": { - "CNAME": "reports.hetrixtools.com" - }, - "proxied": false -} diff --git a/sub-logs/taha.json b/sub-logs/taha.json index 147bc99..31a6698 100644 --- a/sub-logs/taha.json +++ b/sub-logs/taha.json @@ -1,11 +1,17 @@ { "repo": "https://github.com/taha2002/taha2002.github.io", + "owner": { "username": "taha2002", "email": "bouras1920@gmail.com" }, + "target": { - "CNAME": "taha2002.github.io" + "CNAME": { + "name": "taha", + "value": "taha2002.github.io" + } }, - "proxied":false + + "proxied": false } diff --git a/sub-logs/tavignesh.json b/sub-logs/tavignesh.json index ae35ee3..ffc4c1c 100644 --- a/sub-logs/tavignesh.json +++ b/sub-logs/tavignesh.json @@ -1,11 +1,15 @@ - { - "repo": "https://github.com/tavignesh", - "owner": { - "username": "tavignesh", - "email": "tavignesh2004@gmail.com" - }, - "target": { - "CNAME": "tavignesh-is-a-good-dev.pages.dev" - }, - "proxied": false - } +{ + "owner": { + "username": "tavignesh", + "email": "tavignesh2004@gmail.com" + }, + + "target": { + "CNAME": { + "name": "tavignesh", + "value": "tavignesh-is-a-good-dev.pages.dev" + } + }, + + "proxied": false +} diff --git a/sub-logs/thanh.json b/sub-logs/thanh.json index d6a19ce..43dc7e2 100644 --- a/sub-logs/thanh.json +++ b/sub-logs/thanh.json @@ -1,11 +1,17 @@ { - "repo": "https://github.com/TCODEDAO/thanhdev-html-css-portfolio", + "repo": "https://github.com/tcodedao/thanhdev-html-css-portfolio", + "owner": { "username": "TCODEDAO", "email": "thanhguitar282@gmail.com" - }, - "target": { - "CNAME": "tcodedao.github.io" - }, - "proxied": false + }, + + "target": { + "CNAME": { + "name": "thanh", + "value": "tcodedao.github.io" + } + }, + + "proxied": false } diff --git a/sub-logs/themediocre.json b/sub-logs/themediocre.json index a50dbe3..0344398 100644 --- a/sub-logs/themediocre.json +++ b/sub-logs/themediocre.json @@ -1,12 +1,20 @@ { - "repo": "https://github.com/twerkingrat44/.dev", "owner": { "username": "themediocredev", "email": "thribhu.krishnan@outlook.com.au" - }, - "target": { - "A": "34.132.134.162" - "TXT":"replit-verify=7a770ba4-a691-4406-b81a-e009a792e0ae" + }, + + "target": { + "A": { + "name": "themediocre", + "value": "34.132.134.162" }, - "proxied": false + + "TXT": { + "name": "themediocre", + "value": "replit-verify=7a770ba4-a691-4406-b81a-e009a792e0ae" + } + }, + + "proxied": false } diff --git a/sub-logs/tiantcl.json b/sub-logs/tiantcl.json index 286aa10..9775d1a 100644 --- a/sub-logs/tiantcl.json +++ b/sub-logs/tiantcl.json @@ -1,9 +1,15 @@ { - "repo": "https://github.com/TianTcl/TianTcl", "owner": { "username": "TianTcl", "email": "tclwebguest@gmail.com" - }, "target": { - "CNAME": "info.TianTcl.net" - }, "proxied": false + }, + + "target": { + "CNAME": { + "name": "tiantcl", + "value": "info.tiantcl.net" + } + }, + + "proxied": false } \ No newline at end of file diff --git a/sub-logs/tonywu.json b/sub-logs/tonywu.json index acaf2b7..dbb089e 100644 --- a/sub-logs/tonywu.json +++ b/sub-logs/tonywu.json @@ -1,15 +1,20 @@ { - "repo": "https://github.com/vuquangthinh", "owner": { "username": "vuquangthinh", "email": "quangthinh.dev@gmail.com" }, + "target": { - "CNAME": "vuquangthinh.github.io", + "CNAME": { + "name": "tonywu", + "value": "vuquangthinh.github.io" + }, + "TXT": { "name": "_github-pages-challenge-vuquangthinh.tonywu", "value": "0b9dc3e2752d1dc520c401ce8b7557" } }, + "proxied": true } diff --git a/sub-logs/tudor.json b/sub-logs/tudor.json index d48a787..bcd25ff 100644 --- a/sub-logs/tudor.json +++ b/sub-logs/tudor.json @@ -1,11 +1,15 @@ { - "repo": "https://github.com/Artsui/tudordev", "owner": { "username": "Artsui", "email": "Tudor.P.15@protonmail.com" }, + "target": { - "CNAME": "artsui.github.io" + "CNAME": { + "name": "tudor", + "value": "artsui.github.io" + } }, + "proxied": false } diff --git a/sub-logs/tungtran.json b/sub-logs/tungtran.json index 9c63af7..a2ce35d 100644 --- a/sub-logs/tungtran.json +++ b/sub-logs/tungtran.json @@ -1,5 +1,5 @@ { - "repo": "https://github.com/tunganhtran/introduction-myself", + "repo": "https://github.com/tunganhtran/tunganhtran.github.io", "owner": { "username": "tunganhtran", @@ -7,7 +7,10 @@ }, "target": { - "CNAME": "tunganhtran.github.io" + "CNAME": { + "name": "tungtran", + "value": "tunganhtran.github.io" + } }, "proxied": false diff --git a/sub-logs/uday.json b/sub-logs/uday.json index 1193279..ef13928 100644 --- a/sub-logs/uday.json +++ b/sub-logs/uday.json @@ -1,11 +1,17 @@ - { - "repo": "https://github.com/codingwithuday/codingwithuday.github.io", - "owner": { - "username": "codingwithuday", - "email": "contact.coderuday@gmail.com" - }, - "target": { - "CNAME": "codingwithuday.github.io" - }, - "proxied": false - } +{ + "repo": "https://github.com/codingwithuday/codingwithuday.github.io", + + "owner": { + "username": "codingwithuday", + "email": "contact.coderuday@gmail.com" + }, + + "target": { + "CNAME": { + "name": "uday", + "value": "codingwithuday.github.io" + } + }, + + "proxied": false +} diff --git a/sub-logs/vaibhav.json b/sub-logs/vaibhav.json index bae7a50..847b47c 100644 --- a/sub-logs/vaibhav.json +++ b/sub-logs/vaibhav.json @@ -1,11 +1,17 @@ { - "repo": "https://github.com/VaibhavSys/VaibhavSys.github.io", + "repo": "https://github.com/vaibhavsys/vaibhavsys.github.io", + "owner": { "username": "VaibhavSys", "email": "vaibhavsys@protonmail.com" }, + "target": { - "CNAME": "edge.redirect.pizza" + "CNAME": { + "name": "vaibhav", + "value": "edge.redirect.pizza" + } }, + "proxied": false } diff --git a/sub-logs/venquidev.json b/sub-logs/venquidev.json index 1b1c190..569c8b8 100644 --- a/sub-logs/venquidev.json +++ b/sub-logs/venquidev.json @@ -1,11 +1,15 @@ { - "repo": "https://github.com/venquidev/is-a-good-dev", "owner": { "username": "venquidev", "email": "edwinrey5211@gmail.com" }, + "target": { - "CNAME": "venquidev.pages.dev" + "CNAME": { + "name": "venquidev", + "value": "venquidev.pages.dev" + } }, + "proxied": false -} +} \ No newline at end of file diff --git a/sub-logs/vulcan49343777.json b/sub-logs/vulcan49343777.json index b2b7caf..5326f40 100644 --- a/sub-logs/vulcan49343777.json +++ b/sub-logs/vulcan49343777.json @@ -5,7 +5,10 @@ }, "target": { - "CNAME": "DoctorStrange49.gitbook.io" + "CNAME": { + "name": "vulcan49343777", + "value": "doctorstrange49.gitbook.io" + } }, "proxied": false diff --git a/sub-logs/wadeslider.json b/sub-logs/wadeslider.json index 58c0be8..609b0f3 100644 --- a/sub-logs/wadeslider.json +++ b/sub-logs/wadeslider.json @@ -1,11 +1,15 @@ { - "repo": "https://github.com/WadeSlider/is-a-good.dev", "owner": { "username": "WadeSlider", "email": "alexisarturodh@gmail.com" - }, - "target": { - "CNAME": "wadeslider.github.io" - }, - "proxied": false + }, + + "target": { + "CNAME": { + "name": "wadeslider", + "value": "wadeslider.github.io" + } + }, + + "proxied": false } diff --git a/sub-logs/wcaleniekubaa.json b/sub-logs/wcaleniekubaa.json index 4beab96..8215578 100644 --- a/sub-logs/wcaleniekubaa.json +++ b/sub-logs/wcaleniekubaa.json @@ -1,11 +1,17 @@ - { - "repo": "https://github.com/wcaleniekubaa/wcaleniekubaa.github.io", - "owner": { - "username": "wcaleniekubaa", - "email": "wcaleniekubaa@gmail.com" - }, - "target": { - "CNAME": "wcaleniekubaa.github.io" - }, - "proxied": false - } +{ + "repo": "https://github.com/wcaleniekubaa/wcaleniekubaa.github.io", + + "owner": { + "username": "wcaleniekubaa", + "email": "wcaleniekubaa@gmail.com" + }, + + "target": { + "CNAME": { + "name": "wcaleniekubaa", + "value": "wcaleniekubaa.github.io" + } + }, + + "proxied": false +} \ No newline at end of file diff --git a/sub-logs/wesley.json b/sub-logs/wesley.json index b1c2765..bfae2aa 100644 --- a/sub-logs/wesley.json +++ b/sub-logs/wesley.json @@ -1,12 +1,15 @@ { - "description": "", - "repo": "https://github.com/westhecool/registe-1", "owner": { "username": "westhecool", "email": "noonehere@null.net" }, + "target": { - "CNAME": "cname-alt-mail-server.sv1.wesdns.cf" + "CNAME": { + "name": "wesley", + "value": "cname-alt-mail-server.sv1.wesdns.cf" + } }, + "proxied": false } diff --git a/sub-logs/yogesh.json b/sub-logs/yogesh.json index d3c9bf4..2aae202 100644 --- a/sub-logs/yogesh.json +++ b/sub-logs/yogesh.json @@ -1,11 +1,17 @@ { - "repo": "https://github.com/YogeshSeeni/yogeshseeni.github.io", + "repo": "https://github.com/yogeshseeni/yogeshseeni.github.io", + "owner": { "username": "YogeshSeeni", "email": "yogeshseeni60@gmail.com" }, + "target": { - "CNAME": "yogeshseeni.github.io" + "CNAME": { + "name": "yogesh", + "value": "yogeshseeni.github.io" + } }, + "proxied": false } diff --git a/tailwind.config.js b/tailwind.config.js index 16bb8e0..0cef88f 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -2,10 +2,10 @@ tailwind.config = { theme: { extend: { colors:{ - "bg":"#181C1F", - "bg-accent":"#14171C", - "accent":"#80C1F5", - "text":"#FFFFFF" + "bg": "#181C1F", + "bg-accent": "#14171C", + "accent": "#80C1F5", + "text": "#FFFFFF" } } }