Skip to content

Commit

Permalink
Merge branch 'knative:main' into s390x/s390x-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dilipgb authored Jul 8, 2024
2 parents 1db81e9 + bfde83f commit e8c6a16
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 12 deletions.
11 changes: 10 additions & 1 deletion OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ aliases:
- lkingland
- salaboy
knative-admin:
- Cali0707
- Leo6Leo
- ReToCode
- aliok
- cardil
- davidhadas
Expand All @@ -63,8 +66,14 @@ aliases:
- nainaz
- psschwei
- salaboy
- skonto
- upodroid
knative-release-leads: []
knative-release-leads:
- Cali0707
- Leo6Leo
- ReToCode
- dsimansk
- skonto
knative-robots:
- knative-automation
- knative-prow-releaser-robot
Expand Down
6 changes: 3 additions & 3 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:root {
--md-primary-fg-color: #f3f1f2;
--md-primary-fg-color--dark: #0865AD;
--md-primary-fg-color--light: #6695CA;
--nav-item-color: #4d4d4d;
--md-primary-fg-color--dark: #0D4984;
--md-primary-fg-color--light: #6593C8;
--nav-item-color: #494848;
}

.md-clipboard {
Expand Down
17 changes: 11 additions & 6 deletions overrides/assets/stylesheets/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,15 @@ body {
font-size: large;
padding: 0.525em 1em;
min-width: fit-content;
border-radius:0.7rem;
margin-left: 0.5rem;
}

.home-container .md-button,
.need-to-know-more-container .md-button {
background-color: var(--md-primary-fg-color--light);
border-color: var(--md-primary-fg-color--light);
border-radius: 0.7rem;
}

.home-container .md-button--primary {
Expand All @@ -114,7 +117,7 @@ h2.secondary-headline, h3.trusted-by {
}

.home-container h1 {
color: var(--md-primary-fg-color--dark);
color: black;
margin-top: 1em;
margin-bottom: 0;
}
Expand Down Expand Up @@ -224,6 +227,7 @@ h2.secondary-headline, h3.trusted-by {
font-weight: 600;
margin: 0 auto 2rem;
max-width: 75%;
color:var(--nav-item-color);
}

.why-serverless-container .md-typeset h1,
Expand Down Expand Up @@ -273,7 +277,7 @@ h2.secondary-headline, h3.trusted-by {

/* knative components container css */
.knative-components-container h1 {
color: #7dc47e;
color: white;
}

.knative-components-container .text-table .normal-text {
Expand Down Expand Up @@ -308,7 +312,7 @@ h2.secondary-headline, h3.trusted-by {
}

.trying-it-all-container .md-typeset h2 {
color: var(--md-primary-fg-color--dark);
color: black;
line-height: 1;
margin-bottom: 1rem;
}
Expand Down Expand Up @@ -337,6 +341,7 @@ h2.secondary-headline, h3.trusted-by {
background-color: var(--md-primary-fg-color--dark);
color: white;
margin-top: 1em;
border-radius: 0.7rem;
}

.trying-it-all-container .md-button.call-to-action:hover {
Expand Down Expand Up @@ -387,7 +392,7 @@ h2.secondary-headline, h3.trusted-by {
.case-studies-container .normal-text {
text-align: start;
padding: 0 2em;
color: var(--md-primary-fg-color--light);
color: var(--nav-item-color);
font-weight: 600;
font-style: italic;
line-height: 1.1;
Expand Down Expand Up @@ -459,8 +464,8 @@ h2.secondary-headline, h3.trusted-by {

.cncf-notice-container h3 {
font-weight: bold;
color: var(--md-default-fg-color--light);
margin-top: 1rem;
color: var(--nav-item-color);
margin-top: 0;
}

.md-typeset img.cncf-logo {
Expand Down
4 changes: 2 additions & 2 deletions overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1 class="main-headline">
solution to build Serverless and Event Driven Applications
</h1>
<p style="display: block">
<a href="{{ 'getting-started/' | url }}" class="md-button white md-button--primary">Try the tutorial</a>
<a href="{{ 'getting-started/tutorial' | url }}" class="md-button white md-button--primary">Try the tutorial</a>
<a href="{{ 'install/' | url }}" class="md-button white">Install Knative on your cluster</a>
</p>
<div class="trusted-by-container">
Expand Down Expand Up @@ -415,4 +415,4 @@ <h2>Follow us</h2>
<!-- Application footer -->
{% block footer %}
{% include "partials/footer.html" %}
{% endblock %}
{% endblock %}

0 comments on commit e8c6a16

Please sign in to comment.