Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix images and trademarks in documents #90

Merged
merged 1 commit into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions assets/icons/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/openelb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,8 @@ no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY
url = "https://groups.google.com/forum/#!forum/kubesphere"
icon = "fa fa-envelope"
desc = "Discuss development issues around the project."
[[params.links.developer]]
name = "Trademarks"
url = "https://www.linuxfoundation.org/legal/trademark-usage"
icon = "fa fa-trademark"
desc = "The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our Trademark Usage page"
2 changes: 1 addition & 1 deletion content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

{{% blocks/lead color="while" %}}
<br>
<img src="https://landscape.cncf.io/images/right-logo.svg" width="300"/>&nbsp;
<img src="/images/cncf.svg" width="300"/>&nbsp;
<br>
OpenELB is a <a href="https://www.cncf.io/">Cloud Native Computing Foundation</a> sandbox project
{{% /blocks/lead %}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1047,23 +1047,23 @@ pre {
.offset-xl-11 {
margin-left: 91.66666667%; } }

.table, .td-content > table, .td-box .row.section > table {
.table, .td-content table, .td-box .row.section > table {
width: 100%;
margin-bottom: 1rem;
background-color: transparent; }
.table th, .td-content > table th, .td-box .row.section > table th,
.table th, .td-content table th, .td-box .row.section > table th,
.table td,
.td-content > table td,
.td-content table td,
.td-box .row.section > table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6; }
.table thead th, .td-content > table thead th, .td-box .row.section > table thead th {
.table thead th, .td-content table thead th, .td-box .row.section > table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6; }
.table tbody + tbody, .td-content > table tbody + tbody, .td-box .row.section > table tbody + tbody {
.table tbody + tbody, .td-content table tbody + tbody, .td-box .row.section > table tbody + tbody {
border-top: 2px solid #dee2e6; }
.table .table, .td-content > table .table, .table .td-content > table, .td-content > table .td-content > table, .td-box .row.section > table .table, .td-box .row.section > table .td-content > table, .table .td-box .row.section > table, .td-content > table .td-box .row.section > table, .td-box .table .row.section > table, .td-box .td-content > table .row.section > table, .td-box .row.section > table .row.section > table {
.table .table, .td-content table .table, .table .td-content table, .td-content .table table, .td-content table table, .td-box .row.section > table .table, .td-box .row.section > table .td-content table, .td-content .td-box .row.section > table table, .table .td-box .row.section > table, .td-content table .td-box .row.section > table, .td-box .table .row.section > table, .td-box .td-content table .row.section > table, .td-content .td-box table .row.section > table, .td-box .row.section > table .row.section > table {
background-color: #fff; }

.table-sm th,
Expand All @@ -1085,7 +1085,7 @@ pre {
.table-borderless tbody + tbody {
border: 0; }

.table-striped tbody tr:nth-of-type(odd), .td-content > table tbody tr:nth-of-type(odd), .td-box .row.section > table tbody tr:nth-of-type(odd) {
.table-striped tbody tr:nth-of-type(odd), .td-content table tbody tr:nth-of-type(odd), .td-box .row.section > table tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
Expand Down Expand Up @@ -1190,12 +1190,12 @@ pre {
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th, .td-content > table .thead-dark th, .td-box .row.section > table .thead-dark th {
.table .thead-dark th, .td-content table .thead-dark th, .td-box .row.section > table .thead-dark th {
color: #fff;
background-color: #222;
border-color: #353535; }

.table .thead-light th, .td-content > table .thead-light th, .td-box .row.section > table .thead-light th {
.table .thead-light th, .td-content table .thead-light th, .td-box .row.section > table .thead-light th {
color: #495057;
background-color: #eee;
border-color: #dee2e6; }
Expand All @@ -1209,7 +1209,7 @@ pre {
border-color: #353535; }
.table-dark.table-bordered {
border: 0; }
.table-dark.table-striped tbody tr:nth-of-type(odd), .td-content > table.table-dark tbody tr:nth-of-type(odd), .td-box .row.section > table.table-dark tbody tr:nth-of-type(odd) {
.table-dark.table-striped tbody tr:nth-of-type(odd), .td-content table.table-dark tbody tr:nth-of-type(odd), .td-box .row.section > table.table-dark tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05); }
.table-dark.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, 0.075); }
Expand Down Expand Up @@ -1254,13 +1254,13 @@ pre {
.table-responsive-xl > .table-bordered {
border: 0; } }

.table-responsive, .td-content > table, .td-box .row.section > table {
.table-responsive, .td-content table, .td-box .row.section > table {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive > .table-bordered, .td-content > table > .table-bordered, .td-box .row.section > table > .table-bordered {
.table-responsive > .table-bordered, .td-content table > .table-bordered, .td-box .row.section > table > .table-bordered {
border: 0; }

.form-control {
Expand Down Expand Up @@ -6331,11 +6331,11 @@ a.text-dark:hover, a.text-dark:focus {
display: none; }
.badge {
border: 1px solid #000; }
.table, .td-content > table, .td-box .row.section > table {
.table, .td-content table, .td-box .row.section > table {
border-collapse: collapse !important; }
.table td, .td-content > table td, .td-box .row.section > table td,
.table td, .td-content table td, .td-box .row.section > table td,
.table th,
.td-content > table th,
.td-content table th,
.td-box .row.section > table th {
background-color: #fff !important; }
.table-bordered th,
Expand All @@ -6348,7 +6348,7 @@ a.text-dark:hover, a.text-dark:focus {
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #dee2e6; }
.table .thead-dark th, .td-content > table .thead-dark th, .td-box .row.section > table .thead-dark th {
.table .thead-dark th, .td-content table .thead-dark th, .td-box .row.section > table .thead-dark th {
color: inherit;
border-color: #dee2e6; } }

Expand Down
Binary file added static/favicons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/favicons/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions static/images/cncf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.