Skip to content

Commit

Permalink
updates to add message from Paul (#3188)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarleton authored Jun 6, 2020
1 parent 9e5ab95 commit becaff9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/assets/scss/_homepage.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.of-message {
background: var(--of--color-black--300);
display: flex;
justify-content: center;
}

.of-masthead--home {
background: var(--of--color-black--100) url("/build/images/bg-masthead-SDK.svg") no-repeat;
background-position: -22vw -30vw ;
Expand Down
Binary file added website/content/en/build/images/message.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions website/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
</header>

<main role="main" class="td-main">
<section class="of-message">
<img src="/build/images/message.png" alt="message from Paul Cormier"/>
</section>
<section class="of-masthead of-masthead--home">
<h1 class="of-heading of-masthead--home__title"><span>Operator</span><span>SDK</span></h1>
<h2 class="of-heading of-heading--md of-masthead--home__content">The Operator SDK makes it easier to build Kubernetes native applications, a process that can require deep, application-specific operational knowledge.</h2>
Expand Down

0 comments on commit becaff9

Please sign in to comment.