Skip to content

Commit 26f46f8

Browse files
committed
Adding HTML Unit
[deploy site]
1 parent ecb9ef0 commit 26f46f8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

website_and_docs/content/project/_index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ <h2 class="card-title">Structure</h2>
6262
<p class="card-text w-lg-75">
6363
<a href="/project/structure/#ide_committers">Selenium IDE Committers</a>
6464
</p>
65+
<p class="card-text w-lg-75">
66+
<a href="/project/structure/#html_unit_committers">Selenium Html Unit Committers</a>
67+
</p>
6568
<p class="card-text w-lg-75">
6669
<a href="/project/structure/#selenium_committers">Selenium Committers</a>
6770
</p>

website_and_docs/content/project/structure/_index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ <h3 class="pb-3">Selenium IDE Committers</h3>
5252
{{< gh-user "https://api.github.com/users/toddtarsi" >}}
5353
</div>
5454
</div>
55+
<div id="html_unit_committers" class="pb-4">
56+
<h3 class="pb-3">Selenium Html Unit Committers</h3>
57+
<div class="row">
58+
{{< gh-user "https://api.github.com/users/rbri" >}}
59+
</div>
60+
</div>
5561
<div id="selenium_committers" class="pb-4">
5662
<h3 class="pb-3">Selenium Committers</h3>
5763
<div class="row">

0 commit comments

Comments
 (0)