diff options
Diffstat (limited to 'clams-server/src/main/resources/templates/projects.html')
| -rw-r--r-- | clams-server/src/main/resources/templates/projects.html | 18 |
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> |
