Skip to content

Commit

Permalink
fix missing links
Browse files Browse the repository at this point in the history
  • Loading branch information
pickledish committed Jan 3, 2024
1 parent f4b0666 commit b688ad9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h3 class="text-[#C6DFEF] text-center">Static&nbsp;Sites for the Small&nbsp;Web<
<div class="w-full bg-white flex flex-row items-center justify-center">
<div class="w-full max-w-[768px] px-8 py-8">
<h2>About</h2>
<p>The "<a href="#">small web</a>" is a term for the less corporate, more independent side of the Internet -- the personal blogs, organization homepages, passion projects, and so on. The parts that aren't on Facebook, the parts people own themselves.</p>
<p>The "<a href="https://benhoyt.com/writings/the-small-web-is-beautiful/">small web</a>" is a term for the less corporate, more independent side of the Internet -- the personal blogs, organization homepages, passion projects, and so on. The parts that aren't on Facebook, the parts people own themselves.</p>
<p>Thing is, if you want to have a website like this, there aren't a ton of great options. Self-hosting is, for most people, prohibitively difficult/expensive. Free services, like Github Pages, are good but barebones, and others start free but lock table-stakes features behind "pro" tiers.</p>
<p>This is ultimately a consequence of these other platforms' business models. They were funded by and built for <i>enterprises</i>, not you.</p>
<p>I wanted an alternative, so I built one myself! This is Cloudy But No Rain -- a batteries-included, small-tech solution for anything you can stuff into an <code>index.html</code>.</p>
Expand All @@ -38,7 +38,7 @@ <h2 class="text-[#161253]">Features</h2>
<div></div>
</div>
</summary>
<div class="mt-2">The websites of CBNR are served by <a href="#">Bunny.net</a>, via SSDs located all over the world, and folks viewing your website get their copy delivered directly from Bunny. So, your sites are faster and more reliable, and CBNR going down doesn't mean your sites are down too.</div>
<div class="mt-2">The websites of CBNR are served by <a href="https://bunny.net/">Bunny.net</a>, via SSDs located all over the world, and folks viewing your website get their copy delivered directly from Bunny. So, your sites are faster and more reliable, and CBNR going down doesn't mean your sites are down too.</div>
</details>
<details class="py-4 border-b-2 border-current">
<summary>
Expand Down Expand Up @@ -74,13 +74,13 @@ <h2 class="text-[#161253]">Features</h2>
<div></div>
</div>
</summary>
<div class="mt-2">This was all made by one person (<a href="#">me, Brandon</a>). I am not Amazon, Microsoft, or Google, and CBNR deliberately avoids using any of their services, at least directly. Support a less dystopian future for the Internet!</div>
<div class="mt-2">This was all made by one person (<a href="https://www.willett.io/about/">me, Brandon</a>). I am not Amazon, Microsoft, or Google, and CBNR deliberately avoids using any of their services, at least directly. Support a less dystopian future for the Internet!</div>
</details>
</div>
</div>
<div class="w-full bg-white flex flex-row items-center justify-center">
<div class="w-full max-w-[768px] px-8 py-8 flex flex-row items-center justify-between">
<p>Every line of code that runs Cloudy But No Rain is written by hand (zero AI) and totally open-source under the AGPLv3 license, from Javascript to Golang to Kubernetes manifests. Go check it out for yourself on <a href="#">Github</a>!</p>
<p>Every line of code that runs Cloudy But No Rain is written by hand (zero AI) and totally open-source under the AGPLv3 license, from Javascript to Golang to Kubernetes manifests. Go check it out for yourself on <a href="https://github.com/orgs/cloudybutnorain/repositories">Github</a>!</p>
<img height="128px" width="128px" src="/assets/pictures/oss3.png"/>
</div>
</div>
Expand Down

0 comments on commit b688ad9

Please sign in to comment.