Skip to content

Commit 51cacaa

Browse files
committed
first draft ready
1 parent b3f25e3 commit 51cacaa

File tree

3 files changed

+35
-7
lines changed

3 files changed

+35
-7
lines changed

graphing/cascade.png

4.13 KB
Loading

graphing/cascade/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
}
4242

4343
.home-button:hover svg {
44-
fill: blue;
44+
fill: 4955dc;
4545
transform: scale(1.5);
4646
}
4747

graphing/index.html

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,54 @@
44
<title>TypeScript Call Graph</title>
55
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
66
<style>
7+
body {
8+
margin: 40px;
9+
font-family: sans-serif;
10+
}
711

12+
h2 {
13+
color: #383faa;
14+
font-size: 28px;
15+
pointer-events: none;
16+
user-select: none;
17+
}
18+
19+
a {
20+
color: #4955dc;
21+
margin: 20px 0 20px 40px;
22+
display: inline-block;
23+
}
24+
25+
img {
26+
border: 1px solid #4955dc;
27+
border-radius: 5px;
28+
padding: 10px;
29+
}
30+
31+
.wip {
32+
font-size: 10px;
33+
color: #888888;
34+
}
835
</style>
936
</head>
1037

1138
<body>
1239
<h2>
13-
WELCOME !!!
40+
TypeScript Call Graph
1441
</h2>
1542

16-
<a id="cascade" href="cascade/index.html?start=pleaseSelectFunction">Cascade</a>
43+
<a id="cascade" href="cascade/index.html?start=pleaseSelectFunction">
44+
<img src="cascade.png">
45+
</a>
1746

1847
<br>
19-
20-
<a href="graphviz/index.html">Graphviz</a>
48+
<a href="graphviz/index.html">Graphviz</a> <span class="wip">WIP</span>
2149
<br>
2250

23-
<a href="arc/index.html">Arc</a>
51+
<a href="arc/index.html">Arc</a> <span class="wip">WIP</span>
2452
<br>
2553

26-
<a href="mermaid/index.html">Mermaid</a>
54+
<a href="mermaid/index.html">Mermaid</a> <span class="wip">WIP</span>
2755

2856
<script>
2957

0 commit comments

Comments
 (0)