Skip to content

Commit

Permalink
Unify hyphenation
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Jan 9, 2025
1 parent edfaccb commit c52c327
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<div style="margin:auto;">
<div class="local-scroll mt-n10 wow fadeInUp wch-unset" data-wow-delay="0.7s" data-wow-duration="1.2s" data-wow-offset="0">
<a href="#about" class="btn btn-mod btn-large btn-round btn-hover-anim align-middle me-2 me-sm-5 mt-10"><span>About Us</span></a>
<a href="#cloud-native" class="link-flat align-middle mt-10" data-link-animate="y"><i class="icon-play size-13 me-1"></i> What is cloud-native?</a>
<a href="#cloud-native" class="link-flat align-middle mt-10" data-link-animate="y"><i class="icon-play size-13 me-1"></i> What is cloud native?</a>
</div>

</div>
Expand Down Expand Up @@ -543,7 +543,7 @@ <h3 class="section-title mb-0"><span class="wow charsAnimIn" data-splitting="cha
<ul>
<li>Shared maintenance of our desktops leads to better desktops, we strongly value fixing things for everyone so they can do the least amount of work possible</li>
<li>Focuses expertise where it is needed the most so we can concentrate on our work instead of our operating system</li>
<li>The project is maintained by a community of cloud-native contributors with an <a href="mission.html">explicit mission</a></li>
<li>The project is maintained by a community of cloud native contributors with an <a href="mission.html">explicit mission</a></li>
</ul>
</li>
<li>Unbridled customization
Expand Down Expand Up @@ -730,7 +730,7 @@ <h3 class="section-title mb-0"><span class="wow charsAnimIn" data-splitting="cha
<div class="row wow fadeInUp" data-wow-delay="0.25s">

<span style="font-weight:300;">
Universal Blue rests on the idea of bringing <a href="https://www.cncf.io/" target="_blank">cloud-native</a> patterns to the operating system. We leverage standard cloud tools like the <a href="https://opencontainers.org/" target="_blank">OCI standard images</a>, Docker/Podman, and GitHub to build our images. This is a much lighter and faster way of building and deploying Linux environments to users that allows professionals in the industry to leverage their pre-existing knowledge to create a better desktop experience for everyone. Simply put, our community shares the work of maintaining our desktops and investing in automating every aspect in order to provide a maintenance-free experience.<br><br>We feel that a dedicated group of enthusiasts can automate a large amount of toil that plagues existing Linux desktops today. This is achieved by reusing cloud technologies to deliver a more reliable experience.
Universal Blue rests on the idea of bringing <a href="https://www.cncf.io/" target="_blank">cloud native</a> patterns to the operating system. We leverage standard cloud tools like the <a href="https://opencontainers.org/" target="_blank">OCI standard images</a>, Docker/Podman, and GitHub to build our images. This is a much lighter and faster way of building and deploying Linux environments to users that allows professionals in the industry to leverage their pre-existing knowledge to create a better desktop experience for everyone. Simply put, our community shares the work of maintaining our desktops and investing in automating every aspect in order to provide a maintenance-free experience.<br><br>We feel that a dedicated group of enthusiasts can automate a large amount of toil that plagues existing Linux desktops today. This is achieved by reusing cloud technologies to deliver a more reliable experience.
</span>
</div>

Expand Down

0 comments on commit c52c327

Please sign in to comment.