Skip to content

Commit

Permalink
once more
Browse files Browse the repository at this point in the history
  • Loading branch information
VashJuan committed Nov 2, 2024
1 parent 0652ba3 commit 4084c86
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
> Create nicely formatted, unordered list with arcs from JSON files with
> expand/collapse options & variable font size.
<figure width="80%" align="center">
<figcaption><h3>ArcTree in Action...</h3></figcaption>
<figure>
<figcaption><h3 align="center">ArcTree in Action...</h3></figcaption>
<a href="images/ArcTree.png" target="_blank">
<img src="images/ArcTree.png"
alt="ArcTree in Action; click for full-size image"/>
alt="ArcTree in Action; click for full-size image"
width="80%"/>
</a>
</figure>
<br/>
Expand Down Expand Up @@ -36,8 +37,8 @@ Details at https://github.com/eoconline/arctree/
There are also some options at the top (if shown the the user) that allows
collapsing or expanding the whole tree:

<figure width="80%" align="center">
<figcaption><h3>ArcTree Options Dialog</h3></figcaption>
<figure >
<figcaption><h3 align="center">ArcTree Options Dialog</h3></figcaption>
<a href="images/ArcTreeOptions.png" target="_blank">
<img src="images/ArcTreeOptions.png"
alt="ArcTree Options dialog; click for full-size image"
Expand Down Expand Up @@ -111,11 +112,12 @@ JSON files are expected to be formatted as:
the parent url will be prepended. (URL style can vary throughout the file, but
only limited testing has been done on this aspect.)

<figure width="80%" align="center">
<figcaption><h3>ArcTree Artificially Added Nodes</h3></figcaption>
<figure >
<figcaption><h3 align="center">ArcTree Artificially Added Nodes</h3></figcaption>
<a href="images/ArtificiallyAddedNodes.png" target="_blank">
<img src="images/ArtificiallyAddedNodes.png"
alt="ArcTree Artificially Added Nodes; click for full-size image"/>
alt="ArcTree Artificially Added Nodes; click for full-size image"
width="80%"/>
</a>
</figure>
<br/>
Expand Down

0 comments on commit 4084c86

Please sign in to comment.