Skip to content

Commit

Permalink
Update style
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Apr 4, 2024
1 parent a8a418d commit a5d3655
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 18 deletions.
12 changes: 6 additions & 6 deletions docs/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Restate is the simplest way to write resilient workflows, event-driven applicati
description: (
<>
<p className="font-size-90">
<i>Get up and running.</i>
<i>Polish your understanding.</i>
</p>
<div id="overviewButtonDiv"><a className="overviewButton btn btn-primary btn-lg firstTimeButton"
href="/concepts/durable_building_blocks"
Expand Down Expand Up @@ -107,17 +107,17 @@ Restate is the simplest way to write resilient workflows, event-driven applicati
</p>
<div id="overviewButtonDiv"><a className="overviewButton btn btn-primary btn-lg familiarButton"
href="/deploy/kubernetes"
role="button"><img className="buttonIcon" src="/img/kubernetes-logo.svg" width="28"
alt="Java SDK Documentation"></img> K8s</a></div>
role="button"><img className="buttonIcon" src="/img/kubernetes-logo.svg" width="24"
alt="Java SDK Documentation"></img> <span className="buttonText"> K8s</span></a></div>
<div id="overviewButtonDiv"><a className="overviewButton btn btn-primary btn-lg familiarButton"
href="/category/aws--aws-lambda"
role="button"><img className="buttonIcon" src="/img/aws-logo.svg" width="26"
alt="TypeScript Documentation"></img> <strong>+</strong> <img className="buttonIcon" src="/img/aws-lambda-logo.svg" width="20"
alt="TypeScript Documentation"></img></a></div>
<div id="overviewButtonDiv"><a className="overviewButton btn btn-primary btn-lg familiarButton text--primary"
href="/deploy/restate_cloud"
role="button"><img className="buttonIcon" src="/img/logo-only.svg" width="20"
alt="TypeScript Documentation"/> Cloud</a></div>
role="button"><img className="buttonIcon" src="/img/logo-only.svg" width="24"
alt="TypeScript Documentation"/> <span className="buttonText">Cloud</span></a></div>
</>
),
},
Expand All @@ -130,7 +130,7 @@ Restate is the simplest way to write resilient workflows, event-driven applicati
<p className="font-size-90">
<i>Observe and upgrade your handlers.</i>
</p>
<div id="overviewButtonDiv"><a className="overviewButton btn btn-primary btn-lg familiarButton"
<div id="overviewButtonDiv"><a className="overviewButton btn btn-primary btn-lg familiarButton buttonText"
href="/operate/cli"
role="button">CLI</a></div>
<div id="overviewButtonDiv"><a className="overviewButton btn btn-primary btn-lg familiarButton"
Expand Down
6 changes: 6 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,12 @@ a.familiarButton:hover {

.buttonIcon {
vertical-align: middle;
height:32px;
}

.buttonText {
vertical-align: middle;
line-height:32px;
}

#container {
Expand Down
24 changes: 12 additions & 12 deletions static/img/logo-only.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a5d3655

Please sign in to comment.