Skip to content

Commit ed09bf7

Browse files
committed
Added page for recent reviews.
1 parent 4329ab6 commit ed09bf7

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta name="description" content="">
88
<meta name="generator" content="Hugo 0.104.2">
9-
<title>Starter Template · Bootstrap v5.2</title>
9+
<title>DHTech Code Review Working Group</title>
1010

1111

1212

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ <h1>Community Code Review</h1>
1414

1515
<div class="row g-5">
1616
<div class="col-md-6">
17-
<h2>Recent Code Reviews</h2>
18-
<p>Here are some recent code reviews.</p>
17+
<h2>Want to know more?</h2>
18+
<p>Check out these links to find out more about what we are doing!</p>
1919
<ul class="icon-list ps-0">
20-
<li class="d-flex align-items-start mb-1"><a href="" rel="noopener" target="_blank">tbd</a></li>
20+
<li class="d-flex align-items-start mb-1"><a href="recent-reviews.html" rel="noopener" target="_blank">Recent Reviews</a></li>
2121
</ul>
2222
</div>
2323

recent-reviews.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: default
3+
---
4+
<h1>Recent Code Reviews</h1>
5+
6+
We have started the alpha phase of a community code review process. Below is a list of some of the reviews that were conducted.
7+
8+
<ul class="list-group list-group-flush">
9+
<li class="list-group-item"><a href="https://github.com/DHCodeReview/oimdp/pull/1">oimdp: OpenITI mARkdown Parser</a></li>
10+
<li class="list-group-item"><a href="https://github.com/DHCodeReview/pydistinto/pull/1">Pydistinto</a>></li>
11+
<li class="list-group-item"><a href="https://github.com/DHCodeReview/SemanticLayerTools/pull/1">SemanticLayerTools</a>></li>
12+
</ul>

0 commit comments

Comments
 (0)