Skip to content

Commit 7578f85

Browse files
issue-136 - chore: Doc Adjustments (#137)
1 parent 0473161 commit 7578f85

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# ktop
1+
<p align="center">
2+
<img src="./docs/images/ktop-logo.svg" alt="ktop" height="96">
3+
</p>
24

3-
<h1 align="center">
5+
6+
<p align="left">
47
<img src="./docs/images/ktop.png" alt="ktop">
5-
</h1>
8+
</p>
69

710
A `top`-like tool for your Kubernetes cluster.
811

docs/overrides/home.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@
2424
text-align: center;
2525
}
2626

27-
.tx-hero h1 {
27+
.tx-hero__logo {
28+
height: 6rem;
2829
margin-bottom: 1rem;
29-
color: currentColor;
30-
font-weight: 700;
31-
font-size: 2.5rem;
3230
}
3331

3432
.tx-hero__content {
@@ -88,7 +86,7 @@
8886
<div class="md-grid md-typeset">
8987
<div class="tx-hero">
9088
<div class="tx-hero__content">
91-
<h1>ktop</h1>
89+
<img src="images/ktop-logo.svg" alt="ktop" class="tx-hero__logo">
9290
<p>A <strong>top-like tool</strong> for viewing Kubernetes cluster metrics from your terminal.</p>
9391
<a href="guide/" class="md-button md-button--primary">
9492
Get Started

0 commit comments

Comments
 (0)