Skip to content

Commit bdf56c1

Browse files
committed
test
1 parent 0ea47a0 commit bdf56c1

File tree

3 files changed

+81
-0
lines changed

3 files changed

+81
-0
lines changed

test_grid_layout.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Test Grid Layout
2+
3+
## Architecture
4+
5+
_Frameworks and libraries that help implementing and verifying design and architecture concepts._
6+
7+
<div style="display: grid; grid-template-columns: 1fr auto; gap: 16px; margin: 8px 0; padding: 12px; border: 1px solid #e1e4e8; border-radius: 6px;">
8+
<div>
9+
<strong><a href="https://github.com/TNG/ArchUnit">ArchUnit</a></strong><br>
10+
<span>Test library for specifying and asserting architecture rules.</span>
11+
</div>
12+
<div style="text-align: right;">
13+
<img src="https://img.shields.io/github/stars/TNG/ArchUnit?style=for-the-badge&label=" alt="GitHub stars"><br>
14+
<img src="https://img.shields.io/github/last-commit/TNG/ArchUnit?style=for-the-badge&label=" alt="Last commit">
15+
</div>
16+
</div>
17+
18+
<div style="display: grid; grid-template-columns: 1fr auto; gap: 16px; margin: 8px 0; padding: 12px; border: 1px solid #e1e4e8; border-radius: 6px;">
19+
<div>
20+
<strong><a href="https://github.com/xmolecules/jmolecules">jMolecules</a></strong><br>
21+
<span>Annotations and interfaces to express design and architecture concepts in code.</span>
22+
</div>
23+
<div style="text-align: right;">
24+
<img src="https://img.shields.io/github/stars/xmolecules/jmolecules?style=for-the-badge&label=" alt="GitHub stars"><br>
25+
<img src="https://img.shields.io/github/last-commit/xmolecules/jmolecules?style=for-the-badge&label=" alt="Last commit">
26+
</div>
27+
</div>

test_grid_layout_clean.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Test Grid Layout (Clean Version)
2+
3+
## Architecture
4+
5+
_Frameworks and libraries that help implementing and verifying design and architecture concepts._
6+
7+
<div style="display: grid; grid-template-columns: 1fr auto; gap: 16px; margin: 12px 0; align-items: center;">
8+
<div>
9+
<strong><a href="https://github.com/TNG/ArchUnit">ArchUnit</a></strong><br>
10+
<span style="color: #666;">Test library for specifying and asserting architecture rules.</span>
11+
</div>
12+
<div style="text-align: right;">
13+
<img src="https://img.shields.io/github/stars/TNG/ArchUnit?style=for-the-badge&label=" alt="GitHub stars" width="120">
14+
<img src="https://img.shields.io/github/last-commit/TNG/ArchUnit?style=for-the-badge&label=" alt="Last commit" width="63" style="max-height: 32px;">
15+
</div>
16+
</div>
17+
18+
<div style="display: grid; grid-template-columns: 1fr auto; gap: 16px; margin: 12px 0; align-items: center;">
19+
<div>
20+
<strong><a href="https://github.com/xmolecules/jmolecules">jMolecules</a></strong><br>
21+
<span style="color: #666;">Annotations and interfaces to express design and architecture concepts in code.</span>
22+
</div>
23+
<div style="text-align: right;">
24+
<img src="https://img.shields.io/github/stars/xmolecules/jmolecules?style=for-the-badge&label=" alt="GitHub stars" width="120">
25+
<img src="https://img.shields.io/github/last-commit/xmolecules/jmolecules?style=for-the-badge&label=" alt="Last commit" width="63" style="max-height: 32px;">
26+
</div>
27+
</div>

test_grid_layout_inline.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Test Grid Layout (Inline Badges)
2+
3+
## Architecture
4+
5+
_Frameworks and libraries that help implementing and verifying design and architecture concepts._
6+
7+
<div style="display: grid; grid-template-columns: 1fr auto; gap: 16px; margin: 12px 0; align-items: center;">
8+
<div>
9+
<strong><a href="https://github.com/TNG/ArchUnit">ArchUnit</a></strong><br>
10+
<span style="color: #666;">Test library for specifying and asserting architecture rules.</span>
11+
</div>
12+
<div style="text-align: right; white-space: nowrap;">
13+
<img src="https://img.shields.io/github/stars/TNG/ArchUnit?style=for-the-badge&label=" alt="GitHub stars" width="120" style="margin-right: 8px;">
14+
<img src="https://img.shields.io/github/last-commit/TNG/ArchUnit?style=for-the-badge&label=" alt="Last commit" width="63" style="max-height: 32px;">
15+
</div>
16+
</div>
17+
18+
<div style="display: grid; grid-template-columns: 1fr auto; gap: 16px; margin: 12px 0; align-items: center;">
19+
<div>
20+
<strong><a href="https://github.com/xmolecules/jmolecules">jMolecules</a></strong><br>
21+
<span style="color: #666;">Annotations and interfaces to express design and architecture concepts in code.</span>
22+
</div>
23+
<div style="text-align: right; white-space: nowrap;">
24+
<img src="https://img.shields.io/github/stars/xmolecules/jmolecules?style=for-the-badge&label=" alt="GitHub stars" width="120" style="margin-right: 8px;">
25+
<img src="https://img.shields.io/github/last-commit/xmolecules/jmolecules?style=for-the-badge&label=" alt="Last commit" width="63" style="max-height: 32px;">
26+
</div>
27+
</div>

0 commit comments

Comments
 (0)