Skip to content

Commit

Permalink
Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Apr 4, 2024
1 parent 2d8c7d6 commit a8a418d
Show file tree
Hide file tree
Showing 5 changed files with 129 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docs/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Restate is the simplest way to write resilient workflows, event-driven applicati
</p>
<div id="overviewButtonDiv"><a className="overviewButton btn btn-primary btn-lg firstTimeButton"
href="/concepts/durable_building_blocks"
role="button"><img className="buttonIcon" src="/img/right-arrow.png" width="26"
role="button"><img className="buttonIcon" src="/img/right-arrow.png" width="24"
alt="TypeScript Documentation"></img></a></div>
</>
),
Expand Down Expand Up @@ -108,16 +108,16 @@ Restate is the simplest way to write resilient workflows, event-driven applicati
<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>
alt="Java SDK Documentation"></img> K8s</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> <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.png" width="20"
alt="TypeScript Documentation"></img> Cloud</a></div>
role="button"><img className="buttonIcon" src="/img/logo-only.svg" width="20"
alt="TypeScript Documentation"/> Cloud</a></div>
</>
),
},
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const config = {
title: "",
logo: {
alt: "Restate Logo",
src: "img/restate.png",
src: "img/restate-logo.svg",
href: "https://restate.dev",
target: "_self",
},
Expand Down
4 changes: 3 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ h6 {

/** Buttons */
#overviewButtonDiv {
margin: 0 var(--ifm-list-paragraph-margin) 0 var(--ifm-list-paragraph-margin);
margin: 0 var(--ifm-list-paragraph-margin) 0 var(--ifm-list-paragraph-margin);;
display: inline-block;
text-align: center;
}
Expand All @@ -125,6 +125,8 @@ a.overviewButton {
font-size: 1rem;
font-weight: bold;
text-decoration: none;
height: 42px;
vertical-align: middle;
}

a.firstTimeButton {
Expand Down
71 changes: 71 additions & 0 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.
Loading

0 comments on commit a8a418d

Please sign in to comment.