racket / racket/racket-lang-org

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

Open
#347 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Racket
Stars
74
Forks
57
Avg merge
1d 21m
Merged PRs (30d)
8

Description

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>

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the source for the tech stack image and the #easy-dsls section on https://racket-lang.org/. Use the supplied HTML image-map structure and links as the reference, then verify that each mapped region on the image opens the intended destination.

Written by the indexing model from the issue text.

Assessment

Tech stack
html
Domain
web-dev
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.