Skip to content

Commit 882a44a

Browse files
authored
feat: add version2 to PWC site (#19)
* feat: add version2 to PWC site Signed-off-by: Andrew Brandt <andrew.brandt@hashgraph.com> * add version2 to header Signed-off-by: Andrew Brandt <andrew.brandt@hashgraph.com> --------- Signed-off-by: Andrew Brandt <andrew.brandt@hashgraph.com>
1 parent 8901874 commit 882a44a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

public/images/version2.png

179 KB
Loading

public/index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<a href="#read-all-props" class="dropdown-item">Read All Custom Properties</a>
3030
<a href="#update-custom-props" class="dropdown-item">Update Custom Properties</a>
3131
<a href="#configure-custom-props" class="dropdown-item">Configure Custom Properties</a>
32+
<a href="#version2" class="dropdown-item">version2</a>
3233
</div>
3334
</div>
3435
<a href="#support" class="nav-item">Support the Devs</a>
@@ -305,6 +306,21 @@ <h3>
305306
By default, it will use the file <code>custom_props.json</code> in the root of the repository.
306307
</p>
307308
</div>
309+
<div id="version2" class="project-item">
310+
<a href="https://github.com/PandasWhoCode/version2" class="project-logo-link" target="_blank" rel="noopener noreferrer">
311+
<img src="images/version2.png" alt="Version2 Logo" class="project-logo">
312+
</a>
313+
<h3>
314+
version2
315+
<a href="https://github.com/PandasWhoCode/version2" class="project-link" target="_blank" rel="noopener noreferrer">
316+
<i class="fab fa-github"></i>
317+
</a>
318+
</h3>
319+
<p>
320+
version2 is a program to provide a comprehensive overview for all issues on all project boards. There
321+
are many filters that can be applied to filter the output.
322+
</p>
323+
</div>
308324
</div>
309325
</section>
310326

0 commit comments

Comments
 (0)