summaryrefslogtreecommitdiff
path: root/clams-server/src/main/resources/templates/projects.html
diff options
context:
space:
mode:
authorElias Haugsbakk <[email protected]>2026-07-22 00:48:08 +0200
committerElias Haugsbakk <[email protected]>2026-07-22 01:49:58 +0200
commit8d86458282efae6c3fc26ab8fb4bd61d1a4e01e3 (patch)
tree1efd9709886179b8469a5031d75dba9c35e37588 /clams-server/src/main/resources/templates/projects.html
parent8a4935f7ba29cc39781c0d3169e81d6af3bd5761 (diff)
refine articles and article search styling
Diffstat (limited to 'clams-server/src/main/resources/templates/projects.html')
-rw-r--r--clams-server/src/main/resources/templates/projects.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/clams-server/src/main/resources/templates/projects.html b/clams-server/src/main/resources/templates/projects.html
index 7a1f440..8d476cd 100644
--- a/clams-server/src/main/resources/templates/projects.html
+++ b/clams-server/src/main/resources/templates/projects.html
@@ -15,9 +15,9 @@
<p>Short project description / introduction.</p>
</div>
<div class="project-actions">
- <a href="#">Read More</a>
- <a href="#">Self-Hosted Git</a>
- <a href="#">GitHub</a>
+ <a href="#" class="pill-button">Read More</a>
+ <a href="#" class="pill-button">Self-Hosted Git</a>
+ <a href="#" class="pill-button">GitHub</a>
</div>
</li>
@@ -27,9 +27,9 @@
<p>Short project description / introduction.</p>
</div>
<div class="project-actions">
- <a href="#">Read More</a>
- <a href="#">Self-Hosted Git</a>
- <a href="#">GitHub</a>
+ <a href="#" class="pill-button">Read More</a>
+ <a href="#" class="pill-button">Self-Hosted Git</a>
+ <a href="#" class="pill-button">GitHub</a>
</div>
</li>
@@ -39,9 +39,9 @@
<p>A short one-line description.</p>
</div>
<div class="project-actions">
- <a href="#">Read More</a>
- <a href="#">Self-Hosted Git</a>
- <a href="#">GitHub</a>
+ <a href="#" class="pill-button">Read More</a>
+ <a href="#" class="pill-button">Self-Hosted Git</a>
+ <a href="#" class="pill-button">GitHub</a>
</div>
</li>
</ul>