Skip to content

Commit

Permalink
Merge pull request #11 from gobravedave/examples
Browse files Browse the repository at this point in the history
add missing bits
  • Loading branch information
gobravedave authored Jan 15, 2024
2 parents 78f81ba + 0c85f8f commit d759698
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions docs/bian.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>C4-Plantuml_Helper</title>
<LINK href="styles.css" rel="stylesheet" type="text/css">
</head>

<body>

<p>
BIAN Overview
</p>

<img src="BIAN Overview.svg" id="context" alt="" />

</body>
</html>
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<h1>C4 PlantUML Helper Demo Page</h1>
<ul class="nav">
<li><a href="https://github.com/gobravedave">goBraveDave on GitHub</a></li>
<li><a href="https://github.com/gobravedave">C4 STDLIB</a></li>
<li><a href="https://github.com/plantuml-stdlib/C4-PlantUML">C4-Plantuml STDLIB</a></li>
<li><a href="https://C4MODEL.com">C4MODEL.COM</a></li>
<li><a href="https://PLANTUML.com">PLANTUML.COM</a></li>
</ul>
Expand All @@ -30,12 +30,12 @@ <h1>Welcome To The C4 PlantUML Helper Demo Page</h1>
<div class="pages-item">
<h3>Widget</h3>
<p>Widget Enterprises.</p>
<a class="button" href="https://gobravedave.github.io/c4helper/widgetC1.html">Widget Enterprise Context View</a>
<a class="button" href="https://gobravedave.github.io/C4-Plantuml-Helper/widgetC1.html">Widget Enterprise Context View</a>
</div>
<div class="pages-item">
<h3>BIAN</h3>
<p>Banking Industry Architecture Network </p>
<a class="button" href="https://gobravedave.github.io/c4helper/bian.html">BIAN Container View</a>
<a class="button" href="https://gobravedave.github.io/C4-Plantuml-Helper/bian.html">BIAN Container View</a>
</div>
</div>
</div>
Expand Down

0 comments on commit d759698

Please sign in to comment.