|
1 |
| -<div id="toc" align="center"> |
2 |
| - <ul style="list-style: none"> |
| 1 | +<div id="toc" align="center" style="margin-bottom: 0;"> |
| 2 | + <ul style="list-style: none; margin: 0; padding: 0;"> |
3 | 3 | <a href="https://stagehand.dev">
|
4 | 4 | <picture>
|
5 |
| - <source media="(prefers-color-scheme: dark)" srcset="https://stagehand.dev/logo-dark.svg" /> |
6 |
| - <img alt="Stagehand" src="https://www.stagehand.dev/_next/image?url=%2Flogos%2Fmain-logo.webp&w=384&q=75" width="200" style="margin-right: 30px;" /> |
| 5 | + <source media="(prefers-color-scheme: dark)" srcset="media/dark_logo.png" /> |
| 6 | + <img alt="Stagehand" src="media/light_logo.png" width="200" style="margin-right: 30px;" /> |
7 | 7 | </picture>
|
8 | 8 | </a>
|
9 | 9 | </ul>
|
10 | 10 | </div>
|
11 |
| - |
12 | 11 | <p align="center">
|
13 | 12 | <strong>The AI Browser Automation Framework</strong><br>
|
14 |
| - <a href="https://docs.stagehand.dev">Read the Docs</a> |
| 13 | + <a href="https://docs.stagehand.dev">Read the Docs</a> |
15 | 14 | </p>
|
16 | 15 |
|
17 | 16 | <p align="center">
|
|
23 | 22 | </a>
|
24 | 23 | <a href="https://github.com/browserbase/stagehand/tree/main?tab=MIT-1-ov-file#MIT-1-ov-file">
|
25 | 24 | <picture>
|
26 |
| - <source media="(prefers-color-scheme: dark)" srcset="https://stagehand.dev/api/assets/license?mode=dark" /> |
27 |
| - <img alt="MIT License" src="https://stagehand.dev/api/assets/license?mode=light" /> |
| 25 | + <source media="(prefers-color-scheme: dark)" srcset="media/dark_license.svg" /> |
| 26 | + <img alt="MIT License" src="media/light_license.svg" /> |
28 | 27 | </picture>
|
29 | 28 | </a>
|
30 |
| - <a href="https://join.slack.com/t/stagehand-dev/shared_invite/zt-2tdncfgkk-fF8y5U0uJzR2y2_M9c9OJA"> |
| 29 | + <a href="https://stagehand.dev/slack"> |
31 | 30 | <picture>
|
32 |
| - <source media="(prefers-color-scheme: dark)" srcset="https://stagehand.dev/api/assets/slack?mode=dark" /> |
33 |
| - <img alt="Slack Community" src="https://stagehand.dev/api/assets/slack?mode=light" /> |
| 31 | + <source media="(prefers-color-scheme: dark)" srcset="media/dark_slack.svg" /> |
| 32 | + <img alt="Slack Community" src="media/light_slack.svg" /> |
34 | 33 | </picture>
|
35 | 34 | </a>
|
36 | 35 | </p>
|
|
0 commit comments