diff options
Diffstat (limited to 'clams-server/src/main/resources/templates/projects.html')
| -rw-r--r-- | clams-server/src/main/resources/templates/projects.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clams-server/src/main/resources/templates/projects.html b/clams-server/src/main/resources/templates/projects.html index 6e31def..fbd973f 100644 --- a/clams-server/src/main/resources/templates/projects.html +++ b/clams-server/src/main/resources/templates/projects.html @@ -2,9 +2,9 @@ {% block content %} <main class="main-container"> - <a href="/" class="back-link-top">← back</a> + <a href="/" class="back-link-top">← hjem</a> <header> - <h1>Projects</h1> + <h1>Prosjekter</h1> </header> <section class="projects-category"> @@ -17,10 +17,10 @@ </div> <div class="project-actions"> {% if project.readMoreUrl %} - <a href="{{ project.readMoreUrl }}" class="pill-button">Read More</a> + <a href="{{ project.readMoreUrl }}" class="pill-button">Les Mer</a> {% endif %} {% if project.gitUrl %} - <a href="{{ project.gitUrl }}" class="pill-button">Self-Hosted Git</a> + <a href="{{ project.gitUrl }}" class="pill-button">Git repo</a> {% endif %} {% if project.gitHubUrl %} <a href="{{ project.gitHubUrl }}" class="pill-button">GitHub</a> |
