Skip to content

Commit 01063a8

Browse files
committed
tell users to move to new site
1 parent 6bdaa17 commit 01063a8

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
.DS_Store
2-
.DS_Store
1+
node_modules
2+
dist
3+
.vscode
4+
.DS_Store

smith_chart/ToDo.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Smith chart tool re-write goals
2+
1 - Make the code more freiendly to read, so that "the community" can contribute
3+
2 - Hover on the smith chart
4+
3 - use a bundler and lint
5+
4 - Add sliders to components
6+
5 - Add custom circles
7+
6 - Add transformers
8+
7 - move to smithchart.com https://www.smithchart.com
9+
8 - series stub circuit elements
10+
9 - get advertising from that one commentor - count clicks with https://letscountapi.com/docs
11+
10 - put the state in the URL
12+
13+
114
NOT GOING TO DO - 3 - Add a s-parameter to impedance converter
215

316
DONE - 1 - Add tolerances to components

smith_chart/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@
3737

3838
<body id="page-top">
3939

40+
<div style="background: #ffeeba; color: #856404; padding: 16px; border: 1px solid #ffeeba; border-radius: 4px; margin: 16px 0; font-family: sans-serif; font-size: 1rem;">
41+
<strong>Notice:</strong> This site has moved! Due to heavy updates. Please visit the new site at
42+
<a href="https://onlinesmithchart.com" style="color: #0056b3; font-weight: bold;" target="_blank" rel="noopener noreferrer">
43+
https://onlinesmithchart.com
44+
</a>
45+
</div>
46+
4047
<!-- Navigation -->
4148

4249
<div class="w-100 p-3 bg-navy text-white">

0 commit comments

Comments
 (0)