Skip to content

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

Open
@spdegabrielle

Description

@spdegabrielle

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions