Skip to content

Commit

Permalink
Change logo in animations and graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Jun 11, 2024
1 parent b989875 commit 6ca5ac2
Show file tree
Hide file tree
Showing 11 changed files with 472 additions and 470 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ div#animation_container {
}

.color-primary {
--data-section-color: #2a1e5c;
--data-section-color-light: #443196;
--data-section-color: #222452;
--data-section-color-light: #3742a3;
}

.color-1 {
Expand Down
2 changes: 1 addition & 1 deletion src/components/DurableExecutionAnimation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Runtime extends React.Component {
<div className="text--center">
<img
className="logo-animation img-fluid"
src="/img/durable_execution_animation/restate.png"
src="/img/restate-logo.svg"
/>
</div>
<h6>State</h6>
Expand Down
3 changes: 1 addition & 2 deletions src/components/FeatureSpotlight/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ type FeatureItem = {
};

export default function FeatureSpotlight({title, imgPath, imgSize, description}): JSX.Element {
const widthImg = imgSize ? imgSize : '70%';
return (
<section className={styles.featurespotlight}>
<div className="container">
Expand All @@ -23,7 +22,7 @@ export default function FeatureSpotlight({title, imgPath, imgSize, description})
) : null}
{imgPath ? (
<div className="text--center">
<img width={widthImg} src={imgPath} alt={title}/>
<img src={imgPath} alt={title}/>
</div>
) : null}
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/TourAnimation/animation-stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ div#animation_container {
}

.color-primary {
--data-section-color: #2a1e5c;
--data-section-color-light: #443196;
--data-section-color: #222452;
--data-section-color-light: #3742a3;
}

.color-1 {
Expand Down
2 changes: 1 addition & 1 deletion src/components/TourAnimation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Runtime extends React.Component {
<div className="text--center">
<img
className="logo-animation img-fluid"
src="/img/durable_execution_animation/restate.png"
src="/img/restate-logo.svg"
/>
</div>
<h6>Journals</h6>
Expand Down
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ a.firstTimeButton {
}

a.firstTimeButton:hover {
background-color: #a27dff4a;
background-color: var(--ifm-color-secondary);
color: #1e2023;
text-decoration: none;
}
Expand Down
Binary file removed static/img/durable_execution_animation/restate.png
Binary file not shown.
325 changes: 163 additions & 162 deletions static/img/use_cases/event_processing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
305 changes: 153 additions & 152 deletions static/img/use_cases/microservice_orchestration.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
295 changes: 148 additions & 147 deletions static/img/use_cases/workflows.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 removed static/img/video.mp4
Binary file not shown.

0 comments on commit 6ca5ac2

Please sign in to comment.