Skip to content

Commit

Permalink
new website theme + update domains
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev committed Dec 28, 2024
1 parent 85c370a commit 3607bb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
8 changes: 4 additions & 4 deletions data/Domains.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Domains

| Website | Description | [PSL](https://github.com/publicsuffix/list) Status |
| Website | Description | Listed on the [Public Suffix List](https://github.com/publicsuffix/list)? |
|:-:|-|:-:|
| [is-a.dev](https://www.is-a.dev) | Free is-a.dev subdomain for developers. ||
| [is-a.dev](https://is-a.dev) | Grab your own sweet-looking `.is-a.dev` subdomain. ||
| [is-a-good.dev](https://is-a-good.dev) | A free `is-a-good.dev` subdomain for developers. ||
| [js.org](https://js.org) | Free js.org subdomains for GitHub Pages for the JavaScript community. ||
| [Local Cert](https://localcert.net) | Free subdomains for private network use. ||
| [JS.ORG](https://js.org) | Free js.org subdomains for GitHub Pages for the JavaScript community. ||
| [LocalCert](https://localcert.net) | Free subdomains for private network use. ||
| [NGO.us](https://nic.ngo.us) | Free `.ngo.us` subdomains for verified not-for-profit organizations, NGOs, and similar initiatives. ||
| [NYC.mn](https://dot.nyc.mn) | Free subdomains for individuals and businesses related to New York City. New York City IP address required for application. ||
| [Obl.ong](https://obl.ong) | Free, quality subdomains for all, backed by our nonprofit. Get yourname.obl.ong and become a voting member in our organization today! ||
Expand Down
18 changes: 2 additions & 16 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@
<meta name="twitter:image" content="https://free.hrsn.dev/media/cover.png">

<!-- Stylesheets -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css" title="docsify-darklight-theme" type="text/css">
</head>
<link rel="stylesheet" media="(prefers-color-scheme: dark)" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css">
<link rel="stylesheet" media="(prefers-color-scheme: light)" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css"> </head>

<body>
<noscript>This page requires JavaScript to work, please enable it or read the list <a href="https://github.com/wdhdev/free-for-life#readme">here</a>.</noscript>
Expand All @@ -46,24 +45,11 @@
"/": "https://raw.githubusercontent.com/wdhdev/free-for-life/main/README.md",
"/contributing": "https://raw.githubusercontent.com/wdhdev/free-for-life/main/CONTRIBUTING.md",
"/license": "https://raw.githubusercontent.com/wdhdev/free-for-life/main/LICENSE"
},
darklightTheme: {
siteFont: "Source Sans Pro, Helvetica Neue",
defaultTheme: "light",
codeFontFamily: "Roboto Mono, Monaco, courier, monospace",
bodyFontSize: "15px"
}
}
</script>

<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js" type="text/javascript"></script>

<style>
blockquote:first-of-type {
background-color: rgba(235, 248, 242, 0.363);
}
</style>
</body>
</html>

0 comments on commit 3607bb8

Please sign in to comment.