Skip to content

Commit 4a2b415

Browse files
committed
docs/logo: replace kube-bind logo
1 parent beb7d57 commit 4a2b415

14 files changed

Lines changed: 115 additions & 100 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img alt="Logo" width="196px" style="margin-right: 30px;" align="left" src="./docs/images/logo.svg"></img>
1+
<img alt="Logo" width="196px" style="margin-right: 30px;" align="left" src="./docs/images/logo.png"></img>
22

33
[![Go Report Card](https://goreportcard.com/badge/github.com/kube-bind/kube-bind)](https://goreportcard.com/report/github.com/kube-bind/kube-bind)
44
[![GitHub](https://img.shields.io/github/license/kube-bind/kube-bind)](https://github.com/kube-bind/kube-bind/blob/main/LICENSE)

docs/images/logo.png

248 KB
Loading

docs/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ theme:
2828
- content.code.annotate
2929
# Integrate TOC into navigation sidebar
3030
- toc.integrate
31-
logo: logo.svg
32-
favicon: logo.svg
31+
logo: logo.png
32+
favicon: favicon.png
3333
palette:
3434
# Palette toggle for automatic mode
3535
- media: "(prefers-color-scheme)"

docs/overrides/favicon.png

19.3 KB
Loading

docs/overrides/logo.png

249 KB
Loading
19.3 KB
Loading
Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,69 @@
11

2-
#app[data-v-0b535f4a] {
2+
#app[data-v-eb0cbf2e] {
33
font-family:
44
-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
55
"Cantarell", sans-serif;
66
}
7-
.header[data-v-0b535f4a] {
7+
.header[data-v-eb0cbf2e] {
88
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
99
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
1010
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
1111
position: sticky;
1212
top: 0;
1313
z-index: 100;
1414
}
15-
.header-content[data-v-0b535f4a] {
15+
.header-content[data-v-eb0cbf2e] {
1616
max-width: 1200px;
1717
margin: 0 auto;
1818
display: flex;
1919
justify-content: space-between;
2020
align-items: center;
2121
padding: 1rem 2rem;
2222
}
23-
.brand[data-v-0b535f4a] {
23+
.brand[data-v-eb0cbf2e] {
2424
display: flex;
2525
align-items: center;
2626
gap: 0.75rem;
2727
}
28-
.logo[data-v-0b535f4a] {
29-
color: rgba(255, 255, 255, 0.9);
28+
.logo[data-v-eb0cbf2e] {
3029
display: flex;
3130
align-items: center;
3231
justify-content: center;
3332
}
34-
.header h1[data-v-0b535f4a] {
33+
.logo img[data-v-eb0cbf2e] {
34+
width: 32px;
35+
height: 32px;
36+
display: block;
37+
}
38+
.header h1[data-v-eb0cbf2e] {
3539
margin: 0;
3640
color: white;
3741
font-size: 1.5rem;
3842
font-weight: 600;
3943
letter-spacing: -0.025em;
4044
}
41-
.user-section[data-v-0b535f4a] {
45+
.user-section[data-v-eb0cbf2e] {
4246
display: flex;
4347
align-items: center;
4448
gap: 1.5rem;
4549
}
46-
.user-info[data-v-0b535f4a] {
50+
.user-info[data-v-eb0cbf2e] {
4751
display: flex;
4852
align-items: center;
4953
gap: 0.5rem;
5054
color: rgba(255, 255, 255, 0.9);
5155
font-size: 0.875rem;
5256
font-weight: 500;
5357
}
54-
.status-indicator[data-v-0b535f4a] {
58+
.status-indicator[data-v-eb0cbf2e] {
5559
width: 8px;
5660
height: 8px;
5761
background: #10b981;
5862
border-radius: 50%;
5963
box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.3);
60-
animation: pulse-0b535f4a 2s infinite;
64+
animation: pulse-eb0cbf2e 2s infinite;
6165
}
62-
@keyframes pulse-0b535f4a {
66+
@keyframes pulse-eb0cbf2e {
6367
0%,
6468
100% {
6569
opacity: 1;
@@ -68,10 +72,10 @@
6872
opacity: 0.5;
6973
}
7074
}
71-
.welcome-text[data-v-0b535f4a] {
75+
.welcome-text[data-v-eb0cbf2e] {
7276
color: rgba(255, 255, 255, 0.8);
7377
}
74-
.logout-btn[data-v-0b535f4a] {
78+
.logout-btn[data-v-eb0cbf2e] {
7579
display: flex;
7680
align-items: center;
7781
gap: 0.5rem;
@@ -86,18 +90,18 @@
8690
transition: all 0.2s ease;
8791
backdrop-filter: blur(10px);
8892
}
89-
.logout-btn[data-v-0b535f4a]:hover {
93+
.logout-btn[data-v-eb0cbf2e]:hover {
9094
background: rgba(255, 255, 255, 0.2);
9195
color: white;
9296
border-color: rgba(255, 255, 255, 0.3);
9397
transform: translateY(-1px);
9498
}
95-
.main[data-v-0b535f4a] {
99+
.main[data-v-eb0cbf2e] {
96100
min-height: calc(100vh - 80px);
97101
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
98102
padding: 0;
99103
}
100-
.auth-placeholder[data-v-0b535f4a] {
104+
.auth-placeholder[data-v-eb0cbf2e] {
101105
display: flex;
102106
flex-direction: column;
103107
align-items: center;
@@ -106,7 +110,7 @@
106110
padding: 4rem 2rem;
107111
min-height: calc(100vh - 200px);
108112
}
109-
.auth-placeholder h2[data-v-0b535f4a] {
113+
.auth-placeholder h2[data-v-eb0cbf2e] {
110114
color: #1f2937;
111115
margin-bottom: 1rem;
112116
font-size: 2rem;
@@ -116,14 +120,14 @@
116120
-webkit-text-fill-color: transparent;
117121
background-clip: text;
118122
}
119-
.auth-placeholder p[data-v-0b535f4a] {
123+
.auth-placeholder p[data-v-eb0cbf2e] {
120124
color: #6b7280;
121125
margin-bottom: 2rem;
122126
font-size: 1.125rem;
123127
max-width: 500px;
124128
line-height: 1.6;
125129
}
126-
.auth-btn[data-v-0b535f4a] {
130+
.auth-btn[data-v-eb0cbf2e] {
127131
display: inline-flex;
128132
align-items: center;
129133
gap: 0.5rem;
@@ -138,12 +142,12 @@
138142
transition: all 0.2s ease;
139143
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
140144
}
141-
.auth-btn[data-v-0b535f4a]:hover {
145+
.auth-btn[data-v-eb0cbf2e]:hover {
142146
background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
143147
transform: translateY(-2px);
144148
box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
145149
}
146-
.auth-error[data-v-0b535f4a] {
150+
.auth-error[data-v-eb0cbf2e] {
147151
display: flex;
148152
align-items: flex-start;
149153
gap: 1rem;
@@ -156,18 +160,18 @@
156160
text-align: left;
157161
box-shadow: 0 2px 8px rgba(239, 68, 68, 0.1);
158162
}
159-
.error-icon[data-v-0b535f4a] {
163+
.error-icon[data-v-eb0cbf2e] {
160164
font-size: 1.5rem;
161165
line-height: 1;
162166
margin-top: 0.125rem;
163167
}
164-
.error-content h3[data-v-0b535f4a] {
168+
.error-content h3[data-v-eb0cbf2e] {
165169
margin: 0 0 0.5rem 0;
166170
color: #dc2626;
167171
font-size: 1rem;
168172
font-weight: 600;
169173
}
170-
.error-content p[data-v-0b535f4a] {
174+
.error-content p[data-v-eb0cbf2e] {
171175
margin: 0;
172176
color: #991b1b;
173177
font-size: 0.875rem;

0 commit comments

Comments
 (0)