Skip to content

turn the tech stack image in https://racket-lang.org/#easy-dsls into an image map #347

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
spdegabrielle opened this issue Mar 22, 2025 · 1 comment

Comments

@spdegabrielle
Copy link
Member

turn the tech stack image in https://racket-lang.org/#easy-dsls into an image map

Image map provided by @michaelballantyne

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Frosthaven Manager Imagemap</title>
</head>
<body>
    <img src="https://racket-lang.org/img/frosthaven.png" usemap="#frosthaven-map" alt="Frosthaven Manager Platform">

    <map name="frosthaven-map">
        <area alt="Bestiary" title="Bestiary" href="https://benknoble.github.io/frosthaven-manager/Programming_a_Scenario.html#%28part._.Bestiary_.Format_by_.Example%29" coords="98,161,218,221" shape="rect">
        <area alt="Foes" title="Foes" href="https://benknoble.github.io/frosthaven-manager/Programming_a_Scenario.html#%28part._.Foe_.Specification_by_.Example%29" coords="240,161,360,221" shape="rect">
        <area alt="Area of Effect" title="Area of Effect" href="https://benknoble.github.io/frosthaven-manager/Programming_a_Scenario.html#%28part._.Area-of-.Effect_.Specification_by_.Example%29" coords="382,162,502,221" shape="rect">
        <area alt="Syntax parse" title="Syntax parse" href="https://docs.racket-lang.org/syntax/stxparse.html" coords="7,287,107,347" shape="rect">
        <area alt="Syntax spec" title="Syntax spec" href="https://docs.racket-lang.org/syntax-spec-v2/index.html" coords="156,296,318,336" shape="rect">
        <area alt="Qi" title="Qi" href="https://docs.racket-lang.org/qi/index.html" coords="116,285,327,348" shape="rect">
        <area alt="Web server" title="Web server" href="https://docs.racket-lang.org/web-server/index.html" coords="336,285,427,347" shape="rect">
        <area alt="GUI Easy" title="GUI Easy" href="https://docs.racket-lang.org/gui-easy/index.html" coords="437,285,527,347" shape="rect">
    </map>
</body>
</html>
@spdegabrielle
Copy link
Member Author

SVG version

Image

PNG version that includes(embeds) version editable at https://app.diagrams.net

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant