Skip to content

Commit 5b3afab

Browse files
authored
chore: update branding (#22)
* chore: update branding in README * chore: update branding in app
1 parent 8301a0e commit 5b3afab

File tree

9 files changed

+49
-49
lines changed

9 files changed

+49
-49
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
<div align="center">
22
<a href="https://www.speakeasy.com/" target="_blank">
3-
<picture>
4-
<source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/21dd5d3a-aefc-4cd3-abee-5e17ef1d4dad">
5-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/0a747f98-d228-462d-9964-fd87bf93adc5">
6-
<img width="100px" src="https://github.com/user-attachments/assets/21dd5d3a-aefc-4cd3-abee-5e17ef1d4dad#gh-light-mode-only" alt="Speakeasy">
7-
</picture>
3+
<img width="1500" height="500" alt="Speakeasy" src="https://github.com/user-attachments/assets/0e56055b-02a3-4476-9130-4be299e5a39c" />
84
</a>
9-
<h1>Speakeasy</h1>
10-
<p>Build APIs your users love ❤️ with Speakeasy</p>
5+
<br />
6+
<br />
117
<div>
12-
<a href="https://speakeasy.com/docs/create-client-sdks/" target="_blank"><b>Docs Quickstart</b></a>&nbsp;&nbsp;//&nbsp;&nbsp;<a href="https://join.slack.com/t/speakeasy-dev/shared_invite/zt-1cwb3flxz-lS5SyZxAsF_3NOq5xc8Cjw" target="_blank"><b>Join us on Slack</b></a>
8+
<a href="https://speakeasy.com/docs/create-client-sdks/" target="_blank"><b>Docs Quickstart</b></a>&nbsp;&nbsp;//&nbsp;&nbsp;<a href="https://go.speakeasy.com/slack" target="_blank"><b>Join us on Slack</b></a>
139
</div>
1410
<br />
1511

@@ -225,4 +221,4 @@ This application is included in the [speakeasy](https://github.com/speakeasy-api
225221

226222
## Contributing
227223

228-
We welcome contributions to this repository! Please open a Github issue or a Pull Request if you have an implementation for a bug fix or feature. This repository is compliant with the [jsonpath standard compliance test suite](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite/tree/9277705cda4489c3d0d984831e7656e48145399b)
224+
We welcome contributions to this repository! Please open a Github issue or a Pull Request if you have an implementation for a bug fix or feature. This repository is compliant with the [jsonpath standard compliance test suite](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite/tree/9277705cda4489c3d0d984831e7656e48145399b)

web/index.html

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
<!doctype html>
22
<html lang="en" class="dark">
3-
<head>
4-
<%- injectScriptHead %>
3+
4+
<head>
5+
<%- injectScriptHead %>
56
<meta charset="UTF-8" />
67
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
78
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
89
<meta property="og:title" content="OpenAPI Overlay Playground | Speakeasy">
910
<meta property="og:description" content="A tool to visualize and generate OpenAPI Overlays">
1011
<meta property="og:url" content="https://overlay.speakeasy.com">
11-
<meta content="/og-image-600x900.png" property="og:image" />
12+
<meta content="/opengraph-image.png" property="og:image" />
1213
<meta content="Speakeasy" property="og:image:alt" />
13-
<meta content="600" property="og:image:height" />
14-
<meta content="900" property="og:image:width" />
15-
<meta content="/og-image-2000x1333.png" property="og:image" />
16-
<meta content="Speakeasy" property="og:image:alt" />
17-
<meta content="1333" property="og:image:height" />
18-
<meta content="2000" property="og:image:width" />
14+
<meta content="1200" property="og:image:height" />
15+
<meta content="642" property="og:image:width" />
1916
<title>OpenAPI Overlay Playground</title>
2017
<style>
2118
body {
@@ -24,9 +21,11 @@
2421
padding: 0;
2522
}
2623
</style>
27-
</head>
28-
<body>
29-
<%- injectScriptBody %>
24+
</head>
25+
26+
<body>
27+
<%- injectScriptBody %>
3028
<div id="root"></div>
31-
</body>
32-
</html>
29+
</body>
30+
31+
</html>

web/public/favicon.ico

320 Bytes
Binary file not shown.

web/public/og-image-2000x1333.png

-294 KB
Binary file not shown.

web/public/og-image-600x900.png

-115 KB
Binary file not shown.

web/public/opengraph-image.png

169 KB
Loading

web/src/Playground.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,8 @@ function Playground() {
399399
.
400400
</p>
401401
<p className="text-sm text-muted-foreground pt-2">
402-
(Upload an OpenAPI spec and track edits as an overlay or write an overlay directly)
402+
(Upload an OpenAPI spec and track edits as an overlay or write
403+
an overlay directly)
403404
</p>
404405
</div>
405406
</div>
@@ -411,7 +412,7 @@ function Playground() {
411412
Made by the team at
412413
<div className="sr-only ml-2">Speakeasy</div>
413414
<img
414-
className="inline-block h-3 w-auto align-baseline ml-2"
415+
className="inline-block h-5 w-auto ml-2"
415416
src={speakeasyWhiteLogo}
416417
alt=""
417418
/>

web/src/assets/speakeasy-black.svg

Lines changed: 14 additions & 12 deletions
Loading

0 commit comments

Comments
 (0)