Skip to content

Commit

Permalink
Merge pull request #44 from k0sproject/logo-fix
Browse files Browse the repository at this point in the history
Fix k0s logo image name case + alternative text
  • Loading branch information
makhov authored Dec 12, 2024
2 parents 836549a + 39d8ebb commit 56c2a6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
File renamed without changes
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@

<a class="navbar-brand" href="index.html">
<div>
<img src="images/k0s-logo-full-color.png" alt="alternative">
<img src="images/k0s-logo-full-color.png" alt="k0s">
<p>Zero Friction Kubernetes</p>
</div>
</a>


<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-awesome fas fa-bars"></span>
Expand Down Expand Up @@ -287,7 +287,7 @@ <h2 id="features-scroll">FEATURES</h2>
<li class=" "><span class="value">In-Cluster Elastic Etcd with TLS (default)</span></li>
<li class=" "><span class="value">In-Cluster SQLite (default for single node)</span></li>
<li class=" "><span class="value">External PostgreSQL</span></li>
<li class=" "><span class="value">External MySQL</span></li>
<li class=" "><span class="value">External MySQL</span></li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -563,14 +563,14 @@ <h4>Community</h4>
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-twitter fa-stack-1x"></i>
<!-- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">!Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.<path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg> -->

</a>
</span>
</div>
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div>
</div>
<!-- end of footer -->


Expand All @@ -583,7 +583,7 @@ <h4>Community</h4>
</div> <!-- end of col -->
</div> <!-- enf of row -->
</div> <!-- end of container -->
</div>
</div>
<!-- end of copyright -->


Expand Down

0 comments on commit 56c2a6c

Please sign in to comment.